/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 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 {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../webfonts/glyphicons-halflings-regular.eot');
  src: url('../webfonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../webfonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../webfonts/glyphicons-halflings-regular.woff') format('woff'), url('../webfonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../webfonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 64px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 22px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 64px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 11px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-btn.btn-sm {
  margin-top: 17px;
  margin-bottom: 17px;
}
.navbar-btn.btn-xs {
  margin-top: 21px;
  margin-bottom: 21px;
}
.navbar-text {
  margin-top: 22px;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.osf-section:before,
.osf-section:after,
.osf-main:before,
.osf-main:after,
.osf-landing-primary-section:before,
.osf-landing-primary-section:after,
.osf-landing-connect:before,
.osf-landing-connect:after,
.osf-landing-secondary-section:before,
.osf-landing-secondary-section:after,
.osf-header-section:before,
.osf-header-section:after,
.osf-content-primary-section:before,
.osf-content-primary-section:after,
.osf-artist-panel-section:before,
.osf-artist-panel-section:after,
.osf-event-listing-section:before,
.osf-event-listing-section:after,
.osf-media-section:before,
.osf-media-section:after,
.osf-reviews-section:before,
.osf-reviews-section:after,
.osf-profile-grid-section:before,
.osf-profile-grid-section:after,
.osf-paragraph-block-section:before,
.osf-paragraph-block-section:after,
.osf-simple-cta-section:before,
.osf-simple-cta-section:after,
.osf-single-video-section:before,
.osf-single-video-section:after,
.osf-single-image-section:before,
.osf-single-image-section:after,
.osf-single-audio-section:before,
.osf-single-audio-section:after,
.osf-link-tile-grid-section:before,
.osf-link-tile-grid-section:after,
.osf-custom-section:before,
.osf-custom-section:after,
.osf-quicklink-bar--section:before,
.osf-quicklink-bar--section:after,
.osf-social-sharing-section:before,
.osf-social-sharing-section:after,
.osf-month-nav:before,
.osf-month-nav:after,
.osf-calendar-key-collection:before,
.osf-calendar-key-collection:after,
.osf-full-calendar-section:before,
.osf-full-calendar-section:after,
.osf-filtered-event-section:before,
.osf-filtered-event-section:after,
.osf-gift-certificates-section:before,
.osf-gift-certificates-section:after,
.osf-checkout-section:before,
.osf-checkout-section:after,
.osf-order-payment-section:before,
.osf-order-payment-section:after,
.osf-checkout-timer:before,
.osf-checkout-timer:after,
.osf-checkout-timer__row:before,
.osf-checkout-timer__row:after,
.osf-user-section:before,
.osf-user-section:after,
.osf-address-management-section:before,
.osf-address-management-section:after,
.osf-phone-management-section:before,
.osf-phone-management-section:after,
.osf-create-account-section:before,
.osf-create-account-section:after,
.osf-email-management-section:before,
.osf-email-management-section:after,
.osf-mobile-ticketing-section:before,
.osf-mobile-ticketing-section:after,
.osf-mobile-ticketing-disclaimer:before,
.osf-mobile-ticketing-disclaimer:after,
.osf-dashboard-section:before,
.osf-dashboard-section:after,
.osf-order-history-section:before,
.osf-order-history-section:after,
.osf-order-details-section:before,
.osf-order-details-section:after,
.osf-wish-list-section:before,
.osf-wish-list-section:after,
.osf-membership-section:before,
.osf-membership-section:after,
.osf-membership-listing-section:before,
.osf-membership-listing-section:after,
.osf-donor-listing-section:before,
.osf-donor-listing-section:after,
.osf-contact-section:before,
.osf-contact-section:after,
.osf-ticket-request-header:before,
.osf-ticket-request-header:after,
.osf-ticket-request-section:before,
.osf-ticket-request-section:after,
.osf-prologue-section:before,
.osf-prologue-section:after,
.osf-prologue-cover-header:before,
.osf-prologue-cover-header:after,
.osf-prologue-cover-section:before,
.osf-prologue-cover-section:after,
.osf-prologue-header:before,
.osf-prologue-header:after,
.osf-prologue-content-block-section:before,
.osf-prologue-content-block-section:after,
.osf-prologue-pull-quote-section:before,
.osf-prologue-pull-quote-section:after,
.osf-prologue-footer:before,
.osf-prologue-footer:after,
.osf-archives-artifacts-section:before,
.osf-archives-artifacts-section:after,
.osf-archives-form-section:before,
.osf-archives-form-section:after,
.osf-today-listing-section:before,
.osf-today-listing-section:after,
.osf-today-listing-month-section:before,
.osf-today-listing-month-section:after,
.osf-child-listing-section:before,
.osf-child-listing-section:after,
.osf-job-posting-section:before,
.osf-job-posting-section:after,
.osf-biography-section:before,
.osf-biography-section:after,
.osf-biography-list-section:before,
.osf-biography-list-section:after,
.osf-company-list-section:before,
.osf-company-list-section:after,
.osf-footer-section:before,
.osf-footer-section:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.osf-section:after,
.osf-main:after,
.osf-landing-primary-section:after,
.osf-landing-connect:after,
.osf-landing-secondary-section:after,
.osf-header-section:after,
.osf-content-primary-section:after,
.osf-artist-panel-section:after,
.osf-event-listing-section:after,
.osf-media-section:after,
.osf-reviews-section:after,
.osf-profile-grid-section:after,
.osf-paragraph-block-section:after,
.osf-simple-cta-section:after,
.osf-single-video-section:after,
.osf-single-image-section:after,
.osf-single-audio-section:after,
.osf-link-tile-grid-section:after,
.osf-custom-section:after,
.osf-quicklink-bar--section:after,
.osf-social-sharing-section:after,
.osf-month-nav:after,
.osf-calendar-key-collection:after,
.osf-full-calendar-section:after,
.osf-filtered-event-section:after,
.osf-gift-certificates-section:after,
.osf-checkout-section:after,
.osf-order-payment-section:after,
.osf-checkout-timer:after,
.osf-checkout-timer__row:after,
.osf-user-section:after,
.osf-address-management-section:after,
.osf-phone-management-section:after,
.osf-create-account-section:after,
.osf-email-management-section:after,
.osf-mobile-ticketing-section:after,
.osf-mobile-ticketing-disclaimer:after,
.osf-dashboard-section:after,
.osf-order-history-section:after,
.osf-order-details-section:after,
.osf-wish-list-section:after,
.osf-membership-section:after,
.osf-membership-listing-section:after,
.osf-donor-listing-section:after,
.osf-contact-section:after,
.osf-ticket-request-header:after,
.osf-ticket-request-section:after,
.osf-prologue-section:after,
.osf-prologue-cover-header:after,
.osf-prologue-cover-section:after,
.osf-prologue-header:after,
.osf-prologue-content-block-section:after,
.osf-prologue-pull-quote-section:after,
.osf-prologue-footer:after,
.osf-archives-artifacts-section:after,
.osf-archives-form-section:after,
.osf-today-listing-section:after,
.osf-today-listing-month-section:after,
.osf-child-listing-section:after,
.osf-job-posting-section:after,
.osf-biography-section:after,
.osf-biography-list-section:after,
.osf-company-list-section:after,
.osf-footer-section:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* width and sizing vars */
/* color variables */
/* Variables for the single image and masthead components */
/* a default accent color for description sections */
/*These variables are for the checkout page sections*/
/* font-size variables */
/* content variables */
/* variables for event listing section */
/* variables for the reviews grid */
/* Landing page variables */
/* mixed collection variables */
/* full-size calendar variables */
/* Section colors for seating situations */
/* Alert and flash colors */
.transform-center-vert {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.transform-center-horz {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.transform-center-all {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.transform-clear {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pointer {
  cursor: pointer;
}
.osf-text-body {
  font-size: 1.4em;
}
@media (max-width: 1199px) {
  .osf-text-body {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-text-body {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-text-body {
    font-size: 1em;
  }
}
.osf-paragraph-padding {
  padding: 10px 4vw 30px 4vw;
}
@media (max-width: 320px) {
  .osf-paragraph-padding {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}
.osf-section-heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .osf-section-heading {
    padding-left: 2%;
  }
}
@media (max-width: 767px) {
  .osf-clear-xs-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
.osf-inline-visible-desktop {
  display: none !important;
}
@media (min-width: 1200px) {
  .osf-inline-visible-desktop {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .osf-inline-visible-desktop {
    display: inline !important;
  }
}
.osf-image-center-width {
  height: 100%;
  width: auto;
  position: relative;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.osf-image-center-height {
  height: auto;
  width: 100%;
  position: relative;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.osf-form-group {
  margin-bottom: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.osf-form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 2.4em;
  font-size: 1.2em;
}
.osf-form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.osf-form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.osf-form-control:-ms-input-placeholder {
  color: #999999;
}
.osf-form-control::-webkit-input-placeholder {
  color: #999999;
}
.osf-form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.osf-form-control[disabled],
.osf-form-control[readonly],
fieldset[disabled] .osf-form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.osf-form-control[disabled],
fieldset[disabled] .osf-form-control {
  cursor: not-allowed;
}
textarea.osf-form-control {
  height: auto;
}
.osf-form-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.osf-form-button:focus,
.osf-form-button:active:focus,
.osf-form-button.active:focus,
.osf-form-button.focus,
.osf-form-button:active.focus,
.osf-form-button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-form-button:hover,
.osf-form-button:focus,
.osf-form-button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-form-button:active,
.osf-form-button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-form-button.disabled,
.osf-form-button[disabled],
fieldset[disabled] .osf-form-button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-form-button.disabled,
fieldset[disabled] a.osf-form-button {
  pointer-events: none;
}
.osf-form-button:focus,
.osf-form-button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-form-button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-form-button:active,
.osf-form-button.active,
.open > .dropdown-toggle.osf-form-button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-form-button:active:hover,
.osf-form-button.active:hover,
.open > .dropdown-toggle.osf-form-button:hover,
.osf-form-button:active:focus,
.osf-form-button.active:focus,
.open > .dropdown-toggle.osf-form-button:focus,
.osf-form-button:active.focus,
.osf-form-button.active.focus,
.open > .dropdown-toggle.osf-form-button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-form-button:active,
.osf-form-button.active,
.open > .dropdown-toggle.osf-form-button {
  background-image: none;
}
.osf-form-button.disabled:hover,
.osf-form-button[disabled]:hover,
fieldset[disabled] .osf-form-button:hover,
.osf-form-button.disabled:focus,
.osf-form-button[disabled]:focus,
fieldset[disabled] .osf-form-button:focus,
.osf-form-button.disabled.focus,
.osf-form-button[disabled].focus,
fieldset[disabled] .osf-form-button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-form-button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-form-button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-form-button.strong-cta:hover,
.osf-form-button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-form-button.strong-cta:hover[disabled],
.osf-form-button.strong-cta:focus[disabled] {
  color: #222;
}
.osf-icon-lg {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2em;
}
.osf-icon-md {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-icon-search {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-icon-search:before {
  content: "\e003";
}
@media (max-width: 991px) {
  .osf-icon-login,
  .osf-icon-logout,
  .osf-icon-donate,
  .osf-icon-account {
    font-family: inherit !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .osf-icon-login::before,
  .osf-icon-logout::before,
  .osf-icon-donate::before,
  .osf-icon-account::before {
    font-size: .4em;
    position: relative;
    font-family: inherit;
  }
}
.osf-icon-login {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-icon-login:before {
  content: "\e161";
}
@media (max-width: 991px) {
  .osf-icon-login::before {
    content: "Login";
    top: -6px;
    left: -3px;
  }
}
@media (max-width: 767px) {
  .osf-icon-login::before {
    top: -8px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .osf-icon-login {
    padding-bottom: 9px;
  }
}
.osf-icon-logout {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-icon-logout:before {
  content: "\e163";
}
@media (max-width: 991px) {
  .osf-icon-logout::before {
    content: "Logout";
    top: -6px;
    left: -3px;
  }
}
@media (max-width: 767px) {
  .osf-icon-logout::before {
    top: -8px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .osf-icon-logout {
    padding-bottom: 9px;
  }
}
.osf-icon-account {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 3px;
}
.osf-icon-account:before {
  content: "\e008";
}
@media (max-width: 991px) {
  .osf-icon-account::before {
    content: "Account";
    top: -6px;
    left: -11px;
  }
}
@media (max-width: 767px) {
  .osf-icon-account::before {
    top: -8px;
    left: 0;
  }
}
.osf-icon-cart {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-icon-cart:before {
  content: "\e116";
}
@media (max-width: 991px) and (min-width: 768px) {
  .osf-icon-cart::before {
    position: relative;
    left: -8px;
  }
}
.osf-icon-cart--full {
  text-shadow: 0px 0px 25px #06af73 !important;
  color: #99edcf !important;
}
.osf-icon-wish-list {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-icon-wish-list:before {
  content: "\e006";
}
@media (max-width: 991px) and (min-width: 768px) {
  .osf-icon-wish-list::before {
    position: relative;
    left: -8px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .osf-icon-donate {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .osf-icon-donate {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .osf-icon-donate::before {
    content: "Donate";
    top: -15px;
    left: -8px;
  }
}
@media (max-width: 767px) {
  .osf-icon-donate::before {
    top: -8px;
    left: 0;
  }
}
.osf-icon-chevron-right {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-icon-chevron-right:before {
  content: "\e080";
}
.osf-icon-chevron-left {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-icon-chevron-left:before {
  content: "\e079";
}
.osf-icon-chevron-down {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-icon-chevron-down:before {
  content: "\e114";
}
.osf-icon-question {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-icon-question:before {
  content: "\e085";
}
.osf-icon-phone {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-icon-phone:before {
  content: "\e182";
}
.osf-icon-exclamation {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-icon-exclamation:before {
  content: "\e101";
}
.osf-icon-mobile {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-icon-mobile:before {
  content: "\e145";
}
.osf-icon-print {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-icon-print:before {
  content: "\e045";
}
.osf-icon-email {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-icon-email:before {
  content: "\2709";
}
.osf-icon-document {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-icon-document:before {
  content: "\e022";
}
.osf-checkmark {
  font-family: "Glyphicons Halflings";
  content: "\e013";
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  margin-top: 10px;
  font-size: 1.4em;
  margin-right: 10px;
  display: block;
}
.osf-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .osf-section {
    padding-top: 30px;
  }
}
.osf-section-subheading {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6em;
}
.osf-tile-border {
  border: 4px solid #ffffff;
}
.osf-collection-tile {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .osf-collection-tile {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-collection-tile {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-collection-tile {
    height: 250px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .osf-collection-tile {
    height: 315px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .osf-collection-tile {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .osf-collection-tile {
    clear: left !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .osf-collection-tile:nth-child(2n+2) {
    clear: left !important;
  }
}
@media (min-width: 992px) {
  .osf-collection-tile:nth-child(3n+2) {
    clear: left !important;
  }
}
.osf-checkout-row {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (max-width: 767px) {
  .osf-checkout-row {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.osf-checkout-panel {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
  margin: 6px 2px;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .osf-checkout-panel {
    margin: 5px 0;
    padding: 10px 12px;
  }
}
@media only print {
  .osf-checkout-panel {
    page-break-inside: avoid;
    background-color: transparent;
  }
}
.osf-checkout-heading {
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .osf-checkout-heading {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .osf-checkout-heading {
    font-size: 1.4em;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.osf-checkout-detail-block {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.4em;
  font-size: 1.2em;
  margin: 15px 0;
}
@media (max-width: 1199px) {
  .osf-checkout-detail-block {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-checkout-detail-block {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-checkout-detail-block {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .osf-checkout-detail-block {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (max-width: 767px) {
  .osf-checkout-detail-block {
    margin-top: 8px;
  }
}
.osf-checkout-warn {
  background-color: #fffcda;
}
.osf-mixed-collection-tile-border {
  border: 4px solid #c4c4c4;
}
.osf-lighten-label {
  opacity: .65;
  font-weight: normal;
}
* {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
a {
  text-decoration: none;
  color: #004c8b;
}
a:hover {
  text-decoration: none;
  color: #0b75cf;
}
body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
}
body.no-scroll {
  position: fixed !important;
  width: 100%;
  overflow-y: scroll;
}
p {
  margin-bottom: 20px;
}
.osf-main {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.3em;
  font-size: 1.1em;
  max-width: 1920px;
  background-color: #ffffff;
}
.osf-main > .navbar-header,
.osf-main > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .osf-main > .navbar-header,
  .osf-main > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.osf-social-sharing-subsection {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
  padding-left: 2vw;
  padding-bottom: 25px;
  background-color: #151515;
}
@media (min-width: 768px) {
  .osf-social-sharing-subsection {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-social-sharing-subsection {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-social-sharing-subsection {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 991px) {
  .osf-social-sharing-subsection {
    padding-top: 15px;
  }
}
.osf-social-sharing-subsection--narrow {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .osf-social-sharing-subsection--narrow {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-social-sharing-subsection--narrow {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .osf-social-sharing-subsection--narrow {
    clear: left;
  }
}
.osf-social-sharing-subsection--wide {
  padding-left: 4vw !important;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.osf-social-sharing-subsection--reviews {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #1c4563;
  height: 100%;
  margin-top: 2px;
  color: #cee3f3;
}
@media (min-width: 768px) {
  .osf-social-sharing-subsection--reviews {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-social-sharing-subsection--reviews {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-social-sharing-subsection--reviews {
    float: left;
    width: 100%;
  }
}
@media only print {
  .osf-social-sharing-subsection {
    display: none;
  }
}
.osf-social-sharing-subsection__heading {
  margin-bottom: 10px;
  font-size: 1.6em;
  font-weight: bold;
  padding-top: 15px;
}
.osf-social-sharing-subsection__hashtag {
  font-size: 1.4em;
}
.osf-social-sharing-subsection__link-list {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-left: 25px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .osf-social-sharing-subsection__link-list {
    padding-left: 0;
  }
}
.osf-social-sharing-subsection--narrow .osf-social-sharing-subsection__link-list {
  padding-left: 10px;
}
.osf-social-sharing-subsection__link {
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  list-style-type: none;
  padding-left: 22px;
  text-indent: -22px;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-right: 35px;
  margin-top: 15px;
  font-size: 1.4em;
  cursor: pointer;
  line-height: 1.2em;
  white-space: no-wrap;
  /*
        &--wide {
            .make-md-column(4);
            .make-lg-column(3);
        }
        */
}
@media (min-width: 768px) {
  .osf-social-sharing-subsection__link {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-social-sharing-subsection__link {
    float: left;
    width: 100%;
  }
}
@media (max-width: 320px) {
  .osf-social-sharing-subsection__link {
    font-size: 1.1em;
  }
}
.osf-social-sharing-subsection__link:first-child {
  clear: left;
}
@media (max-width: 991px) and (min-width: 768px) {
  .osf-social-sharing-subsection__link:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .osf-social-sharing-subsection__link:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .osf-social-sharing-subsection__link:nth-child(4n+1) {
    clear: left;
  }
}
.osf-social-sharing-subsection__link--narrow {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .osf-social-sharing-subsection__link--narrow {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-social-sharing-subsection__link--narrow {
    float: left;
    width: 100%;
  }
}
.osf-social-sharing-subsection--reviews .osf-social-sharing-subsection__link {
  padding-bottom: 15px;
  max-height: 116px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .osf-social-sharing-subsection--reviews .osf-social-sharing-subsection__link {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-social-sharing-subsection--reviews .osf-social-sharing-subsection__link {
    float: left;
    width: 25%;
  }
}
.osf-social-sharing-subsection--narrow .osf-social-sharing-subsection__link {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .osf-social-sharing-subsection--narrow .osf-social-sharing-subsection__link {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-social-sharing-subsection--narrow .osf-social-sharing-subsection__link {
    float: left;
    width: 100%;
  }
}
.osf-social-sharing-subsection--wide .osf-social-sharing-subsection__link {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .osf-social-sharing-subsection--wide .osf-social-sharing-subsection__link {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-social-sharing-subsection--wide .osf-social-sharing-subsection__link {
    float: left;
    width: 25%;
  }
}
@media (max-width: 991px) {
  .osf-social-sharing-subsection__icon,
  .osf-social-sharing-subsection__network {
    float: left;
    clear: left;
    font-size: 0.8em;
  }
}
.osf-social-sharing-subsection__icon {
  -webkit-transform: translateY(-15%);
  -moz-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  -o-transform: translateY(-15%);
  transform: translateY(-15%);
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  margin-right: 25px;
  opacity: .7;
}
@media (max-width: 767px) {
  .osf-social-sharing-subsection__icon {
    margin-right: 70px;
  }
}
.osf-social-sharing-subsection__icon--twitter {
  background-image: url('/media/img/twitter-icon-mono.svg');
}
.osf-social-sharing-subsection__icon--facebook {
  background-image: url('/media/img/facebook-icon-mono.svg');
}
.osf-social-sharing-subsection__icon--email {
  background-image: url('/media/img/email-icon-mono.svg');
}
.osf-social-sharing-subsection__icon--instagram {
  background-image: url('/media/img/instagram-icon-mono.svg');
}
.osf-social-sharing-subsection__network {
  margin-left: 20px;
  min-width: 115px;
}
.osf-social-sharing-subsection--reviews .osf-social-sharing-subsection__network {
  float: left;
  clear: left;
}
@media (max-width: 767px) {
  .osf-social-sharing-subsection--reviews .osf-social-sharing-subsection__network {
    display: none !important;
  }
}
.osf-lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  top: 0;
  left: 0;
  display: none;
}
.osf-lightbox a {
  color: #d0d0d0;
  text-decoration: underline;
}
.osf-lightbox__button {
  float: right;
  padding: 5px;
  width: 100%;
  text-align: right;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.osf-lightbox__button--open {
  color: #494949;
}
@media print {
  .osf-lightbox__button {
    display: none;
  }
}
.osf-lightbox__icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2em;
}
.osf-lightbox__icon--open {
  margin-left: 10px;
}
.osf-lightbox__icon--open:before {
  content: "\e140";
}
.osf-lightbox__image-group {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1199px) and (orientation: landscape) {
  .osf-lightbox__image-group {
    height: 100%;
  }
}
.osf-lightbox__image-group--landscape {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 90vh;
  max-width: 90%;
  overflow-x: hidden;
}
.osf-lightbox__image-group--portrait {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 90vh;
}
@media (max-width: 767px) and (min-height: 800px) {
  .osf-lightbox__image-group--portrait {
    max-height: 600px;
  }
}
.osf-lightbox__video-player {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 1280px;
  max-height: 720px;
}
@media (orientation: portrait) {
  .osf-lightbox__video-player {
    height: 56.25vw;
  }
}
@media (orientation: landscape) {
  .osf-lightbox__video-player {
    width: 177.77778vh;
  }
}
@media (orientation: landscape) and (max-width: 1199px) {
  .osf-lightbox__video-player {
    width: 100%;
    height: 56.25vw;
  }
}
.osf-lightbox__video-player iframe {
  width: 100%;
  height: 100%;
}
.osf-lightbox__audio-player {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 1280px;
  max-height: 400px;
}
.osf-lightbox__message,
.osf-lightbox__caption {
  font-size: 1.4em;
  width: 100%;
  padding: 12px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1199px) {
  .osf-lightbox__message,
  .osf-lightbox__caption {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-lightbox__message,
  .osf-lightbox__caption {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-lightbox__message,
  .osf-lightbox__caption {
    font-size: 1em;
  }
}
.osf-lightbox__message {
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.osf-lightbox__image {
  width: 100%;
  height: auto;
  max-width: 1600px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1199px) and (orientation: landscape) {
  .osf-lightbox__image {
    height: 50%;
    width: auto;
    position: relative;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  .osf-lightbox__image--landscape {
    height: 70%;
    width: auto;
    max-width: initial;
  }
}
.osf-lightbox__image--portrait {
  height: 75%;
  width: auto;
}
.osf-lightbox__box-preview {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.osf-lightbox__box-preview iframe {
  display: inline-block;
  position: relative;
  top: 10%;
  height: 80%;
  width: 80%;
}
@media (max-width: 991px) {
  .osf-lightbox__box-preview iframe {
    width: 95%;
  }
}
.osf-lightbox__detail-listing {
  position: fixed;
  overflow: auto;
  top: 10%;
  height: 80%;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffffff;
  font-size: 1.2em;
}
@media (max-width: 991px) {
  .osf-lightbox__detail-listing {
    width: 95%;
  }
}
.osf-lightbox__detail-heading {
  font-size: 1.4em;
  padding: 15px;
  display: block;
}
@media (max-width: 767px) {
  .osf-lightbox__detail-heading {
    display: block;
    clear: left;
  }
}
.osf-lightbox__detail-thumb {
  float: left;
  width: 200px;
  margin-right: 10px;
  margin-bottom: 10px;
  height: auto;
}
.osf-lightbox__detail-entry {
  padding: 5px;
}
@media (max-width: 767px) {
  .osf-lightbox__detail-entry {
    padding-left: 10px;
  }
}
.osf-lightbox__go-back {
  position: fixed;
  top: 5%;
  color: #ffffff;
  font-size: 1.4em;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.osf-lightbox__custom {
  font-size: 1.4em;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 1199px) {
  .osf-lightbox__custom {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-lightbox__custom {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-lightbox__custom {
    font-size: 1em;
  }
}
.osf-lightbox__legend-detail {
  max-width: 350px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .osf-lightbox__legend-detail {
    max-width: 500px;
    font-size: 1.1em;
  }
}
.osf-lightbox__background {
  width: 100%;
  height: 100%;
  opacity: 0.85;
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  filter: alpha(opacity=85);
  background-color: #000;
}
.osf-lightbox__print-only-caption {
  display: none;
}
@media print {
  .osf-lightbox__print-only-caption {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    display: block !important;
  }
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #f33330;
  border: 2px solid #f33330;
}
input.parsley-error:focus,
select.parsley-error:focus,
textarea.parsley-error:focus {
  outline: none !important;
  border: 2px solid #f33330 !important;
}
.parsley-errors-list {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.1em;
  line-height: 1.1em;
  color: #f33330;
  opacity: 0;
  padding-left: 10px;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.parsley-errors-list.filled {
  opacity: 1;
}
.osf-transaction-controls {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: #204d3d;
  padding-left: 2vw;
  padding-bottom: 25px;
  background-color: #e9fff7;
}
@media (min-width: 768px) {
  .osf-transaction-controls {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-transaction-controls {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-transaction-controls {
    float: left;
    width: 33.33333333%;
  }
}
.osf-transaction-controls--cart {
  float: right !important;
}
.osf-transaction-controls__heading {
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .osf-transaction-controls__heading {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .osf-transaction-controls__heading {
    font-size: 1.4em;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.osf-transaction-controls__label {
  font-size: 1.1em;
}
@media (max-width: 767px) {
  .osf-transaction-controls__label {
    font-weight: normal;
  }
}
.osf-transaction-controls__label--light {
  font-weight: normal;
  font-size: 1.2em;
}
@media (min-width: 480px) {
  .osf-transaction-controls__label--light {
    width: 85%;
  }
}
.osf-transaction-controls__label--brick-text {
  min-width: 75px;
}
.osf-transaction-controls__label--accepted-text {
  margin-left: 20px;
  margin-left: 10px;
  font-size: .8em;
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  font-weight: bold;
}
@media (max-width: 767px) {
  .osf-transaction-controls__label--accepted-text {
    margin-left: 20px;
    margin-top: 5px;
    display: block;
  }
}
.osf-transaction-controls__label--unassociated {
  font-weight: bold;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .osf-transaction-controls__label--unassociated {
    font-weight: normal;
  }
}
.osf-transaction-controls__subtotal-list {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.4em;
  font-size: 1.2em;
}
@media (max-width: 1199px) {
  .osf-transaction-controls__subtotal-list {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-transaction-controls__subtotal-list {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-transaction-controls__subtotal-list {
    font-size: 1em;
  }
}
.osf-transaction-controls__subtotal {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 2px 0;
}
.osf-transaction-controls__subtotal-column {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-transaction-controls__subtotal-column {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-transaction-controls__subtotal-column {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-transaction-controls__subtotal-column {
    float: left;
    width: 33.33333333%;
  }
}
.osf-transaction-controls__subtotal-column--right {
  text-align: right;
}
.osf-transaction-controls__details {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.4em;
  font-size: 1.2em;
  margin: 15px 0;
}
@media (max-width: 1199px) {
  .osf-transaction-controls__details {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-transaction-controls__details {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-transaction-controls__details {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .osf-transaction-controls__details {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (max-width: 767px) {
  .osf-transaction-controls__details {
    margin-top: 8px;
  }
}
.osf-transaction-controls__details--confirm {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.2em;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .osf-transaction-controls__details--confirm {
    padding-bottom: 5px;
  }
}
.osf-transaction-controls__details--confirm span {
  display: block;
}
.osf-transaction-controls__link {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.4em;
  font-size: 1.2em;
  text-align: right;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: 2px solid #eaeaea;
}
@media (max-width: 1199px) {
  .osf-transaction-controls__link {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-transaction-controls__link {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-transaction-controls__link {
    font-size: 1em;
  }
}
.osf-transaction-controls__link--left {
  text-align: left;
}
.osf-transaction-controls__listing {
  padding-left: 20px;
  padding-right: 25px;
}
.osf-transaction-controls__set {
  margin-bottom: 15px;
  margin: 35px 0px;
}
@media (max-width: 767px) {
  .osf-transaction-controls__set {
    margin: 15px 0px;
  }
}
.osf-transaction-controls__set--compact {
  margin: 0;
}
@media (max-width: 767px) {
  .osf-transaction-controls__set--compact {
    margin: 0;
  }
}
.osf-transaction-controls__set--indented {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .osf-transaction-controls__set--indented {
    padding-left: 0;
  }
}
.osf-transaction-controls__set--invalid-cc-number::after {
  display: block;
  margin-top: 10px;
  color: red;
  content: 'Please enter a valid credit card number';
}
.osf-transaction-controls__input {
  padding: 4px;
  margin-left: 20px;
  border: 1px solid #204d3d;
}
.osf-transaction-controls__input--promo {
  width: 130px;
}
.osf-transaction-controls__input--dollars {
  width: 100px;
  color: black;
  margin-left: 5px;
}
.osf-transaction-controls__input--dollars::before {
  content: "$";
}
.osf-transaction-controls__input--cc-number {
  width: 170px;
}
.osf-transaction-controls__input--cc-number:invalid {
  border-color: red;
}
.osf-transaction-controls__input--cc-number:invalid::after {
  display: block;
  margin-top: 10px;
  color: red;
  content: 'Please enter a valid credit card number';
}
.osf-transaction-controls__input--invalid {
  border-color: red;
}
.osf-transaction-controls__input--cc-security-code {
  width: 55px;
}
.osf-transaction-controls__input--cc-owner-name {
  width: 270px;
}
@media (max-width: 767px) {
  .osf-transaction-controls__input--cc-owner-name {
    width: 90%;
  }
}
.osf-transaction-controls__input--gift-certificate-amount {
  margin-left: 5px;
}
.osf-transaction-controls__input--personal-message {
  display: block;
  width: 92%;
  max-width: 470px;
}
.osf-transaction-controls__input--name,
.osf-transaction-controls__input--address,
.osf-transaction-controls__input--city,
.osf-transaction-controls__input--country,
.osf-transaction-controls__input--state,
.osf-transaction-controls__input--zip-code {
  width: 66%;
}
@media (max-width: 767px) {
  .osf-transaction-controls__input--name,
  .osf-transaction-controls__input--address,
  .osf-transaction-controls__input--city,
  .osf-transaction-controls__input--country,
  .osf-transaction-controls__input--state,
  .osf-transaction-controls__input--zip-code {
    width: 80%;
    display: block;
  }
}
.osf-transaction-controls__input--name {
  max-width: 250px;
}
.osf-transaction-controls__input--address {
  max-width: 400px;
}
.osf-transaction-controls__input--city {
  max-width: 310px;
}
.osf-transaction-controls__input--country {
  max-width: 310px;
}
.osf-transaction-controls__input--state {
  max-width: 310px;
}
.osf-transaction-controls__input--zip-code {
  max-width: 200px;
}
.osf-transaction-controls__currency-marker {
  font-size: 1.3em;
  margin-left: 20px;
}
.osf-transaction-controls__checkbox input {
  transform: scale(2);
  margin: 10px !important;
}
.osf-transaction-controls__small-note {
  display: block;
  font-size: 0.9em;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
}
.osf-transaction-controls__select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px;
  margin-left: 7px;
  padding-right: 15px;
}
.osf-transaction-controls__textarea {
  width: 100%;
}
.osf-transaction-controls__textarea--instructions {
  min-height: 100px;
  margin-top: 10px;
}
.osf-transaction-controls__button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.osf-transaction-controls__button:focus,
.osf-transaction-controls__button:active:focus,
.osf-transaction-controls__button.active:focus,
.osf-transaction-controls__button.focus,
.osf-transaction-controls__button:active.focus,
.osf-transaction-controls__button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-transaction-controls__button:hover,
.osf-transaction-controls__button:focus,
.osf-transaction-controls__button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-transaction-controls__button:active,
.osf-transaction-controls__button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-transaction-controls__button.disabled,
.osf-transaction-controls__button[disabled],
fieldset[disabled] .osf-transaction-controls__button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-transaction-controls__button.disabled,
fieldset[disabled] a.osf-transaction-controls__button {
  pointer-events: none;
}
.osf-transaction-controls__button:focus,
.osf-transaction-controls__button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-transaction-controls__button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-transaction-controls__button:active,
.osf-transaction-controls__button.active,
.open > .dropdown-toggle.osf-transaction-controls__button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-transaction-controls__button:active:hover,
.osf-transaction-controls__button.active:hover,
.open > .dropdown-toggle.osf-transaction-controls__button:hover,
.osf-transaction-controls__button:active:focus,
.osf-transaction-controls__button.active:focus,
.open > .dropdown-toggle.osf-transaction-controls__button:focus,
.osf-transaction-controls__button:active.focus,
.osf-transaction-controls__button.active.focus,
.open > .dropdown-toggle.osf-transaction-controls__button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-transaction-controls__button:active,
.osf-transaction-controls__button.active,
.open > .dropdown-toggle.osf-transaction-controls__button {
  background-image: none;
}
.osf-transaction-controls__button.disabled:hover,
.osf-transaction-controls__button[disabled]:hover,
fieldset[disabled] .osf-transaction-controls__button:hover,
.osf-transaction-controls__button.disabled:focus,
.osf-transaction-controls__button[disabled]:focus,
fieldset[disabled] .osf-transaction-controls__button:focus,
.osf-transaction-controls__button.disabled.focus,
.osf-transaction-controls__button[disabled].focus,
fieldset[disabled] .osf-transaction-controls__button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-transaction-controls__button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-transaction-controls__button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-transaction-controls__button.strong-cta:hover,
.osf-transaction-controls__button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-transaction-controls__button.strong-cta:hover[disabled],
.osf-transaction-controls__button.strong-cta:focus[disabled] {
  color: #222;
}
@media (max-width: 767px) {
  .osf-transaction-controls__button {
    white-space: normal;
  }
}
.osf-transaction-controls__button--apply {
  margin-left: 25px;
}
@media (max-width: 767px) {
  .osf-transaction-controls__button--apply {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
.osf-transaction-controls__button--apply-option-btn {
  width: 100%;
  margin-top: 20px;
}
.osf-transaction-controls__message {
  width: 100%;
  color: white;
  padding: 5px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .osf-transaction-controls__message {
    max-width: 520px;
  }
}
.osf-transaction-controls__message--error {
  background-color: #f2dede;
  color: #a94442;
}
.osf-transaction-controls__message--success {
  background-color: #dff0d8;
  color: #3c763d;
}
.osf-transaction-controls__accepted-cards {
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  max-width: 250px;
  width: 85%;
}
@media (max-width: 767px) {
  .osf-transaction-controls__accepted-cards {
    margin-left: 20px;
  }
}
.osf-transaction-summary {
  background-color: #e9fff7;
  border-top: 2px solid #204d3d;
  margin-top: 10px;
  padding-top: 20px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  border: 0;
}
.osf-transaction-summary--sticky {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  position: fixed;
  padding: 10px 15px;
  padding-left: 2vw;
  opacity: .95;
}
@media (min-width: 768px) {
  .osf-transaction-summary--sticky {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-transaction-summary--sticky {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-transaction-summary--sticky {
    top: 46px;
    right: 0;
    float: right !important;
  }
}
@media (max-width: 991px) {
  .osf-transaction-summary--sticky {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: 100000;
    width: 100%;
    border-top: 3px solid #06af73;
  }
}
.osf-transaction-summary__total {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 5px;
  color: #204d3d;
}
@media (max-width: 991px) {
  .osf-transaction-summary__total {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .osf-transaction-summary__total {
    font-size: 1.2em;
  }
}
.osf-transaction-summary__advance-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  font-size: 1.5em;
  border: 1px solid #204d3d;
  background-color: #06af73 !important;
}
.osf-transaction-summary__advance-button:focus,
.osf-transaction-summary__advance-button:active:focus,
.osf-transaction-summary__advance-button.active:focus,
.osf-transaction-summary__advance-button.focus,
.osf-transaction-summary__advance-button:active.focus,
.osf-transaction-summary__advance-button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-transaction-summary__advance-button:hover,
.osf-transaction-summary__advance-button:focus,
.osf-transaction-summary__advance-button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-transaction-summary__advance-button:active,
.osf-transaction-summary__advance-button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-transaction-summary__advance-button.disabled,
.osf-transaction-summary__advance-button[disabled],
fieldset[disabled] .osf-transaction-summary__advance-button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-transaction-summary__advance-button.disabled,
fieldset[disabled] a.osf-transaction-summary__advance-button {
  pointer-events: none;
}
.osf-transaction-summary__advance-button:focus,
.osf-transaction-summary__advance-button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-transaction-summary__advance-button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-transaction-summary__advance-button:active,
.osf-transaction-summary__advance-button.active,
.open > .dropdown-toggle.osf-transaction-summary__advance-button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-transaction-summary__advance-button:active:hover,
.osf-transaction-summary__advance-button.active:hover,
.open > .dropdown-toggle.osf-transaction-summary__advance-button:hover,
.osf-transaction-summary__advance-button:active:focus,
.osf-transaction-summary__advance-button.active:focus,
.open > .dropdown-toggle.osf-transaction-summary__advance-button:focus,
.osf-transaction-summary__advance-button:active.focus,
.osf-transaction-summary__advance-button.active.focus,
.open > .dropdown-toggle.osf-transaction-summary__advance-button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-transaction-summary__advance-button:active,
.osf-transaction-summary__advance-button.active,
.open > .dropdown-toggle.osf-transaction-summary__advance-button {
  background-image: none;
}
.osf-transaction-summary__advance-button.disabled:hover,
.osf-transaction-summary__advance-button[disabled]:hover,
fieldset[disabled] .osf-transaction-summary__advance-button:hover,
.osf-transaction-summary__advance-button.disabled:focus,
.osf-transaction-summary__advance-button[disabled]:focus,
fieldset[disabled] .osf-transaction-summary__advance-button:focus,
.osf-transaction-summary__advance-button.disabled.focus,
.osf-transaction-summary__advance-button[disabled].focus,
fieldset[disabled] .osf-transaction-summary__advance-button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-transaction-summary__advance-button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-transaction-summary__advance-button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-transaction-summary__advance-button.strong-cta:hover,
.osf-transaction-summary__advance-button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-transaction-summary__advance-button.strong-cta:hover[disabled],
.osf-transaction-summary__advance-button.strong-cta:focus[disabled] {
  color: #222;
}
@media (max-width: 767px) {
  .osf-transaction-summary__advance-button {
    font-size: 1.2em;
  }
}
.osf-transaction-summary__throbber {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e9fff7;
  opacity: .6;
  top: 0;
  display: none;
}
.osf-transaction-summary__throbber img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.osf-transaction-summary__disclaimer {
  color: #204d3d;
  padding-bottom: 10px;
}
.osf-transaction-summary--sticky {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  position: fixed;
  padding: 10px 15px;
  padding-left: 2vw;
  opacity: .95;
}
@media (min-width: 768px) {
  .osf-transaction-summary--sticky {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-transaction-summary--sticky {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-transaction-summary--sticky {
    top: 46px;
    right: 0;
    float: right !important;
  }
}
@media (max-width: 991px) {
  .osf-transaction-summary--sticky {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: 100000;
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.osf-transaction-summary__advance-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  font-size: 1.5em;
}
.osf-transaction-summary__advance-button:focus,
.osf-transaction-summary__advance-button:active:focus,
.osf-transaction-summary__advance-button.active:focus,
.osf-transaction-summary__advance-button.focus,
.osf-transaction-summary__advance-button:active.focus,
.osf-transaction-summary__advance-button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-transaction-summary__advance-button:hover,
.osf-transaction-summary__advance-button:focus,
.osf-transaction-summary__advance-button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-transaction-summary__advance-button:active,
.osf-transaction-summary__advance-button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-transaction-summary__advance-button.disabled,
.osf-transaction-summary__advance-button[disabled],
fieldset[disabled] .osf-transaction-summary__advance-button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-transaction-summary__advance-button.disabled,
fieldset[disabled] a.osf-transaction-summary__advance-button {
  pointer-events: none;
}
.osf-transaction-summary__advance-button:focus,
.osf-transaction-summary__advance-button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-transaction-summary__advance-button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-transaction-summary__advance-button:active,
.osf-transaction-summary__advance-button.active,
.open > .dropdown-toggle.osf-transaction-summary__advance-button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-transaction-summary__advance-button:active:hover,
.osf-transaction-summary__advance-button.active:hover,
.open > .dropdown-toggle.osf-transaction-summary__advance-button:hover,
.osf-transaction-summary__advance-button:active:focus,
.osf-transaction-summary__advance-button.active:focus,
.open > .dropdown-toggle.osf-transaction-summary__advance-button:focus,
.osf-transaction-summary__advance-button:active.focus,
.osf-transaction-summary__advance-button.active.focus,
.open > .dropdown-toggle.osf-transaction-summary__advance-button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-transaction-summary__advance-button:active,
.osf-transaction-summary__advance-button.active,
.open > .dropdown-toggle.osf-transaction-summary__advance-button {
  background-image: none;
}
.osf-transaction-summary__advance-button.disabled:hover,
.osf-transaction-summary__advance-button[disabled]:hover,
fieldset[disabled] .osf-transaction-summary__advance-button:hover,
.osf-transaction-summary__advance-button.disabled:focus,
.osf-transaction-summary__advance-button[disabled]:focus,
fieldset[disabled] .osf-transaction-summary__advance-button:focus,
.osf-transaction-summary__advance-button.disabled.focus,
.osf-transaction-summary__advance-button[disabled].focus,
fieldset[disabled] .osf-transaction-summary__advance-button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-transaction-summary__advance-button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-transaction-summary__advance-button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-transaction-summary__advance-button.strong-cta:hover,
.osf-transaction-summary__advance-button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-transaction-summary__advance-button.strong-cta:hover[disabled],
.osf-transaction-summary__advance-button.strong-cta:focus[disabled] {
  color: #222;
}
@media (max-width: 767px) {
  .osf-transaction-summary__advance-button {
    font-size: 1.2em;
  }
}
.osf-transaction-controls--dashboard {
  background-color: #e3f0fa;
}
.osf-transaction-controls--dashboard .osf-transaction-summary {
  background-color: #e3f0fa;
}
.osf-transaction-controls--dashboard .osf-transaction-summary__advance-button {
  border: 1px solid dark(#4b9ce0, 50%);
  background-color: #4b9ce0 !important;
}
.osf-notification-cookie {
  font-size: 12px;
  width: 580px;
  max-width: 100%;
}
.osf-gpc-popup {
  width: 400px;
}
@media (max-width: 767px) {
  .osf-notification-cookie {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .osf-notification-cookie {
    font-size: 12px;
  }
  .notifyjs-corner,
  .notifyjs-wrapper,
  .notifyjs-container {
    margin: 0 !important;
  }
  .notifyjs-corner {
    width: 100%;
  }
}
.osf-notification-close {
  position: absolute;
  top: 0;
  right: -10px;
}
@media (min-width: 768px) {
  .osf-notification-close {
    right: 5px;
  }
}
.consent-title {
  font-weight: bold;
  font-size: 12px;
  border-bottom: 1px solid #333331;
}
.osf-consent-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.osf-consent-buttons .btn {
  width: 48%;
  background-color: #000;
  border-color: #000;
  font-size: 12px;
}
@media (max-width: 550px) {
  .osf-consent-buttons .btn {
    font-size: .9em;
  }
}
.osf-consent-buttons .btn-primary:active:hover,
.osf-consent-buttons .btn-primary:active:hover {
  background-color: #212121;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20001042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20001043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 20001045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 20001044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 20001046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 5px;
  height: 5px;
  line-height: 5px;
  position: absolute;
  top: 2px;
  right: -14px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #ccc;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 70%;
  max-width: 1400px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.media-popup {
  position: relative;
  background: #000;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
/*@import "nav/_nav-variables.less";
@import "nav/_pre-nav.less";
@import "nav/_nav.less";*/
body {
  overflow-x: hidden;
}
.toggle-group .dropdown {
  display: none;
  background: white;
}
.no-hover:hover > .dropdown {
  display: none !important;
}
.osf-header .osf-cart-count::before {
  content: "(";
}
.osf-header .osf-cart-count::after {
  content: ")";
}
.osf-header .osf-cart-expiration {
  font-weight: normal;
}
.osf-header .osf-header-search {
  margin-left: auto;
  padding-right: 10px;
  font-size: 0;
}
.osf-header .osf-header-search input,
.osf-header .osf-header-search button {
  border: 1px solid #cccccc;
  background-color: #151515;
  color: #ddd;
  height: 40px;
  line-height: 40px;
  font-size: 20px !important;
}
.osf-header .osf-header-search input {
  border-radius: 0;
  padding: .3em .6em;
  width: 300px;
}
.osf-header .osf-header-search input:focus {
  background-color: #fff;
  color: #555;
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.osf-header .osf-header-search button {
  width: 40px;
  border-left: 0;
  position: relative;
  top: 2px;
}
.osf-header .play-list li {
  margin-bottom: 2px;
}
.osf-header .play-list li a {
  padding: 7px 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 0px 4px #000;
  font-weight: bold;
  position: relative;
}
.osf-header .play-list li a:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.1);
}
.osf-header .col-no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.osf-header .glyphicon {
  position: relative;
  top: .1em;
}
.osf-header .osf-header-navigation {
  position: relative;
  background: #222;
}
.osf-header .utility-nav {
  color: #ddd;
  font-size: 1.7em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.osf-header .utility-nav .glyphicon {
  padding-right: 7px;
}
.osf-header .utility-nav li {
  display: inline-block;
}
.osf-header .utility-nav li a {
  display: inline-block;
  margin: 0 1px;
  padding: 4px 10px;
  color: #ccc;
}
.osf-header .utility-nav li a:hover {
  color: #fff;
  background: #000;
}
.osf-header .utility-nav li.osf-search {
  border-left: solid 4px #555;
  padding-left: 15px;
}
.osf-header .spacer {
  flex: 1 1 auto;
}
.osf-header .woocommerce-mini-cart__empty-message {
  text-align: center;
  color: #666;
}
.osf-header .woocommerce-mini-cart .items ul,
.osf-header .woocommerce-mini-cart .checkout ul {
  list-style: none;
  padding: 0;
}
.osf-header .woocommerce-mini-cart .items ul {
  max-height: 280px;
  overflow: auto;
}
.osf-header .product-details {
  color: #818181;
}
.osf-header .tab-contents {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .osf-header .tab-contents {
    padding-top: 15px;
  }
}
.osf-header .donate-contents {
  min-height: auto;
}
.osf-header .nav-image {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .osf-header .nav-image {
    width: 50%;
    margin-top: 7px;
  }
}
.osf-header .group-header {
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  line-height: 1.4em;
  padding-top: .3em;
  padding-bottom: .3em;
  font-size: 1.1em;
}
.osf-header .group-list {
  list-style: none;
  padding-left: 0;
}
.osf-header .group-list a {
  padding-left: 10px;
  display: block;
  font-size: 1.1em;
  line-height: 1.05em;
  padding: 5px 0;
}
.osf-header .group-list a:hover {
  background-color: #eee;
}
.osf-header .toggle-group > a {
  font-weight: 700;
}
.open-tab {
  background-color: #000;
  cursor: pointer;
}
.help-dropdown {
  text-align: center;
}
.help-dropdown .help-phone h5 {
  margin-bottom: 0;
  font-size: 1.5em;
}
.help-dropdown .help-phone h3 {
  line-height: 1em;
  margin: .5em 0 .75em;
  font-weight: bold;
  color: #666;
}
.help-dropdown .help-contact-us {
  font-size: 1.25em;
}
.help-dropdown .help-inline-links {
  line-height: 3em;
}
.help-dropdown .help-inline-links a {
  display: inline;
  padding: 0;
  line-height: 2em;
  white-space: normal;
  clear: none;
  float: none;
}
.help-dropdown .help-inline-links a:hover {
  background: none;
  text-decoration: underline;
}
body.transparent-header .osf-header {
  background-color: transparent;
}
.gsc-control-cse {
  padding: 0 !important;
}
.osf-header {
  position: relative;
  z-index: 150;
  background-color: #000000;
}
.osf-header .osf-nav-ad-bg-cover,
.osf-header .osf-nav-ad-bg-fill {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 200px;
}
.osf-header .osf-nav-ad-bg-fill {
  background-size: contain;
}
.osf-header .osf-header-navigation {
  z-index: 220;
  position: relative;
}
.osf-header .mega-tabs > a,
.osf-header a.no-tabs {
  color: white;
  font-weight: bold;
  font-size: 2em;
  position: relative;
  cursor: pointer;
  padding: 15px 16px;
  display: inline-block;
  margin-right: 30px;
}
.osf-header .mega-tabs:hover > a,
.osf-header a.no-tabs:hover {
  background-color: #000;
  cursor: pointer;
}
.osf-header .mega-tabs .flex-tabs {
  display: flex;
}
.osf-header .mega-tabs .flex-tabs .nav-tabs {
  width: 240px;
  background-color: #efefef;
  padding: 8px 0 8px 8px;
  cursor: pointer;
}
.osf-header .mega-tabs .flex-tabs .nav-tabs li {
  float: none;
  display: block;
}
.osf-header .mega-tabs .flex-tabs .nav-tabs li > a {
  display: block;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  margin-right: -1px;
  cursor: pointer;
}
.osf-header .mega-tabs .flex-tabs .nav-tabs li > a:after {
  content: ">";
  position: absolute;
  font-size: 2em;
  right: 10px;
  top: 50%;
  margin-top: -0.8em;
  font-weight: bold;
  color: #777;
}
.osf-header .mega-tabs .flex-tabs .nav-tabs li.active > a:after {
  color: #000000;
}
.osf-header .mega-tabs .flex-tabs .tab-content {
  border: solid 1px rgba(0, 0, 0, 0.1);
  flex: 1 1 auto;
}
.osf-header .mega-tabs .toggle-group > a {
  font-size: .8em;
  line-height: 35px;
  background: #000;
  color: #fff;
}
.osf-header .mega-tabs .group-highlighted > a {
  font-size: .9em;
}
.osf-header .mega-tabs > .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f5f5f5;
  box-shadow: 0px 6px 9px 0px #000000;
  font-size: 1.5em;
  border: solid 8px #222;
  border-top: 0;
  background: #000;
}
.osf-header .mega-tabs > .donate-dropdown {
  width: 800px;
  min-height: auto;
  background-color: white;
  background: white;
  left: unset;
}
.osf-header .donate-tab {
  display: flex;
  justify-content: center;
}
.osf-header .osf-header-all,
.osf-header .osf-header-navigation {
  display: flex;
  align-items: center;
}
.osf-header .osf-header-all {
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1920px;
  padding: 0;
}
.osf-header .osf-header-navigation {
  flex-basis: 100%;
  width: 100%;
}
.osf-header .navbar-brand {
  padding: 0 15px 12px 0;
  margin-top: 5px;
  height: auto;
}
.osf-header .navbar-brand img {
  height: 120px;
}
.osf-header .navbar-nav > li a .fa {
  font-size: 1.3em;
  position: relative;
  bottom: -2px;
}
.osf-header .navbar-nav > li > a,
.osf-header .navbar-nav > li > a:hover,
.osf-header .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
  font-weight: bold;
}
.osf-header .navbar-nav > li:hover > a,
.osf-header .navbar-nav > li > a:focus {
  background-color: #000;
  cursor: pointer;
}
.osf-header .navbar-nav li:hover > .dropdown-menu,
.osf-header .mini-cart-overview:hover > .dropdown-menu {
  display: block;
}
@media (min-width: 992px) {
  .transparent-header #content {
    margin-top: 0 !important;
  }
  .transparent-header .osf-header {
    background-color: transparent;
    position: absolute;
    width: 100%;
  }
  .osf-header .nav,
  .osf-header .tab-contents {
    min-height: 400px;
  }
  .osf-header .donate-contents {
    padding-top: 10px;
  }
  .osf-header .toggle-group:hover > .dropdown {
    min-height: 400px;
  }
  .osf-header .group-list-large li a {
    padding: 16px;
  }
}
@media (min-width: 768px) {
  .col-vertical-ads {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .col-vertical-ads .ad {
    min-height: 150px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    flex-grow: 1;
    width: 100%;
  }
  .group-header-image {
    min-height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 7px;
    position: relative;
  }
  .group-header-image:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
  }
  .glyphicon-menu-down {
    display: none;
  }
  .osf-header .tab-contents {
    display: flex;
    flex-wrap: wrap;
  }
  .osf-cart {
    position: relative;
  }
  .osf-cart .osf-cart-count::after {
    content: " item(s)";
    font-size: .7em;
  }
  .osf-cart .osf-cart-count::before {
    content: "";
  }
  .osf-header .osf-login-logout {
    position: relative;
  }
  .osf-header .osf-cart-count,
  .osf-header .osf-logout-link,
  .osf-header .osf-cart-expiration {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    margin-top: -0.4em !important;
    font-size: .75em;
    text-align: right;
    font-weight: bold;
    padding: 0 10px 0 0 !important;
  }
  .osf-header .osf-cart-expiration {
    font-size: .6em;
    top: -0.7em;
    font-weight: normal;
  }
  .osf-header .exp-label {
    font-size: .8em;
  }
  .osf-header .osf-logout-link {
    font-size: 0.6em;
  }
  .osf-header .osf-header-navigation {
    display: flex !important;
  }
  .osf-header .toggle-group:hover > .dropdown {
    display: block;
  }
  .osf-header .toggle-group > .dropdown {
    border-top: 0;
  }
  .osf-header .toggle-group .link-content {
    position: relative;
    z-index: 3;
  }
  .osf-header .mega-tabs .toggle-group:hover > a::after,
  .osf-header .mega-tabs .toggle-group:hover > a::before,
  .osf-header .osf-large-tabs:not(:hover) > ul > li.toggle-group:first-child > a::after {
    content: " ";
    background: #222;
    position: absolute;
    right: -6px;
    bottom: -10px;
    width: 100px;
    height: 33px;
    transform: rotate(10deg);
    z-index: 2;
  }
  .osf-header .mega-tabs .toggle-group:hover > a::before {
    top: -10px;
    bottom: auto;
    transform: rotate(-10deg);
  }
  .osf-header .mega-tabs .toggle-group:first-child a::before {
    display: none !important;
  }
  .osf-header .mega-tabs .toggle-group:last-child a::after {
    display: none !important;
  }
  .osf-header .osf-large-tabs > ul > li {
    position: static;
  }
  .osf-header .osf-large-tabs > ul > li > a {
    width: 200px;
    background: #f5f5f5;
    padding: 15px;
  }
  .osf-header .osf-large-tabs > ul > li > a .glypthicon-menu-down {
    float: right;
    font-size: 1.6em;
    margin-right: 5px;
  }
  .osf-header .osf-large-tabs > ul > li:hover > a {
    background-color: #222;
  }
  .osf-header .osf-large-tabs > ul > li > .dropdown {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 200px);
    padding-left: 10px;
    min-height: 400px;
    z-index: 2;
  }
  .osf-header .osf-large-tabs:not(:hover) > ul > li.toggle-group:first-child a {
    background-color: #222;
  }
  .osf-header .osf-large-tabs:not(:hover) > ul > li.toggle-group:first-child .dropdown {
    display: block;
    z-index: 2;
  }
}
@media (max-width: 1199px) {
  .osf-header .group-header {
    font-size: 1em;
  }
  .osf-header .group-list a {
    font-size: 1em;
  }
  .osf-header .utility-nav {
    font-size: 1.5em;
  }
  .osf-header .mega-tabs > a,
  .osf-header a.no-tabs {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .osf-header .tab-contents {
    display: flex;
    flex-wrap: wrap;
  }
  .osf-header .tab-contents .col {
    width: 50%;
  }
  .osf-header .nav {
    min-height: 650px;
  }
  .osf-header .toggle-group:hover > .dropdown {
    min-height: 650px;
  }
  .osf-header .toggle-group:hover > .donate-dropdown {
    min-height: auto;
    width: 400px;
  }
}
@media (max-width: 991px) {
  .osf-header .container {
    width: auto;
  }
  .osf-header .navbar-nav > li {
    float: left;
  }
  .osf-header .navbar-brand img {
    height: 70px;
  }
  .osf-header .mega-tabs > a {
    font-size: 1.7em;
  }
  .osf-header .utility-nav {
    font-size: 1.1em;
  }
  .osf-header .mega-tabs > a,
  .osf-header a.no-tabs {
    margin-right: 20px;
    font-size: 1.35em;
  }
  .osf-header .mega-tabs > .dropdown {
    font-size: 1.2em;
  }
  .osf-header .osf-header-search input {
    width: 200px;
  }
}
@media not all and (hover: none) {
  .osf-header .desktop-in > .dropdown {
    display: block !important;
    padding-bottom: 10px;
    z-index: 10 !important;
  }
}
@media (max-width: 767px) {
  .osf-header .osf-header-search {
    padding: 3px 15px;
  }
  .osf-header .osf-header-search input {
    width: calc(100% - 40px);
  }
  .osf-header .nav-search {
    margin-left: auto;
  }
  .osf-header .mega-tabs > a,
  .osf-header a.no-tabs {
    font-size: 1.2em;
  }
  .osf-header .osf-nav-image {
    max-width: 30%;
    margin: 0 auto;
  }
  .osf-header .tab-contents {
    padding-top: 0;
  }
  .osf-header .utility-nav li {
    float: left;
  }
  .osf-header .utility-nav li a {
    padding: 4px 8px;
  }
  .osf-header .utility-nav .osf-wish-lists {
    clear: left;
  }
  .osf-header .utility-nav .osf-wish-lists a {
    margin-left: 0;
    padding-left: 0;
  }
  .osf-header .col + .col {
    margin-top: 7px;
  }
  .osf-header .col-xs-12 {
    margin-top: 15px;
  }
  .osf-header .osf-header-all {
    padding-left: 0;
    padding-right: 0;
  }
  .osf-header .osf-header-all .logo {
    order: 0;
    flex-grow: 0;
    padding-left: 10px;
  }
  .osf-header .osf-header-all .utility-nav {
    order: 2;
    margin-bottom: 10px;
  }
  .osf-header .osf-header-all .osf-header-navigation {
    order: 5;
  }
  .osf-header .osf-header-navigation {
    flex-wrap: wrap;
  }
  .osf-header .osf-header-navigation .osf-header-search {
    flex-basis: 100%;
    width: 100%;
    display: none;
  }
  .osf-header .osf-header-navigation a {
    display: block;
  }
  .osf-header .mega-tabs,
  .osf-header a.no-tabs {
    margin-right: 0;
  }
  .osf-header .mega-tabs > a {
    margin: 0;
  }
  .osf-header .mega-tabs > a .fa-angle-down {
    float: right;
  }
  .osf-header .mega-tabs:hover > a {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    box-shadow: none;
    background-color: transparent;
  }
  .osf-header .mega-tabs > .dropdown {
    box-shadow: none;
  }
  .osf-header .mobile-in > .dropdown {
    display: block !important;
    padding-bottom: 10px;
  }
  .osf-header .mobile-in > .donate-dropdown {
    left: 0;
    width: 100%;
  }
  .osf-header .glypthicon-menu-down {
    display: none;
  }
  .osf-header .navbar-nav li:hover > .dropdown-menu {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .osf-header .navbar-brand img {
    height: 45px;
  }
  .osf-header .utility-nav {
    font-size: 1em;
  }
  .osf-header .utility-nav .glyphicon {
    display: none;
  }
  .osf-header .mega-tabs > a,
  .osf-header a.no-tabs {
    font-size: 1.1em;
  }
  .osf-header .icon,
  .osf-header .fa-solid {
    display: none;
  }
  .osf-header .nav-search .icon {
    display: block;
  }
}
@media (max-width: 400px) {
  .osf-header .utility-nav {
    font-size: .9em;
  }
  .osf-header .utility-nav li a {
    padding: 4px;
  }
  .osf-header .mega-tabs > a,
  .osf-header a.no-tabs {
    font-size: 1em;
    padding: 10px 8px;
  }
  .osf-header .donate-dropdown .osf-nav-ad-bg-fill {
    min-height: 100px;
  }
  .osf-header .donate-dropdown {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
@media print {
  .osf-navbar {
    display: none;
  }
  .osf-print-header {
    padding: 30px;
    display: flex;
    max-width: 1920px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
  }
  a[href]:after {
    display: none;
  }
}
.osf-proceed-notification {
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  padding: 15px;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  text-align: right;
  border-left: 0;
  border-right: 0;
  color: #d9edf7;
  border-color: #d9edf7;
  background-color: #31708f;
}
.osf-proceed-notification h4 {
  margin-top: 0;
  color: inherit;
}
.osf-proceed-notification .alert-link {
  font-weight: bold;
}
.osf-proceed-notification > p,
.osf-proceed-notification > ul {
  margin-bottom: 0;
}
.osf-proceed-notification > p + p {
  margin-top: 5px;
}
.osf-proceed-notification hr {
  border-top-color: #a6e1ec;
}
.osf-proceed-notification .alert-link {
  color: #245269;
}
.osf-proceed-notification__link,
.osf-proceed-notification__link:visited {
  font-weight: bold;
  color: #ffffff;
}
.osf-proceed-notification__link:hover,
.osf-proceed-notification__link:active,
.osf-proceed-notification__link:focus {
  color: #ffffff;
  opacity: 0.9;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
}
.osf-print-header {
  width: 100%;
}
@media not print {
  .osf-print-header {
    display: none;
  }
}
.osf-print-header__logo {
  max-height: 100px;
}
.osf-print-header__phone {
  font-size: 1.2em;
  margin: 10px;
}
.osf-flash {
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  padding: 15px;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  text-align: right;
  border-left: 0;
  border-right: 0;
}
.osf-flash h4 {
  margin-top: 0;
  color: inherit;
}
.osf-flash .alert-link {
  font-weight: bold;
}
.osf-flash > p,
.osf-flash > ul {
  margin-bottom: 0;
}
.osf-flash > p + p {
  margin-top: 5px;
}
.osf-flash hr {
  border-top-color: #a6e1ec;
}
.osf-flash .alert-link {
  color: #245269;
}
.osf-flash--success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  color: #dff0d8;
  border-color: #dff0d8;
  background-color: #3c763d;
}
.osf-flash--success hr {
  border-top-color: #c9e2b3;
}
.osf-flash--success .alert-link {
  color: #2b542c;
}
.osf-flash--error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  color: #f2dede;
  border-color: #f2dede;
  background-color: #a94442;
}
.osf-flash--error hr {
  border-top-color: #e4b9c0;
}
.osf-flash--error .alert-link {
  color: #843534;
}
.osf-flash--warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
  color: #fcf8e3;
  border-color: #fcf8e3;
  background-color: #ae720a;
}
.osf-flash--warning hr {
  border-top-color: #f7e1b5;
}
.osf-flash--warning .alert-link {
  color: #66512c;
}
.osf-flash--info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  color: #d9edf7;
  border-color: #d9edf7;
  background-color: #31708f;
}
.osf-flash--info hr {
  border-top-color: #a6e1ec;
}
.osf-flash--info .alert-link {
  color: #245269;
}
.osf-banner {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  padding: 15px 25px;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  text-align: right;
  border-left: 0;
  border-right: 0;
}
.osf-banner h4 {
  margin-top: 0;
  color: inherit;
}
.osf-banner .alert-link {
  font-weight: bold;
}
.osf-banner > p,
.osf-banner > ul {
  margin-bottom: 0;
}
.osf-banner > p + p {
  margin-top: 5px;
}
.osf-banner hr {
  border-top-color: #a6e1ec;
}
.osf-banner .alert-link {
  color: #245269;
}
@media (max-width: 767px) {
  .osf-banner {
    padding: 7px;
    padding-right: 20px;
    font-size: 12px;
  }
}
.osf-banner--success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  color: #dff0d8;
  border-color: #dff0d8;
  background-color: #3c763d;
}
.osf-banner--success hr {
  border-top-color: #c9e2b3;
}
.osf-banner--success .alert-link {
  color: #2b542c;
}
.osf-banner--error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  color: #f2dede;
  border-color: #f2dede;
  background-color: #a94442;
}
.osf-banner--error hr {
  border-top-color: #e4b9c0;
}
.osf-banner--error .alert-link {
  color: #843534;
}
.osf-banner--warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
  color: #fcf8e3;
  border-color: #fcf8e3;
  background-color: #ae720a;
}
.osf-banner--warning hr {
  border-top-color: #f7e1b5;
}
.osf-banner--warning .alert-link {
  color: #66512c;
}
.osf-banner--info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  color: #d9edf7;
  border-color: #d9edf7;
  background-color: #31708f;
}
.osf-banner--info hr {
  border-top-color: #a6e1ec;
}
.osf-banner--info .alert-link {
  color: #245269;
}
.osf-banner .osf-banner-inner {
  max-width: 1920px;
  position: relative;
}
.osf-banner .osf-banner-close {
  position: absolute;
  top: 0;
  right: -10px;
  color: white;
}
@media (min-width: 768px) {
  .osf-banner .osf-banner-close {
    right: 5px;
  }
}
/* this module handles the styling of the primary landing page section */
.osf-landing-primary-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
  top: -2px;
  padding-bottom: 0;
  padding-top: 0;
}
@media (max-width: 991px) {
  .osf-landing-primary-section {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .osf-landing-primary-section {
    padding-top: 0px;
  }
}
@media (max-width: 914px) {
  .osf-landing-primary-section {
    flex-direction: column;
  }
}
.osf-landing-carousel {
  flex-grow: 1;
}
@media (max-width: 914px) {
  .osf-landing-carousel {
    width: 100%;
  }
}
.osf-landing-carousel__link {
  color: #222;
}
.osf-landing-carousel__tile {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
.osf-landing-carousel__image {
  position: relative;
  height: 100%;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.osf-landing-carousel__description {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  background-color: rgba(255, 255, 255, 0.85);
  bottom: -2px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.osf-landing-carousel__heading {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 2.5em;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  width: 90%;
}
@media (min-width: 992px) {
  .osf-landing-carousel__heading {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-landing-carousel__heading {
    width: 90%;
  }
}
@media (max-width: 991px) and (min-width: 1199px) {
  .osf-landing-carousel__heading {
    font-size: 2em !important;
  }
}
@media (max-width: 1199px) {
  .osf-landing-carousel__heading {
    text-align: center;
    font-size: 2.3em;
    font-weight: bold;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .osf-landing-carousel__heading {
    padding: 0;
    font-size: 1.4em;
  }
}
@media (max-width: 767px) {
  .osf-landing-carousel__heading {
    font-size: 2.0em;
  }
}
.osf-landing-carousel__detail {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  font-size: 1.2em;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .osf-landing-carousel__detail {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-landing-carousel__detail {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 1199px) {
  .osf-landing-carousel__detail {
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .osf-landing-carousel__detail {
    margin-bottom: 6px;
    padding-left: 5px;
    font-size: 1.2em;
    text-align: center;
  }
}
.osf-landing-carousel__icon {
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4.8em;
  text-align: right;
  cursor: pointer;
}
@media (min-width: 768px) {
  .osf-landing-carousel__icon {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .osf-landing-carousel__icon {
    float: left;
    width: 8.33333333%;
  }
}
.osf-landing-carousel__icon:before {
  content: "\e080";
}
@media (max-width: 1199px) {
  .osf-landing-carousel__icon {
    font-size: 3.7em;
  }
}
@media (max-width: 991px) {
  .osf-landing-carousel__icon--cta {
    display: none;
  }
}
.osf-landing-carousel__controls {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.osf-landing-carousel__prev,
.osf-landing-carousel__next {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  padding: 10px;
  font-size: 3.5em;
  color: #f1f1f1;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 991px) {
  .osf-landing-carousel__prev,
  .osf-landing-carousel__next {
    font-size: 2.7em;
  }
}
.osf-landing-carousel__prev {
  float: left !important;
}
.osf-landing-carousel__prev:before {
  content: "\e079";
}
.osf-landing-carousel__next {
  float: right !important;
}
.osf-landing-carousel__next:before {
  content: "\e080";
}
.item {
  height: inherit;
}
.carousel-inner {
  height: inherit;
}
/* This module handles the styling of the "connect with us" section on the landing page */
.osf-landing-connect {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  background-color: #222;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 8px;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .osf-landing-connect {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .osf-landing-connect {
    padding-top: 15px;
  }
}
.osf-landing-connect a {
  color: #ffffff;
  text-decoration: none;
}
.osf-landing-connect__cta {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.8em;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-landing-connect__cta {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-landing-connect__cta {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-landing-connect__cta {
    float: left;
    width: 25%;
  }
}
@media (max-width: 991px) {
  .osf-landing-connect__cta {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .osf-landing-connect__cta {
    padding-top: 10px;
  }
}
.osf-landing-connect__link-list {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
}
@media (min-width: 768px) {
  .osf-landing-connect__link-list {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-landing-connect__link-list {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-landing-connect__link-list {
    float: left;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .osf-landing-connect__link-list {
    padding-top: 20px;
  }
}
.osf-landing-connect__link {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .osf-landing-connect__link {
    text-align: center;
  }
}
.osf-landing-connect__network {
  font-size: 1.4em;
}
@media (max-width: 1395px) {
  .osf-landing-connect__network {
    display: none;
  }
}
.osf-landing-connect__icon {
  -webkit-transform: translateY(-15%);
  -moz-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  -o-transform: translateY(-15%);
  transform: translateY(-15%);
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  margin-right: 25px;
  opacity: .7;
}
@media (max-width: 1199px) {
  .osf-landing-connect__icon--twitter,
  .osf-landing-connect__icon--facebook,
  .osf-landing-connect__icon--instagram {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.osf-landing-connect__icon--twitter {
  background-image: url('/media/img/twitter-icon-mono.svg');
}
.osf-landing-connect__icon--facebook {
  background-image: url('/media/img/facebook-icon-mono.svg');
}
.osf-landing-connect__icon--instagram {
  background-image: url('/media/img/instagram-icon-mono.svg');
}
.osf-landing-connect__icon--email {
  background-image: url('/media/img/email-icon-mono.svg');
}
@media (max-width: 1199px) {
  .osf-landing-connect__icon--email {
    float: right;
  }
}
@media (max-width: 767px) {
  .osf-landing-connect__icon--email {
    float: none;
    display: inline-block;
    margin-top: 10px;
    margin-right: 0;
    width: 100%;
  }
}
.osf-landing-connect__join-email {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .osf-landing-connect__join-email {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-landing-connect__join-email {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-landing-connect__join-email {
    float: left;
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .osf-landing-connect__join-email {
    margin-top: 25px;
    border-top: 2px solid #5f5f5f;
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .osf-landing-connect__join-email {
    text-align: center;
  }
}
.osf-landing-connect__email-cta {
  font-size: 1.4em;
}
@media (max-width: 1199px) {
  .osf-landing-connect__email-cta {
    float: right;
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .osf-landing-connect__email-cta {
    float: none;
    font-size: 1.2em;
    margin-right: 0;
    width: 100%;
  }
}
/* this module handles the styling of the secondary section of the landing page */
.osf-landing-secondary-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  padding-top: 0;
}
@media (max-width: 991px) {
  .osf-landing-secondary-section {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .osf-landing-secondary-section {
    padding-top: 0px;
  }
}
.osf-landing-tile-grid {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.osf-landing-tile {
  background: #000;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  height: 160px;
  overflow: hidden;
  border: 2px solid #ffffff;
  /*
        this covers a few blind spots so we can reuse the same link tile
        images and content items universally on the home page
    */
}
@media (min-width: 768px) {
  .osf-landing-tile {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-landing-tile {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-landing-tile {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .osf-landing-tile {
    height: 200px;
  }
}
.osf-landing-tile--1 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-landing-tile--1 {
    float: left;
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-landing-tile--1 {
    float: left;
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-landing-tile--1 {
    float: left;
    width: 8.33333333%;
  }
}
.osf-landing-tile--2 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-landing-tile--2 {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-landing-tile--2 {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .osf-landing-tile--2 {
    float: left;
    width: 16.66666667%;
  }
}
.osf-landing-tile--3 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-landing-tile--3 {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .osf-landing-tile--3 {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .osf-landing-tile--3 {
    float: left;
    width: 25%;
  }
}
.osf-landing-tile--4 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-landing-tile--4 {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-landing-tile--4 {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-landing-tile--4 {
    float: left;
    width: 33.33333333%;
  }
}
.osf-landing-tile--5 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-landing-tile--5 {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-landing-tile--5 {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  .osf-landing-tile--5 {
    float: left;
    width: 41.66666667%;
  }
}
.osf-landing-tile--6 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-landing-tile--6 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-landing-tile--6 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-landing-tile--6 {
    float: left;
    width: 50%;
  }
}
.osf-landing-tile--7 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-landing-tile--7 {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-landing-tile--7 {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-landing-tile--7 {
    float: left;
    width: 58.33333333%;
  }
}
.osf-landing-tile--8 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-landing-tile--8 {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-landing-tile--8 {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .osf-landing-tile--8 {
    float: left;
    width: 66.66666667%;
  }
}
.osf-landing-tile__image {
  height: 100%;
  width: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 490px) and (max-width: 767px) {
  .osf-landing-tile__image {
    width: 100%;
    height: auto;
    top: 80px;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 1760px) {
  .osf-landing-tile--4 > .osf-landing-tile__image,
  .osf-landing-tile--5 > .osf-landing-tile__image,
  .osf-landing-tile--6 > .osf-landing-tile__image,
  .osf-landing-tile--7 > .osf-landing-tile__image,
  .osf-landing-tile--8 > .osf-landing-tile__image {
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.osf-landing-tile__description {
  color: #ffffff;
  padding: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-shadow: 3px 3px 8px #000000;
  background-color: rgba(0, 0, 0, 0.7);
}
.osf-landing-tile__description--dark {
  color: #000;
  background-color: rgba(250, 250, 250, 0.5);
}
.osf-landing-tile__heading {
  font-size: 1.4em;
}
.osf-landing-tile__details {
  font-size: 1.1em;
  max-height: 3.0em;
  overflow: hidden;
  opacity: 0.85;
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  filter: alpha(opacity=85);
}
.osf-header-section {
  margin-left: -15px;
  margin-right: -15px;
}
.osf-masthead-subsection {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  background-size: cover;
  background-position: center;
  /*background-image: url('/media/img/background-blur-2.jpg');*/
  background-color: #222;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .osf-masthead-subsection {
    float: left;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .osf-masthead-subsection {
    padding-top: 0;
  }
}
.osf-masthead-subsection--no-image {
  height: auto;
}
.osf-masthead-subsection__image {
  position: relative;
  width: 100%;
  height: auto;
}
.osf-masthead-subsection__details {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  background-color: rgba(255, 255, 255, 0.85);
}
.osf-masthead-subsection__details:first-child {
  float: left;
  position: relative;
}
.osf-masthead-subsection__event-title {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .osf-masthead-subsection__event-title {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-masthead-subsection__event-title {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .osf-masthead-subsection__event-title {
    float: left;
    width: 66.66666667%;
  }
}
.osf-masthead-subsection__event-title--wide {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .osf-masthead-subsection__event-title--wide {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-masthead-subsection__event-title--wide {
    float: left;
    width: 100%;
  }
}
.osf-masthead-subsection__event-title h1 {
  margin: 0;
  padding: 12px 0px 5px 0px;
  font-size: 3.0em;
}
@media (max-width: 768px) {
  .osf-masthead-subsection__event-title h1 {
    font-size: 2.3em;
    font-weight: bold;
  }
}
@media (max-width: 300px) {
  .osf-masthead-subsection__event-title h1 {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  .osf-masthead-subsection__event-title h1 {
    padding-left: 30px;
  }
}
.osf-masthead-subsection__photo-credit {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 32px;
  color: #666666;
  background-color: rgba(128, 128, 128, 0.2);
}
@media (max-width: 767px) {
  .osf-masthead-subsection__photo-credit {
    font-size: 10px;
    min-height: auto;
  }
  .osf-masthead-subsection__photo-credit .osf-lightbox__icon {
    display: none;
  }
}
.osf-masthead-subsection__photo-credit span {
  float: right;
}
.osf-masthead-subsection__quick-credit-listing {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0px 15px 5px 15px;
  width: 100%;
  float: left;
  font-size: 1.2em;
}
@media (min-width: 1200px) {
  .osf-masthead-subsection__quick-credit-listing {
    padding-left: 45px;
  }
}
@media (max-width: 767px) {
  .osf-masthead-subsection__quick-credit {
    display: block;
  }
}
@media (min-width: 768px) {
  .osf-masthead-subsection__quick-credit:not(:last-child):after {
    content: "\0000a0| ";
  }
}
.osf-masthead-cta {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
  position: absolute;
  top: 0;
  color: #ffffff;
}
@media (min-width: 768px) {
  .osf-masthead-cta {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-masthead-cta {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .osf-masthead-cta {
    left: 75%;
  }
}
@media (max-width: 991px) {
  .osf-masthead-cta {
    height: 80px;
    bottom: 125px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .osf-masthead-cta {
    bottom: 137px;
  }
}
.osf-masthead-cta__backing {
  width: 100%;
  height: 100%;
  opacity: 0.75;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
  background-color: #151515;
}
.osf-masthead-cta__all-details {
  position: absolute;
  padding: 25px;
  top: 54%;
  -webkit-transform: translateY(-65%);
  -moz-transform: translateY(-65%);
  -ms-transform: translateY(-65%);
  -o-transform: translateY(-65%);
  transform: translateY(-65%);
}
@media (max-width: 1199px) {
  .osf-masthead-cta__all-details {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    font-size: .8em;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 10px;
  }
}
.osf-masthead-cta__heading {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .osf-masthead-cta__heading {
    float: left;
    font-size: 2.1em;
    padding-top: 7px;
  }
}
@media (max-width: 767px) {
  .osf-masthead-cta__heading {
    font-size: 1.6em;
    margin-bottom: 0;
    padding-top: 0;
    font-weight: normal;
  }
}
.osf-masthead-cta__detail-1 {
  font-size: 1.4em;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  .osf-masthead-cta__detail-1 {
    float: left;
    margin-left: 40px;
    font-size: 2.1em;
    padding-top: 7px;
  }
}
@media (max-width: 767px) {
  .osf-masthead-cta__detail-1 {
    font-size: 1.6em;
    clear: left;
    margin-left: 2px;
  }
}
.osf-masthead-cta__detail-2 {
  font-size: 1.1em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .osf-masthead-cta__detail-2 {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .osf-masthead-cta__detail-2 {
    display: none !important;
  }
}
.osf-masthead-cta__button {
  width: 80%;
  position: relative;
  background-color: rgba(180, 180, 180, 0.5);
  font-size: 1.6em;
  padding: 10px;
  border: 3px solid rgba(250, 250, 250, 0.9);
  color: #ffffff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
@media (max-width: 1420px) {
  .osf-masthead-cta__button {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .osf-masthead-cta__button {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    width: auto;
    padding: 4px;
    margin-left: 40px;
    right: 30px;
    left: inherit;
    position: absolute;
    height: 70%;
    font-size: 1.4em;
  }
}
@media (max-width: 767px) {
  .osf-masthead-cta__button {
    background-color: transparent;
    border: 0;
  }
}
@media (max-width: 767px) {
  .osf-masthead-cta__cta-text {
    display: none !important;
  }
}
.osf-masthead-cta__chevron {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(200, 200, 200, 0.5);
  padding: 10px;
  margin-left: 16px;
  padding-bottom: 15px;
}
.osf-masthead-cta__chevron:before {
  content: "\e080";
}
@media (max-width: 767px) {
  .osf-masthead-cta__chevron {
    padding: 15px;
    font-size: 1.6em;
  }
}
.osf-dates-and-venue-subsection {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(128, 128, 128, 0.2);
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 15px;
}
@media (min-width: 1200px) {
  .osf-dates-and-venue-subsection {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-dates-and-venue-subsection {
    padding-left: 45px;
  }
}
.osf-dates-and-venue-subsection__dates,
.osf-dates-and-venue-subsection__venue {
  color: #494949;
  font-size: 1.2em;
}
.osf-dates-and-venue-subsection__dates:not(:last-child):after,
.osf-dates-and-venue-subsection__venue:not(:last-child):after {
  content: "\0000a0| ";
}
@media (max-width: 480px) {
  .osf-dates-and-venue-subsection__dates,
  .osf-dates-and-venue-subsection__venue {
    font-size: 1em;
    display: block;
  }
  .osf-dates-and-venue-subsection__dates:not(:last-child):after,
  .osf-dates-and-venue-subsection__venue:not(:last-child):after {
    content: " ";
  }
}
.osf-content-primary-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 0;
  padding-top: 0;
}
@media (max-width: 991px) {
  .osf-content-primary-section {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .osf-content-primary-section {
    padding-top: 0;
  }
}
.osf-content-primary-section__main-block {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-content-primary-section__main-block {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-content-primary-section__main-block {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .osf-content-primary-section__main-block {
    float: left;
    width: 66.66666667%;
  }
}
.osf-content-primary-section__main-block--narrow {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .osf-content-primary-section__main-block--narrow {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-content-primary-section__main-block--narrow {
    float: left;
    width: 58.33333333%;
  }
}
.osf-content-primary-section__main-text {
  float: left;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.4em;
  padding: 10px 4vw 30px 4vw;
}
@media (min-width: 768px) {
  .osf-content-primary-section__main-text {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-content-primary-section__main-text {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-content-primary-section__main-text {
    float: left;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .osf-content-primary-section__main-text {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-content-primary-section__main-text {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-content-primary-section__main-text {
    font-size: 1em;
  }
}
@media (max-width: 320px) {
  .osf-content-primary-section__main-text {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}
.osf-content-primary-section__heading {
  color: #151515;
  font-weight: bold;
}
@media (max-width: 991px) {
  .osf-content-primary-section__heading {
    font-size: 1.4em;
  }
}
.osf-sponsors-subsection {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
  padding-left: 4vw;
  padding-bottom: 25px;
  background-image: url("/media/img/block-35-white.svg");
  background-color: #151515;
}
@media (min-width: 768px) {
  .osf-sponsors-subsection {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-sponsors-subsection {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-sponsors-subsection {
    float: left;
    width: 100%;
  }
}
.osf-sponsors-subsection--narrow {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .osf-sponsors-subsection--narrow {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-sponsors-subsection--narrow {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-sponsors-subsection--narrow {
    float: left;
    width: 16.66666667%;
  }
}
.osf-sponsors-subsection__heading {
  margin-bottom: 10px;
  font-size: 1.6em;
  font-weight: bold;
}
.osf-sponsors-subsection__total-list {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 25px;
}
.osf-sponsors-subsection--narrow .osf-sponsors-subsection__total-list {
  padding-right: 5px;
}
.osf-sponsors-subsection__sponsor-level {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  list-style-type: none;
  padding-left: 22px;
  text-indent: -22px;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-right: 35px;
}
@media (min-width: 768px) {
  .osf-sponsors-subsection__sponsor-level {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-sponsors-subsection__sponsor-level {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-sponsors-subsection__sponsor-level {
    float: left;
    width: 25%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .osf-sponsors-subsection__sponsor-level:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .osf-sponsors-subsection__sponsor-level:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .osf-sponsors-subsection__sponsor-level:nth-child(4n+1) {
    clear: left;
  }
}
.osf-sponsors-subsection--narrow .osf-sponsors-subsection__sponsor-level {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 5px;
}
@media (min-width: 992px) {
  .osf-sponsors-subsection--narrow .osf-sponsors-subsection__sponsor-level {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-sponsors-subsection--narrow .osf-sponsors-subsection__sponsor-level {
    float: left;
    width: 100%;
  }
}
.osf-sponsors-subsection__sponsor a {
  color: #ffffff;
  text-decoration: underline;
}
.osf-sponsors-subsection__sponsor img {
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 100%;
  height: auto;
}
.osf-sponsors-subsection__sponsor:first-child {
  font-weight: bold;
  font-size: 1.4em;
}
.osf-sponsors-subsection__sponsor:not(:first-child) {
  padding-left: 10px;
  font-size: 1.4em;
}
@media (max-width: 1199px) {
  .osf-sponsors-subsection__sponsor:not(:first-child) {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-sponsors-subsection__sponsor:not(:first-child) {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-sponsors-subsection__sponsor:not(:first-child) {
    font-size: 1em;
  }
}
.osf-inline-buy-subsection {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
  color: #ffffff;
  background-color: #151515;
}
@media (min-width: 768px) {
  .osf-inline-buy-subsection {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-inline-buy-subsection {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-inline-buy-subsection {
    float: left;
    width: 33.33333333%;
  }
}
@media print {
  .osf-inline-buy-subsection {
    display: none;
  }
}
.osf-inline-buy-subsection__heading {
  text-align: center;
  font-weight: bold;
}
@media (max-width: 991px) {
  .osf-inline-buy-subsection__heading {
    margin-top: 30px;
  }
}
.osf-inline-buy-subsection__counter {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0.85;
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  filter: alpha(opacity=85);
  font-size: 1.3em;
  text-align: center;
  padding-bottom: 10px;
}
.osf-inline-buy-calendar {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .osf-inline-buy-calendar {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-inline-buy-calendar {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-inline-buy-calendar {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .osf-inline-buy-calendar {
    border-right: 4px solid #ffffff;
  }
}
.osf-inline-buy-calendar__wrapper {
  width: 315px;
  height: 350px;
  margin-top: 25px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.osf-inline-buy-calendar__wrapper table,
.osf-inline-buy-calendar__wrapper tr {
  width: 100%;
}
.osf-inline-buy-calendar__wrapper th {
  font-size: 1.0em;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.osf-inline-buy-calendar__wrapper td {
  text-align: center;
  vertical-align: middle;
  height: 44px;
  font-size: 1.2em;
  margin: 3px;
  background-scale: cover;
  color: #ffffff;
  background-color: transparent !important;
}
@media (max-width: 767px) {
  .osf-inline-buy-calendar__wrapper td {
    height: 44px;
    padding-top: 4px;
  }
}
.osf-inline-buy-calendar__wrapper a {
  color: #ffffff !important;
}
.osf-inline-buy-calendar__wrapper a:focus {
  text-decoration: none;
}
.osf-inline-buy-calendar__header {
  font-weight: bold;
}
.osf-inline-buy-calendar__header td {
  outline: 2px solid #ffffff;
  outline-offset: -2px;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  background-image: url('/media/img/block-35-white.svg');
}
.osf-inline-buy-calendar__day {
  outline: 2px solid #ffffff;
  outline-offset: -4px;
  opacity: 0.4;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
  background-color: transparent;
}
.osf-inline-buy-calendar__day--evening,
.osf-inline-buy-calendar__day--matinee,
.osf-inline-buy-calendar__day--both {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  background-repeat: no-repeat;
}
.osf-inline-buy-calendar__day--evening {
  background-image: url('/media/img/triangle-lower.svg');
}
.osf-inline-buy-calendar__day--matinee {
  background-image: url('/media/img/triangle-upper.svg');
}
.osf-inline-buy-calendar__day--both {
  background-image: url('/media/img/block-35-white.svg');
}
.osf-inline-buy-day {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  position: absolute;
  margin-top: 5px;
  top: 0;
  left: 105%;
  color: #222;
  min-height: 350px;
}
.osf-inline-buy-day__header {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2em;
}
.osf-inline-buy-day__close-button {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  min-width: 48px;
  min-height: 70px;
  padding: 10px;
  cursor: pointer;
}
.osf-inline-buy-day__close-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.5em;
  color: #B1B1B1;
}
.osf-inline-buy-day__close-icon:before {
  content: "\e014";
}
.osf-inline-buy-day__date {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  min-height: 70px;
  padding: 10px;
  font-weight: bold;
  opacity: 0.6;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  display: none;
}
.osf-inline-buy-day__date span {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.osf-inline-buy-day__listing {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.osf-inline-buy-day__throbber {
  width: 100%;
  height: 150px;
  top: 0;
  left: 0;
  font-size: 1.8em;
  text-align: center;
  padding-top: 10px;
}
.osf-inline-buy-day__throbber img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 128px;
  height: auto;
}
.osf-inline-buy-day__event {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.4em;
  font-size: 1.2em;
  padding: 0;
  clear: left;
  background-color: rgba(34, 34, 34, 0.1);
  margin-bottom: 10px;
  border: 3px solid rgba(34, 34, 34, 0.3);
  display: none;
}
@media (max-width: 1199px) {
  .osf-inline-buy-day__event {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-inline-buy-day__event {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-inline-buy-day__event {
    font-size: 1em;
  }
}
.osf-inline-buy-day__heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  background-color: rgba(34, 34, 34, 0.2);
  padding: 3px;
}
.osf-inline-buy-day__subtopic {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 0.9em;
  opacity: 0.75;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
}
.osf-inline-buy-day__availability {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  background-color: rgba(34, 34, 34, 0.05);
  clear: left;
  padding: 2px;
  font-size: 0.9em;
}
.osf-inline-buy-day__title {
  position: relative;
  float: left;
  width: 70.83333333%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-weight: bold;
  max-height: 43px;
  overflow: hidden;
  max-height: 50px;
}
.osf-inline-buy-day__start-time {
  position: relative;
  float: left;
  width: 29.16666667%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}
.osf-inline-buy-day__pricing,
.osf-inline-buy-day__keyword-list {
  font-size: 0.8em;
}
.osf-inline-buy-day__pricing {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 3px;
}
.osf-inline-buy-day__pricing span {
  display: inline-block;
  padding-right: 10px;
}
.osf-inline-buy-day__keyword-list {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding: 3px;
  padding-top: 0;
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  max-height: 38px;
  overflow: hidden;
}
.osf-inline-buy-day__keyword-list li {
  display: inline-block;
}
.osf-inline-buy-day__keyword-list li:not(:last-child)::after {
  content: "\2022";
  padding-left: 5px;
}
.osf-inline-buy-day__pricing,
.osf-inline-buy-day__keyword-list,
.osf-inline-buy-day__availability,
.osf-inline-buy-day__subtopic,
.osf-inline-buy-day__add-to-wish-list {
  padding-left: 8px;
}
.osf-inline-buy-day__add-to-wish-list {
  color: #004c8b;
  cursor: pointer;
  font-size: 0.8em;
}
.osf-inline-buy-day__wish-list-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: .9em;
  margin-right: 3px;
}
.osf-inline-buy-day__wish-list-icon:before {
  content: "\e006";
}
@media (max-width: 991px) and (min-width: 768px) {
  .osf-inline-buy-day__wish-list-icon::before {
    position: relative;
    left: -8px;
  }
}
.osf-inline-buy-day__cta {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 3px;
  margin-top: 5px;
}
.osf-inline-buy-day__button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 0.9em;
}
.osf-inline-buy-day__button:focus,
.osf-inline-buy-day__button:active:focus,
.osf-inline-buy-day__button.active:focus,
.osf-inline-buy-day__button.focus,
.osf-inline-buy-day__button:active.focus,
.osf-inline-buy-day__button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-inline-buy-day__button:hover,
.osf-inline-buy-day__button:focus,
.osf-inline-buy-day__button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-inline-buy-day__button:active,
.osf-inline-buy-day__button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-inline-buy-day__button.disabled,
.osf-inline-buy-day__button[disabled],
fieldset[disabled] .osf-inline-buy-day__button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-inline-buy-day__button.disabled,
fieldset[disabled] a.osf-inline-buy-day__button {
  pointer-events: none;
}
.osf-inline-buy-day__button:focus,
.osf-inline-buy-day__button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-inline-buy-day__button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-inline-buy-day__button:active,
.osf-inline-buy-day__button.active,
.open > .dropdown-toggle.osf-inline-buy-day__button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-inline-buy-day__button:active:hover,
.osf-inline-buy-day__button.active:hover,
.open > .dropdown-toggle.osf-inline-buy-day__button:hover,
.osf-inline-buy-day__button:active:focus,
.osf-inline-buy-day__button.active:focus,
.open > .dropdown-toggle.osf-inline-buy-day__button:focus,
.osf-inline-buy-day__button:active.focus,
.osf-inline-buy-day__button.active.focus,
.open > .dropdown-toggle.osf-inline-buy-day__button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-inline-buy-day__button:active,
.osf-inline-buy-day__button.active,
.open > .dropdown-toggle.osf-inline-buy-day__button {
  background-image: none;
}
.osf-inline-buy-day__button.disabled:hover,
.osf-inline-buy-day__button[disabled]:hover,
fieldset[disabled] .osf-inline-buy-day__button:hover,
.osf-inline-buy-day__button.disabled:focus,
.osf-inline-buy-day__button[disabled]:focus,
fieldset[disabled] .osf-inline-buy-day__button:focus,
.osf-inline-buy-day__button.disabled.focus,
.osf-inline-buy-day__button[disabled].focus,
fieldset[disabled] .osf-inline-buy-day__button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-inline-buy-day__button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-inline-buy-day__button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-inline-buy-day__button.strong-cta:hover,
.osf-inline-buy-day__button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-inline-buy-day__button.strong-cta:hover[disabled],
.osf-inline-buy-day__button.strong-cta:focus[disabled] {
  color: #222;
}
.osf-inline-buy-featured {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 25px 0 0 0;
  padding: 0;
  border-top: 2px solid #ffffff;
  padding-top: 25px;
}
@media (min-width: 768px) {
  .osf-inline-buy-featured {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-inline-buy-featured {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-inline-buy-featured {
    float: left;
    width: 100%;
  }
}
.osf-inline-buy-featured a {
  color: #ffffff;
}
.osf-inline-buy-featured__heading {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6em;
  padding-left: 29px;
}
@media (max-width: 767px) {
  .osf-inline-buy-featured__heading {
    padding-left: 15px;
  }
}
.osf-inline-buy-featured__performance-list {
  font-size: 1.4em;
  font-size: 1.2em;
  list-style-type: none;
  padding: 10px 4vw 30px 4vw;
}
@media (max-width: 1199px) {
  .osf-inline-buy-featured__performance-list {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-inline-buy-featured__performance-list {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-inline-buy-featured__performance-list {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .osf-inline-buy-featured__performance-list {
    font-size: 1.1em;
    padding-left: 40px;
  }
}
.osf-inline-buy-featured__performance-type {
  font-weight: bold;
}
/*
    This module accounts for the styling of an inline contribution form
*/
.osf-inline-contribution-subsection {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
  color: #ffffff;
  background-color: #151515;
  min-height: 350px;
  padding: 0 60px;
}
@media (min-width: 768px) {
  .osf-inline-contribution-subsection {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-inline-contribution-subsection {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-inline-contribution-subsection {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 991px) and (min-width: 480px) {
  .osf-inline-contribution-subsection {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 767px) {
  .osf-inline-contribution-subsection {
    padding: 0 30px;
  }
}
.osf-inline-contribution-subsection--express {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 0 60px;
}
@media (min-width: 992px) {
  .osf-inline-contribution-subsection--express {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-inline-contribution-subsection--express {
    float: left;
    width: 41.66666667%;
  }
}
@media (max-width: 991px) {
  .osf-inline-contribution-subsection--express {
    padding: 0 150px;
  }
}
@media (max-width: 767px) {
  .osf-inline-contribution-subsection--express {
    padding: 0 25px;
  }
}
@media (min-width: 1760px) {
  .osf-inline-contribution-subsection--express {
    padding: 0 150px;
  }
}
.osf-inline-contribution-subsection__heading {
  text-align: center;
  font-weight: bold;
}
.osf-inline-contribution-subsection__detail {
  text-align: center;
  font-size: 1.2em;
}
.osf-inline-contribution-subsection__level {
  display: block;
  font-weight: bold;
}
.osf-inline-contribution-subsection__action {
  display: block;
}
.osf-inline-contribution-subsection__upgrade-credit,
.osf-inline-contribution-subsection__renewal-date {
  display: none;
  text-align: center;
  margin-top: 12px;
}
.osf-inline-contribution-form {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.4em;
  padding-bottom: 30px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .osf-inline-contribution-form {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-inline-contribution-form {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-inline-contribution-form {
    float: left;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .osf-inline-contribution-form {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-inline-contribution-form {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-inline-contribution-form {
    font-size: 1em;
  }
}
.osf-inline-contribution-form__set {
  margin-bottom: 15px;
  padding-bottom: 25px;
  text-align: center;
}
.osf-inline-contribution-form__set--more-information {
  padding-bottom: 10px;
  text-align: left;
  /*
                This is meant to offset the input width as 85%
            */
}
@media (min-width: 570px) {
  .osf-inline-contribution-form__set--more-information {
    padding-left: 15%;
  }
}
.osf-inline-contribution-form__set--more-information label {
  text-align: left;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.osf-inline-contribution-form__throbber {
  width: 85%;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
}
.osf-inline-contribution-form__throbber img {
  max-height: 48px;
  width: auto;
  margin: 5px;
}
.osf-inline-contribution-form__more-information {
  margin-top: 15px;
  display: none;
}
.osf-inline-contribution-form__input {
  padding: 4px;
  width: 90%;
  max-width: 160px;
  border: 2px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.65);
  font-size: 1.2em;
  color: #222;
}
@media (max-width: 767px) {
  .osf-inline-contribution-form__input {
    width: 75%;
  }
}
.osf-inline-contribution-form__input--more-information {
  width: 85%;
  max-width: 400px;
}
@media (max-width: 960px) {
  .osf-inline-contribution-form__input--more-information {
    max-width: inherit;
  }
}
@media (max-width: 570px) {
  .osf-inline-contribution-form__input--more-information {
    width: 100%;
  }
}
.osf-inline-contribution-form__input--currency {
  max-width: 160px;
  margin-left: 0;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.osf-inline-contribution-form__input--currency::-webkit-inner-spin-button,
.osf-inline-contribution-form__input--currency::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.osf-inline-contribution-form__input--option {
  max-width: none;
  margin-top: 5px;
  margin-bottom: 2px;
  border: 1px solid #222 !important;
}
.osf-inline-contribution-form__input--textarea {
  max-width: none;
  height: 150px;
  width: 92%;
}
.osf-inline-contribution-form__input--short {
  max-width: 205px;
}
.osf-inline-contribution-form__input--shortest {
  max-width: 100px;
}
.osf-inline-contribution-form__currency-marker {
  font-size: 1.3em;
  display: inline-block;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.osf-inline-contribution-form__label {
  font-size: 1.1em;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-weight: normal;
  text-align: center;
}
.osf-inline-contribution-form__label--subheading {
  font-size: 1.4em;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  padding: 10px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: left;
}
.osf-inline-contribution-form__label a {
  color: #ffffff;
}
.osf-inline-contribution-form__checkbox {
  float: left;
  width: 8.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}
@media (min-width: 768px) {
  .osf-inline-contribution-form__checkbox {
    float: left;
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-inline-contribution-form__checkbox {
    float: left;
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-inline-contribution-form__checkbox {
    float: left;
    width: 8.33333333%;
  }
}
.osf-inline-contribution-form__checkbox input {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
@media (max-width: 767px) {
  .osf-inline-contribution-form__checkbox input {
    margin-top: 8px;
  }
}
.osf-inline-contribution-form__label--checkbox {
  float: left;
  width: 91.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  padding-left: 16px;
  margin-bottom: 25px;
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .osf-inline-contribution-form__label--checkbox {
    float: left;
    width: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-inline-contribution-form__label--checkbox {
    float: left;
    width: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .osf-inline-contribution-form__label--checkbox {
    float: left;
    width: 91.66666667%;
  }
}
.osf-inline-contribution-form__cta {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
  border-top: 2px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 25px;
  padding-top: 25px;
  text-align: center;
}
.osf-inline-contribution-form__button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  font-size: 1.4em;
  min-width: 50%;
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.85);
  font-weight: bold;
}
.osf-inline-contribution-form__button:focus,
.osf-inline-contribution-form__button:active:focus,
.osf-inline-contribution-form__button.active:focus,
.osf-inline-contribution-form__button.focus,
.osf-inline-contribution-form__button:active.focus,
.osf-inline-contribution-form__button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-inline-contribution-form__button:hover,
.osf-inline-contribution-form__button:focus,
.osf-inline-contribution-form__button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-inline-contribution-form__button:active,
.osf-inline-contribution-form__button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-inline-contribution-form__button.disabled,
.osf-inline-contribution-form__button[disabled],
fieldset[disabled] .osf-inline-contribution-form__button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-inline-contribution-form__button.disabled,
fieldset[disabled] a.osf-inline-contribution-form__button {
  pointer-events: none;
}
.osf-inline-contribution-form__button:focus,
.osf-inline-contribution-form__button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-inline-contribution-form__button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-inline-contribution-form__button:active,
.osf-inline-contribution-form__button.active,
.open > .dropdown-toggle.osf-inline-contribution-form__button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-inline-contribution-form__button:active:hover,
.osf-inline-contribution-form__button.active:hover,
.open > .dropdown-toggle.osf-inline-contribution-form__button:hover,
.osf-inline-contribution-form__button:active:focus,
.osf-inline-contribution-form__button.active:focus,
.open > .dropdown-toggle.osf-inline-contribution-form__button:focus,
.osf-inline-contribution-form__button:active.focus,
.osf-inline-contribution-form__button.active.focus,
.open > .dropdown-toggle.osf-inline-contribution-form__button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-inline-contribution-form__button:active,
.osf-inline-contribution-form__button.active,
.open > .dropdown-toggle.osf-inline-contribution-form__button {
  background-image: none;
}
.osf-inline-contribution-form__button.disabled:hover,
.osf-inline-contribution-form__button[disabled]:hover,
fieldset[disabled] .osf-inline-contribution-form__button:hover,
.osf-inline-contribution-form__button.disabled:focus,
.osf-inline-contribution-form__button[disabled]:focus,
fieldset[disabled] .osf-inline-contribution-form__button:focus,
.osf-inline-contribution-form__button.disabled.focus,
.osf-inline-contribution-form__button[disabled].focus,
fieldset[disabled] .osf-inline-contribution-form__button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-inline-contribution-form__button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-inline-contribution-form__button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-inline-contribution-form__button.strong-cta:hover,
.osf-inline-contribution-form__button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-inline-contribution-form__button.strong-cta:hover[disabled],
.osf-inline-contribution-form__button.strong-cta:focus[disabled] {
  color: #222;
}
@media (max-width: 991px) and (min-width: 768px) {
  .osf-inline-contribution-form__button {
    min-width: 50%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .osf-inline-contribution-form__button {
    min-width: 60%;
  }
}
@media (min-width: 1200px) {
  .osf-inline-contribution-form__button {
    min-width: 50%;
  }
}
.osf-inline-contribution-form__afa-levels {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.osf-inline-contribution-form .parsley-errors-list {
  color: #da9b9a;
}
.osf-checkout-option-group--inline-form {
  margin-top: 5px;
}
.osf-checkout-option-group__button--inline-form {
  color: #171717 !important;
  background-color: rgba(255, 255, 255, 0.65) !important;
  border: 2px solid #ffffff !important;
  text-align: left !important;
}
.osf-checkout-option-group__button--inline-form.osf-checkout-option-group__button--selected {
  background-color: rgba(255, 255, 255, 0.95) !important;
  font-weight: bold;
}
.osf-checkout-option-group__button--inline-form.osf-checkout-option-group__button--selected::before {
  display: inline !important;
}
.osf-inline-contribution-progress-throbber {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .9;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.osf-inline-contribution-progress-throbber img {
  position: absolute;
  left: 50%;
  top: 33%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.osf-inline-contribution-progress-throbber__status-message {
  position: absolute;
  bottom: 15%;
  width: 100%;
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: 1.4em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.osf-inline-contribution-progress-throbber-list {
  list-style: none;
  padding-left: 0;
}
.osf-inline-contribution-progress-throbber-list__step {
  display: none;
  font-weight: normal;
}
/*
    This module accounts for the styling of an inline subscription form
*/
.osf-inline-subscription-subsection {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
  color: #ffffff;
  background-color: #151515;
  min-height: 350px;
  padding: 0 60px;
}
@media (min-width: 768px) {
  .osf-inline-subscription-subsection {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-inline-subscription-subsection {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-inline-subscription-subsection {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 991px) and (min-width: 480px) {
  .osf-inline-subscription-subsection {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 767px) {
  .osf-inline-subscription-subsection {
    padding: 0 30px;
  }
}
.osf-inline-subscription-subsection--express {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 0 60px;
}
@media (min-width: 992px) {
  .osf-inline-subscription-subsection--express {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-inline-subscription-subsection--express {
    float: left;
    width: 41.66666667%;
  }
}
@media (max-width: 991px) {
  .osf-inline-subscription-subsection--express {
    padding: 0 150px;
  }
}
@media (max-width: 767px) {
  .osf-inline-subscription-subsection--express {
    padding: 0 25px;
  }
}
@media (min-width: 1760px) {
  .osf-inline-subscription-subsection--express {
    padding: 0 150px;
  }
}
.osf-inline-subscription-subsection__heading {
  text-align: center;
  font-weight: bold;
}
.osf-inline-subscription-subsection__detail {
  text-align: center;
  font-size: 1.2em;
}
.osf-inline-subscription-subsection__level {
  display: block;
  font-weight: bold;
}
.osf-inline-subscription-subsection__action {
  display: block;
}
.osf-inline-subscription-subsection__upgrade-credit,
.osf-inline-subscription-subsection__renewal-date {
  display: none;
  text-align: center;
  margin-top: 12px;
}
.osf-inline-subscription-form {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.4em;
  padding-bottom: 30px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .osf-inline-subscription-form {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-inline-subscription-form {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-inline-subscription-form {
    float: left;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .osf-inline-subscription-form {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-inline-subscription-form {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-inline-subscription-form {
    font-size: 1em;
  }
}
.osf-inline-subscription-form__set {
  margin-bottom: 15px;
  padding-bottom: 25px;
  text-align: center;
}
.osf-inline-subscription-form__set--more-information {
  padding-bottom: 10px;
  text-align: left;
  /*
                This is meant to offset the input width as 85%
            */
}
@media (min-width: 570px) {
  .osf-inline-subscription-form__set--more-information {
    padding-left: 15%;
  }
}
.osf-inline-subscription-form__set--more-information label {
  text-align: left;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.osf-inline-subscription-form__throbber {
  width: 85%;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
}
.osf-inline-subscription-form__throbber img {
  max-height: 48px;
  width: auto;
  margin: 5px;
}
.osf-inline-subscription-form__more-information {
  margin-top: 15px;
  display: none;
}
.osf-inline-subscription-form__input {
  padding: 4px;
  width: 90%;
  max-width: 160px;
  border: 2px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.65);
  font-size: 1.2em;
  color: #222;
}
@media (max-width: 767px) {
  .osf-inline-subscription-form__input {
    width: 75%;
  }
}
.osf-inline-subscription-form__input--more-information {
  width: 85%;
  max-width: 400px;
}
@media (max-width: 960px) {
  .osf-inline-subscription-form__input--more-information {
    max-width: inherit;
  }
}
@media (max-width: 570px) {
  .osf-inline-subscription-form__input--more-information {
    width: 100%;
  }
}
.osf-inline-subscription-form__input--currency {
  max-width: 160px;
  margin-left: 0;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.osf-inline-subscription-form__input--currency::-webkit-inner-spin-button,
.osf-inline-subscription-form__input--currency::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.osf-inline-subscription-form__input--option {
  max-width: none;
  margin-top: 5px;
  margin-bottom: 2px;
  border: 1px solid #222 !important;
}
.osf-inline-subscription-form__input--textarea {
  max-width: none;
  height: 150px;
  width: 92%;
}
.osf-inline-subscription-form__input--short {
  max-width: 205px;
}
.osf-inline-subscription-form__input--shortest {
  max-width: 100px;
}
.osf-inline-subscription-form__currency-marker {
  font-size: 1.3em;
  display: inline-block;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.osf-inline-subscription-form__label {
  font-size: 1.1em;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-weight: normal;
  text-align: center;
}
.osf-inline-subscription-form__label--subheading {
  font-size: 1.4em;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  padding: 10px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: left;
}
.osf-inline-subscription-form__label a {
  color: #ffffff;
}
.osf-inline-subscription-form__checkbox {
  float: left;
  width: 8.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}
@media (min-width: 768px) {
  .osf-inline-subscription-form__checkbox {
    float: left;
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-inline-subscription-form__checkbox {
    float: left;
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-inline-subscription-form__checkbox {
    float: left;
    width: 8.33333333%;
  }
}
.osf-inline-subscription-form__checkbox input {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
@media (max-width: 767px) {
  .osf-inline-subscription-form__checkbox input {
    margin-top: 8px;
  }
}
.osf-inline-subscription-form__label--checkbox {
  float: left;
  width: 91.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  padding-left: 16px;
  margin-bottom: 25px;
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .osf-inline-subscription-form__label--checkbox {
    float: left;
    width: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-inline-subscription-form__label--checkbox {
    float: left;
    width: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .osf-inline-subscription-form__label--checkbox {
    float: left;
    width: 91.66666667%;
  }
}
.osf-inline-subscription-form__cta {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
  border-top: 2px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 25px;
  padding-top: 25px;
  text-align: center;
}
.osf-inline-subscription-form__button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  font-size: 1.4em;
  min-width: 50%;
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.85);
  font-weight: bold;
}
.osf-inline-subscription-form__button:focus,
.osf-inline-subscription-form__button:active:focus,
.osf-inline-subscription-form__button.active:focus,
.osf-inline-subscription-form__button.focus,
.osf-inline-subscription-form__button:active.focus,
.osf-inline-subscription-form__button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-inline-subscription-form__button:hover,
.osf-inline-subscription-form__button:focus,
.osf-inline-subscription-form__button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-inline-subscription-form__button:active,
.osf-inline-subscription-form__button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-inline-subscription-form__button.disabled,
.osf-inline-subscription-form__button[disabled],
fieldset[disabled] .osf-inline-subscription-form__button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-inline-subscription-form__button.disabled,
fieldset[disabled] a.osf-inline-subscription-form__button {
  pointer-events: none;
}
.osf-inline-subscription-form__button:focus,
.osf-inline-subscription-form__button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-inline-subscription-form__button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-inline-subscription-form__button:active,
.osf-inline-subscription-form__button.active,
.open > .dropdown-toggle.osf-inline-subscription-form__button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-inline-subscription-form__button:active:hover,
.osf-inline-subscription-form__button.active:hover,
.open > .dropdown-toggle.osf-inline-subscription-form__button:hover,
.osf-inline-subscription-form__button:active:focus,
.osf-inline-subscription-form__button.active:focus,
.open > .dropdown-toggle.osf-inline-subscription-form__button:focus,
.osf-inline-subscription-form__button:active.focus,
.osf-inline-subscription-form__button.active.focus,
.open > .dropdown-toggle.osf-inline-subscription-form__button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-inline-subscription-form__button:active,
.osf-inline-subscription-form__button.active,
.open > .dropdown-toggle.osf-inline-subscription-form__button {
  background-image: none;
}
.osf-inline-subscription-form__button.disabled:hover,
.osf-inline-subscription-form__button[disabled]:hover,
fieldset[disabled] .osf-inline-subscription-form__button:hover,
.osf-inline-subscription-form__button.disabled:focus,
.osf-inline-subscription-form__button[disabled]:focus,
fieldset[disabled] .osf-inline-subscription-form__button:focus,
.osf-inline-subscription-form__button.disabled.focus,
.osf-inline-subscription-form__button[disabled].focus,
fieldset[disabled] .osf-inline-subscription-form__button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-inline-subscription-form__button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-inline-subscription-form__button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-inline-subscription-form__button.strong-cta:hover,
.osf-inline-subscription-form__button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-inline-subscription-form__button.strong-cta:hover[disabled],
.osf-inline-subscription-form__button.strong-cta:focus[disabled] {
  color: #222;
}
@media (max-width: 991px) and (min-width: 768px) {
  .osf-inline-subscription-form__button {
    min-width: 50%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .osf-inline-subscription-form__button {
    min-width: 60%;
  }
}
@media (min-width: 1200px) {
  .osf-inline-subscription-form__button {
    min-width: 50%;
  }
}
.osf-inline-subscription-form__afa-levels {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.osf-inline-subscription-form .parsley-errors-list {
  color: #da9b9a;
}
.osf-checkout-option-group--inline-form {
  margin-top: 5px;
}
.osf-checkout-option-group__button--inline-form {
  color: #171717 !important;
  background-color: rgba(255, 255, 255, 0.65) !important;
  border: 2px solid #ffffff !important;
  text-align: left !important;
}
.osf-checkout-option-group__button--inline-form.osf-checkout-option-group__button--selected {
  background-color: rgba(255, 255, 255, 0.95) !important;
  font-weight: bold;
}
.osf-checkout-option-group__button--inline-form.osf-checkout-option-group__button--selected::before {
  display: inline !important;
}
.osf-inline-subscription-progress-throbber {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .9;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.osf-inline-subscription-progress-throbber img {
  position: absolute;
  left: 50%;
  top: 33%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.osf-inline-subscription-progress-throbber__status-message {
  position: absolute;
  bottom: 15%;
  width: 100%;
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: 1.4em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.osf-inline-subscription-progress-throbber-list {
  list-style: none;
  padding-left: 0;
}
.osf-inline-subscription-progress-throbber-list__step {
  display: none;
  font-weight: normal;
}
/* this module accounts for the styling of the OSF engage subsection */
.osf-engage-subsection {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 4vw;
  background-image: url("/images/block-85-white.svg");
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .osf-engage-subsection {
    padding-left: 0;
  }
}
.osf-engage-subsection__heading {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6em;
}
@media (max-width: 767px) {
  .osf-engage-subsection__heading {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.osf-engage-subsection__heading--secondary {
  font-weight: normal;
}
.osf-engage-subsection__branded-text {
  color: #ff0000;
}
.osf-engage-subsection__collection {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-left: 15px;
  padding-right: 0;
  padding-bottom: 15px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .osf-engage-subsection__collection {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 991px) {
  .osf-engage-subsection__collection {
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .osf-engage-subsection__collection {
    padding-right: 15px;
  }
}
.osf-engage-tile {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin: 4px 0;
}
@media (min-width: 768px) {
  .osf-engage-tile {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-engage-tile {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-engage-tile {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.osf-engage-tile__link {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  border: 2px solid #b8b8b8;
}
.osf-engage-tile__date-time {
  float: left;
  width: 16.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  min-height: 90px;
  text-align: center;
  background-color: rgba(34, 34, 34, 0.2);
}
@media (min-width: 768px) {
  .osf-engage-tile__date-time {
    float: left;
    width: 16.66666667%;
  }
}
.osf-engage-tile__month {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.6em;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(34, 34, 34, 0.1);
  font-weight: bold;
}
@media (min-width: 768px) {
  .osf-engage-tile__month {
    float: left;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .osf-engage-tile__month {
    font-size: 1.4em;
  }
}
.osf-engage-tile__date {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2em;
  padding-bottom: 5px;
  padding-top: 8px;
}
@media (min-width: 768px) {
  .osf-engage-tile__date {
    float: left;
    width: 100%;
  }
}
.osf-engage-tile__details {
  float: left;
  width: 66.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 1.4em;
}
@media (min-width: 768px) {
  .osf-engage-tile__details {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-engage-tile__details {
    float: left;
    width: 83.33333333%;
  }
}
@media (max-width: 1199px) {
  .osf-engage-tile__details {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-engage-tile__details {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-engage-tile__details {
    font-size: 1em;
  }
}
.osf-engage-tile__heading {
  font-size: 1.1em;
  font-weight: bold;
}
.osf-engage-tile__description {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-engage-tile__description {
    float: left;
    width: 100%;
  }
}
.osf-engage-tile__cta {
  float: left;
  width: 16.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  background-color: rgba(255, 0, 0, 0.7);
  color: #ffffff;
  min-height: 90px;
  height: 100%;
  font-size: 2.2em;
  padding-top: 23px;
  padding-bottom: 25px;
  text-align: center;
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (min-width: 768px) {
  .osf-engage-tile__cta {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-engage-tile__cta {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-engage-tile__cta {
    text-align: right;
    padding-top: 5px;
    padding-bottom: 4px;
    min-height: 1px;
    padding-right: 15px;
    color: #ffffff;
  }
}
.osf-engage-tile__chevron {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: .7em;
}
@media (min-width: 768px) {
  .osf-engage-tile__chevron {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-engage-tile__chevron {
    float: left;
    width: 8.33333333%;
  }
}
.osf-engage-tile__chevron:before {
  content: "\e080";
}
@media (max-width: 991px) {
  .osf-engage-tile__chevron {
    font-size: 1em;
  }
}
.osf-engage-tile__cta-msg {
  display: none;
  display: none !important;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: .6em;
  font-weight: bold;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .osf-engage-tile__cta-msg {
    display: block !important;
  }
  table.osf-engage-tile__cta-msg {
    display: table !important;
  }
  tr.osf-engage-tile__cta-msg {
    display: table-row !important;
  }
  th.osf-engage-tile__cta-msg,
  td.osf-engage-tile__cta-msg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .osf-engage-tile__cta-msg {
    display: block !important;
  }
  table.osf-engage-tile__cta-msg {
    display: table !important;
  }
  tr.osf-engage-tile__cta-msg {
    display: table-row !important;
  }
  th.osf-engage-tile__cta-msg,
  td.osf-engage-tile__cta-msg {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .osf-engage-tile__cta-msg {
    float: left;
    width: 91.66666667%;
  }
}
/* This styling is for the inline buy section */
.osf-inline-buy-section {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .osf-inline-buy-section {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-inline-buy-section {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-inline-buy-section {
    float: left;
    width: 33.33333333%;
  }
}
.osf-inline-buy-section__heading {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6em;
  padding: 0px 15px 0px 15px;
  text-align: center;
}
.osf-inline-buy-section__description {
  font-size: 1.4em;
  padding: 10px 4vw 30px 4vw;
  text-align: center;
}
@media (max-width: 1199px) {
  .osf-inline-buy-section__description {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-inline-buy-section__description {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-inline-buy-section__description {
    font-size: 1em;
  }
}
@media (max-width: 320px) {
  .osf-inline-buy-section__description {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}
.osf-inline-buy-section__description ul {
  list-style-type: square;
}
.osf-inline-buy-section__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.osf-inline-buy-section__button {
  font-size: 1.4em;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
  padding: 10px 5px;
  width: 70%;
  max-width: 280px;
  margin-bottom: 5px;
  white-space: normal;
}
@media (max-width: 1199px) {
  .osf-inline-buy-section__button {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-inline-buy-section__button {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-inline-buy-section__button {
    font-size: 1em;
  }
}
.osf-inline-buy-section__button:focus,
.osf-inline-buy-section__button:active:focus,
.osf-inline-buy-section__button.active:focus,
.osf-inline-buy-section__button.focus,
.osf-inline-buy-section__button:active.focus,
.osf-inline-buy-section__button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-inline-buy-section__button:hover,
.osf-inline-buy-section__button:focus,
.osf-inline-buy-section__button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-inline-buy-section__button:active,
.osf-inline-buy-section__button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-inline-buy-section__button.disabled,
.osf-inline-buy-section__button[disabled],
fieldset[disabled] .osf-inline-buy-section__button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-inline-buy-section__button.disabled,
fieldset[disabled] a.osf-inline-buy-section__button {
  pointer-events: none;
}
.osf-inline-buy-section__button:focus,
.osf-inline-buy-section__button.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.osf-inline-buy-section__button:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.osf-inline-buy-section__button:active,
.osf-inline-buy-section__button.active,
.open > .dropdown-toggle.osf-inline-buy-section__button {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.osf-inline-buy-section__button:active:hover,
.osf-inline-buy-section__button.active:hover,
.open > .dropdown-toggle.osf-inline-buy-section__button:hover,
.osf-inline-buy-section__button:active:focus,
.osf-inline-buy-section__button.active:focus,
.open > .dropdown-toggle.osf-inline-buy-section__button:focus,
.osf-inline-buy-section__button:active.focus,
.osf-inline-buy-section__button.active.focus,
.open > .dropdown-toggle.osf-inline-buy-section__button.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.osf-inline-buy-section__button:active,
.osf-inline-buy-section__button.active,
.open > .dropdown-toggle.osf-inline-buy-section__button {
  background-image: none;
}
.osf-inline-buy-section__button.disabled:hover,
.osf-inline-buy-section__button[disabled]:hover,
fieldset[disabled] .osf-inline-buy-section__button:hover,
.osf-inline-buy-section__button.disabled:focus,
.osf-inline-buy-section__button[disabled]:focus,
fieldset[disabled] .osf-inline-buy-section__button:focus,
.osf-inline-buy-section__button.disabled.focus,
.osf-inline-buy-section__button[disabled].focus,
fieldset[disabled] .osf-inline-buy-section__button.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.osf-inline-buy-section__button .badge {
  color: #337ab7;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .osf-inline-buy-section__buttons {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 900;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 0 0;
    flex-direction: row;
    justify-content: space-evenly;
    border-top: solid 1px #333;
    font-size: 12px;
  }
  .osf-inline-buy-section__button {
    width: 45%;
  }
}
.wide-border {
  border: 4px solid #474747;
}
.medium-border {
  border: 3px solid #474747;
}
.narrow-border {
  border: 2px solid #474747;
}
@media (max-width: 991px) {
  .wide-border,
  .medium-border,
  .narrow-border {
    border-left-color: transparent;
    border-right-color: transparent;
  }
}
@media (max-width: 767px) {
  body.pageTemplate-responsive-production-page footer {
    padding-bottom: 120px;
  }
}
/* This styling is for the artist panel */
.osf-artist-panel-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  padding: 10px 4vw 30px 4vw;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .osf-artist-panel-section {
    padding-top: 30px;
  }
}
@media (max-width: 320px) {
  .osf-artist-panel-section {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}
.osf-artist-panel-section__image {
  float: left;
  margin-right: 15px;
  width: 160px;
  height: 197px;
  margin-top: 5px;
}
.osf-artist-panel-section__image img {
  width: 100%;
  height: auto;
}
.osf-artist-panel-section__name {
  font-weight: bold;
  font-size: 1.7em;
}
@media (max-width: 1199px) {
  .osf-artist-panel-section .osf-artist-panel-section__name {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .osf-artist-panel-section .osf-artist-panel-section__name {
    font-size: 1.4em;
  }
}
@media (max-width: 320px) {
  .osf-artist-panel-section .osf-artist-panel-section__name {
    font-size: 1.3em;
  }
}
.osf-artist-panel-section__title {
  font-weight: bold;
  font-size: 1.4em;
}
@media (max-width: 1199px) {
  .osf-artist-panel-section__title {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-artist-panel-section__title {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-artist-panel-section__title {
    font-size: 1em;
  }
}
.osf-artist-panel-section__block {
  padding: 10px 4vw 30px 4vw;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 320px) {
  .osf-artist-panel-section__block {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}
@media (min-width: 768px) {
  .osf-artist-panel-section__block {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-artist-panel-section__block {
    float: left;
    width: 50%;
  }
}
.osf-artist-panel-section__block:only-child {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .osf-artist-panel-section__block:only-child {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .osf-artist-panel-section__block:only-child {
    margin-left: 12.5%;
  }
}
@media (min-width: 1200px) {
  .osf-artist-panel-section__block:only-child {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .osf-artist-panel-section__block:only-child {
    margin-left: 16.66666667%;
  }
}
.osf-artist-panel-section__biography {
  font-size: 1.4em;
}
@media (max-width: 1199px) {
  .osf-artist-panel-section__biography {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-artist-panel-section__biography {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-artist-panel-section__biography {
    font-size: 1em;
  }
}
/* this is styling for the event listing section */
.osf-event-listing-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  padding-top: 40px;
  background-color: #fff2de;
}
@media (max-width: 991px) {
  .osf-event-listing-section {
    padding-top: 30px;
  }
}
.osf-event-listing-section__heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #4f3b1d;
}
@media (min-width: 1200px) {
  .osf-event-listing-section__heading {
    padding-left: 2%;
  }
}
.osf-event-listing-section__collection {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .osf-event-listing-section__collection {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-event-listing-section__collection {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-event-listing-section__collection {
    float: left;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .osf-event-listing-section__collection {
    padding-left: 0;
    padding-right: 0;
  }
}
.osf-event-listing-section__show-more {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.8em;
  font-weight: bold;
}
.osf-event-listing-section__show-more span {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #4f3b1d;
}
.osf-event-listing-row {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  background-color: #ffe7c3;
  margin-bottom: 20px;
  color: #4f3b1d;
}
.osf-event-listing-row__date,
.osf-event-listing-row__image {
  height: 169px;
}
@media (max-width: 767px) {
  .osf-event-listing-row__date,
  .osf-event-listing-row__image {
    height: 145px;
  }
}
.osf-event-listing-row__date {
  float: left;
  width: 16.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.8em;
  color: #ffffff;
  background-color: #e19c33;
}
@media (min-width: 768px) {
  .osf-event-listing-row__date {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-event-listing-row__date {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .osf-event-listing-row__date {
    float: left;
    width: 8.33333333%;
  }
}
@media (max-width: 767px) {
  .osf-event-listing-row__date {
    font-size: 1.3em;
  }
}
.osf-event-listing-row__month {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  padding: 10px 0;
  background-color: #ffb545;
}
.osf-event-listing-row__day {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 2.3em;
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .osf-event-listing-row__day {
    font-size: 1.8em;
  }
}
.osf-event-listing-row__image {
  float: left;
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .osf-event-listing-row__image {
    float: left;
    width: 20.83333333%;
  }
}
@media (min-width: 992px) {
  .osf-event-listing-row__image {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .osf-event-listing-row__image {
    float: left;
    width: 12.5%;
  }
}
@media (max-width: 320px) {
  .osf-event-listing-row__image {
    width: 33.333%;
  }
}
@media (min-width: 1700px) {
  .osf-event-listing-row__image {
    width: 8.333%;
  }
}
.osf-event-listing-row__image img {
  height: 100%;
  width: auto;
}
.osf-event-listing-row__description {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.0em;
}
@media (min-width: 768px) {
  .osf-event-listing-row__description {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-event-listing-row__description {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-event-listing-row__description {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .osf-event-listing-row__description {
    text-align: left;
    font-size: 1.1em;
  }
}
@media (max-width: 480px) {
  .osf-event-listing-row__description {
    text-align: left;
    font-size: 1.0em;
  }
}
@media (max-width: 320px) {
  .osf-event-listing-row__description {
    text-align: center;
    font-size: 0.9em;
  }
}
.osf-event-listing-row__heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.4em;
  margin: 5px 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .osf-event-listing-row__heading {
    font-size: 1.1em;
  }
}
.osf-event-listing-row__time,
.osf-event-listing-row__venue,
.osf-event-listing-row__price {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 1px 0;
}
.osf-event-listing-row__details {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.3em;
  max-height: 150px;
  padding: 10px 10px;
}
@media (max-width: 767px) {
  .osf-event-listing-row__details {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .osf-event-listing-row__details {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .osf-event-listing-row__details {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-event-listing-row__details {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-event-listing-row__details {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .osf-event-listing-row__details {
    font-size: 0.95em;
  }
}
/* This is styling for the media library section */
.osf-media-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  background-color: #000;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .osf-media-section {
    padding-top: 30px;
  }
}
@media (min-width: 2000px) {
  .osf-media-section {
    margin-left: -50px;
    margin-right: -50px;
    width: calc(100% + 100px);
    padding-left: 50px;
    padding-right: 50px;
  }
}
.osf-media-section__heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #f0f0f0;
  padding-left: 20px;
}
@media (min-width: 1200px) {
  .osf-media-section__heading {
    padding-left: 2%;
  }
}
@media (min-width: 1200px) {
  .osf-media-section__heading {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .media-grid-2-up .osf-media-tile {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .media-grid-3-up .osf-media-tile {
    float: left;
    width: 33.33333333%;
  }
  .media-grid-3-up .osf-media-tile:nth-child(3n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .media-grid-2-up .osf-media-tile:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .media-grid-3-up .osf-media-tile:nth-child(2n + 1) {
    clear: left;
  }
}
.osf-media-tile {
  padding-bottom: 10px;
}
.osf-media-tile__link {
  color: #ccc;
  border: 0;
  border-top: 4px solid #777;
  border-radius: 0;
  background-color: #000000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#000000));
  background-image: -webkit-linear-gradient(top, #222222, #000000);
  background-image: -moz-linear-gradient(top, #222222, #000000);
  background-image: -o-linear-gradient(top, #222222, #000000);
  background-image: -ms-linear-gradient(top, #222222, #000000);
  background-image: linear-gradient(top, #222222, #000000);
  cursor: pointer;
  position: relative;
  padding: 0;
  transition: none;
}
.osf-media-tile__link:before,
.osf-media-tile__link:after {
  content: "";
  position: absolute;
  background-color: #000000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#000000));
  background-image: -webkit-linear-gradient(top, #777777, #000000);
  background-image: -moz-linear-gradient(top, #777777, #000000);
  background-image: -o-linear-gradient(top, #777777, #000000);
  background-image: -ms-linear-gradient(top, #777777, #000000);
  background-image: linear-gradient(top, #777777, #000000);
  top: -4px;
  bottom: -4px;
  width: 4px;
}
.osf-media-tile__link:hover:before,
.osf-media-tile__link:hover:after,
.osf-media-tile__link:focus:before,
.osf-media-tile__link:focus:after {
  background-color: #000000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#000000));
  background-image: -webkit-linear-gradient(top, #337ab7, #000000);
  background-image: -moz-linear-gradient(top, #337ab7, #000000);
  background-image: -o-linear-gradient(top, #337ab7, #000000);
  background-image: -ms-linear-gradient(top, #337ab7, #000000);
  background-image: linear-gradient(top, #337ab7, #000000);
}
.osf-media-tile__link:before {
  left: -4px;
}
.osf-media-tile__link:after {
  right: -4px;
}
.osf-media-tile__link .caption {
  padding: 0 9px;
}
.osf-media-tile .caption {
  color: #eee;
}
/* This is the styling for the reviews section */
.osf-reviews-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  background-color: #cee3f3;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .osf-reviews-section {
    padding-top: 30px;
  }
}
.osf-reviews-section__heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #1c4563;
}
@media (min-width: 1200px) {
  .osf-reviews-section__heading {
    padding-left: 2%;
  }
}
.osf-reviews-section__collection {
  padding-left: 7.5px;
  padding-right: 7.5px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}
@media (min-width: 768px) {
  .osf-reviews-section__collection {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-reviews-section__collection {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-reviews-section__collection {
    float: left;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .osf-reviews-section__collection {
    padding-left: 0;
    padding-right: 0;
  }
}
.osf-reviews-section__column {
  padding-left: 0;
  padding-right: 0;
  padding-left: 2px;
  padding-right: 2px;
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
}
@media (min-width: 768px) {
  .osf-reviews-section__column {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-reviews-section__column {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-reviews-section__column {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .osf-reviews-section__column:last-child {
    display: none !important;
  }
}
.osf-review-tile {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 3px;
  clear: left;
}
@media (min-width: 1200px) {
  .osf-review-tile {
    height: 165px;
  }
}
@media (max-width: 1199px) {
  .osf-review-tile {
    height: 175px;
  }
}
@media (max-width: 991px) {
  .osf-review-tile {
    height: 135px;
  }
}
@media (max-width: 767px) {
  .osf-review-tile {
    height: 200px;
  }
}
.osf-review-tile--facebook,
.osf-review-tile--twitter,
.osf-review-tile--publication,
.osf-review-tile--instagram {
  color: #f0f0f0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-left: 10px;
  padding-right: 10px;
}
.osf-review-tile--facebook {
  background-color: #3b5998;
  background-image: url('/media/img/facebook-icon.svg');
  background-position-y: 5px;
  background-size: 50%;
}
@media (max-width: 991px) {
  .osf-review-tile--facebook {
    background-position-y: -35px;
    background-size: 25%;
  }
}
@media (max-width: 767px) {
  .osf-review-tile--facebook {
    background-position-y: 5px;
    background-size: 50%;
  }
}
.osf-review-tile--twitter {
  background-color: #327ab1;
  background-image: url('/media/img/twitter-icon.svg');
  background-position-y: 5px;
  background-size: 50%;
}
.osf-review-tile--instagram {
  background-color: #424242;
  background-image: url('/media/img/instagram-icon.svg');
  background-position-y: 5px;
  background-size: 50%;
}
.osf-review-tile--publication {
  background-color: #50409c;
}
.osf-review-tile a {
  color: #ffffff;
  text-decoration: none;
}
.osf-review-tile a:hover,
.osf-review-tile a:focus,
.osf-review-tile a:active,
.osf-review-tile a:visited {
  text-decoration: none;
}
.osf-review-tile__text {
  font-size: 1.4em;
  font-size: 1.1em;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .osf-review-tile__text {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-review-tile__text {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-review-tile__text {
    font-size: 1em;
  }
}
.osf-review-tile__attribution {
  padding-bottom: 8px;
  text-align: right;
}
/* This styling is for the profile grid section */
.osf-profile-grid-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .osf-profile-grid-section {
    padding-top: 30px;
  }
}
.osf-profile-grid-section__heading {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6em;
  padding-left: 4vw;
  clear: left;
}
.osf-profile-grid-section__subsection {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 10px;
}
.osf-profile-grid-section__subheading {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6em;
  margin-left: 40px;
  color: #858585;
}
@media (max-width: 767px) {
  .osf-profile-grid-section__subheading {
    margin-left: 20px;
  }
}
.osf-profile-grid-section__collection {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.osf-profile-grid-section__details {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.osf-profile-tile {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  padding: 15px 2vw;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .osf-profile-tile {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .osf-profile-tile {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 767px), (max-width: 991px) {
  .osf-profile-tile:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .osf-profile-tile:nth-child(4n+1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .osf-profile-tile:nth-child(6n+1) {
    clear: left;
  }
}
.osf-profile-tile a {
  text-decoration: none;
}
.osf-profile-tile__headshot {
  width: 65%;
  height: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .osf-profile-tile__headshot {
    width: 90%;
  }
}
.osf-profile-tile__headshot--empty {
  width: 100%;
  height: 15px;
}
.osf-profile-tile__headshot img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}
.osf-profile-tile__subheading,
.osf-profile-tile__heading {
  text-align: center;
  max-width: 100%;
}
.osf-profile-tile__subheading {
  font-size: 1.4em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .osf-profile-tile__subheading {
    font-size: 1.0em;
  }
}
@media (max-width: 320px) {
  .osf-profile-tile__subheading {
    font-size: 0.9em;
  }
}
.osf-profile-tile__heading,
.osf-profile-tile__detail1,
.osf-profile-tile__detail2 {
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .osf-profile-tile__heading,
  .osf-profile-tile__detail1,
  .osf-profile-tile__detail2 {
    font-size: 1.0em;
  }
}
@media (max-width: 320px) {
  .osf-profile-tile__heading,
  .osf-profile-tile__detail1,
  .osf-profile-tile__detail2 {
    font-size: 0.9em;
  }
}
.osf-profile-tile__subheading--aea::after {
  content: "*";
}
.osf-profile-tile__subheading--aea-intern::after {
  content: "**";
}
.osf-profile-tile__detail1,
.osf-profile-tile__detail2 {
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
/* This styling is for the paragraph block section */
.osf-paragraph-block-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .osf-paragraph-block-section {
    padding-top: 30px;
  }
}
.osf-paragraph-block-section ul {
  position: relative;
  left: 20px;
}
@media (max-width: 767px) {
  .osf-paragraph-block-section {
    padding-bottom: 5px;
  }
}
.osf-paragraph-block-section--shaded {
  background-color: rgba(128, 128, 128, 0.2);
}
.osf-paragraph-block-section__heading,
.osf-paragraph-block-section__column {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-paragraph-block-section__heading,
  .osf-paragraph-block-section__column {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-paragraph-block-section__heading,
  .osf-paragraph-block-section__column {
    float: left;
    width: 83.33333333%;
  }
}
.osf-paragraph-block-section__heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .osf-paragraph-block-section__heading {
    padding-left: 2%;
  }
}
.osf-paragraph-block-section__paragraph {
  font-size: 1.4em;
  padding: 10px 4vw 30px 4vw;
}
@media (max-width: 1199px) {
  .osf-paragraph-block-section__paragraph {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-paragraph-block-section__paragraph {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-paragraph-block-section__paragraph {
    font-size: 1em;
  }
}
@media (max-width: 320px) {
  .osf-paragraph-block-section__paragraph {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}
.osf-paragraph-block-section__paragraph ul {
  list-style-type: square;
}
.osf-paragraph-block-section__column {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-paragraph-block-section__column {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-paragraph-block-section__column {
    float: left;
    width: 50%;
  }
}
.osf-paragraph-block-section__column:only-child {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .osf-paragraph-block-section__column:only-child {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .osf-paragraph-block-section__column:only-child {
    margin-left: 12.5%;
  }
}
@media (min-width: 1200px) {
  .osf-paragraph-block-section__column:only-child {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .osf-paragraph-block-section__column:only-child {
    margin-left: 16.66666667%;
  }
}
.osf-paragraph-block-section__subheading {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6em;
  padding-left: 4vw;
}
/* This styling is for a simple call-to-action section */
.osf-simple-cta-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .osf-simple-cta-section {
    padding-top: 30px;
  }
}
.osf-simple-cta-section__message {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 3.0em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 35px;
  word-break: break-word;
  -ms-word-break: break-word;
}
@media (min-width: 768px) {
  .osf-simple-cta-section__message {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-simple-cta-section__message {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-simple-cta-section__message {
    float: left;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .osf-simple-cta-section__message {
    font-size: 2em;
    font-weight: bold;
  }
}
/* this module contains styling for a component that shows a single inline video with a title, description, and CTA */
.osf-single-video-section {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  padding-top: 20px;
  background-color: #222222;
  color: #f0f0f0;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .osf-single-video-section {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .osf-single-video-section {
    padding-bottom: 30px;
  }
}
.osf-single-video-section__heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .osf-single-video-section__heading {
    padding-left: 2%;
  }
}
@media (max-width: 991px) {
  .osf-single-video-section__heading {
    margin-bottom: 30px;
  }
}
.osf-single-video-section__player {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .osf-single-video-section__player {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-single-video-section__player {
    float: left;
    width: 58.33333333%;
  }
}
.osf-single-video-section__player iframe {
  width: 100%;
  width: 50vw;
  height: 28.125vw;
  position: relative;
  max-width: 96%;
  max-height: 630px;
  display: inline-block;
}
@media (max-width: 991px) {
  .osf-single-video-section__player iframe {
    width: 90vw;
    height: 50.625vw;
  }
}
.osf-single-video-section__description {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .osf-single-video-section__description {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-single-video-section__description {
    float: left;
    width: 41.66666667%;
  }
}
.osf-single-video-section__description {
  font-size: 1.4em;
}
@media (max-width: 1199px) {
  .osf-single-video-section__description {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-single-video-section__description {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-single-video-section__description {
    font-size: 1em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .osf-single-video-section__description {
    padding-left: 5px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .osf-single-video-section__description {
    padding-top: 20px;
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
.osf-single-video-section__cta {
  float: right !important;
  text-align: right;
  font-size: 1.8em;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 15px;
  background-color: #464646;
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 5px;
}
.osf-single-video-section__cta::after {
  content: "\e080";
  font-family: "Glyphicons Halflings";
  position: relative;
  top: 3px;
}
@media (max-width: 991px) {
  .osf-single-video-section__cta::after {
    top: 1px;
  }
}
@media (max-width: 991px) {
  .osf-single-video-section__cta {
    font-size: 1.4em;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.osf-single-video-section__chevron {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: .7em;
}
@media (min-width: 768px) {
  .osf-single-video-section__chevron {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-single-video-section__chevron {
    float: left;
    width: 8.33333333%;
  }
}
.osf-single-video-section__chevron:before {
  content: "\e080";
}
@media (max-width: 991px) {
  .osf-single-video-section__chevron {
    font-size: 1em;
  }
}
/* this module covers the functionality for a single image component that goes into content pages */
.osf-single-image-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 991px) {
  .osf-single-image-section {
    padding-top: 30px;
  }
}
.osf-single-image-section__image {
  position: relative;
  width: 100%;
  height: auto;
}
@media print {
  .osf-single-image-section__image {
    width: 100%;
    height: auto;
  }
}
.osf-single-image-section__details {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  color: #666666;
  background-color: rgba(128, 128, 128, 0.2);
  padding: 2px 15px;
}
.osf-single-image-section__details span {
  float: right;
}
/* This module contains styling for a single audio/podcast click section */
.osf-single-audio-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  background-color: #222222;
  color: #f0f0f0;
  padding-bottom: 25px;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .osf-single-audio-section {
    padding-top: 30px;
  }
}
.osf-single-audio-section__heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .osf-single-audio-section__heading {
    padding-left: 2%;
  }
}
.osf-single-audio-section__player {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .osf-single-audio-section__player {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-single-audio-section__player {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-single-audio-section__player {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.osf-single-audio-section__player:last-child {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .osf-single-audio-section__player:last-child {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-single-audio-section__player:last-child {
    float: left;
    width: 100%;
  }
}
.osf-single-audio-section__description {
  font-size: 1.4em;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .osf-single-audio-section__description {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-single-audio-section__description {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-single-audio-section__description {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .osf-single-audio-section__description {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-single-audio-section__description {
    float: left;
    width: 41.66666667%;
  }
}
@media (max-width: 991px) {
  .osf-single-audio-section__description {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* This is styling for the link tile grid section */
.osf-link-tile-grid-section {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .osf-link-tile-grid-section {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .osf-link-tile-grid-section {
    padding-top: 15px;
  }
}
.osf-link-tile-grid-section--secondary {
  background-color: #fff2de;
}
.osf-link-tile-grid-section--special {
  background-color: rgba(128, 128, 128, 0.2);
}
.osf-link-tile-grid-section__heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .osf-link-tile-grid-section__heading {
    padding-left: 2%;
  }
}
@media (min-width: 768px) {
  .osf-link-tile-grid-section__heading {
    padding-left: 17px;
  }
}
@media (max-width: 767px) {
  .osf-link-tile-grid-section__heading {
    padding-left: 5px;
  }
}
@media (max-width: 991px) {
  .osf-link-tile-grid-section__heading {
    font-weight: bold;
  }
}
.osf-link-tile-grid-section__heading--secondary {
  color: #4f3b1d;
}
@media (min-width: 1200px) {
  .osf-link-tile-grid-section__heading--narrow {
    margin-left: 8.33333333%;
  }
}
.osf-link-tile-grid-section__subheading {
  font-size: 1.4em;
}
.osf-link-tile-grid-section__collection {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-link-tile-grid-section__collection {
    padding: 0 7.5px;
  }
}
.osf-link-tile-grid-section__collection--narrow {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-link-tile-grid-section__collection--narrow {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-link-tile-grid-section__collection--narrow {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-link-tile-grid-section__collection--narrow {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .osf-link-tile-grid-section__collection--narrow {
    margin-left: 12.5%;
  }
}
.osf-link-tile {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 270px;
  background-position: center;
  background-size: cover;
  padding: 0;
  border: 4px solid transparent;
  overflow: hidden;
}
@media (min-width: 768px) {
  .osf-link-tile {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-link-tile {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-link-tile {
    float: left;
    width: 33.33333333%;
  }
}
.osf-link-tile:hover {
  border-color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 991px) {
  .osf-link-tile {
    height: 215px;
  }
}
@media (max-width: 767px) {
  .osf-link-tile {
    border: 0;
    margin: 2px 0;
  }
}
.osf-link-tile--secondary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  height: 200px;
}
@media (min-width: 1200px) {
  .osf-link-tile--secondary {
    float: left;
    width: 25%;
  }
}
@media (max-width: 991px) {
  .osf-link-tile--secondary {
    height: 175px;
  }
}
.osf-link-tile--variable-height {
  height: auto;
}
.osf-link-tile--variable-height .osf-link-tile__image {
  width: 100% !important;
  height: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) and (min-width: 663px) {
  .osf-link-tile--variable-height .osf-link-tile__image {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.osf-link-tile__image {
  height: 100%;
  width: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) and (min-width: 663px) {
  .osf-link-tile__image {
    width: 100%;
    height: auto;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) and (min-width: 546px) {
  .osf-link-tile--secondary .osf-link-tile__image {
    width: 100%;
    height: auto;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.osf-link-tile__heading {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 2px 5px;
  font-size: 1.4em;
}
.osf-link-tile__heading--special {
  width: 100%;
  color: #ffffff;
  font-size: 2.2em;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  background-color: transparent;
  bottom: initial;
  text-shadow: 3px 3px 12px #000000;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.osf-link-tile__detail {
  display: block;
}
.osf-link-tile__detail--secondary {
  font-size: 0.8em;
}
/*
    This module accounts for a larger text tile with a button link
*/
.osf-detail-link-tile {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 10px;
  padding: 5px;
}
@media (min-width: 768px) {
  .osf-detail-link-tile {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-detail-link-tile {
    float: left;
    width: 50%;
  }
}
.osf-detail-link-tile--narrow {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  clear: none;
  padding: 3px;
}
@media (min-width: 768px) {
  .osf-detail-link-tile--narrow {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-detail-link-tile--narrow {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-detail-link-tile--narrow {
    float: left;
    width: 25%;
  }
}
@media (max-width: 991px) {
  .osf-detail-link-tile--narrow:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .osf-detail-link-tile--narrow:nth-child(2n + 1) {
    clear: none !important;
  }
  .osf-detail-link-tile--narrow:nth-child(4n + 1) {
    clear: both;
  }
}
.osf-detail-link-tile__inner {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  border: 3px solid #d2d2d2;
}
.osf-detail-link-tile__heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6em;
  padding: 10px;
  margin-bottom: 0;
}
.osf-detail-link-tile__subheading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.1em;
}
.osf-detail-link-tile__image {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .osf-detail-link-tile__image {
    height: 150px;
    overflow: hidden;
  }
}
.osf-detail-link-tile__image img {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  height: auto;
}
@media (min-width: 1200px) {
  .osf-detail-link-tile__image img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.osf-detail-link-tile--narrow .osf-detail-link-tile__image {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  height: initial;
}
.osf-detail-link-tile--narrow .osf-detail-link-tile__image img {
  top: 0;
  height: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.osf-detail-link-tile__description {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.4em;
  font-size: 1.2em;
  padding: 10px;
}
@media (max-width: 1199px) {
  .osf-detail-link-tile__description {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-detail-link-tile__description {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-detail-link-tile__description {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .osf-detail-link-tile__description {
    height: 190px;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .osf-detail-link-tile__description {
    height: 192px;
  }
}
@media (min-width: 1200px) {
  .osf-detail-link-tile__description {
    height: 165px;
  }
}
@media (min-width: 768px) {
  .osf-detail-link-tile--narrow .osf-detail-link-tile__description {
    min-height: 245px;
    height: auto;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .osf-detail-link-tile--narrow .osf-detail-link-tile__description {
    height: auto;
    min-height: 192px;
  }
}
@media (min-width: 1200px) {
  .osf-detail-link-tile--narrow .osf-detail-link-tile__description {
    height: auto;
    min-height: 174px;
  }
}
.osf-detail-link-tile--variable-height {
  height: auto;
}
.osf-detail-link-tile--variable-height .osf-detail-link-tile__image {
  width: 100% !important;
  height: auto;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 767px) and (min-width: 663px) {
  .osf-detail-link-tile--variable-height .osf-detail-link-tile__image {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.osf-detail-link-tile__cta {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  background-color: #d2d2d2;
  padding: 10px;
}
.osf-detail-link-tile--narrow .osf-detail-link-tile__button {
  width: 100%;
  max-width: initial;
}
.osf-detail-link-tile__button {
  float: left;
  width: 66.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  float: right !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  max-width: 300px;
}
@media (min-width: 768px) {
  .osf-detail-link-tile__button {
    float: left;
    width: 50%;
  }
}
.osf-detail-link-tile__button:focus,
.osf-detail-link-tile__button:active:focus,
.osf-detail-link-tile__button.active:focus,
.osf-detail-link-tile__button.focus,
.osf-detail-link-tile__button:active.focus,
.osf-detail-link-tile__button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-detail-link-tile__button:hover,
.osf-detail-link-tile__button:focus,
.osf-detail-link-tile__button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-detail-link-tile__button:active,
.osf-detail-link-tile__button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-detail-link-tile__button.disabled,
.osf-detail-link-tile__button[disabled],
fieldset[disabled] .osf-detail-link-tile__button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-detail-link-tile__button.disabled,
fieldset[disabled] a.osf-detail-link-tile__button {
  pointer-events: none;
}
.osf-detail-link-tile__button:focus,
.osf-detail-link-tile__button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-detail-link-tile__button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-detail-link-tile__button:active,
.osf-detail-link-tile__button.active,
.open > .dropdown-toggle.osf-detail-link-tile__button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-detail-link-tile__button:active:hover,
.osf-detail-link-tile__button.active:hover,
.open > .dropdown-toggle.osf-detail-link-tile__button:hover,
.osf-detail-link-tile__button:active:focus,
.osf-detail-link-tile__button.active:focus,
.open > .dropdown-toggle.osf-detail-link-tile__button:focus,
.osf-detail-link-tile__button:active.focus,
.osf-detail-link-tile__button.active.focus,
.open > .dropdown-toggle.osf-detail-link-tile__button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-detail-link-tile__button:active,
.osf-detail-link-tile__button.active,
.open > .dropdown-toggle.osf-detail-link-tile__button {
  background-image: none;
}
.osf-detail-link-tile__button.disabled:hover,
.osf-detail-link-tile__button[disabled]:hover,
fieldset[disabled] .osf-detail-link-tile__button:hover,
.osf-detail-link-tile__button.disabled:focus,
.osf-detail-link-tile__button[disabled]:focus,
fieldset[disabled] .osf-detail-link-tile__button:focus,
.osf-detail-link-tile__button.disabled.focus,
.osf-detail-link-tile__button[disabled].focus,
fieldset[disabled] .osf-detail-link-tile__button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-detail-link-tile__button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-detail-link-tile__button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-detail-link-tile__button.strong-cta:hover,
.osf-detail-link-tile__button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-detail-link-tile__button.strong-cta:hover[disabled],
.osf-detail-link-tile__button.strong-cta:focus[disabled] {
  color: #222;
}
.osf-detail-link-tile__chevron {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  top: 3px;
}
.osf-detail-link-tile__chevron:before {
  content: "\e080";
}
@media (min-width: 768px) {
  .osf-detail-link-tile:nth-child(2n + 1) {
    clear: both;
  }
}
/*
    This module handles styling for a custom block of HTML
*/
.osf-custom-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  padding: 0;
}
@media (max-width: 991px) {
  .osf-custom-section {
    padding-top: 30px;
  }
}
/* this module handles the styling for the quicklink bar */
.osf-quicklink-bar {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  background-color: #151515;
  background-image: url("/media/img/block-35-white.svg");
  color: #ffffff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 991px) {
  .osf-quicklink-bar--static {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.osf-quicklink-bar--section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  padding: 0;
  float: none;
  width: initial;
  position: static;
}
@media (max-width: 991px) {
  .osf-quicklink-bar--section {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .osf-quicklink-bar--section {
    padding-top: 0px;
  }
}
.osf-quicklink-bar--sticky {
  display: none;
  position: fixed;
  top: 0;
  opacity: 0.95;
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  filter: alpha(opacity=95);
  z-index: 20000000;
  border-bottom: 1px solid #ffffff;
  max-width: 1920px;
  width: 100%;
}
.osf-quicklink {
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  font-size: 1.1em;
  color: inherit;
}
@media (min-width: 768px) {
  .osf-quicklink {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-quicklink {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .osf-quicklink {
    float: left;
    width: 16.66666667%;
  }
}
.osf-quicklink:hover {
  color: #000000;
}
@media (max-width: 767px) {
  .osf-quicklink {
    padding: 6px 6px;
  }
  .osf-quicklink:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .osf-quicklink {
    font-size: 0.9em;
  }
}
@media (min-width: 768px) {
  .osf-quicklink:nth-child(6n+1) {
    clear: left;
  }
}
.osf-social-sharing-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  .osf-social-sharing-section {
    padding-top: 30px;
  }
}
.osf-social-sharing-section__block {
  padding: 0px 4vw 10px 4vw;
  display: flex;
}
.osf-social-sharing-section__block i {
  font-size: 36px;
  cursor: pointer;
  margin-right: 15px;
}
/*
    This module accounts for the styling of the membership cards.
*/
.osf-membership-grid-section .osf-membership-card-body {
  border: 1px solid #dddddd;
  margin-bottom: 30px;
}
.osf-membership-grid-section .osf-membership-grid {
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  padding-left: 10px;
  padding-right: 10px;
}
.osf-membership-grid-section .osf-membership-grid-title {
  padding-left: 20px;
}
.osf-membership-grid-section .osf-membership-card-heading {
  text-align: center;
  padding-top: 20px;
  height: 100px;
}
.osf-membership-grid-section .osf-membership-card-title {
  font-size: 24px;
  font-weight: bold;
}
.osf-membership-grid-section .osf-membership-card-range {
  font-size: 85%;
}
.osf-membership-grid-section .osf-membership-card {
  padding: 10px;
  width: 33.3%;
  margin-bottom: 30px;
}
.osf-membership-grid-section .osf-membership-card-content {
  padding: 1em;
}
.osf-membership-grid-section .osf-membership-card-content li {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.osf-membership-grid-section .osf-membership-card-inner-content {
  padding-bottom: 10px;
}
.osf-membership-grid-section .osf-membership-card-inner-content ul {
  list-style-type: none;
  padding: 0;
}
.osf-membership-grid-section .osf-membership-card-inner-content li {
  border-bottom: 1px solid #dddddd;
}
.osf-membership-grid-section .osf-membership-card-inner-content li:last-of-type {
  border-bottom: none;
}
.osf-membership-grid-section .osf-membership-card-inner-content li:first-of-type {
  border-top: none;
  margin-top: -15px;
}
.osf-membership-grid-section .osf-membership-card-btn .btn {
  display: block;
  width: 100%;
  border-color: #2e6da4;
}
@media (max-width: 1080px) {
  .osf-membership-grid-section .osf-membership-card-title {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .osf-membership-grid-section {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .osf-membership-grid-section {
    font-size: 13px;
  }
  .osf-membership-grid-section .osf-membership-card {
    width: 50%;
  }
}
@media (max-width: 755px) {
  .osf-membership-grid-section .osf-membership-card {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  body.membership-grid-4-up .osf-membership-grid-section .osf-membership-card {
    width: 25%;
  }
}
.osf-timeline-section {
  position: relative;
}
.osf-timeline-section .osf-timeline {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.osf-timeline-section .osf-timeline::before {
  content: '';
  background: #a2c6e5;
  width: 5px;
  height: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.osf-timeline-section .osf-timeline-card {
  width: 30%;
  margin-left: 15%;
  margin-bottom: 70px;
  border-radius: 4px;
  background: #f5f5f5;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
}
.osf-timeline-section .osf-timeline-card::before {
  content: '';
  width: 30px;
  height: 30px;
  background: #337ab7;
  position: absolute;
  left: 50%;
  border-radius: 50%;
  margin-top: 10px;
  margin-left: -15px;
}
.osf-timeline-section .osf-timeline-card:nth-child(even) {
  align-self: flex-end;
  margin-left: 0px;
  margin-right: 15%;
}
.osf-timeline-section .osf-timeline-card-image img {
  width: 100%;
}
.osf-timeline-section .osf-timeline-card-caption {
  font-size: .8em;
  width: 100%;
  padding: 2px 5px 0 5px;
}
.osf-timeline-section .osf-timeline-card-description {
  padding: 0 30px;
  font-size: 1em;
}
.osf-timeline-section .osf-timeline-card-date {
  padding: 0 30px;
  font-size: 1.6em;
  padding-top: 5px;
  font-weight: bold;
}
.osf-timeline-section .osf-timeline-header {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6em;
  padding-left: 4vw;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .osf-timeline-section .osf-timeline::before {
    left: 50px;
  }
  .osf-timeline-section .osf-timeline-card {
    width: 80%;
    align-self: center;
    margin-left: 60px;
  }
  .osf-timeline-section .osf-timeline-card:nth-child(even) {
    align-self: center;
    margin-left: 60px;
    margin-right: 0px;
  }
  .osf-timeline-section .osf-timeline-card::before {
    left: 35px;
    margin-left: 0px;
  }
}
.osf-paragraph-lightbox-section {
  background-color: transparent;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  color: #666666;
}
.osf-paragraph-lightbox-section__details {
  background-color: transparent;
}
.osf-paragraph-lightbox-section__image {
  width: 100%;
  height: auto;
}
.osf-paragraph-lightbox-section .btn-hidden {
  display: none;
}
.osf-paragraph-lightbox-section .osf-lightbox__button {
  float: right;
  font-size: .6em;
  padding: 0;
}
.osf-paragraph-lightbox-section .osf-lightbox__icon {
  top: 3px;
}
.osf-paragraph-lightbox-section .osf-lightbox-button-content {
  padding: 5px;
  background-color: rgba(128, 128, 128, 0.2);
}
.lightbox-img-small-landscape {
  max-width: 40%;
}
.lightbox-img-large-landscape {
  max-width: 60%;
}
.lightbox-img-reg-landscape {
  max-width: 50%;
}
.lightbox-img-small-portrait {
  max-width: 25%;
}
.lightbox-img-large-portrait {
  max-width: 35%;
}
.lightbox-img-reg-portrait {
  max-width: 30%;
}
.lightbox-img-align-right {
  float: right;
}
.lightbox-img-align-right .osf-paragraph-lightbox-section__details {
  padding-left: 10px;
}
.lightbox-img-align-left {
  float: left;
}
.lightbox-img-align-left .osf-paragraph-lightbox-section__details {
  padding-right: 10px;
}
@media (max-width: 600px) {
  .osf-paragraph-lightbox-section {
    max-width: 100%;
    margin: 10px 0;
  }
  .lightbox-img-align-right .osf-paragraph-lightbox-section__details {
    padding-left: 0px;
  }
  .lightbox-img-align-left .osf-paragraph-lightbox-section__details {
    padding-right: 0px;
  }
}
.osf-month-nav {
  margin-left: -15px;
  margin-right: -15px;
  background-color: #151515;
}
.osf-month-nav a {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .osf-month-nav {
    height: 92px;
  }
}
.osf-month-nav__current-month-display {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
  padding-bottom: 10px;
  max-height: 90px;
}
@media (min-width: 992px) {
  .osf-month-nav__current-month-display {
    float: left;
    width: 33.33333333%;
  }
}
.osf-month-nav__current-month-name {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 992px) {
  .osf-month-nav__current-month-name {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-month-nav__current-month-name {
    margin-left: 16.66666667%;
  }
}
@media (max-width: 767px) {
  .osf-month-nav__current-month-name {
    font-size: 1.6em;
    font-weight: normal;
    padding-top: 6px;
  }
}
.osf-month-nav__prev-next {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.3em;
  text-align: center;
}
@media (min-width: 992px) {
  .osf-month-nav__prev-next {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-month-nav__prev-next {
    margin-left: 8.33333333%;
  }
}
@media (max-width: 767px) {
  .osf-month-nav__prev-next {
    display: none;
  }
}
.osf-month-nav__prev-next a:first-child::after {
  content: "\0000a0| ";
}
.osf-month-nav__month-menu {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  background-image: url('/media/img/block-35-white.svg');
  display: flex;
}
@media (min-width: 992px) {
  .osf-month-nav__month-menu {
    float: left;
    width: 66.66666667%;
  }
}
@media (max-width: 1199px) {
  .osf-month-nav__month-menu {
    flex-wrap: wrap;
  }
}
.osf-month-nav__month-button {
  flex: 1 1 auto;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 1.6em;
  padding-top: 2px;
  padding-bottom: 2px;
  cursor: pointer;
  height: 92px;
  line-height: 92px;
  text-align: center;
}
@media (max-width: 767px) {
  .osf-month-nav__month-button {
    font-size: 1.1em;
  }
}
@media (max-width: 1199px) {
  .osf-month-nav__month-button {
    flex-basis: 20%;
    flex-grow: unset;
    height: 48px;
    line-height: 48px;
  }
}
/* this is styling for the calendar key subsection */
.osf-calendar-key-collection {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 1.4em;
}
/* new key -- refactor with care! */
.osf-calendar-key {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.osf-calendar-key__row {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 5px;
  padding-top: 7px;
  font-size: .85em;
  padding-left: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.osf-calendar-key__row--filter-control {
  background-color: #f2f2f2;
}
.osf-calendar-key__row--collapsible {
  cursor: pointer;
}
.osf-calendar-key__heading {
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 5px;
  font-size: 1.2em;
}
.osf-calendar-key__heading--toggle {
  cursor: pointer;
  color: #007ee6;
}
.osf-calendar-key__chevron {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-calendar-key__chevron--closed:before {
  content: "\e258";
}
.osf-calendar-key__chevron--open:before {
  content: "\e259";
}
.osf-calendar-key__label--show::before {
  content: "Show ";
}
.osf-calendar-key__label--hide::before {
  content: "Hide ";
}
.osf-calendar-key__entry {
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .osf-calendar-key__entry {
    float: left;
    width: 19.91666667%;
  }
}
.osf-calendar-key__entry--collapsible {
  display: none;
}
@media (max-width: 991px) {
  .osf-calendar-key__entry--collapsible-mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .osf-calendar-key__entry {
    position: relative;
    float: left;
    min-height: 1px;
    padding-top: 7px;
    padding-right: 15px;
    margin: 5px 0;
    width: auto;
  }
}
@media (max-width: 991px) {
  .osf-calendar-key__entry {
    padding: 7px;
  }
  .osf-calendar-key__entry span {
    display: block;
    width: auto;
    text-align: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .osf-calendar-key__entry:nth-child(5n+2) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .osf-calendar-key__entry:nth-child(3n+2) {
    clear: left;
  }
}
/* This is the styling for the detail icons on a full calendar page */
.osf-calendar-detail-icon {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #222;
  width: auto;
  color: white;
  padding: 4px;
  margin-left: 0px 4px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .osf-calendar-detail-icon + .icon-label {
    font-size: .9em;
  }
}
.osf-calendar-detail-icon--open-captioning {
  background-color: #2660db;
}
.osf-calendar-detail-icon--open-captioning::after {
  content: 'OC';
}
.osf-calendar-detail-icon--open-captioning + .icon-label {
  color: #2660db;
}
.osf-calendar-detail-icon--esp-open-captioning {
  background-color: #6c1c8e;
}
.osf-calendar-detail-icon--esp-open-captioning::after {
  content: 'ESP';
}
.osf-calendar-detail-icon--esp-open-captioning + .icon-label {
  color: #6c1c8e;
}
.osf-calendar-detail-icon--call-wc {
  background-color: #808080;
}
.osf-calendar-detail-icon--call-wc::after {
  content: 'CALL-WC';
}
.osf-calendar-detail-icon--call-wc + .icon-label {
  color: #808080;
}
.osf-calendar-detail-icon--asl {
  background-color: #9e4101;
}
.osf-calendar-detail-icon--asl::after {
  content: 'ASL';
}
.osf-calendar-detail-icon--asl + .icon-label {
  color: #9e4101;
}
.osf-calendar-detail-icon--member {
  background-color: #167ca4;
}
.osf-calendar-detail-icon--member::after {
  content: 'MEM';
}
.osf-calendar-detail-icon--member + .icon-label {
  color: #167ca4;
}
.osf-calendar-detail-icon--best-prices {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #067b3b;
}
.osf-calendar-detail-icon--best-prices::after {
  content: '\0000a0$\0000a0';
  font-weight: bold;
}
.osf-calendar-detail-icon--best-prices + .icon-label {
  color: #067b3b;
}
.osf-calendar-detail-icon--buy-soon {
  background-color: #ff8e23;
}
.osf-calendar-detail-icon--buy-soon::after {
  content: '\0000a0\0000a0\0000a0\0000a0\0000a0';
}
.osf-calendar-detail-icon--buy-soon + .icon-label {
  color: #ff8e23;
}
.osf-calendar-detail-icon--closing,
.osf-calendar-detail-icon--opening,
.osf-calendar-detail-icon--preview {
  background-color: #646464;
}
.osf-calendar-detail-icon--closing + .icon-label,
.osf-calendar-detail-icon--opening + .icon-label,
.osf-calendar-detail-icon--preview + .icon-label {
  color: #646464;
}
.osf-calendar-detail-icon--opening::after {
  content: 'OP';
}
.osf-calendar-detail-icon--closing::after {
  content: 'CL';
}
.osf-calendar-detail-icon--preview::after {
  content: 'PR';
}
.osf-calendar-detail-icon--lightbox {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.osf-full-calendar-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  padding: 0;
  margin-top: 10px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .osf-full-calendar-section {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .osf-full-calendar-section {
    margin-top: 0;
  }
}
.osf-calendar-key__entry img.best-availability {
  height: 40px;
  margin: -10px 0;
}
/* this module contains the styling for a single week on a full-size calendar */
.osf-calendar-week {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media (max-width: 991px) {
  .osf-calendar-week:not(:first-child) {
    display: none;
  }
}
.osf-calendar-week__label {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  /*height: 75px;*/
  color: #ffffff;
  background-color: #484848;
  display: none;
  text-align: center;
  padding-top: 13px;
  margin-bottom: 5px;
  padding-right: 15px;
  padding-left: 7.5px;
}
@media (max-width: 991px) {
  .osf-calendar-week__label {
    display: block;
  }
}
.osf-calendar-week__label--sticky {
  opacity: 0.95;
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  filter: alpha(opacity=95);
  display: none;
}
@media (max-width: 991px) {
  .osf-calendar-week__label--sticky {
    position: fixed;
    bottom: -5px;
    z-index: 99999;
  }
}
.osf-calendar-week__range {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.6em;
  margin-top: 7px;
  padding-left: 10px;
}
.osf-calendar-week__nav {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  padding-bottom: 17px;
}
.osf-calendar-week__nav span {
  cursor: pointer;
}
.osf-calendar-week__prev,
.osf-calendar-week__next {
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  float: left;
  width: 12.5%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 3.0em;
  color: #898989;
}
.osf-calendar-week__prev {
  text-align: right;
}
.osf-calendar-week__prev:before {
  content: "\e079";
}
.osf-calendar-week__next {
  text-align: left;
}
.osf-calendar-week__next:before {
  content: "\e080";
}
/* this module contains the styling for a single day on a full-calendar */
.osf-calendar-day {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  min-height: 150px;
}
@media (min-width: 992px) {
  .osf-calendar-day {
    float: left;
    width: 15.25%;
  }
}
@media (max-width: 991px) {
  .osf-calendar-day {
    width: 100%;
    min-height: 10px;
    clear: left;
  }
}
.osf-calendar-day:nth-child(8n+4) {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-calendar-day:nth-child(8n+4) {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-calendar-day:nth-child(8n+4) {
    float: left;
    width: 8%;
  }
}
@media (max-width: 767px) {
  .osf-calendar-day--past {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .osf-calendar-day--past {
    display: none !important;
  }
}
.osf-calendar-day__date {
  font-size: 1.4em;
  width: 100%;
  height: 2.6em;
  padding-right: 7px;
  background-color: #5c5c5c;
  color: #ffffff;
  border: 2px solid #ffffff;
  text-align: right;
  padding-top: 6px;
  overflow: hidden;
  line-height: 2em;
}
.osf-calendar-day__event-list {
  padding: 5px;
}
/* this module handles the styling of events in the full-calendar section */
.osf-calendar-event {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  clear: left;
  margin-bottom: 7px;
  background-color: #e6e6e6;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #d9d9d9;
}
@media (max-width: 991px) {
  .osf-calendar-event {
    min-height: 100px;
  }
}
@media (max-width: 991px) {
  .osf-calendar-event {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  .osf-calendar-event {
    font-size: 1.1em;
    min-height: 75px;
  }
}
.osf-calendar-event--compact {
  border: 0;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
}
.osf-calendar-event--fresh-tickets {
  border-left: 7px solid #0cb1a9;
}
.osf-calendar-event__image {
  width: 20%;
  position: relative;
  float: right;
  overflow: hidden;
  height: 100px;
  margin-left: 3px;
}
@media (max-width: 1199px) {
  .osf-calendar-event__image {
    height: 115px;
  }
}
@media (min-width: 992px) and (max-width: 1390px) {
  .osf-calendar-event__image {
    display: none;
  }
}
@media (max-width: 991px) {
  .osf-calendar-event__image {
    height: 105px;
  }
}
@media (max-width: 767px) {
  .osf-calendar-event__image {
    width: 35%;
  }
}
.osf-calendar-event__image img {
  height: 100%;
  width: auto;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .osf-calendar-event__image img {
    width: 100%;
    height: auto;
  }
}
.osf-calendar-event__heading {
  font-weight: bold;
  text-align: left;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 4px;
}
.osf-calendar-event__detail {
  padding-left: 3px;
  color: #7a7a7a;
  font-size: 0.9em;
}
.osf-calendar-event__start-time,
.osf-calendar-event__venue {
  display: block;
  float: left;
  padding-left: 4px;
}
.osf-calendar-event__start-time::after {
  content: "\0000a0| ";
}
.osf-calendar-event__icon-listing {
  font-size: .75em;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  clear: left;
}
@media (max-width: 991px) {
  .osf-calendar-event__icon-listing {
    float: left;
    clear: none;
    padding-left: 7px;
  }
}
.osf-calendar-event__icon-listing--inline {
  float: left;
  clear: none;
  padding-left: 7px;
}
.osf-calendar-event__icon-listing .best-availability-pill {
  height: 30px;
}
.osf-calendar-event__wish-list-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: .9em;
  margin-right: 3px;
}
.osf-calendar-event__wish-list-icon:before {
  content: "\e006";
}
@media (max-width: 991px) and (min-width: 768px) {
  .osf-calendar-event__wish-list-icon::before {
    position: relative;
    left: -8px;
  }
}
.osf-calendar-event__cta {
  display: block;
  padding-left: 4px;
  color: #004c8b;
  clear: left;
}
.osf-calendar-event__cta--sold-out {
  color: #941e1e;
  font-weight: bold;
  font-size: 1.3em;
}
.osf-calendar-event__cta--limited-seating {
  color: #c21e48;
  font-weight: bold;
}
.osf-calendar-event__cta--fresh-tickets {
  color: #015450;
  font-weight: bold;
}
.osf-calendar-event__cta--waitlist-available {
  color: #741ec4;
  font-weight: bold;
}
.osf-calendar-event__cta--call-box-office {
  color: #361e94;
  font-weight: bold;
  font-size: 1.3em;
}
.osf-calendar-event__chevron {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-calendar-event__chevron--closed:before {
  content: "\e258";
}
.osf-calendar-event__chevron--open:before {
  content: "\e259";
}
.osf-calendar-event__buy-info {
  width: 100%;
  clear: both;
  height: 0;
  overflow: hidden;
  background-color: #d3d3d3;
}
@media (max-width: 991px) {
  .osf-calendar-event__buy-info {
    font-size: 1.0em;
  }
}
.osf-calendar-event__price-range {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 3.5px;
  padding-right: 3.5px;
  margin-left: 7px;
  margin-top: 7px;
  display: none;
}
.osf-calendar-event__availability-details {
  float: left;
  width: 50%;
  padding-left: 3.5px;
  padding-right: 3.5px;
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-top: 10px;
  border-right: 1px solid #9b9b9b;
}
@media (min-width: 768px) {
  .osf-calendar-event__availability-details {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-calendar-event__availability-details {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-calendar-event__availability-details {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .osf-calendar-event__availability-details {
    border: 0;
  }
}
.osf-calendar-event__availability-heading {
  font-weight: bold;
  padding-bottom: 5px;
}
.osf-calendar-event__availability-list {
  list-style-type: none;
  padding: 0;
  display: none;
}
.osf-calendar-event__refresh-link {
  padding: 0;
  display: none;
  font-weight: bold;
  color: #004c8b;
}
.osf-calendar-event__seat-zone {
  font-weight: bold;
}
.osf-calendar-event__other-details {
  float: left;
  width: 50%;
  padding-left: 3.5px;
  padding-right: 3.5px;
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .osf-calendar-event__other-details {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-calendar-event__other-details {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-calendar-event__other-details {
    float: left;
    width: 50%;
  }
}
.osf-calendar-event__details-heading {
  font-weight: bold;
  padding-bottom: 5px;
}
.osf-calendar-event__keyword-list {
  list-style-type: none;
  padding: 0;
}
.osf-calendar-event__keyword-list li {
  margin-bottom: 10px;
}
.osf-calendar-event__add-to-wish-list,
.osf-calendar-event__event-detail-link,
.osf-calendar-event__special-options {
  margin-left: 10px;
  margin-bottom: 10px;
  color: #004c8b;
  float: left;
  clear: left;
}
.osf-calendar-event__button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  margin: 10px;
  float: left;
  clear: left;
  white-space: pre-wrap;
}
.osf-calendar-event__button:focus,
.osf-calendar-event__button:active:focus,
.osf-calendar-event__button.active:focus,
.osf-calendar-event__button.focus,
.osf-calendar-event__button:active.focus,
.osf-calendar-event__button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-calendar-event__button:hover,
.osf-calendar-event__button:focus,
.osf-calendar-event__button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-calendar-event__button:active,
.osf-calendar-event__button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-calendar-event__button.disabled,
.osf-calendar-event__button[disabled],
fieldset[disabled] .osf-calendar-event__button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-calendar-event__button.disabled,
fieldset[disabled] a.osf-calendar-event__button {
  pointer-events: none;
}
.osf-calendar-event__button:focus,
.osf-calendar-event__button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-calendar-event__button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-calendar-event__button:active,
.osf-calendar-event__button.active,
.open > .dropdown-toggle.osf-calendar-event__button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-calendar-event__button:active:hover,
.osf-calendar-event__button.active:hover,
.open > .dropdown-toggle.osf-calendar-event__button:hover,
.osf-calendar-event__button:active:focus,
.osf-calendar-event__button.active:focus,
.open > .dropdown-toggle.osf-calendar-event__button:focus,
.osf-calendar-event__button:active.focus,
.osf-calendar-event__button.active.focus,
.open > .dropdown-toggle.osf-calendar-event__button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-calendar-event__button:active,
.osf-calendar-event__button.active,
.open > .dropdown-toggle.osf-calendar-event__button {
  background-image: none;
}
.osf-calendar-event__button.disabled:hover,
.osf-calendar-event__button[disabled]:hover,
fieldset[disabled] .osf-calendar-event__button:hover,
.osf-calendar-event__button.disabled:focus,
.osf-calendar-event__button[disabled]:focus,
fieldset[disabled] .osf-calendar-event__button:focus,
.osf-calendar-event__button.disabled.focus,
.osf-calendar-event__button[disabled].focus,
fieldset[disabled] .osf-calendar-event__button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-calendar-event__button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-calendar-event__button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-calendar-event__button.strong-cta:hover,
.osf-calendar-event__button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-calendar-event__button.strong-cta:hover[disabled],
.osf-calendar-event__button.strong-cta:focus[disabled] {
  color: #222;
}
.osf-calendar-event__throbber {
  width: 100%;
  max-width: 128px;
}
.osf-calendar-event__throbber img {
  width: 100%;
  height: auto;
}
.osf-calendar-event__throbber--overlay {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  max-width: initial;
  cursor: default;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.osf-calendar-event__throbber--overlay img {
  max-width: 128px;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.osf-calendar-event__throbber--overlay span {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 20%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/*
    Handle special circumstances for event listings on 
    abbreviated days (Mondays)
*/
.osf-calendar-day:nth-child(8n+4) .osf-calendar-event__availability-details,
.osf-calendar-day:nth-child(8n+4) .osf-calendar-event__order-details {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 7px;
}
@media (min-width: 1200px) {
  .osf-calendar-day:nth-child(8n+4) .osf-calendar-event__availability-details,
  .osf-calendar-day:nth-child(8n+4) .osf-calendar-event__order-details {
    float: left;
    width: 100%;
  }
}
.osf-calendar-day:nth-child(8n+4) .osf-calendar-event__availability-details {
  border-right: 0;
  border-bottom: 1px solid #9b9b9b;
}
/*
    This module acccounts for the styling of the filtered event
    listing section
*/
.osf-filtered-event-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .osf-filtered-event-section {
    padding-top: 30px;
  }
}
.osf-filtered-event-section .osf-link-tile-grid-section {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .osf-filtered-event-section .osf-link-tile-grid-section {
    float: left;
    width: 25%;
  }
}
.osf-filtered-event-section .osf-link-tile-grid-section .osf-detail-link-tile,
.osf-filtered-event-section .osf-link-tile-grid-section .osf-link-tile {
  float: left;
  width: 83.33333333%;
  margin-left: 8.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-filtered-event-section .osf-link-tile-grid-section .osf-detail-link-tile,
  .osf-filtered-event-section .osf-link-tile-grid-section .osf-link-tile {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .osf-filtered-event-section .osf-link-tile-grid-section .osf-detail-link-tile,
  .osf-filtered-event-section .osf-link-tile-grid-section .osf-link-tile {
    margin-left: 25%;
  }
}
@media (min-width: 992px) {
  .osf-filtered-event-section .osf-link-tile-grid-section .osf-detail-link-tile,
  .osf-filtered-event-section .osf-link-tile-grid-section .osf-link-tile {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-filtered-event-section .osf-link-tile-grid-section .osf-detail-link-tile,
  .osf-filtered-event-section .osf-link-tile-grid-section .osf-link-tile {
    margin-left: 25%;
  }
}
@media (min-width: 1200px) {
  .osf-filtered-event-section .osf-link-tile-grid-section .osf-detail-link-tile,
  .osf-filtered-event-section .osf-link-tile-grid-section .osf-link-tile {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-filtered-event-section .osf-link-tile-grid-section .osf-detail-link-tile,
  .osf-filtered-event-section .osf-link-tile-grid-section .osf-link-tile {
    margin-left: 0%;
  }
}
.osf-filtered-event-listing {
  float: left;
  width: 100%;
  margin-left: 0%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .osf-filtered-event-listing {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-filtered-event-listing {
    margin-left: 8.33333333%;
  }
}
.osf-filtered-event-listing:not(:only-child) {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .osf-filtered-event-listing:not(:only-child) {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .osf-filtered-event-listing:not(:only-child) {
    float: left;
    width: 75%;
  }
}
.osf-filtered-event {
  position: relative;
  float: left;
  width: 95.83333333%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 2.08333333%;
  border: 3px solid #dedede;
  height: 165px;
  margin-bottom: 10px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .osf-filtered-event {
    height: auto;
  }
}
.osf-filtered-event__image {
  float: left;
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.4em;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 768px) {
  .osf-filtered-event__image {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 1199px) {
  .osf-filtered-event__image {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-filtered-event__image {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-filtered-event__image {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .osf-filtered-event__image {
    height: 140px;
  }
}
.osf-filtered-event__image img {
  height: 160%;
  width: auto;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .osf-filtered-event__image img {
    height: 130%;
    width: auto;
  }
}
.osf-filtered-event__description {
  float: left;
  width: 75%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 5px 15px;
}
@media (min-width: 768px) {
  .osf-filtered-event__description {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .osf-filtered-event__description {
    padding: 5px;
  }
}
.osf-filtered-event__description--wide {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .osf-filtered-event__description--wide {
    float: left;
    width: 50%;
  }
}
.osf-filtered-event__heading {
  font-size: 1.4em;
  font-weight: bold;
}
.osf-filtered-event__availability-list li {
  list-style: none;
}
.osf-filtered-event__keyword-list {
  padding-left: 0;
  color: #505050;
  padding-top: 3px;
  margin-top: 3px;
  border-top: 2px solid #dedede;
}
.osf-filtered-event__keyword-list li {
  list-style: none;
  display: inline-block;
}
.osf-filtered-event__keyword-list li:not(:last-child)::after {
  content: "\2022";
  padding-left: 5px;
}
.osf-filtered-event__cta {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
  min-height: 162px;
  padding: 14px 25px;
  border-left: 2px solid #dedede;
  border-top: 0;
}
@media (min-width: 768px) {
  .osf-filtered-event__cta {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .osf-filtered-event__cta {
    clear: both;
    height: auto;
    border-left: 0;
    border-top: 2px solid #dedede;
    min-height: 120px;
  }
}
.osf-filtered-event__button,
.osf-filtered-event__special-options,
.osf-filtered-event__event-detail-link,
.osf-filtered-event__remove-from-list {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px !important;
  text-align: center;
}
.osf-filtered-event__button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.osf-filtered-event__button:focus,
.osf-filtered-event__button:active:focus,
.osf-filtered-event__button.active:focus,
.osf-filtered-event__button.focus,
.osf-filtered-event__button:active.focus,
.osf-filtered-event__button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-filtered-event__button:hover,
.osf-filtered-event__button:focus,
.osf-filtered-event__button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-filtered-event__button:active,
.osf-filtered-event__button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-filtered-event__button.disabled,
.osf-filtered-event__button[disabled],
fieldset[disabled] .osf-filtered-event__button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-filtered-event__button.disabled,
fieldset[disabled] a.osf-filtered-event__button {
  pointer-events: none;
}
.osf-filtered-event__button:focus,
.osf-filtered-event__button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-filtered-event__button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-filtered-event__button:active,
.osf-filtered-event__button.active,
.open > .dropdown-toggle.osf-filtered-event__button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-filtered-event__button:active:hover,
.osf-filtered-event__button.active:hover,
.open > .dropdown-toggle.osf-filtered-event__button:hover,
.osf-filtered-event__button:active:focus,
.osf-filtered-event__button.active:focus,
.open > .dropdown-toggle.osf-filtered-event__button:focus,
.osf-filtered-event__button:active.focus,
.osf-filtered-event__button.active.focus,
.open > .dropdown-toggle.osf-filtered-event__button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-filtered-event__button:active,
.osf-filtered-event__button.active,
.open > .dropdown-toggle.osf-filtered-event__button {
  background-image: none;
}
.osf-filtered-event__button.disabled:hover,
.osf-filtered-event__button[disabled]:hover,
fieldset[disabled] .osf-filtered-event__button:hover,
.osf-filtered-event__button.disabled:focus,
.osf-filtered-event__button[disabled]:focus,
fieldset[disabled] .osf-filtered-event__button:focus,
.osf-filtered-event__button.disabled.focus,
.osf-filtered-event__button[disabled].focus,
fieldset[disabled] .osf-filtered-event__button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-filtered-event__button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-filtered-event__button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-filtered-event__button.strong-cta:hover,
.osf-filtered-event__button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-filtered-event__button.strong-cta:hover[disabled],
.osf-filtered-event__button.strong-cta:focus[disabled] {
  color: #222;
}
.osf-filtered-event__button--call-bo {
  background-color: #06af73 !important;
  border-color: #204d3d !important;
}
.osf-filtered-event__sold-out,
.osf-filtered-event__added-to-cart {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.6em;
  color: #941e1e;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}
.osf-filtered-event__added-to-cart {
  color: #204d3d;
}
.osf-filtered-event__phone-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-filtered-event__phone-icon:before {
  content: "\e182";
}
.osf-filtered-event__remove-from-list {
  cursor: pointer;
}
.osf-gift-certificates-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  padding-top: 5px;
}
@media (max-width: 991px) {
  .osf-gift-certificates-section {
    padding-top: 30px;
  }
}
.osf-gift-certificates-subsection {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.osf-gift-certificates-subsection__panel {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
  margin: 6px 2px;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .osf-gift-certificates-subsection__panel {
    margin: 5px 0;
    padding: 10px 12px;
  }
}
@media only print {
  .osf-gift-certificates-subsection__panel {
    page-break-inside: avoid;
    background-color: transparent;
  }
}
.osf-gift-certificates-subsection__heading {
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .osf-gift-certificates-subsection__heading {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .osf-gift-certificates-subsection__heading {
    font-size: 1.4em;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.osf-acknowledgements-subsection {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-acknowledgements-subsection {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-acknowledgements-subsection {
    float: left;
    width: 66.66666667%;
  }
}
.osf-acknowledgements-subsection__row {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (max-width: 767px) {
  .osf-acknowledgements-subsection__row {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.osf-acknowledgements-subsection__column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 768px) {
  .osf-acknowledgements-subsection__column {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .osf-acknowledgements-subsection__column {
    padding-left: 3px;
    padding-right: 3px;
  }
}
@media (min-width: 768px) {
  .osf-acknowledgements-subsection__column:nth-child(odd) {
    padding-left: 0px;
  }
}
@media (min-width: 768px) {
  .osf-acknowledgements-subsection__column:nth-child(even) {
    padding-right: 0px;
  }
}
.osf-acknowledgements-subsection__column--full {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  padding: 0;
}
@media (min-width: 768px) {
  .osf-acknowledgements-subsection__column--full {
    float: left;
    width: 100%;
  }
}
.osf-acknowledgements-subsection__column--full .osf-checkout-option-group {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.osf-acknowledgements-subsection__column.break {
  clear: left;
  padding-left: 0;
}
.osf-acknowledgements-subsection__panel {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
  margin: 6px 2px;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .osf-acknowledgements-subsection__panel {
    margin: 5px 0;
    padding: 10px 12px;
  }
}
@media only print {
  .osf-acknowledgements-subsection__panel {
    page-break-inside: avoid;
    background-color: transparent;
  }
}
.osf-acknowledgements-subsection__details {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.4em;
  font-size: 1.2em;
  margin: 15px 0;
}
@media (max-width: 1199px) {
  .osf-acknowledgements-subsection__details {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-acknowledgements-subsection__details {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-acknowledgements-subsection__details {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .osf-acknowledgements-subsection__details {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (max-width: 767px) {
  .osf-acknowledgements-subsection__details {
    margin-top: 8px;
  }
}
.osf-acknowledgements-subsection__brick-text {
  margin-left: 20px;
}
.osf-acknowledgements-subsection__publication-name {
  font-weight: bold;
}
.osf-acknowledgements-subsection .brickChoice {
  list-style: none;
  padding: 0;
}
.osf-acknowledgements-subsection .brickChoice input {
  margin-right: 10px;
}
.osf-acknowledgements-subsection .osf-checkout-controls__input--brick-text {
  text-transform: uppercase;
}
/*
    This module handles the general layout for the checkout page
*/
.osf-checkout-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .osf-checkout-section {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .osf-checkout-section {
    padding-top: 0px;
  }
}
.osf-checkout-sidebar {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
  margin: 6px 2px;
  padding: 10px 15px;
  background-color: #ffffff;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .osf-checkout-sidebar {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-checkout-sidebar {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-checkout-sidebar {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .osf-checkout-sidebar {
    margin: 5px 0;
    padding: 10px 12px;
  }
}
@media only print {
  .osf-checkout-sidebar {
    page-break-inside: avoid;
    background-color: transparent;
  }
}
.osf-checkout-sidebar__link-list {
  font-size: 1.4em;
}
@media (max-width: 767px) {
  .osf-checkout-sidebar__link-list {
    padding-left: 10px;
  }
}
.osf-checkout-sidebar__link {
  list-style: none;
  margin: 7px 0;
}
.osf-checkout-sidebar__chevron {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-checkout-sidebar__chevron:before {
  content: "\e080";
}
.osf-checkout-breadcrumb-trail {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media only print {
  .osf-checkout-breadcrumb-trail {
    display: none;
  }
}
.osf-checkout-breadcrumb {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  height: 56px;
  background-color: #5c5c5c;
  padding: 5px;
  color: white;
  text-align: center;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.osf-checkout-breadcrumb--active {
  background-color: #046342;
}
.osf-checkout-breadcrumb--past {
  background-color: #01718d;
  cursor: pointer;
}
.osf-checkout-breadcrumb__number {
  display: none !important;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 2.8em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
}
@media (max-width: 767px) {
  .osf-checkout-breadcrumb__number {
    display: block !important;
  }
  table.osf-checkout-breadcrumb__number {
    display: table !important;
  }
  tr.osf-checkout-breadcrumb__number {
    display: table-row !important;
  }
  th.osf-checkout-breadcrumb__number,
  td.osf-checkout-breadcrumb__number {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .osf-checkout-breadcrumb__number {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .osf-checkout-breadcrumb__number {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .osf-checkout-breadcrumb__number {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .osf-checkout-breadcrumb__number {
    text-align: right;
  }
}
.osf-checkout-breadcrumb__name {
  display: none !important;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  top: 50%;
  -webkit-transform: translateY(-52%);
  -moz-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
  -o-transform: translateY(-52%);
  transform: translateY(-52%);
}
@media (max-width: 767px) {
  .osf-checkout-breadcrumb__name {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .osf-checkout-breadcrumb__name {
    display: block !important;
  }
  table.osf-checkout-breadcrumb__name {
    display: table !important;
  }
  tr.osf-checkout-breadcrumb__name {
    display: table-row !important;
  }
  th.osf-checkout-breadcrumb__name,
  td.osf-checkout-breadcrumb__name {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .osf-checkout-breadcrumb__name {
    display: block !important;
  }
  table.osf-checkout-breadcrumb__name {
    display: table !important;
  }
  tr.osf-checkout-breadcrumb__name {
    display: table-row !important;
  }
  th.osf-checkout-breadcrumb__name,
  td.osf-checkout-breadcrumb__name {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .osf-checkout-breadcrumb__name {
    display: block !important;
  }
  table.osf-checkout-breadcrumb__name {
    display: table !important;
  }
  tr.osf-checkout-breadcrumb__name {
    display: table-row !important;
  }
  th.osf-checkout-breadcrumb__name,
  td.osf-checkout-breadcrumb__name {
    display: table-cell !important;
  }
}
@media (min-width: 768px) {
  .osf-checkout-breadcrumb__name {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-checkout-breadcrumb__name {
    float: left;
    width: 83.33333333%;
  }
}
.osf-checkout-breadcrumb__icon {
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2em;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -o-transform: translateY(-55%);
  transform: translateY(-55%);
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
@media (min-width: 768px) {
  .osf-checkout-breadcrumb__icon {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-checkout-breadcrumb__icon {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 767px) {
  .osf-checkout-breadcrumb__icon {
    text-align: left;
  }
}
.osf-checkout-breadcrumb__icon--chevron:before {
  content: "\e080";
}
.osf-checkout-breadcrumb__icon--check:before {
  content: "\e013";
}
.osf-review-lineitem-listing__total {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #5c5c5c;
  text-align: right;
  font-size: 1.4em;
  color: #ffffff;
  padding: 10px 30px 5px 5px;
  margin-top: 5px;
}
.osf-review-lineitem {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 5px 0;
  background-color: #ededed;
  border: 2px solid #ddd;
  padding: 16px;
}
.osf-review-lineitem--credit {
  background-color: #def8ff;
  border-color: #cee2e7;
}
.osf-review-lineitem__description,
.osf-review-lineitem__transaction-details {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .osf-review-lineitem__description,
  .osf-review-lineitem__transaction-details {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .osf-review-lineitem__description,
  .osf-review-lineitem__transaction-details {
    padding-left: 0;
    padding-right: 0;
  }
}
.osf-review-lineitem__detail--primary {
  font-size: 1.1em;
  font-weight: bold;
}
.osf-review-lineitem__price-type {
  font-weight: bold;
}
.osf-review-lineitem__price-type::after {
  content: ":";
}
.osf-review-lineitem__seat:not(:last-child)::after {
  content: ",";
}
.osf-cart-subsection {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
}
@media (min-width: 768px) {
  .osf-cart-subsection {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-cart-subsection {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .osf-cart-subsection {
    float: left;
    width: 66.66666667%;
  }
}
.osf-cart-subsection__link-list {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
  margin: 6px 2px;
  padding: 10px 15px;
  margin: 10px 0 !important;
  background-color: #ffffff;
  font-size: 1.4em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .osf-cart-subsection__link-list {
    margin: 5px 0;
    padding: 10px 12px;
  }
}
@media only print {
  .osf-cart-subsection__link-list {
    page-break-inside: avoid;
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .osf-cart-subsection__link-list {
    padding-left: 10px;
    padding-right: 5px;
  }
}
.osf-cart-subsection__link-list li {
  list-style: none;
}
.osf-cart-subsection__chevron {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-cart-subsection__chevron:before {
  content: "\e079";
}
.osf-cart-lineitem {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
  margin: 6px 2px;
  padding: 10px 15px;
  margin: 4px 0;
}
@media (max-width: 767px) {
  .osf-cart-lineitem {
    margin: 5px 0;
    padding: 10px 12px;
  }
}
@media only print {
  .osf-cart-lineitem {
    page-break-inside: avoid;
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .osf-cart-lineitem {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.osf-cart-lineitem__description {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-cart-lineitem__description {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-cart-lineitem__description {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-cart-lineitem__description {
    float: left;
    width: 33.33333333%;
  }
}
.osf-cart-lineitem__thumb {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  min-height: 88px;
  overflow: hidden;
}
.osf-cart-lineitem__thumb img {
  margin: 4px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.osf-cart-lineitem__description-text {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.osf-cart-lineitem__detail--primary {
  font-size: 1.4em;
}
.osf-cart-lineitem__detail--primary span {
  word-wrap: break-word;
}
.osf-cart-lineitem__transaction-details {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 3.5px;
  padding-right: 3.5px;
}
@media (min-width: 768px) {
  .osf-cart-lineitem__transaction-details {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-cart-lineitem__transaction-details {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-cart-lineitem__transaction-details {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 1199px) {
  .osf-cart-lineitem__transaction-details {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .osf-cart-lineitem__transaction-details {
    margin-top: 10px;
  }
}
.osf-cart-lineitem__seat:not(:last-child)::after {
  content: ', ';
}
.osf-cart-lineitem__update,
.osf-cart-lineitem__remove {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  font-size: .85em;
}
@media (min-width: 992px) {
  .osf-cart-lineitem__update,
  .osf-cart-lineitem__remove {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-cart-lineitem__update,
  .osf-cart-lineitem__remove {
    float: left;
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .osf-cart-lineitem__update,
  .osf-cart-lineitem__remove {
    margin-top: 10px;
    border-top: 2px solid #eaeaea;
    padding-top: 15px;
  }
}
@media (max-width: 1199px) {
  .osf-cart-lineitem__update {
    clear: left;
  }
}
.osf-cart-lineitem__button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
}
.osf-cart-lineitem__button:focus,
.osf-cart-lineitem__button:active:focus,
.osf-cart-lineitem__button.active:focus,
.osf-cart-lineitem__button.focus,
.osf-cart-lineitem__button:active.focus,
.osf-cart-lineitem__button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-cart-lineitem__button:hover,
.osf-cart-lineitem__button:focus,
.osf-cart-lineitem__button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-cart-lineitem__button:active,
.osf-cart-lineitem__button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-cart-lineitem__button.disabled,
.osf-cart-lineitem__button[disabled],
fieldset[disabled] .osf-cart-lineitem__button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-cart-lineitem__button.disabled,
fieldset[disabled] a.osf-cart-lineitem__button {
  pointer-events: none;
}
.osf-cart-lineitem__button:focus,
.osf-cart-lineitem__button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-cart-lineitem__button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-cart-lineitem__button:active,
.osf-cart-lineitem__button.active,
.open > .dropdown-toggle.osf-cart-lineitem__button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-cart-lineitem__button:active:hover,
.osf-cart-lineitem__button.active:hover,
.open > .dropdown-toggle.osf-cart-lineitem__button:hover,
.osf-cart-lineitem__button:active:focus,
.osf-cart-lineitem__button.active:focus,
.open > .dropdown-toggle.osf-cart-lineitem__button:focus,
.osf-cart-lineitem__button:active.focus,
.osf-cart-lineitem__button.active.focus,
.open > .dropdown-toggle.osf-cart-lineitem__button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-cart-lineitem__button:active,
.osf-cart-lineitem__button.active,
.open > .dropdown-toggle.osf-cart-lineitem__button {
  background-image: none;
}
.osf-cart-lineitem__button.disabled:hover,
.osf-cart-lineitem__button[disabled]:hover,
fieldset[disabled] .osf-cart-lineitem__button:hover,
.osf-cart-lineitem__button.disabled:focus,
.osf-cart-lineitem__button[disabled]:focus,
fieldset[disabled] .osf-cart-lineitem__button:focus,
.osf-cart-lineitem__button.disabled.focus,
.osf-cart-lineitem__button[disabled].focus,
fieldset[disabled] .osf-cart-lineitem__button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-cart-lineitem__button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-cart-lineitem__button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-cart-lineitem__button.strong-cta:hover,
.osf-cart-lineitem__button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-cart-lineitem__button.strong-cta:hover[disabled],
.osf-cart-lineitem__button.strong-cta:focus[disabled] {
  color: #222;
}
@media (max-width: 767px) {
  .osf-cart-lineitem__button {
    white-space: normal;
    min-height: 58px;
  }
}
/* this module accounts for styling specific to the membership and savings page/section */
.osf-membership-and-savings-subsection {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-membership-and-savings-subsection {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-membership-and-savings-subsection {
    float: left;
    width: 66.66666667%;
  }
}
.osf-membership-and-savings-subsection__row {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (max-width: 767px) {
  .osf-membership-and-savings-subsection__row {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.osf-membership-and-savings-subsection__column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 768px) {
  .osf-membership-and-savings-subsection__column {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .osf-membership-and-savings-subsection__column {
    padding-left: 3px;
    padding-right: 3px;
  }
}
@media (min-width: 768px) {
  .osf-membership-and-savings-subsection__column:nth-child(odd) {
    padding-left: 7.5px;
  }
}
@media (min-width: 768px) {
  .osf-membership-and-savings-subsection__column:nth-child(even) {
    padding-right: 7.5px;
  }
}
.osf-membership-and-savings-subsection__panel {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
  margin: 6px 2px;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .osf-membership-and-savings-subsection__panel {
    margin: 5px 0;
    padding: 10px 12px;
  }
}
@media only print {
  .osf-membership-and-savings-subsection__panel {
    page-break-inside: avoid;
    background-color: transparent;
  }
}
.osf-membership-and-savings-subsection__details {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.4em;
  font-size: 1.2em;
  margin: 15px 0;
}
@media (max-width: 1199px) {
  .osf-membership-and-savings-subsection__details {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-membership-and-savings-subsection__details {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-membership-and-savings-subsection__details {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .osf-membership-and-savings-subsection__details {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (max-width: 767px) {
  .osf-membership-and-savings-subsection__details {
    margin-top: 8px;
  }
}
/* This is styling that is specific to the shipping and billing page */
.osf-delivery-and-billing-subsection {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-delivery-and-billing-subsection {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-delivery-and-billing-subsection {
    float: left;
    width: 66.66666667%;
  }
}
.osf-delivery-and-billing-subsection__row {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (max-width: 767px) {
  .osf-delivery-and-billing-subsection__row {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.osf-delivery-and-billing-subsection__panel {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
  margin: 6px 2px;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .osf-delivery-and-billing-subsection__panel {
    margin: 5px 0;
    padding: 10px 12px;
  }
}
@media only print {
  .osf-delivery-and-billing-subsection__panel {
    page-break-inside: avoid;
    background-color: transparent;
  }
}
.osf-delivery-and-billing-subsection__panel--warn {
  background-color: #fffcda;
}
.osf-delivery-and-billing-subsection__link {
  color: #204d3d;
  text-decoration: underline;
  cursor: pointer;
}
.osf-delivery-and-billing-subsection__link:hover,
.osf-delivery-and-billing-subsection__link:active {
  color: #06af73;
}
/* This is the styling for the review and payment subsection */
.osf-review-and-payment-subsection {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-review-and-payment-subsection {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-review-and-payment-subsection {
    float: left;
    width: 66.66666667%;
  }
}
.osf-review-and-payment-subsection__row {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (max-width: 767px) {
  .osf-review-and-payment-subsection__row {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.osf-review-and-payment-subsection__column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 768px) {
  .osf-review-and-payment-subsection__column {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .osf-review-and-payment-subsection__column {
    padding-left: 3px;
    padding-right: 3px;
  }
}
@media (min-width: 768px) {
  .osf-review-and-payment-subsection__column:nth-child(odd) {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .osf-review-and-payment-subsection__column:nth-child(even) {
    padding-right: 0;
  }
}
.osf-review-and-payment-subsection__column--full {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  padding: 0;
}
@media (min-width: 768px) {
  .osf-review-and-payment-subsection__column--full {
    float: left;
    width: 100%;
  }
}
.osf-review-and-payment-subsection__panel {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
  margin: 6px 2px;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .osf-review-and-payment-subsection__panel {
    margin: 5px 0;
    padding: 10px 12px;
  }
}
@media only print {
  .osf-review-and-payment-subsection__panel {
    page-break-inside: avoid;
    background-color: transparent;
  }
}
.osf-review-and-payment-subsection__panel--warn {
  background-color: #fffcda;
}
/* this is the styling that corresponds to the confirmation page */
.osf-confirmation-subsection {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-confirmation-subsection {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-confirmation-subsection {
    float: left;
    width: 66.66666667%;
  }
}
.osf-confirmation-subsection__row {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (max-width: 767px) {
  .osf-confirmation-subsection__row {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.osf-confirmation-subsection__panel {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
  margin: 6px 2px;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .osf-confirmation-subsection__panel {
    margin: 5px 0;
    padding: 10px 12px;
  }
}
@media only print {
  .osf-confirmation-subsection__panel {
    page-break-inside: avoid;
    background-color: transparent;
  }
}
.osf-confirmation-subsection__heading {
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .osf-confirmation-subsection__heading {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .osf-confirmation-subsection__heading {
    font-size: 1.4em;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
/*
    This module handles the styling of the options buttons
    in the checkout path
*/
.osf-checkout-option-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.osf-checkout-option-group > .btn {
  position: relative;
  float: left;
}
.osf-checkout-option-group > .btn:hover,
.osf-checkout-option-group > .btn:focus,
.osf-checkout-option-group > .btn:active,
.osf-checkout-option-group > .btn.active {
  z-index: 2;
}
.osf-checkout-option-group .btn + .btn,
.osf-checkout-option-group .btn + .btn-group,
.osf-checkout-option-group .btn-group + .btn,
.osf-checkout-option-group .btn-group + .btn-group {
  margin-left: -1px;
}
@media (min-width: 992px) {
  .osf-checkout-option-group {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .osf-checkout-option-group {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .osf-checkout-option-group {
    margin-top: 5px;
  }
}
.osf-checkout-option-group--indented {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .osf-checkout-option-group--indented {
    padding-left: 0;
  }
}
.osf-checkout-option-group--tiled {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 20px 5px;
}
@media (max-width: 991px) {
  .osf-checkout-option-group--tiled {
    padding: 15px 5px;
  }
}
@media (max-width: 767px) {
  .osf-checkout-option-group--tiled {
    padding: 10px 0;
  }
}
.osf-checkout-option-group__button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 1em;
  min-width: 95px;
}
.osf-checkout-option-group__button:focus,
.osf-checkout-option-group__button:active:focus,
.osf-checkout-option-group__button.active:focus,
.osf-checkout-option-group__button.focus,
.osf-checkout-option-group__button:active.focus,
.osf-checkout-option-group__button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-checkout-option-group__button:hover,
.osf-checkout-option-group__button:focus,
.osf-checkout-option-group__button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-checkout-option-group__button:active,
.osf-checkout-option-group__button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-checkout-option-group__button.disabled,
.osf-checkout-option-group__button[disabled],
fieldset[disabled] .osf-checkout-option-group__button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-checkout-option-group__button.disabled,
fieldset[disabled] a.osf-checkout-option-group__button {
  pointer-events: none;
}
.osf-checkout-option-group__button:focus,
.osf-checkout-option-group__button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-checkout-option-group__button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-checkout-option-group__button:active,
.osf-checkout-option-group__button.active,
.open > .dropdown-toggle.osf-checkout-option-group__button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-checkout-option-group__button:active:hover,
.osf-checkout-option-group__button.active:hover,
.open > .dropdown-toggle.osf-checkout-option-group__button:hover,
.osf-checkout-option-group__button:active:focus,
.osf-checkout-option-group__button.active:focus,
.open > .dropdown-toggle.osf-checkout-option-group__button:focus,
.osf-checkout-option-group__button:active.focus,
.osf-checkout-option-group__button.active.focus,
.open > .dropdown-toggle.osf-checkout-option-group__button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-checkout-option-group__button:active,
.osf-checkout-option-group__button.active,
.open > .dropdown-toggle.osf-checkout-option-group__button {
  background-image: none;
}
.osf-checkout-option-group__button.disabled:hover,
.osf-checkout-option-group__button[disabled]:hover,
fieldset[disabled] .osf-checkout-option-group__button:hover,
.osf-checkout-option-group__button.disabled:focus,
.osf-checkout-option-group__button[disabled]:focus,
fieldset[disabled] .osf-checkout-option-group__button:focus,
.osf-checkout-option-group__button.disabled.focus,
.osf-checkout-option-group__button[disabled].focus,
fieldset[disabled] .osf-checkout-option-group__button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-checkout-option-group__button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-checkout-option-group__button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-checkout-option-group__button.strong-cta:hover,
.osf-checkout-option-group__button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-checkout-option-group__button.strong-cta:hover[disabled],
.osf-checkout-option-group__button.strong-cta:focus[disabled] {
  color: #222;
}
@media (max-width: 767px) {
  .osf-checkout-option-group__button {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .osf-checkout-option-group__button {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-checkout-option-group__button {
    width: 100%;
  }
}
.osf-checkout-option-group__button:focus,
.osf-checkout-option-group__button:hover {
  background-color: #99edcf;
}
.osf-checkout-option-group__button:focus[data-disabled="true"],
.osf-checkout-option-group__button:hover[data-disabled="true"] {
  background-color: #ffffff;
}
.osf-checkout-option-group__button--inline {
  width: initial;
  padding-bottom: 15px;
  padding-top: 20px;
}
.osf-checkout-option-group__button--inline::before {
  display: inline !important;
}
@media (min-width: 768px) {
  .osf-checkout-option-group__button--inline-sm {
    width: initial;
  }
}
@media (min-width: 992px) {
  .osf-checkout-option-group__button--inline-sm {
    width: 100%;
  }
}
.osf-checkout-option-group__button--inline-sm-md-lg {
  padding-top: 25px;
}
@media (max-width: 767px) {
  .osf-checkout-option-group__button--inline-sm-md-lg {
    width: 100%;
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .osf-checkout-option-group__button--inline-sm-md-lg {
    width: initial;
    min-height: 75px;
  }
}
.osf-checkout-option-group__button--tiled {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 20px 5px;
}
@media (min-width: 768px) {
  .osf-checkout-option-group__button--tiled {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-checkout-option-group__button--tiled {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-checkout-option-group__button--tiled {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .osf-checkout-option-group__button--tiled:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .osf-checkout-option-group__button--tiled:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .osf-checkout-option-group__button--tiled {
    min-height: 136px;
    padding-top: 35px;
  }
}
.osf-checkout-option-group__button--tiled span {
  display: block;
}
.osf-checkout-option-group__button--selected {
  background-color: #3e7e67 !important;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 14px;
}
.osf-checkout-option-group__button--selected:focus,
.osf-checkout-option-group__button--selected:hover {
  background-color: #3e7e67;
  color: #ffffff;
}
.osf-checkout-option-group__button--selected::before {
  font-family: "Glyphicons Halflings";
  content: "\e013";
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  margin-top: 10px;
  font-size: 1.4em;
  margin-right: 10px;
  display: block;
}
.osf-checkout-option-group__button--inline.osf-checkout-option-group__button--selected {
  padding-top: 10px;
  padding-bottom: 16px;
}
.osf-checkout-option-group__button--multiline {
  white-space: initial;
}
@media (min-width: 768px) {
  .osf-checkout-option-group__button--short {
    min-height: 115px;
  }
}
.osf-checkout-option-group__hidden-input {
  display: none;
}
/*
    This module contains the styling for buttons, inputs and the sidebar 
    summary on checkout pages
*/
.osf-checkout-controls {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: #204d3d;
  padding-left: 2vw;
  padding-bottom: 25px;
  background-color: #e9fff7;
}
@media (min-width: 768px) {
  .osf-checkout-controls {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-checkout-controls {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-checkout-controls {
    float: left;
    width: 33.33333333%;
  }
}
.osf-checkout-controls--cart {
  float: right !important;
}
.osf-checkout-controls__heading {
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .osf-checkout-controls__heading {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .osf-checkout-controls__heading {
    font-size: 1.4em;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.osf-checkout-controls__label {
  font-size: 1.1em;
}
@media (max-width: 767px) {
  .osf-checkout-controls__label {
    font-weight: normal;
  }
}
.osf-checkout-controls__label--light {
  font-weight: normal;
  font-size: 1.2em;
}
@media (min-width: 480px) {
  .osf-checkout-controls__label--light {
    width: 85%;
  }
}
.osf-checkout-controls__label--brick-text {
  min-width: 75px;
}
.osf-checkout-controls__label--accepted-text {
  margin-left: 20px;
  margin-left: 10px;
  font-size: .8em;
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  font-weight: bold;
}
@media (max-width: 767px) {
  .osf-checkout-controls__label--accepted-text {
    margin-left: 20px;
    margin-top: 5px;
    display: block;
  }
}
.osf-checkout-controls__label--unassociated {
  font-weight: bold;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .osf-checkout-controls__label--unassociated {
    font-weight: normal;
  }
}
.osf-checkout-controls__subtotal-list {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.4em;
  font-size: 1.2em;
}
@media (max-width: 1199px) {
  .osf-checkout-controls__subtotal-list {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-checkout-controls__subtotal-list {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-checkout-controls__subtotal-list {
    font-size: 1em;
  }
}
.osf-checkout-controls__subtotal {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 2px 0;
}
.osf-checkout-controls__subtotal-column {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-checkout-controls__subtotal-column {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-checkout-controls__subtotal-column {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-checkout-controls__subtotal-column {
    float: left;
    width: 33.33333333%;
  }
}
.osf-checkout-controls__subtotal-column--right {
  text-align: right;
}
.osf-checkout-controls__details {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.4em;
  font-size: 1.2em;
  margin: 15px 0;
}
@media (max-width: 1199px) {
  .osf-checkout-controls__details {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-checkout-controls__details {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-checkout-controls__details {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .osf-checkout-controls__details {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (max-width: 767px) {
  .osf-checkout-controls__details {
    margin-top: 8px;
  }
}
.osf-checkout-controls__details--confirm {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.2em;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .osf-checkout-controls__details--confirm {
    padding-bottom: 5px;
  }
}
.osf-checkout-controls__details--confirm span {
  display: block;
}
.osf-checkout-controls__link {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.4em;
  font-size: 1.2em;
  text-align: right;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: 2px solid #eaeaea;
}
@media (max-width: 1199px) {
  .osf-checkout-controls__link {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-checkout-controls__link {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-checkout-controls__link {
    font-size: 1em;
  }
}
.osf-checkout-controls__link--left {
  text-align: left;
}
.osf-checkout-controls__listing {
  padding-left: 20px;
  padding-right: 25px;
}
.osf-checkout-controls__set {
  margin-bottom: 15px;
  margin: 35px 0px;
}
@media (max-width: 767px) {
  .osf-checkout-controls__set {
    margin: 15px 0px;
  }
}
.osf-checkout-controls__set--compact {
  margin: 0;
}
@media (max-width: 767px) {
  .osf-checkout-controls__set--compact {
    margin: 0;
  }
}
.osf-checkout-controls__set--indented {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .osf-checkout-controls__set--indented {
    padding-left: 0;
  }
}
.osf-checkout-controls__set--invalid-cc-number::after {
  display: block;
  margin-top: 10px;
  color: red;
  content: 'Please enter a valid credit card number';
}
.osf-checkout-controls__input {
  padding: 4px;
  margin-left: 20px;
  border: 1px solid #204d3d;
}
.osf-checkout-controls__input--promo {
  width: 130px;
}
.osf-checkout-controls__input--dollars {
  width: 100px;
  color: black;
  margin-left: 5px;
}
.osf-checkout-controls__input--dollars::before {
  content: "$";
}
.osf-checkout-controls__input--cc-number {
  width: 170px;
}
.osf-checkout-controls__input--cc-number:invalid {
  border-color: red;
}
.osf-checkout-controls__input--cc-number:invalid::after {
  display: block;
  margin-top: 10px;
  color: red;
  content: 'Please enter a valid credit card number';
}
.osf-checkout-controls__input--invalid {
  border-color: red;
}
.osf-checkout-controls__input--cc-security-code {
  width: 55px;
}
.osf-checkout-controls__input--cc-owner-name {
  width: 270px;
}
@media (max-width: 767px) {
  .osf-checkout-controls__input--cc-owner-name {
    width: 90%;
  }
}
.osf-checkout-controls__input--gift-certificate-amount {
  margin-left: 5px;
}
.osf-checkout-controls__input--personal-message {
  display: block;
  width: 92%;
  max-width: 470px;
}
.osf-checkout-controls__input--name,
.osf-checkout-controls__input--address,
.osf-checkout-controls__input--city,
.osf-checkout-controls__input--country,
.osf-checkout-controls__input--state,
.osf-checkout-controls__input--zip-code {
  width: 66%;
}
@media (max-width: 767px) {
  .osf-checkout-controls__input--name,
  .osf-checkout-controls__input--address,
  .osf-checkout-controls__input--city,
  .osf-checkout-controls__input--country,
  .osf-checkout-controls__input--state,
  .osf-checkout-controls__input--zip-code {
    width: 80%;
    display: block;
  }
}
.osf-checkout-controls__input--name {
  max-width: 250px;
}
.osf-checkout-controls__input--address {
  max-width: 400px;
}
.osf-checkout-controls__input--city {
  max-width: 310px;
}
.osf-checkout-controls__input--country {
  max-width: 310px;
}
.osf-checkout-controls__input--state {
  max-width: 310px;
}
.osf-checkout-controls__input--zip-code {
  max-width: 200px;
}
.osf-checkout-controls__currency-marker {
  font-size: 1.3em;
  margin-left: 20px;
}
.osf-checkout-controls__checkbox input {
  transform: scale(2);
  margin: 10px !important;
}
.osf-checkout-controls__small-note {
  display: block;
  font-size: 0.9em;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
}
.osf-checkout-controls__select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px;
  margin-left: 7px;
  padding-right: 15px;
}
.osf-checkout-controls__textarea {
  width: 100%;
}
.osf-checkout-controls__textarea--instructions {
  min-height: 100px;
  margin-top: 10px;
}
.osf-checkout-controls__button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.osf-checkout-controls__button:focus,
.osf-checkout-controls__button:active:focus,
.osf-checkout-controls__button.active:focus,
.osf-checkout-controls__button.focus,
.osf-checkout-controls__button:active.focus,
.osf-checkout-controls__button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-checkout-controls__button:hover,
.osf-checkout-controls__button:focus,
.osf-checkout-controls__button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-checkout-controls__button:active,
.osf-checkout-controls__button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-checkout-controls__button.disabled,
.osf-checkout-controls__button[disabled],
fieldset[disabled] .osf-checkout-controls__button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-checkout-controls__button.disabled,
fieldset[disabled] a.osf-checkout-controls__button {
  pointer-events: none;
}
.osf-checkout-controls__button:focus,
.osf-checkout-controls__button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-checkout-controls__button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-checkout-controls__button:active,
.osf-checkout-controls__button.active,
.open > .dropdown-toggle.osf-checkout-controls__button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-checkout-controls__button:active:hover,
.osf-checkout-controls__button.active:hover,
.open > .dropdown-toggle.osf-checkout-controls__button:hover,
.osf-checkout-controls__button:active:focus,
.osf-checkout-controls__button.active:focus,
.open > .dropdown-toggle.osf-checkout-controls__button:focus,
.osf-checkout-controls__button:active.focus,
.osf-checkout-controls__button.active.focus,
.open > .dropdown-toggle.osf-checkout-controls__button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-checkout-controls__button:active,
.osf-checkout-controls__button.active,
.open > .dropdown-toggle.osf-checkout-controls__button {
  background-image: none;
}
.osf-checkout-controls__button.disabled:hover,
.osf-checkout-controls__button[disabled]:hover,
fieldset[disabled] .osf-checkout-controls__button:hover,
.osf-checkout-controls__button.disabled:focus,
.osf-checkout-controls__button[disabled]:focus,
fieldset[disabled] .osf-checkout-controls__button:focus,
.osf-checkout-controls__button.disabled.focus,
.osf-checkout-controls__button[disabled].focus,
fieldset[disabled] .osf-checkout-controls__button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-checkout-controls__button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-checkout-controls__button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-checkout-controls__button.strong-cta:hover,
.osf-checkout-controls__button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-checkout-controls__button.strong-cta:hover[disabled],
.osf-checkout-controls__button.strong-cta:focus[disabled] {
  color: #222;
}
@media (max-width: 767px) {
  .osf-checkout-controls__button {
    white-space: normal;
  }
}
.osf-checkout-controls__button--apply {
  margin-left: 25px;
}
@media (max-width: 767px) {
  .osf-checkout-controls__button--apply {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
.osf-checkout-controls__button--apply-option-btn {
  width: 100%;
  margin-top: 20px;
}
.osf-checkout-controls__message {
  width: 100%;
  color: white;
  padding: 5px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .osf-checkout-controls__message {
    max-width: 520px;
  }
}
.osf-checkout-controls__message--error {
  background-color: #f2dede;
  color: #a94442;
}
.osf-checkout-controls__message--success {
  background-color: #dff0d8;
  color: #3c763d;
}
.osf-checkout-controls__accepted-cards {
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  max-width: 250px;
  width: 85%;
}
@media (max-width: 767px) {
  .osf-checkout-controls__accepted-cards {
    margin-left: 20px;
  }
}
.osf-checkout-summary {
  background-color: #e9fff7;
  border-top: 2px solid #204d3d;
  margin-top: 10px;
  padding-top: 20px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.osf-checkout-summary--sticky {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  position: fixed;
  padding: 10px 15px;
  padding-left: 2vw;
  opacity: .95;
}
@media (min-width: 768px) {
  .osf-checkout-summary--sticky {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-checkout-summary--sticky {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-checkout-summary--sticky {
    top: 46px;
    right: 0;
    float: right !important;
  }
}
@media (max-width: 991px) {
  .osf-checkout-summary--sticky {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: 100000;
    width: 100%;
    border-top: 3px solid #06af73;
  }
}
.osf-checkout-summary__total {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 5px;
  color: #204d3d;
}
@media (max-width: 991px) {
  .osf-checkout-summary__total {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .osf-checkout-summary__total {
    font-size: 1.2em;
  }
}
.osf-checkout-summary__advance-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  font-size: 1.5em;
  border: 1px solid #204d3d;
  background-color: #06af73 !important;
}
.osf-checkout-summary__advance-button:focus,
.osf-checkout-summary__advance-button:active:focus,
.osf-checkout-summary__advance-button.active:focus,
.osf-checkout-summary__advance-button.focus,
.osf-checkout-summary__advance-button:active.focus,
.osf-checkout-summary__advance-button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-checkout-summary__advance-button:hover,
.osf-checkout-summary__advance-button:focus,
.osf-checkout-summary__advance-button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-checkout-summary__advance-button:active,
.osf-checkout-summary__advance-button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-checkout-summary__advance-button.disabled,
.osf-checkout-summary__advance-button[disabled],
fieldset[disabled] .osf-checkout-summary__advance-button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-checkout-summary__advance-button.disabled,
fieldset[disabled] a.osf-checkout-summary__advance-button {
  pointer-events: none;
}
.osf-checkout-summary__advance-button:focus,
.osf-checkout-summary__advance-button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-checkout-summary__advance-button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-checkout-summary__advance-button:active,
.osf-checkout-summary__advance-button.active,
.open > .dropdown-toggle.osf-checkout-summary__advance-button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-checkout-summary__advance-button:active:hover,
.osf-checkout-summary__advance-button.active:hover,
.open > .dropdown-toggle.osf-checkout-summary__advance-button:hover,
.osf-checkout-summary__advance-button:active:focus,
.osf-checkout-summary__advance-button.active:focus,
.open > .dropdown-toggle.osf-checkout-summary__advance-button:focus,
.osf-checkout-summary__advance-button:active.focus,
.osf-checkout-summary__advance-button.active.focus,
.open > .dropdown-toggle.osf-checkout-summary__advance-button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-checkout-summary__advance-button:active,
.osf-checkout-summary__advance-button.active,
.open > .dropdown-toggle.osf-checkout-summary__advance-button {
  background-image: none;
}
.osf-checkout-summary__advance-button.disabled:hover,
.osf-checkout-summary__advance-button[disabled]:hover,
fieldset[disabled] .osf-checkout-summary__advance-button:hover,
.osf-checkout-summary__advance-button.disabled:focus,
.osf-checkout-summary__advance-button[disabled]:focus,
fieldset[disabled] .osf-checkout-summary__advance-button:focus,
.osf-checkout-summary__advance-button.disabled.focus,
.osf-checkout-summary__advance-button[disabled].focus,
fieldset[disabled] .osf-checkout-summary__advance-button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-checkout-summary__advance-button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-checkout-summary__advance-button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-checkout-summary__advance-button.strong-cta:hover,
.osf-checkout-summary__advance-button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-checkout-summary__advance-button.strong-cta:hover[disabled],
.osf-checkout-summary__advance-button.strong-cta:focus[disabled] {
  color: #222;
}
@media (max-width: 767px) {
  .osf-checkout-summary__advance-button {
    font-size: 1.2em;
  }
}
.osf-checkout-summary__throbber {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e9fff7;
  opacity: .6;
  top: 0;
  display: none;
}
.osf-checkout-summary__throbber img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.osf-checkout-summary__disclaimer {
  color: #204d3d;
  padding-bottom: 10px;
}
/*
    This module account for the order payment section of the website
*/
.osf-order-payment-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 3px;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .osf-order-payment-section {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .osf-order-payment-section {
    padding-top: 0px;
  }
}
.osf-order-payment-section__column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-order-payment-section__column {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-order-payment-section__column {
    float: left;
    width: 50%;
  }
}
.osf-order-payment-panel {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 6px 2px;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .osf-order-payment-panel {
    margin: 5px 0;
    padding: 10px 12px;
  }
}
.osf-order-payment-panel__button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  font-size: 1.5em;
  border: 1px solid #204d3d;
  background-color: #06af73 !important;
  margin-top: 15px;
}
.osf-order-payment-panel__button:focus,
.osf-order-payment-panel__button:active:focus,
.osf-order-payment-panel__button.active:focus,
.osf-order-payment-panel__button.focus,
.osf-order-payment-panel__button:active.focus,
.osf-order-payment-panel__button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-order-payment-panel__button:hover,
.osf-order-payment-panel__button:focus,
.osf-order-payment-panel__button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-order-payment-panel__button:active,
.osf-order-payment-panel__button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-order-payment-panel__button.disabled,
.osf-order-payment-panel__button[disabled],
fieldset[disabled] .osf-order-payment-panel__button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-order-payment-panel__button.disabled,
fieldset[disabled] a.osf-order-payment-panel__button {
  pointer-events: none;
}
.osf-order-payment-panel__button:focus,
.osf-order-payment-panel__button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-order-payment-panel__button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-order-payment-panel__button:active,
.osf-order-payment-panel__button.active,
.open > .dropdown-toggle.osf-order-payment-panel__button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-order-payment-panel__button:active:hover,
.osf-order-payment-panel__button.active:hover,
.open > .dropdown-toggle.osf-order-payment-panel__button:hover,
.osf-order-payment-panel__button:active:focus,
.osf-order-payment-panel__button.active:focus,
.open > .dropdown-toggle.osf-order-payment-panel__button:focus,
.osf-order-payment-panel__button:active.focus,
.osf-order-payment-panel__button.active.focus,
.open > .dropdown-toggle.osf-order-payment-panel__button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-order-payment-panel__button:active,
.osf-order-payment-panel__button.active,
.open > .dropdown-toggle.osf-order-payment-panel__button {
  background-image: none;
}
.osf-order-payment-panel__button.disabled:hover,
.osf-order-payment-panel__button[disabled]:hover,
fieldset[disabled] .osf-order-payment-panel__button:hover,
.osf-order-payment-panel__button.disabled:focus,
.osf-order-payment-panel__button[disabled]:focus,
fieldset[disabled] .osf-order-payment-panel__button:focus,
.osf-order-payment-panel__button.disabled.focus,
.osf-order-payment-panel__button[disabled].focus,
fieldset[disabled] .osf-order-payment-panel__button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-order-payment-panel__button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-order-payment-panel__button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-order-payment-panel__button.strong-cta:hover,
.osf-order-payment-panel__button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-order-payment-panel__button.strong-cta:hover[disabled],
.osf-order-payment-panel__button.strong-cta:focus[disabled] {
  color: #222;
}
@media (max-width: 767px) {
  .osf-order-payment-panel__button {
    font-size: 1.2em;
  }
}
.osf-checkout-timer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  padding-top: 5px;
  padding-bottom: 5px;
}
.osf-checkout-timer > .navbar-header,
.osf-checkout-timer > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .osf-checkout-timer > .navbar-header,
  .osf-checkout-timer > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.osf-checkout-timer hr {
  border-top-color: #c9e2b3;
}
.osf-checkout-timer .alert-link {
  color: #2b542c;
}
.osf-checkout-timer--urgent {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.osf-checkout-timer--urgent hr {
  border-top-color: #e4b9c0;
}
.osf-checkout-timer--urgent .alert-link {
  color: #843534;
}
.osf-checkout-timer__row {
  margin-left: -15px;
  margin-right: -15px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.osf-checkout-timer__message {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  font-size: 1.4em;
  font-size: 1.2em;
}
@media (min-width: 768px) {
  .osf-checkout-timer__message {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .osf-checkout-timer__message {
    margin-left: 50%;
  }
}
@media (min-width: 992px) {
  .osf-checkout-timer__message {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-checkout-timer__message {
    margin-left: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .osf-checkout-timer__message {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .osf-checkout-timer__message {
    margin-left: 66.66666667%;
  }
}
@media (max-width: 1199px) {
  .osf-checkout-timer__message {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-checkout-timer__message {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-checkout-timer__message {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .osf-checkout-timer__message {
    text-align: center;
  }
}
.osf-checkout-timer__timer {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 2px;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .osf-checkout-timer__timer {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .osf-checkout-timer__timer {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .osf-checkout-timer__timer {
    float: left;
    width: 16.66666667%;
  }
}
.osf-user-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .osf-user-section {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .osf-user-section {
    padding-top: 0px;
  }
}
.osf-user-section__image {
  float: left;
  width: 8.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: url('/media/img/login/login-splash.jpg');
  background-size: cover;
  min-height: 850px;
}
@media (min-width: 768px) {
  .osf-user-section__image {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .osf-user-section__image {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-user-section__image {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .osf-user-section__image {
    background-image: url('/media/img/login/login-splash-lg.jpg');
    background-position-x: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .osf-user-section__image {
    min-height: 895px;
  }
}
@media (max-width: 767px) {
  .osf-user-section__image {
    min-height: 950px;
  }
}
.osf-user-section__column {
  float: left;
  width: 87.5%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-left: 27px;
}
@media (min-width: 768px) {
  .osf-user-section__column {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .osf-user-section__column {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-user-section__column {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .osf-user-section__column {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .osf-user-section__column {
    padding-left: 0;
    padding-right: 10px;
  }
}
.osf-user-section__subsection {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .osf-user-section__subsection {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-user-section__subsection {
    float: left;
    width: 66.66666667%;
  }
}
/* This module accounts for the login page/section styling */
.osf-login-panel {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 1.1em;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #dddddd;
  border: 0;
}
.osf-login-panel > .list-group,
.osf-login-panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.osf-login-panel > .list-group .list-group-item,
.osf-login-panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.osf-login-panel > .list-group:first-child .list-group-item:first-child,
.osf-login-panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.osf-login-panel > .list-group:last-child .list-group-item:last-child,
.osf-login-panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.osf-login-panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.osf-login-panel > .table,
.osf-login-panel > .table-responsive > .table,
.osf-login-panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.osf-login-panel > .table caption,
.osf-login-panel > .table-responsive > .table caption,
.osf-login-panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.osf-login-panel > .table:first-child,
.osf-login-panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.osf-login-panel > .table:first-child > thead:first-child > tr:first-child,
.osf-login-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.osf-login-panel > .table:first-child > tbody:first-child > tr:first-child,
.osf-login-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.osf-login-panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.osf-login-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.osf-login-panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.osf-login-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.osf-login-panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.osf-login-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.osf-login-panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.osf-login-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.osf-login-panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.osf-login-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.osf-login-panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.osf-login-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.osf-login-panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.osf-login-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.osf-login-panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.osf-login-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.osf-login-panel > .table:last-child,
.osf-login-panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.osf-login-panel > .table:last-child > tbody:last-child > tr:last-child,
.osf-login-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.osf-login-panel > .table:last-child > tfoot:last-child > tr:last-child,
.osf-login-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.osf-login-panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.osf-login-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.osf-login-panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.osf-login-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.osf-login-panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.osf-login-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.osf-login-panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.osf-login-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.osf-login-panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.osf-login-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.osf-login-panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.osf-login-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.osf-login-panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.osf-login-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.osf-login-panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.osf-login-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.osf-login-panel > .panel-body + .table,
.osf-login-panel > .panel-body + .table-responsive,
.osf-login-panel > .table + .panel-body,
.osf-login-panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.osf-login-panel > .table > tbody:first-child > tr:first-child th,
.osf-login-panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.osf-login-panel > .table-bordered,
.osf-login-panel > .table-responsive > .table-bordered {
  border: 0;
}
.osf-login-panel > .table-bordered > thead > tr > th:first-child,
.osf-login-panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.osf-login-panel > .table-bordered > tbody > tr > th:first-child,
.osf-login-panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.osf-login-panel > .table-bordered > tfoot > tr > th:first-child,
.osf-login-panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.osf-login-panel > .table-bordered > thead > tr > td:first-child,
.osf-login-panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.osf-login-panel > .table-bordered > tbody > tr > td:first-child,
.osf-login-panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.osf-login-panel > .table-bordered > tfoot > tr > td:first-child,
.osf-login-panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.osf-login-panel > .table-bordered > thead > tr > th:last-child,
.osf-login-panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.osf-login-panel > .table-bordered > tbody > tr > th:last-child,
.osf-login-panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.osf-login-panel > .table-bordered > tfoot > tr > th:last-child,
.osf-login-panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.osf-login-panel > .table-bordered > thead > tr > td:last-child,
.osf-login-panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.osf-login-panel > .table-bordered > tbody > tr > td:last-child,
.osf-login-panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.osf-login-panel > .table-bordered > tfoot > tr > td:last-child,
.osf-login-panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.osf-login-panel > .table-bordered > thead > tr:first-child > td,
.osf-login-panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.osf-login-panel > .table-bordered > tbody > tr:first-child > td,
.osf-login-panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.osf-login-panel > .table-bordered > thead > tr:first-child > th,
.osf-login-panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.osf-login-panel > .table-bordered > tbody > tr:first-child > th,
.osf-login-panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.osf-login-panel > .table-bordered > tbody > tr:last-child > td,
.osf-login-panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.osf-login-panel > .table-bordered > tfoot > tr:last-child > td,
.osf-login-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.osf-login-panel > .table-bordered > tbody > tr:last-child > th,
.osf-login-panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.osf-login-panel > .table-bordered > tfoot > tr:last-child > th,
.osf-login-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.osf-login-panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.osf-login-panel > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.osf-login-panel > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.osf-login-panel > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.osf-login-panel > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
@media (max-width: 767px) {
  .osf-login-panel {
    margin-top: 0;
  }
}
.osf-login-panel__heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  padding: 0;
}
@media (min-width: 1200px) {
  .osf-login-panel__heading {
    padding-left: 2%;
  }
}
@media (max-width: 767px) {
  .osf-login-panel__heading {
    font-size: 2.1em;
    font-weight: normal;
  }
}
.osf-login-panel__heading--small {
  font-size: 1.7em;
}
.osf-login-panel__set {
  padding: 5px;
}
.osf-login-panel__set--login {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .osf-login-panel__set {
    margin-bottom: 10px;
  }
}
.osf-login-panel__control-group {
  margin-bottom: 22px;
}
.osf-login-panel__input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 2.4em;
  font-size: 1.2em;
  margin-left: 10px;
  width: 75%;
}
.osf-login-panel__input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.osf-login-panel__input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.osf-login-panel__input:-ms-input-placeholder {
  color: #999999;
}
.osf-login-panel__input::-webkit-input-placeholder {
  color: #999999;
}
.osf-login-panel__input::-ms-expand {
  border: 0;
  background-color: transparent;
}
.osf-login-panel__input[disabled],
.osf-login-panel__input[readonly],
fieldset[disabled] .osf-login-panel__input {
  background-color: #eeeeee;
  opacity: 1;
}
.osf-login-panel__input[disabled],
fieldset[disabled] .osf-login-panel__input {
  cursor: not-allowed;
}
textarea.osf-login-panel__input {
  height: auto;
}
@media (max-width: 767px) {
  .osf-login-panel__input {
    width: 100%;
  }
}
.osf-login-panel__input--promo {
  width: 185px;
  min-width: 185px;
}
.osf-login-panel__button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: 10px;
}
.osf-login-panel__button:focus,
.osf-login-panel__button:active:focus,
.osf-login-panel__button.active:focus,
.osf-login-panel__button.focus,
.osf-login-panel__button:active.focus,
.osf-login-panel__button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-login-panel__button:hover,
.osf-login-panel__button:focus,
.osf-login-panel__button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-login-panel__button:active,
.osf-login-panel__button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-login-panel__button.disabled,
.osf-login-panel__button[disabled],
fieldset[disabled] .osf-login-panel__button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-login-panel__button.disabled,
fieldset[disabled] a.osf-login-panel__button {
  pointer-events: none;
}
.osf-login-panel__button:focus,
.osf-login-panel__button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-login-panel__button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-login-panel__button:active,
.osf-login-panel__button.active,
.open > .dropdown-toggle.osf-login-panel__button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-login-panel__button:active:hover,
.osf-login-panel__button.active:hover,
.open > .dropdown-toggle.osf-login-panel__button:hover,
.osf-login-panel__button:active:focus,
.osf-login-panel__button.active:focus,
.open > .dropdown-toggle.osf-login-panel__button:focus,
.osf-login-panel__button:active.focus,
.osf-login-panel__button.active.focus,
.open > .dropdown-toggle.osf-login-panel__button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-login-panel__button:active,
.osf-login-panel__button.active,
.open > .dropdown-toggle.osf-login-panel__button {
  background-image: none;
}
.osf-login-panel__button.disabled:hover,
.osf-login-panel__button[disabled]:hover,
fieldset[disabled] .osf-login-panel__button:hover,
.osf-login-panel__button.disabled:focus,
.osf-login-panel__button[disabled]:focus,
fieldset[disabled] .osf-login-panel__button:focus,
.osf-login-panel__button.disabled.focus,
.osf-login-panel__button[disabled].focus,
fieldset[disabled] .osf-login-panel__button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-login-panel__button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-login-panel__button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-login-panel__button.strong-cta:hover,
.osf-login-panel__button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-login-panel__button.strong-cta:hover[disabled],
.osf-login-panel__button.strong-cta:focus[disabled] {
  color: #222;
}
.osf-login-panel__button--strong {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-login-panel__button--strong:hover,
.osf-login-panel__button--strong:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-login-panel__button--strong:hover[disabled],
.osf-login-panel__button--strong:focus[disabled] {
  color: #222;
}
.osf-login-panel__throbber {
  background-color: #ffffff;
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  width: 36px;
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0;
}
@media (max-width: 767px) {
  .osf-login-panel__throbber {
    position: relative;
    top: -50px;
  }
}
.osf-login-panel__throbber img {
  width: auto;
  height: 100%;
  position: relative;
  left: 10%;
}
@media (max-width: 767px) {
  .osf-login-panel__throbber img {
    max-width: 64px;
  }
}
.osf-login-panel__instructions {
  margin-left: 10px;
}
/* This module has the styling for the address and contact update section/form */
.osf-address-management-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  padding-top: 0;
}
@media (max-width: 991px) {
  .osf-address-management-section {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .osf-address-management-section {
    padding-bottom: 0;
    padding-top: 0px;
  }
}
.osf-address-management-section__subsection {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
}
@media (min-width: 768px) {
  .osf-address-management-section__subsection {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-address-management-section__subsection {
    float: left;
    width: 66.66666667%;
  }
}
.osf-address-listing {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
  margin: 6px 2px;
  padding: 10px 15px;
  margin: 4px 0;
}
@media (max-width: 767px) {
  .osf-address-listing {
    margin: 5px 0;
    padding: 10px 12px;
  }
}
@media only print {
  .osf-address-listing {
    page-break-inside: avoid;
    background-color: transparent;
  }
}
.osf-address-listing__heading {
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .osf-address-listing__heading {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .osf-address-listing__heading {
    font-size: 1.4em;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.osf-address-listing__add {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 2px solid #eaeaea;
}
.osf-address-listing__button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.osf-address-listing__button:focus,
.osf-address-listing__button:active:focus,
.osf-address-listing__button.active:focus,
.osf-address-listing__button.focus,
.osf-address-listing__button:active.focus,
.osf-address-listing__button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-address-listing__button:hover,
.osf-address-listing__button:focus,
.osf-address-listing__button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-address-listing__button:active,
.osf-address-listing__button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-address-listing__button.disabled,
.osf-address-listing__button[disabled],
fieldset[disabled] .osf-address-listing__button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-address-listing__button.disabled,
fieldset[disabled] a.osf-address-listing__button {
  pointer-events: none;
}
.osf-address-listing__button:focus,
.osf-address-listing__button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-address-listing__button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-address-listing__button:active,
.osf-address-listing__button.active,
.open > .dropdown-toggle.osf-address-listing__button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-address-listing__button:active:hover,
.osf-address-listing__button.active:hover,
.open > .dropdown-toggle.osf-address-listing__button:hover,
.osf-address-listing__button:active:focus,
.osf-address-listing__button.active:focus,
.open > .dropdown-toggle.osf-address-listing__button:focus,
.osf-address-listing__button:active.focus,
.osf-address-listing__button.active.focus,
.open > .dropdown-toggle.osf-address-listing__button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-address-listing__button:active,
.osf-address-listing__button.active,
.open > .dropdown-toggle.osf-address-listing__button {
  background-image: none;
}
.osf-address-listing__button.disabled:hover,
.osf-address-listing__button[disabled]:hover,
fieldset[disabled] .osf-address-listing__button:hover,
.osf-address-listing__button.disabled:focus,
.osf-address-listing__button[disabled]:focus,
fieldset[disabled] .osf-address-listing__button:focus,
.osf-address-listing__button.disabled.focus,
.osf-address-listing__button[disabled].focus,
fieldset[disabled] .osf-address-listing__button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-address-listing__button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-address-listing__button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-address-listing__button.strong-cta:hover,
.osf-address-listing__button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-address-listing__button.strong-cta:hover[disabled],
.osf-address-listing__button.strong-cta:focus[disabled] {
  color: #222;
}
.osf-address-entry {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 22px;
  padding-bottom: 22px;
}
.osf-address-entry:not(:last-child) {
  border-bottom: 2px solid #eaeaea;
}
.osf-address-entry--primary {
  background-color: #d6fdf0;
  color: #204d3d;
}
.osf-address-entry__description,
.osf-address-entry__form {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-address-entry__description,
  .osf-address-entry__form {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-address-entry__description,
  .osf-address-entry__form {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-address-entry__description,
  .osf-address-entry__form {
    float: left;
    width: 50%;
  }
}
.osf-address-entry__line {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.4em;
  text-align: center;
}
.osf-address-entry__form {
  /*display: none;*/
  text-align: left;
  padding-left: 2%;
}
.osf-address-entry__input {
  font-size: 1.4em;
  display: block;
  margin-bottom: 15px;
  padding: 2px;
  width: 80%;
  text-align: left;
}
.osf-address-entry__input--required {
  background-color: #fddac2;
}
.osf-address-entry__input--country {
  width: 50%;
}
.osf-address-entry__input--city {
  width: 50%;
}
.osf-address-entry__input--state {
  width: 25%;
}
.osf-address-entry__input--zip {
  width: 32%;
}
.osf-address-entry__select {
  font-size: 1.4em;
}
.osf-address-entry__controls {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-address-entry__controls {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-address-entry__controls {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-address-entry__controls {
    float: left;
    width: 50%;
  }
}
.osf-address-entry__edit,
.osf-address-entry__remove,
.osf-address-entry__save,
.osf-address-entry__cancel,
.osf-address-entry__set-primary {
  text-align: center;
  font-size: .85em;
  margin-bottom: 10px;
}
.osf-address-entry__edit {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .osf-address-entry__edit {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .osf-address-entry__edit {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-address-entry__edit {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-address-entry__edit {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .osf-address-entry__edit {
    float: left;
    width: 50%;
  }
}
.osf-address-entry__remove,
.osf-address-entry__save,
.osf-address-entry__cancel {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .osf-address-entry__remove,
  .osf-address-entry__save,
  .osf-address-entry__cancel {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-address-entry__remove,
  .osf-address-entry__save,
  .osf-address-entry__cancel {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-address-entry__remove,
  .osf-address-entry__save,
  .osf-address-entry__cancel {
    float: left;
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .osf-address-entry__edit,
  .osf-address-entry__remove,
  .osf-address-entry__save,
  .osf-address-entry__cancel {
    margin-top: 10px;
    padding-top: 15px;
  }
}
.osf-address-entry__set-primary {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .osf-address-entry__set-primary {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-address-entry__set-primary {
    float: left;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .osf-address-entry__set-primary {
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 1199px) {
  .osf-address-entry__edit,
  .osf-address-entry__save {
    clear: left;
  }
}
.osf-address-entry__button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
}
.osf-address-entry__button:focus,
.osf-address-entry__button:active:focus,
.osf-address-entry__button.active:focus,
.osf-address-entry__button.focus,
.osf-address-entry__button:active.focus,
.osf-address-entry__button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-address-entry__button:hover,
.osf-address-entry__button:focus,
.osf-address-entry__button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-address-entry__button:active,
.osf-address-entry__button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-address-entry__button.disabled,
.osf-address-entry__button[disabled],
fieldset[disabled] .osf-address-entry__button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-address-entry__button.disabled,
fieldset[disabled] a.osf-address-entry__button {
  pointer-events: none;
}
.osf-address-entry__button:focus,
.osf-address-entry__button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-address-entry__button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-address-entry__button:active,
.osf-address-entry__button.active,
.open > .dropdown-toggle.osf-address-entry__button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-address-entry__button:active:hover,
.osf-address-entry__button.active:hover,
.open > .dropdown-toggle.osf-address-entry__button:hover,
.osf-address-entry__button:active:focus,
.osf-address-entry__button.active:focus,
.open > .dropdown-toggle.osf-address-entry__button:focus,
.osf-address-entry__button:active.focus,
.osf-address-entry__button.active.focus,
.open > .dropdown-toggle.osf-address-entry__button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-address-entry__button:active,
.osf-address-entry__button.active,
.open > .dropdown-toggle.osf-address-entry__button {
  background-image: none;
}
.osf-address-entry__button.disabled:hover,
.osf-address-entry__button[disabled]:hover,
fieldset[disabled] .osf-address-entry__button:hover,
.osf-address-entry__button.disabled:focus,
.osf-address-entry__button[disabled]:focus,
fieldset[disabled] .osf-address-entry__button:focus,
.osf-address-entry__button.disabled.focus,
.osf-address-entry__button[disabled].focus,
fieldset[disabled] .osf-address-entry__button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-address-entry__button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-address-entry__button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-address-entry__button.strong-cta:hover,
.osf-address-entry__button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-address-entry__button.strong-cta:hover[disabled],
.osf-address-entry__button.strong-cta:focus[disabled] {
  color: #222;
}
@media (max-width: 767px) {
  .osf-address-entry__button {
    white-space: normal;
    min-height: 58px;
  }
}
.osf-address-entry__flag {
  margin-top: 10px;
  font-weight: bold;
  display: none;
  font-size: 1.4em;
  color: #06af73;
}
/* This module has the styling for the address and contact update section/form */
.osf-phone-management-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  padding-top: 0;
}
@media (max-width: 991px) {
  .osf-phone-management-section {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .osf-phone-management-section {
    padding-bottom: 0;
    padding-top: 0px;
  }
}
.osf-phone-management-section__subsection {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
}
@media (min-width: 768px) {
  .osf-phone-management-section__subsection {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-phone-management-section__subsection {
    float: left;
    width: 66.66666667%;
  }
}
.osf-phone-listing {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
  margin: 6px 2px;
  padding: 10px 15px;
  margin: 4px 0;
}
@media (max-width: 767px) {
  .osf-phone-listing {
    margin: 5px 0;
    padding: 10px 12px;
  }
}
@media only print {
  .osf-phone-listing {
    page-break-inside: avoid;
    background-color: transparent;
  }
}
.osf-phone-listing__heading {
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .osf-phone-listing__heading {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .osf-phone-listing__heading {
    font-size: 1.4em;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.osf-phone-listing__add {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 2px solid #eaeaea;
}
@media (max-width: 767px) {
  .osf-phone-listing__add {
    padding-left: 0;
  }
}
.osf-phone-listing__button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.osf-phone-listing__button:focus,
.osf-phone-listing__button:active:focus,
.osf-phone-listing__button.active:focus,
.osf-phone-listing__button.focus,
.osf-phone-listing__button:active.focus,
.osf-phone-listing__button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-phone-listing__button:hover,
.osf-phone-listing__button:focus,
.osf-phone-listing__button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-phone-listing__button:active,
.osf-phone-listing__button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-phone-listing__button.disabled,
.osf-phone-listing__button[disabled],
fieldset[disabled] .osf-phone-listing__button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-phone-listing__button.disabled,
fieldset[disabled] a.osf-phone-listing__button {
  pointer-events: none;
}
.osf-phone-listing__button:focus,
.osf-phone-listing__button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-phone-listing__button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-phone-listing__button:active,
.osf-phone-listing__button.active,
.open > .dropdown-toggle.osf-phone-listing__button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-phone-listing__button:active:hover,
.osf-phone-listing__button.active:hover,
.open > .dropdown-toggle.osf-phone-listing__button:hover,
.osf-phone-listing__button:active:focus,
.osf-phone-listing__button.active:focus,
.open > .dropdown-toggle.osf-phone-listing__button:focus,
.osf-phone-listing__button:active.focus,
.osf-phone-listing__button.active.focus,
.open > .dropdown-toggle.osf-phone-listing__button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-phone-listing__button:active,
.osf-phone-listing__button.active,
.open > .dropdown-toggle.osf-phone-listing__button {
  background-image: none;
}
.osf-phone-listing__button.disabled:hover,
.osf-phone-listing__button[disabled]:hover,
fieldset[disabled] .osf-phone-listing__button:hover,
.osf-phone-listing__button.disabled:focus,
.osf-phone-listing__button[disabled]:focus,
fieldset[disabled] .osf-phone-listing__button:focus,
.osf-phone-listing__button.disabled.focus,
.osf-phone-listing__button[disabled].focus,
fieldset[disabled] .osf-phone-listing__button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-phone-listing__button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-phone-listing__button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-phone-listing__button.strong-cta:hover,
.osf-phone-listing__button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-phone-listing__button.strong-cta:hover[disabled],
.osf-phone-listing__button.strong-cta:focus[disabled] {
  color: #222;
}
@media (max-width: 767px) {
  .osf-phone-listing__button {
    white-space: normal;
  }
}
.osf-phone-entry {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 22px;
  padding-bottom: 22px;
}
.osf-phone-entry:not(:last-child) {
  border-bottom: 2px solid #eaeaea;
}
.osf-phone-entry--primary {
  background-color: #d6fdf0;
  color: #204d3d;
}
.osf-phone-entry__description,
.osf-phone-entry__form {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-phone-entry__description,
  .osf-phone-entry__form {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-phone-entry__description,
  .osf-phone-entry__form {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-phone-entry__description,
  .osf-phone-entry__form {
    float: left;
    width: 50%;
  }
}
.osf-phone-entry__line {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.4em;
  text-align: center;
}
.osf-phone-entry__form {
  /*display: none;*/
  text-align: left;
  padding-left: 2%;
}
.osf-phone-entry__input {
  font-size: 1.4em;
  display: block;
  float: left;
  margin-bottom: 15px;
  padding: 2px;
  width: 50%;
  text-align: left;
}
@media (max-width: 767px) {
  .osf-phone-entry__input {
    width: 100%;
  }
}
.osf-phone-entry__input--required {
  background-color: #fddac2;
}
.osf-phone-entry__select {
  font-size: 1.4em;
  display: block;
  float: left;
  max-width: 45%;
  padding: 3px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .osf-phone-entry__select {
    width: 100%;
    max-width: initial;
    margin-left: initial;
  }
}
.osf-phone-entry__controls {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-phone-entry__controls {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-phone-entry__controls {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-phone-entry__controls {
    float: left;
    width: 50%;
  }
}
.osf-phone-entry__edit,
.osf-phone-entry__remove,
.osf-phone-entry__save,
.osf-phone-entry__cancel,
.osf-phone-entry__set-primary {
  text-align: center;
  font-size: .85em;
  margin-bottom: 10px;
}
.osf-phone-entry__edit,
.osf-phone-entry__remove,
.osf-phone-entry__save,
.osf-phone-entry__cancel {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .osf-phone-entry__edit,
  .osf-phone-entry__remove,
  .osf-phone-entry__save,
  .osf-phone-entry__cancel {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .osf-phone-entry__edit,
  .osf-phone-entry__remove,
  .osf-phone-entry__save,
  .osf-phone-entry__cancel {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-phone-entry__edit,
  .osf-phone-entry__remove,
  .osf-phone-entry__save,
  .osf-phone-entry__cancel {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-phone-entry__edit,
  .osf-phone-entry__remove,
  .osf-phone-entry__save,
  .osf-phone-entry__cancel {
    margin-left: 25%;
  }
}
@media (min-width: 1200px) {
  .osf-phone-entry__edit,
  .osf-phone-entry__remove,
  .osf-phone-entry__save,
  .osf-phone-entry__cancel {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-phone-entry__edit,
  .osf-phone-entry__remove,
  .osf-phone-entry__save,
  .osf-phone-entry__cancel {
    margin-left: 0%;
  }
}
@media (max-width: 1199px) {
  .osf-phone-entry__edit,
  .osf-phone-entry__remove,
  .osf-phone-entry__save,
  .osf-phone-entry__cancel {
    margin-top: 10px;
    padding-top: 15px;
  }
}
.osf-phone-entry__set-primary {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .osf-phone-entry__set-primary {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-phone-entry__set-primary {
    float: left;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .osf-phone-entry__set-primary {
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 1199px) {
  .osf-phone-entry__edit,
  .osf-phone-entry__save {
    clear: left;
  }
}
.osf-phone-entry__button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
}
.osf-phone-entry__button:focus,
.osf-phone-entry__button:active:focus,
.osf-phone-entry__button.active:focus,
.osf-phone-entry__button.focus,
.osf-phone-entry__button:active.focus,
.osf-phone-entry__button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-phone-entry__button:hover,
.osf-phone-entry__button:focus,
.osf-phone-entry__button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-phone-entry__button:active,
.osf-phone-entry__button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-phone-entry__button.disabled,
.osf-phone-entry__button[disabled],
fieldset[disabled] .osf-phone-entry__button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-phone-entry__button.disabled,
fieldset[disabled] a.osf-phone-entry__button {
  pointer-events: none;
}
.osf-phone-entry__button:focus,
.osf-phone-entry__button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-phone-entry__button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-phone-entry__button:active,
.osf-phone-entry__button.active,
.open > .dropdown-toggle.osf-phone-entry__button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-phone-entry__button:active:hover,
.osf-phone-entry__button.active:hover,
.open > .dropdown-toggle.osf-phone-entry__button:hover,
.osf-phone-entry__button:active:focus,
.osf-phone-entry__button.active:focus,
.open > .dropdown-toggle.osf-phone-entry__button:focus,
.osf-phone-entry__button:active.focus,
.osf-phone-entry__button.active.focus,
.open > .dropdown-toggle.osf-phone-entry__button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-phone-entry__button:active,
.osf-phone-entry__button.active,
.open > .dropdown-toggle.osf-phone-entry__button {
  background-image: none;
}
.osf-phone-entry__button.disabled:hover,
.osf-phone-entry__button[disabled]:hover,
fieldset[disabled] .osf-phone-entry__button:hover,
.osf-phone-entry__button.disabled:focus,
.osf-phone-entry__button[disabled]:focus,
fieldset[disabled] .osf-phone-entry__button:focus,
.osf-phone-entry__button.disabled.focus,
.osf-phone-entry__button[disabled].focus,
fieldset[disabled] .osf-phone-entry__button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-phone-entry__button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-phone-entry__button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-phone-entry__button.strong-cta:hover,
.osf-phone-entry__button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-phone-entry__button.strong-cta:hover[disabled],
.osf-phone-entry__button.strong-cta:focus[disabled] {
  color: #222;
}
@media (max-width: 767px) {
  .osf-phone-entry__button {
    white-space: normal;
    min-height: 58px;
  }
}
.osf-phone-entry__flag {
  margin-top: 10px;
  font-weight: bold;
  display: none;
  font-size: 1.4em;
  color: #06af73;
}
/* This module accounts for the create-account page/section styling */
.osf-create-account-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  padding: 0;
}
@media (max-width: 991px) {
  .osf-create-account-section {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .osf-create-account-section {
    padding-top: 0;
  }
}
.osf-create-account-section__image {
  float: left;
  width: 8.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: url('/media/img/login/login-splash.jpg');
  background-size: cover;
  height: 1100px;
}
@media (min-width: 768px) {
  .osf-create-account-section__image {
    float: left;
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-create-account-section__image {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .osf-create-account-section__image {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-create-account-section__image {
    background-image: url('/media/img/login/login-splash-lg.jpg');
    background-position-x: center;
  }
}
@media (max-width: 767px) {
  .osf-create-account-section__image {
    height: 1300px;
  }
}
.osf-create-account-section__column {
  float: left;
  width: 91.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 100%;
}
@media (min-width: 768px) {
  .osf-create-account-section__column {
    float: left;
    width: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-create-account-section__column {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .osf-create-account-section__column {
    float: left;
    width: 66.66666667%;
  }
}
@media (max-width: 767px) {
  .osf-create-account-section__column {
    padding-left: 0;
    padding-right: 10px;
    max-width: 89%;
  }
}
.osf-create-account-accordion {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  width: 100%;
  font-size: 1.1em;
  height: 1100px;
  background-color: #808080;
}
@media (max-width: 767px) {
  .osf-create-account-accordion {
    height: 1300px;
  }
}
.osf-create-account-accordion__step-tab {
  color: #ffffff;
  box-sizing: border-box;
  text-decoration: none;
  width: 50px;
  background-color: #808080;
  border-left: 1px solid #cccccc;
  height: 100%;
  float: left;
  min-height: 1px;
  cursor: default;
}
@media (max-width: 767px) {
  .osf-create-account-accordion__step-tab {
    display: none;
  }
}
.osf-create-account-accordion__step-tab--past {
  background-color: #151515;
  background-image: url('/media/img/block-35-white.svg');
  cursor: pointer;
}
.osf-create-account-accordion__step-tab--active {
  background-color: #06af73;
  background-image: none;
}
.osf-create-account-accordion__validation-indicator {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5em;
  text-align: center;
  width: 50px;
  position: absolute;
  top: 10px;
}
.osf-create-account-accordion__validation-indicator--check:before {
  content: "\e013";
}
.osf-create-account-accordion__step-title {
  width: 300px;
  line-height: 50px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  position: absolute;
  top: 0px;
}
.osf-create-account-accordion__step {
  display: none;
  padding: 40px;
  padding-top: 25px;
  height: 100%;
  float: left;
  min-height: 1px;
  background-color: #ffffff;
  width: calc(99% -  250px);
}
@media (max-width: 767px) {
  .osf-create-account-accordion__step {
    padding: 15px;
    width: 100%;
  }
}
.osf-create-account-accordion__step--active {
  display: block;
}
.osf-create-account-accordion__heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  padding: 0;
}
@media (min-width: 1200px) {
  .osf-create-account-accordion__heading {
    padding-left: 2%;
  }
}
@media (max-width: 767px) {
  .osf-create-account-accordion__heading {
    font-size: 2.1em;
    font-weight: normal;
  }
}
.osf-create-account-accordion__heading--small {
  font-size: 1.7em;
}
.osf-create-account-accordion__details {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.1em;
  padding-left: 15px;
  margin-bottom: 15px;
}
.osf-create-account-accordion__details--warn {
  background-color: #fcf8e3;
  border: 2px solid #faebcc;
  color: #8a6d3b;
  padding: 15px;
}
.osf-create-account-accordion__control-group {
  margin-bottom: 22px;
}
.osf-create-account-accordion__label--light {
  font-weight: normal;
}
@media (max-width: 767px) {
  .osf-create-account-accordion__label--light {
    max-width: 82%;
  }
}
.osf-create-account-accordion__input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 2.4em;
  font-size: 1.2em;
  margin-left: 10px;
  width: 75%;
}
.osf-create-account-accordion__input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.osf-create-account-accordion__input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.osf-create-account-accordion__input:-ms-input-placeholder {
  color: #999999;
}
.osf-create-account-accordion__input::-webkit-input-placeholder {
  color: #999999;
}
.osf-create-account-accordion__input::-ms-expand {
  border: 0;
  background-color: transparent;
}
.osf-create-account-accordion__input[disabled],
.osf-create-account-accordion__input[readonly],
fieldset[disabled] .osf-create-account-accordion__input {
  background-color: #eeeeee;
  opacity: 1;
}
.osf-create-account-accordion__input[disabled],
fieldset[disabled] .osf-create-account-accordion__input {
  cursor: not-allowed;
}
textarea.osf-create-account-accordion__input {
  height: auto;
}
@media (max-width: 767px) {
  .osf-create-account-accordion__input {
    width: 100%;
  }
}
.osf-create-account-accordion__input--promo {
  width: 185px;
  min-width: 185px;
}
.osf-create-account-accordion__input--email,
.osf-create-account-accordion__input--user {
  max-width: 550px;
}
.osf-create-account-accordion__input--zip-code {
  max-width: 200px;
}
.osf-create-account-accordion__input--phone {
  max-width: 200px;
}
.osf-create-account-accordion__input--city {
  max-width: 310px;
}
.osf-create-account-accordion__input--name {
  max-width: 220px;
}
.osf-create-account-accordion__input--year {
  max-width: 160px;
}
.osf-create-account-accordion__input--pass {
  max-width: 250px;
}
.osf-create-account-accordion__input--address {
  max-width: 400px;
}
.osf-create-account-accordion__dropdown {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 2.4em;
  font-size: 1.2em;
  margin-left: 10px;
  width: auto;
}
.osf-create-account-accordion__dropdown:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.osf-create-account-accordion__dropdown::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.osf-create-account-accordion__dropdown:-ms-input-placeholder {
  color: #999999;
}
.osf-create-account-accordion__dropdown::-webkit-input-placeholder {
  color: #999999;
}
.osf-create-account-accordion__dropdown::-ms-expand {
  border: 0;
  background-color: transparent;
}
.osf-create-account-accordion__dropdown[disabled],
.osf-create-account-accordion__dropdown[readonly],
fieldset[disabled] .osf-create-account-accordion__dropdown {
  background-color: #eeeeee;
  opacity: 1;
}
.osf-create-account-accordion__dropdown[disabled],
fieldset[disabled] .osf-create-account-accordion__dropdown {
  cursor: not-allowed;
}
textarea.osf-create-account-accordion__dropdown {
  height: auto;
}
@media (max-width: 767px) {
  .osf-create-account-accordion__dropdown {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .osf-create-account-accordion__dropdown--country,
  .osf-create-account-accordion__dropdown--state {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-create-account-accordion__dropdown--country,
  .osf-create-account-accordion__dropdown--state {
    min-width: 310px;
  }
}
.osf-create-account-accordion__dropdown--prefix {
  max-width: 110px;
}
.osf-create-account-accordion__button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: 10px;
}
.osf-create-account-accordion__button:focus,
.osf-create-account-accordion__button:active:focus,
.osf-create-account-accordion__button.active:focus,
.osf-create-account-accordion__button.focus,
.osf-create-account-accordion__button:active.focus,
.osf-create-account-accordion__button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-create-account-accordion__button:hover,
.osf-create-account-accordion__button:focus,
.osf-create-account-accordion__button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-create-account-accordion__button:active,
.osf-create-account-accordion__button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-create-account-accordion__button.disabled,
.osf-create-account-accordion__button[disabled],
fieldset[disabled] .osf-create-account-accordion__button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-create-account-accordion__button.disabled,
fieldset[disabled] a.osf-create-account-accordion__button {
  pointer-events: none;
}
.osf-create-account-accordion__button:focus,
.osf-create-account-accordion__button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-create-account-accordion__button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-create-account-accordion__button:active,
.osf-create-account-accordion__button.active,
.open > .dropdown-toggle.osf-create-account-accordion__button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-create-account-accordion__button:active:hover,
.osf-create-account-accordion__button.active:hover,
.open > .dropdown-toggle.osf-create-account-accordion__button:hover,
.osf-create-account-accordion__button:active:focus,
.osf-create-account-accordion__button.active:focus,
.open > .dropdown-toggle.osf-create-account-accordion__button:focus,
.osf-create-account-accordion__button:active.focus,
.osf-create-account-accordion__button.active.focus,
.open > .dropdown-toggle.osf-create-account-accordion__button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-create-account-accordion__button:active,
.osf-create-account-accordion__button.active,
.open > .dropdown-toggle.osf-create-account-accordion__button {
  background-image: none;
}
.osf-create-account-accordion__button.disabled:hover,
.osf-create-account-accordion__button[disabled]:hover,
fieldset[disabled] .osf-create-account-accordion__button:hover,
.osf-create-account-accordion__button.disabled:focus,
.osf-create-account-accordion__button[disabled]:focus,
fieldset[disabled] .osf-create-account-accordion__button:focus,
.osf-create-account-accordion__button.disabled.focus,
.osf-create-account-accordion__button[disabled].focus,
fieldset[disabled] .osf-create-account-accordion__button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-create-account-accordion__button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-create-account-accordion__button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-create-account-accordion__button.strong-cta:hover,
.osf-create-account-accordion__button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-create-account-accordion__button.strong-cta:hover[disabled],
.osf-create-account-accordion__button.strong-cta:focus[disabled] {
  color: #222;
}
.osf-create-account-accordion__button--strong {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-create-account-accordion__button--strong:hover,
.osf-create-account-accordion__button--strong:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-create-account-accordion__button--strong:hover[disabled],
.osf-create-account-accordion__button--strong:focus[disabled] {
  color: #222;
}
.osf-create-account-accordion__button--next {
  min-width: 150px;
}
@media (max-width: 767px) {
  .osf-create-account-accordion__button--next {
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .osf-create-account-accordion__button {
    width: 100%;
    margin-top: 10px;
  }
}
.osf-create-account-accordion__throbber {
  background-color: #ffffff;
  opacity: 0.6;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  width: 36px;
  display: inline-block;
}
@media (max-width: 767px) {
  .osf-create-account-accordion__throbber {
    position: relative;
    width: 110%;
    text-align: center;
    top: -50px;
  }
}
.osf-create-account-accordion__throbber img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .osf-create-account-accordion__throbber img {
    max-width: 64px;
  }
}
@media (max-width: 767px) {
  .osf-create-account-accordion__checkbox {
    display: inline-block;
    vertical-align: top;
  }
}
.osf-create-account-accordion__checkbox input {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  margin: 10px !important;
}
/* This module has the styling for the address and contact update section/form */
.osf-email-management-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  padding-top: 0;
}
@media (max-width: 991px) {
  .osf-email-management-section {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .osf-email-management-section {
    padding-bottom: 0;
    padding-top: 0px;
  }
}
.osf-email-management-section__subsection {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
}
@media (min-width: 768px) {
  .osf-email-management-section__subsection {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-email-management-section__subsection {
    float: left;
    width: 66.66666667%;
  }
}
.osf-email-listing {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
  margin: 6px 2px;
  padding: 10px 15px;
  margin: 4px 0;
}
@media (max-width: 767px) {
  .osf-email-listing {
    margin: 5px 0;
    padding: 10px 12px;
  }
}
@media only print {
  .osf-email-listing {
    page-break-inside: avoid;
    background-color: transparent;
  }
}
.osf-email-listing__heading {
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .osf-email-listing__heading {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .osf-email-listing__heading {
    font-size: 1.4em;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.osf-email-listing__add {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 2px solid #eaeaea;
}
.osf-email-listing__button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.osf-email-listing__button:focus,
.osf-email-listing__button:active:focus,
.osf-email-listing__button.active:focus,
.osf-email-listing__button.focus,
.osf-email-listing__button:active.focus,
.osf-email-listing__button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-email-listing__button:hover,
.osf-email-listing__button:focus,
.osf-email-listing__button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-email-listing__button:active,
.osf-email-listing__button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-email-listing__button.disabled,
.osf-email-listing__button[disabled],
fieldset[disabled] .osf-email-listing__button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-email-listing__button.disabled,
fieldset[disabled] a.osf-email-listing__button {
  pointer-events: none;
}
.osf-email-listing__button:focus,
.osf-email-listing__button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-email-listing__button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-email-listing__button:active,
.osf-email-listing__button.active,
.open > .dropdown-toggle.osf-email-listing__button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-email-listing__button:active:hover,
.osf-email-listing__button.active:hover,
.open > .dropdown-toggle.osf-email-listing__button:hover,
.osf-email-listing__button:active:focus,
.osf-email-listing__button.active:focus,
.open > .dropdown-toggle.osf-email-listing__button:focus,
.osf-email-listing__button:active.focus,
.osf-email-listing__button.active.focus,
.open > .dropdown-toggle.osf-email-listing__button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-email-listing__button:active,
.osf-email-listing__button.active,
.open > .dropdown-toggle.osf-email-listing__button {
  background-image: none;
}
.osf-email-listing__button.disabled:hover,
.osf-email-listing__button[disabled]:hover,
fieldset[disabled] .osf-email-listing__button:hover,
.osf-email-listing__button.disabled:focus,
.osf-email-listing__button[disabled]:focus,
fieldset[disabled] .osf-email-listing__button:focus,
.osf-email-listing__button.disabled.focus,
.osf-email-listing__button[disabled].focus,
fieldset[disabled] .osf-email-listing__button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-email-listing__button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-email-listing__button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-email-listing__button.strong-cta:hover,
.osf-email-listing__button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-email-listing__button.strong-cta:hover[disabled],
.osf-email-listing__button.strong-cta:focus[disabled] {
  color: #222;
}
.osf-email-entry {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 22px;
  padding-bottom: 22px;
}
.osf-email-entry:not(:last-child) {
  border-bottom: 2px solid #eaeaea;
}
.osf-email-entry--primary {
  background-color: #d6fdf0;
  color: #204d3d;
}
.osf-email-entry__description,
.osf-email-entry__form {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-email-entry__description,
  .osf-email-entry__form {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-email-entry__description,
  .osf-email-entry__form {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-email-entry__description,
  .osf-email-entry__form {
    float: left;
    width: 50%;
  }
}
.osf-email-entry__line {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.4em;
  text-align: center;
}
.osf-email-entry__form {
  /*display: none;*/
  text-align: left;
  padding-left: 2%;
}
.osf-email-entry__input {
  font-size: 1.4em;
  display: block;
  margin-bottom: 15px;
  padding: 2px;
  width: 80%;
  text-align: left;
}
.osf-email-entry__input--required {
  background-color: #fddac2;
}
.osf-email-entry__select {
  font-size: 1.4em;
}
.osf-email-entry__controls {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-email-entry__controls {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-email-entry__controls {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-email-entry__controls {
    float: left;
    width: 50%;
  }
}
.osf-email-entry__edit,
.osf-email-entry__remove,
.osf-email-entry__save,
.osf-email-entry__cancel,
.osf-email-entry__set-primary {
  text-align: center;
  font-size: .85em;
  margin-bottom: 10px;
}
.osf-email-entry__edit {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .osf-email-entry__edit {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .osf-email-entry__edit {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-email-entry__edit {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-email-entry__edit {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .osf-email-entry__edit {
    float: left;
    width: 50%;
  }
}
.osf-email-entry__remove,
.osf-email-entry__save,
.osf-email-entry__cancel {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .osf-email-entry__remove,
  .osf-email-entry__save,
  .osf-email-entry__cancel {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-email-entry__remove,
  .osf-email-entry__save,
  .osf-email-entry__cancel {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-email-entry__remove,
  .osf-email-entry__save,
  .osf-email-entry__cancel {
    float: left;
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .osf-email-entry__edit,
  .osf-email-entry__remove,
  .osf-email-entry__save,
  .osf-email-entry__cancel {
    margin-top: 10px;
    padding-top: 15px;
  }
}
.osf-email-entry__set-primary {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .osf-email-entry__set-primary {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-email-entry__set-primary {
    float: left;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .osf-email-entry__set-primary {
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 1199px) {
  .osf-email-entry__edit,
  .osf-email-entry__save {
    clear: left;
  }
}
.osf-email-entry__button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
}
.osf-email-entry__button:focus,
.osf-email-entry__button:active:focus,
.osf-email-entry__button.active:focus,
.osf-email-entry__button.focus,
.osf-email-entry__button:active.focus,
.osf-email-entry__button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-email-entry__button:hover,
.osf-email-entry__button:focus,
.osf-email-entry__button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-email-entry__button:active,
.osf-email-entry__button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-email-entry__button.disabled,
.osf-email-entry__button[disabled],
fieldset[disabled] .osf-email-entry__button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-email-entry__button.disabled,
fieldset[disabled] a.osf-email-entry__button {
  pointer-events: none;
}
.osf-email-entry__button:focus,
.osf-email-entry__button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-email-entry__button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-email-entry__button:active,
.osf-email-entry__button.active,
.open > .dropdown-toggle.osf-email-entry__button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-email-entry__button:active:hover,
.osf-email-entry__button.active:hover,
.open > .dropdown-toggle.osf-email-entry__button:hover,
.osf-email-entry__button:active:focus,
.osf-email-entry__button.active:focus,
.open > .dropdown-toggle.osf-email-entry__button:focus,
.osf-email-entry__button:active.focus,
.osf-email-entry__button.active.focus,
.open > .dropdown-toggle.osf-email-entry__button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-email-entry__button:active,
.osf-email-entry__button.active,
.open > .dropdown-toggle.osf-email-entry__button {
  background-image: none;
}
.osf-email-entry__button.disabled:hover,
.osf-email-entry__button[disabled]:hover,
fieldset[disabled] .osf-email-entry__button:hover,
.osf-email-entry__button.disabled:focus,
.osf-email-entry__button[disabled]:focus,
fieldset[disabled] .osf-email-entry__button:focus,
.osf-email-entry__button.disabled.focus,
.osf-email-entry__button[disabled].focus,
fieldset[disabled] .osf-email-entry__button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-email-entry__button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-email-entry__button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-email-entry__button.strong-cta:hover,
.osf-email-entry__button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-email-entry__button.strong-cta:hover[disabled],
.osf-email-entry__button.strong-cta:focus[disabled] {
  color: #222;
}
@media (max-width: 767px) {
  .osf-email-entry__button {
    white-space: normal;
    min-height: 58px;
  }
}
.osf-email-entry__flag {
  margin-top: 10px;
  font-weight: bold;
  display: none;
  font-size: 1.4em;
  color: #06af73;
}
/*
    This module account for the mobile ticketing portion of the order
    details page
*/
.osf-mobile-ticketing-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  font-size: 1.4em;
}
@media (max-width: 991px) {
  .osf-mobile-ticketing-section {
    padding-top: 30px;
  }
}
@media (max-width: 1199px) {
  .osf-mobile-ticketing-section {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-mobile-ticketing-section {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-mobile-ticketing-section {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .osf-mobile-ticketing-section {
    padding-top: 0;
  }
}
.osf-mobile-ticketing-section__disclaimer {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 10px;
  background-color: #31708f;
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 0;
}
.osf-mobile-ticketing-section__exclamation-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  margin-right: 5px;
}
.osf-mobile-ticketing-section__exclamation-icon:before {
  content: "\e101";
}
.osf-mobile-ticketing-section__ad {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
}
.osf-mobile-ticketing-section__ad img {
  width: 100%;
  height: auto;
  max-width: 800px;
  margin: 0 auto;
  display: block;
}
.osf-mobile-line-item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.osf-mobile-line-item__heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  background-color: #333;
  color: #ffffff;
  padding: 5px;
  border: 2px solid #ffffff;
  cursor: pointer;
}
.osf-mobile-line-item__heading:active {
  background-color: #555;
}
.osf-mobile-line-item__title,
.osf-mobile-line-item__date-time,
.osf-mobile-line-item__venue {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.osf-mobile-line-item__date-time,
.osf-mobile-line-item__venue {
  padding-left: 20px;
}
.osf-mobile-line-item__title {
  font-weight: bold;
  font-size: 1.2em;
}
.osf-mobile-line-item__toggle-tickets {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 10px;
  padding-left: 25px;
  background-color: #efefef;
  cursor: pointer;
}
.osf-mobile-ticket {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 10px;
  padding-bottom: 50px;
  border-bottom: 4px solid #686868;
}
@media (min-width: 768px) {
  .osf-mobile-ticket {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-mobile-ticket {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-mobile-ticket {
    float: left;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .osf-mobile-ticket:last-child {
    border-bottom: 0;
  }
}
.osf-mobile-ticket__notice {
  display: none;
}
@media print {
  .osf-mobile-ticket__notice {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2em;
    padding: 7px;
    text-align: center;
    color: #686868;
  }
}
.osf-mobile-ticket__seat-info {
  display: block;
  clear: both;
  text-align: center;
  margin-top: 10px;
}
.osf-mobile-ticket__row,
.osf-mobile-ticket__seat,
.osf-mobile-ticket__door {
  display: inline;
  padding-right: 5px;
  white-space: nowrap;
}
.osf-mobile-ticket__row:not(:nth-child(3))::after,
.osf-mobile-ticket__seat:not(:nth-child(3))::after,
.osf-mobile-ticket__door:not(:nth-child(3))::after {
  content: "\0000a0| ";
  font-weight: bold;
  color: #a0a0a0;
  padding-left: 5px;
}
.osf-mobile-ticket__checksum {
  display: block;
}
.osf-mobile-ticket__barcode {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 8.33333333%;
  height: 100px;
}
.osf-mobile-ticket__next-barcode {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  font-size: 1.6em;
  margin-top: 25px;
  background-color: #204d3d;
  padding: 5px;
  color: #ffffff;
}
.osf-mobile-ticket__next-barcode:active {
  background-color: #06af73;
}
@media (min-width: 768px) {
  .osf-mobile-ticket__next-barcode {
    display: none !important;
  }
}
.osf-mobile-ticket:last-child .osf-mobile-ticket__next-barcode {
  display: none !important;
}
.osf-mobile-ticketing-disclaimer {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  font-size: 1.4em;
  font-size: .8em;
  border-top: 3px solid #dedede;
}
@media (max-width: 991px) {
  .osf-mobile-ticketing-disclaimer {
    padding-top: 30px;
  }
}
@media (max-width: 1199px) {
  .osf-mobile-ticketing-disclaimer {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-mobile-ticketing-disclaimer {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-mobile-ticketing-disclaimer {
    font-size: 1em;
  }
}
.osf-mobile-ticketing-disclaimer__body {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/*
    This module accounts for the styling of the printable ticket
*/
.osf-print-ticketing-section {
  width: 630pt;
  font-size: 1.4em;
  float: none;
  page-break-before: always;
  font-size: .85em !important;
}
@media (max-width: 1199px) {
  .osf-print-ticketing-section {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-print-ticketing-section {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-print-ticketing-section {
    font-size: 1em;
  }
}
.osf-print-ticket {
  margin-left: 0px;
  margin-right: 0px;
  border-bottom: 8px dashed #686868;
  width: 630pt;
  clear: both;
  float: none;
  display: inline-block;
  page-break-before: always;
  height: 380pt;
  font-size: 1.1em;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.osf-print-ticket__disclaimer {
  width: 100%;
}
.osf-print-ticket__notice {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2em;
  padding: 7px;
  text-align: center;
  color: #686868;
}
.osf-print-ticket__notice--right {
  float: right !important;
}
.osf-print-ticket__inner {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  border: 12px solid #686868;
  height: 320pt;
  width: 630pt;
}
.osf-print-ticket__splash-logo {
  position: relative;
  float: left;
  width: 12.5%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
  overflow: hidden;
}
.osf-print-ticket__splash-logo img {
  height: 100%;
  width: auto;
  max-width: inherit !important;
}
.osf-print-ticket__detail-column {
  position: relative;
  float: left;
  width: 68.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}
.osf-print-ticket__event-info {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.osf-print-ticket__title {
  font-size: 1.6em;
  font-weight: bold;
}
.osf-print-ticket__production-sponsor {
  min-height: 80px;
  font-size: 1.1em;
}
.osf-print-ticket__date-time {
  font-size: 1.4em;
}
.osf-print-ticket__venue {
  font-size: 1.4em;
  font-weight: bold;
}
.osf-print-ticket__constituent-seat-sale {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10px 7px 10px;
}
.osf-print-ticket__constituent-and-seat-info {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.osf-print-ticket__constituent-info {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.osf-print-ticket__seat-info {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-weight: bold;
}
.osf-print-ticket__seat-info--stub {
  display: block;
  clear: both;
  text-align: center;
  margin-top: 25px;
  font-size: 1.4em;
  max-height: 85px;
}
.osf-print-ticket__season-sponsor {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  height: 80px;
}
.osf-print-ticket__season-sponsor img {
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.osf-print-ticket__sale-info {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}
.osf-print-ticket__sale-info--stub {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 35px;
}
.osf-print-ticket__stub-column {
  position: relative;
  float: left;
  width: 18.33333333%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  border-left: 8px dashed #686868;
  height: 100%;
  padding: 8px;
}
.osf-print-ticket__barcode {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
  height: 100px;
}
.osf-print-ticket__full-brand {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  height: 85px;
  text-align: center;
}
.osf-print-ticket__full-brand img {
  width: auto;
  height: 100%;
}
.osf-print-ticket__next-barcode {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  font-size: 1.6em;
  margin-top: 25px;
}
.osf-print-ticketing-ad {
  display: block;
  clear: both;
  width: 630pt;
  margin-bottom: 10px;
}
.osf-print-ticketing-ad img {
  width: 100%;
  height: auto;
}
.osf-print-ticketing-disclaimer {
  width: 630pt;
  font-size: 8pt;
  border-top: 3px solid #dedede;
  clear: both;
  float: none;
  page-break-after: always;
  padding-top: 10px;
}
.osf-print-ticketing-disclaimer__body {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/*
    This module is responsible for the house style of dashboard elements
*/
.osf-dashboard-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .osf-dashboard-section {
    padding-top: 30px;
  }
}
.osf-dashboard-subsection {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
  margin: 6px 2px;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .osf-dashboard-subsection {
    margin: 5px 0;
    padding: 10px 12px;
  }
}
@media only print {
  .osf-dashboard-subsection {
    page-break-inside: avoid;
    background-color: transparent;
  }
}
.osf-dashboard-column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-dashboard-column {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-dashboard-column {
    float: left;
    width: 66.66666667%;
  }
}
.osf-dashboard-heading {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6em;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .osf-dashboard-heading {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .osf-dashboard-heading {
    float: left;
    width: 33.33333333%;
  }
}
.osf-dashboard-listing {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.4em;
  font-size: 1.2em;
  margin: 15px 0;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .osf-dashboard-listing {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-dashboard-listing {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-dashboard-listing {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .osf-dashboard-listing {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (max-width: 767px) {
  .osf-dashboard-listing {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .osf-dashboard-listing {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .osf-dashboard-listing {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-dashboard-listing {
    padding-left: 40px;
    border-left: 2px solid #eaeaea;
  }
}
.osf-dashboard-listing li {
  list-style: square;
}
.osf-welcome-subsection {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
  margin: 6px 2px;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .osf-welcome-subsection {
    margin: 5px 0;
    padding: 10px 12px;
  }
}
@media only print {
  .osf-welcome-subsection {
    page-break-inside: avoid;
    background-color: transparent;
  }
}
.osf-welcome-subsection__heading {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6em;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .osf-welcome-subsection__heading {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .osf-welcome-subsection__heading {
    float: left;
    width: 33.33333333%;
  }
}
.osf-welcome-subsection__listing {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.4em;
  font-size: 1.2em;
  margin: 15px 0;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .osf-welcome-subsection__listing {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-welcome-subsection__listing {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-welcome-subsection__listing {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .osf-welcome-subsection__listing {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (max-width: 767px) {
  .osf-welcome-subsection__listing {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .osf-welcome-subsection__listing {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .osf-welcome-subsection__listing {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-welcome-subsection__listing {
    padding-left: 40px;
    border-left: 2px solid #eaeaea;
  }
}
.osf-welcome-subsection__listing li {
  list-style: square;
}
.osf-orders-subsection {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
  margin: 6px 2px;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .osf-orders-subsection {
    margin: 5px 0;
    padding: 10px 12px;
  }
}
@media only print {
  .osf-orders-subsection {
    page-break-inside: avoid;
    background-color: transparent;
  }
}
.osf-orders-subsection__heading {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6em;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .osf-orders-subsection__heading {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .osf-orders-subsection__heading {
    float: left;
    width: 33.33333333%;
  }
}
.osf-orders-subsection__listing {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.4em;
  font-size: 1.2em;
  margin: 15px 0;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .osf-orders-subsection__listing {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-orders-subsection__listing {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-orders-subsection__listing {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .osf-orders-subsection__listing {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (max-width: 767px) {
  .osf-orders-subsection__listing {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .osf-orders-subsection__listing {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .osf-orders-subsection__listing {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-orders-subsection__listing {
    padding-left: 40px;
    border-left: 2px solid #eaeaea;
  }
}
.osf-orders-subsection__listing li {
  list-style: square;
}
.osf-orders-subsection__mobile-ticket-link {
  min-width: 200px;
  display: inline-block;
  font-weight: bold;
}
@media (max-width: 767px) {
  .osf-orders-subsection__mobile-ticket-link {
    min-width: 170px;
  }
}
.osf-orders-subsection__mobile-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6em;
  padding: 8px;
  -webkit-transform: translateY(7px);
  -moz-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
  transform: translateY(7px);
}
.osf-orders-subsection__mobile-icon:before {
  content: "\e145";
}
.osf-orders-subsection__mobile-ticket-orders {
  margin-bottom: 30px;
}
.osf-orders-subsection__mobile-ticket-orders ul {
  list-style: none;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .osf-orders-subsection__mobile-ticket-orders ul ul {
    padding-left: 0;
  }
}
.osf-orders-subsection__mobile-ticket-orders li {
  list-style: none;
  margin-top: 5px;
}
.osf-membership-subsection {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
  margin: 6px 2px;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .osf-membership-subsection {
    margin: 5px 0;
    padding: 10px 12px;
  }
}
@media only print {
  .osf-membership-subsection {
    page-break-inside: avoid;
    background-color: transparent;
  }
}
.osf-membership-subsection__heading {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6em;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .osf-membership-subsection__heading {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .osf-membership-subsection__heading {
    float: left;
    width: 33.33333333%;
  }
}
.osf-membership-subsection__listing {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.4em;
  font-size: 1.2em;
  margin: 15px 0;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .osf-membership-subsection__listing {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-membership-subsection__listing {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-membership-subsection__listing {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .osf-membership-subsection__listing {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (max-width: 767px) {
  .osf-membership-subsection__listing {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .osf-membership-subsection__listing {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .osf-membership-subsection__listing {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-membership-subsection__listing {
    padding-left: 40px;
    border-left: 2px solid #eaeaea;
  }
}
.osf-membership-subsection__listing li {
  list-style: square;
}
.osf-buy-membership-subsection {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
  margin: 6px 2px;
  padding: 10px 15px;
  background-color: #fffcda;
}
@media (max-width: 767px) {
  .osf-buy-membership-subsection {
    margin: 5px 0;
    padding: 10px 12px;
  }
}
@media only print {
  .osf-buy-membership-subsection {
    page-break-inside: avoid;
    background-color: transparent;
  }
}
.osf-buy-membership-subsection__heading {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6em;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .osf-buy-membership-subsection__heading {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .osf-buy-membership-subsection__heading {
    float: left;
    width: 33.33333333%;
  }
}
.osf-buy-membership-subsection__listing {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.4em;
  font-size: 1.2em;
  margin: 15px 0;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .osf-buy-membership-subsection__listing {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-buy-membership-subsection__listing {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-buy-membership-subsection__listing {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .osf-buy-membership-subsection__listing {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (max-width: 767px) {
  .osf-buy-membership-subsection__listing {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .osf-buy-membership-subsection__listing {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .osf-buy-membership-subsection__listing {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-buy-membership-subsection__listing {
    padding-left: 40px;
    border-left: 2px solid #eaeaea;
  }
}
.osf-buy-membership-subsection__listing li {
  list-style: square;
}
.osf-member-comps-subsection {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
  margin: 6px 2px;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .osf-member-comps-subsection {
    margin: 5px 0;
    padding: 10px 12px;
  }
}
@media only print {
  .osf-member-comps-subsection {
    page-break-inside: avoid;
    background-color: transparent;
  }
}
.osf-member-comps-subsection__heading {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6em;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .osf-member-comps-subsection__heading {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .osf-member-comps-subsection__heading {
    float: left;
    width: 33.33333333%;
  }
}
.osf-member-comps-subsection__listing {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.4em;
  font-size: 1.2em;
  margin: 15px 0;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .osf-member-comps-subsection__listing {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-member-comps-subsection__listing {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-member-comps-subsection__listing {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .osf-member-comps-subsection__listing {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (max-width: 767px) {
  .osf-member-comps-subsection__listing {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .osf-member-comps-subsection__listing {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .osf-member-comps-subsection__listing {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-member-comps-subsection__listing {
    padding-left: 40px;
    border-left: 2px solid #eaeaea;
  }
}
.osf-member-comps-subsection__listing li {
  list-style: square;
}
.osf-company-comps-subsection {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
  margin: 6px 2px;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .osf-company-comps-subsection {
    margin: 5px 0;
    padding: 10px 12px;
  }
}
@media only print {
  .osf-company-comps-subsection {
    page-break-inside: avoid;
    background-color: transparent;
  }
}
.osf-company-comps-subsection__heading {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6em;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .osf-company-comps-subsection__heading {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .osf-company-comps-subsection__heading {
    float: left;
    width: 33.33333333%;
  }
}
.osf-company-comps-subsection__listing {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.4em;
  font-size: 1.2em;
  margin: 15px 0;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .osf-company-comps-subsection__listing {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-company-comps-subsection__listing {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-company-comps-subsection__listing {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .osf-company-comps-subsection__listing {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (max-width: 767px) {
  .osf-company-comps-subsection__listing {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .osf-company-comps-subsection__listing {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .osf-company-comps-subsection__listing {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-company-comps-subsection__listing {
    padding-left: 40px;
    border-left: 2px solid #eaeaea;
  }
}
.osf-company-comps-subsection__listing li {
  list-style: square;
}
.osf-contact-details-subsection {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
  margin: 6px 2px;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .osf-contact-details-subsection {
    margin: 5px 0;
    padding: 10px 12px;
  }
}
@media only print {
  .osf-contact-details-subsection {
    page-break-inside: avoid;
    background-color: transparent;
  }
}
.osf-contact-details-subsection__heading {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6em;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .osf-contact-details-subsection__heading {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .osf-contact-details-subsection__heading {
    float: left;
    width: 33.33333333%;
  }
}
.osf-contact-details-subsection__listing {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.4em;
  font-size: 1.2em;
  margin: 15px 0;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .osf-contact-details-subsection__listing {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-contact-details-subsection__listing {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-contact-details-subsection__listing {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .osf-contact-details-subsection__listing {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (max-width: 767px) {
  .osf-contact-details-subsection__listing {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .osf-contact-details-subsection__listing {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .osf-contact-details-subsection__listing {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-contact-details-subsection__listing {
    padding-left: 40px;
    border-left: 2px solid #eaeaea;
  }
}
.osf-contact-details-subsection__listing li {
  list-style: square;
}
.osf-settings-subsection {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
  margin: 6px 2px;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .osf-settings-subsection {
    margin: 5px 0;
    padding: 10px 12px;
  }
}
@media only print {
  .osf-settings-subsection {
    page-break-inside: avoid;
    background-color: transparent;
  }
}
.osf-settings-subsection__heading {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6em;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .osf-settings-subsection__heading {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .osf-settings-subsection__heading {
    float: left;
    width: 33.33333333%;
  }
}
.osf-settings-subsection__listing {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.4em;
  font-size: 1.2em;
  margin: 15px 0;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .osf-settings-subsection__listing {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-settings-subsection__listing {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-settings-subsection__listing {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .osf-settings-subsection__listing {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (max-width: 767px) {
  .osf-settings-subsection__listing {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .osf-settings-subsection__listing {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .osf-settings-subsection__listing {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-settings-subsection__listing {
    padding-left: 40px;
    border-left: 2px solid #eaeaea;
  }
}
.osf-settings-subsection__listing li {
  list-style: square;
}
.osf-email-address-panel {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
  margin: 6px 2px;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .osf-email-address-panel {
    margin: 5px 0;
    padding: 10px 12px;
  }
}
@media only print {
  .osf-email-address-panel {
    page-break-inside: avoid;
    background-color: transparent;
  }
}
.osf-email-address-panel__heading {
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .osf-email-address-panel__heading {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .osf-email-address-panel__heading {
    font-size: 1.4em;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.osf-email-address-panel__preference-listing {
  font-size: 1.4em;
  font-size: 1.2em;
  padding-top: 22px;
  padding-bottom: 22px;
  list-style: none;
}
@media (max-width: 1199px) {
  .osf-email-address-panel__preference-listing {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-email-address-panel__preference-listing {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-email-address-panel__preference-listing {
    font-size: 1em;
  }
}
@media (max-width: 1199px) {
  .osf-email-address-panel__preference-listing {
    padding-left: 5px;
  }
}
.osf-email-address-panel__preference {
  margin-bottom: 15px;
}
.osf-email-address-panel__checkbox input {
  transform: scale(2);
  margin: 10px !important;
}
.osf-email-address-panel__label {
  font-weight: bold;
}
.osf-email-address-panel__preference-detail {
  padding-left: 40px;
}
.osf-email-address-panel__button-set {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  margin-left: 65px;
}
@media (min-width: 768px) {
  .osf-email-address-panel__button-set {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-email-address-panel__button-set {
    float: left;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .osf-email-address-panel__button-set {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .osf-email-address-panel__button-set {
    width: 100%;
    margin-left: 0;
  }
}
.osf-email-address-panel__button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}
.osf-email-address-panel__button:focus,
.osf-email-address-panel__button:active:focus,
.osf-email-address-panel__button.active:focus,
.osf-email-address-panel__button.focus,
.osf-email-address-panel__button:active.focus,
.osf-email-address-panel__button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-email-address-panel__button:hover,
.osf-email-address-panel__button:focus,
.osf-email-address-panel__button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-email-address-panel__button:active,
.osf-email-address-panel__button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-email-address-panel__button.disabled,
.osf-email-address-panel__button[disabled],
fieldset[disabled] .osf-email-address-panel__button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-email-address-panel__button.disabled,
fieldset[disabled] a.osf-email-address-panel__button {
  pointer-events: none;
}
.osf-email-address-panel__button:focus,
.osf-email-address-panel__button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-email-address-panel__button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-email-address-panel__button:active,
.osf-email-address-panel__button.active,
.open > .dropdown-toggle.osf-email-address-panel__button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-email-address-panel__button:active:hover,
.osf-email-address-panel__button.active:hover,
.open > .dropdown-toggle.osf-email-address-panel__button:hover,
.osf-email-address-panel__button:active:focus,
.osf-email-address-panel__button.active:focus,
.open > .dropdown-toggle.osf-email-address-panel__button:focus,
.osf-email-address-panel__button:active.focus,
.osf-email-address-panel__button.active.focus,
.open > .dropdown-toggle.osf-email-address-panel__button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-email-address-panel__button:active,
.osf-email-address-panel__button.active,
.open > .dropdown-toggle.osf-email-address-panel__button {
  background-image: none;
}
.osf-email-address-panel__button.disabled:hover,
.osf-email-address-panel__button[disabled]:hover,
fieldset[disabled] .osf-email-address-panel__button:hover,
.osf-email-address-panel__button.disabled:focus,
.osf-email-address-panel__button[disabled]:focus,
fieldset[disabled] .osf-email-address-panel__button:focus,
.osf-email-address-panel__button.disabled.focus,
.osf-email-address-panel__button[disabled].focus,
fieldset[disabled] .osf-email-address-panel__button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-email-address-panel__button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-email-address-panel__button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-email-address-panel__button.strong-cta:hover,
.osf-email-address-panel__button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-email-address-panel__button.strong-cta:hover[disabled],
.osf-email-address-panel__button.strong-cta:focus[disabled] {
  color: #222;
}
@media (max-width: 767px) {
  .osf-email-address-panel__button {
    white-space: normal;
  }
}
.osf-order-history-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  font-size: 1.4em;
}
@media (max-width: 991px) {
  .osf-order-history-section {
    padding-top: 30px;
  }
}
@media (max-width: 1199px) {
  .osf-order-history-section {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-order-history-section {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-order-history-section {
    font-size: 1em;
  }
}
.osf-order-history-section__listing,
.osf-order-history-section__heading {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-order-history-section__listing,
  .osf-order-history-section__heading {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-order-history-section__listing,
  .osf-order-history-section__heading {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-order-history-section__listing,
  .osf-order-history-section__heading {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-order-history-section__listing,
  .osf-order-history-section__heading {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-order-history-section__listing {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-top: 1px solid #dedede;
  }
}
.osf-order-history-section__heading {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6em;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .osf-order-history-section__heading {
    padding-left: 15px;
  }
}
.osf-order-history-heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-weight: bold;
  border-bottom: 1px solid #dedede;
  padding-top: 8px;
  padding-bottom: 8px;
}
.osf-order-history-heading__date,
.osf-order-history-heading__number,
.osf-order-history-heading__print-mobile {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.osf-order-history-entry {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #dedede;
  padding-top: 8px;
  padding-bottom: 8px;
}
.osf-order-history-entry:nth-child(even) {
  background-color: #f9f9f9;
}
.osf-order-history-entry__date,
.osf-order-history-entry__number,
.osf-order-history-entry__print-mobile {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  padding: 3px;
}
.osf-order-history-entry__print-mobile a {
  margin: 0 15px;
}
.osf-order-history-entry__mobile-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6em;
}
.osf-order-history-entry__mobile-icon:before {
  content: "\e145";
}
.osf-order-history-entry__print-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6em;
}
.osf-order-history-entry__print-icon:before {
  content: "\e045";
}
/*
    This module accounts for the styling of the order details page
*/
.osf-order-details-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  padding-top: 0;
  padding-bottom: 2px;
}
@media (max-width: 991px) {
  .osf-order-details-section {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .osf-order-details-section {
    padding-top: 0;
  }
}
.osf-order-details-subsection {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
  margin: 6px 2px;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .osf-order-details-subsection {
    margin: 5px 0;
    padding: 10px 12px;
  }
}
@media only print {
  .osf-order-details-subsection {
    page-break-inside: avoid;
    background-color: transparent;
  }
}
.osf-order-details-subsection--warn {
  background-color: #fffcda;
}
.osf-order-details-subsection__heading {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6em;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .osf-order-details-subsection__heading {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .osf-order-details-subsection__heading {
    float: left;
    width: 33.33333333%;
  }
}
.osf-order-details-subsection__listing {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.4em;
  font-size: 1.2em;
  margin: 15px 0;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .osf-order-details-subsection__listing {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-order-details-subsection__listing {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-order-details-subsection__listing {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .osf-order-details-subsection__listing {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (max-width: 767px) {
  .osf-order-details-subsection__listing {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .osf-order-details-subsection__listing {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .osf-order-details-subsection__listing {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-order-details-subsection__listing {
    padding-left: 40px;
    border-left: 2px solid #eaeaea;
  }
}
.osf-order-details-subsection__listing li {
  list-style: square;
}
@media (max-width: 991px) {
  .osf-order-details-subsection__listing {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .osf-order-details-subsection__listing {
    padding-left: 15px;
  }
}
/*
    This module covers the styling of the wish list section and elements
*/
.osf-wish-list-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .osf-wish-list-section {
    padding-top: 30px;
  }
}
.osf-wish-list-section__message {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
  margin: 6px 2px;
  padding: 10px 15px;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.4em;
  text-align: center;
}
@media (max-width: 767px) {
  .osf-wish-list-section__message {
    margin: 5px 0;
    padding: 10px 12px;
  }
}
@media only print {
  .osf-wish-list-section__message {
    page-break-inside: avoid;
    background-color: transparent;
  }
}
@media (min-width: 1200px) {
  .osf-wish-list-section__message {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-wish-list-section__message {
    margin-left: 8.33333333%;
  }
}
@media (max-width: 1199px) {
  .osf-wish-list-section__message {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-wish-list-section__message {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-wish-list-section__message {
    font-size: 1em;
  }
}
/*
    This module accounts for the styling of the membership options and 
    purchasing interface.
*/
.osf-membership-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  padding-top: 0;
}
@media (max-width: 991px) {
  .osf-membership-section {
    padding-top: 30px;
  }
}
.osf-membership-section section {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.osf-partnership-levels__benefits p {
  padding: 10px 20px;
  margin-bottom: 0;
}
.contribution-summary {
  font-size: 17px;
  text-align: center;
}
.contribution-summary .contribution-summary-name {
  font-weight: bold;
  margin-top: 10px;
}
.osf-membership-options-subsection {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .osf-membership-options-subsection {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-membership-options-subsection {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .osf-membership-options-subsection {
    float: left;
    width: 66.66666667%;
  }
}
.osf-membership-options-subsection__heading {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6em;
}
.osf-membership-options-subsection__panel {
  padding: 15px;
  margin-bottom: 15px;
  clear: left;
}
.osf-membership-options-subsection__panel--warn {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #eaeaea;
  background-color: #f9f9f9;
  margin: 6px 2px;
  padding: 10px 15px;
  background-color: #fffcda;
  font-weight: bold;
  padding: 10px 30px;
  display: none;
}
@media (max-width: 767px) {
  .osf-membership-options-subsection__panel--warn {
    margin: 5px 0;
    padding: 10px 12px;
  }
}
@media only print {
  .osf-membership-options-subsection__panel--warn {
    page-break-inside: avoid;
    background-color: transparent;
  }
}
.osf-membership-options-subsection__details {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.4em;
  font-size: 1.2em;
  margin: 15px 0;
}
@media (max-width: 1199px) {
  .osf-membership-options-subsection__details {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-membership-options-subsection__details {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-membership-options-subsection__details {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .osf-membership-options-subsection__details {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (max-width: 767px) {
  .osf-membership-options-subsection__details {
    margin-top: 8px;
  }
}
@media (min-width: 992px) {
  .osf-membership-options-subsection__details {
    padding-left: 40px;
  }
}
.osf-membership-options-subsection__checkbox {
  margin-left: 20px;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .osf-membership-options-subsection__checkbox {
    margin-left: 60px;
  }
}
.osf-membership-options-subsection__checkbox input {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.osf-membership-levels {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .osf-membership-levels {
    padding-left: 0;
  }
}
.osf-membership-levels__level {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .osf-membership-levels__level--selected {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .osf-membership-levels__level {
    display: none;
  }
}
.osf-membership-levels__heading {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 5px 10px;
  cursor: pointer;
  border: 1px solid rgba(43, 62, 77, 0.45);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .osf-membership-levels__heading {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-membership-levels__heading {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-membership-levels__heading {
    float: left;
    width: 100%;
  }
}
.osf-membership-levels__heading--selected {
  background-color: #2b3e4d;
  color: #ffffff;
}
.osf-membership-levels__name,
.osf-membership-levels__price-range {
  min-height: 42px;
  padding-top: 8px;
}
.osf-membership-levels__name {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-weight: bold;
}
@media (min-width: 992px) {
  .osf-membership-levels__heading--selected > .osf-membership-levels__name {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .osf-membership-levels__heading--selected > .osf-membership-levels__name::before {
    font-family: "Glyphicons Halflings";
    opacity: 0.65;
    -webkit-opacity: 0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
    margin-top: 10px;
    font-size: 1.4em;
    margin-right: 10px;
    display: block;
    content: "\e013";
    display: inline;
  }
}
.osf-membership-levels__price-range {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  padding-right: 15px;
}
.osf-membership-levels__benefits {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
}
@media (max-width: 767px) {
  .osf-membership-levels__benefits {
    height: auto !important;
  }
}
.osf-membership-levels__benefits--selected {
  border: 2px solid #2b3e4d;
}
.osf-membership-levels__benefits ul {
  padding-top: 10px;
  padding-bottom: 10px;
}
.osf-membership-levels__prev,
.osf-membership-levels__next {
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  display: none !important;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  background-color: #dadada;
  border: 3px solid #ffffff;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5em;
}
@media (max-width: 767px) {
  .osf-membership-levels__prev,
  .osf-membership-levels__next {
    display: block !important;
  }
  table.osf-membership-levels__prev,
  table.osf-membership-levels__next {
    display: table !important;
  }
  tr.osf-membership-levels__prev,
  tr.osf-membership-levels__next {
    display: table-row !important;
  }
  th.osf-membership-levels__prev,
  th.osf-membership-levels__next,
  td.osf-membership-levels__prev,
  td.osf-membership-levels__next {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .osf-membership-levels__prev,
  .osf-membership-levels__next {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .osf-membership-levels__prev,
  .osf-membership-levels__next {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .osf-membership-levels__prev,
  .osf-membership-levels__next {
    display: none !important;
  }
}
.osf-membership-levels .inactive-membership-button {
  background-color: #efefef;
  color: #ffffff;
  cursor: default;
}
.osf-membership-levels__prev:before {
  content: "\e079";
}
.osf-membership-levels__prev--inactive {
  background-color: #efefef;
  color: #ffffff;
  cursor: default;
}
.osf-membership-levels__next:before {
  content: "\e080";
}
.osf-membership-levels__next--inactive {
  background-color: #efefef;
  color: #ffffff;
  cursor: default;
}
.osf-checkout-option-group--membership-form {
  margin-top: 5px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .osf-checkout-option-group--membership-form {
    padding-left: 60px;
  }
}
.osf-checkout-option-group__button--membership-form {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (min-width: 992px) {
  .osf-checkout-option-group__button--membership-form {
    min-height: 143px;
  }
}
.osf-checkout-option-group__button--membership-form:hover {
  background-color: rgba(43, 62, 77, 0.15) !important;
}
.osf-checkout-option-group__button--membership-form.osf-checkout-option-group__button--selected {
  background-color: rgba(43, 62, 77, 0.85) !important;
  font-weight: bold;
}
.osf-checkout-option-group__button--membership-form.osf-checkout-option-group__button--selected:active {
  color: #ffffff !important;
}
.osf-checkout-option-group__button--half {
  width: 100%;
}
@media (min-width: 1200px) {
  .osf-checkout-option-group__button--half {
    width: 50%;
  }
}
.osf-checkout-option-group__button--full {
  width: 100%;
}
.osf-inline-contribution-subsection__no-benefits {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1em;
}
.osf-inline-contribution-subsection__details--no-benefits {
  display: none;
  width: 100%;
  text-align: left;
  opacity: 85%;
  -webkit-opacity: 85%;
  -moz-opacity: 85%;
  filter: alpha(opacity=8500%);
  clear: both;
  padding-bottom: 20px;
  font-size: .9em;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .osf-inline-contribution-subsection--membership {
    padding: 0 15px;
  }
}
.osf-inline-contribution-subsection--membership .osf-inline-contribution-form__throbber {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  right: 0;
  position: absolute;
  height: 53px;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}
@media (min-width: 768px) {
  .osf-inline-contribution-subsection--membership .osf-inline-contribution-form__throbber {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-inline-contribution-subsection--membership .osf-inline-contribution-form__throbber {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-inline-contribution-subsection--membership .osf-inline-contribution-form__throbber {
    float: left;
    width: 58.33333333%;
  }
}
.osf-inline-contribution-subsection--membership .osf-inline-contribution-form__throbber img {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 32px;
  height: auto;
}
.osf-inline-contribution-subsection--membership .osf-inline-contribution-form__button {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-inline-contribution-subsection--membership .osf-inline-contribution-form__button {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-inline-contribution-subsection--membership .osf-inline-contribution-form__button {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-inline-contribution-subsection--membership .osf-inline-contribution-form__button {
    float: left;
    width: 58.33333333%;
  }
}
.osf-inline-contribution-subsection--membership .osf-inline-contribution-form__checkbox {
  float: left;
  width: 8.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}
@media (min-width: 768px) {
  .osf-inline-contribution-subsection--membership .osf-inline-contribution-form__checkbox {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-inline-contribution-subsection--membership .osf-inline-contribution-form__checkbox {
    float: left;
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-inline-contribution-subsection--membership .osf-inline-contribution-form__checkbox {
    float: left;
    width: 16.66666667%;
  }
}
.osf-inline-contribution-subsection--membership .osf-inline-contribution-form__checkbox input {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
@media (max-width: 767px) {
  .osf-inline-contribution-subsection--membership .osf-inline-contribution-form__checkbox input {
    margin-top: 8px;
  }
}
.osf-inline-contribution-subsection--membership .osf-inline-contribution-form__label--no-benefits {
  float: left;
  width: 91.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  padding-left: 16px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .osf-inline-contribution-subsection--membership .osf-inline-contribution-form__label--no-benefits {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-inline-contribution-subsection--membership .osf-inline-contribution-form__label--no-benefits {
    float: left;
    width: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .osf-inline-contribution-subsection--membership .osf-inline-contribution-form__label--no-benefits {
    float: left;
    width: 83.33333333%;
  }
}
.osf-inline-contribution-subsection--membership .osf-inline-contribution-form__question-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  margin-left: 5px;
}
.osf-inline-contribution-subsection--membership .osf-inline-contribution-form__question-icon:before {
  content: "\e085";
}
.osf-inline-contribution-subsection--membership .osf-inline-contribution-form__read-more {
  margin-left: 5px;
  cursor: pointer;
  font-weight: bold;
  display: block;
  font-size: .8em;
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  padding: 2px;
}
.osf-inline-contribution-subsection--membership .osf-inline-contribution-form__cta {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.osf-inline-contribution-subsection--membership .osf-inline-contribution-subsection__ios-shim {
  min-height: 1px;
  min-width: 1px;
  float: left;
  position: relative;
}
.osf-inline-contribution-subsection--sticky {
  position: fixed;
  top: 0;
  right: 0;
  float: none;
  height: auto;
  z-index: 10000;
}
@media (max-width: 991px) {
  .osf-inline-contribution-subsection--sticky {
    opacity: 0.95;
    -webkit-opacity: 0.95;
    -moz-opacity: 0.95;
    filter: alpha(opacity=95);
    bottom: 0;
    top: initial;
  }
}
.osf-inline-contribution-subsection--mobile.osf-inline-contribution-subsection--membership {
  /*  
            Open to refactoring or restructuring this. 
            Adjust these elements for the affiliated blocks but only 
            when they're nested under the mobile membership modifier
            Appears confusing as the block appears nested inside of itself
        */
}
@media (min-width: 992px) and (max-width: 1199px) {
  .osf-inline-contribution-subsection--mobile.osf-inline-contribution-subsection--membership {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .osf-inline-contribution-subsection--mobile.osf-inline-contribution-subsection--membership {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .osf-inline-contribution-subsection--mobile.osf-inline-contribution-subsection--membership {
    font-size: 1.1em;
    padding: 0 8px;
    min-height: 1px;
  }
}
@media (max-width: 767px) {
  .osf-inline-contribution-subsection--mobile.osf-inline-contribution-subsection--membership {
    font-size: .85em;
  }
}
@media (max-width: 767px) {
  .osf-inline-contribution-subsection--mobile.osf-inline-contribution-subsection--membership .osf-inline-contribution-subsection__heading {
    font-size: 1.3em;
  }
}
@media (max-width: 767px) {
  .osf-inline-contribution-subsection--mobile.osf-inline-contribution-subsection--membership .osf-inline-contribution-subsection__detail {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .osf-inline-contribution-subsection--mobile.osf-inline-contribution-subsection--membership .osf-inline-contribution-subsection__renewal-date,
  .osf-inline-contribution-subsection--mobile.osf-inline-contribution-subsection--membership .osf-inline-contribution-subsection__upgrade-credit {
    display: none !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .osf-inline-contribution-subsection--mobile.osf-inline-contribution-subsection--membership .osf-inline-contribution-subsection__upgrade-credit {
    padding-left: 25%;
    padding-right: 25%;
  }
}
@media (max-width: 991px) {
  .osf-inline-contribution-subsection--mobile.osf-inline-contribution-subsection--membership .osf-inline-contribution-subsection__action,
  .osf-inline-contribution-subsection--mobile.osf-inline-contribution-subsection--membership .osf-inline-contribution-subsection__level {
    display: inline;
  }
}
@media (max-width: 991px) {
  .osf-inline-contribution-subsection--mobile.osf-inline-contribution-subsection--membership .osf-inline-contribution-form {
    padding: 14px 0;
  }
}
@media (max-width: 767px) {
  .osf-inline-contribution-subsection--mobile.osf-inline-contribution-subsection--membership .osf-inline-contribution-form {
    padding: 8px 0;
  }
}
@media (max-width: 767px) {
  .osf-inline-contribution-subsection--mobile.osf-inline-contribution-subsection--membership .osf-inline-contribution-form__cta,
  .osf-inline-contribution-subsection--mobile.osf-inline-contribution-subsection--membership .osf-inline-contribution-form__label {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .osf-inline-contribution-subsection--mobile.osf-inline-contribution-subsection--membership .osf-inline-contribution-form__cta,
  .osf-inline-contribution-subsection--mobile.osf-inline-contribution-subsection--membership .osf-inline-contribution-form__label {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .osf-inline-contribution-subsection--mobile.osf-inline-contribution-subsection--membership .osf-inline-contribution-form__set {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .osf-partnership-section .osf-membership-levels__level {
    display: block !important;
  }
}
/*
    This module accounts for the accordion used to browse membership levels
*/
.osf-membership-listing-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  font-size: 1.4em;
}
@media (max-width: 991px) {
  .osf-membership-listing-section {
    padding-top: 30px;
  }
}
@media (max-width: 1199px) {
  .osf-membership-listing-section {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-membership-listing-section {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-membership-listing-section {
    font-size: 1em;
  }
}
.osf-membership-listing-levels__level {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .osf-membership-listing-levels__level {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-membership-listing-levels__level {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .osf-membership-listing-levels__level {
    margin-left: 12.5%;
  }
}
@media (min-width: 1200px) {
  .osf-membership-listing-levels__level {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .osf-membership-listing-levels__level {
    margin-left: 16.66666667%;
  }
}
.osf-membership-listing-levels__heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6em;
  cursor: pointer;
  padding: 6px;
  border: 3px solid #dedede;
  margin-bottom: 0;
  font-size: 1.2em;
}
@media (min-width: 768px) {
  .osf-membership-listing-levels__heading {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .osf-membership-listing-levels__heading {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-membership-listing-levels__heading {
    font-size: 1.1em;
  }
}
.osf-membership-listing-levels__heading--selected {
  background-color: #efefef;
}
.osf-membership-listing-levels__name {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.osf-membership-listing-levels__price-range {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  font-weight: normal;
}
.osf-membership-listing-levels__icon {
  float: left;
  width: 8.33333333%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-membership-listing-levels__icon:before {
  content: "\e258";
}
.osf-membership-listing-levels__heading--selected .osf-membership-listing-levels__icon:before {
  content: "\e259";
}
.osf-membership-listing-levels__details {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  height: 0;
}
.osf-membership-listing-levels__details--selected {
  border: 3px solid #dedede;
  height: auto;
  border-top: 0;
}
.osf-membership-listing-levels__benefits {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  clear: both;
  padding: 20px;
}
@media (max-width: 767px) {
  .osf-membership-listing-levels__benefits {
    padding: 8px;
  }
}
.osf-membership-listing-levels__cta {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  background-color: #dedede;
  padding: 15px;
}
@media (max-width: 991px) {
  .osf-membership-listing-levels__cta {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .osf-membership-listing-levels__cta {
    padding: 5px;
  }
}
.osf-membership-listing-levels__button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: right !important;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 0.9em;
}
.osf-membership-listing-levels__button:focus,
.osf-membership-listing-levels__button:active:focus,
.osf-membership-listing-levels__button.active:focus,
.osf-membership-listing-levels__button.focus,
.osf-membership-listing-levels__button:active.focus,
.osf-membership-listing-levels__button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-membership-listing-levels__button:hover,
.osf-membership-listing-levels__button:focus,
.osf-membership-listing-levels__button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-membership-listing-levels__button:active,
.osf-membership-listing-levels__button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-membership-listing-levels__button.disabled,
.osf-membership-listing-levels__button[disabled],
fieldset[disabled] .osf-membership-listing-levels__button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-membership-listing-levels__button.disabled,
fieldset[disabled] a.osf-membership-listing-levels__button {
  pointer-events: none;
}
.osf-membership-listing-levels__button:focus,
.osf-membership-listing-levels__button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-membership-listing-levels__button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-membership-listing-levels__button:active,
.osf-membership-listing-levels__button.active,
.open > .dropdown-toggle.osf-membership-listing-levels__button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-membership-listing-levels__button:active:hover,
.osf-membership-listing-levels__button.active:hover,
.open > .dropdown-toggle.osf-membership-listing-levels__button:hover,
.osf-membership-listing-levels__button:active:focus,
.osf-membership-listing-levels__button.active:focus,
.open > .dropdown-toggle.osf-membership-listing-levels__button:focus,
.osf-membership-listing-levels__button:active.focus,
.osf-membership-listing-levels__button.active.focus,
.open > .dropdown-toggle.osf-membership-listing-levels__button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-membership-listing-levels__button:active,
.osf-membership-listing-levels__button.active,
.open > .dropdown-toggle.osf-membership-listing-levels__button {
  background-image: none;
}
.osf-membership-listing-levels__button.disabled:hover,
.osf-membership-listing-levels__button[disabled]:hover,
fieldset[disabled] .osf-membership-listing-levels__button:hover,
.osf-membership-listing-levels__button.disabled:focus,
.osf-membership-listing-levels__button[disabled]:focus,
fieldset[disabled] .osf-membership-listing-levels__button:focus,
.osf-membership-listing-levels__button.disabled.focus,
.osf-membership-listing-levels__button[disabled].focus,
fieldset[disabled] .osf-membership-listing-levels__button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-membership-listing-levels__button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-membership-listing-levels__button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-membership-listing-levels__button.strong-cta:hover,
.osf-membership-listing-levels__button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-membership-listing-levels__button.strong-cta:hover[disabled],
.osf-membership-listing-levels__button.strong-cta:focus[disabled] {
  color: #222;
}
@media (min-width: 768px) {
  .osf-membership-listing-levels__button {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-membership-listing-levels__button {
    float: left;
    width: 41.66666667%;
  }
}
.osf-membership-listing-levels__chevron {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-membership-listing-levels__chevron:before {
  content: "\e080";
}
/*
    This module account for the styling of the donor listing
*/
.osf-donor-listing-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .osf-donor-listing-section {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .osf-donor-listing-section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.osf-donor-listing-section__category-marker {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 25px;
  background-color: #151515;
  color: #ffffff;
  text-align: center;
  margin-bottom: 15px;
}
.osf-donor-listing-section__heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .osf-donor-listing-section__heading {
    padding-left: 2%;
  }
}
.osf-donor-listing-section__subheading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6em;
}
.osf-donor-listing-section__column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  font-size: 1.4em;
  padding-left: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .osf-donor-listing-section__column {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 1199px) {
  .osf-donor-listing-section__column {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-donor-listing-section__column {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-donor-listing-section__column {
    font-size: 1em;
  }
}
.osf-donor-listing-section__column li {
  padding: 2px 10px 2px 10px;
  list-style: none;
  font-size: 16px;
}
/*
    This module account for the styling of the Contact Us form
*/
.osf-contact-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .osf-contact-section {
    padding-top: 30px;
  }
}
.osf-contact-form {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-contact-form {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-contact-form {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-contact-form {
    margin-left: 20.83333333%;
  }
}
@media (max-width: 991px) {
  .osf-contact-form {
    padding: 0 15px;
  }
}
.osf-contact-form__control-group {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 25px;
}
.osf-contact-form__control-group--special {
  display: none !important;
}
.osf-contact-form__input,
.osf-contact-form__dropdown,
.osf-contact-form__textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 2.4em;
  font-size: 1.2em;
  margin-left: 10px;
}
.osf-contact-form__input:focus,
.osf-contact-form__dropdown:focus,
.osf-contact-form__textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.osf-contact-form__input::-moz-placeholder,
.osf-contact-form__dropdown::-moz-placeholder,
.osf-contact-form__textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.osf-contact-form__input:-ms-input-placeholder,
.osf-contact-form__dropdown:-ms-input-placeholder,
.osf-contact-form__textarea:-ms-input-placeholder {
  color: #999999;
}
.osf-contact-form__input::-webkit-input-placeholder,
.osf-contact-form__dropdown::-webkit-input-placeholder,
.osf-contact-form__textarea::-webkit-input-placeholder {
  color: #999999;
}
.osf-contact-form__input::-ms-expand,
.osf-contact-form__dropdown::-ms-expand,
.osf-contact-form__textarea::-ms-expand {
  border: 0;
  background-color: transparent;
}
.osf-contact-form__input[disabled],
.osf-contact-form__dropdown[disabled],
.osf-contact-form__textarea[disabled],
.osf-contact-form__input[readonly],
.osf-contact-form__dropdown[readonly],
.osf-contact-form__textarea[readonly],
fieldset[disabled] .osf-contact-form__input,
fieldset[disabled] .osf-contact-form__dropdown,
fieldset[disabled] .osf-contact-form__textarea {
  background-color: #eeeeee;
  opacity: 1;
}
.osf-contact-form__input[disabled],
.osf-contact-form__dropdown[disabled],
.osf-contact-form__textarea[disabled],
fieldset[disabled] .osf-contact-form__input,
fieldset[disabled] .osf-contact-form__dropdown,
fieldset[disabled] .osf-contact-form__textarea {
  cursor: not-allowed;
}
textarea.osf-contact-form__input,
textarea.osf-contact-form__dropdown,
textarea.osf-contact-form__textarea {
  height: auto;
}
.osf-contact-form__input,
.osf-contact-form__dropdown {
  max-width: 400px;
}
.osf-contact-form__textarea {
  max-width: 640px;
}
.osf-contact-form__button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: 10px;
}
.osf-contact-form__button:focus,
.osf-contact-form__button:active:focus,
.osf-contact-form__button.active:focus,
.osf-contact-form__button.focus,
.osf-contact-form__button:active.focus,
.osf-contact-form__button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-contact-form__button:hover,
.osf-contact-form__button:focus,
.osf-contact-form__button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-contact-form__button:active,
.osf-contact-form__button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-contact-form__button.disabled,
.osf-contact-form__button[disabled],
fieldset[disabled] .osf-contact-form__button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-contact-form__button.disabled,
fieldset[disabled] a.osf-contact-form__button {
  pointer-events: none;
}
.osf-contact-form__button:focus,
.osf-contact-form__button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-contact-form__button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-contact-form__button:active,
.osf-contact-form__button.active,
.open > .dropdown-toggle.osf-contact-form__button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-contact-form__button:active:hover,
.osf-contact-form__button.active:hover,
.open > .dropdown-toggle.osf-contact-form__button:hover,
.osf-contact-form__button:active:focus,
.osf-contact-form__button.active:focus,
.open > .dropdown-toggle.osf-contact-form__button:focus,
.osf-contact-form__button:active.focus,
.osf-contact-form__button.active.focus,
.open > .dropdown-toggle.osf-contact-form__button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-contact-form__button:active,
.osf-contact-form__button.active,
.open > .dropdown-toggle.osf-contact-form__button {
  background-image: none;
}
.osf-contact-form__button.disabled:hover,
.osf-contact-form__button[disabled]:hover,
fieldset[disabled] .osf-contact-form__button:hover,
.osf-contact-form__button.disabled:focus,
.osf-contact-form__button[disabled]:focus,
fieldset[disabled] .osf-contact-form__button:focus,
.osf-contact-form__button.disabled.focus,
.osf-contact-form__button[disabled].focus,
fieldset[disabled] .osf-contact-form__button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-contact-form__button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-contact-form__button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-contact-form__button.strong-cta:hover,
.osf-contact-form__button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-contact-form__button.strong-cta:hover[disabled],
.osf-contact-form__button.strong-cta:focus[disabled] {
  color: #222;
}
/*
    This module handles the styling of the osf seating list pieces
*/
.osf-ticket-request-header {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 991px) {
  .osf-ticket-request-header {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .osf-ticket-request-header {
    padding-top: 0;
  }
}
.osf-ticket-request-header__heading {
  font-weight: bold;
  font-size: 1.6em;
  margin-top: 7px;
  margin-bottom: 7px;
}
.osf-ticket-request-header__detail {
  font-size: 1.4em;
  margin-top: 2px;
  margin-bottom: 2px;
}
.osf-ticket-request-header__detail--secondary {
  color: #545454;
}
.osf-ticket-request-header__detail--message {
  color: #06af73;
  font-weight: bold;
  font-size: 1.6em;
}
.osf-ticket-request-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  font-size: 1.4em;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .osf-ticket-request-section {
    padding-top: 30px;
  }
}
@media (max-width: 1199px) {
  .osf-ticket-request-section {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-ticket-request-section {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-ticket-request-section {
    font-size: 1em;
  }
}
.osf-ticket-request-subsection {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-ticket-request-subsection {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-ticket-request-subsection {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .osf-ticket-request-subsection {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-ticket-request-subsection {
    padding: 0;
  }
}
.osf-ticket-request-subsection__row {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  border-color: #c1c1c1;
  border-style: solid;
  border-width: 0 3px 6px 3px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.osf-ticket-request-subsection__row--top {
  background-color: #888;
  color: white;
  font-weight: bold;
  border-color: #888;
  font-size: 1.2em;
}
.osf-ticket-request-subsection__row--a-plus {
  border-color: #c6859f;
  background-color: rgba(198, 133, 159, 0.25);
}
.osf-ticket-request-subsection__row--a {
  border-color: #f59679;
  background-color: rgba(245, 150, 121, 0.25);
}
.osf-ticket-request-subsection__row--b {
  border-color: #8fd7f7;
  background-color: rgba(143, 215, 247, 0.25);
}
.osf-ticket-request-subsection__row--c {
  border-color: #cde6cb;
  background-color: rgba(205, 230, 203, 0.25);
}
.osf-ticket-request-subsection__row--box {
  border-color: #c8c8c8;
  background-color: rgba(200, 200, 200, 0.25);
}
.osf-ticket-request-subsection__cell {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  padding: 10px 20px;
  text-align: center;
}
.osf-ticket-request-subsection__dropdown {
  padding: 3px;
  width: 100%;
}
.osf-ticket-request-subsection__dropdown:disabled {
  /*color: #efefef;*/
  background-color: #b5b5b5;
}
.osf-ticket-request-subsection__dropdown option {
  white-space: normal;
}
.osf-ticket-request-subsection__dropdown option:disabled {
  /*color: #efefef;*/
  background-color: #b5b5b5;
}
.osf-ticket-request-subsection__dropdown--quantity {
  max-width: 100px;
}
.osf-ticket-request-subsection__dropdown--section {
  min-width: 100px;
}
.osf-ticket-request-subsection__add {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffeed0;
}
.osf-ticket-request-subsection__add::before {
  font-size: 1.4em;
  content: "+";
}
.osf-ticket-request-subsection__membership-info {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 15px 10px;
}
.osf-ticket-request-subsection__price {
  font-weight: normal;
  padding: 0 8px;
}
@media (max-width: 991px) {
  .osf-ticket-request-subsection__price {
    display: block;
    margin-top: 5px;
  }
}
.osf-ticket-request-subsection__throbber {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  font-size: 1.8em;
  text-align: center;
  padding-top: 10px;
  z-index: 99999999;
  top: 0;
  left: 0;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.osf-ticket-request-subsection__throbber img {
  height: 128px;
  width: auto;
  position: absolute;
  left: 50%;
  top: 20%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.osf-ticket-request-subsection__total {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  padding: 10px;
  background-color: #888;
  color: white;
  font-size: 1.4em;
}
.osf-seating-confirm-subsection {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  background-color: #d5d5d5;
}
@media (min-width: 768px) {
  .osf-seating-confirm-subsection {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-seating-confirm-subsection {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-seating-confirm-subsection {
    float: left;
    width: 33.33333333%;
  }
}
.osf-seating-confirm-subsection__heading {
  font-size: 1.2em;
  padding: 13px 10px;
  background-color: #4d4d4d;
  color: #ffffff;
  font-weight: bold;
}
.osf-seating-confirm-subsection__requirements {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.osf-seating-confirm-subsection__requirement {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  margin-top: 10px;
  padding-left: 20px;
}
.osf-seating-confirm-subsection__checkbox {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  margin: 10px !important;
}
.osf-seating-confirm-subsection__req-label {
  font-weight: normal;
}
.osf-seating-confirm-subsection__buttons {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 13px 10px;
  border-top: 3px solid #b9b9b9;
}
@media (max-width: 767px) {
  .osf-seating-confirm-subsection__buttons {
    padding-bottom: 70px;
  }
}
.osf-seating-confirm-subsection__button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: .9em;
  width: 49%;
  margin: 3px 0;
  white-space: normal;
}
.osf-seating-confirm-subsection__button:focus,
.osf-seating-confirm-subsection__button:active:focus,
.osf-seating-confirm-subsection__button.active:focus,
.osf-seating-confirm-subsection__button.focus,
.osf-seating-confirm-subsection__button:active.focus,
.osf-seating-confirm-subsection__button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-seating-confirm-subsection__button:hover,
.osf-seating-confirm-subsection__button:focus,
.osf-seating-confirm-subsection__button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-seating-confirm-subsection__button:active,
.osf-seating-confirm-subsection__button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-seating-confirm-subsection__button.disabled,
.osf-seating-confirm-subsection__button[disabled],
fieldset[disabled] .osf-seating-confirm-subsection__button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-seating-confirm-subsection__button.disabled,
fieldset[disabled] a.osf-seating-confirm-subsection__button {
  pointer-events: none;
}
.osf-seating-confirm-subsection__button:focus,
.osf-seating-confirm-subsection__button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-seating-confirm-subsection__button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-seating-confirm-subsection__button:active,
.osf-seating-confirm-subsection__button.active,
.open > .dropdown-toggle.osf-seating-confirm-subsection__button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-seating-confirm-subsection__button:active:hover,
.osf-seating-confirm-subsection__button.active:hover,
.open > .dropdown-toggle.osf-seating-confirm-subsection__button:hover,
.osf-seating-confirm-subsection__button:active:focus,
.osf-seating-confirm-subsection__button.active:focus,
.open > .dropdown-toggle.osf-seating-confirm-subsection__button:focus,
.osf-seating-confirm-subsection__button:active.focus,
.osf-seating-confirm-subsection__button.active.focus,
.open > .dropdown-toggle.osf-seating-confirm-subsection__button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-seating-confirm-subsection__button:active,
.osf-seating-confirm-subsection__button.active,
.open > .dropdown-toggle.osf-seating-confirm-subsection__button {
  background-image: none;
}
.osf-seating-confirm-subsection__button.disabled:hover,
.osf-seating-confirm-subsection__button[disabled]:hover,
fieldset[disabled] .osf-seating-confirm-subsection__button:hover,
.osf-seating-confirm-subsection__button.disabled:focus,
.osf-seating-confirm-subsection__button[disabled]:focus,
fieldset[disabled] .osf-seating-confirm-subsection__button:focus,
.osf-seating-confirm-subsection__button.disabled.focus,
.osf-seating-confirm-subsection__button[disabled].focus,
fieldset[disabled] .osf-seating-confirm-subsection__button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-seating-confirm-subsection__button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-seating-confirm-subsection__button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-seating-confirm-subsection__button.strong-cta:hover,
.osf-seating-confirm-subsection__button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-seating-confirm-subsection__button.strong-cta:hover[disabled],
.osf-seating-confirm-subsection__button.strong-cta:focus[disabled] {
  color: #222;
}
@media (max-width: 767px) {
  .osf-seating-confirm-subsection__button {
    min-height: 52px;
  }
}
.osf-seating-confirm-subsection__button:hover:disabled {
  color: red;
}
@media (min-width: 768px) {
  .osf-seating-confirm-subsection__button {
    font-size: .9em;
  }
}
.osf-seating-confirm-subsection__button--clear {
  clear: left;
  background-color: #d5d5d5 !important;
  color: #222222 !important;
  border-color: #838383 !important;
}
.osf-seating-confirm-subsection__button--add {
  display: inline;
}
/*
    This module handles all of the appropriate mixins, variables, and styling needed specifically for prologue
*/
.osf-prologue-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .osf-prologue-section {
    padding-top: 30px;
  }
}
.osf-prologue-font {
  font-family: "Merriweather", "Montserrat", "Georgia", serif;
}
/*
    This module accounts for the styling of the contents listing below the header of a prologue cover
*/
.osf-prologue-cover-header {
  margin-left: -15px;
  margin-right: -15px;
}
.osf-prologue-cover-header__brand {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #151515;
  color: #ffffff;
}
.osf-prologue-cover-header__logo,
.osf-prologue-cover-header__issue-block {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-prologue-cover-header__logo,
  .osf-prologue-cover-header__issue-block {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .osf-prologue-cover-header__logo,
  .osf-prologue-cover-header__issue-block {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .osf-prologue-cover-header__logo,
  .osf-prologue-cover-header__issue-block {
    float: left;
    width: 29.16666667%;
  }
}
@media (min-width: 1200px) {
  .osf-prologue-cover-header__logo,
  .osf-prologue-cover-header__issue-block {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .osf-prologue-cover-header__logo {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-prologue-cover-header__logo {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-prologue-cover-header__logo {
    margin-left: 5%;
  }
}
@media (max-width: 991px) {
  .osf-prologue-cover-header__logo {
    padding-left: 15px;
  }
}
@media print {
  .osf-prologue-cover-header__logo {
    display: none;
  }
}
.osf-prologue-cover-header__logo--print-only {
  width: 50% !important;
  display: none;
}
@media print {
  .osf-prologue-cover-header__logo--print-only {
    display: block;
  }
}
.osf-prologue-cover-header__logo img {
  width: 100%;
  height: auto;
  max-width: 375px;
}
@media (max-width: 767px) {
  .osf-prologue-cover-header__logo img {
    width: 90%;
  }
}
.osf-prologue-cover-header__issue-block {
  font-size: 1.3em;
  text-align: right;
  float: right !important;
}
@media (min-width: 1200px) {
  .osf-prologue-cover-header__issue-block {
    margin-right: 8.3333%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .osf-prologue-cover-header__issue-block {
    margin-right: 4%;
  }
}
@media (min-width: 768px) {
  .osf-prologue-cover-header__issue-block {
    padding-top: 15px;
  }
}
@media (min-width: 1400px) {
  .osf-prologue-cover-header__issue-block {
    padding-top: 22px;
  }
}
.osf-prologue-cover-header__tagline,
.osf-prologue-cover-header__issue {
  margin-left: 0;
  display: block;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .osf-prologue-cover-header__tagline,
  .osf-prologue-cover-header__issue {
    display: inline;
  }
}
.osf-prologue-cover-header__issue {
  font-weight: bold;
}
.osf-prologue-cover-header__issue-link,
.osf-prologue-cover-header__issue-link:visited,
.osf-prologue-cover-header__issue-link:active,
.osf-prologue-cover-header__issue-link:hover {
  text-decoration: none;
  color: #ffffff;
}
.osf-prologue-cover-section {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
}
@media (min-width: 1920px) {
  .osf-prologue-cover-section {
    height: 806px;
  }
}
.osf-prologue-cover-section__image {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .osf-prologue-cover-section__image {
    max-width: 1920px;
    height: 816px;
    position: absolute;
  }
}
.osf-prologue-cover-section__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .osf-prologue-cover-section__image img {
    width: 150%;
  }
}
@media (max-width: 991px) {
  .osf-prologue-cover-section__image--right img {
    position: relative;
    right: 33%;
  }
}
.osf-prologue-cover-section__caption {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  bottom: 0;
  color: #ffffff;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  padding: 5px;
  background-color: #151515;
}
@media (min-width: 768px) {
  .osf-prologue-cover-section__caption {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-prologue-cover-section__caption {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .osf-prologue-cover-section__caption {
    float: left;
    width: 66.66666667%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .osf-prologue-cover-section__caption {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 767px) {
  .osf-prologue-cover-section__caption {
    bottom: initial;
    position: relative;
    font-size: .7em;
  }
}
@media (min-width: 1920px) {
  .osf-prologue-cover-section__caption {
    bottom: 0;
  }
}
.osf-prologue-cover-section__caption--right {
  right: 0;
}
.osf-prologue-cover-section__contents {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 0;
  color: #ffffff;
  background-color: #151515;
  padding: 15px;
  padding-bottom: 50px;
  font-size: 1.6em;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
@media (min-width: 768px) {
  .osf-prologue-cover-section__contents {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-prologue-cover-section__contents {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-prologue-cover-section__contents {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1920px) {
  .osf-prologue-cover-section__contents {
    max-width: 640px;
    float: right;
    right: initial;
    position: relative;
  }
  .osf-prologue-cover-section__contents--left {
    float: left;
  }
}
@media (max-width: 1400px) {
  .osf-prologue-cover-section__contents {
    font-size: 1em;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .osf-prologue-cover-section__contents {
    padding-left: 20%;
    padding-right: 20%;
  }
}
@media (max-width: 991px) {
  .osf-prologue-cover-section__contents {
    position: relative;
    right: initial;
    left: 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}
.osf-prologue-cover-section__contents--left {
  left: 0;
}
.osf-prologue-cover-section__contents a,
.osf-prologue-cover-section__contents a:visited,
.osf-prologue-cover-section__contents a:active,
.osf-prologue-cover-section__contents a:hover {
  text-decoration: none;
  color: #ffffff;
}
.osf-prologue-cover-section__contents a:hover {
  opacity: 0.9;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
}
.osf-prologue-cover-section__contents ul {
  list-style-type: square;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .osf-prologue-cover-section__contents ul {
    padding-top: 10px;
  }
}
@media print {
  .osf-prologue-cover-section__brand {
    display: none;
  }
}
.osf-prologue-cover-section__brand--print-only {
  display: none;
}
@media print {
  .osf-prologue-cover-section__brand--print-only {
    display: block;
    width: 50%;
  }
}
.osf-prologue-cover-section__brand img {
  width: 75%;
  height: auto;
  max-width: 500px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .osf-prologue-cover-section__brand img {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .osf-prologue-cover-section__brand img {
    width: 95%;
  }
}
.osf-prologue-cover-section__tagline,
.osf-prologue-cover-section__issue {
  text-align: right;
}
.osf-prologue-cover-section__print-issue {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  font-weight: bold;
  margin-top: 15px;
}
@media print {
  .osf-prologue-cover-section__print-issue {
    display: none;
  }
}
.osf-prologue-cover-section__print-icon {
  padding-right: 5px;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-prologue-cover-section__print-icon:before {
  content: "\e045";
}
/*
    This module handles the styling of the prologue header
*/
.osf-prologue-header {
  margin-left: -15px;
  margin-right: -15px;
}
.osf-prologue-header__heading,
.osf-prologue-header__secondary,
.osf-prologue-header__masthead {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-prologue-header__heading,
  .osf-prologue-header__secondary,
  .osf-prologue-header__masthead {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-prologue-header__heading,
  .osf-prologue-header__secondary,
  .osf-prologue-header__masthead {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-prologue-header__heading,
  .osf-prologue-header__secondary,
  .osf-prologue-header__masthead {
    margin-left: 20.83333333%;
  }
}
@media (min-width: 1200px) {
  .osf-prologue-header__heading,
  .osf-prologue-header__secondary,
  .osf-prologue-header__masthead {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-prologue-header__heading,
  .osf-prologue-header__secondary,
  .osf-prologue-header__masthead {
    margin-left: 25%;
  }
}
.osf-prologue-header__brand {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #151515;
  color: #ffffff;
}
.osf-prologue-header__logo,
.osf-prologue-header__issue-block {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-prologue-header__logo,
  .osf-prologue-header__issue-block {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .osf-prologue-header__logo,
  .osf-prologue-header__issue-block {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .osf-prologue-header__logo,
  .osf-prologue-header__issue-block {
    float: left;
    width: 29.16666667%;
  }
}
@media (min-width: 1200px) {
  .osf-prologue-header__logo,
  .osf-prologue-header__issue-block {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .osf-prologue-header__logo {
    margin-left: 20.83333333%;
  }
}
@media (min-width: 1200px) {
  .osf-prologue-header__logo {
    margin-left: 25%;
  }
}
@media (max-width: 991px) {
  .osf-prologue-header__logo {
    padding-left: 15px;
  }
}
@media print {
  .osf-prologue-header__logo {
    display: none;
  }
}
.osf-prologue-header__logo--print-only {
  width: 50% !important;
  display: none;
}
@media print {
  .osf-prologue-header__logo--print-only {
    display: block;
  }
}
.osf-prologue-header__logo img {
  width: 100%;
  height: auto;
  max-width: 300px;
}
@media (max-width: 767px) {
  .osf-prologue-header__logo img {
    width: 90%;
  }
}
.osf-prologue-header__issue-block {
  font-size: 1em;
  text-align: right;
}
@media (min-width: 768px) {
  .osf-prologue-header__issue-block {
    padding-top: 15px;
  }
}
@media print {
  .osf-prologue-header__issue-block {
    display: none;
  }
}
.osf-prologue-header__tagline,
.osf-prologue-header__issue {
  margin-left: 0;
  display: block;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .osf-prologue-header__tagline,
  .osf-prologue-header__issue {
    display: inline;
  }
}
.osf-prologue-header__issue {
  font-weight: bold;
}
.osf-prologue-header__issue-link,
.osf-prologue-header__issue-link:visited,
.osf-prologue-header__issue-link:active,
.osf-prologue-header__issue-link:hover {
  text-decoration: none;
  color: #ffffff;
}
@media (max-width: 991px) {
  .osf-prologue-header__heading,
  .osf-prologue-header__secondary {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .osf-prologue-header__heading,
  .osf-prologue-header__secondary {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.osf-prologue-header__heading {
  font-size: 2.4em;
}
@media (max-width: 767px) {
  .osf-prologue-header__heading {
    font-size: 2.1em;
    font-weight: bold;
  }
}
.osf-prologue-header__secondary {
  border-top: 2px solid #dedede;
  border-bottom: 2px solid #dedede;
  padding-bottom: 7px;
}
.osf-prologue-header__byline {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .osf-prologue-header__byline {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-prologue-header__byline {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-prologue-header__byline {
    float: left;
    width: 50%;
  }
}
.osf-prologue-header__author,
.osf-prologue-header__role {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.osf-prologue-header__role {
  color: #8c8c8c;
}
@media print {
  .osf-prologue-header__sharing,
  .osf-prologue-header__printing {
    display: none;
  }
}
.osf-prologue-header__sharing {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .osf-prologue-header__sharing {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-prologue-header__sharing {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-prologue-header__sharing {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .osf-prologue-header__sharing {
    text-align: left;
    padding-left: 6px;
  }
}
.osf-prologue-header__sharing span {
  margin-right: 25px;
}
.osf-prologue-header__icon {
  -webkit-transform: translateY(-15%);
  -moz-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  -o-transform: translateY(-15%);
  transform: translateY(-15%);
  width: 36px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .7;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 767px) {
  .osf-prologue-header__icon {
    margin-right: 70px;
  }
}
.osf-prologue-header__icon--twitter {
  background-image: url('/media/img/twitter-icon-black.svg');
}
.osf-prologue-header__icon--facebook {
  background-image: url('/media/img/facebook-icon-black.svg');
}
.osf-prologue-header__icon--email {
  background-image: url('/media/img/email-icon-black.svg');
}
.osf-prologue-header__printing {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .osf-prologue-header__printing {
    text-align: left;
  }
}
.osf-prologue-header__printing span {
  padding-left: 5px;
  padding-right: 5px;
}
.osf-prologue-header__printing span:not(:last-child)::after {
  content: "\0000a0| ";
}
.osf-prologue-header__print-article {
  cursor: pointer;
}
.osf-prologue-header__print-issue a {
  text-decoration: none;
}
.osf-prologue-header__print-issue a,
.osf-prologue-header__print-issue a:active,
.osf-prologue-header__print-issue a:hover,
.osf-prologue-header__print-issue a:visited {
  color: #222;
}
.osf-prologue-header__masthead {
  margin-top: 10px;
  margin-bottom: 10px;
}
.osf-prologue-header__masthead img {
  width: 100%;
  height: auto;
}
.osf-prologue-header__caption {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 7px;
  background-color: #efefef;
}
@media (max-width: 991px) and (min-width: 768px) {
  .osf-prologue-header__caption {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.osf-prologue-header__back-link {
  display: block;
  color: white;
}
/*
    This module accounts for the prologue article listing that will be fixed and will be expandable from the left of the page
*/
.osf-prologue-article-list {
  font-size: 1.4em;
  position: fixed;
  width: 20%;
  color: #ffffff;
  background-color: #151515;
  z-index: 1;
  opacity: 0.95;
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  filter: alpha(opacity=95);
  margin-left: -15px;
  min-height: 50%;
  padding: 15px;
  padding-right: 25px;
  -webkit-transform: translateX(-93%);
  -moz-transform: translateX(-93%);
  -ms-transform: translateX(-93%);
  -o-transform: translateX(-93%);
  transform: translateX(-93%);
  left: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .osf-prologue-article-list {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-prologue-article-list {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-prologue-article-list {
    font-size: 1em;
  }
}
@media print {
  .osf-prologue-article-list {
    display: none;
  }
}
@media (max-width: 1199px) {
  .osf-prologue-article-list {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .osf-prologue-article-list {
    width: 75%;
    min-height: 85%;
    font-size: .95em;
  }
}
.osf-prologue-article-list a,
.osf-prologue-article-list a:visited,
.osf-prologue-article-list a:active,
.osf-prologue-article-list a:hover {
  color: #ffffff;
  text-decoration: none;
}
.osf-prologue-article-list a:hover {
  opacity: 0.9;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
}
.osf-prologue-article-list ul {
  list-style-type: square;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .osf-prologue-article-list ul {
    padding-top: 10px;
  }
}
.osf-prologue-article-list__brand-name {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.osf-prologue-article-list__tagline,
.osf-prologue-article-list__issue {
  padding-left: 10px;
}
.osf-prologue-article-list__tab {
  position: absolute;
  bottom: 70px;
  right: 0;
  -webkit-transform: translate(99%, -50%);
  -moz-transform: translate(99%, -50%);
  -ms-transform: translate(99%, -50%);
  -o-transform: translate(99%, -50%);
  transform: translate(99%, -50%);
  background-color: #151515;
  cursor: pointer;
  padding: 3px;
}
@media (max-width: 767px) {
  .osf-prologue-article-list__tab {
    bottom: 70px;
  }
}
.osf-prologue-article-list__chevron-right,
.osf-prologue-article-list__chevron-left {
  font-size: 3.0em;
}
@media (max-width: 767px) {
  .osf-prologue-article-list__chevron-right,
  .osf-prologue-article-list__chevron-left {
    font-size: 1.8em;
  }
}
.osf-prologue-article-list__chevron-right {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-prologue-article-list__chevron-right:before {
  content: "\e080";
}
.osf-prologue-article-list__chevron-left {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
}
.osf-prologue-article-list__chevron-left:before {
  content: "\e079";
}
/*
    This module handles the main content block of a prologue article
*/
.osf-prologue-content-block-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .osf-prologue-content-block-section {
    padding-top: 30px;
  }
}
.osf-prologue-content-block-section__heading {
  font-size: 1.6em;
  font-weight: bold;
}
.osf-prologue-content-block-section__column--1,
.osf-prologue-content-block-section__column--3 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-prologue-content-block-section__column--1,
  .osf-prologue-content-block-section__column--3 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-prologue-content-block-section__column--1,
  .osf-prologue-content-block-section__column--3 {
    float: left;
    width: 20.83333333%;
  }
}
@media (min-width: 1200px) {
  .osf-prologue-content-block-section__column--1,
  .osf-prologue-content-block-section__column--3 {
    float: left;
    width: 25%;
  }
}
.osf-prologue-content-block-section__column--2 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-prologue-content-block-section__column--2 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-prologue-content-block-section__column--2 {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  .osf-prologue-content-block-section__column--2 {
    float: left;
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .osf-prologue-content-block-section__column--2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .osf-prologue-content-block-section__column--2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .osf-prologue-content-block-section__column--2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .osf-prologue-content-block-section__column--3 {
    display: none !important;
  }
}
.osf-prologue-content-block-section__image-listing {
  float: left;
  width: 66.66666667%;
  margin-left: 16.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-prologue-content-block-section__image-listing {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .osf-prologue-content-block-section__image-listing {
    margin-left: 25%;
  }
}
@media (min-width: 992px) {
  .osf-prologue-content-block-section__image-listing {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-prologue-content-block-section__image-listing {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .osf-prologue-content-block-section__image-listing {
    float: left;
    width: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .osf-prologue-content-block-section__image-listing {
    margin-top: 70px;
    padding-right: 15px;
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .osf-prologue-content-block-section__image-listing {
    float: right !important;
  }
}
.osf-prologue-content-block-section__main-text {
  font-size: 1.4em;
  font-family: "Merriweather", "Montserrat", "Georgia", serif;
  font-size: 1.2em;
}
@media (max-width: 1199px) {
  .osf-prologue-content-block-section__main-text {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-prologue-content-block-section__main-text {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-prologue-content-block-section__main-text {
    font-size: 1em;
  }
}
/*
    This module accounts for the prologue sidebar image
    also acts as a lightbox image as well and should follow lightbox standards
*/
.osf-prologue-sidebar-image {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
}
.osf-prologue-sidebar-image img {
  width: 100%;
  height: auto;
}
.osf-prologue-pull-quote-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  font-size: 1.8em;
  color: #666;
}
@media (max-width: 991px) {
  .osf-prologue-pull-quote-section {
    padding-top: 30px;
  }
}
.osf-prologue-pull-quote-section__body,
.osf-prologue-pull-quote-section__attribution {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-prologue-pull-quote-section__body,
  .osf-prologue-pull-quote-section__attribution {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-prologue-pull-quote-section__body,
  .osf-prologue-pull-quote-section__attribution {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-prologue-pull-quote-section__body,
  .osf-prologue-pull-quote-section__attribution {
    margin-left: 20.83333333%;
  }
}
@media (min-width: 1200px) {
  .osf-prologue-pull-quote-section__body,
  .osf-prologue-pull-quote-section__attribution {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-prologue-pull-quote-section__body,
  .osf-prologue-pull-quote-section__attribution {
    margin-left: 25%;
  }
}
@media (max-width: 991px) {
  .osf-prologue-pull-quote-section__body,
  .osf-prologue-pull-quote-section__attribution {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .osf-prologue-pull-quote-section__body,
  .osf-prologue-pull-quote-section__attribution {
    font-size: 0.8em;
  }
}
.osf-prologue-pull-quote-section__attribution {
  text-align: right;
}
/*
    This module account for the specific aspects of a footer for a prologue article.
*/
.osf-prologue-footer {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  font-size: 1.6em;
}
@media (max-width: 991px) {
  .osf-prologue-footer {
    padding-top: 30px;
  }
}
@media print {
  .osf-prologue-footer {
    display: none;
  }
}
.osf-prologue-footer__next-link,
.osf-prologue-footer__prev-link {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .osf-prologue-footer__next-link,
  .osf-prologue-footer__prev-link {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-prologue-footer__next-link,
  .osf-prologue-footer__prev-link {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-prologue-footer__next-link,
  .osf-prologue-footer__prev-link {
    margin-left: 20.83333333%;
  }
}
@media (min-width: 1200px) {
  .osf-prologue-footer__next-link,
  .osf-prologue-footer__prev-link {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-prologue-footer__next-link,
  .osf-prologue-footer__prev-link {
    margin-left: 25%;
  }
}
.osf-prologue-footer__next-link {
  text-align: right;
}
.osf-prologue-footer__chevron-left {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-prologue-footer__chevron-left:before {
  content: "\e079";
}
.osf-prologue-footer__chevron-right {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-prologue-footer__chevron-right:before {
  content: "\e080";
}
@media print {
  .osf-single-page-issue-break {
    page-break-after: always;
  }
}
.osf-single-page-issue-throbber {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 2em;
}
.osf-archives-artifacts-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  padding-top: 0;
  background-color: #eee;
}
@media (max-width: 991px) {
  .osf-archives-artifacts-section {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .osf-archives-artifacts-section {
    padding-top: 0px;
  }
}
.osf-archives-artifacts-section__heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.6em;
}
@media (min-width: 1200px) {
  .osf-archives-artifacts-section__heading {
    padding-left: 2%;
  }
}
.osf-archives-artifacts-section__throbber {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  display: none;
  padding-top: 15px;
}
.osf-archives-artifacts-section__throbber img {
  width: 100%;
  height: auto;
  max-width: 256px;
}
.osf-archives-artifacts-section__wait-message {
  font-size: 1.1em;
}
.osf-archives-artifacts-section__pagination {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
  padding-right: 100px;
  font-size: 1.2em;
  display: none;
}
@media (max-width: 767px) {
  .osf-archives-artifacts-section__pagination {
    padding-right: 15px;
  }
}
.osf-archives-artifacts-section__result-count {
  float: right !important;
  padding-top: 7px;
  margin-right: 15px;
}
.osf-archives-artifacts-section__button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 1em;
  float: right !important;
}
.osf-archives-artifacts-section__button:focus,
.osf-archives-artifacts-section__button:active:focus,
.osf-archives-artifacts-section__button.active:focus,
.osf-archives-artifacts-section__button.focus,
.osf-archives-artifacts-section__button:active.focus,
.osf-archives-artifacts-section__button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-archives-artifacts-section__button:hover,
.osf-archives-artifacts-section__button:focus,
.osf-archives-artifacts-section__button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-archives-artifacts-section__button:active,
.osf-archives-artifacts-section__button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-archives-artifacts-section__button.disabled,
.osf-archives-artifacts-section__button[disabled],
fieldset[disabled] .osf-archives-artifacts-section__button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-archives-artifacts-section__button.disabled,
fieldset[disabled] a.osf-archives-artifacts-section__button {
  pointer-events: none;
}
.osf-archives-artifacts-section__button:focus,
.osf-archives-artifacts-section__button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-archives-artifacts-section__button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-archives-artifacts-section__button:active,
.osf-archives-artifacts-section__button.active,
.open > .dropdown-toggle.osf-archives-artifacts-section__button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-archives-artifacts-section__button:active:hover,
.osf-archives-artifacts-section__button.active:hover,
.open > .dropdown-toggle.osf-archives-artifacts-section__button:hover,
.osf-archives-artifacts-section__button:active:focus,
.osf-archives-artifacts-section__button.active:focus,
.open > .dropdown-toggle.osf-archives-artifacts-section__button:focus,
.osf-archives-artifacts-section__button:active.focus,
.osf-archives-artifacts-section__button.active.focus,
.open > .dropdown-toggle.osf-archives-artifacts-section__button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-archives-artifacts-section__button:active,
.osf-archives-artifacts-section__button.active,
.open > .dropdown-toggle.osf-archives-artifacts-section__button {
  background-image: none;
}
.osf-archives-artifacts-section__button.disabled:hover,
.osf-archives-artifacts-section__button[disabled]:hover,
fieldset[disabled] .osf-archives-artifacts-section__button:hover,
.osf-archives-artifacts-section__button.disabled:focus,
.osf-archives-artifacts-section__button[disabled]:focus,
fieldset[disabled] .osf-archives-artifacts-section__button:focus,
.osf-archives-artifacts-section__button.disabled.focus,
.osf-archives-artifacts-section__button[disabled].focus,
fieldset[disabled] .osf-archives-artifacts-section__button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-archives-artifacts-section__button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-archives-artifacts-section__button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-archives-artifacts-section__button.strong-cta:hover,
.osf-archives-artifacts-section__button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-archives-artifacts-section__button.strong-cta:hover[disabled],
.osf-archives-artifacts-section__button.strong-cta:focus[disabled] {
  color: #222;
}
.osf-archives-artifacts-section__button--more-results {
  font-weight: bold;
}
.osf-archives-artifacts-section__chevron-down {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
}
.osf-archives-artifacts-section__chevron-down:before {
  content: "\e114";
}
/*
    This module handles the styling for the collection of search results
*/
.osf-archives-artifacts-collection {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .osf-archives-artifacts-collection {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.osf-archives-artifact {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  height: 215px;
  padding: 3px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .osf-archives-artifact {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-archives-artifact {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-archives-artifact {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .osf-archives-artifact {
    height: 230px;
  }
}
.osf-archives-artifact__content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  border: 4px solid #666666;
  background-color: #ffffff;
  height: 100%;
  font-size: 1.4em;
  font-size: 1.2em;
}
@media (max-width: 1199px) {
  .osf-archives-artifact__content {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-archives-artifact__content {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-archives-artifact__content {
    font-size: 1em;
  }
}
.osf-archives-artifact__icon {
  float: left;
  width: 12.5%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  background-color: #666666;
  height: 100%;
  font-size: 2em;
  color: #ffffff;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  text-align: center;
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  top: 0;
}
.osf-archives-artifact--document .osf-archives-artifact__content {
  border-color: #a32020;
}
.osf-archives-artifact--document .osf-archives-artifact__icon {
  background-color: #a32020;
}
.osf-archives-artifact--document .osf-archives-artifact__icon:before {
  content: "\e022";
}
.osf-archives-artifact--audio .osf-archives-artifact__content {
  border-color: #4b78da;
}
.osf-archives-artifact--audio .osf-archives-artifact__icon {
  background-color: #4b78da;
}
.osf-archives-artifact--audio .osf-archives-artifact__icon:before {
  content: "\e038";
}
.osf-archives-artifact--video .osf-archives-artifact__content {
  border-color: #d6970f;
}
.osf-archives-artifact--video .osf-archives-artifact__icon {
  background-color: #d6970f;
}
.osf-archives-artifact--video .osf-archives-artifact__icon:before {
  content: "\e009";
}
.osf-archives-artifact--image .osf-archives-artifact__content {
  border-color: #0d9982;
}
.osf-archives-artifact--image .osf-archives-artifact__icon {
  background-color: #0d9982;
}
.osf-archives-artifact--image .osf-archives-artifact__icon:before {
  content: "\e060";
}
.osf-archives-artifact__thumbnail {
  position: relative;
  float: left;
  width: 20.83333333%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  height: 100%;
  border-width: 1px;
  border-style: solid;
}
.osf-archives-artifact__thumbnail img {
  height: 100%;
  width: auto;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.osf-archives-artifact--image .osf-archives-artifact__thumbnail {
  border-color: #0d9982;
}
.osf-archives-artifact--video .osf-archives-artifact__thumbnail {
  border-color: #d6970f;
}
.osf-archives-artifact__details {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 3px;
  padding-left: 6px !important;
}
.osf-archives-artifact--image .osf-archives-artifact__details,
.osf-archives-artifact--video .osf-archives-artifact__details {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.osf-archives-artifact__heading,
.osf-archives-artifact__play,
.osf-archives-artifact__year {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.osf-archives-artifact__year {
  height: 26px;
}
.osf-archives-artifact__heading {
  font-weight: bold;
  height: 50px;
  overflow: hidden;
}
.osf-archives-artifact__detail-link,
.osf-archives-artifact__preview-link,
.osf-archives-artifact__download-link,
.osf-archives-artifact__copy-link {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  color: #337ab7;
  margin-top: 10px;
  cursor: pointer;
}
.osf-archives-artifact__detail-link:hover,
.osf-archives-artifact__preview-link:hover,
.osf-archives-artifact__download-link:hover,
.osf-archives-artifact__copy-link:hover {
  color: #23527c;
}
.osf-archives-artifact__preview-icon,
.osf-archives-artifact__download-icon,
.osf-archives-artifact__detail-icon,
.osf-archives-artifact__copy-link-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}
.osf-archives-artifact__preview-icon:before {
  content: "\e105";
}
.osf-archives-artifact__download-icon:before {
  content: "\e026";
}
.osf-archives-artifact__detail-icon:before {
  content: "\e012";
}
.osf-archives-artifact__copy-link-icon:before {
  content: "\e144";
}
.osf-archives-artifact__copy-link-input {
  width: 5px;
  height: 5px;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.osf-archives-artifact__copy-notification {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.4em;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  z-index: 9999;
  border: 4px solid #efefef;
  color: #222;
}
@media (max-width: 767px) {
  .osf-archives-artifact__copy-notification {
    font-size: 1.1em;
    word-wrap: break-word;
    width: 100%;
  }
}
/*
    This module accounts for the styling of the query form for the osf archives
*/
.osf-archives-form-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  padding-top: 0;
}
@media (max-width: 991px) {
  .osf-archives-form-section {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .osf-archives-form-section {
    padding-top: 0px;
  }
}
.osf-archives-form {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.4em;
}
@media (max-width: 1199px) {
  .osf-archives-form {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-archives-form {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-archives-form {
    font-size: 1em;
  }
}
.osf-archives-form__set {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
  padding-left: 140px;
}
@media (min-width: 768px) {
  .osf-archives-form__set {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-archives-form__set {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 991px) {
  .osf-archives-form__set {
    padding-right: 15px;
    padding-left: 25px;
  }
}
.osf-archives-form__set--main {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 60px;
  font-size: 1.4em;
  background-color: #eff9ff;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .osf-archives-form__set--main {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-archives-form__set--main {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-archives-form__set--main {
    float: left;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .osf-archives-form__set--main {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.osf-archives-form__set--play {
  float: left;
  width: 83.33333333%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 35px;
}
@media (min-width: 768px) {
  .osf-archives-form__set--play {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-archives-form__set--play {
    float: left;
    width: 41.66666667%;
  }
}
.osf-archives-form__subheading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.4em;
  margin-top: 35px;
  margin-bottom: 15px;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .osf-archives-form__subheading {
    font-size: 1.2em;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.osf-archives-form__label {
  display: block;
}
.osf-archives-form__label--main {
  display: inline-block;
}
.osf-archives-form__dropdown {
  border-width: 2px;
  padding: 5px;
}
.osf-archives-form__input {
  padding: 5px;
}
.osf-archives-form__input--main {
  width: 25%;
}
@media (max-width: 991px) {
  .osf-archives-form__input--main {
    width: 60%;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .osf-archives-form__input--main {
    width: auto;
    margin-right: 10px;
    max-width: 95%;
  }
}
.osf-archives-form__input--play {
  width: 100%;
  max-width: 550px;
}
.osf-archives-form__button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: 30px;
  font-size: 1em;
  margin-bottom: 5px;
}
.osf-archives-form__button:focus,
.osf-archives-form__button:active:focus,
.osf-archives-form__button.active:focus,
.osf-archives-form__button.focus,
.osf-archives-form__button:active.focus,
.osf-archives-form__button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-archives-form__button:hover,
.osf-archives-form__button:focus,
.osf-archives-form__button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-archives-form__button:active,
.osf-archives-form__button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-archives-form__button.disabled,
.osf-archives-form__button[disabled],
fieldset[disabled] .osf-archives-form__button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-archives-form__button.disabled,
fieldset[disabled] a.osf-archives-form__button {
  pointer-events: none;
}
.osf-archives-form__button:focus,
.osf-archives-form__button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-archives-form__button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-archives-form__button:active,
.osf-archives-form__button.active,
.open > .dropdown-toggle.osf-archives-form__button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-archives-form__button:active:hover,
.osf-archives-form__button.active:hover,
.open > .dropdown-toggle.osf-archives-form__button:hover,
.osf-archives-form__button:active:focus,
.osf-archives-form__button.active:focus,
.open > .dropdown-toggle.osf-archives-form__button:focus,
.osf-archives-form__button:active.focus,
.osf-archives-form__button.active.focus,
.open > .dropdown-toggle.osf-archives-form__button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-archives-form__button:active,
.osf-archives-form__button.active,
.open > .dropdown-toggle.osf-archives-form__button {
  background-image: none;
}
.osf-archives-form__button.disabled:hover,
.osf-archives-form__button[disabled]:hover,
fieldset[disabled] .osf-archives-form__button:hover,
.osf-archives-form__button.disabled:focus,
.osf-archives-form__button[disabled]:focus,
fieldset[disabled] .osf-archives-form__button:focus,
.osf-archives-form__button.disabled.focus,
.osf-archives-form__button[disabled].focus,
fieldset[disabled] .osf-archives-form__button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-archives-form__button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-archives-form__button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-archives-form__button.strong-cta:hover,
.osf-archives-form__button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-archives-form__button.strong-cta:hover[disabled],
.osf-archives-form__button.strong-cta:focus[disabled] {
  color: #222;
}
@media (max-width: 991px) {
  .osf-archives-form__button {
    margin-top: 10px;
    float: right !important;
    clear: both;
  }
}
.osf-archives-form__button--advanced {
  float: right !important;
  font-weight: bold;
}
.osf-archives-form__advanced-search-submit {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-right: 100px;
}
@media (max-width: 767px) {
  .osf-archives-form__advanced-search-submit {
    padding-right: 15px;
  }
}
.osf-archives-slide-control {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-left: 80px;
  margin-top: 35px;
}
@media (min-width: 768px) {
  .osf-archives-slide-control {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-archives-slide-control {
    float: left;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .osf-archives-slide-control {
    padding-right: 15px;
    padding-left: 25px;
  }
}
.osf-archives-slide-control__input-group {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  width: 65%;
}
.osf-archives-slide-control__input {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.osf-archives-slide-control__input--start {
  white-space: nowrap;
  margin-right: 100px;
  margin-bottom: 5px;
}
.osf-archives-slide-control__input--end {
  white-space: nowrap;
}
.osf-archives-slide-control__input input {
  width: 100%;
  max-width: 80px;
  padding: 5px;
}
.osf-archives-slider {
  width: 100%;
  height: 100%;
}
.osf-today-listing-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 991px) {
  .osf-today-listing-section {
    padding-top: 30px;
  }
}
.osf-today-listing-section--kiosk {
  font-size: 1.5em;
}
.osf-today-listing-section__throbber {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.osf-today-listing-section__throbber img {
  display: block;
  position: relative;
  left: 50%;
  width: 100%;
  height: auto;
  max-width: 256px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.osf-today-listing-section__navigation {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  background-color: #EFEFEF;
}
.osf-today-listing-section__midsection {
  float: left;
  width: 58.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .osf-today-listing-section__midsection {
    float: left;
    width: 75%;
  }
}
.osf-today-listing-section__midsection:only-child {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-today-listing-section__midsection:only-child {
    float: left;
    width: 100%;
  }
}
.osf-today-listing-section__heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}
.osf-today-listing-section__date {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2em;
  text-align: center;
}
.osf-today-listing-section__back-button,
.osf-today-listing-section__forward-button {
  float: left;
  width: 20.83333333%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  background-color: #808080;
  color: #ffffff;
  font-size: 4.3em;
  text-align: center;
  height: 130px;
  padding-top: 30px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .osf-today-listing-section__back-button,
  .osf-today-listing-section__forward-button {
    float: left;
    width: 12.5%;
  }
}
.osf-today-listing-section__back-button--disabled,
.osf-today-listing-section__forward-button--disabled {
  background-color: #EFEFEF;
  cursor: default;
}
.osf-today-listing-section__back-button {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-today-listing-section__back-button:before {
  content: "\e079";
}
.osf-today-listing-section__forward-button {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-today-listing-section__forward-button:before {
  content: "\e080";
}
.osf-today-listing-collection {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
}
@media (min-width: 1200px) {
  .osf-today-listing-collection {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .osf-today-listing-collection {
    margin-left: 12.5%;
  }
}
.osf-today-listing-collection__warning {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  background-color: #31708f;
  color: #d9edf7;
  padding: 20px;
  border: 2px solid #d9edf7;
  text-align: center;
}
.osf-today-listing-event {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  background-color: #EFEFEF;
  border: 3px solid #DEDEDE;
  margin-top: 10px;
  overflow: hidden;
}
.osf-today-listing-event__decoration-block {
  float: left;
  width: 20.83333333%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  background-color: #29343d;
  height: 220px;
}
@media (min-width: 768px) {
  .osf-today-listing-event__decoration-block {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .osf-today-listing-event__decoration-block {
    background-color: #DEDEDE;
  }
}
.osf-today-listing-event__time-block {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  color: #ffffff;
  text-align: center;
  height: 100%;
  background-color: #29343d;
}
@media (min-width: 768px) {
  .osf-today-listing-event__time-block {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .osf-today-listing-event__time-block {
    height: 50%;
  }
}
.osf-today-listing-event__time-numbers {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  background-color: #556b7c;
  font-size: 2.0em;
  font-weight: bold;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .osf-today-listing-event__time-numbers {
    font-size: 1.5em;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.osf-today-listing-event__time-am-pm {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.4em;
}
.osf-today-listing-event__thumbnail {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 768px) {
  .osf-today-listing-event__thumbnail {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .osf-today-listing-event__thumbnail {
    height: 50%;
  }
}
.osf-today-listing-event__thumbnail img {
  height: 125%;
  width: auto;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 863px) {
  .osf-today-listing-event__thumbnail img {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 767px) {
  .osf-today-listing-event__thumbnail img {
    width: 135%;
    height: auto;
  }
}
.osf-today-listing-event__details {
  float: left;
  width: 79.16666667%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 10px 5px;
  height: 220px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .osf-today-listing-event__details {
    float: left;
    width: 54.16666667%;
  }
}
.osf-today-listing-event__details:last-child {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 10px 5px;
}
@media (min-width: 768px) {
  .osf-today-listing-event__details:last-child {
    float: left;
    width: 75%;
  }
}
.osf-today-listing-event--kiosk .osf-today-listing-event__decoration-block,
.osf-today-listing-event--kiosk .osf-today-listing-event__details {
  height: 250px !important;
}
.osf-today-listing-event--kiosk .osf-today-listing-event__decoration-block {
  width: 33.3%;
}
.osf-today-listing-event--kiosk .osf-today-listing-event__details {
  width: 66.6%;
}
.osf-today-listing-event__name {
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 2px solid #dedede;
  padding: 3px;
}
@media (max-width: 767px) {
  .osf-today-listing-event__name {
    font-size: 1.2em;
  }
}
.osf-today-listing-event__keyword-list,
.osf-today-listing-event__description,
.osf-today-listing-event__presenter,
.osf-today-listing-event__venue,
.osf-today-listing-event__end-time,
.osf-today-listing-event__title,
.osf-today-listing-event__production-title,
.osf-today-listing-event__noon-name {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-left: 5px;
  color: #505050;
  padding-top: 3px;
  margin-top: 3px;
  margin-bottom: 0;
  max-height: 66px;
  overflow: hidden;
}
.osf-today-listing-event__keyword-list p,
.osf-today-listing-event__description p,
.osf-today-listing-event__presenter p,
.osf-today-listing-event__venue p,
.osf-today-listing-event__end-time p,
.osf-today-listing-event__title p,
.osf-today-listing-event__production-title p,
.osf-today-listing-event__noon-name p {
  margin: 0;
}
.osf-today-listing-event__keyword-list li {
  display: inline-block;
  list-style: none;
}
.osf-today-listing-event__keyword-list li:not(:first-child) {
  margin-left: 3px;
}
.osf-today-listing-event__keyword-list li:not(:last-child)::after {
  content: "\2022";
  padding-left: 5px;
}
.osf-today-listing-event__purchasing {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  padding: 10px;
}
@media (min-width: 768px) {
  .osf-today-listing-event__purchasing {
    float: left;
    width: 20.83333333%;
  }
}
@media (min-width: 768px) {
  .osf-today-listing-event__purchasing {
    border-left: 2px solid #DEDEDE;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .osf-today-listing-event__purchasing {
    border-top: 2px solid #DEDEDE;
  }
}
.osf-today-listing-event__buy-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  white-space: inherit;
}
.osf-today-listing-event__buy-button:focus,
.osf-today-listing-event__buy-button:active:focus,
.osf-today-listing-event__buy-button.active:focus,
.osf-today-listing-event__buy-button.focus,
.osf-today-listing-event__buy-button:active.focus,
.osf-today-listing-event__buy-button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-today-listing-event__buy-button:hover,
.osf-today-listing-event__buy-button:focus,
.osf-today-listing-event__buy-button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-today-listing-event__buy-button:active,
.osf-today-listing-event__buy-button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-today-listing-event__buy-button.disabled,
.osf-today-listing-event__buy-button[disabled],
fieldset[disabled] .osf-today-listing-event__buy-button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-today-listing-event__buy-button.disabled,
fieldset[disabled] a.osf-today-listing-event__buy-button {
  pointer-events: none;
}
.osf-today-listing-event__buy-button:focus,
.osf-today-listing-event__buy-button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-today-listing-event__buy-button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-today-listing-event__buy-button:active,
.osf-today-listing-event__buy-button.active,
.open > .dropdown-toggle.osf-today-listing-event__buy-button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-today-listing-event__buy-button:active:hover,
.osf-today-listing-event__buy-button.active:hover,
.open > .dropdown-toggle.osf-today-listing-event__buy-button:hover,
.osf-today-listing-event__buy-button:active:focus,
.osf-today-listing-event__buy-button.active:focus,
.open > .dropdown-toggle.osf-today-listing-event__buy-button:focus,
.osf-today-listing-event__buy-button:active.focus,
.osf-today-listing-event__buy-button.active.focus,
.open > .dropdown-toggle.osf-today-listing-event__buy-button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-today-listing-event__buy-button:active,
.osf-today-listing-event__buy-button.active,
.open > .dropdown-toggle.osf-today-listing-event__buy-button {
  background-image: none;
}
.osf-today-listing-event__buy-button.disabled:hover,
.osf-today-listing-event__buy-button[disabled]:hover,
fieldset[disabled] .osf-today-listing-event__buy-button:hover,
.osf-today-listing-event__buy-button.disabled:focus,
.osf-today-listing-event__buy-button[disabled]:focus,
fieldset[disabled] .osf-today-listing-event__buy-button:focus,
.osf-today-listing-event__buy-button.disabled.focus,
.osf-today-listing-event__buy-button[disabled].focus,
fieldset[disabled] .osf-today-listing-event__buy-button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-today-listing-event__buy-button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-today-listing-event__buy-button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-today-listing-event__buy-button.strong-cta:hover,
.osf-today-listing-event__buy-button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-today-listing-event__buy-button.strong-cta:hover[disabled],
.osf-today-listing-event__buy-button.strong-cta:focus[disabled] {
  color: #222;
}
.osf-today-listing-event__sold-out {
  font-weight: bold;
  color: #941e1e;
  font-size: 1.8em;
}
@media (min-width: 768px) {
  .osf-today-listing-event__buy-button,
  .osf-today-listing-event__sold-out {
    position: relative;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .osf-today-listing-event__buy-button,
  .osf-today-listing-event__sold-out {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
body.kiosk .hidden-kiosk {
  display: none !important;
}
.osf-today-listing-mini-subsection {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 3px solid #9d9d9d;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  background: #efefef;
}
@media (min-width: 915px) {
  .osf-today-listing-mini-subsection {
    min-width: 450px;
  }
}
.osf-today-listing-mini-subsection .vc-container {
  border: 0;
}
.osf-today-listing-mini-subsection .vc-weeks,
.osf-today-listing-mini-subsection .vc-header {
  padding: 0;
}
.osf-today-listing-mini-subsection .osf-api-calendar-large .vc-day.in-month {
  box-shadow: none;
}
.osf-today-listing-mini-subsection .osf-calendar-bottom-navigation {
  display: none;
}
.osf-today-listing-mini-subsection .osf-api-calendar-large.single-column .left-event-image {
  width: 80px;
  height: auto;
}
@media (max-width: 914px) {
  .osf-today-listing-mini-subsection {
    width: 100%;
    min-height: 350px;
  }
  .osf-today-listing-mini-subsection .osf-api-calendar-large.single-column .left-event-image {
    display: block !important;
    float: left;
    width: 60px;
    height: auto;
  }
  .osf-today-listing-mini-subsection .event-image {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .osf-today-listing-mini-subsection .content {
    margin-left: 70px;
  }
}
.osf-today-listing-mini-subsection .vc-header,
.osf-today-listing-mini-subsection .vc-title {
  display: none;
}
.osf-today-listing-mini-subsection .osf-today-listing-mini-subsection__top-row,
.osf-today-listing-mini-subsection osf-today-listing-mini-subsection__reveal-more {
  padding: 0;
}
.osf-today-listing-mini-subsection__top-row {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  background-color: #585858;
  color: #ffffff;
  min-height: 35px;
}
.osf-today-listing-mini-subsection__heading,
.osf-today-listing-mini-subsection__date {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .osf-today-listing-mini-subsection__heading,
  .osf-today-listing-mini-subsection__date {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-today-listing-mini-subsection__heading,
  .osf-today-listing-mini-subsection__date {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-today-listing-mini-subsection__heading,
  .osf-today-listing-mini-subsection__date {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .osf-today-listing-mini-subsection__heading,
  .osf-today-listing-mini-subsection__date {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .osf-today-listing-mini-subsection__heading,
  .osf-today-listing-mini-subsection__date {
    text-align: center;
  }
}
.osf-today-listing-mini-subsection__heading {
  font-weight: bold;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  .osf-today-listing-mini-subsection__heading {
    font-size: 1.6em;
  }
}
@media (max-width: 1199px) {
  .osf-today-listing-mini-subsection__heading {
    font-size: 1.6em;
  }
}
.osf-today-listing-mini-subsection__date {
  padding-top: 5px;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .osf-today-listing-mini-subsection__date {
    font-size: 1.1em;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 1200px) {
  .osf-today-listing-mini-subsection__date {
    text-align: right;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .osf-today-listing-mini-subsection__date {
    padding-top: 0;
  }
}
.osf-today-listing-mini-subsection__middle-row {
  overflow-y: auto;
  height: 0;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .osf-today-listing-mini-subsection__middle-row {
    padding-bottom: 50px;
  }
}
@media (max-width: 914px) {
  .osf-today-listing-mini-subsection__middle-row {
    min-height: 1px;
    height: auto;
  }
}
.osf-today-listing-mini-subsection__alert {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  background-color: #31708f;
  color: #d9edf7;
  padding: 7px;
}
.osf-today-listing-mini-subsection__listing {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 3px;
  padding-right: 3px;
  padding-left: 0;
  padding-right: 0;
}
.osf-today-listing-mini-subsection__reveal-more-container {
  background-color: #585858;
  color: white;
  width: 100%;
  height: 35px;
  z-index: 3;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 914px) {
  .osf-today-listing-mini-subsection__reveal-more-container {
    position: absolute;
    bottom: 0;
    height: 30px;
  }
}
.osf-today-listing-mini-subsection__reveal-more {
  color: #ffffff;
  font-size: 1.4em;
  font-weight: bold;
}
.osf-today-listing-mini-subsection__reveal-more:hover,
.osf-today-listing-mini-subsection__reveal-more:active,
.osf-today-listing-mini-subsection__reveal-more:visited {
  color: #ffffff;
  text-decoration: none;
}
.osf-today-listing-mini-subsection__icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
.osf-today-listing-mini-subsection__icon--chevron-right:before {
  content: "\e080";
}
.osf-today-listing-mini-event {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  background-color: #EFEFEF;
  overflow: hidden;
  border-bottom: solid 2px #c5c5c5;
}
@media (max-width: 767px) {
  .osf-today-listing-mini-event {
    font-size: .85em;
  }
}
.osf-today-listing-mini-event__column {
  height: 105px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .osf-today-listing-mini-event__column {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .osf-today-listing-mini-event__column {
    height: 106px;
  }
}
.osf-today-listing-mini-event__column--time {
  background-color: #9d9d9d;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
  height: auto;
  padding: 5px;
}
.osf-today-listing-mini-event__column--event {
  height: auto;
  min-height: 100px;
}
.osf-today-listing-mini-event__heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.1em;
  font-weight: bold;
  padding: 5px;
}
.osf-today-listing-mini-event__name {
  margin-right: 10px;
}
.osf-today-listing-mini-event__link,
.osf-today-listing-mini-event__sold-out {
  float: right !important;
}
.osf-today-listing-mini-event__sold-out {
  color: #941e1e;
  font-weight: bold;
}
.osf-today-listing-mini-event__icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osf-today-listing-mini-event__icon--chevron:before {
  content: "\e080";
}
.osf-today-listing-mini-event__description,
.osf-today-listing-mini-event__presenter,
.osf-today-listing-mini-event__venue,
.osf-today-listing-mini-event__title {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.1em;
  padding: 0 5px;
}
.osf-today-listing-month-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 50px;
}
.osf-today-listing-month-section__heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .osf-today-listing-month-section__heading {
    padding-left: 2%;
  }
}
@media print {
  .osf-today-listing-month-section {
    page-break-before: always;
    page-break-after: always;
  }
}
.osf-today-listing-month__week {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  clear: both;
}
@media print {
  .osf-today-listing-month {
    font-size: .67em;
  }
}
@media print and (orientation: landscape) {
  .osf-today-listing-month {
    width: 730pt;
  }
}
@media print and (orientation: portrait) {
  .osf-today-listing-month {
    width: 690pt;
  }
}
.osf-today-listing-month-day {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  min-height: 35px;
  margin-bottom: 5px;
  background-color: #4f4f4f;
}
@media (min-width: 768px) {
  .osf-today-listing-month-day {
    float: left;
    width: 15.25%;
  }
}
@media (min-width: 768px) {
  .osf-today-listing-month-day {
    border: 1px solid #fff;
    margin-bottom: 0px;
  }
  .osf-today-listing-month-day:nth-child(7n + 2) {
    width: 8%;
  }
}
@media print {
  .osf-today-listing-month-day {
    width: 15.25%;
    background-color: #ffffff;
    border: 1px solid black;
    color: black;
    min-height: initial;
    height: 100px;
    max-height: 100px;
    margin-bottom: 0;
    overflow: hidden;
  }
  .osf-today-listing-month-day:nth-child(7n + 2) {
    width: 8%;
  }
}
.osf-today-listing-month-day--empty {
  display: none;
}
@media (min-width: 768px) {
  .osf-today-listing-month-day--empty {
    display: block;
    height: 23.95px;
    background-color: #4f4f4f;
    background-image: url("/media/img/block-35-white.svg");
  }
}
@media print {
  .osf-today-listing-month-day--empty {
    display: block;
    background-color: #ffffff;
    border: 0;
  }
}
.osf-today-listing-month-day a {
  text-decoration: none;
  color: #222;
}
@media print {
  .osf-today-listing-month-day a::after {
    content: "" !important;
  }
}
.osf-today-listing-month-day__date {
  float: left;
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-weight: bold;
  background-color: #4f4f4f;
  color: #fff;
  height: 90px;
  text-align: center;
}
@media (min-width: 768px) {
  .osf-today-listing-month-day__date {
    float: left;
    width: 100%;
  }
}
.osf-today-listing-month-day__date--empty {
  background-color: #4f4f4f;
  background-image: url("/media/img/block-50-white.svg");
  height: 100%;
}
@media (min-width: 768px), print {
  .osf-today-listing-month-day__date {
    height: initial;
    text-align: right;
    padding: 2px;
    min-height: 22px;
    font-size: 1.2em;
  }
}
@media print {
  .osf-today-listing-month-day__date {
    border-bottom: 2px solid #BBB;
    width: 100% !important;
  }
}
.osf-today-listing-month-day__day-name,
.osf-today-listing-month-day__month-name,
.osf-today-listing-month-day__date-num {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px), print {
  .osf-today-listing-month-day__day-name,
  .osf-today-listing-month-day__month-name,
  .osf-today-listing-month-day__date-num {
    display: inline !important;
    font-size: .8em !important;
    background-color: transparent !important;
    float: none;
    font-weight: normal !important;
  }
}
@media print {
  .osf-today-listing-month-day__day-name,
  .osf-today-listing-month-day__month-name,
  .osf-today-listing-month-day__date-num {
    color: black !important;
  }
}
.osf-today-listing-month-day__day-name {
  font-weight: normal;
  font-size: 1.3em;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .osf-today-listing-month-day__day-name::after {
    content: ",";
  }
}
.osf-today-listing-month-day__month-name {
  background-color: #4f4f4f;
  background-color: rgba(255, 255, 255, 0.1);
}
.osf-today-listing-month-day__date-num {
  font-size: 2.0em;
  font-weight: normal;
}
.osf-today-listing-month-event {
  float: left;
  width: 75%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  float: right;
  min-height: 90px !important;
  height: auto;
  background-color: #4f4f4f;
  background-image: url("/media/img/block-85-white.svg");
  overflow: hidden;
}
@media (min-width: 768px) {
  .osf-today-listing-month-event {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .osf-today-listing-month-event {
    height: 420px !important;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .osf-today-listing-month-event {
    height: 275px;
  }
}
.osf-today-listing-month-event:not(:nth-child(2n)) {
  border-top: 2px solid #4f4f4f;
}
@media (min-width: 768px) {
  .osf-today-listing-month-event:not(:nth-child(2n)) {
    height: 277px;
  }
}
@media print {
  .osf-today-listing-month-event {
    border-color: black;
    min-height: initial;
    border-top: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: initial !important;
  }
}
.osf-today-listing-month-event__details {
  float: left;
  width: 66.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 2px;
  font-size: .9em;
}
@media (min-width: 768px) {
  .osf-today-listing-month-event__details {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .osf-today-listing-month-event__details {
    clear: both;
    text-align: center;
  }
}
@media (min-width: 1080px) {
  .osf-today-listing-month-event__details {
    width: 65% !important;
  }
  .osf-today-listing-month-event__details:only-child {
    width: 100% !important;
  }
}
@media print {
  .osf-today-listing-month-event__details {
    width: 100% !important;
  }
}
.osf-today-listing-month-event__heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1080px) {
  .osf-today-listing-month-event__heading {
    height: auto !important;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 0.9em;
  }
}
.osf-today-listing-month-event__description,
.osf-today-listing-month-event__subheading,
.osf-today-listing-month-event__presenter,
.osf-today-listing-month-event__venue,
.osf-today-listing-month-event__festival-noon-name,
.osf-today-listing-month-event__title,
.osf-today-listing-month-event__keywords {
  margin-bottom: 8px;
  font-size: 0.9em;
  clear: left;
}
@media print {
  .osf-today-listing-month-event__description,
  .osf-today-listing-month-event__subheading,
  .osf-today-listing-month-event__presenter,
  .osf-today-listing-month-event__venue,
  .osf-today-listing-month-event__festival-noon-name,
  .osf-today-listing-month-event__title,
  .osf-today-listing-month-event__keywords {
    margin-bottom: 0 !important;
  }
}
.osf-today-listing-month-event__description {
  max-height: 162px;
  overflow: hidden;
}
@media (min-height: 1081px) {
  .osf-today-listing-month-event__description {
    max-height: 71px;
  }
}
.osf-today-listing-month-event__buy-link,
.osf-today-listing-month-event__bio-link {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  font-size: 0.9em;
  font-weight: bold;
  color: #4f4f4f;
  margin-bottom: 3px;
}
@media print {
  .osf-today-listing-month-event__buy-link,
  .osf-today-listing-month-event__bio-link {
    display: none;
  }
}
.osf-today-listing-month-event__image {
  float: left;
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .osf-today-listing-month-event__image {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .osf-today-listing-month-event__image {
    float: left;
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .osf-today-listing-month-event__image {
    float: left;
    width: 25.83333333%;
  }
}
@media (min-width: 485px) and (max-width: 767px) {
  .osf-today-listing-month-event__image {
    width: 15% !important;
  }
}
@media (min-width: 1600px) {
  .osf-today-listing-month-event__image {
    width: 20% !important;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .osf-today-listing-month-event__image {
    float: none;
    height: auto !important;
    position: relative;
    width: 100%;
  }
}
@media print {
  .osf-today-listing-month-event__image {
    display: none;
  }
}
.osf-today-listing-month-event__image img {
  height: 90px;
  width: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .osf-today-listing-month-event__image img {
    height: 275px;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .osf-today-listing-month-event__image img {
    width: 100%;
    height: auto !important;
  }
}
@media (min-width: 1081px) {
  .osf-today-listing-month-event__image img {
    max-height: 75px;
  }
}
/*
    This module account for child listings on specific pages
*/
.osf-child-listing-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .osf-child-listing-section {
    padding-top: 30px;
  }
}
.osf-child-listing-section__heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  padding-left: 15px !important;
}
@media (min-width: 1200px) {
  .osf-child-listing-section__heading {
    padding-left: 2%;
  }
}
@media (min-width: 992px) {
  .osf-child-listing-section__heading {
    margin-left: 20.83333333%;
  }
}
@media (min-width: 1200px) {
  .osf-child-listing-section__heading {
    margin-left: 25%;
  }
}
.osf-child-listing-section__listing {
  list-style-type: none;
  padding: 0;
}
.osf-child-listing-item {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.4em;
}
@media (min-width: 768px) {
  .osf-child-listing-item {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-child-listing-item {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-child-listing-item {
    margin-left: 20.83333333%;
  }
}
@media (min-width: 1200px) {
  .osf-child-listing-item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-child-listing-item {
    margin-left: 25%;
  }
}
.osf-child-listing-item__link {
  padding: 15px;
  border-bottom: 2px solid #DEDEDE;
  float: left;
  width: 100%;
}
.osf-child-listing-item__link:hover {
  background-color: #EFEFEF;
}
.osf-child-listing-item:last-child .osf-child-listing-item__link {
  border-bottom: 0;
}
.osf-child-listing-item__icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right !important;
}
.osf-child-listing-item__icon:before {
  content: "\e080";
}
/*
    This module accounts for the styling of a job posting page
*/
.osf-job-posting-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .osf-job-posting-section {
    padding-top: 30px;
  }
}
.osf-job-posting-section ul {
  list-style-type: square;
}
.osf-job-posting-section--boilerplate {
  background-color: #EFEFEF;
}
.osf-job-posting-section__heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .osf-job-posting-section__heading {
    padding-left: 2%;
  }
}
.osf-job-posting-section__heading,
.osf-job-posting-section__summary,
.osf-job-posting-section__body,
.osf-job-posting-section__instructions,
.osf-job-posting-section__subheading,
.osf-job-posting-section__deadline {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .osf-job-posting-section__heading,
  .osf-job-posting-section__summary,
  .osf-job-posting-section__body,
  .osf-job-posting-section__instructions,
  .osf-job-posting-section__subheading,
  .osf-job-posting-section__deadline {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-job-posting-section__heading,
  .osf-job-posting-section__summary,
  .osf-job-posting-section__body,
  .osf-job-posting-section__instructions,
  .osf-job-posting-section__subheading,
  .osf-job-posting-section__deadline {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-job-posting-section__heading,
  .osf-job-posting-section__summary,
  .osf-job-posting-section__body,
  .osf-job-posting-section__instructions,
  .osf-job-posting-section__subheading,
  .osf-job-posting-section__deadline {
    margin-left: 20.83333333%;
  }
}
@media (min-width: 1200px) {
  .osf-job-posting-section__heading,
  .osf-job-posting-section__summary,
  .osf-job-posting-section__body,
  .osf-job-posting-section__instructions,
  .osf-job-posting-section__subheading,
  .osf-job-posting-section__deadline {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-job-posting-section__heading,
  .osf-job-posting-section__summary,
  .osf-job-posting-section__body,
  .osf-job-posting-section__instructions,
  .osf-job-posting-section__subheading,
  .osf-job-posting-section__deadline {
    margin-left: 25%;
  }
}
@media (max-width: 1199px) {
  .osf-job-posting-section__heading,
  .osf-job-posting-section__summary,
  .osf-job-posting-section__body,
  .osf-job-posting-section__instructions,
  .osf-job-posting-section__subheading,
  .osf-job-posting-section__deadline {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .osf-job-posting-section__heading,
  .osf-job-posting-section__summary,
  .osf-job-posting-section__body,
  .osf-job-posting-section__instructions,
  .osf-job-posting-section__subheading,
  .osf-job-posting-section__deadline {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .osf-job-posting-section__heading,
  .osf-job-posting-section__summary,
  .osf-job-posting-section__body,
  .osf-job-posting-section__instructions,
  .osf-job-posting-section__subheading,
  .osf-job-posting-section__deadline {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.osf-job-posting-section__heading {
  margin-bottom: 35px;
}
@media (min-width: 1200px) {
  .osf-job-posting-section__heading {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .osf-job-posting-section__heading {
    padding-left: 30px;
  }
}
.osf-job-posting-section__subheading {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6em;
}
.osf-job-posting-section__summary,
.osf-job-posting-section__body,
.osf-job-posting-section__deadline,
.osf-job-posting-section__instructions {
  font-size: 1.4em;
}
@media (max-width: 1199px) {
  .osf-job-posting-section__summary,
  .osf-job-posting-section__body,
  .osf-job-posting-section__deadline,
  .osf-job-posting-section__instructions {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-job-posting-section__summary,
  .osf-job-posting-section__body,
  .osf-job-posting-section__deadline,
  .osf-job-posting-section__instructions {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-job-posting-section__summary,
  .osf-job-posting-section__body,
  .osf-job-posting-section__deadline,
  .osf-job-posting-section__instructions {
    font-size: 1em;
  }
}
.osf-job-posting-section__deadline {
  font-weight: bold;
}
.osf-job-posting-section__summary {
  font-size: 1.4em;
  margin-bottom: 20px;
}
.osf-job-posting-section__body,
.osf-job-posting-section__instructions {
  font-size: 1.2em;
}
.osf-job-posting-section__email-apply-button,
.osf-job-posting-section__job-description-button {
  float: left;
  width: 83.33333333%;
  margin-left: 8.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 1.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 15px;
  font-size: 1.6em;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .osf-job-posting-section__email-apply-button,
  .osf-job-posting-section__job-description-button {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  .osf-job-posting-section__email-apply-button,
  .osf-job-posting-section__job-description-button {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-job-posting-section__email-apply-button,
  .osf-job-posting-section__job-description-button {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .osf-job-posting-section__email-apply-button,
  .osf-job-posting-section__job-description-button {
    margin-left: 20.83333333%;
  }
}
@media (min-width: 1200px) {
  .osf-job-posting-section__email-apply-button,
  .osf-job-posting-section__job-description-button {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-job-posting-section__email-apply-button,
  .osf-job-posting-section__job-description-button {
    margin-left: 25%;
  }
}
.osf-job-posting-section__email-apply-button:focus,
.osf-job-posting-section__job-description-button:focus,
.osf-job-posting-section__email-apply-button:active:focus,
.osf-job-posting-section__job-description-button:active:focus,
.osf-job-posting-section__email-apply-button.active:focus,
.osf-job-posting-section__job-description-button.active:focus,
.osf-job-posting-section__email-apply-button.focus,
.osf-job-posting-section__job-description-button.focus,
.osf-job-posting-section__email-apply-button:active.focus,
.osf-job-posting-section__job-description-button:active.focus,
.osf-job-posting-section__email-apply-button.active.focus,
.osf-job-posting-section__job-description-button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.osf-job-posting-section__email-apply-button:hover,
.osf-job-posting-section__job-description-button:hover,
.osf-job-posting-section__email-apply-button:focus,
.osf-job-posting-section__job-description-button:focus,
.osf-job-posting-section__email-apply-button.focus,
.osf-job-posting-section__job-description-button.focus {
  color: #333333;
  text-decoration: none;
}
.osf-job-posting-section__email-apply-button:active,
.osf-job-posting-section__job-description-button:active,
.osf-job-posting-section__email-apply-button.active,
.osf-job-posting-section__job-description-button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.osf-job-posting-section__email-apply-button.disabled,
.osf-job-posting-section__job-description-button.disabled,
.osf-job-posting-section__email-apply-button[disabled],
.osf-job-posting-section__job-description-button[disabled],
fieldset[disabled] .osf-job-posting-section__email-apply-button,
fieldset[disabled] .osf-job-posting-section__job-description-button {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.osf-job-posting-section__email-apply-button.disabled,
a.osf-job-posting-section__job-description-button.disabled,
fieldset[disabled] a.osf-job-posting-section__email-apply-button,
fieldset[disabled] a.osf-job-posting-section__job-description-button {
  pointer-events: none;
}
.osf-job-posting-section__email-apply-button:focus,
.osf-job-posting-section__job-description-button:focus,
.osf-job-posting-section__email-apply-button.focus,
.osf-job-posting-section__job-description-button.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.osf-job-posting-section__email-apply-button:hover,
.osf-job-posting-section__job-description-button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-job-posting-section__email-apply-button:active,
.osf-job-posting-section__job-description-button:active,
.osf-job-posting-section__email-apply-button.active,
.osf-job-posting-section__job-description-button.active,
.open > .dropdown-toggle.osf-job-posting-section__email-apply-button,
.open > .dropdown-toggle.osf-job-posting-section__job-description-button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.osf-job-posting-section__email-apply-button:active:hover,
.osf-job-posting-section__job-description-button:active:hover,
.osf-job-posting-section__email-apply-button.active:hover,
.osf-job-posting-section__job-description-button.active:hover,
.open > .dropdown-toggle.osf-job-posting-section__email-apply-button:hover,
.open > .dropdown-toggle.osf-job-posting-section__job-description-button:hover,
.osf-job-posting-section__email-apply-button:active:focus,
.osf-job-posting-section__job-description-button:active:focus,
.osf-job-posting-section__email-apply-button.active:focus,
.osf-job-posting-section__job-description-button.active:focus,
.open > .dropdown-toggle.osf-job-posting-section__email-apply-button:focus,
.open > .dropdown-toggle.osf-job-posting-section__job-description-button:focus,
.osf-job-posting-section__email-apply-button:active.focus,
.osf-job-posting-section__job-description-button:active.focus,
.osf-job-posting-section__email-apply-button.active.focus,
.osf-job-posting-section__job-description-button.active.focus,
.open > .dropdown-toggle.osf-job-posting-section__email-apply-button.focus,
.open > .dropdown-toggle.osf-job-posting-section__job-description-button.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.osf-job-posting-section__email-apply-button:active,
.osf-job-posting-section__job-description-button:active,
.osf-job-posting-section__email-apply-button.active,
.osf-job-posting-section__job-description-button.active,
.open > .dropdown-toggle.osf-job-posting-section__email-apply-button,
.open > .dropdown-toggle.osf-job-posting-section__job-description-button {
  background-image: none;
}
.osf-job-posting-section__email-apply-button.disabled:hover,
.osf-job-posting-section__job-description-button.disabled:hover,
.osf-job-posting-section__email-apply-button[disabled]:hover,
.osf-job-posting-section__job-description-button[disabled]:hover,
fieldset[disabled] .osf-job-posting-section__email-apply-button:hover,
fieldset[disabled] .osf-job-posting-section__job-description-button:hover,
.osf-job-posting-section__email-apply-button.disabled:focus,
.osf-job-posting-section__job-description-button.disabled:focus,
.osf-job-posting-section__email-apply-button[disabled]:focus,
.osf-job-posting-section__job-description-button[disabled]:focus,
fieldset[disabled] .osf-job-posting-section__email-apply-button:focus,
fieldset[disabled] .osf-job-posting-section__job-description-button:focus,
.osf-job-posting-section__email-apply-button.disabled.focus,
.osf-job-posting-section__job-description-button.disabled.focus,
.osf-job-posting-section__email-apply-button[disabled].focus,
.osf-job-posting-section__job-description-button[disabled].focus,
fieldset[disabled] .osf-job-posting-section__email-apply-button.focus,
fieldset[disabled] .osf-job-posting-section__job-description-button.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.osf-job-posting-section__email-apply-button .badge,
.osf-job-posting-section__job-description-button .badge {
  color: #ffffff;
  background-color: #333333;
}
.osf-job-posting-section__email-apply-button.strong-cta,
.osf-job-posting-section__job-description-button.strong-cta {
  background-color: #0574ce;
  border-color: #265a86;
  color: #ffffff;
}
.osf-job-posting-section__email-apply-button.strong-cta:hover,
.osf-job-posting-section__job-description-button.strong-cta:hover,
.osf-job-posting-section__email-apply-button.strong-cta:focus,
.osf-job-posting-section__job-description-button.strong-cta:focus {
  background-color: #068cf9;
  border-color: #4b9ce0;
  color: #ffffff;
}
.osf-job-posting-section__email-apply-button.strong-cta:hover[disabled],
.osf-job-posting-section__job-description-button.strong-cta:hover[disabled],
.osf-job-posting-section__email-apply-button.strong-cta:focus[disabled],
.osf-job-posting-section__job-description-button.strong-cta:focus[disabled] {
  color: #222;
}
.osf-job-posting-section__email-apply-button .osf-icon-email,
.osf-job-posting-section__job-description-button .osf-icon-email {
  margin-right: 15px;
}
.osf-job-posting-section__email-apply-button .osf-icon-document,
.osf-job-posting-section__job-description-button .osf-icon-document {
  margin-right: 15px;
}
/*
    This module handles the styling for an OSF biography page
*/
.osf-biography-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .osf-biography-section {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .osf-biography-section {
    padding-top: 0;
  }
}
.osf-biography-section__column {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .osf-biography-section__column {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-biography-section__column {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-biography-section__column {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .osf-biography-section__column {
    margin-left: 12.5%;
  }
}
@media (min-width: 1200px) {
  .osf-biography-section__column {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .osf-biography-section__column {
    margin-left: 16.66666667%;
  }
}
.osf-biography-section__heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  padding-left: 5px !important;
}
@media (min-width: 1200px) {
  .osf-biography-section__heading {
    padding-left: 2%;
  }
}
@media (max-width: 991px) {
  .osf-biography-section__heading {
    margin-bottom: 30px;
  }
}
.osf-biography-section__attribute {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-left: 5px;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
}
.osf-biography-section__details {
  font-size: 1.4em;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .osf-biography-section__details {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-biography-section__details {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-biography-section__details {
    font-size: 1em;
  }
}
.osf-biography-section__image {
  width: 25%;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 7px;
  margin-top: 7px;
  max-width: 130px;
}
.osf-biography-section__image img {
  width: 100%;
  height: auto;
}
.osf-biography-section__biography-text {
  width: 100%;
}
/*
    This module formats the biography listing
*/
.osf-biography-list-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .osf-biography-list-section {
    padding-top: 30px;
  }
}
.osf-biography-list-section__column {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .osf-biography-list-section__column {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-biography-list-section__column {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-biography-list-section__column {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .osf-biography-list-section__column {
    margin-left: 12.5%;
  }
}
@media (min-width: 1200px) {
  .osf-biography-list-section__column {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .osf-biography-list-section__column {
    margin-left: 16.66666667%;
  }
}
.osf-biography-list-section__heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  padding-bottom: 25px;
}
@media (min-width: 1200px) {
  .osf-biography-list-section__heading {
    padding-left: 2%;
  }
}
.osf-biography-list {
  padding-left: 40px;
}
.osf-biography-list__subheading {
  font-weight: bold;
}
.osf-biography-list ul {
  font-size: 1.4em;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  padding-left: 5px;
}
@media (max-width: 1199px) {
  .osf-biography-list ul {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-biography-list ul {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-biography-list ul {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .osf-biography-list ul {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .osf-biography-list ul {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-biography-list ul {
    float: left;
    width: 50%;
  }
}
.osf-biography-list ul:last-child {
  margin-bottom: 35px;
}
.osf-biography-list-section .osf-biography-list__item,
.osf-biography-list-section .osf-biography-list__subheading {
  text-indent: -20px;
}
.osf-biography-list-section .osf-biography-list-section__column {
  width: 100%;
  margin: 0px;
}
.osf-biography-list-section .osf-biography-list__subheading {
  padding-left: 4vw;
}
.osf-biography-list-section ul {
  padding: 10px 4vw 30px 4vw;
}
@media (max-width: 320px) {
  .osf-biography-list-section ul {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}
.osf-company-list-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  padding-top: 20px;
  overflow: hidden;
  margin-top: 20px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .osf-company-list-section {
    padding-top: 30px;
  }
}
.osf-company-list-section .osf-company-list-section__name {
  font-weight: bold;
}
.osf-company-list-section .osf-company-list-main-dept {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 20px;
  padding-left: 20px;
}
.osf-company-list-section .osf-company-list-sub-dept {
  font-weight: bold;
  font-size: 1.5em;
  padding-left: 50px;
}
@media (min-width: 767px) and (max-width: 1600px) {
  .osf-company-list-section .osf-company-list-sub-dept {
    padding-left: 3vw;
  }
}
@media (max-width: 767px) {
  .osf-company-list-section .osf-company-list-sub-dept {
    padding-bottom: 15px;
    padding-top: 5px;
  }
}
.osf-company-list-section ul {
  list-style-type: none;
}
@media (min-width: 768px) {
  .osf-company-list-section ul {
    float: left;
    width: 50%;
    padding: 10px 4vw 30px 4vw;
  }
}
@media (min-width: 768px) and (max-width: 320px) {
  .osf-company-list-section ul {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}
.osf-company-list-section li {
  font-size: 1.4em;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .osf-company-list-section li {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .osf-company-list-section li {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .osf-company-list-section li {
    font-size: 1em;
  }
}
.osf-company-list-section .osf-company-list-dept-block {
  display: block;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .osf-company-list-section ul,
  .osf-company-list-section .osf-company-list-sub-dept,
  .osf-company-list-section .osf-company-list-main-dept {
    padding-left: 15px;
  }
}
body.dark {
  background: #111111;
}
body.dark .osf-main {
  background: #111111;
  color: #eee;
}
body.dark .osf-main .osf-curation-filter-dropdown,
body.dark .osf-main .osf-dates-and-venue-subsection,
body.dark .osf-main header {
  color: #333333;
}
body.dark .osf-main .osf-dates-and-venue-subsection {
  background: #e6e6e6;
}
body.dark .osf-main #pnlMainContent > :not(footer) a {
  color: #00bbf9;
}
body.dark .osf-main #pnlMainContent > :not(footer) a:hover,
body.dark .osf-main #pnlMainContent > :not(footer) a:active {
  color: #0095c7;
}
body.dark .osf-main #pnlMainContent .osf-link-tile a {
  color: #004c8b;
}
body.dark .osf-main #pnlMainContent .osf-link-tile a:hover,
body.dark .osf-main #pnlMainContent .osf-link-tile a:active {
  color: #0b75cf;
}
body.dark .osf-main #pnlMainContent .btn-primary,
body.dark .osf-main #pnlMainContent .osf-inline-buy-section__button,
body.dark .osf-main #pnlMainContent .osf-quicklink {
  color: #eee;
}
body.dark .osf-main #pnlMainContent .btn-primary:hover,
body.dark .osf-main #pnlMainContent .osf-inline-buy-section__button:hover,
body.dark .osf-main #pnlMainContent .btn-primary:active,
body.dark .osf-main #pnlMainContent .osf-inline-buy-section__button:active {
  color: #eee;
}
@media (prefers-color-scheme: dark) {
  body.darkmode {
    background: #111111;
  }
  body.darkmode .osf-main {
    background: #111111;
    color: #eee;
  }
  body.darkmode .osf-main #pnlMainContent > :not(footer) a {
    color: #00bbf9;
  }
  body.darkmode .osf-main #pnlMainContent > :not(footer) a:hover,
  body.darkmode .osf-main #pnlMainContent > :not(footer) a:active {
    color: #0095c7;
  }
}
.osf-main .osf-odigital-navigation {
  color: white;
  background: #bf1179;
  overflow: visible;
  margin-left: -15px;
  margin-right: -15px;
}
.osf-main .osf-odigital-navigation.affix {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  margin-right: 0;
  margin-left: 0;
}
.osf-main .osf-odigital-navigation.affix .content {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
}
.osf-main .osf-odigital-navigation nav.navbar {
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
  min-height: 40px;
}
.osf-main .osf-odigital-navigation nav.navbar ul {
  background: #bf1179;
}
.osf-main .osf-odigital-navigation nav.navbar ul.nav {
  font-size: 1.25em;
}
.osf-main .osf-odigital-navigation nav.navbar .nav li a {
  background: #bf1179;
  color: white !important;
  font-weight: bold;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  line-height: 1.5em;
}
.osf-main .osf-odigital-navigation nav.navbar .nav li a:hover,
.osf-main .osf-odigital-navigation nav.navbar .nav li a:focus {
  background-color: #980d61;
}
.osf-main .osf-odigital-navigation .dropdown-menu {
  border-radius: 0 !important;
}
.osf-main .osf-odigital-navigation .navbar-toggle {
  margin-top: 0;
  margin-bottom: 0;
}
.osf-odigital-featuredvideo {
  margin-left: -15px;
  margin-right: -15px;
}
.osf-odigital-section {
  margin-top: 15px;
  margin-bottom: 45px;
}
.o-category-slider-section + .o-category-slider-section {
  margin-top: 35px;
}
.category-slider {
  padding: 0 40px;
  position: relative;
}
.category-slider .owl-nav {
  font-size: 50px;
}
.category-slider .owl-nav button.owl-prev {
  position: absolute;
  top: 25%;
  left: 0;
  height: 50%;
  margin-top: -0.5em;
}
.category-slider .owl-nav button.owl-next {
  position: absolute;
  top: 25%;
  right: 0;
  height: 50%;
  margin-top: -0.5em;
}
.category-slider .owl-nav button.disabled {
  opacity: .3;
}
body.odigital .btn-primary {
  background-color: #bf1179;
  color: #fff !important;
  border-color: #980d61;
}
body.odigital .btn-secondary {
  font-weight: bold;
  border: solid 1px #00bbf9;
}
body.odigital .btn-primary:hover,
body.odigital .btn-primary:active {
  background-color: #980d61;
  color: #fff;
}
body.odigital #pnlMainContent > :not(footer) a {
  color: #00bbf9;
}
body.odigital #pnlMainContent > :not(footer) a:hover,
body.odigital #pnlMainContent > :not(footer) a:active {
  color: #0095c7;
}
.osf-external-video-row {
  display: flex;
  align-items: center;
}
.osf-external-video-buttons {
  margin: 20px 0;
}
.btn-odigital {
  color: #fff !important;
  background-color: #00bbf9;
  border-radius: 0;
  font-size: 1em;
  padding: .5em 2em;
}
.btn-odigital:hover {
  background-color: #0095c7;
}
@media (min-width: 1200px) {
  body.curation-grid-4-up .o-media-curation-item {
    width: 25%;
  }
}
.curation-filter-label {
  font-size: 18px;
}
.curation-filter-dropdown {
  border-width: 2px;
  font-weight: bold;
  padding: 4px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 300px;
}
.o-media-curation-grid {
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  margin-left: -15px;
  margin-right: -15px;
}
.o-media-curation-grid .o-media-curation-item {
  width: 33.3%;
}
.o-media-curation-grid .curation-content {
  padding: 1.5em 4em 8em .75em;
}
.o-media-curation-grid .curation-status {
  font-size: inherit;
  font-weight: bold;
}
.o-media-curation-grid .curation-status:empty {
  display: none;
}
.o-media-curation-grid .curation-title {
  margin: 0;
  font-size: 2em;
  line-height: 1.2em;
  margin-bottom: .3em;
}
.o-media-curation-grid .curation-subtitle {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: .3em;
}
.o-media-curation-grid .curation-inner-content {
  margin-bottom: 1.5em;
}
.o-media-curation-grid ul.curation-tags {
  list-style: none;
  padding: 0;
  margin-bottom: 2em;
}
.o-media-curation-grid ul.curation-tags li {
  display: inline-block;
  margin-right: 2em;
}
.o-media-curation-grid .curation-actions .btn {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 5px;
  border-color: #2e6da4;
}
@media (max-width: 1199px) {
  .o-media-curation-grid {
    font-size: 15px;
  }
  .o-media-curation-grid .curation-content {
    padding: 1.5em 1em 8em 1em;
  }
}
@media (max-width: 991px) {
  .o-media-curation-grid {
    font-size: 13px;
  }
  .o-media-curation-grid .o-media-curation-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .o-media-curation-grid .o-media-curation-item {
    width: 100%;
  }
}
section.osf-digital-navigation + section.osf-digital-curation-grid {
  margin-top: 0px;
}
@media (min-width: 1200px) {
  .osf-odigital-videocontent {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.osf-odigital-videogrid a {
  font-size: 1.1em;
  font-weight: bold;
}
.osf-footer-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  background-color: #222222;
  padding: 35px 0;
  color: #f0f0f0;
}
@media (max-width: 991px) {
  .osf-footer-section {
    padding-top: 30px;
  }
}
@media only print {
  .osf-footer-section {
    display: none;
  }
}
.osf-footer-section a {
  color: #f0f0f0;
}
.osf-footer-section a:hover,
.osf-footer-section a:active {
  color: #bbbbbb;
}
.osf-footer-section__hidden-text {
  display: none;
}
.osf-footer-section__link {
  color: #f0f0f0;
}
.osf-footer-section__link:hover,
.osf-footer-section__link:active {
  color: #bbbbbb;
}
.osf-footer-section__collection {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.osf-footer-section__501c {
  display: block;
  margin-top: 10px;
  font-size: .8em;
  color: #ccc;
}
.osf-footer-section__column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 10px 0;
  font-size: 1.2em;
}
@media (min-width: 768px) {
  .osf-footer-section__column {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-footer-section__column {
    float: left;
    width: 33.33333333%;
  }
}
.osf-footer-section__column--wide {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .osf-footer-section__column--wide {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .osf-footer-section__column--wide {
    float: left;
    width: 100%;
  }
}
.osf-footer-section__column h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 0;
}
.osf-footer-section__listing {
  list-style-type: none;
}
@media (max-width: 767px) {
  .osf-footer-section__listing {
    padding-left: 10px;
  }
}
.osf-footer-section__sponsorship,
.osf-footer-section__connect {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #111;
  min-height: 160px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .osf-footer-section__sponsorship,
  .osf-footer-section__connect {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osf-footer-section__sponsorship,
  .osf-footer-section__connect {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .osf-footer-section__sponsorship,
  .osf-footer-section__connect {
    float: left;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .osf-footer-section__sponsorship,
  .osf-footer-section__connect {
    margin-top: 5px;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .osf-footer-section__sponsorship {
    height: inherit;
  }
}
@media (min-width: 992px) {
  .osf-footer-section__connect {
    border-left: 2px solid #222;
  }
}
.osf-footer-section__sponsor-image {
  margin-left: 15px;
}
.osf-footer-section__sponsor-detail,
.osf-footer-section__connect-detail {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.osf-footer-section__sponsor-detail--primary,
.osf-footer-section__connect-detail--primary {
  font-size: 1.4em;
  font-weight: bold;
}
.osf-footer-section__sponsor-detail--secondary,
.osf-footer-section__connect-detail--secondary {
  font-size: 1.2em;
  color: #939393;
  font-weight: bold;
}
.osf-footer-section__sponsor-detail--secondary a,
.osf-footer-section__connect-detail--secondary a {
  color: #939393;
}
.osf-footer-section__sponsor-detail--secondary a:hover,
.osf-footer-section__connect-detail--secondary a:hover {
  color: #5d5d5d;
}
@media (max-width: 767px) {
  .osf-footer-section__sponsor-detail,
  .osf-footer-section__connect-detail {
    padding: 0;
  }
}
.osf-footer-section__social-icon {
  position: relative;
  width: 20.83333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 19%;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  margin-right: 25px;
  opacity: .7;
  margin-top: 15px;
  margin-bottom: 22px;
}
.osf-footer-section__social-icon--facebook {
  background-image: url('/media/img/facebook-icon-mono.svg');
}
.osf-footer-section__social-icon--twitter {
  background-image: url('/media/img/twitter-icon-mono.svg');
}
.osf-footer-section__social-icon--instagram {
  background-image: url('/media/img/instagram-icon-mono.svg');
}
.osf-footer-section__social-icon--email {
  background-image: url('/media/img/email-icon-mono.svg');
}
@media (max-width: 767px) {
  .osf-footer-section__social-icon {
    width: 16%;
  }
}
@media (min-width: 1200px) {
  .pageTemplate-o-video-page .osf-odigital-headertitle,
  .pageTemplate-o-video-page .osf-odigital-contenttop,
  .pageTemplate-o-video-page .osf-odigital-contentbottom {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
body.event-minimal .osf-masthead-subsection__event-title {
  display: none;
}
body.event-minimal .osf-dates-and-venue-subsection {
  display: none;
}
body.event-minimal .osf-masthead-subsection__quick-credit-listing {
  display: none;
}
body.no-event-title .osf-masthead-subsection__event-title {
  display: none;
}
body.no-social-sharing .osf-social-sharing-subsection {
  display: none;
}
body.no-social-sharing .osf-reviews-section__collection {
  padding-bottom: 40px;
}
body.replace-inline-buy .osf-content-primary-section__main-block {
  width: 100% !important;
  float: none !important;
}
body.replace-inline-buy .osf-content-primary-section__main-text {
  width: 1400px;
  max-width: 100%;
}
body.charcoal-media .osf-media-section {
  background-color: #474747;
}
body.charcoal-media .osf-media-tile__link {
  border-top: 4px solid #777777;
  background: transparent;
}
body.charcoal-media .osf-media-tile__link:hover,
body.charcoal-media .osf-media-tile__link:focus {
  border-top: 4px solid #337ab7;
}
body.charcoal-media .osf-media-tile__link:before,
body.charcoal-media .osf-media-tile__link:after {
  background-color: #474747;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#474747));
  background-image: -webkit-linear-gradient(top, #777777, #474747);
  background-image: -moz-linear-gradient(top, #777777, #474747);
  background-image: -o-linear-gradient(top, #777777, #474747);
  background-image: -ms-linear-gradient(top, #777777, #474747);
  background-image: linear-gradient(top, #777777, #474747);
}
body.charcoal-media .osf-media-tile__link:hover:before,
body.charcoal-media .osf-media-tile__link:hover:after,
body.charcoal-media .osf-media-tile__link:focus:before,
body.charcoal-media .osf-media-tile__link:focus:after {
  background-color: #474747;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#474747));
  background-image: -webkit-linear-gradient(top, #337ab7, #474747);
  background-image: -moz-linear-gradient(top, #337ab7, #474747);
  background-image: -o-linear-gradient(top, #337ab7, #474747);
  background-image: -ms-linear-gradient(top, #337ab7, #474747);
  background-image: linear-gradient(top, #337ab7, #474747);
}
body.full-width-sponsor .osf-sponsors-subsection {
  float: none;
  width: auto;
  margin: 0 -15px;
}
body.full-width-sponsor .osf-sponsors-subsection:before {
  content: " ";
  display: table;
}
body.full-width-sponsor .osf-sponsors-subsection:after {
  content: " ";
  display: table;
  clear: both;
}
body.single-video-center .osf-single-video-section {
  text-align: center;
}
body.single-video-center .osf-single-video-section__description {
  display: none;
}
body.single-video-center .osf-single-video-section__player {
  width: 100% !important;
}
body.kiosk > * {
  display: none !important;
}
body.kiosk > form {
  display: block !important;
}
body.kiosk > form > * {
  display: none !important;
}
body.kiosk > form > main {
  display: block !important;
}
body.kiosk > form > main footer {
  display: none !important;
}
body.hide-profile-asterisk .osf-profile-tile__subheading--aea::after {
  content: "";
}
body.hide-profile-asterisk .osf-profile-tile__subheading--aea-intern::after {
  content: "";
}
.osf-anchor {
  position: relative;
  top: -85px;
}
.osf-anchor-reduced-padding {
  position: relative;
  top: -70px;
}
.osf-anchor-paragraph-padding {
  position: relative;
  top: -170px;
}
.osf-anchor-media {
  position: relative;
  top: -40px;
}
.large-calendar-keywords {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7px;
}
.large-calendar-keywords .label {
  display: inline-block;
  max-width: 95%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 1px;
}
.vc-header .vc-title:after {
  content: "\25bc";
  margin-left: 0.5em;
  font-size: 0.8em;
  color: #718096;
}
.vc-arrow.is-disabled {
  visibility: hidden;
}
.osf-api-calendar-large {
  font-size: 16px;
}
.osf-api-calendar-large .event-date {
  display: none !important;
}
.osf-api-calendar-large .event-image {
  width: 100%;
  height: 50px;
  object-fit: contain;
  object-position: left;
  margin: 4px 0;
}
.vc-popover-caret {
  display: none !important;
}
@media (max-width: 991px) {
  .osf-api-calendar-large .vc-weeks {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .osf-api-calendar-large .vc-weekday,
  .osf-api-calendar-large .is-not-in-month,
  .osf-api-calendar-large .day-number {
    display: none !important;
  }
  .osf-api-calendar-large .vc-day {
    min-height: 0 !important;
  }
  .osf-api-calendar-large .event-time {
    display: none !important;
  }
  .osf-api-calendar-large .event-date {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .vc-popover-content {
    font-size: .7em !important;
    width: 400px;
  }
  .vc-popover-content .btn-xs {
    font-size: .9em;
    line-height: 1.3em !important;
  }
}
.osf-api-calendar-large.single-column .vc-weeks {
  grid-template-columns: repeat(1, 1fr) !important;
}
.osf-api-calendar-large.single-column .vc-weekday,
.osf-api-calendar-large.single-column .is-not-in-month,
.osf-api-calendar-large.single-column .day-number {
  display: none !important;
}
.osf-api-calendar-large.single-column .vc-day {
  min-height: 0 !important;
}
.osf-api-calendar-large.single-column .event-time {
  display: none !important;
}
.osf-api-calendar-large.single-column .event-date {
  display: inline !important;
}
@media (min-width: 768px) {
  .osf-api-calendar-large.single-column .left-event-image {
    float: left;
    height: 120px;
    width: auto;
    display: block!important;
    margin-right: 15px;
  }
  .osf-api-calendar-large.single-column .event-image {
    display: none;
  }
  .osf-api-calendar-large.single-column .content {
    float: left;
  }
  .osf-api-calendar-large.single-column .osf-api-calendar-item:before,
  .osf-api-calendar-large.single-column .osf-api-calendar-item:after {
    content: " ";
    display: table;
  }
  .osf-api-calendar-large.single-column .osf-api-calendar-item:after {
    clear: both;
  }
  .osf-api-calendar-large.single-column .osf-api-calendar-item:before,
  .osf-api-calendar-large.single-column .osf-api-calendar-item:after {
    content: " ";
    display: table;
  }
  .osf-api-calendar-large.single-column .osf-api-calendar-item:after {
    clear: both;
  }
}
.osf-api-calendar-item .btn-xs {
  line-height: 1em;
}
.osf-api-calendar-small .event-buttons {
  padding-left: 1em;
}
.vc-container.vc-is-expanded {
  max-width: 100%;
}
.osf-full-day-item a,
.osf-full-day-item span {
  background-color: #0b75cf;
  color: white;
  display: block;
  padding: 5px 10px;
  border-radius: 3px;
  margin: -5px;
  font-weight: bold;
  line-height: 1.1em;
}
.osf-api-calendar-large .vc-weekday {
  color: #888 !important;
}
.osf-api-calendar-large .vc-day.in-month {
  display: block;
  box-shadow: 1px 0 0 0 #cccccc, 0 1px 0 0 #cccccc, 1px 1px 0 0 #cccccc, /* Just to fix the corner */ 1px 0 0 0 #cccccc inset, 0 1px 0 0 #cccccc inset;
}
.osf-api-calendar-large .btn-xs {
  font-size: 1em;
  line-height: 1.3em;
  margin-top: 3px;
}
.osf-api-calendar-large .osf-api-calendar-large-day.isDisabled {
  opacity: .2;
}
.osf-api-calendar-large .osf-api-calendar-large-day .day-number {
  color: #555;
  display: block;
  text-align: left;
  padding: 0px 10px;
  text-align: center;
  font-weight: bold;
  padding: 5px 10px 0;
}
.osf-api-calendar-large .osf-api-calendar-large-day .osf-api-calendar-item {
  font-size: 1em;
  padding: 15px 0;
  position: relative;
  margin: 0 10px;
  border-top: solid 2px #eee;
}
.osf-api-calendar-large .osf-api-calendar-large-day .osf-api-calendar-item:first-child {
  border-top: 0;
}
.osf-api-calendar-large .osf-api-calendar-large-day .osf-api-calendar-item .event-name {
  color: #555;
  font-weight: bold;
}
.osf-api-calendar-large .osf-api-calendar-large-day .osf-api-calendar-item .event-time,
.osf-api-calendar-large .osf-api-calendar-large-day .osf-api-calendar-item .event-date {
  font-size: 1.1em;
  display: block;
  font-weight: bold;
}
.osf-api-calendar-large .osf-api-calendar-large-day .osf-api-calendar-item:not(:first-child) {
  margin-top: 5px;
}
.osf-api-calendar-large .osf-api-calendar-large-day .osf-api-calendar-item .bg {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.15;
  z-index: 0;
}
.osf-api-calendar-large .osf-api-calendar-large-day .osf-api-calendar-item .content {
  z-index: 1;
  position: relative;
}
.btn-cal {
  font-weight: bold;
  position: relative;
  padding-right: 35px;
  padding-left: 0;
}
.btn-cal:after {
  content: " \203a";
  transform: scale(2);
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  height: 1em;
  line-height: .75em;
  margin-top: -0.5em;
  transition: right 0.4s;
}
.btn-cal:hover:after {
  right: 5px;
}
.btn-cal.btn-cal-info {
  font-size: .8em;
}
.osf-api-calendar-small.expanded {
  width: 100%;
}
.event-venue {
  font-size: .8em;
  font-weight: 600;
  display: block;
}
.osf-api-calendar-filters {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  font-size: 18px;
}
.osf-api-calendar-filters strong {
  color: #555;
  text-transform: uppercase;
  font-size: .9em;
}
.osf-api-calendar-filters .filter {
  margin-right: 15px;
}
.osf-api-calendar-filters .filter select {
  max-width: 200px;
}
.osf-api-calendar-filters input {
  border: solid 1px #555;
  font-size: 1em;
  line-height: 1em;
}
.osf-api-calendar-filters .filter-date-input {
  width: 7em;
  text-align: center;
}
.osf-calendar-filter-jump {
  margin-bottom: 5px;
}
.osf-api-calendar-filters-header {
  display: block;
  font-size: 1.5em;
  margin: 20px 0 5px;
}
[v-cloak] {
  display: none;
}
.osf-calendar-bottom-navigation {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .row-regular .col-xs-1:nth-child(12n + 1) {
    clear: left;
  }
  .row-regular .col-xs-2:nth-child(6n + 1) {
    clear: left;
  }
  .row-regular .col-xs-3:nth-child(4n + 1) {
    clear: left;
  }
  .row-regular .col-xs-4:nth-child(3n + 1) {
    clear: left;
  }
  .row-regular .col-xs-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .row-regular .col-sm-1:nth-child(12n + 1) {
    clear: left;
  }
  .row-regular .col-sm-2:nth-child(6n + 1) {
    clear: left;
  }
  .row-regular .col-sm-3:nth-child(4n + 1) {
    clear: left;
  }
  .row-regular .col-sm-4:nth-child(3n + 1) {
    clear: left;
  }
  .row-regular .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .row-regular .col-md-1:nth-child(12n + 1) {
    clear: left;
  }
  .row-regular .col-md-2:nth-child(6n + 1) {
    clear: left;
  }
  .row-regular .col-md-3:nth-child(4n + 1) {
    clear: left;
  }
  .row-regular .col-md-4:nth-child(3n + 1) {
    clear: left;
  }
  .row-regular .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .row-regular .col-lg-1:nth-child(12n + 1) {
    clear: left;
  }
  .row-regular .col-lg-2:nth-child(6n + 1) {
    clear: left;
  }
  .row-regular .col-lg-3:nth-child(4n + 1) {
    clear: left;
  }
  .row-regular .col-lg-4:nth-child(3n + 1) {
    clear: left;
  }
  .row-regular .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}
/*# sourceMappingURL=style.css.map */