@charset "UTF-8";
/**
 * Variable Overrides.
 *
 * Modify this file to override the Bootstrap Framework variables. You can copy
 * these variables directly from ../bootstrap-sass/assets/stylesheets/bootstrap/_variables.scss to this file.
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(../sass/lib/osu_navbar/css/osu_navbar-resp-white.css);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "proximanova", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #bb0000;
  text-decoration: none; }
  a:hover, a:focus {
    color: #bb0000;
    text-decoration: none; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #F5F5F5; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "capitalight", "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small,
  h1 .pane-type-video.video-small .content .heading-5, .pane-type-video.video-small .content
  h1 .heading-5, h2 small,
  h2 .small,
  h2 .pane-type-video.video-small .content .heading-5, .pane-type-video.video-small .content
  h2 .heading-5, h3 small,
  h3 .small,
  h3 .pane-type-video.video-small .content .heading-5, .pane-type-video.video-small .content
  h3 .heading-5, h4 small,
  h4 .small,
  h4 .pane-type-video.video-small .content .heading-5, .pane-type-video.video-small .content
  h4 .heading-5, h5 small,
  h5 .small,
  h5 .pane-type-video.video-small .content .heading-5, .pane-type-video.video-small .content
  h5 .heading-5, h6 small,
  h6 .small,
  h6 .pane-type-video.video-small .content .heading-5, .pane-type-video.video-small .content
  h6 .heading-5,
  .h1 small,
  .h1 .small,
  .h1 .pane-type-video.video-small .content .heading-5, .pane-type-video.video-small .content
  .h1 .heading-5, .h2 small,
  .h2 .small,
  .h2 .pane-type-video.video-small .content .heading-5, .pane-type-video.video-small .content
  .h2 .heading-5, .h3 small,
  .h3 .small,
  .h3 .pane-type-video.video-small .content .heading-5, .pane-type-video.video-small .content
  .h3 .heading-5, .h4 small,
  .h4 .small,
  .h4 .pane-type-video.video-small .content .heading-5, .pane-type-video.video-small .content
  .h4 .heading-5, .h5 small,
  .h5 .small,
  .h5 .pane-type-video.video-small .content .heading-5, .pane-type-video.video-small .content
  .h5 .heading-5, .h6 small,
  .h6 .small,
  .h6 .pane-type-video.video-small .content .heading-5, .pane-type-video.video-small .content
  .h6 .heading-5 {
    font-weight: 400;
    line-height: 1;
    color: #D0D0D0; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px; }
  h1 small,
  h1 .small,
  h1 .pane-type-video.video-small .content .heading-5, .pane-type-video.video-small .content
  h1 .heading-5, .h1 small,
  .h1 .small,
  .h1 .pane-type-video.video-small .content .heading-5, .pane-type-video.video-small .content
  .h1 .heading-5,
  h2 small,
  h2 .small,
  h2 .pane-type-video.video-small .content .heading-5, .pane-type-video.video-small .content
  h2 .heading-5, .h2 small,
  .h2 .small,
  .h2 .pane-type-video.video-small .content .heading-5, .pane-type-video.video-small .content
  .h2 .heading-5,
  h3 small,
  h3 .small,
  h3 .pane-type-video.video-small .content .heading-5, .pane-type-video.video-small .content
  h3 .heading-5, .h3 small,
  .h3 .small,
  .h3 .pane-type-video.video-small .content .heading-5, .pane-type-video.video-small .content
  .h3 .heading-5 {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px; }
  h4 small,
  h4 .small,
  h4 .pane-type-video.video-small .content .heading-5, .pane-type-video.video-small .content
  h4 .heading-5, .h4 small,
  .h4 .small,
  .h4 .pane-type-video.video-small .content .heading-5, .pane-type-video.video-small .content
  .h4 .heading-5,
  h5 small,
  h5 .small,
  h5 .pane-type-video.video-small .content .heading-5, .pane-type-video.video-small .content
  h5 .heading-5, .h5 small,
  .h5 .small,
  .h5 .pane-type-video.video-small .content .heading-5, .pane-type-video.video-small .content
  .h5 .heading-5,
  h6 small,
  h6 .small,
  h6 .pane-type-video.video-small .content .heading-5, .pane-type-video.video-small .content
  h6 .heading-5, .h6 small,
  .h6 .small,
  .h6 .pane-type-video.video-small .content .heading-5, .pane-type-video.video-small .content
  .h6 .heading-5 {
    font-size: 75%; }

h1, .h1 {
  font-size: 70px; }

h2, .h2 {
  font-size: 48px; }

h3, .h3 {
  font-size: 40px; }

h4, .h4 {
  font-size: 39px; }

h5, .h5 {
  font-size: 26px; }

h6, .h6 {
  font-size: 16px; }

p {
  margin: 0 0 10.5px; }

.lead, .pane-type-copy-with-media-callouts .intro, .pane-type-policy-intro .content p, .unknown .content p {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead, .pane-type-copy-with-media-callouts .intro, .pane-type-policy-intro .content p, .unknown .content p {
      font-size: 22.5px; } }

small,
.small,
.pane-type-video.video-small .content .heading-5 {
  font-size: 86%; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

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

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

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #D0D0D0; }

.text-primary {
  color: #bb0000; }

a.text-primary:hover,
a.text-primary:focus {
  color: #880000; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #bb0000; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #880000; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #F5F5F5; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .category-section .details ul, .alt-category-sections .details ul, .link-group ul, .pane-header nav ul, .pane-list .list-checkmarks, .pane-fieldable-panels-pane .link-list, .pane-bundle-three-column-image ul,
.pane-bundle-two-column-image ul, .pane-resources .resource ul, .side-share .sidebar-glossary ul {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 21px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " "; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #F5F5F5; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small,
  blockquote .pane-type-video.video-small .content .heading-5, .pane-type-video.video-small .content
  blockquote .heading-5 {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #D0D0D0; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before,
    blockquote .pane-type-video.video-small .content .heading-5:before, .pane-type-video.video-small .content
    blockquote .heading-5:before {
      content: "\2014 \00A0"; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #F5F5F5;
  border-left: 0; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  .blockquote-reverse .pane-type-video.video-small .content .heading-5:before, .pane-type-video.video-small .content
  .blockquote-reverse .heading-5:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before,
  blockquote.pull-right .pane-type-video.video-small .content .heading-5:before, .pane-type-video.video-small .content
  blockquote.pull-right .heading-5:before {
    content: ""; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  .blockquote-reverse .pane-type-video.video-small .content .heading-5:after, .pane-type-video.video-small .content
  .blockquote-reverse .heading-5:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after,
  blockquote.pull-right .pane-type-video.video-small .content .heading-5:after, .pane-type-video.video-small .content
  blockquote.pull-right .heading-5:after {
    content: "\00A0 \2014"; }

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #666666;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container, #user-login, .breadcrumb, .webform-confirmation, .node-webform, .modal .modal-dialog {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, #user-login:before, .breadcrumb:before, .webform-confirmation:before, .node-webform:before, .modal .modal-dialog:before, .container:after, #user-login:after, .breadcrumb:after, .webform-confirmation:after, .node-webform:after, .modal .modal-dialog:after {
    display: table;
    content: " "; }
  .container:after, #user-login:after, .breadcrumb:after, .webform-confirmation:after, .node-webform:after, .modal .modal-dialog:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, #user-login, .breadcrumb, .webform-confirmation, .node-webform, .modal .modal-dialog {
      width: 750px; } }
  @media (min-width: 992px) {
    .container, #user-login, .breadcrumb, .webform-confirmation, .node-webform, .modal .modal-dialog {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container, #user-login, .breadcrumb, .webform-confirmation, .node-webform, .modal .modal-dialog {
      width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row, .pane-type-copy-with-media-callouts .callout-wrapper {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .pane-type-copy-with-media-callouts .callout-wrapper:before, .row:after, .pane-type-copy-with-media-callouts .callout-wrapper:after {
    display: table;
    content: " "; }
  .row:after, .pane-type-copy-with-media-callouts .callout-wrapper:after {
    clear: both; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #D0D0D0;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15.75px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #666666;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  input[type="radio"][disabled], input[type="radio"].disabled,
  fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input[type="checkbox"].disabled,
  fieldset[disabled]
  input[type="checkbox"] {
    cursor: not-allowed; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #979797; }

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #979797;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #F5F5F5;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 35px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 31px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 48px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio.disabled label,
  fieldset[disabled] .radio label,
  .checkbox.disabled label,
  fieldset[disabled]
  .checkbox label {
    cursor: not-allowed; }
  .radio label,
  .checkbox label {
    min-height: 21px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled,
  fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled,
  fieldset[disabled]
  .checkbox-inline {
    cursor: not-allowed; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.form-control-static {
  min-height: 36px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 31px;
  line-height: 31px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 31px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 48px;
  line-height: 48px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 48px;
  line-height: 48px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 48px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 43.75px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 26px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 19px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #bb0000;
  border-color: #a20000; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #880000;
    border-color: #220000; }
  .btn-primary:hover {
    color: #fff;
    background-color: #880000;
    border-color: #640000; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #880000;
    background-image: none;
    border-color: #640000; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #640000;
      border-color: #220000; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #bb0000;
    border-color: #a20000; }
  .btn-primary .badge {
    color: #bb0000;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #bb0000;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #bb0000;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #D0D0D0;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../../node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../../node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../../node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 15px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #666666;
    white-space: nowrap; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #595959;
      text-decoration: none;
      background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bb0000;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #D0D0D0; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #D0D0D0;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " "; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #979797;
  text-align: center;
  background-color: #F5F5F5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 19px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav:before, .nav:after {
    display: table;
    content: " "; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #F5F5F5; }
    .nav > li.disabled > a {
      color: #D0D0D0; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #D0D0D0;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #F5F5F5;
    border-color: #bb0000; }
  .nav .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #F5F5F5 #F5F5F5 #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #979797;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #bb0000; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      margin-bottom: 5px;
      text-align: center; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 21px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    display: table;
    content: " "; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " "; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " "; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
    @media (max-device-width: 480px) and (orientation: landscape) {
      .navbar-fixed-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.container > .navbar-header, #user-login > .navbar-header, .breadcrumb > .navbar-header, .webform-confirmation > .navbar-header, .node-webform > .navbar-header, .modal .modal-dialog > .navbar-header,
.container > .navbar-collapse, #user-login > .navbar-collapse, .breadcrumb > .navbar-collapse, .webform-confirmation > .navbar-collapse, .node-webform > .navbar-collapse, .modal .modal-dialog > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header, #user-login > .navbar-header, .breadcrumb > .navbar-header, .webform-confirmation > .navbar-header, .node-webform > .navbar-header, .modal .modal-dialog > .navbar-header,
    .container > .navbar-collapse, #user-login > .navbar-collapse, .breadcrumb > .navbar-collapse, .webform-confirmation > .navbar-collapse, .node-webform > .navbar-collapse, .modal .modal-dialog > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 14.5px 15px;
  font-size: 19px;
  line-height: 21px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > #user-login .navbar-brand, .navbar > .breadcrumb .navbar-brand, .navbar > .webform-confirmation .navbar-brand, .navbar > .node-webform .navbar-brand, .modal .navbar > .modal-dialog .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.25px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 21px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 14.5px;
          padding-bottom: 14.5px; } }

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7.5px;
  margin-bottom: 7.5px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 9.5px;
    margin-bottom: 9.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 14.5px;
  margin-bottom: 14.5px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-right: 15px;
      margin-left: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #f6f6f6; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #f6f6f6; }
  .navbar-inverse .navbar-nav > li > a {
    color: #f6f6f6; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #090909; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #f6f6f6; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-link {
    color: #f6f6f6; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #f6f6f6; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/ "; }
  .breadcrumb > .active {
    color: #D0D0D0; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.428571429;
      color: #bb0000;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd; }
      .pagination > li > a:hover, .pagination > li > a:focus,
      .pagination > li > span:hover,
      .pagination > li > span:focus {
        z-index: 2;
        color: #bb0000;
        background-color: #F5F5F5;
        border-color: #ddd; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #bb0000;
    border-color: #bb0000; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #D0D0D0;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 21px 0;
  text-align: center;
  list-style: none; }
  .pager:before, .pager:after {
    display: table;
    content: " "; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #F5F5F5; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #D0D0D0;
    cursor: not-allowed;
    background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #D0D0D0; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #b7b7b7; }

.label-primary {
  background-color: #bb0000; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #880000; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #D0D0D0;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #bb0000;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #F5F5F5; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: gainsboro; }
  .container .jumbotron, #user-login .jumbotron, .breadcrumb .jumbotron, .webform-confirmation .jumbotron, .node-webform .jumbotron, .modal .modal-dialog .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px; }
  .jumbotron .container, .jumbotron #user-login, .jumbotron .breadcrumb, .jumbotron .webform-confirmation, .jumbotron .node-webform, .jumbotron .modal .modal-dialog, .modal .jumbotron .modal-dialog {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, #user-login .jumbotron, .breadcrumb .jumbotron, .webform-confirmation .jumbotron, .node-webform .jumbotron, .modal .modal-dialog .jumbotron,
      .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 68px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #bb0000; }

.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 21px;
  margin-bottom: 21px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #bb0000;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #D0D0D0;
    cursor: not-allowed;
    background-color: #F5F5F5; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
      color: #D0D0D0; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #bb0000;
    border-color: #bb0000; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small,
    .list-group-item.active .pane-type-video.video-small .content .list-group-item-heading > .heading-5, .pane-type-video.video-small .content
    .list-group-item.active .list-group-item-heading > .heading-5, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small,
    .list-group-item.active:hover .pane-type-video.video-small .content .list-group-item-heading > .heading-5, .pane-type-video.video-small .content
    .list-group-item.active:hover .list-group-item-heading > .heading-5, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small,
    .list-group-item.active:focus .pane-type-video.video-small .content .list-group-item-heading > .heading-5, .pane-type-video.video-small .content
    .list-group-item.active:focus .list-group-item-heading > .heading-5 {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
      color: #ff8888; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    display: table;
    content: " "; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small, .pane-type-video.video-small .content
  .panel-title > .heading-5,
  .panel-title > small > a,
  .panel-title > .small > a, .pane-type-video.video-small .content
  .panel-title > .heading-5 > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 21px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #666666;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #666666; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #bb0000; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #bb0000;
    border-color: #bb0000; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bb0000; }
    .panel-primary > .panel-heading .badge {
      color: #bb0000;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bb0000; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "proximanova", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 13px;
  filter: alpha(opacity=0);
  opacity: 0; }
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "proximanova", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 15px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }
  .popover > .arrow {
    border-width: 11px; }
    .popover > .arrow, .popover > .arrow:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid; }
    .popover > .arrow:after {
      content: "";
      border-width: 10px; }
  .popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0; }
    .popover.top > .arrow:after {
      bottom: 1px;
      margin-left: -10px;
      content: " ";
      border-top-color: #fff;
      border-bottom-width: 0; }
  .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0; }
    .popover.right > .arrow:after {
      bottom: -10px;
      left: 1px;
      content: " ";
      border-right-color: #fff;
      border-left-width: 0; }
  .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.bottom > .arrow:after {
      top: 1px;
      margin-left: -10px;
      content: " ";
      border-top-width: 0;
      border-bottom-color: #fff; }
  .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.left > .arrow:after {
      right: 1px;
      bottom: -10px;
      content: " ";
      border-right-width: 0;
      border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev:before {
    content: "\2039"; }
  .carousel-control .icon-next:before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .media-wrapper:before, .pane-policies-and-guidelines .policies-and-guidelines-browse-listing:before, .pane-policies-and-guidelines .policies-and-guidelines-browse-listing .view-policies:before, .pane-policies-and-guidelines .policies-and-guidelines-browse-listing .view-content:before, .pane-type-copy-with-two-column-list .pane-content ul:before, .clearfix:after, .media-wrapper:after, .pane-policies-and-guidelines .policies-and-guidelines-browse-listing:after, .pane-policies-and-guidelines .policies-and-guidelines-browse-listing .view-policies:after, .pane-policies-and-guidelines .policies-and-guidelines-browse-listing .view-content:after, .pane-type-copy-with-two-column-list .pane-content ul:after {
  display: table;
  content: " "; }

.clearfix:after, .media-wrapper:after, .pane-policies-and-guidelines .policies-and-guidelines-browse-listing:after, .pane-policies-and-guidelines .policies-and-guidelines-browse-listing .view-policies:after, .pane-policies-and-guidelines .policies-and-guidelines-browse-listing .view-content:after, .pane-type-copy-with-two-column-list .pane-content ul:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* Place this after bootstrap.scss */
@media (min-width: 1500px) {
  .container, #user-login, .breadcrumb, .webform-confirmation, .node-webform, .modal .modal-dialog {
    width: 1470px; } }

@media (min-width: 1500px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-1 {
    width: 8.3333333333%; }
  .col-xl-2 {
    width: 16.6666666667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.3333333333%; }
  .col-xl-5 {
    width: 41.6666666667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.3333333333%; }
  .col-xl-8 {
    width: 66.6666666667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.3333333333%; }
  .col-xl-11 {
    width: 91.6666666667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.3333333333%; }
  .col-xl-pull-2 {
    right: 16.6666666667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.3333333333%; }
  .col-xl-pull-5 {
    right: 41.6666666667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.3333333333%; }
  .col-xl-pull-8 {
    right: 66.6666666667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.3333333333%; }
  .col-xl-pull-11 {
    right: 91.6666666667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.3333333333%; }
  .col-xl-push-2 {
    left: 16.6666666667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.3333333333%; }
  .col-xl-push-5 {
    left: 41.6666666667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.3333333333%; }
  .col-xl-push-8 {
    left: 66.6666666667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.3333333333%; }
  .col-xl-push-11 {
    left: 91.6666666667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%; }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%; }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%; }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%; }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.visible-xl {
  display: none !important; }

.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important; }

@media (min-width: 1500px) {
  .visible-lg {
    display: none !important; }
  .visible-xl {
    display: block !important; }
  table.visible-xl {
    display: table !important; }
  tr.visible-xl {
    display: table-row !important; }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important; } }

@media (min-width: 1500px) {
  .visible-xl-block {
    display: block !important; } }

@media (min-width: 1500px) {
  .visible-xl-inline {
    display: inline !important; } }

@media (min-width: 1500px) {
  .visible-xl-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .hidden-lg {
    display: none !important; } }

@media (min-width: 1500px) {
  .hidden-xl {
    display: none !important; }
  .hidden-lg {
    display: block !important; }
  table.hidden-lg {
    display: table !important; }
  tr.hidden-lg {
    display: table-row !important; }
  th.hidden-lg,
  td.hidden-lg {
    display: table-cell !important; }
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
    display: none !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.grayscale-off {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
  /* IE 6-9 */
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.fill, .page-wrapper, .page-wrapper > .container, .page-wrapper > #user-login, .page-wrapper > .breadcrumb, .page-wrapper > .webform-confirmation, .page-wrapper > .node-webform, .modal .page-wrapper > .modal-dialog, .page-content {
  min-height: 100%; }

/**
 * Generic elements.
 */
html.js fieldset.collapsed {
  border-width: 1px;
  height: auto; }

#panels-ipe-edit-control-form .btn:before {
  content: none; }

div.panels-ipe-pseudobutton-container .panels-ipe-change-layout {
  display: none; }

@media (max-width: 1024px) {
  #admin-menu {
    display: block !important; } }

@media (max-width: 767px) {
  #admin-menu {
    display: none !important; } }

.panels-ipe-editing .main-container .scrollmagic-pin-spacer {
  z-index: -1; }

.panels-ipe-control a {
  line-height: 33px; }

.field-name-field-title-wysiwyg .filter-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  visibility: hidden;
  height: 0; }

#fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form, #panels-edit-display-form {
  /**
   * Fieldsets.
   *
   * Fieldset legends are displayed like containers in Seven. However, several
   * browsers do not support styling of LEGEND elements. To achieve the desired
   * styling:
   * - All fieldsets use 'position: relative'.
   * - All legend labels are wrapped in a single span.fieldset-legend that uses
   *   'position: absolute', which means that the LEGEND element itself is not
   *   rendered by browsers.
   * - Due to using 'position: absolute', collapsed fieldsets do not have a
   *   height; the fieldset requires a 'padding-top' to make the absolute
   *   positioned .fieldset-legend appear as though it would have a height.
   * - Various browsers are positioning the legend differently if there is a
   *   'padding-left'/'padding-right' applied on a fieldset and inherit the
   *   positioning even to absolute positioned elements within; we therefore have
   *   to apply all padding to the inner .fieldset-wrapper instead.
   */
  /**
   * Form elements.
   */
  /* Filter */
  /* Exceptions */
  /* Field UI */ }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form a, #panels-edit-display-form a {
    color: #0074BD;
    text-decoration: none; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .table-responsive, #panels-edit-display-form .table-responsive {
    overflow: visible; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .btn, #panels-edit-display-form .btn {
    cursor: pointer;
    padding: 4px 17px;
    margin-bottom: 1em;
    margin-right: 1em;
    /* LTR */
    color: #5a5a5a;
    text-align: center;
    font-weight: normal;
    font-size: 1.077em;
    font-family: "Lucida Grande", Verdana, sans-serif;
    border: 1px solid #e4e4e4;
    border-bottom: 1px solid #b4b4b4;
    border-left-color: #d2d2d2;
    border-right-color: #d2d2d2;
    background: url(images/buttons.png) 0 0 repeat-x;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: auto;
    width: auto; }
    #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .btn[value="Upload"], #panels-edit-display-form .btn[value="Upload"] {
      font-size: 14px; }
    #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .btn:before, #panels-edit-display-form .btn:before {
      content: none; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .form-control, #panels-edit-display-form .form-control {
    height: auto; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .table > tbody > tr > td, #panels-edit-display-form .table > tbody > tr > td {
    border: 1px solid #ddd; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .table > thead > tr > th, #panels-edit-display-form .table > thead > tr > th {
    border-bottom: 0; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .draggable a.tabledrag-handle, #panels-edit-display-form .draggable a.tabledrag-handle {
    margin-left: 0; }
    #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .draggable a.tabledrag-handle .handle, #panels-edit-display-form .draggable a.tabledrag-handle .handle {
      background-position: 0px 6px;
      height: 20px; }
    #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .draggable a.tabledrag-handle:hover, #panels-edit-display-form .draggable a.tabledrag-handle:hover {
      text-decoration: none;
      border: 0; }
      #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .draggable a.tabledrag-handle:hover .handle, #panels-edit-display-form .draggable a.tabledrag-handle:hover .handle {
        background-position: 0px -14px; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .input-group-btn, #panels-edit-display-form .input-group-btn {
    width: auto; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .form-type-checkbox, #panels-edit-display-form .form-type-checkbox {
    padding-left: 22px; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form h1,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form h2,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form h3,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form h4,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form h5,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form h6, #panels-edit-display-form h1,
  #panels-edit-display-form h2,
  #panels-edit-display-form h3,
  #panels-edit-display-form h4,
  #panels-edit-display-form h5,
  #panels-edit-display-form h6 {
    font-weight: bold;
    margin: 10px 0; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form h1, #panels-edit-display-form h1 {
    font-size: 1.538em; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form h2, #panels-edit-display-form h2 {
    font-size: 1.385em; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form h3, #panels-edit-display-form h3 {
    font-size: 1.231em; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form h4, #panels-edit-display-form h4 {
    font-size: 1.154em; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form h5,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form h6, #panels-edit-display-form h5,
  #panels-edit-display-form h6 {
    font-size: 1.077em; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form p, #panels-edit-display-form p {
    margin: 1em 0; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form fieldset, #panels-edit-display-form fieldset {
    border: 1px solid #ccc;
    padding: 0;
    /* LTR */
    position: relative;
    margin: 1em 0; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form fieldset .fieldset-legend, #panels-edit-display-form fieldset .fieldset-legend {
    margin-top: 0;
    padding-left: 15px;
    /* LTR */
    position: relative;
    text-transform: uppercase; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form fieldset .fieldset-wrapper, #panels-edit-display-form fieldset .fieldset-wrapper {
    padding: 0 13px 13px 15px;
    /* LTR */ }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form fieldset.collapsed, #panels-edit-display-form fieldset.collapsed {
    background-color: transparent; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form fieldset fieldset, #panels-edit-display-form fieldset fieldset {
    background-color: #fff; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form fieldset fieldset fieldset, #panels-edit-display-form fieldset fieldset fieldset {
    background-color: #f8f8f8; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .form-item, #panels-edit-display-form .form-item {
    padding: 9px 0;
    margin: 0 0 10px; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .filter-wrapper .form-item,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form div.teaser-checkbox .form-item,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .form-item .form-item, #panels-edit-display-form .filter-wrapper .form-item,
  #panels-edit-display-form div.teaser-checkbox .form-item,
  #panels-edit-display-form .form-item .form-item {
    padding: 5px 0;
    margin: 0;
    border: 0; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .form-type-checkbox, #panels-edit-display-form .form-type-checkbox {
    padding: 0 0 0 22px; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .text-format-wrapper .form-item, #panels-edit-display-form .text-format-wrapper .form-item {
    padding-bottom: 0; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .form-item label, #panels-edit-display-form .form-item label {
    margin: 0;
    padding: 0; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .form-item label.option, #panels-edit-display-form .form-item label.option {
    font-size: 0.923em;
    text-transform: none; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .form-item label.option input, #panels-edit-display-form .form-item label.option input {
    vertical-align: middle; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .form-disabled input.form-autocomplete,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .form-disabled input.form-text,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .form-disabled input.form-file,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .form-disabled textarea.form-textarea,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .form-disabled select.form-select, #panels-edit-display-form .form-disabled input.form-autocomplete,
  #panels-edit-display-form .form-disabled input.form-text,
  #panels-edit-display-form .form-disabled input.form-file,
  #panels-edit-display-form .form-disabled textarea.form-textarea,
  #panels-edit-display-form .form-disabled select.form-select {
    background-color: #eee;
    color: #777; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .filter-wrapper, #panels-edit-display-form .filter-wrapper {
    border-top: 0;
    padding: 10px 2px; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .filter-wrapper .fieldset-wrapper, #panels-edit-display-form .filter-wrapper .fieldset-wrapper {
    padding: 0 6px; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .filter-wrapper .form-item,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .filter-wrapper .filter-guidelines,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .filter-wrapper .filter-help, #panels-edit-display-form .filter-wrapper .form-item,
  #panels-edit-display-form .filter-wrapper .filter-guidelines,
  #panels-edit-display-form .filter-wrapper .filter-help {
    font-size: 0.923em;
    padding: 2px 0 0 0;
    /* LTR */ }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form ul.tips,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form div.description,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .form-item div.description, #panels-edit-display-form ul.tips,
  #panels-edit-display-form div.description,
  #panels-edit-display-form .form-item div.description {
    margin: 5px 0;
    line-height: 1.231em;
    font-size: 0.923em;
    color: #666; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form ul.tips li, #panels-edit-display-form ul.tips li {
    margin: 0.25em 0 0.25em 1.5em;
    /* LTR */ }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form body div.form-type-radio div.description,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form body div.form-type-checkbox div.description, #panels-edit-display-form body div.form-type-radio div.description,
  #panels-edit-display-form body div.form-type-checkbox div.description {
    margin-left: 1.5em;
    /* LTR */ }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form a.button:link,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form a.button:visited,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form a.button:hover,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form a.button:active, #panels-edit-display-form a.button:link,
  #panels-edit-display-form a.button:visited,
  #panels-edit-display-form a.button:hover,
  #panels-edit-display-form a.button:active {
    text-decoration: none;
    color: #5a5a5a; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form input.form-submit:active, #panels-edit-display-form input.form-submit:active {
    background: #666;
    color: #fff;
    border-color: #555;
    text-shadow: #222 0 -1px 0; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form input.form-button-disabled,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form input.form-button-disabled:active, #panels-edit-display-form input.form-button-disabled,
  #panels-edit-display-form input.form-button-disabled:active {
    background: #eee none;
    border-color: #eee;
    text-shadow: none;
    color: #999; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form input.form-autocomplete,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form input.form-text,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form input.form-file,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form textarea.form-textarea,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form select.form-select, #panels-edit-display-form input.form-autocomplete,
  #panels-edit-display-form input.form-text,
  #panels-edit-display-form input.form-file,
  #panels-edit-display-form textarea.form-textarea,
  #panels-edit-display-form select.form-select {
    padding: 2px;
    border: 1px solid #ccc;
    border-top-color: #999;
    background: #fff;
    color: #333; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form input.form-text:focus,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form input.form-file:focus,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form textarea.form-textarea:focus,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form select.form-select:focus, #panels-edit-display-form input.form-text:focus,
  #panels-edit-display-form input.form-file:focus,
  #panels-edit-display-form textarea.form-textarea:focus,
  #panels-edit-display-form select.form-select:focus {
    color: #000;
    border-color: #ace; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form ul.action-links, #panels-edit-display-form ul.action-links {
    margin: 1em 0;
    padding: 0 20px 0 20px;
    /* LTR */
    list-style-type: none;
    overflow: hidden; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form ul.action-links li, #panels-edit-display-form ul.action-links li {
    float: left;
    /* LTR */
    margin: 0 1em 0 0;
    /* LTR */ }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form ul.action-links a, #panels-edit-display-form ul.action-links a {
    padding-left: 15px;
    /* LTR */
    background: transparent url(images/add.png) no-repeat 0 center;
    line-height: 30px; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form #diff-inline-form select,
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form div.filter-options select, #panels-edit-display-form #diff-inline-form select,
  #panels-edit-display-form div.filter-options select {
    padding: 0; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form #field-display-overview input.field-formatter-settings-edit, #panels-edit-display-form #field-display-overview input.field-formatter-settings-edit {
    margin: 0;
    padding: 1px 8px; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form #field-display-overview tr.field-formatter-settings-changed, #panels-edit-display-form #field-display-overview tr.field-formatter-settings-changed {
    background: #FFFFBB; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form #field-display-overview tr.drag, #panels-edit-display-form #field-display-overview tr.drag {
    background: #FFEE77; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form #field-display-overview tr.field-formatter-settings-editing, #panels-edit-display-form #field-display-overview tr.field-formatter-settings-editing {
    background: #D5E9F2; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form #field-display-overview .field-formatter-settings-edit-form .form-item, #panels-edit-display-form #field-display-overview .field-formatter-settings-edit-form .form-item {
    margin: 10px 0; }
  #fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form #field-display-overview .field-formatter-settings-edit-form .form-submit, #panels-edit-display-form #field-display-overview .field-formatter-settings-edit-form .form-submit {
    margin-bottom: 0; }

@media (min-width: 1500px) {
  .container, #user-login, .breadcrumb, .webform-confirmation, .node-webform, .modal .modal-dialog {
    width: 1470px; } }

@media (min-width: 1500px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-1 {
    width: 8.3333333333%; }
  .col-xl-2 {
    width: 16.6666666667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.3333333333%; }
  .col-xl-5 {
    width: 41.6666666667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.3333333333%; }
  .col-xl-8 {
    width: 66.6666666667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.3333333333%; }
  .col-xl-11 {
    width: 91.6666666667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.3333333333%; }
  .col-xl-pull-2 {
    right: 16.6666666667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.3333333333%; }
  .col-xl-pull-5 {
    right: 41.6666666667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.3333333333%; }
  .col-xl-pull-8 {
    right: 66.6666666667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.3333333333%; }
  .col-xl-pull-11 {
    right: 91.6666666667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.3333333333%; }
  .col-xl-push-2 {
    left: 16.6666666667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.3333333333%; }
  .col-xl-push-5 {
    left: 41.6666666667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.3333333333%; }
  .col-xl-push-8 {
    left: 66.6666666667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.3333333333%; }
  .col-xl-push-11 {
    left: 91.6666666667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%; }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%; }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%; }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%; }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

html {
  overflow-y: scroll; }

#osu_navbar {
  position: relative;
  z-index: 999; }
  #osu_navbar .container, #osu_navbar #user-login, #osu_navbar .breadcrumb, #osu_navbar .webform-confirmation, #osu_navbar .node-webform, #osu_navbar .modal .modal-dialog, .modal #osu_navbar .modal-dialog {
    padding: 0; }
    #osu_navbar .container .univ_name a, #osu_navbar #user-login .univ_name a, #osu_navbar .breadcrumb .univ_name a, #osu_navbar .webform-confirmation .univ_name a, #osu_navbar .node-webform .univ_name a, #osu_navbar .modal .modal-dialog .univ_name a, .modal #osu_navbar .modal-dialog .univ_name a {
      margin-left: 15px; }

.media video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

.media video::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

.media video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

.media video::-webkit-media-controls-panel {
  flex-wrap: none !important; }

.no-top-margin {
  padding-top: 0 !important; }

.no-bottom-margin {
  padding-bottom: 0 !important; }

.nav-tabs {
  margin-top: 50px; }

.nav-tabs--secondary li:before {
  display: none; }

.grey-bg {
  background-color: #F9F9F9; }

.main-container {
  position: relative;
  padding-top: 129px;
  z-index: 2; }
  .main-container ul {
    list-style: none; }
    .main-container ul li {
      padding-left: 0;
      position: relative; }
      .main-container ul li:before {
        content: "";
        background-color: #bb0000;
        font-weight: 600;
        left: -15px;
        top: 10px;
        width: 4px;
        height: 4px;
        position: absolute; }
  @media (max-width: 767px) {
    .main-container {
      padding-top: 125px; }
      .logged-in .main-container {
        padding-top: 0; } }

.osu-semantic {
  color: #fff; }

.lock {
  position: fixed;
  overflow: hidden; }

.jcrop-holder {
  margin-bottom: 50px; }

ul.nav-tabs li, ul.panels-ipe-linkbar li {
  padding-left: 0; }
  ul.nav-tabs li:before, ul.panels-ipe-linkbar li:before {
    content: none; }

.simplecrop-widget-data {
  display: flex;
  flex-direction: column; }
  .simplecrop-widget-data button[value="Remove"] {
    order: 2;
    margin-bottom: 30px; }
  .simplecrop-widget-data button[value="Edit"] {
    order: 1;
    margin-bottom: 30px; }
  .simplecrop-widget-data button[value="Apply"] {
    order: 1;
    margin-bottom: 30px; }
  .simplecrop-widget-data .form-item {
    order: 3; }

.breadcrumb-wrapper {
  position: fixed;
  left: 0;
  border-bottom: 1px solid #DBDBDB;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  width: 100%;
  z-index: 2;
  transition: all .3s;
  height: 35px;
  display: flex;
  align-items: center; }

.breadcrumb {
  margin: 0 auto;
  padding: 0 15px;
  background-color: transparent;
  font-size: 12px; }
  @media (max-width: 767px) {
    .breadcrumb {
      width: 100%; } }
  @media (max-width: 991px) {
    .breadcrumb > li + li:before {
      content: '< '; } }
  @media (max-width: 991px) {
    .breadcrumb > li {
      display: none; }
      .breadcrumb > li:nth-last-child(2) {
        display: inline; }
        .breadcrumb > li:nth-last-child(2):before {
          content: '< '; } }
  .breadcrumb a {
    color: #757575; }
  .breadcrumb .active {
    color: #bb0000; }

.webform-confirmation {
  padding-top: 50px; }

.page-node-done #block-system-main .links {
  display: none !important; }

.nav-tabs li {
  padding-left: 0; }
  .nav-tabs li:before {
    content: none; }

.caption {
  background-color: rgba(17, 17, 17, 0.9);
  color: #fff;
  width: 100%;
  max-width: 600px;
  position: absolute;
  left: 0;
  bottom: 0; }
  @media (max-width: 767px) {
    .caption {
      display: none; } }
  .caption p {
    color: #fff;
    padding: 25px 50px 40px; }
  .caption button {
    position: absolute;
    top: 20px;
    right: 20px;
    left: auto;
    width: 12px;
    height: 12px;
    opacity: 1; }
    .caption button svg {
      width: 100%;
      height: 100%; }

.caption-button {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(17, 17, 17, 0.9);
  border: 0;
  width: 32px;
  height: 32px;
  transition: all .3s;
  padding-top: 5px; }
  .caption-button #Caption-Info {
    fill: #b5b5b5;
    transition: all .2s; }
  .caption-button[aria-expanded="true"] {
    bottom: -32px; }
  .caption-button:hover #Caption-Info {
    fill: #fff; }
  @media (max-width: 767px) {
    .caption-button {
      display: none; } }

.media-wrapper {
  position: relative; }

.page-wrapper {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: white; }
  .page-wrapper > .container, .page-wrapper > #user-login, .page-wrapper > .breadcrumb, .page-wrapper > .webform-confirmation, .page-wrapper > .node-webform, .modal .page-wrapper > .modal-dialog {
    display: flex; }

.page-content {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0 50px 100px;
  z-index: 1;
  background-color: #f7f7f7; }
  @media (min-width: 1200px) {
    .page-content {
      float: left;
      width: 75%; } }

.container-fluid {
  padding: 0; }

.page-body {
  margin: 0 auto;
  padding: 40px 0 0; }

p {
  margin: 0 0 20px;
  font-weight: 300;
  line-height: 25px;
  color: #333; }

.page-content .pane-list table,
.page-content .pane-body table,
.page-content .pane-bundle-intro table,
.table-wrapper table {
  margin: 0 0 20px;
  position: relative;
  border: 0;
  overflow: hidden;
  line-height: 1.2; }
  .page-content .pane-list table tr td:not(:first-of-type):hover::after,
  .page-content .pane-list table .header th:not(:empty):hover::after,
  .page-content .pane-list table tr td:not(:first-of-type):focus::after,
  .page-content .pane-list table .header th:not(:empty):focus::after,
  .page-content .pane-list table tr th:not(:first-of-type):hover::after,
  .page-content .pane-list table tr th:not(:first-of-type):focus::after,
  .page-content .pane-body table tr td:not(:first-of-type):hover::after,
  .page-content .pane-body table .header th:not(:empty):hover::after,
  .page-content .pane-body table tr td:not(:first-of-type):focus::after,
  .page-content .pane-body table .header th:not(:empty):focus::after,
  .page-content .pane-body table tr th:not(:first-of-type):hover::after,
  .page-content .pane-body table tr th:not(:first-of-type):focus::after,
  .page-content .pane-bundle-intro table tr td:not(:first-of-type):hover::after,
  .page-content .pane-bundle-intro table .header th:not(:empty):hover::after,
  .page-content .pane-bundle-intro table tr td:not(:first-of-type):focus::after,
  .page-content .pane-bundle-intro table .header th:not(:empty):focus::after,
  .page-content .pane-bundle-intro table tr th:not(:first-of-type):hover::after,
  .page-content .pane-bundle-intro table tr th:not(:first-of-type):focus::after,
  .table-wrapper table tr td:not(:first-of-type):hover::after,
  .table-wrapper table .header th:not(:empty):hover::after,
  .table-wrapper table tr td:not(:first-of-type):focus::after,
  .table-wrapper table .header th:not(:empty):focus::after,
  .table-wrapper table tr th:not(:first-of-type):hover::after,
  .table-wrapper table tr th:not(:first-of-type):focus::after {
    content: '';
    height: 10000px;
    left: 0;
    position: absolute;
    top: -5000px;
    width: 100%;
    z-index: -1; }
  .page-content .pane-list table tr,
  .page-content .pane-body table tr,
  .page-content .pane-bundle-intro table tr,
  .table-wrapper table tr {
    border-top: 1px solid #b6b6b6; }
    .page-content .pane-list table tr td, .page-content .pane-list table tr th,
    .page-content .pane-body table tr td,
    .page-content .pane-body table tr th,
    .page-content .pane-bundle-intro table tr td,
    .page-content .pane-bundle-intro table tr th,
    .table-wrapper table tr td,
    .table-wrapper table tr th {
      padding: 10px;
      position: relative;
      line-height: 1;
      color: #D0D0D0;
      width: 95px;
      text-align: left;
      border-left: 1px solid #D4D4D4;
      outline: 0; }
      .page-content .pane-list table tr td:first-of-type, .page-content .pane-list table tr th:first-of-type,
      .page-content .pane-body table tr td:first-of-type,
      .page-content .pane-body table tr th:first-of-type,
      .page-content .pane-bundle-intro table tr td:first-of-type,
      .page-content .pane-bundle-intro table tr th:first-of-type,
      .table-wrapper table tr td:first-of-type,
      .table-wrapper table tr th:first-of-type {
        padding-left: 12px;
        width: auto;
        text-align: left;
        border-left: none; }
      .page-content .pane-list table tr td:hover::after, .page-content .pane-list table tr td:hover::after, .page-content .pane-list table tr th:hover::after, .page-content .pane-list table tr th:hover::after,
      .page-content .pane-body table tr td:hover::after,
      .page-content .pane-body table tr td:hover::after,
      .page-content .pane-body table tr th:hover::after,
      .page-content .pane-body table tr th:hover::after,
      .page-content .pane-bundle-intro table tr td:hover::after,
      .page-content .pane-bundle-intro table tr td:hover::after,
      .page-content .pane-bundle-intro table tr th:hover::after,
      .page-content .pane-bundle-intro table tr th:hover::after,
      .table-wrapper table tr td:hover::after,
      .table-wrapper table tr td:hover::after,
      .table-wrapper table tr th:hover::after,
      .table-wrapper table tr th:hover::after {
        background-color: white;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
    .page-content .pane-list table tr td,
    .page-content .pane-body table tr td,
    .page-content .pane-bundle-intro table tr td,
    .table-wrapper table tr td {
      line-height: 1.2; }
      .page-content .pane-list table tr td:first-of-type,
      .page-content .pane-body table tr td:first-of-type,
      .page-content .pane-bundle-intro table tr td:first-of-type,
      .table-wrapper table tr td:first-of-type {
        border-left: none; }
      .page-content .pane-list table tr td tr, .page-content .pane-list table tr td td, .page-content .pane-list table tr td th,
      .page-content .pane-body table tr td tr,
      .page-content .pane-body table tr td td,
      .page-content .pane-body table tr td th,
      .page-content .pane-bundle-intro table tr td tr,
      .page-content .pane-bundle-intro table tr td td,
      .page-content .pane-bundle-intro table tr td th,
      .table-wrapper table tr td tr,
      .table-wrapper table tr td td,
      .table-wrapper table tr td th {
        border: 0; }
    .page-content .pane-list table tr th,
    .page-content .pane-body table tr th,
    .page-content .pane-bundle-intro table tr th,
    .table-wrapper table tr th {
      font-weight: 700;
      color: white;
      background: #26686d; }
      .page-content .pane-list table tr th .heading-5,
      .page-content .pane-body table tr th .heading-5,
      .page-content .pane-bundle-intro table tr th .heading-5,
      .table-wrapper table tr th .heading-5 {
        margin: 0;
        font-weight: 700;
        color: white; }

#views-exposed-form-search-multi-index-related-terms {
  display: none; }

#buckeye_alert {
  position: relative;
  z-index: 998; }

.media-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  background-color: rgba(187, 0, 0, 0.75);
  border-radius: 50%;
  cursor: pointer;
  transition: all .3s;
  border: 0; }
  .media-play:hover {
    width: 85px;
    height: 85px; }
  .media-play:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 0 0 3px;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid white; }

.media .image,
.media .video {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0;
  background-size: cover;
  background-position: center center;
  height: 544px; }
  .media .image video, .media .image iframe,
  .media .video video,
  .media .video iframe {
    width: 100%; }
    @media (max-width: 767px) {
      .media .image video, .media .image iframe,
      .media .video video,
      .media .video iframe {
        width: 200%; } }
  .media .image iframe,
  .media .video iframe {
    height: 100%; }
  .media .image .embed-container,
  .media .video .embed-container {
    width: 100%;
    height: 100%; }
    @media (max-width: 767px) {
      .media .image .embed-container,
      .media .video .embed-container {
        display: flex;
        justify-content: center;
        align-items: center; } }
  @media (max-width: 1499px) {
    .media .image,
    .media .video {
      height: 440px; } }
  @media (max-width: 1199px) {
    .media .image,
    .media .video {
      height: 360px; } }
  @media (max-width: 767px) {
    .media .image,
    .media .video {
      height: 275px; } }
  .media .image[data-toggle="modal"],
  .media .video[data-toggle="modal"] {
    cursor: pointer; }

.video-modal iframe {
  position: relative; }
  @media (max-width: 767px) {
    .video-modal iframe {
      width: 100vw; } }

.video-modal .modal-content {
  background: none;
  box-shadow: none;
  border-radius: 0;
  border: 0; }

.links:before, .links:after {
  display: table;
  content: " "; }

.links:after {
  clear: both; }

.links .link-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 0;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .links .link-col {
      float: left;
      width: 50%; } }
  .links .link-col .cta-wrapper {
    margin-bottom: 20px; }
    .links .link-col .cta-wrapper:last-of-type {
      margin-bottom: 0; }
  @media (max-width: 767px) {
    .links .link-col {
      padding-top: 15px;
      padding-right: 0; }
      .links .link-col:first-of-type {
        padding: 0; } }

.pane-content .pagination {
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 15px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%; }
  .pane-content .pagination li {
    margin-top: 0;
    position: relative;
    padding-left: 0; }
    .pane-content .pagination li:before {
      content: none; }
    .pane-content .pagination li.pager-first, .pane-content .pagination li.pager-last {
      display: none; }
    .pane-content .pagination li.prev, .pane-content .pagination li.next {
      margin: 0 0 0 60px; }
      .pane-content .pagination li.prev a, .pane-content .pagination li.next a {
        overflow: hidden;
        white-space: nowrap;
        text-indent: 100%;
        background: url("../img/arrow-direction-dark.svg") no-repeat;
        width: 18px;
        height: 18px;
        color: #fff;
        border: 0 !important;
        background-size: auto 100%; }
        .pane-content .pagination li.prev a:hover, .pane-content .pagination li.next a:hover {
          background-image: url("../img/arrow-direction-red.svg");
          background-size: auto 100%; }
      .pane-content .pagination li.prev:before, .pane-content .pagination li.next:before {
        display: none; }
      @media (max-width: 767px) {
        .pane-content .pagination li.prev, .pane-content .pagination li.next {
          margin: 0 15px; } }
    .pane-content .pagination li.active span {
      background: transparent;
      color: #bb0000;
      border-bottom: 1px solid #bb0000; }
    .pane-content .pagination li.prev {
      margin: 0 60px 0 0; }
      .pane-content .pagination li.prev a {
        transform: rotate(180deg); }
    .pane-content .pagination li span,
    .pane-content .pagination li a {
      display: block;
      padding: 0;
      color: #333;
      border: 0;
      margin: 0 12px;
      transition: all .2s;
      border-radius: 0;
      border-bottom: 1px solid transparent;
      font-weight: 600; }
      .pane-content .pagination li span:hover,
      .pane-content .pagination li a:hover {
        background-color: transparent;
        color: #bb0000;
        border-bottom: 1px solid #bb0000; }
    .pane-content .pagination li a > div {
      display: none; }
  .pane-content .pagination:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #D0D0D0; }

@media (max-width: 1499px) {
  .page-content {
    padding: 0 40px 100px; } }

@media (max-width: 1199px) {
  .page-wrapper > .container, .page-wrapper > #user-login, .page-wrapper > .breadcrumb, .page-wrapper > .webform-confirmation, .page-wrapper > .node-webform, .modal .page-wrapper > .modal-dialog {
    display: block; } }

@media (max-width: 991px) {
  .page-content {
    padding: 0 50px 70px; } }

@media (max-width: 767px) {
  .page-content {
    padding: 0 30px 70px; }
  .page-body {
    padding: 30px 0 0; } }

#block-block-1 {
  text-align: center;
  margin-bottom: 90px; }

.btn {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: none !important;
  padding: 0 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 62px;
  background-color: transparent;
  border: 1px solid #bb0000;
  border-radius: 0;
  transition: all 0.3s;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  white-space: normal; }
  @media (min-width: 768px) {
    .btn {
      float: left;
      width: 41.6666666667%; } }
  @media (min-width: 992px) {
    .btn {
      float: left;
      width: 33.3333333333%; } }
  .btn:hover {
    background-color: #bb0000;
    color: #fff; }
  .btn.btn-info {
    color: #333333;
    background-color: #fff; }
    .btn.btn-info:hover {
      color: #fff; }

.plain {
  font-family: "proximanova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px; }

.cta {
  font-family: "proximanova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px; }
  .cta.uppercase {
    text-transform: uppercase; }

.btn-gray {
  color: white;
  background-color: #D0D0D0;
  border-color: #D0D0D0; }

.btn-group .dropdown-toggle {
  justify-content: space-between;
  display: flex;
  align-items: center; }
  .btn-group .dropdown-toggle span:first-of-type {
    flex: 1;
    text-align: left; }
  .btn-group .dropdown-toggle .caret {
    margin-left: 30px;
    position: relative;
    top: 0px;
    flex-basis: 17px;
    flex-shrink: 0;
    width: 17px;
    height: 10px;
    border: 0;
    background: url("../img/dropdown-arrow-red.svg") no-repeat;
    background-size: cover; }
  .btn-group .dropdown-toggle:hover {
    color: #fff;
    background-color: #bb0000; }
    .btn-group .dropdown-toggle:hover span {
      color: #fff; }
    .btn-group .dropdown-toggle:hover .caret {
      background: url("../img/dropdown-arrow-white.svg") no-repeat; }

.btn-group .dropdown-menu {
  margin: 0 15px;
  padding: 0 0 15px;
  width: 100%;
  border-radius: 0;
  border-color: #979797;
  box-shadow: none;
  padding-bottom: 0; }
  .btn-group .dropdown-menu > li {
    margin: 0;
    padding: 0; }
    .btn-group .dropdown-menu > li:before {
      content: none; }
    .btn-group .dropdown-menu > li > a, .btn-group .dropdown-menu > li > span {
      padding: 12px 28px 12px;
      display: block;
      font-size: 16px;
      font-weight: 600;
      line-height: 26px;
      letter-spacing: normal;
      color: #333;
      transition: all .2s; }
      .btn-group .dropdown-menu > li > a:hover, .btn-group .dropdown-menu > li > a:focus, .btn-group .dropdown-menu > li > span:hover, .btn-group .dropdown-menu > li > span:focus {
        color: #fff;
        background-color: #bb0000; }
    .btn-group .dropdown-menu > li.active > a, .btn-group .dropdown-menu > li.active > span {
      color: #bb0000;
      background-color: #f5f5f5; }

.btn-group.open .dropdown-toggle {
  box-shadow: none; }
  .btn-group.open .dropdown-toggle .caret {
    transform: rotate(180deg) scaleX(-1); }

.category-sections {
  margin-top: 70px; }

.category-section {
  padding: 50px 0;
  border-top: 1px solid #ddd; }
  .category-section:before, .category-section:after {
    display: table;
    content: " "; }
  .category-section:after {
    clear: both; }
  .category-section .title {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: block; }
    @media (min-width: 768px) {
      .category-section .title {
        float: left;
        width: 33.3333333333%; } }
  .category-section .details {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .category-section .details {
        float: left;
        width: 50%; } }
    @media (min-width: 768px) {
      .category-section .details {
        left: 16.6666666667%; } }
    .category-section .details p {
      margin: 0;
      margin-bottom: 15px; }

.alt-category-sections {
  -webkit-columns: auto 2;
  -moz-columns: auto 2;
  columns: auto 2;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px; }

.alt-category-section {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  padding: 0 0 24px; }
  .alt-category-section .wrapper {
    padding: 40px;
    background: #fff; }
  .alt-category-section .details p {
    margin: 0;
    margin-top: 15px; }
  .alt-category-section .details ul {
    margin-top: 15px; }

.category-section .title, .alt-category-sections .title {
  color: #333; }
  .category-section .title .subtitle, .category-section .title .pane-type-copy.pane-type-copy-secondary .heading-4, .pane-type-copy.pane-type-copy-secondary .category-section .title .heading-4, .alt-category-sections .title .subtitle, .alt-category-sections .title .pane-type-copy.pane-type-copy-secondary .heading-4, .pane-type-copy.pane-type-copy-secondary .alt-category-sections .title .heading-4 {
    margin-top: 5px;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #bb0000;
    text-transform: uppercase; }

.category-section .details, .alt-category-sections .details {
  font-size: 14px;
  padding-right: 40px; }
  .category-section .details p, .alt-category-sections .details p {
    font-size: 16px; }
  .category-section .details ul li, .alt-category-sections .details ul li {
    margin: 0 0 12px; }
  .category-section .details ul a, .alt-category-sections .details ul a {
    font-size: 16px; }

.handbook-section .details a, .handbook-appendix .details a {
  color: #333; }

.handbook-section .details ul a, .handbook-appendix .details ul a {
  display: inline-block;
  position: relative;
  font-weight: 600; }
  .handbook-section .details ul a:before, .handbook-appendix .details ul a:before {
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    content: '';
    height: 1px;
    width: 0;
    background: #bb0000;
    transition: width .15s ease; }
  .handbook-section .details ul a:hover:before, .handbook-appendix .details ul a:hover:before {
    width: 100%; }
  .handbook-section .details ul a span, .handbook-appendix .details ul a span {
    font-weight: 700; }
  .handbook-section .details ul a:hover, .handbook-appendix .details ul a:hover {
    color: #bb0000; }

@media (max-width: 767px) {
  .category-section .details {
    margin: 20px 0 0; }
  .alt-category-sections {
    -webkit-columns: auto 1;
    -moz-columns: auto 1;
    columns: auto 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; } }

.calendar-dates .event, .calendar-dates .node-event, .calendar-dates .views-row {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 40px; }
  .calendar-dates .event:before, .calendar-dates .event:after, .calendar-dates .node-event:before, .calendar-dates .node-event:after, .calendar-dates .views-row:before, .calendar-dates .views-row:after {
    display: table;
    content: " "; }
  .calendar-dates .event:after, .calendar-dates .node-event:after, .calendar-dates .views-row:after {
    clear: both; }
  .calendar-dates .event:before, .calendar-dates .event:after, .calendar-dates .node-event:before, .calendar-dates .node-event:after, .calendar-dates .views-row:before, .calendar-dates .views-row:after {
    display: table;
    content: " "; }
  .calendar-dates .event:after, .calendar-dates .node-event:after, .calendar-dates .views-row:after {
    clear: both; }

.calendar-dates .views-row {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin: 0;
  padding: 0 0 40px; }
  .calendar-dates .views-row .details .heading-4 {
    font-family: "proximanova", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #26686d; }

.calendar-dates time, .calendar-dates .date {
  position: relative;
  float: left;
  width: 8.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0;
  top: 3px;
  color: #26686d;
  text-align: center; }
  .calendar-dates time .month, .calendar-dates .date .month {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .25px; }
  .calendar-dates time .day, .calendar-dates .date .day {
    font-size: 24px;
    line-height: 24px; }

.calendar-dates .details {
  position: relative;
  float: left;
  width: 91.6666666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 25px; }
  .calendar-dates .details .heading-4 a {
    font-size: 18px;
    color: #26686d;
    line-height: 1.1; }
  .calendar-dates .details .field-name-field-event-category {
    margin: 0;
    color: #333;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .02em;
    font-weight: 600; }
  .calendar-dates .details .event-time, .calendar-dates .details .event-location {
    font-size: 14px;
    font-weight: 600;
    line-height: 2; }
  .calendar-dates .details .event-location {
    color: #999;
    line-height: 1; }

.calendar-dates .meta {
  font-size: 14px; }
  .calendar-dates .meta .semester {
    font-weight: 600; }
    .calendar-dates .meta .semester:after {
      content: '|';
      display: inline-block;
      margin: 0 4px 0 8px; }

.calendar-dates .actions {
  line-height: 12px; }
  .calendar-dates .actions a {
    color: #979797;
    font-size: 12px;
    text-decoration: underline; }
    .calendar-dates .actions a:first-child:after {
      content: '|';
      display: inline-block;
      margin: 0 4px 0 8px; }

.calendar-dates .semester-session {
  margin: 3px 0 0;
  font-size: 14px; }
  .calendar-dates .semester-session span {
    font-weight: 600; }

.calendar-dates .cal-share {
  margin: 2px 0 0;
  line-height: 1; }
  .calendar-dates .cal-share a {
    font-size: 12px;
    color: #999;
    text-decoration: underline; }

.calendar-dates .node-event {
  padding-right: 50px; }

@media (max-width: 480px) {
  .calendar-dates .semester-session {
    line-height: 1.2; }
  .calendar-dates .details {
    padding-right: 0; } }

.node-news, .node-research-resource {
  padding: 0 0 0 50px;
  max-width: 660px; }
  .node-news .heading-1, .node-research-resource .heading-1 {
    font-size: 48px; }
  .node-news img, .node-research-resource img {
    margin: 0 30px 30px 0;
    float: left;
    max-width: 100%;
    height: auto; }
    .node-news img.float, .node-research-resource img.float {
      width: auto; }
    .node-news img.full-width, .node-research-resource img.full-width {
      width: 100%; }
  .node-news .article-date, .node-research-resource .article-date {
    margin: 20px 0 55px;
    font-size: 20px;
    font-weight: 700;
    color: #26686d;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .node-news .lead p, .node-news .pane-type-copy-with-media-callouts .intro p, .pane-type-copy-with-media-callouts .node-news .intro p, .node-news .pane-type-policy-intro .content p p, .pane-type-policy-intro .content .node-news p p, .node-news .unknown .content p p, .unknown .content .node-news p p, .node-research-resource .lead p, .node-research-resource .pane-type-copy-with-media-callouts .intro p, .pane-type-copy-with-media-callouts .node-research-resource .intro p, .node-research-resource .pane-type-policy-intro .content p p, .pane-type-policy-intro .content .node-research-resource p p, .node-research-resource .unknown .content p p, .unknown .content .node-research-resource p p {
    font-size: 24px; }
  .node-news .field-name-body, .node-research-resource .field-name-body {
    line-height: 1.5; }
  .node-news p a, .node-research-resource p a {
    font-weight: normal; }
    .node-news p a:hover, .node-research-resource p a:hover {
      text-decoration: underline; }

@media (max-width: 991px) {
  .node-news .side-share, .node-research-resource .side-share, .vocabulary-handbook .side-share, .node.node-panel .side-share, .node-event .side-share {
    margin: 30px 0 30px -100px;
    padding: 20px 20px 20px 100px;
    display: block;
    position: static; }
    .node-news .side-share .at-share-tbx-element .at-share-btn:first-of-type, .node-research-resource .side-share .at-share-tbx-element .at-share-btn:first-of-type, .vocabulary-handbook .side-share .at-share-tbx-element .at-share-btn:first-of-type, .node.node-panel .side-share .at-share-tbx-element .at-share-btn:first-of-type, .node-event .side-share .at-share-tbx-element .at-share-btn:first-of-type {
      margin-left: 0; }
  .node.node-panel .side-share {
    margin: 30px 0 30px -50px;
    padding: 20px 20px 20px 100px; } }

@media (max-width: 767px) {
  .node-news .side-share, .node-research-resource .side-share, .vocabulary-handbook .side-share, .node-event .side-share {
    margin: 30px 0 30px -80px;
    padding: 20px 20px 20px 80px; }
  .node.node-panel .side-share {
    margin: 30px 0 30px -30px;
    padding: 20px 20px 20px 80px; } }

@media (max-width: 480px) {
  .node-news .side-share, .node-research-resource .side-share, .vocabulary-handbook .side-share, .node.node-panel .side-share, .node-event .side-share {
    margin: 30px 0 30px -50px;
    padding: 20px 20px 20px 50px; }
  .node-news, .node-research-resource {
    padding: 0 0 0 20px; }
  .vocabulary-handbook .side-share {
    margin: 30px 0 30px -50px;
    padding: 20px 20px 20px 50px; } }

.node-faq .heading-3 {
  padding: 0 0 0 39px;
  position: relative;
  font-family: "proximanova", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #444;
  line-height: 1.5;
  cursor: pointer; }
  .node-faq .heading-3.open {
    font-weight: 600;
    color: #26686d; }
    .node-faq .heading-3.open:before {
      background-image: url("../img/minus.svg");
      background-size: 100%; }
  .node-faq .heading-3:hover {
    color: #26686d; }
    .node-faq .heading-3:hover:before {
      background-image: url("../img/plus-teal.svg");
      background-size: 100%; }
  .node-faq .heading-3:before {
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    width: 13px;
    height: 13px;
    background: url("../img/plus.svg") no-repeat;
    background-size: 100%; }

.node-faq .faq-answer {
  padding: 0 0 20px 39px;
  line-height: 1.5;
  color: #26686d; }
  .node-faq .faq-answer p {
    margin: 0 0 20px; }
  .node-faq .faq-answer a:hover {
    text-decoration: underline; }

.node-faq .share-btn {
  margin: 0; }
  .node-faq .share-btn:after {
    margin: 0 0 0 5px;
    display: inline-block;
    content: "";
    width: 5px;
    height: 8px;
    background: url("../img/arrow.svg") no-repeat;
    background-size: 5px 8px; }
  .node-faq .share-btn:hover:after {
    background-image: url("../img/arrow-white.svg");
    background-size: 100%; }

.pane-bundle-faqs {
  margin: 50px 0 0; }
  .pane-bundle-faqs .heading-2 {
    font-size: 30px; }

footer {
  position: relative;
  bottom: 0;
  left: 0;
  overflow: hidden;
  color: #b5b5b5;
  width: 100%;
  background: #222;
  margin-top: 40px; }
  footer .container, footer #user-login, footer .breadcrumb, footer .webform-confirmation, footer .node-webform, footer .modal .modal-dialog, .modal footer .modal-dialog {
    padding: 0; }
  footer .heading-6 {
    margin: 0 0 5px;
    color: #fff;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700; }
  footer .footer-logo {
    position: relative;
    float: left;
    width: 58.3333333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    height: 35px; }
    @media (min-width: 992px) {
      footer .footer-logo {
        float: left;
        width: 33.3333333333%; } }
    @media (min-width: 1200px) {
      footer .footer-logo {
        float: left;
        width: 25%; } }
    @media (min-width: 1200px) {
      footer .footer-logo {
        margin-left: 0%; } }
    @media (max-width: 1199px) {
      footer .footer-logo {
        margin-bottom: 50px; } }
    footer .footer-logo svg {
      width: 100%;
      height: auto; }
  footer .nav-wrapper {
    position: relative;
    float: left;
    width: 83.3333333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-left: 0; }
    @media (min-width: 1200px) {
      footer .nav-wrapper {
        float: left;
        width: 66.6666666667%; } }
    footer .nav-wrapper .nav-column {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; }
      @media (min-width: 768px) {
        footer .nav-wrapper .nav-column {
          float: left;
          width: 39.5833333333%; } }
      @media (min-width: 1200px) {
        footer .nav-wrapper .nav-column {
          float: left;
          width: 37.0833333333%; } }
      @media (max-width: 991px) {
        footer .nav-wrapper .nav-column {
          margin-bottom: 20px; } }
      footer .nav-wrapper .nav-column .nav-column-item {
        display: flex;
        flex-direction: column; }
      footer .nav-wrapper .nav-column .heading-6:not(:first-of-type) {
        margin-top: 25px; }
      footer .nav-wrapper .nav-column:first-child {
        padding-left: 0; }
      footer .nav-wrapper .nav-column:nth-child(2) {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px; }
        @media (min-width: 768px) {
          footer .nav-wrapper .nav-column:nth-child(2) {
            float: left;
            width: 31.25%; } }
        @media (min-width: 1200px) {
          footer .nav-wrapper .nav-column:nth-child(2) {
            float: left;
            width: 25.8333333333%; } }
        @media (max-width: 767px) {
          footer .nav-wrapper .nav-column:nth-child(2) {
            padding-left: 0; } }
      footer .nav-wrapper .nav-column:nth-child(3) {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        padding-right: 0; }
        @media (min-width: 768px) {
          footer .nav-wrapper .nav-column:nth-child(3) {
            float: left;
            width: 29.1666666667%; } }
        @media (min-width: 1200px) {
          footer .nav-wrapper .nav-column:nth-child(3) {
            float: left;
            width: 33.3333333333%; } }
        @media (max-width: 767px) {
          footer .nav-wrapper .nav-column:nth-child(3) {
            padding-left: 0; } }
      footer .nav-wrapper .nav-column a {
        transition: all 0.1s;
        border-bottom: 1px solid transparent; }
        footer .nav-wrapper .nav-column a:hover {
          color: #fff;
          border-bottom: 1px solid #fff; }
      footer .nav-wrapper .nav-column a,
      footer .nav-wrapper .nav-column p {
        color: #b5b5b5;
        font-size: 14px;
        line-height: 26px;
        font-weight: 500;
        margin-bottom: 15px; }
    footer .nav-wrapper .nav-row {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      border-top: 1px solid #666;
      padding-top: 20px;
      margin-top: 10px;
      padding: 20px 0 0;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start; }
      footer .nav-wrapper .nav-row a {
        color: #b5b5b5;
        transition: all 0.1s;
        border-bottom: 1px solid transparent; }
        footer .nav-wrapper .nav-row a:hover {
          color: #fff;
          border-bottom: 1px solid #fff; }
      footer .nav-wrapper .nav-row .footer-item {
        margin-bottom: 20px; }
        footer .nav-wrapper .nav-row .footer-item:first-child {
          position: relative;
          float: left;
          width: 100%;
          min-height: 1px;
          padding-right: 15px;
          padding-left: 15px;
          position: relative;
          min-height: 1px;
          padding-right: 15px;
          padding-left: 15px;
          position: relative;
          min-height: 1px;
          padding-right: 15px;
          padding-left: 15px;
          padding-left: 0; }
          @media (min-width: 768px) {
            footer .nav-wrapper .nav-row .footer-item:first-child {
              float: left;
              width: 39.5833333333%; } }
          @media (min-width: 1200px) {
            footer .nav-wrapper .nav-row .footer-item:first-child {
              float: left;
              width: 37.0833333333%; } }
        footer .nav-wrapper .nav-row .footer-item:nth-child(2) {
          position: relative;
          float: left;
          width: 100%;
          min-height: 1px;
          padding-right: 15px;
          padding-left: 15px;
          position: relative;
          min-height: 1px;
          padding-right: 15px;
          padding-left: 15px;
          position: relative;
          min-height: 1px;
          padding-right: 15px;
          padding-left: 15px; }
          @media (min-width: 768px) {
            footer .nav-wrapper .nav-row .footer-item:nth-child(2) {
              float: left;
              width: 31.25%; } }
          @media (min-width: 1200px) {
            footer .nav-wrapper .nav-row .footer-item:nth-child(2) {
              float: left;
              width: 25.8333333333%; } }
          @media (max-width: 767px) {
            footer .nav-wrapper .nav-row .footer-item:nth-child(2) {
              padding-left: 0; } }
        footer .nav-wrapper .nav-row .footer-item:nth-child(3) {
          position: relative;
          float: left;
          width: 100%;
          min-height: 1px;
          padding-right: 15px;
          padding-left: 15px;
          position: relative;
          min-height: 1px;
          padding-right: 15px;
          padding-left: 15px;
          position: relative;
          min-height: 1px;
          padding-right: 15px;
          padding-left: 15px;
          padding-right: 0; }
          @media (min-width: 768px) {
            footer .nav-wrapper .nav-row .footer-item:nth-child(3) {
              float: left;
              width: 29.1666666667%; } }
          @media (min-width: 1200px) {
            footer .nav-wrapper .nav-row .footer-item:nth-child(3) {
              float: left;
              width: 33.3333333333%; } }
          @media (max-width: 767px) {
            footer .nav-wrapper .nav-row .footer-item:nth-child(3) {
              padding-left: 0; } }
      footer .nav-wrapper .nav-row p {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        color: #b5b5b5;
        padding-left: 0; }
        @media (min-width: 992px) {
          footer .nav-wrapper .nav-row p {
            float: left;
            width: 37.5%; } }
        @media (max-width: 991px) {
          footer .nav-wrapper .nav-row p {
            padding-left: 0; } }
      footer .nav-wrapper .nav-row .footer-link {
        font-weight: 700;
        text-transform: uppercase;
        line-height: 17px;
        font-size: 14px;
        letter-spacing: 2px; }
        @media (max-width: 991px) {
          footer .nav-wrapper .nav-row .footer-link {
            margin-bottom: 20px;
            display: block; } }
      footer .nav-wrapper .nav-row .nav-column--footer {
        display: flex;
        flex-direction: column;
        padding-right: 15px; }
        @media (max-width: 992px) {
          footer .nav-wrapper .nav-row .nav-column--footer {
            padding: 0;
            margin: 0; } }
        footer .nav-wrapper .nav-row .nav-column--footer:last-of-type {
          padding: 0;
          padding-left: 15px; }
          @media (max-width: 768px) {
            footer .nav-wrapper .nav-row .nav-column--footer:last-of-type {
              padding: 0; } }
        footer .nav-wrapper .nav-row .nav-column--footer:nth-child(2) {
          padding: 0;
          padding-left: 15px; }
          @media (max-width: 768px) {
            footer .nav-wrapper .nav-row .nav-column--footer:nth-child(2) {
              padding: 0; } }
        footer .nav-wrapper .nav-row .nav-column--footer .footer-item {
          width: 100%;
          padding: 0; }
          @media (max-width: 992px) {
            footer .nav-wrapper .nav-row .nav-column--footer .footer-item {
              margin: 0; } }
          footer .nav-wrapper .nav-row .nav-column--footer .footer-item:first-child {
            width: 100%; }
          footer .nav-wrapper .nav-row .nav-column--footer .footer-item:nth-child(2) {
            padding: 0; }
        footer .nav-wrapper .nav-row .nav-column--footer p {
          width: 100%;
          padding: 0;
          white-space: nowrap; }
  footer .wrapper {
    padding: 60px 0 120px; }
    @media (max-width: 480px) {
      footer .wrapper {
        padding: 30px 0; } }
  footer .footer-accessibility {
    margin-bottom: 30px;
    text-align: center; }
    footer .footer-accessibility a {
      font-weight: bold; }

.gap {
  display: block;
  position: relative;
  width: 100vw; }
  .gap--tablet, .gap--mobile {
    display: none; }
  @media (max-width: 992px) {
    .gap--desktop {
      display: none; }
    .gap--tablet {
      display: block; } }
  @media (max-width: 768px) {
    .gap--tablet {
      display: none; }
    .gap--mobile {
      display: block; } }

a {
  font-weight: 400;
  line-height: 1;
  letter-spacing: .02em; }

.cta {
  font-family: "proximanova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  color: #333333; }
  .cta.uppercase {
    text-transform: uppercase;
    position: relative;
    transition: all .3s;
    letter-spacing: 3px;
    display: block; }
    .cta.uppercase .arrow {
      position: relative;
      padding-right: 20px;
      display: inline-block;
      background: url("data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDYgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ1ICg0MzQ3NSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPkFycm93PC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iY3RhL3NtYWxsLWdyZXkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zODUuMDAwMDAwLCAtMi4wMDAwMDApIiBzdHJva2U9IiNCQjAwMDAiPg0KICAgICAgICAgICAgPGcgaWQ9ImN0YS9zbWFsbC1jb3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgLTMuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJBcnJvdyIgcG9pbnRzPSIzODYgNSAzODkuNjI0ODMzIDguODk4OTgwNTYgMzg2IDEyLjc5Nzk2MTEiPjwvcG9seWxpbmU+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=") no-repeat;
      background-size: 7px 11px;
      background-position: calc(100% - 5px) 3px;
      transition: background-position .3s; }
    .cta.uppercase:hover {
      color: #bb0000; }
      .cta.uppercase:hover .arrow {
        background-position: 100% 3px; }

.links .cta-wrapper {
  margin-bottom: 20px; }
  .links .cta-wrapper:last-of-type {
    margin-bottom: 0; }

.link-group .heading-5 {
  margin-top: 50px;
  color: #bb0000;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .02em;
  font-weight: 600; }

.link-group ul:before, .link-group ul:after {
  display: table;
  content: " "; }

.link-group ul:after {
  clear: both; }

.link-group ul li {
  display: block;
  width: 50%;
  float: left;
  margin-bottom: 12px; }
  .link-group ul li:nth-child(odd) {
    padding-right: 2%; }

.link-group nav ul {
  margin: 0;
  padding: 0; }

.link-group a {
  padding: 0 10px 0 0;
  position: relative;
  display: inline-block;
  padding: 0;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  color: #444;
  letter-spacing: .02em;
  white-space: nowrap; }
  .link-group a:after {
    position: absolute;
    top: 6px;
    right: 0;
    content: "";
    width: 5px;
    height: 8px;
    background: url("../img/arrow-red.svg") no-repeat;
    background-size: 5px 8px; }
  .link-group a:before {
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    content: '';
    height: 1px;
    width: 0;
    background: #bb0000;
    transition: width .15s ease; }
  .link-group a:hover:before {
    width: 100%; }
  .link-group a:after {
    margin: 0 0 0 5px;
    position: static;
    display: inline-block;
    background: url("../img/arrow.svg") no-repeat;
    background-size: 75%;
    vertical-align: middle; }
  .link-group a:hover {
    color: #bb0000; }
    .link-group a:hover:after {
      background-image: url("../img/arrow-red.svg");
      background-size: 75%; }

.link-arrow:after {
  font-size: 1.66666667em;
  content: '›';
  font-weight: 300;
  display: block;
  float: right;
  opacity: 0.2; }

@media (min-width: 900px) and (max-width: 1499px) {
  .link-group ul li {
    float: none;
    width: 100%; } }

@media (max-width: 1199px) {
  .link-arrow:after {
    display: none; } }

@media (max-width: 580px) {
  .link-group ul li {
    float: none;
    width: 100%; } }

.modal-open {
  overflow: auto; }
  .modal-open .modal-body {
    max-height: none !important; }
  .modal-open .modal-content {
    margin-bottom: 100px; }
    .modal-open .modal-content iframe, .modal-open .modal-content video {
      position: relative;
      display: block;
      width: 100%;
      height: 335px; }

.video-modal video::-webkit-media-controls-panel {
  display: flex !important;
  -webkit-appearance: flex; }

.video-modal video::--webkit-media-controls-play-button {
  display: flex !important;
  -webkit-appearance: flex; }

.video-modal video::-webkit-media-controls-start-playback-button {
  display: flex !important;
  -webkit-appearance: flex; }

.video-modal video::-webkit-media-controls-panel {
  flex-wrap: none !important; }

.video-modal .modal-dialog {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 11%;
  margin-top: 0;
  margin-bottom: 0; }
  .video-modal .modal-dialog video, .video-modal .modal-dialog iframe {
    width: 100%;
    height: auto; }
  .video-modal .modal-dialog iframe {
    min-height: 612px; }

.panels-add-content-modal:before, .panels-add-content-modal:after {
  display: table;
  content: " "; }

.panels-add-content-modal:after {
  clear: both; }

#osu_navbar {
  z-index: 0; }
  #osu_navbar a {
    color: #fff; }
  #osu_navbar ul {
    padding-left: 0; }
  @media (max-width: 767px) {
    .logged-in #osu_navbar {
      position: relative !important;
      top: 0 !important; } }

#navWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  transition: top .3s; }
  @media (max-width: 767px) {
    .logged-in #navWrapper {
      position: relative !important;
      top: 0 !important; } }

#navbar {
  width: 100%;
  border-bottom: 1px solid #DBDBDB;
  background-color: #fff;
  z-index: 5;
  transition: top .3s; }
  @media (max-width: 767px) {
    .logged-in #navbar {
      position: relative !important;
      top: 0 !important; } }
  #navbar .button-wrapper {
    position: absolute;
    float: right;
    right: 160px;
    top: 50%; }
    @media (max-width: 767px) {
      #navbar .button-wrapper {
        right: 105px; } }
  #navbar .search-button {
    background: transparent;
    border: 0;
    z-index: 1;
    transition: all .3s;
    position: absolute;
    top: 1px;
    left: 0; }
    #navbar .search-button .default {
      opacity: 1; }
    #navbar .search-button.desktop {
      width: 38px;
      height: 22px;
      background: transparent; }
      @media (max-width: 767px) {
        #navbar .search-button.desktop {
          display: none; } }
    #navbar .search-button.mobile {
      display: none; }
      @media (max-width: 767px) {
        #navbar .search-button.mobile {
          display: block;
          width: 45px;
          top: -2px;
          left: 15px; } }
    #navbar .search-button.open {
      right: 235px;
      left: auto; }
  #navbar .close-btn {
    position: absolute;
    top: -11px;
    left: 5px;
    opacity: 1;
    border: 0; }
  #navbar form {
    display: flex;
    position: absolute;
    right: 85px;
    transition: all .3s;
    opacity: 0;
    width: 0;
    margin-right: 10px; }
    @media (max-width: 767px) {
      #navbar form {
        display: none; } }
    #navbar form:after {
      content: '';
      position: absolute;
      bottom: 2px;
      left: 5px;
      height: 1px;
      width: 269px;
      background: #333; }
    #navbar form.open {
      opacity: 1;
      width: 300px; }
    #navbar form input {
      border: 0;
      border-radius: 0;
      color: #333;
      font-size: 17px;
      line-height: .8;
      font-weight: 400;
      padding-left: 0;
      box-shadow: none;
      padding-right: 20px;
      padding-bottom: 0;
      position: relative;
      padding-left: 5px; }
      #navbar form input::-ms-clear {
        display: none !important; }
      #navbar form input::-webkit-input-placeholder {
        color: #333; }
      #navbar form input::-moz-placeholder {
        color: #333; }
      #navbar form input:-moz-placeholder {
        color: #333; }
      #navbar form input:-ms-input-placeholder {
        color: #333; }
    #navbar form button {
      float: right;
      background: transparent;
      border: 0;
      transition: all .3s;
      margin-top: 1px;
      transform: translateX(-25px); }
      #navbar form button svg #hamburger {
        transition: all .3s; }
      #navbar form button.value {
        pointer-events: auto; }
        #navbar form button.value svg #hamburger {
          transform: translate(1055.6px, 84px); }
      #navbar form button svg {
        width: 12px;
        height: 12px; }

.search-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  float: right;
  padding: 0 10px;
  right: 110px; }
  @media (max-width: 767px) {
    .search-button {
      right: 30px;
      z-index: 12; } }
  @media (max-width: 400px) {
    .search-button {
      right: 40px; } }

.menu-btn {
  float: right;
  background-color: transparent;
  border: 0;
  display: flex;
  position: absolute;
  right: 15px;
  top: 32px;
  z-index: 11;
  transition: right .2s;
  padding: 0;
  margin-top: 1px; }
  @media (max-width: 1199px) {
    .menu-btn {
      right: 21px;
      padding: 0 6px; } }
  @media (max-width: 540px) {
    .menu-btn {
      right: 8px; } }
  .menu-btn[aria-expanded="true"] > span {
    opacity: 0; }
  .menu-btn[aria-expanded="true"] > div .icon-bar {
    background-color: #fff; }
    .menu-btn[aria-expanded="true"] > div .icon-bar:first-child {
      transform: rotate(45deg);
      bottom: 15px;
      height: 1px; }
    .menu-btn[aria-expanded="true"] > div .icon-bar:nth-child(2) {
      opacity: 0;
      width: 0; }
    .menu-btn[aria-expanded="true"] > div .icon-bar:last-child {
      transform: rotate(-45deg);
      bottom: 15px;
      height: 1px; }
  .menu-btn span {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 3px;
    font-weight: 500;
    text-transform: uppercase;
    transition: opacity .5s; }
    @media (max-width: 767px) {
      .menu-btn span {
        opacity: 0; }
        .menu-btn span:not(.icon-bar) {
          display: none; } }
  .menu-btn > div {
    height: 15px;
    width: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    float: right;
    margin-left: 6px;
    margin-top: 1px;
    transition: all .5s; }
    @media (max-width: 767px) {
      .menu-btn > div {
        height: 16px;
        width: 22px; } }
  .menu-btn .icon-bar {
    height: 2px;
    width: 16px;
    background-color: #333;
    transition: all .5s;
    position: absolute; }
    .menu-btn .icon-bar:first-child {
      bottom: 15px; }
    .menu-btn .icon-bar:nth-child(2) {
      bottom: 10px; }
    .menu-btn .icon-bar:last-child {
      bottom: 5px; }
    @media (max-width: 767px) {
      .menu-btn .icon-bar {
        opacity: 1;
        width: 22px; }
        .menu-btn .icon-bar:first-child {
          bottom: 17px; }
        .menu-btn .icon-bar:nth-child(2) {
          bottom: 10px; }
        .menu-btn .icon-bar:last-child {
          bottom: 3px; } }

.logo {
  margin: 0; }
  .logo svg {
    height: auto;
    width: 300px; }
    @media (max-width: 767px) {
      .logo svg {
        width: 250px; } }
    @media (max-width: 360px) {
      .logo svg {
        width: 220px; } }

.header-bar {
  padding: 20px 15px;
  display: flex;
  align-items: center;
  position: relative;
  height: 86px; }

.nav-collapse {
  background-color: #222;
  color: #fff;
  position: absolute;
  width: calc(100% + 18px);
  top: 0;
  z-index: 10;
  padding-top: 30px;
  padding-bottom: 70px;
  min-height: 0px;
  right: -18px;
  padding-right: 18px;
  transition: all .5s;
  overflow: hidden;
  padding: 0;
  z-index: 1; }
  @media (max-width: 991px) {
    .nav-collapse {
      right: 0;
      width: 100%; } }
  .nav-collapse[aria-expanded="true"] {
    min-height: 100vh;
    max-height: 100vh;
    overflow: scroll;
    padding-top: 30px;
    padding-bottom: 70px; }
    .nav-collapse[aria-expanded="true"]::-webkit-scrollbar {
      display: none !important; }
    .nav-collapse[aria-expanded="true"]::-moz-scrollbar {
      display: none !important; }
    @media (max-width: 1199px) {
      .nav-collapse[aria-expanded="true"] {
        padding-top: 31px; } }
    @media (max-width: 991px) {
      .nav-collapse[aria-expanded="true"] {
        padding-top: 32px; } }
    @media (max-width: 767px) {
      .nav-collapse[aria-expanded="true"] {
        padding-top: 17px; } }
  .nav-collapse ul {
    list-style: none;
    padding: 0; }
    @media (max-width: 991px) {
      .nav-collapse ul {
        margin-bottom: 43px; } }
    .nav-collapse ul li ul {
      padding-left: 20px;
      margin-bottom: 0; }
      .nav-collapse ul li ul a {
        border: 0;
        color: #B5B5B5;
        font-size: 13px;
        line-height: 16px;
        padding: 10px 0; }
  .nav-collapse a:not(.nav-title), .nav-collapse button {
    color: #B5B5B5;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    padding: 15px 15px 15px 0;
    border: 0;
    border-bottom: 1px solid #4E4E4E;
    display: block;
    background-color: transparent;
    width: 100%;
    text-align: left;
    transition: all .1s; }
    .nav-collapse a:not(.nav-title):hover, .nav-collapse button:hover {
      color: #fff;
      border-bottom: 1px solid #B5B5B5; }
  .nav-collapse button {
    position: relative; }
    .nav-collapse button:after {
      content: '+';
      position: absolute;
      right: 0;
      top: 15px;
      font-size: 20px;
      font-weight: 100; }
    .nav-collapse button[aria-expanded="true"]:after {
      height: 1px;
      width: 8px;
      right: 1px;
      background-color: #B5B5B5;
      content: '';
      top: 22px; }
  .nav-collapse .nav-col {
    position: relative;
    float: left;
    width: 91.6666666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 100px; }
    @media (min-width: 992px) {
      .nav-collapse .nav-col {
        float: left;
        width: 20%; } }
    @media (min-width: 1200px) {
      .nav-collapse .nav-col {
        float: left;
        width: 16.6666666667%; } }
    @media (max-width: 1199px) and (min-width: 992px) {
      .nav-collapse .nav-col:first-child {
        padding-left: 0; }
      .nav-collapse .nav-col:last-child {
        padding-right: 0; } }
    @media (max-width: 767px) {
      .nav-collapse .nav-col:last-child {
        margin-bottom: 50px; } }
    @media (max-width: 991px) {
      .nav-collapse .nav-col {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0; } }
    .nav-collapse .nav-col .nav-title {
      display: inherit; }
      .nav-collapse .nav-col .nav-title .heading-6 {
        border-top: 2px solid #fff;
        color: #fff;
        padding: 15px 20px 5px 0;
        letter-spacing: 3px;
        font-size: 14px;
        line-height: 17px;
        font-weight: 700;
        display: block; }
        @media (max-width: 991px) {
          .nav-collapse .nav-col .nav-title .heading-6 {
            font-size: 16px;
            line-height: 18px; } }
    .nav-collapse .nav-col li {
      position: relative; }
      .nav-collapse .nav-col li button {
        width: 100%;
        height: 100%; }
    .nav-collapse .nav-col:nth-child(5) ul {
      margin-bottom: 35px;
      display: inline-block;
      width: 100%; }
      @media (max-width: 991px) {
        .nav-collapse .nav-col:nth-child(5) ul:last-of-type {
          padding-bottom: 170px; } }
      .nav-collapse .nav-col:nth-child(5) ul li:last-child {
        margin-bottom: 8px; }
    .nav-collapse .nav-col:nth-child(5) .heading-6 {
      padding-bottom: 0; }
  .nav-collapse .navbar-header {
    float: none !important; }

.osu-search {
  margin-top: 50px; }
  .osu-search .card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: 0.28571429rem;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3); }
    .osu-search .card-block {
      font-size: 1em;
      position: relative;
      margin: 0;
      padding: 1em;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      overflow: scroll; }
    .osu-search .card-footer {
      font-size: 1em;
      position: static;
      top: 0;
      left: 0;
      max-width: 100%;
      padding: 0.75em 1em;
      color: #4a4a4a;
      border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
      background: #f5f5f5; }
  .osu-search .table {
    margin-bottom: 20px; }
    .osu-search .table th {
      font-size: 18px;
      padding-left: 8px;
      font-weight: 600;
      line-height: 25px; }
    .osu-search .table tr {
      height: 2em;
      border-top: 1px solid #c7c7c7;
      padding: 3px; }
    .osu-search .table td {
      padding: 8px; }
  .osu-search .header-box {
    padding: 10px 20px 5px 0;
    font-weight: bold;
    font-size: 2rem;
    position: relative; }
    .osu-search .header-box::before {
      background: #eee;
      bottom: 0;
      content: '';
      height: 2px;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      width: 100%; }
    .osu-search .header-box .title {
      margin: 0 20px 5px 10px;
      color: black;
      font-size: 2rem; }
  .osu-search .input-group {
    margin-bottom: 40px;
    width: 300px; }
    @media screen and (max-width: 550px) {
      .osu-search .input-group {
        width: 100%; } }
  .osu-search .osuSearch-input {
    position: relative;
    z-index: 1;
    border-right: none;
    box-shadow: none;
    padding: 1.5em 1em;
    font-size: 1em;
    border: 1px solid #757575;
    border-radius: 4px !important;
    color: #4a4a4a; }
  .osu-search .btn.osuSearch-submit {
    border: none;
    background-color: transparent; }
  .osu-search .input-group-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: auto;
    display: block; }
  .osu-search .osuSearch-submit {
    padding: 1.1em;
    height: 47px;
    width: 40px;
    padding: 0;
    background-color: transparent; }
  .osu-search .gsc-control-cse {
    padding: 0; }
  .osu-search .gs-promotion-text-cell {
    margin-left: 0; }
  .osu-search .cse .gsc-webResult.gsc-result:hover,
  .osu-search .gsc-webResult.gsc-result:hover,
  .osu-search .gsc-webResult.gsc-result.gsc-promotion:hover,
  .osu-search .gsc-results .gsc-imageResult-classic:hover,
  .osu-search .gsc-results .gsc-imageResult-column:hover,
  .osu-search .cse .gsc-webResult.gsc-result,
  .osu-search .gsc-webResult.gsc-result,
  .osu-search .gsc-webResult.gsc-result.gsc-promotion,
  .osu-search .gsc-results .gsc-imageResult-classic,
  .osu-search .gsc-results .gsc-imageResult-column {
    border: 0; }
  .osu-search .gsc-cursor-page {
    padding: 0 8px;
    text-decoration: none !important; }
  .osu-search .gsc-results .gsc-cursor-box {
    margin-left: 0; }

osu-search {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    osu-search {
      float: left;
      width: 66.6666666667%; } }
  osu-search .gs-title {
    color: #444 !important;
    text-decoration: none !important;
    font-size: 16px !important; }
    osu-search .gs-title b {
      color: #444 !important;
      text-decoration: none !important; }
    osu-search .gs-title:hover {
      text-decoration: underline !important; }
  osu-search .gs-visibleUrl {
    color: #bb0000 !important; }
  osu-search .gs-snippet {
    color: #444 !important;
    font-size: 13px !important; }
  osu-search .gsc-adBlock {
    display: none !important; }

.scrollmagic-pin-spacer {
  width: auto !important; }

.sidebar-wrapper {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none; }
  .page-node-panel-content .sidebar-wrapper {
    display: none; }
  .sidebar-wrapper .container, .sidebar-wrapper #user-login, .sidebar-wrapper .breadcrumb, .sidebar-wrapper .webform-confirmation, .sidebar-wrapper .node-webform, .sidebar-wrapper .modal .modal-dialog, .modal .sidebar-wrapper .modal-dialog {
    padding: 0;
    height: 0; }
  @media (max-width: 991px) {
    .sidebar-wrapper {
      width: 100%;
      margin: 0;
      position: relative;
      top: 0 !important;
      background-color: #F9F9F9;
      padding: 40px 0; } }

.collaspe-title {
  display: none;
  padding: 10px 15px; }
  @media (max-width: 991px) {
    .collaspe-title {
      display: block; } }
  .collaspe-title p {
    margin-bottom: 0 !important;
    position: relative; }
    .collaspe-title p:after {
      content: '';
      position: absolute;
      top: 8px;
      right: 11px;
      width: 17px;
      height: 10px;
      border: 0;
      background: url("../img/dropdown-arrow-red.svg") no-repeat; }

.sidebar {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: right !important;
  padding: 40px 15px 0;
  margin-right: 0;
  background-color: rgba(255, 255, 255, 0.9); }
  @media (min-width: 992px) {
    .sidebar {
      float: left;
      width: 20.8333333333%; } }
  @media (min-width: 992px) {
    .sidebar {
      margin-left: 0%; } }
  @media (min-width: 1200px) {
    .sidebar {
      float: left;
      width: 16.6666666667%; } }
  @media (max-width: 991px) {
    .sidebar {
      float: left !important;
      padding: 0 15px;
      background-color: transparent; } }
  .sidebar .link-wrapper {
    margin-bottom: 40px; }
    .sidebar .link-wrapper:last-child {
      margin-bottom: 0; }
    @media (max-width: 991px) {
      .sidebar .link-wrapper {
        margin-bottom: 20px;
        padding: 10px 0; }
        .sidebar .link-wrapper ul {
          padding: 0; }
        .sidebar .link-wrapper:last-child {
          margin-bottom: 0; }
          .sidebar .link-wrapper:last-child ul {
            margin-bottom: 0; } }
  .sidebar .bold, .sidebar .pane-content .pagination li span, .pane-content .pagination li .sidebar span, .sidebar
  .pane-content .pagination li a,
  .pane-content .pagination li .sidebar a, .sidebar .assistant-bio .pane-content .name, .assistant-bio .pane-content .sidebar .name {
    border-bottom: 1px solid #bb0000;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 14px; }
  .sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .sidebar ul li {
      padding-left: 0; }
      .sidebar ul li:before {
        content: none; }
    .sidebar ul a {
      font-size: 13px;
      line-height: 19px;
      color: #333333;
      display: block;
      padding: 8px 15px 8px 0;
      position: relative;
      transition: all .3s;
      pointer-events: all; }
      .sidebar ul a:before {
        content: '';
        width: 0;
        height: 1px;
        background-color: #bb0000;
        position: absolute;
        left: 0;
        opacity: 0;
        top: 16px;
        transition: all .3s; }
      .sidebar ul a.active, .sidebar ul a:hover {
        color: #bb0000;
        padding-left: 20px; }
        .sidebar ul a.active:before, .sidebar ul a:hover:before {
          width: 12px;
          opacity: 1; }
      .sidebar ul a:nth-child(even) {
        padding-left: 15px; }

.style-guide {
  padding-bottom: 100px; }
  .style-guide .element {
    padding: 40px 0; }
  .style-guide .subtitle, .style-guide .pane-type-copy.pane-type-copy-secondary .heading-4, .pane-type-copy.pane-type-copy-secondary .style-guide .heading-4 {
    margin-top: 50px; }
  .style-guide .color {
    margin-right: 30px;
    border: 2px solid #fff;
    box-shadow: 4px 10px  30px 1px #e1e1e1;
    width: 100px;
    height: 100px;
    float: left; }
    .style-guide .color.brand-primary {
      background-color: #bb0000; }
    .style-guide .color.gray-darker {
      background-color: #333333; }
    .style-guide .color.gray-dark {
      background-color: #666666; }
    .style-guide .color.gray {
      background-color: #979797; }
    .style-guide .color.gray-light {
      background-color: #D0D0D0; }
    .style-guide .color.gray-lighter {
      background-color: #F5F5F5; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "proximanova", Helvetica, Arial, sans-serif; }

.heading-1 {
  font-size: 66px;
  font-weight: 300;
  line-height: 70px;
  letter-spacing: 3px;
  color: #333333;
  text-transform: none; }
  @media (max-width: 767px) {
    .heading-1 {
      font-size: 38px;
      line-height: 44px; } }
  .heading-1.subtitle, .pane-type-copy.pane-type-copy-secondary .heading-1.heading-4 {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 7px;
    line-height: 40px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .heading-1.subtitle, .pane-type-copy.pane-type-copy-secondary .heading-1.heading-4 {
        font-size: 21px;
        line-height: 27px; } }

.heading-2 {
  font-size: 48px;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: 5px;
  color: #333333;
  text-transform: none; }
  @media (max-width: 767px) {
    .heading-2 {
      font-size: 34px;
      line-height: 40px; } }
  .heading-2.subtitle, .pane-type-copy.pane-type-copy-secondary .heading-2.heading-4 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2.5px;
    line-height: 40px; }
    @media (max-width: 767px) {
      .heading-2.subtitle, .pane-type-copy.pane-type-copy-secondary .heading-2.heading-4 {
        font-size: 20px;
        line-height: 26px; } }

.heading-3 {
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: 4px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .heading-3 {
      font-size: 28px;
      line-height: 32px; } }
  .heading-3.subtitle, .pane-type-copy.pane-type-copy-secondary .heading-3.heading-4 {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2.5px;
    line-height: 40px; }
    @media (max-width: 767px) {
      .heading-3.subtitle, .pane-type-copy.pane-type-copy-secondary .heading-3.heading-4 {
        font-size: 20px;
        line-height: 26px; } }

.heading-4 {
  font-size: 36px;
  font-weight: 300;
  line-height: 46px;
  letter-spacing: 3px;
  color: #333333; }
  @media (max-width: 767px) {
    .heading-4 {
      font-size: 24px;
      line-height: 30px;
      letter-spacing: 2px; } }
  .heading-4.subtitle, .pane-type-copy.pane-type-copy-secondary .heading-4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 9px;
    line-height: 30px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .heading-4.subtitle, .pane-type-copy.pane-type-copy-secondary .heading-4 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 8px; } }

.heading-5 {
  font-family: "proximanova", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 1px;
  color: #333333; }
  @media (max-width: 767px) {
    .heading-5 {
      font-size: 21px;
      line-height: 27px; } }

.heading-6 {
  font-family: "proximanova", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 7px;
  text-transform: uppercase;
  color: #333; }
  @media (max-width: 767px) {
    .heading-6 {
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 8px; } }
  .heading-6.bold, .pane-content .pagination li span.heading-6,
  .pane-content .pagination li a.heading-6, .assistant-bio .pane-content .heading-6.name {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: none; }

.quote p {
  font-weight: 300;
  font-size: 36px;
  line-height: 46px;
  color: #bb0000;
  position: relative;
  padding-left: 25px;
  font-family: "capitaitalic", "Times New Roman", Times, serif; }
  @media (max-width: 767px) {
    .quote p {
      font-size: 26px;
      line-height: 32px;
      letter-spacing: .5px; } }
  .quote p:before {
    content: '“';
    position: absolute;
    top: 0;
    left: 0; }
  .quote p:after {
    content: '”';
    position: relative;
    display: inline-block;
    padding-left: 10px; }

.video-title, .pane-type-video.video-small .content .heading-5 {
  font-size: 24px;
  font-weight: 400;
  font-family: "proximanova", Helvetica, Arial, sans-serif;
  letter-spacing: .75px;
  line-height: 33px; }
  @media (max-width: 767px) {
    .video-title, .pane-type-video.video-small .content .heading-5 {
      font-size: 18px;
      line-height: 26px; } }
  .video-title.small, .pane-type-video.video-small .content .heading-5 {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: .5px; }
    @media (max-width: 767px) {
      .video-title.small, .pane-type-video.video-small .content .heading-5 {
        font-size: 16px;
        line-height: 23px; } }

.link-title {
  font-size: 20px;
  font-weight: 600;
  font-family: "proximanova", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  line-height: 22px; }
  @media (max-width: 767px) {
    .link-title {
      font-size: 18px;
      line-height: 22px; } }

.lead, .pane-type-copy-with-media-callouts .intro, .pane-type-policy-intro .content p, .unknown .content p,
.lead p, .pane-type-copy-with-media-callouts .intro p, .pane-type-policy-intro .content p p, .unknown .content p p {
  font-size: 18px;
  font-weight: 300;
  font-family: "proximanova", Helvetica, Arial, sans-serif;
  letter-spacing: .5px;
  line-height: 30px; }
  @media (max-width: 767px) {
    .lead, .pane-type-copy-with-media-callouts .intro, .pane-type-policy-intro .content p, .unknown .content p,
    .lead p, .pane-type-copy-with-media-callouts .intro p, .pane-type-policy-intro .content p p, .unknown .content p p {
      font-size: 16px;
      line-height: 30px; } }
  .lead.serif, .pane-type-copy-with-media-callouts .intro, .pane-type-policy-intro .content p, .unknown .content p,
  .lead.serif p, .pane-type-copy-with-media-callouts .intro p, .pane-type-policy-intro .content p p, .unknown .content p p,
  .lead p.serif, .pane-type-copy-with-media-callouts .intro p.serif,
  .lead .pane-type-copy-with-media-callouts p.intro, .pane-type-copy-with-media-callouts
  .lead p.intro, .pane-type-copy-with-media-callouts .intro p.intro,
  .lead .pane-type-policy-intro .content p, .pane-type-policy-intro .content
  .lead p, .pane-type-copy-with-media-callouts .intro .pane-type-policy-intro .content p, .pane-type-policy-intro .content .pane-type-copy-with-media-callouts .intro p, .pane-type-policy-intro .content p p,
  .lead .unknown .content p, .unknown .content
  .lead p, .pane-type-copy-with-media-callouts .intro .unknown .content p, .unknown .content .pane-type-copy-with-media-callouts .intro p, .unknown .content p p,
  .lead p.serif p, .pane-type-copy-with-media-callouts .intro p.serif p,
  .lead .pane-type-copy-with-media-callouts p.intro p, .pane-type-copy-with-media-callouts
  .lead p.intro p, .pane-type-copy-with-media-callouts .intro p.intro p,
  .lead .pane-type-policy-intro .content p p, .pane-type-policy-intro .content
  .lead p p, .pane-type-copy-with-media-callouts .intro .pane-type-policy-intro .content p p, .pane-type-policy-intro .content .pane-type-copy-with-media-callouts .intro p p, .pane-type-policy-intro .content p p p,
  .lead .unknown .content p p, .unknown .content
  .lead p p, .pane-type-copy-with-media-callouts .intro .unknown .content p p, .unknown .content .pane-type-copy-with-media-callouts .intro p p, .unknown .content p p p {
    font-size: 19px;
    line-height: 36px;
    letter-spacing: 0;
    font-family: "capita-regularregular", "Times New Roman", Times, serif; }
    @media (max-width: 767px) {
      .lead.serif, .pane-type-copy-with-media-callouts .intro, .pane-type-policy-intro .content p, .unknown .content p,
      .lead.serif p, .pane-type-copy-with-media-callouts .intro p, .pane-type-policy-intro .content p p, .unknown .content p p,
      .lead p.serif, .pane-type-copy-with-media-callouts .intro p.serif,
      .lead .pane-type-copy-with-media-callouts p.intro, .pane-type-copy-with-media-callouts
      .lead p.intro, .pane-type-copy-with-media-callouts .intro p.intro,
      .lead .pane-type-policy-intro .content p, .pane-type-policy-intro .content
      .lead p, .pane-type-copy-with-media-callouts .intro .pane-type-policy-intro .content p, .pane-type-policy-intro .content .pane-type-copy-with-media-callouts .intro p, .pane-type-policy-intro .content p p,
      .lead .unknown .content p, .unknown .content
      .lead p, .pane-type-copy-with-media-callouts .intro .unknown .content p, .unknown .content .pane-type-copy-with-media-callouts .intro p, .unknown .content p p,
      .lead p.serif p, .pane-type-copy-with-media-callouts .intro p.serif p,
      .lead .pane-type-copy-with-media-callouts p.intro p, .pane-type-copy-with-media-callouts
      .lead p.intro p, .pane-type-copy-with-media-callouts .intro p.intro p,
      .lead .pane-type-policy-intro .content p p, .pane-type-policy-intro .content
      .lead p p, .pane-type-copy-with-media-callouts .intro .pane-type-policy-intro .content p p, .pane-type-policy-intro .content .pane-type-copy-with-media-callouts .intro p p, .pane-type-policy-intro .content p p p,
      .lead .unknown .content p p, .unknown .content
      .lead p p, .pane-type-copy-with-media-callouts .intro .unknown .content p p, .unknown .content .pane-type-copy-with-media-callouts .intro p p, .unknown .content p p p {
        font-size: 17px;
        line-height: 30px; } }

p {
  font-size: 16px;
  font-weight: 400;
  font-family: "proximanova", Helvetica, Arial, sans-serif;
  letter-spacing: .5px;
  line-height: 26px;
  color: #333333; }
  p a {
    display: inline-block;
    letter-spacing: .5px;
    text-transform: none;
    margin-bottom: 0; }
  p.bold, .assistant-bio .pane-content p.name {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px; }

.link {
  color: #666666;
  font-family: "proximanova", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .5px; }

hr {
  border-top-color: #BB0000 !important; }

@font-face {
  font-family: 'capitabold';
  src: url("../fonts/capitabol-webfont.eot");
  src: url("../fonts/capitabol-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/capitabol-webfont.woff2") format("woff2"), url("../fonts/capitabol-webfont.woff") format("woff"), url("../fonts/capitabol-webfont.ttf") format("truetype"), url("../fonts/capitabol-webfont.svg#capitabold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'capitabold_italic';
  src: url("../fonts/capitabolita-webfont.eot");
  src: url("../fonts/capitabolita-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/capitabolita-webfont.woff2") format("woff2"), url("../fonts/capitabolita-webfont.woff") format("woff"), url("../fonts/capitabolita-webfont.ttf") format("truetype"), url("../fonts/capitabolita-webfont.svg#capitabold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'capitaitalic';
  src: url("../fonts/capitaita-webfont.eot");
  src: url("../fonts/capitaita-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/capitaita-webfont.woff2") format("woff2"), url("../fonts/capitaita-webfont.woff") format("woff"), url("../fonts/capitaita-webfont.ttf") format("truetype"), url("../fonts/capitaita-webfont.svg#capitaitalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'capitalight';
  src: url("../fonts/capitalig-webfont.eot");
  src: url("../fonts/capitalig-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/capitalig-webfont.woff2") format("woff2"), url("../fonts/capitalig-webfont.woff") format("woff"), url("../fonts/capitalig-webfont.ttf") format("truetype"), url("../fonts/capitalig-webfont.svg#capitalight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'capitalight_italic';
  src: url("../fonts/capitaligita-webfont.eot");
  src: url("../fonts/capitaligita-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/capitaligita-webfont.woff2") format("woff2"), url("../fonts/capitaligita-webfont.woff") format("woff"), url("../fonts/capitaligita-webfont.ttf") format("truetype"), url("../fonts/capitaligita-webfont.svg#capitalight_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'capitamedium';
  src: url("../fonts/capitamed-webfont.eot");
  src: url("../fonts/capitamed-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/capitamed-webfont.woff2") format("woff2"), url("../fonts/capitamed-webfont.woff") format("woff"), url("../fonts/capitamed-webfont.ttf") format("truetype"), url("../fonts/capitamed-webfont.svg#capitamedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'capitamedium_italic';
  src: url("../fonts/capitamedita-webfont.eot");
  src: url("../fonts/capitamedita-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/capitamedita-webfont.woff2") format("woff2"), url("../fonts/capitamedita-webfont.woff") format("woff"), url("../fonts/capitamedita-webfont.ttf") format("truetype"), url("../fonts/capitamedita-webfont.svg#capitamedium_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'capita-regularregular';
  src: url("../fonts/capitareg-webfont.eot");
  src: url("../fonts/capitareg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/capitareg-webfont.woff2") format("woff2"), url("../fonts/capitareg-webfont.woff") format("woff"), url("../fonts/capitareg-webfont.ttf") format("truetype"), url("../fonts/capitareg-webfont.svg#capita-regularregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'capitaextralbold';
  src: url("../fonts/capitaxbold-webfont.eot");
  src: url("../fonts/capitaxbold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/capitaxbold-webfont.woff2") format("woff2"), url("../fonts/capitaxbold-webfont.woff") format("woff"), url("../fonts/capitaxbold-webfont.ttf") format("truetype"), url("../fonts/capitaxbold-webfont.svg#capitaextralbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'capitaextrabold_italic';
  src: url("../fonts/capitaxboldita-webfont.eot");
  src: url("../fonts/capitaxboldita-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/capitaxboldita-webfont.woff2") format("woff2"), url("../fonts/capitaxboldita-webfont.woff") format("woff"), url("../fonts/capitaxboldita-webfont.ttf") format("truetype"), url("../fonts/capitaxboldita-webfont.svg#capitaextrabold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'capitaextralight';
  src: url("../fonts/capitaxlig-webfont.eot");
  src: url("../fonts/capitaxlig-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/capitaxlig-webfont.woff2") format("woff2"), url("../fonts/capitaxlig-webfont.woff") format("woff"), url("../fonts/capitaxlig-webfont.ttf") format("truetype"), url("../fonts/capitaxlig-webfont.svg#capitaextralight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'capitaextralight_italic';
  src: url("../fonts/capitaxligita-webfont.eot");
  src: url("../fonts/capitaxligita-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/capitaxligita-webfont.woff2") format("woff2"), url("../fonts/capitaxligita-webfont.woff") format("woff"), url("../fonts/capitaxligita-webfont.ttf") format("truetype"), url("../fonts/capitaxligita-webfont.svg#capitaextralight_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.view-search-multi-index {
  margin: 0 0 0 50px;
  max-width: 660px; }
  .view-search-multi-index .view-filters {
    margin: 0 0 45px;
    width: 90%; }
    .view-search-multi-index .view-filters .form-control {
      padding: 6px 0;
      font-size: 20px;
      font-weight: 100;
      color: #555;
      border: 0;
      box-shadow: none;
      background-color: transparent; }
      .view-search-multi-index .view-filters .form-control::-webkit-input-placeholder {
        color: #333; }
      .view-search-multi-index .view-filters .form-control::-moz-placeholder {
        color: #333; }
      .view-search-multi-index .view-filters .form-control:-moz-placeholder {
        color: #333; }
      .view-search-multi-index .view-filters .form-control:-ms-input-placeholder {
        color: #333; }
    .view-search-multi-index .view-filters .views-exposed-widgets {
      margin: 0;
      border-bottom: 1px solid #bb0000; }
    .view-search-multi-index .view-filters #edit-keywords-wrapper {
      padding: 0;
      float: left;
      width: 83%; }
    .view-search-multi-index .view-filters .views-submit-button {
      padding: 0;
      float: right; }
      .view-search-multi-index .view-filters .views-submit-button button {
        overflow: hidden;
        white-space: nowrap;
        text-indent: 100%;
        margin: 9px 0 0;
        padding: 0;
        width: 22px;
        height: 22px;
        border: 0;
        background: url("../img/search.svg") no-repeat;
        background-size: 100%; }
        .view-search-multi-index .view-filters .views-submit-button button:before {
          display: none; }
  .view-search-multi-index .view-content .views-row {
    margin: 35px 0 0; }
    .view-search-multi-index .view-content .views-row a {
      margin: 0 0 7px;
      display: block;
      font-size: 18px;
      font-weight: 600;
      color: #333; }
      .view-search-multi-index .view-content .views-row a:hover {
        color: #bb0000; }
  .view-search-multi-index .view-footer > div {
    margin: 50px 0 0;
    max-width: none;
    border-top: 1px solid #ddd; }
  .view-search-multi-index .pagination {
    margin: 50px 0 0; }

@media (max-width: 480px) {
  .view-search-multi-index {
    margin: 0 0 0 20px; } }

.pane-content .pane-agenda .pane-inner-wrapper {
  display: flex;
  flex-direction: column; }

.pane-content .pane-agenda__header {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 25px;
  padding: 0;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 992px) {
    .pane-content .pane-agenda__header {
      float: left;
      width: 83.3333333333%; } }
  @media (min-width: 992px) {
    .pane-content .pane-agenda__header {
      margin-left: 8.3333333333%; } }
  @media screen and (max-width: 991px) {
    .pane-content .pane-agenda__header {
      margin-bottom: 10px; } }

.pane-content .pane-agenda__title {
  font-size: 39px;
  line-height: 52px;
  letter-spacing: 4.1px; }
  @media screen and (max-width: 991px) {
    .pane-content .pane-agenda__title {
      font-size: 30px;
      line-height: 52px;
      letter-spacing: 2px; } }

.pane-content .pane-agenda__print {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  padding: 0;
  background-color: transparent;
  border: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase; }
  .pane-content .pane-agenda__print-icon {
    margin-right: 10px;
    fill: #bb0000; }
  @media screen and (max-width: 991px) {
    .pane-content .pane-agenda__print--desktop {
      display: none; } }
  .pane-content .pane-agenda__print--mobile {
    display: none;
    align-self: flex-start;
    margin-top: 25px; }
    @media screen and (max-width: 991px) {
      .pane-content .pane-agenda__print--mobile {
        display: inline-flex; } }

.pane-content .pane-agenda__content {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    .pane-content .pane-agenda__content {
      float: left;
      width: 66.6666666667%; } }
  @media (min-width: 992px) {
    .pane-content .pane-agenda__content {
      margin-left: 10.8333333333%; } }
  @media (min-width: 1200px) {
    .pane-content .pane-agenda__content {
      float: left;
      width: 50%; } }
  @media (min-width: 1200px) {
    .pane-content .pane-agenda__content {
      margin-left: 8.3333333333%; } }
  @media screen and (max-width: 991px) {
    .pane-content .pane-agenda__content {
      padding: 0; } }
  .pane-content .pane-agenda__content > ol {
    counter-reset: number; }
  .pane-content .pane-agenda__content ol {
    list-style-type: none; }
    .pane-content .pane-agenda__content ol > li {
      display: block;
      position: relative;
      margin-top: 0;
      margin-bottom: 25px; }
      .pane-content .pane-agenda__content ol > li::before {
        content: counter(number) ". ";
        position: absolute;
        top: 4.5px;
        left: -25px;
        color: #bb0000;
        font-weight: bold;
        counter-increment: number; }
    .pane-content .pane-agenda__content ol li ol {
      counter-reset: letter; }
      .pane-content .pane-agenda__content ol li ol > li:before {
        content: counters(number, "") counter(letter, lower-alpha) ". ";
        left: -35px;
        counter-increment: letter; }

.pane-content .pane-agenda__list {
  margin-bottom: 0; }
  .pane-content .pane-agenda__list-item:last-child {
    margin-bottom: 0 !important; }
  .pane-content .pane-agenda__list-item--no-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .pane-content .pane-agenda__list-item-title {
    font-style: normal; }
  .pane-content .pane-agenda__list-item-description {
    font-style: italic; }
  .pane-content .pane-agenda__list p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.5px; }

.pane-content .pane-agenda__sublist {
  margin-left: 65px !important;
  margin-top: 0px !important;
  margin-bottom: 35px !important;
  padding: 0 !important; }
  @media print {
    .pane-content .pane-agenda__sublist {
      margin-bottom: 12px !important;
      background-color: red; } }
  .pane-content .pane-agenda__sublist-item:last-of-type {
    margin-bottom: 0; }
  @media print {
    .pane-content .pane-agenda__sublist-item {
      margin-bottom: 12px !important; } }

.pane-content .pane-agenda__links {
  margin-top: 4px; }
  @media print {
    .pane-content .pane-agenda__links {
      display: none; } }

.pane-content .pane-agenda__link {
  font-weight: normal;
  text-transform: uppercase;
  color: #bb0000; }
  .pane-content .pane-agenda__link:last-child::after {
    display: none; }
  .pane-content .pane-agenda__link::after {
    content: '|';
    margin: 0 9px 0 12px;
    font-weight: normal;
    color: #333; }

@media print {
  body.agenda-is-printing .fieldable-panels-pane,
  body.agenda-is-printing .pane-agenda__print,
  body.agenda-is-printing #osu_navbar,
  body.agenda-is-printing #navbar,
  body.agenda-is-printing > footer {
    display: none; }
  body.agenda-is-printing .main-container {
    padding-top: 20px; }
  body.agenda-is-printing .pane-agenda {
    padding: 0;
    display: block; } }

.pane-type-bio-intro {
  margin-bottom: 15px; }
  .pane-type-bio-intro .container, .pane-type-bio-intro #user-login, .pane-type-bio-intro .breadcrumb, .pane-type-bio-intro .webform-confirmation, .pane-type-bio-intro .node-webform, .pane-type-bio-intro .modal .modal-dialog, .modal .pane-type-bio-intro .modal-dialog {
    padding: 0; }
  .pane-type-bio-intro .pane-content {
    position: relative;
    float: left;
    width: 83.3333333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0; }
    @media (min-width: 768px) {
      .pane-type-bio-intro .pane-content {
        float: left;
        width: 66.6666666667%; } }
  .pane-type-bio-intro .media {
    position: relative;
    float: left;
    width: 41.6666666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .pane-type-bio-intro .media {
        float: left;
        width: 37.5%; } }
    @media (min-width: 1200px) {
      .pane-type-bio-intro .media {
        float: left;
        width: 25%; } }
    @media (max-width: 991px) {
      .pane-type-bio-intro .media {
        margin-bottom: 30px; } }
  .pane-type-bio-intro .image {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-top: 110%; }
  .pane-type-bio-intro .content {
    position: relative;
    float: left;
    width: 95.8333333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 235px;
    position: relative; }
    @media (min-width: 768px) {
      .pane-type-bio-intro .content {
        float: left;
        width: 54.1666666667%; } }
    @media (min-width: 1200px) {
      .pane-type-bio-intro .content {
        float: left;
        width: 66.6666666667%; } }
    .pane-type-bio-intro .content:after {
      content: '';
      position: absolute;
      height: 1px;
      width: calc(100% - 30px);
      left: 15px;
      bottom: 0;
      background-color: #bb0000; }
    @media (max-width: 1499px) {
      .pane-type-bio-intro .content {
        min-height: 1px;
        padding-bottom: 55px; } }
    @media (max-width: 1199px) {
      .pane-type-bio-intro .content {
        padding-bottom: 105px; } }
    @media (max-width: 991px) {
      .pane-type-bio-intro .content {
        padding-bottom: 75px; } }
    .pane-type-bio-intro .content .heading-5 {
      margin-top: 0; }
    .pane-type-bio-intro .content span {
      font-size: 16px;
      line-height: 25px;
      letter-spacing: 1px;
      color: #bb0000;
      width: 100%; }
    .pane-type-bio-intro .content .social a {
      position: absolute;
      bottom: 15px;
      float: left;
      margin-right: 15px;
      left: 60px;
      width: 32px;
      height: 32px; }
      .pane-type-bio-intro .content .social a svg {
        overflow: visible;
        transition: all .2s; }
        .pane-type-bio-intro .content .social a svg .circle {
          fill: transparent;
          stroke-width: 1px;
          stroke: #bb0000;
          transition: all .2s; }
        .pane-type-bio-intro .content .social a svg .icon {
          fill: #bb0000;
          transition: all .2s; }
      @media (max-width: 1499px) {
        .pane-type-bio-intro .content .social a {
          bottom: 5px; } }
      @media (max-width: 1199px) {
        .pane-type-bio-intro .content .social a {
          bottom: 15px; } }
      .pane-type-bio-intro .content .social a:first-child {
        left: 15px; }
      .pane-type-bio-intro .content .social a:hover {
        border-bottom: 1px solid transparent; }
        .pane-type-bio-intro .content .social a:hover svg .circle {
          fill: #bb0000; }
        .pane-type-bio-intro .content .social a:hover svg .icon {
          fill: #fff; }
    .pane-type-bio-intro .content a {
      border-bottom: 1px solid transparent;
      font-size: 14px;
      line-height: 18px;
      font-style: italic;
      color: #666;
      margin-top: 15px;
      display: table;
      transition: all .1s;
      font-weight: 400; }
      .pane-type-bio-intro .content a:hover {
        border-bottom: 1px solid #bb0000; }
  .pane-type-bio-intro.bio-intro-without-image .content {
    margin: 0;
    width: 97.5%;
    min-height: 163px; }
    @media (max-width: 991px) {
      .pane-type-bio-intro.bio-intro-without-image .content {
        min-height: 1px;
        width: 100%; } }

.assistant-bio .container, .assistant-bio #user-login, .assistant-bio .breadcrumb, .assistant-bio .webform-confirmation, .assistant-bio .node-webform, .assistant-bio .modal .modal-dialog, .modal .assistant-bio .modal-dialog {
  padding: 0; }

.assistant-bio .pane-content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%; }
  .assistant-bio .pane-content p {
    margin-bottom: 0; }
  .assistant-bio .pane-content .link {
    font-weight: 400; }

.node-person {
  padding-bottom: 45px; }

.pane-calendar-list {
  margin-top: 45px; }
  @media screen and (max-width: 991px) {
    .pane-calendar-list {
      margin: 0; } }
  .pane-calendar-list .view-filters {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .pane-calendar-list .pane-content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 1200px) {
      .pane-calendar-list .pane-content {
        float: left;
        width: 83.3333333333%; } }
    @media (min-width: 1200px) {
      .pane-calendar-list .pane-content {
        margin-left: 8.3333333333%; } }
    @media screen and (max-width: 991px) {
      .pane-calendar-list .pane-content {
        padding: 0; } }
  .pane-calendar-list .heading-2 {
    margin-bottom: 16px;
    letter-spacing: 3px;
    font-weight: normal; }
    @media screen and (max-width: 991px) {
      .pane-calendar-list .heading-2 {
        margin-bottom: 13px;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 2px; } }
  .pane-calendar-list .calendar-list-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    @media screen and (max-width: 991px) {
      .pane-calendar-list .calendar-list-filters {
        margin-bottom: 32px; } }
    .pane-calendar-list .calendar-list-filters__filter {
      display: inline-flex;
      align-items: center;
      margin-right: 25px;
      margin-bottom: 12px;
      background-color: transparent;
      border: 0;
      font-size: 16px;
      font-weight: bold;
      line-height: 23px;
      letter-spacing: 0.5px; }
      .pane-calendar-list .calendar-list-filters__filter[disabled='disabled'] {
        opacity: 0.6; }
      .pane-calendar-list .calendar-list-filters__filter.is-active .calendar-list-filters__filter-checkbox::after {
        display: block !important; }
      .pane-calendar-list .calendar-list-filters__filter-checkbox {
        flex-shrink: 0;
        display: inline-block;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        width: 15px;
        height: 15px;
        border: 1px solid #dbdbdb;
        pointer-events: none; }
        .pane-calendar-list .calendar-list-filters__filter-checkbox::after {
          content: '';
          display: none;
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PGc+PHBvbHlnb24gc3R5bGU9ImZpbGw6IzUyNTI1MiIgcG9pbnRzPSIyMDIuNjI0LDQ3OC4wMTYgMCwyOTEuMzYgNzAuNTEyLDIxNC44IDE5MS45NjgsMzI2LjY1NiA0MzEuNDQsMzMuOTg0IDUxMiw5OS45MDQgIiBkYXRhLW9yaWdpbmFsPSIjMEJBNEUwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMEJBNEUwIj48L3BvbHlnb24+PC9nPiA8L3N2Zz4=);
          background-size: 10px 10px;
          background-position: center;
          background-repeat: no-repeat;
          width: 14px;
          height: 14px; }
  .pane-calendar-list .toggle-group {
    display: flex;
    margin-bottom: 40px; }
    @media screen and (max-width: 991px) {
      .pane-calendar-list .toggle-group {
        display: none; } }
    .pane-calendar-list .toggle-group button {
      height: 50px;
      font-size: 18px;
      line-height: 22px;
      letter-spacing: 1.25px;
      font-weight: normal; }
      .pane-calendar-list .toggle-group button.is-active {
        background-color: #bb0000;
        color: #fff; }
      .pane-calendar-list .toggle-group button:first-child {
        border-right: 0; }
      .pane-calendar-list .toggle-group button:last-child {
        border: 1px solid #666666;
        border-left: 0; }
  .pane-calendar-list .calendar-view {
    display: none; }
    @media screen and (max-width: 991px) {
      .pane-calendar-list .calendar-view {
        display: none !important; } }
    .pane-calendar-list .calendar-view.is-active {
      display: block; }
      @media screen and (max-width: 991px) {
        .pane-calendar-list .calendar-view.is-active {
          display: none !important; } }
    .pane-calendar-list .calendar-view .view-header {
      padding-bottom: 12px;
      margin-bottom: 30px;
      border-bottom: 1px solid #D0D0D0; }
      .pane-calendar-list .calendar-view .view-header .date-nav-wrapper {
        margin: 0;
        display: flex;
        justify-content: space-between; }
        .pane-calendar-list .calendar-view .view-header .date-nav-wrapper::before, .pane-calendar-list .calendar-view .view-header .date-nav-wrapper::after {
          display: none; }
        .pane-calendar-list .calendar-view .view-header .date-nav-wrapper > h3 {
          display: inline-block;
          color: #bb0000;
          font-size: 26px;
          font-weight: 600;
          letter-spacing: 1px;
          line-height: 33px; }
      .pane-calendar-list .calendar-view .view-header .pagination {
        order: 99;
        width: auto;
        padding: 0;
        float: none !important;
        border: 0;
        border-radius: 0; }
        .pane-calendar-list .calendar-view .view-header .pagination::before {
          display: none; }
        .pane-calendar-list .calendar-view .view-header .pagination li {
          margin: 0; }
          .pane-calendar-list .calendar-view .view-header .pagination li:first-child {
            border-right: 1px solid #333;
            margin-right: 10px;
            padding-right: 10px; }
          .pane-calendar-list .calendar-view .view-header .pagination li a {
            margin: 0;
            transform: none;
            overflow: visible;
            color: #333;
            font-weight: normal;
            font-size: 15px;
            letter-spacing: 0.5px;
            line-height: 15px;
            text-align: right;
            background: none;
            width: auto;
            height: auto;
            text-indent: 0; }
            .pane-calendar-list .calendar-view .view-header .pagination li a span {
              display: none; }
    .pane-calendar-list .calendar-view .calendar-calendar thead th {
      padding-top: 15px;
      padding-bottom: 15px;
      background-color: #333333;
      color: #fff;
      border: 1px solid #666666;
      font-size: 18px; }
    .pane-calendar-list .calendar-view .calendar-calendar tbody td .inner {
      min-height: 101px; }
    .pane-calendar-list .calendar-view .calendar-calendar .month-view .full tr.single-day .no-entry .inner {
      height: 100px !important; }
    .pane-calendar-list .calendar-view .calendar-calendar .month-view .full tr td.single-day.today,
    .pane-calendar-list .calendar-view .calendar-calendar .month-view .full td.date-box.today {
      background-color: #f1f1f1;
      border: 0; }
    .pane-calendar-list .calendar-view .calendar-calendar .month-view .full td.single-day.empty,
    .pane-calendar-list .calendar-view .calendar-calendar .month-view .full td.date-box.empty {
      background-color: #fafafa; }
      .pane-calendar-list .calendar-view .calendar-calendar .month-view .full td.single-day.empty .month.day,
      .pane-calendar-list .calendar-view .calendar-calendar .month-view .full td.date-box.empty .month.day {
        color: #969696 !important; }
    .pane-calendar-list .calendar-view .calendar-calendar td.date-box {
      border: 1px solid #d8d8d8; }
      .pane-calendar-list .calendar-view .calendar-calendar td.date-box .day {
        font-weight: 700 !important;
        color: #333333 !important; }
        .pane-calendar-list .calendar-view .calendar-calendar td.date-box .day a {
          font-weight: 700 !important;
          color: #333333 !important; }
    .pane-calendar-list .calendar-view .calendar-calendar td.multi-day {
      background-color: #bb0000; }
      .pane-calendar-list .calendar-view .calendar-calendar td.multi-day .item .monthview a {
        color: #fff !important; }
    .pane-calendar-list .calendar-view .calendar-calendar .item .continuation,
    .pane-calendar-list .calendar-view .calendar-calendar .item .continues,
    .pane-calendar-list .calendar-view .calendar-calendar .item .date-display-range,
    .pane-calendar-list .calendar-view .calendar-calendar .item .cutoff {
      display: none; }
    .pane-calendar-list .calendar-view .calendar-calendar .item .monthview {
      background-color: transparent !important; }
      .pane-calendar-list .calendar-view .calendar-calendar .item .monthview a {
        font-weight: bold !important;
        color: #bb0000 !important;
        font-size: 14px;
        line-height: 17px; }
      .pane-calendar-list .calendar-view .calendar-calendar .item .monthview .contents {
        font-weight: bold !important;
        color: #333333 !important;
        font-size: 14px;
        line-height: 17px; }
    .pane-calendar-list .calendar-view > a {
      position: relative;
      display: inline-flex;
      align-items: center;
      margin-top: 20px; }
      .pane-calendar-list .calendar-view > a > span {
        margin-left: 6px; }
  .pane-calendar-list .list-view {
    display: none; }
    @media screen and (max-width: 991px) {
      .pane-calendar-list .list-view {
        display: block !important; } }
    .pane-calendar-list .list-view.is-active {
      display: block; }
    .pane-calendar-list .list-view .views-row {
      padding: 30px 0;
      border-bottom: 1px solid #dbdbdb; }
      @media screen and (max-width: 991px) {
        .pane-calendar-list .list-view .views-row {
          padding: 20px 0; } }
      .pane-calendar-list .list-view .views-row:first-child {
        border-top: 1px solid #dbdbdb; }
      .pane-calendar-list .list-view .views-row .calendar-list-item {
        display: flex;
        align-items: center; }
        @media screen and (max-width: 991px) {
          .pane-calendar-list .list-view .views-row .calendar-list-item {
            align-items: flex-start;
            flex-direction: column; } }
        .pane-calendar-list .list-view .views-row .calendar-list-item__date {
          width: 25%;
          padding-right: 15px;
          font-size: 18px;
          font-weight: 300;
          letter-spacing: 0.7px;
          line-height: 36px; }
          @media screen and (max-width: 991px) {
            .pane-calendar-list .list-view .views-row .calendar-list-item__date {
              width: 100%;
              margin-bottom: 10px; } }
        .pane-calendar-list .list-view .views-row .calendar-list-item__title {
          width: 25%;
          padding-right: 15px;
          font-size: 18px;
          font-weight: 600;
          letter-spacing: 0.5px;
          line-height: 24px; }
          @media screen and (max-width: 991px) {
            .pane-calendar-list .list-view .views-row .calendar-list-item__title {
              width: 100%; } }
        .pane-calendar-list .list-view .views-row .calendar-list-item__time {
          width: 25%;
          padding-right: 15px;
          font-size: 15px;
          line-height: 26px;
          letter-spacing: 0.5px; }
          @media screen and (max-width: 991px) {
            .pane-calendar-list .list-view .views-row .calendar-list-item__time {
              margin-bottom: 15px;
              width: 100%; } }
        .pane-calendar-list .list-view .views-row .calendar-list-item__action {
          width: 25%;
          display: flex;
          justify-content: flex-end; }
          @media screen and (max-width: 991px) {
            .pane-calendar-list .list-view .views-row .calendar-list-item__action {
              width: 100%;
              justify-content: flex-start; } }
          .pane-calendar-list .list-view .views-row .calendar-list-item__action a {
            text-transform: uppercase;
            color: #bb0000;
            font-size: 14px;
            font-weight: bold;
            line-height: 17px;
            letter-spacing: 4px;
            text-align: right; }
            @media screen and (max-width: 991px) {
              .pane-calendar-list .list-view .views-row .calendar-list-item__action a {
                text-align: left; } }
    .pane-calendar-list .list-view .links {
      margin-top: 60px;
      justify-content: center; }
      @media screen and (max-width: 991px) {
        .pane-calendar-list .list-view .links {
          margin-top: 30px; } }
    .pane-calendar-list .list-view .pager {
      margin: 0;
      margin-top: 40px;
      padding: 0;
      list-style: none; }
      .pane-calendar-list .list-view .pager li::before {
        display: none; }
      .pane-calendar-list .list-view .pager li a {
        border: 0;
        color: #333333;
        font-size: 15px;
        letter-spacing: 0.5px;
        line-height: 23px; }
  .pane-calendar-list .links {
    display: flex;
    margin-top: 40px; }
    @media screen and (max-width: 991px) {
      .pane-calendar-list .links {
        flex-direction: column; } }
    @media screen and (max-width: 991px) {
      .pane-calendar-list .links a {
        width: 100%; } }
    .pane-calendar-list .links a:first-child {
      margin-right: 30px; }
      @media screen and (max-width: 991px) {
        .pane-calendar-list .links a:first-child {
          margin-right: 0;
          margin-bottom: 20px; } }

.pane-calendar .heading-4 {
  margin: 0 0 40px; }

.pane-calendar .heading-5 {
  margin: 0;
  font-weight: 400;
  color: #bb0000; }

.pane-calendar .heading-5 {
  margin: 35px 0 0; }

.pane-calendar p {
  margin: 15px 0 0; }
  .pane-calendar p.bold, .pane-calendar .assistant-bio .pane-content p.name, .assistant-bio .pane-content .pane-calendar p.name {
    margin: 0; }

.pane-calendar .views-row {
  padding: 15px 0 35px;
  display: flex;
  border-top: 1px solid #D0D0D0; }
  @media (max-width: 767px) {
    .pane-calendar .views-row {
      padding: 25px 0 40px;
      display: block; } }

.pane-calendar .pager {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left; }
  .pane-calendar .pager li {
    margin: 0; }
  .pane-calendar .pager a {
    padding: 20px 0;
    display: block;
    font-family: "proximanova", Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 1px;
    color: #333333;
    cursor: pointer;
    border: 0;
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    border-radius: 0; }
    @media (max-width: 767px) {
      .pane-calendar .pager a {
        font-size: 21px;
        line-height: 27px; } }
    .pane-calendar .pager a:after {
      float: right;
      position: relative;
      top: 7px;
      content: "";
      width: 18px;
      height: 17px;
      background: url("../img/plus-red.svg") no-repeat center; }

.pane-calendar .links {
  margin: 15px 0 0; }
  .pane-calendar .links .link-col {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 15px;
    padding-left: 0; }
    @media (min-width: 768px) {
      .pane-calendar .links .link-col {
        float: left;
        width: 100%; } }
    @media (min-width: 992px) {
      .pane-calendar .links .link-col {
        float: left;
        width: 100%; } }
    @media (min-width: 1200px) {
      .pane-calendar .links .link-col {
        float: left;
        width: 50%; } }
    @media (max-width: 1199px) {
      .pane-calendar .links .link-col {
        padding-top: 15px;
        padding-right: 0; }
        .pane-calendar .links .link-col:first-of-type {
          padding: 0; } }

.pane-calendar > .container, .pane-calendar > #user-login, .pane-calendar > .breadcrumb, .pane-calendar > .webform-confirmation, .pane-calendar > .node-webform, .modal .pane-calendar > .modal-dialog {
  padding-top: 90px;
  padding-left: 0;
  padding-right: 0; }

.pane-calendar .pane-content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    .pane-calendar .pane-content {
      float: left;
      width: 66.6666666667%; } }
  @media (min-width: 992px) {
    .pane-calendar .pane-content {
      margin-left: 8.3333333333%; } }
  .pane-calendar .pane-content > .btn {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 50px 0 0;
    padding: 0; }
    @media (min-width: 768px) {
      .pane-calendar .pane-content > .btn {
        float: left;
        width: 47.9166666667%; } }

.pane-calendar .calendar-title {
  padding: 0 20px 0 0;
  flex: 0 0 50%; }
  @media (max-width: 767px) {
    .pane-calendar .calendar-title {
      padding: 0 0 20px;
      flex: 0 0 100%; } }

.pane-calendar .calendar-info {
  padding: 0 0 0 20px;
  flex: 0 0 50%; }
  @media (max-width: 767px) {
    .pane-calendar .calendar-info {
      padding: 0;
      flex: 0 0 100%; } }

.pane-calendar .calendar-more {
  padding: 20px 0;
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  cursor: pointer;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  background: transparent;
  border-left: 0;
  border-right: 0;
  text-align: left;
  width: 100%; }
  .pane-calendar .calendar-more .heading-5 {
    flex: 1;
    color: #333; }
  .pane-calendar .calendar-more:after {
    margin-left: 30px;
    flex-basis: 16px;
    flex-shrink: 0;
    content: "";
    width: 16px;
    height: 17px;
    background: url("../img/minus-red.svg") no-repeat center; }
  .pane-calendar .calendar-more.collapsed:after {
    background-image: url("../img/plus-red.svg"); }

.pane-bundle-contact .pane-contact.fieldable-panels-pane {
  margin: 20px 50px 0;
  padding: 0 0 30px;
  max-width: 660px;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #ddd; }
  .pane-bundle-contact .pane-contact.fieldable-panels-pane .heading-5 {
    margin: 5px 0 8px;
    font-family: "proximanova", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em; }
  .pane-bundle-contact .pane-contact.fieldable-panels-pane a:hover {
    text-decoration: underline; }
  .pane-bundle-contact .pane-contact.fieldable-panels-pane .wrapper {
    padding: 20px;
    background: #fff; }

.gradsch-contacts-contacts-list {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 30px 0 0;
  padding: 0; }
  .gradsch-contacts-contacts-list .heading-4 {
    font-family: "proximanova", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600; }
  .gradsch-contacts-contacts-list .contacts-filters {
    padding: 0 0 10px;
    font-size: 21px;
    font-weight: 100;
    border-bottom: 1px solid #b6b6b6; }
    .gradsch-contacts-contacts-list .contacts-filters a {
      margin: 0 0 0 11px;
      font-size: 21px;
      color: #333; }
      .gradsch-contacts-contacts-list .contacts-filters a.active {
        font-weight: 700;
        color: #bb0000;
        text-decoration: underline; }
      .gradsch-contacts-contacts-list .contacts-filters a#by-name {
        margin: 0 0 0 6px;
        padding: 0 0 0 14px;
        border-left: 1px solid #F5F5F5; }
  .gradsch-contacts-contacts-list .view-content {
    -webkit-columns: 225px 3;
    -moz-columns: 225px 3;
    columns: 225px 3;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    margin: 10px 0 0; }
    .gradsch-contacts-contacts-list .view-content .views-row {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid;
      padding: 28px 0 0; }
      .gradsch-contacts-contacts-list .view-content .views-row span {
        line-height: 1.25; }
      .gradsch-contacts-contacts-list .view-content .views-row a {
        color: #444; }
  .gradsch-contacts-contacts-list .department {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 28px 0 0;
    color: #444; }
    .gradsch-contacts-contacts-list .department a {
      color: #444; }
    .gradsch-contacts-contacts-list .department .views-row {
      padding: 12px 0 0; }

@media (max-width: 1499px) {
  .gradsch-contacts-contacts-list .view-content {
    -webkit-columns: 225px 2;
    -moz-columns: 225px 2;
    columns: 225px 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; } }

@media (max-width: 767px) {
  .gradsch-contacts-contacts-list .view-content {
    -webkit-columns: 225px 1;
    -moz-columns: 225px 1;
    columns: 225px 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; } }

@media (max-width: 480px) {
  .pane-bundle-contact .pane-contact.fieldable-panels-pane {
    margin: 20px 20px 0; }
    .pane-bundle-contact .pane-contact.fieldable-panels-pane .wrapper {
      word-wrap: break-word; } }

@media (max-width: 360px) {
  .gradsch-contacts-contacts-list .contacts-filters {
    font-size: 18px; }
    .gradsch-contacts-contacts-list .contacts-filters a {
      font-size: 18px; } }

.pane-type-copy-with-categories .pane-content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0 5px; }
  @media (min-width: 992px) {
    .pane-type-copy-with-categories .pane-content {
      float: left;
      width: 66.6666666667%; } }

.pane-type-copy-with-categories .heading-4 {
  margin-bottom: 29px; }

.pane-type-copy-with-categories p {
  color: #333;
  margin-bottom: 25px; }

.pane-type-copy-with-categories dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  -ms-flex: flex;
  margin-top: 50px;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .pane-type-copy-with-categories dl {
      display: inline-block;
      margin-top: 20px; } }
  .pane-type-copy-with-categories dl dt {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 21px;
    color: #333;
    margin-top: 28px;
    padding-top: 23px;
    padding-right: 20px;
    padding-left: 0;
    border-top: 1px solid #D0D0D0; }
    @media (min-width: 768px) {
      .pane-type-copy-with-categories dl dt {
        float: left;
        width: 100%; } }
    @media (min-width: 992px) {
      .pane-type-copy-with-categories dl dt {
        float: left;
        width: 37.5%; } }
    .pane-type-copy-with-categories dl dt:first-child {
      margin-top: 0; }
    @media (max-width: 991px) {
      .pane-type-copy-with-categories dl dt {
        width: 100%;
        padding-right: 0;
        padding-top: 20px; } }
  .pane-type-copy-with-categories dl dd {
    font-size: 14px;
    line-height: 26px;
    color: #333;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
    padding-left: 10px;
    margin-top: 28px;
    border-top: 1px solid #D0D0D0; }
    @media (min-width: 768px) {
      .pane-type-copy-with-categories dl dd {
        float: left;
        width: 100%; } }
    @media (min-width: 992px) {
      .pane-type-copy-with-categories dl dd {
        float: left;
        width: 62.5%; } }
    .pane-type-copy-with-categories dl dd:first-of-type {
      margin-top: 0; }
    .pane-type-copy-with-categories dl dd p:last-child {
      margin-bottom: 0; }
    @media (max-width: 991px) {
      .pane-type-copy-with-categories dl dd {
        border-top: 0;
        padding-left: 0;
        margin-top: 0; } }

.pane-type-copy-with-media-callouts .container, .pane-type-copy-with-media-callouts #user-login, .pane-type-copy-with-media-callouts .breadcrumb, .pane-type-copy-with-media-callouts .webform-confirmation, .pane-type-copy-with-media-callouts .node-webform, .pane-type-copy-with-media-callouts .modal .modal-dialog, .modal .pane-type-copy-with-media-callouts .modal-dialog {
  padding: 0; }

.pane-type-copy-with-media-callouts .pane-content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    .pane-type-copy-with-media-callouts .pane-content {
      float: left;
      width: 66.6666666667%; } }

.pane-type-copy-with-media-callouts .title {
  margin-bottom: 33px;
  padding-bottom: 29px;
  position: relative; }
  .pane-type-copy-with-media-callouts .title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    background-color: #bb0000; }

.pane-type-copy-with-media-callouts .intro {
  margin-bottom: 63px; }

.pane-type-copy-with-media-callouts .callout-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  @media (max-width: 767px) {
    .pane-type-copy-with-media-callouts .callout-wrapper {
      display: block; } }

.pane-type-copy-with-media-callouts .callout {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 36px; }
  @media (min-width: 768px) {
    .pane-type-copy-with-media-callouts .callout {
      float: left;
      width: 50%; } }
  .pane-type-copy-with-media-callouts .callout .bold, .pane-type-copy-with-media-callouts .callout .pane-content .pagination li span, .pane-content .pagination li .pane-type-copy-with-media-callouts .callout span, .pane-type-copy-with-media-callouts .callout
  .pane-content .pagination li a,
  .pane-content .pagination li .pane-type-copy-with-media-callouts .callout a, .pane-type-copy-with-media-callouts .callout .assistant-bio .pane-content .name, .assistant-bio .pane-content .pane-type-copy-with-media-callouts .callout .name {
    margin-bottom: 10px; }
  .pane-type-copy-with-media-callouts .callout .image {
    height: 269px;
    background-size: cover;
    background-position: center;
    width: 100%; }
    @media (max-width: 1199px) {
      .pane-type-copy-with-media-callouts .callout .image {
        height: 222px; } }
  .pane-type-copy-with-media-callouts .callout .content {
    padding: 30px 0; }

.pane-type-copy .pane-content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0 5px; }
  @media (min-width: 992px) {
    .pane-type-copy .pane-content {
      float: left;
      width: 66.6666666667%; } }

.pane-type-copy .heading-4 {
  margin-bottom: 29px;
  width: 100%; }

.pane-type-copy .heading-3 {
  font-size: 39px;
  line-height: 52px;
  letter-spacing: 4px;
  font-weight: 300;
  color: #333;
  text-transform: none;
  margin-bottom: 22px; }

.pane-type-copy p {
  color: #333;
  margin-bottom: 30px; }

.pane-type-copy ul {
  padding-left: 15px;
  margin-bottom: 50px;
  margin-top: 30px;
  list-style: none; }
  .pane-type-copy ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 5px;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    font-weight: 400; }
    .pane-type-copy ul li a {
      color: #bb0000;
      transition: all .2s; }
      .pane-type-copy ul li a:hover {
        color: #bb0000;
        text-decoration: underline; }

.pane-type-copy .cta {
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 3px;
  color: #333;
  text-transform: uppercase;
  display: table;
  margin-bottom: 25px; }

.node-webform {
  margin: 50px auto; }
  .node-webform .btn {
    margin-top: 50px; }
    @media (max-width: 767px) {
      .node-webform .btn {
        width: 100%; } }
  .node-webform .help-block {
    display: block;
    width: 100%;
    max-width: 500px; }
  .node-webform form {
    margin-left: 8.3333333333%;
    position: relative;
    float: left;
    width: 83.3333333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0 3px; }
    @media (min-width: 768px) {
      .node-webform form {
        float: left;
        width: 75%; } }
    .node-webform form input, .node-webform form textarea, .node-webform form select, .node-webform form .form-textarea-wrapper {
      border-radius: 0;
      order: 1; }
      .node-webform form input.day, .node-webform form input.month, .node-webform form input.year, .node-webform form input.hour, .node-webform form input.minute, .node-webform form textarea.day, .node-webform form textarea.month, .node-webform form textarea.year, .node-webform form textarea.hour, .node-webform form textarea.minute, .node-webform form select.day, .node-webform form select.month, .node-webform form select.year, .node-webform form select.hour, .node-webform form select.minute, .node-webform form .form-textarea-wrapper.day, .node-webform form .form-textarea-wrapper.month, .node-webform form .form-textarea-wrapper.year, .node-webform form .form-textarea-wrapper.hour, .node-webform form .form-textarea-wrapper.minute {
        -webkit-appearance: none; }
    .node-webform form .form-type-select {
      margin-bottom: 0; }
  .node-webform .grippie {
    display: none; }
  .node-webform .webform-progressbar {
    position: relative;
    float: left;
    width: 96.6666666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: none !important;
    margin-left: 0;
    margin-bottom: 80px;
    position: relative; }
    @media (min-width: 992px) {
      .node-webform .webform-progressbar {
        float: left;
        width: 86.6666666667%; } }
  .node-webform .webform-component {
    display: block;
    margin-bottom: 30px; }
    .node-webform .webform-component .field-prefix {
      margin-right: 10px; }
    .node-webform .webform-component .form-managed-file {
      display: flex;
      flex-basis: 100%;
      max-width: 500px; }
      .node-webform .webform-component .form-managed-file input {
        border-right: none;
        width: 100%; }
      .node-webform .webform-component .form-managed-file button {
        height: 35px;
        width: auto;
        max-width: 150px;
        margin: 0;
        order: 2; }
    .node-webform .webform-component .description {
      flex-basis: 100%;
      padding-right: 50%;
      margin-bottom: 10px;
      order: 0; }
      @media (max-width: 767px) {
        .node-webform .webform-component .description {
          padding-right: 10%; } }
    .node-webform .webform-component label {
      flex-basis: 100%;
      color: #000; }
    .node-webform .webform-component.webform-component-time .form-item, .node-webform .webform-component.webform-component-date .form-item {
      margin-top: 0;
      margin-right: 20px;
      float: left; }
    .node-webform .webform-component.webform-component-time .form-select, .node-webform .webform-component.webform-component-date .form-select {
      width: 75px; }
    .node-webform .webform-component .table-responsive {
      width: 50%; }
      @media (max-width: 767px) {
        .node-webform .webform-component .table-responsive {
          width: 100%;
          border: 0; } }
    .node-webform .webform-component table tr {
      background: transparent !important;
      display: flex;
      width: 100%; }
    .node-webform .webform-component table th {
      border-bottom: 0;
      font-size: 11px; }
    .node-webform .webform-component table th, .node-webform .webform-component table td {
      display: inline-block;
      margin: 0;
      flex-basis: 10%; }
      @media (max-width: 767px) {
        .node-webform .webform-component table th, .node-webform .webform-component table td {
          flex-basis: 20%;
          text-align: center; } }
      .node-webform .webform-component table th:first-child, .node-webform .webform-component table td:first-child {
        flex-basis: 30%;
        text-align: left; }
        @media (max-width: 767px) {
          .node-webform .webform-component table th:first-child, .node-webform .webform-component table td:first-child {
            flex-basis: 50%; } }
    .node-webform .webform-component.webform-component-time {
      color: #fff; }
      .node-webform .webform-component.webform-component-time .form-item-submitted-time-hour {
        position: relative; }
        .node-webform .webform-component.webform-component-time .form-item-submitted-time-hour:after {
          content: ':';
          color: #000;
          float: right;
          position: absolute;
          top: 9px;
          right: -12px; }
      .node-webform .webform-component.webform-component-time .form-item {
        order: 1; }
      .node-webform .webform-component.webform-component-time .form-item:last-child {
        order: 3; }
    .node-webform .webform-component .form-control,
    .node-webform .webform-component .form-select {
      display: block;
      width: 100%;
      max-width: 500px;
      border: 1px solid #b6b6b6; }

.pane-header header {
  position: relative; }
  .pane-header header .image {
    overflow: hidden;
    height: 380px; }
  .pane-header header .wrapper,
  .pane-header header .wrapper-contact-info {
    padding: 20px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    color: #fff;
    background-color: rgba(187, 0, 0, 0.8); }
    .pane-header header .wrapper p,
    .pane-header header .wrapper-contact-info p {
      margin: 15px 0 0;
      font-size: 20px;
      font-weight: 100;
      line-height: 1.2; }
  .pane-header header .wrapper {
    margin: 0 0 0 50px; }
    .pane-header header .wrapper h1 {
      font-size: 35px;
      line-height: 1.06; }

.pane-header > .row .link-list, .pane-type-copy-with-media-callouts .pane-header > .callout-wrapper .link-list {
  margin: 0; }

.pane-header nav {
  padding: 45px 0 30px;
  background: #fff; }
  .pane-header nav .wrapper {
    padding: 0 40px 0 50px; }
    .pane-header nav .wrapper:before, .pane-header nav .wrapper:after {
      display: table;
      content: " "; }
    .pane-header nav .wrapper:after {
      clear: both; }
  .pane-header nav ul {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0; }
    @media (min-width: 768px) {
      .pane-header nav ul {
        float: left;
        width: 100%; } }
    .pane-header nav ul li {
      margin: 0 0 15px;
      padding: 0 0 0 20px;
      float: left;
      width: 31%;
      line-height: 1;
      border-left: 1px solid rgba(127, 127, 127, 0.2); }
      @media (max-width: 1400px) {
        .pane-header nav ul li {
          width: 33.3%; } }
      .pane-header nav ul li a {
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 2.5px;
        color: #bb0000;
        text-transform: uppercase;
        display: inline-block;
        line-height: 1;
        letter-spacing: .03em; }
      .pane-header nav ul li:last-child {
        padding-right: 0; }

.pane-header.pane-header-hero {
  margin: 0; }
  .pane-header.pane-header-hero header {
    height: auto; }
    .pane-header.pane-header-hero header .wrapper,
    .pane-header.pane-header-hero header .wrapper-contact-title,
    .pane-header.pane-header-hero header .wrapper-contact-info {
      padding: 40px;
      position: absolute;
      width: 94%; }
    .pane-header.pane-header-hero header .wrapper-contact-title,
    .pane-header.pane-header-hero header .wrapper-contact-info {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute; }
    .pane-header.pane-header-hero header .wrapper {
      width: 485px; }
    .pane-header.pane-header-hero header .wrapper-contact-title {
      padding: 40px;
      left: 40px;
      max-width: 40%;
      font-size: 44px;
      color: #fff; }
      .pane-header.pane-header-hero header .wrapper-contact-title .heading-1 {
        font-size: 35px;
        line-height: 1.06; }
      .pane-header.pane-header-hero header .wrapper-contact-title p {
        margin: 15px 0 0;
        font-size: 20px;
        font-weight: 100;
        line-height: 1.2; }
    .pane-header.pane-header-hero header .wrapper-contact-info {
      padding: 40px 50px;
      right: 80px;
      left: auto;
      max-width: 46%;
      height: 62%; }
      .pane-header.pane-header-hero header .wrapper-contact-info p {
        margin: 0;
        font-size: 20px; }
        .pane-header.pane-header-hero header .wrapper-contact-info p:last-of-type {
          margin: 30px 0 0; }
      .pane-header.pane-header-hero header .wrapper-contact-info a {
        color: #fff; }
      .pane-header.pane-header-hero header .wrapper-contact-info strong {
        margin: 0 5px 0 0;
        font-weight: 600; }
      .pane-header.pane-header-hero header .wrapper-contact-info .facebook,
      .pane-header.pane-header-hero header .wrapper-contact-info .twitter {
        overflow: hidden;
        white-space: nowrap;
        text-indent: 100%;
        margin: 14px 0;
        position: relative;
        float: right;
        clear: both;
        width: 51px;
        height: 51px;
        background: #fff;
        border-radius: 50%; }
        .pane-header.pane-header-hero header .wrapper-contact-info .facebook:before,
        .pane-header.pane-header-hero header .wrapper-contact-info .twitter:before {
          position: relative;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          position: absolute;
          content: "";
          width: 12px;
          height: 24px;
          background: url("../img/facebook.svg") no-repeat;
          background-size: 100%; }
      .pane-header.pane-header-hero header .wrapper-contact-info .twitter:before {
        width: 25px;
        height: 21px;
        background-image: url("../img/twitter.svg");
        background-size: 100%; }
      .pane-header.pane-header-hero header .wrapper-contact-info .col-md-8 {
        border-right: 1px solid #fff; }
  .pane-header.pane-header-hero .slides {
    margin: 0;
    height: 435px;
    overflow: hidden;
    text-align: center; }
    .pane-header.pane-header-hero .slides .caption {
      position: absolute;
      bottom: 0;
      right: 0;
      display: inline-block;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      z-index: 1; }
    .pane-header.pane-header-hero .slides img {
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 1090px; }
  .pane-header.pane-header-hero nav .lead, .pane-header.pane-header-hero nav .pane-type-copy-with-media-callouts .intro, .pane-type-copy-with-media-callouts .pane-header.pane-header-hero nav .intro, .pane-header.pane-header-hero nav .pane-type-policy-intro .content p, .pane-type-policy-intro .content .pane-header.pane-header-hero nav p, .pane-header.pane-header-hero nav .unknown .content p, .unknown .content .pane-header.pane-header-hero nav p {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0;
    padding: 0;
    line-height: 1.5; }
    @media (min-width: 1500px) {
      .pane-header.pane-header-hero nav .lead, .pane-header.pane-header-hero nav .pane-type-copy-with-media-callouts .intro, .pane-type-copy-with-media-callouts .pane-header.pane-header-hero nav .intro, .pane-header.pane-header-hero nav .pane-type-policy-intro .content p, .pane-type-policy-intro .content .pane-header.pane-header-hero nav p, .pane-header.pane-header-hero nav .unknown .content p, .unknown .content .pane-header.pane-header-hero nav p {
        float: left;
        width: 50%; } }
    @media (min-width: 768px) {
      .pane-header.pane-header-hero nav .lead, .pane-header.pane-header-hero nav .pane-type-copy-with-media-callouts .intro, .pane-type-copy-with-media-callouts .pane-header.pane-header-hero nav .intro, .pane-header.pane-header-hero nav .pane-type-policy-intro .content p, .pane-type-policy-intro .content .pane-header.pane-header-hero nav p, .pane-header.pane-header-hero nav .unknown .content p, .unknown .content .pane-header.pane-header-hero nav p {
        float: left;
        width: 100%; } }
    .pane-header.pane-header-hero nav .lead p, .pane-header.pane-header-hero nav .pane-type-copy-with-media-callouts .intro p, .pane-type-copy-with-media-callouts .pane-header.pane-header-hero nav .intro p, .pane-header.pane-header-hero nav .pane-type-policy-intro .content p p, .pane-type-policy-intro .content .pane-header.pane-header-hero nav p p, .pane-header.pane-header-hero nav .unknown .content p p, .unknown .content .pane-header.pane-header-hero nav p p {
      margin: 0;
      font-size: 21px;
      font-weight: 300;
      color: #444; }
  .pane-header.pane-header-hero nav ul {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
    float: left; }
    @media (min-width: 1500px) {
      .pane-header.pane-header-hero nav ul {
        float: left;
        width: 100%; } }
  .pane-header.pane-header-hero nav .has-lead .lead, .pane-header.pane-header-hero nav .has-lead .pane-type-copy-with-media-callouts .intro, .pane-type-copy-with-media-callouts .pane-header.pane-header-hero nav .has-lead .intro, .pane-header.pane-header-hero nav .has-lead .pane-type-policy-intro .content p, .pane-type-policy-intro .content .pane-header.pane-header-hero nav .has-lead p, .pane-header.pane-header-hero nav .has-lead .unknown .content p, .unknown .content .pane-header.pane-header-hero nav .has-lead p {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 1500px) {
      .pane-header.pane-header-hero nav .has-lead .lead, .pane-header.pane-header-hero nav .has-lead .pane-type-copy-with-media-callouts .intro, .pane-type-copy-with-media-callouts .pane-header.pane-header-hero nav .has-lead .intro, .pane-header.pane-header-hero nav .has-lead .pane-type-policy-intro .content p, .pane-type-policy-intro .content .pane-header.pane-header-hero nav .has-lead p, .pane-header.pane-header-hero nav .has-lead .unknown .content p, .unknown .content .pane-header.pane-header-hero nav .has-lead p {
        float: left;
        width: 50%; } }
  .pane-header.pane-header-hero nav .has-lead ul {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 1500px) {
      .pane-header.pane-header-hero nav .has-lead ul {
        float: left;
        width: 50%; } }

@media (max-width: 1499px) {
  .pane-header nav ul {
    padding: 0; }
    .pane-header nav ul li {
      padding: 0 20px; }
      .pane-header nav ul li:first-child {
        padding: 0 20px 0 0;
        border-left: none; }
      .pane-header nav ul li:last-child {
        padding: 0 0 0 20px; }
  .pane-header.pane-header-hero nav .lead, .pane-header.pane-header-hero nav .pane-type-copy-with-media-callouts .intro, .pane-type-copy-with-media-callouts .pane-header.pane-header-hero nav .intro, .pane-header.pane-header-hero nav .pane-type-policy-intro .content p, .pane-type-policy-intro .content .pane-header.pane-header-hero nav p, .pane-header.pane-header-hero nav .unknown .content p, .unknown .content .pane-header.pane-header-hero nav p {
    margin: 0 0 2px;
    text-align: left; }
  .pane-header.pane-header-hero nav .has-lead ul li {
    width: auto; } }

@media (max-width: 1199px) {
  .pane-header header .wrapper {
    left: 0; }
  .pane-header nav ul li {
    padding: 0 12px; }
    .pane-header nav ul li:first-child {
      padding: 0 12px 0 0; }
    .pane-header nav ul li:last-child {
      padding: 0 0 0 12px; }
  .pane-header.pane-header-hero header .wrapper-contact-title {
    top: 18%;
    max-width: 70%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .pane-header.pane-header-hero header .wrapper-contact-info {
    display: block;
    position: relative;
    right: auto;
    max-width: none;
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .pane-header.pane-header-hero header .slides img {
    width: 1100px; } }

@media (max-width: 991px) {
  .pane-header.pane-header-hero header .wrapper {
    margin: 0 50px; } }

@media (max-width: 899px) {
  .pane-header nav .wrapper {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .pane-header nav .has-lead ul li {
    margin: 0;
    padding: 6px 0 !important;
    float: none;
    border: 0 !important; }
  .pane-header.pane-header-hero header {
    height: auto; }
    .pane-header.pane-header-hero header .wrapper {
      margin: 0;
      padding: 40px 50px;
      display: block;
      position: relative;
      width: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .pane-header.pane-header-hero header .wrapper,
    .pane-header.pane-header-hero header .wrapper-contact-info {
      left: 0; }
    .pane-header.pane-header-hero header .wrapper-contact-title {
      top: 8%;
      max-width: 72%; }
    .pane-header.pane-header-hero header .slides {
      margin-bottom: 0;
      position: relative;
      height: 100%; }
      .pane-header.pane-header-hero header .slides img {
        width: 100%; } }

@media (max-width: 767px) {
  .pane-header {
    margin: 0; }
    .pane-header nav ul li {
      margin: 0;
      padding: 6px 0 !important;
      float: none;
      width: auto;
      border: 0 !important; }
    .pane-header header .wrapper {
      margin: 0;
      padding: 20px 50px;
      display: block;
      position: static; }
    .pane-header header .image {
      height: 300px; }
    .pane-header.pane-header-hero header .wrapper-contact-title {
      padding: 50px;
      top: 0;
      left: 0;
      max-width: none;
      width: 100%;
      height: 100%; }
      .pane-header.pane-header-hero header .wrapper-contact-title h1, .pane-header.pane-header-hero header .wrapper-contact-title p {
        position: relative; }
      .pane-header.pane-header-hero header .wrapper-contact-title:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); }
    .pane-header.pane-header-hero nav p {
      float: none; }
    .pane-header.pane-header-hero nav .lead, .pane-header.pane-header-hero nav .pane-type-copy-with-media-callouts .intro, .pane-type-copy-with-media-callouts .pane-header.pane-header-hero nav .intro, .pane-header.pane-header-hero nav .pane-type-policy-intro .content p, .pane-type-policy-intro .content .pane-header.pane-header-hero nav p, .pane-header.pane-header-hero nav .unknown .content p, .unknown .content .pane-header.pane-header-hero nav p {
      margin: 0 0 8px;
      line-height: 1.2; } }

@media (max-width: 580px) {
  .pane-header header .image {
    height: 100%; }
  .pane-header.pane-header-hero header .slides img {
    width: 150%; } }

@media (max-width: 480px) {
  .pane-header header .wrapper {
    padding: 20px; }
  .pane-header nav .wrapper {
    padding: 0 20px; }
  .pane-header.pane-header-hero header .wrapper {
    padding: 40px 20px; }
  .pane-header.pane-header-hero header .wrapper-contact-title {
    padding: 40px 20px; }
  .pane-header.pane-header-hero header .wrapper-contact-info {
    padding: 40px 20px; }
    .pane-header.pane-header-hero header .wrapper-contact-info p {
      font-size: 16px;
      line-height: 1.4; } }

@media (max-width: 360px) {
  .pane-header.pane-header-hero header .wrapper-contact-title p {
    display: none; } }

.pane-hero-home .heading-1 {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0; }
  @media (min-width: 992px) {
    .pane-hero-home .heading-1 {
      float: left;
      width: 79.1666666667%; } }
  @media (min-width: 992px) {
    .pane-hero-home .heading-1 {
      margin-left: 10.4166666667%; } }
  .pane-hero-home .heading-1:after {
    margin: 35px auto 40px;
    display: block;
    content: "";
    width: 125px;
    height: 1px;
    background-color: #bb0000; }

.pane-hero-home .heading-4 {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0;
  margin-bottom: 13px; }
  @media (min-width: 1200px) {
    .pane-hero-home .heading-4 {
      float: left;
      width: 58.3333333333%; } }
  @media (min-width: 1200px) {
    .pane-hero-home .heading-4 {
      margin-left: 20.8333333333%; } }

.pane-hero-home p {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px;
  padding: 0; }
  @media (min-width: 992px) {
    .pane-hero-home p {
      float: left;
      width: 79.1666666667%; } }
  @media (min-width: 992px) {
    .pane-hero-home p {
      margin-left: 10.4166666667%; } }
  @media (min-width: 1500px) {
    .pane-hero-home p {
      float: left;
      width: 58.3333333333%; } }
  @media (min-width: 1500px) {
    .pane-hero-home p {
      margin-left: 20.8333333333%; } }

.pane-hero-home .btn {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px;
  padding: 0; }
  @media (min-width: 768px) {
    .pane-hero-home .btn {
      float: left;
      width: 100%; } }
  @media (min-width: 768px) {
    .pane-hero-home .btn {
      margin-left: 0%; } }
  @media (min-width: 992px) {
    .pane-hero-home .btn {
      float: left;
      width: 37.5%; } }
  @media (min-width: 992px) {
    .pane-hero-home .btn {
      margin-left: 31.25%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .pane-hero-home .btn {
      margin-left: auto;
      margin-right: auto;
      max-width: 290px; } }

.pane-hero-home .links:before, .pane-hero-home .links:after {
  display: table;
  content: " "; }

.pane-hero-home .links:after {
  clear: both; }

.pane-hero-home .lead, .pane-hero-home .pane-type-copy-with-media-callouts .intro, .pane-type-copy-with-media-callouts .pane-hero-home .intro, .pane-hero-home .pane-type-policy-intro .content p, .pane-type-policy-intro .content .pane-hero-home p, .pane-hero-home .unknown .content p, .unknown .content .pane-hero-home p {
  margin: 0; }

.pane-hero-home .content-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: -130px;
  padding: 50px 0 60px;
  position: relative;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.97);
  border-bottom: 9px solid #bb0000; }
  @media (min-width: 992px) {
    .pane-hero-home .content-wrapper {
      float: left;
      width: 83.3333333333%; } }
  @media (min-width: 992px) {
    .pane-hero-home .content-wrapper {
      margin-left: 8.3333333333%; } }
  @media (min-width: 992px) {
    .is-sidenav .pane-hero-home .content-wrapper {
      margin-left: 0%; } }
  @media (max-width: 767px) {
    .pane-hero-home .content-wrapper {
      margin-top: -50px;
      padding-left: 0;
      padding-right: 0;
      padding-top: 25px; }
      .pane-hero-home .content-wrapper > .content {
        padding-top: 0; } }

.pane-hero-home .subtitle-wrapper:before, .pane-hero-home .subtitle-wrapper:after,
.pane-hero-home .title-wrapper:before,
.pane-hero-home .title-wrapper:after,
.pane-hero-home .body-wrapper:before,
.pane-hero-home .body-wrapper:after {
  display: table;
  content: " "; }

.pane-hero-home .subtitle-wrapper:after,
.pane-hero-home .title-wrapper:after,
.pane-hero-home .body-wrapper:after {
  clear: both; }

.pane-hero-image-overlap {
  padding-bottom: 45px; }
  .pane-hero-image-overlap .heading-2 {
    position: relative;
    float: left;
    width: 83.3333333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0; }
    @media (min-width: 992px) {
      .pane-hero-image-overlap .heading-2 {
        float: left;
        width: 79.1666666667%; } }
    @media (min-width: 992px) {
      .pane-hero-image-overlap .heading-2 {
        margin-left: 10.4166666667%; } }
    .pane-hero-image-overlap .heading-2:after {
      margin: 35px auto 40px;
      display: block;
      content: "";
      width: 125px;
      height: 1px;
      background-color: #bb0000; }
  .pane-hero-image-overlap p {
    position: relative;
    float: left;
    width: 83.3333333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
    padding: 0; }
    @media (min-width: 992px) {
      .pane-hero-image-overlap p {
        float: left;
        width: 79.1666666667%; } }
    @media (min-width: 992px) {
      .pane-hero-image-overlap p {
        margin-left: 10.4166666667%; } }
    @media (min-width: 1500px) {
      .pane-hero-image-overlap p {
        float: left;
        width: 58.3333333333%; } }
    @media (min-width: 1500px) {
      .pane-hero-image-overlap p {
        margin-left: 20.8333333333%; } }
  .pane-hero-image-overlap .btn {
    position: relative;
    float: left;
    width: 83.3333333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 30px;
    padding: 0; }
    @media (min-width: 768px) {
      .pane-hero-image-overlap .btn {
        float: left;
        width: 100%; } }
    @media (min-width: 768px) {
      .pane-hero-image-overlap .btn {
        margin-left: 0%; } }
    @media (min-width: 992px) {
      .pane-hero-image-overlap .btn {
        float: left;
        width: 37.5%; } }
    @media (min-width: 992px) {
      .pane-hero-image-overlap .btn {
        margin-left: 31.25%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .pane-hero-image-overlap .btn {
        margin-left: auto;
        margin-right: auto;
        max-width: 290px; } }
  .pane-hero-image-overlap .links:before, .pane-hero-image-overlap .links:after {
    display: table;
    content: " "; }
  .pane-hero-image-overlap .links:after {
    clear: both; }
  .pane-hero-image-overlap .lead, .pane-hero-image-overlap .pane-type-copy-with-media-callouts .intro, .pane-type-copy-with-media-callouts .pane-hero-image-overlap .intro, .pane-hero-image-overlap .pane-type-policy-intro .content p, .pane-type-policy-intro .content .pane-hero-image-overlap p, .pane-hero-image-overlap .unknown .content p, .unknown .content .pane-hero-image-overlap p {
    margin: 0; }
  .pane-hero-image-overlap .content-wrapper {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: -130px;
    padding: 50px 0 60px;
    position: relative;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.97);
    border-bottom: 9px solid #bb0000; }
    @media (min-width: 992px) {
      .pane-hero-image-overlap .content-wrapper {
        float: left;
        width: 83.3333333333%; } }
    @media (min-width: 992px) {
      .pane-hero-image-overlap .content-wrapper {
        margin-left: 8.3333333333%; } }
    @media (max-width: 767px) {
      .pane-hero-image-overlap .content-wrapper {
        margin-top: -50px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 25px; }
        .pane-hero-image-overlap .content-wrapper > .content {
          padding-top: 0; } }
  .pane-hero-image-overlap .title-wrapper:before, .pane-hero-image-overlap .title-wrapper:after,
  .pane-hero-image-overlap .body-wrapper:before,
  .pane-hero-image-overlap .body-wrapper:after {
    display: table;
    content: " "; }
  .pane-hero-image-overlap .title-wrapper:after,
  .pane-hero-image-overlap .body-wrapper:after {
    clear: both; }

.pane-hero-with-body-copy {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    .pane-hero-with-body-copy {
      float: left;
      width: 83.3333333333%; } }
  @media (min-width: 992px) {
    .pane-hero-with-body-copy {
      margin-left: 8.3333333333%; } }
  .pane-hero-with-body-copy .heading-1 {
    font-size: 80px;
    font-weight: 300;
    line-height: 90px;
    letter-spacing: 3px;
    text-transform: none; }
    .pane-hero-with-body-copy .heading-1:after {
      margin: 20px 0;
      display: block;
      content: "";
      width: 125px;
      height: 1px;
      background-color: #bb0000; }
      @media (max-width: 991px) {
        .pane-hero-with-body-copy .heading-1:after {
          margin: 25px 0 45px; } }
      @media (max-width: 767px) {
        .pane-hero-with-body-copy .heading-1:after {
          margin: 35px 0 50px; } }
    @media (max-width: 991px) {
      .pane-hero-with-body-copy .heading-1 {
        font-size: 60px;
        line-height: 63px;
        letter-spacing: 4px; } }
    @media (max-width: 767px) {
      .pane-hero-with-body-copy .heading-1 {
        font-size: 49px;
        line-height: 56px;
        letter-spacing: 3px; } }
  .pane-hero-with-body-copy .heading-4 {
    font-family: "capita-regularregular", "Times New Roman", Times, serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: normal;
    text-transform: none; }
    @media (max-width: 767px) {
      .pane-hero-with-body-copy .heading-4 {
        font-size: 21px;
        line-height: 39px; } }
  .pane-hero-with-body-copy p {
    margin: 26px 0;
    font-size: 26px;
    line-height: 31px; }
    @media (max-width: 767px) {
      .pane-hero-with-body-copy p {
        font-size: 19px;
        line-height: 36px; } }
  .pane-hero-with-body-copy .pane-content:before, .pane-hero-with-body-copy .pane-content:after {
    display: table;
    content: " "; }
  .pane-hero-with-body-copy .pane-content:after {
    clear: both; }
  @media (max-width: 767px) {
    .pane-hero-with-body-copy .pane-content {
      display: flex;
      flex-direction: column-reverse; } }
  .pane-hero-with-body-copy .content {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .pane-hero-with-body-copy .content {
        float: left;
        width: 58.3333333333%; } }
  .pane-hero-with-body-copy .media {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .pane-hero-with-body-copy .media {
        float: left;
        width: 41.6666666667%; } }
    .pane-hero-with-body-copy .media img {
      width: 100%; }
    @media (max-width: 767px) {
      .pane-hero-with-body-copy .media {
        margin-bottom: 40px; } }

.pane-hero .heading-2 {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    .pane-hero .heading-2 {
      float: left;
      width: 66.6666666667%; } }
  @media (min-width: 992px) {
    .pane-hero .heading-2 {
      margin-left: 8.3333333333%; } }
  .pane-hero .heading-2:after {
    margin: 42px 0;
    display: block;
    content: '';
    width: 125px;
    height: 1px;
    background-color: #bb0000; }

.pane-hero .content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .pane-hero .content {
      float: left;
      width: 66.6666666667%; } }
  @media (min-width: 992px) {
    .pane-hero .content {
      margin-left: 8.3333333333%; } }
  .pane-hero .content .lead, .pane-hero .content .pane-type-copy-with-media-callouts .intro, .pane-type-copy-with-media-callouts .pane-hero .content .intro, .pane-hero .pane-type-policy-intro .content p, .pane-type-policy-intro .pane-hero .content p, .pane-hero .unknown .content p, .unknown .pane-hero .content p {
    margin-bottom: 0;
    padding-bottom: 20px; }
  .pane-hero .content ul li:before {
    top: 16px; }
    @media (max-width: 767px) {
      .pane-hero .content ul li:before {
        top: 14px; } }

.pane-hero .media {
  padding-top: 40px; }

.pane-hero .image,
.pane-hero .video {
  overflow: hidden;
  border-bottom: 9px solid #bb0000; }

.pane-hero.hero-small-image .image,
.pane-hero.hero-small-image .video {
  height: 115px;
  border: 0; }
  .pane-hero.hero-small-image .image:before,
  .pane-hero.hero-small-image .video:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(187, 0, 0, 0.85); }
  @media (max-width: 1499px) {
    .pane-hero.hero-small-image .image,
    .pane-hero.hero-small-image .video {
      height: 75px; } }

.pane-hero .lead, .pane-hero .pane-type-copy-with-media-callouts .intro, .pane-type-copy-with-media-callouts .pane-hero .intro, .pane-hero .pane-type-policy-intro .content p, .pane-type-policy-intro .content .pane-hero p, .pane-hero .unknown .content p, .unknown .content .pane-hero p {
  margin-bottom: 0; }

.pane-hero .links {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px; }
  @media (min-width: 992px) {
    .pane-hero .links {
      float: left;
      width: 66.6666666667%; } }
  @media (min-width: 992px) {
    .pane-hero .links {
      margin-left: 8.3333333333%; } }
  .pane-hero .links .btn {
    margin: 0 30px 30px 0;
    width: calc(50% - 30px); }
    @media (max-width: 767px) {
      .pane-hero .links .btn {
        margin: 0 0 30px;
        width: 100%; } }
  .pane-hero .links .links-wrapper {
    margin-right: -30px;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .pane-hero .links .links-wrapper {
        margin-right: 0; } }

.pane-hero > .container, .pane-hero > #user-login, .pane-hero > .breadcrumb, .pane-hero > .webform-confirmation, .pane-hero > .node-webform, .modal .pane-hero > .modal-dialog {
  padding-top: 90px;
  padding-left: 0;
  padding-right: 0; }

.pane-hero.fieldable-panels-pane {
  padding-top: 0; }

.pane-type-image-with-callouts-subpage .caption-button {
  left: auto;
  right: 0; }

.pane-type-image-with-callouts-subpage .container, .pane-type-image-with-callouts-subpage #user-login, .pane-type-image-with-callouts-subpage .breadcrumb, .pane-type-image-with-callouts-subpage .webform-confirmation, .pane-type-image-with-callouts-subpage .node-webform, .pane-type-image-with-callouts-subpage .modal .modal-dialog, .modal .pane-type-image-with-callouts-subpage .modal-dialog {
  padding: 0; }

.pane-type-image-with-callouts-subpage ul li a {
  color: #333; }
  .pane-type-image-with-callouts-subpage ul li a:hover {
    color: #bb0000;
    text-decoration: underline;
    cursor: pointer; }

.pane-type-image-with-callouts-subpage ul li:before {
  top: 6px; }

.pane-type-image-with-callouts-subpage .pane-content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0; }
  @media (min-width: 992px) {
    .pane-type-image-with-callouts-subpage .pane-content {
      float: left;
      width: 66.6666666667%; } }

.pane-type-image-with-callouts-subpage .heading-4 {
  margin-bottom: -12px;
  text-align: left;
  padding-left: 15px; }
  @media (max-width: 991px) {
    .pane-type-image-with-callouts-subpage .heading-4 {
      margin-bottom: -10px; } }

.pane-type-image-with-callouts-subpage .heading-5 {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 11px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px; }
  @media (max-width: 767px) {
    .pane-type-image-with-callouts-subpage .heading-5 {
      font-size: 18px;
      font-weight: 600;
      line-height: 22px; } }
  .pane-type-image-with-callouts-subpage .heading-5:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #bb0000;
    height: 1px;
    width: 50px; }

.pane-type-image-with-callouts-subpage .cta {
  display: block;
  margin-top: 18px;
  position: relative;
  text-transform: none;
  letter-spacing: 1px;
  white-space: pre-wrap; }
  .pane-type-image-with-callouts-subpage .cta:after {
    position: absolute;
    display: inline-block;
    right: auto;
    margin-top: 4px;
    margin-left: 5px; }
  .pane-type-image-with-callouts-subpage .cta:hover:after {
    right: auto;
    margin-left: 10px; }

.pane-type-image-with-callouts-subpage p {
  margin-bottom: 0; }

.pane-type-image-with-callouts-subpage .callout-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .pane-type-image-with-callouts-subpage .callout-wrapper {
      display: block; } }

.pane-type-image-with-callouts-subpage .callout {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 50px; }
  @media (min-width: 768px) {
    .pane-type-image-with-callouts-subpage .callout {
      float: left;
      width: 50%; } }
  .pane-type-image-with-callouts-subpage .callout:hover .image {
    transform: scale(1.03, 1.03); }
  .pane-type-image-with-callouts-subpage .callout .image {
    width: 100%;
    height: 231px;
    background-size: cover;
    background-position: center;
    transform: scale(1, 1);
    transition: all .5s; }
    @media (min-width: 1500px) {
      .pane-type-image-with-callouts-subpage .callout .image {
        height: 297px; } }
    @media (max-width: 1199px) {
      .pane-type-image-with-callouts-subpage .callout .image {
        height: 188px; } }
    @media (max-width: 991px) {
      .pane-type-image-with-callouts-subpage .callout .image {
        height: 181px; } }
    @media (max-width: 767px) {
      .pane-type-image-with-callouts-subpage .callout .image {
        height: auto;
        padding-top: 64.1%; } }
  .pane-type-image-with-callouts-subpage .callout .content {
    background-color: #f1f1f1;
    padding: 20px 25px 30px 20px; }

.pane-type-image-with-callouts-subpage .slick-prev,
.pane-type-image-with-callouts-subpage .slick-next {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  top: 200px;
  background: url("../img/arrow-direction-dark.svg") no-repeat; }
  .pane-type-image-with-callouts-subpage .slick-prev:before,
  .pane-type-image-with-callouts-subpage .slick-next:before {
    display: none; }
  .pane-type-image-with-callouts-subpage .slick-prev:hover,
  .pane-type-image-with-callouts-subpage .slick-next:hover {
    background-image: url("../img/arrow-direction-red.svg"); }
  @media (max-width: 1499px) {
    .pane-type-image-with-callouts-subpage .slick-prev,
    .pane-type-image-with-callouts-subpage .slick-next {
      top: 175px; } }
  @media (max-width: 1199px) {
    .pane-type-image-with-callouts-subpage .slick-prev,
    .pane-type-image-with-callouts-subpage .slick-next {
      top: 150px; } }
  @media (max-width: 991px) {
    .pane-type-image-with-callouts-subpage .slick-prev,
    .pane-type-image-with-callouts-subpage .slick-next {
      top: 135px; } }
  @media (max-width: 767px) {
    .pane-type-image-with-callouts-subpage .slick-prev,
    .pane-type-image-with-callouts-subpage .slick-next {
      top: 32%; } }
  @media (max-width: 580px) {
    .pane-type-image-with-callouts-subpage .slick-prev,
    .pane-type-image-with-callouts-subpage .slick-next {
      top: 28%; } }
  @media (max-width: 480px) {
    .pane-type-image-with-callouts-subpage .slick-prev,
    .pane-type-image-with-callouts-subpage .slick-next {
      top: 25%; } }

.pane-type-image-with-callouts-subpage .slick-prev {
  transform: rotate(180deg);
  transform-origin: 50% 26%;
  background-position: -1px 0; }

.pane-type-image-with-callouts-subpage.image-with-callouts-subpage-stacked .callout {
  overflow: hidden; }
  .pane-type-image-with-callouts-subpage.image-with-callouts-subpage-stacked .callout .content {
    height: 100%; }

.pane-type-image-with-callouts .container, .pane-type-image-with-callouts #user-login, .pane-type-image-with-callouts .breadcrumb, .pane-type-image-with-callouts .webform-confirmation, .pane-type-image-with-callouts .node-webform, .pane-type-image-with-callouts .modal .modal-dialog, .modal .pane-type-image-with-callouts .modal-dialog {
  padding: 0; }

.pane-type-image-with-callouts .pane-content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  padding: 0; }
  .pane-type-image-with-callouts .pane-content ul li a {
    color: #333; }
    .pane-type-image-with-callouts .pane-content ul li a:hover {
      color: #bb0000;
      text-decoration: underline;
      cursor: pointer; }
  .pane-type-image-with-callouts .pane-content ul li:before {
    top: 6px; }

.pane-type-image-with-callouts .heading-4 {
  margin-bottom: -12px;
  text-align: left;
  padding-left: 15px;
  text-align: center; }
  @media (max-width: 991px) {
    .pane-type-image-with-callouts .heading-4 {
      margin-bottom: -10px; } }

.pane-type-image-with-callouts .media-wrapper {
  overflow: hidden; }

.pane-type-image-with-callouts .heading-5 {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 11px;
  margin-top: -2px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px; }
  @media (max-width: 767px) {
    .pane-type-image-with-callouts .heading-5 {
      font-size: 18px;
      font-weight: 600;
      line-height: 22px; } }
  .pane-type-image-with-callouts .heading-5:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #bb0000;
    height: 1px;
    width: 50px; }

.pane-type-image-with-callouts a {
  display: table;
  margin-top: 18px; }
  .pane-type-image-with-callouts a + a {
    margin-top: 25px; }

.pane-type-image-with-callouts .cta {
  display: table;
  margin-top: 18px;
  position: relative;
  text-transform: none;
  letter-spacing: 1px; }

.pane-type-image-with-callouts p {
  margin-bottom: 0; }

.pane-type-image-with-callouts .callout-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .pane-type-image-with-callouts .callout-wrapper {
      display: block; } }

.pane-type-image-with-callouts .callout {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 50px; }
  @media (min-width: 768px) {
    .pane-type-image-with-callouts .callout {
      float: left;
      width: 50%; } }
  @media (min-width: 992px) {
    .pane-type-image-with-callouts .callout {
      float: left;
      width: 33.3333333333%; } }
  .pane-type-image-with-callouts .callout:hover .image {
    transform: scale(1.03, 1.03); }
  .pane-type-image-with-callouts .callout .image {
    width: 100%;
    height: 243px;
    background-size: cover;
    background-position: center;
    transform: scale(1, 1);
    transition: all .5s; }
    @media (max-width: 1499px) {
      .pane-type-image-with-callouts .callout .image {
        height: 189px; } }
    @media (max-width: 1199px) {
      .pane-type-image-with-callouts .callout .image {
        height: 155px; } }
    @media (max-width: 991px) {
      .pane-type-image-with-callouts .callout .image {
        height: 182px; } }
    @media (max-width: 767px) {
      .pane-type-image-with-callouts .callout .image {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0; } }
  @media (max-width: 767px) {
    .pane-type-image-with-callouts .callout .media {
      padding-top: 63.7% !important;
      position: relative; } }
  .pane-type-image-with-callouts .callout .content {
    background-color: #f1f1f1;
    padding: 28px 20px 25px; }

.pane-type-image-with-callouts .slick-prev,
.pane-type-image-with-callouts .slick-next {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  top: 175px;
  background: url("../img/arrow-direction-dark.svg") no-repeat; }
  @media (max-width: 767px) {
    .pane-type-image-with-callouts .slick-prev,
    .pane-type-image-with-callouts .slick-next {
      top: 25%; } }
  .pane-type-image-with-callouts .slick-prev:before,
  .pane-type-image-with-callouts .slick-next:before {
    display: none; }
  .pane-type-image-with-callouts .slick-prev:hover,
  .pane-type-image-with-callouts .slick-next:hover {
    background-image: url("../img/arrow-direction-red.svg"); }
  @media (max-width: 1499px) {
    .pane-type-image-with-callouts .slick-prev,
    .pane-type-image-with-callouts .slick-next {
      top: 150px; } }
  @media (max-width: 1199px) {
    .pane-type-image-with-callouts .slick-prev,
    .pane-type-image-with-callouts .slick-next {
      top: 125px; } }
  @media (max-width: 991px) {
    .pane-type-image-with-callouts .slick-prev,
    .pane-type-image-with-callouts .slick-next {
      top: 135px; } }
  @media (max-width: 767px) {
    .pane-type-image-with-callouts .slick-prev,
    .pane-type-image-with-callouts .slick-next {
      top: 33%; } }
  @media (max-width: 580px) {
    .pane-type-image-with-callouts .slick-prev,
    .pane-type-image-with-callouts .slick-next {
      top: 30%; } }
  @media (max-width: 480px) {
    .pane-type-image-with-callouts .slick-prev,
    .pane-type-image-with-callouts .slick-next {
      top: 28%; } }

.pane-type-image-with-callouts .slick-prev {
  transform: rotate(180deg);
  transform-origin: 50% 26%;
  background-position: -1px 0; }

.pane-type-image-with-callouts.image-with-callouts-slider .callout .image {
  height: 243px; }
  @media (max-width: 1499px) {
    .pane-type-image-with-callouts.image-with-callouts-slider .callout .image {
      height: 189px; } }
  @media (max-width: 1199px) {
    .pane-type-image-with-callouts.image-with-callouts-slider .callout .image {
      height: 155px; } }
  @media (max-width: 991px) {
    .pane-type-image-with-callouts.image-with-callouts-slider .callout .image {
      height: 182px; } }
  @media (max-width: 767px) {
    .pane-type-image-with-callouts.image-with-callouts-slider .callout .image {
      height: 100%; } }

.pane-type-image-with-callouts.image-with-callouts-stacked .callout {
  overflow: hidden; }
  .pane-type-image-with-callouts.image-with-callouts-stacked .callout .content {
    height: 100%; }

.pane-type-image .container, .pane-type-image #user-login, .pane-type-image .breadcrumb, .pane-type-image .webform-confirmation, .pane-type-image .node-webform, .pane-type-image .modal .modal-dialog, .modal .pane-type-image .modal-dialog {
  padding: 0; }

.pane-type-image .caption-button {
  left: auto;
  right: 0;
  padding: 5px 5px 3px; }
  @media (max-width: 767px) {
    .pane-type-image .caption-button {
      display: block; } }
  .pane-type-image .caption-button svg #Expand {
    stroke: #b5b5b5;
    transition: all .2s; }
  .pane-type-image .caption-button:hover svg #Expand {
    stroke: #fff; }

.pane-type-image .image {
  width: 100%;
  height: 100%; }

.pane-type-image .modal .modal-content {
  background: transparent;
  outline: none;
  box-shadow: none;
  border: 0; }

.pane-type-image .modal img {
  width: 100%;
  height: auto;
  top: 0; }

.pane-type-image .modal .image-caption {
  background-color: rgba(17, 17, 17, 0.9);
  padding: 20px 50px; }
  .pane-type-image .modal .image-caption p {
    color: #fff;
    margin-bottom: 0; }

.pane-type-image.image-default .title {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .pane-type-image.image-default .title {
      float: left;
      width: 66.6666666667%; } }

.pane-type-image.image-default .media {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: none !important;
  height: 612px;
  margin-top: 45px; }
  @media (min-width: 768px) {
    .pane-type-image.image-default .media {
      float: left;
      width: 83.3333333333%; } }
  @media (min-width: 768px) {
    .pane-type-image.image-default .media {
      margin-left: 8.3333333333%; } }
  @media (min-width: 992px) {
    .pane-type-image.image-default .media {
      float: left;
      width: 66.6666666667%; } }
  @media (max-width: 1499px) {
    .pane-type-image.image-default .media {
      height: 484px; } }
  @media (max-width: 1199px) {
    .pane-type-image.image-default .media {
      height: 398px; } }
  @media (max-width: 991px) {
    .pane-type-image.image-default .media {
      height: 382px; } }
  @media (max-width: 767px) {
    .pane-type-image.image-default .media {
      height: auto; } }
  .pane-type-image.image-default .media > div {
    overflow: hidden;
    width: 100%;
    height: 100%; }
  .pane-type-image.image-default .media .image {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto; }
    @media (max-width: 767px) {
      .pane-type-image.image-default .media .image {
        width: 100%;
        max-height: 472px;
        top: 0;
        transform: none;
        left: 0; } }

.pane-type-image.image-medium .pane-content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: none !important;
  padding: 0; }
  @media (min-width: 992px) {
    .pane-type-image.image-medium .pane-content {
      float: left;
      width: 66.6666666667%; } }

.pane-type-image.image-medium .title {
  padding: 0 15px;
  margin-bottom: 0; }

.pane-type-image.image-medium .media {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  height: 296px;
  margin-top: 30px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .pane-type-image.image-medium .media {
      float: left;
      width: 50%; } }
  @media (max-width: 1499px) {
    .pane-type-image.image-medium .media {
      height: 232px; } }
  @media (max-width: 1199px) {
    .pane-type-image.image-medium .media {
      height: 190px; } }
  @media (max-width: 991px) {
    .pane-type-image.image-medium .media {
      height: 182px; } }
  @media (max-width: 767px) {
    .pane-type-image.image-medium .media {
      height: auto; } }
  .pane-type-image.image-medium .media > div {
    overflow: hidden;
    width: 100%;
    height: 100%; }
  .pane-type-image.image-medium .media .image {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto; }
    @media (max-width: 767px) {
      .pane-type-image.image-medium .media .image {
        width: 100%;
        max-height: 392px;
        top: 0;
        transform: none;
        left: 0; } }

.pane-type-image.image-small .pane-content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: none !important;
  padding: 0; }
  @media (min-width: 992px) {
    .pane-type-image.image-small .pane-content {
      float: left;
      width: 66.6666666667%; } }

.pane-type-image.image-small .title {
  padding: 0 15px;
  margin-bottom: 0; }

.pane-type-image.image-small .media {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  height: 190px;
  margin-top: 30px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .pane-type-image.image-small .media {
      float: left;
      width: 33.3333333333%; } }
  @media (max-width: 1499px) {
    .pane-type-image.image-small .media {
      height: 147px; } }
  @media (max-width: 1199px) {
    .pane-type-image.image-small .media {
      height: 120px; } }
  @media (max-width: 991px) {
    .pane-type-image.image-small .media {
      height: 115px; } }
  @media (max-width: 767px) {
    .pane-type-image.image-small .media {
      height: auto; } }
  .pane-type-image.image-small .media > div {
    overflow: hidden;
    width: 100%;
    height: 100%; }
  .pane-type-image.image-small .media .image {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto; }
    @media (max-width: 767px) {
      .pane-type-image.image-small .media .image {
        width: 100%;
        max-height: 392px;
        top: 0;
        transform: none;
        left: 0; } }

.pane-type-links-with-overlay-subpage .container, .pane-type-links-with-overlay-subpage #user-login, .pane-type-links-with-overlay-subpage .breadcrumb, .pane-type-links-with-overlay-subpage .webform-confirmation, .pane-type-links-with-overlay-subpage .node-webform, .pane-type-links-with-overlay-subpage .modal .modal-dialog, .modal .pane-type-links-with-overlay-subpage .modal-dialog {
  padding: 0; }

.pane-type-links-with-overlay-subpage .pane-content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  padding: 0; }
  @media (max-width: 991px) {
    .pane-type-links-with-overlay-subpage .pane-content {
      padding: 0 15px; } }

.pane-type-links-with-overlay-subpage .heading-4 {
  margin-bottom: 2px;
  text-align: left;
  padding-left: 15px; }
  @media (max-width: 991px) {
    .pane-type-links-with-overlay-subpage .heading-4 {
      padding: 0; } }

.pane-type-links-with-overlay-subpage p {
  line-height: 26px;
  color: #333;
  margin-bottom: 0; }

.pane-type-links-with-overlay-subpage .block-link {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  height: 300px;
  text-align: center;
  cursor: pointer;
  margin-top: 30px;
  overflow: hidden;
  padding: 0; }
  @media (min-width: 992px) {
    .pane-type-links-with-overlay-subpage .block-link {
      width: calc(40% - 30px);
      margin-left: 15px;
      margin-right: 15px; } }
  @media (max-width: 991px) {
    .pane-type-links-with-overlay-subpage .block-link {
      min-height: 216px;
      height: unset; } }
  .pane-type-links-with-overlay-subpage .block-link .heading-2, .pane-type-links-with-overlay-subpage .block-link p {
    color: #fff; }
  .pane-type-links-with-overlay-subpage .block-link .heading-2 {
    margin-bottom: 10px; }
  .pane-type-links-with-overlay-subpage .block-link .content {
    background-color: rgba(187, 0, 0, 0.82);
    height: 100%;
    width: 100%;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 1199px) {
      .pane-type-links-with-overlay-subpage .block-link .content {
        padding: 0 25px; } }
    @media (max-width: 991px) {
      .pane-type-links-with-overlay-subpage .block-link .content {
        min-height: 216px;
        padding: 10px 25px; } }
  .pane-type-links-with-overlay-subpage .block-link .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    transition: all .8s;
    transform: scale(1, 1); }
    @media (max-width: 991px) {
      .pane-type-links-with-overlay-subpage .block-link .image {
        width: 100%;
        left: 0;
        right: 0; } }
  .pane-type-links-with-overlay-subpage .block-link:hover .image {
    transform: scale(1.1, 1.1); }

.pane-type-links-with-overlay-subpage svg {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 20px; }

.pane-type-links-with-overlay .container, .pane-type-links-with-overlay #user-login, .pane-type-links-with-overlay .breadcrumb, .pane-type-links-with-overlay .webform-confirmation, .pane-type-links-with-overlay .node-webform, .pane-type-links-with-overlay .modal .modal-dialog, .modal .pane-type-links-with-overlay .modal-dialog {
  padding: 0; }

.pane-type-links-with-overlay .pane-content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  padding: 0; }

.pane-type-links-with-overlay .heading-4 {
  color: #333;
  margin-bottom: 2px;
  padding-left: 15px;
  text-align: center; }
  @media (max-width: 991px) {
    .pane-type-links-with-overlay .heading-4 {
      padding-left: 0; } }

.pane-type-links-with-overlay .heading-2 {
  width: auto; }

.pane-type-links-with-overlay p {
  line-height: 26px;
  color: #333;
  margin-bottom: 0; }

.pane-type-links-with-overlay .block-link {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  height: 300px;
  text-align: center;
  cursor: pointer;
  margin-top: 30px;
  padding: 0;
  height: 300px;
  overflow: hidden; }
  @media (min-width: 1500px) {
    .pane-type-links-with-overlay .block-link {
      height: 350px; } }
  @media (min-width: 992px) {
    .pane-type-links-with-overlay .block-link {
      width: calc(50% - 30px);
      margin-left: 15px;
      margin-right: 15px; } }
  @media (max-width: 991px) {
    .pane-type-links-with-overlay .block-link {
      min-height: 216px;
      height: unset; } }
  .pane-type-links-with-overlay .block-link .heading-2, .pane-type-links-with-overlay .block-link p {
    color: #fff; }
  .pane-type-links-with-overlay .block-link .heading-2 {
    margin-bottom: 10px; }
  .pane-type-links-with-overlay .block-link .content {
    background-color: rgba(187, 0, 0, 0.82);
    height: 100%;
    width: 100%;
    padding: 10px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .pane-type-links-with-overlay .block-link .content {
        padding: 10px 25px; } }
    @media (max-width: 767px) {
      .pane-type-links-with-overlay .block-link .content {
        padding: 10px 25px;
        min-height: 216px; } }
  .pane-type-links-with-overlay .block-link .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    transition: all .8s;
    transform: scale(1, 1); }
    @media (max-width: 991px) {
      .pane-type-links-with-overlay .block-link .image {
        width: 100%;
        left: 0;
        right: 0; } }
  .pane-type-links-with-overlay .block-link:hover .image {
    transform: scale(1.1, 1.1); }

.pane-type-links-with-overlay svg {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 17px; }

.pane-list {
  margin: 70px 0 0;
  padding: 0 0 0 50px;
  max-width: 660px; }
  .pane-list .heading-3 {
    margin: 0 0 25px;
    font-family: "capitaextralight", "Times New Roman", Times, serif;
    font-size: 30px; }
  .pane-list > p {
    line-height: 1.5; }
  .pane-list .list-checkmarks {
    padding: 0 30px 0 0; }
    .pane-list .list-checkmarks > li {
      margin: 25px 0 0;
      padding: 0 0 0 15px;
      position: relative; }
      .pane-list .list-checkmarks > li .checkmark-item-content {
        padding: 0 0 0 42px;
        transition: all .2s ease; }
        .pane-list .list-checkmarks > li .checkmark-item-content .heading-4, .pane-list .list-checkmarks > li .checkmark-item-content p {
          margin: 0;
          font-family: "proximanova", Helvetica, Arial, sans-serif;
          font-size: 16px;
          line-height: 1.5; }
        .pane-list .list-checkmarks > li .checkmark-item-content p {
          margin: 8px 0 0;
          font-size: 14px; }
      .pane-list .list-checkmarks > li ul {
        padding: 0 0 0 75px;
        list-style: disc; }
        .pane-list .list-checkmarks > li ul li {
          margin: 15px 0; }
      .pane-list .list-checkmarks > li input[type=checkbox]:not(:checked),
      .pane-list .list-checkmarks > li input[type=checkbox]:checked,
      .pane-list .list-checkmarks > li input[type=checkbox]:not(:checked) + label:before,
      .pane-list .list-checkmarks > li input[type=checkbox]:checked + label:before,
      .pane-list .list-checkmarks > li input[type=checkbox]:not(:checked) + label:after,
      .pane-list .list-checkmarks > li input[type=checkbox]:checked + label:after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 26px;
        height: 26px; }
      .pane-list .list-checkmarks > li input[type=checkbox]:not(:checked),
      .pane-list .list-checkmarks > li input[type=checkbox]:checked {
        margin: 4px 0 0 15px;
        visibility: hidden; }
        .pane-list .list-checkmarks > li input[type=checkbox]:not(:checked) + label,
        .pane-list .list-checkmarks > li input[type=checkbox]:checked + label {
          margin: 4px 0 0;
          position: relative;
          float: left;
          cursor: pointer;
          width: 26px;
          height: 26px;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
          .pane-list .list-checkmarks > li input[type=checkbox]:not(:checked) + label:hover + .checkmark-item-content,
          .pane-list .list-checkmarks > li input[type=checkbox]:checked + label:hover + .checkmark-item-content {
            padding: 0 0 0 50px;
            color: #888;
            transition: all .2s ease; }
          .pane-list .list-checkmarks > li input[type=checkbox]:not(:checked) + label:hover:before,
          .pane-list .list-checkmarks > li input[type=checkbox]:checked + label:hover:before {
            background: #e7e7e7; }
        .pane-list .list-checkmarks > li input[type=checkbox]:not(:checked) + label:before,
        .pane-list .list-checkmarks > li input[type=checkbox]:checked + label:before {
          border: 1px solid #999;
          box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.15); }
        .pane-list .list-checkmarks > li input[type=checkbox]:not(:checked) + label:after,
        .pane-list .list-checkmarks > li input[type=checkbox]:checked + label:after {
          background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='357' height='357' viewBox='0 0 357 357'%3E%3Cpath fill='%23999999' d='M357 35.7L321.3 0 178.5 142.8 35.7 0 0 35.7l142.8 142.8L0 321.3 35.7 357l142.8-142.8L321.3 357l35.7-35.7-142.8-142.8'/%3E%3C/svg%3E") no-repeat 6px 6px;
          background-size: 55%; }
      .pane-list .list-checkmarks > li input[type=checkbox]:not(:checked) + label:after {
        opacity: 0; }
      .pane-list .list-checkmarks > li input[type=checkbox]:checked + label + .checkmark-item-content {
        color: #888; }
      .pane-list .list-checkmarks > li input[type=checkbox]:checked + label:after {
        opacity: 1; }
  .pane-list .list-numbers {
    margin: 0;
    padding: 0;
    list-style-type: none;
    counter-reset: section; }
    .pane-list .list-numbers > li {
      margin: 0 0 30px;
      counter-increment: section; }
      .pane-list .list-numbers > li:last-child {
        margin: 0; }
      .pane-list .list-numbers > li:before {
        margin: 0 14px 0 0;
        float: left;
        content: counters(section, "");
        width: 46px;
        height: 46px;
        font-family: "capitaextralight", "Times New Roman", Times, serif;
        font-size: 30px;
        line-height: 1.48;
        color: #26686d;
        border: 1px solid #26686d;
        border-radius: 50%;
        text-align: center; }
    .pane-list .list-numbers .checkmark-item-content {
      padding: 0 0 0 60px; }

.pane-fieldable-panels-pane.pane-bundle-list .pane-list p a {
  white-space: normal; }

@media (max-width: 480px) {
  .pane-list {
    padding: 0 0 0 20px; } }

.pane-type-logo-portfolio .container, .pane-type-logo-portfolio #user-login, .pane-type-logo-portfolio .breadcrumb, .pane-type-logo-portfolio .webform-confirmation, .pane-type-logo-portfolio .node-webform, .pane-type-logo-portfolio .modal .modal-dialog, .modal .pane-type-logo-portfolio .modal-dialog {
  padding: 0; }

.pane-type-logo-portfolio .pane-content {
  position: relative;
  float: left;
  width: 66.6666666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%; }

.pane-type-logo-portfolio .portfolio__heading {
  margin-bottom: 8px; }

.pane-type-logo-portfolio .portfolio__description p {
  margin-bottom: 23px; }

.pane-type-logo-portfolio .portfolio .slick-track .slick-slide {
  height: 150px;
  margin: 0 27px; }
  @media (max-width: 767px) {
    .pane-type-logo-portfolio .portfolio .slick-track .slick-slide {
      width: 50%;
      max-height: 50px;
      margin: 0 17px; } }

.pane-type-logo-portfolio .portfolio__slider-item-image {
  height: 100%;
  width: 100%;
  min-width: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.pane-type-logo-portfolio .portfolio .slick-prev,
.pane-type-logo-portfolio .portfolio .slick-next {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background: url("../img/arrow-direction-dark.svg") no-repeat;
  transition: right 0.3s, left 0.3s;
  right: 0; }
  .pane-type-logo-portfolio .portfolio .slick-prev:hover,
  .pane-type-logo-portfolio .portfolio .slick-next:hover {
    right: -3px;
    background-image: url("../img/arrow-direction-red.svg"); }

.pane-type-logo-portfolio .portfolio .slick-prev {
  transform: rotate(180deg);
  transform-origin: 50% 26%;
  background-position: -1px 0;
  left: 0;
  z-index: 2; }
  .pane-type-logo-portfolio .portfolio .slick-prev:hover {
    left: -3px; }

.pane-media-one-with-copy-slider .heading-4 {
  margin-bottom: 30px; }

.pane-media-one-with-copy-slider .heading-5:after {
  margin: 20px 0;
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #bb0000; }

.pane-media-one-with-copy-slider p {
  margin: 0 0 2px; }
  .pane-media-one-with-copy-slider p:last-of-type {
    margin: 0 0 25px; }

.pane-media-one-with-copy-slider .slick-prev,
.pane-media-one-with-copy-slider .slick-next {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  z-index: 1;
  top: 380px;
  left: 130px;
  right: 0;
  background: url("../img/arrow-direction-dark.svg") no-repeat; }
  .pane-media-one-with-copy-slider .slick-prev:before,
  .pane-media-one-with-copy-slider .slick-next:before {
    display: none; }
  .pane-media-one-with-copy-slider .slick-prev:hover,
  .pane-media-one-with-copy-slider .slick-next:hover {
    background-image: url("../img/arrow-direction-red.svg"); }
  @media (max-width: 1499px) {
    .pane-media-one-with-copy-slider .slick-prev,
    .pane-media-one-with-copy-slider .slick-next {
      top: 302px; } }
  @media (max-width: 1199px) {
    .pane-media-one-with-copy-slider .slick-prev,
    .pane-media-one-with-copy-slider .slick-next {
      top: 255px;
      left: 110px; } }
  @media (max-width: 991px) {
    .pane-media-one-with-copy-slider .slick-prev,
    .pane-media-one-with-copy-slider .slick-next {
      top: 205px;
      left: 75px; } }
  @media (max-width: 767px) {
    .pane-media-one-with-copy-slider .slick-prev,
    .pane-media-one-with-copy-slider .slick-next {
      top: 150px;
      left: auto;
      right: 11%; } }
  @media (max-width: 540px) {
    .pane-media-one-with-copy-slider .slick-prev,
    .pane-media-one-with-copy-slider .slick-next {
      top: 100px; } }
  @media (max-width: 360px) {
    .pane-media-one-with-copy-slider .slick-prev,
    .pane-media-one-with-copy-slider .slick-next {
      top: 30px; } }

.pane-media-one-with-copy-slider .slick-prev {
  left: 0;
  transform: rotate(180deg);
  transform-origin: 50% 26%; }
  @media (max-width: 767px) {
    .pane-media-one-with-copy-slider .slick-prev {
      left: auto;
      right: 31%; } }

.pane-media-one-with-copy-slider .media-one-item {
  outline: none; }

.pane-media-one-with-copy-slider .media-wrapper {
  position: relative;
  float: left;
  width: 45.8333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  z-index: 1;
  height: 340px; }
  @media (min-width: 768px) {
    .pane-media-one-with-copy-slider .media-wrapper {
      float: left;
      width: 25%; } }
  @media (min-width: 1500px) {
    .pane-media-one-with-copy-slider .media-wrapper {
      float: left;
      width: 25.8333333333%; } }
  .pane-media-one-with-copy-slider .media-wrapper .image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    box-shadow: 5px 4px 6px 0 rgba(0, 0, 0, 0.04); }
  @media (max-width: 1499px) {
    .pane-media-one-with-copy-slider .media-wrapper {
      height: 262px; } }
  @media (max-width: 1199px) {
    .pane-media-one-with-copy-slider .media-wrapper {
      height: 215px; } }
  @media (max-width: 991px) {
    .pane-media-one-with-copy-slider .media-wrapper {
      height: 165px; } }
  @media (max-width: 767px) {
    .pane-media-one-with-copy-slider .media-wrapper {
      width: 250px;
      height: 250px; } }
  @media (max-width: 540px) {
    .pane-media-one-with-copy-slider .media-wrapper {
      width: 175px;
      height: 175px; } }
  @media (max-width: 480px) {
    .pane-media-one-with-copy-slider .media-wrapper {
      width: 150px;
      height: 150px; } }
  @media (max-width: 360px) {
    .pane-media-one-with-copy-slider .media-wrapper {
      width: 75px;
      height: 75px; } }

.pane-media-one-with-copy-slider .content-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0; }
  @media (min-width: 768px) {
    .pane-media-one-with-copy-slider .content-wrapper {
      float: left;
      width: 72.0833333333%; } }
  @media (min-width: 768px) {
    .pane-media-one-with-copy-slider .content-wrapper {
      right: 6.25%; } }
  @media (min-width: 1500px) {
    .pane-media-one-with-copy-slider .content-wrapper {
      right: 7.0833333333%; } }
  .pane-media-one-with-copy-slider .content-wrapper .content {
    padding: 40px 125px 100px 120px;
    background-color: #F5F5F5; }
    @media (max-width: 1499px) {
      .pane-media-one-with-copy-slider .content-wrapper .content {
        padding: 40px 100px 100px 100px; } }
    @media (max-width: 1199px) {
      .pane-media-one-with-copy-slider .content-wrapper .content {
        padding: 40px 100px 70px 100px; } }
    @media (max-width: 991px) {
      .pane-media-one-with-copy-slider .content-wrapper .content {
        padding: 40px 65px 70px 100px; } }
    @media (max-width: 767px) {
      .pane-media-one-with-copy-slider .content-wrapper .content {
        padding: 50px 30px; } }
  @media (max-width: 767px) {
    .pane-media-one-with-copy-slider .content-wrapper {
      margin-top: -15px; } }

.pane-media-one-with-copy-slider > .container, .pane-media-one-with-copy-slider > #user-login, .pane-media-one-with-copy-slider > .breadcrumb, .pane-media-one-with-copy-slider > .webform-confirmation, .pane-media-one-with-copy-slider > .node-webform, .modal .pane-media-one-with-copy-slider > .modal-dialog {
  padding-left: 0;
  padding-right: 0; }

.pane-media-one-with-copy-slider .pane-content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .pane-media-one-with-copy-slider .pane-content {
      float: left;
      width: 91.6666666667%; } }
  @media (min-width: 768px) {
    .pane-media-one-with-copy-slider .pane-content {
      margin-left: 8.3333333333%; } }

.pane-media-one-with-copy-slider.media-one-with-copy-slider-sub .content-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0; }
  @media (min-width: 768px) {
    .pane-media-one-with-copy-slider.media-one-with-copy-slider-sub .content-wrapper {
      float: left;
      width: 72.0833333333%; } }
  @media (min-width: 768px) {
    .pane-media-one-with-copy-slider.media-one-with-copy-slider-sub .content-wrapper {
      right: 6.25%; } }
  @media (min-width: 992px) {
    .pane-media-one-with-copy-slider.media-one-with-copy-slider-sub .content-wrapper {
      float: left;
      width: 53.3333333333%; } }
  @media (min-width: 1500px) {
    .pane-media-one-with-copy-slider.media-one-with-copy-slider-sub .content-wrapper {
      right: 7.0833333333%; } }
  .pane-media-one-with-copy-slider.media-one-with-copy-slider-sub .content-wrapper .content {
    padding: 40px 25px 70px 120px;
    background-color: #F5F5F5; }
    @media (max-width: 1499px) {
      .pane-media-one-with-copy-slider.media-one-with-copy-slider-sub .content-wrapper .content {
        padding: 40px 25px 70px 100px; } }
    @media (max-width: 991px) {
      .pane-media-one-with-copy-slider.media-one-with-copy-slider-sub .content-wrapper .content {
        padding: 40px 65px 70px 100px; } }
    @media (max-width: 767px) {
      .pane-media-one-with-copy-slider.media-one-with-copy-slider-sub .content-wrapper .content {
        padding: 50px 30px; } }

.pane-type-media-one-with-copy .container, .pane-type-media-one-with-copy #user-login, .pane-type-media-one-with-copy .breadcrumb, .pane-type-media-one-with-copy .webform-confirmation, .pane-type-media-one-with-copy .node-webform, .pane-type-media-one-with-copy .modal .modal-dialog, .modal .pane-type-media-one-with-copy .modal-dialog {
  padding: 0; }

.pane-type-media-one-with-copy .pane-content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  padding: 0;
  display: flex;
  align-items: flex-start;
  min-height: 500px; }
  @media (max-width: 1499px) {
    .pane-type-media-one-with-copy .pane-content {
      min-height: 393px; } }
  @media (max-width: 1199px) {
    .pane-type-media-one-with-copy .pane-content {
      min-height: 325px; } }
  @media (max-width: 991px) {
    .pane-type-media-one-with-copy .pane-content {
      display: block; } }

.pane-type-media-one-with-copy .cta {
  display: table;
  padding-top: 4px;
  margin-bottom: 9px; }

.pane-type-media-one-with-copy .media {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: absolute;
  display: inline-block; }
  @media (min-width: 768px) {
    .pane-type-media-one-with-copy .media {
      float: left;
      width: 60%; } }
  @media (max-width: 767px) {
    .pane-type-media-one-with-copy .media {
      position: relative; } }
  @media (max-width: 767px) {
    .pane-type-media-one-with-copy .media .media-wrapper {
      position: relative;
      width: 100%;
      padding-top: 71.5%;
      overflow: hidden; } }
  .pane-type-media-one-with-copy .media .image, .pane-type-media-one-with-copy .media .video {
    height: 500px;
    width: 100%;
    overflow: hidden; }
    @media (max-width: 1499px) {
      .pane-type-media-one-with-copy .media .image, .pane-type-media-one-with-copy .media .video {
        height: 393px; } }
    @media (max-width: 1199px) {
      .pane-type-media-one-with-copy .media .image, .pane-type-media-one-with-copy .media .video {
        height: 325px; } }
    @media (max-width: 991px) {
      .pane-type-media-one-with-copy .media .image, .pane-type-media-one-with-copy .media .video {
        height: 245px; } }
    @media (max-width: 767px) {
      .pane-type-media-one-with-copy .media .image, .pane-type-media-one-with-copy .media .video {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 100%;
        width: auto;
        min-width: 100%;
        top: 0; } }
  .pane-type-media-one-with-copy .media video {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    width: auto; }
  .pane-type-media-one-with-copy .media iframe {
    width: 100%;
    height: 100%; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .pane-type-media-one-with-copy .media .caption {
      max-width: 320px; } }

.pane-type-media-one-with-copy .copy {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 0 50px 50px;
  margin-top: 50px; }
  @media (min-width: 768px) {
    .pane-type-media-one-with-copy .copy {
      float: left;
      width: 58.3333333333%; } }
  @media (min-width: 768px) {
    .pane-type-media-one-with-copy .copy {
      margin-left: 42.5%; } }
  @media (min-width: 992px) {
    .pane-type-media-one-with-copy .copy {
      float: left;
      width: 56.25%; } }
  @media (min-width: 992px) {
    .pane-type-media-one-with-copy .copy {
      margin-left: 42.0833333333%; } }
  @media (min-width: 1200px) {
    .pane-type-media-one-with-copy .copy {
      float: left;
      width: 58.3333333333%; } }
  @media (min-width: 1200px) {
    .pane-type-media-one-with-copy .copy {
      margin-left: 46.4166666667%; } }
  @media (min-width: 1500px) {
    .pane-type-media-one-with-copy .copy {
      padding-left: 57px;
      padding-right: 15px; } }
  @media (max-width: 991px) {
    .pane-type-media-one-with-copy .copy {
      padding: 20px 30px 0; } }
  @media (max-width: 767px) {
    .pane-type-media-one-with-copy .copy {
      padding: 0 15px;
      margin-top: 34px; } }

.pane-type-media-one-with-copy .title {
  margin-bottom: 31px;
  padding-bottom: 29px;
  position: relative; }
  .pane-type-media-one-with-copy .title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    background-color: #bb0000; }

.pane-type-media-one-with-copy.right .media {
  order: 2; }
  @media (min-width: 768px) {
    .pane-type-media-one-with-copy.right .media {
      right: 0%; } }
  .pane-type-media-one-with-copy.right .media .caption-button, .pane-type-media-one-with-copy.right .media .caption {
    left: auto;
    right: 0; }
    @media (max-width: 991px) {
      .pane-type-media-one-with-copy.right .media .caption-button, .pane-type-media-one-with-copy.right .media .caption {
        right: auto;
        left: 0; } }

.pane-type-media-one-with-copy.right .copy {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
  padding-right: 50px;
  order: 1; }
  @media (min-width: 768px) {
    .pane-type-media-one-with-copy.right .copy {
      margin-left: 0%; } }
  @media (min-width: 992px) {
    .pane-type-media-one-with-copy.right .copy {
      float: left;
      width: 58.3333333333%; } }
  @media (min-width: 1200px) {
    .pane-type-media-one-with-copy.right .copy {
      float: left;
      width: 52.5%; } }
  @media (max-width: 1199px) {
    .pane-type-media-one-with-copy.right .copy {
      padding-right: 50px; } }
  @media (max-width: 991px) {
    .pane-type-media-one-with-copy.right .copy {
      padding-right: 30px; } }

.pane-type-media-one-with-copy.media-one-with-copy-sub {
  min-height: 478px; }
  .pane-type-media-one-with-copy.media-one-with-copy-sub .media {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: absolute; }
    @media (min-width: 992px) {
      .pane-type-media-one-with-copy.media-one-with-copy-sub .media {
        float: left;
        width: 60%; } }
    @media (max-width: 991px) {
      .pane-type-media-one-with-copy.media-one-with-copy-sub .media {
        position: relative; } }
    .pane-type-media-one-with-copy.media-one-with-copy-sub .media .image {
      height: 478px; }
      @media (max-width: 1499px) {
        .pane-type-media-one-with-copy.media-one-with-copy-sub .media .image {
          height: 376px; } }
      @media (max-width: 1199px) {
        .pane-type-media-one-with-copy.media-one-with-copy-sub .media .image {
          height: 310px; } }
      @media (max-width: 991px) {
        .pane-type-media-one-with-copy.media-one-with-copy-sub .media .image {
          height: 404px; } }
      @media (max-width: 767px) {
        .pane-type-media-one-with-copy.media-one-with-copy-sub .media .image {
          width: 100%;
          height: 100%; } }
  .pane-type-media-one-with-copy.media-one-with-copy-sub .caption {
    max-width: 480px; }
  .pane-type-media-one-with-copy.media-one-with-copy-sub .cta {
    font-weight: bold; }
  .pane-type-media-one-with-copy.media-one-with-copy-sub .copy {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 30px;
    padding-top: 40px;
    font-size: 16px; }
    @media (min-width: 992px) {
      .pane-type-media-one-with-copy.media-one-with-copy-sub .copy {
        float: left;
        width: 40%; } }
    @media (min-width: 992px) {
      .pane-type-media-one-with-copy.media-one-with-copy-sub .copy {
        margin-left: 41.6666666667%; } }
    .pane-type-media-one-with-copy.media-one-with-copy-sub .copy p {
      margin-bottom: 29px; }
    @media (min-width: 1200px) {
      .pane-type-media-one-with-copy.media-one-with-copy-sub .copy {
        padding-bottom: 35px; } }
    @media (max-width: 991px) {
      .pane-type-media-one-with-copy.media-one-with-copy-sub .copy {
        margin-top: 30px;
        padding-top: 0;
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 992px) {
    .pane-type-media-one-with-copy.media-one-with-copy-sub.right .media {
      right: 20%; } }
  .pane-type-media-one-with-copy.media-one-with-copy-sub.right .copy {
    padding-left: 15px; }
    @media (min-width: 992px) {
      .pane-type-media-one-with-copy.media-one-with-copy-sub.right .copy {
        margin-left: 0%; } }
  .pane-type-media-one-with-copy.media-one-with-copy-sub.small, .pane-type-video.video-small .content .pane-type-media-one-with-copy.media-one-with-copy-sub.heading-5 {
    min-height: 265px; }
    .pane-type-media-one-with-copy.media-one-with-copy-sub.small ul li:before, .pane-type-video.video-small .content .pane-type-media-one-with-copy.media-one-with-copy-sub.heading-5 ul li:before {
      top: 6px; }
    .pane-type-media-one-with-copy.media-one-with-copy-sub.small .pane-content, .pane-type-video.video-small .content .pane-type-media-one-with-copy.media-one-with-copy-sub.heading-5 .pane-content {
      align-items: flex-start; }
    .pane-type-media-one-with-copy.media-one-with-copy-sub.small .media, .pane-type-video.video-small .content .pane-type-media-one-with-copy.media-one-with-copy-sub.heading-5 .media {
      position: relative;
      float: left;
      width: 70%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      position: absolute; }
      @media (min-width: 992px) {
        .pane-type-media-one-with-copy.media-one-with-copy-sub.small .media, .pane-type-video.video-small .content .pane-type-media-one-with-copy.media-one-with-copy-sub.heading-5 .media {
          float: left;
          width: 40%; } }
      @media (max-width: 991px) {
        .pane-type-media-one-with-copy.media-one-with-copy-sub.small .media, .pane-type-video.video-small .content .pane-type-media-one-with-copy.media-one-with-copy-sub.heading-5 .media {
          position: relative; } }
      .pane-type-media-one-with-copy.media-one-with-copy-sub.small .media .image, .pane-type-video.video-small .content .pane-type-media-one-with-copy.media-one-with-copy-sub.heading-5 .media .image {
        height: 340px; }
        @media (max-width: 1499px) {
          .pane-type-media-one-with-copy.media-one-with-copy-sub.small .media .image, .pane-type-video.video-small .content .pane-type-media-one-with-copy.media-one-with-copy-sub.heading-5 .media .image {
            height: 265px; } }
        @media (max-width: 1199px) {
          .pane-type-media-one-with-copy.media-one-with-copy-sub.small .media .image, .pane-type-video.video-small .content .pane-type-media-one-with-copy.media-one-with-copy-sub.heading-5 .media .image {
            height: 216px; } }
        @media (max-width: 991px) {
          .pane-type-media-one-with-copy.media-one-with-copy-sub.small .media .image, .pane-type-video.video-small .content .pane-type-media-one-with-copy.media-one-with-copy-sub.heading-5 .media .image {
            height: 298px; } }
        @media (max-width: 767px) {
          .pane-type-media-one-with-copy.media-one-with-copy-sub.small .media .image, .pane-type-video.video-small .content .pane-type-media-one-with-copy.media-one-with-copy-sub.heading-5 .media .image {
            height: 100%;
            width: 100%; } }
    .pane-type-media-one-with-copy.media-one-with-copy-sub.small .copy, .pane-type-video.video-small .content .pane-type-media-one-with-copy.media-one-with-copy-sub.heading-5 .copy {
      margin-top: 0;
      padding-top: 0;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .pane-type-media-one-with-copy.media-one-with-copy-sub.small .copy, .pane-type-video.video-small .content .pane-type-media-one-with-copy.media-one-with-copy-sub.heading-5 .copy {
          margin-left: 40%; } }
      @media (max-width: 991px) {
        .pane-type-media-one-with-copy.media-one-with-copy-sub.small .copy, .pane-type-video.video-small .content .pane-type-media-one-with-copy.media-one-with-copy-sub.heading-5 .copy {
          margin-top: 30px; } }
    .pane-type-media-one-with-copy.media-one-with-copy-sub.small .title:after, .pane-type-video.video-small .content .pane-type-media-one-with-copy.media-one-with-copy-sub.heading-5 .title:after {
      width: 126px; }

.is-sidenav .pane-type-media-one-with-copy .pane-content {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0%; }
  @media (min-width: 768px) {
    .is-sidenav .pane-type-media-one-with-copy .pane-content {
      float: left;
      width: 100%; } }
  @media (min-width: 992px) {
    .is-sidenav .pane-type-media-one-with-copy .pane-content {
      float: left;
      width: 83.3333333333%; } }

@media (min-width: 992px) {
  .is-sidenav .pane-type-media-one-with-copy .copy {
    margin-left: 33.3333333333%; } }

@media (min-width: 1200px) {
  .is-sidenav .pane-type-media-one-with-copy .copy {
    margin-left: 46.4166666667%; } }

.media-two-with-copy-and-callouts .container, .media-two-with-copy-and-callouts #user-login, .media-two-with-copy-and-callouts .breadcrumb, .media-two-with-copy-and-callouts .webform-confirmation, .media-two-with-copy-and-callouts .node-webform, .media-two-with-copy-and-callouts .modal .modal-dialog, .modal .media-two-with-copy-and-callouts .modal-dialog {
  padding: 0; }

.media-two-with-copy-and-callouts .caption {
  left: 15px; }
  .media-two-with-copy-and-callouts .caption button {
    left: auto; }

.media-two-with-copy-and-callouts .caption-button {
  left: 15px; }

.media-two-with-copy-and-callouts .pane-content {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0; }
  @media (min-width: 768px) {
    .media-two-with-copy-and-callouts .pane-content {
      float: left;
      width: 83.3333333333%; } }
  @media (min-width: 768px) {
    .media-two-with-copy-and-callouts .pane-content {
      margin-left: 8.3333333333%; } }

.media-two-with-copy-and-callouts .media-wrapper {
  position: relative;
  float: left;
  width: 66.6666666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  height: 440px;
  overflow: hidden; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .media-two-with-copy-and-callouts .media-wrapper {
      height: 365px; } }
  @media (max-width: 991px) {
    .media-two-with-copy-and-callouts .media-wrapper {
      height: 260px; } }
  @media (max-width: 767px) {
    .media-two-with-copy-and-callouts .media-wrapper {
      height: 190px; } }
  @media (max-width: 1499px) {
    .media-two-with-copy-and-callouts .media-wrapper:first-child .caption {
      max-width: 450px; } }
  @media (max-width: 1199px) {
    .media-two-with-copy-and-callouts .media-wrapper:first-child .caption {
      max-width: 380px; } }
  @media (max-width: 991px) {
    .media-two-with-copy-and-callouts .media-wrapper:first-child .caption {
      max-width: 350px; } }
  .media-two-with-copy-and-callouts .media-wrapper:last-child {
    position: relative;
    float: left;
    width: 41.6666666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    height: 378px;
    position: absolute;
    top: 162px;
    right: 0; }
    @media (min-width: 992px) {
      .media-two-with-copy-and-callouts .media-wrapper:last-child {
        float: left;
        width: 50%; } }
    @media (max-width: 1199px) and (min-width: 992px) {
      .media-two-with-copy-and-callouts .media-wrapper:last-child {
        height: 310px; } }
    @media (max-width: 991px) {
      .media-two-with-copy-and-callouts .media-wrapper:last-child {
        height: 230px; } }
    @media (max-width: 767px) {
      .media-two-with-copy-and-callouts .media-wrapper:last-child {
        height: 170px; } }
    .media-two-with-copy-and-callouts .media-wrapper:last-child .caption {
      width: calc(100% - 30px); }
    .media-two-with-copy-and-callouts .media-wrapper:last-child .video {
      position: relative;
      height: 378px;
      width: 100%; }
      @media (max-width: 1199px) and (min-width: 992px) {
        .media-two-with-copy-and-callouts .media-wrapper:last-child .video {
          height: 310px; } }
      @media (max-width: 991px) {
        .media-two-with-copy-and-callouts .media-wrapper:last-child .video {
          height: 230px; } }
      @media (max-width: 767px) {
        .media-two-with-copy-and-callouts .media-wrapper:last-child .video {
          height: 170px; } }
      .media-two-with-copy-and-callouts .media-wrapper:last-child .video .embed-container {
        overflow: hidden; }
      .media-two-with-copy-and-callouts .media-wrapper:last-child .video video {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 100%;
        width: auto;
        object-fit: cover; }
    @media (max-width: 991px) {
      .media-two-with-copy-and-callouts .media-wrapper:last-child {
        top: 65px; } }
  .media-two-with-copy-and-callouts .media-wrapper .image {
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%; }

.media-two-with-copy-and-callouts .title {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: none !important;
  margin-top: 50px;
  margin-bottom: 31px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .media-two-with-copy-and-callouts .title {
      float: left;
      width: 100%; } }
  @media (min-width: 768px) {
    .media-two-with-copy-and-callouts .title {
      margin-left: 0%; } }
  @media (min-width: 992px) {
    .media-two-with-copy-and-callouts .title {
      float: left;
      width: 50%; } }
  @media (max-width: 767px) {
    .media-two-with-copy-and-callouts .title {
      margin-top: 80px; } }
  .media-two-with-copy-and-callouts .title:after {
    content: '';
    position: absolute;
    left: 15px;
    bottom: 0;
    height: 1px;
    width: 50px;
    background-color: #bb0000; }
    @media (max-width: 991px) {
      .media-two-with-copy-and-callouts .title:after {
        left: 15px; } }

.media-two-with-copy-and-callouts .links a {
  display: table;
  margin-bottom: 22px; }

.media-two-with-copy-and-callouts .content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0; }
  @media (min-width: 768px) {
    .media-two-with-copy-and-callouts .content {
      float: left;
      width: 100%; } }
  @media (min-width: 768px) {
    .media-two-with-copy-and-callouts .content {
      margin-left: 0%; } }
  .media-two-with-copy-and-callouts .content .copy {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .media-two-with-copy-and-callouts .content .copy {
        float: left;
        width: 50%; } }
    @media (max-width: 991px) {
      .media-two-with-copy-and-callouts .content .copy {
        margin-bottom: 47px; } }
  .media-two-with-copy-and-callouts .content .callouts {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 5px; }
    @media (min-width: 992px) {
      .media-two-with-copy-and-callouts .content .callouts {
        float: left;
        width: 50%; } }
    @media (max-width: 991px) {
      .media-two-with-copy-and-callouts .content .callouts {
        margin-top: 0; } }
    .media-two-with-copy-and-callouts .content .callouts .callout {
      margin-bottom: 45px; }
      .media-two-with-copy-and-callouts .content .callouts .callout:last-child {
        margin-bottom: 0; }
        .media-two-with-copy-and-callouts .content .callouts .callout:last-child a:last-child {
          margin-bottom: -5px; }
    .media-two-with-copy-and-callouts .content .callouts .bold, .media-two-with-copy-and-callouts .content .callouts .pane-content .pagination li span, .pane-content .pagination li .media-two-with-copy-and-callouts .content .callouts span, .media-two-with-copy-and-callouts .content .callouts
    .pane-content .pagination li a,
    .pane-content .pagination li .media-two-with-copy-and-callouts .content .callouts a, .media-two-with-copy-and-callouts .content .callouts .assistant-bio .pane-content .name, .assistant-bio .pane-content .media-two-with-copy-and-callouts .content .callouts .name {
      margin-bottom: 10px; }
    .media-two-with-copy-and-callouts .content .callouts a {
      display: table;
      margin-bottom: 22px; }

.media-with-copy-and-callouts .container, .media-with-copy-and-callouts #user-login, .media-with-copy-and-callouts .breadcrumb, .media-with-copy-and-callouts .webform-confirmation, .media-with-copy-and-callouts .node-webform, .media-with-copy-and-callouts .modal .modal-dialog, .modal .media-with-copy-and-callouts .modal-dialog {
  padding: 0; }

.media-with-copy-and-callouts div[data-toggle='modal'] {
  cursor: pointer; }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .media {
  overflow: hidden; }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .media .image,
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .media .video {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    background-size: cover;
    background-position: center center;
    height: 400px; }
    @media (max-width: 1199px) {
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .media .image,
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .media .video {
        height: 340px; } }
    @media (max-width: 767px) {
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .media .image,
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .media .video {
        height: 320px; } }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .media .video {
    padding: 0; }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .caption p {
  padding-bottom: 100px; }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .caption button {
  left: auto; }

@media (max-width: 991px) {
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .caption-button {
    bottom: 70px; }
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .caption-button[aria-expanded='true'] {
      left: -32px; } }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .title {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: rgba(255, 255, 255, 0.95);
  margin-top: -70px;
  margin-bottom: 36px;
  padding: 40px 0 38px;
  text-align: center; }
  @media (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .title {
      float: left;
      width: 81.1666666667%; } }
  @media (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .title {
      margin-left: 9.5833333333%; } }
  @media (max-width: 767px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .title {
      text-align: left; } }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .title .heading-4 {
    position: relative;
    float: left;
    width: 83.3333333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0; }
    @media (min-width: 992px) {
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .title .heading-4 {
        float: left;
        width: 79.5833333333%; } }
    @media (min-width: 992px) {
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .title .heading-4 {
        margin-left: 10%; } }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .title:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 50px;
    background-color: #bb0000;
    z-index: 1; }
    @media (max-width: 767px) {
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .title:after {
        left: calc(8.33333% + 40px); } }
  @media (max-width: 991px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .title {
      padding: 30px 15px; } }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .copy {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  float: none !important;
  margin-bottom: 70px; }
  @media (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .copy {
      float: left;
      width: 66.6666666667%; } }
  @media (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .copy {
      margin-left: 16.6666666667%; } }
  @media (max-width: 767px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .copy {
      text-align: left; } }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .links {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center; }
  @media (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .links {
      float: left;
      width: 66.6666666667%; } }
  @media (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .links {
      margin-left: 16.6666666667%; } }
  @media (max-width: 767px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .links {
      text-align: left; } }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .callouts {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .callouts {
      float: left;
      width: 66.6666666667%; } }
  @media (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .callouts {
      margin-left: 16.6666666667%; } }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .callouts--masonary .callout {
    width: 100% !important;
    float: none !important;
    margin: 0 0 60px;
    break-inside: avoid; }
  @media screen and (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .callouts--masonary {
      column-count: 2;
      column-gap: 30px; }
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .callouts--masonary .callout {
        margin-bottom: 60px; } }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .callouts .callout {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 992px) {
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .callouts .callout {
        float: left;
        width: 50%; } }
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .callouts .callout .cta {
      margin-top: 22px; }
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .callouts .callout .cta:first-child {
        margin-top: 0; }
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .callouts .callout:last-child {
      margin-bottom: 0; }
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .callouts .callout:last-child a {
        margin-bottom: -5px; }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .callouts .bold, .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .callouts .pane-content .pagination li span, .pane-content .pagination li .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .callouts span, .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .callouts
  .pane-content .pagination li a,
  .pane-content .pagination li .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .callouts a, .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .callouts .assistant-bio .pane-content .name, .assistant-bio .pane-content .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .callouts .name {
    margin-bottom: 10px;
    font-size: 20px; }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .callouts .cta {
    display: table;
    max-width: 95%;
    margin-top: 25px;
    margin-bottom: 22px; }
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-center .callouts .cta:first-child {
      margin-top: 0; }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .pane-content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0; }
  @media (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .pane-content {
      float: left;
      width: 83.3333333333%; } }
  @media (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .pane-content {
      margin-left: 8.3333333333%; } }
  @media (max-width: 991px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .pane-content {
      padding: 0 15px; } }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .media {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  height: 484px;
  paddding-left: 0; }
  @media (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .media {
      float: left;
      width: 50%; } }
  @media (max-width: 1199px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .media {
      height: 400px; } }
  @media (max-width: 991px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .media {
      height: 380px;
      padding: 0; } }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .media .media-wrapper {
    height: 100%; }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .media .image {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%; }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .copy {
  margin-bottom: 70px; }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .content-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .content-wrapper {
      float: left;
      width: 50%; } }
  @media (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .content-wrapper {
      margin-left: 0%; } }
  @media (max-width: 991px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .content-wrapper {
      padding: 0; } }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .title {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: none !important;
  margin-top: -5px;
  margin-bottom: 31px;
  padding: 0;
  padding-bottom: 31px; }
  @media (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .title {
      float: left;
      width: 83.3333333333%; } }
  @media (max-width: 991px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .title {
      margin-top: 40px; } }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    background-color: #bb0000;
    z-index: 1; }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .links {
  float: none !important; }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .links a {
    display: table;
    margin-bottom: 22px; }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .callouts {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0%;
  margin-top: 32px;
  padding: 0;
  align-self: flex-end;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 991px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .callouts {
      margin-top: 5px; } }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .callouts .callout {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 992px) {
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .callouts .callout {
        float: left;
        width: 50%; } }
    @media (min-width: 992px) {
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .callouts .callout {
        margin-left: 0%; } }
    @media (min-width: 1200px) {
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .callouts .callout {
        float: left;
        width: 40%; } }
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .callouts .callout:last-child {
      margin-bottom: 0; }
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .callouts .callout:last-child a {
        margin-bottom: -5px; }
    @media (min-width: 1200px) {
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .callouts .callout:nth-child(even) {
        margin-left: 10%; } }
    @media (max-width: 991px) {
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .callouts .callout {
        padding: 0; } }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .callouts .bold, .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .callouts .pane-content .pagination li span, .pane-content .pagination li .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .callouts span, .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .callouts
  .pane-content .pagination li a,
  .pane-content .pagination li .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .callouts a, .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .callouts .assistant-bio .pane-content .name, .assistant-bio .pane-content .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .callouts .name {
    margin-bottom: 10px;
    font-size: 20px; }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-left .callouts a {
    display: table;
    margin-bottom: 22px;
    max-width: 95%; }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .pane-content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start; }
  @media (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .pane-content {
      float: left;
      width: 83.3333333333%; } }
  @media (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .pane-content {
      margin-left: 8.3333333333%; } }
  @media (max-width: 991px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .pane-content {
      display: inline-block;
      padding: 0 15px; } }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .media {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  height: 484px;
  order: 2; }
  @media (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .media {
      float: left;
      width: 100%; } }
  @media (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .media {
      float: left;
      width: 50%; } }
  @media (max-width: 1199px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .media {
      height: 400px; } }
  @media (max-width: 991px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .media {
      padding: 0;
      height: 380px; } }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .media .media-wrapper {
    height: 100%; }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .media .image {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%; }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .copy {
  margin-bottom: 70px; }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .links a {
  display: table;
  margin-bottom: 22px; }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .content-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  order: 1;
  flex-grow: 1; }
  @media (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .content-wrapper {
      float: left;
      width: 50%; } }
  @media (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .content-wrapper {
      margin-left: 0%; } }
  @media (max-width: 991px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .content-wrapper {
      padding: 0; } }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .title {
  margin-top: -5px;
  margin-bottom: 31px;
  padding-bottom: 31px;
  position: relative; }
  @media (max-width: 991px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .title {
      margin-top: 40px; } }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    background-color: #bb0000;
    z-index: 1; }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .callouts {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 32px;
  padding: 0;
  order: 3;
  align-self: flex-end;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .callouts {
      float: left;
      width: 100%; } }
  @media (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .callouts {
      margin-left: 0%; } }
  @media screen and (max-width: 991px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .callouts {
      margin-top: 5px; } }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .callouts .callout {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 992px) {
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .callouts .callout {
        float: left;
        width: 50%; } }
    @media (min-width: 1200px) {
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .callouts .callout {
        float: left;
        width: 40%; } }
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .callouts .callout:last-child {
      margin-bottom: 0; }
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .callouts .callout:last-child a {
        margin-bottom: -5px; }
    @media (max-width: 991px) {
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .callouts .callout {
        padding: 0; } }
    @media (min-width: 1200px) {
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .callouts .callout:nth-child(even) {
        margin-left: 10%; } }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .callouts .bold, .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .callouts .pane-content .pagination li span, .pane-content .pagination li .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .callouts span, .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .callouts
  .pane-content .pagination li a,
  .pane-content .pagination li .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .callouts a, .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .callouts .assistant-bio .pane-content .name, .assistant-bio .pane-content .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .callouts .name {
    margin-bottom: 10px;
    font-size: 20px; }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-right .callouts a {
    display: table;
    margin-bottom: 22px;
    max-width: 95%; }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .pane-content {
  padding: 0; }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .caption-button {
  left: auto;
  right: 15px; }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .caption {
  left: auto;
  right: 15px; }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .caption p {
    padding-bottom: 80px; }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .caption button {
    right: 20px; }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .media .media-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  height: 565px; }
  @media (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .media .media-wrapper {
      float: left;
      width: 66.6666666667%; } }
  @media (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .media .media-wrapper {
      margin-left: 8.3333333333%; } }
  @media (max-width: 1199px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .media .media-wrapper {
      height: 470px; } }
  @media (max-width: 991px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .media .media-wrapper {
      height: 400px; } }
  @media (max-width: 767px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .media .media-wrapper {
      height: 378px; } }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .media .image,
.media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .media .video {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .media .image video,
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .media .video video {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    height: 100%; }
    @media (max-width: 991px) {
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .media .image video,
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .media .video video {
        width: 100%;
        height: auto; } }
    @media (max-width: 680px) {
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .media .image video,
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .media .video video {
        width: auto;
        height: 100%; } }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .title {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: rgba(255, 255, 255, 0.95);
  margin-top: -70px;
  margin-bottom: 31px;
  padding-top: 40px;
  padding-bottom: 31px; }
  @media (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .title {
      float: left;
      width: 58.3333333333%; } }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    height: 1px;
    width: 50px;
    background-color: #bb0000;
    z-index: 1; }
    @media (max-width: 991px) {
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .title:after {
        left: 15px; } }
  @media (max-width: 991px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .title {
      padding: 30px 15px;
      margin-top: 0; } }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .links {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%; }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .links a {
    display: table;
    margin-bottom: 22px; }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .copy {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 70px; }
  @media (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .copy {
      float: left;
      width: 66.6666666667%; } }
  @media (max-width: 991px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .copy {
      padding: 0 15px; } }

.media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .callouts {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 5px;
  padding: 0;
  float: unset;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .callouts {
      float: left;
      width: 66.6666666667%; } }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .callouts--masonary {
    float: left;
    display: block; }
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .callouts--masonary .callout {
      width: 100% !important;
      float: none !important;
      margin: 0 0 60px;
      break-inside: avoid; }
    @media screen and (min-width: 992px) {
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .callouts--masonary {
        column-count: 2;
        column-gap: 30px; }
        .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .callouts--masonary .callout {
          margin-bottom: 60px; } }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .callouts .callout {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 60px; }
    @media (min-width: 992px) {
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .callouts .callout {
        float: left;
        width: 50%; } }
    @media screen and (min-width: 992px) {
      .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .callouts .callout {
        margin-bottom: 60px; } }
    .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .callouts .callout:last-child a:last-child {
      margin-bottom: -5px; }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .callouts .bold, .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .callouts .pane-content .pagination li span, .pane-content .pagination li .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .callouts span, .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .callouts
  .pane-content .pagination li a,
  .pane-content .pagination li .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .callouts a, .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .callouts .assistant-bio .pane-content .name, .assistant-bio .pane-content .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .callouts .name {
    margin-bottom: 10px;
    font-size: 20px; }
  .media-with-copy-and-callouts.media-one-with-copy-and-callouts-sub .callouts .cta {
    display: table;
    margin-top: 22px;
    margin-bottom: 22px; }

.is-sidenav .media-with-copy-offset {
  position: relative;
  float: left;
  width: 91.6666666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 4.1666666667%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 992px) {
    .is-sidenav .media-with-copy-offset {
      float: left;
      width: 66.6666666667%; } }
  @media (min-width: 992px) {
    .is-sidenav .media-with-copy-offset {
      margin-left: 8.3333333333%; } }
  .is-sidenav .media-with-copy-offset .media-with-copy-offset__content {
    margin-left: 0; }
    @media (max-width: 1199px) {
      .is-sidenav .media-with-copy-offset .media-with-copy-offset__content {
        flex-direction: column; } }
    .is-sidenav .media-with-copy-offset .media-with-copy-offset__content--right {
      margin-right: 0; }
      @media (max-width: 1199px) {
        .is-sidenav .media-with-copy-offset .media-with-copy-offset__content--right {
          flex-direction: column; } }
  .is-sidenav .media-with-copy-offset .media-with-copy-offset__wrapper {
    flex: 0 0 40%; }

.media-with-copy-offset .container, .media-with-copy-offset #user-login, .media-with-copy-offset .breadcrumb, .media-with-copy-offset .webform-confirmation, .media-with-copy-offset .node-webform, .media-with-copy-offset .modal .modal-dialog, .modal .media-with-copy-offset .modal-dialog {
  padding: 0; }

.media-with-copy-offset__content {
  display: flex;
  flex-direction: row;
  margin-left: 8.3333333333%;
  padding: 0; }
  @media (max-width: 1199px) {
    .media-with-copy-offset__content {
      margin-left: 0; } }
  @media (max-width: 991px) {
    .media-with-copy-offset__content {
      flex-direction: column; } }
  .media-with-copy-offset__content--right {
    flex-direction: row-reverse;
    margin-left: 0;
    margin-right: 8.3333333333%; }
    @media (max-width: 991px) {
      .media-with-copy-offset__content--right {
        flex-direction: column;
        margin-right: 0; } }

.media-with-copy-offset .media-wrapper {
  flex: 0 0 60%;
  padding: 0 15px;
  height: 375px;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .media-with-copy-offset .media-wrapper {
      flex: 0 0 50%; } }
  @media (max-width: 991px) {
    .media-with-copy-offset .media-wrapper {
      flex: 0 0 100%;
      height: 260px; } }
  @media (max-width: 767px) {
    .media-with-copy-offset .media-wrapper {
      height: 190px; } }
  .media-with-copy-offset .media-wrapper .image {
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%; }

.media-with-copy-offset__wrapper {
  flex: 0 0 30%;
  padding: 0 15px; }
  @media (max-width: 1199px) {
    .media-with-copy-offset__wrapper {
      flex: 0 0 50%; } }
  @media (max-width: 991px) {
    .media-with-copy-offset__wrapper {
      flex: 0 0 100%; } }

.media-with-copy-offset__title {
  position: relative;
  margin-top: 28px;
  margin-bottom: 41px;
  padding-bottom: 27px; }
  @media (max-width: 767px) {
    .media-with-copy-offset__title {
      margin-bottom: 31px; } }
  .media-with-copy-offset__title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 125px;
    background-color: #bb0000; }

.mega-directory__wrapper {
  margin-right: -15px;
  margin-left: -15px; }
  .mega-directory__wrapper:before, .mega-directory__wrapper:after {
    display: table;
    content: " "; }
  .mega-directory__wrapper:after {
    clear: both; }

.mega-directory__sort {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .mega-directory__sort {
      float: left;
      width: 83.3333333333%; } }
  @media (min-width: 768px) {
    .mega-directory__sort {
      margin-left: 8.3333333333%; } }

.mega-directory__toggles {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .mega-directory__toggles {
      float: left;
      width: 83.3333333333%; } }
  @media (min-width: 768px) {
    .mega-directory__toggles {
      margin-left: 8.3333333333%; } }

.mega-directory__toggle label {
  margin: 0;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #F5F5F5; }
  .mega-directory__toggle label:hover {
    cursor: pointer; }

.mega-directory__toggle input:checked + label {
  background-color: #bb0000;
  color: #fff; }

.mega-directory__filters {
  margin: 0 -5.5px 17px; }
  .mega-directory__filters:before {
    content: '';
    display: block;
    width: calc(100% - 11px);
    height: 1px;
    margin: 0 auto 20px;
    background-color: #D0D0D0; }
  .mega-directory__filters--small {
    margin: 0 0 17px; }
    .mega-directory__filters--small:before {
      width: 100%; }

.mega-directory__filter {
  margin: 0 5.5px 15px;
  padding: 12px 10px;
  border: none;
  background-color: #F5F5F5;
  color: #333; }
  .mega-directory__filter[data-enabled='true'] {
    background-color: #D0D0D0;
    font-weight: bold; }
  .mega-directory__filter--small {
    margin: 0 0 4px;
    padding: 10px; }

.mega-directory__group {
  width: 100%;
  opacity: 0.1;
  transition: opacity 0.3s ease; }
  .mega-directory__group[data-enabled='true'] {
    opacity: 1; }
  .mega-directory__group-heading {
    margin: 10px 0 31px;
    font-size: 36px;
    line-height: 41px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #333; }
    @media (max-width: 991px) {
      .mega-directory__group-heading {
        font-size: 24px;
        letter-spacing: 1.33px; } }

.mega-directory__people {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px; }

.mega-directory__person {
  width: 50%;
  flex-basis: 50%;
  margin-bottom: 40px;
  padding: 0 15px; }
  @media (max-width: 767px) {
    .mega-directory__person {
      width: 100%;
      flex-basis: 100%; } }
  @media (max-width: 991px) {
    .mega-directory__person--featured {
      width: 100%;
      flex-basis: 100%;
      margin-bottom: 20px; } }
  .mega-directory__person--featured .mega-directory__person-wrapper {
    padding: 30px;
    background-color: #F5F5F5; }
    @media (max-width: 767px) {
      .mega-directory__person--featured .mega-directory__person-wrapper {
        padding: 30px 15px; } }
  .mega-directory__person--last {
    margin-bottom: 40px; }
  .mega-directory__person-wrapper {
    width: 100%;
    height: 100%; }
    .mega-directory__person-wrapper:before {
      content: '';
      display: block;
      height: 2px;
      width: 32px;
      margin-bottom: 8px;
      background-color: #bb0000; }
  .mega-directory__person-title {
    margin: 0 0 7px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #666666; }
    .mega-directory__person-title--assistant {
      font-size: 15px;
      line-height: 15px;
      letter-spacing: 0.47px;
      font-weight: normal; }
  .mega-directory__person-name {
    margin: 0;
    color: #bb0000;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600; }
    .mega-directory__person-name--assistant {
      color: #666666;
      font-size: 15px;
      line-height: 15px; }
  .mega-directory__person-contact {
    display: block;
    margin-top: 9px;
    font-size: 14px;
    line-height: 12px;
    font-style: italic;
    color: #666666; }
    .mega-directory__person-contact:hover:after {
      transform: translateX(4px); }
    .mega-directory__person-contact:after {
      content: '';
      display: inline-block;
      width: 5px;
      height: 7px;
      margin-left: 4px;
      background-image: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0l3.625 3.899L1 7.798' stroke='%23B00' stroke-width='1' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
      background-size: contain;
      transition: transform 0.3s; }
  .mega-directory__person-assistant {
    margin-top: 19px; }

.mega-directory__featured-divider {
  flex-basis: 100%;
  width: 100%;
  height: 1px; }

.mega-directory__table {
  width: 100%;
  min-width: 970px;
  height: unset; }
  .mega-directory__table-header {
    height: 37px !important; }
    .mega-directory__table-header td {
      position: relative;
      float: left;
      width: 20%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      padding: 10px;
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 2px;
      font-weight: bold;
      text-transform: uppercase;
      color: #fff;
      background-color: #333333;
      border-right: 1px solid #fff; }
      .mega-directory__table-header td:last-of-type {
        border-right: none; }
  .mega-directory__table-group {
    width: 100%;
    margin-top: 10px;
    opacity: 0.1;
    transition: opacity 0.3s ease;
    border-bottom: 1px solid #D0D0D0; }
    .mega-directory__table-group[data-enabled='true'] {
      opacity: 1; }
    .mega-directory__table-group-header {
      display: block;
      padding: 0 10px 7px;
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 0.8px;
      font-weight: bold;
      color: #333333;
      border-bottom: 1px solid #D0D0D0; }
  .mega-directory__table-person {
    margin-right: -15px;
    margin-left: -15px;
    display: block;
    width: 100%;
    margin: 0; }
    .mega-directory__table-person:before, .mega-directory__table-person:after {
      display: table;
      content: " "; }
    .mega-directory__table-person:after {
      clear: both; }
    .mega-directory__table-person:nth-of-type(even) {
      background-color: #F5F5F5; }
    .mega-directory__table-person-data {
      position: relative;
      float: left;
      width: 20%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      padding: 10px;
      font-size: 13px;
      line-height: 20px;
      letter-spacing: 0.43px;
      color: #333333; }
      .mega-directory__table-person-data--name {
        font-weight: bold;
        color: #bb0000; }
        .mega-directory__table-person-data--name a {
          font-weight: bold;
          color: #bb0000; }
      .mega-directory__table-person-data-break {
        display: block;
        margin-bottom: 7px; }
        .mega-directory__table-person-data-break:last-of-type {
          margin-bottom: 0; }
      .mega-directory__table-person-data-contact {
        font-style: italic;
        color: #333333; }
        .mega-directory__table-person-data-contact:hover:after {
          transform: translateX(4px); }
        .mega-directory__table-person-data-contact:after {
          content: '';
          display: inline-block;
          width: 5px;
          height: 7px;
          margin-left: 4px;
          background-image: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0l3.625 3.899L1 7.798' stroke='%23B00' stroke-width='1' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
          background-size: contain;
          transition: transform 0.3s; }

.ctools-modal-dialog .modal-header {
  background-color: #eee; }

.ctools-modal-dialog .modal-content {
  background-color: #FBFBFB; }

.modal-backdrop.in {
  opacity: .9 !important; }

.modal .modal-dialog .close {
  opacity: 1;
  margin-bottom: 20px; }

.modal .modal-dialog .modal-content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0 15px; }
  @media (min-width: 992px) {
    .modal .modal-dialog .modal-content {
      float: left;
      width: 83.3333333333%; } }
  @media (min-width: 992px) {
    .modal .modal-dialog .modal-content {
      margin-left: 8.3333333333%; } }

.panels-add-content-modal {
  background-repeat: repeat-y;
  background-color: #FBFBFB;
  height: 100%; }
  .panels-add-content-modal .img-responsive {
    display: inline; }
  .panels-add-content-modal .content-type-button span {
    top: 0;
    left: 5px; }
  .panels-add-content-modal .panels-section-column-categories {
    height: 100%; }
    .panels-add-content-modal .panels-section-column-categories .inside {
      height: 100%; }
  .panels-add-content-modal .panels-section-columns .panels-section-column {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .panels-add-content-modal .panels-section-columns .panels-section-column {
        float: left;
        width: 50%; } }
    .panels-add-content-modal .panels-section-columns .panels-section-column .inside {
      padding: 0; }
  .panels-add-content-modal .panels-section-columns img {
    display: block; }
  .panels-add-content-modal .panels-section-columns .content-type-button {
    margin-bottom: 60px; }
    .panels-add-content-modal .panels-section-columns .content-type-button a {
      font-size: 20px;
      line-height: 1.5; }
      .panels-add-content-modal .panels-section-columns .content-type-button a img {
        border: 2px solid rgba(151, 151, 151, 0.6);
        margin-bottom: 5px; }
      .panels-add-content-modal .panels-section-columns .content-type-button a:hover {
        color: #bb0000;
        text-decoration: none; }
        .panels-add-content-modal .panels-section-columns .content-type-button a:hover img {
          border: 2px solid #bb0000; }
    .panels-add-content-modal .panels-section-columns .content-type-button span {
      left: 0; }

.pane-type-news-into .container, .pane-type-news-into #user-login, .pane-type-news-into .breadcrumb, .pane-type-news-into .webform-confirmation, .pane-type-news-into .node-webform, .pane-type-news-into .modal .modal-dialog, .modal .pane-type-news-into .modal-dialog {
  padding: 0; }

.pane-type-news-into .caption-button {
  left: auto;
  right: 0;
  display: none; }

.pane-type-news-into .heading-6 {
  color: #bb0000;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 4px; }
  @media (max-width: 767px) {
    .pane-type-news-into .heading-6 {
      font-size: 14px;
      line-height: 19px;
      letter-spacing: 4px;
      margin-bottom: 8px; } }

.pane-type-news-into .title {
  margin-bottom: 30px; }

.pane-type-news-into .pane-content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1500px) {
    .pane-type-news-into .pane-content {
      float: left;
      width: 75%; } }
  .pane-type-news-into .pane-content .title {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: none !important;
    padding: 0; }
    @media (min-width: 992px) {
      .pane-type-news-into .pane-content .title {
        float: left;
        width: 89.5833333333%; } }
    @media (min-width: 1500px) {
      .pane-type-news-into .pane-content .title {
        float: left;
        width: 88.5416666667%; } }
  .pane-type-news-into .pane-content .media .media-wrapper {
    overflow: hidden;
    height: 562px;
    width: 100%; }
    @media (max-width: 1499px) {
      .pane-type-news-into .pane-content .media .media-wrapper {
        height: 496px; } }
    @media (max-width: 1199px) {
      .pane-type-news-into .pane-content .media .media-wrapper {
        height: 410px; } }
    @media (max-width: 991px) {
      .pane-type-news-into .pane-content .media .media-wrapper {
        height: 378px; } }
    @media (max-width: 767px) {
      .pane-type-news-into .pane-content .media .media-wrapper {
        height: auto;
        padding-top: 50%; } }
    .pane-type-news-into .pane-content .media .media-wrapper .image {
      position: relative;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 100%;
      width: 100%; }
      @media (max-width: 767px) {
        .pane-type-news-into .pane-content .media .media-wrapper .image {
          top: 0;
          left: 0;
          transform: none;
          position: absolute; } }

.pane-type-news-into.news-intro-small .pane-content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0; }

.pane-type-news-into.news-intro-small .media {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  order: 1;
  margin-top: 0;
  position: relative;
  height: 30%; }
  @media (min-width: 992px) {
    .pane-type-news-into.news-intro-small .media {
      float: left;
      width: 40%; } }
  @media (min-width: 1200px) {
    .pane-type-news-into.news-intro-small .media {
      float: left;
      width: 30%; } }
  @media (min-width: 1500px) {
    .pane-type-news-into.news-intro-small .media {
      float: left;
      width: 33.3333333333%; } }
  .pane-type-news-into.news-intro-small .media .media-wrapper {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100%; }
    .pane-type-news-into.news-intro-small .media .media-wrapper .image {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: none;
      position: absolute; }

.pane-type-news-into.news-intro-small .title {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  order: 2;
  position: relative;
  padding-bottom: 30px;
  min-height: 337px; }
  @media (min-width: 992px) {
    .pane-type-news-into.news-intro-small .title {
      float: left;
      width: 60%; } }
  @media (min-width: 1500px) {
    .pane-type-news-into.news-intro-small .title {
      float: left;
      width: 55.5833333333%; } }
  @media (max-width: 1499px) {
    .pane-type-news-into.news-intro-small .title {
      min-height: 262px; } }
  @media (max-width: 1199px) {
    .pane-type-news-into.news-intro-small .title {
      min-height: 293px; } }
  @media (max-width: 991px) {
    .pane-type-news-into.news-intro-small .title {
      margin-top: 30px;
      position: relative;
      padding-bottom: 30px;
      min-height: 1px; }
      .pane-type-news-into.news-intro-small .title:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 15px;
        height: 1px;
        width: calc(100% - 30px);
        background-color: #bb0000; } }
  .pane-type-news-into.news-intro-small .title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    height: 1px;
    width: calc(100% - 30px);
    background-color: #bb0000; }

.pane-type-news-into.news-intro-no-image .pane-content .title {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  padding-bottom: 49px; }
  @media (min-width: 992px) {
    .pane-type-news-into.news-intro-no-image .pane-content .title {
      float: left;
      width: 79.1666666667%; } }
  @media (min-width: 1500px) {
    .pane-type-news-into.news-intro-no-image .pane-content .title {
      float: left;
      width: 88.75%; } }
  @media (max-width: 767px) {
    .pane-type-news-into.news-intro-no-image .pane-content .title {
      padding-bottom: 38px; } }
  .pane-type-news-into.news-intro-no-image .pane-content .title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #bb0000; }

.pane-news-marquee .container, .pane-news-marquee #user-login, .pane-news-marquee .breadcrumb, .pane-news-marquee .webform-confirmation, .pane-news-marquee .node-webform, .pane-news-marquee .modal .modal-dialog, .modal .pane-news-marquee .modal-dialog {
  padding: 0; }

.pane-news-marquee .pane-content {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  min-height: 462px; }
  @media (max-width: 1499px) {
    .pane-news-marquee .pane-content {
      min-height: 440px;
      height: unset; } }
  @media (max-width: 1199px) {
    .pane-news-marquee .pane-content {
      min-height: 311px;
      align-items: flex-start;
      height: unset; } }
  @media (max-width: 767px) {
    .pane-news-marquee .pane-content {
      display: block; } }

.pane-news-marquee .heading-5:after {
  margin: 20px 0;
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #bb0000; }

.pane-news-marquee p {
  margin: 0 0 30px; }
  @media (max-width: 767px) {
    .pane-news-marquee p {
      margin: 0 0 30px; } }

.pane-news-marquee .media {
  position: relative;
  float: left;
  width: 79.1666666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  left: 10.4166666667%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  height: 462px;
  overflow: hidden;
  position: absolute;
  top: 0; }
  @media (min-width: 768px) {
    .pane-news-marquee .media {
      float: left;
      width: 62.9166666667%; } }
  @media (min-width: 768px) {
    .pane-news-marquee .media {
      left: 10%; } }
  @media (min-width: 992px) {
    .pane-news-marquee .media {
      float: left;
      width: 48.3333333333%; } }
  @media (min-width: 992px) {
    .pane-news-marquee .media {
      left: 9.5%; } }
  @media (min-width: 1200px) {
    .pane-news-marquee .media {
      float: left;
      width: 55.9166666667%; } }
  @media (min-width: 1200px) {
    .pane-news-marquee .media {
      left: 9.5%; } }
  @media (min-width: 1500px) {
    .pane-news-marquee .media {
      float: left;
      width: 47.9166666667%; } }
  @media (min-width: 1500px) {
    .pane-news-marquee .media {
      left: 9.4166666667%; } }
  @media (max-width: 1499px) {
    .pane-news-marquee .media {
      height: 440px; } }
  @media (max-width: 1199px) {
    .pane-news-marquee .media {
      height: 311px; } }
  @media (max-width: 767px) {
    .pane-news-marquee .media {
      position: relative; } }
  .pane-news-marquee .media img {
    width: 100%; }

.pane-news-marquee .content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 44px 15px 30px 60px;
  background-color: rgba(255, 255, 255, 0.9);
  min-height: 360px; }
  @media (min-width: 768px) {
    .pane-news-marquee .content {
      float: left;
      width: 41.6666666667%; } }
  @media (min-width: 768px) {
    .pane-news-marquee .content {
      margin-left: 51.6666666667%; } }
  @media (min-width: 992px) {
    .pane-news-marquee .content {
      margin-left: 51.6666666667%; } }
  @media (min-width: 1200px) {
    .pane-news-marquee .content {
      float: left;
      width: 41.6666666667%; } }
  @media (min-width: 1200px) {
    .pane-news-marquee .content {
      margin-left: 51.25%; } }
  @media (min-width: 1500px) {
    .pane-news-marquee .content {
      margin-left: 51.0833333333%; } }
  @media (max-width: 1499px) {
    .pane-news-marquee .content {
      padding: 44px 15px 30px 60px; } }
  @media (max-width: 1199px) {
    .pane-news-marquee .content {
      padding: 30px 15px 30px 40px;
      min-height: auto;
      margin-top: 16px; } }
  @media (max-width: 767px) {
    .pane-news-marquee .content {
      margin-top: -30px;
      padding: 0 15px; } }

.pane-news {
  overflow: hidden;
  max-width: 100vw; }
  .pane-news .container, .pane-news #user-login, .pane-news .breadcrumb, .pane-news .webform-confirmation, .pane-news .node-webform, .pane-news .modal .modal-dialog, .modal .pane-news .modal-dialog {
    padding: 0;
    margin-bottom: 50px; }
  .pane-news .news-link {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
    padding: 0;
    margin-top: 19px; }
    @media (min-width: 768px) {
      .pane-news .news-link {
        float: left;
        width: 62.5%; } }
    @media (min-width: 992px) {
      .pane-news .news-link {
        float: left;
        width: 63.3333333333%; } }
    @media (min-width: 1200px) {
      .pane-news .news-link {
        float: left;
        width: 55.8333333333%; } }
    @media (min-width: 1500px) {
      .pane-news .news-link {
        float: left;
        width: 56.25%; } }
    @media (max-width: 767px) {
      .pane-news .news-link {
        display: none; } }
  .pane-news .content {
    padding: 18px;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    color: white;
    background-color: #bb0000;
    overflow: hidden;
    height: 102px; }
    .pane-news .content .heading-6 {
      color: #fff;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 3.5px;
      font-weight: 400;
      margin-bottom: 4px; }
    .pane-news .content p {
      color: #fff;
      line-height: 22px;
      font-weight: 600; }
    @media (max-width: 991px) {
      .pane-news .content {
        height: 122px; } }
    @media (max-width: 767px) {
      .pane-news .content {
        height: 102px; } }
    @media (max-width: 540px) {
      .pane-news .content {
        height: 122px; } }
  .pane-news img {
    width: 100%; }
  .pane-news .pane-content {
    position: relative;
    float: left;
    width: 83.3333333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0;
    position: relative; }
    @media (min-width: 768px) {
      .pane-news .pane-content {
        float: left;
        width: 100%; } }
    @media (min-width: 768px) {
      .pane-news .pane-content {
        margin-left: 0%; } }
    .pane-news .pane-content > .heading-3 {
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      flaot: none !important;
      margin: 0 0 39px; }
      @media (min-width: 768px) {
        .pane-news .pane-content > .heading-3 {
          float: left;
          width: 66.6666666667%; } }
      @media (min-width: 1200px) {
        .pane-news .pane-content > .heading-3 {
          float: left;
          width: 50%; } }
      @media (min-width: 1200px) {
        .pane-news .pane-content > .heading-3 {
          margin-left: 8.3333333333%; } }
      @media (max-width: 991px) {
        .pane-news .pane-content > .heading-3 {
          text-align: center; } }
  .pane-news .panel {
    border-bottom: 1px solid #D0D0D0;
    border-radius: 0;
    background-color: transparent; }
    .pane-news .panel a:hover {
      text-decoration: underline; }
    .pane-news .panel .bold, .pane-news .panel .pane-content .pagination li span, .pane-content .pagination li .pane-news .panel span, .pane-news .panel
    .pane-content .pagination li a,
    .pane-content .pagination li .pane-news .panel a, .pane-news .panel .assistant-bio .pane-content .name, .assistant-bio .pane-content .pane-news .panel .name {
      line-height: 21px; }
      @media (max-width: 991px) {
        .pane-news .panel .bold, .pane-news .panel .pane-content .pagination li span, .pane-content .pagination li .pane-news .panel span, .pane-news .panel
        .pane-content .pagination li a,
        .pane-content .pagination li .pane-news .panel a, .pane-news .panel .assistant-bio .pane-content .name, .assistant-bio .pane-content .pane-news .panel .name {
          font-size: 16px;
          line-height: 20px; } }
    .pane-news .panel.important .panel-heading:before {
      margin-left: -32px;
      margin-right: 8px;
      content: "";
      width: 24px;
      height: 25px;
      background: url("../img/exclamation.svg") no-repeat center; }
  .pane-news .panel-heading {
    padding: 0;
    display: flex;
    align-items: center;
    position: relative; }
    .pane-news .panel-heading + .panel-collapse > .panel-body,
    .pane-news .panel-heading + .panel-collapse > .list-group {
      border-top: none; }
  .pane-news [data-toggle="collapse"] {
    padding: 12px 0 10px;
    display: flex;
    flex: 1;
    justify-content: space-between;
    user-select: none; }
    .pane-news [data-toggle="collapse"]:after {
      margin-left: 30px;
      flex-basis: 14px;
      flex-shrink: 0;
      position: relative;
      top: 5px;
      content: "";
      width: 13px;
      height: 13px;
      background: url("../img/minus.svg") no-repeat center; }
    .pane-news [data-toggle="collapse"].collapsed:after {
      background-image: url("../img/plus.svg"); }
    .pane-news [data-toggle="collapse"] span {
      flex: 1;
      word-wrap: break-word; }
  .pane-news .slick-list {
    overflow: visible; }
  .pane-news .slick-prev,
  .pane-news .slick-next {
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    right: -50px;
    background: url("../img/arrow-direction.svg") no-repeat;
    z-index: 3; }
    @media (min-width: 1199px) {
      .pane-news .slick-prev,
      .pane-news .slick-next {
        position: absolute;
        top: 40px;
        left: auto;
        right: 15px; } }
    @media (max-width: 767px) {
      .pane-news .slick-prev,
      .pane-news .slick-next {
        right: -25px;
        top: 90%; } }
    @media (max-width: 480px) {
      .pane-news .slick-prev,
      .pane-news .slick-next {
        right: -18px; } }
    .pane-news .slick-prev:before,
    .pane-news .slick-next:before {
      display: none; }
  .pane-news .slick-prev {
    right: 90px;
    transform: rotate(180deg);
    transform-origin: 50% 26%; }
    @media (max-width: 1499px) {
      .pane-news .slick-prev {
        right: 70px; } }
    @media (max-width: 1199px) {
      .pane-news .slick-prev {
        left: -50px;
        right: auto; } }
    @media (max-width: 767px) {
      .pane-news .slick-prev {
        left: -25px; } }
    @media (max-width: 480px) {
      .pane-news .slick-prev {
        left: -18px; } }
  .pane-news .news-listing-content {
    position: relative;
    box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.23); }
    .pane-news .news-listing-content .media {
      margin: 0;
      overflow: hidden; }
    @media (max-width: 767px) {
      .pane-news .news-listing-content .media-wrapper {
        position: relative;
        padding-top: 100%; } }
  .pane-news .news-listing {
    position: relative;
    float: left;
    width: 54.1666666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 22.9166666667%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0; }
    @media (min-width: 768px) {
      .pane-news .news-listing {
        float: left;
        width: 75%; } }
    @media (min-width: 768px) {
      .pane-news .news-listing {
        margin-left: 0%; } }
    @media (min-width: 1200px) {
      .pane-news .news-listing {
        float: left;
        width: 50%; } }
    @media (min-width: 1200px) {
      .pane-news .news-listing {
        margin-left: 8.3333333333%; } }
    @media (max-width: 540px) {
      .pane-news .news-listing {
        position: relative;
        float: left;
        width: 79.1666666667%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        margin-left: 10.4166666667%; } }
    .pane-news .news-listing a {
      margin-top: 2px;
      display: block; }
      .pane-news .news-listing a:focus {
        outline-offset: 0 !important; }
      .pane-news .news-listing a .image {
        transform: scale(1, 1);
        transition: all .8s; }
      .pane-news .news-listing a:hover .image {
        transform: scale(1.03, 1.03); }
    .pane-news .news-listing ul {
      padding-left: 0;
      list-style: none;
      margin: 0;
      padding: 0; }
      .pane-news .news-listing ul:before, .pane-news .news-listing ul:after {
        display: table;
        content: " "; }
      .pane-news .news-listing ul:after {
        clear: both; }
      @media (max-width: 767px) {
        .pane-news .news-listing ul {
          margin: 0 -15px; } }
    .pane-news .news-listing li {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      margin: 0;
      padding-bottom: 30px;
      outline: none;
      overflow: hidden; }
      @media (min-width: 768px) {
        .pane-news .news-listing li {
          float: left;
          width: 44.4166666667%; } }
      @media (min-width: 1200px) {
        .pane-news .news-listing li {
          float: left;
          width: 50%; } }
      @media (max-width: 767px) {
        .pane-news .news-listing li {
          padding: 0 15px; }
          .pane-news .news-listing li .content {
            visibility: hidden; }
          .pane-news .news-listing li a {
            pointer-events: none; }
          .pane-news .news-listing li .news-listing-content {
            box-shadow: none; }
          .pane-news .news-listing li.slick-active .content {
            visibility: visible; }
          .pane-news .news-listing li.slick-active a {
            pointer-events: auto; }
          .pane-news .news-listing li.slick-active .news-listing-content {
            box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.23); } }
  .pane-news .news-listing-two .image {
    height: 338px; }
    @media (max-width: 1499px) {
      .pane-news .news-listing-two .image {
        height: 262px; } }
    @media (max-width: 1199px) {
      .pane-news .news-listing-two .image {
        height: 294px; } }
    @media (max-width: 991px) {
      .pane-news .news-listing-two .image {
        height: 220px; } }
    @media (max-width: 767px) {
      .pane-news .news-listing-two .image {
        position: absolute;
        height: 100%;
        top: 0; } }
  .pane-news .news-listing-four .image {
    height: 338px; }
    @media (max-width: 1499px) {
      .pane-news .news-listing-four .image {
        height: 262px; } }
    @media (max-width: 1199px) {
      .pane-news .news-listing-four .image {
        height: 294px; } }
    @media (max-width: 991px) {
      .pane-news .news-listing-four .image {
        height: 220px; } }
    @media (max-width: 767px) {
      .pane-news .news-listing-four .image {
        position: absolute;
        height: 100%;
        top: 0; } }
  .pane-news .news-topics {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .pane-news .news-topics {
        float: left;
        width: 25%; } }
    @media (min-width: 1200px) {
      .pane-news .news-topics {
        float: left;
        width: 25%; } }
    @media (min-width: 1200px) {
      .pane-news .news-topics {
        margin-left: 8.3333333333%; } }
    .pane-news .news-topics .panel-title {
      background: transparent;
      text-align: left;
      border: none;
      font-weight: 700;
      font-size: 16px;
      line-height: 25px;
      letter-spacing: 1px; }
    .pane-news .news-topics .heading-3 {
      margin: 0 0 20px;
      color: #bb0000; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .pane-news .news-topics .heading-3 {
          margin-left: -32px; } }
    .pane-news .news-topics .panel {
      margin: 0; }
      @media (max-width: 767px) {
        .pane-news .news-topics .panel {
          margin: 0 0 0 35px; } }
    .pane-news .news-topics .panel-body {
      padding: 0 0 30px; }
      .pane-news .news-topics .panel-body button,
      .pane-news .news-topics .panel-body > a {
        margin: 10px 0 0;
        display: block; }
    @media (max-width: 767px) {
      .pane-news .news-topics {
        padding-top: 70px; } }

.panels-ipe-draghandle {
  position: relative; }
  .panels-ipe-draghandle-icon-up, .panels-ipe-draghandle-icon-down {
    position: absolute;
    top: 8px;
    right: 7px;
    height: 32px;
    width: 36px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fafafa;
    box-shadow: 0px 3px 3px 0px #d2d2d2; }
    .panels-ipe-draghandle-icon-up:hover, .panels-ipe-draghandle-icon-up:focus, .panels-ipe-draghandle-icon-down:hover, .panels-ipe-draghandle-icon-down:focus {
      cursor: pointer; }
    .panels-ipe-draghandle-icon-up-inner, .panels-ipe-draghandle-icon-down-inner {
      display: block;
      width: calc(100% - 16px);
      height: calc(100% - 16px);
      margin: 8px; }
  .panels-ipe-draghandle-icon-up-inner {
    background-image: url(../img/icons/icon-ipe-arrow-up.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .panels-ipe-draghandle-icon-down {
    right: 50px; }
    .panels-ipe-draghandle-icon-down-inner {
      background-image: url(../img/icons/icon-ipe-arrow-down.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }

.pane-fieldable-panels-pane:before, .pane-fieldable-panels-pane:after {
  display: table;
  content: " "; }

.pane-fieldable-panels-pane:after {
  clear: both; }

.pane-fieldable-panels-pane img {
  width: 100%;
  height: auto; }

.pane-fieldable-panels-pane ul, .pane-fieldable-panels-pane ol {
  margin: 0 0 30px;
  padding: 0 0 0 19px; }
  .pane-fieldable-panels-pane ul li, .pane-fieldable-panels-pane ol li {
    margin: 15px 0 0; }

.pane-fieldable-panels-pane .link-list li {
  line-height: 1.2; }
  .pane-fieldable-panels-pane .link-list li a {
    padding: 0 10px 0 0;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: #bb0000;
    text-transform: uppercase;
    padding: 0; }
    .pane-fieldable-panels-pane .link-list li a:after {
      position: absolute;
      top: 6px;
      right: 0;
      content: "";
      width: 5px;
      height: 8px;
      background: url("../img/arrow-red.svg") no-repeat;
      background-size: 5px 8px; }
    .pane-fieldable-panels-pane .link-list li a:before {
      display: block;
      position: absolute;
      left: 0;
      bottom: -1px;
      content: '';
      height: 1px;
      width: 0;
      background: #bb0000;
      transition: width .15s ease; }
    .pane-fieldable-panels-pane .link-list li a:hover:before {
      width: 100%; }
    .pane-fieldable-panels-pane .link-list li a:before {
      bottom: -4px; }
    .pane-fieldable-panels-pane .link-list li a:after {
      margin: 0 0 0 5px;
      position: static;
      display: inline-block;
      vertical-align: middle; }
    .pane-fieldable-panels-pane .link-list li a:hover {
      text-decoration: none; }

.pane-fieldable-panels-pane .pane-content p a {
  display: inline;
  white-space: normal;
  line-height: 26px; }
  .pane-fieldable-panels-pane .pane-content p a:hover {
    text-decoration: underline; }

.pane-fieldable-panels-pane .pane-content .breadcrumb.has-pane-header {
  display: block; }

.fieldable-panels-pane .panel {
  box-shadow: none; }

.fieldable-panels-pane .panel-body {
  padding: 15px 0 0; }
  .fieldable-panels-pane .panel-body .panel-body {
    padding: 15px 50px 0; }

.fieldable-panels-pane {
  padding-top: 45px;
  padding-bottom: 45px; }
  .fieldable-panels-pane.pane-hero, .fieldable-panels-pane.pane-hero-image-overlap, .fieldable-panels-pane.pane-hero-home {
    padding-top: 0;
    margin-top: 0; }
    .fieldable-panels-pane.pane-hero .media, .fieldable-panels-pane.pane-hero-image-overlap .media, .fieldable-panels-pane.pane-hero-home .media {
      padding-top: 0; }

.pane-bundle-header-hero .breadcrumb {
  display: none; }

.pane-bundle-header .pane-header header img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1090px; }
  @media (max-width: 1199px) {
    .pane-bundle-header .pane-header header img {
      width: 1200px; } }
  @media (max-width: 767px) {
    .pane-bundle-header .pane-header header img {
      width: 980px; } }
  @media (max-width: 580px) {
    .pane-bundle-header .pane-header header img {
      width: 150%; } }

.pane-bundle-body .pane-body {
  margin: 70px 0 0;
  padding: 0 0 0 50px;
  max-width: 660px; }
  .pane-bundle-body .pane-body .heading-2 {
    margin: 0 0 18px;
    font-size: 30px; }
  .pane-bundle-body .pane-body .heading-4 {
    margin: 30px 0 8px; }
  .pane-bundle-body .pane-body p a {
    white-space: normal; }
  @media (max-width: 480px) {
    .pane-bundle-body .pane-body {
      padding: 0; } }

.pane-bundle-two-column .row > div, .pane-bundle-two-column .pane-type-copy-with-media-callouts .callout-wrapper > div, .pane-type-copy-with-media-callouts .pane-bundle-two-column .callout-wrapper > div {
  padding: 0 65px; }
  @media (max-width: 991px) {
    .pane-bundle-two-column .row > div, .pane-bundle-two-column .pane-type-copy-with-media-callouts .callout-wrapper > div, .pane-type-copy-with-media-callouts .pane-bundle-two-column .callout-wrapper > div {
      padding: 0 15px; } }
  .pane-bundle-two-column .row > div .heading-3, .pane-bundle-two-column .pane-type-copy-with-media-callouts .callout-wrapper > div .heading-3, .pane-type-copy-with-media-callouts .pane-bundle-two-column .callout-wrapper > div .heading-3 {
    margin-top: 0;
    padding-top: 54px;
    font-family: "capitaextralight", "Times New Roman", Times, serif;
    border-top: 1px solid #ddd; }

.pane-bundle-two-column .pane-two-column {
  margin: 70px 50px 0; }
  @media (max-width: 480px) {
    .pane-bundle-two-column .pane-two-column {
      margin: 70px 20px 0; } }

@media (max-width: 991px) {
  .pane-bundle-two-column .link-list {
    margin: 0 0 54px; } }

.pane-bundle-category {
  margin: 50px 0 0; }
  .pane-bundle-category .heading-2 {
    max-width: 240px; }
    @media (max-width: 991px) {
      .pane-bundle-category .heading-2 {
        max-width: none; } }
  .pane-bundle-category .row > div, .pane-bundle-category .pane-type-copy-with-media-callouts .callout-wrapper > div, .pane-type-copy-with-media-callouts .pane-bundle-category .callout-wrapper > div {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 992px) {
      .pane-bundle-category .row > div, .pane-bundle-category .pane-type-copy-with-media-callouts .callout-wrapper > div, .pane-type-copy-with-media-callouts .pane-bundle-category .callout-wrapper > div {
        float: left;
        width: 54.1666666667%; } }
    .pane-bundle-category .row > div:last-of-type, .pane-bundle-category .pane-type-copy-with-media-callouts .callout-wrapper > div:last-of-type, .pane-type-copy-with-media-callouts .pane-bundle-category .callout-wrapper > div:last-of-type {
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; }
      @media (min-width: 992px) {
        .pane-bundle-category .row > div:last-of-type, .pane-bundle-category .pane-type-copy-with-media-callouts .callout-wrapper > div:last-of-type, .pane-type-copy-with-media-callouts .pane-bundle-category .callout-wrapper > div:last-of-type {
          float: left;
          width: 45.8333333333%; } }
      @media (max-width: 991px) {
        .pane-bundle-category .row > div:last-of-type, .pane-bundle-category .pane-type-copy-with-media-callouts .callout-wrapper > div:last-of-type, .pane-type-copy-with-media-callouts .pane-bundle-category .callout-wrapper > div:last-of-type {
          margin: 25px 0 0; } }
  .pane-bundle-category .link-list {
    margin: 0; }
  .pane-bundle-category .pane-content {
    padding: 0 50px; }
    @media (max-width: 480px) {
      .pane-bundle-category .pane-content {
        padding: 0; } }
  .pane-bundle-category .pane-category {
    padding: 50px 0 0;
    border-top: 1px solid #ddd; }

.pane-bundle-image-section .heading-2 {
  margin: 0 0 50px;
  font-size: 30px;
  color: #26686d; }

.pane-bundle-image-section .pane-content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.pane-bundle-image-section .pane-image-section {
  margin: 0 0 70px;
  padding: 0 0 70px;
  border-bottom: 1px solid #ddd; }

.pane-bundle-image-section.pane-fpid-120 .pane-image-section {
  margin: 70px 0;
  padding: 70px 0;
  border-top: 1px solid #ddd; }

.pane-bundle-three-column-image .heading-3,
.pane-bundle-two-column-image .heading-3 {
  margin: 10px 0 20px;
  font-family: "capitaextralight", "Times New Roman", Times, serif;
  font-size: 26px; }

.pane-bundle-three-column-image p,
.pane-bundle-two-column-image p {
  line-height: 1.5; }

.pane-bundle-three-column-image ul,
.pane-bundle-two-column-image ul {
  margin: 20px 0 0; }
  .pane-bundle-three-column-image ul li,
  .pane-bundle-two-column-image ul li {
    margin: 10px 0 0; }

.pane-bundle-three-column-image .wrapper,
.pane-bundle-two-column-image .wrapper {
  padding: 35px 50px; }

.pane-bundle-three-column-image .row, .pane-bundle-three-column-image .pane-type-copy-with-media-callouts .callout-wrapper, .pane-type-copy-with-media-callouts .pane-bundle-three-column-image .callout-wrapper,
.pane-bundle-two-column-image .row,
.pane-bundle-two-column-image .pane-type-copy-with-media-callouts .callout-wrapper, .pane-type-copy-with-media-callouts
.pane-bundle-two-column-image .callout-wrapper {
  display: flex; }
  .pane-bundle-three-column-image .row > div, .pane-bundle-three-column-image .pane-type-copy-with-media-callouts .callout-wrapper > div, .pane-type-copy-with-media-callouts .pane-bundle-three-column-image .callout-wrapper > div,
  .pane-bundle-two-column-image .row > div,
  .pane-bundle-two-column-image .pane-type-copy-with-media-callouts .callout-wrapper > div, .pane-type-copy-with-media-callouts
  .pane-bundle-two-column-image .callout-wrapper > div {
    display: flex; }
    .pane-bundle-three-column-image .row > div > div, .pane-bundle-three-column-image .pane-type-copy-with-media-callouts .callout-wrapper > div > div, .pane-type-copy-with-media-callouts .pane-bundle-three-column-image .callout-wrapper > div > div,
    .pane-bundle-two-column-image .row > div > div,
    .pane-bundle-two-column-image .pane-type-copy-with-media-callouts .callout-wrapper > div > div, .pane-type-copy-with-media-callouts
    .pane-bundle-two-column-image .callout-wrapper > div > div {
      background: #fff; }

.pane-bundle-three-column-image .pane-three-column-image,
.pane-bundle-three-column-image .pane-two-column-image,
.pane-bundle-two-column-image .pane-three-column-image,
.pane-bundle-two-column-image .pane-two-column-image {
  margin: 70px 0 0; }
  .pane-bundle-three-column-image .pane-three-column-image.glossary-view,
  .pane-bundle-three-column-image .pane-two-column-image.glossary-view,
  .pane-bundle-two-column-image .pane-three-column-image.glossary-view,
  .pane-bundle-two-column-image .pane-two-column-image.glossary-view {
    margin: 70px 50px 0; }
    @media (max-width: 991px) {
      .pane-bundle-three-column-image .pane-three-column-image.glossary-view,
      .pane-bundle-three-column-image .pane-two-column-image.glossary-view,
      .pane-bundle-two-column-image .pane-three-column-image.glossary-view,
      .pane-bundle-two-column-image .pane-two-column-image.glossary-view {
        margin: 70px 0 0; } }

.pane-bundle-one-column-image .heading-2,
.pane-bundle-one-column-image-right-callout .heading-2 {
  font-family: "proximanova", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 1.4; }

.pane-bundle-one-column-image .pane-header,
.pane-bundle-one-column-image-right-callout .pane-header {
  margin: 70px 0 0; }
  .pane-bundle-one-column-image .pane-header header img,
  .pane-bundle-one-column-image-right-callout .pane-header header img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1090px; }
    @media (max-width: 1199px) {
      .pane-bundle-one-column-image .pane-header header img,
      .pane-bundle-one-column-image-right-callout .pane-header header img {
        width: 1200px; } }
    @media (max-width: 767px) {
      .pane-bundle-one-column-image .pane-header header img,
      .pane-bundle-one-column-image-right-callout .pane-header header img {
        width: 980px; } }
    @media (max-width: 580px) {
      .pane-bundle-one-column-image .pane-header header img,
      .pane-bundle-one-column-image-right-callout .pane-header header img {
        width: 150%; } }
  .pane-bundle-one-column-image .pane-header .row, .pane-bundle-one-column-image .pane-header .pane-type-copy-with-media-callouts .callout-wrapper, .pane-type-copy-with-media-callouts .pane-bundle-one-column-image .pane-header .callout-wrapper,
  .pane-bundle-one-column-image-right-callout .pane-header .row,
  .pane-bundle-one-column-image-right-callout .pane-header .pane-type-copy-with-media-callouts .callout-wrapper, .pane-type-copy-with-media-callouts
  .pane-bundle-one-column-image-right-callout .pane-header .callout-wrapper {
    margin: 0;
    padding: 45px 50px;
    background: #fff; }
    .pane-bundle-one-column-image .pane-header .row p, .pane-bundle-one-column-image .pane-header .pane-type-copy-with-media-callouts .callout-wrapper p, .pane-type-copy-with-media-callouts .pane-bundle-one-column-image .pane-header .callout-wrapper p,
    .pane-bundle-one-column-image-right-callout .pane-header .row p,
    .pane-bundle-one-column-image-right-callout .pane-header .pane-type-copy-with-media-callouts .callout-wrapper p, .pane-type-copy-with-media-callouts
    .pane-bundle-one-column-image-right-callout .pane-header .callout-wrapper p {
      line-height: 1.5; }
    .pane-bundle-one-column-image .pane-header .row > div:first-of-type, .pane-bundle-one-column-image .pane-header .pane-type-copy-with-media-callouts .callout-wrapper > div:first-of-type, .pane-type-copy-with-media-callouts .pane-bundle-one-column-image .pane-header .callout-wrapper > div:first-of-type,
    .pane-bundle-one-column-image-right-callout .pane-header .row > div:first-of-type,
    .pane-bundle-one-column-image-right-callout .pane-header .pane-type-copy-with-media-callouts .callout-wrapper > div:first-of-type, .pane-type-copy-with-media-callouts
    .pane-bundle-one-column-image-right-callout .pane-header .callout-wrapper > div:first-of-type {
      padding-right: 30px; }
    .pane-bundle-one-column-image .pane-header .row > div:nth-child(2), .pane-bundle-one-column-image .pane-header .pane-type-copy-with-media-callouts .callout-wrapper > div:nth-child(2), .pane-type-copy-with-media-callouts .pane-bundle-one-column-image .pane-header .callout-wrapper > div:nth-child(2),
    .pane-bundle-one-column-image-right-callout .pane-header .row > div:nth-child(2),
    .pane-bundle-one-column-image-right-callout .pane-header .pane-type-copy-with-media-callouts .callout-wrapper > div:nth-child(2), .pane-type-copy-with-media-callouts
    .pane-bundle-one-column-image-right-callout .pane-header .callout-wrapper > div:nth-child(2) {
      padding-left: 50px;
      border-left: 1px solid #ddd; }
      .pane-bundle-one-column-image .pane-header .row > div:nth-child(2) p:last-of-type, .pane-bundle-one-column-image .pane-header .pane-type-copy-with-media-callouts .callout-wrapper > div:nth-child(2) p:last-of-type, .pane-type-copy-with-media-callouts .pane-bundle-one-column-image .pane-header .callout-wrapper > div:nth-child(2) p:last-of-type,
      .pane-bundle-one-column-image-right-callout .pane-header .row > div:nth-child(2) p:last-of-type,
      .pane-bundle-one-column-image-right-callout .pane-header .pane-type-copy-with-media-callouts .callout-wrapper > div:nth-child(2) p:last-of-type, .pane-type-copy-with-media-callouts
      .pane-bundle-one-column-image-right-callout .pane-header .callout-wrapper > div:nth-child(2) p:last-of-type {
        margin: 0; }
    @media (max-width: 480px) {
      .pane-bundle-one-column-image .pane-header .row, .pane-bundle-one-column-image .pane-header .pane-type-copy-with-media-callouts .callout-wrapper, .pane-type-copy-with-media-callouts .pane-bundle-one-column-image .pane-header .callout-wrapper,
      .pane-bundle-one-column-image-right-callout .pane-header .row,
      .pane-bundle-one-column-image-right-callout .pane-header .pane-type-copy-with-media-callouts .callout-wrapper, .pane-type-copy-with-media-callouts
      .pane-bundle-one-column-image-right-callout .pane-header .callout-wrapper {
        padding: 40px 20px; } }

.pane-bundle-one-column-image .breadcrumb,
.pane-bundle-one-column-image-right-callout .breadcrumb {
  display: none; }

@media (max-width: 767px) {
  .pane-bundle-one-column-image .heading-2 {
    margin: 0 0 25px; } }

.pane-bundle-one-column-image .row > div, .pane-bundle-one-column-image .pane-type-copy-with-media-callouts .callout-wrapper > div, .pane-type-copy-with-media-callouts .pane-bundle-one-column-image .callout-wrapper > div {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .pane-bundle-one-column-image .row > div, .pane-bundle-one-column-image .pane-type-copy-with-media-callouts .callout-wrapper > div, .pane-type-copy-with-media-callouts .pane-bundle-one-column-image .callout-wrapper > div {
      float: left;
      width: 33.3333333333%; } }
  .pane-bundle-one-column-image .row > div:last-of-type, .pane-bundle-one-column-image .pane-type-copy-with-media-callouts .callout-wrapper > div:last-of-type, .pane-type-copy-with-media-callouts .pane-bundle-one-column-image .callout-wrapper > div:last-of-type {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .pane-bundle-one-column-image .row > div:last-of-type, .pane-bundle-one-column-image .pane-type-copy-with-media-callouts .callout-wrapper > div:last-of-type, .pane-type-copy-with-media-callouts .pane-bundle-one-column-image .callout-wrapper > div:last-of-type {
        float: left;
        width: 66.6666666667%; } }

@media (max-width: 767px) {
  .pane-bundle-one-column-image .pane-header .row > div, .pane-bundle-one-column-image .pane-header .pane-type-copy-with-media-callouts .callout-wrapper > div, .pane-type-copy-with-media-callouts .pane-bundle-one-column-image .pane-header .callout-wrapper > div {
    padding: 0; }
  .pane-bundle-one-column-image .pane-header .row > div:first-of-type, .pane-bundle-one-column-image .pane-header .pane-type-copy-with-media-callouts .callout-wrapper > div:first-of-type, .pane-type-copy-with-media-callouts .pane-bundle-one-column-image .pane-header .callout-wrapper > div:first-of-type {
    padding-right: 0; }
  .pane-bundle-one-column-image .pane-header .row > div:nth-child(2), .pane-bundle-one-column-image .pane-header .pane-type-copy-with-media-callouts .callout-wrapper > div:nth-child(2), .pane-type-copy-with-media-callouts .pane-bundle-one-column-image .pane-header .callout-wrapper > div:nth-child(2) {
    padding-left: 0;
    border-left: none; } }

.pane-bundle-two-column-image .heading-3 {
  font-size: 30px; }

.pane-bundle-two-column-image .row > div, .pane-bundle-two-column-image .pane-type-copy-with-media-callouts .callout-wrapper > div, .pane-type-copy-with-media-callouts .pane-bundle-two-column-image .callout-wrapper > div {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .pane-bundle-two-column-image .row > div, .pane-bundle-two-column-image .pane-type-copy-with-media-callouts .callout-wrapper > div, .pane-type-copy-with-media-callouts .pane-bundle-two-column-image .callout-wrapper > div {
      float: left;
      width: 50%; } }
  @media (max-width: 767px) {
    .pane-bundle-two-column-image .row > div, .pane-bundle-two-column-image .pane-type-copy-with-media-callouts .callout-wrapper > div, .pane-type-copy-with-media-callouts .pane-bundle-two-column-image .callout-wrapper > div {
      display: block; }
      .pane-bundle-two-column-image .row > div:last-of-type, .pane-bundle-two-column-image .pane-type-copy-with-media-callouts .callout-wrapper > div:last-of-type, .pane-type-copy-with-media-callouts .pane-bundle-two-column-image .callout-wrapper > div:last-of-type {
        margin: 50px 0 0; } }

@media (max-width: 767px) {
  .pane-bundle-two-column-image .row, .pane-bundle-two-column-image .pane-type-copy-with-media-callouts .callout-wrapper, .pane-type-copy-with-media-callouts .pane-bundle-two-column-image .callout-wrapper {
    display: block; } }

.pane-bundle-two-column-image .wrapper {
  padding: 35px 50px; }
  @media (max-width: 480px) {
    .pane-bundle-two-column-image .wrapper {
      padding: 35px 20px; } }

.pane-bundle-three-column-image .row > div, .pane-bundle-three-column-image .pane-type-copy-with-media-callouts .callout-wrapper > div, .pane-type-copy-with-media-callouts .pane-bundle-three-column-image .callout-wrapper > div {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .pane-bundle-three-column-image .row > div, .pane-bundle-three-column-image .pane-type-copy-with-media-callouts .callout-wrapper > div, .pane-type-copy-with-media-callouts .pane-bundle-three-column-image .callout-wrapper > div {
      float: left;
      width: 100%; } }
  @media (min-width: 992px) {
    .pane-bundle-three-column-image .row > div, .pane-bundle-three-column-image .pane-type-copy-with-media-callouts .callout-wrapper > div, .pane-type-copy-with-media-callouts .pane-bundle-three-column-image .callout-wrapper > div {
      float: left;
      width: 33.3333333333%; } }
  @media (max-width: 991px) {
    .pane-bundle-three-column-image .row > div, .pane-bundle-three-column-image .pane-type-copy-with-media-callouts .callout-wrapper > div, .pane-type-copy-with-media-callouts .pane-bundle-three-column-image .callout-wrapper > div {
      margin: 50px 0 0;
      display: block; }
      .pane-bundle-three-column-image .row > div:first-of-type, .pane-bundle-three-column-image .pane-type-copy-with-media-callouts .callout-wrapper > div:first-of-type, .pane-type-copy-with-media-callouts .pane-bundle-three-column-image .callout-wrapper > div:first-of-type {
        margin: 0; } }

@media (min-width: 580px) and (max-width: 991px) {
  .pane-bundle-three-column-image .row > div, .pane-bundle-three-column-image .pane-type-copy-with-media-callouts .callout-wrapper > div, .pane-type-copy-with-media-callouts .pane-bundle-three-column-image .callout-wrapper > div, .pane-bundle-three-column-image .row > div:first-of-type, .pane-bundle-three-column-image .pane-type-copy-with-media-callouts .callout-wrapper > div:first-of-type, .pane-type-copy-with-media-callouts .pane-bundle-three-column-image .callout-wrapper > div:first-of-type {
    margin-left: auto;
    margin-right: auto;
    float: none;
    max-width: 522px; } }

@media (max-width: 991px) {
  .pane-bundle-three-column-image .row, .pane-bundle-three-column-image .pane-type-copy-with-media-callouts .callout-wrapper, .pane-type-copy-with-media-callouts .pane-bundle-three-column-image .callout-wrapper {
    display: block; } }

@media (max-width: 1499px) {
  .pane-bundle-three-column-image .pane-three-column-image .image {
    overflow: hidden;
    height: 185px; } }

@media (max-width: 1199px) {
  .pane-bundle-three-column-image .pane-three-column-image .image {
    overflow: visible;
    height: auto; } }

.pane-bundle-callout .heading-2 {
  margin: 0 0 18px; }

.pane-bundle-callout p {
  margin: 0 0 18px; }

.pane-bundle-callout .pane-callout {
  margin: 70px auto 0;
  padding: 45px 0;
  max-width: 660px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .pane-bundle-callout .pane-callout > a {
    padding: 0 10px 0 0;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: #bb0000;
    text-transform: uppercase; }
    .pane-bundle-callout .pane-callout > a:after {
      position: absolute;
      top: 6px;
      right: 0;
      content: "";
      width: 5px;
      height: 8px;
      background: url("../img/arrow-red.svg") no-repeat;
      background-size: 5px 8px; }
    .pane-bundle-callout .pane-callout > a:before {
      display: block;
      position: absolute;
      left: 0;
      bottom: -1px;
      content: '';
      height: 1px;
      width: 0;
      background: #bb0000;
      transition: width .15s ease; }
    .pane-bundle-callout .pane-callout > a:hover:before {
      width: 100%; }

.pane-bundle-2-column-table .pane-two-column-table {
  margin: 50px 0 0;
  padding: 0 0 0 50px;
  max-width: 660px; }
  .pane-bundle-2-column-table .pane-two-column-table .heading-2, .pane-bundle-2-column-table .pane-two-column-table .heading-3 {
    margin: 0 0 18px;
    font-size: 30px; }
  .pane-bundle-2-column-table .pane-two-column-table .table-wrapper {
    margin: 40px 0 0;
    display: table;
    border-collapse: collapse;
    width: 100%; }
    .pane-bundle-2-column-table .pane-two-column-table .table-wrapper > .row, .pane-bundle-2-column-table .pane-two-column-table .pane-type-copy-with-media-callouts .table-wrapper > .callout-wrapper, .pane-type-copy-with-media-callouts .pane-bundle-2-column-table .pane-two-column-table .table-wrapper > .callout-wrapper {
      display: table-row;
      border-top: 1px solid #ddd; }
      .pane-bundle-2-column-table .pane-two-column-table .table-wrapper > .row > div, .pane-bundle-2-column-table .pane-two-column-table .pane-type-copy-with-media-callouts .table-wrapper > .callout-wrapper > div, .pane-type-copy-with-media-callouts .pane-bundle-2-column-table .pane-two-column-table .table-wrapper > .callout-wrapper > div {
        padding-top: 10px;
        display: table-cell;
        border-left: 1px solid #ddd; }
        .pane-bundle-2-column-table .pane-two-column-table .table-wrapper > .row > div:first-of-type, .pane-bundle-2-column-table .pane-two-column-table .pane-type-copy-with-media-callouts .table-wrapper > .callout-wrapper > div:first-of-type, .pane-type-copy-with-media-callouts .pane-bundle-2-column-table .pane-two-column-table .table-wrapper > .callout-wrapper > div:first-of-type {
          border-left: none;
          font-weight: 700; }
      .pane-bundle-2-column-table .pane-two-column-table .table-wrapper > .row:first-of-type, .pane-bundle-2-column-table .pane-two-column-table .pane-type-copy-with-media-callouts .table-wrapper > .callout-wrapper:first-of-type, .pane-type-copy-with-media-callouts .pane-bundle-2-column-table .pane-two-column-table .table-wrapper > .callout-wrapper:first-of-type {
        font-weight: 700;
        text-transform: uppercase;
        border: 0; }
        .pane-bundle-2-column-table .pane-two-column-table .table-wrapper > .row:first-of-type > div, .pane-bundle-2-column-table .pane-two-column-table .pane-type-copy-with-media-callouts .table-wrapper > .callout-wrapper:first-of-type > div, .pane-type-copy-with-media-callouts .pane-bundle-2-column-table .pane-two-column-table .table-wrapper > .callout-wrapper:first-of-type > div {
          padding-bottom: 10px; }
  @media (max-width: 480px) {
    .pane-bundle-2-column-table .pane-two-column-table {
      padding: 0 0 0 20px; } }

.people-progressive-disclosure .pane-content {
  position: relative;
  float: left;
  width: 91.6666666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 4.1666666667%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0; }
  @media (min-width: 992px) {
    .people-progressive-disclosure .pane-content {
      float: left;
      width: 66.6666666667%; } }
  @media (min-width: 992px) {
    .people-progressive-disclosure .pane-content {
      margin-left: 8.3333333333%; } }

.people-progressive-disclosure .email {
  position: relative;
  border-bottom: 1px solid transparent;
  transition: all .3s;
  font-weight: 500; }
  .people-progressive-disclosure .email:hover {
    border-bottom: 1px solid #bb0000; }

.people-progressive-disclosure .title {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 50px;
  color: #333333; }
  .people-progressive-disclosure .title:after {
    background-color: #bb0000;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 105px; }

.people-progressive-disclosure .college {
  margin-top: 30px; }
  .people-progressive-disclosure .college .open-college {
    background: #333333;
    position: relative;
    padding: 30px 20px;
    cursor: pointer;
    width: 100%;
    border: 0;
    text-align: left; }
    .people-progressive-disclosure .college .open-college[aria-expanded="true"] svg path:first-child {
      opacity: 0; }
  .people-progressive-disclosure .college .heading-5 {
    color: #fff;
    margin: 0; }
  .people-progressive-disclosure .college svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px; }

.people-progressive-disclosure .department-wrapper {
  margin-left: 20px;
  border-bottom: 1px solid #D0D0D0; }

.people-progressive-disclosure .department {
  position: relative;
  padding: 30px 0 0;
  cursor: pointer; }
  .people-progressive-disclosure .department[aria-expanded="true"] svg path:first-child {
    opacity: 0; }
  .people-progressive-disclosure .department .bold, .people-progressive-disclosure .department .pane-content .pagination li span, .pane-content .pagination li .people-progressive-disclosure .department span, .people-progressive-disclosure .department
  .pane-content .pagination li a,
  .pane-content .pagination li .people-progressive-disclosure .department a, .people-progressive-disclosure .department .assistant-bio .pane-content .name, .assistant-bio .pane-content .people-progressive-disclosure .department .name {
    padding-bottom: 20px;
    margin-bottom: 0;
    line-height: 20px; }

.people-progressive-disclosure .people {
  overflow: hidden; }

.people-progressive-disclosure .feature-person {
  background-color: #F1F1F1;
  padding: 30px;
  margin-bottom: 30px;
  width: 100%; }

.people-progressive-disclosure .content {
  position: relative; }
  .people-progressive-disclosure .content .bold, .people-progressive-disclosure .content .pane-content .pagination li span, .pane-content .pagination li .people-progressive-disclosure .content span, .people-progressive-disclosure .content
  .pane-content .pagination li a,
  .pane-content .pagination li .people-progressive-disclosure .content a, .people-progressive-disclosure .content .assistant-bio .pane-content .name, .assistant-bio .pane-content .people-progressive-disclosure .content .name {
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 20px; }
  .people-progressive-disclosure .content:before {
    background-color: #bb0000;
    content: '';
    position: relative;
    display: block;
    top: 0;
    left: 0;
    margin-bottom: 10px;
    height: 2px;
    width: 30px; }
  .people-progressive-disclosure .content span {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px; }
  .people-progressive-disclosure .content a {
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    color: #666666;
    margin-top: 5px; }
  .people-progressive-disclosure .content p {
    margin-bottom: 0; }
    .people-progressive-disclosure .content p.name {
      color: #bb0000;
      font-size: 18px;
      font-family: "proximanova", Helvetica, Arial, sans-serif;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1;
      text-transform: none;
      margin: 7px 0 4px;
      font-style: normal;
      border-bottom: 2px solid transparent;
      display: inline-block;
      width: 100%; }
      .people-progressive-disclosure .content p.name a {
        color: #bb0000;
        font-size: 18px;
        font-family: "proximanova", Helvetica, Arial, sans-serif;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1;
        text-transform: none;
        padding-bottom: 3px;
        font-style: normal;
        border-bottom: 2px solid transparent;
        transition: all .3s;
        display: inline-block;
        margin-bottom: -5px; }
        .people-progressive-disclosure .content p.name a:hover {
          text-decoration: none;
          border-bottom: 2px solid #bb0000; }
  .people-progressive-disclosure .content .sub-content {
    margin-top: 20px; }

.people-progressive-disclosure .people-list {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: -15px;
  padding: 0;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .people-progressive-disclosure .people-list {
      float: left;
      width: 104.166666667%; } }
  @media (min-width: 992px) {
    .people-progressive-disclosure .people-list {
      float: left;
      width: 100%; } }
  @media (max-width: 767px) {
    .people-progressive-disclosure .people-list {
      margin-left: 0; } }
  @media (min-width: 992px) {
    .people-progressive-disclosure .people-list {
      margin-left: 0; } }
  .people-progressive-disclosure .people-list .person {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0 15px;
    margin-bottom: 55px; }
    @media (min-width: 768px) {
      .people-progressive-disclosure .people-list .person {
        float: left;
        width: 50%; } }
    @media (min-width: 992px) {
      .people-progressive-disclosure .people-list .person {
        padding: 0 30px; } }
    @media (max-width: 767px) {
      .people-progressive-disclosure .people-list .person {
        padding: 0 30px; } }

.pane-people .pane-content {
  position: relative;
  float: left;
  width: 91.6666666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 4.1666666667%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0; }
  @media (min-width: 992px) {
    .pane-people .pane-content {
      float: left;
      width: 66.6666666667%; } }
  @media (min-width: 992px) {
    .pane-people .pane-content {
      margin-left: 8.3333333333%; } }

.pane-people .email {
  position: relative;
  border-bottom: 1px solid transparent;
  transition: all .3s; }
  .pane-people .email:hover {
    border-bottom: 1px solid #bb0000; }

.pane-people .title {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px;
  color: #333333;
  display: inline-block; }
  .pane-people .title:after {
    background-color: #bb0000;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 105px; }

.pane-people .feature-person {
  background-color: #F1F1F1;
  padding: 30px;
  margin-bottom: 30px;
  width: 100%; }

.pane-people .content {
  position: relative; }
  .pane-people .content:before {
    background-color: #bb0000;
    content: '';
    position: relative;
    display: block;
    top: 0;
    left: 0;
    margin-bottom: 10px;
    height: 2px;
    width: 30px; }
  .pane-people .content .name {
    line-height: 18px;
    font-size: 18px;
    font-family: "proximanova", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
    margin: 9px 0 4px;
    font-style: normal;
    display: inline;
    width: 100%;
    color: #bb0000; }
    .pane-people .content .name a {
      color: #bb0000;
      font-size: 18px;
      font-family: "proximanova", Helvetica, Arial, sans-serif;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1;
      text-transform: none;
      padding-bottom: 3px;
      font-style: normal;
      border-bottom: 2px solid transparent;
      transition: all .3s;
      display: inline-block;
      margin-bottom: -5px; }
      .pane-people .content .name a:hover {
        text-decoration: none;
        border-bottom: 2px solid #bb0000; }
  .pane-people .content span {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px; }
  .pane-people .content a {
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    color: #666666;
    margin-top: 5px; }
  .pane-people .content p {
    margin-bottom: 0; }
    .pane-people .content p.name {
      color: #bb0000;
      font-size: 18px;
      font-family: "proximanova", Helvetica, Arial, sans-serif;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1;
      text-transform: none;
      margin: 9px 0 4px;
      font-style: normal;
      border-bottom: 2px solid transparent;
      display: inline-block; }
  .pane-people .content .sub-content {
    margin-top: 20px; }

.pane-people .people-list {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: -15px;
  padding: 0;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .pane-people .people-list {
      float: left;
      width: 104.166666667%; } }
  @media (min-width: 992px) {
    .pane-people .people-list {
      float: left;
      width: 100%; } }
  @media (max-width: 767px) {
    .pane-people .people-list {
      margin-left: 0; } }
  @media (min-width: 992px) {
    .pane-people .people-list {
      margin-left: 0; } }
  .pane-people .people-list .person {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0 15px;
    margin-bottom: 55px; }
    @media (min-width: 768px) {
      .pane-people .people-list .person {
        float: left;
        width: 50%; } }
    @media (min-width: 992px) {
      .pane-people .people-list .person {
        padding: 0 40px 0 0; } }
    @media (max-width: 767px) {
      .pane-people .people-list .person {
        padding: 0 30px; } }

.pane-people.people-with-assistant .sub-content {
  margin-top: 20px; }

.pane-people.people-with-assistant .content span {
  color: #333333; }

.pane-people.people-with-assistant p {
  font-size: 16px;
  color: #333333; }
  .pane-people.people-with-assistant p strong {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: #333333;
    letter-spacing: none;
    margin-bottom: 5px;
    line-height: 18px; }
  .pane-people.people-with-assistant p.name {
    color: #bb0000;
    font-size: 18px;
    font-family: "proximanova", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
    margin: 9px 0 4px;
    font-style: normal;
    border-bottom: 2px solid transparent;
    display: inline-block; }

.pane-people.people-with-image .feature-person, .pane-people.people-with-image-and-office .feature-person {
  display: flex;
  align-items: center;
  padding: 0;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .pane-people.people-with-image .feature-person, .pane-people.people-with-image-and-office .feature-person {
      padding: 30px;
      display: inline-block; } }
  .pane-people.people-with-image .feature-person .content, .pane-people.people-with-image-and-office .feature-person .content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex-grow: grow;
    padding: 0 30px;
    height: 100%; }
    @media (min-width: 992px) {
      .pane-people.people-with-image .feature-person .content, .pane-people.people-with-image-and-office .feature-person .content {
        float: left;
        width: 71.6666666667%; } }
    @media (max-width: 767px) {
      .pane-people.people-with-image .feature-person .content, .pane-people.people-with-image-and-office .feature-person .content {
        padding: 0;
        margin-top: 30px; } }
  .pane-people.people-with-image .feature-person .media, .pane-people.people-with-image-and-office .feature-person .media {
    position: relative;
    float: left;
    width: 33.3333333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    border-right: 30px solid #fff;
    display: block;
    padding: 0; }
    @media (min-width: 1200px) {
      .pane-people.people-with-image .feature-person .media, .pane-people.people-with-image-and-office .feature-person .media {
        float: left;
        width: 25%; } }
    @media (max-width: 991px) {
      .pane-people.people-with-image .feature-person .media, .pane-people.people-with-image-and-office .feature-person .media {
        border-right: 15px solid #fff; } }
    @media (max-width: 767px) {
      .pane-people.people-with-image .feature-person .media, .pane-people.people-with-image-and-office .feature-person .media {
        border-right: 0; } }
  .pane-people.people-with-image .feature-person .image, .pane-people.people-with-image-and-office .feature-person .image {
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    padding: 0;
    padding-top: 110%; }

.pane-people.people-with-image .office, .pane-people.people-with-image-and-office .office {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-style: normal;
  color: #666666;
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
  width: 100%; }

.pane-people.people-with-image .person .media, .pane-people.people-with-image-and-office .person .media {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0; }
  @media (min-width: 768px) {
    .pane-people.people-with-image .person .media, .pane-people.people-with-image-and-office .person .media {
      float: left;
      width: 54.1666666667%; } }
  @media (min-width: 992px) {
    .pane-people.people-with-image .person .media, .pane-people.people-with-image-and-office .person .media {
      float: left;
      width: 33.3333333333%; } }
  @media (min-width: 1200px) {
    .pane-people.people-with-image .person .media, .pane-people.people-with-image-and-office .person .media {
      float: left;
      width: 25%; } }
  @media (max-width: 991px) {
    .pane-people.people-with-image .person .media, .pane-people.people-with-image-and-office .person .media {
      width: 125px; } }

.pane-people.people-with-image .person .image, .pane-people.people-with-image-and-office .person .image {
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  padding: 0;
  padding-top: 110%; }

.pane-people.people-with-image .person .content, .pane-people.people-with-image-and-office .person .content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0 30px; }
  @media (min-width: 1200px) {
    .pane-people.people-with-image .person .content, .pane-people.people-with-image-and-office .person .content {
      float: left;
      width: 75%; } }
  @media (max-width: 1199px) {
    .pane-people.people-with-image .person .content, .pane-people.people-with-image-and-office .person .content {
      margin-top: 20px;
      padding: 0; } }

.pane-policies-and-guidelines {
  padding-top: 0; }
  .pane-policies-and-guidelines ul li {
    padding-left: 0; }
    .pane-policies-and-guidelines ul li:before {
      content: none; }
  .pane-policies-and-guidelines .heading-4:after {
    margin: 20px 0;
    display: block;
    content: "";
    width: 125px;
    height: 1px;
    background-color: #bb0000; }
  .pane-policies-and-guidelines .pane-content:before, .pane-policies-and-guidelines .pane-content:after {
    display: table;
    content: " "; }
  .pane-policies-and-guidelines .pane-content:after {
    clear: both; }
  .pane-policies-and-guidelines .policies-and-guidelines-top {
    background-color: #f1f1f1; }
    .pane-policies-and-guidelines .policies-and-guidelines-top .pane-content {
      position: relative;
      float: left;
      width: 83.3333333333%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      margin-left: 8.3333333333%;
      padding: 0;
      padding-top: 100px;
      padding-bottom: 90px; }
  .pane-policies-and-guidelines .policies-and-guidelines-intro {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0; }
    @media (min-width: 1200px) {
      .pane-policies-and-guidelines .policies-and-guidelines-intro {
        float: left;
        width: 50%; } }
    .pane-policies-and-guidelines .policies-and-guidelines-intro .btn {
      position: relative;
      float: left;
      width: 83.3333333333%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      margin: 25px 0 0; }
      .pane-policies-and-guidelines .policies-and-guidelines-intro .btn:first-of-type {
        margin: 60px 0 0; }
    @media (max-width: 1199px) {
      .pane-policies-and-guidelines .policies-and-guidelines-intro {
        padding-bottom: 75px; } }
  .pane-policies-and-guidelines .policies-and-guidelines-featured {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0; }
    @media (min-width: 1200px) {
      .pane-policies-and-guidelines .policies-and-guidelines-featured {
        float: left;
        width: 41.6666666667%; } }
    @media (min-width: 1200px) {
      .pane-policies-and-guidelines .policies-and-guidelines-featured {
        left: 8.3333333333%; } }
    .pane-policies-and-guidelines .policies-and-guidelines-featured .heading-5 {
      margin: 15px 0 10px;
      line-height: 17px; }
      .pane-policies-and-guidelines .policies-and-guidelines-featured .heading-5 a {
        text-transform: none;
        letter-spacing: 1px; }
    .pane-policies-and-guidelines .policies-and-guidelines-featured .heading-6 {
      font-size: 15px;
      font-weight: 700;
      line-height: 17px;
      letter-spacing: 4px; }
    .pane-policies-and-guidelines .policies-and-guidelines-featured ul {
      padding-left: 0;
      list-style: none;
      margin: 0; }
    .pane-policies-and-guidelines .policies-and-guidelines-featured li {
      border-top: 1px solid white; }
    .pane-policies-and-guidelines .policies-and-guidelines-featured > div {
      padding: 0 0 0 20px;
      border-left: 1px solid #bb0000; }
      .pane-policies-and-guidelines .policies-and-guidelines-featured > div:nth-child(2) {
        margin: 50px 0 0; }
  .pane-policies-and-guidelines .policies-and-guidelines-featured-details p {
    margin: 0 40px 0 0;
    display: inline-block; }
  .pane-policies-and-guidelines .policies-and-guidelines-browse {
    padding-top: 100px; }
    .pane-policies-and-guidelines .policies-and-guidelines-browse:before, .pane-policies-and-guidelines .policies-and-guidelines-browse:after {
      display: table;
      content: " "; }
    .pane-policies-and-guidelines .policies-and-guidelines-browse:after {
      clear: both; }
    .pane-policies-and-guidelines .policies-and-guidelines-browse .heading-4 {
      margin: 0 0 50px; }
      .pane-policies-and-guidelines .policies-and-guidelines-browse .heading-4:after {
        display: none; }
      @media (max-width: 1199px) {
        .pane-policies-and-guidelines .policies-and-guidelines-browse .heading-4 {
          margin-left: 30px; } }
      @media (max-width: 767px) {
        .pane-policies-and-guidelines .policies-and-guidelines-browse .heading-4 {
          margin-left: 0; } }
  .pane-policies-and-guidelines .policies-and-guidelines-nav {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #f5f5f5; }
    @media (min-width: 1200px) {
      .pane-policies-and-guidelines .policies-and-guidelines-nav {
        float: left;
        width: 25%; } }
    @media (max-width: 1199px) {
      .pane-policies-and-guidelines .policies-and-guidelines-nav {
        display: none; } }
    .pane-policies-and-guidelines .policies-and-guidelines-nav .heading-6 {
      margin: 0;
      padding: 25px 10px 12px;
      border-bottom: 1px solid #D0D0D0; }
      .pane-policies-and-guidelines .policies-and-guidelines-nav .heading-6.policies-and-guidelines-nav-reset {
        padding: 25px 10px;
        display: inline-block;
        cursor: pointer;
        border-bottom: none; }
        .pane-policies-and-guidelines .policies-and-guidelines-nav .heading-6.policies-and-guidelines-nav-reset:after {
          display: block;
          content: "";
          width: auto;
          height: 1px;
          background-color: #333; }
        .pane-policies-and-guidelines .policies-and-guidelines-nav .heading-6.policies-and-guidelines-nav-reset:hover {
          color: #bb0000; }
          .pane-policies-and-guidelines .policies-and-guidelines-nav .heading-6.policies-and-guidelines-nav-reset:hover:after {
            background-color: #bb0000; }
    .pane-policies-and-guidelines .policies-and-guidelines-nav ul {
      padding-left: 0;
      list-style: none;
      margin: 0;
      padding: 8px 0 10px; }
    .pane-policies-and-guidelines .policies-and-guidelines-nav li {
      margin: 0;
      display: flex;
      cursor: pointer; }
      .pane-policies-and-guidelines .policies-and-guidelines-nav li a, .pane-policies-and-guidelines .policies-and-guidelines-nav li .checkbox, .pane-policies-and-guidelines .policies-and-guidelines-nav li > span {
        margin: 0;
        padding: 7px 10px 8px;
        display: block;
        color: #333;
        border-radius: 0; }
      .pane-policies-and-guidelines .policies-and-guidelines-nav li > span {
        flex: 1; }
        .pane-policies-and-guidelines .policies-and-guidelines-nav li > span:nth-child(2) {
          flex-basis: 45px;
          flex-shrink: 0; }
          @media (max-width: 1199px) {
            .pane-policies-and-guidelines .policies-and-guidelines-nav li > span:nth-child(2) {
              text-align: right; } }
      .pane-policies-and-guidelines .policies-and-guidelines-nav li .checkbox {
        padding: 8px 10px;
        width: 100%;
        user-select: none; }
        .pane-policies-and-guidelines .policies-and-guidelines-nav li .checkbox label {
          display: block;
          line-height: 1.3; }
        .pane-policies-and-guidelines .policies-and-guidelines-nav li .checkbox input {
          width: 12px;
          height: 12px;
          border: 1px solid #666666;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          outline: 0; }
      .pane-policies-and-guidelines .policies-and-guidelines-nav li.active a, .pane-policies-and-guidelines .policies-and-guidelines-nav li.active > span, .pane-policies-and-guidelines .policies-and-guidelines-nav li:hover a, .pane-policies-and-guidelines .policies-and-guidelines-nav li:hover > span {
        color: white; }
      .pane-policies-and-guidelines .policies-and-guidelines-nav li.active > span, .pane-policies-and-guidelines .policies-and-guidelines-nav li:hover > span {
        font-weight: 700;
        background-color: #bb0000; }
      .pane-policies-and-guidelines .policies-and-guidelines-nav li.active > span:nth-child(2), .pane-policies-and-guidelines .policies-and-guidelines-nav li:hover > span:nth-child(2) {
        text-align: right; }
      .pane-policies-and-guidelines .policies-and-guidelines-nav li.active .checkbox, .pane-policies-and-guidelines .policies-and-guidelines-nav li:hover .checkbox {
        color: #bb0000; }
      .pane-policies-and-guidelines .policies-and-guidelines-nav li.active .checkbox input {
        border: 1px solid #bb0000;
        background-color: #bb0000; }
    .pane-policies-and-guidelines .policies-and-guidelines-nav.policies-and-guidelines-nav-mobile {
      padding: 30px 30px 40px;
      display: none;
      clear: both; }
      .pane-policies-and-guidelines .policies-and-guidelines-nav.policies-and-guidelines-nav-mobile:before, .pane-policies-and-guidelines .policies-and-guidelines-nav.policies-and-guidelines-nav-mobile:after {
        display: table;
        content: " "; }
      .pane-policies-and-guidelines .policies-and-guidelines-nav.policies-and-guidelines-nav-mobile:after {
        clear: both; }
      .pane-policies-and-guidelines .policies-and-guidelines-nav.policies-and-guidelines-nav-mobile .policies-and-guidelines-nav-reset {
        padding: 40px 0 0;
        font-size: 14px;
        letter-spacing: normal; }
      @media (max-width: 1199px) {
        .pane-policies-and-guidelines .policies-and-guidelines-nav.policies-and-guidelines-nav-mobile {
          display: block; } }
      @media (max-width: 767px) {
        .pane-policies-and-guidelines .policies-and-guidelines-nav.policies-and-guidelines-nav-mobile {
          padding-top: 10px; } }
  .pane-policies-and-guidelines .policies-and-guideline-nav-dropdowns {
    display: flex; }
    .pane-policies-and-guidelines .policies-and-guideline-nav-dropdowns .btn,
    .pane-policies-and-guidelines .policies-and-guideline-nav-dropdowns .dropdown-menu {
      width: 100%; }
    .pane-policies-and-guidelines .policies-and-guideline-nav-dropdowns .btn {
      padding: 10px 0;
      border: 0;
      border-bottom: 1px solid #666666;
      text-align: left;
      height: auto; }
      .pane-policies-and-guidelines .policies-and-guideline-nav-dropdowns .btn:before {
        display: none; }
      .pane-policies-and-guidelines .policies-and-guideline-nav-dropdowns .btn:hover {
        color: #333;
        background-color: transparent; }
        .pane-policies-and-guidelines .policies-and-guideline-nav-dropdowns .btn:hover span {
          color: #bb0000; }
      @media (max-width: 767px) {
        .pane-policies-and-guidelines .policies-and-guideline-nav-dropdowns .btn {
          padding: 30px 0 10px; } }
    .pane-policies-and-guidelines .policies-and-guideline-nav-dropdowns .dropdown-toggle .caret {
      height: 10px;
      transform: rotate(90deg);
      background: url("../img/arrow-cta.svg") no-repeat center;
      background-size: contain; }
    .pane-policies-and-guidelines .policies-and-guideline-nav-dropdowns .dropdown-menu {
      border: 1px solid #666666;
      border-radius: 0; }
    .pane-policies-and-guidelines .policies-and-guideline-nav-dropdowns .dropdown {
      margin-right: 30px;
      flex: 0 0 48%; }
      .pane-policies-and-guidelines .policies-and-guideline-nav-dropdowns .dropdown.open .btn {
        background-color: transparent;
        border-bottom: 1px solid transparent; }
      .pane-policies-and-guidelines .policies-and-guideline-nav-dropdowns .dropdown:nth-child(3) {
        display: none; }
      .pane-policies-and-guidelines .policies-and-guideline-nav-dropdowns .dropdown:last-of-type {
        padding-right: 0; }
      @media (max-width: 767px) {
        .pane-policies-and-guidelines .policies-and-guideline-nav-dropdowns .dropdown {
          margin-right: 0;
          display: block; } }
    @media (max-width: 767px) {
      .pane-policies-and-guidelines .policies-and-guideline-nav-dropdowns {
        display: block; } }
  .pane-policies-and-guidelines .policies-and-guidelines-browse-listing {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0;
    padding-left: 60px; }
    @media (min-width: 1200px) {
      .pane-policies-and-guidelines .policies-and-guidelines-browse-listing {
        float: left;
        width: 75%; } }
    .pane-policies-and-guidelines .policies-and-guidelines-browse-listing .view-policies {
      top: 0;
      padding: 0;
      margin: 0;
      position: relative;
      display: block; }
    .pane-policies-and-guidelines .policies-and-guidelines-browse-listing .view-content {
      top: 0;
      padding: 0;
      margin: 0;
      position: relative; }
    .pane-policies-and-guidelines .policies-and-guidelines-browse-listing .heading-6 {
      margin: 0;
      padding: 25px 0 12px;
      font-size: 14px; }
      .pane-policies-and-guidelines .policies-and-guidelines-browse-listing .heading-6 a {
        display: block;
        font-weight: 700;
        color: #333;
        line-height: 25px;
        letter-spacing: 1px;
        min-width: 80px; }
        .pane-policies-and-guidelines .policies-and-guidelines-browse-listing .heading-6 a > div {
          display: none; }
        .pane-policies-and-guidelines .policies-and-guidelines-browse-listing .heading-6 a span {
          margin: 0 0 0 10px;
          display: inline-block;
          content: "";
          width: 4px;
          height: 8px;
          background: url("../img/arrow-cta.svg") no-repeat center;
          transform: rotate(90deg); }
          .pane-policies-and-guidelines .policies-and-guidelines-browse-listing .heading-6 a span.sort-asc {
            transform: rotate(-90deg); }
        .pane-policies-and-guidelines .policies-and-guidelines-browse-listing .heading-6 a:hover {
          color: #bb0000; }
          .pane-policies-and-guidelines .policies-and-guidelines-browse-listing .heading-6 a:hover span {
            background-image: url("../img/arrow-cta-red.svg"); }
    .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr {
      display: flex;
      background-color: transparent !important; }
      .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr .label {
        display: none; }
      @media (max-width: 991px) {
        .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr[data-toggle="collapse"] {
          flex-wrap: wrap; }
          .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr[data-toggle="collapse"][aria-expanded="false"] .views-field-title:after {
            right: 0;
            width: 12px;
            height: 13px;
            background-image: url("../img/plus-red.svg");
            background-size: cover; }
          .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr[data-toggle="collapse"] .label {
            display: inline-block;
            color: #333;
            padding-left: 0; }
          .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr[data-toggle="collapse"] td:not(.views-field-title) {
            border-top: 0;
            padding-top: 0; }
            .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr[data-toggle="collapse"] td:not(.views-field-title) span {
              display: block;
              text-align: left; }
            .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr[data-toggle="collapse"] td:not(.views-field-title) .label {
              font-weight: 600; }
          .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr[data-toggle="collapse"] .views-field-field-issue-date, .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr[data-toggle="collapse"] .views-field-field-revised-date, .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr[data-toggle="collapse"] .views-field-field-policy-type {
            padding-left: 0;
            padding-top: 10px; }
          .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr[data-toggle="collapse"] .views-field-field-policy-type {
            padding-right: 0; }
          .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr[data-toggle="collapse"] .views-field-title {
            flex-basis: 100%; }
            .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr[data-toggle="collapse"] .views-field-title:after {
              position: absolute;
              top: 25px;
              right: 1px;
              content: none;
              width: 11px;
              height: 13px;
              content: '';
              background: url("../img/minus-red.svg") no-repeat center; } }
      .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr th, .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr td {
        padding: 0; }
      .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr th {
        padding: 0;
        flex-basis: 125px;
        border-bottom: 1px solid #979797; }
        .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr th .heading-6 img {
          display: none; }
        .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr th:first-of-type {
          padding-right: 60px;
          flex: 1; }
          .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr th:first-of-type .heading-6 {
            font-size: 16px; }
          @media (max-width: 991px) {
            .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr th:first-of-type {
              padding-right: 0;
              display: block;
              flex: 0 0 100%; } }
        .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr th.active {
          background-color: transparent; }
          .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr th.active .heading-6 a {
            color: #bb0000; }
            .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr th.active .heading-6 a span {
              background-image: url("../img/arrow-cta-red.svg"); }
        @media (max-width: 991px) {
          .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr th {
            display: none;
            flex-basis: auto; } }
      .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr td {
        color: #bb0000;
        border-top: 0; }
        .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr td.active {
          background-color: transparent !important; }
      .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr:nth-child(odd) td {
        padding: 20px 0;
        position: relative;
        vertical-align: middle;
        flex-basis: 125px;
        border-top: 1px solid #D0D0D0; }
        .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr:nth-child(odd) td:first-of-type {
          padding-right: 60px;
          flex: 1;
          font-weight: 600; }
          @media (max-width: 991px) {
            .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr:nth-child(odd) td:first-of-type {
              flex: 0 0 100%; } }
        .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr:nth-child(odd) td:last-of-type {
          padding-right: 0; }
          .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr:nth-child(odd) td:last-of-type:after {
            float: right;
            position: relative;
            top: 5px;
            content: "";
            width: 11px;
            height: 13px;
            background: url("../img/minus-red.svg") no-repeat center; }
            @media (max-width: 991px) {
              .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr:nth-child(odd) td:last-of-type:after {
                content: none; } }
        @media (max-width: 991px) {
          .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr:nth-child(odd) td {
            flex-basis: 100px; } }
      .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr:nth-child(odd).collapsed td:last-of-type:after {
        width: 12px;
        height: 13px;
        background-image: url("../img/plus-red.svg");
        background-size: cover; }
        @media (max-width: 991px) {
          .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr:nth-child(odd).collapsed td:last-of-type:after {
            content: none; } }
      .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr.collapsed td {
        color: #333; }
      .pane-policies-and-guidelines .policies-and-guidelines-browse-listing tr:first-of-type td {
        border: 0; }
    .pane-policies-and-guidelines .policies-and-guidelines-browse-listing .panel-collapse:before {
      margin: 0 0 18px;
      display: block;
      content: "";
      width: 55px;
      height: 1px;
      background-color: #bb0000; }
    .pane-policies-and-guidelines .policies-and-guidelines-browse-listing .view-filters {
      visibility: hidden;
      display: none;
      height: 0; }
    @media (max-width: 1199px) {
      .pane-policies-and-guidelines .policies-and-guidelines-browse-listing {
        padding: 30px 30px 0; } }
    @media (max-width: 767px) {
      .pane-policies-and-guidelines .policies-and-guidelines-browse-listing {
        padding: 30px 0 0; } }
  .pane-policies-and-guidelines .policies-and-guidelines-listing-summary,
  .pane-policies-and-guidelines .policies-and-guidelines-listing-meta {
    padding: 0 0 35px;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 767px) {
      .pane-policies-and-guidelines .policies-and-guidelines-listing-summary,
      .pane-policies-and-guidelines .policies-and-guidelines-listing-meta {
        display: block;
        width: auto; } }
  .pane-policies-and-guidelines .policies-and-guidelines-listing-summary {
    padding: 0 50px 35px 0;
    width: 70%; }
    .pane-policies-and-guidelines .policies-and-guidelines-listing-summary > p {
      margin: 0 0 20px; }
    @media (max-width: 767px) {
      .pane-policies-and-guidelines .policies-and-guidelines-listing-summary {
        padding: 0 0 35px;
        width: auto; } }
  .pane-policies-and-guidelines .policies-and-guidelines-listing-meta {
    width: 20%; }
    .pane-policies-and-guidelines .policies-and-guidelines-listing-meta .heading-6 {
      padding: 0 0 5px;
      font-size: 16px; }
    .pane-policies-and-guidelines .policies-and-guidelines-listing-meta p {
      line-height: 20px; }
    @media (max-width: 767px) {
      .pane-policies-and-guidelines .policies-and-guidelines-listing-meta {
        width: auto; }
        .pane-policies-and-guidelines .policies-and-guidelines-listing-meta .heading-6, .pane-policies-and-guidelines .policies-and-guidelines-listing-meta p {
          font-size: 13px; }
        .pane-policies-and-guidelines .policies-and-guidelines-listing-meta .heading-6 {
          margin: 0 0 2px;
          font-weight: 600; }
        .pane-policies-and-guidelines .policies-and-guidelines-listing-meta p {
          font-weight: 300; }
        .pane-policies-and-guidelines .policies-and-guidelines-listing-meta .policies-and-guidelines-listing-meta-item {
          display: inline-block;
          width: 48%; } }

.pane-type-policy-intro .container, .pane-type-policy-intro #user-login, .pane-type-policy-intro .breadcrumb, .pane-type-policy-intro .webform-confirmation, .pane-type-policy-intro .node-webform, .pane-type-policy-intro .modal .modal-dialog, .modal .pane-type-policy-intro .modal-dialog {
  padding: 0; }

.pane-type-policy-intro .title {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px; }
  @media (min-width: 992px) {
    .pane-type-policy-intro .title {
      float: left;
      width: 66.6666666667%; } }
  .pane-type-policy-intro .title:after {
    content: '';
    background-color: #bb0000;
    position: absolute;
    left: 15px;
    bottom: 0;
    height: 1px;
    width: 125px; }

.pane-type-policy-intro .content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .pane-type-policy-intro .content {
      float: left;
      width: 66.6666666667%; } }
  @media (min-width: 1200px) {
    .pane-type-policy-intro .content {
      float: left;
      width: 58.3333333333%; } }
  @media (max-width: 991px) {
    .pane-type-policy-intro .content {
      margin-bottom: 20px; } }
  .pane-type-policy-intro .content .heading-4 {
    margin-bottom: 25px; }

.pane-type-policy-intro .details {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .pane-type-policy-intro .details {
      float: left;
      width: 25%; } }
  @media (min-width: 768px) {
    .pane-type-policy-intro .details {
      margin-left: 0%; } }
  @media (min-width: 992px) {
    .pane-type-policy-intro .details {
      float: left;
      width: 16.6666666667%; } }
  @media (min-width: 1200px) {
    .pane-type-policy-intro .details {
      margin-left: 8.3333333333%; } }
  .pane-type-policy-intro .details ul {
    list-style: none;
    padding-left: 30px;
    margin: 0;
    border-left: 1px solid #bb0000; }
    .pane-type-policy-intro .details ul li {
      font-size: 16px;
      line-height: 23px;
      color: #333;
      margin-bottom: 30px; }
      .pane-type-policy-intro .details ul li strong {
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 1px;
        font-weight: 600px;
        color: #333;
        display: block;
        width: 100%;
        margin-bottom: 2px; }

.pane-type-process .pane-content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0; }
  @media (min-width: 992px) {
    .pane-type-process .pane-content {
      float: left;
      width: 66.1666666667%; } }
  @media (min-width: 992px) {
    .pane-type-process .pane-content {
      margin-left: 8.3333333333%; } }

.pane-type-process .heading-4 {
  margin-bottom: -2px; }

.pane-type-process .link {
  display: block;
  margin-top: 12px;
  margin-bottom: 31px; }

.pane-type-process .process {
  padding: 0;
  counter-reset: step; }
  .pane-type-process .process-paragraph {
    margin-top: 7px;
    padding-bottom: 20px; }
  .pane-type-process .process__step {
    position: relative;
    display: block;
    margin: 0;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #bb0000; }
    .pane-type-process .process__step:before {
      counter-increment: step;
      content: counter(step);
      position: absolute;
      top: 15px;
      left: calc(8.3333% - 47px);
      width: 35px;
      font-size: 85px;
      line-height: 102px;
      letter-spacing: -2px;
      text-align: right;
      font-weight: 300;
      color: #bb0000; }
      @media (max-width: 992px) {
        .pane-type-process .process__step:before {
          left: calc(8.3333% - 30px); } }
      @media (max-width: 768px) {
        .pane-type-process .process__step:before {
          left: calc(8.3333% - 25px);
          top: 20px;
          font-size: 64px;
          line-height: 77px;
          letter-spacing: normal; } }
      @media (max-width: 480px) {
        .pane-type-process .process__step:before {
          margin-left: 15px; } }
    .pane-type-process .process__step-container {
      margin: 0 8.3333% 0 calc(8.3333% + 30px); }
    .pane-type-process .process__step-title {
      display: block;
      padding-top: 30px;
      margin-bottom: 5px; }
    .pane-type-process .process__step-description ul {
      margin-left: -7px; }

.pane-progressive-disclosure .heading-4 {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
  padding: 0; }
  @media (min-width: 992px) {
    .pane-progressive-disclosure .heading-4 {
      float: left;
      width: 66.6666666667%; } }
  @media (min-width: 992px) {
    .pane-progressive-disclosure .heading-4 {
      margin-left: 8.3333333333%; } }

.pane-progressive-disclosure .panel {
  border: 0; }

.pane-progressive-disclosure [data-toggle="collapse"] {
  margin: 0;
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  position: relative; }
  .pane-progressive-disclosure [data-toggle="collapse"] p {
    margin: 0;
    display: inline-block; }
  .pane-progressive-disclosure [data-toggle="collapse"]:after {
    margin-left: 30px;
    flex-basis: 18px;
    flex-shrink: 0;
    position: relative;
    content: "";
    width: 18px;
    height: 17px;
    background: url("../img/minus-red.svg") no-repeat center;
    top: 0; }
    @media (max-width: 767px) {
      .pane-progressive-disclosure [data-toggle="collapse"]:after {
        margin-left: 60px; } }
  .pane-progressive-disclosure [data-toggle="collapse"].collapsed:after {
    background: url("../img/plus-red.svg"); }
  .pane-progressive-disclosure [data-toggle="collapse"] span {
    flex: 1;
    word-wrap: break-word; }

.pane-progressive-disclosure .panel-group {
  margin-bottom: 0; }
  .pane-progressive-disclosure .panel-group .panel {
    margin-top: 0;
    background: transparent;
    position: relative;
    overflow: hidden;
    width: 100%; }
    .pane-progressive-disclosure .panel-group .panel:before, .pane-progressive-disclosure .panel-group .panel:after {
      display: table;
      content: " "; }
    .pane-progressive-disclosure .panel-group .panel:after {
      clear: both; }
    .pane-progressive-disclosure .panel-group .panel:after {
      position: relative;
      float: left;
      width: 83.3333333333%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      margin-left: 8.3333333333%;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      content: '';
      bottom: 0;
      background-color: #ddd;
      height: 1px; }
      @media (min-width: 992px) {
        .pane-progressive-disclosure .panel-group .panel:after {
          float: left;
          width: 66.6666666667%; } }
      @media (min-width: 992px) {
        .pane-progressive-disclosure .panel-group .panel:after {
          margin-left: 8.3333333333%; } }
    .pane-progressive-disclosure .panel-group .panel .panel:after {
      content: none; }

.pane-progressive-disclosure .panel-heading {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative; }
  @media (min-width: 992px) {
    .pane-progressive-disclosure .panel-heading {
      float: left;
      width: 66.6666666667%; } }
  @media (min-width: 992px) {
    .pane-progressive-disclosure .panel-heading {
      margin-left: 8.3333333333%; } }
  .pane-progressive-disclosure .panel-heading button {
    background: transparent;
    text-align: left;
    border: none;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center; }
    .pane-progressive-disclosure .panel-heading button p {
      margin: 0; }

.pane-progressive-disclosure .panel-collapse {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0;
  height: 0;
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .pane-progressive-disclosure .panel-collapse {
      float: left;
      width: 66.6666666667%; } }
  @media (min-width: 992px) {
    .pane-progressive-disclosure .panel-collapse {
      margin-left: 8.3333333333%; } }
  .pane-progressive-disclosure .panel-collapse.in {
    height: auto; }

.pane-progressive-disclosure .panel-body {
  padding-top: 5px;
  padding-bottom: 32px;
  border-top: 0 !important; }
  .pane-progressive-disclosure .panel-body .links {
    margin-top: 0; }
  .pane-progressive-disclosure .panel-body ul, .pane-progressive-disclosure .panel-body ol {
    margin-bottom: 30px;
    padding-left: 15px; }
    .pane-progressive-disclosure .panel-body ul li:before, .pane-progressive-disclosure .panel-body ol li:before {
      top: 6px; }
  .pane-progressive-disclosure .panel-body li {
    margin-bottom: 10px; }
  .pane-progressive-disclosure .panel-body .links {
    margin: 25px 0 0; }
    .pane-progressive-disclosure .panel-body .links .cta.uppercase {
      text-transform: none;
      letter-spacing: 1px; }
      .pane-progressive-disclosure .panel-body .links .cta.uppercase:after {
        position: absolute;
        right: -16px;
        margin-top: 3px; }
      .pane-progressive-disclosure .panel-body .links .cta.uppercase:hover:after {
        right: -21px; }
  .pane-progressive-disclosure .panel-body .panel-heading {
    position: relative;
    float: left;
    width: 91.6666666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-left: 15px;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    z-index: 1; }
    @media (min-width: 768px) {
      .pane-progressive-disclosure .panel-body .panel-heading {
        float: left;
        width: 87.5%; } }
    @media (min-width: 768px) {
      .pane-progressive-disclosure .panel-body .panel-heading {
        margin-left: 12.5%; } }
  .pane-progressive-disclosure .panel-body .panel-collapse {
    position: relative;
    float: left;
    width: 91.6666666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0;
    padding-left: 15px;
    display: inline-block !important;
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      .pane-progressive-disclosure .panel-body .panel-collapse {
        float: left;
        width: 87.5%; } }
    @media (min-width: 768px) {
      .pane-progressive-disclosure .panel-body .panel-collapse {
        margin-left: 12.5%; } }
    .pane-progressive-disclosure .panel-body .panel-collapse:after {
      content: '';
      background-color: #D0D0D0;
      position: absolute;
      height: 1px;
      width: 100%;
      bottom: 0;
      right: 0; }
  .pane-progressive-disclosure .panel-body .panel-body {
    padding-left: 0;
    padding-top: 4px;
    padding-bottom: 32px;
    padding-right: 0; }
    .pane-progressive-disclosure .panel-body .panel-body .links {
      margin-top: 0; }
  .pane-progressive-disclosure .panel-body [data-toggle="collapse"]:after {
    top: 3px; }

.pane-progressive-disclosure.progressive-disclosure-large [data-toggle="collapse"]:after {
  top: 0; }

.pane-progressive-disclosure.progressive-disclosure-large .panel-heading {
  padding-bottom: 17px; }

.pane-progressive-disclosure.progressive-disclosure-large .panel-body {
  padding-top: 5px;
  padding-bottom: 32px; }
  .pane-progressive-disclosure.progressive-disclosure-large .panel-body .links {
    margin-top: 0; }

.pane-progressive-disclosure.progressive-disclosure-small [data-toggle="collapse"]:after {
  top: 0; }

.pane-progressive-disclosure.progressive-disclosure-small .panel-heading {
  padding-bottom: 17px; }

.pane-progressive-disclosure.progressive-disclosure-small .heading-4 {
  color: #bb0000; }

.pane-progressive-disclosure.progressive-disclosure-small .heading-5 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 26px; }

.pane-progressive-disclosure.progressive-disclosure-small .panel-body {
  padding-top: 5px;
  padding-bottom: 32px; }
  .pane-progressive-disclosure.progressive-disclosure-small .panel-body p,
  .pane-progressive-disclosure.progressive-disclosure-small .panel-body ul {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 26px; }
  .pane-progressive-disclosure.progressive-disclosure-small .panel-body ul li:before,
  .pane-progressive-disclosure.progressive-disclosure-small .panel-body ol li:before {
    top: 11px; }
  .pane-progressive-disclosure.progressive-disclosure-small .panel-body .links {
    margin-top: 0; }

.pane-progressive-disclosure.progressive-disclosure-small button p {
  font-weight: 700; }

.pane-quicklinks-complex {
  position: relative; }
  .pane-quicklinks-complex .quicklinks-complex-top {
    padding: 40px 0 60px;
    text-align: center; }
    .pane-quicklinks-complex .quicklinks-complex-top strong {
      display: block; }
    .pane-quicklinks-complex .quicklinks-complex-top:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      content: "";
      width: 100%;
      height: 340px;
      background-color: #f1f1f1; }
      @media (max-width: 767px) {
        .pane-quicklinks-complex .quicklinks-complex-top:before {
          height: 300px; } }
  .pane-quicklinks-complex .slick-track {
    margin: 0 auto; }
  .pane-quicklinks-complex .slick-prev,
  .pane-quicklinks-complex .slick-next {
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    top: 140px;
    right: -50px;
    background: url("../img/arrow-direction-dark.svg") no-repeat; }
    @media (max-width: 767px) {
      .pane-quicklinks-complex .slick-prev,
      .pane-quicklinks-complex .slick-next {
        top: auto;
        bottom: -9px;
        right: 15px; } }
    .pane-quicklinks-complex .slick-prev:before,
    .pane-quicklinks-complex .slick-next:before {
      display: none; }
    .pane-quicklinks-complex .slick-prev:hover,
    .pane-quicklinks-complex .slick-next:hover {
      background-image: url("../img/arrow-direction-red.svg"); }
  .pane-quicklinks-complex .slick-prev {
    left: -50px;
    right: 0;
    transform: rotate(180deg);
    transform-origin: 50% 26%; }
    @media (max-width: 767px) {
      .pane-quicklinks-complex .slick-prev {
        left: 15px; } }
  .pane-quicklinks-complex .quicklinks-grid {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0; }
    @media (min-width: 768px) {
      .pane-quicklinks-complex .quicklinks-grid {
        float: left;
        width: 83.3333333333%; } }
    @media (min-width: 768px) {
      .pane-quicklinks-complex .quicklinks-grid {
        margin-left: 8.3333333333%; } }
    .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper {
      padding: 30px 20px;
      display: flex;
      overflow: hidden;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
      width: 100%;
      height: 200px;
      background-color: white;
      border-bottom: 3px solid #bb0000;
      transition: height .3s, background-color .3s;
      box-shadow: 3px 6px 8px 0 rgba(0, 0, 0, 0.1); }
      .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper .summary,
      .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper .cta {
        display: none; }
      .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper .bold a, .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper .pane-content .pagination li span a, .pane-content .pagination li .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper span a, .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper
      .pane-content .pagination li a a,
      .pane-content .pagination li .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper a a, .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper .assistant-bio .pane-content .name a, .assistant-bio .pane-content .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper .name a {
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 1px;
        color: #333;
        white-space: inherit; }
      .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper .summary {
        font-size: 14px;
        font-weight: 500;
        line-height: 21px; }
      .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper .cta {
        margin: 15px 0 0; }
      .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper .quicklinks-grid-item {
        max-width: 100%; }
      .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover {
        height: 100%;
        background-color: #bb0000; }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover a {
          text-decoration: none; }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover p,
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover a {
          color: white; }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .bold, .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .pane-content .pagination li span, .pane-content .pagination li .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover span, .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover
        .pane-content .pagination li a,
        .pane-content .pagination li .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover a, .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .assistant-bio .pane-content .name, .assistant-bio .pane-content .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .name {
          display: none; }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .summary,
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .cta {
          display: inline-block; }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .cta:after {
          background: url("data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNiA4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xIDBsMy42MjUgMy44OTlMMSA3Ljc5OCIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=") no-repeat;
          background-size: cover; }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-arrow {
          background-image: url("../img/icons/icon-arrow-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-award-ribbon {
          background-image: url("../img/icons/icon-award-ribbon-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-book {
          background-image: url("../img/icons/icon-book-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-buckeye {
          background-image: url("../img/icons/icon-buckeye-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-building1 {
          background-image: url("../img/icons/icon-building1-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-building2 {
          background-image: url("../img/icons/icon-building2-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-building3 {
          background-image: url("../img/icons/icon-building3-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-calendar {
          background-image: url("../img/icons/icon-calendar-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-checklist {
          background-image: url("../img/icons/icon-checklist-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-communication {
          background-image: url("../img/icons/icon-communication-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-connected-faculty {
          background-image: url("../img/icons/icon-connected-faculty-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-connection1 {
          background-image: url("../img/icons/icon-connection1-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-connection2 {
          background-image: url("../img/icons/icon-connection2-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-document {
          background-image: url("../img/icons/icon-document-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-eye {
          background-image: url("../img/icons/icon-eye-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-file-folders {
          background-image: url("../img/icons/icon-file-folders-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-flag {
          background-image: url("../img/icons/icon-flag-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-gear {
          background-image: url("../img/icons/icon-gear-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-graduation-cap {
          background-image: url("../img/icons/icon-graduation-cap-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-graph {
          background-image: url("../img/icons/icon-graph-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-heart {
          background-image: url("../img/icons/icon-heart-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-justice-scale {
          background-image: url("../img/icons/icon-justice-scale-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-laurels {
          background-image: url("../img/icons/icon-laurels-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-leadership {
          background-image: url("../img/icons/icon-leadership-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-lightbulb {
          background-image: url("../img/icons/icon-lightbulb-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-medal {
          background-image: url("../img/icons/icon-medal-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-mountain {
          background-image: url("../img/icons/icon-mountain-white.svg");
          width: 50px !important;
          max-width: 50px !important; }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-ohio {
          background-image: url("../img/icons/icon-ohio-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-open-folder {
          background-image: url("../img/icons/icon-open-folder-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-paper-scroll {
          background-image: url("../img/icons/icon-paper-scroll-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-papers {
          background-image: url("../img/icons/icon-papers-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-pie-chart {
          background-image: url("../img/icons/icon-pie-chart-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-plan {
          background-image: url("../img/icons/icon-plan-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-research1 {
          background-image: url("../img/icons/icon-research1-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-research2 {
          background-image: url("../img/icons/icon-research2-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-star {
          background-image: url("../img/icons/icon-star-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-team {
          background-image: url("../img/icons/icon-team-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-university-hall {
          background-image: url("../img/icons/icon-university-hall-white.svg"); }
        .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover .icon-writing {
          background-image: url("../img/icons/icon-writing-white.svg"); }
        @media (max-width: 767px) {
          .pane-quicklinks-complex .quicklinks-grid .quicklinks-grid-item-wrapper:hover {
            height: auto; } }
    .pane-quicklinks-complex .quicklinks-grid p {
      margin: 0; }
    .pane-quicklinks-complex .quicklinks-grid ul {
      padding-left: 0;
      list-style: none;
      margin: 0;
      list-style: none; }
      .pane-quicklinks-complex .quicklinks-grid ul:before, .pane-quicklinks-complex .quicklinks-grid ul:after {
        display: table;
        content: " "; }
      .pane-quicklinks-complex .quicklinks-grid ul:after {
        clear: both; }
    .pane-quicklinks-complex .quicklinks-grid li {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      margin: 0;
      padding-left: 5px;
      padding-right: 5px;
      display: flex;
      align-items: center;
      height: 230px;
      outline: none;
      padding-left: 0; }
      @media (min-width: 768px) {
        .pane-quicklinks-complex .quicklinks-grid li {
          float: left;
          width: 33.3333333333%; } }
      @media (min-width: 992px) {
        .pane-quicklinks-complex .quicklinks-grid li {
          float: left;
          width: 25%; } }
      .pane-quicklinks-complex .quicklinks-grid li:before {
        content: none; }
      @media (max-width: 767px) {
        .pane-quicklinks-complex .quicklinks-grid li {
          align-items: flex-start;
          height: 260px; }
          .pane-quicklinks-complex .quicklinks-grid li.slick-active .quicklinks-grid-item-wrapper {
            height: 100%; } }
    .pane-quicklinks-complex .quicklinks-grid .icon {
      margin: 0 auto 10px;
      max-width: 45px;
      max-height: 55px;
      width: 45px;
      height: 55px;
      background-repeat: no-repeat;
      background-position: center; }
    .pane-quicklinks-complex .quicklinks-grid .icon-arrow {
      background-image: url("../img/icons/icon-arrow.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-award-ribbon {
      background-image: url("../img/icons/icon-award-ribbon.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-book {
      background-image: url("../img/icons/icon-book.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-buckeye {
      background-image: url("../img/icons/icon-buckeye.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-building1 {
      background-image: url("../img/icons/icon-building1.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-building2 {
      background-image: url("../img/icons/icon-building2.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-building3 {
      background-image: url("../img/icons/icon-building3.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-calendar {
      background-image: url("../img/icons/icon-calendar.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-checklist {
      background-image: url("../img/icons/icon-checklist.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-communication {
      background-image: url("../img/icons/icon-communication.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-connected-faculty {
      background-image: url("../img/icons/icon-connected-faculty.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-connection1 {
      background-image: url("../img/icons/icon-connection1.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-connection2 {
      background-image: url("../img/icons/icon-connection2.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-document {
      background-image: url("../img/icons/icon-document.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-eye {
      background-image: url("../img/icons/icon-eye.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-file-folders {
      background-image: url("../img/icons/icon-file-folders.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-flag {
      background-image: url("../img/icons/icon-flag.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-gear {
      background-image: url("../img/icons/icon-gear.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-graduation-cap {
      max-width: 50px;
      max-height: 60px;
      height: 60px;
      background-image: url("../img/icons/icon-graduation-cap.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-graph {
      background-image: url("../img/icons/icon-graph.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-heart {
      background-image: url("../img/icons/icon-heart.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-justice-scale {
      background-image: url("../img/icons/icon-justice-scale.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-laurels {
      background-image: url("../img/icons/icon-laurels.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-leadership {
      background-image: url("../img/icons/icon-leadership.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-lightbulb {
      background-image: url("../img/icons/icon-lightbulb.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-medal {
      background-image: url("../img/icons/icon-medal.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-mountain {
      background-image: url("../img/icons/icon-mountain.svg");
      width: 50px;
      max-width: 50px; }
    .pane-quicklinks-complex .quicklinks-grid .icon-ohio {
      background-image: url("../img/icons/icon-ohio.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-open-folder {
      background-image: url("../img/icons/icon-open-folder.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-paper-scroll {
      background-image: url("../img/icons/icon-paper-scroll.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-papers {
      background-image: url("../img/icons/icon-papers.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-pie-chart {
      background-image: url("../img/icons/icon-pie-chart.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-plan {
      background-image: url("../img/icons/icon-plan.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-research1 {
      background-image: url("../img/icons/icon-research1.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-research2 {
      background-image: url("../img/icons/icon-research2.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-star {
      background-image: url("../img/icons/icon-star.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-team {
      background-image: url("../img/icons/icon-team.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-university-hall {
      background-image: url("../img/icons/icon-university-hall.svg"); }
    .pane-quicklinks-complex .quicklinks-grid .icon-writing {
      background-image: url("../img/icons/icon-writing.svg"); }
    @media (max-width: 767px) {
      .pane-quicklinks-complex .quicklinks-grid {
        margin-left: -15px;
        margin-right: -15px; } }
  .pane-quicklinks-complex .quicklinks-columns:before, .pane-quicklinks-complex .quicklinks-columns:after {
    display: table;
    content: " "; }
  .pane-quicklinks-complex .quicklinks-columns:after {
    clear: both; }
  .pane-quicklinks-complex .quicklinks-columns .heading-3 {
    margin-left: -1px;
    padding: 0 0 30px 38px;
    border-left: 1px solid white; }
    @media (min-width: 1500px) {
      .pane-quicklinks-complex .quicklinks-columns .heading-3 {
        padding: 0 0 30px; } }
  .pane-quicklinks-complex .quicklinks-columns.quicklinks-columns-mobile {
    display: none; }
    .pane-quicklinks-complex .quicklinks-columns.quicklinks-columns-mobile .heading-3 {
      margin-left: auto;
      padding: 0 0 5px; }
    .pane-quicklinks-complex .quicklinks-columns.quicklinks-columns-mobile [data-toggle="collapse"] {
      margin: 0;
      display: flex;
      flex: 1;
      justify-content: space-between;
      user-select: none; }
      .pane-quicklinks-complex .quicklinks-columns.quicklinks-columns-mobile [data-toggle="collapse"]:after {
        margin-left: 30px;
        flex-basis: 18px;
        flex-shrink: 0;
        position: relative;
        top: 4px;
        content: "";
        width: 18px;
        height: 17px;
        background: url("../img/minus-red.svg") no-repeat center; }
        @media (max-width: 767px) {
          .pane-quicklinks-complex .quicklinks-columns.quicklinks-columns-mobile [data-toggle="collapse"]:after {
            margin-left: 60px; } }
      .pane-quicklinks-complex .quicklinks-columns.quicklinks-columns-mobile [data-toggle="collapse"].collapsed:after {
        background-image: url("../img/plus-red.svg"); }
      .pane-quicklinks-complex .quicklinks-columns.quicklinks-columns-mobile [data-toggle="collapse"] span {
        flex: 1;
        word-wrap: break-word; }
    .pane-quicklinks-complex .quicklinks-columns.quicklinks-columns-mobile .panel-body {
      padding: 30px 0 0; }
    .pane-quicklinks-complex .quicklinks-columns.quicklinks-columns-mobile .quicklinks-col {
      margin-bottom: 50px;
      border-left: 0; }
      .pane-quicklinks-complex .quicklinks-columns.quicklinks-columns-mobile .quicklinks-col .panel-heading {
        padding: 10px 0;
        border-bottom: 1px solid #D0D0D0; }
      .pane-quicklinks-complex .quicklinks-columns.quicklinks-columns-mobile .quicklinks-col:first-of-type {
        margin-bottom: 20px; }
  @media (max-width: 767px) {
    .pane-quicklinks-complex .quicklinks-columns {
      display: none; }
      .pane-quicklinks-complex .quicklinks-columns.quicklinks-columns-mobile {
        display: block; } }
  .pane-quicklinks-complex .quicklinks-col {
    position: relative;
    float: left;
    width: 83.3333333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 70px;
    border-left: 1px solid #D0D0D0; }
    @media (min-width: 768px) {
      .pane-quicklinks-complex .quicklinks-col {
        float: left;
        width: 100%; } }
    @media (min-width: 768px) {
      .pane-quicklinks-complex .quicklinks-col {
        margin-left: 0%; } }
    @media (min-width: 992px) {
      .pane-quicklinks-complex .quicklinks-col {
        float: left;
        width: 50%; } }
    @media (min-width: 1500px) {
      .pane-quicklinks-complex .quicklinks-col {
        float: left;
        width: 41.6666666667%; } }
    @media (min-width: 1500px) {
      .pane-quicklinks-complex .quicklinks-col:first-of-type {
        left: 8.3333333333%; } }
    @media (min-width: 992px) {
      .pane-quicklinks-complex .quicklinks-col:last-of-type {
        left: 1.25%; } }
    @media (min-width: 1500px) {
      .pane-quicklinks-complex .quicklinks-col:last-of-type {
        left: 9.1666666667%; } }
    @media (max-width: 767px) {
      .pane-quicklinks-complex .quicklinks-col {
        padding: 0; } }
  .pane-quicklinks-complex .quicklinks-linkgroup ul {
    padding-left: 0;
    list-style: none;
    -webkit-columns: auto 2;
    -moz-columns: auto 2;
    columns: auto 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0;
    padding: 0 0 0 40px; }
    @media (max-width: 1199px) {
      .pane-quicklinks-complex .quicklinks-linkgroup ul {
        -webkit-columns: auto 2;
        -moz-columns: auto 2;
        columns: auto 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px; } }
    @media (max-width: 767px) {
      .pane-quicklinks-complex .quicklinks-linkgroup ul {
        -webkit-columns: auto 1;
        -moz-columns: auto 1;
        columns: auto 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        padding: 0; } }
  .pane-quicklinks-complex .quicklinks-linkgroup li {
    margin: 30px 0;
    padding-left: 0; }
    .pane-quicklinks-complex .quicklinks-linkgroup li:before {
      content: none; }
    .pane-quicklinks-complex .quicklinks-linkgroup li:first-child {
      margin: 0 0 30px; }
  .pane-quicklinks-complex .quicklinks-linkgroup a {
    padding: 0 0 0 12px;
    position: relative;
    display: block;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #333; }
    .pane-quicklinks-complex .quicklinks-linkgroup a:before {
      position: absolute;
      top: 4px;
      left: 0;
      content: "";
      width: 4px;
      height: 8px;
      background: url("../img/arrow-cta-red.svg") no-repeat center; }
    .pane-quicklinks-complex .quicklinks-linkgroup a:hover {
      color: #bb0000; }
  .pane-quicklinks-complex .quicklinks-linkgroup:nth-child(3):before {
    margin: 10px 0 40px 40px;
    display: block;
    content: "";
    height: 1px;
    background-color: #D0D0D0; }
  .pane-quicklinks-complex .quicklinks-bottom {
    position: relative;
    float: left;
    width: 83.3333333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    left: 8.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 -15px;
    padding: 0; }
    @media (min-width: 768px) {
      .pane-quicklinks-complex .quicklinks-bottom {
        float: left;
        width: 100%; } }
    @media (min-width: 768px) {
      .pane-quicklinks-complex .quicklinks-bottom {
        left: 0%; } }
    @media (min-width: 1500px) {
      .pane-quicklinks-complex .quicklinks-bottom {
        float: left;
        width: 83.3333333333%; } }
    @media (min-width: 1500px) {
      .pane-quicklinks-complex .quicklinks-bottom {
        left: 8.3333333333%; } }
    .pane-quicklinks-complex .quicklinks-bottom > * {
      margin: 15px 50px 15px 15px;
      display: inline-block;
      color: #bb0000; }

.pane-quicklinks-simple .heading-4 {
  margin: 0 0 25px; }

.pane-quicklinks-simple .heading-6 {
  margin: 25px 0 5px; }

.pane-quicklinks-simple .btn {
  width: 100%;
  font-weight: 700; }

.pane-quicklinks-simple .pane-content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0; }
  @media (min-width: 992px) {
    .pane-quicklinks-simple .pane-content {
      float: left;
      width: 66.6666666667%; } }
  @media (min-width: 992px) {
    .pane-quicklinks-simple .pane-content {
      margin-left: 8.3333333333%; } }

.pane-quicklinks-simple .quicklinks-buttongroup {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap; }
  .pane-quicklinks-simple .quicklinks-buttongroup > * {
    margin: 15px;
    width: calc(50% - 30px); }
    @media (max-width: 767px) {
      .pane-quicklinks-simple .quicklinks-buttongroup > * {
        width: 100%; } }

.pane-quicklinks-simple .quicklinks-linkgroup .cta {
  padding: 0 10px 0 0;
  text-transform: none;
  letter-spacing: 1px; }
  .pane-quicklinks-simple .quicklinks-linkgroup .cta:after {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 1px;
    left: 10px;
    content: '';
    width: 20px;
    height: 14px;
    background: url("../img/arrow-direction-red.svg") no-repeat center; }

.pane-quicklinks-simple .quicklinks-linkgroup:before {
  margin: 25px 15px 20px;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #D0D0D0; }

.pane-type-quote .container, .pane-type-quote #user-login, .pane-type-quote .breadcrumb, .pane-type-quote .webform-confirmation, .pane-type-quote .node-webform, .pane-type-quote .modal .modal-dialog, .modal .pane-type-quote .modal-dialog {
  padding: 0; }

.pane-type-quote .content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center; }
  @media (min-width: 992px) {
    .pane-type-quote .content {
      float: left;
      width: 66.6666666667%; } }
  @media (min-width: 992px) {
    .pane-type-quote .content {
      margin-left: 16.6666666667%; } }
  .pane-type-quote .content p:before {
    position: relative;
    left: -10px; }

.pane-type-quote .author {
  margin-left: 0;
  padding-top: 20px; }

.pane-type-quote.quote-sub .content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left; }
  @media (min-width: 992px) {
    .pane-type-quote.quote-sub .content {
      float: left;
      width: 66.6666666667%; } }
  .pane-type-quote.quote-sub .content p:before {
    position: absolute;
    left: 0; }
  .pane-type-quote.quote-sub .content .author {
    margin-left: 30px; }

@media (min-width: 992px) {
  .is-sidenav .pane-type-quote .content {
    margin-left: 8.3333333333%; } }

.pane-reports .heading-4 {
  margin: 0 0 40px; }

.pane-reports .btn {
  width: 100%; }

.pane-reports .btn-group .dropdown-menu {
  margin: 0;
  border-top: 0;
  max-height: 300px;
  overflow-y: scroll; }

.pane-reports .pane-content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0; }
  @media (min-width: 992px) {
    .pane-reports .pane-content {
      float: left;
      width: 66.6666666667%; } }
  @media (min-width: 992px) {
    .pane-reports .pane-content {
      margin-left: 8.3333333333%; } }

.pane-reports .reports-listing {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap; }
  .pane-reports .reports-listing > * {
    margin: 15px;
    width: calc(50% - 30px); }
    @media (max-width: 767px) {
      .pane-reports .reports-listing > * {
        width: 100%; } }

.pane-bundle-resources .pane-content {
  padding: 80px 0 0; }

.pane-resources {
  display: flex; }
  .pane-resources .resource {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0 10px;
    display: flex;
    opacity: 0;
    text-align: center; }
    @media (min-width: 992px) {
      .pane-resources .resource {
        float: left;
        width: 33.3333333333%; } }
    .pane-resources .resource > div {
      background: #fff; }
    .pane-resources .resource .heading-3 {
      padding: 0 0 20px;
      position: relative;
      font-size: 22px;
      background: #f7f7f7; }
      .pane-resources .resource .heading-3:after {
        margin: 10px auto 0;
        display: block;
        content: '';
        width: 25%;
        height: 1px;
        background-color: transparent; }
    .pane-resources .resource nav {
      padding: 30px 0; }
    .pane-resources .resource ul {
      margin: 0 0 15px; }
      .pane-resources .resource ul a {
        font-size: 16px;
        font-weight: normal;
        color: #444; }
        .pane-resources .resource ul a:after {
          background: url("../img/arrow.svg") no-repeat;
          vertical-align: middle; }
        .pane-resources .resource ul a:hover {
          color: #bb0000; }
          .pane-resources .resource ul a:hover:after {
            background-image: url("../img/arrow-red.svg"); }
    .pane-resources .resource:hover .heading-3:after {
      background-color: #333; }
    .pane-resources .resource.stagger-up {
      margin-top: 90px; }
      .pane-resources .resource.stagger-up:nth-child(1) {
        -webkit-animation: staggerUp 1s 0.25s ease 1 forwards;
        -moz-animation: staggerUp 1s 0.25s ease 1 forwards;
        animation: staggerUp 1s 0.25s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(2) {
        -webkit-animation: staggerUp 1s 0.5s ease 1 forwards;
        -moz-animation: staggerUp 1s 0.5s ease 1 forwards;
        animation: staggerUp 1s 0.5s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(3) {
        -webkit-animation: staggerUp 1s 0.75s ease 1 forwards;
        -moz-animation: staggerUp 1s 0.75s ease 1 forwards;
        animation: staggerUp 1s 0.75s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(4) {
        -webkit-animation: staggerUp 1s 1s ease 1 forwards;
        -moz-animation: staggerUp 1s 1s ease 1 forwards;
        animation: staggerUp 1s 1s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(5) {
        -webkit-animation: staggerUp 1s 1.25s ease 1 forwards;
        -moz-animation: staggerUp 1s 1.25s ease 1 forwards;
        animation: staggerUp 1s 1.25s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(6) {
        -webkit-animation: staggerUp 1s 1.5s ease 1 forwards;
        -moz-animation: staggerUp 1s 1.5s ease 1 forwards;
        animation: staggerUp 1s 1.5s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(7) {
        -webkit-animation: staggerUp 1s 1.75s ease 1 forwards;
        -moz-animation: staggerUp 1s 1.75s ease 1 forwards;
        animation: staggerUp 1s 1.75s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(8) {
        -webkit-animation: staggerUp 1s 2s ease 1 forwards;
        -moz-animation: staggerUp 1s 2s ease 1 forwards;
        animation: staggerUp 1s 2s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(9) {
        -webkit-animation: staggerUp 1s 2.25s ease 1 forwards;
        -moz-animation: staggerUp 1s 2.25s ease 1 forwards;
        animation: staggerUp 1s 2.25s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(10) {
        -webkit-animation: staggerUp 1s 2.5s ease 1 forwards;
        -moz-animation: staggerUp 1s 2.5s ease 1 forwards;
        animation: staggerUp 1s 2.5s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(11) {
        -webkit-animation: staggerUp 1s 2.75s ease 1 forwards;
        -moz-animation: staggerUp 1s 2.75s ease 1 forwards;
        animation: staggerUp 1s 2.75s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(12) {
        -webkit-animation: staggerUp 1s 3s ease 1 forwards;
        -moz-animation: staggerUp 1s 3s ease 1 forwards;
        animation: staggerUp 1s 3s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(13) {
        -webkit-animation: staggerUp 1s 3.25s ease 1 forwards;
        -moz-animation: staggerUp 1s 3.25s ease 1 forwards;
        animation: staggerUp 1s 3.25s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(14) {
        -webkit-animation: staggerUp 1s 3.5s ease 1 forwards;
        -moz-animation: staggerUp 1s 3.5s ease 1 forwards;
        animation: staggerUp 1s 3.5s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(15) {
        -webkit-animation: staggerUp 1s 3.75s ease 1 forwards;
        -moz-animation: staggerUp 1s 3.75s ease 1 forwards;
        animation: staggerUp 1s 3.75s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(16) {
        -webkit-animation: staggerUp 1s 4s ease 1 forwards;
        -moz-animation: staggerUp 1s 4s ease 1 forwards;
        animation: staggerUp 1s 4s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(17) {
        -webkit-animation: staggerUp 1s 4.25s ease 1 forwards;
        -moz-animation: staggerUp 1s 4.25s ease 1 forwards;
        animation: staggerUp 1s 4.25s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(18) {
        -webkit-animation: staggerUp 1s 4.5s ease 1 forwards;
        -moz-animation: staggerUp 1s 4.5s ease 1 forwards;
        animation: staggerUp 1s 4.5s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(19) {
        -webkit-animation: staggerUp 1s 4.75s ease 1 forwards;
        -moz-animation: staggerUp 1s 4.75s ease 1 forwards;
        animation: staggerUp 1s 4.75s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(20) {
        -webkit-animation: staggerUp 1s 5s ease 1 forwards;
        -moz-animation: staggerUp 1s 5s ease 1 forwards;
        animation: staggerUp 1s 5s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(21) {
        -webkit-animation: staggerUp 1s 5.25s ease 1 forwards;
        -moz-animation: staggerUp 1s 5.25s ease 1 forwards;
        animation: staggerUp 1s 5.25s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(22) {
        -webkit-animation: staggerUp 1s 5.5s ease 1 forwards;
        -moz-animation: staggerUp 1s 5.5s ease 1 forwards;
        animation: staggerUp 1s 5.5s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(23) {
        -webkit-animation: staggerUp 1s 5.75s ease 1 forwards;
        -moz-animation: staggerUp 1s 5.75s ease 1 forwards;
        animation: staggerUp 1s 5.75s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(24) {
        -webkit-animation: staggerUp 1s 6s ease 1 forwards;
        -moz-animation: staggerUp 1s 6s ease 1 forwards;
        animation: staggerUp 1s 6s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(25) {
        -webkit-animation: staggerUp 1s 6.25s ease 1 forwards;
        -moz-animation: staggerUp 1s 6.25s ease 1 forwards;
        animation: staggerUp 1s 6.25s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(26) {
        -webkit-animation: staggerUp 1s 6.5s ease 1 forwards;
        -moz-animation: staggerUp 1s 6.5s ease 1 forwards;
        animation: staggerUp 1s 6.5s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(27) {
        -webkit-animation: staggerUp 1s 6.75s ease 1 forwards;
        -moz-animation: staggerUp 1s 6.75s ease 1 forwards;
        animation: staggerUp 1s 6.75s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(28) {
        -webkit-animation: staggerUp 1s 7s ease 1 forwards;
        -moz-animation: staggerUp 1s 7s ease 1 forwards;
        animation: staggerUp 1s 7s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(29) {
        -webkit-animation: staggerUp 1s 7.25s ease 1 forwards;
        -moz-animation: staggerUp 1s 7.25s ease 1 forwards;
        animation: staggerUp 1s 7.25s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(30) {
        -webkit-animation: staggerUp 1s 7.5s ease 1 forwards;
        -moz-animation: staggerUp 1s 7.5s ease 1 forwards;
        animation: staggerUp 1s 7.5s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(31) {
        -webkit-animation: staggerUp 1s 7.75s ease 1 forwards;
        -moz-animation: staggerUp 1s 7.75s ease 1 forwards;
        animation: staggerUp 1s 7.75s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(32) {
        -webkit-animation: staggerUp 1s 8s ease 1 forwards;
        -moz-animation: staggerUp 1s 8s ease 1 forwards;
        animation: staggerUp 1s 8s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(33) {
        -webkit-animation: staggerUp 1s 8.25s ease 1 forwards;
        -moz-animation: staggerUp 1s 8.25s ease 1 forwards;
        animation: staggerUp 1s 8.25s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(34) {
        -webkit-animation: staggerUp 1s 8.5s ease 1 forwards;
        -moz-animation: staggerUp 1s 8.5s ease 1 forwards;
        animation: staggerUp 1s 8.5s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(35) {
        -webkit-animation: staggerUp 1s 8.75s ease 1 forwards;
        -moz-animation: staggerUp 1s 8.75s ease 1 forwards;
        animation: staggerUp 1s 8.75s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(36) {
        -webkit-animation: staggerUp 1s 9s ease 1 forwards;
        -moz-animation: staggerUp 1s 9s ease 1 forwards;
        animation: staggerUp 1s 9s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(37) {
        -webkit-animation: staggerUp 1s 9.25s ease 1 forwards;
        -moz-animation: staggerUp 1s 9.25s ease 1 forwards;
        animation: staggerUp 1s 9.25s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(38) {
        -webkit-animation: staggerUp 1s 9.5s ease 1 forwards;
        -moz-animation: staggerUp 1s 9.5s ease 1 forwards;
        animation: staggerUp 1s 9.5s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(39) {
        -webkit-animation: staggerUp 1s 9.75s ease 1 forwards;
        -moz-animation: staggerUp 1s 9.75s ease 1 forwards;
        animation: staggerUp 1s 9.75s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(40) {
        -webkit-animation: staggerUp 1s 10s ease 1 forwards;
        -moz-animation: staggerUp 1s 10s ease 1 forwards;
        animation: staggerUp 1s 10s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(41) {
        -webkit-animation: staggerUp 1s 10.25s ease 1 forwards;
        -moz-animation: staggerUp 1s 10.25s ease 1 forwards;
        animation: staggerUp 1s 10.25s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(42) {
        -webkit-animation: staggerUp 1s 10.5s ease 1 forwards;
        -moz-animation: staggerUp 1s 10.5s ease 1 forwards;
        animation: staggerUp 1s 10.5s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(43) {
        -webkit-animation: staggerUp 1s 10.75s ease 1 forwards;
        -moz-animation: staggerUp 1s 10.75s ease 1 forwards;
        animation: staggerUp 1s 10.75s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(44) {
        -webkit-animation: staggerUp 1s 11s ease 1 forwards;
        -moz-animation: staggerUp 1s 11s ease 1 forwards;
        animation: staggerUp 1s 11s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(45) {
        -webkit-animation: staggerUp 1s 11.25s ease 1 forwards;
        -moz-animation: staggerUp 1s 11.25s ease 1 forwards;
        animation: staggerUp 1s 11.25s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(46) {
        -webkit-animation: staggerUp 1s 11.5s ease 1 forwards;
        -moz-animation: staggerUp 1s 11.5s ease 1 forwards;
        animation: staggerUp 1s 11.5s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(47) {
        -webkit-animation: staggerUp 1s 11.75s ease 1 forwards;
        -moz-animation: staggerUp 1s 11.75s ease 1 forwards;
        animation: staggerUp 1s 11.75s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(48) {
        -webkit-animation: staggerUp 1s 12s ease 1 forwards;
        -moz-animation: staggerUp 1s 12s ease 1 forwards;
        animation: staggerUp 1s 12s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(49) {
        -webkit-animation: staggerUp 1s 12.25s ease 1 forwards;
        -moz-animation: staggerUp 1s 12.25s ease 1 forwards;
        animation: staggerUp 1s 12.25s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(50) {
        -webkit-animation: staggerUp 1s 12.5s ease 1 forwards;
        -moz-animation: staggerUp 1s 12.5s ease 1 forwards;
        animation: staggerUp 1s 12.5s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(51) {
        -webkit-animation: staggerUp 1s 12.75s ease 1 forwards;
        -moz-animation: staggerUp 1s 12.75s ease 1 forwards;
        animation: staggerUp 1s 12.75s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(52) {
        -webkit-animation: staggerUp 1s 13s ease 1 forwards;
        -moz-animation: staggerUp 1s 13s ease 1 forwards;
        animation: staggerUp 1s 13s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(53) {
        -webkit-animation: staggerUp 1s 13.25s ease 1 forwards;
        -moz-animation: staggerUp 1s 13.25s ease 1 forwards;
        animation: staggerUp 1s 13.25s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(54) {
        -webkit-animation: staggerUp 1s 13.5s ease 1 forwards;
        -moz-animation: staggerUp 1s 13.5s ease 1 forwards;
        animation: staggerUp 1s 13.5s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(55) {
        -webkit-animation: staggerUp 1s 13.75s ease 1 forwards;
        -moz-animation: staggerUp 1s 13.75s ease 1 forwards;
        animation: staggerUp 1s 13.75s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(56) {
        -webkit-animation: staggerUp 1s 14s ease 1 forwards;
        -moz-animation: staggerUp 1s 14s ease 1 forwards;
        animation: staggerUp 1s 14s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(57) {
        -webkit-animation: staggerUp 1s 14.25s ease 1 forwards;
        -moz-animation: staggerUp 1s 14.25s ease 1 forwards;
        animation: staggerUp 1s 14.25s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(58) {
        -webkit-animation: staggerUp 1s 14.5s ease 1 forwards;
        -moz-animation: staggerUp 1s 14.5s ease 1 forwards;
        animation: staggerUp 1s 14.5s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(59) {
        -webkit-animation: staggerUp 1s 14.75s ease 1 forwards;
        -moz-animation: staggerUp 1s 14.75s ease 1 forwards;
        animation: staggerUp 1s 14.75s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(60) {
        -webkit-animation: staggerUp 1s 15s ease 1 forwards;
        -moz-animation: staggerUp 1s 15s ease 1 forwards;
        animation: staggerUp 1s 15s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(61) {
        -webkit-animation: staggerUp 1s 15.25s ease 1 forwards;
        -moz-animation: staggerUp 1s 15.25s ease 1 forwards;
        animation: staggerUp 1s 15.25s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(62) {
        -webkit-animation: staggerUp 1s 15.5s ease 1 forwards;
        -moz-animation: staggerUp 1s 15.5s ease 1 forwards;
        animation: staggerUp 1s 15.5s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(63) {
        -webkit-animation: staggerUp 1s 15.75s ease 1 forwards;
        -moz-animation: staggerUp 1s 15.75s ease 1 forwards;
        animation: staggerUp 1s 15.75s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(64) {
        -webkit-animation: staggerUp 1s 16s ease 1 forwards;
        -moz-animation: staggerUp 1s 16s ease 1 forwards;
        animation: staggerUp 1s 16s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(65) {
        -webkit-animation: staggerUp 1s 16.25s ease 1 forwards;
        -moz-animation: staggerUp 1s 16.25s ease 1 forwards;
        animation: staggerUp 1s 16.25s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(66) {
        -webkit-animation: staggerUp 1s 16.5s ease 1 forwards;
        -moz-animation: staggerUp 1s 16.5s ease 1 forwards;
        animation: staggerUp 1s 16.5s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(67) {
        -webkit-animation: staggerUp 1s 16.75s ease 1 forwards;
        -moz-animation: staggerUp 1s 16.75s ease 1 forwards;
        animation: staggerUp 1s 16.75s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(68) {
        -webkit-animation: staggerUp 1s 17s ease 1 forwards;
        -moz-animation: staggerUp 1s 17s ease 1 forwards;
        animation: staggerUp 1s 17s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(69) {
        -webkit-animation: staggerUp 1s 17.25s ease 1 forwards;
        -moz-animation: staggerUp 1s 17.25s ease 1 forwards;
        animation: staggerUp 1s 17.25s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(70) {
        -webkit-animation: staggerUp 1s 17.5s ease 1 forwards;
        -moz-animation: staggerUp 1s 17.5s ease 1 forwards;
        animation: staggerUp 1s 17.5s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(71) {
        -webkit-animation: staggerUp 1s 17.75s ease 1 forwards;
        -moz-animation: staggerUp 1s 17.75s ease 1 forwards;
        animation: staggerUp 1s 17.75s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(72) {
        -webkit-animation: staggerUp 1s 18s ease 1 forwards;
        -moz-animation: staggerUp 1s 18s ease 1 forwards;
        animation: staggerUp 1s 18s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(73) {
        -webkit-animation: staggerUp 1s 18.25s ease 1 forwards;
        -moz-animation: staggerUp 1s 18.25s ease 1 forwards;
        animation: staggerUp 1s 18.25s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(74) {
        -webkit-animation: staggerUp 1s 18.5s ease 1 forwards;
        -moz-animation: staggerUp 1s 18.5s ease 1 forwards;
        animation: staggerUp 1s 18.5s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(75) {
        -webkit-animation: staggerUp 1s 18.75s ease 1 forwards;
        -moz-animation: staggerUp 1s 18.75s ease 1 forwards;
        animation: staggerUp 1s 18.75s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(76) {
        -webkit-animation: staggerUp 1s 19s ease 1 forwards;
        -moz-animation: staggerUp 1s 19s ease 1 forwards;
        animation: staggerUp 1s 19s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(77) {
        -webkit-animation: staggerUp 1s 19.25s ease 1 forwards;
        -moz-animation: staggerUp 1s 19.25s ease 1 forwards;
        animation: staggerUp 1s 19.25s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(78) {
        -webkit-animation: staggerUp 1s 19.5s ease 1 forwards;
        -moz-animation: staggerUp 1s 19.5s ease 1 forwards;
        animation: staggerUp 1s 19.5s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(79) {
        -webkit-animation: staggerUp 1s 19.75s ease 1 forwards;
        -moz-animation: staggerUp 1s 19.75s ease 1 forwards;
        animation: staggerUp 1s 19.75s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(80) {
        -webkit-animation: staggerUp 1s 20s ease 1 forwards;
        -moz-animation: staggerUp 1s 20s ease 1 forwards;
        animation: staggerUp 1s 20s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(81) {
        -webkit-animation: staggerUp 1s 20.25s ease 1 forwards;
        -moz-animation: staggerUp 1s 20.25s ease 1 forwards;
        animation: staggerUp 1s 20.25s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(82) {
        -webkit-animation: staggerUp 1s 20.5s ease 1 forwards;
        -moz-animation: staggerUp 1s 20.5s ease 1 forwards;
        animation: staggerUp 1s 20.5s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(83) {
        -webkit-animation: staggerUp 1s 20.75s ease 1 forwards;
        -moz-animation: staggerUp 1s 20.75s ease 1 forwards;
        animation: staggerUp 1s 20.75s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(84) {
        -webkit-animation: staggerUp 1s 21s ease 1 forwards;
        -moz-animation: staggerUp 1s 21s ease 1 forwards;
        animation: staggerUp 1s 21s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(85) {
        -webkit-animation: staggerUp 1s 21.25s ease 1 forwards;
        -moz-animation: staggerUp 1s 21.25s ease 1 forwards;
        animation: staggerUp 1s 21.25s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(86) {
        -webkit-animation: staggerUp 1s 21.5s ease 1 forwards;
        -moz-animation: staggerUp 1s 21.5s ease 1 forwards;
        animation: staggerUp 1s 21.5s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(87) {
        -webkit-animation: staggerUp 1s 21.75s ease 1 forwards;
        -moz-animation: staggerUp 1s 21.75s ease 1 forwards;
        animation: staggerUp 1s 21.75s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(88) {
        -webkit-animation: staggerUp 1s 22s ease 1 forwards;
        -moz-animation: staggerUp 1s 22s ease 1 forwards;
        animation: staggerUp 1s 22s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(89) {
        -webkit-animation: staggerUp 1s 22.25s ease 1 forwards;
        -moz-animation: staggerUp 1s 22.25s ease 1 forwards;
        animation: staggerUp 1s 22.25s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(90) {
        -webkit-animation: staggerUp 1s 22.5s ease 1 forwards;
        -moz-animation: staggerUp 1s 22.5s ease 1 forwards;
        animation: staggerUp 1s 22.5s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(91) {
        -webkit-animation: staggerUp 1s 22.75s ease 1 forwards;
        -moz-animation: staggerUp 1s 22.75s ease 1 forwards;
        animation: staggerUp 1s 22.75s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(92) {
        -webkit-animation: staggerUp 1s 23s ease 1 forwards;
        -moz-animation: staggerUp 1s 23s ease 1 forwards;
        animation: staggerUp 1s 23s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(93) {
        -webkit-animation: staggerUp 1s 23.25s ease 1 forwards;
        -moz-animation: staggerUp 1s 23.25s ease 1 forwards;
        animation: staggerUp 1s 23.25s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(94) {
        -webkit-animation: staggerUp 1s 23.5s ease 1 forwards;
        -moz-animation: staggerUp 1s 23.5s ease 1 forwards;
        animation: staggerUp 1s 23.5s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(95) {
        -webkit-animation: staggerUp 1s 23.75s ease 1 forwards;
        -moz-animation: staggerUp 1s 23.75s ease 1 forwards;
        animation: staggerUp 1s 23.75s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(96) {
        -webkit-animation: staggerUp 1s 24s ease 1 forwards;
        -moz-animation: staggerUp 1s 24s ease 1 forwards;
        animation: staggerUp 1s 24s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(97) {
        -webkit-animation: staggerUp 1s 24.25s ease 1 forwards;
        -moz-animation: staggerUp 1s 24.25s ease 1 forwards;
        animation: staggerUp 1s 24.25s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(98) {
        -webkit-animation: staggerUp 1s 24.5s ease 1 forwards;
        -moz-animation: staggerUp 1s 24.5s ease 1 forwards;
        animation: staggerUp 1s 24.5s ease 1 forwards; }
      .pane-resources .resource.stagger-up:nth-child(99) {
        -webkit-animation: staggerUp 1s 24.75s ease 1 forwards;
        -moz-animation: staggerUp 1s 24.75s ease 1 forwards;
        animation: staggerUp 1s 24.75s ease 1 forwards; }

@-webkit-keyframes staggerUp {
  0% {
    margin-top: 90px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

@-moz-keyframes staggerUp {
  0% {
    margin-top: 90px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

@keyframes staggerUp {
  0% {
    margin-top: 90px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }
    .pane-resources .resource:first-of-type {
      padding: 0 10px 0 15px; }
    .pane-resources .resource:last-of-type {
      padding: 0 15px 0 10px; }

@media (max-width: 991px) {
  .pane-resources {
    display: block; }
    .pane-resources .resource {
      padding: 45px 0 0;
      display: block; }
      .pane-resources .resource .wrapper {
        position: relative; }
        .pane-resources .resource .wrapper:after {
          content: " ";
          display: block;
          height: 0;
          clear: both; }
      .pane-resources .resource .heading-3 {
        padding: 0 0 15px; }
        .pane-resources .resource .heading-3:after {
          display: none; }
      .pane-resources .resource img {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        padding: 0; } }
      @media (max-width: 991px) and (min-width: 768px) {
        .pane-resources .resource img {
          float: left;
          width: 50%; } }

@media (max-width: 991px) {
      .pane-resources .resource nav {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        padding: 10% 0 0; } }
      @media (max-width: 991px) and (min-width: 768px) {
        .pane-resources .resource nav {
          float: left;
          width: 50%; } }

@media (max-width: 991px) {
      .pane-resources .resource:first-of-type, .pane-resources .resource:last-of-type {
        margin: 0; }
      .pane-resources .resource:last-of-type {
        padding: 45px 0 0; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .pane-resources .resource:nth-child(2) img {
        left: 50%; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .pane-resources .resource:nth-child(2) nav {
        right: 50%; } }

@media (max-width: 899px) {
  .pane-resources .resource nav {
    padding: 9% 0 0; } }

@media (max-width: 767px) {
  .pane-resources .resource img {
    width: 100%; }
  .pane-resources .resource nav {
    padding: 30px 0; } }

.view-search .container, .view-search #user-login, .view-search .breadcrumb, .view-search .webform-confirmation, .view-search .node-webform, .view-search .modal .modal-dialog, .modal .view-search .modal-dialog {
  padding: 0; }

.view-search .view-empty {
  margin-left: 8.3333333333%;
  padding: 0 15px;
  margin-top: 48px; }

.view-search .search {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 50px;
  position: relative;
  margin-top: 70px; }
  @media (min-width: 1200px) {
    .view-search .search {
      float: left;
      width: 66.6666666667%; } }
  .view-search .search:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 5px;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMTlweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTkgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0NS4xICg0MzUwNCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPlNlYXJjaCBJY29uPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJzZWFyY2gtcmVzdXRzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODYwLjAwMDAwMCwgLTIwMS4wMDAwMDApIiBzdHJva2U9IiMzMzMzMzMiPg0KICAgICAgICAgICAgPGcgaWQ9IlNlYXJjaC1JY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4NjAuMDAwMDAwLCAyMDIuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTE4LjE5ODE2MDYsNi45MjI5OTM3MyBDMTguMTk4MTYwNiwxMC42NjI5NzgxIDE1LjE0MzQ0NDgsMTMuNjk1MzE3OCAxMS4zNzQ1MzExLDEzLjY5NTMxNzggQzcuNjA2MjEzNTIsMTMuNjk1MzE3OCA0LjU1MDkwMTQ4LDEwLjY2Mjk3ODEgNC41NTA5MDE0OCw2LjkyMjk5MzczIEM0LjU1MDkwMTQ4LDMuMTgzMDA5NDEgNy42MDYyMTM1MiwwLjE1MDY2OTY0MyAxMS4zNzQ1MzExLDAuMTUwNjY5NjQzIEMxNS4xNDM0NDQ4LDAuMTUwNjY5NjQzIDE4LjE5ODE2MDYsMy4xODMwMDk0MSAxOC4xOTgxNjA2LDYuOTIyOTkzNzMgWiIgaWQ9IlN0cm9rZS0xIj48L3BhdGg+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTYuMzM0Nzg2NCwxMS40NzY5NDY4IEwwLjEzNzcxOTM1NSwxNy42Mjc0MTk0IiBpZD0iU3Ryb2tlLTMiPjwvcGF0aD4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==");
    cursor: pointer; }
  .view-search .search input {
    border: 0;
    border-bottom: 1px solid #333;
    border-radius: 0;
    box-shadow: none;
    padding-left: 0;
    color: #333;
    font-size: 26px;
    line-height: .8;
    font-weight: 300; }
    .view-search .search input::-webkit-input-placeholder {
      color: #333; }
    .view-search .search input::-moz-placeholder {
      color: #333; }
    .view-search .search input:-moz-placeholder {
      color: #333; }
    .view-search .search input:-ms-input-placeholder {
      color: #333; }
  .view-search .search button {
    position: absolute;
    right: 15px;
    top: 0;
    background: transparent;
    border: 0; }

.view-search .result {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 23px; }
  @media (min-width: 1200px) {
    .view-search .result {
      float: left;
      width: 66.6666666667%; } }
  .view-search .result:before {
    content: '';
    left: 15px;
    top: 0;
    width: 125px;
    height: 1px;
    background-color: #bb0000;
    position: absolute;
    transition: all .5s; }
  .view-search .result:hover:before {
    width: 140px; }
  .view-search .result .heading-5 {
    margin-bottom: 10px;
    margin-top: 20px; }
  .view-search .result a {
    color: #333333;
    transition: all .3s;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1px; }
    .view-search .result a:hover {
      color: #bb0000; }

.share-btn {
  margin: 0 auto;
  padding: 10px 0;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 165px;
  background: #f7f7f7;
  border-color: #b6b6b6; }
  .share-btn .addthis_toolbox a {
    margin: 0;
    display: inline-block;
    float: none;
    font-weight: normal;
    font-size: 14px;
    color: #333; }
    .share-btn .addthis_toolbox a:after {
      margin: 0 0 0 5px;
      display: inline-block;
      content: "";
      width: 5px;
      height: 8px;
      background: url("../img/arrow.svg") no-repeat;
      background-size: 5px 8px; }
    .share-btn .addthis_toolbox a:hover:after {
      background-image: url("../img/arrow-white.svg");
      background-size: 100%; }
    .share-btn .addthis_toolbox a:before {
      margin: 0 8px 0 0;
      display: inline-block;
      position: relative;
      top: 2px;
      content: "";
      width: 19px;
      height: 14px;
      background: url("../img/mail.svg") no-repeat;
      background-size: 100%; }
  .share-btn svg {
    width: 8px;
    height: 8px; }
  .share-btn span {
    display: none; }
  .share-btn:hover .addthis_toolbox a {
    color: white; }
    .share-btn:hover .addthis_toolbox a:before {
      background: url("../img/mail-white.svg") no-repeat; }
    .share-btn:hover .addthis_toolbox a:after {
      background: url("../img/arrow-white.svg") no-repeat;
      background-size: 100%; }

.side-share {
  padding: 20px 0 20px 20px;
  position: absolute;
  top: 160px;
  right: 0;
  z-index: 2;
  font-weight: 600;
  color: #979797;
  width: 180px;
  background: #fff; }
  .side-share > a {
    font-size: 14px; }
  .side-share .add-to-calendar {
    padding: 0 10px 0 0;
    position: relative;
    display: block; }
    .side-share .add-to-calendar:after {
      position: absolute;
      top: 6px;
      right: 0;
      content: "";
      width: 5px;
      height: 8px;
      background: url("../img/arrow-red.svg") no-repeat;
      background-size: 5px 8px; }
    .side-share .add-to-calendar:after {
      margin: 0 0 0 5px;
      position: static;
      display: inline-block; }
  .side-share .share-top {
    padding: 0 20px 0 0;
    color: #26686d; }
    .side-share .share-top > div {
      display: inline-block; }
    .side-share .share-top > a {
      margin: 6px 0 0;
      display: block;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.2; }
    .side-share .share-top .share-label {
      color: #26686d; }
    .side-share .share-top + .share {
      margin: 12px 0 0;
      padding: 12px 20px 0 0;
      border-top: 1px solid #ddd; }
  .side-share .share-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase; }
  .side-share .share-date {
    font-family: "capitamedium", "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal; }
  .side-share .sidebar-glossary ul {
    margin: 12px 0 0;
    padding: 15px 20px 0 0;
    border-top: 1px solid #ddd;
    word-wrap: break-word; }
  .side-share .sidebar-glossary li {
    height: 0;
    line-height: 1;
    visibility: hidden; }
    .side-share .sidebar-glossary li:nth-child(1) {
      -webkit-animation: staggerFadein 0.5s 0.25s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 0.25s ease 1 forwards;
      animation: staggerFadein 0.5s 0.25s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(2) {
      -webkit-animation: staggerFadein 0.5s 0.5s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 0.5s ease 1 forwards;
      animation: staggerFadein 0.5s 0.5s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(3) {
      -webkit-animation: staggerFadein 0.5s 0.75s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 0.75s ease 1 forwards;
      animation: staggerFadein 0.5s 0.75s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(4) {
      -webkit-animation: staggerFadein 0.5s 1s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 1s ease 1 forwards;
      animation: staggerFadein 0.5s 1s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(5) {
      -webkit-animation: staggerFadein 0.5s 1.25s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 1.25s ease 1 forwards;
      animation: staggerFadein 0.5s 1.25s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(6) {
      -webkit-animation: staggerFadein 0.5s 1.5s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 1.5s ease 1 forwards;
      animation: staggerFadein 0.5s 1.5s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(7) {
      -webkit-animation: staggerFadein 0.5s 1.75s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 1.75s ease 1 forwards;
      animation: staggerFadein 0.5s 1.75s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(8) {
      -webkit-animation: staggerFadein 0.5s 2s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 2s ease 1 forwards;
      animation: staggerFadein 0.5s 2s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(9) {
      -webkit-animation: staggerFadein 0.5s 2.25s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 2.25s ease 1 forwards;
      animation: staggerFadein 0.5s 2.25s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(10) {
      -webkit-animation: staggerFadein 0.5s 2.5s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 2.5s ease 1 forwards;
      animation: staggerFadein 0.5s 2.5s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(11) {
      -webkit-animation: staggerFadein 0.5s 2.75s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 2.75s ease 1 forwards;
      animation: staggerFadein 0.5s 2.75s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(12) {
      -webkit-animation: staggerFadein 0.5s 3s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 3s ease 1 forwards;
      animation: staggerFadein 0.5s 3s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(13) {
      -webkit-animation: staggerFadein 0.5s 3.25s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 3.25s ease 1 forwards;
      animation: staggerFadein 0.5s 3.25s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(14) {
      -webkit-animation: staggerFadein 0.5s 3.5s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 3.5s ease 1 forwards;
      animation: staggerFadein 0.5s 3.5s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(15) {
      -webkit-animation: staggerFadein 0.5s 3.75s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 3.75s ease 1 forwards;
      animation: staggerFadein 0.5s 3.75s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(16) {
      -webkit-animation: staggerFadein 0.5s 4s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 4s ease 1 forwards;
      animation: staggerFadein 0.5s 4s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(17) {
      -webkit-animation: staggerFadein 0.5s 4.25s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 4.25s ease 1 forwards;
      animation: staggerFadein 0.5s 4.25s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(18) {
      -webkit-animation: staggerFadein 0.5s 4.5s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 4.5s ease 1 forwards;
      animation: staggerFadein 0.5s 4.5s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(19) {
      -webkit-animation: staggerFadein 0.5s 4.75s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 4.75s ease 1 forwards;
      animation: staggerFadein 0.5s 4.75s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(20) {
      -webkit-animation: staggerFadein 0.5s 5s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 5s ease 1 forwards;
      animation: staggerFadein 0.5s 5s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(21) {
      -webkit-animation: staggerFadein 0.5s 5.25s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 5.25s ease 1 forwards;
      animation: staggerFadein 0.5s 5.25s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(22) {
      -webkit-animation: staggerFadein 0.5s 5.5s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 5.5s ease 1 forwards;
      animation: staggerFadein 0.5s 5.5s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(23) {
      -webkit-animation: staggerFadein 0.5s 5.75s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 5.75s ease 1 forwards;
      animation: staggerFadein 0.5s 5.75s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(24) {
      -webkit-animation: staggerFadein 0.5s 6s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 6s ease 1 forwards;
      animation: staggerFadein 0.5s 6s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(25) {
      -webkit-animation: staggerFadein 0.5s 6.25s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 6.25s ease 1 forwards;
      animation: staggerFadein 0.5s 6.25s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(26) {
      -webkit-animation: staggerFadein 0.5s 6.5s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 6.5s ease 1 forwards;
      animation: staggerFadein 0.5s 6.5s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(27) {
      -webkit-animation: staggerFadein 0.5s 6.75s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 6.75s ease 1 forwards;
      animation: staggerFadein 0.5s 6.75s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(28) {
      -webkit-animation: staggerFadein 0.5s 7s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 7s ease 1 forwards;
      animation: staggerFadein 0.5s 7s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(29) {
      -webkit-animation: staggerFadein 0.5s 7.25s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 7.25s ease 1 forwards;
      animation: staggerFadein 0.5s 7.25s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(30) {
      -webkit-animation: staggerFadein 0.5s 7.5s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 7.5s ease 1 forwards;
      animation: staggerFadein 0.5s 7.5s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(31) {
      -webkit-animation: staggerFadein 0.5s 7.75s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 7.75s ease 1 forwards;
      animation: staggerFadein 0.5s 7.75s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(32) {
      -webkit-animation: staggerFadein 0.5s 8s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 8s ease 1 forwards;
      animation: staggerFadein 0.5s 8s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(33) {
      -webkit-animation: staggerFadein 0.5s 8.25s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 8.25s ease 1 forwards;
      animation: staggerFadein 0.5s 8.25s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(34) {
      -webkit-animation: staggerFadein 0.5s 8.5s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 8.5s ease 1 forwards;
      animation: staggerFadein 0.5s 8.5s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(35) {
      -webkit-animation: staggerFadein 0.5s 8.75s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 8.75s ease 1 forwards;
      animation: staggerFadein 0.5s 8.75s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(36) {
      -webkit-animation: staggerFadein 0.5s 9s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 9s ease 1 forwards;
      animation: staggerFadein 0.5s 9s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(37) {
      -webkit-animation: staggerFadein 0.5s 9.25s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 9.25s ease 1 forwards;
      animation: staggerFadein 0.5s 9.25s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(38) {
      -webkit-animation: staggerFadein 0.5s 9.5s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 9.5s ease 1 forwards;
      animation: staggerFadein 0.5s 9.5s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(39) {
      -webkit-animation: staggerFadein 0.5s 9.75s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 9.75s ease 1 forwards;
      animation: staggerFadein 0.5s 9.75s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(40) {
      -webkit-animation: staggerFadein 0.5s 10s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 10s ease 1 forwards;
      animation: staggerFadein 0.5s 10s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(41) {
      -webkit-animation: staggerFadein 0.5s 10.25s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 10.25s ease 1 forwards;
      animation: staggerFadein 0.5s 10.25s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(42) {
      -webkit-animation: staggerFadein 0.5s 10.5s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 10.5s ease 1 forwards;
      animation: staggerFadein 0.5s 10.5s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(43) {
      -webkit-animation: staggerFadein 0.5s 10.75s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 10.75s ease 1 forwards;
      animation: staggerFadein 0.5s 10.75s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(44) {
      -webkit-animation: staggerFadein 0.5s 11s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 11s ease 1 forwards;
      animation: staggerFadein 0.5s 11s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(45) {
      -webkit-animation: staggerFadein 0.5s 11.25s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 11.25s ease 1 forwards;
      animation: staggerFadein 0.5s 11.25s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(46) {
      -webkit-animation: staggerFadein 0.5s 11.5s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 11.5s ease 1 forwards;
      animation: staggerFadein 0.5s 11.5s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(47) {
      -webkit-animation: staggerFadein 0.5s 11.75s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 11.75s ease 1 forwards;
      animation: staggerFadein 0.5s 11.75s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(48) {
      -webkit-animation: staggerFadein 0.5s 12s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 12s ease 1 forwards;
      animation: staggerFadein 0.5s 12s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(49) {
      -webkit-animation: staggerFadein 0.5s 12.25s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 12.25s ease 1 forwards;
      animation: staggerFadein 0.5s 12.25s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(50) {
      -webkit-animation: staggerFadein 0.5s 12.5s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 12.5s ease 1 forwards;
      animation: staggerFadein 0.5s 12.5s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(51) {
      -webkit-animation: staggerFadein 0.5s 12.75s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 12.75s ease 1 forwards;
      animation: staggerFadein 0.5s 12.75s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(52) {
      -webkit-animation: staggerFadein 0.5s 13s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 13s ease 1 forwards;
      animation: staggerFadein 0.5s 13s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(53) {
      -webkit-animation: staggerFadein 0.5s 13.25s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 13.25s ease 1 forwards;
      animation: staggerFadein 0.5s 13.25s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(54) {
      -webkit-animation: staggerFadein 0.5s 13.5s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 13.5s ease 1 forwards;
      animation: staggerFadein 0.5s 13.5s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(55) {
      -webkit-animation: staggerFadein 0.5s 13.75s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 13.75s ease 1 forwards;
      animation: staggerFadein 0.5s 13.75s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(56) {
      -webkit-animation: staggerFadein 0.5s 14s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 14s ease 1 forwards;
      animation: staggerFadein 0.5s 14s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(57) {
      -webkit-animation: staggerFadein 0.5s 14.25s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 14.25s ease 1 forwards;
      animation: staggerFadein 0.5s 14.25s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(58) {
      -webkit-animation: staggerFadein 0.5s 14.5s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 14.5s ease 1 forwards;
      animation: staggerFadein 0.5s 14.5s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(59) {
      -webkit-animation: staggerFadein 0.5s 14.75s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 14.75s ease 1 forwards;
      animation: staggerFadein 0.5s 14.75s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(60) {
      -webkit-animation: staggerFadein 0.5s 15s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 15s ease 1 forwards;
      animation: staggerFadein 0.5s 15s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(61) {
      -webkit-animation: staggerFadein 0.5s 15.25s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 15.25s ease 1 forwards;
      animation: staggerFadein 0.5s 15.25s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(62) {
      -webkit-animation: staggerFadein 0.5s 15.5s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 15.5s ease 1 forwards;
      animation: staggerFadein 0.5s 15.5s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(63) {
      -webkit-animation: staggerFadein 0.5s 15.75s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 15.75s ease 1 forwards;
      animation: staggerFadein 0.5s 15.75s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(64) {
      -webkit-animation: staggerFadein 0.5s 16s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 16s ease 1 forwards;
      animation: staggerFadein 0.5s 16s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(65) {
      -webkit-animation: staggerFadein 0.5s 16.25s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 16.25s ease 1 forwards;
      animation: staggerFadein 0.5s 16.25s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(66) {
      -webkit-animation: staggerFadein 0.5s 16.5s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 16.5s ease 1 forwards;
      animation: staggerFadein 0.5s 16.5s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(67) {
      -webkit-animation: staggerFadein 0.5s 16.75s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 16.75s ease 1 forwards;
      animation: staggerFadein 0.5s 16.75s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(68) {
      -webkit-animation: staggerFadein 0.5s 17s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 17s ease 1 forwards;
      animation: staggerFadein 0.5s 17s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(69) {
      -webkit-animation: staggerFadein 0.5s 17.25s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 17.25s ease 1 forwards;
      animation: staggerFadein 0.5s 17.25s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(70) {
      -webkit-animation: staggerFadein 0.5s 17.5s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 17.5s ease 1 forwards;
      animation: staggerFadein 0.5s 17.5s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(71) {
      -webkit-animation: staggerFadein 0.5s 17.75s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 17.75s ease 1 forwards;
      animation: staggerFadein 0.5s 17.75s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(72) {
      -webkit-animation: staggerFadein 0.5s 18s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 18s ease 1 forwards;
      animation: staggerFadein 0.5s 18s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(73) {
      -webkit-animation: staggerFadein 0.5s 18.25s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 18.25s ease 1 forwards;
      animation: staggerFadein 0.5s 18.25s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(74) {
      -webkit-animation: staggerFadein 0.5s 18.5s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 18.5s ease 1 forwards;
      animation: staggerFadein 0.5s 18.5s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(75) {
      -webkit-animation: staggerFadein 0.5s 18.75s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 18.75s ease 1 forwards;
      animation: staggerFadein 0.5s 18.75s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(76) {
      -webkit-animation: staggerFadein 0.5s 19s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 19s ease 1 forwards;
      animation: staggerFadein 0.5s 19s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(77) {
      -webkit-animation: staggerFadein 0.5s 19.25s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 19.25s ease 1 forwards;
      animation: staggerFadein 0.5s 19.25s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(78) {
      -webkit-animation: staggerFadein 0.5s 19.5s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 19.5s ease 1 forwards;
      animation: staggerFadein 0.5s 19.5s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(79) {
      -webkit-animation: staggerFadein 0.5s 19.75s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 19.75s ease 1 forwards;
      animation: staggerFadein 0.5s 19.75s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(80) {
      -webkit-animation: staggerFadein 0.5s 20s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 20s ease 1 forwards;
      animation: staggerFadein 0.5s 20s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(81) {
      -webkit-animation: staggerFadein 0.5s 20.25s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 20.25s ease 1 forwards;
      animation: staggerFadein 0.5s 20.25s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(82) {
      -webkit-animation: staggerFadein 0.5s 20.5s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 20.5s ease 1 forwards;
      animation: staggerFadein 0.5s 20.5s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(83) {
      -webkit-animation: staggerFadein 0.5s 20.75s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 20.75s ease 1 forwards;
      animation: staggerFadein 0.5s 20.75s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(84) {
      -webkit-animation: staggerFadein 0.5s 21s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 21s ease 1 forwards;
      animation: staggerFadein 0.5s 21s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(85) {
      -webkit-animation: staggerFadein 0.5s 21.25s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 21.25s ease 1 forwards;
      animation: staggerFadein 0.5s 21.25s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(86) {
      -webkit-animation: staggerFadein 0.5s 21.5s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 21.5s ease 1 forwards;
      animation: staggerFadein 0.5s 21.5s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(87) {
      -webkit-animation: staggerFadein 0.5s 21.75s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 21.75s ease 1 forwards;
      animation: staggerFadein 0.5s 21.75s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(88) {
      -webkit-animation: staggerFadein 0.5s 22s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 22s ease 1 forwards;
      animation: staggerFadein 0.5s 22s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(89) {
      -webkit-animation: staggerFadein 0.5s 22.25s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 22.25s ease 1 forwards;
      animation: staggerFadein 0.5s 22.25s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(90) {
      -webkit-animation: staggerFadein 0.5s 22.5s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 22.5s ease 1 forwards;
      animation: staggerFadein 0.5s 22.5s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(91) {
      -webkit-animation: staggerFadein 0.5s 22.75s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 22.75s ease 1 forwards;
      animation: staggerFadein 0.5s 22.75s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(92) {
      -webkit-animation: staggerFadein 0.5s 23s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 23s ease 1 forwards;
      animation: staggerFadein 0.5s 23s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(93) {
      -webkit-animation: staggerFadein 0.5s 23.25s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 23.25s ease 1 forwards;
      animation: staggerFadein 0.5s 23.25s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(94) {
      -webkit-animation: staggerFadein 0.5s 23.5s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 23.5s ease 1 forwards;
      animation: staggerFadein 0.5s 23.5s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(95) {
      -webkit-animation: staggerFadein 0.5s 23.75s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 23.75s ease 1 forwards;
      animation: staggerFadein 0.5s 23.75s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(96) {
      -webkit-animation: staggerFadein 0.5s 24s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 24s ease 1 forwards;
      animation: staggerFadein 0.5s 24s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(97) {
      -webkit-animation: staggerFadein 0.5s 24.25s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 24.25s ease 1 forwards;
      animation: staggerFadein 0.5s 24.25s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(98) {
      -webkit-animation: staggerFadein 0.5s 24.5s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 24.5s ease 1 forwards;
      animation: staggerFadein 0.5s 24.5s ease 1 forwards; }
    .side-share .sidebar-glossary li:nth-child(99) {
      -webkit-animation: staggerFadein 0.5s 24.75s ease 1 forwards;
      -moz-animation: staggerFadein 0.5s 24.75s ease 1 forwards;
      animation: staggerFadein 0.5s 24.75s ease 1 forwards; }

@-webkit-keyframes staggerFadein {
  0% {
    height: 0;
    visibility: hidden;
    opacity: 0; }
  100% {
    height: 100%;
    visibility: visible;
    opacity: 1; } }

@-moz-keyframes staggerFadein {
  0% {
    height: 0;
    visibility: hidden;
    opacity: 0; }
  100% {
    height: 100%;
    visibility: visible;
    opacity: 1; } }

@keyframes staggerFadein {
  0% {
    height: 0;
    visibility: hidden;
    opacity: 0; }
  100% {
    height: 100%;
    visibility: visible;
    opacity: 1; } }
    .side-share .sidebar-glossary li:last-child a:after {
      display: none; }
  .side-share .sidebar-glossary a {
    font-size: 14px;
    font-weight: normal;
    color: #333; }
    .side-share .sidebar-glossary a:after {
      margin: 8px 0 10px;
      display: block;
      content: "";
      width: 21px;
      height: 1px;
      background: #b3b3b3; }
    .side-share .sidebar-glossary a:hover {
      color: #26686d; }
  .side-share .sidebar-glossary + .share {
    padding: 15px 0 0; }
  .side-share .share-email, .side-share .share {
    display: inline-block; }
  .side-share .share .share-label, .side-share .share .print-page {
    font-weight: normal;
    font-size: 14px;
    color: #333;
    text-transform: initial; }
  .side-share .share .share-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer; }
  .side-share .share .share-icons {
    margin: 8px 0 0;
    line-height: 1; }
    .side-share .share .share-icons a {
      margin: 0 2px 0 0;
      display: inline-block; }
    .side-share .share .share-icons svg {
      display: block;
      width: 19px;
      height: 14px; }
  .side-share .share .print-page:before {
    margin: 0 6px 0 0;
    display: inline-block;
    position: relative;
    content: "";
    top: 3px;
    left: -1px;
    width: 21px;
    height: 16px;
    background: url("../img/print.svg") no-repeat;
    background-size: 100%; }
  .side-share .share .print-page:hover {
    color: #26686d; }
    .side-share .share .print-page:hover:before {
      background-image: url("../img/print-teal.svg");
      background-size: 100%; }
  .side-share .share + .add-to-calendar {
    margin: 12px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid #ddd; }
  .side-share .share-email {
    margin: 12px 0 0;
    padding: 15px 20px 0 0;
    border-top: 1px solid #ddd; }
    .side-share .share-email a {
      margin: 0;
      padding: 0;
      display: block;
      float: none;
      font-weight: normal;
      font-size: 14px;
      color: #333; }
      .side-share .share-email a:before {
        margin: 0 8px 0 0;
        display: inline-block;
        position: relative;
        top: 2px;
        content: "";
        width: 19px;
        height: 14px;
        background: url("../img/mail.svg");
        background-repeat: no-repeat;
        background-size: 100%; }
      .side-share .share-email a:hover {
        color: #26686d; }
        .side-share .share-email a:hover:before {
          background: url("../img/mail-teal.svg");
          background-size: 100%; }
    .side-share .share-email span {
      display: none; }
    .side-share .share-email + .share {
      margin: 4px 0 0;
      padding: 0 20px 0 0;
      border-top: none; }
  .side-share .side-share-bottom {
    margin: 12px 0 0;
    border-top: 1px solid #ddd; }
    .side-share .side-share-bottom > div {
      margin: 0 !important; }
    .side-share .side-share-bottom > .share {
      padding: 12px 0 0; }
    .side-share .side-share-bottom .share-email + .share {
      padding: 8px 20px 0 0;
      vertical-align: top;
      line-height: 1; }
    .side-share .side-share-bottom .share-email {
      vertical-align: bottom;
      border-top: none; }
  .side-share.side-share-has-header {
    top: 570px; }
  .side-share.side-share-has-header-links {
    top: 690px; }
  .side-share.side-share-has-col-img {
    top: 770px; }

.pane-share {
  text-align: center;
  margin-top: 70px;
  position: relative; }
  .pane-share:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    display: block;
    height: 2px;
    border-top: 1px solid #ddd;
    width: 100%; }
  .pane-share:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    display: block;
    background: #f7f7f7;
    height: 40px;
    width: 25%;
    z-index: 0;
    top: 0; }
  .pane-share.fieldable-panels-pane {
    margin: 70px 50px 0;
    padding: 0;
    max-width: 660px; }

.share-faq .addthis_sharing_toolbox {
  display: none; }

.share-faq:hover .addthis_sharing_toolbox {
  display: inline-block; }

@media (max-width: 991px) {
  .side-share {
    width: auto; }
    .side-share .share-top {
      margin: 0 0 10px;
      padding: 0 0 10px;
      border-bottom: 1px solid #ddd; }
    .side-share .share-email {
      margin: 0;
      padding: 0 20px 0 0;
      border: 0; }
      .side-share .share-email + .share {
        margin: 0;
        padding: 0; }
    .side-share .side-share-bottom {
      margin: 0;
      border: 0; }
    .side-share .sidebar-glossary ul {
      margin: 0;
      padding: 0;
      border: 0; }
    .side-share .sidebar-glossary + .side-share-bottom {
      margin: 12px 0 0;
      padding: 10px 0 0;
      border-top: 1px solid #ddd; } }

@media (max-width: 767px) {
  .side-share {
    padding: 20px; } }

@media (max-width: 480px) {
  .pane-share.fieldable-panels-pane {
    margin: 70px 20px 0; } }

@media (max-width: 767px) {
  .pane-type-stats-combined {
    position: relative;
    float: left;
    width: 66.6666666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.3333333333%;
    padding: 0; } }

.pane-type-stats-combined.no-top-margin {
  padding-top: 0 !important;
  margin-top: 0 !important; }

.pane-type-stats-combined.no-bottom-margin {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.pane-type-stats-combined .pane-content {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0; }
  @media (min-width: 768px) {
    .pane-type-stats-combined .pane-content {
      float: left;
      width: 66.6666666667%; } }
  @media (min-width: 768px) {
    .pane-type-stats-combined .pane-content {
      margin-left: 8.3333333333%; } }

.pane-type-stats-combined .stats-combined__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 270px;
  text-align: center; }
  @media (max-width: 991px) {
    .pane-type-stats-combined .stats-combined__item {
      min-height: 171px; } }
  @media (max-width: 767px) {
    .pane-type-stats-combined .stats-combined__item {
      min-height: 189px; } }
  .pane-type-stats-combined .stats-combined__item-statement {
    max-width: 570px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
    color: #bb0000; }
    @media (max-width: 1199px) {
      .pane-type-stats-combined .stats-combined__item-statement {
        max-width: 470px; } }
    @media (max-width: 991px) {
      .pane-type-stats-combined .stats-combined__item-statement {
        font-size: 18px;
        line-height: 25px;
        padding: 0 15px; } }
    @media (max-width: 480px) {
      .pane-type-stats-combined .stats-combined__item-statement {
        max-width: 282px; } }
  .pane-type-stats-combined .stats-combined__item-number {
    margin-bottom: 6px;
    font-size: 85px;
    font-weight: 300;
    color: #bb0000;
    letter-spacing: -2px;
    line-height: 102px; }
    @media (max-width: 1199px) {
      .pane-type-stats-combined .stats-combined__item-number {
        font-size: 60px; } }
    @media (max-width: 991px) {
      .pane-type-stats-combined .stats-combined__item-number {
        line-height: 77px; } }
    .pane-type-stats-combined .stats-combined__item-number-qualifier {
      font-size: 24px;
      line-height: 29px;
      text-transform: uppercase;
      letter-spacing: normal; }
      @media (max-width: 991px) {
        .pane-type-stats-combined .stats-combined__item-number-qualifier {
          display: block;
          margin-top: -4px;
          margin-left: -10px; } }
  .pane-type-stats-combined .stats-combined__item-source {
    max-width: 470px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 2px;
    font-style: italic;
    font-weight: 600;
    color: #666666; }
    @media (max-width: 991px) {
      .pane-type-stats-combined .stats-combined__item-source {
        max-width: 325px;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 1px; } }
    @media (max-width: 767px) {
      .pane-type-stats-combined .stats-combined__item-source {
        max-width: 220px; } }

.pane-type-stats-combined .stats-combined .slick-list {
  margin: 0; }

.pane-type-stats-combined .stats-combined .slick-track {
  display: flex;
  flex-direction: row;
  padding-bottom: 10px;
  border-bottom: 3px solid #bb0000; }

.pane-type-stats-combined .stats-combined .slick-prev,
.pane-type-stats-combined .stats-combined .slick-next {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background: url("../img/arrow-direction-dark.svg") no-repeat;
  right: 0;
  transition: right 0.3s, left 0.3s; }
  @media (max-width: 991px) {
    .pane-type-stats-combined .stats-combined .slick-prev,
    .pane-type-stats-combined .stats-combined .slick-next {
      right: 0; } }
  .pane-type-stats-combined .stats-combined .slick-prev:hover,
  .pane-type-stats-combined .stats-combined .slick-next:hover {
    right: -3px;
    background-image: url("../img/arrow-direction-red.svg"); }

.pane-type-stats-combined .stats-combined .slick-prev {
  transform: rotate(180deg);
  transform-origin: 50% 26%;
  background-position: -1px 0;
  left: 0;
  z-index: 2; }
  @media (max-width: 991px) {
    .pane-type-stats-combined .stats-combined .slick-prev {
      left: 0; } }
  .pane-type-stats-combined .stats-combined .slick-prev:hover {
    left: -3px; }

.pane-twitter {
  position: relative; }
  .pane-twitter svg {
    margin: 0 auto -12px;
    display: block;
    position: relative;
    z-index: 1;
    width: 90px;
    height: 26px;
    background-color: white; }
  .pane-twitter .pane-content {
    position: relative;
    float: left;
    width: 83.3333333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0; }
    @media (min-width: 1200px) {
      .pane-twitter .pane-content {
        float: left;
        width: 100%; } }
    @media (min-width: 1200px) {
      .pane-twitter .pane-content {
        margin-left: 0%; } }
  .pane-twitter .twitter-carousel-top {
    position: relative;
    border-bottom: 1px solid #D0D0D0; }
  .pane-twitter .slick-prev,
  .pane-twitter .slick-next {
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    right: -50px;
    background: url("../img/arrow-direction.svg") no-repeat; }
    @media (min-width: 1199px) {
      .pane-twitter .slick-prev,
      .pane-twitter .slick-next {
        position: absolute;
        top: 40px;
        left: auto;
        right: 15px; } }
    @media (max-width: 767px) {
      .pane-twitter .slick-prev,
      .pane-twitter .slick-next {
        right: -25px; } }
    @media (max-width: 480px) {
      .pane-twitter .slick-prev,
      .pane-twitter .slick-next {
        right: -18px; } }
    .pane-twitter .slick-prev:before,
    .pane-twitter .slick-next:before {
      display: none; }
  .pane-twitter .slick-prev {
    right: 90px;
    transform: rotate(180deg);
    transform-origin: 50% 26%; }
    @media (max-width: 1499px) {
      .pane-twitter .slick-prev {
        right: 70px; } }
    @media (max-width: 1199px) {
      .pane-twitter .slick-prev {
        left: -50px;
        right: auto; } }
    @media (max-width: 767px) {
      .pane-twitter .slick-prev {
        left: -25px; } }
    @media (max-width: 480px) {
      .pane-twitter .slick-prev {
        left: -18px; } }
  .pane-twitter .twitter-carousel {
    margin: 0 -15px;
    padding-top: 85px; }
    .pane-twitter .twitter-carousel:before, .pane-twitter .twitter-carousel:after {
      display: table;
      content: " "; }
    .pane-twitter .twitter-carousel:after {
      clear: both; }
    @media (max-width: 1499px) {
      .pane-twitter .twitter-carousel {
        padding-top: 100px; } }
    @media (max-width: 767px) {
      .pane-twitter .twitter-carousel {
        padding-top: 70px; } }
  .pane-twitter .twitter-carousel-item {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    outline: none; }
    @media (min-width: 1200px) {
      .pane-twitter .twitter-carousel-item {
        float: left;
        width: 33.3333333333%; } }
  .pane-twitter .twitter-carousel-item-wrapper {
    padding-top: 15px;
    box-shadow: 5px 4px 6px 0 rgba(0, 0, 0, 0.04);
    border-bottom: 3px solid #bb0000; }
    .pane-twitter .twitter-carousel-item-wrapper:before, .pane-twitter .twitter-carousel-item-wrapper:after {
      display: table;
      content: " "; }
    .pane-twitter .twitter-carousel-item-wrapper:after {
      clear: both; }
    @media (max-width: 767px) {
      .pane-twitter .twitter-carousel-item-wrapper {
        padding-top: 0; } }
  .pane-twitter .twitter-carousel-posted-date {
    text-transform: uppercase;
    letter-spacing: 2px; }
  .pane-twitter .twitter-carousel-name {
    margin: 5px 0;
    text-transform: uppercase; }
    .pane-twitter .twitter-carousel-name a {
      color: #bb0000;
      letter-spacing: 2px; }
  .pane-twitter .twitter-carousel-username a {
    font-weight: 400;
    font-style: italic;
    color: #666666; }
  .pane-twitter .twitter-carousel-item-img {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0 25px 0 0;
    border-radius: 8px; }
    @media (max-width: 1199px) {
      .pane-twitter .twitter-carousel-item-img {
        padding: 0 10px 0 0; } }
    .pane-twitter .twitter-carousel-item-img img {
      width: 100%;
      height: auto;
      border-radius: 8px; }
  .pane-twitter .twitter-carousel-item-header {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0 0 0 5px; }
    @media (max-width: 1199px) {
      .pane-twitter .twitter-carousel-item-header {
        padding: 0 0 0 10px; } }
  .pane-twitter .twitter-carousel-item-content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0; }
    .pane-twitter .twitter-carousel-item-content img {
      margin: 35px 0 0; }
    .pane-twitter .twitter-carousel-item-content p {
      margin: 30px 15px 40px 0; }

.pane-type-copy-with-two-column-list .pane-content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0 5px; }
  @media (min-width: 992px) {
    .pane-type-copy-with-two-column-list .pane-content {
      float: left;
      width: 66.6666666667%; } }
  .pane-type-copy-with-two-column-list .pane-content a {
    margin-top: 22px;
    display: table; }
  .pane-type-copy-with-two-column-list .pane-content .heading-4 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px; }
    .pane-type-copy-with-two-column-list .pane-content .heading-4:after {
      content: '';
      width: 50px;
      height: 1px;
      background-color: #bb0000;
      position: absolute;
      left: 0;
      bottom: 0; }
    @media (max-width: 991px) {
      .pane-type-copy-with-two-column-list .pane-content .heading-4 {
        margin-bottom: 25px; } }
  .pane-type-copy-with-two-column-list .pane-content .copy {
    margin-bottom: 30px; }
  .pane-type-copy-with-two-column-list .pane-content p {
    color: #333;
    margin-bottom: 15px; }
  .pane-type-copy-with-two-column-list .pane-content ul {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    margin-top: 0;
    margin-bottom: 40px;
    list-style: none;
    padding-right: 0; }
    @media (min-width: 768px) {
      .pane-type-copy-with-two-column-list .pane-content ul {
        float: left;
        width: 108.333333333%; } }
    @media (min-width: 992px) {
      .pane-type-copy-with-two-column-list .pane-content ul {
        float: left;
        width: 100%; } }
    .pane-type-copy-with-two-column-list .pane-content ul li {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      margin-bottom: 0;
      position: relative;
      padding-left: 0;
      padding-right: 45px;
      font-size: 16px;
      color: #333;
      line-height: 26px;
      font-weight: 400; }
      @media (min-width: 992px) {
        .pane-type-copy-with-two-column-list .pane-content ul li {
          float: left;
          width: 50%; } }
      .pane-type-copy-with-two-column-list .pane-content ul li a {
        margin-top: 4px; }
        .pane-type-copy-with-two-column-list .pane-content ul li a:hover {
          text-decoration: underline; }
      @media (max-width: 991px) {
        .pane-type-copy-with-two-column-list .pane-content ul li {
          padding-right: 15px; } }

.pane-type-video .container, .pane-type-video #user-login, .pane-type-video .breadcrumb, .pane-type-video .webform-confirmation, .pane-type-video .node-webform, .pane-type-video .modal .modal-dialog, .modal .pane-type-video .modal-dialog {
  padding: 0; }

.pane-type-video .image {
  background-size: cover;
  background-position: center center; }

.pane-type-video .media-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.pane-type-video.video-default .media-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  float: none !important;
  height: 537px;
  margin-bottom: 24px;
  display: inline-block; }
  @media (min-width: 768px) {
    .pane-type-video.video-default .media-wrapper {
      float: left;
      width: 83.3333333333%; } }
  @media (min-width: 768px) {
    .pane-type-video.video-default .media-wrapper {
      margin-left: 8.3333333333%; } }
  @media (min-width: 992px) {
    .pane-type-video.video-default .media-wrapper {
      float: left;
      width: 66.6666666667%; } }
  @media (max-width: 1499px) {
    .pane-type-video.video-default .media-wrapper {
      height: 423px; } }
  @media (max-width: 1199px) {
    .pane-type-video.video-default .media-wrapper {
      height: 347px; } }
  @media (max-width: 991px) {
    .pane-type-video.video-default .media-wrapper {
      height: 334px; } }
  @media (max-width: 767px) {
    .pane-type-video.video-default .media-wrapper {
      height: 100%; } }

.pane-type-video.video-default .image {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover; }
  @media (max-width: 767px) {
    .pane-type-video.video-default .image {
      top: 0;
      transform: none;
      left: 0;
      padding-top: 56%;
      margin-bottom: 0; } }
  .pane-type-video.video-default .image span {
    z-index: 1; }

.pane-type-video.video-default .title {
  position: relative;
  margin-bottom: 30px;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .pane-type-video.video-default .title {
      margin-left: 8.3333333333%; } }

.pane-type-video.video-default .content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .pane-type-video.video-default .content {
      float: left;
      width: 83.3333333333%; } }
  @media (min-width: 768px) {
    .pane-type-video.video-default .content {
      margin-left: 8.3333333333%; } }
  @media (min-width: 992px) {
    .pane-type-video.video-default .content {
      float: left;
      width: 66.6666666667%; } }
  .pane-type-video.video-default .content:after {
    content: '';
    height: 3px;
    background-color: #bb0000;
    width: calc(100% - 30px);
    left: 15px;
    bottom: 0;
    position: absolute; }
  .pane-type-video.video-default .content span {
    font-size: 12px;
    color: #bb0000;
    line-height: 14px;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block; }

.pane-type-video.video-medium .pane-content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: none !important;
  padding: 0; }
  @media (min-width: 992px) {
    .pane-type-video.video-medium .pane-content {
      float: left;
      width: 66.6666666667%; } }
  @media (min-width: 992px) {
    .pane-type-video.video-medium .pane-content {
      margin-left: 8.3333333333%; } }

.pane-type-video.video-medium .title {
  padding: 0 15px;
  margin-bottom: -20px; }

.pane-type-video.video-medium .video-item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-top: 50px; }
  @media (min-width: 768px) {
    .pane-type-video.video-medium .video-item {
      float: left;
      width: 50%; } }

.pane-type-video.video-medium .image {
  height: 259px;
  margin-top: 0;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1499px) {
    .pane-type-video.video-medium .image {
      height: 202px; } }
  @media (max-width: 1199px) {
    .pane-type-video.video-medium .image {
      height: 165px; } }
  @media (max-width: 991px) {
    .pane-type-video.video-medium .image {
      height: 158px; } }
  @media (max-width: 991px) {
    .pane-type-video.video-medium .image {
      top: 0;
      transform: none;
      left: 0;
      padding-top: 55.85%;
      height: auto; } }
  .pane-type-video.video-medium .image span {
    z-index: 1; }

.pane-type-video.video-medium .content {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0; }
  .pane-type-video.video-medium .content:after {
    content: '';
    height: 3px;
    background-color: #bb0000;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute; }
  .pane-type-video.video-medium .content span {
    font-size: 12px;
    color: #bb0000;
    line-height: 14px;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block; }

.pane-type-video.video-small .pane-content {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: none !important;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  @media (min-width: 992px) {
    .pane-type-video.video-small .pane-content {
      float: left;
      width: 66.6666666667%; } }
  @media (min-width: 992px) {
    .pane-type-video.video-small .pane-content {
      margin-left: 8.3333333333%; } }
  @media (max-width: 767px) {
    .pane-type-video.video-small .pane-content {
      display: block; } }

.pane-type-video.video-small .title {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-bottom: -20px; }

.pane-type-video.video-small .video-item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-top: 50px; }
  @media (min-width: 768px) {
    .pane-type-video.video-small .video-item {
      float: left;
      width: 33.3333333333%; } }

.pane-type-video.video-small .image {
  height: 167px;
  margin-top: 0;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1499px) {
    .pane-type-video.video-small .image {
      height: 130px; } }
  @media (max-width: 1199px) {
    .pane-type-video.video-small .image {
      height: 105px; } }
  @media (max-width: 991px) {
    .pane-type-video.video-small .image {
      height: 101px; } }
  @media (max-width: 767px) {
    .pane-type-video.video-small .image {
      height: auto;
      top: 0;
      transform: none;
      left: 0;
      padding-top: 55.85%; } }
  .pane-type-video.video-small .image .media-play {
    height: 45px;
    width: 45px; }
    .pane-type-video.video-small .image .media-play:before {
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 13px solid white; }
  .pane-type-video.video-small .image span {
    z-index: 1; }

.pane-type-video.video-small .content {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0; }
  .pane-type-video.video-small .content:after {
    content: '';
    height: 3px;
    background-color: #bb0000;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute; }
  .pane-type-video.video-small .content span {
    font-size: 12px;
    color: #bb0000;
    line-height: 14px;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block; }

.region-closing {
  margin-top: 70px; }
  .region-closing p a {
    padding: 0 10px 0 0;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: #bb0000;
    text-transform: uppercase; }
    .region-closing p a:after {
      position: absolute;
      top: 6px;
      right: 0;
      content: "";
      width: 5px;
      height: 8px;
      background: url("../img/arrow-red.svg") no-repeat;
      background-size: 5px 8px; }
    .region-closing p a:before {
      display: block;
      position: absolute;
      left: 0;
      bottom: -1px;
      content: '';
      height: 1px;
      width: 0;
      background: #bb0000;
      transition: width .15s ease; }
    .region-closing p a:hover:before {
      width: 100%; }

.view-news,
.view-research-resources,
.view-faqs-landing {
  position: relative; }

.view-news,
.view-research-resources,
.pane-views-faqs-landing-block {
  padding: 0 0 0 50px; }
  .view-news h1,
  .view-research-resources h1,
  .pane-views-faqs-landing-block h1 {
    margin-bottom: 70px;
    font-size: 48px; }
  .view-news .view-header,
  .view-research-resources .view-header,
  .pane-views-faqs-landing-block .view-header {
    padding: 0;
    max-width: 660px; }
  .view-news .view-filters,
  .view-research-resources .view-filters,
  .pane-views-faqs-landing-block .view-filters {
    padding: 0;
    position: absolute;
    width: 228px;
    background: #fff; }
    .view-news .view-filters .views-exposed-widgets,
    .view-research-resources .view-filters .views-exposed-widgets,
    .pane-views-faqs-landing-block .view-filters .views-exposed-widgets {
      margin: 0; }
    .view-news .view-filters .views-exposed-widget,
    .view-research-resources .view-filters .views-exposed-widget,
    .pane-views-faqs-landing-block .view-filters .views-exposed-widget {
      padding: 0;
      float: none; }
    .view-news .view-filters .views-exposed-widget > label,
    .view-research-resources .view-filters .views-exposed-widget > label,
    .pane-views-faqs-landing-block .view-filters .views-exposed-widget > label {
      margin: 0;
      padding: 15px 25px;
      width: 100%;
      color: #fff;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 1px;
      background: #5D1542; }
    .view-news .view-filters .views-widget,
    .view-research-resources .view-filters .views-widget,
    .pane-views-faqs-landing-block .view-filters .views-widget {
      padding: 25px; }
    .view-news .view-filters .form-control,
    .view-research-resources .view-filters .form-control,
    .pane-views-faqs-landing-block .view-filters .form-control {
      padding: 0;
      height: auto;
      border: 0;
      background-color: transparent;
      box-shadow: none; }
    .view-news .view-filters .form-item,
    .view-research-resources .view-filters .form-item,
    .pane-views-faqs-landing-block .view-filters .form-item {
      position: relative; }
      .view-news .view-filters .form-item input, .view-news .view-filters .form-item label,
      .view-research-resources .view-filters .form-item input,
      .view-research-resources .view-filters .form-item label,
      .pane-views-faqs-landing-block .view-filters .form-item input,
      .pane-views-faqs-landing-block .view-filters .form-item label {
        display: inline-block;
        width: auto;
        max-width: none;
        font-weight: normal; }
      .view-news .view-filters .form-item input[type=checkbox]:not(:checked),
      .view-news .view-filters .form-item input[type=checkbox]:checked,
      .view-news .view-filters .form-item input[type=checkbox]:not(:checked) + label:before,
      .view-news .view-filters .form-item input[type=checkbox]:checked + label:before,
      .view-news .view-filters .form-item input[type=checkbox]:not(:checked) + label:after,
      .view-news .view-filters .form-item input[type=checkbox]:checked + label:after,
      .view-research-resources .view-filters .form-item input[type=checkbox]:not(:checked),
      .view-research-resources .view-filters .form-item input[type=checkbox]:checked,
      .view-research-resources .view-filters .form-item input[type=checkbox]:not(:checked) + label:before,
      .view-research-resources .view-filters .form-item input[type=checkbox]:checked + label:before,
      .view-research-resources .view-filters .form-item input[type=checkbox]:not(:checked) + label:after,
      .view-research-resources .view-filters .form-item input[type=checkbox]:checked + label:after,
      .pane-views-faqs-landing-block .view-filters .form-item input[type=checkbox]:not(:checked),
      .pane-views-faqs-landing-block .view-filters .form-item input[type=checkbox]:checked,
      .pane-views-faqs-landing-block .view-filters .form-item input[type=checkbox]:not(:checked) + label:before,
      .pane-views-faqs-landing-block .view-filters .form-item input[type=checkbox]:checked + label:before,
      .pane-views-faqs-landing-block .view-filters .form-item input[type=checkbox]:not(:checked) + label:after,
      .pane-views-faqs-landing-block .view-filters .form-item input[type=checkbox]:checked + label:after {
        position: absolute;
        top: 3px;
        left: 0;
        content: "";
        width: 15px;
        height: 15px; }
      .view-news .view-filters .form-item input[type=checkbox]:not(:checked),
      .view-news .view-filters .form-item input[type=checkbox]:checked,
      .view-research-resources .view-filters .form-item input[type=checkbox]:not(:checked),
      .view-research-resources .view-filters .form-item input[type=checkbox]:checked,
      .pane-views-faqs-landing-block .view-filters .form-item input[type=checkbox]:not(:checked),
      .pane-views-faqs-landing-block .view-filters .form-item input[type=checkbox]:checked {
        margin: 0;
        visibility: hidden; }
        .view-news .view-filters .form-item input[type=checkbox]:not(:checked) + label,
        .view-news .view-filters .form-item input[type=checkbox]:checked + label,
        .view-research-resources .view-filters .form-item input[type=checkbox]:not(:checked) + label,
        .view-research-resources .view-filters .form-item input[type=checkbox]:checked + label,
        .pane-views-faqs-landing-block .view-filters .form-item input[type=checkbox]:not(:checked) + label,
        .pane-views-faqs-landing-block .view-filters .form-item input[type=checkbox]:checked + label {
          padding-left: 30px;
          position: relative;
          cursor: pointer;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
        .view-news .view-filters .form-item input[type=checkbox]:not(:checked) + label:before,
        .view-news .view-filters .form-item input[type=checkbox]:checked + label:before,
        .view-research-resources .view-filters .form-item input[type=checkbox]:not(:checked) + label:before,
        .view-research-resources .view-filters .form-item input[type=checkbox]:checked + label:before,
        .pane-views-faqs-landing-block .view-filters .form-item input[type=checkbox]:not(:checked) + label:before,
        .pane-views-faqs-landing-block .view-filters .form-item input[type=checkbox]:checked + label:before {
          background: white;
          border: 1px solid #F5F5F5;
          box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.15); }
        .view-news .view-filters .form-item input[type=checkbox]:not(:checked) + label:after,
        .view-news .view-filters .form-item input[type=checkbox]:checked + label:after,
        .view-research-resources .view-filters .form-item input[type=checkbox]:not(:checked) + label:after,
        .view-research-resources .view-filters .form-item input[type=checkbox]:checked + label:after,
        .pane-views-faqs-landing-block .view-filters .form-item input[type=checkbox]:not(:checked) + label:after,
        .pane-views-faqs-landing-block .view-filters .form-item input[type=checkbox]:checked + label:after {
          background: #5D1542;
          border: 1px solid #5D1542; }
      .view-news .view-filters .form-item input[type=checkbox]:not(:checked) + label:after,
      .view-research-resources .view-filters .form-item input[type=checkbox]:not(:checked) + label:after,
      .pane-views-faqs-landing-block .view-filters .form-item input[type=checkbox]:not(:checked) + label:after {
        opacity: 0; }
      .view-news .view-filters .form-item input[type=checkbox]:checked + label,
      .view-research-resources .view-filters .form-item input[type=checkbox]:checked + label,
      .pane-views-faqs-landing-block .view-filters .form-item input[type=checkbox]:checked + label {
        font-weight: 700;
        color: #5D1542; }
      .view-news .view-filters .form-item input[type=checkbox]:checked + label:after,
      .view-research-resources .view-filters .form-item input[type=checkbox]:checked + label:after,
      .pane-views-faqs-landing-block .view-filters .form-item input[type=checkbox]:checked + label:after {
        opacity: 1; }
      .view-news .view-filters .form-item span,
      .view-research-resources .view-filters .form-item span,
      .pane-views-faqs-landing-block .view-filters .form-item span {
        margin: 0 0 0 5px; }
      .view-news .view-filters .form-item .form-type-bef-checkbox,
      .view-research-resources .view-filters .form-item .form-type-bef-checkbox,
      .pane-views-faqs-landing-block .view-filters .form-item .form-type-bef-checkbox {
        margin: 0 0 8px; }
        .view-news .view-filters .form-item .form-type-bef-checkbox:last-of-type,
        .view-research-resources .view-filters .form-item .form-type-bef-checkbox:last-of-type,
        .pane-views-faqs-landing-block .view-filters .form-item .form-type-bef-checkbox:last-of-type {
          margin: 0; }
        .view-news .view-filters .form-item .form-type-bef-checkbox:hover,
        .view-research-resources .view-filters .form-item .form-type-bef-checkbox:hover,
        .pane-views-faqs-landing-block .view-filters .form-item .form-type-bef-checkbox:hover {
          color: #5D1542; }
      .view-news .view-filters .form-item:last-of-type label,
      .view-research-resources .view-filters .form-item:last-of-type label,
      .pane-views-faqs-landing-block .view-filters .form-item:last-of-type label {
        margin: 0; }
    .view-news .view-filters .clear-all,
    .view-research-resources .view-filters .clear-all,
    .pane-views-faqs-landing-block .view-filters .clear-all {
      margin: 16px 0 0;
      display: block;
      color: #888; }
      .view-news .view-filters .clear-all:hover,
      .view-research-resources .view-filters .clear-all:hover,
      .pane-views-faqs-landing-block .view-filters .clear-all:hover {
        color: #5D1542; }
  .view-news .view-content,
  .view-research-resources .view-content,
  .pane-views-faqs-landing-block .view-content {
    max-width: 660px; }
  .view-news .views-row h2,
  .view-research-resources .views-row h2,
  .pane-views-faqs-landing-block .views-row h2 {
    margin: 75px 0 25px;
    position: relative;
    overflow: hidden;
    font-family: "proximanova", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #26686d;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .view-news .views-row h2:after,
    .view-research-resources .views-row h2:after,
    .pane-views-faqs-landing-block .views-row h2:after {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: 0 0 0 20px;
      position: absolute;
      content: "";
      width: 100%;
      height: 1px;
      background: #cecece; }
  .view-news .views-row:first-of-type h2,
  .view-research-resources .views-row:first-of-type h2,
  .pane-views-faqs-landing-block .views-row:first-of-type h2 {
    margin: 0 0 25px; }
  .view-news .views-field-title,
  .view-research-resources .views-field-title,
  .pane-views-faqs-landing-block .views-field-title {
    margin: 35px 0 0; }
    .view-news .views-field-title a,
    .view-research-resources .views-field-title a,
    .pane-views-faqs-landing-block .views-field-title a {
      font-size: 18px;
      color: #333; }
      .view-news .views-field-title a:hover,
      .view-research-resources .views-field-title a:hover,
      .pane-views-faqs-landing-block .views-field-title a:hover {
        color: #bb0000; }
  .view-news .views-field-created,
  .view-research-resources .views-field-created,
  .pane-views-faqs-landing-block .views-field-created {
    margin: 5px 0 0;
    font-size: 13px;
    font-weight: 700;
    color: #979797;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .view-news .views-field-body,
  .view-research-resources .views-field-body,
  .pane-views-faqs-landing-block .views-field-body {
    margin: 5px 0 0;
    line-height: 1.5; }
  .view-news .view-footer a,
  .view-research-resources .view-footer a,
  .pane-views-faqs-landing-block .view-footer a {
    padding: 10px 20px;
    font-weight: 600;
    color: #333;
    border: 1px solid #333; }
    .view-news .view-footer a:hover, .view-news .view-footer a:focus,
    .view-research-resources .view-footer a:hover,
    .view-research-resources .view-footer a:focus,
    .pane-views-faqs-landing-block .view-footer a:hover,
    .pane-views-faqs-landing-block .view-footer a:focus {
      text-decoration: none; }

.view-news .view-filters {
  top: 122px; }

.view-news .views-field-title a {
  font-size: 22px;
  font-weight: 600; }

.pane-views-faqs-landing-block {
  padding: 70px 0 0 50px; }
  .pane-views-faqs-landing-block .view-content .views-row:first-of-type h3 {
    margin-top: 0; }

.view-research-resources .views-field-title a {
  font-size: 22px;
  font-weight: 600; }

@media (min-width: 992px) and (max-width: 1499px) {
  .view-news .view-content,
  .view-research-resources .view-content,
  .pane-views-faqs-landing-block .view-content {
    max-width: 500px; } }

@media (max-width: 1199px) {
  .view-news .view-filters,
  .view-research-resources .view-filters,
  .pane-views-faqs-landing-block .view-filters {
    margin: 0 0 60px;
    position: static !important;
    clear: both; }
    .view-news .view-filters .form-item .form-type-bef-checkbox:hover,
    .view-research-resources .view-filters .form-item .form-type-bef-checkbox:hover,
    .pane-views-faqs-landing-block .view-filters .form-item .form-type-bef-checkbox:hover {
      color: #979797; } }

@media (max-width: 480px) {
  .view-news,
  .view-research-resources,
  .pane-views-faqs-landing-block {
    padding: 0; } }

.news-page {
  margin-top: 85px; }
  .news-page .node-news {
    max-width: 100%; }
  .news-page a:hover .heading-5, .news-page a:hover .cta {
    color: #bb0000; }
  .news-page a:hover .cta:after {
    right: -20px; }
  .news-page .cta {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: table; }
  .news-page .title .heading-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0; }
    @media (min-width: 768px) {
      .news-page .title .heading-5 {
        float: left;
        width: 83.3333333333%; } }
    @media (min-width: 768px) {
      .news-page .title .heading-5 {
        margin-left: 8.3333333333%; } }
    @media (min-width: 992px) {
      .news-page .title .heading-5 {
        float: left;
        width: 100%; } }
    @media (min-width: 992px) {
      .news-page .title .heading-5 {
        margin-left: 0%; } }
    @media (min-width: 1500px) {
      .news-page .title .heading-5 {
        float: left;
        width: 83.3333333333%; } }
    @media (min-width: 1500px) {
      .news-page .title .heading-5 {
        margin-left: 8.3333333333%; } }
  .news-page .slick-prev,
  .news-page .slick-next {
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    top: 140px;
    right: -50px;
    background: url("../img/arrow-direction-dark.svg") no-repeat; }
    @media (max-width: 767px) {
      .news-page .slick-prev,
      .news-page .slick-next {
        top: auto;
        bottom: -40px;
        right: 15px; } }
    .news-page .slick-prev:before,
    .news-page .slick-next:before {
      display: none; }
    .news-page .slick-prev:hover,
    .news-page .slick-next:hover {
      background-image: url("../img/arrow-direction-red.svg"); }
  .news-page .slick-prev {
    left: -50px;
    right: 0;
    transform: rotate(180deg);
    transform-origin: 50% 26%; }
    @media (max-width: 767px) {
      .news-page .slick-prev {
        left: 15px; } }
  .news-page .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }
  .news-page #views-exposed-form-news-announcements-filtered-block {
    display: none; }
  .news-page .hero-article {
    margin-bottom: 80px;
    margin-top: 50px; }
    .news-page .hero-article .container, .news-page .hero-article #user-login, .news-page .hero-article .breadcrumb, .news-page .hero-article .webform-confirmation, .news-page .hero-article .node-webform, .news-page .hero-article .modal .modal-dialog, .modal .news-page .hero-article .modal-dialog {
      padding: 0; }
    .news-page .hero-article .article {
      min-height: 464px;
      position: relative;
      display: flex;
      align-items: center; }
      @media (max-width: 1499px) {
        .news-page .hero-article .article {
          min-height: 430px; } }
      @media (max-width: 1199px) {
        .news-page .hero-article .article {
          min-height: 352px; } }
      @media (max-width: 991px) {
        .news-page .hero-article .article {
          min-height: auto;
          display: block; } }
    .news-page .hero-article .media-wrapper {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: absolute;
      top: 0;
      height: 464px;
      overflow: hidden; }
      @media (min-width: 768px) {
        .news-page .hero-article .media-wrapper {
          float: left;
          width: 83.3333333333%; } }
      @media (min-width: 768px) {
        .news-page .hero-article .media-wrapper {
          margin-left: 8.3333333333%; } }
      @media (min-width: 992px) {
        .news-page .hero-article .media-wrapper {
          float: left;
          width: 58.3333333333%; } }
      @media (min-width: 992px) {
        .news-page .hero-article .media-wrapper {
          margin-left: 0%; } }
      @media (min-width: 1500px) {
        .news-page .hero-article .media-wrapper {
          float: left;
          width: 50%; } }
      @media (min-width: 1500px) {
        .news-page .hero-article .media-wrapper {
          margin-left: 8.3333333333%; } }
      @media (max-width: 1499px) {
        .news-page .hero-article .media-wrapper {
          height: 430px; } }
      @media (max-width: 1199px) {
        .news-page .hero-article .media-wrapper {
          height: 352px; } }
      @media (max-width: 991px) {
        .news-page .hero-article .media-wrapper {
          height: 392px;
          position: relative; } }
      @media (max-width: 767px) {
        .news-page .hero-article .media-wrapper {
          height: auto;
          padding-top: 63.3%;
          position: relative; } }
      .news-page .hero-article .media-wrapper .image {
        height: 100%;
        width: auto; }
        @media (max-width: 767px) {
          .news-page .hero-article .media-wrapper .image {
            position: absolute;
            top: 0;
            height: 100%;
            width: calc(100% - 30px); } }
    .news-page .hero-article .content {
      position: relative;
      float: left;
      width: 83.3333333333%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      margin-left: 8.3333333333%;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      padding: 57px 30px;
      background-color: rgba(255, 255, 255, 0.97);
      z-index: 1;
      left: 15px; }
      @media (min-width: 992px) {
        .news-page .hero-article .content {
          float: left;
          width: 50%; } }
      @media (min-width: 992px) {
        .news-page .hero-article .content {
          margin-left: 41.6666666667%; } }
      @media (min-width: 1200px) {
        .news-page .hero-article .content {
          float: left;
          width: 41.6666666667%; } }
      @media (min-width: 1200px) {
        .news-page .hero-article .content {
          margin-left: 50%; } }
      @media (max-width: 1199px) {
        .news-page .hero-article .content {
          padding: 30px; } }
      @media (max-width: 991px) {
        .news-page .hero-article .content {
          padding: 23px 15px 0;
          left: 0; } }
      .news-page .hero-article .content .mark {
        background-color: #bb0000;
        height: 1px;
        margin: 22px 0;
        padding: 0;
        width: 50px; }
      .news-page .hero-article .content a {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 5px;
        line-height: 17px;
        text-transform: uppercase; }
        .news-page .hero-article .content a.cta {
          left: auto;
          transform: none;
          display: block; }
  .news-page .topics {
    position: relative;
    padding-top: 30px;
    width: 100%;
    min-height: 220px;
    z-index: 2; }
    @media (max-width: 991px) {
      .news-page .topics {
        overflow: hidden; } }
    @media (max-width: 767px) {
      .news-page .topics {
        min-height: 275px;
        overflow: visible; } }
    .news-page .topics:after {
      background-color: #F1F1F1;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 162px;
      width: 100%;
      z-index: -1; }
      @media (max-width: 991px) {
        .news-page .topics:after {
          height: 100%; } }
    .news-page .topics .heading-6 {
      text-align: center; }
    .news-page .topics .topic-wrapper {
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      padding: 0;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      margin-top: 30px;
      min-height: calc(100% + 20px);
      max-height: 110px; }
      @media (min-width: 768px) {
        .news-page .topics .topic-wrapper {
          float: left;
          width: 100%; } }
      @media (max-width: 991px) {
        .news-page .topics .topic-wrapper {
          margin-bottom: 50px;
          max-height: auto; } }
      @media (max-width: 767px) {
        .news-page .topics .topic-wrapper {
          margin-left: -15px;
          margin-right: -15px;
          height: 115px; } }
      .news-page .topics .topic-wrapper .topic {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        background-color: #fff;
        text-align: center;
        border-bottom: 3px solid #bb0000;
        margin: 0 15px;
        padding: 30px 25px 26px;
        height: auto;
        min-height: 110px;
        max-height: 110px;
        transition: background-color .3s, max-height .15s;
        outline: none;
        overflow: hidden; }
        @media (min-width: 768px) {
          .news-page .topics .topic-wrapper .topic {
            float: left;
            width: 24.1666666667%; } }
        @media (min-width: 1200px) {
          .news-page .topics .topic-wrapper .topic {
            float: left;
            width: 23.6666666667%; } }
        .news-page .topics .topic-wrapper .topic p {
          opacity: 1;
          overflow: visible;
          transition: opacity .3s;
          display: block;
          margin-bottom: 0;
          height: 0px; }
        .news-page .topics .topic-wrapper .topic .topic-content {
          opacity: 0;
          color: #fff;
          transition: all .3s; }
          .news-page .topics .topic-wrapper .topic .topic-content p {
            font-size: 14px;
            font-weight: 500;
            line-height: 21px;
            height: auto; }
          .news-page .topics .topic-wrapper .topic .topic-content a {
            color: #fff; }
        .news-page .topics .topic-wrapper .topic.important:before {
          display: block;
          margin-left: -32px;
          margin-right: 8px;
          margin: 0 auto 10px;
          content: "";
          width: 24px;
          height: 25px;
          background: url("../img/exclamation.svg") no-repeat center; }
        .news-page .topics .topic-wrapper .topic:hover, .news-page .topics .topic-wrapper .topic.slick-active {
          background-color: #bb0000;
          border: 0;
          color: #fff;
          max-height: 1400px; }
          .news-page .topics .topic-wrapper .topic:hover.important:before, .news-page .topics .topic-wrapper .topic.slick-active.important:before {
            background-image: url("../img/exclamation-white.svg"); }
          .news-page .topics .topic-wrapper .topic:hover .topic-content, .news-page .topics .topic-wrapper .topic.slick-active .topic-content {
            opacity: 1; }
            .news-page .topics .topic-wrapper .topic:hover .topic-content p, .news-page .topics .topic-wrapper .topic.slick-active .topic-content p {
              opacity: 1;
              color: #fff;
              display: block; }
          .news-page .topics .topic-wrapper .topic:hover p, .news-page .topics .topic-wrapper .topic.slick-active p {
            opacity: 0; }
          .news-page .topics .topic-wrapper .topic:hover a, .news-page .topics .topic-wrapper .topic.slick-active a {
            opacity: 1; }
        @media (min-width: 768px) and (max-width: 991px) {
          .news-page .topics .topic-wrapper .topic {
            display: none; }
            .news-page .topics .topic-wrapper .topic:nth-child(1), .news-page .topics .topic-wrapper .topic:nth-child(2), .news-page .topics .topic-wrapper .topic:nth-child(3) {
              padding-left: 20px;
              padding-right: 20px;
              display: block; } }
        @media (max-width: 767px) {
          .news-page .topics .topic-wrapper .topic {
            margin-left: 5px;
            margin-right: 5px; } }
      .news-page .topics .topic-wrapper p {
        color: #333333;
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 21px;
        font-weight: 600;
        transition: all .3s;
        margin-bottom: 30px; }
      .news-page .topics .topic-wrapper .cta.uppercase {
        color: #fff;
        text-transform: uppercase;
        opacity: 0;
        margin-top: 20px;
        transition: opacity .3s;
        position: relative; }
        .news-page .topics .topic-wrapper .cta.uppercase:after {
          background-image: url("../img/arrow-cta-white.svg");
          background-repeat: no-repeat; }
  .news-page .articles {
    padding-bottom: 70px;
    padding-top: 70px;
    min-height: 500px; }
    .news-page .articles .container, .news-page .articles #user-login, .news-page .articles .breadcrumb, .news-page .articles .webform-confirmation, .news-page .articles .node-webform, .news-page .articles .modal .modal-dialog, .modal .news-page .articles .modal-dialog {
      position: relative;
      padding: 0; }
    .news-page .articles .view-empty p {
      font-family: "proximanova", Helvetica, Arial, sans-serif;
      font-size: 26px;
      font-weight: 300;
      line-height: 32px;
      letter-spacing: 1px;
      color: #333333; }
    .news-page .articles .views-row,
    .news-page .articles .view-empty {
      position: relative;
      float: left;
      width: 83.3333333333%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      margin-left: 8.3333333333%;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      margin-bottom: 93px;
      padding: 0; }
      @media (min-width: 992px) {
        .news-page .articles .views-row,
        .news-page .articles .view-empty {
          float: left;
          width: 66.6666666667%; } }
      @media screen and (max-width: 767px) {
        .news-page .articles .views-row,
        .news-page .articles .view-empty {
          position: relative;
          padding-top: 45px;
          margin-bottom: 30px; }
          .news-page .articles .views-row:first-child,
          .news-page .articles .view-empty:first-child {
            padding-top: 0; }
            .news-page .articles .views-row:first-child:before,
            .news-page .articles .view-empty:first-child:before {
              content: none; }
          .news-page .articles .views-row .meta,
          .news-page .articles .view-empty .meta {
            position: relative; }
          .news-page .articles .views-row:before,
          .news-page .articles .view-empty:before {
            content: '';
            position: absolute;
            width: calc(100% - 30px);
            height: 1px;
            background-color: #bb0000;
            top: 0;
            left: 15px; } }
      .news-page .articles .views-row a,
      .news-page .articles .view-empty a {
        color: #333;
        transition: all .5s; }
        .news-page .articles .views-row a:hover,
        .news-page .articles .view-empty a:hover {
          color: #bb0000; }
          .news-page .articles .views-row a:hover .content:before,
          .news-page .articles .view-empty a:hover .content:before {
            height: 2px; }
      @media (max-width: 991px) {
        .news-page .articles .views-row,
        .news-page .articles .view-empty {
          margin-bottom: 50px; } }
      .news-page .articles .views-row .media,
      .news-page .articles .view-empty .media {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px; }
        @media (min-width: 768px) {
          .news-page .articles .views-row .media,
          .news-page .articles .view-empty .media {
            float: left;
            width: 40%; } }
        @media (min-width: 992px) {
          .news-page .articles .views-row .media,
          .news-page .articles .view-empty .media {
            float: left;
            width: 37.5%; } }
        @media (min-width: 1200px) {
          .news-page .articles .views-row .media,
          .news-page .articles .view-empty .media {
            float: left;
            width: 37.5%; } }
        @media (max-width: 540px) {
          .news-page .articles .views-row .media,
          .news-page .articles .view-empty .media {
            position: relative;
            float: left;
            width: 60%;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px; } }
        .news-page .articles .views-row .media.no-image,
        .news-page .articles .view-empty .media.no-image {
          position: relative;
          float: left;
          width: 100%;
          min-height: 1px;
          padding-right: 15px;
          padding-left: 15px;
          position: relative;
          min-height: 1px;
          padding-right: 15px;
          padding-left: 15px;
          position: relative;
          min-height: 1px;
          padding-right: 15px;
          padding-left: 15px;
          position: relitive; }
          @media (min-width: 992px) {
            .news-page .articles .views-row .media.no-image,
            .news-page .articles .view-empty .media.no-image {
              float: left;
              width: 37.5%; } }
          @media (min-width: 1200px) {
            .news-page .articles .views-row .media.no-image,
            .news-page .articles .view-empty .media.no-image {
              float: left;
              width: 37.5%; } }
          @media (max-width: 991px) and (min-width: 768px) {
            .news-page .articles .views-row .media.no-image:before,
            .news-page .articles .view-empty .media.no-image:before {
              content: '';
              position: absolute;
              width: calc(100% - 30px);
              height: 1px;
              background-color: #bb0000;
              top: 0;
              left: 15px;
              transition: all .5s; }
            .news-page .articles .views-row .media.no-image .heading-5,
            .news-page .articles .view-empty .media.no-image .heading-5 {
              margin-top: 0;
              padding-top: 15px; } }
        .news-page .articles .views-row .media .media-wrapper,
        .news-page .articles .view-empty .media .media-wrapper {
          padding-top: 100%;
          position: relative;
          width: 100%; }
        .news-page .articles .views-row .media .heading-5,
        .news-page .articles .view-empty .media .heading-5 {
          margin-top: 25px; }
          @media (max-width: 767px) {
            .news-page .articles .views-row .media .heading-5,
            .news-page .articles .view-empty .media .heading-5 {
              margin-top: 0; } }
        .news-page .articles .views-row .media .image,
        .news-page .articles .view-empty .media .image {
          background-size: cover;
          background-position: center center;
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%; }
        @media (max-width: 767px) {
          .news-page .articles .views-row .media,
          .news-page .articles .view-empty .media {
            float: none !important; } }
      .news-page .articles .views-row .content,
      .news-page .articles .view-empty .content {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 25px;
        position: relative; }
        @media (min-width: 768px) {
          .news-page .articles .views-row .content,
          .news-page .articles .view-empty .content {
            float: left;
            width: 60%; } }
        @media (min-width: 992px) {
          .news-page .articles .views-row .content,
          .news-page .articles .view-empty .content {
            float: left;
            width: 62.5%; } }
        .news-page .articles .views-row .content.no-image,
        .news-page .articles .view-empty .content.no-image {
          position: relative;
          min-height: 1px;
          padding-right: 15px;
          padding-left: 15px;
          position: relative;
          min-height: 1px;
          padding-right: 15px;
          padding-left: 15px; }
          @media (min-width: 768px) {
            .news-page .articles .views-row .content.no-image,
            .news-page .articles .view-empty .content.no-image {
              float: left;
              width: 100%; } }
          @media (min-width: 992px) {
            .news-page .articles .views-row .content.no-image,
            .news-page .articles .view-empty .content.no-image {
              float: left;
              width: 62.5%; } }
          @media (max-width: 991px) and (min-width: 768px) {
            .news-page .articles .views-row .content.no-image,
            .news-page .articles .view-empty .content.no-image {
              padding-top: 0; }
              .news-page .articles .views-row .content.no-image:before,
              .news-page .articles .view-empty .content.no-image:before {
                content: none; } }
          @media (max-width: 767px) {
            .news-page .articles .views-row .content.no-image,
            .news-page .articles .view-empty .content.no-image {
              padding-top: 10px; } }
        .news-page .articles .views-row .content:before,
        .news-page .articles .view-empty .content:before {
          content: '';
          position: absolute;
          width: calc(100% - 30px);
          height: 1px;
          background-color: #bb0000;
          top: 0;
          left: 15px; }
          @media (max-width: 767px) {
            .news-page .articles .views-row .content:before,
            .news-page .articles .view-empty .content:before {
              content: none; } }
        .news-page .articles .views-row .content .heading-5,
        .news-page .articles .view-empty .content .heading-5 {
          margin-bottom: 10px;
          margin-top: 16px; }
        .news-page .articles .views-row .content p,
        .news-page .articles .view-empty .content p {
          margin-bottom: 34px; }
          .news-page .articles .views-row .content p.bold, .news-page .articles .views-row .content .assistant-bio .pane-content p.name, .assistant-bio .pane-content .news-page .articles .views-row .content p.name,
          .news-page .articles .view-empty .content p.bold,
          .news-page .articles .view-empty .content .assistant-bio .pane-content p.name, .assistant-bio .pane-content
          .news-page .articles .view-empty .content p.name {
            margin-bottom: 10px; }
          @media (max-width: 991px) {
            .news-page .articles .views-row .content p,
            .news-page .articles .view-empty .content p {
              margin-bottom: 30px; } }
        .news-page .articles .views-row .content .cta,
        .news-page .articles .view-empty .content .cta {
          left: auto;
          transform: none;
          display: block; }
  .news-page .articles-filter {
    position: relative;
    float: left;
    width: 83.3333333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: absolute;
    float: right !important;
    right: 0;
    top: 0; }
    @media (min-width: 992px) {
      .news-page .articles-filter {
        float: left;
        width: 20.8333333333%; } }
    @media (min-width: 992px) {
      .news-page .articles-filter {
        margin-left: 0%; } }
    @media screen and (max-width: 991px) {
      .news-page .articles-filter {
        position: relative;
        margin-bottom: 80px;
        float: left !important;
        left: 0; }
        .news-page .articles-filter button:hover span {
          color: #333; } }
    .news-page .articles-filter .heading-6 {
      color: #333333;
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 4px;
      font-weight: 700;
      border-bottom: 1px solid #D0D0D0;
      padding-bottom: 15px;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .news-page .articles-filter .heading-6 {
          display: none; } }
    .news-page .articles-filter #news-categories {
      padding: 0;
      font-size: 16px;
      line-height: 25px;
      letter-spacing: 1px;
      font-weight: 600;
      list-style: none;
      margin-bottom: 30px; }
      .news-page .articles-filter #news-categories li {
        margin-bottom: 15px;
        color: #333333;
        transition: all .2s;
        cursor: pointer;
        padding-left: 0; }
        .news-page .articles-filter #news-categories li:before {
          content: none; }
        .news-page .articles-filter #news-categories li:hover {
          color: #bb0000;
          text-decoration: underline; }
        .news-page .articles-filter #news-categories li.active span {
          color: #bb0000;
          text-decoration: underline; }
      @media (max-width: 991px) {
        .news-page .articles-filter #news-categories {
          display: none; } }
    .news-page .articles-filter form {
      position: relative; }
      .news-page .articles-filter form #news-search-text {
        border: 0;
        border-bottom: 1px solid #333333;
        border-radius: 0;
        box-shadow: none;
        padding: 0 0 3px;
        color: #333333;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 1px;
        font-weight: 600;
        width: 100%; }
        .news-page .articles-filter form #news-search-text::-webkit-input-placeholder {
          color: #333333; }
        .news-page .articles-filter form #news-search-text::-moz-placeholder {
          color: #333333; }
        .news-page .articles-filter form #news-search-text:-moz-placeholder {
          color: #333333; }
        .news-page .articles-filter form #news-search-text:-ms-input-placeholder {
          color: #333333; }
      .news-page .articles-filter form #news-search-btn {
        background-color: transparent;
        border: 0;
        width: 18px;
        height: 18px;
        position: absolute;
        right: 0;
        top: 5px;
        background-size: 18px 18px;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMTlweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTkgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0NS4xICg0MzUwNCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPlNlYXJjaCBJY29uPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJzZWFyY2gtcmVzdXRzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODYwLjAwMDAwMCwgLTIwMS4wMDAwMDApIiBzdHJva2U9IiMzMzMzMzMiPg0KICAgICAgICAgICAgPGcgaWQ9IlNlYXJjaC1JY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4NjAuMDAwMDAwLCAyMDIuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTE4LjE5ODE2MDYsNi45MjI5OTM3MyBDMTguMTk4MTYwNiwxMC42NjI5NzgxIDE1LjE0MzQ0NDgsMTMuNjk1MzE3OCAxMS4zNzQ1MzExLDEzLjY5NTMxNzggQzcuNjA2MjEzNTIsMTMuNjk1MzE3OCA0LjU1MDkwMTQ4LDEwLjY2Mjk3ODEgNC41NTA5MDE0OCw2LjkyMjk5MzczIEM0LjU1MDkwMTQ4LDMuMTgzMDA5NDEgNy42MDYyMTM1MiwwLjE1MDY2OTY0MyAxMS4zNzQ1MzExLDAuMTUwNjY5NjQzIEMxNS4xNDM0NDQ4LDAuMTUwNjY5NjQzIDE4LjE5ODE2MDYsMy4xODMwMDk0MSAxOC4xOTgxNjA2LDYuOTIyOTkzNzMgWiIgaWQ9IlN0cm9rZS0xIj48L3BhdGg+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTYuMzM0Nzg2NCwxMS40NzY5NDY4IEwwLjEzNzcxOTM1NSwxNy42Mjc0MTk0IiBpZD0iU3Ryb2tlLTMiPjwvcGF0aD4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg=="); }
    .news-page .articles-filter .btn,
    .news-page .articles-filter .dropdown-menu {
      width: 100%; }
    .news-page .articles-filter .btn {
      padding: 10px 0;
      border: 0;
      border-bottom: 1px solid #D0D0D0;
      text-align: left;
      height: auto; }
      .news-page .articles-filter .btn:before {
        display: none; }
      .news-page .articles-filter .btn:hover {
        color: #333;
        background-color: transparent; }
      @media (max-width: 767px) {
        .news-page .articles-filter .btn {
          padding: 30px 0 10px; } }
    .news-page .articles-filter .dropdown-toggle .caret {
      height: 10px;
      transform: rotate(90deg);
      background: url("../img/arrow-cta.svg") no-repeat center;
      background-size: contain; }
    .news-page .articles-filter .dropdown-toggle span:first-of-type {
      font-size: 16px;
      letter-spacing: 1px; }
    .news-page .articles-filter .dropdown-menu {
      margin: 0;
      border: 1px solid #666666;
      border-radius: 0; }
    .news-page .articles-filter .dropdown {
      margin: 0 0 40px;
      padding-right: 30px;
      display: none;
      flex: 0 0 33.3%; }
      .news-page .articles-filter .dropdown.open .btn {
        background-color: transparent;
        border-bottom: 1px solid transparent; }
      .news-page .articles-filter .dropdown:last-of-type {
        padding-right: 0; }
      @media (max-width: 991px) {
        .news-page .articles-filter .dropdown {
          padding: 0;
          display: block; } }
  .news-page .pagination ul li {
    padding-left: 0; }
    .news-page .pagination ul li:before {
      content: none; }
  .news-page .pagination:before {
    left: 15px;
    width: calc(100% - 30px); }

.unknown {
  margin-bottom: 170px; }
  .unknown .container, .unknown #user-login, .unknown .breadcrumb, .unknown .webform-confirmation, .unknown .node-webform, .unknown .modal .modal-dialog, .modal .unknown .modal-dialog {
    padding: 0; }
  .unknown .image {
    width: 100%;
    height: 75px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-image: url("../img/404.jpg"); }
    .unknown .image .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #bb0000;
      opacity: .85; }
  .unknown .content {
    margin-top: 100px;
    text-align: center; }
    .unknown .content h1 {
      font-size: 80px;
      line-height: 90px;
      letter-spacing: 3px;
      font-weight: 300;
      color: #333;
      padding-bottom: 35px;
      position: relative; }
      .unknown .content h1:after {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        content: '';
        bottom: 0;
        width: 125px;
        height: 1px;
        background-color: #bb0000; }
    .unknown .content p {
      position: relative;
      float: left;
      width: 83.3333333333%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      margin-left: 8.3333333333%;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      margin-top: 40px;
      margin-bottom: 58px; }
      @media (min-width: 992px) {
        .unknown .content p {
          float: left;
          width: 66.6666666667%; } }
      @media (min-width: 992px) {
        .unknown .content p {
          margin-left: 16.6666666667%; } }
      @media (min-width: 1200px) {
        .unknown .content p {
          float: left;
          width: 50%; } }
      @media (min-width: 1200px) {
        .unknown .content p {
          margin-left: 25%; } }
    .unknown .content a {
      position: relative;
      float: left;
      width: 83.3333333333%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      margin-left: 8.3333333333%;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      color: #333;
      font-size: 14px;
      line-height: 17px;
      font-weight: 700; }
      @media (min-width: 768px) {
        .unknown .content a {
          float: left;
          width: 48.3333333333%; } }
      @media (min-width: 768px) {
        .unknown .content a {
          margin-left: 25.8333333333%; } }
      @media (min-width: 992px) {
        .unknown .content a {
          float: left;
          width: 31.6666666667%; } }
      @media (min-width: 992px) {
        .unknown .content a {
          margin-left: 34.1666666667%; } }
      @media (min-width: 1200px) {
        .unknown .content a {
          float: left;
          width: 30.8333333333%; } }
      @media (min-width: 1200px) {
        .unknown .content a {
          margin-left: 34.5833333333%; } }
      @media (min-width: 1500px) {
        .unknown .content a {
          float: left;
          width: 31.6666666667%; } }
      @media (min-width: 1500px) {
        .unknown .content a {
          margin-left: 34.1666666667%; } }

.page-user .nav-tabs {
  display: none; }

.page-user form {
  margin-top: 60px; }

.user-login__title {
  width: 100%;
  margin-bottom: 29px;
  text-align: center;
  color: #bb0000;
  font-weight: 400; }

.user-login #shib_login_url {
  display: block;
  max-width: 425px;
  margin: 0 auto; }
  .user-login #shib_login_url a {
    display: block;
    margin: 0 15px;
    padding: 15px 21px 13px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-color: #bb0000; }

.user-login__section {
  margin-bottom: 56px;
  padding: 50px 15px;
  background-color: #F5F5F5; }
  .user-login__section:last-of-type {
    margin-bottom: 0; }
  .user-login__section-wrapper {
    max-width: 475px;
    margin: 0 auto; }
  .user-login__section-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center; }
    .user-login__section-title-toggle {
      display: block;
      width: 100%;
      background-color: transparent;
      border: none;
      padding: 0;
      text-align: center; }
      .user-login__section-title-toggle[data-toggle="collapse"] {
        margin: 0;
        display: flex;
        flex: 1;
        justify-content: center;
        user-select: none; }
        .user-login__section-title-toggle[data-toggle="collapse"]:after {
          margin-left: 30px;
          flex-basis: 18px;
          flex-shrink: 0;
          position: relative;
          top: 4px;
          content: "";
          width: 18px;
          height: 17px;
          background: url("../img/minus-red.svg") no-repeat center; }
          @media (max-width: 767px) {
            .user-login__section-title-toggle[data-toggle="collapse"]:after {
              margin-left: 60px; } }
        .user-login__section-title-toggle[data-toggle="collapse"].collapsed:after {
          background-image: url("../img/plus-red.svg"); }
        .user-login__section-title-toggle[data-toggle="collapse"] span {
          flex: 1;
          word-wrap: break-word; }
  .user-login__section-content {
    margin-top: 15px; }
  .user-login__section .form-item {
    margin-bottom: 33px; }
    .user-login__section .form-item .form-required {
      color: #bb0000; }
    .user-login__section .form-item input {
      border: 1px solid #000000;
      border-radius: 0; }
    .user-login__section .form-item .help-block {
      margin-top: 11px; }
  .user-login__section .form-actions .btn {
    height: 50px;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    background-color: #bb0000; }
    .user-login__section .form-actions .btn .glyphicon {
      display: none; }

.user-login__forgot-password {
  display: block;
  margin-bottom: 11px;
  text-align: center; }

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  line-height: 17px; }
  body.logged-in #buckeye_alert, body.imce #buckeye_alert {
    display: none !important; }
  body.alert {
    padding: 0;
    margin: 0;
    border: none; }

.video-controls {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
  .video-controls:focus {
    opacity: 1; }

*:focus:not(div):not(html):not(body) {
  outline-style: solid !important;
  outline-width: 1px !important;
  outline-color: #3E7AB4 !important; }

#buckeye_alert {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0; }

@media print {
  @page {
    margin: 1cm 0.5cm; }
  #osu_navbar,
  #nav-collapse,
  footer,
  .breadcrumb-wrapper,
  .media,
  .media-wrapper,
  .video-item,
  .image,
  .sidebar,
  .articles-filter,
  .pagination,
  .policies-and-guidelines-nav {
    display: none !important; }
  body {
    color: #000;
    background-color: #fff; }
  #navbar {
    position: relative;
    top: 0 !important; }
    #navbar .button-wrapper,
    #navbar .menu-btn {
      display: none; }
    #navbar a.logo:after {
      content: ""; }
  .quicklinks-buttongroup {
    display: block !important; }
  a.btn,
  button {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important; }
  .main-container {
    padding-top: 0; }
  .fieldable-panels-pane {
    padding: 15px 0; }
  .pane-hero-image-overlap .content-wrapper {
    margin-top: 0; }
  .heading-1,
  .heading-2,
  .heading-3,
  .heading-4,
  .heading-5,
  .heading-6 {
    margin-bottom: 15px; }
    .heading-1:after,
    .heading-2:after,
    .heading-3:after,
    .heading-4:after,
    .heading-5:after,
    .heading-6:after {
      display: none !important; }
  .links .link-col {
    width: 100%; }
  .cta.uppercase:after {
    position: relative !important; }
  .pane-progressive-disclosure .panel-collapse,
  .pane-progressive-disclosure .panel-collapse.in,
  .panel,
  .panel-heading,
  .panel-body,
  .collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important; }
  ul {
    list-style: disc !important; }
  .slick-slide {
    display: none !important; }
    .slick-slide.slick-active {
      display: block !important; }
    .slick-slide .content {
      padding: 0 !important; }
  .slick-list {
    height: auto !important; }
  .slick-track {
    width: auto !important;
    height: auto !important;
    transform: none !important; }
    .slick-track .slick-slide {
      width: auto !important; } }
