/*      Request ID: 5604c3accf24bc6bc52b7000990a275c_1681747879 (11/16/2025 3:55am) (tY/RCYAwDERXcQBtRhJbz7aQWmmi4vZWRFxAv5LcwXuEQk6gsqpHkWd2IzbDuxvYuJxoWS1H1wdNTH2cfcEYMauQBiQIec52YBI9uF5TrpWpm7QNfU5/GJelu7MA6O++V3X/dgI=)      */



/*      Resource ID: 0b876fb7d45ee61a324a5c41fac (fonts.less, compiled by lessc, minified by none) (11/16/2025 3:55am) (A:37463, B:37562, C:44687, D:44786, F:44786, J:44786, K:44786)      */

@font-face {
  font-family: 'FontAwesome';
  src: url(/live/resource/css/_ingredients/extras/fonts/fontawesome-webfont.rev.1681747117.eot?v=4.6.3);
  src: url(/_ingredients/extras/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(/live/resource/css/_ingredients/extras/fonts/fontawesome-webfont.rev.1681747117.woff2?v=4.6.3) format('woff2'), url(/_ingredients/extras/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(/live/resource/css/_ingredients/extras/fonts/fontawesome-webfont.rev.1681747117.ttf?v=4.6.3) format('truetype'), url(/_ingredients/extras/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.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;
}
@font-face {
  font-family: 'Tonicons';
  src: url(https://law.rutgers.edu/sites/law/libraries/tonicons/fonts/Tonicons.eot), url(https://law.rutgers.edu/sites/law/libraries/tonicons/fonts/Tonicons.ttf) format('truetype'), url(https://law.rutgers.edu/sites/law/libraries/tonicons/fonts/Tonicons.woff) format('woff');
}
i {
  font-family: 'Tonicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ton-li-cloud-1:before {
  content: "\e80a";
}
.ton-li-cloud-2:before {
  content: "\e80b";
}
.ton-li-cloud-3:before {
  content: "\e80c";
}
.ton-li-cloud-4:before {
  content: "\e80d";
}
.ton-li-cloud-6:before {
  content: "\e80f";
}
.ton-li-cloud-8:before {
  content: "\e811";
}
.ton-li-cloud-9:before {
  content: "\e812";
}
.ton-Fahrenheit:before {
  content: "\e813";
}
.ton-Degree:before {
  content: "\e814";
}
.ton-li-cloud-10:before {
  content: "\e815";
}
.ton-li-cloud-11:before {
  content: "\e816";
}
.ton-li-umbrella-1:before {
  content: "\e817";
}
.ton-li-umbrella-2:before {
  content: "\e818";
}
.ton-li-umbrella-3:before {
  content: "\e819";
}
.ton-li-wind-1:before {
  content: "\e81a";
}
.ton-li-wind-2:before {
  content: "\e81b";
}
.ton-li-tornado:before {
  content: "\e81c";
}
.ton-li-thermometer:before {
  content: "\e81d";
}
.ton-li-wind-3:before {
  content: "\e81f";
}
.ton-li-scisors:before {
  content: "\e824";
}
.ton-li-paint-poll:before {
  content: "\e826";
}
.ton-li-key:before {
  content: "\e827";
}
.ton-li-test-tube:before {
  content: "\e828";
}
.ton-li-lightning-2:before {
  content: "\e829";
}
.ton-li-umbrella-4:before {
  content: "\e82a";
}
.ton-li-globe:before {
  content: "\e82b";
}
.ton-li-knives-forks:before {
  content: "\e82c";
}
.ton-li-Glass-1:before {
  content: "\e82d";
}
.ton-li-mug-1:before {
  content: "\e82e";
}
.ton-li-cup:before {
  content: "\e82f";
}
.ton-li-pen:before {
  content: "\e830";
}
.ton-li-paper-plane:before {
  content: "\e831";
}
.ton-li-open-closed:before {
  content: "\e832";
}
.ton-li-store:before {
  content: "\e833";
}
.ton-li-box-1:before {
  content: "\e834";
}
.ton-li-box-2:before {
  content: "\e835";
}
.ton-li-bag-1:before {
  content: "\e837";
}
.ton-li-bag-3:before {
  content: "\e839";
}
.ton-li-cart-1:before {
  content: "\e83b";
}
.ton-li-label:before {
  content: "\e83d";
}
.ton-li-bike:before {
  content: "\e83e";
}
.ton-li-car:before {
  content: "\e83f";
}
.ton-li-train:before {
  content: "\e840";
}
.ton-li-plane:before {
  content: "\e841";
}
.ton-li-flag-1:before {
  content: "\e842";
}
.ton-li-compass:before {
  content: "\e843";
}
.ton-li-map-pin-1:before {
  content: "\e844";
}
.ton-li-map:before {
  content: "\e845";
}
.ton-li-map-pin-2:before {
  content: "\e846";
}
.ton-li-map-pin-3:before {
  content: "\e847";
}
.ton-li-map-pin-4:before {
  content: "\e848";
}
.ton-li-thumbtack-1:before {
  content: "\e849";
}
.ton-li-thumbtack-2:before {
  content: "\e84a";
}
.ton-li-mail-1:before {
  content: "\e84b";
}
.ton-li-mail-2:before {
  content: "\e84c";
}
.ton-li-mail-3:before {
  content: "\e84d";
}
.ton-li-mail-4:before {
  content: "\e84e";
}
.ton-li-mail-5:before {
  content: "\e84f";
}
.ton-li-file-1:before {
  content: "\e850";
}
.ton-li-file-2:before {
  content: "\e851";
}
.ton-li-file-3:before {
  content: "\e852";
}
.ton-li-file-4:before {
  content: "\e853";
}
.ton-li-file-5:before {
  content: "\e854";
}
.ton-li-file-6:before {
  content: "\e855";
}
.ton-li-file-7:before {
  content: "\e856";
}
.ton-li-file-8:before {
  content: "\e857";
}
.ton-li-mustache:before {
  content: "\e858";
}
.ton-li-id:before {
  content: "\e859";
}
.ton-li-flag-2:before {
  content: "\e85a";
}
.ton-li-thumb-up:before {
  content: "\e85b";
}
.ton-li-heart:before {
  content: "\e85c";
}
.ton-li-star-1:before {
  content: "\e85d";
}
.ton-li-people-1:before {
  content: "\e85e";
}
.ton-li-people-2:before {
  content: "\e85f";
}
.ton-li-people-3:before {
  content: "\e860";
}
.ton-li-people-4:before {
  content: "\e861";
}
.ton-li-people-5:before {
  content: "\e862";
}
.ton-li-people-6:before {
  content: "\e863";
}
.ton-li-people-7:before {
  content: "\e864";
}
.ton-li-attach:before {
  content: "\e865";
}
.ton-li-photo-1:before {
  content: "\e866";
}
.ton-li-photo-2:before {
  content: "\e867";
}
.ton-li-lock-1:before {
  content: "\e868";
}
.ton-li-lock-2:before {
  content: "\e869";
}
.ton-li-crop:before {
  content: "\e86a";
}
.ton-li-scale-1:before {
  content: "\e86b";
}
.ton-li-scale-2:before {
  content: "\e86c";
}
.ton-li-scale-3:before {
  content: "\e86d";
}
.ton-li-scale-4:before {
  content: "\e86e";
}
.ton-li-new-mail:before {
  content: "\e86f";
}
.ton-li-upload-1:before {
  content: "\e870";
}
.ton-li-download-4:before {
  content: "\e871";
}
.ton-li-upload-2:before {
  content: "\e872";
}
.ton-li-download-1:before {
  content: "\e873";
}
.ton-li-upload-3:before {
  content: "\e874";
}
.ton-li-download-2:before {
  content: "\e875";
}
.ton-li-arrow-1:before {
  content: "\e876";
}
.ton-li-upload-4:before {
  content: "\e877";
}
.ton-li-upload-5:before {
  content: "\e878";
}
.ton-li-download-3:before {
  content: "\e879";
}
.ton-li-upload-6:before {
  content: "\e87a";
}
.ton-li-reload-1:before {
  content: "\e87b";
}
.ton-li-refresh-1:before {
  content: "\e87c";
}
.ton-li-refresh-2:before {
  content: "\e87d";
}
.ton-li-shuffle:before {
  content: "\e87e";
}
.ton-li-equalizer-1:before {
  content: "\e87f";
}
.ton-li-equalizer-2:before {
  content: "\e880";
}
.ton-li-music-forward:before {
  content: "\e881";
}
.ton-li-music-backward-1:before {
  content: "\e882";
}
.ton-li-music-eject:before {
  content: "\e883";
}
.ton-li-music-stop:before {
  content: "\e884";
}
.ton-li-music-play:before {
  content: "\e885";
}
.ton-li-music-pause:before {
  content: "\e886";
}
.ton-li-nota-1:before {
  content: "\e887";
}
.ton-li-headset:before {
  content: "\e888";
}
.ton-li-volume-1:before {
  content: "\e889";
}
.ton-li-volume-2:before {
  content: "\e88a";
}
.ton-li-volume-3:before {
  content: "\e88b";
}
.ton-li-trash:before {
  content: "\e88c";
}
.ton-li-data-1:before {
  content: "\e88d";
}
.ton-li-data-2:before {
  content: "\e88e";
}
.ton-li-data-3:before {
  content: "\e88f";
}
.ton-li-folder-1:before {
  content: "\e890";
}
.ton-li-folder-2:before {
  content: "\e891";
}
.ton-li-zoom-1:before {
  content: "\e892";
}
.ton-li-zoom-2:before {
  content: "\e893";
}
.ton-li-voice-mail:before {
  content: "\e894";
}
.ton-li-check:before {
  content: "\e895";
}
.ton-li-minus:before {
  content: "\e896";
}
.ton-li-cross:before {
  content: "\e897";
}
.ton-li-plus:before {
  content: "\e898";
}
.ton-li-eye:before {
  content: "\e899";
}
.ton-li-newspaper:before {
  content: "\e89a";
}
.ton-li-info:before {
  content: "\e89b";
}
.ton-li-calendar-1:before {
  content: "\e89c";
}
.ton-li-calendar-2:before {
  content: "\e89d";
}
.ton-li-speech-buble-1:before {
  content: "\e89e";
}
.ton-li-speech-buble-2:before {
  content: "\e89f";
}
.ton-li-speech-buble-3:before {
  content: "\e8a0";
}
.ton-li-speech-buble-4:before {
  content: "\e8a1";
}
.ton-li-speech-buble-5:before {
  content: "\e8a2";
}
.ton-li-speech-buble-6:before {
  content: "\e8a3";
}
.ton-li-speech-buble-7:before {
  content: "\e8a4";
}
.ton-li-speech-buble-8:before {
  content: "\e8a5";
}
.ton-li-clock-1:before {
  content: "\e8a6";
}
.ton-li-clock-2:before {
  content: "\e8a7";
}
.ton-li-clock-3:before {
  content: "\e8a8";
}
.ton-li-pie-chart-1:before {
  content: "\e8a9";
}
.ton-li-pie-chart-2:before {
  content: "\e8aa";
}
.ton-li-chart-1:before {
  content: "\e8ab";
}
.ton-li-chart-2:before {
  content: "\e8ac";
}
.ton-li-chart-3:before {
  content: "\e8ad";
}
.ton-li-chart-4:before {
  content: "\e8ae";
}
.ton-li-chart-5:before {
  content: "\e8af";
}
.ton-li-chart-6:before {
  content: "\e8b0";
}
.ton-li-chart-7:before {
  content: "\e8b1";
}
.ton-li-suitcase:before {
  content: "\e8b2";
}
.ton-li-cloud-12:before {
  content: "\e8b3";
}
.ton-li-cloud-13:before {
  content: "\e8b4";
}
.ton-li-cloud-14:before {
  content: "\e8b5";
}
.ton-li-cloud-15:before {
  content: "\e8b6";
}
.ton-li-cloud-16:before {
  content: "\e8b7";
}
.ton-li-cloud-17:before {
  content: "\e8b8";
}
.ton-li-bluetooth:before {
  content: "\e8b9";
}
.ton-li-server-1:before {
  content: "\e8ba";
}
.ton-li-server-2:before {
  content: "\e8bb";
}
.ton-li-server-3:before {
  content: "\e8bc";
}
.ton-li-share:before {
  content: "\e8bd";
}
.ton-li-link:before {
  content: "\e8be";
}
.ton-li-home:before {
  content: "\e8bf";
}
.ton-li-signal:before {
  content: "\e8c0";
}
.ton-li-gong:before {
  content: "\e8c1";
}
.ton-li-on-off:before {
  content: "\e8c2";
}
.ton-li-battery:before {
  content: "\e8c3";
}
.ton-li-bulb:before {
  content: "\e8c4";
}
.ton-li-radio:before {
  content: "\e8c5";
}
.ton-li-printer:before {
  content: "\e8c6";
}
.ton-li-satellite-1:before {
  content: "\e8c7";
}
.ton-li-satellite-2:before {
  content: "\e8c8";
}
.ton-li-satellite-tool:before {
  content: "\e8c9";
}
.ton-li-gear-1:before {
  content: "\e8ca";
}
.ton-li-gear-2:before {
  content: "\e8cb";
}
.ton-li-equalizer-3:before {
  content: "\e8cc";
}
.ton-li-megaphone-1:before {
  content: "\e8cd";
}
.ton-li-megaphone-2:before {
  content: "\e8ce";
}
.ton-li-phone:before {
  content: "\e8cf";
}
.ton-li-microphone-1:before {
  content: "\e8d0";
}
.ton-li-microphone-2:before {
  content: "\e8d1";
}
.ton-li-claket:before {
  content: "\e8d2";
}
.ton-li-film-strip-1:before {
  content: "\e8d3";
}
.ton-li-film-strip-2:before {
  content: "\e8d4";
}
.ton-li-camera-1:before {
  content: "\e8d5";
}
.ton-li-camera-2:before {
  content: "\e8d6";
}
.ton-li-phone-1:before {
  content: "\e8d7";
}
.ton-li-laptop:before {
  content: "\e8d8";
}
.ton-li-screen:before {
  content: "\e8d9";
}

/*      Resource ID: d3f49daba7f15844d0729dc6d8d (rutgers-font-stylesheet.less, compiled by lessc, minified by none) (11/16/2025 3:55am) (A:45929, B:45929, C:44698, D:44698, F:44698, J:44698, K:44698)      */

@font-face {
  font-family: 'FontAwesome';
  src: url(/sites/law/libraries/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3);
  src: url(/sites/law/libraries/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(/sites/law/libraries/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(/sites/law/libraries/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(/sites/law/libraries/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(/sites/law/libraries/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.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;
}
@font-face {
  font-family: 'Tonicons';
  src: url(/sites/law/libraries/tonicons/fonts/Tonicons.eot), url(/sites/law/libraries/tonicons/fonts/Tonicons.ttf) format('truetype'), url(/sites/law/libraries/tonicons/fonts/Tonicons.woff) format('woff');
}
i {
  font-family: 'Tonicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ton-li-cloud-1:before {
  content: "\e80a";
}
.ton-li-cloud-2:before {
  content: "\e80b";
}
.ton-li-cloud-3:before {
  content: "\e80c";
}
.ton-li-cloud-4:before {
  content: "\e80d";
}
.ton-li-cloud-6:before {
  content: "\e80f";
}
.ton-li-cloud-8:before {
  content: "\e811";
}
.ton-li-cloud-9:before {
  content: "\e812";
}
.ton-Fahrenheit:before {
  content: "\e813";
}
.ton-Degree:before {
  content: "\e814";
}
.ton-li-cloud-10:before {
  content: "\e815";
}
.ton-li-cloud-11:before {
  content: "\e816";
}
.ton-li-umbrella-1:before {
  content: "\e817";
}
.ton-li-umbrella-2:before {
  content: "\e818";
}
.ton-li-umbrella-3:before {
  content: "\e819";
}
.ton-li-wind-1:before {
  content: "\e81a";
}
.ton-li-wind-2:before {
  content: "\e81b";
}
.ton-li-tornado:before {
  content: "\e81c";
}
.ton-li-thermometer:before {
  content: "\e81d";
}
.ton-li-wind-3:before {
  content: "\e81f";
}
.ton-li-scisors:before {
  content: "\e824";
}
.ton-li-paint-poll:before {
  content: "\e826";
}
.ton-li-key:before {
  content: "\e827";
}
.ton-li-test-tube:before {
  content: "\e828";
}
.ton-li-lightning-2:before {
  content: "\e829";
}
.ton-li-umbrella-4:before {
  content: "\e82a";
}
.ton-li-globe:before {
  content: "\e82b";
}
.ton-li-knives-forks:before {
  content: "\e82c";
}
.ton-li-Glass-1:before {
  content: "\e82d";
}
.ton-li-mug-1:before {
  content: "\e82e";
}
.ton-li-cup:before {
  content: "\e82f";
}
.ton-li-pen:before {
  content: "\e830";
}
.ton-li-paper-plane:before {
  content: "\e831";
}
.ton-li-open-closed:before {
  content: "\e832";
}
.ton-li-store:before {
  content: "\e833";
}
.ton-li-box-1:before {
  content: "\e834";
}
.ton-li-box-2:before {
  content: "\e835";
}
.ton-li-bag-1:before {
  content: "\e837";
}
.ton-li-bag-3:before {
  content: "\e839";
}
.ton-li-cart-1:before {
  content: "\e83b";
}
.ton-li-label:before {
  content: "\e83d";
}
.ton-li-bike:before {
  content: "\e83e";
}
.ton-li-car:before {
  content: "\e83f";
}
.ton-li-train:before {
  content: "\e840";
}
.ton-li-plane:before {
  content: "\e841";
}
.ton-li-flag-1:before {
  content: "\e842";
}
.ton-li-compass:before {
  content: "\e843";
}
.ton-li-map-pin-1:before {
  content: "\e844";
}
.ton-li-map:before {
  content: "\e845";
}
.ton-li-map-pin-2:before {
  content: "\e846";
}
.ton-li-map-pin-3:before {
  content: "\e847";
}
.ton-li-map-pin-4:before {
  content: "\e848";
}
.ton-li-thumbtack-1:before {
  content: "\e849";
}
.ton-li-thumbtack-2:before {
  content: "\e84a";
}
.ton-li-mail-1:before {
  content: "\e84b";
}
.ton-li-mail-2:before {
  content: "\e84c";
}
.ton-li-mail-3:before {
  content: "\e84d";
}
.ton-li-mail-4:before {
  content: "\e84e";
}
.ton-li-mail-5:before {
  content: "\e84f";
}
.ton-li-file-1:before {
  content: "\e850";
}
.ton-li-file-2:before {
  content: "\e851";
}
.ton-li-file-3:before {
  content: "\e852";
}
.ton-li-file-4:before {
  content: "\e853";
}
.ton-li-file-5:before {
  content: "\e854";
}
.ton-li-file-6:before {
  content: "\e855";
}
.ton-li-file-7:before {
  content: "\e856";
}
.ton-li-file-8:before {
  content: "\e857";
}
.ton-li-mustache:before {
  content: "\e858";
}
.ton-li-id:before {
  content: "\e859";
}
.ton-li-flag-2:before {
  content: "\e85a";
}
.ton-li-thumb-up:before {
  content: "\e85b";
}
.ton-li-heart:before {
  content: "\e85c";
}
.ton-li-star-1:before {
  content: "\e85d";
}
.ton-li-people-1:before {
  content: "\e85e";
}
.ton-li-people-2:before {
  content: "\e85f";
}
.ton-li-people-3:before {
  content: "\e860";
}
.ton-li-people-4:before {
  content: "\e861";
}
.ton-li-people-5:before {
  content: "\e862";
}
.ton-li-people-6:before {
  content: "\e863";
}
.ton-li-people-7:before {
  content: "\e864";
}
.ton-li-attach:before {
  content: "\e865";
}
.ton-li-photo-1:before {
  content: "\e866";
}
.ton-li-photo-2:before {
  content: "\e867";
}
.ton-li-lock-1:before {
  content: "\e868";
}
.ton-li-lock-2:before {
  content: "\e869";
}
.ton-li-crop:before {
  content: "\e86a";
}
.ton-li-scale-1:before {
  content: "\e86b";
}
.ton-li-scale-2:before {
  content: "\e86c";
}
.ton-li-scale-3:before {
  content: "\e86d";
}
.ton-li-scale-4:before {
  content: "\e86e";
}
.ton-li-new-mail:before {
  content: "\e86f";
}
.ton-li-upload-1:before {
  content: "\e870";
}
.ton-li-download-4:before {
  content: "\e871";
}
.ton-li-upload-2:before {
  content: "\e872";
}
.ton-li-download-1:before {
  content: "\e873";
}
.ton-li-upload-3:before {
  content: "\e874";
}
.ton-li-download-2:before {
  content: "\e875";
}
.ton-li-arrow-1:before {
  content: "\e876";
}
.ton-li-upload-4:before {
  content: "\e877";
}
.ton-li-upload-5:before {
  content: "\e878";
}
.ton-li-download-3:before {
  content: "\e879";
}
.ton-li-upload-6:before {
  content: "\e87a";
}
.ton-li-reload-1:before {
  content: "\e87b";
}
.ton-li-refresh-1:before {
  content: "\e87c";
}
.ton-li-refresh-2:before {
  content: "\e87d";
}
.ton-li-shuffle:before {
  content: "\e87e";
}
.ton-li-equalizer-1:before {
  content: "\e87f";
}
.ton-li-equalizer-2:before {
  content: "\e880";
}
.ton-li-music-forward:before {
  content: "\e881";
}
.ton-li-music-backward-1:before {
  content: "\e882";
}
.ton-li-music-eject:before {
  content: "\e883";
}
.ton-li-music-stop:before {
  content: "\e884";
}
.ton-li-music-play:before {
  content: "\e885";
}
.ton-li-music-pause:before {
  content: "\e886";
}
.ton-li-nota-1:before {
  content: "\e887";
}
.ton-li-headset:before {
  content: "\e888";
}
.ton-li-volume-1:before {
  content: "\e889";
}
.ton-li-volume-2:before {
  content: "\e88a";
}
.ton-li-volume-3:before {
  content: "\e88b";
}
.ton-li-trash:before {
  content: "\e88c";
}
.ton-li-data-1:before {
  content: "\e88d";
}
.ton-li-data-2:before {
  content: "\e88e";
}
.ton-li-data-3:before {
  content: "\e88f";
}
.ton-li-folder-1:before {
  content: "\e890";
}
.ton-li-folder-2:before {
  content: "\e891";
}
.ton-li-zoom-1:before {
  content: "\e892";
}
.ton-li-zoom-2:before {
  content: "\e893";
}
.ton-li-voice-mail:before {
  content: "\e894";
}
.ton-li-check:before {
  content: "\e895";
}
.ton-li-minus:before {
  content: "\e896";
}
.ton-li-cross:before {
  content: "\e897";
}
.ton-li-plus:before {
  content: "\e898";
}
.ton-li-eye:before {
  content: "\e899";
}
.ton-li-newspaper:before {
  content: "\e89a";
}
.ton-li-info:before {
  content: "\e89b";
}
.ton-li-calendar-1:before {
  content: "\e89c";
}
.ton-li-calendar-2:before {
  content: "\e89d";
}
.ton-li-speech-buble-1:before {
  content: "\e89e";
}
.ton-li-speech-buble-2:before {
  content: "\e89f";
}
.ton-li-speech-buble-3:before {
  content: "\e8a0";
}
.ton-li-speech-buble-4:before {
  content: "\e8a1";
}
.ton-li-speech-buble-5:before {
  content: "\e8a2";
}
.ton-li-speech-buble-6:before {
  content: "\e8a3";
}
.ton-li-speech-buble-7:before {
  content: "\e8a4";
}
.ton-li-speech-buble-8:before {
  content: "\e8a5";
}
.ton-li-clock-1:before {
  content: "\e8a6";
}
.ton-li-clock-2:before {
  content: "\e8a7";
}
.ton-li-clock-3:before {
  content: "\e8a8";
}
.ton-li-pie-chart-1:before {
  content: "\e8a9";
}
.ton-li-pie-chart-2:before {
  content: "\e8aa";
}
.ton-li-chart-1:before {
  content: "\e8ab";
}
.ton-li-chart-2:before {
  content: "\e8ac";
}
.ton-li-chart-3:before {
  content: "\e8ad";
}
.ton-li-chart-4:before {
  content: "\e8ae";
}
.ton-li-chart-5:before {
  content: "\e8af";
}
.ton-li-chart-6:before {
  content: "\e8b0";
}
.ton-li-chart-7:before {
  content: "\e8b1";
}
.ton-li-suitcase:before {
  content: "\e8b2";
}
.ton-li-cloud-12:before {
  content: "\e8b3";
}
.ton-li-cloud-13:before {
  content: "\e8b4";
}
.ton-li-cloud-14:before {
  content: "\e8b5";
}
.ton-li-cloud-15:before {
  content: "\e8b6";
}
.ton-li-cloud-16:before {
  content: "\e8b7";
}
.ton-li-cloud-17:before {
  content: "\e8b8";
}
.ton-li-bluetooth:before {
  content: "\e8b9";
}
.ton-li-server-1:before {
  content: "\e8ba";
}
.ton-li-server-2:before {
  content: "\e8bb";
}
.ton-li-server-3:before {
  content: "\e8bc";
}
.ton-li-share:before {
  content: "\e8bd";
}
.ton-li-link:before {
  content: "\e8be";
}
.ton-li-home:before {
  content: "\e8bf";
}
.ton-li-signal:before {
  content: "\e8c0";
}
.ton-li-gong:before {
  content: "\e8c1";
}
.ton-li-on-off:before {
  content: "\e8c2";
}
.ton-li-battery:before {
  content: "\e8c3";
}
.ton-li-bulb:before {
  content: "\e8c4";
}
.ton-li-radio:before {
  content: "\e8c5";
}
.ton-li-printer:before {
  content: "\e8c6";
}
.ton-li-satellite-1:before {
  content: "\e8c7";
}
.ton-li-satellite-2:before {
  content: "\e8c8";
}
.ton-li-satellite-tool:before {
  content: "\e8c9";
}
.ton-li-gear-1:before {
  content: "\e8ca";
}
.ton-li-gear-2:before {
  content: "\e8cb";
}
.ton-li-equalizer-3:before {
  content: "\e8cc";
}
.ton-li-megaphone-1:before {
  content: "\e8cd";
}
.ton-li-megaphone-2:before {
  content: "\e8ce";
}
.ton-li-phone:before {
  content: "\e8cf";
}
.ton-li-microphone-1:before {
  content: "\e8d0";
}
.ton-li-microphone-2:before {
  content: "\e8d1";
}
.ton-li-claket:before {
  content: "\e8d2";
}
.ton-li-film-strip-1:before {
  content: "\e8d3";
}
.ton-li-film-strip-2:before {
  content: "\e8d4";
}
.ton-li-camera-1:before {
  content: "\e8d5";
}
.ton-li-camera-2:before {
  content: "\e8d6";
}
.ton-li-phone-1:before {
  content: "\e8d7";
}
.ton-li-laptop:before {
  content: "\e8d8";
}
.ton-li-screen:before {
  content: "\e8d9";
}

/*      Resource ID: 10371febedb62569a70d3934502 (rutgers-stylesheets.less, compiled by lessc, minified by none) (11/16/2025 3:55am) (A:387533, B:387533, C:369357, D:369357, F:369357, J:369357, K:369357)      */

#autocomplete {
  position: absolute;
  z-index: 100;
  overflow: hidden;
}
#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
#autocomplete li {
  cursor: default;
  white-space: pre;
  zoom: 1;
}
html.js .form-autocomplete {
  background-image: url(/sites/law/themes/omega/omega/images/misc/throbber.gif?1382488163);
  background-position: 100% 2px;
  background-repeat: no-repeat;
}
html.js .throbbing {
  background-position: 100% -18px;
}
html.js fieldset.collapsed {
  height: 1em;
}
html.js fieldset.collapsed .fieldset-wrapper {
  display: none;
}
fieldset.collapsible {
  position: relative;
}
fieldset.collapsible .fieldset-legend {
  display: block;
}
.form-textarea-wrapper textarea {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
.resizable-textarea .grippie {
  height: 9px;
  background: #eee url(/sites/law/themes/omega/omega/images/misc/grippie.png?1382488163) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
  overflow: hidden;
}
body.drag {
  cursor: move;
}
.tabledrag-handle {
  float: left;
  overflow: hidden;
  text-decoration: none;
  cursor: move;
}
.tabledrag-handle .handle {
  height: 15px;
  width: 15px;
  margin: -0.4em 0;
  padding: 0.4em;
  background: url(/sites/law/themes/omega/omega/images/misc/draggable.png?1382488163) no-repeat 6px 9px;
}
.tabledrag-handle:hover {
  text-decoration: none;
}
.tabledrag-handle-hover .handle {
  background-position: 6px -11px;
}
.indentation {
  float: left;
  width: 20px;
}
.tree-child {
  background: url(/sites/law/themes/omega/omega/images/misc/tree.png?1382488163) no-repeat 12px center;
}
.tree-child-last {
  background: url(/sites/law/themes/omega/omega/images/misc/tree-bottom.png?1382488163) no-repeat 12px center;
}
.tree-child-horizontal {
  background: url(/sites/law/themes/omega/omega/images/misc/tree.png?1382488163) no-repeat -12px center;
}
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}
.sticky-header {
  margin-top: 0;
  background-color: #fff;
}
.progress .bar {
  background-color: #fff;
  border: 1px solid;
}
.progress .filled {
  height: 1.5em;
  width: 5px;
  background-color: #000;
}
.progress .percentage {
  float: right;
}
.ajax-progress {
  display: inline-block;
}
.ajax-progress .throbber {
  float: left;
  height: 15px;
  width: 15px;
  margin: 2px;
  background: transparent url(/sites/law/themes/omega/omega/images/misc/throbber.gif?1382488163) no-repeat 0px -18px;
}
.ajax-progress .message {
  padding-left: 20px;
}
tr .ajax-progress .throbber {
  margin: 0 2px;
}
.ajax-progress-bar {
  width: 16em;
}
.container-inline div,
.container-inline label {
  display: inline;
}
.container-inline .fieldset-wrapper {
  display: block;
}
.nowrap {
  white-space: nowrap;
}
html.js .js-hide {
  display: none;
}
.element-hidden {
  display: none;
}
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.menu {
  border: none;
  list-style: none;
  text-align: left;
}
.menu .expanded {
  list-style-image: url(/sites/law/themes/omega/omega/images/misc/menu-expanded.png?1382488163);
  list-style-type: circle;
}
.menu .collapsed {
  list-style-image: url(/sites/law/themes/omega/omega/images/misc/menu-collapsed.png?1382488163);
  list-style-type: disc;
}
.menu .leaf {
  list-style-image: url(/sites/law/themes/omega/omega/images/misc/menu-leaf.png?1382488163);
  list-style-type: square;
}
.active {
  color: #000;
}
.menu-disabled {
  background: #ccc;
}
.links--inline {
  *zoom: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.links--inline:after {
  content: "";
  display: table;
  clear: both;
}
.links--inline li {
  float: left;
  margin-right: 1em;
}
.links--inline li > a {
  display: block;
}
.tabs a {
  background-color: #eee;
  text-decoration: none;
}
.tabs a.active {
  background-color: #ccc;
}
.tabs a:hover,
.tabs a:focus {
  background-color: #bbb;
}
.tabs--primary {
  margin-bottom: 1em;
  border-bottom: 1px solid #bbb;
}
.tabs--primary a {
  padding: 0.3em 0.8em;
}
.tabs--secondary a {
  padding: 0.2em 0.5em;
  margin: 0.4em 0;
  font-size: 0.9em;
}
.messages {
  margin: 6px 0;
  padding: 10px 10px 10px 50px;
  background-position: 8px 8px;
  background-repeat: no-repeat;
  border: 1px solid;
}
.messages ul {
  margin: 0 0 0 1em;
  padding: 0;
}
.messages li {
  list-style-image: none;
}
.messages--status {
  background-image: url(/sites/law/themes/omega/omega/images/misc/message-24-ok.png?1382488163);
  border-color: #be7;
}
.messages--status,
tr.ok {
  background-color: #f8fff0;
}
.messages--status,
.ok {
  color: #234600;
}
.messages--warning {
  background-image: url(/sites/law/themes/omega/omega/images/misc/message-24-warning.png?1382488163);
  border-color: #ed5;
}
.messages--warning,
tr.warning {
  background-color: #fffce5;
}
.messages--warning,
.warning {
  color: #333;
}
.messages--error {
  background-image: url(/sites/law/themes/omega/omega/images/misc/message-24-error.png?1382488163);
  border-color: #ed541d;
}
.messages--error,
tr.error {
  background-color: #fef5f1;
}
.messages--error,
.error {
  color: #333;
}
.error .error {
  color: #8c2e0b;
}
fieldset {
  margin-bottom: 1em;
}
table {
  border-collapse: collapse;
}
th {
  padding-right: 1em;
  background-color: #bbb;
  text-align: left;
}
tr.even,
tr.odd {
  background-color: #eee;
}
tr.odd {
  background-color: #ddd;
}
#autocomplete {
  background: #fff;
  border: 1px solid;
  color: #000;
}
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}
html.js fieldset.collapsible .fieldset-legend {
  padding-left: 15px;
  background: url(/sites/law/themes/omega/omega/images/misc/menu-expanded.png?1382488163) 5px 65% no-repeat;
}
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}
html.js fieldset.collapsed .fieldset-legend {
  background-image: url(/sites/law/themes/omega/omega/images/misc/menu-collapsed.png?1382488163);
  background-position: 5px 50%;
}
.fieldset-legend .summary {
  margin-left: 0.5em;
  color: #999;
  font-size: 0.9em;
}
.drag {
  background-color: #fffff0;
}
.drag-previous {
  background-color: #ffd;
}
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.progress .filled {
  background: #0072b9 url(/sites/law/themes/omega/omega/images/misc/progress.gif?1382488163);
}
.selected td {
  background: #ffc;
}
.checkbox,
.checkbox {
  text-align: center;
}
.form-item,
.form-actions {
  margin-bottom: 1em;
}
.form-item label,
.form-actions label {
  display: block;
  font-weight: bold;
}
.form-item .description,
.form-actions .description {
  font-size: 0.85em;
}
.form-checkboxes .form-item,
.form-radios .form-item {
  margin-bottom: 0.4em;
}
.form-checkboxes .description,
.form-radios .description {
  margin-left: 2.4em;
}
label.option {
  display: inline;
  font-weight: normal;
}
.form-checkbox,
.form-radio {
  vertical-align: middle;
}
.marker,
.form-required {
  color: #f00;
}
input.error,
textarea.error,
select.error {
  border: 2px solid red;
}
tr .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
.container-inline .form-actions,
.container-inline.form-actions {
  margin-top: 0;
  margin-bottom: 0;
}
th.active img {
  display: inline;
}
td.active {
  background-color: #ddd;
}
.more-link {
  display: block;
  text-align: right;
}
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}
.pager__item {
  display: inline;
  padding: 0.5em;
  background-image: none;
  list-style-type: none;
}
.pager__item--current {
  font-weight: bold;
}
.view-emergency-alerts {
  background-color: #f1f1f1;
  border: 1px solid #C4C5bd;
  clear: both;
  color: #000000;
  line-height: 1.5em;
  margin: 10px 0;
  padding: 12px;
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 10px auto;
}
.view-emergency-alerts .views-field-field-header {
  font-size: 1.3em;
  font-family: Georgia, serif;
  padding-bottom: 10px;
}
.view-emergency-alerts .views-field-body p {
  color: black;
  font-size: 0.9em;
  font-family: Georgia, serif;
}
.field__item-stats_proof_points .field__items a {
  color: white;
}
.node--blog .field--name-field-subtitle {
  margin-top: 20px;
  font-style: italic;
}
.node--blog .field--name-field-keywords {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.node--blog .field--name-field-keywords .field__items:after {
  content: "";
  display: table;
  clear: both;
}
.node--blog .field--name-field-keywords .field__item {
  float: left;
  margin: 10px;
  padding: 10px;
  background-color: #cc0033;
  color: white;
}
.node--blog .field--name-field-keywords .field__item a {
  color: white;
  text-decoration: none;
}
.node--blog .group-author {
  background-color: #ccc;
  padding: 20px;
  margin-bottom: 20px;
  min-height: 160px;
}
.node--blog .group-author .field--name-field-author-headshot {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}
.node--blog .group-author .field--name-field-author-headshot:after {
  content: "";
  display: table;
  clear: both;
}
.rutgersLawBlogView .rutgersLawBlogView-Main a {
  text-decoration: none;
}
.rutgersLawBlogView .rutgersLawBlogView-Main .views-field-title {
  padding-top: 10px;
  padding-bottom: 10px;
}
.rutgersLawBlogView .rutgersLawBlogView-Main .views-row-first {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.rutgersLawBlogView .rutgersLawBlogView-All a {
  text-decoration: none;
}
.rutgersLawBlogView .rutgersLawBlogView-All .views-row-first {
  margin-top: 10px;
}
.rutgersLawBlogView .rutgersLawBlogView-All .views-row {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.rutgersLawBlogView .rutgersLawBlogView-All .views-row:after {
  content: "";
  display: table;
  clear: both;
}
.rutgersLawBlogView .rutgersLawBlogView-All .views-row-last {
  border-bottom: none;
}
.rutgersLawBlogView .rutgersLawBlogView-All .views-field-title {
  padding-bottom: 10px;
}
.rutgersLawBlogView .rutgersLawBlogView-All .views-field-field-feature-image {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
.rutgersLawBlogView .rutgersLawBlogView-All .views-field-field-keywords {
  margin-top: 10px;
  padding-top: 10px;
}
.rutgersLawBlogView .rutgersLawBlogView-All .views-field-field-keywords a {
  margin: 5px;
  padding: 5px;
  background-color: #cc0033;
  color: white;
  text-decoration: none;
  font-size: 0.75em;
}
.rutgersLawBlogView .rutgersLawBlogView-All .views-field-field-keywords:after {
  content: "";
  display: table;
  clear: both;
}
.mainContentWebformBlock {
  background-color: #3d374a;
  padding: 30px;
  text-align: center;
  color: white;
}
.mainContentWebformBlock input {
  color: black;
}
.mainContentWebformBlock .form-submit {
  color: white;
}
.mainContentWebformBlock select {
  color: black;
}
.node-unpublished {
  background-color: #fff4f4;
}
.preview .node {
  background-color: #ffffea;
}
td.revision-current {
  background: #ffc;
}
.field__label {
  font-weight: bold;
}
.field--label-inline .field__label,
.field--label-inline .field__items {
  float: left;
}
.views-exposed-form .views-exposed-widget {
  float: left;
  padding: 0.5em 1em 0 0;
}
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.6em;
}
.views-exposed-form .form-item,
.views-exposed-form .form-submit {
  margin-top: 0;
  margin-bottom: 0;
}
.views-exposed-form label {
  font-weight: bold;
}
.views-exposed-widgets {
  margin-bottom: 0.5em;
}
.views-align-left {
  text-align: left;
}
.views-align-right {
  text-align: right;
}
.views-align-center {
  text-align: center;
}
.views-view-grid tbody {
  border-top: none;
}
.view .progress-disabled {
  float: none;
}
div.password-confirm {
  visibility: hidden;
}
.password-strength {
  float: right;
  margin-top: 1.2em;
  width: 17em;
}
.password-strength-title {
  float: left;
}
.password-strength-text {
  float: right;
  font-weight: bold;
}
.password-indicator {
  clear: both;
  height: 0.3em;
  width: 100%;
  background-color: #c4c4c4;
}
.password-indicator .indicator {
  height: 100%;
  width: 0%;
  background-color: #47c965;
}
div.password-confirm {
  float: right;
  clear: both;
  width: 17em;
  margin-top: 1.5em;
}
.form-type-password-confirm input {
  width: 16em;
}
.password-suggestions {
  margin: 0.7em 0;
  padding: 0.2em 0.5em;
  border: 1px solid #b4b4b4;
}
.user-profile-item__label {
  font-weight: bold;
}
.profile {
  clear: both;
  margin: 1em 0;
}
.profile .user-picture {
  float: right;
  margin: 0 1em 1em 0;
}
.profile h3 {
  border-bottom: 1px solid #ccc;
}
.profile dl {
  margin: 0 0 1.5em 0;
}
.profile dt {
  margin: 0 0 0.2em 0;
  font-weight: bold;
}
.profile dd {
  margin: 0 0 1em 0;
}
.rteindent1 {
  margin-left: 40px;
}
.rteindent2 {
  margin-left: 80px;
}
.rteindent3 {
  margin-left: 120px;
}
.rteindent4 {
  margin-left: 160px;
}
.rteleft {
  text-align: left;
}
.rteright {
  text-align: right;
}
.rtecenter {
  text-align: center;
}
.rtejustify {
  text-align: justify;
}
.ibimage_left {
  float: left;
}
.ibimage_right {
  float: right;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.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;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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;
}
.slick-loading .slick-list {
  background: #fff url(/sites/law/libraries/slick/slick/ajax-loader.gif) center center no-repeat;
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url(/sites/law/libraries/slick/slick/fonts/slick.eot);
  src: url(/sites/law/libraries/slick/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(/sites/law/libraries/slick/slick/fonts/slick.woff) format('woff'), url(/sites/law/libraries/slick/slick/fonts/slick.ttf) format('truetype'), url(/sites/law/libraries/slick/slick/fonts/slick.svg#slick) format('svg');
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px \9;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: 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;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: 'â†';
}
[dir='rtl'] .slick-prev:before {
  content: 'â†’';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: 'â†’';
}
[dir='rtl'] .slick-next:before {
  content: 'â†';
}
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'â€¢';
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
ï»¿body {
  margin: 0px;
  padding: 0px;
  background: #f5f5f5;
  font-family: 'Segoe UI';
}
ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}
.resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
  padding: 15px;
}
.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
}
.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}
.resp-tab-content {
  border: 1px solid #c1c1c1;
}
h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}
h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}
.resp-vtabs .resp-tab-content {
  border: none;
}
.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}
h2.resp-tab-active {
  background: #DBDBDB !important;
}
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-tab-content-active {
  display: block;
}
h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1 !important;
}
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}
.ctools-locked {
  color: red;
  border: 1px solid red;
  padding: 1em;
}
.ctools-owns-lock {
  background: #ffffdd none repeat scroll 0 0;
  border: 1px solid #f0c020;
  padding: 1em;
}
a.ctools-ajaxing,
input.ctools-ajaxing,
button.ctools-ajaxing,
select.ctools-ajaxing {
  padding-right: 18px !important;
  background: url(/sites/all/modules/ctools/images/status-active.gif) right center no-repeat;
}
div.ctools-ajaxing {
  float: left;
  width: 18px;
  background: url(/sites/all/modules/ctools/images/status-active.gif) center center no-repeat;
}
div.panel-pane div.admin-links {
  font-size: xx-small;
  margin-right: 1em;
}
div.panel-pane div.admin-links li a {
  color: #ccc;
}
div.panel-pane div.admin-links li {
  padding-bottom: 2px;
  background: white;
  z-index: 201;
}
div.panel-pane div.admin-links:hover a,
div.panel-pane div.admin-links-hover a {
  color: #000;
}
div.panel-pane div.admin-links a:before {
  content: "[";
}
div.panel-pane div.admin-links a:after {
  content: "]";
}
div.panel-pane div.panel-hide {
  display: none;
}
div.panel-pane div.panel-hide-hover,
div.panel-pane:hover div.panel-hide {
  display: block;
  position: absolute;
  z-index: 200;
  margin-top: -1.5em;
}
div.panel-pane div.feed a {
  float: right;
}
.field-collection-container {
  border-bottom: 1px solid #d3d7d9;
  margin-bottom: 1em;
}
.field-collection-container .field-items .field-item {
  margin-bottom: 10px;
}
.field-collection-container .field-items .field-items .field-item {
  margin-bottom: 0;
}
.field-collection-view {
  padding: 1em 0 0.3em 0;
  margin: 0 1em 0 1em;
  border-bottom: 1px dotted #d3d7d9;
}
.field-collection-view-final {
  border-bottom: none;
}
.field-collection-view .entity-field-collection-item {
  float: left;
}
.field-collection-view ul.field-collection-view-links {
  float: right;
  font-size: 0.821em;
  list-style-type: none;
  width: auto;
  margin: 0 1em;
  padding: 0;
}
.field-collection-view .field-label {
  width: 25%;
}
.field-collection-view .content {
  margin-top: 0;
  width: 100%;
}
.field-collection-view .entity-field-collection-item {
  width: 100%;
}
ul.field-collection-view-links li {
  float: left;
}
ul.field-collection-view-links li a {
  margin-right: 1em;
}
.field-collection-container ul.action-links-field-collection-add {
  float: right;
  padding: 0 0.5em 0 0;
  margin: 0 0 1em 2em;
  font-size: 0.821em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
embed,
img,
object,
video {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 800px) {
  #toolbar,
  #admin-menu {
    display: none;
  }
  html body.toolbar,
  html body.admin-menu {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
html {
  font-size: 62.5%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
body,
.l-page {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
blockquote {
  margin: 20px 0;
  padding: 10px;
  text-align: center;
  font-family: Georgia, serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
  border-top: 8px solid #d3c48b;
  border-bottom: 8px solid #d3c48b;
}
blockquote p {
  margin: 0;
  padding: 0;
}
.cta-button,
.form-submit,
.webform-submit {
  display: inline-block;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #D21034;
  background-color: #D21034;
}
.cta-button:hover,
.form-submit:hover,
.webform-submit:hover {
  color: #fff;
}
.cta-button.more,
.cta-button.submit,
.cta-button.webform-submit,
.form-submit.more,
.form-submit.submit,
.form-submit.webform-submit,
.webform-submit.more,
.webform-submit.submit,
.webform-submit.webform-submit {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
}
.cta-button.more:hover,
.cta-button.submit:hover,
.cta-button.webform-submit:hover,
.form-submit.more:hover,
.form-submit.submit:hover,
.form-submit.webform-submit:hover,
.webform-submit.more:hover,
.webform-submit.submit:hover,
.webform-submit.webform-submit:hover {
  background: #bd493e;
}
.cta-button.event,
.form-submit.event,
.webform-submit.event {
  background: #cc0033 !important;
}
img,
media {
  max-width: 100%;
}
.caption,
.credit {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  line-height: 18px;
}
.credit {
  margin-bottom: 24px;
  font-style: italic;
}
.credit:before {
  content: "- ";
}
.align-left {
  float: left;
  margin: 0 15px 0 0;
}
.align-left p {
  margin: 0;
  padding: 0;
}
.align-right {
  float: right;
  margin: 15px 0 0 0;
}
.align-right p {
  margin: 0;
  padding: 0;
}
body {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: Georgia, serif;
}
.l-content a {
  color: #a00033;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
h1 {
  font-size: 43px;
  font-size: 4.3rem;
  line-height: 45px;
}
@media (min-width: 959px) {
  h1 {
    font-size: 75px;
    font-size: 7.5rem;
    line-height: 77px;
  }
}
h2 {
  font-size: 34px;
  font-size: 3.4rem;
}
@media (min-width: 959px) {
  h2 {
    font-size: 53px;
    font-size: 5.3rem;
  }
}
h3 {
  font-size: 31px;
  font-size: 3.1rem;
}
@media (min-width: 959px) {
  h3 {
    font-size: 40px;
    font-size: 4rem;
  }
}
h4 {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 959px) {
  h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
h5 {
  font-size: 14px;
  font-size: 1.4rem;
}
@media (min-width: 959px) {
  h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
h6 {
  font-size: 9px;
  font-size: 0.9rem;
}
@media (min-width: 959px) {
  h6 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
p {
  line-height: 32px;
}
.intro {
  font-size: 21px;
  font-size: 2.1rem;
}
@media (min-width: 959px) {
  .intro {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
.l-branding {
  position: relative;
  background-color: #cc0033;
  min-height: 54px;
}
.l-branding:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1017px) {
  .l-branding {
    min-height: auto;
  }
}
.l-header {
  width: 100%;
}
@media screen and (min-width: 1017px) {
  .l-header.scrolled {
    position: fixed;
    top: 0;
    z-index: 9000;
  }
}
@media screen and (min-width: 800px) {
  .admin-menu .l-header.scrolled {
    top: 29px;
  }
}
.site-name {
  float: left;
  width: 135px;
  height: 36px;
  margin: 10px 0 0 10px;
  padding: 0;
  background-color: #cc0033;
}
@media (min-width: 959px) {
  .site-name {
    margin-left: 0;
  }
}
.site-name a {
  display: block;
  text-indent: -100000em;
  width: 135px;
  height: 36px;
  background: #cc0033 url(/sites/law/themes/rutgers_law/images/logo-top.png) no-repeat;
  overflow: hidden;
}
.breadcrumb {
  max-width: 580px;
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 30px;
}
.breadcrumb li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.breadcrumb a {
  text-decoration: none;
  color: #7f7a86;
}
.breadcrumb a:after {
  font-family: FontAwesome;
  content: "\f105";
  padding: 0 15px;
}
.breadcrumb li:last-child a {
  color: #000;
}
.breadcrumb li:last-child a:after {
  content: " ";
}
.colorbox-page .field--name-field-image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.colorbox-page .field--name-field-slide-video {
  margin-bottom: 15px;
}
.colorbox-page .field--name-field-slide-video .field__item {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.colorbox-page .field--name-field-slide-video .field__item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-directory .l-page {
  overflow-y: hidden;
}
.page-directory .l-content {
  padding-top: 30px;
}
.directory {
  padding: 20px 0 30px;
  text-align: center;
}
.directory:after {
  content: "";
  display: table;
  clear: both;
}
.directory .directory-items {
  text-align: left;
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
}
.directory .directory-items:after {
  content: "";
  display: table;
  clear: both;
}
.directory-item-teaser {
  width: 100%;
  float: left;
  display: inline-block;
  margin: 0 auto;
  padding: 0 20px;
}
.directory-item-teaser .directory-item-teaser-wrapper {
  padding: 10px 0 20px;
  border-top: 1px solid #666;
}
.directory-item-teaser.directory-item-odd {
  clear: both;
}
.directory-item-teaser.directory-item-first .directory-item-teaser-wrapper {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .directory-item-teaser {
    width: 50%;
  }
  .directory-item-teaser.directory-item-second .directory-item-teaser-wrapper {
    border-top: none;
  }
}
.directory-item-teaser .name a {
  text-decoration: none;
  font-size: 30px;
  font-size: 3rem;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.directory-item-teaser .name a:hover {
  color: black;
}
.directory-item-teaser .expertise-areas ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.directory-item-teaser .expertise-areas ul li {
  padding-left: 1em;
  text-indent: -0.7em;
  padding-bottom: 10px;
}
.directory-item-teaser .expertise-areas ul li:last-child {
  padding-bottom: 0;
}
.directory-item-teaser .expertise-areas ul li:before {
  content: "â€¢";
  color: #a00033;
  padding-left: 7px;
  padding-right: 4px;
}
.directory-item-teaser .expertise-areas ol {
  padding-left: 22px;
}
.directory-item-teaser .expertise-areas ol li {
  padding-left: 1px;
  padding-bottom: 10px;
}
.directory-item-teaser .expertise-areas a {
  text-decoration: none;
  padding-left: 5px;
}
.directory-item-teaser .expertise-areas ul {
  padding: 10px 0;
}
.directory-item-teaser .expertise-areas li {
  padding-left: 0.5em;
}
.directory-item.not-found {
  text-align: center;
}
.block--rutgerslaw-directory-rutgerslaw-dir-letters {
  margin: 25px auto 0;
  max-width: 920px;
  padding: 0 20px;
  text-align: center;
}
.block--rutgerslaw-directory-rutgerslaw-dir-letters ul.directory-letters {
  display: inline-block;
  padding: 2px 0;
  margin: 0;
  overflow: hidden;
}
.block--rutgerslaw-directory-rutgerslaw-dir-letters ul.directory-letters li {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  display: inline-block;
  float: left;
  margin: 8px 0;
  height: 12px;
  border-left: 1px solid #747474;
  margin-left: -1px;
  padding-left: 1px;
}
.block--rutgerslaw-directory-rutgerslaw-dir-letters ul.directory-letters li a {
  display: block;
  padding: 0 8px;
  margin: -6px 2px -6px 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #a00033;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.block--rutgerslaw-directory-rutgerslaw-dir-letters ul.directory-letters li a:hover,
.block--rutgerslaw-directory-rutgerslaw-dir-letters ul.directory-letters li a.active {
  color: white;
  background-color: #a00033;
}
.block--rutgerslaw-directory-rutgerslaw-dir-letters ul.directory-letters:after {
  content: "";
  display: table;
  clear: both;
}
.directory-item-full {
  padding: 0;
  margin-top: -20px;
}
.directory-item-full .title,
.directory-item-full .info,
.directory-item-full .synopsis {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.directory-item-full .name {
  font-size: 31px;
  font-size: 3.1rem;
  padding: 0;
}
@media (min-width: 959px) {
  .directory-item-full .name {
    font-size: 40px;
    font-size: 4rem;
  }
}
.directory-item-full .title {
  font-size: 20px;
  font-size: 2rem;
  padding: 10px 20px;
}
.directory-item-full .info {
  padding: 10px 20px 0;
}
.directory-item-full .info:after {
  content: "";
  display: table;
  clear: both;
}
.directory-item-full .info .photo {
  display: inline-block;
  margin: 0 auto;
  width: 200px;
}
.directory-item-full .info .photo img {
  max-width: 200px;
  margin: 0 auto;
  width: 200px;
  height: auto;
}
@media screen and (max-width: 620px) {
  .directory-item-full .info .photo {
    float: none;
    padding-right: 0;
    padding-bottom: 20px;
    width: 100%;
    display: block;
  }
  .directory-item-full .info .photo img {
    display: block;
    margin: 0 auto;
  }
}
.directory-item-full .info .basic-info {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 620px) {
  .directory-item-full .info .basic-info {
    width: 100%;
  }
}
.directory-item-full .info .basic-info div {
  width: 330px;
  padding-bottom: 10px;
  margin: 0 auto;
  display: block;
}
.directory-item-full .info .basic-info .office-address div {
  padding-bottom: 0;
}
.directory-item-full .info .basic-info .social-links ul,
.directory-item-full .info .basic-info .academic-links ul {
  margin: 10px 0;
  padding: 0;
}
.directory-item-full .info .basic-info .social-links li,
.directory-item-full .info .basic-info .academic-links li {
  display: inline-block;
}
.directory-item-full .info .basic-info .social-links li a,
.directory-item-full .info .basic-info .academic-links li a {
  padding: 5px;
  width: 20px;
  line-height: 20px;
  font-size: 25px;
}
.directory-item-full .info .basic-info .social-links .social-name,
.directory-item-full .info .basic-info .academic-links .social-name {
  display: none;
}
.directory-item-full .synopsis {
  padding: 10px 20px;
  line-height: 32px;
}
.directory-item-full .synopsis:last-child {
  margin-bottom: 30px;
}
.directory-item-full .resp-vtabs {
  margin-top: 10px;
  background-color: #40374a;
}
.directory-item-full .resp-vtabs:after {
  content: "";
  display: table;
  clear: both;
}
.directory-item-full .resp-vtabs .resp-tab-content-active {
  line-height: 32px;
}
.directory-item-full .resp-vtabs .resp-tab-content-active ul {
  line-height: normal;
}
.page-directory-view .page-title {
  font-size: 31px;
  font-size: 3.1rem;
  padding: 0 20px;
}
@media (min-width: 959px) {
  .page-directory-view .page-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
.block--rutgerslaw-directory-rutgerslaw-dir-type-list:after {
  content: "";
  display: table;
  clear: both;
}
.page-directory .links-list-columns .block__content > ul li > a {
  line-height: 32px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .page-directory .links-list-columns .block__content > ul li > a {
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.loading-content {
  color: transparent;
  content: " ";
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 10px auto;
  border: 0.25rem solid #ccc;
  border-top-color: #333;
  animation: spin 1s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.load-more {
  text-decoration: none;
  padding: 8px 15px;
  color: black;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  font-size: 20px;
  font-size: 2rem;
  border: 2px solid #cc0033;
  text-transform: uppercase;
  text-align: center;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.load-more:hover {
  background-color: #cc0033;
  color: white;
}
.replace-content {
  margin-top: 50px;
  margin-bottom: 250px;
}
.l-slider,
.l-region--home-slider,
.block--bean-home-page-slideshow {
  position: relative;
  z-index: 50;
  overflow: hidden;
}
#bean-slideshow--home-page-slideshow {
  background-color: white;
  position: relative;
  margin: 0;
  overflow: hidden;
  height: 590px;
  z-index: 50;
}
@media (min-width: 959px) {
  #bean-slideshow--home-page-slideshow {
    height: 713px;
  }
}
#bean-slideshow--home-page-slideshow .slick-slide {
  position: relative;
  width: 100%;
  height: 590px;
  background-position: 50%;
  background-size: cover;
  overflow-y: visible;
  overflow-x: visible;
}
@media (min-width: 959px) {
  #bean-slideshow--home-page-slideshow .slick-slide {
    height: 713px;
  }
}
#bean-slideshow--home-page-slideshow .slick-slide .bean-front-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  word-spacing: 0;
  letter-spacing: 0;
  line-height: 0;
}
#bean-slideshow--home-page-slideshow .slick-slide .helper {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
#bean-slideshow--home-page-slideshow .slick-slide:after {
  content: ' ';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.25);
}
#bean-slideshow--home-page-slideshow .front-text-wrapper {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  width: 100%;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
}
#bean-slideshow--home-page-slideshow .front-text-wrapper .slide-container {
  padding: 13px;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  line-height: 30px;
}
@media (min-width: 768px) {
  #bean-slideshow--home-page-slideshow .front-text-wrapper .slide-container {
    max-width: 750px;
    margin: 0 auto;
  }
}
@media (min-width: 959px) {
  #bean-slideshow--home-page-slideshow .front-text-wrapper .slide-container {
    max-width: 1024px;
    margin: 0 auto;
    font-size: 50px;
    font-size: 5rem;
    line-height: 46px;
  }
}
#bean-slideshow--home-page-slideshow .front-text-wrapper .field-text > a {
  color: #fff;
  text-decoration: none;
}
#bean-slideshow--home-page-slideshow .front-text-wrapper .home-hero-wide-white {
  text-align: center;
  font-size: 50px;
  font-size: 5rem;
  line-height: 46px;
}
@media (min-width: 959px) {
  #bean-slideshow--home-page-slideshow .front-text-wrapper .home-hero-wide-white {
    font-size: 70px;
    font-size: 7rem;
    line-height: 66px;
  }
}
#bean-slideshow--home-page-slideshow .front-text-wrapper .white-box {
  text-align: center;
  padding-top: 20px;
}
#bean-slideshow--home-page-slideshow .front-text-wrapper .white-box a {
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  padding: 8px 50px;
}
#bean-slideshow--home-page-slideshow .slick-dots {
  bottom: 40px;
  background: url(/sites/law/themes/rutgers_law/images/bg-dots.png) 50% repeat-x;
  margin: 0;
  padding: 0;
  height: 64px;
}
#bean-slideshow--home-page-slideshow .slick-dots li {
  margin: 0 30px;
  padding: 0;
  width: 17px;
  height: 64px;
  background: url(/sites/law/themes/rutgers_law/images/circle-dot.png) 50% no-repeat;
}
#bean-slideshow--home-page-slideshow .slick-dots li:hover,
#bean-slideshow--home-page-slideshow .slick-dots li.slick-active {
  background: url(/sites/law/themes/rutgers_law/images/circle-dot-active.png) 50% no-repeat;
}
#bean-slideshow--home-page-slideshow .slick-dots li .button {
  width: 17px;
  height: 64px;
}
#bean-slideshow--home-page-slideshow .slick-dots li button:before {
  display: none;
}
#bean-slideshow--home-page-slideshow .slick-dots li button {
  display: none;
}
.field--name-field-text .home-hero-red,
.field--name-field-text .home-hero-white,
.field--name-field-text .home-hero-big,
.field--name-field-text .home-hero-wide-white {
  overflow: hidden;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  letter-spacing: 3px;
  line-height: 29px;
  font-size: 30px;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 959px) {
  .field--name-field-text .home-hero-red,
  .field--name-field-text .home-hero-white,
  .field--name-field-text .home-hero-big,
  .field--name-field-text .home-hero-wide-white {
    font-size: 50px;
    font-size: 5rem;
    line-height: 46px;
  }
}
.field--name-field-text .home-hero-big {
  letter-spacing: 5px;
  font-size: 70px;
  font-size: 7rem;
  line-height: 70px;
}
@media (min-width: 959px) {
  .field--name-field-text .home-hero-big {
    font-size: 120px;
    font-size: 12rem;
    line-height: 106px;
  }
}
.field--name-field-text .home-hero-wide-white {
  color: white;
  font-size: 70px;
  font-size: 7rem;
  line-height: 70px;
}
@media (min-width: 959px) {
  .field--name-field-text .home-hero-wide-white {
    font-size: 84px;
    font-size: 8.4rem;
    line-height: 8.4;
  }
}
.home-hero-red {
  color: #cc0033;
}
.home-hero-white {
  color: #fff;
}
.home-hero-big {
  font-size: 70px;
  font-size: 7rem;
  line-height: 70px;
}
@media (min-width: 959px) {
  .home-hero-big {
    font-size: 120px;
    font-size: 12rem;
    line-height: 111px;
  }
}
.home-hero-wide-white {
  font-size: 70px;
  font-size: 7rem;
  line-height: 66px;
}
@media (min-width: 959px) {
  .home-hero-wide-white {
    font-size: 84px;
    font-size: 8.4rem;
    line-height: 75px;
  }
}
.block--bean-homepage-quote-carousel {
  position: relative;
  z-index: 1;
  font-family: "Oswald", sans-serif;
  height: 375px;
  overflow: hidden;
}
@media (min-width: 959px) {
  .block--bean-homepage-quote-carousel {
    min-height: 477px;
  }
}
.block--bean-homepage-quote-carousel .slides-over-image {
  position: absolute;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 477px;
  overflow: hidden;
  text-align: center;
  background-color: #40374a;
}
.block--bean-homepage-quote-carousel .slides-over-image .slide-background {
  height: 375px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 959px) {
  .block--bean-homepage-quote-carousel .slides-over-image .slide-background-wrapper {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: fixed;
  }
  .block--bean-homepage-quote-carousel .slides-over-image .slide-background {
    height: 100%;
    width: 100%;
  }
}
.block--bean-homepage-quote-carousel .slides-over-video {
  overflow: hidden;
}
.block--bean-homepage-quote-carousel .slides-over-video .carousel-vide-bg-img {
  height: 375px;
  width: 100%;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.block--bean-homepage-quote-carousel .slides-over-video .carousel-vide[style] {
  position: fixed !important;
  z-index: 1;
}
.block--bean-homepage-quote-carousel .slides-over-video .carousel-vide > div[style] {
  position: fixed !important;
}
.block--bean-homepage-quote-carousel .slides-over-video video[style] {
  width: auto !important;
  max-width: unset;
  top: unset !important;
  left: 50% !important;
  height: 100% !important;
  transform: translateX(-50%) !important;
}
@media (min-aspect-ratio: 1.77777778) {
  .block--bean-homepage-quote-carousel .slides-over-video video[style] {
    height: auto !important;
    width: 100% !important;
  }
}
@media (min-width: 959px) {
  .block--bean-homepage-quote-carousel .slides-over-video .carousel-vide-bg-img {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  .block--bean-homepage-quote-carousel .slides-over-video .carousel-vide[style] {
    z-index: 2;
  }
}
.block--bean-homepage-quote-carousel .slide-background {
  position: relative;
  z-index: -1;
}
.block--bean-homepage-quote-carousel .slide-overlay {
  position: absolute;
  z-index: 150;
  border-top: 5px solid #cc0033;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 375px;
  background: rgba(0, 0, 0, 0.25);
}
@media (min-width: 959px) {
  .block--bean-homepage-quote-carousel .slide-overlay {
    min-height: 477px;
  }
}
.block--bean-homepage-quote-carousel .slide-overlay .field-collection-container {
  max-width: 90%;
  margin: 10px auto;
  z-index: 200;
}
@media (min-width: 768px) {
  .block--bean-homepage-quote-carousel .slide-overlay .field-collection-container {
    max-width: 85%;
  }
}
.block--bean-homepage-quote-carousel .slick-slide {
  position: relative;
  width: 310px;
  min-height: 340px;
  margin: 5px;
  padding: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #fff;
}
@media (min-width: 959px) {
  .block--bean-homepage-quote-carousel .slick-slide {
    margin: 25px;
    min-height: 380px;
  }
}
.block--bean-homepage-quote-carousel .slick-slide a {
  color: #fff;
  text-decoration: none;
}
.block--bean-homepage-quote-carousel .slick-slide .field--name-field-headline {
  background: #fff;
  color: #000;
  margin: -1px -1px 0 -1px;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 10px;
  font-size: 1rem;
  line-height: 11px;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.block--bean-homepage-quote-carousel .slick-slide .field--name-field-headline a {
  color: #000;
}
@media (min-width: 959px) {
  .block--bean-homepage-quote-carousel .slick-slide .field--name-field-headline {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19px;
  }
}
@media (min-width: 959px) {
  .block--bean-homepage-quote-carousel .slick-slide:hover {
    background-color: #cc0033;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    border-color: #cc0033;
  }
}
.block--bean-homepage-quote-carousel .slick-slide .field--type-text {
  padding: 5px 10px;
}
.block--bean-homepage-quote-carousel .slick-slide .field--type-image {
  margin-bottom: 20px;
}
.block--bean-homepage-quote-carousel .slick-slide .field--type-image img {
  margin: 25px auto 0 auto;
  max-width: 97%;
}
.block--bean-homepage-quote-carousel .slick-slide.quote {
  position: relative;
}
.block--bean-homepage-quote-carousel .slick-slide.quote .quote {
  background: url(/sites/law/themes/rutgers_law/images/bg-quote.png) 10px 36px no-repeat;
  background-size: 25px 20px;
}
.block--bean-homepage-quote-carousel .slick-slide.quote .field--name-field-quote {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  margin: 40px 10px 0 5px;
  padding: 0 5px 30px 10px;
  background: url(/sites/law/themes/rutgers_law/images/bg-quote-close.png) right bottom no-repeat;
  background-size: 25px 20px;
  overflow: visible;
}
@media (min-width: 768px) {
  .block--bean-homepage-quote-carousel .slick-slide.quote .field--name-field-quote {
    margin: 40px 10px 0 0;
    padding: 0 15px 30px 30px;
  }
}
@media (min-width: 959px) {
  .block--bean-homepage-quote-carousel .slick-slide.quote .field--name-field-quote {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 500px) {
  .block--bean-homepage-quote-carousel .slick-slide.quote .field--name-field-quote {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.block--bean-homepage-quote-carousel .slick-slide.quote .field--name-field-attribution {
  position: absolute;
  bottom: 5px;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
}
@media (min-width: 959px) {
  .block--bean-homepage-quote-carousel .slick-slide.quote .field--name-field-attribution {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.block--bean-homepage-quote-carousel .slick-slide .text {
  position: relative;
}
.block--bean-homepage-quote-carousel .slick-slide .text .field--name-field-item-text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  margin: 40px 10px 0 5px;
  padding: 0 5px 30px 10px;
  overflow: visible;
}
@media (min-width: 768px) {
  .block--bean-homepage-quote-carousel .slick-slide .text .field--name-field-item-text {
    margin: 40px 10px 0 0;
    padding: 0 15px 30px 30px;
  }
}
@media (min-width: 959px) {
  .block--bean-homepage-quote-carousel .slick-slide .text .field--name-field-item-text {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 500px) {
  .block--bean-homepage-quote-carousel .slick-slide .text .field--name-field-item-text {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.block--bean-homepage-quote-carousel .slick-slide .image .field--name-field-title {
  position: absolute;
  bottom: 5px;
  line-height: 25px;
  font-size: 21px;
  font-size: 2.1rem;
}
@media (min-width: 959px) {
  .block--bean-homepage-quote-carousel .slick-slide .image .field--name-field-title {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 32px;
  }
}
.block--bean-homepage-quote-carousel .field-collection-view {
  margin: 0;
  padding: 0;
  border: none;
}
.block--bean-homepage-quote-carousel .field-collection-container {
  border: none;
  margin: 0;
}
.block--bean-homepage-quote-carousel .slick-prev:before,
.block--bean-homepage-quote-carousel .slick-next:before {
  font-family: 'FontAwesome';
  font-size: 50px;
  opacity: 0.75;
  color: white;
}
@media (min-width: 768px) {
  .block--bean-homepage-quote-carousel .slick-prev:before,
  .block--bean-homepage-quote-carousel .slick-next:before {
    font-size: 80px;
  }
}
.block--bean-homepage-quote-carousel .slick-prev,
.block--bean-homepage-quote-carousel .slick-next {
  width: auto;
  height: auto;
  display: inline-block !important;
}
.block--bean-homepage-quote-carousel .slick-prev:hover:before,
.block--bean-homepage-quote-carousel .slick-next:hover:before {
  color: #cc0033;
}
.block--bean-homepage-quote-carousel .slick-prev {
  left: -20px;
}
@media (min-width: 768px) {
  .block--bean-homepage-quote-carousel .slick-prev {
    left: -45px;
  }
}
@media screen and (max-width: 500px) {
  .block--bean-homepage-quote-carousel .slick-prev {
    left: -16px;
  }
}
.block--bean-homepage-quote-carousel .slick-next {
  right: -20px;
}
@media (min-width: 768px) {
  .block--bean-homepage-quote-carousel .slick-next {
    right: -40px;
  }
}
@media screen and (max-width: 500px) {
  .block--bean-homepage-quote-carousel .slick-next {
    right: -16px;
  }
}
.block--bean-homepage-quote-carousel .slick-next:before {
  content: "\f105";
}
.block--bean-homepage-quote-carousel .slick-prev:before {
  content: "\f104";
}
.front .node--page--full {
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 200;
}
.front .node--page--full:after {
  content: "";
  display: table;
  clear: both;
}
.front .tabs--primary {
  position: absolute;
  max-width: 998px;
  margin: 0 auto;
  right: 0;
  left: 0;
  padding-top: 20px;
  z-index: 800;
}
.front .l-footer {
  position: relative;
  z-index: 2;
}
.front .field--name-field-hero-background {
  position: relative;
  z-index: 1;
}
.front .resp-tabs-container {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.front .paragraphs-item-spotlight {
  z-index: 1 !important;
  overflow: hidden !important;
}
@media screen and (min-width: 769px) {
  .front .paragraphs-item-spotlight {
    height: inherit;
  }
}
@media screen and (min-width: 769px) {
  .front .paragraphs-item-spotlight .field-collection-view {
    min-height: inherit;
  }
}
.front #block-rutgerslaw-layout-rutgerslaw-news-and-events {
  z-index: 400;
}
.front .block--rutgerslaw-layout-rutgerslaw-news-and-events {
  max-width: 1120px;
}
.with-hero-bean .subnav-container {
  display: none;
}
.with-hero-bean .page-title {
  display: none;
}
.bean-hero-banner {
  position: relative;
  overflow: hidden;
  height: 320px;
}
.bean-hero-banner:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 959px) {
  .bean-hero-banner {
    height: 462px;
  }
}
.bean-hero-banner .text-overlay {
  color: #fff;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
}
.bean-hero-banner .text-overlay a {
  color: #fff;
}
.bean-hero-banner a {
  text-decoration: none;
}
.bean-hero-banner .field--name-field-hero-background {
  background-position: 50%;
  background-size: cover;
}
.bean-hero-banner .content {
  height: 100%;
  font-size: 0;
}
.bean-hero-banner .content:after {
  content: ' ';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.bean-hero-banner .helper {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.bean-hero-banner .text-overlay {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  z-index: 200;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
}
.bean-hero-banner .hero-title {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
@media (min-width: 959px) {
  .bean-hero-banner .hero-title {
    font-size: 70px;
    font-size: 7rem;
    letter-spacing: 2.5px;
  }
}
.bean-hero-banner .subheading {
  width: auto;
  padding: 0 13px;
  left: 0;
  right: 0;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: Georgia, serif;
}
@media (min-width: 959px) {
  .bean-hero-banner .subheading {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media (min-width: 959px) {
  .bean-hero-banner .hero-title,
  .bean-hero-banner .subheading {
    width: 998px;
    margin-left: auto;
    margin-right: auto;
  }
}
.bean-hero-banner .text-over-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 462px;
  height: 320px;
}
@media (min-width: 959px) {
  .bean-hero-banner .text-over-image {
    height: 462px;
  }
}
.bean-hero-banner .field--name-field-hero-background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
}
@media (min-width: 959px) {
  .bean-hero-banner .field--name-field-hero-background {
    display: block;
  }
}
.bean-hero-banner .text-over-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 462px;
  height: 320px;
}
@media (min-width: 959px) {
  .bean-hero-banner .text-over-video {
    top: 231px;
    height: 462px;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
.bean-hero-banner .text-over-video > video {
  left: 50%;
  margin-top: 100px;
}
.bean-hero-banner .vide {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
}
@media (min-width: 959px) {
  .bean-hero-banner .vide {
    display: block;
  }
}
@media (min-width: 959px) {
  .bean-hero-banner .vide:after {
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
.bean-hero-banner .vide-bg-img {
  display: block;
  background-position: 50%;
  background-size: cover;
  height: 320px;
}
@media (min-width: 959px) {
  .bean-hero-banner .vide,
  .bean-hero-banner .vide-bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: cover;
    height: 720px;
  }
}
@media (min-width: 959px) {
  .bean-hero-banner .vide-bg-img.video-loaded {
    display: none;
  }
}
body {
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizelegibility;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-top {
  z-index: 250;
}
#block-system-main-menu {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 1017px) {
  #block-system-main-menu {
    width: 850px;
    margin: 0 auto;
  }
}
.l-content {
  width: 100%;
}
.node--page--full {
  clear: both;
}
.bean-type--hero-banner {
  clear: both;
}
.block--rutgerslaw-layout-rutgerslaw-news-and-events:after {
  content: "";
  display: table;
  clear: both;
}
.logo,
.container {
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .logo,
  .container {
    max-width: 750px;
    margin: 0 auto;
  }
}
@media (min-width: 959px) {
  .logo,
  .container {
    max-width: 998px;
    margin: 0 auto;
  }
}
.block--rutgerslaw-layout-rutgerslaw-news-and-events {
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0;
  margin: 0 10px;
}
@media (min-width: 768px) {
  .block--rutgerslaw-layout-rutgerslaw-news-and-events {
    max-width: 92%;
    margin: 0 auto;
  }
}
@media (min-width: 959px) {
  .block--rutgerslaw-layout-rutgerslaw-news-and-events {
    max-width: 82%;
  }
}
@media screen and (max-width: 959px) {
  .block--rutgerslaw-layout-rutgerslaw-news-and-events {
    max-width: 1070px;
  }
}
.not-full-width .l-page {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.not-full-width .l-page .messages-wrapper {
  padding: 0;
}
.messages-wrapper {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.messages--status,
.ok {
  color: #333;
}
.messages--status,
tr.ok {
  background-color: #eee;
}
.messages--status {
  border-color: #999;
}
.l-content {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  float: none;
  min-height: 600px;
}
.page-title {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 20px;
}
.not-full-width .page-title {
  padding: 0;
}
.l-footer {
  clear: both;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 300;
  padding: 0;
}
.l-footer .footer-container-outer {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwMDAzMyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYTAwMDMzIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNjYzAwMzMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzAwMzMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #a00033), color-stop(50%, #a00033), color-stop(50%, #cc0033), color-stop(100%, #cc0033));
  background-image: -moz-linear-gradient(left, #a00033 0%, #a00033 50%, #cc0033 50%, #cc0033 100%);
  background-image: -webkit-linear-gradient(left, #a00033 0%, #a00033 50%, #cc0033 50%, #cc0033 100%);
  background-image: linear-gradient(to right, #a00033 0%, #a00033 50%, #cc0033 50%, #cc0033 100%);
}
.l-footer .footer-container-inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  clear: both;
  padding: 0;
}
.l-footer .footer-container-inner:after {
  content: "";
  display: table;
  clear: both;
}
.l-footer:after {
  content: "";
  display: table;
  clear: both;
}
.l-footer a {
  text-decoration: none;
  color: #fff;
}
.l-footer .block__title {
  display: none;
}
.l-footer .l-region--footer-left {
  font-size: 16px;
  font-size: 1.6rem;
  float: left;
  width: 100%;
  padding: 30px 0 80px;
  background: #a00033;
  color: #fff;
}
.l-footer .l-region--footer-left:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .l-footer .l-region--footer-left {
    max-width: 25%;
    width: 100%;
  }
}
@media (min-width: 959px) {
  .l-footer .l-region--footer-left {
    padding: 30px 0 80px;
  }
}
.l-footer .l-region--footer-left p {
  margin: 0;
}
.l-footer .l-region--footer-left ul {
  padding: 0;
  margin: 0;
}
.l-footer .l-region--footer-left li {
  list-style: none;
}
.l-footer .l-region--footer-left a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 5px 5px 5px 15px;
  display: block;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.l-footer .l-region--footer-left a:hover {
  background-color: white;
  color: #a00033;
}
.l-footer .l-region--footer-right {
  background: #cc0033;
  float: left;
  width: 100%;
  padding: 30px 15px 51px;
  color: #fff;
}
@media (min-width: 768px) {
  .l-footer .l-region--footer-right {
    max-width: 75%;
    width: 100%;
  }
}
.l-footer .l-region--footer-right .footer-logo img {
  width: 242px;
  height: 66px;
  margin-bottom: 20px;
}
.l-footer .l-region--footer-right:after {
  content: "";
  display: table;
  clear: both;
}
.l-footer .l-region--footer-right a {
  color: #fff;
  text-transform: uppercase;
}
.l-footer .l-region--footer-right address {
  font-style: normal;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 300;
}
.l-footer .l-region--footer-right address div {
  margin-bottom: 3px;
}
.l-footer .l-region--footer-right address .school-loc {
  background-color: white;
  display: inline-block;
  color: #a00033;
  padding: 3px 6px;
  margin-bottom: 5px;
  font-weight: 400;
  text-transform: uppercase;
}
.l-footer .l-region--footer-right address .school-loc a {
  color: #cc0033;
}
@media (min-width: 768px) {
  .l-footer .l-region--footer-right address {
    width: 50%;
  }
}
@media (min-width: 959px) {
  .l-footer .l-region--footer-right address {
    width: 30%;
  }
}
.l-footer .l-region--footer-right .soc-heading a {
  text-transform: capitalize;
}
.l-footer .l-region--footer-right .social {
  width: 100%;
  clear: both;
  margin-top: 50px;
}
.l-footer .l-region--footer-right .social .soc-icons a {
  display: inline-block;
  font-size: 32px;
  font-size: 3.2rem;
  margin-right: 15px;
  color: white;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.l-footer .l-region--footer-right .social .soc-icons a:hover {
  color: #a00033;
}
.l-footer .l-region--copyright {
  font-size: 11px;
  font-size: 1.1rem;
  background: #66001d;
  padding: 15px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
}
.l-footer .l-region--copyright p {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.back-to-top img {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 30;
}
.tabs {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.slick-arrow:before {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.white-box a {
  display: inline-block;
  padding: 10px 15px;
  border: 2px solid white;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  text-decoration: none;
  color: white;
}
.white-box a:hover {
  background-color: #cc0033;
  border-color: transparent;
}
a.button-link {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  vertical-align: middle;
  text-transform: uppercase;
  background: #efefef;
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 10px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  padding: 0 15px;
  line-height: 40px;
}
@media (min-width: 768px) {
  a.button-link {
    font-size: 20px;
    font-size: 2rem;
  }
}
a.button-link:hover {
  background: #cc0033;
  color: #fff;
}
@media (min-width: 768px) {
  a.button-link {
    padding: 0 20px;
    line-height: 50px;
  }
}
.field--name-field-text {
  line-height: 32px;
}
#admin-menu {
  z-index: 9999;
}
.pager {
  list-style: none;
}
.page-404 .page-title,
.page-403 .page-title {
  margin-bottom: 20px;
}
.l-region--navigation {
  display: none;
  position: absolute;
  z-index: 500;
  background: #cc0033;
  width: 100%;
  top: 54px;
  left: 0;
  margin: 0;
  padding: 15px 0;
}
@media (min-width: 1017px) {
  .l-region--navigation {
    display: block;
    position: relative;
    width: inherit;
    top: auto;
    left: auto;
    float: left;
    margin-left: 15px;
    padding: 0;
  }
}
.block--system-main-menu {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
.block--system-main-menu .block__title {
  display: none;
}
.block--system-main-menu .expanded.open {
  color: #fff;
  background-color: #a00033;
}
.block--system-main-menu .menu {
  margin: 0;
  padding: 0;
}
@media (min-width: 1017px) {
  .block--system-main-menu .menu .mobile-only {
    display: none;
  }
}
.block--system-main-menu .menu > li {
  list-style-image: none;
  list-style: none;
  border: none;
}
@media (min-width: 1017px) {
  .block--system-main-menu .menu > li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
  }
}
.block--system-main-menu .menu > li > a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  display: block;
  width: 100%;
  line-height: 36px;
  padding: 0 10px;
}
@media (min-width: 1017px) {
  .block--system-main-menu .menu > li > a {
    line-height: 50px;
    padding: 0 13px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
}
.block--system-main-menu .menu > li > a:hover,
.block--system-main-menu .menu > li > a.active-trail {
  background-color: #a00033;
}
.block--system-main-menu .menu > li > .active-trail a,
.block--system-main-menu .menu > li > .open a,
.block--system-main-menu .menu > li.sub-open a {
  color: #fff;
  background-color: #a00033;
}
.block--system-main-menu .menu > li > .menu {
  display: none;
  z-index: 1000;
  background-color: #a00033;
}
@media (min-width: 1017px) {
  .block--system-main-menu .menu > li > .menu {
    position: absolute;
  }
}
.block--system-main-menu .menu > li > .menu li {
  float: none;
  display: block;
  background: transparent;
  overflow: hidden;
  background-color: #a00033;
}
@media (min-width: 1017px) {
  .block--system-main-menu .menu > li > .menu li {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    width: 220px;
  }
}
.block--system-main-menu .menu > li > .menu li a {
  text-transform: capitalize;
  padding: 5px 10px;
  line-height: inherit;
}
@media (min-width: 1017px) {
  .block--system-main-menu .menu > li > .menu li a {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
}
.block--system-main-menu .menu > li > .menu li:hover > a,
.block--system-main-menu .menu > li > .menu li.active-trail a {
  color: #a00033;
  background: #f1f1f1;
}
.block--system-main-menu .menu > li > .menu li:hover,
.block--system-main-menu .menu > li > .menu li.active-trail {
  background-color: #fff;
  color: #a00033;
}
.block--system-main-menu .menu > li.opened,
.block--system-main-menu .menu > li:hover {
  position: relative;
}
.block--system-main-menu .menu > li.opened ul,
.block--system-main-menu .menu > li:hover ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 1017px) {
  .block--system-main-menu .menu > li.opened ul,
  .block--system-main-menu .menu > li:hover ul {
    display: block;
  }
}
@media (min-width: 1017px) {
  .block--system-main-menu .menu > li.opened ul,
  .block--system-main-menu .menu > li:hover ul {
    position: absolute;
    width: 220px;
  }
}
.block--system-main-menu .menu > .active-trail > .menu {
  display: block;
}
@media (min-width: 1017px) {
  .block--system-main-menu .menu > .active-trail > .menu {
    display: none;
  }
}
@media (min-width: 1017px) {
  .block--system-main-menu .menu > .active-trail:hover > .menu {
    display: block;
  }
}
@media (min-width: 1017px) {
  .l-region--navigation .menu li.expanded ul .first,
  .l-region--navigation .menu li.opened ul .first {
    display: none;
  }
}
#menu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  z-index: 300;
  text-indent: 10000em;
  width: 56px;
  height: 54px;
  border: none;
  overflow: hidden;
  background: url(/sites/law/themes/rutgers_law/images/expand.png) 50% no-repeat;
}
#menu-toggle.collapse {
  background: #a00033 url(/sites/law/themes/rutgers_law/images/collapse.png) 50% no-repeat;
}
@media (min-width: 1017px) {
  #menu-toggle {
    display: none;
  }
}
.page-node-283 .page-title {
  display: none;
}
.block--quicktabs-news-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.block--quicktabs-news-tabs .quicktabs-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.block--quicktabs-news-tabs .quicktabs-tabs {
  width: 100%;
  float: right;
  max-width: 50%;
  padding: 0;
  margin: 0;
}
.block--quicktabs-news-tabs .quicktabs-tabs:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .block--quicktabs-news-tabs .quicktabs-tabs {
    max-width: 100%;
    float: none;
    position: absolute;
    margin-top: 87vw;
    z-index: 12;
  }
}
.block--quicktabs-news-tabs .quicktabs-tabs li {
  background-color: #40374a;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  width: 33.333%;
}
@media (min-width: 768px) {
  .block--quicktabs-news-tabs .quicktabs-tabs li {
    max-width: 195px;
  }
}
.block--quicktabs-news-tabs .quicktabs-tabs li a {
  width: 100%;
  display: inline-block;
  padding: 0 10px;
  line-height: 9.13vw;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  text-align: center;
}
@media screen and (min-width: 1170px) {
  .block--quicktabs-news-tabs .quicktabs-tabs li a {
    line-height: 106px;
  }
}
@media (max-width: 767px) {
  .block--quicktabs-news-tabs .quicktabs-tabs li a {
    line-height: 70px;
  }
}
@media screen and (max-width: 500px) {
  .block--quicktabs-news-tabs .quicktabs-tabs li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 300px) {
  .block--quicktabs-news-tabs .quicktabs-tabs li a {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media (min-width: 959px) {
  .block--quicktabs-news-tabs .quicktabs-tabs li a {
    font-size: 20px;
    font-size: 2rem;
  }
}
.block--quicktabs-news-tabs .quicktabs-tabs li.active a,
.block--quicktabs-news-tabs .quicktabs-tabs li a:hover {
  color: black;
  background-color: white;
}
.block--quicktabs-news-tabs .quicktabs-tabs li a {
  -moz-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.block--quicktabs-news-tabs .quicktabs_main:after {
  content: "";
  display: table;
  clear: both;
}
.block--quicktabs-news-tabs .news-tab > .attachment-before {
  width: 50%;
  float: left;
}
.block--quicktabs-news-tabs .news-tab > .attachment-before:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .block--quicktabs-news-tabs .news-tab > .attachment-before {
    width: 100%;
    float: none;
  }
}
.block--quicktabs-news-tabs .news-tab > .attachment-before .news-tab-image {
  float: right;
  position: relative;
  overflow: hidden;
}
.block--quicktabs-news-tabs .news-tab > .attachment-before .news-tab-image img {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.block--quicktabs-news-tabs .news-tab > .attachment-before .news-tab-image:hover img {
  transform: scale(1.05);
}
.block--quicktabs-news-tabs .news-tab > .attachment-before .news-tab-image .views-field-title a {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 25px 40px;
  z-index: 10;
  color: white;
  letter-spacing: 1px;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  font-size: 26px;
  font-size: 2.6rem;
}
@media (min-width: 959px) {
  .block--quicktabs-news-tabs .news-tab > .attachment-before .news-tab-image .views-field-title a {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 500px) {
  .block--quicktabs-news-tabs .news-tab > .attachment-before .news-tab-image .views-field-title a {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 15px 20px;
  }
}
.block--quicktabs-news-tabs .news-tab > .attachment-before .news-tab-image .views-field-field-image img {
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  .block--quicktabs-news-tabs .news-tab > .attachment-before .news-tab-image .views-field-field-image img {
    height: 45.64vw;
    max-height: 530px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .block--quicktabs-news-tabs .news-tab > .attachment-before .news-tab-image .views-field-field-image img {
    height: 87vw;
  }
}
.block--quicktabs-news-tabs .news-tab > .attachment-before .news-tab-image .views-field-field-image:after {
  pointer-events: none;
  z-index: 9;
  content: ' ';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(bottom, #40374a, rgba(64, 55, 74, 0), rgba(64, 55, 74, 0));
  background: -moz-linear-gradient(top, #40374a, rgba(64, 55, 74, 0), rgba(64, 55, 74, 0));
  background: -o-linear-gradient(top, #40374a, rgba(64, 55, 74, 0), rgba(64, 55, 74, 0));
  background: linear-gradient(to top, #40374a, rgba(64, 55, 74, 0), rgba(64, 55, 74, 0));
}
.block--quicktabs-news-tabs .news-tab > .view-content {
  width: 50%;
  float: right;
}
@media (max-width: 767px) {
  .block--quicktabs-news-tabs .news-tab > .view-content {
    width: 100%;
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .block--quicktabs-news-tabs .news-tab > .view-content .views-row {
    background-color: #f1f1f1;
  }
}
.block--quicktabs-news-tabs .news-tab > .view-content .views-row:after {
  content: "";
  display: table;
  clear: both;
}
.block--quicktabs-news-tabs .news-tab > .view-content .views-row:hover,
.block--quicktabs-news-tabs .news-tab > .view-content .views-row.views-row-first {
  background-color: white;
}
.block--quicktabs-news-tabs .news-tab > .view-content .views-row .field-content a {
  background-color: #f1f1f1;
  max-width: 585px;
  width: 100%;
  float: left;
  height: 9.13vw;
  min-height: 65px;
  max-height: 106px;
  color: #666666;
  padding: 1.7vw 25px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  display: block;
}
@media screen and (min-width: 1170px) {
  .block--quicktabs-news-tabs .news-tab > .view-content .views-row .field-content a {
    padding: 20px 35px;
  }
}
@media (max-width: 767px) {
  .block--quicktabs-news-tabs .news-tab > .view-content .views-row .field-content a {
    padding: 14px 18px;
    height: auto;
    max-height: 200px;
  }
}
@media screen and (min-width: 1170px) {
  .block--quicktabs-news-tabs .news-tab > .view-content .views-row .field-content a {
    font-size: 20px;
    font-size: 2rem;
  }
}
.block--quicktabs-news-tabs .news-tab > .view-content .views-row-first .field-content a,
.block--quicktabs-news-tabs .news-tab > .view-content .views-row .field-content a:hover {
  color: black;
  background-color: white;
}
.block--quicktabs-news-tabs .news-tab > .view-content a {
  -moz-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
body.section-news {
  background-color: white;
}
.view-rutgers-news-twitter {
  max-width: 1150px;
  margin: 45px auto 30px;
  padding: 0 10px;
}
.view-rutgers-news-twitter:after {
  content: "";
  display: table;
  clear: both;
}
.view-rutgers-news-twitter .view-content:after {
  content: "";
  display: table;
  clear: both;
}
.view-rutgers-news-twitter .views-row {
  float: right;
  width: 100%;
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .view-rutgers-news-twitter .views-row {
    padding: 0 30px 20px;
  }
}
.view-rutgers-news-twitter .views-field-image {
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .view-rutgers-news-twitter .views-field-image {
    float: left;
    padding: 0 30px 30px 0;
  }
}
.view-rutgers-news-twitter .views-field-name {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  padding-bottom: 5px;
  display: inline-block;
}
.view-rutgers-news-twitter .views-field-follow {
  display: inline-block;
}
.view-rutgers-news-twitter .views-field-follow a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #cc0033;
  text-decoration: none;
}
.view-rutgers-news-twitter .views-field-text {
  color: #747474;
  line-height: 30px;
}
.view-rutgers-news-twitter .views-field-text a {
  text-decoration: none;
  color: black;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.view-rutgers-news-twitter .views-field-text a:hover {
  color: #cc0033;
}
.view-rutgers-news-twitter .views-row .views-field-image {
  display: none;
}
.view-rutgers-news-twitter .views-row-first {
  float: left;
}
.view-rutgers-news-twitter .views-row-first .views-field-image {
  display: block;
}
.view-rutgers-news-twitter .follow-link {
  padding: 8px 15px;
  background-color: #f1f1f1;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  float: right;
  color: black;
  text-decoration: none;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.view-rutgers-news-twitter .follow-link:hover {
  background-color: #a00033;
  color: white;
}
@media (min-width: 768px) {
  .view-rutgers-news-twitter .views-row {
    width: 50%;
  }
  .view-rutgers-news-twitter .views-row-first {
    width: 50%;
  }
  .view-rutgers-news-twitter .views-field-image {
    padding: 0 0 20px 0;
    margin: 0 auto;
    float: none;
  }
  .view-rutgers-news-twitter .views-row-first,
  .view-rutgers-news-twitter .views-row-last {
    padding-bottom: 0;
  }
}
@media (min-width: 959px) {
  .view-rutgers-news-twitter .views-row {
    width: 50%;
  }
  .view-rutgers-news-twitter .views-row-first {
    width: 50%;
  }
  .view-rutgers-news-twitter .views-field-image {
    float: left;
    margin: 0;
    padding: 0 30px 30px 0;
  }
}
.page-news-archive .page-title {
  padding: 20px 0;
}
.page-news-archive .views-row {
  margin-bottom: 20px;
}
.node-type-article .node__content > .field {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.node-type-article .field--name-field-article-category .field__item {
  margin: 20px 0;
}
.node-type-article .field--name-field-article-category a {
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid #a00033;
  color: #a00033;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  font-size: 18px;
  font-size: 1.8rem;
}
.node-type-article .field--name-field-article-category a:hover {
  background-color: #a00033;
  color: white;
}
.view-rutgerslaw-taxonomy-term .views-row {
  margin-bottom: 20px;
}
.page-taxonomy-term .page-title {
  padding: 20px 0;
}
.node--article--full .field--name-field-image .field__items {
  margin: 20px 0 -10px;
}
.node--article--full .field--name-field-image .field__items img {
  display: block;
}
.node--article--full .node__content > .field--name-field-publish-date {
  margin-top: 30px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  color: #747474;
}
.node--article--full .node__content > .field--name-field-publish-date .field__label {
  color: #a00033;
  float: left;
  text-transform: uppercase;
}
.node--article--full .node__content > .field--name-field-publish-date .field__items {
  float: none;
}
.node--article--full + .block--block {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.node--article--full + .block--block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.node--article--full + .block--block ul li {
  padding-left: 1em;
  text-indent: -0.7em;
  padding-bottom: 10px;
}
.node--article--full + .block--block ul li:last-child {
  padding-bottom: 0;
}
.node--article--full + .block--block ul li:before {
  content: "â€¢";
  color: #a00033;
  padding-left: 7px;
  padding-right: 4px;
}
.node--article--full + .block--block ol {
  padding-left: 22px;
}
.node--article--full + .block--block ol li {
  padding-left: 1px;
  padding-bottom: 10px;
}
.node--article--full + .block--block p {
  padding: 10px 0;
}
.node--article--full + .block--block table {
  border-collapse: collapse;
  width: 100%;
}
.node--article--full + .block--block table[style] {
  max-width: 580px;
  margin: 0 auto;
}
.node--article--full + .block--block table,
.node--article--full + .block--block th,
.node--article--full + .block--block td {
  border: 1px solid #bcbcbc;
}
.node--article--full + .block--block thead {
  background-color: #f1f1f1;
}
.node--article--full + .block--block th,
.node--article--full + .block--block td {
  padding: 10px 15px;
}
.node--article--full + .block--block th {
  background-color: #f1f1f1;
}
.node--article--full + .block--block hr {
  background-color: #bcbcbc;
  border: none;
  height: 1px;
}
.node--article--full + .block--block table {
  overflow: auto;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
}
@media screen and (max-width: 620px) {
  .node--article--full + .block--block table {
    border: none;
    display: block;
  }
}
.node--article--full + .block--block table.noborder {
  border: none;
}
.node--article--full + .block--block table.noborder > thead {
  background: none;
}
.node--article--full + .block--block table.noborder > thead > tr > th {
  border: none;
}
.node--article--full + .block--block table.noborder > tbody > tr > td {
  border: none;
}
.node--article--full + .block--block table.noborder > tbody > tr > th:first-child,
.node--article--full + .block--block table.noborder > tbody > tr > td:first-child {
  padding-left: 0;
}
.node--article--full + .block--block table.topborder {
  border: none;
}
.node--article--full + .block--block table.topborder > thead > tr > th {
  border: none;
}
.node--article--full + .block--block table.topborder > tbody > tr {
  border-top: 1px solid #bcbcbc;
}
.node--article--full + .block--block table.topborder > tbody > tr > td {
  border: none;
}
.node--article--full + .block--block table.topborder > tbody > tr:last-child {
  border-bottom: 1px solid #bcbcbc;
}
.node--article--full + .block--block table.striped {
  background-color: #fcfcfc;
  border: none;
}
.node--article--full + .block--block table.striped > thead > tr > th {
  background-color: #f1f1f1;
  border: none;
  border-bottom: 2px solid #bcbcbc;
}
.node--article--full + .block--block table.striped > tbody > tr {
  border-bottom: 1px solid #bcbcbc;
  border-top: 1px solid #bcbcbc;
}
.node--article--full + .block--block table.striped > tbody > tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.node--article--full + .block--block table.striped > tbody > tr:nth-child(even) {
  background-color: #fcfcfc;
}
.node--article--full + .block--block table.striped > tbody > tr > td {
  border: none;
}
.node--article--full + .block--block table.collapsible {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 620px) {
  .node--article--full + .block--block table.collapsible {
    display: table;
  }
}
.node--article--full + .block--block table.collapsible .collapsible-title {
  padding: 0;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
}
.node--article--full + .block--block table.collapsible .collapsible-title:after {
  content: '\f067';
  font-family: 'FontAwesome';
  float: right;
  font-size: 20px;
}
.node--article--full + .block--block table.collapsible .collapsed p {
  max-height: 0;
  overflow: hidden;
  transition: 2s ease;
}
.node--article--full + .block--block table.collapsible .open p {
  overflow: hidden;
  max-height: 4000px;
  transition: 2s ease;
}
.node--article--full + .block--block table.collapsible .collapsed .collapsible-title,
.node--article--full + .block--block table.collapsible .open .collapsible-title {
  max-height: 200px;
}
@media (min-width: 768px) {
  .node--article--full + .block--block table.inline-left {
    float: left;
    margin: 5px 15px 5px 0;
  }
}
@media (min-width: 768px) {
  .node--article--full + .block--block table.inline-right {
    float: right;
    margin: 5px 0 5px 15px;
  }
}
.node--article--full + .block--block .linked-subhead {
  color: #a00033;
  margin-bottom: 0;
  line-height: 45px;
}
.node--article--full + .block--block .linked-subhead:after {
  content: "\25b6";
  font-size: 45%;
  line-height: 45%;
  margin-left: 5px;
  vertical-align: 3px;
}
.node--article--full + .block--block .linked-subhead + p {
  margin-top: 0px;
}
.node--article--full + .block--block .credit {
  font-family: Georgia, serif;
  font-style: italic;
}
.node--article--full + .block--block .quote {
  color: #7e4e5a;
  font: 140%/120% Georgia, serif;
  margin: 0 20px;
}
.node--article--full + .block--block .quote:before {
  content: 'â€œ';
  float: left;
}
.node--article--full + .block--block .quote:after {
  content: 'â€';
}
.node--article--full + .block--block .quote + .credit {
  margin-left: 20px;
  margin-top: -10px;
}
.paragraphs-item-attachments .content {
  margin: 20px 0;
}
.paragraphs-item-attachments .field--name-field-files {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.paragraphs-item-attachments .field--name-field-files .field__item {
  padding: 5px 0;
}
.paragraphs-item-attachments .field--name-field-files .field__item:first-child {
  padding-top: 0;
}
.paragraphs-item-attachments .field--name-field-files .field__item:last-child {
  padding-bottom: 0;
}
.paragraphs-item-attachments .field--name-field-files .field__item img {
  float: left;
  padding: 14px;
  pointer-events: none;
  display: none;
}
.paragraphs-item-attachments .field--name-field-files .field__item a {
  border: 2px solid #a00033;
  padding: 10px;
  padding-right: 45px;
  width: 100%;
  display: block;
  text-decoration: none;
  line-height: 24px;
  position: relative;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-size: 1.6rem;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.paragraphs-item-attachments .field--name-field-files .field__item a:hover {
  border-color: #a00033;
  background-color: #a00033;
  color: white;
}
.paragraphs-item-attachments .field--name-field-files .field__item a:hover:after,
.paragraphs-item-attachments .field--name-field-files .field__item a:hover:before {
  color: white;
}
.paragraphs-item-attachments .field--name-field-files .field__item a:before {
  font-family: 'FontAwesome';
  padding: 3px 12px 3px 4px;
  content: '\f15b';
  font-size: 18px;
  font-size: 1.8rem;
}
.paragraphs-item-attachments .field--name-field-files .field__item a:after {
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 14px;
  content: '\f063';
  float: right;
  font-size: 18px;
  font-size: 1.8rem;
}
.paragraphs-item-button-bar .field--name-field-title {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  color: white;
  padding: 0 0 10px;
  font-weight: 300;
  font-size: 31px;
  font-size: 3.1rem;
}
@media (min-width: 959px) {
  .paragraphs-item-button-bar .field--name-field-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
.paragraphs-item-button-bar .field--name-field-links .field__items {
  margin-left: -10px;
  margin-bottom: -7px;
}
.paragraphs-item-button-bar .field--name-field-links .field__item {
  margin: 5px 10px 12px;
  float: left;
  display: inline-block;
}
.paragraphs-item-button-bar .field--name-field-links .field__item a {
  background-color: #f1f1f1;
  padding: 10px 12px;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.paragraphs-item-button-bar .field--name-field-links .field__item a:hover {
  background-color: #cc0033;
  color: white;
}
.paragraphs-item-button-bar .field--name-field-button-bar-link > .field__items {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2NGQ1ZSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNTY0ZDVlIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM0MDM3NGEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDM3NGEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #564d5e), color-stop(50%, #564d5e), color-stop(50%, #40374a), color-stop(100%, #40374a));
  background-image: -moz-linear-gradient(left, #564d5e 0%, #564d5e 50%, #40374a 50%, #40374a 100%);
  background-image: -webkit-linear-gradient(left, #564d5e 0%, #564d5e 50%, #40374a 50%, #40374a 100%);
  background-image: linear-gradient(to right, #564d5e 0%, #564d5e 50%, #40374a 50%, #40374a 100%);
}
.paragraphs-item-button-bar .field--name-field-button-bar-link > .field__items:after {
  content: "";
  display: table;
  clear: both;
}
.paragraphs-item-button-bar .field--name-field-button-bar-link > .field__items > .field__item {
  width: 50%;
  float: left;
  padding: 20px 0 25px;
}
.paragraphs-item-button-bar .field--name-field-button-bar-link > .field__items > .field__item.even {
  background-color: #564d5e;
}
@media screen and (min-width: 769px) {
  .paragraphs-item-button-bar .field--name-field-button-bar-link > .field__items > .field__item.even > .field-collection-view {
    float: right;
  }
}
.paragraphs-item-button-bar .field--name-field-button-bar-link > .field__items > .field__item.odd {
  background-color: #40374a;
}
@media screen and (min-width: 769px) {
  .paragraphs-item-button-bar .field--name-field-button-bar-link > .field__items > .field__item.odd > .field-collection-view {
    float: left;
  }
}
.paragraphs-item-button-bar .field--name-field-button-bar-link > .field__items > .field__item > .field-collection-view {
  max-width: 540px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .paragraphs-item-button-bar .field--name-field-button-bar-link > .field__items > .field__item {
    width: 100%;
  }
}
.paragraphs-item-button-bar .field-collection-container,
.paragraphs-item-button-bar .field-collection-view {
  border: none;
  margin: 0;
}
.paragraphs-item-call-to-action .field--name-field-title {
  border-top: 5px solid #cc0033;
  display: block;
  background-color: white;
  text-align: center;
  padding: 25px 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 34px;
  font-size: 3.4rem;
}
@media (min-width: 959px) {
  .paragraphs-item-call-to-action .field--name-field-title {
    font-size: 53px;
    font-size: 5.3rem;
  }
}
.paragraphs-item-call-to-action .field--name-field-title .field__item {
  max-width: 900px;
  padding: 0 10px;
  margin: 0 auto;
}
.call_to_action-type-text:after {
  content: "";
  display: table;
  clear: both;
}
.call_to_action-type-text .field--name-field-link a {
  background-color: #cc0033;
  color: white;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  padding: 0 12px;
  line-height: 85px;
  width: 100%;
  display: block;
  text-decoration: none;
}
.call_to_action-type-text .field--name-field-link a:after {
  content: "";
  display: table;
  clear: both;
}
.call_to_action-type-text .field--name-field-link a:hover {
  background-color: #a00033;
}
@media screen and (max-width: 768px) {
  .call_to_action-type-text .field--name-field-link a {
    line-height: 70px;
  }
}
.call_to_action-type-text .field--name-field-cta-image-links > .field__items > .field__item {
  float: left;
  width: 50%;
}
.call_to_action-type-text .field--name-field-cta-image-links > .field__items > .field__item:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .call_to_action-type-text .field--name-field-cta-image-links > .field__items > .field__item {
    width: 100%;
  }
}
.call_to_action-type-text .field--name-field-cta-image-links > .field__items > .field__item a {
  width: 100%;
  background-color: #f1f1f1;
  padding: 0 12px;
  line-height: 80px;
  text-decoration: none;
  text-align: center;
  color: black;
  text-transform: uppercase;
  display: block;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .call_to_action-type-text .field--name-field-cta-image-links > .field__items > .field__item a {
    line-height: 55px;
  }
}
.call_to_action-type-text .field--name-field-cta-image-links > .field__items > .field__item a:hover {
  background-color: #cc0033;
  color: #f1f1f1;
}
.call_to_action-type-text .field-collection-container,
.call_to_action-type-text .field-collection-view {
  border: none;
  margin: 0;
  padding: 0;
}
.call_to_action-type-image .paragraphs-item-call-to-action {
  background-color: #40374a;
}
.call_to_action-type-image .paragraphs-item-call-to-action:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .call_to_action-type-image .paragraphs-item-call-to-action {
    margin-top: 20px;
  }
}
.call_to_action-type-image .paragraphs-item-call-to-action .field--name-field-cta-image-links {
  width: 100%;
}
.call_to_action-type-image .paragraphs-item-call-to-action .field--name-field-cta-image-links > .field__items {
  margin: 0 auto;
  width: 100%;
}
.call_to_action-type-image .paragraphs-item-call-to-action .field--name-field-cta-image-links > .field__items > .field__item {
  float: left;
  width: 50%;
}
.call_to_action-type-image .paragraphs-item-call-to-action .field--name-field-cta-image-links > .field__items > .field__item:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .call_to_action-type-image .paragraphs-item-call-to-action .field--name-field-cta-image-links > .field__items > .field__item {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .call_to_action-type-image .paragraphs-item-call-to-action .field--name-field-cta-image-links > .field__items > .field__item.even > .field-collection-view {
    float: right;
  }
}
@media screen and (min-width: 769px) {
  .call_to_action-type-image .paragraphs-item-call-to-action .field--name-field-cta-image-links > .field__items > .field__item.odd > .field-collection-view {
    float: left;
  }
}
.call_to_action-type-image .paragraphs-item-call-to-action .field-collection-container,
.call_to_action-type-image .paragraphs-item-call-to-action .field-collection-view {
  border: none;
  margin: 0;
  padding: 0;
}
.call_to_action-type-image .paragraphs-item-call-to-action .field-collection-item-field-cta-image-links .content {
  position: relative;
  overflow: hidden;
}
.call_to_action-type-image .paragraphs-item-call-to-action .field-collection-item-field-cta-image-links .content img {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.call_to_action-type-image .paragraphs-item-call-to-action .field-collection-item-field-cta-image-links .content:hover img {
  transform: scale(1.05);
}
.call_to_action-type-image .paragraphs-item-call-to-action .field-collection-item-field-cta-image-links .content img {
  display: block;
}
.call_to_action-type-image .paragraphs-item-call-to-action .field-collection-item-field-cta-image-links .field--name-field-link a {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  z-index: 10;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  color: white;
  font-size: 24px;
  font-size: 2.4rem;
  text-decoration: none;
  display: block;
}
@media screen and (min-width: 769px) {
  .call_to_action-type-image .paragraphs-item-call-to-action .field-collection-item-field-cta-image-links .field--name-field-link a {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 900px) {
  .call_to_action-type-image .paragraphs-item-call-to-action .field-collection-item-field-cta-image-links .field--name-field-link a {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.call_to_action-type-image .paragraphs-item-call-to-action .field-collection-item-field-cta-image-links .field--name-field-image .field__item {
  overflow: hidden;
  position: relative;
}
.call_to_action-type-image .paragraphs-item-call-to-action .field-collection-item-field-cta-image-links .field--name-field-image .field__item:after {
  z-index: 9;
  content: ' ';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, #40374a, rgba(64, 55, 74, 0), rgba(64, 55, 74, 0));
  background: -moz-linear-gradient(bottom, #40374a, rgba(64, 55, 74, 0), rgba(64, 55, 74, 0));
  background: -o-linear-gradient(bottom, #40374a, rgba(64, 55, 74, 0), rgba(64, 55, 74, 0));
  background: linear-gradient(to bottom, #40374a, rgba(64, 55, 74, 0), rgba(64, 55, 74, 0));
}
.call_to_action-type-image .paragraphs-item-call-to-action .field-collection-item-field-cta-image-links .field--name-field-image img {
  display: block;
}
.paragraphs-item-gallery {
  padding-bottom: 15px;
}
.paragraphs-item-gallery .field--name-field-title {
  border-top: 5px solid #cc0033;
  display: block;
  background-color: white;
  text-align: center;
  padding: 25px 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 34px;
  font-size: 3.4rem;
}
@media (min-width: 959px) {
  .paragraphs-item-gallery .field--name-field-title {
    font-size: 53px;
    font-size: 5.3rem;
  }
}
.paragraphs-item-gallery .field--name-field-title .field__item {
  max-width: 900px;
  padding: 0 10px;
  margin: 0 auto;
}
.paragraphs-item-gallery .field--name-field-text {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.paragraphs-item-gallery .field--name-field-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.paragraphs-item-gallery .field--name-field-text ul li {
  padding-left: 1em;
  text-indent: -0.7em;
  padding-bottom: 10px;
}
.paragraphs-item-gallery .field--name-field-text ul li:last-child {
  padding-bottom: 0;
}
.paragraphs-item-gallery .field--name-field-text ul li:before {
  content: "â€¢";
  color: #a00033;
  padding-left: 7px;
  padding-right: 4px;
}
.paragraphs-item-gallery .field--name-field-text ol {
  padding-left: 22px;
}
.paragraphs-item-gallery .field--name-field-text ol li {
  padding-left: 1px;
  padding-bottom: 10px;
}
.paragraphs-item-gallery .field--name-field-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.paragraphs-item-gallery .field--name-field-text ul li {
  padding-left: 1em;
  text-indent: -0.7em;
  padding-bottom: 10px;
}
.paragraphs-item-gallery .field--name-field-text ul li:last-child {
  padding-bottom: 0;
}
.paragraphs-item-gallery .field--name-field-text ul li:before {
  content: "â€¢";
  color: #a00033;
  padding-left: 7px;
  padding-right: 4px;
}
.paragraphs-item-gallery .field--name-field-text ol {
  padding-left: 22px;
}
.paragraphs-item-gallery .field--name-field-text ol li {
  padding-left: 1px;
  padding-bottom: 10px;
}
.paragraphs-item-gallery .field--name-field-text p {
  padding: 10px 0;
}
.paragraphs-item-gallery .field--name-field-text table {
  border-collapse: collapse;
  width: 100%;
}
.paragraphs-item-gallery .field--name-field-text table[style] {
  max-width: 580px;
  margin: 0 auto;
}
.paragraphs-item-gallery .field--name-field-text table,
.paragraphs-item-gallery .field--name-field-text th,
.paragraphs-item-gallery .field--name-field-text td {
  border: 1px solid #bcbcbc;
}
.paragraphs-item-gallery .field--name-field-text thead {
  background-color: #f1f1f1;
}
.paragraphs-item-gallery .field--name-field-text th,
.paragraphs-item-gallery .field--name-field-text td {
  padding: 10px 15px;
}
.paragraphs-item-gallery .field--name-field-text th {
  background-color: #f1f1f1;
}
.paragraphs-item-gallery .field--name-field-text hr {
  background-color: #bcbcbc;
  border: none;
  height: 1px;
}
.paragraphs-item-gallery .field--name-field-text table {
  overflow: auto;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
}
@media screen and (max-width: 620px) {
  .paragraphs-item-gallery .field--name-field-text table {
    border: none;
    display: block;
  }
}
.paragraphs-item-gallery .field--name-field-text table.noborder {
  border: none;
}
.paragraphs-item-gallery .field--name-field-text table.noborder > thead {
  background: none;
}
.paragraphs-item-gallery .field--name-field-text table.noborder > thead > tr > th {
  border: none;
}
.paragraphs-item-gallery .field--name-field-text table.noborder > tbody > tr > td {
  border: none;
}
.paragraphs-item-gallery .field--name-field-text table.noborder > tbody > tr > th:first-child,
.paragraphs-item-gallery .field--name-field-text table.noborder > tbody > tr > td:first-child {
  padding-left: 0;
}
.paragraphs-item-gallery .field--name-field-text table.topborder {
  border: none;
}
.paragraphs-item-gallery .field--name-field-text table.topborder > thead > tr > th {
  border: none;
}
.paragraphs-item-gallery .field--name-field-text table.topborder > tbody > tr {
  border-top: 1px solid #bcbcbc;
}
.paragraphs-item-gallery .field--name-field-text table.topborder > tbody > tr > td {
  border: none;
}
.paragraphs-item-gallery .field--name-field-text table.topborder > tbody > tr:last-child {
  border-bottom: 1px solid #bcbcbc;
}
.paragraphs-item-gallery .field--name-field-text table.striped {
  background-color: #fcfcfc;
  border: none;
}
.paragraphs-item-gallery .field--name-field-text table.striped > thead > tr > th {
  background-color: #f1f1f1;
  border: none;
  border-bottom: 2px solid #bcbcbc;
}
.paragraphs-item-gallery .field--name-field-text table.striped > tbody > tr {
  border-bottom: 1px solid #bcbcbc;
  border-top: 1px solid #bcbcbc;
}
.paragraphs-item-gallery .field--name-field-text table.striped > tbody > tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.paragraphs-item-gallery .field--name-field-text table.striped > tbody > tr:nth-child(even) {
  background-color: #fcfcfc;
}
.paragraphs-item-gallery .field--name-field-text table.striped > tbody > tr > td {
  border: none;
}
.paragraphs-item-gallery .field--name-field-text table.collapsible {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 620px) {
  .paragraphs-item-gallery .field--name-field-text table.collapsible {
    display: table;
  }
}
.paragraphs-item-gallery .field--name-field-text table.collapsible .collapsible-title {
  padding: 0;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
}
.paragraphs-item-gallery .field--name-field-text table.collapsible .collapsible-title:after {
  content: '\f067';
  font-family: 'FontAwesome';
  float: right;
  font-size: 20px;
}
.paragraphs-item-gallery .field--name-field-text table.collapsible .collapsed p {
  max-height: 0;
  overflow: hidden;
  transition: 2s ease;
}
.paragraphs-item-gallery .field--name-field-text table.collapsible .open p {
  overflow: hidden;
  max-height: 4000px;
  transition: 2s ease;
}
.paragraphs-item-gallery .field--name-field-text table.collapsible .collapsed .collapsible-title,
.paragraphs-item-gallery .field--name-field-text table.collapsible .open .collapsible-title {
  max-height: 200px;
}
@media (min-width: 768px) {
  .paragraphs-item-gallery .field--name-field-text table.inline-left {
    float: left;
    margin: 5px 15px 5px 0;
  }
}
@media (min-width: 768px) {
  .paragraphs-item-gallery .field--name-field-text table.inline-right {
    float: right;
    margin: 5px 0 5px 15px;
  }
}
.paragraphs-item-gallery .field--name-field-text .linked-subhead {
  color: #a00033;
  margin-bottom: 0;
  line-height: 45px;
}
.paragraphs-item-gallery .field--name-field-text .linked-subhead:after {
  content: "\25b6";
  font-size: 45%;
  line-height: 45%;
  margin-left: 5px;
  vertical-align: 3px;
}
.paragraphs-item-gallery .field--name-field-text .linked-subhead + p {
  margin-top: 0px;
}
.paragraphs-item-gallery .field--name-field-text .credit {
  font-family: Georgia, serif;
  font-style: italic;
}
.paragraphs-item-gallery .field--name-field-text .quote {
  color: #7e4e5a;
  font: 140%/120% Georgia, serif;
  margin: 0 20px;
}
.paragraphs-item-gallery .field--name-field-text .quote:before {
  content: 'â€œ';
  float: left;
}
.paragraphs-item-gallery .field--name-field-text .quote:after {
  content: 'â€';
}
.paragraphs-item-gallery .field--name-field-text .quote + .credit {
  margin-left: 20px;
  margin-top: -10px;
}
.paragraphs-item-gallery .field--name-field-text .field__item:after {
  content: "";
  display: table;
  clear: both;
}
.paragraphs-item-gallery .field--name-field-gallery-item {
  margin: 15px 0 30px;
}
.paragraphs-item-gallery .field--name-field-gallery-item:after {
  content: "";
  display: table;
  clear: both;
}
.paragraphs-item-gallery .field--name-field-gallery-item .slick-arrow {
  z-index: 30;
}
.paragraphs-item-gallery .field--name-field-gallery-item .slick-arrow:before {
  font-size: 30px;
  font-family: 'FontAwesome';
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 10px;
}
.paragraphs-item-gallery .field--name-field-gallery-item .slick-arrow.slick-prev {
  left: 0;
}
.paragraphs-item-gallery .field--name-field-gallery-item .slick-arrow.slick-prev:before {
  content: "\f104";
}
.paragraphs-item-gallery .field--name-field-gallery-item .slick-arrow.slick-next {
  right: 10px;
}
.paragraphs-item-gallery .field--name-field-gallery-item .slick-arrow.slick-next:before {
  content: "\f105";
}
.paragraphs-item-gallery .field--name-field-gallery-item .slick-slider {
  margin: 0;
  padding: 0;
}
.paragraphs-item-gallery .field--name-field-gallery-item .slick-track {
  max-height: 200px;
}
.paragraphs-item-gallery .field--name-field-gallery-item .slick-track .slick-slide {
  max-height: 200px;
  max-width: 310px;
  margin: 0 10px;
}
.paragraphs-item-gallery .field--name-field-gallery-item .slick-track .slick-slide .field__item a:before {
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.paragraphs-item-gallery .field--name-field-gallery-item .slick-track .slick-slide .field__item img {
  display: inline-block;
  vertical-align: middle;
}
.paragraphs-item-gallery .field-collection-container,
.paragraphs-item-gallery .field-collection-view {
  margin: 0;
  padding: 0;
  border: none;
}
.navigation-wrapper {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.rutgers-dropdown-wrapper {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
}
.paragraphs-item-link-list,
.links-list-columns {
  background-color: white;
}
.paragraphs-item-link-list .field--name-field-title,
.paragraphs-item-link-list .block__title,
.links-list-columns .field--name-field-title,
.links-list-columns .block__title {
  border-top: 5px solid #cc0033;
  display: block;
  background-color: white;
  text-align: center;
  padding: 25px 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 34px;
  font-size: 3.4rem;
}
@media (min-width: 959px) {
  .paragraphs-item-link-list .field--name-field-title,
  .paragraphs-item-link-list .block__title,
  .links-list-columns .field--name-field-title,
  .links-list-columns .block__title {
    font-size: 53px;
    font-size: 5.3rem;
  }
}
.paragraphs-item-link-list .field--name-field-title .field__item,
.paragraphs-item-link-list .block__title .field__item,
.links-list-columns .field--name-field-title .field__item,
.links-list-columns .block__title .field__item {
  max-width: 900px;
  padding: 0 10px;
  margin: 0 auto;
}
.paragraphs-item-link-list .field--name-field-subheading,
.links-list-columns .field--name-field-subheading {
  font-family: Georgia, serif;
  margin-top: -15px;
  padding: 0 0 25px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
.paragraphs-item-link-list .field--name-field-subheading .field__item,
.links-list-columns .field--name-field-subheading .field__item {
  max-width: 900px;
  padding: 0 10px;
  margin: 0 auto;
  line-height: 32px;
}
.paragraphs-item-link-list .block__content > ul,
.links-list-columns .block__content > ul {
  padding-left: 0;
}
.paragraphs-item-link-list .field--name-field-links,
.paragraphs-item-link-list .block__content > ul,
.links-list-columns .field--name-field-links,
.links-list-columns .block__content > ul {
  background-color: #f1f1f1;
}
.paragraphs-item-link-list .field--name-field-links:after,
.paragraphs-item-link-list .block__content > ul:after,
.links-list-columns .field--name-field-links:after,
.links-list-columns .block__content > ul:after {
  content: "";
  display: table;
  clear: both;
}
.paragraphs-item-link-list .field--name-field-links .field__item a,
.paragraphs-item-link-list .field--name-field-links li a,
.paragraphs-item-link-list .block__content > ul .field__item a,
.paragraphs-item-link-list .block__content > ul li a,
.links-list-columns .field--name-field-links .field__item a,
.links-list-columns .field--name-field-links li a,
.links-list-columns .block__content > ul .field__item a,
.links-list-columns .block__content > ul li a {
  width: 50%;
  float: left;
  padding: 0 10px;
  line-height: 62px;
  display: block;
  text-transform: uppercase;
  color: black;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 768px) {
  .paragraphs-item-link-list .field--name-field-links .field__item a,
  .paragraphs-item-link-list .field--name-field-links li a,
  .paragraphs-item-link-list .block__content > ul .field__item a,
  .paragraphs-item-link-list .block__content > ul li a,
  .links-list-columns .field--name-field-links .field__item a,
  .links-list-columns .field--name-field-links li a,
  .links-list-columns .block__content > ul .field__item a,
  .links-list-columns .block__content > ul li a {
    width: 100%;
    line-height: 48px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.paragraphs-item-link-list .field--name-field-links .field__item a:hover,
.paragraphs-item-link-list .field--name-field-links .field__item a.active,
.paragraphs-item-link-list .field--name-field-links li a:hover,
.paragraphs-item-link-list .field--name-field-links li a.active,
.paragraphs-item-link-list .block__content > ul .field__item a:hover,
.paragraphs-item-link-list .block__content > ul .field__item a.active,
.paragraphs-item-link-list .block__content > ul li a:hover,
.paragraphs-item-link-list .block__content > ul li a.active,
.links-list-columns .field--name-field-links .field__item a:hover,
.links-list-columns .field--name-field-links .field__item a.active,
.links-list-columns .field--name-field-links li a:hover,
.links-list-columns .field--name-field-links li a.active,
.links-list-columns .block__content > ul .field__item a:hover,
.links-list-columns .block__content > ul .field__item a.active,
.links-list-columns .block__content > ul li a:hover,
.links-list-columns .block__content > ul li a.active {
  background-color: #cc0033;
  color: #f1f1f1;
}
.paragraphs-item-link-list .field--name-field-links li,
.paragraphs-item-link-list .block__content > ul li,
.links-list-columns .field--name-field-links li,
.links-list-columns .block__content > ul li {
  list-style: none;
  display: block;
}
.paragraphs-item-link-list .field--name-field-links li:nth-child(odd),
.paragraphs-item-link-list .block__content > ul li:nth-child(odd),
.links-list-columns .field--name-field-links li:nth-child(odd),
.links-list-columns .block__content > ul li:nth-child(odd) {
  clear: both;
}
.vtabs-block .block__title {
  border-top: 5px solid #cc0033;
  display: block;
  background-color: white;
  text-align: center;
  padding: 25px 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 34px;
  font-size: 3.4rem;
}
@media (min-width: 959px) {
  .vtabs-block .block__title {
    font-size: 53px;
    font-size: 5.3rem;
  }
}
div.resp-vtabs .field--name-field-title,
.vtabs-block .resp-vtabs .field--name-field-title,
.directory-item-full .resp-vtabs .field--name-field-title {
  border-top: 5px solid #cc0033;
  display: block;
  background-color: white;
  text-align: center;
  padding: 25px 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 34px;
  font-size: 3.4rem;
}
@media (min-width: 959px) {
  div.resp-vtabs .field--name-field-title,
  .vtabs-block .resp-vtabs .field--name-field-title,
  .directory-item-full .resp-vtabs .field--name-field-title {
    font-size: 53px;
    font-size: 5.3rem;
  }
}
div.resp-vtabs .field--name-field-text,
.vtabs-block .resp-vtabs .field--name-field-text,
.directory-item-full .resp-vtabs .field--name-field-text {
  background-color: white;
}
div.resp-vtabs .field--name-field-text ul,
.vtabs-block .resp-vtabs .field--name-field-text ul,
.directory-item-full .resp-vtabs .field--name-field-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
div.resp-vtabs .field--name-field-text ul li,
.vtabs-block .resp-vtabs .field--name-field-text ul li,
.directory-item-full .resp-vtabs .field--name-field-text ul li {
  padding-left: 1em;
  text-indent: -0.7em;
  padding-bottom: 10px;
}
div.resp-vtabs .field--name-field-text ul li:last-child,
.vtabs-block .resp-vtabs .field--name-field-text ul li:last-child,
.directory-item-full .resp-vtabs .field--name-field-text ul li:last-child {
  padding-bottom: 0;
}
div.resp-vtabs .field--name-field-text ul li:before,
.vtabs-block .resp-vtabs .field--name-field-text ul li:before,
.directory-item-full .resp-vtabs .field--name-field-text ul li:before {
  content: "â€¢";
  color: #a00033;
  padding-left: 7px;
  padding-right: 4px;
}
div.resp-vtabs .field--name-field-text ol,
.vtabs-block .resp-vtabs .field--name-field-text ol,
.directory-item-full .resp-vtabs .field--name-field-text ol {
  padding-left: 22px;
}
div.resp-vtabs .field--name-field-text ol li,
.vtabs-block .resp-vtabs .field--name-field-text ol li,
.directory-item-full .resp-vtabs .field--name-field-text ol li {
  padding-left: 1px;
  padding-bottom: 10px;
}
div.resp-vtabs .field--name-field-text p,
.vtabs-block .resp-vtabs .field--name-field-text p,
.directory-item-full .resp-vtabs .field--name-field-text p {
  padding: 10px 0;
}
div.resp-vtabs .field--name-field-text table,
.vtabs-block .resp-vtabs .field--name-field-text table,
.directory-item-full .resp-vtabs .field--name-field-text table {
  border-collapse: collapse;
  width: 100%;
}
div.resp-vtabs .field--name-field-text table[style],
.vtabs-block .resp-vtabs .field--name-field-text table[style],
.directory-item-full .resp-vtabs .field--name-field-text table[style] {
  max-width: 580px;
  margin: 0 auto;
}
div.resp-vtabs .field--name-field-text table,
div.resp-vtabs .field--name-field-text th,
div.resp-vtabs .field--name-field-text td,
.vtabs-block .resp-vtabs .field--name-field-text table,
.vtabs-block .resp-vtabs .field--name-field-text th,
.vtabs-block .resp-vtabs .field--name-field-text td,
.directory-item-full .resp-vtabs .field--name-field-text table,
.directory-item-full .resp-vtabs .field--name-field-text th,
.directory-item-full .resp-vtabs .field--name-field-text td {
  border: 1px solid #bcbcbc;
}
div.resp-vtabs .field--name-field-text thead,
.vtabs-block .resp-vtabs .field--name-field-text thead,
.directory-item-full .resp-vtabs .field--name-field-text thead {
  background-color: #f1f1f1;
}
div.resp-vtabs .field--name-field-text th,
div.resp-vtabs .field--name-field-text td,
.vtabs-block .resp-vtabs .field--name-field-text th,
.vtabs-block .resp-vtabs .field--name-field-text td,
.directory-item-full .resp-vtabs .field--name-field-text th,
.directory-item-full .resp-vtabs .field--name-field-text td {
  padding: 10px 15px;
}
div.resp-vtabs .field--name-field-text th,
.vtabs-block .resp-vtabs .field--name-field-text th,
.directory-item-full .resp-vtabs .field--name-field-text th {
  background-color: #f1f1f1;
}
div.resp-vtabs .field--name-field-text hr,
.vtabs-block .resp-vtabs .field--name-field-text hr,
.directory-item-full .resp-vtabs .field--name-field-text hr {
  background-color: #bcbcbc;
  border: none;
  height: 1px;
}
div.resp-vtabs .field--name-field-text table,
.vtabs-block .resp-vtabs .field--name-field-text table,
.directory-item-full .resp-vtabs .field--name-field-text table {
  overflow: auto;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
}
@media screen and (max-width: 620px) {
  div.resp-vtabs .field--name-field-text table,
  .vtabs-block .resp-vtabs .field--name-field-text table,
  .directory-item-full .resp-vtabs .field--name-field-text table {
    border: none;
    display: block;
  }
}
div.resp-vtabs .field--name-field-text table.noborder,
.vtabs-block .resp-vtabs .field--name-field-text table.noborder,
.directory-item-full .resp-vtabs .field--name-field-text table.noborder {
  border: none;
}
div.resp-vtabs .field--name-field-text table.noborder > thead,
.vtabs-block .resp-vtabs .field--name-field-text table.noborder > thead,
.directory-item-full .resp-vtabs .field--name-field-text table.noborder > thead {
  background: none;
}
div.resp-vtabs .field--name-field-text table.noborder > thead > tr > th,
.vtabs-block .resp-vtabs .field--name-field-text table.noborder > thead > tr > th,
.directory-item-full .resp-vtabs .field--name-field-text table.noborder > thead > tr > th {
  border: none;
}
div.resp-vtabs .field--name-field-text table.noborder > tbody > tr > td,
.vtabs-block .resp-vtabs .field--name-field-text table.noborder > tbody > tr > td,
.directory-item-full .resp-vtabs .field--name-field-text table.noborder > tbody > tr > td {
  border: none;
}
div.resp-vtabs .field--name-field-text table.noborder > tbody > tr > th:first-child,
div.resp-vtabs .field--name-field-text table.noborder > tbody > tr > td:first-child,
.vtabs-block .resp-vtabs .field--name-field-text table.noborder > tbody > tr > th:first-child,
.vtabs-block .resp-vtabs .field--name-field-text table.noborder > tbody > tr > td:first-child,
.directory-item-full .resp-vtabs .field--name-field-text table.noborder > tbody > tr > th:first-child,
.directory-item-full .resp-vtabs .field--name-field-text table.noborder > tbody > tr > td:first-child {
  padding-left: 0;
}
div.resp-vtabs .field--name-field-text table.topborder,
.vtabs-block .resp-vtabs .field--name-field-text table.topborder,
.directory-item-full .resp-vtabs .field--name-field-text table.topborder {
  border: none;
}
div.resp-vtabs .field--name-field-text table.topborder > thead > tr > th,
.vtabs-block .resp-vtabs .field--name-field-text table.topborder > thead > tr > th,
.directory-item-full .resp-vtabs .field--name-field-text table.topborder > thead > tr > th {
  border: none;
}
div.resp-vtabs .field--name-field-text table.topborder > tbody > tr,
.vtabs-block .resp-vtabs .field--name-field-text table.topborder > tbody > tr,
.directory-item-full .resp-vtabs .field--name-field-text table.topborder > tbody > tr {
  border-top: 1px solid #bcbcbc;
}
div.resp-vtabs .field--name-field-text table.topborder > tbody > tr > td,
.vtabs-block .resp-vtabs .field--name-field-text table.topborder > tbody > tr > td,
.directory-item-full .resp-vtabs .field--name-field-text table.topborder > tbody > tr > td {
  border: none;
}
div.resp-vtabs .field--name-field-text table.topborder > tbody > tr:last-child,
.vtabs-block .resp-vtabs .field--name-field-text table.topborder > tbody > tr:last-child,
.directory-item-full .resp-vtabs .field--name-field-text table.topborder > tbody > tr:last-child {
  border-bottom: 1px solid #bcbcbc;
}
div.resp-vtabs .field--name-field-text table.striped,
.vtabs-block .resp-vtabs .field--name-field-text table.striped,
.directory-item-full .resp-vtabs .field--name-field-text table.striped {
  background-color: #fcfcfc;
  border: none;
}
div.resp-vtabs .field--name-field-text table.striped > thead > tr > th,
.vtabs-block .resp-vtabs .field--name-field-text table.striped > thead > tr > th,
.directory-item-full .resp-vtabs .field--name-field-text table.striped > thead > tr > th {
  background-color: #f1f1f1;
  border: none;
  border-bottom: 2px solid #bcbcbc;
}
div.resp-vtabs .field--name-field-text table.striped > tbody > tr,
.vtabs-block .resp-vtabs .field--name-field-text table.striped > tbody > tr,
.directory-item-full .resp-vtabs .field--name-field-text table.striped > tbody > tr {
  border-bottom: 1px solid #bcbcbc;
  border-top: 1px solid #bcbcbc;
}
div.resp-vtabs .field--name-field-text table.striped > tbody > tr:nth-child(odd),
.vtabs-block .resp-vtabs .field--name-field-text table.striped > tbody > tr:nth-child(odd),
.directory-item-full .resp-vtabs .field--name-field-text table.striped > tbody > tr:nth-child(odd) {
  background-color: #f7f7f7;
}
div.resp-vtabs .field--name-field-text table.striped > tbody > tr:nth-child(even),
.vtabs-block .resp-vtabs .field--name-field-text table.striped > tbody > tr:nth-child(even),
.directory-item-full .resp-vtabs .field--name-field-text table.striped > tbody > tr:nth-child(even) {
  background-color: #fcfcfc;
}
div.resp-vtabs .field--name-field-text table.striped > tbody > tr > td,
.vtabs-block .resp-vtabs .field--name-field-text table.striped > tbody > tr > td,
.directory-item-full .resp-vtabs .field--name-field-text table.striped > tbody > tr > td {
  border: none;
}
div.resp-vtabs .field--name-field-text table.collapsible,
.vtabs-block .resp-vtabs .field--name-field-text table.collapsible,
.directory-item-full .resp-vtabs .field--name-field-text table.collapsible {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 620px) {
  div.resp-vtabs .field--name-field-text table.collapsible,
  .vtabs-block .resp-vtabs .field--name-field-text table.collapsible,
  .directory-item-full .resp-vtabs .field--name-field-text table.collapsible {
    display: table;
  }
}
div.resp-vtabs .field--name-field-text table.collapsible .collapsible-title,
.vtabs-block .resp-vtabs .field--name-field-text table.collapsible .collapsible-title,
.directory-item-full .resp-vtabs .field--name-field-text table.collapsible .collapsible-title {
  padding: 0;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
}
div.resp-vtabs .field--name-field-text table.collapsible .collapsible-title:after,
.vtabs-block .resp-vtabs .field--name-field-text table.collapsible .collapsible-title:after,
.directory-item-full .resp-vtabs .field--name-field-text table.collapsible .collapsible-title:after {
  content: '\f067';
  font-family: 'FontAwesome';
  float: right;
  font-size: 20px;
}
div.resp-vtabs .field--name-field-text table.collapsible .collapsed p,
.vtabs-block .resp-vtabs .field--name-field-text table.collapsible .collapsed p,
.directory-item-full .resp-vtabs .field--name-field-text table.collapsible .collapsed p {
  max-height: 0;
  overflow: hidden;
  transition: 2s ease;
}
div.resp-vtabs .field--name-field-text table.collapsible .open p,
.vtabs-block .resp-vtabs .field--name-field-text table.collapsible .open p,
.directory-item-full .resp-vtabs .field--name-field-text table.collapsible .open p {
  overflow: hidden;
  max-height: 4000px;
  transition: 2s ease;
}
div.resp-vtabs .field--name-field-text table.collapsible .collapsed .collapsible-title,
div.resp-vtabs .field--name-field-text table.collapsible .open .collapsible-title,
.vtabs-block .resp-vtabs .field--name-field-text table.collapsible .collapsed .collapsible-title,
.vtabs-block .resp-vtabs .field--name-field-text table.collapsible .open .collapsible-title,
.directory-item-full .resp-vtabs .field--name-field-text table.collapsible .collapsed .collapsible-title,
.directory-item-full .resp-vtabs .field--name-field-text table.collapsible .open .collapsible-title {
  max-height: 200px;
}
@media (min-width: 768px) {
  div.resp-vtabs .field--name-field-text table.inline-left,
  .vtabs-block .resp-vtabs .field--name-field-text table.inline-left,
  .directory-item-full .resp-vtabs .field--name-field-text table.inline-left {
    float: left;
    margin: 5px 15px 5px 0;
  }
}
@media (min-width: 768px) {
  div.resp-vtabs .field--name-field-text table.inline-right,
  .vtabs-block .resp-vtabs .field--name-field-text table.inline-right,
  .directory-item-full .resp-vtabs .field--name-field-text table.inline-right {
    float: right;
    margin: 5px 0 5px 15px;
  }
}
div.resp-vtabs .field--name-field-text .linked-subhead,
.vtabs-block .resp-vtabs .field--name-field-text .linked-subhead,
.directory-item-full .resp-vtabs .field--name-field-text .linked-subhead {
  color: #a00033;
  margin-bottom: 0;
  line-height: 45px;
}
div.resp-vtabs .field--name-field-text .linked-subhead:after,
.vtabs-block .resp-vtabs .field--name-field-text .linked-subhead:after,
.directory-item-full .resp-vtabs .field--name-field-text .linked-subhead:after {
  content: "\25b6";
  font-size: 45%;
  line-height: 45%;
  margin-left: 5px;
  vertical-align: 3px;
}
div.resp-vtabs .field--name-field-text .linked-subhead + p,
.vtabs-block .resp-vtabs .field--name-field-text .linked-subhead + p,
.directory-item-full .resp-vtabs .field--name-field-text .linked-subhead + p {
  margin-top: 0px;
}
div.resp-vtabs .field--name-field-text .credit,
.vtabs-block .resp-vtabs .field--name-field-text .credit,
.directory-item-full .resp-vtabs .field--name-field-text .credit {
  font-family: Georgia, serif;
  font-style: italic;
}
div.resp-vtabs .field--name-field-text .quote,
.vtabs-block .resp-vtabs .field--name-field-text .quote,
.directory-item-full .resp-vtabs .field--name-field-text .quote {
  color: #7e4e5a;
  font: 140%/120% Georgia, serif;
  margin: 0 20px;
}
div.resp-vtabs .field--name-field-text .quote:before,
.vtabs-block .resp-vtabs .field--name-field-text .quote:before,
.directory-item-full .resp-vtabs .field--name-field-text .quote:before {
  content: 'â€œ';
  float: left;
}
div.resp-vtabs .field--name-field-text .quote:after,
.vtabs-block .resp-vtabs .field--name-field-text .quote:after,
.directory-item-full .resp-vtabs .field--name-field-text .quote:after {
  content: 'â€';
}
div.resp-vtabs .field--name-field-text .quote + .credit,
.vtabs-block .resp-vtabs .field--name-field-text .quote + .credit,
.directory-item-full .resp-vtabs .field--name-field-text .quote + .credit {
  margin-left: 20px;
  margin-top: -10px;
}
div.resp-vtabs .field--name-field-text .field__item,
.vtabs-block .resp-vtabs .field--name-field-text .field__item,
.directory-item-full .resp-vtabs .field--name-field-text .field__item {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  padding-bottom: 20px;
}
div.resp-vtabs .field--name-field-subheading,
.vtabs-block .resp-vtabs .field--name-field-subheading,
.directory-item-full .resp-vtabs .field--name-field-subheading {
  font-family: "Oswald", sans-serif;
  padding: 10px 0;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 959px) {
  div.resp-vtabs .field--name-field-subheading,
  .vtabs-block .resp-vtabs .field--name-field-subheading,
  .directory-item-full .resp-vtabs .field--name-field-subheading {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
div.resp-vtabs .field--name-field-slide-text,
.vtabs-block .resp-vtabs .field--name-field-slide-text,
.directory-item-full .resp-vtabs .field--name-field-slide-text {
  line-height: 32px;
}
div.resp-vtabs .field--name-field-slide-text ul,
.vtabs-block .resp-vtabs .field--name-field-slide-text ul,
.directory-item-full .resp-vtabs .field--name-field-slide-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
div.resp-vtabs .field--name-field-slide-text ul li,
.vtabs-block .resp-vtabs .field--name-field-slide-text ul li,
.directory-item-full .resp-vtabs .field--name-field-slide-text ul li {
  padding-left: 1em;
  text-indent: -0.7em;
  padding-bottom: 10px;
}
div.resp-vtabs .field--name-field-slide-text ul li:last-child,
.vtabs-block .resp-vtabs .field--name-field-slide-text ul li:last-child,
.directory-item-full .resp-vtabs .field--name-field-slide-text ul li:last-child {
  padding-bottom: 0;
}
div.resp-vtabs .field--name-field-slide-text ul li:before,
.vtabs-block .resp-vtabs .field--name-field-slide-text ul li:before,
.directory-item-full .resp-vtabs .field--name-field-slide-text ul li:before {
  content: "â€¢";
  color: #a00033;
  padding-left: 7px;
  padding-right: 4px;
}
div.resp-vtabs .field--name-field-slide-text ol,
.vtabs-block .resp-vtabs .field--name-field-slide-text ol,
.directory-item-full .resp-vtabs .field--name-field-slide-text ol {
  padding-left: 22px;
}
div.resp-vtabs .field--name-field-slide-text ol li,
.vtabs-block .resp-vtabs .field--name-field-slide-text ol li,
.directory-item-full .resp-vtabs .field--name-field-slide-text ol li {
  padding-left: 1px;
  padding-bottom: 10px;
}
div.resp-vtabs .field--name-field-slide-text p,
.vtabs-block .resp-vtabs .field--name-field-slide-text p,
.directory-item-full .resp-vtabs .field--name-field-slide-text p {
  padding: 10px 0;
}
div.resp-vtabs .field--name-field-slide-text table,
.vtabs-block .resp-vtabs .field--name-field-slide-text table,
.directory-item-full .resp-vtabs .field--name-field-slide-text table {
  border-collapse: collapse;
  width: 100%;
}
div.resp-vtabs .field--name-field-slide-text table[style],
.vtabs-block .resp-vtabs .field--name-field-slide-text table[style],
.directory-item-full .resp-vtabs .field--name-field-slide-text table[style] {
  max-width: 580px;
  margin: 0 auto;
}
div.resp-vtabs .field--name-field-slide-text table,
div.resp-vtabs .field--name-field-slide-text th,
div.resp-vtabs .field--name-field-slide-text td,
.vtabs-block .resp-vtabs .field--name-field-slide-text table,
.vtabs-block .resp-vtabs .field--name-field-slide-text th,
.vtabs-block .resp-vtabs .field--name-field-slide-text td,
.directory-item-full .resp-vtabs .field--name-field-slide-text table,
.directory-item-full .resp-vtabs .field--name-field-slide-text th,
.directory-item-full .resp-vtabs .field--name-field-slide-text td {
  border: 1px solid #bcbcbc;
}
div.resp-vtabs .field--name-field-slide-text thead,
.vtabs-block .resp-vtabs .field--name-field-slide-text thead,
.directory-item-full .resp-vtabs .field--name-field-slide-text thead {
  background-color: #f1f1f1;
}
div.resp-vtabs .field--name-field-slide-text th,
div.resp-vtabs .field--name-field-slide-text td,
.vtabs-block .resp-vtabs .field--name-field-slide-text th,
.vtabs-block .resp-vtabs .field--name-field-slide-text td,
.directory-item-full .resp-vtabs .field--name-field-slide-text th,
.directory-item-full .resp-vtabs .field--name-field-slide-text td {
  padding: 10px 15px;
}
div.resp-vtabs .field--name-field-slide-text th,
.vtabs-block .resp-vtabs .field--name-field-slide-text th,
.directory-item-full .resp-vtabs .field--name-field-slide-text th {
  background-color: #f1f1f1;
}
div.resp-vtabs .field--name-field-slide-text hr,
.vtabs-block .resp-vtabs .field--name-field-slide-text hr,
.directory-item-full .resp-vtabs .field--name-field-slide-text hr {
  background-color: #bcbcbc;
  border: none;
  height: 1px;
}
div.resp-vtabs .field--name-field-slide-text table,
.vtabs-block .resp-vtabs .field--name-field-slide-text table,
.directory-item-full .resp-vtabs .field--name-field-slide-text table {
  overflow: auto;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
}
@media screen and (max-width: 620px) {
  div.resp-vtabs .field--name-field-slide-text table,
  .vtabs-block .resp-vtabs .field--name-field-slide-text table,
  .directory-item-full .resp-vtabs .field--name-field-slide-text table {
    border: none;
    display: block;
  }
}
div.resp-vtabs .field--name-field-slide-text table.noborder,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.noborder,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.noborder {
  border: none;
}
div.resp-vtabs .field--name-field-slide-text table.noborder > thead,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.noborder > thead,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.noborder > thead {
  background: none;
}
div.resp-vtabs .field--name-field-slide-text table.noborder > thead > tr > th,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.noborder > thead > tr > th,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.noborder > thead > tr > th {
  border: none;
}
div.resp-vtabs .field--name-field-slide-text table.noborder > tbody > tr > td,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.noborder > tbody > tr > td,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.noborder > tbody > tr > td {
  border: none;
}
div.resp-vtabs .field--name-field-slide-text table.noborder > tbody > tr > th:first-child,
div.resp-vtabs .field--name-field-slide-text table.noborder > tbody > tr > td:first-child,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.noborder > tbody > tr > th:first-child,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.noborder > tbody > tr > td:first-child,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.noborder > tbody > tr > th:first-child,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.noborder > tbody > tr > td:first-child {
  padding-left: 0;
}
div.resp-vtabs .field--name-field-slide-text table.topborder,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.topborder,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.topborder {
  border: none;
}
div.resp-vtabs .field--name-field-slide-text table.topborder > thead > tr > th,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.topborder > thead > tr > th,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.topborder > thead > tr > th {
  border: none;
}
div.resp-vtabs .field--name-field-slide-text table.topborder > tbody > tr,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.topborder > tbody > tr,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.topborder > tbody > tr {
  border-top: 1px solid #bcbcbc;
}
div.resp-vtabs .field--name-field-slide-text table.topborder > tbody > tr > td,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.topborder > tbody > tr > td,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.topborder > tbody > tr > td {
  border: none;
}
div.resp-vtabs .field--name-field-slide-text table.topborder > tbody > tr:last-child,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.topborder > tbody > tr:last-child,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.topborder > tbody > tr:last-child {
  border-bottom: 1px solid #bcbcbc;
}
div.resp-vtabs .field--name-field-slide-text table.striped,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.striped,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.striped {
  background-color: #fcfcfc;
  border: none;
}
div.resp-vtabs .field--name-field-slide-text table.striped > thead > tr > th,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.striped > thead > tr > th,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.striped > thead > tr > th {
  background-color: #f1f1f1;
  border: none;
  border-bottom: 2px solid #bcbcbc;
}
div.resp-vtabs .field--name-field-slide-text table.striped > tbody > tr,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.striped > tbody > tr,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.striped > tbody > tr {
  border-bottom: 1px solid #bcbcbc;
  border-top: 1px solid #bcbcbc;
}
div.resp-vtabs .field--name-field-slide-text table.striped > tbody > tr:nth-child(odd),
.vtabs-block .resp-vtabs .field--name-field-slide-text table.striped > tbody > tr:nth-child(odd),
.directory-item-full .resp-vtabs .field--name-field-slide-text table.striped > tbody > tr:nth-child(odd) {
  background-color: #f7f7f7;
}
div.resp-vtabs .field--name-field-slide-text table.striped > tbody > tr:nth-child(even),
.vtabs-block .resp-vtabs .field--name-field-slide-text table.striped > tbody > tr:nth-child(even),
.directory-item-full .resp-vtabs .field--name-field-slide-text table.striped > tbody > tr:nth-child(even) {
  background-color: #fcfcfc;
}
div.resp-vtabs .field--name-field-slide-text table.striped > tbody > tr > td,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.striped > tbody > tr > td,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.striped > tbody > tr > td {
  border: none;
}
div.resp-vtabs .field--name-field-slide-text table.collapsible,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.collapsible,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.collapsible {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 620px) {
  div.resp-vtabs .field--name-field-slide-text table.collapsible,
  .vtabs-block .resp-vtabs .field--name-field-slide-text table.collapsible,
  .directory-item-full .resp-vtabs .field--name-field-slide-text table.collapsible {
    display: table;
  }
}
div.resp-vtabs .field--name-field-slide-text table.collapsible .collapsible-title,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.collapsible .collapsible-title,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.collapsible .collapsible-title {
  padding: 0;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
}
div.resp-vtabs .field--name-field-slide-text table.collapsible .collapsible-title:after,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.collapsible .collapsible-title:after,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.collapsible .collapsible-title:after {
  content: '\f067';
  font-family: 'FontAwesome';
  float: right;
  font-size: 20px;
}
div.resp-vtabs .field--name-field-slide-text table.collapsible .collapsed p,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.collapsible .collapsed p,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.collapsible .collapsed p {
  max-height: 0;
  overflow: hidden;
  transition: 2s ease;
}
div.resp-vtabs .field--name-field-slide-text table.collapsible .open p,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.collapsible .open p,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.collapsible .open p {
  overflow: hidden;
  max-height: 4000px;
  transition: 2s ease;
}
div.resp-vtabs .field--name-field-slide-text table.collapsible .collapsed .collapsible-title,
div.resp-vtabs .field--name-field-slide-text table.collapsible .open .collapsible-title,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.collapsible .collapsed .collapsible-title,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.collapsible .open .collapsible-title,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.collapsible .collapsed .collapsible-title,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.collapsible .open .collapsible-title {
  max-height: 200px;
}
@media (min-width: 768px) {
  div.resp-vtabs .field--name-field-slide-text table.inline-left,
  .vtabs-block .resp-vtabs .field--name-field-slide-text table.inline-left,
  .directory-item-full .resp-vtabs .field--name-field-slide-text table.inline-left {
    float: left;
    margin: 5px 15px 5px 0;
  }
}
@media (min-width: 768px) {
  div.resp-vtabs .field--name-field-slide-text table.inline-right,
  .vtabs-block .resp-vtabs .field--name-field-slide-text table.inline-right,
  .directory-item-full .resp-vtabs .field--name-field-slide-text table.inline-right {
    float: right;
    margin: 5px 0 5px 15px;
  }
}
div.resp-vtabs .field--name-field-slide-text .linked-subhead,
.vtabs-block .resp-vtabs .field--name-field-slide-text .linked-subhead,
.directory-item-full .resp-vtabs .field--name-field-slide-text .linked-subhead {
  color: #a00033;
  margin-bottom: 0;
  line-height: 45px;
}
div.resp-vtabs .field--name-field-slide-text .linked-subhead:after,
.vtabs-block .resp-vtabs .field--name-field-slide-text .linked-subhead:after,
.directory-item-full .resp-vtabs .field--name-field-slide-text .linked-subhead:after {
  content: "\25b6";
  font-size: 45%;
  line-height: 45%;
  margin-left: 5px;
  vertical-align: 3px;
}
div.resp-vtabs .field--name-field-slide-text .linked-subhead + p,
.vtabs-block .resp-vtabs .field--name-field-slide-text .linked-subhead + p,
.directory-item-full .resp-vtabs .field--name-field-slide-text .linked-subhead + p {
  margin-top: 0px;
}
div.resp-vtabs .field--name-field-slide-text .credit,
.vtabs-block .resp-vtabs .field--name-field-slide-text .credit,
.directory-item-full .resp-vtabs .field--name-field-slide-text .credit {
  font-family: Georgia, serif;
  font-style: italic;
}
div.resp-vtabs .field--name-field-slide-text .quote,
.vtabs-block .resp-vtabs .field--name-field-slide-text .quote,
.directory-item-full .resp-vtabs .field--name-field-slide-text .quote {
  color: #7e4e5a;
  font: 140%/120% Georgia, serif;
  margin: 0 20px;
}
div.resp-vtabs .field--name-field-slide-text .quote:before,
.vtabs-block .resp-vtabs .field--name-field-slide-text .quote:before,
.directory-item-full .resp-vtabs .field--name-field-slide-text .quote:before {
  content: 'â€œ';
  float: left;
}
div.resp-vtabs .field--name-field-slide-text .quote:after,
.vtabs-block .resp-vtabs .field--name-field-slide-text .quote:after,
.directory-item-full .resp-vtabs .field--name-field-slide-text .quote:after {
  content: 'â€';
}
div.resp-vtabs .field--name-field-slide-text .quote + .credit,
.vtabs-block .resp-vtabs .field--name-field-slide-text .quote + .credit,
.directory-item-full .resp-vtabs .field--name-field-slide-text .quote + .credit {
  margin-left: 20px;
  margin-top: -10px;
}
div.resp-vtabs .resp-tabs-container,
.vtabs-block .resp-vtabs .resp-tabs-container,
.directory-item-full .resp-vtabs .resp-tabs-container {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  div.resp-vtabs .resp-tab-item,
  .vtabs-block .resp-vtabs .resp-tab-item,
  .directory-item-full .resp-vtabs .resp-tab-item {
    text-transform: uppercase;
    color: white;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    display: block;
  }
  div.resp-vtabs .resp-tab-item:after,
  .vtabs-block .resp-vtabs .resp-tab-item:after,
  .directory-item-full .resp-vtabs .resp-tab-item:after {
    content: "";
    display: table;
    clear: both;
  }
  div.resp-vtabs .tab-option,
  .vtabs-block .resp-vtabs .tab-option,
  .directory-item-full .resp-vtabs .tab-option {
    max-width: 300px;
    width: 100%;
    float: right;
    clear: both;
  }
  div.resp-vtabs li.resp-tab-active,
  div.resp-vtabs li.resp-tab-item:hover,
  .vtabs-block .resp-vtabs li.resp-tab-active,
  .vtabs-block .resp-vtabs li.resp-tab-item:hover,
  .directory-item-full .resp-vtabs li.resp-tab-active,
  .directory-item-full .resp-vtabs li.resp-tab-item:hover {
    -moz-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    background-color: #cc0033;
    border: none;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding: 15px !important;
  }
  div.resp-vtabs .resp-tab-active:first-child,
  .vtabs-block .resp-vtabs .resp-tab-active:first-child,
  .directory-item-full .resp-vtabs .resp-tab-active:first-child {
    margin-right: -44px !important;
  }
  div.resp-vtabs .resp-tab-active:first-child span,
  .vtabs-block .resp-vtabs .resp-tab-active:first-child span,
  .directory-item-full .resp-vtabs .resp-tab-active:first-child span {
    max-width: 344px;
  }
  div.resp-vtabs .resp-tab-active:first-child span:after,
  .vtabs-block .resp-vtabs .resp-tab-active:first-child span:after,
  .directory-item-full .resp-vtabs .resp-tab-active:first-child span:after {
    content: " ";
    height: 130.5%;
    width: 50px;
    position: absolute;
    display: block;
    right: 0;
    top: 7px;
    background-color: #f1f1f1;
    transform: rotate(39deg);
    margin-right: -23px;
    z-index: 10;
  }
  div.resp-vtabs .resp-tab-item:first-child:hover,
  .vtabs-block .resp-vtabs .resp-tab-item:first-child:hover,
  .directory-item-full .resp-vtabs .resp-tab-item:first-child:hover {
    margin-right: -44px !important;
  }
  div.resp-vtabs .resp-tab-item:first-child:hover span,
  .vtabs-block .resp-vtabs .resp-tab-item:first-child:hover span,
  .directory-item-full .resp-vtabs .resp-tab-item:first-child:hover span {
    max-width: 344px;
  }
  div.resp-vtabs > .content,
  .vtabs-block .resp-vtabs > .content,
  .directory-item-full .resp-vtabs > .content {
    background-color: #40374a;
  }
  div.resp-vtabs > .content:after,
  .vtabs-block .resp-vtabs > .content:after,
  .directory-item-full .resp-vtabs > .content:after {
    content: "";
    display: table;
    clear: both;
  }
  div.resp-vtabs .resp-tabs-container,
  .vtabs-block .resp-vtabs .resp-tabs-container,
  .directory-item-full .resp-vtabs .resp-tabs-container {
    width: 70%;
    float: right;
    border-radius: 0;
    border: none;
    padding-left: 50px;
    padding-right: 50px;
  }
  div.resp-vtabs .resp-tabs-container > div,
  .vtabs-block .resp-vtabs .resp-tabs-container > div,
  .directory-item-full .resp-vtabs .resp-tabs-container > div {
    position: relative;
    z-index: 11;
  }
  div.resp-vtabs .resp-tabs-container .content,
  .vtabs-block .resp-vtabs .resp-tabs-container .content,
  .directory-item-full .resp-vtabs .resp-tabs-container .content {
    padding-top: 30px;
    padding-bottom: 30px;
    word-wrap: break-word;
  }
  div.resp-vtabs .resp-tabs-container,
  div.resp-vtabs .resp-tab-content,
  .vtabs-block .resp-vtabs .resp-tabs-container,
  .vtabs-block .resp-vtabs .resp-tab-content,
  .directory-item-full .resp-vtabs .resp-tabs-container,
  .directory-item-full .resp-vtabs .resp-tab-content {
    background-color: #f1f1f1;
  }
  div.resp-vtabs .resp-tab-content,
  .vtabs-block .resp-vtabs .resp-tab-content,
  .directory-item-full .resp-vtabs .resp-tab-content {
    margin: 0 auto;
    max-width: 800px;
  }
  div.resp-vtabs .resp-tab-content ul,
  .vtabs-block .resp-vtabs .resp-tab-content ul,
  .directory-item-full .resp-vtabs .resp-tab-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  div.resp-vtabs .resp-tab-content ul li,
  .vtabs-block .resp-vtabs .resp-tab-content ul li,
  .directory-item-full .resp-vtabs .resp-tab-content ul li {
    padding-left: 1em;
    text-indent: -0.7em;
    padding-bottom: 10px;
  }
  div.resp-vtabs .resp-tab-content ul li:last-child,
  .vtabs-block .resp-vtabs .resp-tab-content ul li:last-child,
  .directory-item-full .resp-vtabs .resp-tab-content ul li:last-child {
    padding-bottom: 0;
  }
  div.resp-vtabs .resp-tab-content ul li:before,
  .vtabs-block .resp-vtabs .resp-tab-content ul li:before,
  .directory-item-full .resp-vtabs .resp-tab-content ul li:before {
    content: "â€¢";
    color: #a00033;
    padding-left: 7px;
    padding-right: 4px;
  }
  div.resp-vtabs .resp-tab-content ol,
  .vtabs-block .resp-vtabs .resp-tab-content ol,
  .directory-item-full .resp-vtabs .resp-tab-content ol {
    padding-left: 22px;
  }
  div.resp-vtabs .resp-tab-content ol li,
  .vtabs-block .resp-vtabs .resp-tab-content ol li,
  .directory-item-full .resp-vtabs .resp-tab-content ol li {
    padding-left: 1px;
    padding-bottom: 10px;
  }
  div.resp-vtabs .resp-tab-content p,
  .vtabs-block .resp-vtabs .resp-tab-content p,
  .directory-item-full .resp-vtabs .resp-tab-content p {
    padding: 10px 0;
  }
  div.resp-vtabs .resp-tab-content table,
  .vtabs-block .resp-vtabs .resp-tab-content table,
  .directory-item-full .resp-vtabs .resp-tab-content table {
    border-collapse: collapse;
    width: 100%;
  }
  div.resp-vtabs .resp-tab-content table[style],
  .vtabs-block .resp-vtabs .resp-tab-content table[style],
  .directory-item-full .resp-vtabs .resp-tab-content table[style] {
    max-width: 580px;
    margin: 0 auto;
  }
  div.resp-vtabs .resp-tab-content table,
  div.resp-vtabs .resp-tab-content th,
  div.resp-vtabs .resp-tab-content td,
  .vtabs-block .resp-vtabs .resp-tab-content table,
  .vtabs-block .resp-vtabs .resp-tab-content th,
  .vtabs-block .resp-vtabs .resp-tab-content td,
  .directory-item-full .resp-vtabs .resp-tab-content table,
  .directory-item-full .resp-vtabs .resp-tab-content th,
  .directory-item-full .resp-vtabs .resp-tab-content td {
    border: 1px solid #bcbcbc;
  }
  div.resp-vtabs .resp-tab-content thead,
  .vtabs-block .resp-vtabs .resp-tab-content thead,
  .directory-item-full .resp-vtabs .resp-tab-content thead {
    background-color: #f1f1f1;
  }
  div.resp-vtabs .resp-tab-content th,
  div.resp-vtabs .resp-tab-content td,
  .vtabs-block .resp-vtabs .resp-tab-content th,
  .vtabs-block .resp-vtabs .resp-tab-content td,
  .directory-item-full .resp-vtabs .resp-tab-content th,
  .directory-item-full .resp-vtabs .resp-tab-content td {
    padding: 10px 15px;
  }
  div.resp-vtabs .resp-tab-content th,
  .vtabs-block .resp-vtabs .resp-tab-content th,
  .directory-item-full .resp-vtabs .resp-tab-content th {
    background-color: #f1f1f1;
  }
  div.resp-vtabs .resp-tab-content hr,
  .vtabs-block .resp-vtabs .resp-tab-content hr,
  .directory-item-full .resp-vtabs .resp-tab-content hr {
    background-color: #bcbcbc;
    border: none;
    height: 1px;
  }
  div.resp-vtabs .resp-tab-content table,
  .vtabs-block .resp-vtabs .resp-tab-content table,
  .directory-item-full .resp-vtabs .resp-tab-content table {
    overflow: auto;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 620px) {
  div.resp-vtabs .resp-tab-content table,
  .vtabs-block .resp-vtabs .resp-tab-content table,
  .directory-item-full .resp-vtabs .resp-tab-content table {
    border: none;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  div.resp-vtabs .resp-tab-content table.noborder,
  .vtabs-block .resp-vtabs .resp-tab-content table.noborder,
  .directory-item-full .resp-vtabs .resp-tab-content table.noborder {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.noborder > thead,
  .vtabs-block .resp-vtabs .resp-tab-content table.noborder > thead,
  .directory-item-full .resp-vtabs .resp-tab-content table.noborder > thead {
    background: none;
  }
  div.resp-vtabs .resp-tab-content table.noborder > thead > tr > th,
  .vtabs-block .resp-vtabs .resp-tab-content table.noborder > thead > tr > th,
  .directory-item-full .resp-vtabs .resp-tab-content table.noborder > thead > tr > th {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.noborder > tbody > tr > td,
  .vtabs-block .resp-vtabs .resp-tab-content table.noborder > tbody > tr > td,
  .directory-item-full .resp-vtabs .resp-tab-content table.noborder > tbody > tr > td {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.noborder > tbody > tr > th:first-child,
  div.resp-vtabs .resp-tab-content table.noborder > tbody > tr > td:first-child,
  .vtabs-block .resp-vtabs .resp-tab-content table.noborder > tbody > tr > th:first-child,
  .vtabs-block .resp-vtabs .resp-tab-content table.noborder > tbody > tr > td:first-child,
  .directory-item-full .resp-vtabs .resp-tab-content table.noborder > tbody > tr > th:first-child,
  .directory-item-full .resp-vtabs .resp-tab-content table.noborder > tbody > tr > td:first-child {
    padding-left: 0;
  }
  div.resp-vtabs .resp-tab-content table.topborder,
  .vtabs-block .resp-vtabs .resp-tab-content table.topborder,
  .directory-item-full .resp-vtabs .resp-tab-content table.topborder {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.topborder > thead > tr > th,
  .vtabs-block .resp-vtabs .resp-tab-content table.topborder > thead > tr > th,
  .directory-item-full .resp-vtabs .resp-tab-content table.topborder > thead > tr > th {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.topborder > tbody > tr,
  .vtabs-block .resp-vtabs .resp-tab-content table.topborder > tbody > tr,
  .directory-item-full .resp-vtabs .resp-tab-content table.topborder > tbody > tr {
    border-top: 1px solid #bcbcbc;
  }
  div.resp-vtabs .resp-tab-content table.topborder > tbody > tr > td,
  .vtabs-block .resp-vtabs .resp-tab-content table.topborder > tbody > tr > td,
  .directory-item-full .resp-vtabs .resp-tab-content table.topborder > tbody > tr > td {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.topborder > tbody > tr:last-child,
  .vtabs-block .resp-vtabs .resp-tab-content table.topborder > tbody > tr:last-child,
  .directory-item-full .resp-vtabs .resp-tab-content table.topborder > tbody > tr:last-child {
    border-bottom: 1px solid #bcbcbc;
  }
  div.resp-vtabs .resp-tab-content table.striped,
  .vtabs-block .resp-vtabs .resp-tab-content table.striped,
  .directory-item-full .resp-vtabs .resp-tab-content table.striped {
    background-color: #fcfcfc;
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.striped > thead > tr > th,
  .vtabs-block .resp-vtabs .resp-tab-content table.striped > thead > tr > th,
  .directory-item-full .resp-vtabs .resp-tab-content table.striped > thead > tr > th {
    background-color: #f1f1f1;
    border: none;
    border-bottom: 2px solid #bcbcbc;
  }
  div.resp-vtabs .resp-tab-content table.striped > tbody > tr,
  .vtabs-block .resp-vtabs .resp-tab-content table.striped > tbody > tr,
  .directory-item-full .resp-vtabs .resp-tab-content table.striped > tbody > tr {
    border-bottom: 1px solid #bcbcbc;
    border-top: 1px solid #bcbcbc;
  }
  div.resp-vtabs .resp-tab-content table.striped > tbody > tr:nth-child(odd),
  .vtabs-block .resp-vtabs .resp-tab-content table.striped > tbody > tr:nth-child(odd),
  .directory-item-full .resp-vtabs .resp-tab-content table.striped > tbody > tr:nth-child(odd) {
    background-color: #f7f7f7;
  }
  div.resp-vtabs .resp-tab-content table.striped > tbody > tr:nth-child(even),
  .vtabs-block .resp-vtabs .resp-tab-content table.striped > tbody > tr:nth-child(even),
  .directory-item-full .resp-vtabs .resp-tab-content table.striped > tbody > tr:nth-child(even) {
    background-color: #fcfcfc;
  }
  div.resp-vtabs .resp-tab-content table.striped > tbody > tr > td,
  .vtabs-block .resp-vtabs .resp-tab-content table.striped > tbody > tr > td,
  .directory-item-full .resp-vtabs .resp-tab-content table.striped > tbody > tr > td {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.collapsible,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 620px) {
  div.resp-vtabs .resp-tab-content table.collapsible,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible {
    display: table;
  }
}
@media screen and (min-width: 769px) {
  div.resp-vtabs .resp-tab-content table.collapsible .collapsible-title,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible .collapsible-title,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible .collapsible-title {
    padding: 0;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.5px;
  }
  div.resp-vtabs .resp-tab-content table.collapsible .collapsible-title:after,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible .collapsible-title:after,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible .collapsible-title:after {
    content: '\f067';
    font-family: 'FontAwesome';
    float: right;
    font-size: 20px;
  }
  div.resp-vtabs .resp-tab-content table.collapsible .collapsed p,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible .collapsed p,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible .collapsed p {
    max-height: 0;
    overflow: hidden;
    transition: 2s ease;
  }
  div.resp-vtabs .resp-tab-content table.collapsible .open p,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible .open p,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible .open p {
    overflow: hidden;
    max-height: 4000px;
    transition: 2s ease;
  }
  div.resp-vtabs .resp-tab-content table.collapsible .collapsed .collapsible-title,
  div.resp-vtabs .resp-tab-content table.collapsible .open .collapsible-title,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible .collapsed .collapsible-title,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible .open .collapsible-title,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible .collapsed .collapsible-title,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible .open .collapsible-title {
    max-height: 200px;
  }
}
@media screen and (min-width: 769px) and (min-width: 768px) {
  div.resp-vtabs .resp-tab-content table.inline-left,
  .vtabs-block .resp-vtabs .resp-tab-content table.inline-left,
  .directory-item-full .resp-vtabs .resp-tab-content table.inline-left {
    float: left;
    margin: 5px 15px 5px 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 768px) {
  div.resp-vtabs .resp-tab-content table.inline-right,
  .vtabs-block .resp-vtabs .resp-tab-content table.inline-right,
  .directory-item-full .resp-vtabs .resp-tab-content table.inline-right {
    float: right;
    margin: 5px 0 5px 15px;
  }
}
@media screen and (min-width: 769px) {
  div.resp-vtabs .resp-tab-content .linked-subhead,
  .vtabs-block .resp-vtabs .resp-tab-content .linked-subhead,
  .directory-item-full .resp-vtabs .resp-tab-content .linked-subhead {
    color: #a00033;
    margin-bottom: 0;
    line-height: 45px;
  }
  div.resp-vtabs .resp-tab-content .linked-subhead:after,
  .vtabs-block .resp-vtabs .resp-tab-content .linked-subhead:after,
  .directory-item-full .resp-vtabs .resp-tab-content .linked-subhead:after {
    content: "\25b6";
    font-size: 45%;
    line-height: 45%;
    margin-left: 5px;
    vertical-align: 3px;
  }
  div.resp-vtabs .resp-tab-content .linked-subhead + p,
  .vtabs-block .resp-vtabs .resp-tab-content .linked-subhead + p,
  .directory-item-full .resp-vtabs .resp-tab-content .linked-subhead + p {
    margin-top: 0px;
  }
  div.resp-vtabs .resp-tab-content .credit,
  .vtabs-block .resp-vtabs .resp-tab-content .credit,
  .directory-item-full .resp-vtabs .resp-tab-content .credit {
    font-family: Georgia, serif;
    font-style: italic;
  }
  div.resp-vtabs .resp-tab-content .quote,
  .vtabs-block .resp-vtabs .resp-tab-content .quote,
  .directory-item-full .resp-vtabs .resp-tab-content .quote {
    color: #7e4e5a;
    font: 140%/120% Georgia, serif;
    margin: 0 20px;
  }
  div.resp-vtabs .resp-tab-content .quote:before,
  .vtabs-block .resp-vtabs .resp-tab-content .quote:before,
  .directory-item-full .resp-vtabs .resp-tab-content .quote:before {
    content: 'â€œ';
    float: left;
  }
  div.resp-vtabs .resp-tab-content .quote:after,
  .vtabs-block .resp-vtabs .resp-tab-content .quote:after,
  .directory-item-full .resp-vtabs .resp-tab-content .quote:after {
    content: 'â€';
  }
  div.resp-vtabs .resp-tab-content .quote + .credit,
  .vtabs-block .resp-vtabs .resp-tab-content .quote + .credit,
  .directory-item-full .resp-vtabs .resp-tab-content .quote + .credit {
    margin-left: 20px;
    margin-top: -10px;
  }
  div.resp-vtabs li.resp-tab-item:before,
  .vtabs-block .resp-vtabs li.resp-tab-item:before,
  .directory-item-full .resp-vtabs li.resp-tab-item:before {
    content: "";
  }
}
@media screen and (max-width: 768px) {
  div.resp-vtabs .resp-accordion,
  .vtabs-block .resp-vtabs .resp-accordion,
  .directory-item-full .resp-vtabs .resp-accordion {
    border: none;
    background-color: #40374a;
    text-transform: uppercase;
    color: white;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.5px;
  }
  div.resp-vtabs .resp-tabs-container,
  .vtabs-block .resp-vtabs .resp-tabs-container,
  .directory-item-full .resp-vtabs .resp-tabs-container {
    border-radius: 0;
  }
  div.resp-vtabs .resp-accordion.resp-tab-active,
  .vtabs-block .resp-vtabs .resp-accordion.resp-tab-active,
  .directory-item-full .resp-vtabs .resp-accordion.resp-tab-active {
    background-color: #cc0033 !important;
  }
  div.resp-vtabs .resp-tab-content,
  .vtabs-block .resp-vtabs .resp-tab-content,
  .directory-item-full .resp-vtabs .resp-tab-content {
    border: none;
    padding-bottom: 30px;
  }
  div.resp-vtabs .resp-tab-content ul,
  .vtabs-block .resp-vtabs .resp-tab-content ul,
  .directory-item-full .resp-vtabs .resp-tab-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  div.resp-vtabs .resp-tab-content ul li,
  .vtabs-block .resp-vtabs .resp-tab-content ul li,
  .directory-item-full .resp-vtabs .resp-tab-content ul li {
    padding-left: 1em;
    text-indent: -0.7em;
    padding-bottom: 10px;
  }
  div.resp-vtabs .resp-tab-content ul li:last-child,
  .vtabs-block .resp-vtabs .resp-tab-content ul li:last-child,
  .directory-item-full .resp-vtabs .resp-tab-content ul li:last-child {
    padding-bottom: 0;
  }
  div.resp-vtabs .resp-tab-content ul li:before,
  .vtabs-block .resp-vtabs .resp-tab-content ul li:before,
  .directory-item-full .resp-vtabs .resp-tab-content ul li:before {
    content: "â€¢";
    color: #a00033;
    padding-left: 7px;
    padding-right: 4px;
  }
  div.resp-vtabs .resp-tab-content ol,
  .vtabs-block .resp-vtabs .resp-tab-content ol,
  .directory-item-full .resp-vtabs .resp-tab-content ol {
    padding-left: 22px;
  }
  div.resp-vtabs .resp-tab-content ol li,
  .vtabs-block .resp-vtabs .resp-tab-content ol li,
  .directory-item-full .resp-vtabs .resp-tab-content ol li {
    padding-left: 1px;
    padding-bottom: 10px;
  }
  div.resp-vtabs .resp-tab-content p,
  .vtabs-block .resp-vtabs .resp-tab-content p,
  .directory-item-full .resp-vtabs .resp-tab-content p {
    padding: 10px 0;
  }
  div.resp-vtabs .resp-tab-content table,
  .vtabs-block .resp-vtabs .resp-tab-content table,
  .directory-item-full .resp-vtabs .resp-tab-content table {
    border-collapse: collapse;
    width: 100%;
  }
  div.resp-vtabs .resp-tab-content table[style],
  .vtabs-block .resp-vtabs .resp-tab-content table[style],
  .directory-item-full .resp-vtabs .resp-tab-content table[style] {
    max-width: 580px;
    margin: 0 auto;
  }
  div.resp-vtabs .resp-tab-content table,
  div.resp-vtabs .resp-tab-content th,
  div.resp-vtabs .resp-tab-content td,
  .vtabs-block .resp-vtabs .resp-tab-content table,
  .vtabs-block .resp-vtabs .resp-tab-content th,
  .vtabs-block .resp-vtabs .resp-tab-content td,
  .directory-item-full .resp-vtabs .resp-tab-content table,
  .directory-item-full .resp-vtabs .resp-tab-content th,
  .directory-item-full .resp-vtabs .resp-tab-content td {
    border: 1px solid #bcbcbc;
  }
  div.resp-vtabs .resp-tab-content thead,
  .vtabs-block .resp-vtabs .resp-tab-content thead,
  .directory-item-full .resp-vtabs .resp-tab-content thead {
    background-color: #f1f1f1;
  }
  div.resp-vtabs .resp-tab-content th,
  div.resp-vtabs .resp-tab-content td,
  .vtabs-block .resp-vtabs .resp-tab-content th,
  .vtabs-block .resp-vtabs .resp-tab-content td,
  .directory-item-full .resp-vtabs .resp-tab-content th,
  .directory-item-full .resp-vtabs .resp-tab-content td {
    padding: 10px 15px;
  }
  div.resp-vtabs .resp-tab-content th,
  .vtabs-block .resp-vtabs .resp-tab-content th,
  .directory-item-full .resp-vtabs .resp-tab-content th {
    background-color: #f1f1f1;
  }
  div.resp-vtabs .resp-tab-content hr,
  .vtabs-block .resp-vtabs .resp-tab-content hr,
  .directory-item-full .resp-vtabs .resp-tab-content hr {
    background-color: #bcbcbc;
    border: none;
    height: 1px;
  }
  div.resp-vtabs .resp-tab-content table,
  .vtabs-block .resp-vtabs .resp-tab-content table,
  .directory-item-full .resp-vtabs .resp-tab-content table {
    overflow: auto;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 620px) {
  div.resp-vtabs .resp-tab-content table,
  .vtabs-block .resp-vtabs .resp-tab-content table,
  .directory-item-full .resp-vtabs .resp-tab-content table {
    border: none;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  div.resp-vtabs .resp-tab-content table.noborder,
  .vtabs-block .resp-vtabs .resp-tab-content table.noborder,
  .directory-item-full .resp-vtabs .resp-tab-content table.noborder {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.noborder > thead,
  .vtabs-block .resp-vtabs .resp-tab-content table.noborder > thead,
  .directory-item-full .resp-vtabs .resp-tab-content table.noborder > thead {
    background: none;
  }
  div.resp-vtabs .resp-tab-content table.noborder > thead > tr > th,
  .vtabs-block .resp-vtabs .resp-tab-content table.noborder > thead > tr > th,
  .directory-item-full .resp-vtabs .resp-tab-content table.noborder > thead > tr > th {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.noborder > tbody > tr > td,
  .vtabs-block .resp-vtabs .resp-tab-content table.noborder > tbody > tr > td,
  .directory-item-full .resp-vtabs .resp-tab-content table.noborder > tbody > tr > td {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.noborder > tbody > tr > th:first-child,
  div.resp-vtabs .resp-tab-content table.noborder > tbody > tr > td:first-child,
  .vtabs-block .resp-vtabs .resp-tab-content table.noborder > tbody > tr > th:first-child,
  .vtabs-block .resp-vtabs .resp-tab-content table.noborder > tbody > tr > td:first-child,
  .directory-item-full .resp-vtabs .resp-tab-content table.noborder > tbody > tr > th:first-child,
  .directory-item-full .resp-vtabs .resp-tab-content table.noborder > tbody > tr > td:first-child {
    padding-left: 0;
  }
  div.resp-vtabs .resp-tab-content table.topborder,
  .vtabs-block .resp-vtabs .resp-tab-content table.topborder,
  .directory-item-full .resp-vtabs .resp-tab-content table.topborder {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.topborder > thead > tr > th,
  .vtabs-block .resp-vtabs .resp-tab-content table.topborder > thead > tr > th,
  .directory-item-full .resp-vtabs .resp-tab-content table.topborder > thead > tr > th {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.topborder > tbody > tr,
  .vtabs-block .resp-vtabs .resp-tab-content table.topborder > tbody > tr,
  .directory-item-full .resp-vtabs .resp-tab-content table.topborder > tbody > tr {
    border-top: 1px solid #bcbcbc;
  }
  div.resp-vtabs .resp-tab-content table.topborder > tbody > tr > td,
  .vtabs-block .resp-vtabs .resp-tab-content table.topborder > tbody > tr > td,
  .directory-item-full .resp-vtabs .resp-tab-content table.topborder > tbody > tr > td {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.topborder > tbody > tr:last-child,
  .vtabs-block .resp-vtabs .resp-tab-content table.topborder > tbody > tr:last-child,
  .directory-item-full .resp-vtabs .resp-tab-content table.topborder > tbody > tr:last-child {
    border-bottom: 1px solid #bcbcbc;
  }
  div.resp-vtabs .resp-tab-content table.striped,
  .vtabs-block .resp-vtabs .resp-tab-content table.striped,
  .directory-item-full .resp-vtabs .resp-tab-content table.striped {
    background-color: #fcfcfc;
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.striped > thead > tr > th,
  .vtabs-block .resp-vtabs .resp-tab-content table.striped > thead > tr > th,
  .directory-item-full .resp-vtabs .resp-tab-content table.striped > thead > tr > th {
    background-color: #f1f1f1;
    border: none;
    border-bottom: 2px solid #bcbcbc;
  }
  div.resp-vtabs .resp-tab-content table.striped > tbody > tr,
  .vtabs-block .resp-vtabs .resp-tab-content table.striped > tbody > tr,
  .directory-item-full .resp-vtabs .resp-tab-content table.striped > tbody > tr {
    border-bottom: 1px solid #bcbcbc;
    border-top: 1px solid #bcbcbc;
  }
  div.resp-vtabs .resp-tab-content table.striped > tbody > tr:nth-child(odd),
  .vtabs-block .resp-vtabs .resp-tab-content table.striped > tbody > tr:nth-child(odd),
  .directory-item-full .resp-vtabs .resp-tab-content table.striped > tbody > tr:nth-child(odd) {
    background-color: #f7f7f7;
  }
  div.resp-vtabs .resp-tab-content table.striped > tbody > tr:nth-child(even),
  .vtabs-block .resp-vtabs .resp-tab-content table.striped > tbody > tr:nth-child(even),
  .directory-item-full .resp-vtabs .resp-tab-content table.striped > tbody > tr:nth-child(even) {
    background-color: #fcfcfc;
  }
  div.resp-vtabs .resp-tab-content table.striped > tbody > tr > td,
  .vtabs-block .resp-vtabs .resp-tab-content table.striped > tbody > tr > td,
  .directory-item-full .resp-vtabs .resp-tab-content table.striped > tbody > tr > td {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.collapsible,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 620px) {
  div.resp-vtabs .resp-tab-content table.collapsible,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible {
    display: table;
  }
}
@media screen and (max-width: 768px) {
  div.resp-vtabs .resp-tab-content table.collapsible .collapsible-title,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible .collapsible-title,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible .collapsible-title {
    padding: 0;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.5px;
  }
  div.resp-vtabs .resp-tab-content table.collapsible .collapsible-title:after,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible .collapsible-title:after,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible .collapsible-title:after {
    content: '\f067';
    font-family: 'FontAwesome';
    float: right;
    font-size: 20px;
  }
  div.resp-vtabs .resp-tab-content table.collapsible .collapsed p,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible .collapsed p,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible .collapsed p {
    max-height: 0;
    overflow: hidden;
    transition: 2s ease;
  }
  div.resp-vtabs .resp-tab-content table.collapsible .open p,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible .open p,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible .open p {
    overflow: hidden;
    max-height: 4000px;
    transition: 2s ease;
  }
  div.resp-vtabs .resp-tab-content table.collapsible .collapsed .collapsible-title,
  div.resp-vtabs .resp-tab-content table.collapsible .open .collapsible-title,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible .collapsed .collapsible-title,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible .open .collapsible-title,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible .collapsed .collapsible-title,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible .open .collapsible-title {
    max-height: 200px;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  div.resp-vtabs .resp-tab-content table.inline-left,
  .vtabs-block .resp-vtabs .resp-tab-content table.inline-left,
  .directory-item-full .resp-vtabs .resp-tab-content table.inline-left {
    float: left;
    margin: 5px 15px 5px 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  div.resp-vtabs .resp-tab-content table.inline-right,
  .vtabs-block .resp-vtabs .resp-tab-content table.inline-right,
  .directory-item-full .resp-vtabs .resp-tab-content table.inline-right {
    float: right;
    margin: 5px 0 5px 15px;
  }
}
@media screen and (max-width: 768px) {
  div.resp-vtabs .resp-tab-content .linked-subhead,
  .vtabs-block .resp-vtabs .resp-tab-content .linked-subhead,
  .directory-item-full .resp-vtabs .resp-tab-content .linked-subhead {
    color: #a00033;
    margin-bottom: 0;
    line-height: 45px;
  }
  div.resp-vtabs .resp-tab-content .linked-subhead:after,
  .vtabs-block .resp-vtabs .resp-tab-content .linked-subhead:after,
  .directory-item-full .resp-vtabs .resp-tab-content .linked-subhead:after {
    content: "\25b6";
    font-size: 45%;
    line-height: 45%;
    margin-left: 5px;
    vertical-align: 3px;
  }
  div.resp-vtabs .resp-tab-content .linked-subhead + p,
  .vtabs-block .resp-vtabs .resp-tab-content .linked-subhead + p,
  .directory-item-full .resp-vtabs .resp-tab-content .linked-subhead + p {
    margin-top: 0px;
  }
  div.resp-vtabs .resp-tab-content .credit,
  .vtabs-block .resp-vtabs .resp-tab-content .credit,
  .directory-item-full .resp-vtabs .resp-tab-content .credit {
    font-family: Georgia, serif;
    font-style: italic;
  }
  div.resp-vtabs .resp-tab-content .quote,
  .vtabs-block .resp-vtabs .resp-tab-content .quote,
  .directory-item-full .resp-vtabs .resp-tab-content .quote {
    color: #7e4e5a;
    font: 140%/120% Georgia, serif;
    margin: 0 20px;
  }
  div.resp-vtabs .resp-tab-content .quote:before,
  .vtabs-block .resp-vtabs .resp-tab-content .quote:before,
  .directory-item-full .resp-vtabs .resp-tab-content .quote:before {
    content: 'â€œ';
    float: left;
  }
  div.resp-vtabs .resp-tab-content .quote:after,
  .vtabs-block .resp-vtabs .resp-tab-content .quote:after,
  .directory-item-full .resp-vtabs .resp-tab-content .quote:after {
    content: 'â€';
  }
  div.resp-vtabs .resp-tab-content .quote + .credit,
  .vtabs-block .resp-vtabs .resp-tab-content .quote + .credit,
  .directory-item-full .resp-vtabs .resp-tab-content .quote + .credit {
    margin-left: 20px;
    margin-top: -10px;
  }
  div.resp-vtabs .resp-tab-content:last-child,
  .vtabs-block .resp-vtabs .resp-tab-content:last-child,
  .directory-item-full .resp-vtabs .resp-tab-content:last-child {
    border-bottom: none;
  }
}
.paragraphs-item-quote {
  border-top: 5px solid #cc0033;
  background-color: #f1f1f1;
}
.paragraphs-item-quote .field--name-field-title {
  display: block;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
}
.paragraphs-item-quote .field--name-field-title .field__item {
  padding: 0 0 10px;
}
@media (min-width: 959px) {
  .paragraphs-item-quote .field--name-field-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
.paragraphs-item-quote .field--name-field-text {
  font-style: italic;
  font-size: 20px;
  font-size: 2rem;
}
@media (min-width: 959px) {
  .paragraphs-item-quote .field--name-field-text {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.paragraphs-item-quote .field--name-field-text p {
  margin: 0;
}
.paragraphs-item-quote .field--name-field-text .field__item > p:before {
  content: 'â€œ';
  float: left;
}
.paragraphs-item-quote .field--name-field-text .field__item > p:after {
  content: 'â€';
}
.paragraphs-item-quote .field--name-field-attribution {
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
}
@media (min-width: 959px) {
  .paragraphs-item-quote .field--name-field-attribution {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.paragraphs-item-quote .field--name-field-attribution .field__item {
  padding-top: 8px;
}
.paragraphs-item-quote .field--name-field-attribution .field__item:before {
  content: 'â€”\00a0';
}
.paragraphs-item-quote .content {
  padding: 20px 0;
}
.paragraphs-item-quote .content > .field {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.paragraphs-item-spotlight {
  position: relative;
  z-index: 200;
  height: 475px;
  overflow: hidden;
  background: #a00033;
  border-top: 5px solid #cc0033;
}
.paragraphs-item-spotlight .resp-tabs-list {
  position: absolute;
  z-index: 600;
  max-width: 998px;
  padding: 0 20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.paragraphs-item-spotlight .resp-tabs-list .resp-tab-active {
  background: #cc0033;
  color: #fff;
  border: none;
  margin-bottom: 0 !important;
  padding: 13px 20px !important;
}
.paragraphs-item-spotlight .contextual-links-region {
  position: initial;
}
.paragraphs-item-spotlight .resp-tabs-list li {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.25);
  margin-right: 10px;
  padding: 13px 20px !important;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.paragraphs-item-spotlight .resp-tabs-list li:hover {
  background: #cc0033;
}
.paragraphs-item-spotlight .field-collection-view {
  margin: 0;
  padding: 0;
  border: none;
  background-color: #40374a;
  height: 100%;
  height: 475px;
}
.paragraphs-item-spotlight .field--name-field-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
}
.paragraphs-item-spotlight .field--name-field-image .field__item:after {
  content: ' ';
  z-index: 100;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 600px;
  position: absolute;
  left: 0;
}
.paragraphs-item-spotlight .field--name-field-image img {
  width: 100%;
  height: auto;
}
@media (min-width: 959px) {
  .paragraphs-item-spotlight .field--name-field-image img {
    margin-top: -15%;
  }
}
.paragraphs-item-spotlight .field--type-text-with-summary {
  position: relative;
  z-index: 500;
  color: #fff;
  font-family: "Oswald", sans-serif;
  padding: 20px 20px 20px 15px;
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-title,
.paragraphs-item-spotlight .resp-tab-content .field--name-field-text {
  color: white;
  padding-left: 40px;
  position: relative;
  z-index: 400;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width: 769px) {
  .paragraphs-item-spotlight .resp-tab-content .field--name-field-title,
  .paragraphs-item-spotlight .resp-tab-content .field--name-field-text {
    padding-left: 20px;
  }
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-title a,
.paragraphs-item-spotlight .resp-tab-content .field--name-field-text a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 959px) {
  .paragraphs-item-spotlight .resp-tab-content .field--name-field-title,
  .paragraphs-item-spotlight .resp-tab-content .field--name-field-text {
    max-width: 998px;
    margin: 0 auto;
  }
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 45px;
  padding-top: 60px;
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-title .field__item {
  width: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media screen and (min-width: 769px) {
  .paragraphs-item-spotlight .resp-tab-content .field--name-field-title {
    font-size: 65px;
    font-size: 6.5rem;
    line-height: 70px;
    padding-top: 160px;
  }
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-title.no-image {
  display: none;
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-text {
  padding-top: 10px;
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-text.no-image {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .paragraphs-item-spotlight .resp-tab-content .field--name-field-text.no-image {
    padding-top: 20px;
  }
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-text.no-image .field__items {
  float: left;
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-text.no-image .field__items:after {
  content: "";
  display: table;
  clear: both;
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-text.no-image .field__items .field__item {
  margin-left: -10px;
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-text.no-image .field__items .field__item a {
  overflow: hidden;
  display: block;
  padding: 2px 80px 2px 10px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-text.no-image .field__items .field__item a:hover {
  background-color: white;
  color: #40374a;
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-text.no-image .field__items .field__item p a {
  margin-bottom: 6px;
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-text.no-image .field__items .field__item p:last-child a {
  margin-bottom: 0;
}
.paragraphs-item-spotlight .field--name-field-post-reference header {
  max-width: 998px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  height: 450px;
}
.paragraphs-item-spotlight .field--name-field-post-reference header:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .paragraphs-item-spotlight .field--name-field-post-reference header {
    height: 400px;
  }
}
.paragraphs-item-spotlight .field--name-field-post-reference .node__title {
  z-index: 400;
  position: absolute;
  bottom: 15px;
  margin: 0 auto;
  padding: 110px 0 0 30px;
  max-width: 520px;
  float: left;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 33px;
}
@media screen and (min-width: 769px) {
  .paragraphs-item-spotlight .field--name-field-post-reference .node__title {
    padding-left: 10px;
  }
}
@media (min-width: 959px) {
  .paragraphs-item-spotlight .field--name-field-post-reference .node__title {
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 56px;
  }
}
.paragraphs-item-spotlight .field--name-field-post-reference .node__title a {
  text-decoration: none;
  color: white;
  padding-bottom: 65px;
}
.paragraphs-item-spotlight .field--type-text-with-summary.no-image {
  height: 470px;
}
@media screen and (max-width: 768px) {
  .paragraphs-item-spotlight {
    height: 455px;
  }
  .paragraphs-item-spotlight h2.resp-accordion {
    padding: 0 15px !important;
    line-height: 50px;
    height: 50px;
    position: relative;
    z-index: 900;
    background-color: #40374a;
    color: white;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none !important;
    font-size: 16px;
    font-size: 1.6rem;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  .paragraphs-item-spotlight h2.resp-accordion .resp-arrow {
    margin-top: 18px;
  }
  .paragraphs-item-spotlight h2.resp-accordion.resp-tab-active {
    background-color: #cc0033 !important;
  }
  .paragraphs-item-spotlight .resp-tabs-container:after {
    content: "";
    display: table;
    clear: both;
  }
  .paragraphs-item-spotlight .resp-tab-content {
    overflow: hidden;
  }
  .paragraphs-item-spotlight .resp-tab-content:after {
    content: "";
    display: table;
    clear: both;
  }
  .paragraphs-item-spotlight .resp-tab-content-active {
    height: 300px;
    overflow: hidden;
  }
  .paragraphs-item-spotlight .field--name-field-post-reference header {
    height: 300px;
  }
  .paragraphs-item-spotlight .field--name-field-post-reference header .node__title {
    bottom: 40px;
  }
  .paragraphs-item-spotlight .field--type-text-with-summary.no-image {
    height: 300px;
    padding: 20px 20px;
    background-color: #40374a;
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .paragraphs-item-spotlight .field--type-text-with-summary.no-image p {
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .paragraphs-item-spotlight .resp-accordion.resp-tab-active ~ .resp-accordion:after {
    content: ' ';
    display: block;
    height: 300px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    background-color: #40374a;
    z-index: 300;
  }
}
.paragraphs-item-stats-proof-points {
  padding-bottom: 50px;
}
.paragraphs-item-stats-proof-points > .content > .field--name-field-title {
  border-top: 5px solid #cc0033;
  display: block;
  background-color: white;
  text-align: center;
  padding: 25px 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 34px;
  font-size: 3.4rem;
}
@media (min-width: 959px) {
  .paragraphs-item-stats-proof-points > .content > .field--name-field-title {
    font-size: 53px;
    font-size: 5.3rem;
  }
}
.paragraphs-item-stats-proof-points .slick-slider {
  max-width: 1170px;
  margin: 0 auto;
}
.paragraphs-item-stats-proof-points .slick-slider button {
  width: 60px;
  height: 375px;
  background-color: #cc0033;
}
@media screen and (max-width: 580px) {
  .paragraphs-item-stats-proof-points .slick-slider button {
    width: 257px;
    height: 275px;
  }
}
.paragraphs-item-stats-proof-points .slick-slider button:before {
  font-size: 100px;
  font-family: 'FontAwesome';
}
.paragraphs-item-stats-proof-points .slick-slider button.slick-prev {
  left: 0;
}
.paragraphs-item-stats-proof-points .slick-slider button.slick-prev:before {
  content: "\f104";
}
.paragraphs-item-stats-proof-points .slick-slider button.slick-next {
  right: 0;
}
.paragraphs-item-stats-proof-points .slick-slider button.slick-next:before {
  content: "\f105";
}
@media screen and (max-width: 1110px) {
  .paragraphs-item-stats-proof-points .slick-slider button {
    width: 30px;
  }
  .paragraphs-item-stats-proof-points .slick-slider button:before {
    font-size: 50px;
  }
}
.paragraphs-item-stats-proof-points .slick-slider .slick-list {
  max-width: 1050px;
  margin: 0 60px;
}
@media screen and (max-width: 1110px) {
  .paragraphs-item-stats-proof-points .slick-slider .slick-list {
    margin: 0 30px;
  }
}
.paragraphs-item-stats-proof-points .slick-slider .entity-field-collection-item {
  position: relative;
}
.paragraphs-item-stats-proof-points .slick-slider:after {
  content: "";
  display: table;
  clear: both;
}
.paragraphs-item-stats-proof-points .slick-slider .slick-slide {
  height: 375px;
  width: 33%;
}
@media screen and (max-width: 580px) {
  .paragraphs-item-stats-proof-points .slick-slider .slick-slide {
    width: 257px;
    height: 275px;
  }
}
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .content {
  top: 0;
  position: absolute;
  max-width: 350px;
  width: 100%;
  height: 375px;
  background-color: #f1f1f1;
}
@media screen and (max-width: 580px) {
  .paragraphs-item-stats-proof-points .slick-slider .slick-slide .content {
    max-width: 257px;
    height: 275px;
  }
}
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .stats-no-image .field--name-field-title .field__item,
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .stats-no-image .field--name-field-title p,
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .stats-no-image .field--name-field-subheading .field__item,
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .stats-no-image .field--name-field-subheading p {
  color: #000;
}
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-title {
  z-index: 10;
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-title .field__item,
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-title p {
  line-height: 375px;
  max-width: 330px;
  padding: 0;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  letter-spacing: 5px;
  font-size: 80px;
  font-size: 8rem;
}
@media screen and (max-width: 580px) {
  .paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-title .field__item,
  .paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-title p {
    line-height: 275px;
  }
}
@media screen and (max-width: 400px) {
  .paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-title .field__item,
  .paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-title p {
    letter-spacing: 3px;
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (min-width: 1170px) {
  .paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-title .field__item,
  .paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-title p {
    letter-spacing: 10px;
    font-size: 135px;
    font-size: 13.5rem;
  }
}
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-title .field__item {
  padding: 0 10px;
}
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-subheading {
  z-index: 10;
  position: absolute;
  top: 0;
  width: 100%;
  margin: 270px 0 0 0;
}
@media screen and (max-width: 580px) {
  .paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-subheading {
    margin-top: 200px;
  }
  .paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-subheading .field__item {
    line-height: 24px;
  }
}
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-subheading .field__item {
  max-width: 330px;
  padding: 0 10px;
  margin: 0 auto;
  color: white;
  text-align: center;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  font-size: 24px;
  font-size: 2.4rem;
}
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-slide-image {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-slide-image .field__items {
  position: relative;
  float: right;
  right: 50%;
}
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-slide-image .field__item {
  position: relative;
  right: -50%;
  width: 350px;
}
@media screen and (max-width: 580px) {
  .paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-slide-image .field__item {
    width: 257px;
  }
}
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-slide-image .field__item:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 350px;
  height: 375px;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
@media screen and (max-width: 580px) {
  .paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-slide-image .field__item:after {
    width: 257px;
    height: 275px;
  }
}
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-slide-image img {
  width: 350px;
  height: 375px;
  overflow: hidden;
}
@media screen and (max-width: 580px) {
  .paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-slide-image img {
    width: 257px;
    height: 275px;
  }
}
.paragraphs-item-stats-proof-points .field-collection-container,
.paragraphs-item-stats-proof-points .field-collection-view {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.paragraphs-item-text-with-image {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.paragraphs-item-text-with-image ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.paragraphs-item-text-with-image ul li {
  padding-left: 1em;
  text-indent: -0.7em;
  padding-bottom: 10px;
}
.paragraphs-item-text-with-image ul li:last-child {
  padding-bottom: 0;
}
.paragraphs-item-text-with-image ul li:before {
  content: "â€¢";
  color: #a00033;
  padding-left: 7px;
  padding-right: 4px;
}
.paragraphs-item-text-with-image ol {
  padding-left: 22px;
}
.paragraphs-item-text-with-image ol li {
  padding-left: 1px;
  padding-bottom: 10px;
}
.paragraphs-item-text-with-image.full-width-text {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.paragraphs-item-text-with-image.full-width-text .image-wrapper {
  max-width: 620px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.paragraphs-item-text-with-image.full-width-text .image-wrapper.image-alignment-right,
.paragraphs-item-text-with-image.full-width-text .image-wrapper.image-alignment-left {
  max-width: 620px;
  width: 50%;
}
.paragraphs-item-text-with-image.full-width-text .field--name-field-text,
.paragraphs-item-text-with-image.full-width-text .field--name-field-headline {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 100%;
}
.paragraphs-item-text-with-image .field--name-field-image img {
  display: block;
}
.paragraphs-item-text-with-image .image-alignment-full {
  margin-bottom: 30px;
}
.paragraphs-item-text-with-image .image-alignment-right,
.paragraphs-item-text-with-image .image-alignment-left {
  width: 50%;
}
.paragraphs-item-text-with-image .image-alignment-left {
  float: left;
  padding: 0 20px 10px 0;
}
.paragraphs-item-text-with-image .image-alignment-right {
  float: right;
  padding: 0 0 10px 20px;
}
.paragraphs-item-text-with-image .field--name-field-image-caption {
  background: #40374A;
  color: white;
  width: 100%;
  clear: both;
  padding: 8px 15px;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
}
.paragraphs-item-text-with-image .field--name-field-image-caption h6 {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
}
.paragraphs-item-text-with-image .field--name-field-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.paragraphs-item-text-with-image .field--name-field-text ul li {
  padding-left: 1em;
  text-indent: -0.7em;
  padding-bottom: 10px;
}
.paragraphs-item-text-with-image .field--name-field-text ul li:last-child {
  padding-bottom: 0;
}
.paragraphs-item-text-with-image .field--name-field-text ul li:before {
  content: "â€¢";
  color: #a00033;
  padding-left: 7px;
  padding-right: 4px;
}
.paragraphs-item-text-with-image .field--name-field-text ol {
  padding-left: 22px;
}
.paragraphs-item-text-with-image .field--name-field-text ol li {
  padding-left: 1px;
  padding-bottom: 10px;
}
.paragraphs-item-text-with-image .field--name-field-text p {
  padding: 10px 0;
}
.paragraphs-item-text-with-image .field--name-field-text table {
  border-collapse: collapse;
  width: 100%;
}
.paragraphs-item-text-with-image .field--name-field-text table[style] {
  max-width: 580px;
  margin: 0 auto;
}
.paragraphs-item-text-with-image .field--name-field-text table,
.paragraphs-item-text-with-image .field--name-field-text th,
.paragraphs-item-text-with-image .field--name-field-text td {
  border: 1px solid #bcbcbc;
}
.paragraphs-item-text-with-image .field--name-field-text thead {
  background-color: #f1f1f1;
}
.paragraphs-item-text-with-image .field--name-field-text th,
.paragraphs-item-text-with-image .field--name-field-text td {
  padding: 10px 15px;
}
.paragraphs-item-text-with-image .field--name-field-text th {
  background-color: #f1f1f1;
}
.paragraphs-item-text-with-image .field--name-field-text hr {
  background-color: #bcbcbc;
  border: none;
  height: 1px;
}
.paragraphs-item-text-with-image .field--name-field-text table {
  overflow: auto;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
}
@media screen and (max-width: 620px) {
  .paragraphs-item-text-with-image .field--name-field-text table {
    border: none;
    display: block;
  }
}
.paragraphs-item-text-with-image .field--name-field-text table.noborder {
  border: none;
}
.paragraphs-item-text-with-image .field--name-field-text table.noborder > thead {
  background: none;
}
.paragraphs-item-text-with-image .field--name-field-text table.noborder > thead > tr > th {
  border: none;
}
.paragraphs-item-text-with-image .field--name-field-text table.noborder > tbody > tr > td {
  border: none;
}
.paragraphs-item-text-with-image .field--name-field-text table.noborder > tbody > tr > th:first-child,
.paragraphs-item-text-with-image .field--name-field-text table.noborder > tbody > tr > td:first-child {
  padding-left: 0;
}
.paragraphs-item-text-with-image .field--name-field-text table.topborder {
  border: none;
}
.paragraphs-item-text-with-image .field--name-field-text table.topborder > thead > tr > th {
  border: none;
}
.paragraphs-item-text-with-image .field--name-field-text table.topborder > tbody > tr {
  border-top: 1px solid #bcbcbc;
}
.paragraphs-item-text-with-image .field--name-field-text table.topborder > tbody > tr > td {
  border: none;
}
.paragraphs-item-text-with-image .field--name-field-text table.topborder > tbody > tr:last-child {
  border-bottom: 1px solid #bcbcbc;
}
.paragraphs-item-text-with-image .field--name-field-text table.striped {
  background-color: #fcfcfc;
  border: none;
}
.paragraphs-item-text-with-image .field--name-field-text table.striped > thead > tr > th {
  background-color: #f1f1f1;
  border: none;
  border-bottom: 2px solid #bcbcbc;
}
.paragraphs-item-text-with-image .field--name-field-text table.striped > tbody > tr {
  border-bottom: 1px solid #bcbcbc;
  border-top: 1px solid #bcbcbc;
}
.paragraphs-item-text-with-image .field--name-field-text table.striped > tbody > tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.paragraphs-item-text-with-image .field--name-field-text table.striped > tbody > tr:nth-child(even) {
  background-color: #fcfcfc;
}
.paragraphs-item-text-with-image .field--name-field-text table.striped > tbody > tr > td {
  border: none;
}
.paragraphs-item-text-with-image .field--name-field-text table.collapsible {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 620px) {
  .paragraphs-item-text-with-image .field--name-field-text table.collapsible {
    display: table;
  }
}
.paragraphs-item-text-with-image .field--name-field-text table.collapsible .collapsible-title {
  padding: 0;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
}
.paragraphs-item-text-with-image .field--name-field-text table.collapsible .collapsible-title:after {
  content: '\f067';
  font-family: 'FontAwesome';
  float: right;
  font-size: 20px;
}
.paragraphs-item-text-with-image .field--name-field-text table.collapsible .collapsed p {
  max-height: 0;
  overflow: hidden;
  transition: 2s ease;
}
.paragraphs-item-text-with-image .field--name-field-text table.collapsible .open p {
  overflow: hidden;
  max-height: 4000px;
  transition: 2s ease;
}
.paragraphs-item-text-with-image .field--name-field-text table.collapsible .collapsed .collapsible-title,
.paragraphs-item-text-with-image .field--name-field-text table.collapsible .open .collapsible-title {
  max-height: 200px;
}
@media (min-width: 768px) {
  .paragraphs-item-text-with-image .field--name-field-text table.inline-left {
    float: left;
    margin: 5px 15px 5px 0;
  }
}
@media (min-width: 768px) {
  .paragraphs-item-text-with-image .field--name-field-text table.inline-right {
    float: right;
    margin: 5px 0 5px 15px;
  }
}
.paragraphs-item-text-with-image .field--name-field-text .linked-subhead {
  color: #a00033;
  margin-bottom: 0;
  line-height: 45px;
}
.paragraphs-item-text-with-image .field--name-field-text .linked-subhead:after {
  content: "\25b6";
  font-size: 45%;
  line-height: 45%;
  margin-left: 5px;
  vertical-align: 3px;
}
.paragraphs-item-text-with-image .field--name-field-text .linked-subhead + p {
  margin-top: 0px;
}
.paragraphs-item-text-with-image .field--name-field-text .credit {
  font-family: Georgia, serif;
  font-style: italic;
}
.paragraphs-item-text-with-image .field--name-field-text .quote {
  color: #7e4e5a;
  font: 140%/120% Georgia, serif;
  margin: 0 20px;
}
.paragraphs-item-text-with-image .field--name-field-text .quote:before {
  content: 'â€œ';
  float: left;
}
.paragraphs-item-text-with-image .field--name-field-text .quote:after {
  content: 'â€';
}
.paragraphs-item-text-with-image .field--name-field-text .quote + .credit {
  margin-left: 20px;
  margin-top: -10px;
}
.entity-paragraphs-item:after {
  content: "";
  display: table;
  clear: both;
}
.field__item-text_with_image {
  margin-top: 30px;
}
.field__item-text_with_image + .field__item {
  margin-top: 30px;
}
.field__item-text_with_image + .field__item-attachments {
  margin-top: 0;
}
.field__item-button_bar + .field__item-text_with_image {
  margin-top: 45px;
}
.field__item-embedded_video:last-child,
.field__item-text_with_image:last-child {
  margin-bottom: 30px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-video-wrapper {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.paragraphs-item-embedded-video .field--name-field-title {
  border-top: 5px solid #cc0033;
  display: block;
  background-color: white;
  text-align: center;
  padding: 25px 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 34px;
  font-size: 3.4rem;
}
@media (min-width: 959px) {
  .paragraphs-item-embedded-video .field--name-field-title {
    font-size: 53px;
    font-size: 5.3rem;
  }
}
.paragraphs-item-embedded-video .field--name-field-title .field__item {
  max-width: 900px;
  padding: 0 10px;
  margin: 0 auto;
}
.paragraphs-item-embedded-video .field--name-field-slide-video {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.paragraphs-item-embedded-video .field--name-field-slide-video .field__item {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.paragraphs-item-embedded-video .field--name-field-slide-video .field__item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraphs-item-embedded-video .field--name-field-video-caption {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.paragraphs-item-embedded-video .field--name-field-video-caption .field__item,
.paragraphs-item-embedded-video .field--name-field-video-caption .field-item {
  background: #40374A;
  color: white;
  width: 100%;
  clear: both;
  padding: 8px 15px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  font-size: 13px;
  font-size: 1.3rem;
}
.paragraphs-item-embedded-video .field--name-field-video-caption .field__item h6,
.paragraphs-item-embedded-video .field--name-field-video-caption .field-item h6 {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  font-size: 13px;
  font-size: 1.3rem;
}
.paragraphs-item-embedded-video object {
  height: 100%;
}
.l-header {
  position: relative;
}
.front .rutgers-header {
  background: rgba(0, 0, 0, 0.5);
}
.not-front .rutgers-header {
  background-color: #4a0114;
}
.not-front .rutgers-header .block--rutgerslaw-system-rusearch #rusearchbutton:hover,
.not-front .rutgers-header .block--rutgerslaw-system-rusearch .rusearchselect-wrapper:hover .rusearchselect-mask,
.not-front .rutgers-header .block--menu-menu-sliver-menu .leaf a:hover {
  background-color: #cc0033;
}
.not-front .rutgers-header .block--menu-menu-rutgers-header-menu .menu .leaf a {
  background-color: #860023;
}
.not-front .rutgers-header .block--menu-menu-rutgers-header-menu .menu .leaf a:hover {
  background-color: #cc0033;
}
.rutgers-header .container {
  margin: 0 auto;
}
.rutgers-header .block--menu-menu-rutgers-header-menu {
  display: none;
  background-color: #a00033;
  float: right;
}
@media (min-width: 959px) {
  .rutgers-header .block--menu-menu-rutgers-header-menu {
    display: inline-block;
  }
}
.rutgers-header .block--menu-menu-rutgers-header-menu .menu {
  margin: 0;
  padding: 0;
}
.rutgers-header .block--menu-menu-rutgers-header-menu .menu .leaf {
  list-style-image: none;
  display: inline-block;
  margin-left: -5px;
}
.rutgers-header .block--menu-menu-rutgers-header-menu .menu .leaf:first-child {
  margin-left: 0;
}
.rutgers-header .block--menu-menu-rutgers-header-menu .menu .leaf:last-child {
  margin-right: -1px;
}
.rutgers-header .block--menu-menu-rutgers-header-menu a {
  padding: 10px 10px;
  color: white;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 15px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.rutgers-header .block--menu-menu-rutgers-header-menu a:hover {
  background-color: #cc0033;
}
.rutgers-header:after {
  content: "";
  display: table;
  clear: both;
}
.rutgers-header .block--rutgerslaw-system-rusearch {
  display: inline-block;
}
.rutgers-header .block--menu-menu-sliver-menu {
  display: none;
  margin-left: -5px;
}
@media (min-width: 959px) {
  .rutgers-header .block--menu-menu-sliver-menu {
    display: inline-block;
  }
}
.rutgers-header .block--menu-menu-sliver-menu .menu {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.rutgers-header .block--menu-menu-sliver-menu .menu .leaf {
  list-style-image: none;
  display: inline-block;
}
.rutgers-header .block--menu-menu-sliver-menu .leaf a {
  display: block;
  padding: 10px 8px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 15px;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.rutgers-header .block--menu-menu-sliver-menu .leaf a:hover {
  background-color: #a00033;
}
.rutgers-header .block--rutgerslaw-system-rusearch {
  float: right;
}
.rutgers-header .block--rutgerslaw-system-rusearch .visuallyhidden {
  display: none;
}
.rutgers-header .block--rutgerslaw-system-rusearch .rusearchselect-wrapper {
  margin-right: 0;
  position: relative;
  width: 90px;
  height: 35px;
  cursor: pointer;
}
.rutgers-header .block--rutgerslaw-system-rusearch .rusearchselect-wrapper:hover .rusearchselect-mask {
  background-color: #a00033;
}
@media (min-width: 959px) {
  .rutgers-header .block--rutgerslaw-system-rusearch .rusearchselect-wrapper {
    margin-right: -5px;
  }
}
.rutgers-header .block--rutgerslaw-system-rusearch .rusearchselect-mask {
  top: 0;
  height: 35px;
  width: 90px;
  position: absolute;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  color: white;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  pointer-events: none;
  z-index: 3;
}
.rutgers-header .block--rutgerslaw-system-rusearch .rusearchselect-mask i {
  font-size: 20px;
  font-size: 2rem;
  padding: 8px 0 8px 10px;
}
.rutgers-header .block--rutgerslaw-system-rusearch .rusearchselect-mask .rusearchselect-mask-text {
  padding: 10px 0 10px 10px;
  vertical-align: top;
  display: inline-block;
}
.rutgers-header .block--rutgerslaw-system-rusearch .rusearchselect-mask select {
  padding-top: 10px;
}
.rutgers-header .block--rutgerslaw-system-rusearch #rusearchselect {
  opacity: 0;
  position: absolute;
  top: 7px;
  right: 0;
  cursor: pointer;
}
.rutgers-header .block--rutgerslaw-system-rusearch #rusearchbox {
  height: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: none;
  padding: 3px 8px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
}
.rutgers-header .block--rutgerslaw-system-rusearch #rusearchbutton {
  background-color: transparent;
  color: white;
  border: none;
  height: 35px;
  width: 35px;
  padding: 2px 6px 3px 6px;
  margin-left: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.rutgers-header .block--rutgerslaw-system-rusearch #rusearchbutton:hover {
  background-color: #a00033;
}
.rutgers-header .block--rutgerslaw-system-rusearch form input,
.rutgers-header .block--rutgerslaw-system-rusearch form .rusearchselect-wrapper {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 958px) {
  .rutgers-header .block--rutgerslaw-system-rusearch {
    float: left;
  }
  .rutgers-header .block--rutgerslaw-system-rusearch .rusearchselect-wrapper {
    float: right;
  }
}
@media screen and (max-width: 400px) {
  .rutgers-header .block--rutgerslaw-system-rusearch #rusearchbox {
    width: 50%;
  }
}
@media screen and (max-width: 300px) {
  .rutgers-header .block--rutgerslaw-system-rusearch #rusearchbox {
    width: 30%;
  }
}
.subnav-container {
  margin: 30px 0;
}
.navigation-wrapper {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.rutgers-dropdown-wrapper {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  margin: 0;
  display: inline-block;
  position: relative;
  color: #000;
  text-transform: uppercase;
}
.rutgers-dropdown-title {
  cursor: pointer;
  padding: 15px;
  background-color: #f1f1f1;
  width: auto;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.rutgers-dropdown-title:after {
  padding: 0 0 0 15px;
  font-family: FontAwesome;
  content: "\f078";
  color: #cc0033;
  font-size: 16px;
  font-size: 1.6rem;
}
.rutgers-dropdown-title.down {
  background-color: #a00033;
  color: #fff;
}
.rutgers-dropdown-title.down:after {
  content: "\f077";
  color: #fff;
}
.rutgers-dropdown-expanded {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 200;
  background-color: #cc0033;
  color: #fff;
  width: auto;
}
.rutgers-dropdown-expanded li {
  display: block;
  overflow: visible;
}
.rutgers-dropdown-expanded li a {
  white-space: nowrap;
  display: block;
  text-decoration: none;
  padding: 5px 15px;
  background-color: #cc0033;
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  font-size: 1.8rem;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.rutgers-dropdown-expanded li a:hover {
  background: #f1f1f1;
  color: #cc0033;
}
.bean-slideshow--home-map-carousel {
  position: relative;
  z-index: 200;
  clear: both;
  background: #fff;
  margin-bottom: 0;
  max-width: 100%;
  overflow: hidden;
}
.bean-slideshow--home-map-carousel .slick-slide {
  height: 538px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .bean-slideshow--home-map-carousel .slick-slide {
    height: 518px;
  }
}
.bean-slideshow--home-map-carousel .slick-slide h3 {
  margin: 10px 13px 0 13px;
  text-transform: uppercase;
  line-height: 31px;
  text-align: center;
}
@media (min-width: 768px) {
  .bean-slideshow--home-map-carousel .slick-slide h3 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 44px;
    margin: 100px 0;
    letter-spacing: 1px;
    text-align: left;
  }
}
@media (min-width: 959px) {
  .bean-slideshow--home-map-carousel .slick-slide h3 {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 55px;
    margin: 100px 0;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 1000px) {
  .bean-slideshow--home-map-carousel .slick-slide h3 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 60px;
  }
}
.bean-slideshow--home-map-carousel .slick-slide h3 .arrow-word {
  display: inline-block;
}
.bean-slideshow--home-map-carousel .slick-slide h3 .arrow-word:after {
  margin-left: 8px;
  content: " ";
  display: inline-block;
  background-image: url(/sites/law/themes/rutgers_law/images/arrow-vert-slider.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 27px;
  width: 34.44822px;
}
@media (min-width: 768px) {
  .bean-slideshow--home-map-carousel .slick-slide h3 .arrow-word:after {
    height: 36px;
    width: 45.93096px;
  }
}
@media (min-width: 959px) {
  .bean-slideshow--home-map-carousel .slick-slide h3 .arrow-word:after {
    height: 40px;
    width: 51.0344px;
  }
}
@media screen and (min-width: 1000px) {
  .bean-slideshow--home-map-carousel .slick-slide h3 .arrow-word:after {
    height: 45px;
    width: 57.4137px;
  }
}
@media (min-width: 768px) {
  .bean-slideshow--home-map-carousel .slick-slide {
    float: none;
    position: relative;
    max-width: 82%;
    margin: 0 auto;
  }
  .bean-slideshow--home-map-carousel .slick-slide.full-width {
    max-width: 100%;
  }
  .bean-slideshow--home-map-carousel .field-text {
    width: 45%;
    float: left;
  }
  .bean-slideshow--home-map-carousel .field-text.jersey-map {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .bean-slideshow--home-map-carousel .field-text.slide-text-right {
    float: right;
  }
  .bean-slideshow--home-map-carousel .field-text.slide-text-left {
    float: left;
  }
  .bean-slideshow--home-map-carousel .field-image {
    width: 45%;
    float: right;
  }
  .bean-slideshow--home-map-carousel .field-image.slide-image-right {
    float: right;
  }
  .bean-slideshow--home-map-carousel .field-image.slide-image-left {
    float: left;
  }
  .bean-slideshow--home-map-carousel .front-text-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 767px) {
  .bean-slideshow--home-map-carousel .field-image {
    max-height: 350px;
  }
  .bean-slideshow--home-map-carousel .field-image img {
    margin: 0 auto;
    height: 350px;
    width: auto;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .bean-slideshow--home-map-carousel .field-image {
    margin-top: 2vw;
    padding-top: 95px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .bean-slideshow--home-map-carousel .field-image {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
  .bean-slideshow--home-map-carousel .field-image {
    margin-top: 50px;
  }
}
.bean-slideshow--home-map-carousel .slick-slide a {
  color: black;
  text-decoration: none;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.bean-slideshow--home-map-carousel .slick-slide a:hover {
  color: #a00033;
}
.bean-slideshow--home-map-carousel .slick-dots {
  bottom: 20px;
  height: 20px;
  margin-top: 10px;
  max-width: 998px;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 90%;
}
@media (min-width: 768px) {
  .bean-slideshow--home-map-carousel .slick-dots {
    bottom: auto;
    top: 250px;
    max-width: 500px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.bean-slideshow--home-map-carousel .slick-dots li {
  width: 60px;
  height: 20px;
  border: 1px solid #cc0033;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.bean-slideshow--home-map-carousel .slick-dots li.slick-active {
  background-color: #cc0033;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.bean-slideshow--home-map-carousel .slick-dots li button {
  display: none;
}
.vert-wrapper {
  max-width: 998px;
  margin: 0 auto;
  min-height: 375px;
}
.vert-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.vert-wrapper .vert {
  position: relative;
}
.vert-wrapper .vert:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .vert-wrapper .vert {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .vert-wrapper .vert.vert-left {
    float: left;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .vert-wrapper .vert.vert-right {
    float: right;
    padding-left: 50px;
  }
}
.vert-wrapper .vert img {
  display: block;
  margin: 0 auto;
  max-height: 350px;
}
@media (min-width: desktop) {
  .vert-wrapper .vert img {
    max-height: auto;
  }
}
.vert-wrapper .map-wrapper {
  position: relative;
  max-width: 266px;
  margin: 10px auto 0 auto;
}
@media screen and (max-width: 880px) and (min-width: 768px) {
  .vert-wrapper .map-wrapper {
    max-width: 22vw;
  }
}
@media (min-width: 768px) {
  .vert-wrapper .map-wrapper {
    margin: 50px auto 0 auto;
    padding-left: 20px;
  }
}
.vert-wrapper .jersey,
.vert-wrapper .newark,
.vert-wrapper .camden {
  display: block;
  text-indent: -1000em;
  white-space: nowrap;
}
.vert-wrapper .jersey {
  width: 100%;
  overflow: visible;
  position: relative;
  max-width: 190px;
  min-height: 350px;
  margin: 0 auto;
  background: url(/sites/law/themes/rutgers_law/images/jersey-map.png) 50% no-repeat;
  background-size: contain;
}
@media (min-width: 959px) {
  .vert-wrapper .jersey {
    max-width: 266px;
    min-height: 455px;
  }
}
.vert-wrapper .newark {
  top: 0;
  right: -20px;
  background: url(/sites/law/themes/rutgers_law/images/highlight-newark.png) no-repeat;
}
@media (min-width: 768px) {
  .vert-wrapper .newark {
    top: -40px;
    right: -90px;
  }
}
.vert-wrapper .camden {
  bottom: 50px;
  left: -20px;
  background: url(/sites/law/themes/rutgers_law/images/highlight-camden.png) no-repeat;
}
@media (min-width: 768px) {
  .vert-wrapper .camden {
    bottom: 60px;
    left: -90px;
  }
}
.vert-wrapper .camden,
.vert-wrapper .newark {
  width: 190px;
  height: 190px;
  background-size: contain;
  border-radius: 1000em;
  position: absolute;
}
@media (min-width: 768px) {
  .vert-wrapper .camden,
  .vert-wrapper .newark {
    width: 257px;
    height: 257px;
    filter: alpha(opacity=60);
    opacity: 0.6;
  }
}
.vert-wrapper .camden:hover,
.vert-wrapper .newark:hover {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  filter: alpha(opacity=100);
  opacity: 1;
}
.block--views-events-block {
  margin: 50px auto;
  font-family: "Oswald", sans-serif;
  max-width: 560px;
  padding: 0 25px;
}
.block--views-events-block:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .block--views-events-block {
    max-width: 560px;
    padding: 0 25px;
    width: 50%;
    float: right;
  }
}
.block--views-events-block .views-row > a {
  display: block;
  font-family: "Oswald", sans-serif;
  background: #efefef;
  margin-bottom: 5px;
  height: 135px;
  overflow: hidden;
}
.block--views-events-block .views-row > a:after {
  content: "";
  display: table;
  clear: both;
}
.block--views-events-block .views-row > a .event-date {
  float: left;
  width: 20%;
  background: #40374a;
  text-align: center;
  padding: 33px 0;
  font-weight: 300;
  color: #fff;
}
.block--views-events-block .views-row > a .event-date .month {
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 24px;
  text-transform: uppercase;
}
@media screen and (max-width: 400px) {
  .block--views-events-block .views-row > a .event-date .month {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.block--views-events-block .views-row > a .event-date .day {
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 55px;
}
@media screen and (max-width: 400px) {
  .block--views-events-block .views-row > a .event-date .day {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
.block--views-events-block .views-row > a .event-info {
  float: left;
  width: 80%;
}
.block--views-events-block .views-row > a .event-info .campus {
  color: #000;
  background: #cdcbcf;
  padding: 4px 20px;
}
.block--views-events-block .views-row > a .event-info .title {
  display: table;
  display: table-cell;
  vertical-align: middle;
  color: #000;
  height: 135px;
  padding: 0 20px;
  width: 100%;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 27px;
}
@media (min-width: 959px) {
  .block--views-events-block .views-row > a .event-info .title {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 400px) {
  .block--views-events-block .views-row > a .event-info .title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 23px;
  }
}
.block--views-events-block .views-row > a .event-info .campus + .title {
  height: 100px;
}
.block--views-events-block .views-row > a:hover {
  text-decoration: none;
  background: #cc0033;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  color: #fff;
}
.block--views-events-block .views-row > a:hover .campus {
  color: #fff;
  background: #a00033;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.block--views-events-block .views-row > a:hover .title {
  color: #fff;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.block--views-events-block .more-link {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  text-align: center;
  display: block;
  background: #cc0033;
  color: #fff;
  text-transform: uppercase;
  line-height: 80px;
  font-family: "Oswald", sans-serif;
  text-decoration: none;
  font-size: 35px;
  font-size: 3.5rem;
}
.block--views-events-block .more-link:hover {
  background: #a00033;
  color: #fff;
}
.node--event--full {
  margin-top: 15px;
}
.page-events .l-content {
  margin-top: 15px;
}
.node--event.node-teaser .node__title {
  font-size: 31px;
  font-size: 3.1rem;
}
@media (min-width: 959px) {
  .node--event.node-teaser .node__title {
    font-size: 40px;
    font-size: 4rem;
  }
}
.node--event.node-teaser .node__title a {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  text-decoration: none;
}
.node--event.node-teaser .node__title a:hover {
  color: black;
}
.node--event .date-display-single {
  display: block;
}
.node--event .date-display-single .date-display-range {
  display: inline-block;
}
.node--event .field--name-field-event-date {
  margin-top: 5px;
}
.node--event .field--name-field-event-date,
.node--event .field--name-field-location {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  color: #747474;
}
.node--event .field--name-field-event-date .field__label,
.node--event .field--name-field-location .field__label {
  color: #a00033;
  float: left;
  text-transform: uppercase;
}
.node--event .field--name-field-event-date .field__items,
.node--event .field--name-field-location .field__items {
  float: none;
}
.node--event .field--name-body p {
  margin: 5px 0 10px;
}
.node--event .node-readmore {
  display: inline-block;
  margin-bottom: 20px;
}
.node--event .node-readmore a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  vertical-align: middle;
  text-transform: uppercase;
  background: #efefef;
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 10px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  padding: 0 15px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .node--event .node-readmore a {
    font-size: 20px;
    font-size: 2rem;
  }
}
.node--event .node-readmore a:hover {
  background: #cc0033;
  color: #fff;
}
@media (min-width: 768px) {
  .node--event .node-readmore a {
    padding: 0 20px;
    line-height: 50px;
  }
}
.block--views-news-block-featured {
  margin: 50px auto;
  max-width: 560px;
  padding: 0 25px;
}
.block--views-news-block-featured:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .block--views-news-block-featured {
    float: left;
    width: 50%;
  }
}
.block--views-news-block-featured .image-wrapper {
  position: relative;
  overflow: hidden;
}
.block--views-news-block-featured .image-wrapper img {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.block--views-news-block-featured .image-wrapper:hover img {
  transform: scale(1.05);
}
.block--views-news-block-featured .image-wrapper img {
  display: block;
}
.block--views-news-block-featured .category {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  background: #cc0033;
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: 400;
  z-index: 3;
  letter-spacing: 1px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .block--views-news-block-featured .category {
    padding: 0 15px;
    letter-spacing: 0.5px;
    font-size: 22px;
    font-size: 2.2rem;
    height: 45px;
    line-height: 45px;
  }
}
.block--views-news-block-featured .title {
  font-size: 25px;
  font-size: 2.5rem;
  padding: 5px 0;
  line-height: 34px;
  font-family: "Oswald", sans-serif;
}
@media (min-width: 768px) {
  .block--views-news-block-featured .title {
    line-height: 52px;
    paddding: 0;
    font-size: 44px;
    font-size: 4.4rem;
  }
}
.block--views-news-block-featured .title a {
  color: #000;
  text-decoration: none;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.block--views-news-block-featured .title a:hover {
  color: #cc0033;
}
.block--views-news-block-featured .body {
  line-height: 32px;
}
.block--views-news-block-featured .link {
  display: inline-block;
  margin-top: 10px;
}
.block--views-news-block-featured .link a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  vertical-align: middle;
  text-transform: uppercase;
  background: #efefef;
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 10px;
  margin-bottom: 10px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  padding: 0 15px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .block--views-news-block-featured .link a {
    font-size: 20px;
    font-size: 2rem;
  }
}
.block--views-news-block-featured .link a:hover {
  background: #cc0033;
  color: #fff;
}
@media (min-width: 768px) {
  .block--views-news-block-featured .link a {
    padding: 0 20px;
    line-height: 50px;
  }
}
.paragraphs-item-attachments .content {
  margin: 20px 0;
}
.paragraphs-item-attachments .field--name-field-files {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.paragraphs-item-attachments .field--name-field-files .field__item {
  padding: 5px 0;
}
.paragraphs-item-attachments .field--name-field-files .field__item:first-child {
  padding-top: 0;
}
.paragraphs-item-attachments .field--name-field-files .field__item:last-child {
  padding-bottom: 0;
}
.paragraphs-item-attachments .field--name-field-files .field__item img {
  float: left;
  padding: 14px;
  pointer-events: none;
  display: none;
}
.paragraphs-item-attachments .field--name-field-files .field__item a {
  border: 2px solid #a00033;
  padding: 10px;
  padding-right: 45px;
  width: 100%;
  display: block;
  text-decoration: none;
  line-height: 24px;
  position: relative;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-size: 1.6rem;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.paragraphs-item-attachments .field--name-field-files .field__item a:hover {
  border-color: #a00033;
  background-color: #a00033;
  color: white;
}
.paragraphs-item-attachments .field--name-field-files .field__item a:hover:after,
.paragraphs-item-attachments .field--name-field-files .field__item a:hover:before {
  color: white;
}
.paragraphs-item-attachments .field--name-field-files .field__item a:before {
  font-family: 'FontAwesome';
  padding: 3px 12px 3px 4px;
  content: '\f15b';
  font-size: 18px;
  font-size: 1.8rem;
}
.paragraphs-item-attachments .field--name-field-files .field__item a:after {
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 14px;
  content: '\f063';
  float: right;
  font-size: 18px;
  font-size: 1.8rem;
}
.paragraphs-item-button-bar .field--name-field-title {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  color: white;
  padding: 0 0 10px;
  font-weight: 300;
  font-size: 31px;
  font-size: 3.1rem;
}
@media (min-width: 959px) {
  .paragraphs-item-button-bar .field--name-field-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
.paragraphs-item-button-bar .field--name-field-links .field__items {
  margin-left: -10px;
  margin-bottom: -7px;
}
.paragraphs-item-button-bar .field--name-field-links .field__item {
  margin: 5px 10px 12px;
  float: left;
  display: inline-block;
}
.paragraphs-item-button-bar .field--name-field-links .field__item a {
  background-color: #f1f1f1;
  padding: 10px 12px;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.paragraphs-item-button-bar .field--name-field-links .field__item a:hover {
  background-color: #cc0033;
  color: white;
}
.paragraphs-item-button-bar .field--name-field-button-bar-link > .field__items {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2NGQ1ZSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNTY0ZDVlIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM0MDM3NGEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDM3NGEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #564d5e), color-stop(50%, #564d5e), color-stop(50%, #40374a), color-stop(100%, #40374a));
  background-image: -moz-linear-gradient(left, #564d5e 0%, #564d5e 50%, #40374a 50%, #40374a 100%);
  background-image: -webkit-linear-gradient(left, #564d5e 0%, #564d5e 50%, #40374a 50%, #40374a 100%);
  background-image: linear-gradient(to right, #564d5e 0%, #564d5e 50%, #40374a 50%, #40374a 100%);
}
.paragraphs-item-button-bar .field--name-field-button-bar-link > .field__items:after {
  content: "";
  display: table;
  clear: both;
}
.paragraphs-item-button-bar .field--name-field-button-bar-link > .field__items > .field__item {
  width: 50%;
  float: left;
  padding: 20px 0 25px;
}
.paragraphs-item-button-bar .field--name-field-button-bar-link > .field__items > .field__item.even {
  background-color: #564d5e;
}
@media screen and (min-width: 769px) {
  .paragraphs-item-button-bar .field--name-field-button-bar-link > .field__items > .field__item.even > .field-collection-view {
    float: right;
  }
}
.paragraphs-item-button-bar .field--name-field-button-bar-link > .field__items > .field__item.odd {
  background-color: #40374a;
}
@media screen and (min-width: 769px) {
  .paragraphs-item-button-bar .field--name-field-button-bar-link > .field__items > .field__item.odd > .field-collection-view {
    float: left;
  }
}
.paragraphs-item-button-bar .field--name-field-button-bar-link > .field__items > .field__item > .field-collection-view {
  max-width: 540px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .paragraphs-item-button-bar .field--name-field-button-bar-link > .field__items > .field__item {
    width: 100%;
  }
}
.paragraphs-item-button-bar .field-collection-container,
.paragraphs-item-button-bar .field-collection-view {
  border: none;
  margin: 0;
}
.paragraphs-item-call-to-action .field--name-field-title {
  border-top: 5px solid #cc0033;
  display: block;
  background-color: white;
  text-align: center;
  padding: 25px 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 34px;
  font-size: 3.4rem;
}
@media (min-width: 959px) {
  .paragraphs-item-call-to-action .field--name-field-title {
    font-size: 53px;
    font-size: 5.3rem;
  }
}
.paragraphs-item-call-to-action .field--name-field-title .field__item {
  max-width: 900px;
  padding: 0 10px;
  margin: 0 auto;
}
.call_to_action-type-text:after {
  content: "";
  display: table;
  clear: both;
}
.call_to_action-type-text .field--name-field-link a {
  background-color: #cc0033;
  color: white;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  padding: 0 12px;
  line-height: 85px;
  width: 100%;
  display: block;
  text-decoration: none;
}
.call_to_action-type-text .field--name-field-link a:after {
  content: "";
  display: table;
  clear: both;
}
.call_to_action-type-text .field--name-field-link a:hover {
  background-color: #a00033;
}
@media screen and (max-width: 768px) {
  .call_to_action-type-text .field--name-field-link a {
    line-height: 70px;
  }
}
.call_to_action-type-text .field--name-field-cta-image-links > .field__items > .field__item {
  float: left;
  width: 50%;
}
.call_to_action-type-text .field--name-field-cta-image-links > .field__items > .field__item:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .call_to_action-type-text .field--name-field-cta-image-links > .field__items > .field__item {
    width: 100%;
  }
}
.call_to_action-type-text .field--name-field-cta-image-links > .field__items > .field__item a {
  width: 100%;
  background-color: #f1f1f1;
  padding: 0 12px;
  line-height: 80px;
  text-decoration: none;
  text-align: center;
  color: black;
  text-transform: uppercase;
  display: block;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .call_to_action-type-text .field--name-field-cta-image-links > .field__items > .field__item a {
    line-height: 55px;
  }
}
.call_to_action-type-text .field--name-field-cta-image-links > .field__items > .field__item a:hover {
  background-color: #cc0033;
  color: #f1f1f1;
}
.call_to_action-type-text .field-collection-container,
.call_to_action-type-text .field-collection-view {
  border: none;
  margin: 0;
  padding: 0;
}
.call_to_action-type-image .paragraphs-item-call-to-action {
  background-color: #40374a;
}
.call_to_action-type-image .paragraphs-item-call-to-action:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .call_to_action-type-image .paragraphs-item-call-to-action {
    margin-top: 20px;
  }
}
.call_to_action-type-image .paragraphs-item-call-to-action .field--name-field-cta-image-links {
  width: 100%;
}
.call_to_action-type-image .paragraphs-item-call-to-action .field--name-field-cta-image-links > .field__items {
  margin: 0 auto;
  width: 100%;
}
.call_to_action-type-image .paragraphs-item-call-to-action .field--name-field-cta-image-links > .field__items > .field__item {
  float: left;
  width: 50%;
}
.call_to_action-type-image .paragraphs-item-call-to-action .field--name-field-cta-image-links > .field__items > .field__item:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .call_to_action-type-image .paragraphs-item-call-to-action .field--name-field-cta-image-links > .field__items > .field__item {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .call_to_action-type-image .paragraphs-item-call-to-action .field--name-field-cta-image-links > .field__items > .field__item.even > .field-collection-view {
    float: right;
  }
}
@media screen and (min-width: 769px) {
  .call_to_action-type-image .paragraphs-item-call-to-action .field--name-field-cta-image-links > .field__items > .field__item.odd > .field-collection-view {
    float: left;
  }
}
.call_to_action-type-image .paragraphs-item-call-to-action .field-collection-container,
.call_to_action-type-image .paragraphs-item-call-to-action .field-collection-view {
  border: none;
  margin: 0;
  padding: 0;
}
.call_to_action-type-image .paragraphs-item-call-to-action .field-collection-item-field-cta-image-links .content {
  position: relative;
  overflow: hidden;
}
.call_to_action-type-image .paragraphs-item-call-to-action .field-collection-item-field-cta-image-links .content img {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.call_to_action-type-image .paragraphs-item-call-to-action .field-collection-item-field-cta-image-links .content:hover img {
  transform: scale(1.05);
}
.call_to_action-type-image .paragraphs-item-call-to-action .field-collection-item-field-cta-image-links .content img {
  display: block;
}
.call_to_action-type-image .paragraphs-item-call-to-action .field-collection-item-field-cta-image-links .field--name-field-link a {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  z-index: 10;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  color: white;
  font-size: 24px;
  font-size: 2.4rem;
  text-decoration: none;
  display: block;
}
@media screen and (min-width: 769px) {
  .call_to_action-type-image .paragraphs-item-call-to-action .field-collection-item-field-cta-image-links .field--name-field-link a {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 900px) {
  .call_to_action-type-image .paragraphs-item-call-to-action .field-collection-item-field-cta-image-links .field--name-field-link a {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.call_to_action-type-image .paragraphs-item-call-to-action .field-collection-item-field-cta-image-links .field--name-field-image .field__item {
  overflow: hidden;
  position: relative;
}
.call_to_action-type-image .paragraphs-item-call-to-action .field-collection-item-field-cta-image-links .field--name-field-image .field__item:after {
  z-index: 9;
  content: ' ';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, #40374a, rgba(64, 55, 74, 0), rgba(64, 55, 74, 0));
  background: -moz-linear-gradient(bottom, #40374a, rgba(64, 55, 74, 0), rgba(64, 55, 74, 0));
  background: -o-linear-gradient(bottom, #40374a, rgba(64, 55, 74, 0), rgba(64, 55, 74, 0));
  background: linear-gradient(to bottom, #40374a, rgba(64, 55, 74, 0), rgba(64, 55, 74, 0));
}
.call_to_action-type-image .paragraphs-item-call-to-action .field-collection-item-field-cta-image-links .field--name-field-image img {
  display: block;
}
.paragraphs-item-gallery {
  padding-bottom: 15px;
}
.paragraphs-item-gallery .field--name-field-title {
  border-top: 5px solid #cc0033;
  display: block;
  background-color: white;
  text-align: center;
  padding: 25px 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 34px;
  font-size: 3.4rem;
}
@media (min-width: 959px) {
  .paragraphs-item-gallery .field--name-field-title {
    font-size: 53px;
    font-size: 5.3rem;
  }
}
.paragraphs-item-gallery .field--name-field-title .field__item {
  max-width: 900px;
  padding: 0 10px;
  margin: 0 auto;
}
.paragraphs-item-gallery .field--name-field-text {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.paragraphs-item-gallery .field--name-field-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.paragraphs-item-gallery .field--name-field-text ul li {
  padding-left: 1em;
  text-indent: -0.7em;
  padding-bottom: 10px;
}
.paragraphs-item-gallery .field--name-field-text ul li:last-child {
  padding-bottom: 0;
}
.paragraphs-item-gallery .field--name-field-text ul li:before {
  content: "â€¢";
  color: #a00033;
  padding-left: 7px;
  padding-right: 4px;
}
.paragraphs-item-gallery .field--name-field-text ol {
  padding-left: 22px;
}
.paragraphs-item-gallery .field--name-field-text ol li {
  padding-left: 1px;
  padding-bottom: 10px;
}
.paragraphs-item-gallery .field--name-field-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.paragraphs-item-gallery .field--name-field-text ul li {
  padding-left: 1em;
  text-indent: -0.7em;
  padding-bottom: 10px;
}
.paragraphs-item-gallery .field--name-field-text ul li:last-child {
  padding-bottom: 0;
}
.paragraphs-item-gallery .field--name-field-text ul li:before {
  content: "â€¢";
  color: #a00033;
  padding-left: 7px;
  padding-right: 4px;
}
.paragraphs-item-gallery .field--name-field-text ol {
  padding-left: 22px;
}
.paragraphs-item-gallery .field--name-field-text ol li {
  padding-left: 1px;
  padding-bottom: 10px;
}
.paragraphs-item-gallery .field--name-field-text p {
  padding: 10px 0;
}
.paragraphs-item-gallery .field--name-field-text table {
  border-collapse: collapse;
  width: 100%;
}
.paragraphs-item-gallery .field--name-field-text table[style] {
  max-width: 580px;
  margin: 0 auto;
}
.paragraphs-item-gallery .field--name-field-text table,
.paragraphs-item-gallery .field--name-field-text th,
.paragraphs-item-gallery .field--name-field-text td {
  border: 1px solid #bcbcbc;
}
.paragraphs-item-gallery .field--name-field-text thead {
  background-color: #f1f1f1;
}
.paragraphs-item-gallery .field--name-field-text th,
.paragraphs-item-gallery .field--name-field-text td {
  padding: 10px 15px;
}
.paragraphs-item-gallery .field--name-field-text th {
  background-color: #f1f1f1;
}
.paragraphs-item-gallery .field--name-field-text hr {
  background-color: #bcbcbc;
  border: none;
  height: 1px;
}
.paragraphs-item-gallery .field--name-field-text table {
  overflow: auto;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
}
@media screen and (max-width: 620px) {
  .paragraphs-item-gallery .field--name-field-text table {
    border: none;
    display: block;
  }
}
.paragraphs-item-gallery .field--name-field-text table.noborder {
  border: none;
}
.paragraphs-item-gallery .field--name-field-text table.noborder > thead {
  background: none;
}
.paragraphs-item-gallery .field--name-field-text table.noborder > thead > tr > th {
  border: none;
}
.paragraphs-item-gallery .field--name-field-text table.noborder > tbody > tr > td {
  border: none;
}
.paragraphs-item-gallery .field--name-field-text table.noborder > tbody > tr > th:first-child,
.paragraphs-item-gallery .field--name-field-text table.noborder > tbody > tr > td:first-child {
  padding-left: 0;
}
.paragraphs-item-gallery .field--name-field-text table.topborder {
  border: none;
}
.paragraphs-item-gallery .field--name-field-text table.topborder > thead > tr > th {
  border: none;
}
.paragraphs-item-gallery .field--name-field-text table.topborder > tbody > tr {
  border-top: 1px solid #bcbcbc;
}
.paragraphs-item-gallery .field--name-field-text table.topborder > tbody > tr > td {
  border: none;
}
.paragraphs-item-gallery .field--name-field-text table.topborder > tbody > tr:last-child {
  border-bottom: 1px solid #bcbcbc;
}
.paragraphs-item-gallery .field--name-field-text table.striped {
  background-color: #fcfcfc;
  border: none;
}
.paragraphs-item-gallery .field--name-field-text table.striped > thead > tr > th {
  background-color: #f1f1f1;
  border: none;
  border-bottom: 2px solid #bcbcbc;
}
.paragraphs-item-gallery .field--name-field-text table.striped > tbody > tr {
  border-bottom: 1px solid #bcbcbc;
  border-top: 1px solid #bcbcbc;
}
.paragraphs-item-gallery .field--name-field-text table.striped > tbody > tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.paragraphs-item-gallery .field--name-field-text table.striped > tbody > tr:nth-child(even) {
  background-color: #fcfcfc;
}
.paragraphs-item-gallery .field--name-field-text table.striped > tbody > tr > td {
  border: none;
}
.paragraphs-item-gallery .field--name-field-text table.collapsible {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 620px) {
  .paragraphs-item-gallery .field--name-field-text table.collapsible {
    display: table;
  }
}
.paragraphs-item-gallery .field--name-field-text table.collapsible .collapsible-title {
  padding: 0;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
}
.paragraphs-item-gallery .field--name-field-text table.collapsible .collapsible-title:after {
  content: '\f067';
  font-family: 'FontAwesome';
  float: right;
  font-size: 20px;
}
.paragraphs-item-gallery .field--name-field-text table.collapsible .collapsed p {
  max-height: 0;
  overflow: hidden;
  transition: 2s ease;
}
.paragraphs-item-gallery .field--name-field-text table.collapsible .open p {
  overflow: hidden;
  max-height: 4000px;
  transition: 2s ease;
}
.paragraphs-item-gallery .field--name-field-text table.collapsible .collapsed .collapsible-title,
.paragraphs-item-gallery .field--name-field-text table.collapsible .open .collapsible-title {
  max-height: 200px;
}
@media (min-width: 768px) {
  .paragraphs-item-gallery .field--name-field-text table.inline-left {
    float: left;
    margin: 5px 15px 5px 0;
  }
}
@media (min-width: 768px) {
  .paragraphs-item-gallery .field--name-field-text table.inline-right {
    float: right;
    margin: 5px 0 5px 15px;
  }
}
.paragraphs-item-gallery .field--name-field-text .linked-subhead {
  color: #a00033;
  margin-bottom: 0;
  line-height: 45px;
}
.paragraphs-item-gallery .field--name-field-text .linked-subhead:after {
  content: "\25b6";
  font-size: 45%;
  line-height: 45%;
  margin-left: 5px;
  vertical-align: 3px;
}
.paragraphs-item-gallery .field--name-field-text .linked-subhead + p {
  margin-top: 0px;
}
.paragraphs-item-gallery .field--name-field-text .credit {
  font-family: Georgia, serif;
  font-style: italic;
}
.paragraphs-item-gallery .field--name-field-text .quote {
  color: #7e4e5a;
  font: 140%/120% Georgia, serif;
  margin: 0 20px;
}
.paragraphs-item-gallery .field--name-field-text .quote:before {
  content: 'â€œ';
  float: left;
}
.paragraphs-item-gallery .field--name-field-text .quote:after {
  content: 'â€';
}
.paragraphs-item-gallery .field--name-field-text .quote + .credit {
  margin-left: 20px;
  margin-top: -10px;
}
.paragraphs-item-gallery .field--name-field-text .field__item:after {
  content: "";
  display: table;
  clear: both;
}
.paragraphs-item-gallery .field--name-field-gallery-item {
  margin: 15px 0 30px;
}
.paragraphs-item-gallery .field--name-field-gallery-item:after {
  content: "";
  display: table;
  clear: both;
}
.paragraphs-item-gallery .field--name-field-gallery-item .slick-arrow {
  z-index: 30;
}
.paragraphs-item-gallery .field--name-field-gallery-item .slick-arrow:before {
  font-size: 30px;
  font-family: 'FontAwesome';
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 10px;
}
.paragraphs-item-gallery .field--name-field-gallery-item .slick-arrow.slick-prev {
  left: 0;
}
.paragraphs-item-gallery .field--name-field-gallery-item .slick-arrow.slick-prev:before {
  content: "\f104";
}
.paragraphs-item-gallery .field--name-field-gallery-item .slick-arrow.slick-next {
  right: 10px;
}
.paragraphs-item-gallery .field--name-field-gallery-item .slick-arrow.slick-next:before {
  content: "\f105";
}
.paragraphs-item-gallery .field--name-field-gallery-item .slick-slider {
  margin: 0;
  padding: 0;
}
.paragraphs-item-gallery .field--name-field-gallery-item .slick-track {
  max-height: 200px;
}
.paragraphs-item-gallery .field--name-field-gallery-item .slick-track .slick-slide {
  max-height: 200px;
  max-width: 310px;
  margin: 0 10px;
}
.paragraphs-item-gallery .field--name-field-gallery-item .slick-track .slick-slide .field__item a:before {
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.paragraphs-item-gallery .field--name-field-gallery-item .slick-track .slick-slide .field__item img {
  display: inline-block;
  vertical-align: middle;
}
.paragraphs-item-gallery .field-collection-container,
.paragraphs-item-gallery .field-collection-view {
  margin: 0;
  padding: 0;
  border: none;
}
.navigation-wrapper {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.rutgers-dropdown-wrapper {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
}
.paragraphs-item-link-list,
.links-list-columns {
  background-color: white;
}
.paragraphs-item-link-list .field--name-field-title,
.paragraphs-item-link-list .block__title,
.links-list-columns .field--name-field-title,
.links-list-columns .block__title {
  border-top: 5px solid #cc0033;
  display: block;
  background-color: white;
  text-align: center;
  padding: 25px 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 34px;
  font-size: 3.4rem;
}
@media (min-width: 959px) {
  .paragraphs-item-link-list .field--name-field-title,
  .paragraphs-item-link-list .block__title,
  .links-list-columns .field--name-field-title,
  .links-list-columns .block__title {
    font-size: 53px;
    font-size: 5.3rem;
  }
}
.paragraphs-item-link-list .field--name-field-title .field__item,
.paragraphs-item-link-list .block__title .field__item,
.links-list-columns .field--name-field-title .field__item,
.links-list-columns .block__title .field__item {
  max-width: 900px;
  padding: 0 10px;
  margin: 0 auto;
}
.paragraphs-item-link-list .field--name-field-subheading,
.links-list-columns .field--name-field-subheading {
  font-family: Georgia, serif;
  margin-top: -15px;
  padding: 0 0 25px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
.paragraphs-item-link-list .field--name-field-subheading .field__item,
.links-list-columns .field--name-field-subheading .field__item {
  max-width: 900px;
  padding: 0 10px;
  margin: 0 auto;
  line-height: 32px;
}
.paragraphs-item-link-list .block__content > ul,
.links-list-columns .block__content > ul {
  padding-left: 0;
}
.paragraphs-item-link-list .field--name-field-links,
.paragraphs-item-link-list .block__content > ul,
.links-list-columns .field--name-field-links,
.links-list-columns .block__content > ul {
  background-color: #f1f1f1;
}
.paragraphs-item-link-list .field--name-field-links:after,
.paragraphs-item-link-list .block__content > ul:after,
.links-list-columns .field--name-field-links:after,
.links-list-columns .block__content > ul:after {
  content: "";
  display: table;
  clear: both;
}
.paragraphs-item-link-list .field--name-field-links .field__item a,
.paragraphs-item-link-list .field--name-field-links li a,
.paragraphs-item-link-list .block__content > ul .field__item a,
.paragraphs-item-link-list .block__content > ul li a,
.links-list-columns .field--name-field-links .field__item a,
.links-list-columns .field--name-field-links li a,
.links-list-columns .block__content > ul .field__item a,
.links-list-columns .block__content > ul li a {
  width: 50%;
  float: left;
  padding: 0 10px;
  line-height: 62px;
  display: block;
  text-transform: uppercase;
  color: black;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 768px) {
  .paragraphs-item-link-list .field--name-field-links .field__item a,
  .paragraphs-item-link-list .field--name-field-links li a,
  .paragraphs-item-link-list .block__content > ul .field__item a,
  .paragraphs-item-link-list .block__content > ul li a,
  .links-list-columns .field--name-field-links .field__item a,
  .links-list-columns .field--name-field-links li a,
  .links-list-columns .block__content > ul .field__item a,
  .links-list-columns .block__content > ul li a {
    width: 100%;
    line-height: 48px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.paragraphs-item-link-list .field--name-field-links .field__item a:hover,
.paragraphs-item-link-list .field--name-field-links .field__item a.active,
.paragraphs-item-link-list .field--name-field-links li a:hover,
.paragraphs-item-link-list .field--name-field-links li a.active,
.paragraphs-item-link-list .block__content > ul .field__item a:hover,
.paragraphs-item-link-list .block__content > ul .field__item a.active,
.paragraphs-item-link-list .block__content > ul li a:hover,
.paragraphs-item-link-list .block__content > ul li a.active,
.links-list-columns .field--name-field-links .field__item a:hover,
.links-list-columns .field--name-field-links .field__item a.active,
.links-list-columns .field--name-field-links li a:hover,
.links-list-columns .field--name-field-links li a.active,
.links-list-columns .block__content > ul .field__item a:hover,
.links-list-columns .block__content > ul .field__item a.active,
.links-list-columns .block__content > ul li a:hover,
.links-list-columns .block__content > ul li a.active {
  background-color: #cc0033;
  color: #f1f1f1;
}
.paragraphs-item-link-list .field--name-field-links li,
.paragraphs-item-link-list .block__content > ul li,
.links-list-columns .field--name-field-links li,
.links-list-columns .block__content > ul li {
  list-style: none;
  display: block;
}
.paragraphs-item-link-list .field--name-field-links li:nth-child(odd),
.paragraphs-item-link-list .block__content > ul li:nth-child(odd),
.links-list-columns .field--name-field-links li:nth-child(odd),
.links-list-columns .block__content > ul li:nth-child(odd) {
  clear: both;
}
.vtabs-block .block__title {
  border-top: 5px solid #cc0033;
  display: block;
  background-color: white;
  text-align: center;
  padding: 25px 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 34px;
  font-size: 3.4rem;
}
@media (min-width: 959px) {
  .vtabs-block .block__title {
    font-size: 53px;
    font-size: 5.3rem;
  }
}
div.resp-vtabs .field--name-field-title,
.vtabs-block .resp-vtabs .field--name-field-title,
.directory-item-full .resp-vtabs .field--name-field-title {
  border-top: 5px solid #cc0033;
  display: block;
  background-color: white;
  text-align: center;
  padding: 25px 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 34px;
  font-size: 3.4rem;
}
@media (min-width: 959px) {
  div.resp-vtabs .field--name-field-title,
  .vtabs-block .resp-vtabs .field--name-field-title,
  .directory-item-full .resp-vtabs .field--name-field-title {
    font-size: 53px;
    font-size: 5.3rem;
  }
}
div.resp-vtabs .field--name-field-text,
.vtabs-block .resp-vtabs .field--name-field-text,
.directory-item-full .resp-vtabs .field--name-field-text {
  background-color: white;
}
div.resp-vtabs .field--name-field-text ul,
.vtabs-block .resp-vtabs .field--name-field-text ul,
.directory-item-full .resp-vtabs .field--name-field-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
div.resp-vtabs .field--name-field-text ul li,
.vtabs-block .resp-vtabs .field--name-field-text ul li,
.directory-item-full .resp-vtabs .field--name-field-text ul li {
  padding-left: 1em;
  text-indent: -0.7em;
  padding-bottom: 10px;
}
div.resp-vtabs .field--name-field-text ul li:last-child,
.vtabs-block .resp-vtabs .field--name-field-text ul li:last-child,
.directory-item-full .resp-vtabs .field--name-field-text ul li:last-child {
  padding-bottom: 0;
}
div.resp-vtabs .field--name-field-text ul li:before,
.vtabs-block .resp-vtabs .field--name-field-text ul li:before,
.directory-item-full .resp-vtabs .field--name-field-text ul li:before {
  content: "â€¢";
  color: #a00033;
  padding-left: 7px;
  padding-right: 4px;
}
div.resp-vtabs .field--name-field-text ol,
.vtabs-block .resp-vtabs .field--name-field-text ol,
.directory-item-full .resp-vtabs .field--name-field-text ol {
  padding-left: 22px;
}
div.resp-vtabs .field--name-field-text ol li,
.vtabs-block .resp-vtabs .field--name-field-text ol li,
.directory-item-full .resp-vtabs .field--name-field-text ol li {
  padding-left: 1px;
  padding-bottom: 10px;
}
div.resp-vtabs .field--name-field-text p,
.vtabs-block .resp-vtabs .field--name-field-text p,
.directory-item-full .resp-vtabs .field--name-field-text p {
  padding: 10px 0;
}
div.resp-vtabs .field--name-field-text table,
.vtabs-block .resp-vtabs .field--name-field-text table,
.directory-item-full .resp-vtabs .field--name-field-text table {
  border-collapse: collapse;
  width: 100%;
}
div.resp-vtabs .field--name-field-text table[style],
.vtabs-block .resp-vtabs .field--name-field-text table[style],
.directory-item-full .resp-vtabs .field--name-field-text table[style] {
  max-width: 580px;
  margin: 0 auto;
}
div.resp-vtabs .field--name-field-text table,
div.resp-vtabs .field--name-field-text th,
div.resp-vtabs .field--name-field-text td,
.vtabs-block .resp-vtabs .field--name-field-text table,
.vtabs-block .resp-vtabs .field--name-field-text th,
.vtabs-block .resp-vtabs .field--name-field-text td,
.directory-item-full .resp-vtabs .field--name-field-text table,
.directory-item-full .resp-vtabs .field--name-field-text th,
.directory-item-full .resp-vtabs .field--name-field-text td {
  border: 1px solid #bcbcbc;
}
div.resp-vtabs .field--name-field-text thead,
.vtabs-block .resp-vtabs .field--name-field-text thead,
.directory-item-full .resp-vtabs .field--name-field-text thead {
  background-color: #f1f1f1;
}
div.resp-vtabs .field--name-field-text th,
div.resp-vtabs .field--name-field-text td,
.vtabs-block .resp-vtabs .field--name-field-text th,
.vtabs-block .resp-vtabs .field--name-field-text td,
.directory-item-full .resp-vtabs .field--name-field-text th,
.directory-item-full .resp-vtabs .field--name-field-text td {
  padding: 10px 15px;
}
div.resp-vtabs .field--name-field-text th,
.vtabs-block .resp-vtabs .field--name-field-text th,
.directory-item-full .resp-vtabs .field--name-field-text th {
  background-color: #f1f1f1;
}
div.resp-vtabs .field--name-field-text hr,
.vtabs-block .resp-vtabs .field--name-field-text hr,
.directory-item-full .resp-vtabs .field--name-field-text hr {
  background-color: #bcbcbc;
  border: none;
  height: 1px;
}
div.resp-vtabs .field--name-field-text table,
.vtabs-block .resp-vtabs .field--name-field-text table,
.directory-item-full .resp-vtabs .field--name-field-text table {
  overflow: auto;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
}
@media screen and (max-width: 620px) {
  div.resp-vtabs .field--name-field-text table,
  .vtabs-block .resp-vtabs .field--name-field-text table,
  .directory-item-full .resp-vtabs .field--name-field-text table {
    border: none;
    display: block;
  }
}
div.resp-vtabs .field--name-field-text table.noborder,
.vtabs-block .resp-vtabs .field--name-field-text table.noborder,
.directory-item-full .resp-vtabs .field--name-field-text table.noborder {
  border: none;
}
div.resp-vtabs .field--name-field-text table.noborder > thead,
.vtabs-block .resp-vtabs .field--name-field-text table.noborder > thead,
.directory-item-full .resp-vtabs .field--name-field-text table.noborder > thead {
  background: none;
}
div.resp-vtabs .field--name-field-text table.noborder > thead > tr > th,
.vtabs-block .resp-vtabs .field--name-field-text table.noborder > thead > tr > th,
.directory-item-full .resp-vtabs .field--name-field-text table.noborder > thead > tr > th {
  border: none;
}
div.resp-vtabs .field--name-field-text table.noborder > tbody > tr > td,
.vtabs-block .resp-vtabs .field--name-field-text table.noborder > tbody > tr > td,
.directory-item-full .resp-vtabs .field--name-field-text table.noborder > tbody > tr > td {
  border: none;
}
div.resp-vtabs .field--name-field-text table.noborder > tbody > tr > th:first-child,
div.resp-vtabs .field--name-field-text table.noborder > tbody > tr > td:first-child,
.vtabs-block .resp-vtabs .field--name-field-text table.noborder > tbody > tr > th:first-child,
.vtabs-block .resp-vtabs .field--name-field-text table.noborder > tbody > tr > td:first-child,
.directory-item-full .resp-vtabs .field--name-field-text table.noborder > tbody > tr > th:first-child,
.directory-item-full .resp-vtabs .field--name-field-text table.noborder > tbody > tr > td:first-child {
  padding-left: 0;
}
div.resp-vtabs .field--name-field-text table.topborder,
.vtabs-block .resp-vtabs .field--name-field-text table.topborder,
.directory-item-full .resp-vtabs .field--name-field-text table.topborder {
  border: none;
}
div.resp-vtabs .field--name-field-text table.topborder > thead > tr > th,
.vtabs-block .resp-vtabs .field--name-field-text table.topborder > thead > tr > th,
.directory-item-full .resp-vtabs .field--name-field-text table.topborder > thead > tr > th {
  border: none;
}
div.resp-vtabs .field--name-field-text table.topborder > tbody > tr,
.vtabs-block .resp-vtabs .field--name-field-text table.topborder > tbody > tr,
.directory-item-full .resp-vtabs .field--name-field-text table.topborder > tbody > tr {
  border-top: 1px solid #bcbcbc;
}
div.resp-vtabs .field--name-field-text table.topborder > tbody > tr > td,
.vtabs-block .resp-vtabs .field--name-field-text table.topborder > tbody > tr > td,
.directory-item-full .resp-vtabs .field--name-field-text table.topborder > tbody > tr > td {
  border: none;
}
div.resp-vtabs .field--name-field-text table.topborder > tbody > tr:last-child,
.vtabs-block .resp-vtabs .field--name-field-text table.topborder > tbody > tr:last-child,
.directory-item-full .resp-vtabs .field--name-field-text table.topborder > tbody > tr:last-child {
  border-bottom: 1px solid #bcbcbc;
}
div.resp-vtabs .field--name-field-text table.striped,
.vtabs-block .resp-vtabs .field--name-field-text table.striped,
.directory-item-full .resp-vtabs .field--name-field-text table.striped {
  background-color: #fcfcfc;
  border: none;
}
div.resp-vtabs .field--name-field-text table.striped > thead > tr > th,
.vtabs-block .resp-vtabs .field--name-field-text table.striped > thead > tr > th,
.directory-item-full .resp-vtabs .field--name-field-text table.striped > thead > tr > th {
  background-color: #f1f1f1;
  border: none;
  border-bottom: 2px solid #bcbcbc;
}
div.resp-vtabs .field--name-field-text table.striped > tbody > tr,
.vtabs-block .resp-vtabs .field--name-field-text table.striped > tbody > tr,
.directory-item-full .resp-vtabs .field--name-field-text table.striped > tbody > tr {
  border-bottom: 1px solid #bcbcbc;
  border-top: 1px solid #bcbcbc;
}
div.resp-vtabs .field--name-field-text table.striped > tbody > tr:nth-child(odd),
.vtabs-block .resp-vtabs .field--name-field-text table.striped > tbody > tr:nth-child(odd),
.directory-item-full .resp-vtabs .field--name-field-text table.striped > tbody > tr:nth-child(odd) {
  background-color: #f7f7f7;
}
div.resp-vtabs .field--name-field-text table.striped > tbody > tr:nth-child(even),
.vtabs-block .resp-vtabs .field--name-field-text table.striped > tbody > tr:nth-child(even),
.directory-item-full .resp-vtabs .field--name-field-text table.striped > tbody > tr:nth-child(even) {
  background-color: #fcfcfc;
}
div.resp-vtabs .field--name-field-text table.striped > tbody > tr > td,
.vtabs-block .resp-vtabs .field--name-field-text table.striped > tbody > tr > td,
.directory-item-full .resp-vtabs .field--name-field-text table.striped > tbody > tr > td {
  border: none;
}
div.resp-vtabs .field--name-field-text table.collapsible,
.vtabs-block .resp-vtabs .field--name-field-text table.collapsible,
.directory-item-full .resp-vtabs .field--name-field-text table.collapsible {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 620px) {
  div.resp-vtabs .field--name-field-text table.collapsible,
  .vtabs-block .resp-vtabs .field--name-field-text table.collapsible,
  .directory-item-full .resp-vtabs .field--name-field-text table.collapsible {
    display: table;
  }
}
div.resp-vtabs .field--name-field-text table.collapsible .collapsible-title,
.vtabs-block .resp-vtabs .field--name-field-text table.collapsible .collapsible-title,
.directory-item-full .resp-vtabs .field--name-field-text table.collapsible .collapsible-title {
  padding: 0;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
}
div.resp-vtabs .field--name-field-text table.collapsible .collapsible-title:after,
.vtabs-block .resp-vtabs .field--name-field-text table.collapsible .collapsible-title:after,
.directory-item-full .resp-vtabs .field--name-field-text table.collapsible .collapsible-title:after {
  content: '\f067';
  font-family: 'FontAwesome';
  float: right;
  font-size: 20px;
}
div.resp-vtabs .field--name-field-text table.collapsible .collapsed p,
.vtabs-block .resp-vtabs .field--name-field-text table.collapsible .collapsed p,
.directory-item-full .resp-vtabs .field--name-field-text table.collapsible .collapsed p {
  max-height: 0;
  overflow: hidden;
  transition: 2s ease;
}
div.resp-vtabs .field--name-field-text table.collapsible .open p,
.vtabs-block .resp-vtabs .field--name-field-text table.collapsible .open p,
.directory-item-full .resp-vtabs .field--name-field-text table.collapsible .open p {
  overflow: hidden;
  max-height: 4000px;
  transition: 2s ease;
}
div.resp-vtabs .field--name-field-text table.collapsible .collapsed .collapsible-title,
div.resp-vtabs .field--name-field-text table.collapsible .open .collapsible-title,
.vtabs-block .resp-vtabs .field--name-field-text table.collapsible .collapsed .collapsible-title,
.vtabs-block .resp-vtabs .field--name-field-text table.collapsible .open .collapsible-title,
.directory-item-full .resp-vtabs .field--name-field-text table.collapsible .collapsed .collapsible-title,
.directory-item-full .resp-vtabs .field--name-field-text table.collapsible .open .collapsible-title {
  max-height: 200px;
}
@media (min-width: 768px) {
  div.resp-vtabs .field--name-field-text table.inline-left,
  .vtabs-block .resp-vtabs .field--name-field-text table.inline-left,
  .directory-item-full .resp-vtabs .field--name-field-text table.inline-left {
    float: left;
    margin: 5px 15px 5px 0;
  }
}
@media (min-width: 768px) {
  div.resp-vtabs .field--name-field-text table.inline-right,
  .vtabs-block .resp-vtabs .field--name-field-text table.inline-right,
  .directory-item-full .resp-vtabs .field--name-field-text table.inline-right {
    float: right;
    margin: 5px 0 5px 15px;
  }
}
div.resp-vtabs .field--name-field-text .linked-subhead,
.vtabs-block .resp-vtabs .field--name-field-text .linked-subhead,
.directory-item-full .resp-vtabs .field--name-field-text .linked-subhead {
  color: #a00033;
  margin-bottom: 0;
  line-height: 45px;
}
div.resp-vtabs .field--name-field-text .linked-subhead:after,
.vtabs-block .resp-vtabs .field--name-field-text .linked-subhead:after,
.directory-item-full .resp-vtabs .field--name-field-text .linked-subhead:after {
  content: "\25b6";
  font-size: 45%;
  line-height: 45%;
  margin-left: 5px;
  vertical-align: 3px;
}
div.resp-vtabs .field--name-field-text .linked-subhead + p,
.vtabs-block .resp-vtabs .field--name-field-text .linked-subhead + p,
.directory-item-full .resp-vtabs .field--name-field-text .linked-subhead + p {
  margin-top: 0px;
}
div.resp-vtabs .field--name-field-text .credit,
.vtabs-block .resp-vtabs .field--name-field-text .credit,
.directory-item-full .resp-vtabs .field--name-field-text .credit {
  font-family: Georgia, serif;
  font-style: italic;
}
div.resp-vtabs .field--name-field-text .quote,
.vtabs-block .resp-vtabs .field--name-field-text .quote,
.directory-item-full .resp-vtabs .field--name-field-text .quote {
  color: #7e4e5a;
  font: 140%/120% Georgia, serif;
  margin: 0 20px;
}
div.resp-vtabs .field--name-field-text .quote:before,
.vtabs-block .resp-vtabs .field--name-field-text .quote:before,
.directory-item-full .resp-vtabs .field--name-field-text .quote:before {
  content: 'â€œ';
  float: left;
}
div.resp-vtabs .field--name-field-text .quote:after,
.vtabs-block .resp-vtabs .field--name-field-text .quote:after,
.directory-item-full .resp-vtabs .field--name-field-text .quote:after {
  content: 'â€';
}
div.resp-vtabs .field--name-field-text .quote + .credit,
.vtabs-block .resp-vtabs .field--name-field-text .quote + .credit,
.directory-item-full .resp-vtabs .field--name-field-text .quote + .credit {
  margin-left: 20px;
  margin-top: -10px;
}
div.resp-vtabs .field--name-field-text .field__item,
.vtabs-block .resp-vtabs .field--name-field-text .field__item,
.directory-item-full .resp-vtabs .field--name-field-text .field__item {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  padding-bottom: 20px;
}
div.resp-vtabs .field--name-field-subheading,
.vtabs-block .resp-vtabs .field--name-field-subheading,
.directory-item-full .resp-vtabs .field--name-field-subheading {
  font-family: "Oswald", sans-serif;
  padding: 10px 0;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 959px) {
  div.resp-vtabs .field--name-field-subheading,
  .vtabs-block .resp-vtabs .field--name-field-subheading,
  .directory-item-full .resp-vtabs .field--name-field-subheading {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
div.resp-vtabs .field--name-field-slide-text,
.vtabs-block .resp-vtabs .field--name-field-slide-text,
.directory-item-full .resp-vtabs .field--name-field-slide-text {
  line-height: 32px;
}
div.resp-vtabs .field--name-field-slide-text ul,
.vtabs-block .resp-vtabs .field--name-field-slide-text ul,
.directory-item-full .resp-vtabs .field--name-field-slide-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
div.resp-vtabs .field--name-field-slide-text ul li,
.vtabs-block .resp-vtabs .field--name-field-slide-text ul li,
.directory-item-full .resp-vtabs .field--name-field-slide-text ul li {
  padding-left: 1em;
  text-indent: -0.7em;
  padding-bottom: 10px;
}
div.resp-vtabs .field--name-field-slide-text ul li:last-child,
.vtabs-block .resp-vtabs .field--name-field-slide-text ul li:last-child,
.directory-item-full .resp-vtabs .field--name-field-slide-text ul li:last-child {
  padding-bottom: 0;
}
div.resp-vtabs .field--name-field-slide-text ul li:before,
.vtabs-block .resp-vtabs .field--name-field-slide-text ul li:before,
.directory-item-full .resp-vtabs .field--name-field-slide-text ul li:before {
  content: "â€¢";
  color: #a00033;
  padding-left: 7px;
  padding-right: 4px;
}
div.resp-vtabs .field--name-field-slide-text ol,
.vtabs-block .resp-vtabs .field--name-field-slide-text ol,
.directory-item-full .resp-vtabs .field--name-field-slide-text ol {
  padding-left: 22px;
}
div.resp-vtabs .field--name-field-slide-text ol li,
.vtabs-block .resp-vtabs .field--name-field-slide-text ol li,
.directory-item-full .resp-vtabs .field--name-field-slide-text ol li {
  padding-left: 1px;
  padding-bottom: 10px;
}
div.resp-vtabs .field--name-field-slide-text p,
.vtabs-block .resp-vtabs .field--name-field-slide-text p,
.directory-item-full .resp-vtabs .field--name-field-slide-text p {
  padding: 10px 0;
}
div.resp-vtabs .field--name-field-slide-text table,
.vtabs-block .resp-vtabs .field--name-field-slide-text table,
.directory-item-full .resp-vtabs .field--name-field-slide-text table {
  border-collapse: collapse;
  width: 100%;
}
div.resp-vtabs .field--name-field-slide-text table[style],
.vtabs-block .resp-vtabs .field--name-field-slide-text table[style],
.directory-item-full .resp-vtabs .field--name-field-slide-text table[style] {
  max-width: 580px;
  margin: 0 auto;
}
div.resp-vtabs .field--name-field-slide-text table,
div.resp-vtabs .field--name-field-slide-text th,
div.resp-vtabs .field--name-field-slide-text td,
.vtabs-block .resp-vtabs .field--name-field-slide-text table,
.vtabs-block .resp-vtabs .field--name-field-slide-text th,
.vtabs-block .resp-vtabs .field--name-field-slide-text td,
.directory-item-full .resp-vtabs .field--name-field-slide-text table,
.directory-item-full .resp-vtabs .field--name-field-slide-text th,
.directory-item-full .resp-vtabs .field--name-field-slide-text td {
  border: 1px solid #bcbcbc;
}
div.resp-vtabs .field--name-field-slide-text thead,
.vtabs-block .resp-vtabs .field--name-field-slide-text thead,
.directory-item-full .resp-vtabs .field--name-field-slide-text thead {
  background-color: #f1f1f1;
}
div.resp-vtabs .field--name-field-slide-text th,
div.resp-vtabs .field--name-field-slide-text td,
.vtabs-block .resp-vtabs .field--name-field-slide-text th,
.vtabs-block .resp-vtabs .field--name-field-slide-text td,
.directory-item-full .resp-vtabs .field--name-field-slide-text th,
.directory-item-full .resp-vtabs .field--name-field-slide-text td {
  padding: 10px 15px;
}
div.resp-vtabs .field--name-field-slide-text th,
.vtabs-block .resp-vtabs .field--name-field-slide-text th,
.directory-item-full .resp-vtabs .field--name-field-slide-text th {
  background-color: #f1f1f1;
}
div.resp-vtabs .field--name-field-slide-text hr,
.vtabs-block .resp-vtabs .field--name-field-slide-text hr,
.directory-item-full .resp-vtabs .field--name-field-slide-text hr {
  background-color: #bcbcbc;
  border: none;
  height: 1px;
}
div.resp-vtabs .field--name-field-slide-text table,
.vtabs-block .resp-vtabs .field--name-field-slide-text table,
.directory-item-full .resp-vtabs .field--name-field-slide-text table {
  overflow: auto;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
}
@media screen and (max-width: 620px) {
  div.resp-vtabs .field--name-field-slide-text table,
  .vtabs-block .resp-vtabs .field--name-field-slide-text table,
  .directory-item-full .resp-vtabs .field--name-field-slide-text table {
    border: none;
    display: block;
  }
}
div.resp-vtabs .field--name-field-slide-text table.noborder,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.noborder,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.noborder {
  border: none;
}
div.resp-vtabs .field--name-field-slide-text table.noborder > thead,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.noborder > thead,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.noborder > thead {
  background: none;
}
div.resp-vtabs .field--name-field-slide-text table.noborder > thead > tr > th,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.noborder > thead > tr > th,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.noborder > thead > tr > th {
  border: none;
}
div.resp-vtabs .field--name-field-slide-text table.noborder > tbody > tr > td,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.noborder > tbody > tr > td,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.noborder > tbody > tr > td {
  border: none;
}
div.resp-vtabs .field--name-field-slide-text table.noborder > tbody > tr > th:first-child,
div.resp-vtabs .field--name-field-slide-text table.noborder > tbody > tr > td:first-child,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.noborder > tbody > tr > th:first-child,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.noborder > tbody > tr > td:first-child,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.noborder > tbody > tr > th:first-child,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.noborder > tbody > tr > td:first-child {
  padding-left: 0;
}
div.resp-vtabs .field--name-field-slide-text table.topborder,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.topborder,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.topborder {
  border: none;
}
div.resp-vtabs .field--name-field-slide-text table.topborder > thead > tr > th,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.topborder > thead > tr > th,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.topborder > thead > tr > th {
  border: none;
}
div.resp-vtabs .field--name-field-slide-text table.topborder > tbody > tr,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.topborder > tbody > tr,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.topborder > tbody > tr {
  border-top: 1px solid #bcbcbc;
}
div.resp-vtabs .field--name-field-slide-text table.topborder > tbody > tr > td,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.topborder > tbody > tr > td,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.topborder > tbody > tr > td {
  border: none;
}
div.resp-vtabs .field--name-field-slide-text table.topborder > tbody > tr:last-child,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.topborder > tbody > tr:last-child,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.topborder > tbody > tr:last-child {
  border-bottom: 1px solid #bcbcbc;
}
div.resp-vtabs .field--name-field-slide-text table.striped,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.striped,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.striped {
  background-color: #fcfcfc;
  border: none;
}
div.resp-vtabs .field--name-field-slide-text table.striped > thead > tr > th,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.striped > thead > tr > th,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.striped > thead > tr > th {
  background-color: #f1f1f1;
  border: none;
  border-bottom: 2px solid #bcbcbc;
}
div.resp-vtabs .field--name-field-slide-text table.striped > tbody > tr,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.striped > tbody > tr,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.striped > tbody > tr {
  border-bottom: 1px solid #bcbcbc;
  border-top: 1px solid #bcbcbc;
}
div.resp-vtabs .field--name-field-slide-text table.striped > tbody > tr:nth-child(odd),
.vtabs-block .resp-vtabs .field--name-field-slide-text table.striped > tbody > tr:nth-child(odd),
.directory-item-full .resp-vtabs .field--name-field-slide-text table.striped > tbody > tr:nth-child(odd) {
  background-color: #f7f7f7;
}
div.resp-vtabs .field--name-field-slide-text table.striped > tbody > tr:nth-child(even),
.vtabs-block .resp-vtabs .field--name-field-slide-text table.striped > tbody > tr:nth-child(even),
.directory-item-full .resp-vtabs .field--name-field-slide-text table.striped > tbody > tr:nth-child(even) {
  background-color: #fcfcfc;
}
div.resp-vtabs .field--name-field-slide-text table.striped > tbody > tr > td,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.striped > tbody > tr > td,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.striped > tbody > tr > td {
  border: none;
}
div.resp-vtabs .field--name-field-slide-text table.collapsible,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.collapsible,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.collapsible {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 620px) {
  div.resp-vtabs .field--name-field-slide-text table.collapsible,
  .vtabs-block .resp-vtabs .field--name-field-slide-text table.collapsible,
  .directory-item-full .resp-vtabs .field--name-field-slide-text table.collapsible {
    display: table;
  }
}
div.resp-vtabs .field--name-field-slide-text table.collapsible .collapsible-title,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.collapsible .collapsible-title,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.collapsible .collapsible-title {
  padding: 0;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
}
div.resp-vtabs .field--name-field-slide-text table.collapsible .collapsible-title:after,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.collapsible .collapsible-title:after,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.collapsible .collapsible-title:after {
  content: '\f067';
  font-family: 'FontAwesome';
  float: right;
  font-size: 20px;
}
div.resp-vtabs .field--name-field-slide-text table.collapsible .collapsed p,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.collapsible .collapsed p,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.collapsible .collapsed p {
  max-height: 0;
  overflow: hidden;
  transition: 2s ease;
}
div.resp-vtabs .field--name-field-slide-text table.collapsible .open p,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.collapsible .open p,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.collapsible .open p {
  overflow: hidden;
  max-height: 4000px;
  transition: 2s ease;
}
div.resp-vtabs .field--name-field-slide-text table.collapsible .collapsed .collapsible-title,
div.resp-vtabs .field--name-field-slide-text table.collapsible .open .collapsible-title,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.collapsible .collapsed .collapsible-title,
.vtabs-block .resp-vtabs .field--name-field-slide-text table.collapsible .open .collapsible-title,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.collapsible .collapsed .collapsible-title,
.directory-item-full .resp-vtabs .field--name-field-slide-text table.collapsible .open .collapsible-title {
  max-height: 200px;
}
@media (min-width: 768px) {
  div.resp-vtabs .field--name-field-slide-text table.inline-left,
  .vtabs-block .resp-vtabs .field--name-field-slide-text table.inline-left,
  .directory-item-full .resp-vtabs .field--name-field-slide-text table.inline-left {
    float: left;
    margin: 5px 15px 5px 0;
  }
}
@media (min-width: 768px) {
  div.resp-vtabs .field--name-field-slide-text table.inline-right,
  .vtabs-block .resp-vtabs .field--name-field-slide-text table.inline-right,
  .directory-item-full .resp-vtabs .field--name-field-slide-text table.inline-right {
    float: right;
    margin: 5px 0 5px 15px;
  }
}
div.resp-vtabs .field--name-field-slide-text .linked-subhead,
.vtabs-block .resp-vtabs .field--name-field-slide-text .linked-subhead,
.directory-item-full .resp-vtabs .field--name-field-slide-text .linked-subhead {
  color: #a00033;
  margin-bottom: 0;
  line-height: 45px;
}
div.resp-vtabs .field--name-field-slide-text .linked-subhead:after,
.vtabs-block .resp-vtabs .field--name-field-slide-text .linked-subhead:after,
.directory-item-full .resp-vtabs .field--name-field-slide-text .linked-subhead:after {
  content: "\25b6";
  font-size: 45%;
  line-height: 45%;
  margin-left: 5px;
  vertical-align: 3px;
}
div.resp-vtabs .field--name-field-slide-text .linked-subhead + p,
.vtabs-block .resp-vtabs .field--name-field-slide-text .linked-subhead + p,
.directory-item-full .resp-vtabs .field--name-field-slide-text .linked-subhead + p {
  margin-top: 0px;
}
div.resp-vtabs .field--name-field-slide-text .credit,
.vtabs-block .resp-vtabs .field--name-field-slide-text .credit,
.directory-item-full .resp-vtabs .field--name-field-slide-text .credit {
  font-family: Georgia, serif;
  font-style: italic;
}
div.resp-vtabs .field--name-field-slide-text .quote,
.vtabs-block .resp-vtabs .field--name-field-slide-text .quote,
.directory-item-full .resp-vtabs .field--name-field-slide-text .quote {
  color: #7e4e5a;
  font: 140%/120% Georgia, serif;
  margin: 0 20px;
}
div.resp-vtabs .field--name-field-slide-text .quote:before,
.vtabs-block .resp-vtabs .field--name-field-slide-text .quote:before,
.directory-item-full .resp-vtabs .field--name-field-slide-text .quote:before {
  content: 'â€œ';
  float: left;
}
div.resp-vtabs .field--name-field-slide-text .quote:after,
.vtabs-block .resp-vtabs .field--name-field-slide-text .quote:after,
.directory-item-full .resp-vtabs .field--name-field-slide-text .quote:after {
  content: 'â€';
}
div.resp-vtabs .field--name-field-slide-text .quote + .credit,
.vtabs-block .resp-vtabs .field--name-field-slide-text .quote + .credit,
.directory-item-full .resp-vtabs .field--name-field-slide-text .quote + .credit {
  margin-left: 20px;
  margin-top: -10px;
}
div.resp-vtabs .resp-tabs-container,
.vtabs-block .resp-vtabs .resp-tabs-container,
.directory-item-full .resp-vtabs .resp-tabs-container {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  div.resp-vtabs .resp-tab-item,
  .vtabs-block .resp-vtabs .resp-tab-item,
  .directory-item-full .resp-vtabs .resp-tab-item {
    text-transform: uppercase;
    color: white;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    display: block;
  }
  div.resp-vtabs .resp-tab-item:after,
  .vtabs-block .resp-vtabs .resp-tab-item:after,
  .directory-item-full .resp-vtabs .resp-tab-item:after {
    content: "";
    display: table;
    clear: both;
  }
  div.resp-vtabs .tab-option,
  .vtabs-block .resp-vtabs .tab-option,
  .directory-item-full .resp-vtabs .tab-option {
    max-width: 300px;
    width: 100%;
    float: right;
    clear: both;
  }
  div.resp-vtabs li.resp-tab-active,
  div.resp-vtabs li.resp-tab-item:hover,
  .vtabs-block .resp-vtabs li.resp-tab-active,
  .vtabs-block .resp-vtabs li.resp-tab-item:hover,
  .directory-item-full .resp-vtabs li.resp-tab-active,
  .directory-item-full .resp-vtabs li.resp-tab-item:hover {
    -moz-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    background-color: #cc0033;
    border: none;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding: 15px !important;
  }
  div.resp-vtabs .resp-tab-active:first-child,
  .vtabs-block .resp-vtabs .resp-tab-active:first-child,
  .directory-item-full .resp-vtabs .resp-tab-active:first-child {
    margin-right: -44px !important;
  }
  div.resp-vtabs .resp-tab-active:first-child span,
  .vtabs-block .resp-vtabs .resp-tab-active:first-child span,
  .directory-item-full .resp-vtabs .resp-tab-active:first-child span {
    max-width: 344px;
  }
  div.resp-vtabs .resp-tab-active:first-child span:after,
  .vtabs-block .resp-vtabs .resp-tab-active:first-child span:after,
  .directory-item-full .resp-vtabs .resp-tab-active:first-child span:after {
    content: " ";
    height: 130.5%;
    width: 50px;
    position: absolute;
    display: block;
    right: 0;
    top: 7px;
    background-color: #f1f1f1;
    transform: rotate(39deg);
    margin-right: -23px;
    z-index: 10;
  }
  div.resp-vtabs .resp-tab-item:first-child:hover,
  .vtabs-block .resp-vtabs .resp-tab-item:first-child:hover,
  .directory-item-full .resp-vtabs .resp-tab-item:first-child:hover {
    margin-right: -44px !important;
  }
  div.resp-vtabs .resp-tab-item:first-child:hover span,
  .vtabs-block .resp-vtabs .resp-tab-item:first-child:hover span,
  .directory-item-full .resp-vtabs .resp-tab-item:first-child:hover span {
    max-width: 344px;
  }
  div.resp-vtabs > .content,
  .vtabs-block .resp-vtabs > .content,
  .directory-item-full .resp-vtabs > .content {
    background-color: #40374a;
  }
  div.resp-vtabs > .content:after,
  .vtabs-block .resp-vtabs > .content:after,
  .directory-item-full .resp-vtabs > .content:after {
    content: "";
    display: table;
    clear: both;
  }
  div.resp-vtabs .resp-tabs-container,
  .vtabs-block .resp-vtabs .resp-tabs-container,
  .directory-item-full .resp-vtabs .resp-tabs-container {
    width: 70%;
    float: right;
    border-radius: 0;
    border: none;
    padding-left: 50px;
    padding-right: 50px;
  }
  div.resp-vtabs .resp-tabs-container > div,
  .vtabs-block .resp-vtabs .resp-tabs-container > div,
  .directory-item-full .resp-vtabs .resp-tabs-container > div {
    position: relative;
    z-index: 11;
  }
  div.resp-vtabs .resp-tabs-container .content,
  .vtabs-block .resp-vtabs .resp-tabs-container .content,
  .directory-item-full .resp-vtabs .resp-tabs-container .content {
    padding-top: 30px;
    padding-bottom: 30px;
    word-wrap: break-word;
  }
  div.resp-vtabs .resp-tabs-container,
  div.resp-vtabs .resp-tab-content,
  .vtabs-block .resp-vtabs .resp-tabs-container,
  .vtabs-block .resp-vtabs .resp-tab-content,
  .directory-item-full .resp-vtabs .resp-tabs-container,
  .directory-item-full .resp-vtabs .resp-tab-content {
    background-color: #f1f1f1;
  }
  div.resp-vtabs .resp-tab-content,
  .vtabs-block .resp-vtabs .resp-tab-content,
  .directory-item-full .resp-vtabs .resp-tab-content {
    margin: 0 auto;
    max-width: 800px;
  }
  div.resp-vtabs .resp-tab-content ul,
  .vtabs-block .resp-vtabs .resp-tab-content ul,
  .directory-item-full .resp-vtabs .resp-tab-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  div.resp-vtabs .resp-tab-content ul li,
  .vtabs-block .resp-vtabs .resp-tab-content ul li,
  .directory-item-full .resp-vtabs .resp-tab-content ul li {
    padding-left: 1em;
    text-indent: -0.7em;
    padding-bottom: 10px;
  }
  div.resp-vtabs .resp-tab-content ul li:last-child,
  .vtabs-block .resp-vtabs .resp-tab-content ul li:last-child,
  .directory-item-full .resp-vtabs .resp-tab-content ul li:last-child {
    padding-bottom: 0;
  }
  div.resp-vtabs .resp-tab-content ul li:before,
  .vtabs-block .resp-vtabs .resp-tab-content ul li:before,
  .directory-item-full .resp-vtabs .resp-tab-content ul li:before {
    content: "â€¢";
    color: #a00033;
    padding-left: 7px;
    padding-right: 4px;
  }
  div.resp-vtabs .resp-tab-content ol,
  .vtabs-block .resp-vtabs .resp-tab-content ol,
  .directory-item-full .resp-vtabs .resp-tab-content ol {
    padding-left: 22px;
  }
  div.resp-vtabs .resp-tab-content ol li,
  .vtabs-block .resp-vtabs .resp-tab-content ol li,
  .directory-item-full .resp-vtabs .resp-tab-content ol li {
    padding-left: 1px;
    padding-bottom: 10px;
  }
  div.resp-vtabs .resp-tab-content p,
  .vtabs-block .resp-vtabs .resp-tab-content p,
  .directory-item-full .resp-vtabs .resp-tab-content p {
    padding: 10px 0;
  }
  div.resp-vtabs .resp-tab-content table,
  .vtabs-block .resp-vtabs .resp-tab-content table,
  .directory-item-full .resp-vtabs .resp-tab-content table {
    border-collapse: collapse;
    width: 100%;
  }
  div.resp-vtabs .resp-tab-content table[style],
  .vtabs-block .resp-vtabs .resp-tab-content table[style],
  .directory-item-full .resp-vtabs .resp-tab-content table[style] {
    max-width: 580px;
    margin: 0 auto;
  }
  div.resp-vtabs .resp-tab-content table,
  div.resp-vtabs .resp-tab-content th,
  div.resp-vtabs .resp-tab-content td,
  .vtabs-block .resp-vtabs .resp-tab-content table,
  .vtabs-block .resp-vtabs .resp-tab-content th,
  .vtabs-block .resp-vtabs .resp-tab-content td,
  .directory-item-full .resp-vtabs .resp-tab-content table,
  .directory-item-full .resp-vtabs .resp-tab-content th,
  .directory-item-full .resp-vtabs .resp-tab-content td {
    border: 1px solid #bcbcbc;
  }
  div.resp-vtabs .resp-tab-content thead,
  .vtabs-block .resp-vtabs .resp-tab-content thead,
  .directory-item-full .resp-vtabs .resp-tab-content thead {
    background-color: #f1f1f1;
  }
  div.resp-vtabs .resp-tab-content th,
  div.resp-vtabs .resp-tab-content td,
  .vtabs-block .resp-vtabs .resp-tab-content th,
  .vtabs-block .resp-vtabs .resp-tab-content td,
  .directory-item-full .resp-vtabs .resp-tab-content th,
  .directory-item-full .resp-vtabs .resp-tab-content td {
    padding: 10px 15px;
  }
  div.resp-vtabs .resp-tab-content th,
  .vtabs-block .resp-vtabs .resp-tab-content th,
  .directory-item-full .resp-vtabs .resp-tab-content th {
    background-color: #f1f1f1;
  }
  div.resp-vtabs .resp-tab-content hr,
  .vtabs-block .resp-vtabs .resp-tab-content hr,
  .directory-item-full .resp-vtabs .resp-tab-content hr {
    background-color: #bcbcbc;
    border: none;
    height: 1px;
  }
  div.resp-vtabs .resp-tab-content table,
  .vtabs-block .resp-vtabs .resp-tab-content table,
  .directory-item-full .resp-vtabs .resp-tab-content table {
    overflow: auto;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 620px) {
  div.resp-vtabs .resp-tab-content table,
  .vtabs-block .resp-vtabs .resp-tab-content table,
  .directory-item-full .resp-vtabs .resp-tab-content table {
    border: none;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  div.resp-vtabs .resp-tab-content table.noborder,
  .vtabs-block .resp-vtabs .resp-tab-content table.noborder,
  .directory-item-full .resp-vtabs .resp-tab-content table.noborder {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.noborder > thead,
  .vtabs-block .resp-vtabs .resp-tab-content table.noborder > thead,
  .directory-item-full .resp-vtabs .resp-tab-content table.noborder > thead {
    background: none;
  }
  div.resp-vtabs .resp-tab-content table.noborder > thead > tr > th,
  .vtabs-block .resp-vtabs .resp-tab-content table.noborder > thead > tr > th,
  .directory-item-full .resp-vtabs .resp-tab-content table.noborder > thead > tr > th {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.noborder > tbody > tr > td,
  .vtabs-block .resp-vtabs .resp-tab-content table.noborder > tbody > tr > td,
  .directory-item-full .resp-vtabs .resp-tab-content table.noborder > tbody > tr > td {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.noborder > tbody > tr > th:first-child,
  div.resp-vtabs .resp-tab-content table.noborder > tbody > tr > td:first-child,
  .vtabs-block .resp-vtabs .resp-tab-content table.noborder > tbody > tr > th:first-child,
  .vtabs-block .resp-vtabs .resp-tab-content table.noborder > tbody > tr > td:first-child,
  .directory-item-full .resp-vtabs .resp-tab-content table.noborder > tbody > tr > th:first-child,
  .directory-item-full .resp-vtabs .resp-tab-content table.noborder > tbody > tr > td:first-child {
    padding-left: 0;
  }
  div.resp-vtabs .resp-tab-content table.topborder,
  .vtabs-block .resp-vtabs .resp-tab-content table.topborder,
  .directory-item-full .resp-vtabs .resp-tab-content table.topborder {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.topborder > thead > tr > th,
  .vtabs-block .resp-vtabs .resp-tab-content table.topborder > thead > tr > th,
  .directory-item-full .resp-vtabs .resp-tab-content table.topborder > thead > tr > th {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.topborder > tbody > tr,
  .vtabs-block .resp-vtabs .resp-tab-content table.topborder > tbody > tr,
  .directory-item-full .resp-vtabs .resp-tab-content table.topborder > tbody > tr {
    border-top: 1px solid #bcbcbc;
  }
  div.resp-vtabs .resp-tab-content table.topborder > tbody > tr > td,
  .vtabs-block .resp-vtabs .resp-tab-content table.topborder > tbody > tr > td,
  .directory-item-full .resp-vtabs .resp-tab-content table.topborder > tbody > tr > td {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.topborder > tbody > tr:last-child,
  .vtabs-block .resp-vtabs .resp-tab-content table.topborder > tbody > tr:last-child,
  .directory-item-full .resp-vtabs .resp-tab-content table.topborder > tbody > tr:last-child {
    border-bottom: 1px solid #bcbcbc;
  }
  div.resp-vtabs .resp-tab-content table.striped,
  .vtabs-block .resp-vtabs .resp-tab-content table.striped,
  .directory-item-full .resp-vtabs .resp-tab-content table.striped {
    background-color: #fcfcfc;
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.striped > thead > tr > th,
  .vtabs-block .resp-vtabs .resp-tab-content table.striped > thead > tr > th,
  .directory-item-full .resp-vtabs .resp-tab-content table.striped > thead > tr > th {
    background-color: #f1f1f1;
    border: none;
    border-bottom: 2px solid #bcbcbc;
  }
  div.resp-vtabs .resp-tab-content table.striped > tbody > tr,
  .vtabs-block .resp-vtabs .resp-tab-content table.striped > tbody > tr,
  .directory-item-full .resp-vtabs .resp-tab-content table.striped > tbody > tr {
    border-bottom: 1px solid #bcbcbc;
    border-top: 1px solid #bcbcbc;
  }
  div.resp-vtabs .resp-tab-content table.striped > tbody > tr:nth-child(odd),
  .vtabs-block .resp-vtabs .resp-tab-content table.striped > tbody > tr:nth-child(odd),
  .directory-item-full .resp-vtabs .resp-tab-content table.striped > tbody > tr:nth-child(odd) {
    background-color: #f7f7f7;
  }
  div.resp-vtabs .resp-tab-content table.striped > tbody > tr:nth-child(even),
  .vtabs-block .resp-vtabs .resp-tab-content table.striped > tbody > tr:nth-child(even),
  .directory-item-full .resp-vtabs .resp-tab-content table.striped > tbody > tr:nth-child(even) {
    background-color: #fcfcfc;
  }
  div.resp-vtabs .resp-tab-content table.striped > tbody > tr > td,
  .vtabs-block .resp-vtabs .resp-tab-content table.striped > tbody > tr > td,
  .directory-item-full .resp-vtabs .resp-tab-content table.striped > tbody > tr > td {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.collapsible,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 620px) {
  div.resp-vtabs .resp-tab-content table.collapsible,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible {
    display: table;
  }
}
@media screen and (min-width: 769px) {
  div.resp-vtabs .resp-tab-content table.collapsible .collapsible-title,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible .collapsible-title,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible .collapsible-title {
    padding: 0;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.5px;
  }
  div.resp-vtabs .resp-tab-content table.collapsible .collapsible-title:after,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible .collapsible-title:after,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible .collapsible-title:after {
    content: '\f067';
    font-family: 'FontAwesome';
    float: right;
    font-size: 20px;
  }
  div.resp-vtabs .resp-tab-content table.collapsible .collapsed p,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible .collapsed p,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible .collapsed p {
    max-height: 0;
    overflow: hidden;
    transition: 2s ease;
  }
  div.resp-vtabs .resp-tab-content table.collapsible .open p,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible .open p,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible .open p {
    overflow: hidden;
    max-height: 4000px;
    transition: 2s ease;
  }
  div.resp-vtabs .resp-tab-content table.collapsible .collapsed .collapsible-title,
  div.resp-vtabs .resp-tab-content table.collapsible .open .collapsible-title,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible .collapsed .collapsible-title,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible .open .collapsible-title,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible .collapsed .collapsible-title,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible .open .collapsible-title {
    max-height: 200px;
  }
}
@media screen and (min-width: 769px) and (min-width: 768px) {
  div.resp-vtabs .resp-tab-content table.inline-left,
  .vtabs-block .resp-vtabs .resp-tab-content table.inline-left,
  .directory-item-full .resp-vtabs .resp-tab-content table.inline-left {
    float: left;
    margin: 5px 15px 5px 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 768px) {
  div.resp-vtabs .resp-tab-content table.inline-right,
  .vtabs-block .resp-vtabs .resp-tab-content table.inline-right,
  .directory-item-full .resp-vtabs .resp-tab-content table.inline-right {
    float: right;
    margin: 5px 0 5px 15px;
  }
}
@media screen and (min-width: 769px) {
  div.resp-vtabs .resp-tab-content .linked-subhead,
  .vtabs-block .resp-vtabs .resp-tab-content .linked-subhead,
  .directory-item-full .resp-vtabs .resp-tab-content .linked-subhead {
    color: #a00033;
    margin-bottom: 0;
    line-height: 45px;
  }
  div.resp-vtabs .resp-tab-content .linked-subhead:after,
  .vtabs-block .resp-vtabs .resp-tab-content .linked-subhead:after,
  .directory-item-full .resp-vtabs .resp-tab-content .linked-subhead:after {
    content: "\25b6";
    font-size: 45%;
    line-height: 45%;
    margin-left: 5px;
    vertical-align: 3px;
  }
  div.resp-vtabs .resp-tab-content .linked-subhead + p,
  .vtabs-block .resp-vtabs .resp-tab-content .linked-subhead + p,
  .directory-item-full .resp-vtabs .resp-tab-content .linked-subhead + p {
    margin-top: 0px;
  }
  div.resp-vtabs .resp-tab-content .credit,
  .vtabs-block .resp-vtabs .resp-tab-content .credit,
  .directory-item-full .resp-vtabs .resp-tab-content .credit {
    font-family: Georgia, serif;
    font-style: italic;
  }
  div.resp-vtabs .resp-tab-content .quote,
  .vtabs-block .resp-vtabs .resp-tab-content .quote,
  .directory-item-full .resp-vtabs .resp-tab-content .quote {
    color: #7e4e5a;
    font: 140%/120% Georgia, serif;
    margin: 0 20px;
  }
  div.resp-vtabs .resp-tab-content .quote:before,
  .vtabs-block .resp-vtabs .resp-tab-content .quote:before,
  .directory-item-full .resp-vtabs .resp-tab-content .quote:before {
    content: 'â€œ';
    float: left;
  }
  div.resp-vtabs .resp-tab-content .quote:after,
  .vtabs-block .resp-vtabs .resp-tab-content .quote:after,
  .directory-item-full .resp-vtabs .resp-tab-content .quote:after {
    content: 'â€';
  }
  div.resp-vtabs .resp-tab-content .quote + .credit,
  .vtabs-block .resp-vtabs .resp-tab-content .quote + .credit,
  .directory-item-full .resp-vtabs .resp-tab-content .quote + .credit {
    margin-left: 20px;
    margin-top: -10px;
  }
  div.resp-vtabs li.resp-tab-item:before,
  .vtabs-block .resp-vtabs li.resp-tab-item:before,
  .directory-item-full .resp-vtabs li.resp-tab-item:before {
    content: "";
  }
}
@media screen and (max-width: 768px) {
  div.resp-vtabs .resp-accordion,
  .vtabs-block .resp-vtabs .resp-accordion,
  .directory-item-full .resp-vtabs .resp-accordion {
    border: none;
    background-color: #40374a;
    text-transform: uppercase;
    color: white;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.5px;
  }
  div.resp-vtabs .resp-tabs-container,
  .vtabs-block .resp-vtabs .resp-tabs-container,
  .directory-item-full .resp-vtabs .resp-tabs-container {
    border-radius: 0;
  }
  div.resp-vtabs .resp-accordion.resp-tab-active,
  .vtabs-block .resp-vtabs .resp-accordion.resp-tab-active,
  .directory-item-full .resp-vtabs .resp-accordion.resp-tab-active {
    background-color: #cc0033 !important;
  }
  div.resp-vtabs .resp-tab-content,
  .vtabs-block .resp-vtabs .resp-tab-content,
  .directory-item-full .resp-vtabs .resp-tab-content {
    border: none;
    padding-bottom: 30px;
  }
  div.resp-vtabs .resp-tab-content ul,
  .vtabs-block .resp-vtabs .resp-tab-content ul,
  .directory-item-full .resp-vtabs .resp-tab-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  div.resp-vtabs .resp-tab-content ul li,
  .vtabs-block .resp-vtabs .resp-tab-content ul li,
  .directory-item-full .resp-vtabs .resp-tab-content ul li {
    padding-left: 1em;
    text-indent: -0.7em;
    padding-bottom: 10px;
  }
  div.resp-vtabs .resp-tab-content ul li:last-child,
  .vtabs-block .resp-vtabs .resp-tab-content ul li:last-child,
  .directory-item-full .resp-vtabs .resp-tab-content ul li:last-child {
    padding-bottom: 0;
  }
  div.resp-vtabs .resp-tab-content ul li:before,
  .vtabs-block .resp-vtabs .resp-tab-content ul li:before,
  .directory-item-full .resp-vtabs .resp-tab-content ul li:before {
    content: "â€¢";
    color: #a00033;
    padding-left: 7px;
    padding-right: 4px;
  }
  div.resp-vtabs .resp-tab-content ol,
  .vtabs-block .resp-vtabs .resp-tab-content ol,
  .directory-item-full .resp-vtabs .resp-tab-content ol {
    padding-left: 22px;
  }
  div.resp-vtabs .resp-tab-content ol li,
  .vtabs-block .resp-vtabs .resp-tab-content ol li,
  .directory-item-full .resp-vtabs .resp-tab-content ol li {
    padding-left: 1px;
    padding-bottom: 10px;
  }
  div.resp-vtabs .resp-tab-content p,
  .vtabs-block .resp-vtabs .resp-tab-content p,
  .directory-item-full .resp-vtabs .resp-tab-content p {
    padding: 10px 0;
  }
  div.resp-vtabs .resp-tab-content table,
  .vtabs-block .resp-vtabs .resp-tab-content table,
  .directory-item-full .resp-vtabs .resp-tab-content table {
    border-collapse: collapse;
    width: 100%;
  }
  div.resp-vtabs .resp-tab-content table[style],
  .vtabs-block .resp-vtabs .resp-tab-content table[style],
  .directory-item-full .resp-vtabs .resp-tab-content table[style] {
    max-width: 580px;
    margin: 0 auto;
  }
  div.resp-vtabs .resp-tab-content table,
  div.resp-vtabs .resp-tab-content th,
  div.resp-vtabs .resp-tab-content td,
  .vtabs-block .resp-vtabs .resp-tab-content table,
  .vtabs-block .resp-vtabs .resp-tab-content th,
  .vtabs-block .resp-vtabs .resp-tab-content td,
  .directory-item-full .resp-vtabs .resp-tab-content table,
  .directory-item-full .resp-vtabs .resp-tab-content th,
  .directory-item-full .resp-vtabs .resp-tab-content td {
    border: 1px solid #bcbcbc;
  }
  div.resp-vtabs .resp-tab-content thead,
  .vtabs-block .resp-vtabs .resp-tab-content thead,
  .directory-item-full .resp-vtabs .resp-tab-content thead {
    background-color: #f1f1f1;
  }
  div.resp-vtabs .resp-tab-content th,
  div.resp-vtabs .resp-tab-content td,
  .vtabs-block .resp-vtabs .resp-tab-content th,
  .vtabs-block .resp-vtabs .resp-tab-content td,
  .directory-item-full .resp-vtabs .resp-tab-content th,
  .directory-item-full .resp-vtabs .resp-tab-content td {
    padding: 10px 15px;
  }
  div.resp-vtabs .resp-tab-content th,
  .vtabs-block .resp-vtabs .resp-tab-content th,
  .directory-item-full .resp-vtabs .resp-tab-content th {
    background-color: #f1f1f1;
  }
  div.resp-vtabs .resp-tab-content hr,
  .vtabs-block .resp-vtabs .resp-tab-content hr,
  .directory-item-full .resp-vtabs .resp-tab-content hr {
    background-color: #bcbcbc;
    border: none;
    height: 1px;
  }
  div.resp-vtabs .resp-tab-content table,
  .vtabs-block .resp-vtabs .resp-tab-content table,
  .directory-item-full .resp-vtabs .resp-tab-content table {
    overflow: auto;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 620px) {
  div.resp-vtabs .resp-tab-content table,
  .vtabs-block .resp-vtabs .resp-tab-content table,
  .directory-item-full .resp-vtabs .resp-tab-content table {
    border: none;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  div.resp-vtabs .resp-tab-content table.noborder,
  .vtabs-block .resp-vtabs .resp-tab-content table.noborder,
  .directory-item-full .resp-vtabs .resp-tab-content table.noborder {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.noborder > thead,
  .vtabs-block .resp-vtabs .resp-tab-content table.noborder > thead,
  .directory-item-full .resp-vtabs .resp-tab-content table.noborder > thead {
    background: none;
  }
  div.resp-vtabs .resp-tab-content table.noborder > thead > tr > th,
  .vtabs-block .resp-vtabs .resp-tab-content table.noborder > thead > tr > th,
  .directory-item-full .resp-vtabs .resp-tab-content table.noborder > thead > tr > th {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.noborder > tbody > tr > td,
  .vtabs-block .resp-vtabs .resp-tab-content table.noborder > tbody > tr > td,
  .directory-item-full .resp-vtabs .resp-tab-content table.noborder > tbody > tr > td {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.noborder > tbody > tr > th:first-child,
  div.resp-vtabs .resp-tab-content table.noborder > tbody > tr > td:first-child,
  .vtabs-block .resp-vtabs .resp-tab-content table.noborder > tbody > tr > th:first-child,
  .vtabs-block .resp-vtabs .resp-tab-content table.noborder > tbody > tr > td:first-child,
  .directory-item-full .resp-vtabs .resp-tab-content table.noborder > tbody > tr > th:first-child,
  .directory-item-full .resp-vtabs .resp-tab-content table.noborder > tbody > tr > td:first-child {
    padding-left: 0;
  }
  div.resp-vtabs .resp-tab-content table.topborder,
  .vtabs-block .resp-vtabs .resp-tab-content table.topborder,
  .directory-item-full .resp-vtabs .resp-tab-content table.topborder {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.topborder > thead > tr > th,
  .vtabs-block .resp-vtabs .resp-tab-content table.topborder > thead > tr > th,
  .directory-item-full .resp-vtabs .resp-tab-content table.topborder > thead > tr > th {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.topborder > tbody > tr,
  .vtabs-block .resp-vtabs .resp-tab-content table.topborder > tbody > tr,
  .directory-item-full .resp-vtabs .resp-tab-content table.topborder > tbody > tr {
    border-top: 1px solid #bcbcbc;
  }
  div.resp-vtabs .resp-tab-content table.topborder > tbody > tr > td,
  .vtabs-block .resp-vtabs .resp-tab-content table.topborder > tbody > tr > td,
  .directory-item-full .resp-vtabs .resp-tab-content table.topborder > tbody > tr > td {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.topborder > tbody > tr:last-child,
  .vtabs-block .resp-vtabs .resp-tab-content table.topborder > tbody > tr:last-child,
  .directory-item-full .resp-vtabs .resp-tab-content table.topborder > tbody > tr:last-child {
    border-bottom: 1px solid #bcbcbc;
  }
  div.resp-vtabs .resp-tab-content table.striped,
  .vtabs-block .resp-vtabs .resp-tab-content table.striped,
  .directory-item-full .resp-vtabs .resp-tab-content table.striped {
    background-color: #fcfcfc;
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.striped > thead > tr > th,
  .vtabs-block .resp-vtabs .resp-tab-content table.striped > thead > tr > th,
  .directory-item-full .resp-vtabs .resp-tab-content table.striped > thead > tr > th {
    background-color: #f1f1f1;
    border: none;
    border-bottom: 2px solid #bcbcbc;
  }
  div.resp-vtabs .resp-tab-content table.striped > tbody > tr,
  .vtabs-block .resp-vtabs .resp-tab-content table.striped > tbody > tr,
  .directory-item-full .resp-vtabs .resp-tab-content table.striped > tbody > tr {
    border-bottom: 1px solid #bcbcbc;
    border-top: 1px solid #bcbcbc;
  }
  div.resp-vtabs .resp-tab-content table.striped > tbody > tr:nth-child(odd),
  .vtabs-block .resp-vtabs .resp-tab-content table.striped > tbody > tr:nth-child(odd),
  .directory-item-full .resp-vtabs .resp-tab-content table.striped > tbody > tr:nth-child(odd) {
    background-color: #f7f7f7;
  }
  div.resp-vtabs .resp-tab-content table.striped > tbody > tr:nth-child(even),
  .vtabs-block .resp-vtabs .resp-tab-content table.striped > tbody > tr:nth-child(even),
  .directory-item-full .resp-vtabs .resp-tab-content table.striped > tbody > tr:nth-child(even) {
    background-color: #fcfcfc;
  }
  div.resp-vtabs .resp-tab-content table.striped > tbody > tr > td,
  .vtabs-block .resp-vtabs .resp-tab-content table.striped > tbody > tr > td,
  .directory-item-full .resp-vtabs .resp-tab-content table.striped > tbody > tr > td {
    border: none;
  }
  div.resp-vtabs .resp-tab-content table.collapsible,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 620px) {
  div.resp-vtabs .resp-tab-content table.collapsible,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible {
    display: table;
  }
}
@media screen and (max-width: 768px) {
  div.resp-vtabs .resp-tab-content table.collapsible .collapsible-title,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible .collapsible-title,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible .collapsible-title {
    padding: 0;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.5px;
  }
  div.resp-vtabs .resp-tab-content table.collapsible .collapsible-title:after,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible .collapsible-title:after,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible .collapsible-title:after {
    content: '\f067';
    font-family: 'FontAwesome';
    float: right;
    font-size: 20px;
  }
  div.resp-vtabs .resp-tab-content table.collapsible .collapsed p,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible .collapsed p,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible .collapsed p {
    max-height: 0;
    overflow: hidden;
    transition: 2s ease;
  }
  div.resp-vtabs .resp-tab-content table.collapsible .open p,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible .open p,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible .open p {
    overflow: hidden;
    max-height: 4000px;
    transition: 2s ease;
  }
  div.resp-vtabs .resp-tab-content table.collapsible .collapsed .collapsible-title,
  div.resp-vtabs .resp-tab-content table.collapsible .open .collapsible-title,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible .collapsed .collapsible-title,
  .vtabs-block .resp-vtabs .resp-tab-content table.collapsible .open .collapsible-title,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible .collapsed .collapsible-title,
  .directory-item-full .resp-vtabs .resp-tab-content table.collapsible .open .collapsible-title {
    max-height: 200px;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  div.resp-vtabs .resp-tab-content table.inline-left,
  .vtabs-block .resp-vtabs .resp-tab-content table.inline-left,
  .directory-item-full .resp-vtabs .resp-tab-content table.inline-left {
    float: left;
    margin: 5px 15px 5px 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  div.resp-vtabs .resp-tab-content table.inline-right,
  .vtabs-block .resp-vtabs .resp-tab-content table.inline-right,
  .directory-item-full .resp-vtabs .resp-tab-content table.inline-right {
    float: right;
    margin: 5px 0 5px 15px;
  }
}
@media screen and (max-width: 768px) {
  div.resp-vtabs .resp-tab-content .linked-subhead,
  .vtabs-block .resp-vtabs .resp-tab-content .linked-subhead,
  .directory-item-full .resp-vtabs .resp-tab-content .linked-subhead {
    color: #a00033;
    margin-bottom: 0;
    line-height: 45px;
  }
  div.resp-vtabs .resp-tab-content .linked-subhead:after,
  .vtabs-block .resp-vtabs .resp-tab-content .linked-subhead:after,
  .directory-item-full .resp-vtabs .resp-tab-content .linked-subhead:after {
    content: "\25b6";
    font-size: 45%;
    line-height: 45%;
    margin-left: 5px;
    vertical-align: 3px;
  }
  div.resp-vtabs .resp-tab-content .linked-subhead + p,
  .vtabs-block .resp-vtabs .resp-tab-content .linked-subhead + p,
  .directory-item-full .resp-vtabs .resp-tab-content .linked-subhead + p {
    margin-top: 0px;
  }
  div.resp-vtabs .resp-tab-content .credit,
  .vtabs-block .resp-vtabs .resp-tab-content .credit,
  .directory-item-full .resp-vtabs .resp-tab-content .credit {
    font-family: Georgia, serif;
    font-style: italic;
  }
  div.resp-vtabs .resp-tab-content .quote,
  .vtabs-block .resp-vtabs .resp-tab-content .quote,
  .directory-item-full .resp-vtabs .resp-tab-content .quote {
    color: #7e4e5a;
    font: 140%/120% Georgia, serif;
    margin: 0 20px;
  }
  div.resp-vtabs .resp-tab-content .quote:before,
  .vtabs-block .resp-vtabs .resp-tab-content .quote:before,
  .directory-item-full .resp-vtabs .resp-tab-content .quote:before {
    content: 'â€œ';
    float: left;
  }
  div.resp-vtabs .resp-tab-content .quote:after,
  .vtabs-block .resp-vtabs .resp-tab-content .quote:after,
  .directory-item-full .resp-vtabs .resp-tab-content .quote:after {
    content: 'â€';
  }
  div.resp-vtabs .resp-tab-content .quote + .credit,
  .vtabs-block .resp-vtabs .resp-tab-content .quote + .credit,
  .directory-item-full .resp-vtabs .resp-tab-content .quote + .credit {
    margin-left: 20px;
    margin-top: -10px;
  }
  div.resp-vtabs .resp-tab-content:last-child,
  .vtabs-block .resp-vtabs .resp-tab-content:last-child,
  .directory-item-full .resp-vtabs .resp-tab-content:last-child {
    border-bottom: none;
  }
}
.paragraphs-item-quote {
  border-top: 5px solid #cc0033;
  background-color: #f1f1f1;
}
.paragraphs-item-quote .field--name-field-title {
  display: block;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
}
.paragraphs-item-quote .field--name-field-title .field__item {
  padding: 0 0 10px;
}
@media (min-width: 959px) {
  .paragraphs-item-quote .field--name-field-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
.paragraphs-item-quote .field--name-field-text {
  font-style: italic;
  font-size: 20px;
  font-size: 2rem;
}
@media (min-width: 959px) {
  .paragraphs-item-quote .field--name-field-text {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.paragraphs-item-quote .field--name-field-text p {
  margin: 0;
}
.paragraphs-item-quote .field--name-field-text .field__item > p:before {
  content: 'â€œ';
  float: left;
}
.paragraphs-item-quote .field--name-field-text .field__item > p:after {
  content: 'â€';
}
.paragraphs-item-quote .field--name-field-attribution {
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
}
@media (min-width: 959px) {
  .paragraphs-item-quote .field--name-field-attribution {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.paragraphs-item-quote .field--name-field-attribution .field__item {
  padding-top: 8px;
}
.paragraphs-item-quote .field--name-field-attribution .field__item:before {
  content: 'â€”\00a0';
}
.paragraphs-item-quote .content {
  padding: 20px 0;
}
.paragraphs-item-quote .content > .field {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.paragraphs-item-spotlight {
  position: relative;
  z-index: 200;
  height: 475px;
  overflow: hidden;
  background: #a00033;
  border-top: 5px solid #cc0033;
}
.paragraphs-item-spotlight .resp-tabs-list {
  position: absolute;
  z-index: 600;
  max-width: 998px;
  padding: 0 20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.paragraphs-item-spotlight .resp-tabs-list .resp-tab-active {
  background: #cc0033;
  color: #fff;
  border: none;
  margin-bottom: 0 !important;
  padding: 13px 20px !important;
}
.paragraphs-item-spotlight .contextual-links-region {
  position: initial;
}
.paragraphs-item-spotlight .resp-tabs-list li {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.25);
  margin-right: 10px;
  padding: 13px 20px !important;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.paragraphs-item-spotlight .resp-tabs-list li:hover {
  background: #cc0033;
}
.paragraphs-item-spotlight .field-collection-view {
  margin: 0;
  padding: 0;
  border: none;
  background-color: #40374a;
  height: 100%;
  height: 475px;
}
.paragraphs-item-spotlight .field--name-field-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
}
.paragraphs-item-spotlight .field--name-field-image .field__item:after {
  content: ' ';
  z-index: 100;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 600px;
  position: absolute;
  left: 0;
}
.paragraphs-item-spotlight .field--name-field-image img {
  width: 100%;
  height: auto;
}
@media (min-width: 959px) {
  .paragraphs-item-spotlight .field--name-field-image img {
    margin-top: -15%;
  }
}
.paragraphs-item-spotlight .field--type-text-with-summary {
  position: relative;
  z-index: 500;
  color: #fff;
  font-family: "Oswald", sans-serif;
  padding: 20px 20px 20px 15px;
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-title,
.paragraphs-item-spotlight .resp-tab-content .field--name-field-text {
  color: white;
  padding-left: 40px;
  position: relative;
  z-index: 400;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width: 769px) {
  .paragraphs-item-spotlight .resp-tab-content .field--name-field-title,
  .paragraphs-item-spotlight .resp-tab-content .field--name-field-text {
    padding-left: 20px;
  }
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-title a,
.paragraphs-item-spotlight .resp-tab-content .field--name-field-text a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 959px) {
  .paragraphs-item-spotlight .resp-tab-content .field--name-field-title,
  .paragraphs-item-spotlight .resp-tab-content .field--name-field-text {
    max-width: 998px;
    margin: 0 auto;
  }
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 45px;
  padding-top: 60px;
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-title .field__item {
  width: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media screen and (min-width: 769px) {
  .paragraphs-item-spotlight .resp-tab-content .field--name-field-title {
    font-size: 65px;
    font-size: 6.5rem;
    line-height: 70px;
    padding-top: 160px;
  }
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-title.no-image {
  display: none;
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-text {
  padding-top: 10px;
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-text.no-image {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .paragraphs-item-spotlight .resp-tab-content .field--name-field-text.no-image {
    padding-top: 20px;
  }
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-text.no-image .field__items {
  float: left;
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-text.no-image .field__items:after {
  content: "";
  display: table;
  clear: both;
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-text.no-image .field__items .field__item {
  margin-left: -10px;
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-text.no-image .field__items .field__item a {
  overflow: hidden;
  display: block;
  padding: 2px 80px 2px 10px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-text.no-image .field__items .field__item a:hover {
  background-color: white;
  color: #40374a;
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-text.no-image .field__items .field__item p a {
  margin-bottom: 6px;
}
.paragraphs-item-spotlight .resp-tab-content .field--name-field-text.no-image .field__items .field__item p:last-child a {
  margin-bottom: 0;
}
.paragraphs-item-spotlight .field--name-field-post-reference header {
  max-width: 998px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  height: 450px;
}
.paragraphs-item-spotlight .field--name-field-post-reference header:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .paragraphs-item-spotlight .field--name-field-post-reference header {
    height: 400px;
  }
}
.paragraphs-item-spotlight .field--name-field-post-reference .node__title {
  z-index: 400;
  position: absolute;
  bottom: 15px;
  margin: 0 auto;
  padding: 110px 0 0 30px;
  max-width: 520px;
  float: left;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 33px;
}
@media screen and (min-width: 769px) {
  .paragraphs-item-spotlight .field--name-field-post-reference .node__title {
    padding-left: 10px;
  }
}
@media (min-width: 959px) {
  .paragraphs-item-spotlight .field--name-field-post-reference .node__title {
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 56px;
  }
}
.paragraphs-item-spotlight .field--name-field-post-reference .node__title a {
  text-decoration: none;
  color: white;
  padding-bottom: 65px;
}
.paragraphs-item-spotlight .field--type-text-with-summary.no-image {
  height: 470px;
}
@media screen and (max-width: 768px) {
  .paragraphs-item-spotlight {
    height: 455px;
  }
  .paragraphs-item-spotlight h2.resp-accordion {
    padding: 0 15px !important;
    line-height: 50px;
    height: 50px;
    position: relative;
    z-index: 900;
    background-color: #40374a;
    color: white;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none !important;
    font-size: 16px;
    font-size: 1.6rem;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  .paragraphs-item-spotlight h2.resp-accordion .resp-arrow {
    margin-top: 18px;
  }
  .paragraphs-item-spotlight h2.resp-accordion.resp-tab-active {
    background-color: #cc0033 !important;
  }
  .paragraphs-item-spotlight .resp-tabs-container:after {
    content: "";
    display: table;
    clear: both;
  }
  .paragraphs-item-spotlight .resp-tab-content {
    overflow: hidden;
  }
  .paragraphs-item-spotlight .resp-tab-content:after {
    content: "";
    display: table;
    clear: both;
  }
  .paragraphs-item-spotlight .resp-tab-content-active {
    height: 300px;
    overflow: hidden;
  }
  .paragraphs-item-spotlight .field--name-field-post-reference header {
    height: 300px;
  }
  .paragraphs-item-spotlight .field--name-field-post-reference header .node__title {
    bottom: 40px;
  }
  .paragraphs-item-spotlight .field--type-text-with-summary.no-image {
    height: 300px;
    padding: 20px 20px;
    background-color: #40374a;
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .paragraphs-item-spotlight .field--type-text-with-summary.no-image p {
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .paragraphs-item-spotlight .resp-accordion.resp-tab-active ~ .resp-accordion:after {
    content: ' ';
    display: block;
    height: 300px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    background-color: #40374a;
    z-index: 300;
  }
}
.paragraphs-item-stats-proof-points {
  padding-bottom: 50px;
}
.paragraphs-item-stats-proof-points > .content > .field--name-field-title {
  border-top: 5px solid #cc0033;
  display: block;
  background-color: white;
  text-align: center;
  padding: 25px 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 34px;
  font-size: 3.4rem;
}
@media (min-width: 959px) {
  .paragraphs-item-stats-proof-points > .content > .field--name-field-title {
    font-size: 53px;
    font-size: 5.3rem;
  }
}
.paragraphs-item-stats-proof-points .slick-slider {
  max-width: 1170px;
  margin: 0 auto;
}
.paragraphs-item-stats-proof-points .slick-slider button {
  width: 60px;
  height: 375px;
  background-color: #cc0033;
}
@media screen and (max-width: 580px) {
  .paragraphs-item-stats-proof-points .slick-slider button {
    width: 257px;
    height: 275px;
  }
}
.paragraphs-item-stats-proof-points .slick-slider button:before {
  font-size: 100px;
  font-family: 'FontAwesome';
}
.paragraphs-item-stats-proof-points .slick-slider button.slick-prev {
  left: 0;
}
.paragraphs-item-stats-proof-points .slick-slider button.slick-prev:before {
  content: "\f104";
}
.paragraphs-item-stats-proof-points .slick-slider button.slick-next {
  right: 0;
}
.paragraphs-item-stats-proof-points .slick-slider button.slick-next:before {
  content: "\f105";
}
@media screen and (max-width: 1110px) {
  .paragraphs-item-stats-proof-points .slick-slider button {
    width: 30px;
  }
  .paragraphs-item-stats-proof-points .slick-slider button:before {
    font-size: 50px;
  }
}
.paragraphs-item-stats-proof-points .slick-slider .slick-list {
  max-width: 1050px;
  margin: 0 60px;
}
@media screen and (max-width: 1110px) {
  .paragraphs-item-stats-proof-points .slick-slider .slick-list {
    margin: 0 30px;
  }
}
.paragraphs-item-stats-proof-points .slick-slider .entity-field-collection-item {
  position: relative;
}
.paragraphs-item-stats-proof-points .slick-slider:after {
  content: "";
  display: table;
  clear: both;
}
.paragraphs-item-stats-proof-points .slick-slider .slick-slide {
  height: 375px;
  width: 33%;
}
@media screen and (max-width: 580px) {
  .paragraphs-item-stats-proof-points .slick-slider .slick-slide {
    width: 257px;
    height: 275px;
  }
}
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .content {
  top: 0;
  position: absolute;
  max-width: 350px;
  width: 100%;
  height: 375px;
  background-color: #f1f1f1;
}
@media screen and (max-width: 580px) {
  .paragraphs-item-stats-proof-points .slick-slider .slick-slide .content {
    max-width: 257px;
    height: 275px;
  }
}
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .stats-no-image .field--name-field-title .field__item,
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .stats-no-image .field--name-field-title p,
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .stats-no-image .field--name-field-subheading .field__item,
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .stats-no-image .field--name-field-subheading p {
  color: #000;
}
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-title {
  z-index: 10;
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-title .field__item,
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-title p {
  line-height: 375px;
  max-width: 330px;
  padding: 0;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  letter-spacing: 5px;
  font-size: 80px;
  font-size: 8rem;
}
@media screen and (max-width: 580px) {
  .paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-title .field__item,
  .paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-title p {
    line-height: 275px;
  }
}
@media screen and (max-width: 400px) {
  .paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-title .field__item,
  .paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-title p {
    letter-spacing: 3px;
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (min-width: 1170px) {
  .paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-title .field__item,
  .paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-title p {
    letter-spacing: 10px;
    font-size: 135px;
    font-size: 13.5rem;
  }
}
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-title .field__item {
  padding: 0 10px;
}
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-subheading {
  z-index: 10;
  position: absolute;
  top: 0;
  width: 100%;
  margin: 270px 0 0 0;
}
@media screen and (max-width: 580px) {
  .paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-subheading {
    margin-top: 200px;
  }
  .paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-subheading .field__item {
    line-height: 24px;
  }
}
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-subheading .field__item {
  max-width: 330px;
  padding: 0 10px;
  margin: 0 auto;
  color: white;
  text-align: center;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  font-size: 24px;
  font-size: 2.4rem;
}
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-slide-image {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-slide-image .field__items {
  position: relative;
  float: right;
  right: 50%;
}
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-slide-image .field__item {
  position: relative;
  right: -50%;
  width: 350px;
}
@media screen and (max-width: 580px) {
  .paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-slide-image .field__item {
    width: 257px;
  }
}
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-slide-image .field__item:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 350px;
  height: 375px;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
@media screen and (max-width: 580px) {
  .paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-slide-image .field__item:after {
    width: 257px;
    height: 275px;
  }
}
.paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-slide-image img {
  width: 350px;
  height: 375px;
  overflow: hidden;
}
@media screen and (max-width: 580px) {
  .paragraphs-item-stats-proof-points .slick-slider .slick-slide .field--name-field-slide-image img {
    width: 257px;
    height: 275px;
  }
}
.paragraphs-item-stats-proof-points .field-collection-container,
.paragraphs-item-stats-proof-points .field-collection-view {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.paragraphs-item-text-with-image {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.paragraphs-item-text-with-image ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.paragraphs-item-text-with-image ul li {
  padding-left: 1em;
  text-indent: -0.7em;
  padding-bottom: 10px;
}
.paragraphs-item-text-with-image ul li:last-child {
  padding-bottom: 0;
}
.paragraphs-item-text-with-image ul li:before {
  content: "â€¢";
  color: #a00033;
  padding-left: 7px;
  padding-right: 4px;
}
.paragraphs-item-text-with-image ol {
  padding-left: 22px;
}
.paragraphs-item-text-with-image ol li {
  padding-left: 1px;
  padding-bottom: 10px;
}
.paragraphs-item-text-with-image.full-width-text {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.paragraphs-item-text-with-image.full-width-text .image-wrapper {
  max-width: 620px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.paragraphs-item-text-with-image.full-width-text .image-wrapper.image-alignment-right,
.paragraphs-item-text-with-image.full-width-text .image-wrapper.image-alignment-left {
  max-width: 620px;
  width: 50%;
}
.paragraphs-item-text-with-image.full-width-text .field--name-field-text,
.paragraphs-item-text-with-image.full-width-text .field--name-field-headline {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 100%;
}
.paragraphs-item-text-with-image .field--name-field-image img {
  display: block;
}
.paragraphs-item-text-with-image .image-alignment-full {
  margin-bottom: 30px;
}
.paragraphs-item-text-with-image .image-alignment-right,
.paragraphs-item-text-with-image .image-alignment-left {
  width: 50%;
}
.paragraphs-item-text-with-image .image-alignment-left {
  float: left;
  padding: 0 20px 10px 0;
}
.paragraphs-item-text-with-image .image-alignment-right {
  float: right;
  padding: 0 0 10px 20px;
}
.paragraphs-item-text-with-image .field--name-field-image-caption {
  background: #40374A;
  color: white;
  width: 100%;
  clear: both;
  padding: 8px 15px;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
}
.paragraphs-item-text-with-image .field--name-field-image-caption h6 {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
}
.paragraphs-item-text-with-image .field--name-field-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.paragraphs-item-text-with-image .field--name-field-text ul li {
  padding-left: 1em;
  text-indent: -0.7em;
  padding-bottom: 10px;
}
.paragraphs-item-text-with-image .field--name-field-text ul li:last-child {
  padding-bottom: 0;
}
.paragraphs-item-text-with-image .field--name-field-text ul li:before {
  content: "â€¢";
  color: #a00033;
  padding-left: 7px;
  padding-right: 4px;
}
.paragraphs-item-text-with-image .field--name-field-text ol {
  padding-left: 22px;
}
.paragraphs-item-text-with-image .field--name-field-text ol li {
  padding-left: 1px;
  padding-bottom: 10px;
}
.paragraphs-item-text-with-image .field--name-field-text p {
  padding: 10px 0;
}
.paragraphs-item-text-with-image .field--name-field-text table {
  border-collapse: collapse;
  width: 100%;
}
.paragraphs-item-text-with-image .field--name-field-text table[style] {
  max-width: 580px;
  margin: 0 auto;
}
.paragraphs-item-text-with-image .field--name-field-text table,
.paragraphs-item-text-with-image .field--name-field-text th,
.paragraphs-item-text-with-image .field--name-field-text td {
  border: 1px solid #bcbcbc;
}
.paragraphs-item-text-with-image .field--name-field-text thead {
  background-color: #f1f1f1;
}
.paragraphs-item-text-with-image .field--name-field-text th,
.paragraphs-item-text-with-image .field--name-field-text td {
  padding: 10px 15px;
}
.paragraphs-item-text-with-image .field--name-field-text th {
  background-color: #f1f1f1;
}
.paragraphs-item-text-with-image .field--name-field-text hr {
  background-color: #bcbcbc;
  border: none;
  height: 1px;
}
.paragraphs-item-text-with-image .field--name-field-text table {
  overflow: auto;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
}
@media screen and (max-width: 620px) {
  .paragraphs-item-text-with-image .field--name-field-text table {
    border: none;
    display: block;
  }
}
.paragraphs-item-text-with-image .field--name-field-text table.noborder {
  border: none;
}
.paragraphs-item-text-with-image .field--name-field-text table.noborder > thead {
  background: none;
}
.paragraphs-item-text-with-image .field--name-field-text table.noborder > thead > tr > th {
  border: none;
}
.paragraphs-item-text-with-image .field--name-field-text table.noborder > tbody > tr > td {
  border: none;
}
.paragraphs-item-text-with-image .field--name-field-text table.noborder > tbody > tr > th:first-child,
.paragraphs-item-text-with-image .field--name-field-text table.noborder > tbody > tr > td:first-child {
  padding-left: 0;
}
.paragraphs-item-text-with-image .field--name-field-text table.topborder {
  border: none;
}
.paragraphs-item-text-with-image .field--name-field-text table.topborder > thead > tr > th {
  border: none;
}
.paragraphs-item-text-with-image .field--name-field-text table.topborder > tbody > tr {
  border-top: 1px solid #bcbcbc;
}
.paragraphs-item-text-with-image .field--name-field-text table.topborder > tbody > tr > td {
  border: none;
}
.paragraphs-item-text-with-image .field--name-field-text table.topborder > tbody > tr:last-child {
  border-bottom: 1px solid #bcbcbc;
}
.paragraphs-item-text-with-image .field--name-field-text table.striped {
  background-color: #fcfcfc;
  border: none;
}
.paragraphs-item-text-with-image .field--name-field-text table.striped > thead > tr > th {
  background-color: #f1f1f1;
  border: none;
  border-bottom: 2px solid #bcbcbc;
}
.paragraphs-item-text-with-image .field--name-field-text table.striped > tbody > tr {
  border-bottom: 1px solid #bcbcbc;
  border-top: 1px solid #bcbcbc;
}
.paragraphs-item-text-with-image .field--name-field-text table.striped > tbody > tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.paragraphs-item-text-with-image .field--name-field-text table.striped > tbody > tr:nth-child(even) {
  background-color: #fcfcfc;
}
.paragraphs-item-text-with-image .field--name-field-text table.striped > tbody > tr > td {
  border: none;
}
.paragraphs-item-text-with-image .field--name-field-text table.collapsible {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 620px) {
  .paragraphs-item-text-with-image .field--name-field-text table.collapsible {
    display: table;
  }
}
.paragraphs-item-text-with-image .field--name-field-text table.collapsible .collapsible-title {
  padding: 0;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
}
.paragraphs-item-text-with-image .field--name-field-text table.collapsible .collapsible-title:after {
  content: '\f067';
  font-family: 'FontAwesome';
  float: right;
  font-size: 20px;
}
.paragraphs-item-text-with-image .field--name-field-text table.collapsible .collapsed p {
  max-height: 0;
  overflow: hidden;
  transition: 2s ease;
}
.paragraphs-item-text-with-image .field--name-field-text table.collapsible .open p {
  overflow: hidden;
  max-height: 4000px;
  transition: 2s ease;
}
.paragraphs-item-text-with-image .field--name-field-text table.collapsible .collapsed .collapsible-title,
.paragraphs-item-text-with-image .field--name-field-text table.collapsible .open .collapsible-title {
  max-height: 200px;
}
@media (min-width: 768px) {
  .paragraphs-item-text-with-image .field--name-field-text table.inline-left {
    float: left;
    margin: 5px 15px 5px 0;
  }
}
@media (min-width: 768px) {
  .paragraphs-item-text-with-image .field--name-field-text table.inline-right {
    float: right;
    margin: 5px 0 5px 15px;
  }
}
.paragraphs-item-text-with-image .field--name-field-text .linked-subhead {
  color: #a00033;
  margin-bottom: 0;
  line-height: 45px;
}
.paragraphs-item-text-with-image .field--name-field-text .linked-subhead:after {
  content: "\25b6";
  font-size: 45%;
  line-height: 45%;
  margin-left: 5px;
  vertical-align: 3px;
}
.paragraphs-item-text-with-image .field--name-field-text .linked-subhead + p {
  margin-top: 0px;
}
.paragraphs-item-text-with-image .field--name-field-text .credit {
  font-family: Georgia, serif;
  font-style: italic;
}
.paragraphs-item-text-with-image .field--name-field-text .quote {
  color: #7e4e5a;
  font: 140%/120% Georgia, serif;
  margin: 0 20px;
}
.paragraphs-item-text-with-image .field--name-field-text .quote:before {
  content: 'â€œ';
  float: left;
}
.paragraphs-item-text-with-image .field--name-field-text .quote:after {
  content: 'â€';
}
.paragraphs-item-text-with-image .field--name-field-text .quote + .credit {
  margin-left: 20px;
  margin-top: -10px;
}
.entity-paragraphs-item:after {
  content: "";
  display: table;
  clear: both;
}
.field__item-text_with_image {
  margin-top: 30px;
}
.field__item-text_with_image + .field__item {
  margin-top: 30px;
}
.field__item-text_with_image + .field__item-attachments {
  margin-top: 0;
}
.field__item-button_bar + .field__item-text_with_image {
  margin-top: 45px;
}
.field__item-embedded_video:last-child,
.field__item-text_with_image:last-child {
  margin-bottom: 30px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-video-wrapper {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.paragraphs-item-embedded-video .field--name-field-title {
  border-top: 5px solid #cc0033;
  display: block;
  background-color: white;
  text-align: center;
  padding: 25px 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 34px;
  font-size: 3.4rem;
}
@media (min-width: 959px) {
  .paragraphs-item-embedded-video .field--name-field-title {
    font-size: 53px;
    font-size: 5.3rem;
  }
}
.paragraphs-item-embedded-video .field--name-field-title .field__item {
  max-width: 900px;
  padding: 0 10px;
  margin: 0 auto;
}
.paragraphs-item-embedded-video .field--name-field-slide-video {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.paragraphs-item-embedded-video .field--name-field-slide-video .field__item {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.paragraphs-item-embedded-video .field--name-field-slide-video .field__item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraphs-item-embedded-video .field--name-field-video-caption {
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.paragraphs-item-embedded-video .field--name-field-video-caption .field__item,
.paragraphs-item-embedded-video .field--name-field-video-caption .field-item {
  background: #40374A;
  color: white;
  width: 100%;
  clear: both;
  padding: 8px 15px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  font-size: 13px;
  font-size: 1.3rem;
}
.paragraphs-item-embedded-video .field--name-field-video-caption .field__item h6,
.paragraphs-item-embedded-video .field--name-field-video-caption .field-item h6 {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  font-size: 13px;
  font-size: 1.3rem;
}
.paragraphs-item-embedded-video object {
  height: 100%;
}