/*
 * global/variables.less
 * ----------------------------------------------------------------
 */
.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-footer:before,
.modal-footer: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-footer:after {
  clear: both;
}
.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-footer:before,
.modal-footer: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-footer:after {
  clear: both;
}
/* Custom Mixins */
/*
	
	.make-video-thumbnail()

	This is for a video-thumbnail wrap for when we have pseudo play buttons on top of a video thumbnail img

	Arguments:
	@play-button-size: tells how big the play button in the middle should be. Pass in an argument in EM's
	@color: (optional) pass in black or white to get a lighter or darker overlay

	The HTML should look like:

	<div class="video-thumbnail">
		<img src="url" />
		<div class="thumbnail-overlay"></div>
		<a href="#">
			<span class="play-button">
				<i class="qi qi-play"></i>
			</span>
		</a>					
		<p>Text</p>
	</div>

	The <p> and the overlay <div> are optional

*/
/*
	.make-play-button()
	
	The .make-play-button mixin is for a pseduo play button on videos
	
	Two required variables:
	@size: needs to be in em's, size is based off of this
	@classname: the name of the class (like "play-button" or something)
	@color: (optional) if it's white, will return a lighter button, if it's black, will return a darker button

	The HTML of this mixin needs to look something like this:
	<span class="{classname}"><i class="qi qi-play"></i></span>

*/
/*
 * qualtrics-less/qualtrics-variables.less
 * ----------------------------------------------------------------
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! 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;
  }
  select {
    background: #fff !important;
  }
  .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('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/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: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.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: 'Qualtrics Grotesque', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.66666667;
  color: #000;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #e10019;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ae0013;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
a:visited {
  color: #e10019;
}
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.66666667;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #f8f8f8;
}
.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;
}
.intro-text {
  font-size: 24px;
  line-height: 1.75em;
}
.qualtrics-hero-thin div.container {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.qualtrics-hero-thin div.container .left-container {
  margin-top: -23px !important;
}
.qualtrics-hero-thin div.container .left-container span.qi {
  font-size: 50px;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .qualtrics-hero-thin div.container .left-container span.qi {
    font-size: 150px;
  }
}
@media screen and (min-width: 992px) {
  .qualtrics-hero-thin div.container .left-container span.qi {
    font-size: 300px;
  }
}
.qualtrics-hero-thin div.container .btn-q-primary {
  margin-top: 14px !important;
}
.qualtrics-hero-thin div.container .intro p {
  font-weight: 200;
  font-size: 28px;
}
.circle-list {
  position: relative;
  list-style-type: none;
  list-style-position: inside;
  color: #e10019;
  font-size: 25px;
  margin-left: 25px;
  line-height: 0;
}
.circle-list li span {
  color: black;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 15px;
}
.circle-list li .h4 {
  font-size: 14px;
}
.circle-list li:before {
  content: '○';
  position: absolute;
  display: inline;
  line-height: 0.9;
  left: 0px;
  color: #e10019;
  font-weight: 600;
}
.second-page-colums hr {
  width: 100%;
  height: 1px;
  background: #000;
}
.second-page-colums .q-arrow-link {
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 50px;
}
.bread-breadcrumbs {
  position: relative;
  display: none;
}
@media screen and (min-width: 992px) {
  .bread-breadcrumbs {
    display: block;
  }
}
.bread-breadcrumbs ul li {
  padding: 0px 10px 0px 0px;
  line-height: 1;
}
.bread-breadcrumbs ul li a {
  text-transform: uppercase;
  font-size: 12.5px;
  font-weight: 600;
  color: #a6a6a6;
  padding-left: 5px;
  line-height: 0.5;
}
.bread-breadcrumbs ul li a:hover {
  color: black;
  cursor: pointer;
}
.bread-breadcrumbs ul li .active {
  color: black;
}
.bread-breadcrumbs ul li:after {
  content: "\E046";
  display: inline-block;
  font-family: 'Qualtrics Icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  margin-left: 6px;
  position: absolute;
}
.bread-breadcrumbs ul li:last-child:after {
  content: '';
}
.absolute-breadcrumbs {
  top: -103px;
  margin-top: -72px;
  z-index: 6;
  display: none;
}
@media screen and (min-width: 992px) {
  .absolute-breadcrumbs {
    margin-top: -45px;
    display: block;
  }
}
.absolute-breadcrumbs ul li a {
  color: lightgray;
}
.absolute-breadcrumbs ul li a:hover {
  color: #fff;
  cursor: pointer;
}
.absolute-breadcrumbs ul li .active {
  color: #fff;
}
.absolute-breadcrumbs ul li:after {
  color: #fff;
}
.case-study-link {
  position: relative;
  display: inline-block;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  width: 100%;
  padding: 47px 0px 47px 0px;
}
.case-study-link .logo-container {
  width: 19%;
  vertical-align: middle;
  display: none;
}
.case-study-link .logo-container .large-logo {
  font-size: 150px;
  line-height: 0;
  padding: 0px 47px 0px 47px;
}
.case-study-link .logo-container .medium-logo {
  font-size: 67px;
  line-height: 0;
  padding: 0px 47px 0px 47px;
}
.case-study-link .logo-container .medium-icon-center {
  font-size: 67px;
  line-height: 0;
  padding: 0 0 0 30.25%;
}
.case-study-link .logo-container .large-icon-center {
  font-size: 67px;
  line-height: 1.6;
  padding: 0 0 0 17.25%;
}
@media screen and (min-width: 992px) {
  .case-study-link .logo-container {
    display: block;
  }
}
.case-study-link .text-container {
  width: 100%;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .case-study-link .text-container {
    width: 70%;
  }
}
.case-study-link .text-container .section-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .case-study-link .text-container .section-title {
    font-size: 35px;
  }
}
.case-study-link .text-container p {
  margin-bottom: 25px;
}
.case-study-link .text-container .q-arrow-link {
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 0;
  margin-top: 25px;
}
.case-study-link .text-container .q-arrow-link:after {
  line-height: 1.20em;
  padding-left: 2px;
}
.dropdown-menu-languages {
  bottom: 100%;
  width: 410px;
  top: initial !important;
  padding: 50px 35px 50px 35px!important;
  left: -176px !important;
  border-radius: 10px !important;
  overflow: visible;
}
.dropdown-menu-languages li a {
  color: #e10019 !important;
  cursor: pointer;
}
.dropdown-menu-languages .title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0px 20px 23px 20px;
}
.language-selector {
  text-transform: uppercase;
  font-size: 14px !important;
}
.ul-number-list {
  list-style: none;
  margin-left: -40px;
}
.ul-number-list li {
  margin-top: 2%;
  display: flex;
}
.ul-number-list span {
  display: inline;
}
.ul-number-list .number-circle {
  width: 30px;
  height: 30px;
  font-size: 14px;
  padding: 4px;
  display: inline-table;
  background: #5fb4e5;
  color: #ffffff;
  margin-right: 4%;
  text-align: center;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  behavior: url(PIE.htc);
  /* remove if you don't care about IE8 */
}
.qualtrics-tabs .nav-tabs-blue .active {
  background-color: #5fb4e5;
}
.qualtrics-tabs .nav-tabs-blue li h2 a,
.qualtrics-tabs .nav-tabs-blue li h3 a {
  display: block;
  padding: 10px 15px;
  border: 0;
  line-height: 1.666666667;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
.qualtrics-tabs .nav-tabs-blue li h2,
.qualtrics-tabs .nav-tabs-blue li h3 {
  font-size: 18px;
  margin: 0;
  letter-spacing: 0;
}
.qualtrics-tabs .nav-tabs-blue li:first-child {
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-bottom-left-radius: 50px;
  -webkit-border-top-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  border-top-left-radius: 50px;
}
.qualtrics-tabs .nav-tabs-blue li:last-child {
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  border-bottom-right-radius: 50px;
  -webkit-border-top-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  border-top-right-radius: 50px;
}
@media (max-width: 500px) {
  .qualtrics-tabs .nav-tabs-blue li:first-child {
    -webkit-border-bottom-left-radius: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    border-bottom-left-radius: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    border-top-left-radius: 0px !important;
  }
}
@media (max-width: 500px) {
  .qualtrics-tabs .nav-tabs-blue li:last-child {
    -webkit-border-bottom-right-radius: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    border-bottom-right-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    -moz-border-radius-topright: 0px !important;
    border-top-right-radius: 0px !important;
  }
}
.qualtrics-tabs .nav-tabs-blue li {
  border: none;
  margin-bottom: 0;
  background-color: #d9e0e2;
  text-align: center;
}
.nav-tabs-blue .active {
  background-color: #5fb4e5;
}
.nav-tabs-blue .active:hover {
  background-color: #5fb4e5;
}
.nav-tabs-blue .active:active {
  background-color: #5fb4e5;
}
.nav-tabs-blue li {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #d9e0e2;
}
@media (max-width: 480px) {
  .nav-tabs-blue li {
    width: 100%;
  }
}
.nav-tabs-blue li:hover {
  background-color: #5fb4e5 !important;
}
.nav-tabs-blue li:active {
  background-color: #5fb4e5 !important;
}
.nav-tabs-blue li:visited {
  background-color: #5fb4e5 !important;
}
.nav-tabs-blue li:focus {
  background-color: #5fb4e5 !important;
}
.nav-tabs-blue #tab-first {
  margin-right: 5px;
}
.nav-tabs-blue #tab-last {
  margin-left: 5px;
}
@media (max-width: 480px) {
  .nav-tabs-blue #tab-last {
    margin-left: 0px;
  }
}
.nav-tabs-blue a:active {
  background-color: transparent !important;
}
.nav-tabs-blue a:visited {
  background-color: #5fb4e5 !important;
}
@media (max-width: 992px) {
  .nav.nav-tabs-blue {
    margin-left: 20%;
  }
}
@media (max-width: 700px) {
  .nav.nav-tabs-blue {
    margin-left: 5%;
  }
}
@media (max-width: 480px) {
  .nav.nav-tabs-blue {
    margin-left: 5%;
  }
}
.qualtrics-tabs .nav-tabs-blue li.active h2 a,
.qualtrics-tabs .nav-tabs-blue li.active h3 a {
  color: white;
}
h1,
h2,
h3,
h4,
h5,
h6,
.hero-title,
.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,
.hero-title small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.hero-title .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #d9e0e2;
}
h1,
.hero-title,
h2,
.h2,
h3,
.h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
h1 small,
.hero-title small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.hero-title .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
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,
.hero-title {
  font-size: 54px;
}
h2,
.h2 {
  font-size: 35px;
}
h3,
.h3 {
  font-size: 14px;
}
h4,
.h4 {
  font-size: 12px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
.hero-title-xl {
  font-size: 78px;
  font-weight: 100;
}
h1,
.hero-title,
h2,
.h2 {
  font-weight: 200;
}
h3,
.h3 {
  font-weight: 400;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 500;
}
h6,
.h6 {
  text-transform: uppercase;
}
p {
  margin: 0 0 15px;
}
.lead {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 88%;
}
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: #d9e0e2;
}
.text-primary {
  color: #e10019;
}
a.text-primary:hover {
  color: #ae0013;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #e10019;
}
a.bg-primary:hover {
  background-color: #ae0013;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 14px;
  margin: 60px 0 30px;
  border-bottom: 1px solid #f8f8f8;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 15px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-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: 30px;
}
dt,
dd {
  line-height: 1.66666667;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .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 #d9e0e2;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 15px 30px;
  margin: 0 0 30px;
  font-size: 22.5px;
  border-left: 5px solid #f8f8f8;
}
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.66666667;
  color: #d9e0e2;
}
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 #f8f8f8;
  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: 30px;
  font-style: normal;
  line-height: 1.66666667;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 14.5px;
  margin: 0 0 15px;
  font-size: 17px;
  line-height: 1.66666667;
  word-break: break-all;
  word-wrap: break-word;
  color: #647077;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  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-bl-1, .col-bl-2, .col-bl-3, .col-bl-4, .col-bl-5, .col-bl-6, .col-bl-7, .col-bl-8, .col-bl-9, .col-bl-10, .col-bl-11, .col-bl-12 {
  float: left;
}
.col-bl-12 {
  width: 100%;
}
.col-bl-11 {
  width: 91.66666667%;
}
.col-bl-10 {
  width: 83.33333333%;
}
.col-bl-9 {
  width: 75%;
}
.col-bl-8 {
  width: 66.66666667%;
}
.col-bl-7 {
  width: 58.33333333%;
}
.col-bl-6 {
  width: 50%;
}
.col-bl-5 {
  width: 41.66666667%;
}
.col-bl-4 {
  width: 33.33333333%;
}
.col-bl-3 {
  width: 25%;
}
.col-bl-2 {
  width: 16.66666667%;
}
.col-bl-1 {
  width: 8.33333333%;
}
.col-bl-pull-12 {
  right: 100%;
}
.col-bl-pull-11 {
  right: 91.66666667%;
}
.col-bl-pull-10 {
  right: 83.33333333%;
}
.col-bl-pull-9 {
  right: 75%;
}
.col-bl-pull-8 {
  right: 66.66666667%;
}
.col-bl-pull-7 {
  right: 58.33333333%;
}
.col-bl-pull-6 {
  right: 50%;
}
.col-bl-pull-5 {
  right: 41.66666667%;
}
.col-bl-pull-4 {
  right: 33.33333333%;
}
.col-bl-pull-3 {
  right: 25%;
}
.col-bl-pull-2 {
  right: 16.66666667%;
}
.col-bl-pull-1 {
  right: 8.33333333%;
}
.col-bl-pull-0 {
  right: auto;
}
.col-bl-push-12 {
  left: 100%;
}
.col-bl-push-11 {
  left: 91.66666667%;
}
.col-bl-push-10 {
  left: 83.33333333%;
}
.col-bl-push-9 {
  left: 75%;
}
.col-bl-push-8 {
  left: 66.66666667%;
}
.col-bl-push-7 {
  left: 58.33333333%;
}
.col-bl-push-6 {
  left: 50%;
}
.col-bl-push-5 {
  left: 41.66666667%;
}
.col-bl-push-4 {
  left: 33.33333333%;
}
.col-bl-push-3 {
  left: 25%;
}
.col-bl-push-2 {
  left: 16.66666667%;
}
.col-bl-push-1 {
  left: 8.33333333%;
}
.col-bl-push-0 {
  left: auto;
}
.col-bl-offset-12 {
  margin-left: 100%;
}
.col-bl-offset-11 {
  margin-left: 91.66666667%;
}
.col-bl-offset-10 {
  margin-left: 83.33333333%;
}
.col-bl-offset-9 {
  margin-left: 75%;
}
.col-bl-offset-8 {
  margin-left: 66.66666667%;
}
.col-bl-offset-7 {
  margin-left: 58.33333333%;
}
.col-bl-offset-6 {
  margin-left: 50%;
}
.col-bl-offset-5 {
  margin-left: 41.66666667%;
}
.col-bl-offset-4 {
  margin-left: 33.33333333%;
}
.col-bl-offset-3 {
  margin-left: 25%;
}
.col-bl-offset-2 {
  margin-left: 16.66666667%;
}
.col-bl-offset-1 {
  margin-left: 8.33333333%;
}
.col-bl-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .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: #d9e0e2;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.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.66666667;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > 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 #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table 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: 22.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > 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: 30px;
  font-size: 27px;
  line-height: inherit;
  color: #647077;
  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: 18px;
  line-height: 1.66666667;
  color: #647077;
}
.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.66666667;
  color: #647077;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .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: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f8f8f8;
  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"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 44px;
  }
  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: 36px;
  }
  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: 53px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 30px;
  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: 48px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 36px;
  line-height: 36px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 36px;
  line-height: 36px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 46px;
}
.input-lg {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 53px;
  line-height: 53px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 53px;
  line-height: 53px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  min-height: 53px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 55px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px;
}
.input-sm + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.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: 35px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@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: 37px;
}
.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: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
form button img.loading-image {
  width: 20px;
  margin: 0!important;
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-align: center;
}
form .validation-error {
  border-color: #e10019;
}
/*    global/fonts.less    */
/* ---------------------------
   QUALTRICS GROTESQUE FONT
------------------------------ */
@font-face {
  font-family: 'Qualtrics Grotesque';
  src: url('../fonts/qualtrics-grotesque/QualtricsGrotesque-ExLight.eot');
  src: url('../fonts/qualtrics-grotesque/QualtricsGrotesque-ExLight.eot?#iefix') format('embedded-opentype'), url('../fonts/qualtrics-grotesque/QualtricsGrotesque-ExLight.woff') format('woff'), url('../fonts/qualtrics-grotesque/QualtricsGrotesque-ExLight.ttf') format('truetype'), url('../fonts/qualtrics-grotesque/QualtricsGrotesque-ExLight.svg#QualtricsGrotesque-ExLight') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Qualtrics Grotesque';
  src: url('../fonts/qualtrics-grotesque/QualtricsGrotesque-Thin.eot');
  src: url('../fonts/qualtrics-grotesque/QualtricsGrotesque-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/qualtrics-grotesque/QualtricsGrotesque-Thin.woff') format('woff'), url('../fonts/qualtrics-grotesque/QualtricsGrotesque-Thin.ttf') format('truetype'), url('../fonts/qualtrics-grotesque/QualtricsGrotesque-Thin.svg#QualtricsGrotesque-Thin') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Qualtrics Grotesque';
  src: url('../fonts/qualtrics-grotesque/QualtricsGrotesque-Light.eot');
  src: url('../fonts/qualtrics-grotesque/QualtricsGrotesque-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/qualtrics-grotesque/QualtricsGrotesque-Light.woff') format('woff'), url('../fonts/qualtrics-grotesque/QualtricsGrotesque-Light.ttf') format('truetype'), url('../fonts/qualtrics-grotesque/QualtricsGrotesque-Light.svg#QualtricsGrotesque-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Qualtrics Grotesque';
  src: url('../fonts/qualtrics-grotesque/QualtricsGrotesque-Regular.eot');
  src: url('../fonts/qualtrics-grotesque/QualtricsGrotesque-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/qualtrics-grotesque/QualtricsGrotesque-Regular.woff') format('woff'), url('../fonts/qualtrics-grotesque/QualtricsGrotesque-Regular.ttf') format('truetype'), url('../fonts/qualtrics-grotesque/QualtricsGrotesque-Regular.svg#QualtricsGrotesque-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Qualtrics Grotesque';
  src: url('../fonts/qualtrics-grotesque/QualtricsGrotesque-SemiBold.eot');
  src: url('../fonts/qualtrics-grotesque/QualtricsGrotesque-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/qualtrics-grotesque/QualtricsGrotesque-SemiBold.woff') format('woff'), url('../fonts/qualtrics-grotesque/QualtricsGrotesque-SemiBold.ttf') format('truetype'), url('../fonts/qualtrics-grotesque/QualtricsGrotesque-SemiBold.svg#QualtricsGrotesque-SemiBold') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Qualtrics Grotesque';
  src: url('../fonts/qualtrics-grotesque/QualtricsGrotesque-Bold.eot');
  src: url('../fonts/qualtrics-grotesque/QualtricsGrotesque-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/qualtrics-grotesque/QualtricsGrotesque-Bold.woff') format('woff'), url('../fonts/qualtrics-grotesque/QualtricsGrotesque-Bold.ttf') format('truetype'), url('../fonts/qualtrics-grotesque/QualtricsGrotesque-Bold.svg#QualtricsGrotesque-Bold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Qualtrics Grotesque';
  src: url('../fonts/qualtrics-grotesque/QualtricsGrotesque-UltraBold.eot');
  src: url('../fonts/qualtrics-grotesque/QualtricsGrotesque-UltraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/qualtrics-grotesque/QualtricsGrotesque-UltraBold.woff') format('woff'), url('../fonts/qualtrics-grotesque/QualtricsGrotesque-UltraBold.ttf') format('truetype'), url('../fonts/qualtrics-grotesque/QualtricsGrotesque-UltraBold.svg#QualtricsGrotesque-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Qualtrics Grotesque';
  src: url('../fonts/qualtrics-grotesque/QualtricsGrotesque-Black.eot');
  src: url('../fonts/qualtrics-grotesque/QualtricsGrotesque-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/qualtrics-grotesque/QualtricsGrotesque-Black.woff') format('woff'), url('../fonts/qualtrics-grotesque/QualtricsGrotesque-Black.ttf') format('truetype'), url('../fonts/qualtrics-grotesque/QualtricsGrotesque-Black.svg#QualtricsGrotesque-Bold') format('svg');
  font-weight: 800;
  font-style: normal;
}
strong {
  font-weight: 600;
}
.Clear {
  clear: both;
}
.Block {
  display: block;
}
/* -------------------------
    QUALTRICS LOGO FONT
--------------------------- */
@font-face {
  font-family: 'Qualtrics Logos v2';
  src: url('../fonts/qualtrics-logos/QualtricsLogos-Regular.eot??v=2.1');
  src: local('☺'), url('../fonts/qualtrics-logos/QualtricsLogos-Regular.eot?v=2.1#iefix') format('embedded-opentype'), url('../fonts/qualtrics-logos/QualtricsLogos-Regular.woff?v=2.1') format('woff'), url('../fonts/qualtrics-logos/QualtricsLogos-Regular.woff2?v=2.1') format('woff2');
  font-weight: normal;
  font-style: normal;
}
.ql:before {
  display: inline-block;
  font-family: 'Qualtrics Logos v2';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* -------------------------
    QUALTRICS ICON FONT
--------------------------- */
@font-face {
  font-family: 'Qualtrics Icons';
  src: url('../fonts/qualtrics-icons/QualtricsIcons-Regular.eot?v=1.4');
  src: local('☺'), url('../fonts/qualtrics-icons/QualtricsIcons-Regular.eot?v=1.4#iefix') format('embedded-opentype'), url('../fonts/qualtrics-icons/QualtricsIcons-Regular.woff?v=1.4') format('woff'), url('../fonts/qualtrics-icons/QualtricsIcons-Regular.woff2?v=1.4') format('woff2');
  font-weight: normal;
  font-style: normal;
}
.qi:before,
.icon-before-default {
  display: inline-block;
  font-family: 'Qualtrics Icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.qi-lc:before,
.ql-lc:before {
  vertical-align: -2px;
}
.qi-hide-text,
.ql-hide-text {
  color: transparent;
}
.qi-hide-text:before,
.ql-hide-text:before {
  color: #000;
}
/* makes the font 33% larger relative to the icon container */
.qi-lg:before,
.ql-lg:before {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.qi-2x:before {
  font-size: 2em;
}
.qi-3x:before {
  font-size: 3em;
}
.qi-4x:before {
  font-size: 4em;
}
.qi-5x:before {
  font-size: 5em;
}
.qi-fw:before {
  width: 1.28571429em;
  text-align: center;
}
.qi-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.qi-ul > li {
  position: relative;
}
.qi-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  font-size: 25px;
  text-align: center;
}
.qi-li.qi-lg {
  left: -1.85714286em;
}
.qi.pull-left {
  margin-right: .3em;
}
.qi.pull-right {
  margin-left: .3em;
}
.qi-spin:before {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.ql-ul {
  padding-left: 0;
  margin-left: 4.5em;
  list-style-type: none;
}
.ql-ul > li {
  position: relative;
}
.ql-li {
  position: absolute;
  left: -4.5em;
  width: 4.5em;
  top: 0.14285714em;
  font-size: 35px;
  text-align: center;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.qi-rotate-90:before {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.qi-rotate-180:before {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.qi-rotate-270:before {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.qi-flip-horizontal:before {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.qi-flip-vertical:before {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.qi-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.qi-stack-1x:before,
.qi-stack-2x:before {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.qi-stack-1x:before {
  line-height: inherit;
}
.qi-stack-2x:before {
  font-size: 2em;
}
.qi-inverse:before {
  color: #ffffff;
}
.qi-primary:before {
  color: #e10019;
}
.qi-secondary:before {
  color: #5fb4e5;
}
/* Qualtrics Icons & Qualtrics Logos use the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons,
   but if an icon coinsides with a Public Unicode value, that value should be used instead. */
/* E250 <-- Current Private Unicode Value for when we add new icons to the font
*/
/* -------------------------
        BRAND ICONS
---------------------------- */
.qi-qualtrics-logo:before {
  content: "\E000";
}
.qi-qualtrics-logotype:before {
  content: "\E001";
}
.qi-qualtrics-logotype-longq:before {
  content: "\E009";
}
.qi-qualtrics-q-tab:before {
  content: "\E008";
}
.qi-qualtrics-q:before {
  content: "\E002";
}
.qi-qualtrics-q-box:before {
  content: "\E007";
}
.qi-qualtrics-q-browser:before {
  content: "\E003";
}
.qi-qualtrics-q-browser-md:before,
.q-icon-qualtrics-q-browser-md {
  content: "\E004";
}
.qi-qualtrics-barnaby-alt-md:before,
.q-icon-qualtrics-barnaby-alt-md {
  content: "\E005";
}
.qi-qualtrics-barnaby-alt:before,
.q-icon-qualtrics-barnaby-alt {
  content: "\E006";
}
/* -------------------------
      ENTERPRISE ICONS
---------------------------- */
.qi-enterprise-voc:before {
  content: "\E240";
}
.qi-enterprise-mr:before {
  content: "\E241";
}
.qi-enterprise-op:before {
  content: "\E242";
}
.qi-enterprise-ei:before {
  content: "\E243";
}
.qi-enterprise-cx:before {
  content: "\E455";
}
.qi-survey-mobile-alt-md:before {
  content: "\E231";
}
.qi-vocalize-alt-md:before {
  content: "\E232";
}
.qi-research-suite-alt-md:before {
  content: "\E233";
}
.qi-site-intercept-alt-md:before {
  content: "\E234";
}
.qi-online-sample-alt-md:before {
  content: "\E235";
}
.qi-target-audience-alt-md:before {
  content: "\E236";
}
.qi-target-audience-mark-md:before {
  content: "\E250";
}
.qi-employee-engagement-alt-md:before {
  content: "\E237";
}
.qi-360-alt-md:before {
  content: "\E239";
}
/* -------------------------
      DIRECTIONAL ICONS
---------------------------- */
.qi-angle-down:before,
.q-icon-angle-down {
  content: "\E040";
}
.qi-angle-left:before {
  content: "\E041";
}
.qi-angle-right:before,
.q-icon-angle-right {
  content: "\E042";
}
.qi-angle-up:before,
.q-icon-angle-up {
  content: "\E043";
}
.qi-caret-down:before,
.q-icon-caret-down {
  content: "\E044";
}
.qi-caret-left:before {
  content: "\E045";
}
.qi-caret-right:before {
  content: "\E046";
}
.qi-caret-up:before,
.q-icon-caret-up {
  content: "\E047";
}
.qi-arrow-down:before {
  content: "\E048";
}
.qi-arrow-left:before {
  content: "\E049";
}
.qi-arrow-right:before {
  content: "\E050";
}
.qi-arrow-up:before {
  content: "\E051";
}
.qi-chevron-left:before {
  content: "\E052";
}
.qi-chevron-right:before,
.q-icon-chevron-right {
  content: "\E053";
}
/* ----------------------------------
  DATA, STORAGE, and TRANSFER ICONS
------------------------------------- */
.qi-cloud:before {
  content: "\2601";
}
.qi-cloud-down:before {
  content: "\E031";
}
.qi-cloud-up:before {
  content: "\E032";
}
.qi-doc:before {
  content: "\E097";
}
.qi-doc-alt:before {
  content: "\E098";
}
.qi-doc-audio:before {
  content: "\E090";
}
.qi-doc-excel:before {
  content: "\E091";
}
.qi-doc-img:before {
  content: "\E092";
}
.qi-doc-ppt:before {
  content: "\E093";
}
.qi-doc-video:before {
  content: "\E094";
}
.qi-doc-word:before {
  content: "\E095";
}
.qi-doc-zip:before {
  content: "\E096";
}
.qi-doc-txt:before {
  content: "\E099";
}
.qi-doc-txt-alt:before {
  content: "\E100";
}
.qi-archive:before {
  content: "\E101";
}
.qi-archive-alt-md:before {
  content: "\E102";
}
.qi-folder:before {
  content: "\E110";
}
.qi-folder-alt:before {
  content: "\E111";
}
.qi-folder-open:before {
  content: "\E112";
}
.qi-folder-open-alt-sm:before {
  content: "\E223";
}
.qi-folder-open-alt-md:before {
  content: "\E113";
}
.qi-folder-open-alt-lg:before {
  content: "\E224";
}
/* -------------------------
COMMENT and COMMUNICATION ICONS
--------------------------- */
.qi-comment:before {
  content: "\E130";
}
.qi-comment-alt-md:before {
  content: "\E131";
}
.qi-comments:before {
  content: "\E132";
}
.qi-comments-alt:before {
  content: "\E133";
}
.qi-comments-alt-md:before {
  content: "\E134";
}
.qi-comments-survey-md:before {
  content: "\E254";
}
/* -------------------------
SOCIAL and TECH ICONS
--------------------------- */
.qi-facebook:before {
  content: "\E120";
}
.qi-facebook-box:before {
  content: "\E127";
}
.qi-twitter:before {
  content: "\E121";
}
.qi-twitter-box:before {
  content: "\E135";
}
.qi-instagram:before {
  content: "\E122";
}
.qi-google-plus:before {
  content: "\E123";
}
.qi-google-plus-box:before {
  content: "\E128";
}
.qi-linked-in:before {
  content: "\E124";
}
.qi-linked-in-box:before {
  content: "\E129";
}
.qi-youtube:before {
  content: "\E125";
}
.qi-rss:before {
  content: "\E126";
}
/* -------------------------
DEVICE ICONS
--------------------------- */
.qi-mobile-phone:before {
  content: "\E140";
}
.qi-mobile-phone-alt-md:before {
  content: "\E141";
}
.qi-mobile-money-md:before {
  content: "\E148";
}
.qi-tablet:before {
  content: "\E142";
}
.qi-tablet-alt-md:before {
  content: "\E143";
}
.qi-desktop:before {
  content: "\E144";
}
.qi-desktop-alt-md:before {
  content: "\E145";
}
.qi-laptop:before {
  content: "\E146";
}
.qi-laptop-alt-md:before {
  content: "\E147";
}
.qi-browser-alt-lg:before {
  content: "\E203";
}
.qi-browser-chart-alt-md:before {
  content: "\E220";
}
.qi-browser-chart-alt-lg:before {
  content: "\E225";
}
/* -------------------------
INTERFACE ICONS
--------------------------- */
.qi-info:before,
.q-icon-info {
  content: "\E300";
}
.qi-phone:before {
  content: "\E301";
}
.qi-remove:before {
  content: "\E302";
}
.qi-reorder:before {
  content: "\E303";
}
.qi-search:before {
  content: "\E304";
}
.qi-search-alt-md:before {
  content: "\E308";
}
.qi-shopping-cart:before {
  content: "\E305";
}
.qi-spinner:before {
  content: "\E306";
}
.qi-hyperlink {
  content: "\E309";
}
.qi-play:before,
.qi-icon-play {
  content: "\25B6";
}
.qi-calendar:before {
  content: "\1F4C5";
}
.qi-calendar-alt-md:before {
  content: "\E230";
}
.qi-hyperlink:before {
  content: "\E309";
}
/* -------------------------
LOGOS
--------------------------- */
.qi-accel:before {
  content: "\E350";
}
.qi-sequoia:before {
  content: "\E351";
}
.qi-insight:before {
  content: "\E352";
}
/* -------------------------
MISC ICONS
--------------------------- */
.qi-ribbon:before {
  content: "\1F380";
}
.qi-ribbon-alt-md:before {
  content: "\E151";
}
.qi-ribbon-star-md:before {
  content: "\E249";
}
.qi-rocket:before {
  content: "\1F680";
}
.qi-rocket-alt-md:before {
  content: "\E153";
}
.qi-trophy:before {
  content: "\1F3C6";
}
.qi-trophy-alt-md:before {
  content: "\E155";
}
.qi-trophy-alt-lg:before {
  content: "\E200";
}
.qi-envelope:before {
  content: "\2709";
}
.qi-envelope-alt-md:before {
  content: "\E157";
}
.qi-envelope-open-alt-lg:before {
  content: "\E201";
}
.qi-list:before {
  content: "\E158";
}
.qi-list-alt:before {
  content: "\E159";
}
.qi-list-alt-md:before {
  content: "\E160";
}
.qi-light-bulb:before,
.q-icon-light-bulb {
  content: "\E161";
}
.qi-light-bulb-alt-md:before,
.q-icon-light-bulb-alt-md {
  content: "\E162";
}
.qi-user:before {
  content: "\E163";
}
.qi-user-alt-md:before {
  content: "\E164";
}
.qi-user-alt-lg:before {
  content: "\E211";
}
.qi-user-profile-alt-md:before {
  content: "\E205";
}
.qi-group:before {
  content: "\E165";
}
.qi-group-alt-md:before {
  content: "\E166";
}
.qi-group-insight-alt-md:before {
  content: "\E167";
}
.qi-group-online-md:before {
  content: "\E253";
}
.qi-dashboard:before {
  content: "\E168";
}
.qi-dashboard-alt-md:before {
  content: "\E169";
}
.qi-dashboard-alt-lg:before {
  content: "\E227";
}
.qi-book:before {
  content: "\E170";
}
.qi-book-alt-md:before {
  content: "\E171";
}
.qi-bar-chart:before {
  content: "\E172";
}
.qi-bar-chart-alt-md:before {
  content: "\E173";
}
.qi-line-chart-alt-md:before {
  content: "\E206";
}
.qi-chart-pie-md:before {
  content: "\E208";
}
.qi-check:before {
  content: "\E176";
}
.qi-check-alt:before {
  content: "\E174";
}
.qi-check-alt-md:before {
  content: "\E175";
}
.qi-check-alt-lg:before {
  content: "\E226";
}
.qi-cog:before {
  content: "\E177";
}
.qi-cog-alt-md:before {
  content: "\E178";
}
.qi-cogs:before {
  content: "\E179";
}
.qi-home:before {
  content: "\E180";
}
.qi-home-alt-md:before {
  content: "\E181";
}
.qi-refresh:before {
  content: "\E182";
}
.qi-refresh-alt-md:before {
  content: "\E183";
}
.qi-partners-alt:before {
  content: "\E184";
}
.qi-partners-alt-md:before {
  content: "\E185";
}
.qi-film-alt:before {
  content: "\E186";
}
.qi-film-alt-md:before {
  content: "\E187";
}
.qi-academic:before {
  content: "\E189";
}
.qi-academic-alt-md:before {
  content: "\E188";
}
.qi-money-alt-md:before {
  content: "\E204";
}
.qi-timer-alt-md:before {
  content: "\E207";
}
.qi-back:before {
  content: "\E210";
}
.qi-skull:before,
.q-icon-skull {
  content: "\1F480";
}
.qi-skull:before {
  content: "\1F480";
}
.qi-skull-alt:before {
  content: "\E228";
}
.qi-skull-alt-md:before,
.q-icon-skull-alt-md {
  content: "\E222";
}
.qi-food-md:before {
  content: "\E244";
}
.qi-like-circle-md:before {
  content: "\E245";
}
.qi-heart-box-md:before {
  content: "\E246";
}
.qi-heart-click-md:before {
  content: "\E247";
}
.qi-heart-plus-md:before {
  content: "\E248";
}
.qi-megaphone-md:before {
  content: "\E251";
}
.qi-fader-horizontal-md:before {
  content: "\E252";
}
.qi-pinpoint-md:before {
  content: "\E255";
}
.ab-test-md:before {
  content: "\E350";
}
.airplane-md:before {
  content: "\E351";
}
.airplane-takeoff-md:before {
  content: "\E352";
}
.audio-md:before {
  content: "\E353";
}
.bar-chart-circle-md:before {
  content: "\E354";
}
.barchart-md:before {
  content: "\E355";
}
.benchmarking-md:before {
  content: "\E356";
}
.brain-md:before {
  content: "\E357";
}
.clock-md:before {
  content: "\E358";
}
.cog-phone-md:before {
  content: "\E359";
}
.comment-refresh-md:before {
  content: "\E360";
}
.comment-user-md:before {
  content: "\E361";
}
.diamond-md:before {
  content: "\E362";
}
.doc-search-md:before {
  content: "\E363";
}
.door-lock-md:before {
  content: "\E364";
}
.envelope-open-md:before {
  content: "\E365";
}
.envelope-open-survey-md:before {
  content: "\E366";
}
.eye-diamond-md:before {
  content: "\E367";
}
.fader-md:before {
  content: "\E368";
}
.fader-vertical-md:before {
  content: "\E369";
}
.hyperlink-md:before {
  content: "\E370";
}
.light-bulb-user-md:before {
  content: "\E371";
}
.like-dislike-md:before {
  content: "\E372";
}
.line-chart-big-md:before {
  content: "\E373";
}
.location-mark-md:before {
  content: "\E374";
}
.megaphone-simple-md:before {
  content: "\E375";
}
.mobile-list-md:before {
  content: "\E376";
}
.mouse-md:before {
  content: "\E377";
}
.network-md:before {
  content: "\E378";
}
.nut-md:before {
  content: "\E379";
}
.online-check-md:before {
  content: "\E380";
}
.phone-mark-md:before {
  content: "\E381";
}
.pie-chart-md:before {
  content: "\E382";
}
.pointer-md:before {
  content: "\E383";
}
.product-testing-md:before {
  content: "\E384";
}
.puzzle-piece-md:before {
  content: "\E392";
}
.ribbon-square-md:before {
  content: "\E385";
}
.ribbon-square-star-md:before {
  content: "\E386";
}
.search-bar-chart-md:before {
  content: "\E401";
}
.search-md:before {
  content: "\E400";
}
.shapes-md:before {
  content: "\E391";
}
.puzzle-piece-md:before {
  content: "\E392";
}
.sitemap-md:before {
  content: "\E398";
}
.target-md:before {
  content: "\E389";
}
.test-tube-md:before {
  content: "\E397";
}
.shopping-bag-md:before {
  content: "\E395";
}
.ticket-md:before {
  content: "\E387";
}
.pulse-md:before {
  content: "\E396";
}
.ticket-star-md:before {
  content: "\E388";
}
.user-check-circle-md:before {
  content: "\E394";
}
.user-check-md:before {
  content: "\E393";
}
.user-pair-md:before {
  content: "\E399";
}
.user-refresh-md:before {
  content: "\E390";
}
.pencil-box-md:before {
  content: "\E402";
}
.bar-chart-clipboard-md:before {
  content: "\E403";
}
.bar-chart-shopping-cart-md:before {
  content: "\E404";
}
.eyedropper-box-md:before {
  content: "\E405";
}
.browser-cog-md:before {
  content: "\E406";
}
.qr-code-md:before {
  content: "\E407";
}
.group-cog-md:before {
  content: "\E408";
}
.search-book-md:before {
  content: "\E409";
}
.social-boxes-md:before {
  content: "\E410";
}
.line-graph-box-md:before {
  content: "\E411";
}
.cog-heart-md:before {
  content: "\E412";
}
.cog-thumbs-md:before {
  content: "\E413";
}
.paper-survey-md:before {
  content: "\E414";
}
.target-arrow-md:before {
  content: "\E415";
}
.comment-long-md:before {
  content: "\E416";
}
.switch-md:before {
  content: "\E417";
}
.measuring-tape-md:before {
  content: "\E418";
}
.road-sign-md:before {
  content: "\E419";
}
.ruler-md:before {
  content: "\E420";
}
.stars-three-md:before {
  content: "\E421";
}
.shape-switch-md:before {
  content: "\E422";
}
.comment-thumbs-md:before {
  content: "\E423";
}
.user-phone-md:before {
  content: "\E424";
}
.user-circle-md:before {
  content: "\E425";
}
.user-chat-md:before {
  content: "\E426";
}
.pointer-refresh-md:before {
  content: "\E427";
}
.airplane-circle-md:before {
  content: "\E428";
}
.calendar-feedback-md:before {
  content: "\E429";
}
.wrench-md:before {
  content: "\E430";
}
.export-box-md:before {
  content: "\E431";
}
.check-clipboard-md:before {
  content: "\E432";
}
.user-feedback-md:before {
  content: "\E433";
}
.badge-md:before {
  content: "\E434";
}
.arrow-box-md:before {
  content: "\E435";
}
.smiley-face-md:before {
  content: "\E436";
}
.group-feedback-md:before {
  content: "\E437";
}
.mobile-feedback-md:before {
  content: "\E438";
}
.text-feedback-md:before {
  content: "\E439";
}
.desktop-feedback-md:before {
  content: "\E440";
}
.desktop-check-md:before {
  content: "\E441";
}
.money-feedback-md:before {
  content: "\E442";
}
.cog-check-md:before {
  content: "\E443";
}
.cog-comment-md:before {
  content: "\E444";
}
.barcode-md:before {
  content: "\E445";
}
.barcode-check-md:before {
  content: "\E446";
}
.up-down-md:before {
  content: "\E447";
}
.warning-md:before {
  content: "\E448";
}
.doc-edit-md:before {
  content: "\E449";
}
.qi-school-bus-md:before {
  content: "\E450";
}
.qi-map-md:before {
  content: "\E451";
}
.qi-cash-register-md:before {
  content: "\E452";
}
.qi-cogs-md:before {
  content: "\E453";
}
.qi-thermometer-md:before {
  content: "\E454";
}
.qi-anti-md:before {
  content: "\E456";
}
.qi-fancy-ticket:before {
  content: "\E472";
}
.qi-exit-surveys:before {
  content: "\E471";
}
.qi-training-surveys:before {
  content: "\E470";
}
.qi-customer-feedback:before {
  content: "\E469";
}
.qi-omni-channel:before {
  content: "\E468";
}
.qi-customer-follow-up:before {
  content: "\E467";
}
.qi-video:before {
  content: "\E466";
}
.qi-article:before {
  content: "\E465";
}
.qi-report:before {
  content: "\E464";
}
.qi-powerpoint:before {
  content: "\E463";
}
.qi-free-demo:before {
  content: "\E462";
}
.qi-webinar:before {
  content: "\E461";
}
.qi-blog-post:before {
  content: "\E460";
}
.qi-ebook:before {
  content: "\E459";
}
.qi-white-paper:before {
  content: "\E458";
}
.qi-free-account:before {
  content: "\E457";
}
.qi-case-study:before {
  content: "\E456";
}
/* -----------------------

          LOGOS

------------------------- */
/*
  QL-SIZING

  This is so that we have tons of granular sizing for the logos
  Because the logos vary so much in their widths/heights, each increment is + 0.1375em more than the last
  We have from 1 - 15
*/
.ql-1x:before {
  font-size: 0.6em;
}
.ql-2x:before {
  font-size: 0.7em;
}
.ql-3x:before {
  font-size: 0.8em;
}
.ql-4x:before {
  font-size: 0.9em;
}
.ql-5x:before {
  font-size: 1em;
}
.ql-6x:before {
  font-size: 1.1em;
}
.ql-7x:before {
  font-size: 1.2em;
}
.ql-8x:before {
  font-size: 1.3em;
}
.ql-9x:before {
  font-size: 1.4em;
}
.ql-10x:before {
  font-size: 1.5em;
}
.ql-11x:before {
  font-size: 1.6em;
}
.ql-12x:before {
  font-size: 1.7em;
}
.ql-13x:before {
  font-size: 1.8em;
}
.ql-14x:before {
  font-size: 1.9em;
}
.ql-15x:before {
  font-size: 2em;
}
.ql-16x:before {
  font-size: 2.1em;
}
.ql-17x:before {
  font-size: 2.2em;
}
.ql-18x:before {
  font-size: 2.3em;
}
.ql-19x:before {
  font-size: 2.4em;
}
.ql-20x:before {
  font-size: 2.5em;
}
.ql-21x:before {
  font-size: 2.6em;
}
.ql-22x:before {
  font-size: 2.7em;
}
.ql-23x:before {
  font-size: 2.8em;
}
.ql-24x:before {
  font-size: 2.9em;
}
.ql-25x:before {
  font-size: 3em;
}
.ql-26x:before {
  font-size: 3.1em;
}
.ql-27x:before {
  font-size: 3.2em;
}
.ql-28x:before {
  font-size: 3.3em;
}
.ql-29x:before {
  font-size: 3.4em;
}
.ql-30x:before {
  font-size: 3.5em;
}
.ql-31x:before {
  font-size: 3.6em;
}
.ql-32x:before {
  font-size: 3.7em;
}
.ql-33x:before {
  font-size: 3.8em;
}
.ql-34x:before {
  font-size: 3.9em;
}
.ql-35x:before {
  font-size: 4em;
}
.ql-36x:before {
  font-size: 4.1em;
}
.ql-37x:before {
  font-size: 4.2em;
}
.ql-38x:before {
  font-size: 4.3em;
}
.ql-39x:before {
  font-size: 4.4em;
}
.ql-40x:before {
  font-size: 4.5em;
}
.ql-41x:before {
  font-size: 4.6em;
}
.ql-42x:before {
  font-size: 4.7em;
}
.ql-43x:before {
  font-size: 4.8em;
}
.ql-44x:before {
  font-size: 4.9em;
}
.ql-45x:before {
  font-size: 5em;
}
.ql-46x:before {
  font-size: 5.1em;
}
.ql-47x:before {
  font-size: 5.2em;
}
.ql-48x:before {
  font-size: 5.3em;
}
.ql-49x:before {
  font-size: 5.4em;
}
.ql-50x:before {
  font-size: 5.5em;
}
.ql-51x:before {
  font-size: 5.6em;
}
.ql-52x:before {
  font-size: 5.7em;
}
.ql-53x:before {
  font-size: 5.8em;
}
.ql-54x:before {
  font-size: 5.9em;
}
.ql-55x:before {
  font-size: 6em;
}
.ql-56x:before {
  font-size: 6.1em;
}
.ql-57x:before {
  font-size: 6.2em;
}
.ql-58x:before {
  font-size: 6.3em;
}
.ql-59x:before {
  font-size: 6.4em;
}
.ql-60x:before {
  font-size: 6.5em;
}
.ql-61x:before {
  font-size: 6.6em;
}
.ql-62x:before {
  font-size: 6.7em;
}
.ql-63x:before {
  font-size: 6.8em;
}
.ql-64x:before {
  font-size: 6.9em;
}
.ql-65x:before {
  font-size: 7em;
}
.ql-66x:before {
  font-size: 7.1em;
}
.ql-67x:before {
  font-size: 7.2em;
}
.ql-68x:before {
  font-size: 7.3em;
}
.ql-69x:before {
  font-size: 7.4em;
}
.ql-70x:before {
  font-size: 7.5em;
}
.ql-71x:before {
  font-size: 7.6em;
}
.ql-72x:before {
  font-size: 7.7em;
}
.ql-73x:before {
  font-size: 7.8em;
}
.ql-74x:before {
  font-size: 7.9em;
}
.ql-75x:before {
  font-size: 8em;
}
/*
  QL-SPACING

  This is so that we have tons of granular top-spacing for the logos
  Because the logos vary so much in their widths/heights, each increment is 1px more than the last
  We have from 1 - 10
*/
.ql-top-1:before {
  position: relative;
  top: 1px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-1:before {
    top: auto;
  }
}
.ql-bottom-1:before {
  position: relative;
  bottom: 1px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-1:before {
    bottom: auto;
  }
}
.ql-left-1:before {
  position: relative;
  left: 1px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-1:before {
    left: auto;
  }
}
.ql-right-1:before {
  position: relative;
  right: 1px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-1:before {
    right: auto;
  }
}
.ql-top-2:before {
  position: relative;
  top: 2px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-2:before {
    top: auto;
  }
}
.ql-bottom-2:before {
  position: relative;
  bottom: 2px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-2:before {
    bottom: auto;
  }
}
.ql-left-2:before {
  position: relative;
  left: 2px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-2:before {
    left: auto;
  }
}
.ql-right-2:before {
  position: relative;
  right: 2px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-2:before {
    right: auto;
  }
}
.ql-top-3:before {
  position: relative;
  top: 3px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-3:before {
    top: auto;
  }
}
.ql-bottom-3:before {
  position: relative;
  bottom: 3px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-3:before {
    bottom: auto;
  }
}
.ql-left-3:before {
  position: relative;
  left: 3px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-3:before {
    left: auto;
  }
}
.ql-right-3:before {
  position: relative;
  right: 3px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-3:before {
    right: auto;
  }
}
.ql-top-4:before {
  position: relative;
  top: 4px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-4:before {
    top: auto;
  }
}
.ql-bottom-4:before {
  position: relative;
  bottom: 4px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-4:before {
    bottom: auto;
  }
}
.ql-left-4:before {
  position: relative;
  left: 4px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-4:before {
    left: auto;
  }
}
.ql-right-4:before {
  position: relative;
  right: 4px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-4:before {
    right: auto;
  }
}
.ql-top-5:before {
  position: relative;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-5:before {
    top: auto;
  }
}
.ql-bottom-5:before {
  position: relative;
  bottom: 5px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-5:before {
    bottom: auto;
  }
}
.ql-left-5:before {
  position: relative;
  left: 5px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-5:before {
    left: auto;
  }
}
.ql-right-5:before {
  position: relative;
  right: 5px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-5:before {
    right: auto;
  }
}
.ql-top-6:before {
  position: relative;
  top: 6px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-6:before {
    top: auto;
  }
}
.ql-bottom-6:before {
  position: relative;
  bottom: 6px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-6:before {
    bottom: auto;
  }
}
.ql-left-6:before {
  position: relative;
  left: 6px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-6:before {
    left: auto;
  }
}
.ql-right-6:before {
  position: relative;
  right: 6px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-6:before {
    right: auto;
  }
}
.ql-top-7:before {
  position: relative;
  top: 7px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-7:before {
    top: auto;
  }
}
.ql-bottom-7:before {
  position: relative;
  bottom: 7px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-7:before {
    bottom: auto;
  }
}
.ql-left-7:before {
  position: relative;
  left: 7px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-7:before {
    left: auto;
  }
}
.ql-right-7:before {
  position: relative;
  right: 7px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-7:before {
    right: auto;
  }
}
.ql-top-8:before {
  position: relative;
  top: 8px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-8:before {
    top: auto;
  }
}
.ql-bottom-8:before {
  position: relative;
  bottom: 8px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-8:before {
    bottom: auto;
  }
}
.ql-left-8:before {
  position: relative;
  left: 8px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-8:before {
    left: auto;
  }
}
.ql-right-8:before {
  position: relative;
  right: 8px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-8:before {
    right: auto;
  }
}
.ql-top-9:before {
  position: relative;
  top: 9px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-9:before {
    top: auto;
  }
}
.ql-bottom-9:before {
  position: relative;
  bottom: 9px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-9:before {
    bottom: auto;
  }
}
.ql-left-9:before {
  position: relative;
  left: 9px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-9:before {
    left: auto;
  }
}
.ql-right-9:before {
  position: relative;
  right: 9px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-9:before {
    right: auto;
  }
}
.ql-top-10:before {
  position: relative;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-10:before {
    top: auto;
  }
}
.ql-bottom-10:before {
  position: relative;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-10:before {
    bottom: auto;
  }
}
.ql-left-10:before {
  position: relative;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-10:before {
    left: auto;
  }
}
.ql-right-10:before {
  position: relative;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-10:before {
    right: auto;
  }
}
.ql-top-11:before {
  position: relative;
  top: 11px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-11:before {
    top: auto;
  }
}
.ql-bottom-11:before {
  position: relative;
  bottom: 11px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-11:before {
    bottom: auto;
  }
}
.ql-left-11:before {
  position: relative;
  left: 11px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-11:before {
    left: auto;
  }
}
.ql-right-11:before {
  position: relative;
  right: 11px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-11:before {
    right: auto;
  }
}
.ql-top-12:before {
  position: relative;
  top: 12px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-12:before {
    top: auto;
  }
}
.ql-bottom-12:before {
  position: relative;
  bottom: 12px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-12:before {
    bottom: auto;
  }
}
.ql-left-12:before {
  position: relative;
  left: 12px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-12:before {
    left: auto;
  }
}
.ql-right-12:before {
  position: relative;
  right: 12px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-12:before {
    right: auto;
  }
}
.ql-top-13:before {
  position: relative;
  top: 13px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-13:before {
    top: auto;
  }
}
.ql-bottom-13:before {
  position: relative;
  bottom: 13px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-13:before {
    bottom: auto;
  }
}
.ql-left-13:before {
  position: relative;
  left: 13px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-13:before {
    left: auto;
  }
}
.ql-right-13:before {
  position: relative;
  right: 13px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-13:before {
    right: auto;
  }
}
.ql-top-14:before {
  position: relative;
  top: 14px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-14:before {
    top: auto;
  }
}
.ql-bottom-14:before {
  position: relative;
  bottom: 14px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-14:before {
    bottom: auto;
  }
}
.ql-left-14:before {
  position: relative;
  left: 14px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-14:before {
    left: auto;
  }
}
.ql-right-14:before {
  position: relative;
  right: 14px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-14:before {
    right: auto;
  }
}
.ql-top-15:before {
  position: relative;
  top: 15px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-15:before {
    top: auto;
  }
}
.ql-bottom-15:before {
  position: relative;
  bottom: 15px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-15:before {
    bottom: auto;
  }
}
.ql-left-15:before {
  position: relative;
  left: 15px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-15:before {
    left: auto;
  }
}
.ql-right-15:before {
  position: relative;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-15:before {
    right: auto;
  }
}
.ql-top-16:before {
  position: relative;
  top: 16px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-16:before {
    top: auto;
  }
}
.ql-bottom-16:before {
  position: relative;
  bottom: 16px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-16:before {
    bottom: auto;
  }
}
.ql-left-16:before {
  position: relative;
  left: 16px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-16:before {
    left: auto;
  }
}
.ql-right-16:before {
  position: relative;
  right: 16px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-16:before {
    right: auto;
  }
}
.ql-top-17:before {
  position: relative;
  top: 17px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-17:before {
    top: auto;
  }
}
.ql-bottom-17:before {
  position: relative;
  bottom: 17px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-17:before {
    bottom: auto;
  }
}
.ql-left-17:before {
  position: relative;
  left: 17px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-17:before {
    left: auto;
  }
}
.ql-right-17:before {
  position: relative;
  right: 17px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-17:before {
    right: auto;
  }
}
.ql-top-18:before {
  position: relative;
  top: 18px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-18:before {
    top: auto;
  }
}
.ql-bottom-18:before {
  position: relative;
  bottom: 18px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-18:before {
    bottom: auto;
  }
}
.ql-left-18:before {
  position: relative;
  left: 18px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-18:before {
    left: auto;
  }
}
.ql-right-18:before {
  position: relative;
  right: 18px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-18:before {
    right: auto;
  }
}
.ql-top-19:before {
  position: relative;
  top: 19px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-19:before {
    top: auto;
  }
}
.ql-bottom-19:before {
  position: relative;
  bottom: 19px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-19:before {
    bottom: auto;
  }
}
.ql-left-19:before {
  position: relative;
  left: 19px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-19:before {
    left: auto;
  }
}
.ql-right-19:before {
  position: relative;
  right: 19px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-19:before {
    right: auto;
  }
}
.ql-top-20:before {
  position: relative;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-20:before {
    top: auto;
  }
}
.ql-bottom-20:before {
  position: relative;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-20:before {
    bottom: auto;
  }
}
.ql-left-20:before {
  position: relative;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-20:before {
    left: auto;
  }
}
.ql-right-20:before {
  position: relative;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-20:before {
    right: auto;
  }
}
.ql-top-21:before {
  position: relative;
  top: 21px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-21:before {
    top: auto;
  }
}
.ql-bottom-21:before {
  position: relative;
  bottom: 21px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-21:before {
    bottom: auto;
  }
}
.ql-left-21:before {
  position: relative;
  left: 21px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-21:before {
    left: auto;
  }
}
.ql-right-21:before {
  position: relative;
  right: 21px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-21:before {
    right: auto;
  }
}
.ql-top-22:before {
  position: relative;
  top: 22px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-22:before {
    top: auto;
  }
}
.ql-bottom-22:before {
  position: relative;
  bottom: 22px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-22:before {
    bottom: auto;
  }
}
.ql-left-22:before {
  position: relative;
  left: 22px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-22:before {
    left: auto;
  }
}
.ql-right-22:before {
  position: relative;
  right: 22px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-22:before {
    right: auto;
  }
}
.ql-top-23:before {
  position: relative;
  top: 23px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-23:before {
    top: auto;
  }
}
.ql-bottom-23:before {
  position: relative;
  bottom: 23px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-23:before {
    bottom: auto;
  }
}
.ql-left-23:before {
  position: relative;
  left: 23px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-23:before {
    left: auto;
  }
}
.ql-right-23:before {
  position: relative;
  right: 23px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-23:before {
    right: auto;
  }
}
.ql-top-24:before {
  position: relative;
  top: 24px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-24:before {
    top: auto;
  }
}
.ql-bottom-24:before {
  position: relative;
  bottom: 24px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-24:before {
    bottom: auto;
  }
}
.ql-left-24:before {
  position: relative;
  left: 24px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-24:before {
    left: auto;
  }
}
.ql-right-24:before {
  position: relative;
  right: 24px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-24:before {
    right: auto;
  }
}
.ql-top-25:before {
  position: relative;
  top: 25px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-25:before {
    top: auto;
  }
}
.ql-bottom-25:before {
  position: relative;
  bottom: 25px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-25:before {
    bottom: auto;
  }
}
.ql-left-25:before {
  position: relative;
  left: 25px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-25:before {
    left: auto;
  }
}
.ql-right-25:before {
  position: relative;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-25:before {
    right: auto;
  }
}
.ql-top-26:before {
  position: relative;
  top: 26px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-26:before {
    top: auto;
  }
}
.ql-bottom-26:before {
  position: relative;
  bottom: 26px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-26:before {
    bottom: auto;
  }
}
.ql-left-26:before {
  position: relative;
  left: 26px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-26:before {
    left: auto;
  }
}
.ql-right-26:before {
  position: relative;
  right: 26px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-26:before {
    right: auto;
  }
}
.ql-top-27:before {
  position: relative;
  top: 27px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-27:before {
    top: auto;
  }
}
.ql-bottom-27:before {
  position: relative;
  bottom: 27px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-27:before {
    bottom: auto;
  }
}
.ql-left-27:before {
  position: relative;
  left: 27px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-27:before {
    left: auto;
  }
}
.ql-right-27:before {
  position: relative;
  right: 27px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-27:before {
    right: auto;
  }
}
.ql-top-28:before {
  position: relative;
  top: 28px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-28:before {
    top: auto;
  }
}
.ql-bottom-28:before {
  position: relative;
  bottom: 28px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-28:before {
    bottom: auto;
  }
}
.ql-left-28:before {
  position: relative;
  left: 28px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-28:before {
    left: auto;
  }
}
.ql-right-28:before {
  position: relative;
  right: 28px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-28:before {
    right: auto;
  }
}
.ql-top-29:before {
  position: relative;
  top: 29px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-29:before {
    top: auto;
  }
}
.ql-bottom-29:before {
  position: relative;
  bottom: 29px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-29:before {
    bottom: auto;
  }
}
.ql-left-29:before {
  position: relative;
  left: 29px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-29:before {
    left: auto;
  }
}
.ql-right-29:before {
  position: relative;
  right: 29px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-29:before {
    right: auto;
  }
}
.ql-top-30:before {
  position: relative;
  top: 30px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-30:before {
    top: auto;
  }
}
.ql-bottom-30:before {
  position: relative;
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-30:before {
    bottom: auto;
  }
}
.ql-left-30:before {
  position: relative;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-30:before {
    left: auto;
  }
}
.ql-right-30:before {
  position: relative;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-30:before {
    right: auto;
  }
}
.ql-top-31:before {
  position: relative;
  top: 31px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-31:before {
    top: auto;
  }
}
.ql-bottom-31:before {
  position: relative;
  bottom: 31px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-31:before {
    bottom: auto;
  }
}
.ql-left-31:before {
  position: relative;
  left: 31px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-31:before {
    left: auto;
  }
}
.ql-right-31:before {
  position: relative;
  right: 31px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-31:before {
    right: auto;
  }
}
.ql-top-32:before {
  position: relative;
  top: 32px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-32:before {
    top: auto;
  }
}
.ql-bottom-32:before {
  position: relative;
  bottom: 32px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-32:before {
    bottom: auto;
  }
}
.ql-left-32:before {
  position: relative;
  left: 32px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-32:before {
    left: auto;
  }
}
.ql-right-32:before {
  position: relative;
  right: 32px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-32:before {
    right: auto;
  }
}
.ql-top-33:before {
  position: relative;
  top: 33px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-33:before {
    top: auto;
  }
}
.ql-bottom-33:before {
  position: relative;
  bottom: 33px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-33:before {
    bottom: auto;
  }
}
.ql-left-33:before {
  position: relative;
  left: 33px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-33:before {
    left: auto;
  }
}
.ql-right-33:before {
  position: relative;
  right: 33px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-33:before {
    right: auto;
  }
}
.ql-top-34:before {
  position: relative;
  top: 34px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-34:before {
    top: auto;
  }
}
.ql-bottom-34:before {
  position: relative;
  bottom: 34px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-34:before {
    bottom: auto;
  }
}
.ql-left-34:before {
  position: relative;
  left: 34px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-34:before {
    left: auto;
  }
}
.ql-right-34:before {
  position: relative;
  right: 34px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-34:before {
    right: auto;
  }
}
.ql-top-35:before {
  position: relative;
  top: 35px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-35:before {
    top: auto;
  }
}
.ql-bottom-35:before {
  position: relative;
  bottom: 35px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-35:before {
    bottom: auto;
  }
}
.ql-left-35:before {
  position: relative;
  left: 35px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-35:before {
    left: auto;
  }
}
.ql-right-35:before {
  position: relative;
  right: 35px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-35:before {
    right: auto;
  }
}
.ql-top-36:before {
  position: relative;
  top: 36px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-36:before {
    top: auto;
  }
}
.ql-bottom-36:before {
  position: relative;
  bottom: 36px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-36:before {
    bottom: auto;
  }
}
.ql-left-36:before {
  position: relative;
  left: 36px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-36:before {
    left: auto;
  }
}
.ql-right-36:before {
  position: relative;
  right: 36px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-36:before {
    right: auto;
  }
}
.ql-top-37:before {
  position: relative;
  top: 37px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-37:before {
    top: auto;
  }
}
.ql-bottom-37:before {
  position: relative;
  bottom: 37px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-37:before {
    bottom: auto;
  }
}
.ql-left-37:before {
  position: relative;
  left: 37px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-37:before {
    left: auto;
  }
}
.ql-right-37:before {
  position: relative;
  right: 37px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-37:before {
    right: auto;
  }
}
.ql-top-38:before {
  position: relative;
  top: 38px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-38:before {
    top: auto;
  }
}
.ql-bottom-38:before {
  position: relative;
  bottom: 38px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-38:before {
    bottom: auto;
  }
}
.ql-left-38:before {
  position: relative;
  left: 38px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-38:before {
    left: auto;
  }
}
.ql-right-38:before {
  position: relative;
  right: 38px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-38:before {
    right: auto;
  }
}
.ql-top-39:before {
  position: relative;
  top: 39px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-39:before {
    top: auto;
  }
}
.ql-bottom-39:before {
  position: relative;
  bottom: 39px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-39:before {
    bottom: auto;
  }
}
.ql-left-39:before {
  position: relative;
  left: 39px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-39:before {
    left: auto;
  }
}
.ql-right-39:before {
  position: relative;
  right: 39px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-39:before {
    right: auto;
  }
}
.ql-top-40:before {
  position: relative;
  top: 40px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-top-40:before {
    top: auto;
  }
}
.ql-bottom-40:before {
  position: relative;
  bottom: 40px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-bottom-40:before {
    bottom: auto;
  }
}
.ql-left-40:before {
  position: relative;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-left-40:before {
    left: auto;
  }
}
.ql-right-40:before {
  position: relative;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .qualtrics-logos .ql-right-40:before {
    right: auto;
  }
}
/* -------------------------
      Logo Declarations
--------------------------- */
.ql-sequoia:before {
  content: "\E001";
}
.ql-insight:before {
  content: "\E003";
}
.ql-southwest:before {
  content: "\E004";
}
.ql-truevalue:before {
  content: "\E005";
}
.ql-toyota:before {
  content: "\E006";
}
.ql-twilio:before {
  content: "\E007";
}
.ql-taylormade:before {
  content: "\E008";
}
.ql-ups:before {
  content: "\E009";
}
.ql-verizon:before {
  content: "\E010";
}
.ql-vodafone:before {
  content: "\E011";
}
.ql-westinghouse:before {
  content: "\E012";
}
.ql-xerox:before {
  content: "\E013";
}
.ql-northropgrumman:before {
  content: "\E014";
}
.ql-stanford:before {
  content: "\E015";
}
.ql-sony:before {
  content: "\E016";
}
.ql-salesforce:before {
  content: "\E017";
}
.ql-saksfifth:before {
  content: "\E018";
}
.ql-pwc:before {
  content: "\E019";
}
.ql-rackspace:before {
  content: "\E020";
}
.ql-worldwidetech:before {
  content: "\E021";
}
.ql-sanfordhealth:before {
  content: "\E022";
}
.ql-wolverine:before {
  content: "\E023";
}
.ql-3m:before {
  content: "\E024";
}
.ql-absolutdata:before {
  content: "\E025";
}
.ql-accenture:before {
  content: "\E026";
}
.ql-advocate:before {
  content: "\E027";
}
.ql-americafirst:before {
  content: "\E028";
}
.ql-ameritest:before {
  content: "\E029";
}
.ql-amnhealthcare:before {
  content: "\E030";
}
.ql-ancestry:before {
  content: "\E031";
}
.ql-annieshomegrown:before {
  content: "\E032";
}
.ql-ascena:before {
  content: "\E033";
}
.ql-atandt:before {
  content: "\E034";
}
.ql-belkin:before {
  content: "\E035";
}
.ql-barnesandnoble:before {
  content: "\E036";
}
.ql-autotrader:before {
  content: "\E037";
}
.ql-carlsjr:before {
  content: "\E038";
}
.ql-nike:before {
  content: "\E039";
}
.ql-tesla:before {
  content: "\E040";
}
.ql-capital-one:before {
  content: "\E041";
}
.ql-duke:before {
  content: "\E042";
}
.ql-whole-foods:before {
  content: "\E043";
}
.ql-mastercard:before {
  content: "\E044";
}
.ql-intuit:before {
  content: "\E045";
}
.ql-ally:before {
  content: "\E046";
}
.ql-alcoa:before {
  content: "\E047";
}
.ql-neiman-marcus:before {
  content: "\E048";
}
.ql-hilton:before {
  content: "\E049";
}
.ql-enterprise:before {
  content: "\E050";
}
.ql-american-airlines:before {
  content: "\E051";
}
.ql-airbnb:before {
  content: "\E052";
}
.ql-navy-federal:before {
  content: "\E053";
}
.ql-hyatt:before {
  content: "\E054";
}
.ql-tesco:before {
  content: "\E055";
}
.ql-bain-company:before {
  content: "\E056";
}
.ql-GE:before {
  content: "\E057";
}
.ql-fidelity:before {
  content: "\E058";
}
.ql-liberty-mutual:before {
  content: "\E059";
}
.ql-marriott:before {
  content: "\E060";
}
.ql-royal-carribean:before {
  content: "\E061";
}
.ql-hershey:before {
  content: "\E062";
}
.ql-quicken:before {
  content: "\E063";
}
.ql-yum:before {
  content: "\E064";
}
.ql-thermo-king:before {
  content: "\E065";
}
.ql-virginia-tech:before {
  content: "\E066";
}
.ql-extra-space-storage:before {
  content: "\E067";
}
.ql-lowes:before {
  content: "\E068";
}
.ql-blackrock:before {
  content: "\E069";
}
.ql-sap:before {
  content: "\E070";
}
.ql-ferrari:before {
  content: "\E071";
}
.ql-harvard:before {
  content: "\E072";
}
.ql-nbc:before {
  content: "\E073";
}
.ql-hsbc:before {
  content: "\E074";
}
.ql-princeton-university:before {
  content: "\E075";
}
.ql-under-armour:before {
  content: "\E076";
}
.ql-ford:before {
  content: "\E077";
}
.ql-intel:before {
  content: "\E078";
}
.ql-disney:before {
  content: "\E079";
}
.ql-coca-cola:before {
  content: "\E080";
}
.ql-aecom:before {
  content: "\E081";
}
.ql-vivint:before {
  content: "\E082";
}
.ql-espn:before {
  content: "\E083";
}
.ql-viceroy:before {
  content: "\E084";
}
.ql-staples:before {
  content: "\E085";
}
.ql-department-of-health:before {
  content: "\E086";
}
.ql-abc-com:before {
  content: "\E087";
}
.ql-denver-public-school:before {
  content: "\E088";
}
.ql-dell:before {
  content: "\E089";
}
.ql-cisco:before {
  content: "\E090";
}
.ql-ibm:before {
  content: "\E091";
}
.ql-shell:before {
  content: "\E092";
}
.ql-ricoh:before {
  content: "\E093";
}
.ql-quill:before {
  content: "\E094";
}
.ql-bank-of-america:before {
  content: "\E095";
}
.ql-KPMG:before {
  content: "\E096";
}
.ql-pitney-bowes:before {
  content: "\E097";
}
.ql-first-data:before {
  content: "\E098";
}
.ql-ing:before {
  content: "\E099";
}
.ql-humana:before {
  content: "\E100";
}
.ql-metlife:before {
  content: "\E101";
}
.ql-aetna:before {
  content: "\E102";
}
.ql-barclays:before {
  content: "\E103";
}
.ql-tenet:before {
  content: "\E104";
}
.ql-prudential:before {
  content: "\E105";
}
.ql-jp-morgan-chase:before {
  content: "\E106";
}
.ql-suntrust:before {
  content: "\E107";
}
.ql-swiss-re:before {
  content: "\E108";
}
.ql-farmers:before {
  content: "\E109";
}
.ql-marsh-mclennan:before {
  content: "\E110";
}
.ql-qbe:before {
  content: "\E111";
}
.ql-centene-corporation:before {
  content: "\E112";
}
.ql-united:before {
  content: "\E113";
}
.ql-spotify:before {
  content: "\E114";
}
.ql-kraft:before {
  content: "\E115";
}
.ql-cbs:before {
  content: "\E116";
}
.ql-fandango:before {
  content: "\E117";
}
.ql-marketo:before {
  content: "\E118";
}
.ql-target:before {
  content: "\E119";
}
.ql-nasa:before {
  content: "\E120";
}
.ql-sports-authority:before {
  content: "\E121";
}
.ql-cdw:before {
  content: "\E122";
}
.ql-morgan-stanley:before {
  content: "\E123";
}
.ql-kaiser-permanente:before {
  content: "\E124";
}
.ql-autodesk:before {
  content: "\E125";
}
.ql-twentyfourhour-fitness:before {
  content: "\E126";
}
.ql-beachbody:before {
  content: "\E127";
}
.ql-betterment:before {
  content: "\E128";
}
.ql-essilor:before {
  content: "\E129";
}
.ql-ll-bean:before {
  content: "\E130";
}
.ql-the-hartford:before {
  content: "\E131";
}
.ql-redbull-newyork:before {
  content: "\E132";
}
.ql-travelers:before {
  content: "\E133";
}
.ql-caterpillar:before {
  content: "\E134";
}
.ql-new-york-life:before {
  content: "\E135";
}
.ql-constant-contact:before {
  content: "\E136";
}
.ql-dartmouth:before {
  content: "\E137";
}
.ql-american-express:before {
  content: "\E138";
}
.ql-goldman-sachs:before {
  content: "\E139";
}
.ql-chicago-public-schools:before {
  content: "\E140";
}
.ql-aspire-public-schools:before {
  content: "\E141";
}
.ql-american-financial:before {
  content: "\E142";
}
.ql-austin-independent-school-district:before {
  content: "\E143";
}
.ql-baltimore-public-schools:before {
  content: "\E144";
}
.ql-cincinnati-public-schools:before {
  content: "\E145";
}
.ql-orange-county-public-schools:before {
  content: "\E146";
}
.ql-nebraska-department-of-education:before {
  content: "\E147";
}
.ql-google:before {
  content: "\E148";
}
.ql-procter-gamble:before {
  content: "\E149";
}
.ql-apple:before {
  content: "\E150";
}
.ql-aarhus-university:before {
  content: "\E151";
}
.ql-abc:before {
  content: "\E152";
}
.ql-adobe:before {
  content: "\E153";
}
.ql-allianz:before {
  content: "\E154";
}
.ql-allstate:before {
  content: "\E155";
}
.ql-americaneagle:before {
  content: "\E156";
}
.ql-blackboard:before {
  content: "\E157";
}
.ql-boeing:before {
  content: "\E158";
}
.ql-canvas:before {
  content: "\E159";
}
.ql-cfmc:before {
  content: "\E160";
}
.ql-chevron:before {
  content: "\E161";
}
.ql-citrix:before {
  content: "\E162";
}
.ql-clicktale:before {
  content: "\E163";
}
.ql-crateandbarrel:before {
  content: "\E164";
}
.ql-CornellUniversity:before {
  content: "\E165";
}
.ql-cvscaremark:before {
  content: "\E166";
}
.ql-deloitte:before {
  content: "\E167";
}
.ql-deluxecorp:before {
  content: "\E168";
}
.ql-deutschebank:before {
  content: "\E169";
}
.ql-dropbox:before {
  content: "\E170";
}
.ql-etrade:before {
  content: "\E171";
}
.ql-exacttarget:before {
  content: "\E172";
}
.ql-expedia:before {
  content: "\E173";
}
.ql-fedex:before {
  content: "\E174";
}
.ql-forbes:before {
  content: "\E175";
}
.ql-forrester:before {
  content: "\E176";
}
.ql-geico:before {
  content: "\E177";
}
.ql-gogo:before {
  content: "\E178";
}
.ql-handm:before {
  content: "\E179";
}
.ql-hp:before {
  content: "\E180";
}
.ql-jetblue:before {
  content: "\E181";
}
.ql-kellogg-school:before {
  content: "\E182";
}
.ql-kelloggs:before {
  content: "\E183";
}
.ql-kohls:before {
  content: "\E184";
}
.ql-kronos:before {
  content: "\E185";
}
.ql-microsoft:before {
  content: "\E186";
}
.ql-mit:before {
  content: "\E187";
}
.ql-nestle:before {
  content: "\E188";
}
.ql-oracle:before {
  content: "\E189";
}
.ql-pepsico:before {
  content: "\E190";
}
.ql-pfizer:before {
  content: "\E191";
}
.ql-philips:before {
  content: "\E192";
}
.ql-bart-ba:before {
  content: "\E193";
}
.ql-mass-dot:before {
  content: "\E194";
}
.ql-columbus-metropolitan-library:before {
  content: "\E195";
}
.ql-state-of-hawaii:before {
  content: "\E196";
}
.ql-california-conservation-core:before {
  content: "\E197";
}
.ql-texas-department-of-health:before {
  content: "\E198";
}
.ql-fox:before {
  content: "\E199";
}
.ql-hulu:before {
  content: "\E200";
}
.ql-university-of-michigan:before {
  content: "\E201";
}
.ql-groupon:before {
  content: "\E202";
}
.ql-home-depot:before {
  content: "\E203";
}
.ql-texas-am:before {
  content: "\E204";
}
.ql-1800-contacts:before {
  content: "\E205";
}
.ql-direct-tv:before {
  content: "\E206";
}
.ql-university-of-oregon:before {
  content: "\E207";
}
.ql-amazon:before {
  content: "\E208";
}
.ql-zappos:before {
  content: "\E209";
}
.ql-penn:before {
  content: "\E210";
}
.ql-the-new-york-times:before {
  content: "\E211";
}
.ql-thomson-reuters:before {
  content: "\E212";
}
.ql-netflix:before {
  content: "\E213";
}
.ql-maserati:before {
  content: "\E214";
}
.ql-cvs:before {
  content: "\E215";
}
.ql-aeroflot:before {
  content: "\E216";
}
.ql-viacom:before {
  content: "\E217";
}
.ql-klm:before {
  content: "\E218";
}
.ql-cox-media-group:before {
  content: "\E219";
}
.ql-banana-republic:before {
  content: "\E220";
}
.ql-west-jet:before {
  content: "\E221";
}
.ql-emirates:before {
  content: "\E222";
}
.ql-the-washington-post:before {
  content: "\E223";
}
.ql-paramount:before {
  content: "\E224";
}
.ql-etihad:before {
  content: "\E225";
}
.ql-brussels-airlines:before {
  content: "\E226";
}
.ql-delta:before {
  content: "\E227";
}
.ql-gm:before {
  content: "\E228";
}
.ql-healthcare-gov:before {
  content: "\E229";
}
.ql-investors-business-daily:before {
  content: "\E230";
}
.ql-porsche:before {
  content: "\E250";
}
.ql-wikipedia:before {
  content: "\E231";
}
.ql-sun-valley:before {
  content: "\E232";
}
.ql-peets:before {
  content: "\E233";
}
.ql-AAA:before {
  content: "\E239";
}
.ql-chanel:before {
  content: "\E234";
}
.ql-panasonic:before {
  content: "\E235";
}
.ql-herman-miller:before {
  content: "\E236";
}
.ql-crayola:before {
  content: "\E237";
}
.ql-sprint:before {
  content: "\E238";
}
.ql-yamaha:before {
  content: "\E240";
}
.ql-comed:before {
  content: "\E241";
}
.ql-top100:before {
  content: "\E242";
}
.ql-zenshifts:before {
  content: "\E243";
}
.ql-John-of-God-Healthcare:before {
  content: "\E244";
}
.ql-boq:before {
  content: "\E245";
}
.ql-City-of-Parramatta:before {
  content: "\E246";
}
.ql-bendelta:before {
  content: "\E247";
}
.ql-reach-out:before {
  content: "\E248";
}
.ql-anomaly:before {
  content: "\E249";
}
.ql-fifthdimension:before {
  content: "\E284";
}
.ql-yahoo:before {
  content: "\E283";
}
.ql-weather:before {
  content: "\E282";
}
.ql-sixflags:before {
  content: "\E281";
}
.ql-roche:before {
  content: "\E280";
}
.ql-quiznos:before {
  content: "\E279";
}
.ql-pandora:before {
  content: "\E278";
}
.ql-overstock:before {
  content: "\E277";
}
.ql-motochic:before {
  content: "\E276";
}
.ql-monsanto:before {
  content: "\E275";
}
.ql-medidata:before {
  content: "\E274";
}
.ql-lifetime:before {
  content: "\E273";
}
.ql-hermes:before {
  content: "\E272";
}
.ql-girlscouts:before {
  content: "\E271";
}
.ql-fiserv:before {
  content: "\E269";
}
.ql-dunbradstreet:before {
  content: "\E268";
}
.ql-deseret:before {
  content: "\E267";
}
.ql-provo:before {
  content: "\E266";
}
.ql-cars:before {
  content: "\E265";
}
.ql-bcbs:before {
  content: "\E264";
}
.ql-sensis:before {
  content: "\E251";
}
.ql-optus:before {
  content: "\E252";
}
.ql-nine:before {
  content: "\E253";
}
.ql-monash:before {
  content: "\E254";
}
.ql-macquarie:before {
  content: "\E255";
}
.ql-latrobe:before {
  content: "\E256";
}
.ql-bendingo:before {
  content: "\E257";
}
.ql-fairfax:before {
  content: "\E258";
}
.ql-bankwest:before {
  content: "\E259";
}
.ql-australianHealth:before {
  content: "\E260";
}
.ql-australianImmigration:before {
  content: "\E261";
}
.ql-australianDefence:before {
  content: "\E262";
}
.ql-australianTax:before {
  content: "\E263";
}
.ql-gsa:before {
  content: "\E285";
}
.ql-airforce:before {
  content: "\E286";
}
.ql-fdic:before {
  content: "\E287";
}
.ql-marish:before {
  content: "\E288";
}
.ql-uwc:before {
  content: "\E289";
}
.ql-skycity:before {
  content: "\E290";
}
.ql-uts:before {
  content: "\E291";
}
.ql-veteransaffairs:before {
  content: "\E292";
}
.ql-universalstudios:before {
  content: "\E293";
}
.ql-berkeley:before {
  content: "\E294";
}
.ql-harvardbusiness:before {
  content: "\E295";
}
.ql-purdue:before {
  content: "\E296";
}
.ql-notredame:before {
  content: "\E297";
}
.btn-style {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 14px;
}
.btn-pill {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  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: 18px;
  line-height: 1.66666667;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 14px;
}
.btn-pill:focus,
.btn-pill:active:focus,
.btn-pill.active:focus,
.btn-pill.focus,
.btn-pill:active.focus,
.btn-pill.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-pill:hover,
.btn-pill:focus,
.btn-pill.focus {
  color: #000;
  text-decoration: none;
}
.btn-pill:visited {
  color: #000000;
}
.btn-pill:active,
.btn-pill.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-pill.disabled,
.btn-pill[disabled],
fieldset[disabled] .btn-pill {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-pill.no-case {
  text-transform: none;
}
.btn-pill-xl {
  padding: 12px 23px;
  font-size: 17px;
  line-height: 1.3333333;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
}
.btn-pill-lg {
  padding: 10px 19px;
  font-size: 14px;
  line-height: 1.3333333;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
}
.btn-pill-md {
  padding: 9px 18px;
  font-size: 13px;
  line-height: 1.3333333;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
}
.btn-pill-sm {
  padding: 8px 15px;
  font-size: 11px;
  line-height: 1.5;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}
.btn-pill-xs {
  padding: 8px 15px;
  font-size: 11px;
  line-height: 1.5;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}
.btn-pill-tight-xl {
  padding: 5px 18px;
  font-size: 17px;
  line-height: 1.3333333;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
}
.btn-pill-tight-lg {
  padding: 4px 15px;
  font-size: 14px;
  line-height: 1.3333333;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
}
.btn-pill-tight-md {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 1.3333333;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
}
.btn-pill-tight-sm {
  padding: 3px 12px;
  font-size: 11px;
  line-height: 1.5;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}
.btn-pill-tight-xs {
  padding: 3px 12px;
  font-size: 11px;
  line-height: 1.5;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}
.btn-support-pill {
  font-size: 15px;
  margin: 0 0.75em 0.75em 0;
}
.btn-support-pill.full-width {
  width: 100%;
  display: block;
}
.btn-support-pill.pill-with-number {
  font-size: 15px;
  margin: 0 0.75em 0.75em 0;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.btn-support-pill.pill-with-number.full-width {
  width: 100%;
  display: block;
}
.btn-support-pill.pill-with-number span.number {
  height: 32px;
  padding-right: 10px;
  margin-right: 10px;
  margin-top: -1px;
  display: inline-block;
  text-align: left;
  border-right: 1px solid;
  color: #d9e0e2;
}
.btn-support-pill.pill-with-number.btn-primary {
  border-color: #7b000e;
}
.btn-support-pill.pill-with-number.btn-primary .number {
  color: #f8f8f8;
  border-color: #7b000e;
}
.btn-support-pill.pill-with-number.btn-secondary {
  border-color: #339fde;
}
.btn-support-pill.pill-with-number.btn-secondary .number {
  border-color: #339fde;
  color: #1f84bf;
}
.btn-support-pill.pill-with-number.btn-secondary:hover {
  border-color: #1f84bf;
}
.btn-support-pill.pill-with-number.btn-secondary:hover .number {
  border-color: #1f84bf;
  color: #186693;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  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: 18px;
  line-height: 1.66666667;
  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: #000;
  text-decoration: none;
}
.btn:visited {
  color: #000000;
}
.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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #000;
  background-color: white;
  border-color: #d9e0e2;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #000;
  background-color: #ffffff;
  border-color: #e7eced;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #d9e0e2;
}
.btn-default:visited {
  color: #000;
}
.btn-default .badge {
  color: white;
  background-color: #000;
}
.btn-primary {
  color: #fff;
  background-color: #e10019;
  border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #fb001c;
  border-color: rgba(13, 13, 13, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #e10019;
  border-color: transparent;
}
.btn-primary:visited {
  color: #fff;
}
.btn-primary .badge {
  color: #e10019;
  background-color: #fff;
}
.btn-secondary {
  color: #fff;
  background-color: #5fb4e5;
  border-color: transparent;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #75bee9;
  border-color: rgba(13, 13, 13, 0);
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #5fb4e5;
  border-color: transparent;
}
.btn-secondary:visited {
  color: #fff;
}
.btn-secondary .badge {
  color: #5fb4e5;
  background-color: #fff;
}
.btn-tertiary {
  color: #fff;
  background-color: #ffde00;
  border-color: transparent;
}
.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary.focus,
.btn-tertiary:active,
.btn-tertiary.active,
.open > .dropdown-toggle.btn-tertiary {
  color: #fff;
  background-color: #ffe11a;
  border-color: rgba(13, 13, 13, 0);
}
.btn-tertiary:active,
.btn-tertiary.active,
.open > .dropdown-toggle.btn-tertiary {
  background-image: none;
}
.btn-tertiary.disabled,
.btn-tertiary[disabled],
fieldset[disabled] .btn-tertiary,
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled.focus,
.btn-tertiary[disabled].focus,
fieldset[disabled] .btn-tertiary.focus,
.btn-tertiary.disabled:active,
.btn-tertiary[disabled]:active,
fieldset[disabled] .btn-tertiary:active,
.btn-tertiary.disabled.active,
.btn-tertiary[disabled].active,
fieldset[disabled] .btn-tertiary.active {
  background-color: #ffde00;
  border-color: transparent;
}
.btn-tertiary:visited {
  color: #fff;
}
.btn-tertiary .badge {
  color: #ffde00;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #cedf00;
  border-color: transparent;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #e6f900;
  border-color: rgba(13, 13, 13, 0);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #cedf00;
  border-color: transparent;
}
.btn-success:visited {
  color: #fff;
}
.btn-success .badge {
  color: #cedf00;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f4d253;
  border-color: transparent;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #f6d86b;
  border-color: rgba(13, 13, 13, 0);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f4d253;
  border-color: transparent;
}
.btn-warning:visited {
  color: #fff;
}
.btn-warning .badge {
  color: #f4d253;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #e10019;
  border-color: transparent;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #fb001c;
  border-color: rgba(13, 13, 13, 0);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e10019;
  border-color: transparent;
}
.btn-danger:visited {
  color: #fff;
}
.btn-danger .badge {
  color: #e10019;
  background-color: #fff;
}
.btn-stroke-white {
  color: #000;
  background-color: transparent;
  border-color: #FFF;
  border-width: 1px;
}
.btn-stroke-white:hover,
.btn-stroke-white:focus,
.btn-stroke-white.focus,
.btn-stroke-white:active,
.btn-stroke-white.active,
.open > .dropdown-toggle.btn-stroke-white {
  color: #000;
  background-color: rgba(13, 13, 13, 0);
  border-color: #ffffff;
}
.btn-stroke-white:active,
.btn-stroke-white.active,
.open > .dropdown-toggle.btn-stroke-white {
  background-image: none;
}
.btn-stroke-white.disabled,
.btn-stroke-white[disabled],
fieldset[disabled] .btn-stroke-white,
.btn-stroke-white.disabled:hover,
.btn-stroke-white[disabled]:hover,
fieldset[disabled] .btn-stroke-white:hover,
.btn-stroke-white.disabled:focus,
.btn-stroke-white[disabled]:focus,
fieldset[disabled] .btn-stroke-white:focus,
.btn-stroke-white.disabled.focus,
.btn-stroke-white[disabled].focus,
fieldset[disabled] .btn-stroke-white.focus,
.btn-stroke-white.disabled:active,
.btn-stroke-white[disabled]:active,
fieldset[disabled] .btn-stroke-white:active,
.btn-stroke-white.disabled.active,
.btn-stroke-white[disabled].active,
fieldset[disabled] .btn-stroke-white.active {
  background-color: transparent;
  border-color: #FFF;
}
.btn-stroke-white:visited {
  color: #000;
}
.btn-stroke-white .badge {
  color: transparent;
  background-color: #000;
}
.btn-stroke-white:hover,
.btn-stroke-white.focus,
.btn-stroke-white:active,
.btn-stroke-white.active,
.open > .dropdown-toggle.btn-stroke-white {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: #FFF;
}
.btn-stroke-white:hover,
.btn-stroke-white.focus,
.btn-stroke-white:active,
.btn-stroke-white.active,
.open > .dropdown-toggle.btn-stroke-white {
  background-color: #f2f2f2;
}
.btn-stroke-black {
  color: #000;
  background-color: transparent;
  border-color: #000;
  border-width: 1px;
}
.btn-stroke-black:hover,
.btn-stroke-black:focus,
.btn-stroke-black.focus,
.btn-stroke-black:active,
.btn-stroke-black.active,
.open > .dropdown-toggle.btn-stroke-black {
  color: #000;
  background-color: rgba(13, 13, 13, 0);
  border-color: #0d0d0d;
}
.btn-stroke-black:active,
.btn-stroke-black.active,
.open > .dropdown-toggle.btn-stroke-black {
  background-image: none;
}
.btn-stroke-black.disabled,
.btn-stroke-black[disabled],
fieldset[disabled] .btn-stroke-black,
.btn-stroke-black.disabled:hover,
.btn-stroke-black[disabled]:hover,
fieldset[disabled] .btn-stroke-black:hover,
.btn-stroke-black.disabled:focus,
.btn-stroke-black[disabled]:focus,
fieldset[disabled] .btn-stroke-black:focus,
.btn-stroke-black.disabled.focus,
.btn-stroke-black[disabled].focus,
fieldset[disabled] .btn-stroke-black.focus,
.btn-stroke-black.disabled:active,
.btn-stroke-black[disabled]:active,
fieldset[disabled] .btn-stroke-black:active,
.btn-stroke-black.disabled.active,
.btn-stroke-black[disabled].active,
fieldset[disabled] .btn-stroke-black.active {
  background-color: transparent;
  border-color: #000;
}
.btn-stroke-black:visited {
  color: #000;
}
.btn-stroke-black .badge {
  color: transparent;
  background-color: #000;
}
.btn-stroke-black:hover,
.btn-stroke-black.focus,
.btn-stroke-black:active,
.btn-stroke-black.active,
.open > .dropdown-toggle.btn-stroke-black {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: #000;
}
.btn-stroke-black:hover,
.btn-stroke-black.focus,
.btn-stroke-black:active,
.btn-stroke-black.active,
.open > .dropdown-toggle.btn-stroke-black {
  background-color: #e6e6e6;
}
.btn-stroke-gray-lt {
  color: #000;
  background-color: transparent;
  border-color: #d9e0e2;
  border-width: 1px;
}
.btn-stroke-gray-lt:hover,
.btn-stroke-gray-lt:focus,
.btn-stroke-gray-lt.focus,
.btn-stroke-gray-lt:active,
.btn-stroke-gray-lt.active,
.open > .dropdown-toggle.btn-stroke-gray-lt {
  color: #000;
  background-color: rgba(13, 13, 13, 0);
  border-color: #e7eced;
}
.btn-stroke-gray-lt:active,
.btn-stroke-gray-lt.active,
.open > .dropdown-toggle.btn-stroke-gray-lt {
  background-image: none;
}
.btn-stroke-gray-lt.disabled,
.btn-stroke-gray-lt[disabled],
fieldset[disabled] .btn-stroke-gray-lt,
.btn-stroke-gray-lt.disabled:hover,
.btn-stroke-gray-lt[disabled]:hover,
fieldset[disabled] .btn-stroke-gray-lt:hover,
.btn-stroke-gray-lt.disabled:focus,
.btn-stroke-gray-lt[disabled]:focus,
fieldset[disabled] .btn-stroke-gray-lt:focus,
.btn-stroke-gray-lt.disabled.focus,
.btn-stroke-gray-lt[disabled].focus,
fieldset[disabled] .btn-stroke-gray-lt.focus,
.btn-stroke-gray-lt.disabled:active,
.btn-stroke-gray-lt[disabled]:active,
fieldset[disabled] .btn-stroke-gray-lt:active,
.btn-stroke-gray-lt.disabled.active,
.btn-stroke-gray-lt[disabled].active,
fieldset[disabled] .btn-stroke-gray-lt.active {
  background-color: transparent;
  border-color: #d9e0e2;
}
.btn-stroke-gray-lt:visited {
  color: #000;
}
.btn-stroke-gray-lt .badge {
  color: transparent;
  background-color: #000;
}
.btn-stroke-gray-lt:hover,
.btn-stroke-gray-lt.focus,
.btn-stroke-gray-lt:active,
.btn-stroke-gray-lt.active,
.open > .dropdown-toggle.btn-stroke-gray-lt {
  background-color: rgba(217, 224, 226, 0.25);
  border-color: #d9e0e2;
}
.btn-stroke-gray-lt:hover,
.btn-stroke-gray-lt.focus,
.btn-stroke-gray-lt:active,
.btn-stroke-gray-lt.active,
.open > .dropdown-toggle.btn-stroke-gray-lt {
  background-color: #d9e0e2;
}
.btn-stroke-gray-md {
  color: #000;
  background-color: transparent;
  border-color: #647077;
  border-width: 1px;
}
.btn-stroke-gray-md:hover,
.btn-stroke-gray-md:focus,
.btn-stroke-gray-md.focus,
.btn-stroke-gray-md:active,
.btn-stroke-gray-md.active,
.open > .dropdown-toggle.btn-stroke-gray-md {
  color: #000;
  background-color: rgba(13, 13, 13, 0);
  border-color: #707d85;
}
.btn-stroke-gray-md:active,
.btn-stroke-gray-md.active,
.open > .dropdown-toggle.btn-stroke-gray-md {
  background-image: none;
}
.btn-stroke-gray-md.disabled,
.btn-stroke-gray-md[disabled],
fieldset[disabled] .btn-stroke-gray-md,
.btn-stroke-gray-md.disabled:hover,
.btn-stroke-gray-md[disabled]:hover,
fieldset[disabled] .btn-stroke-gray-md:hover,
.btn-stroke-gray-md.disabled:focus,
.btn-stroke-gray-md[disabled]:focus,
fieldset[disabled] .btn-stroke-gray-md:focus,
.btn-stroke-gray-md.disabled.focus,
.btn-stroke-gray-md[disabled].focus,
fieldset[disabled] .btn-stroke-gray-md.focus,
.btn-stroke-gray-md.disabled:active,
.btn-stroke-gray-md[disabled]:active,
fieldset[disabled] .btn-stroke-gray-md:active,
.btn-stroke-gray-md.disabled.active,
.btn-stroke-gray-md[disabled].active,
fieldset[disabled] .btn-stroke-gray-md.active {
  background-color: transparent;
  border-color: #647077;
}
.btn-stroke-gray-md:visited {
  color: #000;
}
.btn-stroke-gray-md .badge {
  color: transparent;
  background-color: #000;
}
.btn-stroke-gray-md:hover,
.btn-stroke-gray-md.focus,
.btn-stroke-gray-md:active,
.btn-stroke-gray-md.active,
.open > .dropdown-toggle.btn-stroke-gray-md {
  background-color: rgba(100, 112, 119, 0.25);
  border-color: #647077;
}
.btn-stroke-gray-md:hover,
.btn-stroke-gray-md.focus,
.btn-stroke-gray-md:active,
.btn-stroke-gray-md.active,
.open > .dropdown-toggle.btn-stroke-gray-md {
  background-color: #e6e6e6;
}
.btn-stroke-red {
  color: #e10019;
  background-color: transparent;
  border-color: #e10019;
  border-width: 1px;
}
.btn-stroke-red:hover,
.btn-stroke-red:focus,
.btn-stroke-red.focus,
.btn-stroke-red:active,
.btn-stroke-red.active,
.open > .dropdown-toggle.btn-stroke-red {
  color: #e10019;
  background-color: rgba(13, 13, 13, 0);
  border-color: #fb001c;
}
.btn-stroke-red:active,
.btn-stroke-red.active,
.open > .dropdown-toggle.btn-stroke-red {
  background-image: none;
}
.btn-stroke-red.disabled,
.btn-stroke-red[disabled],
fieldset[disabled] .btn-stroke-red,
.btn-stroke-red.disabled:hover,
.btn-stroke-red[disabled]:hover,
fieldset[disabled] .btn-stroke-red:hover,
.btn-stroke-red.disabled:focus,
.btn-stroke-red[disabled]:focus,
fieldset[disabled] .btn-stroke-red:focus,
.btn-stroke-red.disabled.focus,
.btn-stroke-red[disabled].focus,
fieldset[disabled] .btn-stroke-red.focus,
.btn-stroke-red.disabled:active,
.btn-stroke-red[disabled]:active,
fieldset[disabled] .btn-stroke-red:active,
.btn-stroke-red.disabled.active,
.btn-stroke-red[disabled].active,
fieldset[disabled] .btn-stroke-red.active {
  background-color: transparent;
  border-color: #e10019;
}
.btn-stroke-red:visited {
  color: #e10019;
}
.btn-stroke-red .badge {
  color: transparent;
  background-color: #e10019;
}
.btn-stroke-red:hover,
.btn-stroke-red.focus,
.btn-stroke-red:active,
.btn-stroke-red.active,
.open > .dropdown-toggle.btn-stroke-red {
  background-color: rgba(225, 0, 25, 0.25);
  border-color: #e10019;
}
.btn-stroke-red:hover,
.btn-stroke-red.focus,
.btn-stroke-red:active,
.btn-stroke-red.active,
.open > .dropdown-toggle.btn-stroke-red {
  background-color: transparent;
}
.btn-link {
  color: #e10019;
  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: #ae0013;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #d9e0e2;
  text-decoration: none;
}
.btn-xl {
  padding: 24px 59px;
  font-size: 36px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 19px 46px;
  font-size: 28px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 37px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 12px 29px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 6px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 10px 23px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 6px;
  text-transform: uppercase;
}
.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-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: 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 14px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.66666667;
  color: #647077;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #586369;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #e10019;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #d9e0e2;
}
.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: 16px;
  line-height: 1.66666667;
  color: #d9e0e2;
  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 solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .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-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) {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 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 {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 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;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}
.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 {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  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: 53px;
  line-height: 53px;
}
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: 36px;
  padding: 5px 10px;
  font-size: 16px;
  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: 36px;
  line-height: 36px;
}
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: 18px;
  font-weight: normal;
  line-height: 1;
  color: #647077;
  text-align: center;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 23px;
  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 {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 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 {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 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 {
  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: #f8f8f8;
}
.nav > li.disabled > a {
  color: #d9e0e2;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #d9e0e2;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f8f8f8;
  border-color: #e10019;
}
.nav .nav-divider {
  height: 1px;
  margin: 14px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.66666667;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f8f8f8 #f8f8f8 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #d9e0e2;
  background-color: #fff;
  border: 1px solid #ddd;
  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 #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #e10019;
}
.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 #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 30px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .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: 10px 15px;
  font-size: 23px;
  line-height: 30px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .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: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .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: 30px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.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: 3px;
  margin-bottom: 3px;
}
@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: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .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;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.navbar-btn.btn-sm {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 991px) {
  .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: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.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: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 30px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #d9e0e2;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 30px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.66666667;
  text-decoration: none;
  color: #e10019;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #ae0013;
  background-color: #f8f8f8;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #e10019;
  border-color: #e10019;
  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: #d9e0e2;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 23px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 16px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 30px 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: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f8f8f8;
}
.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: #d9e0e2;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #d9e0e2;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #bcc8cc;
}
.label-primary {
  background-color: #e10019;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #ae0013;
}
.label-success {
  background-color: #cedf00;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #9fac00;
}
.label-info {
  background-color: #5fb4e5;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #339fde;
}
.label-warning {
  background-color: #f4d253;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #f1c523;
}
.label-danger {
  background-color: #e10019;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ae0013;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #d9e0e2;
  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: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #e10019;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f8f8f8;
}
.jumbotron h1,
.jumbotron .hero-title {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #dfdfdf;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .hero-title {
    font-size: 81px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 30px;
  line-height: 1.66666667;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #e10019;
}
.thumbnail .caption {
  padding: 9px;
  color: #000;
}
.alert {
  padding: 15px;
  margin-bottom: 30px;
  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: 30px;
  margin-bottom: 30px;
  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: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #e10019;
  -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: #cedf00;
}
.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: #5fb4e5;
}
.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: #f4d253;
}
.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: #e10019;
}
.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-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: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #f8f8f8;
  color: #d9e0e2;
  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: #d9e0e2;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #e10019;
  border-color: #e10019;
}
.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: #ffaeb7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  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: 30px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  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 #ddd;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 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;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.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 {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-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 {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 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 #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-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: 30px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #647077;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #647077;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #e10019;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #e10019;
  border-color: #e10019;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e10019;
}
.panel-primary > .panel-heading .badge {
  color: #e10019;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e10019;
}
.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: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  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: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.66666667px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.66666667;
}
.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: 'Qualtrics Grotesque', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  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: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  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: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Qualtrics Grotesque', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.85em;
  font-weight: normal;
  line-height: 1.66666667;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid #000;
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: -1px;
  padding: 8px 14px;
  font-size: 0.9em;
  background-color: #d9e0e2;
  border-bottom: 1px solid #cbd4d7;
}
.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: #000000;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #d9e0e2;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #000000;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #d9e0e2;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #000000;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #d9e0e2;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #000000;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #d9e0e2;
  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: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .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;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.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: #fff;
  text-decoration: none;
  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%;
  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;
  margin-top: -10px;
  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 #fff;
  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: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .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-footer:before,
.modal-footer: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-footer:after {
  clear: both;
}
.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-footer:before,
.modal-footer: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-footer: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;
  }
  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;
  }
  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;
  }
  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;
  }
  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: 479px) {
  .hidden-bl {
    display: none !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;
  }
  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;
  }
}
@media (min-width: 1400px) {
  .qualtrics-main .container {
    width: 1170px;
  }
}
body.page-home {
  height: auto !important;
}
@media screen and (min-width: 992px) {
  body.page-home {
    height: 100%;
  }
}
/*body.tall-menu{
	margin-top: 0;
	 -o-transition:all .3s ease;
	    -ms-transition: all .3s ease;
	    -moz-transition: all .3s ease;
	    -webkit-transition: all .3s ease;
	@media screen and (min-width: @screen-md-min){
		margin-top: 96px;
		
	}
}*/
body.small-menu {
  margin-top: 0;
}
.no-scroll {
  overflow: hidden;
}
.guide-nav {
  position: absolute;
  height: 400px;
  top: 104px;
  left: 499px;
  z-index: 1001;
  border: 1px solid red;
  display: none;
}
.nav-overlay.open {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
#main-nav {
  position: relative;
  background-color: #e10019;
  border-bottom-width: 0px;
  margin-bottom: 0px;
  border-radius: 0;
  border: 0;
}
@media screen and (min-width: 992px) {
  #main-nav {
    background-color: #e10019;
    position: fixed;
    margin-bottom: 30px;
  }
}
#main-nav #top-nav-container li ul {
  color: #fff;
}
#main-nav #top-nav-container li ul li a {
  color: #fff;
  padding-bottom: 0.95em;
}
#main-nav #top-nav-container li ul li a:hover {
  color: #e10019;
  background: transparent;
  font-weight: 400;
}
#main-nav #top-nav-container li ul li a:focus {
  color: #e10019;
  background: transparent;
}
#main-nav #top-nav-container li a .caret {
  border: 0;
  margin-top: -26px;
}
#main-nav #top-nav-container li a .caret:before {
  content: "\E040";
  font-size: 16px;
  display: inline-block;
  font-family: 'Qualtrics Icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main-nav #top-nav-container li .caret-alt .caret {
  margin-top: -34px;
}
#main-nav #top-nav-container li .caret-alt .caret:before {
  content: "X";
  font-size: 16px;
  display: inline-block;
  font-family: 'Qualtrics Icons';
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 992px) {
  #main-nav #top-nav-container {
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  #main-nav .container.qualtrics-nav-container {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #main-nav .container.qualtrics-nav-container {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
#main-nav .navbar-header {
  background-color: #e10019;
  /*a.show-menu{
			margin-top: 40px;
			 -webkit-transition: all 0.6s ease;
		    -moz-transition: all 0.6s ease;
		    -o-transition: all 0.6s ease;
		    transition: all 0.6s ease;
		}
		a.hide-menu{
			margin-top: 0;
			 -webkit-transition: all 0.6s ease;
		    -moz-transition: all 0.6s ease;
		    -o-transition: all 0.6s ease;
		    transition: all 0.6s ease;
		}*/
}
@media screen and (min-width: 992px) {
  #main-nav .navbar-header {
    background-color: transparent;
  }
}
#main-nav .navbar-header button.navbar-toggle {
  border: none;
  background: transparent;
  padding-right: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#main-nav .navbar-header button.navbar-toggle .icon-bar {
  background-color: #FFF;
  transition: margin-top 300ms, margin-bottom 300ms, transform 300ms;
}
#main-nav .navbar-header button.navbar-toggle .icon-bar-top {
  margin-top: 6px;
  margin-bottom: -6px;
  transform: rotate(45deg);
}
#main-nav .navbar-header button.navbar-toggle .icon-bar-middle {
  visibility: hidden;
}
#main-nav .navbar-header button.navbar-toggle .icon-bar-bottom {
  margin-top: -2px;
  transform: rotate(-45deg);
}
#main-nav .navbar-header button.navbar-toggle.collapsed .icon-bar-top,
#main-nav .navbar-header button.navbar-toggle.collapsed .icon-bar-middle,
#main-nav .navbar-header button.navbar-toggle.collapsed .icon-bar-bottom {
  margin-top: auto;
  margin-bottom: auto;
  visibility: visible;
  transform: none;
}
#main-nav .navbar-header button.navbar-toggle.collapsed .icon-bar-middle,
#main-nav .navbar-header button.navbar-toggle.collapsed .icon-bar-bottom {
  margin-top: 4px;
}
#main-nav .navbar-header a.navbar-brand i {
  font-size: 36px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  #main-nav .navbar-header a.navbar-brand {
    padding-right: 0;
    padding-left: 0;
  }
}
#main-nav .navbar-collapse {
  max-height: none;
  border-width: 0px;
  /*ul.mobile{
			display: block;
			@media screen and (min-width: @screen-md-min){
				display: none;
			}
		}*/
}
@media screen and (min-width: 992px) {
  #main-nav .navbar-collapse {
    max-height: 340px;
  }
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu {
  width: 100%;
  border-width: 0px;
  background-color: transparent;
  padding: 0;
  opacity: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
@media screen and (min-width: 992px) {
  #main-nav .navbar-collapse li.dropdown ul.dropdown-menu {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.95);
  }
}
@media screen and (min-width: 1050px) {
  #main-nav .navbar-collapse li.dropdown ul.dropdown-menu {
    padding: 50px 0 50px 6%;
  }
}
@media screen and (min-width: 1100px) {
  #main-nav .navbar-collapse li.dropdown ul.dropdown-menu {
    padding: 50px 0 50px 8%;
  }
}
@media screen and (min-width: 1200px) {
  #main-nav .navbar-collapse li.dropdown ul.dropdown-menu {
    padding: 50px;
  }
}
@media screen and (min-width: 1200px) {
  #main-nav .navbar-collapse li.dropdown ul.dropdown-menu {
    padding: 50px 6%;
  }
}
@media screen and (min-width: 1300px) {
  #main-nav .navbar-collapse li.dropdown ul.dropdown-menu {
    padding: 50px 5% 50px 10%;
  }
}
@media screen and (min-width: 1400px) {
  #main-nav .navbar-collapse li.dropdown ul.dropdown-menu {
    padding: 50px 5% 50px 10%;
  }
}
@media screen and (min-width: 1500px) {
  #main-nav .navbar-collapse li.dropdown ul.dropdown-menu {
    padding: 50px 7% 50px 13%;
  }
}
@media screen and (min-width: 1600px) {
  #main-nav .navbar-collapse li.dropdown ul.dropdown-menu {
    padding: 50px 9% 50px 16%;
  }
}
@media screen and (min-width: 1700px) {
  #main-nav .navbar-collapse li.dropdown ul.dropdown-menu {
    padding: 50px 10% 50px 18%;
  }
}
@media screen and (min-width: 1800px) {
  #main-nav .navbar-collapse li.dropdown ul.dropdown-menu {
    padding: 50px 15% 50px 20%;
  }
}
@media screen and (min-width: 2000px) {
  #main-nav .navbar-collapse li.dropdown ul.dropdown-menu {
    padding: 50px 18% 50px 23%;
  }
}
@media screen and (min-width: 2300px) {
  #main-nav .navbar-collapse li.dropdown ul.dropdown-menu {
    padding: 50px 19% 50px 25%;
  }
}
@media screen and (min-width: 2400px) {
  #main-nav .navbar-collapse li.dropdown ul.dropdown-menu {
    padding: 50px 20% 50px 28%;
  }
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu li a {
  color: #FFF;
  padding: 0.65em 0em;
  line-height: 2.0;
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled {
  background-color: transparent !important;
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a {
  font-weight: 200;
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a:hover,
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a:active,
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a:focus {
  color: #e10019;
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a:hover i,
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a:active i,
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a:focus i {
  color: #e10019;
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a i {
  font-size: 25px;
  color: gray;
  vertical-align: middle;
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a i:before {
  width: 32px;
  margin-left: 7px;
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a .sm {
  font-size: 12px;
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a .sm:before {
  width: 7px;
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a .sm-alt {
  position: absolute;
  margin-top: 6px;
  margin-left: 6px;
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a .special:before {
  margin-left: 6px;
  width: 35px;
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a .special-sm:before {
  margin-left: 6px;
  width: 41px;
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a .qi-customer-follow-up:before {
  margin-left: -1px;
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a .user-circle-md:before {
  margin-left: 6px;
  margin-right: 2px;
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a .pulse-md:before {
  margin-left: 2px;
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a .nut-md:before {
  margin-left: 9px;
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a .benchmarking-md:before {
  margin-left: -2px;
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a .qi-target-audience-mark-md:before {
  margin-left: 13px;
  margin-right: -5px;
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a .qi-360-alt-md:before {
  margin-left: 7px;
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a .paper-survey-md:before {
  margin-left: 11px;
  margin-right: -3px;
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a .switch-md:before {
  margin-left: 2px;
  margin-right: 3px;
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a .qi-group-online-md:before {
  margin-right: 2px;
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a .qi-vocalize-alt-md:before {
  margin-left: -3px;
  margin-right: 8px;
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a .qi-employee-engagement-alt-md:before {
  margin-left: 3px;
  margin-right: 4px;
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a .qi-360-alt-menu:before {
  margin-left: 3px;
  margin-right: 4px;
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a .qi-online-sample-alt-md:before {
  margin-right: 4px;
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a .switch-md:before {
  font-size: 21px;
  margin-left: 7px;
  margin-right: -2px;
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a .fix-text-spacing {
  position: relative;
  left: 0;
  margin-top: 7px;
  line-height: normal;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  #main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a .fix-text-spacing {
    position: absolute;
    left: 61px;
    display: inherit;
  }
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a .extra {
  display: inherit;
}
@media screen and (min-width: 992px) {
  #main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a .extra {
    display: none;
  }
}
@media screen and (min-width: 1156px) {
  #main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li a .extra {
    display: inherit;
  }
}
#main-nav .navbar-collapse li.dropdown ul.dropdown-menu ul.list-unstyled li .learn-more {
  margin-left: 37px;
  color: #e10019;
  font-weight: 500;
}
#main-nav .navbar-collapse li.dropdown a .caret {
  border: 0;
  margin-top: -26px;
}
#main-nav .navbar-collapse li.dropdown a .caret:before {
  content: "\E040";
  font-size: 16px;
  display: inline-block;
  font-family: 'Qualtrics Icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main-nav .navbar-collapse li.dropdown .caret-alt .caret {
  margin-top: -34px;
}
#main-nav .navbar-collapse li.dropdown .caret-alt .caret:before {
  content: "X";
  font-size: 16px;
  display: inline-block;
  font-family: 'Qualtrics Icons';
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main-nav .navbar-collapse li.mega-dropdown {
  position: static !important;
}
#main-nav .navbar-collapse.collapsing,
#main-nav .navbar-collapse.in {
  background-color: rgba(0, 0, 0, 0.92);
  overflow: scroll;
}
#main-nav .navbar-collapse.collapsing ul.nav,
#main-nav .navbar-collapse.in ul.nav {
  margin-top: 0;
}
#main-nav .navbar-collapse.collapsing ul.nav li.dropdown.open a > li a,
#main-nav .navbar-collapse.in ul.nav li.dropdown.open a > li a,
#main-nav .navbar-collapse.collapsing ul.nav li.dropdown.open ul > li a,
#main-nav .navbar-collapse.in ul.nav li.dropdown.open ul > li a {
  margin-left: 2em;
}
#main-nav .navbar-collapse.collapsing ul.nav li.dropdown.open a > li a i,
#main-nav .navbar-collapse.in ul.nav li.dropdown.open a > li a i,
#main-nav .navbar-collapse.collapsing ul.nav li.dropdown.open ul > li a i,
#main-nav .navbar-collapse.in ul.nav li.dropdown.open ul > li a i {
  display: none;
}
@media screen and (min-width: 992px) {
  #main-nav .navbar-collapse.collapsing ul.nav li.dropdown.open a > li a i,
  #main-nav .navbar-collapse.in ul.nav li.dropdown.open a > li a i,
  #main-nav .navbar-collapse.collapsing ul.nav li.dropdown.open ul > li a i,
  #main-nav .navbar-collapse.in ul.nav li.dropdown.open ul > li a i {
    display: block;
  }
}
#main-nav .navbar-collapse.collapsing ul.nav li.dropdown.open ul.dropdown,
#main-nav .navbar-collapse.in ul.nav li.dropdown.open ul.dropdown {
  margin-top: 0;
}
#main-nav .navbar-collapse.collapsing ul.nav li.dropdown.open a,
#main-nav .navbar-collapse.in ul.nav li.dropdown.open a {
  color: #fff !important;
}
#main-nav .navbar-collapse.collapsing ul.nav li a.login-button,
#main-nav .navbar-collapse.in ul.nav li a.login-button {
  width: auto;
  display: block;
  margin: 1.25em 1.3em;
}
@media screen and (min-width: 992px) {
  #main-nav .navbar-collapse.collapsing,
  #main-nav .navbar-collapse.in {
    background-color: inherit;
  }
}
#main-nav .navbar-collapse .special-container {
  width: 100%;
}
#main-nav .navbar-collapse ul.hide-top-menu {
  display: none;
}
#main-nav .navbar-collapse ul.desktop {
  display: block;
}
#main-nav .top-menu-container {
  width: 100%;
  position: relative;
  display: none;
}
#main-nav .top-menu-container ul.top-nav {
  margin-left: 50%;
}
#main-nav .top-menu-container ul.top-nav li a {
  font-size: 0.55em;
  padding-bottom: 0px;
}
#main-nav .top-menu-container .clear {
  clear: both;
}
@media screen and (min-width: 992px) {
  #main-nav .top-menu-container {
    display: block;
  }
}
#main-nav div > div > ul > li > a,
#main-nav .navbar-header a.navbar-brand {
  padding-top: 13px;
  color: white;
}
#main-nav a {
  padding-top: 6px;
  text-transform: uppercase;
  font-size: 0.65em;
  font-weight: 600;
  letter-spacing: 2px;
}
#main-nav li.dropdown .dropdown-toggle span.caret {
  margin-top: -4px;
}
#main-nav li.dropdown.open ul.dropdown-menu {
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
}
#main-nav li.dropdown.open > a {
  background-color: transparent;
  color: black;
}
#main-nav .vertical-logos {
  margin-bottom: 10px;
}
#main-nav .vertical-logos a {
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.65em;
  letter-spacing: 2px;
}
#main-nav .vertical-logos a .qi {
  font-size: 32px;
  vertical-align: middle;
  margin-right: 8px;
}
@media screen and (min-width: 992px) {
  #main-nav .vertical-logos a .qi {
    margin-right: 0px;
  }
}
@media screen and (min-width: 1200px) {
  #main-nav .vertical-logos a .qi {
    margin-right: 8px;
  }
}
#main-nav .vertical-logos a:hover {
  color: #e10019 !important;
  font-weight: 600 !important;
}
#main-nav .vertical-logos .qi {
  font-size: 32px;
  vertical-align: middle;
  margin-right: 8px;
}
@media screen and (min-width: 992px) {
  #main-nav .vertical-logos .qi {
    margin-right: 0px;
  }
}
@media screen and (min-width: 1200px) {
  #main-nav .vertical-logos .qi {
    margin-right: 8px;
  }
}
#main-nav .vertical-logos .q-arrow-link:after {
  letter-spacing: -1px;
  right: -0.9em;
}
#main-nav .vertical-logos-industries {
  color: #fff;
  margin-bottom: 10px;
  text-transform: none;
  display: none;
}
@media screen and (min-width: 992px) {
  #main-nav .vertical-logos-industries {
    display: inline-block;
  }
}
#main-nav .vertical-logos-industries .not-bold {
  font-weight: 100;
  font-size: 23px;
  letter-spacing: 1px;
  display: none;
}
@media screen and (min-width: 992px) {
  #main-nav .vertical-logos-industries .not-bold {
    font-size: 27px;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1;
  }
}
#main-nav .vertical-logos-industries .qi {
  font-size: 45px;
  vertical-align: middle;
  margin-right: 8px;
}
@media screen and (min-width: 992px) {
  #main-nav .vertical-logos-industries .qi {
    font-size: 32px;
    margin-right: 0px;
  }
}
@media screen and (min-width: 1030px) {
  #main-nav .vertical-logos-industries .qi {
    font-size: 45px;
  }
}
@media screen and (min-width: 1200px) {
  #main-nav .vertical-logos-industries .qi {
    margin-right: 8px;
  }
}
#main-nav .vertical-logos-industries .bold {
  font-size: 18px;
  font-weight: 500;
  display: none;
}
@media screen and (min-width: 992px) {
  #main-nav .vertical-logos-industries .bold {
    font-size: 20px;
    display: inline-block;
  }
}
#main-nav .mobile-only {
  display: block;
}
@media screen and (min-width: 992px) {
  #main-nav .mobile-only {
    display: none;
  }
}
#main-nav .login-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  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: 18px;
  line-height: 1.66666667;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 3px 12px;
  font-size: 11px;
  line-height: 1.5;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  color: #e10019;
  background-color: #fff;
  border-color: transparent;
  font-weight: 600;
  margin-top: 1.1em;
  margin-left: 0.4em;
}
#main-nav .login-button:focus,
#main-nav .login-button:active:focus,
#main-nav .login-button.active:focus,
#main-nav .login-button.focus,
#main-nav .login-button:active.focus,
#main-nav .login-button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#main-nav .login-button:hover,
#main-nav .login-button:focus,
#main-nav .login-button.focus {
  color: #000;
  text-decoration: none;
}
#main-nav .login-button:visited {
  color: #000000;
}
#main-nav .login-button:active,
#main-nav .login-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);
}
#main-nav .login-button.disabled,
#main-nav .login-button[disabled],
fieldset[disabled] #main-nav .login-button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#main-nav .login-button.no-case {
  text-transform: none;
}
#main-nav .login-button:hover,
#main-nav .login-button:focus,
#main-nav .login-button.focus,
#main-nav .login-button:active,
#main-nav .login-button.active,
.open > .dropdown-toggle#main-nav .login-button {
  color: #e10019;
  background-color: #ffffff;
  border-color: rgba(13, 13, 13, 0);
}
#main-nav .login-button:active,
#main-nav .login-button.active,
.open > .dropdown-toggle#main-nav .login-button {
  background-image: none;
}
#main-nav .login-button.disabled,
#main-nav .login-button[disabled],
fieldset[disabled] #main-nav .login-button,
#main-nav .login-button.disabled:hover,
#main-nav .login-button[disabled]:hover,
fieldset[disabled] #main-nav .login-button:hover,
#main-nav .login-button.disabled:focus,
#main-nav .login-button[disabled]:focus,
fieldset[disabled] #main-nav .login-button:focus,
#main-nav .login-button.disabled.focus,
#main-nav .login-button[disabled].focus,
fieldset[disabled] #main-nav .login-button.focus,
#main-nav .login-button.disabled:active,
#main-nav .login-button[disabled]:active,
fieldset[disabled] #main-nav .login-button:active,
#main-nav .login-button.disabled.active,
#main-nav .login-button[disabled].active,
fieldset[disabled] #main-nav .login-button.active {
  background-color: #fff;
  border-color: transparent;
}
#main-nav .login-button:visited {
  color: #e10019;
}
#main-nav .login-button .badge {
  color: #fff;
  background-color: #e10019;
}
#main-nav .login-button:hover,
#main-nav .login-button:focus,
#main-nav .login-button.focus,
#main-nav .login-button:active,
#main-nav .login-button.active,
.open > .dropdown-toggle#main-nav .login-button {
  color: #ff2f46;
}
#main-nav .subscribe-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  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: 18px;
  line-height: 1.66666667;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 3px 12px;
  font-size: 11px;
  line-height: 1.5;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  color: #e10019;
  background-color: #fff;
  border-color: transparent;
  font-weight: 600;
  width: auto;
  display: block;
  margin: 1em 0 1em 1.5em;
  background-color: #e10019;
  color: #fff;
  border: 2px #fff solid;
}
#main-nav .subscribe-btn:focus,
#main-nav .subscribe-btn:active:focus,
#main-nav .subscribe-btn.active:focus,
#main-nav .subscribe-btn.focus,
#main-nav .subscribe-btn:active.focus,
#main-nav .subscribe-btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#main-nav .subscribe-btn:hover,
#main-nav .subscribe-btn:focus,
#main-nav .subscribe-btn.focus {
  color: #000;
  text-decoration: none;
}
#main-nav .subscribe-btn:visited {
  color: #000000;
}
#main-nav .subscribe-btn:active,
#main-nav .subscribe-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);
}
#main-nav .subscribe-btn.disabled,
#main-nav .subscribe-btn[disabled],
fieldset[disabled] #main-nav .subscribe-btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#main-nav .subscribe-btn.no-case {
  text-transform: none;
}
#main-nav .subscribe-btn:hover,
#main-nav .subscribe-btn:focus,
#main-nav .subscribe-btn.focus,
#main-nav .subscribe-btn:active,
#main-nav .subscribe-btn.active,
.open > .dropdown-toggle#main-nav .subscribe-btn {
  color: #e10019;
  background-color: #ffffff;
  border-color: rgba(13, 13, 13, 0);
}
#main-nav .subscribe-btn:active,
#main-nav .subscribe-btn.active,
.open > .dropdown-toggle#main-nav .subscribe-btn {
  background-image: none;
}
#main-nav .subscribe-btn.disabled,
#main-nav .subscribe-btn[disabled],
fieldset[disabled] #main-nav .subscribe-btn,
#main-nav .subscribe-btn.disabled:hover,
#main-nav .subscribe-btn[disabled]:hover,
fieldset[disabled] #main-nav .subscribe-btn:hover,
#main-nav .subscribe-btn.disabled:focus,
#main-nav .subscribe-btn[disabled]:focus,
fieldset[disabled] #main-nav .subscribe-btn:focus,
#main-nav .subscribe-btn.disabled.focus,
#main-nav .subscribe-btn[disabled].focus,
fieldset[disabled] #main-nav .subscribe-btn.focus,
#main-nav .subscribe-btn.disabled:active,
#main-nav .subscribe-btn[disabled]:active,
fieldset[disabled] #main-nav .subscribe-btn:active,
#main-nav .subscribe-btn.disabled.active,
#main-nav .subscribe-btn[disabled].active,
fieldset[disabled] #main-nav .subscribe-btn.active {
  background-color: #fff;
  border-color: transparent;
}
#main-nav .subscribe-btn:visited {
  color: #e10019;
}
#main-nav .subscribe-btn .badge {
  color: #fff;
  background-color: #e10019;
}
#main-nav .subscribe-btn:hover,
#main-nav .subscribe-btn:focus,
#main-nav .subscribe-btn.focus,
#main-nav .subscribe-btn:active,
#main-nav .subscribe-btn.active,
.open > .dropdown-toggle#main-nav .subscribe-btn {
  color: #ff2f46;
}
#main-nav .subscribe-btn:visited {
  color: #FFF;
}
#main-nav .subscribe-btn:hover {
  background-color: #ff485c;
  color: #FFF;
  border: 2px #fff solid;
}
#main-nav .subscribe-btn:focus {
  background-color: #e10019;
  color: #FFF;
  border: 2px #fff solid;
}
.sub-menu #main-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: #e10019;
  border: none;
}
@media screen and (min-width: 992px) {
  .sub-menu #main-nav {
    position: relative;
    margin-bottom: 0;
  }
}
.sub-menu #q-nav-bar {
  margin-top: 0;
}
.sub-menu .fixed {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 6;
  box-shadow: -1px 4px 29px -6px #8a8a8a;
}
.sub-menu .q-fixed {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: #e10019;
}
.black-ul {
  background-color: rgba(0, 0, 0, 0.92);
}
.international .drowdown-international {
  width: inherit !important;
  min-width: 160px;
  padding: 0 !important;
  top: 100%;
}
.international .drowdown-international li a {
  padding: 0.65em 1.5em !important;
}
.international .drowdown-international li.dropdown {
  padding-top: 13px !important;
}
/*
	--------------------------------------------------
					CXM image section
	--------------------------------------------------

	This is for sections that contain the cxm logo

	Here is some example html:


	<section class="industry-cxm cxm-outer spacing-lg bg-gray-super-lt">
		<div class="container">
			<div class="row">
				<div class="col-bl-12 spacing-md-bottom">
					<h1 class="no-spacing text-center">The Benefits of Having Your <br /> Data Connected</h1>
				</div>

				<div class="cxm-inner spacing-sm-bottom">
					<img class="hidden-xs hidden-sm center-block" src="/wp-content/themes/qualtrics/images/global/cxm.png">
					<img class="hidden-md hidden-lg center-block spacing-sm-bottom" src="/wp-content/themes/qualtrics/images/global/cxm-mobile.png">
					<div class="cxm-description" id="cxm-cx">
						<h3>Customer Experience</h3>
						<p>Build greater brand loyalty by asking about your customers’ experiences and acting on their feedback.</p>
					</div>
					<div class="cxm-description" id="cxm-ee">
						<h3>Employee Engagement</h3>
						<p>Happy employees create happy customers. Identify the drivers of employee enagement and satisfaction to drive positive customer interactions.</p>
					</div>
					<div class="cxm-description" id="cxm-mr">
						<h3>Market Research</h3>
						<p>Thoroughly understand your market and deliver ahead of customer expectations.</p>
					</div>
					<div class="cxm-description" id="cxm-od">
						<h3>Operational Data</h3>
						<p>Operational data brings context and clarity to insights, helping you make the right decisions.</p>
					</div>
				</div>
			</div>
		</div>
	</section>

*/
section.cxm-outer .row > div > h1 {
  padding: 0 15px;
}
section.cxm-outer .row > div > p {
  padding: 0 15px;
}
section.cxm-outer .cxm-inner {
  position: relative;
  clear: both;
}
section.cxm-outer .cxm-inner img {
  display: block;
  max-width: 100%;
}
section.cxm-outer .cxm-inner img:first-child {
  margin-bottom: 80px;
  width: 540px;
}
section.cxm-outer .cxm-inner div.cxm-description {
  position: absolute;
  width: 26%;
  text-align: left;
}
section.cxm-outer .cxm-inner div.cxm-description#cxm-cx {
  top: 8.7%;
  right: 9%;
  width: 19%;
}
section.cxm-outer .cxm-inner div.cxm-description#cxm-mr {
  top: 81.8%;
  left: 5.7%;
  width: 19%;
  text-align: right;
}
section.cxm-outer .cxm-inner div.cxm-description#cxm-ei {
  top: 82.5%;
  right: 2.3%;
  width: 22%;
}
section.cxm-outer .cxm-inner div.cxm-description h3 {
  font-size: .8em;
  font-weight: 700;
}
section.cxm-outer .cxm-inner div.cxm-description p {
  font-size: .95em;
}
@media screen and (max-width: 1200px) {
  section.cxm-outer .cxm-inner img:first-child {
    width: 445px;
  }
  section.cxm-outer .cxm-inner div.cxm-description#cxm-cx {
    top: 6.8%;
    right: 3.6%;
    width: 24%;
  }
  section.cxm-outer .cxm-inner div.cxm-description#cxm-ei {
    top: 80.3%;
    right: 0;
    width: 23.6%;
  }
  section.cxm-outer .cxm-inner div.cxm-description#cxm-mr {
    top: 79.7%;
    left: 5%;
  }
}
@media screen and (max-width: 992px) {
  section.cxm-outer .container .cxm-inner {
    top: -40px;
  }
  section.cxm-outer .container .cxm-inner div.cxm-description {
    position: relative;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    padding: 0 15px;
    width: 100% !important;
  }
  section.cxm-outer .container .cxm-inner div.cxm-description h3,
  section.cxm-outer .container .cxm-inner div.cxm-description p {
    text-align: left;
  }
}
footer.site-footer {
  background-color: #FFF;
  font-size: 0.74em;
}
footer.site-footer .container {
  border-top: 1px solid #647077;
}
footer.site-footer a {
  color: black;
}
footer.site-footer a:hover {
  text-decoration: underline;
}
footer.site-footer .main-links > .col-xs-6.col-sm-3 {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 23px;
  margin-bottom: 23px;
}
footer.site-footer ul.social-links {
  font-size: 1.5em;
  margin-top: -7px;
  float: right;
}
footer.site-footer ul.social-links li a:hover {
  color: #647077;
}
@media screen and (max-width: 768px) {
  footer.site-footer {
    font-size: 1em;
  }
  footer.site-footer .misc-links,
  footer.site-footer .social-links {
    font-size: 0.85em;
  }
  footer.site-footer .misc-links {
    margin-bottom: 23px;
  }
  footer.site-footer .misc-links div.col-xs-6 {
    margin-bottom: 3px;
  }
  footer.site-footer ul.social-links {
    float: none;
    font-size: 1.25em;
  }
}
.marketo-template .site-header a.telephone-number {
  font-size: 0.8em !important;
  color: white !important;
}
.marketo-template .site-header a.telephone-number i {
  position: relative;
  top: 3px;
  right: 7px;
  font-size: 1.2em;
}
.marketo-template .site-header a.telephone-number:hover,
.marketo-template .site-header a.telephone-number:active,
.marketo-template .site-header a.telephone-number:focus {
  background-color: transparent;
  color: black!important;
}
.marketo-template .site-header .navbar-header {
  float: none !important;
  display: block!important;
}
.marketo-template .page-content {
  margin-top: 50px;
}
.marketo-template img#heroImg {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: 100%;
}
.marketo-template .mktoImg {
  max-width: 100% !important;
}
.landing-page-template {
  /* DemandBase Styles */
}
.landing-page-template a.jump-to-form {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.66666667;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 19px 46px;
  font-size: 28px;
  line-height: 1.3333333;
  border-radius: 6px;
  color: #fff;
  background-color: #e10019;
  border-color: transparent;
  color: white;
  width: 100%;
  text-align: center;
  display: none;
  margin-top: 70px;
  margin-bottom: -50px;
  font-size: 1em;
  padding: 0;
}
.landing-page-template a.jump-to-form:focus,
.landing-page-template a.jump-to-form:active:focus,
.landing-page-template a.jump-to-form.active:focus,
.landing-page-template a.jump-to-form.focus,
.landing-page-template a.jump-to-form:active.focus,
.landing-page-template a.jump-to-form.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.landing-page-template a.jump-to-form:hover,
.landing-page-template a.jump-to-form:focus,
.landing-page-template a.jump-to-form.focus {
  color: #000;
  text-decoration: none;
}
.landing-page-template a.jump-to-form:visited {
  color: #000000;
}
.landing-page-template a.jump-to-form:active,
.landing-page-template a.jump-to-form.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);
}
.landing-page-template a.jump-to-form.disabled,
.landing-page-template a.jump-to-form[disabled],
fieldset[disabled] .landing-page-template a.jump-to-form {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.landing-page-template a.jump-to-form:hover,
.landing-page-template a.jump-to-form:focus,
.landing-page-template a.jump-to-form.focus,
.landing-page-template a.jump-to-form:active,
.landing-page-template a.jump-to-form.active,
.open > .dropdown-toggle.landing-page-template a.jump-to-form {
  color: #fff;
  background-color: #fb001c;
  border-color: rgba(13, 13, 13, 0);
}
.landing-page-template a.jump-to-form:active,
.landing-page-template a.jump-to-form.active,
.open > .dropdown-toggle.landing-page-template a.jump-to-form {
  background-image: none;
}
.landing-page-template a.jump-to-form.disabled,
.landing-page-template a.jump-to-form[disabled],
fieldset[disabled] .landing-page-template a.jump-to-form,
.landing-page-template a.jump-to-form.disabled:hover,
.landing-page-template a.jump-to-form[disabled]:hover,
fieldset[disabled] .landing-page-template a.jump-to-form:hover,
.landing-page-template a.jump-to-form.disabled:focus,
.landing-page-template a.jump-to-form[disabled]:focus,
fieldset[disabled] .landing-page-template a.jump-to-form:focus,
.landing-page-template a.jump-to-form.disabled.focus,
.landing-page-template a.jump-to-form[disabled].focus,
fieldset[disabled] .landing-page-template a.jump-to-form.focus,
.landing-page-template a.jump-to-form.disabled:active,
.landing-page-template a.jump-to-form[disabled]:active,
fieldset[disabled] .landing-page-template a.jump-to-form:active,
.landing-page-template a.jump-to-form.disabled.active,
.landing-page-template a.jump-to-form[disabled].active,
fieldset[disabled] .landing-page-template a.jump-to-form.active {
  background-color: #e10019;
  border-color: transparent;
}
.landing-page-template a.jump-to-form:visited {
  color: #fff;
}
.landing-page-template a.jump-to-form .badge {
  color: #e10019;
  background-color: #fff;
}
.landing-page-template a.jump-to-form i {
  font-size: 3em;
  line-height: 0.5em;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .landing-page-template a.jump-to-form {
    display: block;
  }
}
.landing-page-template #demandbase-autocomplete .ui-menu .ui-menu-item a {
  text-decoration: none;
  color: gray;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
  text-align: left;
}
.landing-page-template aside.panel-body {
  margin-bottom: 1em;
}
.landing-page-template aside.panel-body h2 {
  margin-top: 5px!important;
  margin-bottom: 25px!important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow {
  width: 100%;
  text-align: center !important;
  overflow: hidden !important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow .mktoButtonWrap {
  margin-left: 0!important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"] {
  background-color: red!important;
  background-image: none!important;
  display: block !important;
  width: 100% !important;
  height: 44px !important;
  color: #647077 !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  padding: 19px 46px !important;
  font-size: 28px !important;
  display: inline-block !important;
  margin-bottom: 0 !important;
  font-weight: 300 !important;
  text-align: center !important;
  vertical-align: middle !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  white-space: nowrap !important;
  padding: 6px 12px !important;
  font-size: 18px !important;
  line-height: 1.66666667 !important;
  border-radius: 4px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  padding: 10px 19px !important;
  font-size: 14px !important;
  line-height: 1.3333333 !important;
  -webkit-border-radius: 28px !important;
  -moz-border-radius: 28px !important;
  border-radius: 28px !important;
  color: #fff !important;
  background-color: #e10019 !important;
  border-color: transparent !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
  margin-bottom: 0!important;
  width: auto!important;
  margin: 0px auto!important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:focus,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:active:focus,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].active:focus,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].focus,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:active.focus,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].active.focus {
  outline: thin dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px !important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:hover,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:focus,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].focus {
  color: #000 !important;
  text-decoration: none !important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:visited {
  color: #000000 !important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:active,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].active {
  outline: 0 !important;
  background-image: none !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].disabled,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"][disabled],
fieldset[disabled] .landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"] {
  cursor: not-allowed !important;
  pointer-events: none !important;
  opacity: 0.65 !important;
  filter: alpha(opacity=65) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]::-moz-placeholder {
  color: #999 !important;
  opacity: 1 !important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:-ms-input-placeholder {
  color: #999 !important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]::-webkit-input-placeholder {
  color: #999 !important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"][disabled],
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"][readonly],
fieldset[disabled] .landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"] {
  background-color: #f8f8f8 !important;
  opacity: 1 !important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"][disabled],
fieldset[disabled] .landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"] {
  cursor: not-allowed !important;
}
textarea.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"] {
  height: auto !important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:hover,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:focus,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].focus,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:active,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].active,
.open > .dropdown-toggle.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"] {
  color: #fff !important;
  background-color: #fb001c !important;
  border-color: rgba(13, 13, 13, 0) !important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:active,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].active,
.open > .dropdown-toggle.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"] {
  background-image: none !important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].disabled,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"][disabled],
fieldset[disabled] .landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"],
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].disabled:hover,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"][disabled]:hover,
fieldset[disabled] .landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:hover,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].disabled:focus,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"][disabled]:focus,
fieldset[disabled] .landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:focus,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].disabled.focus,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"][disabled].focus,
fieldset[disabled] .landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].focus,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].disabled:active,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"][disabled]:active,
fieldset[disabled] .landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:active,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].disabled.active,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"][disabled].active,
fieldset[disabled] .landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].active {
  background-color: #e10019 !important;
  border-color: transparent !important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:visited {
  color: #fff !important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"] .badge {
  color: #e10019 !important;
  background-color: #fff !important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:focus,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:active:focus,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].active:focus,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].focus,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:active.focus,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].active.focus {
  outline: thin dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px !important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:hover,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:focus,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].focus {
  color: #000 !important;
  text-decoration: none !important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:visited {
  color: #000000 !important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:active,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].active {
  outline: 0 !important;
  background-image: none !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].disabled,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"][disabled],
fieldset[disabled] .landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"] {
  cursor: not-allowed !important;
  pointer-events: none !important;
  opacity: 0.65 !important;
  filter: alpha(opacity=65) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].no-case {
  text-transform: none !important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:hover,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:focus,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].focus,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:active,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].active,
.open > .dropdown-toggle.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"] {
  color: #fff !important;
  background-color: #fb001c !important;
  border-color: rgba(13, 13, 13, 0) !important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:active,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].active,
.open > .dropdown-toggle.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"] {
  background-image: none !important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].disabled,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"][disabled],
fieldset[disabled] .landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"],
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].disabled:hover,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"][disabled]:hover,
fieldset[disabled] .landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:hover,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].disabled:focus,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"][disabled]:focus,
fieldset[disabled] .landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:focus,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].disabled.focus,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"][disabled].focus,
fieldset[disabled] .landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].focus,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].disabled:active,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"][disabled]:active,
fieldset[disabled] .landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:active,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].disabled.active,
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"][disabled].active,
fieldset[disabled] .landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"].active {
  background-color: #e10019 !important;
  border-color: transparent !important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"]:visited {
  color: #fff !important;
}
.landing-page-template aside.panel-body .mktoForm .mktoButtonRow button[type="submit"] .badge {
  color: #e10019 !important;
  background-color: #fff !important;
}
.landing-page-template aside.panel-body.overrideMktoDefaults {
  border: 1px solid #647077 !important;
  overflow: hidden;
}
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm {
  padding: 0!important;
}
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm .mktoButtonRow button[type="submit"] {
  width: 100%!important;
}
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm form,
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm form.mktoForm,
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm form.mktoHasWidth {
  width: 100%!important;
}
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm .mktoFormCol {
  width: 100%!important;
}
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm .mktoFormRow,
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm .mktoFieldWrap {
  margin-bottom: 15px !important;
  margin-bottom: 5px!important;
}
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm .mktoFieldWrap {
  margin-bottom: 0!important;
  width: 100%!important;
  float: none!important;
}
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm .mktoOffset {
  display: none!important;
}
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input,
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input.mktoField,
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input.mktoHasWidth,
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm textarea {
  display: block !important;
  width: 100% !important;
  height: 44px !important;
  padding: 6px 12px !important;
  font-size: 18px !important;
  line-height: 1.66666667 !important;
  color: #647077 !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  width: auto!important;
  width: 65%!important;
  resize: vertical!important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
  border-color: #d9e0e2 !important;
  box-shadow: none !important;
}
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input:focus,
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input.mktoField:focus,
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input.mktoHasWidth:focus,
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm textarea:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input::-moz-placeholder,
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input.mktoField::-moz-placeholder,
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input.mktoHasWidth::-moz-placeholder,
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm textarea::-moz-placeholder {
  color: #999 !important;
  opacity: 1 !important;
}
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input:-ms-input-placeholder,
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input.mktoField:-ms-input-placeholder,
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input.mktoHasWidth:-ms-input-placeholder,
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm textarea:-ms-input-placeholder {
  color: #999 !important;
}
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input::-webkit-input-placeholder,
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input.mktoField::-webkit-input-placeholder,
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input.mktoHasWidth::-webkit-input-placeholder,
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm textarea::-webkit-input-placeholder {
  color: #999 !important;
}
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input[disabled],
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input.mktoField[disabled],
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input.mktoHasWidth[disabled],
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm textarea[disabled],
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input[readonly],
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input.mktoField[readonly],
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input.mktoHasWidth[readonly],
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm textarea[readonly],
fieldset[disabled] .landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input,
fieldset[disabled] .landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input.mktoField,
fieldset[disabled] .landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input.mktoHasWidth,
fieldset[disabled] .landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm textarea {
  background-color: #f8f8f8 !important;
  opacity: 1 !important;
}
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input[disabled],
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input.mktoField[disabled],
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input.mktoHasWidth[disabled],
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm textarea[disabled],
fieldset[disabled] .landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input,
fieldset[disabled] .landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input.mktoField,
fieldset[disabled] .landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input.mktoHasWidth,
fieldset[disabled] .landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm textarea {
  cursor: not-allowed !important;
}
textarea.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input,
textarea.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input.mktoField,
textarea.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input.mktoHasWidth,
textarea.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm textarea {
  height: auto !important;
}
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input:focus,
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input.mktoField:focus,
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input.mktoHasWidth:focus,
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm textarea:focus,
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input:active,
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input.mktoField:active,
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input.mktoHasWidth:active,
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm textarea:active {
  box-shadow: none !important;
  outline: none!important;
}
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm textarea {
  height: auto!important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
  border-color: #d9e0e2 !important;
  box-shadow: none !important;
}
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm label,
.landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm label.mktoLabel {
  text-align: right!important;
  width: auto!important;
  width: 30%!important;
}
@media screen and (max-width: 768px) {
  .landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm input,
  .landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm label,
  .landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm textarea,
  .landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm .mktoHasWidth,
  .landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm .mktoField,
  .landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm .mktoTextField {
    display: inline-block !important;
    clear: none!important;
  }
  .landing-page-template aside.panel-body.overrideMktoDefaults .mktoForm div.mktoAsterix {
    float: right!important;
  }
}
.thank-you-template #tagline {
  margin-top: 1em;
}
.thank-you-template #tagline a {
  color: #e10019;
}
.thank-you-template h3 {
  font-size: 1.2em;
  line-height: 1.8em;
}
.thank-you-template .main-content {
  padding-top: 0;
  font-size: 1.3em;
  font-weight: 200;
}
.thank-you-template .main-content .learn-more {
  text-align: center;
  margin-top: 1.5em;
}
.thank-you-template iframe {
  width: 100%!important;
  height: 360px!important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.hero-title,
.section-title,
.description-title,
.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,
.hero-title small,
.section-title small,
.description-title small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.hero-title .small,
.section-title .small,
.description-title .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #d9e0e2;
}
span.hero-title,
span.section-title,
span.description-title,
span.h4,
span.h5,
span.h6 {
  display: block;
}
h3.hero-title,
h3.section-title {
  letter-spacing: 0;
}
h1,
.hero-title,
h2,
.section-title,
h3,
.description-title {
  margin-top: 30px;
  margin-bottom: 15px;
}
h1 small,
.hero-title small,
h2 small,
.section-title small,
h3 small,
.description-title small,
h1 .small,
.hero-title .small,
h2 .small,
.section-title .small,
h3 .small,
.description-title .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
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,
.hero-title {
  font-size: 54px;
}
h2,
.section-title {
  font-size: 35px;
}
h3,
.description-title {
  font-size: 14px;
}
h4,
.h4 {
  font-size: 12px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
h1,
.hero-title,
h2,
.section-title,
h6,
.h6 {
  font-weight: 200;
  text-transform: none;
}
h3,
.description-title,
h4,
.h4 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h6 {
  line-height: 1.66666667;
}
@media screen and (max-width: 992px) {
  h1,
  .h1 {
    font-size: 43px;
  }
  h1.no-responsive,
  .h1.no-responsive,
  .no-responsive h1,
  .no-responsive .h1 {
    font-size: 54px;
  }
}
@media screen and (max-width: 480px) {
  h1,
  .h1 {
    font-size: 37px;
  }
  h1.no-responsive,
  .h1.no-responsive,
  .no-responsive h1,
  .no-responsive .h1 {
    font-size: 54px;
  }
}
@media screen and (max-width: 992px) {
  h2,
  .h2 {
    font-size: 31px;
  }
  h2.no-responsive,
  .h2.no-responsive,
  .no-responsive h2,
  .no-responsive .h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  h2,
  .h2 {
    font-size: 31px;
  }
  h2.no-responsive,
  .h2.no-responsive,
  .no-responsive h2,
  .no-responsive .h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 992px) {
  h3,
  .h3 {
    font-size: 12px;
  }
  h3.no-responsive,
  .h3.no-responsive,
  .no-responsive h3,
  .no-responsive .h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  h3,
  .h3 {
    font-size: 12px;
  }
  h3.no-responsive,
  .h3.no-responsive,
  .no-responsive h3,
  .no-responsive .h3 {
    font-size: 14px;
  }
}
p {
  margin: 0 0 15px;
}
.lead {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 88%;
}
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: #d9e0e2;
}
.text-primary {
  color: #e10019;
}
a.text-primary:hover {
  color: #ae0013;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.font-140 {
  font-size: 140px;
}
.font-120 {
  font-size: 120px;
}
.font-100 {
  font-size: 100px;
}
.font-80 {
  font-size: 80px;
}
h1.header-cx,
h2.header-cx,
h3.header-cx,
h4.header-cx,
h5.header-cx,
h6.header-cx,
h1.header-ei,
h2.header-ei,
h3.header-ei,
h4.header-ei,
h5.header-ei,
h6.header-ei,
h1.header-op,
h2.header-op,
h3.header-op,
h4.header-op,
h5.header-op,
h6.header-op,
h1.header-mr,
h2.header-mr,
h3.header-mr,
h4.header-mr,
h5.header-mr,
h6.header-mr {
  position: relative;
}
h1.header-cx:before,
h2.header-cx:before,
h3.header-cx:before,
h4.header-cx:before,
h5.header-cx:before,
h6.header-cx:before,
h1.header-ei:before,
h2.header-ei:before,
h3.header-ei:before,
h4.header-ei:before,
h5.header-ei:before,
h6.header-ei:before,
h1.header-op:before,
h2.header-op:before,
h3.header-op:before,
h4.header-op:before,
h5.header-op:before,
h6.header-op:before,
h1.header-mr:before,
h2.header-mr:before,
h3.header-mr:before,
h4.header-mr:before,
h5.header-mr:before,
h6.header-mr:before {
  display: inline-block;
  font-family: 'Qualtrics Icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: block;
  font-size: 2.75em;
  height: 30px;
  width: 30px;
  top: -0.3em;
  left: -1.45em;
}
h1.header-cx.header-white,
h2.header-cx.header-white,
h3.header-cx.header-white,
h4.header-cx.header-white,
h5.header-cx.header-white,
h6.header-cx.header-white,
h1.header-ei.header-white,
h2.header-ei.header-white,
h3.header-ei.header-white,
h4.header-ei.header-white,
h5.header-ei.header-white,
h6.header-ei.header-white,
h1.header-op.header-white,
h2.header-op.header-white,
h3.header-op.header-white,
h4.header-op.header-white,
h5.header-op.header-white,
h6.header-op.header-white,
h1.header-mr.header-white,
h2.header-mr.header-white,
h3.header-mr.header-white,
h4.header-mr.header-white,
h5.header-mr.header-white,
h6.header-mr.header-white {
  color: white;
}
h1.header-cx.header-white:before,
h2.header-cx.header-white:before,
h3.header-cx.header-white:before,
h4.header-cx.header-white:before,
h5.header-cx.header-white:before,
h6.header-cx.header-white:before,
h1.header-ei.header-white:before,
h2.header-ei.header-white:before,
h3.header-ei.header-white:before,
h4.header-ei.header-white:before,
h5.header-ei.header-white:before,
h6.header-ei.header-white:before,
h1.header-op.header-white:before,
h2.header-op.header-white:before,
h3.header-op.header-white:before,
h4.header-op.header-white:before,
h5.header-op.header-white:before,
h6.header-op.header-white:before,
h1.header-mr.header-white:before,
h2.header-mr.header-white:before,
h3.header-mr.header-white:before,
h4.header-mr.header-white:before,
h5.header-mr.header-white:before,
h6.header-mr.header-white:before {
  color: white;
}
h1.header-cx:before,
h2.header-cx:before,
h3.header-cx:before,
h4.header-cx:before,
h5.header-cx:before,
h6.header-cx:before {
  content: "\E455";
}
h1.header-ei:before,
h2.header-ei:before,
h3.header-ei:before,
h4.header-ei:before,
h5.header-ei:before,
h6.header-ei:before {
  content: "\E243";
}
h1.header-mr:before,
h2.header-mr:before,
h3.header-mr:before,
h4.header-mr:before,
h5.header-mr:before,
h6.header-mr:before {
  content: "\E241";
}
h1.header-op:before,
h2.header-op:before,
h3.header-op:before,
h4.header-op:before,
h5.header-op:before,
h6.header-op:before {
  content: "\E242";
}
.btn-primary-alt {
  color: #e10019;
  background-color: #fff;
  border-color: transparent;
  font-weight: 600;
}
.btn-primary-alt:hover,
.btn-primary-alt:focus,
.btn-primary-alt.focus,
.btn-primary-alt:active,
.btn-primary-alt.active,
.open > .dropdown-toggle.btn-primary-alt {
  color: #e10019;
  background-color: #ffffff;
  border-color: rgba(13, 13, 13, 0);
}
.btn-primary-alt:active,
.btn-primary-alt.active,
.open > .dropdown-toggle.btn-primary-alt {
  background-image: none;
}
.btn-primary-alt.disabled,
.btn-primary-alt[disabled],
fieldset[disabled] .btn-primary-alt,
.btn-primary-alt.disabled:hover,
.btn-primary-alt[disabled]:hover,
fieldset[disabled] .btn-primary-alt:hover,
.btn-primary-alt.disabled:focus,
.btn-primary-alt[disabled]:focus,
fieldset[disabled] .btn-primary-alt:focus,
.btn-primary-alt.disabled.focus,
.btn-primary-alt[disabled].focus,
fieldset[disabled] .btn-primary-alt.focus,
.btn-primary-alt.disabled:active,
.btn-primary-alt[disabled]:active,
fieldset[disabled] .btn-primary-alt:active,
.btn-primary-alt.disabled.active,
.btn-primary-alt[disabled].active,
fieldset[disabled] .btn-primary-alt.active {
  background-color: #fff;
  border-color: transparent;
}
.btn-primary-alt:visited {
  color: #e10019;
}
.btn-primary-alt .badge {
  color: #fff;
  background-color: #e10019;
}
.btn-primary-alt:hover,
.btn-primary-alt:focus,
.btn-primary-alt.focus,
.btn-primary-alt:active,
.btn-primary-alt.active,
.open > .dropdown-toggle.btn-primary-alt {
  color: #ff2f46;
}
.btn-pill-lg-tight {
  padding: 4px 15px;
  font-size: 14px;
  line-height: 1.3333333;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
}
.btn-pill-md-tight {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 1.3333333;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
}
.btn-pill-sm-tight {
  padding: 3px 12px;
  font-size: 11px;
  line-height: 1.5;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}
.btn-q-primary {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  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: 18px;
  line-height: 1.66666667;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 10px 19px;
  font-size: 14px;
  line-height: 1.3333333;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  color: #fff;
  background-color: #e10019;
  border-color: transparent;
}
.btn-q-primary:focus,
.btn-q-primary:active:focus,
.btn-q-primary.active:focus,
.btn-q-primary.focus,
.btn-q-primary:active.focus,
.btn-q-primary.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-q-primary:hover,
.btn-q-primary:focus,
.btn-q-primary.focus {
  color: #000;
  text-decoration: none;
}
.btn-q-primary:visited {
  color: #000000;
}
.btn-q-primary:active,
.btn-q-primary.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-q-primary.disabled,
.btn-q-primary[disabled],
fieldset[disabled] .btn-q-primary {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-q-primary.no-case {
  text-transform: none;
}
.btn-q-primary:hover,
.btn-q-primary:focus,
.btn-q-primary.focus,
.btn-q-primary:active,
.btn-q-primary.active,
.open > .dropdown-toggle.btn-q-primary {
  color: #fff;
  background-color: #fb001c;
  border-color: rgba(13, 13, 13, 0);
}
.btn-q-primary:active,
.btn-q-primary.active,
.open > .dropdown-toggle.btn-q-primary {
  background-image: none;
}
.btn-q-primary.disabled,
.btn-q-primary[disabled],
fieldset[disabled] .btn-q-primary,
.btn-q-primary.disabled:hover,
.btn-q-primary[disabled]:hover,
fieldset[disabled] .btn-q-primary:hover,
.btn-q-primary.disabled:focus,
.btn-q-primary[disabled]:focus,
fieldset[disabled] .btn-q-primary:focus,
.btn-q-primary.disabled.focus,
.btn-q-primary[disabled].focus,
fieldset[disabled] .btn-q-primary.focus,
.btn-q-primary.disabled:active,
.btn-q-primary[disabled]:active,
fieldset[disabled] .btn-q-primary:active,
.btn-q-primary.disabled.active,
.btn-q-primary[disabled].active,
fieldset[disabled] .btn-q-primary.active {
  background-color: #e10019;
  border-color: transparent;
}
.btn-q-primary:visited {
  color: #fff;
}
.btn-q-primary .badge {
  color: #e10019;
  background-color: #fff;
}
.btn-q-primary-alt {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  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: 18px;
  line-height: 1.66666667;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 10px 19px;
  font-size: 14px;
  line-height: 1.3333333;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  color: #e10019;
  background-color: #fff;
  border-color: transparent;
}
.btn-q-primary-alt:focus,
.btn-q-primary-alt:active:focus,
.btn-q-primary-alt.active:focus,
.btn-q-primary-alt.focus,
.btn-q-primary-alt:active.focus,
.btn-q-primary-alt.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-q-primary-alt:hover,
.btn-q-primary-alt:focus,
.btn-q-primary-alt.focus {
  color: #000;
  text-decoration: none;
}
.btn-q-primary-alt:visited {
  color: #000000;
}
.btn-q-primary-alt:active,
.btn-q-primary-alt.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-q-primary-alt.disabled,
.btn-q-primary-alt[disabled],
fieldset[disabled] .btn-q-primary-alt {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-q-primary-alt.no-case {
  text-transform: none;
}
.btn-q-primary-alt:hover,
.btn-q-primary-alt:focus,
.btn-q-primary-alt.focus,
.btn-q-primary-alt:active,
.btn-q-primary-alt.active,
.open > .dropdown-toggle.btn-q-primary-alt {
  color: #e10019;
  background-color: #ffffff;
  border-color: rgba(13, 13, 13, 0);
}
.btn-q-primary-alt:active,
.btn-q-primary-alt.active,
.open > .dropdown-toggle.btn-q-primary-alt {
  background-image: none;
}
.btn-q-primary-alt.disabled,
.btn-q-primary-alt[disabled],
fieldset[disabled] .btn-q-primary-alt,
.btn-q-primary-alt.disabled:hover,
.btn-q-primary-alt[disabled]:hover,
fieldset[disabled] .btn-q-primary-alt:hover,
.btn-q-primary-alt.disabled:focus,
.btn-q-primary-alt[disabled]:focus,
fieldset[disabled] .btn-q-primary-alt:focus,
.btn-q-primary-alt.disabled.focus,
.btn-q-primary-alt[disabled].focus,
fieldset[disabled] .btn-q-primary-alt.focus,
.btn-q-primary-alt.disabled:active,
.btn-q-primary-alt[disabled]:active,
fieldset[disabled] .btn-q-primary-alt:active,
.btn-q-primary-alt.disabled.active,
.btn-q-primary-alt[disabled].active,
fieldset[disabled] .btn-q-primary-alt.active {
  background-color: #fff;
  border-color: transparent;
}
.btn-q-primary-alt:visited {
  color: #e10019;
}
.btn-q-primary-alt .badge {
  color: #fff;
  background-color: #e10019;
}
.btn-q-secondary {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  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: 18px;
  line-height: 1.66666667;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 10px 19px;
  font-size: 14px;
  line-height: 1.3333333;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  color: #000;
  background-color: transparent;
  border-color: #FFF;
  border-width: 1px;
}
.btn-q-secondary:focus,
.btn-q-secondary:active:focus,
.btn-q-secondary.active:focus,
.btn-q-secondary.focus,
.btn-q-secondary:active.focus,
.btn-q-secondary.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-q-secondary:hover,
.btn-q-secondary:focus,
.btn-q-secondary.focus {
  color: #000;
  text-decoration: none;
}
.btn-q-secondary:visited {
  color: #000000;
}
.btn-q-secondary:active,
.btn-q-secondary.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-q-secondary.disabled,
.btn-q-secondary[disabled],
fieldset[disabled] .btn-q-secondary {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-q-secondary.no-case {
  text-transform: none;
}
.btn-q-secondary:hover,
.btn-q-secondary:focus,
.btn-q-secondary.focus,
.btn-q-secondary:active,
.btn-q-secondary.active,
.open > .dropdown-toggle.btn-q-secondary {
  color: #000;
  background-color: rgba(13, 13, 13, 0);
  border-color: #ffffff;
}
.btn-q-secondary:active,
.btn-q-secondary.active,
.open > .dropdown-toggle.btn-q-secondary {
  background-image: none;
}
.btn-q-secondary.disabled,
.btn-q-secondary[disabled],
fieldset[disabled] .btn-q-secondary,
.btn-q-secondary.disabled:hover,
.btn-q-secondary[disabled]:hover,
fieldset[disabled] .btn-q-secondary:hover,
.btn-q-secondary.disabled:focus,
.btn-q-secondary[disabled]:focus,
fieldset[disabled] .btn-q-secondary:focus,
.btn-q-secondary.disabled.focus,
.btn-q-secondary[disabled].focus,
fieldset[disabled] .btn-q-secondary.focus,
.btn-q-secondary.disabled:active,
.btn-q-secondary[disabled]:active,
fieldset[disabled] .btn-q-secondary:active,
.btn-q-secondary.disabled.active,
.btn-q-secondary[disabled].active,
fieldset[disabled] .btn-q-secondary.active {
  background-color: transparent;
  border-color: #FFF;
}
.btn-q-secondary:visited {
  color: #000;
}
.btn-q-secondary .badge {
  color: transparent;
  background-color: #000;
}
.btn-q-secondary:hover,
.btn-q-secondary.focus,
.btn-q-secondary:active,
.btn-q-secondary.active,
.open > .dropdown-toggle.btn-q-secondary {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: #FFF;
}
.btn-q-secondary:hover,
.btn-q-secondary.focus,
.btn-q-secondary:active,
.btn-q-secondary.active,
.open > .dropdown-toggle.btn-q-secondary {
  background-color: #f2f2f2;
}
.btn-q-secondary-alt {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  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: 18px;
  line-height: 1.66666667;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 10px 19px;
  font-size: 14px;
  line-height: 1.3333333;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  color: #000;
  background-color: transparent;
  border-color: #000;
  border-width: 1px;
}
.btn-q-secondary-alt:focus,
.btn-q-secondary-alt:active:focus,
.btn-q-secondary-alt.active:focus,
.btn-q-secondary-alt.focus,
.btn-q-secondary-alt:active.focus,
.btn-q-secondary-alt.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-q-secondary-alt:hover,
.btn-q-secondary-alt:focus,
.btn-q-secondary-alt.focus {
  color: #000;
  text-decoration: none;
}
.btn-q-secondary-alt:visited {
  color: #000000;
}
.btn-q-secondary-alt:active,
.btn-q-secondary-alt.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-q-secondary-alt.disabled,
.btn-q-secondary-alt[disabled],
fieldset[disabled] .btn-q-secondary-alt {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-q-secondary-alt.no-case {
  text-transform: none;
}
.btn-q-secondary-alt:hover,
.btn-q-secondary-alt:focus,
.btn-q-secondary-alt.focus,
.btn-q-secondary-alt:active,
.btn-q-secondary-alt.active,
.open > .dropdown-toggle.btn-q-secondary-alt {
  color: #000;
  background-color: rgba(13, 13, 13, 0);
  border-color: #0d0d0d;
}
.btn-q-secondary-alt:active,
.btn-q-secondary-alt.active,
.open > .dropdown-toggle.btn-q-secondary-alt {
  background-image: none;
}
.btn-q-secondary-alt.disabled,
.btn-q-secondary-alt[disabled],
fieldset[disabled] .btn-q-secondary-alt,
.btn-q-secondary-alt.disabled:hover,
.btn-q-secondary-alt[disabled]:hover,
fieldset[disabled] .btn-q-secondary-alt:hover,
.btn-q-secondary-alt.disabled:focus,
.btn-q-secondary-alt[disabled]:focus,
fieldset[disabled] .btn-q-secondary-alt:focus,
.btn-q-secondary-alt.disabled.focus,
.btn-q-secondary-alt[disabled].focus,
fieldset[disabled] .btn-q-secondary-alt.focus,
.btn-q-secondary-alt.disabled:active,
.btn-q-secondary-alt[disabled]:active,
fieldset[disabled] .btn-q-secondary-alt:active,
.btn-q-secondary-alt.disabled.active,
.btn-q-secondary-alt[disabled].active,
fieldset[disabled] .btn-q-secondary-alt.active {
  background-color: transparent;
  border-color: #000;
}
.btn-q-secondary-alt:visited {
  color: #000;
}
.btn-q-secondary-alt .badge {
  color: transparent;
  background-color: #000;
}
.btn-q-secondary-alt:hover,
.btn-q-secondary-alt.focus,
.btn-q-secondary-alt:active,
.btn-q-secondary-alt.active,
.open > .dropdown-toggle.btn-q-secondary-alt {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: #000;
}
.btn-q-secondary-alt:hover,
.btn-q-secondary-alt.focus,
.btn-q-secondary-alt:active,
.btn-q-secondary-alt.active,
.open > .dropdown-toggle.btn-q-secondary-alt {
  background-color: #e6e6e6;
}
.btn-q-secondary-alt:hover {
  color: #e10019;
  background-color: transparent;
  border-color: #e10019;
  border-width: 1px;
}
.btn-q-secondary-alt:hover:hover,
.btn-q-secondary-alt:hover:focus,
.btn-q-secondary-alt:hover.focus,
.btn-q-secondary-alt:hover:active,
.btn-q-secondary-alt:hover.active,
.open > .dropdown-toggle.btn-q-secondary-alt:hover {
  color: #e10019;
  background-color: rgba(13, 13, 13, 0);
  border-color: #fb001c;
}
.btn-q-secondary-alt:hover:active,
.btn-q-secondary-alt:hover.active,
.open > .dropdown-toggle.btn-q-secondary-alt:hover {
  background-image: none;
}
.btn-q-secondary-alt:hover.disabled,
.btn-q-secondary-alt:hover[disabled],
fieldset[disabled] .btn-q-secondary-alt:hover,
.btn-q-secondary-alt:hover.disabled:hover,
.btn-q-secondary-alt:hover[disabled]:hover,
fieldset[disabled] .btn-q-secondary-alt:hover:hover,
.btn-q-secondary-alt:hover.disabled:focus,
.btn-q-secondary-alt:hover[disabled]:focus,
fieldset[disabled] .btn-q-secondary-alt:hover:focus,
.btn-q-secondary-alt:hover.disabled.focus,
.btn-q-secondary-alt:hover[disabled].focus,
fieldset[disabled] .btn-q-secondary-alt:hover.focus,
.btn-q-secondary-alt:hover.disabled:active,
.btn-q-secondary-alt:hover[disabled]:active,
fieldset[disabled] .btn-q-secondary-alt:hover:active,
.btn-q-secondary-alt:hover.disabled.active,
.btn-q-secondary-alt:hover[disabled].active,
fieldset[disabled] .btn-q-secondary-alt:hover.active {
  background-color: transparent;
  border-color: #e10019;
}
.btn-q-secondary-alt:hover:visited {
  color: #e10019;
}
.btn-q-secondary-alt:hover .badge {
  color: transparent;
  background-color: #e10019;
}
.btn-q-secondary-alt:hover:hover,
.btn-q-secondary-alt:hover.focus,
.btn-q-secondary-alt:hover:active,
.btn-q-secondary-alt:hover.active,
.open > .dropdown-toggle.btn-q-secondary-alt:hover {
  background-color: rgba(225, 0, 25, 0.25);
  border-color: #e10019;
}
.btn-q-secondary-alt:hover:hover,
.btn-q-secondary-alt:hover.focus,
.btn-q-secondary-alt:hover:active,
.btn-q-secondary-alt:hover.active,
.open > .dropdown-toggle.btn-q-secondary-alt:hover {
  background-color: transparent;
}
.btn-stroke-gray-lt:hover {
  color: #e10019;
  background-color: transparent;
  border-color: #e10019;
  border-width: 1px;
}
.btn-stroke-gray-lt:hover:hover,
.btn-stroke-gray-lt:hover:focus,
.btn-stroke-gray-lt:hover.focus,
.btn-stroke-gray-lt:hover:active,
.btn-stroke-gray-lt:hover.active,
.open > .dropdown-toggle.btn-stroke-gray-lt:hover {
  color: #e10019;
  background-color: rgba(13, 13, 13, 0);
  border-color: #fb001c;
}
.btn-stroke-gray-lt:hover:active,
.btn-stroke-gray-lt:hover.active,
.open > .dropdown-toggle.btn-stroke-gray-lt:hover {
  background-image: none;
}
.btn-stroke-gray-lt:hover.disabled,
.btn-stroke-gray-lt:hover[disabled],
fieldset[disabled] .btn-stroke-gray-lt:hover,
.btn-stroke-gray-lt:hover.disabled:hover,
.btn-stroke-gray-lt:hover[disabled]:hover,
fieldset[disabled] .btn-stroke-gray-lt:hover:hover,
.btn-stroke-gray-lt:hover.disabled:focus,
.btn-stroke-gray-lt:hover[disabled]:focus,
fieldset[disabled] .btn-stroke-gray-lt:hover:focus,
.btn-stroke-gray-lt:hover.disabled.focus,
.btn-stroke-gray-lt:hover[disabled].focus,
fieldset[disabled] .btn-stroke-gray-lt:hover.focus,
.btn-stroke-gray-lt:hover.disabled:active,
.btn-stroke-gray-lt:hover[disabled]:active,
fieldset[disabled] .btn-stroke-gray-lt:hover:active,
.btn-stroke-gray-lt:hover.disabled.active,
.btn-stroke-gray-lt:hover[disabled].active,
fieldset[disabled] .btn-stroke-gray-lt:hover.active {
  background-color: transparent;
  border-color: #e10019;
}
.btn-stroke-gray-lt:hover:visited {
  color: #e10019;
}
.btn-stroke-gray-lt:hover .badge {
  color: transparent;
  background-color: #e10019;
}
.btn-stroke-gray-lt:hover:hover,
.btn-stroke-gray-lt:hover.focus,
.btn-stroke-gray-lt:hover:active,
.btn-stroke-gray-lt:hover.active,
.open > .dropdown-toggle.btn-stroke-gray-lt:hover {
  background-color: rgba(225, 0, 25, 0.25);
  border-color: #e10019;
}
.btn-stroke-gray-lt:hover:hover,
.btn-stroke-gray-lt:hover.focus,
.btn-stroke-gray-lt:hover:active,
.btn-stroke-gray-lt:hover.active,
.open > .dropdown-toggle.btn-stroke-gray-lt:hover {
  background-color: transparent;
}
/*
	--------------------------------------------------
						  SPACING
	--------------------------------------------------

	The usage for this looks something like this
	<section class="{spacing}">
		<div class="container">
			...
		</div>
	</section>

	Where
	{spacing} is one of the spacing classes; it works by adding margin to the container class inside the section.

 */
.clearfix_list {
  clear: both;
  display: block !important;
  margin-top: 0 !important;
}
.no-spacing {
  margin: 0;
}
.no-spacing-important {
  margin: 0!important;
}
.no-spacing-vertical {
  margin-top: 0;
  margin-bottom: 0;
}
.no-spacing-horizontal {
  margin-right: 0;
  margin-left: 0;
}
.spacing-lg-top {
  margin-top: 190px;
}
@media screen and (max-width: 768px) {
  section.spacing-lg-top,
  div.container.spacing-lg-top {
    margin-top: 171px;
  }
  section.spacing-lg-top.no-responsive,
  div.container.spacing-lg-top.no-responsive,
  .no-responsive section.spacing-lg-top,
  .no-responsive div.container.spacing-lg-top {
    margin-top: 190px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-lg-top,
  div.container.spacing-lg-top {
    margin-top: 152px;
  }
  section.spacing-lg-top.no-responsive,
  div.container.spacing-lg-top.no-responsive,
  .no-responsive section.spacing-lg-top,
  .no-responsive div.container.spacing-lg-top {
    margin-top: 190px;
  }
}
.spacing-md-top {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  section.spacing-md-top,
  div.container.spacing-md-top {
    margin-top: 144px;
  }
  section.spacing-md-top.no-responsive,
  div.container.spacing-md-top.no-responsive,
  .no-responsive section.spacing-md-top,
  .no-responsive div.container.spacing-md-top {
    margin-top: 160px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-md-top,
  div.container.spacing-md-top {
    margin-top: 128px;
  }
  section.spacing-md-top.no-responsive,
  div.container.spacing-md-top.no-responsive,
  .no-responsive section.spacing-md-top,
  .no-responsive div.container.spacing-md-top {
    margin-top: 160px;
  }
}
.spacing-sm-top {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  section.spacing-sm-top,
  div.container.spacing-sm-top {
    margin-top: 67px;
  }
  section.spacing-sm-top.no-responsive,
  div.container.spacing-sm-top.no-responsive,
  .no-responsive section.spacing-sm-top,
  .no-responsive div.container.spacing-sm-top {
    margin-top: 75px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-sm-top,
  div.container.spacing-sm-top {
    margin-top: 60px;
  }
  section.spacing-sm-top.no-responsive,
  div.container.spacing-sm-top.no-responsive,
  .no-responsive section.spacing-sm-top,
  .no-responsive div.container.spacing-sm-top {
    margin-top: 75px;
  }
}
.spacing-xs-top {
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  section.spacing-xs-top,
  div.container.spacing-xs-top {
    margin-top: 30px;
  }
  section.spacing-xs-top.no-responsive,
  div.container.spacing-xs-top.no-responsive,
  .no-responsive section.spacing-xs-top,
  .no-responsive div.container.spacing-xs-top {
    margin-top: 34px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-xs-top,
  div.container.spacing-xs-top {
    margin-top: 27px;
  }
  section.spacing-xs-top.no-responsive,
  div.container.spacing-xs-top.no-responsive,
  .no-responsive section.spacing-xs-top,
  .no-responsive div.container.spacing-xs-top {
    margin-top: 34px;
  }
}
.spacing-tn-top {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  section.spacing-tn-top,
  div.container.spacing-tn-top {
    margin-top: 20px;
  }
  section.spacing-tn-top.no-responsive,
  div.container.spacing-tn-top.no-responsive,
  .no-responsive section.spacing-tn-top,
  .no-responsive div.container.spacing-tn-top {
    margin-top: 23px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-tn-top,
  div.container.spacing-tn-top {
    margin-top: 18px;
  }
  section.spacing-tn-top.no-responsive,
  div.container.spacing-tn-top.no-responsive,
  .no-responsive section.spacing-tn-top,
  .no-responsive div.container.spacing-tn-top {
    margin-top: 23px;
  }
}
.spacing-lg-bottom {
  margin-bottom: 190px;
}
@media screen and (max-width: 768px) {
  section.spacing-lg-bottom,
  div.container.spacing-lg-bottom {
    margin-bottom: 171px;
  }
  section.spacing-lg-bottom.no-responsive,
  div.container.spacing-lg-bottom.no-responsive,
  .no-responsive section.spacing-lg-bottom,
  .no-responsive div.container.spacing-lg-bottom {
    margin-bottom: 190px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-lg-bottom,
  div.container.spacing-lg-bottom {
    margin-bottom: 152px;
  }
  section.spacing-lg-bottom.no-responsive,
  div.container.spacing-lg-bottom.no-responsive,
  .no-responsive section.spacing-lg-bottom,
  .no-responsive div.container.spacing-lg-bottom {
    margin-bottom: 190px;
  }
}
.spacing-md-bottom {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  section.spacing-md-bottom,
  div.container.spacing-md-bottom {
    margin-bottom: 144px;
  }
  section.spacing-md-bottom.no-responsive,
  div.container.spacing-md-bottom.no-responsive,
  .no-responsive section.spacing-md-bottom,
  .no-responsive div.container.spacing-md-bottom {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-md-bottom,
  div.container.spacing-md-bottom {
    margin-bottom: 128px;
  }
  section.spacing-md-bottom.no-responsive,
  div.container.spacing-md-bottom.no-responsive,
  .no-responsive section.spacing-md-bottom,
  .no-responsive div.container.spacing-md-bottom {
    margin-bottom: 160px;
  }
}
.spacing-sm-bottom {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  section.spacing-sm-bottom,
  div.container.spacing-sm-bottom {
    margin-bottom: 67px;
  }
  section.spacing-sm-bottom.no-responsive,
  div.container.spacing-sm-bottom.no-responsive,
  .no-responsive section.spacing-sm-bottom,
  .no-responsive div.container.spacing-sm-bottom {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-sm-bottom,
  div.container.spacing-sm-bottom {
    margin-bottom: 60px;
  }
  section.spacing-sm-bottom.no-responsive,
  div.container.spacing-sm-bottom.no-responsive,
  .no-responsive section.spacing-sm-bottom,
  .no-responsive div.container.spacing-sm-bottom {
    margin-bottom: 75px;
  }
}
.spacing-xs-bottom {
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  section.spacing-xs-bottom,
  div.container.spacing-xs-bottom {
    margin-bottom: 30px;
  }
  section.spacing-xs-bottom.no-responsive,
  div.container.spacing-xs-bottom.no-responsive,
  .no-responsive section.spacing-xs-bottom,
  .no-responsive div.container.spacing-xs-bottom {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-xs-bottom,
  div.container.spacing-xs-bottom {
    margin-bottom: 27px;
  }
  section.spacing-xs-bottom.no-responsive,
  div.container.spacing-xs-bottom.no-responsive,
  .no-responsive section.spacing-xs-bottom,
  .no-responsive div.container.spacing-xs-bottom {
    margin-bottom: 34px;
  }
}
.spacing-tn-bottom {
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  section.spacing-tn-bottom,
  div.container.spacing-tn-bottom {
    margin-bottom: 20px;
  }
  section.spacing-tn-bottom.no-responsive,
  div.container.spacing-tn-bottom.no-responsive,
  .no-responsive section.spacing-tn-bottom,
  .no-responsive div.container.spacing-tn-bottom {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-tn-bottom,
  div.container.spacing-tn-bottom {
    margin-bottom: 18px;
  }
  section.spacing-tn-bottom.no-responsive,
  div.container.spacing-tn-bottom.no-responsive,
  .no-responsive section.spacing-tn-bottom,
  .no-responsive div.container.spacing-tn-bottom {
    margin-bottom: 23px;
  }
}
.spacing-lg-left {
  margin-left: 190px;
}
@media screen and (max-width: 768px) {
  section.spacing-lg-left,
  div.container.spacing-lg-left {
    margin-left: 171px;
  }
  section.spacing-lg-left.no-responsive,
  div.container.spacing-lg-left.no-responsive,
  .no-responsive section.spacing-lg-left,
  .no-responsive div.container.spacing-lg-left {
    margin-left: 190px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-lg-left,
  div.container.spacing-lg-left {
    margin-left: 152px;
  }
  section.spacing-lg-left.no-responsive,
  div.container.spacing-lg-left.no-responsive,
  .no-responsive section.spacing-lg-left,
  .no-responsive div.container.spacing-lg-left {
    margin-left: 190px;
  }
}
.spacing-md-left {
  margin-left: 160px;
}
@media screen and (max-width: 768px) {
  section.spacing-md-left,
  div.container.spacing-md-left {
    margin-left: 144px;
  }
  section.spacing-md-left.no-responsive,
  div.container.spacing-md-left.no-responsive,
  .no-responsive section.spacing-md-left,
  .no-responsive div.container.spacing-md-left {
    margin-left: 160px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-md-left,
  div.container.spacing-md-left {
    margin-left: 128px;
  }
  section.spacing-md-left.no-responsive,
  div.container.spacing-md-left.no-responsive,
  .no-responsive section.spacing-md-left,
  .no-responsive div.container.spacing-md-left {
    margin-left: 160px;
  }
}
.spacing-sm-left {
  margin-left: 75px;
}
@media screen and (max-width: 768px) {
  section.spacing-sm-left,
  div.container.spacing-sm-left {
    margin-left: 67px;
  }
  section.spacing-sm-left.no-responsive,
  div.container.spacing-sm-left.no-responsive,
  .no-responsive section.spacing-sm-left,
  .no-responsive div.container.spacing-sm-left {
    margin-left: 75px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-sm-left,
  div.container.spacing-sm-left {
    margin-left: 60px;
  }
  section.spacing-sm-left.no-responsive,
  div.container.spacing-sm-left.no-responsive,
  .no-responsive section.spacing-sm-left,
  .no-responsive div.container.spacing-sm-left {
    margin-left: 75px;
  }
}
.spacing-xs-left {
  margin-left: 34px;
}
@media screen and (max-width: 768px) {
  section.spacing-xs-left,
  div.container.spacing-xs-left {
    margin-left: 30px;
  }
  section.spacing-xs-left.no-responsive,
  div.container.spacing-xs-left.no-responsive,
  .no-responsive section.spacing-xs-left,
  .no-responsive div.container.spacing-xs-left {
    margin-left: 34px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-xs-left,
  div.container.spacing-xs-left {
    margin-left: 27px;
  }
  section.spacing-xs-left.no-responsive,
  div.container.spacing-xs-left.no-responsive,
  .no-responsive section.spacing-xs-left,
  .no-responsive div.container.spacing-xs-left {
    margin-left: 34px;
  }
}
.spacing-tn-left {
  margin-left: 23px;
}
@media screen and (max-width: 768px) {
  section.spacing-tn-left,
  div.container.spacing-tn-left {
    margin-left: 20px;
  }
  section.spacing-tn-left.no-responsive,
  div.container.spacing-tn-left.no-responsive,
  .no-responsive section.spacing-tn-left,
  .no-responsive div.container.spacing-tn-left {
    margin-left: 23px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-tn-left,
  div.container.spacing-tn-left {
    margin-left: 18px;
  }
  section.spacing-tn-left.no-responsive,
  div.container.spacing-tn-left.no-responsive,
  .no-responsive section.spacing-tn-left,
  .no-responsive div.container.spacing-tn-left {
    margin-left: 23px;
  }
}
.spacing-lg-right {
  margin-right: 190px;
}
@media screen and (max-width: 768px) {
  section.spacing-lg-right,
  div.container.spacing-lg-right {
    margin-right: 171px;
  }
  section.spacing-lg-right.no-responsive,
  div.container.spacing-lg-right.no-responsive,
  .no-responsive section.spacing-lg-right,
  .no-responsive div.container.spacing-lg-right {
    margin-right: 190px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-lg-right,
  div.container.spacing-lg-right {
    margin-right: 152px;
  }
  section.spacing-lg-right.no-responsive,
  div.container.spacing-lg-right.no-responsive,
  .no-responsive section.spacing-lg-right,
  .no-responsive div.container.spacing-lg-right {
    margin-right: 190px;
  }
}
.spacing-md-right {
  margin-right: 160px;
}
@media screen and (max-width: 768px) {
  section.spacing-md-right,
  div.container.spacing-md-right {
    margin-right: 144px;
  }
  section.spacing-md-right.no-responsive,
  div.container.spacing-md-right.no-responsive,
  .no-responsive section.spacing-md-right,
  .no-responsive div.container.spacing-md-right {
    margin-right: 160px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-md-right,
  div.container.spacing-md-right {
    margin-right: 128px;
  }
  section.spacing-md-right.no-responsive,
  div.container.spacing-md-right.no-responsive,
  .no-responsive section.spacing-md-right,
  .no-responsive div.container.spacing-md-right {
    margin-right: 160px;
  }
}
.spacing-sm-right {
  margin-right: 75px;
}
@media screen and (max-width: 768px) {
  section.spacing-sm-right,
  div.container.spacing-sm-right {
    margin-right: 67px;
  }
  section.spacing-sm-right.no-responsive,
  div.container.spacing-sm-right.no-responsive,
  .no-responsive section.spacing-sm-right,
  .no-responsive div.container.spacing-sm-right {
    margin-right: 75px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-sm-right,
  div.container.spacing-sm-right {
    margin-right: 60px;
  }
  section.spacing-sm-right.no-responsive,
  div.container.spacing-sm-right.no-responsive,
  .no-responsive section.spacing-sm-right,
  .no-responsive div.container.spacing-sm-right {
    margin-right: 75px;
  }
}
.spacing-xs-right {
  margin-right: 34px;
}
@media screen and (max-width: 768px) {
  section.spacing-xs-right,
  div.container.spacing-xs-right {
    margin-right: 30px;
  }
  section.spacing-xs-right.no-responsive,
  div.container.spacing-xs-right.no-responsive,
  .no-responsive section.spacing-xs-right,
  .no-responsive div.container.spacing-xs-right {
    margin-right: 34px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-xs-right,
  div.container.spacing-xs-right {
    margin-right: 27px;
  }
  section.spacing-xs-right.no-responsive,
  div.container.spacing-xs-right.no-responsive,
  .no-responsive section.spacing-xs-right,
  .no-responsive div.container.spacing-xs-right {
    margin-right: 34px;
  }
}
.spacing-tn-right {
  margin-right: 23px;
}
@media screen and (max-width: 768px) {
  section.spacing-tn-right,
  div.container.spacing-tn-right {
    margin-right: 20px;
  }
  section.spacing-tn-right.no-responsive,
  div.container.spacing-tn-right.no-responsive,
  .no-responsive section.spacing-tn-right,
  .no-responsive div.container.spacing-tn-right {
    margin-right: 23px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-tn-right,
  div.container.spacing-tn-right {
    margin-right: 18px;
  }
  section.spacing-tn-right.no-responsive,
  div.container.spacing-tn-right.no-responsive,
  .no-responsive section.spacing-tn-right,
  .no-responsive div.container.spacing-tn-right {
    margin-right: 23px;
  }
}
.spacing-lg {
  margin-top: 190px;
}
@media screen and (max-width: 768px) {
  section.spacing-lg,
  div.container.spacing-lg {
    margin-top: 171px;
  }
  section.spacing-lg.no-responsive,
  div.container.spacing-lg.no-responsive,
  .no-responsive section.spacing-lg,
  .no-responsive div.container.spacing-lg {
    margin-top: 190px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-lg,
  div.container.spacing-lg {
    margin-top: 152px;
  }
  section.spacing-lg.no-responsive,
  div.container.spacing-lg.no-responsive,
  .no-responsive section.spacing-lg,
  .no-responsive div.container.spacing-lg {
    margin-top: 190px;
  }
}
.site-content > section.spacing-lg,
.site-content > * > section.spacing-lg {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.site-content > section.spacing-lg div.container,
.site-content > * > section.spacing-lg div.container {
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.site-content > section.spacing-lg > *:first-child,
.site-content > * > section.spacing-lg > *:first-child,
.site-content > section.spacing-lg div.container > *:first-child,
.site-content > * > section.spacing-lg div.container > *:first-child {
  margin-top: 0;
}
.site-content > section.spacing-lg div.container,
.site-content > * > section.spacing-lg div.container {
  margin-top: 190px;
  margin-bottom: 190px;
}
@media screen and (max-width: 768px) {
  .site-content > section.spacing-lg div.container,
  .site-content > * > section.spacing-lg div.container {
    margin-top: 167px;
    margin-bottom: 167px;
  }
  .site-content > section.spacing-lg div.container.no-responsive,
  .site-content > * > section.spacing-lg div.container.no-responsive {
    margin-top: 190px;
    margin-bottom: 190px;
  }
}
@media screen and (max-width: 480px) {
  .site-content > section.spacing-lg div.container,
  .site-content > * > section.spacing-lg div.container {
    margin-top: 104px;
    margin-bottom: 104px;
  }
  .site-content > section.spacing-lg div.container.no-responsive,
  .site-content > * > section.spacing-lg div.container.no-responsive {
    margin-top: 190px;
    margin-bottom: 190px;
  }
}
.site-content > section.overflow-show.spacing-lg {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  overflow: visible;
  padding-top: 190px;
  padding-bottom: 190px;
}
.site-content > section.overflow-show.spacing-lg div.container {
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.site-content > section.overflow-show.spacing-lg > *:first-child,
.site-content > section.overflow-show.spacing-lg div.container > *:first-child {
  margin-top: 0;
}
.site-content > section.overflow-show.spacing-lg div.container {
  margin-top: 0;
  margin-bottom: 0;
}
.spacing-md {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  section.spacing-md,
  div.container.spacing-md {
    margin-top: 144px;
  }
  section.spacing-md.no-responsive,
  div.container.spacing-md.no-responsive,
  .no-responsive section.spacing-md,
  .no-responsive div.container.spacing-md {
    margin-top: 160px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-md,
  div.container.spacing-md {
    margin-top: 128px;
  }
  section.spacing-md.no-responsive,
  div.container.spacing-md.no-responsive,
  .no-responsive section.spacing-md,
  .no-responsive div.container.spacing-md {
    margin-top: 160px;
  }
}
.site-content > section.spacing-md,
.site-content > * > section.spacing-md {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.site-content > section.spacing-md div.container,
.site-content > * > section.spacing-md div.container {
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.site-content > section.spacing-md > *:first-child,
.site-content > * > section.spacing-md > *:first-child,
.site-content > section.spacing-md div.container > *:first-child,
.site-content > * > section.spacing-md div.container > *:first-child {
  margin-top: 0;
}
.site-content > section.spacing-md div.container,
.site-content > * > section.spacing-md div.container {
  margin-top: 160px;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .site-content > section.spacing-md div.container,
  .site-content > * > section.spacing-md div.container {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .site-content > section.spacing-md div.container.no-responsive,
  .site-content > * > section.spacing-md div.container.no-responsive {
    margin-top: 160px;
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 480px) {
  .site-content > section.spacing-md div.container,
  .site-content > * > section.spacing-md div.container {
    margin-top: 88px;
    margin-bottom: 88px;
  }
  .site-content > section.spacing-md div.container.no-responsive,
  .site-content > * > section.spacing-md div.container.no-responsive {
    margin-top: 160px;
    margin-bottom: 160px;
  }
}
.site-content > section.overflow-show.spacing-md {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  overflow: visible;
  padding-top: 160px;
  padding-bottom: 160px;
}
.site-content > section.overflow-show.spacing-md div.container {
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.site-content > section.overflow-show.spacing-md > *:first-child,
.site-content > section.overflow-show.spacing-md div.container > *:first-child {
  margin-top: 0;
}
.site-content > section.overflow-show.spacing-md div.container {
  margin-top: 0;
  margin-bottom: 0;
}
.spacing-sm {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  section.spacing-sm,
  div.container.spacing-sm {
    margin-top: 67px;
  }
  section.spacing-sm.no-responsive,
  div.container.spacing-sm.no-responsive,
  .no-responsive section.spacing-sm,
  .no-responsive div.container.spacing-sm {
    margin-top: 75px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-sm,
  div.container.spacing-sm {
    margin-top: 60px;
  }
  section.spacing-sm.no-responsive,
  div.container.spacing-sm.no-responsive,
  .no-responsive section.spacing-sm,
  .no-responsive div.container.spacing-sm {
    margin-top: 75px;
  }
}
.site-content > section.spacing-sm,
.site-content > * > section.spacing-sm {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.site-content > section.spacing-sm div.container,
.site-content > * > section.spacing-sm div.container {
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.site-content > section.spacing-sm > *:first-child,
.site-content > * > section.spacing-sm > *:first-child,
.site-content > section.spacing-sm div.container > *:first-child,
.site-content > * > section.spacing-sm div.container > *:first-child {
  margin-top: 0;
}
.site-content > section.spacing-sm div.container,
.site-content > * > section.spacing-sm div.container {
  margin-top: 75px;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .site-content > section.spacing-sm div.container,
  .site-content > * > section.spacing-sm div.container {
    margin-top: 66px;
    margin-bottom: 66px;
  }
  .site-content > section.spacing-sm div.container.no-responsive,
  .site-content > * > section.spacing-sm div.container.no-responsive {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 480px) {
  .site-content > section.spacing-sm div.container,
  .site-content > * > section.spacing-sm div.container {
    margin-top: 41px;
    margin-bottom: 41px;
  }
  .site-content > section.spacing-sm div.container.no-responsive,
  .site-content > * > section.spacing-sm div.container.no-responsive {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
.site-content > section.overflow-show.spacing-sm {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  overflow: visible;
  padding-top: 75px;
  padding-bottom: 75px;
}
.site-content > section.overflow-show.spacing-sm div.container {
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.site-content > section.overflow-show.spacing-sm > *:first-child,
.site-content > section.overflow-show.spacing-sm div.container > *:first-child {
  margin-top: 0;
}
.site-content > section.overflow-show.spacing-sm div.container {
  margin-top: 0;
  margin-bottom: 0;
}
.spacing-xs {
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  section.spacing-xs,
  div.container.spacing-xs {
    margin-top: 30px;
  }
  section.spacing-xs.no-responsive,
  div.container.spacing-xs.no-responsive,
  .no-responsive section.spacing-xs,
  .no-responsive div.container.spacing-xs {
    margin-top: 34px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-xs,
  div.container.spacing-xs {
    margin-top: 27px;
  }
  section.spacing-xs.no-responsive,
  div.container.spacing-xs.no-responsive,
  .no-responsive section.spacing-xs,
  .no-responsive div.container.spacing-xs {
    margin-top: 34px;
  }
}
.site-content > section.spacing-xs,
.site-content > * > section.spacing-xs {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.site-content > section.spacing-xs div.container,
.site-content > * > section.spacing-xs div.container {
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.site-content > section.spacing-xs > *:first-child,
.site-content > * > section.spacing-xs > *:first-child,
.site-content > section.spacing-xs div.container > *:first-child,
.site-content > * > section.spacing-xs div.container > *:first-child {
  margin-top: 0;
}
.site-content > section.spacing-xs div.container,
.site-content > * > section.spacing-xs div.container {
  margin-top: 34px;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .site-content > section.spacing-xs div.container,
  .site-content > * > section.spacing-xs div.container {
    margin-top: 29px;
    margin-bottom: 29px;
  }
  .site-content > section.spacing-xs div.container.no-responsive,
  .site-content > * > section.spacing-xs div.container.no-responsive {
    margin-top: 34px;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 480px) {
  .site-content > section.spacing-xs div.container,
  .site-content > * > section.spacing-xs div.container {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .site-content > section.spacing-xs div.container.no-responsive,
  .site-content > * > section.spacing-xs div.container.no-responsive {
    margin-top: 34px;
    margin-bottom: 34px;
  }
}
.site-content > section.overflow-show.spacing-xs {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  overflow: visible;
  padding-top: 34px;
  padding-bottom: 34px;
}
.site-content > section.overflow-show.spacing-xs div.container {
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.site-content > section.overflow-show.spacing-xs > *:first-child,
.site-content > section.overflow-show.spacing-xs div.container > *:first-child {
  margin-top: 0;
}
.site-content > section.overflow-show.spacing-xs div.container {
  margin-top: 0;
  margin-bottom: 0;
}
.spacing-tn {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  section.spacing-tn,
  div.container.spacing-tn {
    margin-top: 20px;
  }
  section.spacing-tn.no-responsive,
  div.container.spacing-tn.no-responsive,
  .no-responsive section.spacing-tn,
  .no-responsive div.container.spacing-tn {
    margin-top: 23px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-tn,
  div.container.spacing-tn {
    margin-top: 18px;
  }
  section.spacing-tn.no-responsive,
  div.container.spacing-tn.no-responsive,
  .no-responsive section.spacing-tn,
  .no-responsive div.container.spacing-tn {
    margin-top: 23px;
  }
}
.site-content > section.spacing-tn,
.site-content > * > section.spacing-tn {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.site-content > section.spacing-tn div.container,
.site-content > * > section.spacing-tn div.container {
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.site-content > section.spacing-tn > *:first-child,
.site-content > * > section.spacing-tn > *:first-child,
.site-content > section.spacing-tn div.container > *:first-child,
.site-content > * > section.spacing-tn div.container > *:first-child {
  margin-top: 0;
}
.site-content > section.spacing-tn div.container,
.site-content > * > section.spacing-tn div.container {
  margin-top: 23px;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .site-content > section.spacing-tn div.container,
  .site-content > * > section.spacing-tn div.container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .site-content > section.spacing-tn div.container.no-responsive,
  .site-content > * > section.spacing-tn div.container.no-responsive {
    margin-top: 23px;
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 480px) {
  .site-content > section.spacing-tn div.container,
  .site-content > * > section.spacing-tn div.container {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .site-content > section.spacing-tn div.container.no-responsive,
  .site-content > * > section.spacing-tn div.container.no-responsive {
    margin-top: 23px;
    margin-bottom: 23px;
  }
}
.site-content > section.overflow-show.spacing-tn {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  overflow: visible;
  padding-top: 23px;
  padding-bottom: 23px;
}
.site-content > section.overflow-show.spacing-tn div.container {
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.site-content > section.overflow-show.spacing-tn > *:first-child,
.site-content > section.overflow-show.spacing-tn div.container > *:first-child {
  margin-top: 0;
}
.site-content > section.overflow-show.spacing-tn div.container {
  margin-top: 0;
  margin-bottom: 0;
}
.spacing-lg {
  margin-bottom: 190px;
}
@media screen and (max-width: 768px) {
  section.spacing-lg,
  div.container.spacing-lg {
    margin-bottom: 171px;
  }
  section.spacing-lg.no-responsive,
  div.container.spacing-lg.no-responsive,
  .no-responsive section.spacing-lg,
  .no-responsive div.container.spacing-lg {
    margin-bottom: 190px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-lg,
  div.container.spacing-lg {
    margin-bottom: 152px;
  }
  section.spacing-lg.no-responsive,
  div.container.spacing-lg.no-responsive,
  .no-responsive section.spacing-lg,
  .no-responsive div.container.spacing-lg {
    margin-bottom: 190px;
  }
}
.site-content > section.spacing-lg,
.site-content > * > section.spacing-lg {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.site-content > section.spacing-lg div.container,
.site-content > * > section.spacing-lg div.container {
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.site-content > section.spacing-lg > *:first-child,
.site-content > * > section.spacing-lg > *:first-child,
.site-content > section.spacing-lg div.container > *:first-child,
.site-content > * > section.spacing-lg div.container > *:first-child {
  margin-top: 0;
}
.site-content > section.spacing-lg div.container,
.site-content > * > section.spacing-lg div.container {
  margin-top: 190px;
  margin-bottom: 190px;
}
@media screen and (max-width: 768px) {
  .site-content > section.spacing-lg div.container,
  .site-content > * > section.spacing-lg div.container {
    margin-top: 167px;
    margin-bottom: 167px;
  }
  .site-content > section.spacing-lg div.container.no-responsive,
  .site-content > * > section.spacing-lg div.container.no-responsive {
    margin-top: 190px;
    margin-bottom: 190px;
  }
}
@media screen and (max-width: 480px) {
  .site-content > section.spacing-lg div.container,
  .site-content > * > section.spacing-lg div.container {
    margin-top: 104px;
    margin-bottom: 104px;
  }
  .site-content > section.spacing-lg div.container.no-responsive,
  .site-content > * > section.spacing-lg div.container.no-responsive {
    margin-top: 190px;
    margin-bottom: 190px;
  }
}
.site-content > section.overflow-show.spacing-lg {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  overflow: visible;
  padding-top: 190px;
  padding-bottom: 190px;
}
.site-content > section.overflow-show.spacing-lg div.container {
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.site-content > section.overflow-show.spacing-lg > *:first-child,
.site-content > section.overflow-show.spacing-lg div.container > *:first-child {
  margin-top: 0;
}
.site-content > section.overflow-show.spacing-lg div.container {
  margin-top: 0;
  margin-bottom: 0;
}
.spacing-md {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  section.spacing-md,
  div.container.spacing-md {
    margin-bottom: 144px;
  }
  section.spacing-md.no-responsive,
  div.container.spacing-md.no-responsive,
  .no-responsive section.spacing-md,
  .no-responsive div.container.spacing-md {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-md,
  div.container.spacing-md {
    margin-bottom: 128px;
  }
  section.spacing-md.no-responsive,
  div.container.spacing-md.no-responsive,
  .no-responsive section.spacing-md,
  .no-responsive div.container.spacing-md {
    margin-bottom: 160px;
  }
}
.site-content > section.spacing-md,
.site-content > * > section.spacing-md {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.site-content > section.spacing-md div.container,
.site-content > * > section.spacing-md div.container {
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.site-content > section.spacing-md > *:first-child,
.site-content > * > section.spacing-md > *:first-child,
.site-content > section.spacing-md div.container > *:first-child,
.site-content > * > section.spacing-md div.container > *:first-child {
  margin-top: 0;
}
.site-content > section.spacing-md div.container,
.site-content > * > section.spacing-md div.container {
  margin-top: 160px;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .site-content > section.spacing-md div.container,
  .site-content > * > section.spacing-md div.container {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .site-content > section.spacing-md div.container.no-responsive,
  .site-content > * > section.spacing-md div.container.no-responsive {
    margin-top: 160px;
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 480px) {
  .site-content > section.spacing-md div.container,
  .site-content > * > section.spacing-md div.container {
    margin-top: 88px;
    margin-bottom: 88px;
  }
  .site-content > section.spacing-md div.container.no-responsive,
  .site-content > * > section.spacing-md div.container.no-responsive {
    margin-top: 160px;
    margin-bottom: 160px;
  }
}
.site-content > section.overflow-show.spacing-md {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  overflow: visible;
  padding-top: 160px;
  padding-bottom: 160px;
}
.site-content > section.overflow-show.spacing-md div.container {
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.site-content > section.overflow-show.spacing-md > *:first-child,
.site-content > section.overflow-show.spacing-md div.container > *:first-child {
  margin-top: 0;
}
.site-content > section.overflow-show.spacing-md div.container {
  margin-top: 0;
  margin-bottom: 0;
}
.spacing-sm {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  section.spacing-sm,
  div.container.spacing-sm {
    margin-bottom: 67px;
  }
  section.spacing-sm.no-responsive,
  div.container.spacing-sm.no-responsive,
  .no-responsive section.spacing-sm,
  .no-responsive div.container.spacing-sm {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-sm,
  div.container.spacing-sm {
    margin-bottom: 60px;
  }
  section.spacing-sm.no-responsive,
  div.container.spacing-sm.no-responsive,
  .no-responsive section.spacing-sm,
  .no-responsive div.container.spacing-sm {
    margin-bottom: 75px;
  }
}
.site-content > section.spacing-sm,
.site-content > * > section.spacing-sm {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.site-content > section.spacing-sm div.container,
.site-content > * > section.spacing-sm div.container {
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.site-content > section.spacing-sm > *:first-child,
.site-content > * > section.spacing-sm > *:first-child,
.site-content > section.spacing-sm div.container > *:first-child,
.site-content > * > section.spacing-sm div.container > *:first-child {
  margin-top: 0;
}
.site-content > section.spacing-sm div.container,
.site-content > * > section.spacing-sm div.container {
  margin-top: 75px;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .site-content > section.spacing-sm div.container,
  .site-content > * > section.spacing-sm div.container {
    margin-top: 66px;
    margin-bottom: 66px;
  }
  .site-content > section.spacing-sm div.container.no-responsive,
  .site-content > * > section.spacing-sm div.container.no-responsive {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 480px) {
  .site-content > section.spacing-sm div.container,
  .site-content > * > section.spacing-sm div.container {
    margin-top: 41px;
    margin-bottom: 41px;
  }
  .site-content > section.spacing-sm div.container.no-responsive,
  .site-content > * > section.spacing-sm div.container.no-responsive {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
.site-content > section.overflow-show.spacing-sm {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  overflow: visible;
  padding-top: 75px;
  padding-bottom: 75px;
}
.site-content > section.overflow-show.spacing-sm div.container {
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.site-content > section.overflow-show.spacing-sm > *:first-child,
.site-content > section.overflow-show.spacing-sm div.container > *:first-child {
  margin-top: 0;
}
.site-content > section.overflow-show.spacing-sm div.container {
  margin-top: 0;
  margin-bottom: 0;
}
.spacing-xs {
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  section.spacing-xs,
  div.container.spacing-xs {
    margin-bottom: 30px;
  }
  section.spacing-xs.no-responsive,
  div.container.spacing-xs.no-responsive,
  .no-responsive section.spacing-xs,
  .no-responsive div.container.spacing-xs {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-xs,
  div.container.spacing-xs {
    margin-bottom: 27px;
  }
  section.spacing-xs.no-responsive,
  div.container.spacing-xs.no-responsive,
  .no-responsive section.spacing-xs,
  .no-responsive div.container.spacing-xs {
    margin-bottom: 34px;
  }
}
.site-content > section.spacing-xs,
.site-content > * > section.spacing-xs {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.site-content > section.spacing-xs div.container,
.site-content > * > section.spacing-xs div.container {
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.site-content > section.spacing-xs > *:first-child,
.site-content > * > section.spacing-xs > *:first-child,
.site-content > section.spacing-xs div.container > *:first-child,
.site-content > * > section.spacing-xs div.container > *:first-child {
  margin-top: 0;
}
.site-content > section.spacing-xs div.container,
.site-content > * > section.spacing-xs div.container {
  margin-top: 34px;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .site-content > section.spacing-xs div.container,
  .site-content > * > section.spacing-xs div.container {
    margin-top: 29px;
    margin-bottom: 29px;
  }
  .site-content > section.spacing-xs div.container.no-responsive,
  .site-content > * > section.spacing-xs div.container.no-responsive {
    margin-top: 34px;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 480px) {
  .site-content > section.spacing-xs div.container,
  .site-content > * > section.spacing-xs div.container {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .site-content > section.spacing-xs div.container.no-responsive,
  .site-content > * > section.spacing-xs div.container.no-responsive {
    margin-top: 34px;
    margin-bottom: 34px;
  }
}
.site-content > section.overflow-show.spacing-xs {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  overflow: visible;
  padding-top: 34px;
  padding-bottom: 34px;
}
.site-content > section.overflow-show.spacing-xs div.container {
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.site-content > section.overflow-show.spacing-xs > *:first-child,
.site-content > section.overflow-show.spacing-xs div.container > *:first-child {
  margin-top: 0;
}
.site-content > section.overflow-show.spacing-xs div.container {
  margin-top: 0;
  margin-bottom: 0;
}
.spacing-tn {
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  section.spacing-tn,
  div.container.spacing-tn {
    margin-bottom: 20px;
  }
  section.spacing-tn.no-responsive,
  div.container.spacing-tn.no-responsive,
  .no-responsive section.spacing-tn,
  .no-responsive div.container.spacing-tn {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 480px) {
  section.spacing-tn,
  div.container.spacing-tn {
    margin-bottom: 18px;
  }
  section.spacing-tn.no-responsive,
  div.container.spacing-tn.no-responsive,
  .no-responsive section.spacing-tn,
  .no-responsive div.container.spacing-tn {
    margin-bottom: 23px;
  }
}
.site-content > section.spacing-tn,
.site-content > * > section.spacing-tn {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.site-content > section.spacing-tn div.container,
.site-content > * > section.spacing-tn div.container {
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.site-content > section.spacing-tn > *:first-child,
.site-content > * > section.spacing-tn > *:first-child,
.site-content > section.spacing-tn div.container > *:first-child,
.site-content > * > section.spacing-tn div.container > *:first-child {
  margin-top: 0;
}
.site-content > section.spacing-tn div.container,
.site-content > * > section.spacing-tn div.container {
  margin-top: 23px;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .site-content > section.spacing-tn div.container,
  .site-content > * > section.spacing-tn div.container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .site-content > section.spacing-tn div.container.no-responsive,
  .site-content > * > section.spacing-tn div.container.no-responsive {
    margin-top: 23px;
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 480px) {
  .site-content > section.spacing-tn div.container,
  .site-content > * > section.spacing-tn div.container {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .site-content > section.spacing-tn div.container.no-responsive,
  .site-content > * > section.spacing-tn div.container.no-responsive {
    margin-top: 23px;
    margin-bottom: 23px;
  }
}
.site-content > section.overflow-show.spacing-tn {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  overflow: visible;
  padding-top: 23px;
  padding-bottom: 23px;
}
.site-content > section.overflow-show.spacing-tn div.container {
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.site-content > section.overflow-show.spacing-tn > *:first-child,
.site-content > section.overflow-show.spacing-tn div.container > *:first-child {
  margin-top: 0;
}
.site-content > section.overflow-show.spacing-tn div.container {
  margin-top: 0;
  margin-bottom: 0;
}
/*
	--------------------------------------------------
					  HELPER CLASSES
	--------------------------------------------------

	These classes make changing colors *much* easier.

 */
.text-primary {
  color: #e10019;
}
a.text-primary:hover {
  color: #ae0013;
}
.text-secondary {
  color: #5fb4e5;
}
a.text-secondary:hover {
  color: #339fde;
}
.text-yellow {
  color: #ffde00;
}
a.text-yellow:hover {
  color: #ccb200;
}
.text-green {
  color: #cedf00;
}
a.text-green:hover {
  color: #9fac00;
}
.text-white {
  color: white;
}
a.text-white:hover {
  color: #e6e6e6;
}
.text-gray-super-lt {
  color: #f8f8f8;
}
a.text-gray-super-lt:hover {
  color: #dfdfdf;
}
.text-gray-lt {
  color: #d9e0e2;
}
a.text-gray-lt:hover {
  color: #bcc8cc;
}
.text-gray-md {
  color: #647077;
}
a.text-gray-md:hover {
  color: #4d565b;
}
.text-black {
  color: black;
}
a.text-black:hover {
  color: #000000;
}
.btn-text-white {
  color: white;
}
a.btn-text-white:hover {
  color: #e6e6e6;
}
.btn-text-white:hover {
  background-color: #3a4145;
}
.btn-text-white:visited {
  color: white;
}
a.btn-text-white:visited:hover {
  color: #e6e6e6;
}
.text-shadow-black {
  text-shadow: 0 0 5px #000;
}
.bg-primary {
  color: white;
  background-color: #e10019;
}
a.bg-primary:hover {
  background-color: #ae0013;
}
.bg-secondary {
  background-color: #5fb4e5;
}
a.bg-secondary:hover {
  background-color: #339fde;
}
.bg-yellow {
  background-color: #ffde00;
}
a.bg-yellow:hover {
  background-color: #ccb200;
}
.bg-green {
  background-color: #cedf00;
}
a.bg-green:hover {
  background-color: #9fac00;
}
.bg-white {
  background-color: white;
}
a.bg-white:hover {
  background-color: #e6e6e6;
}
.bg-gray-super-lt {
  background-color: #f8f8f8;
}
a.bg-gray-super-lt:hover {
  background-color: #dfdfdf;
}
.bg-gray-lt {
  background-color: #d9e0e2;
}
a.bg-gray-lt:hover {
  background-color: #bcc8cc;
}
.bg-gray-md {
  background-color: #647077;
}
a.bg-gray-md:hover {
  background-color: #4d565b;
}
.bg-black {
  background-color: black;
}
a.bg-black:hover {
  background-color: #000000;
}
.q-arrow-link {
  color: #e10019;
}
.q-arrow-link .arrow-in-a-circle {
  content: "\E042";
  font-family: 'Qualtrics Icons';
  font-size: 0.8em;
  display: inline-block;
  position: relative;
  right: -0.32em;
  padding: 0;
  height: 1.25em;
  width: 1.25em;
  line-height: 1.22em;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #e10019;
  color: white;
}
.q-arrow-link .arrow-in-a-circle-btn-style {
  content: ">";
  font-family: 'Qualtrics Grotesque', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.7em;
  font-weight: 500;
  right: -0.7em;
  top: -2px;
  height: 1.74em;
  width: 1.74em;
  line-height: 1.74em;
}
.q-arrow-link:after {
  content: "\E042";
  font-family: 'Qualtrics Icons';
  font-size: 0.8em;
  display: inline-block;
  position: relative;
  right: -0.32em;
  padding: 0;
  height: 1.25em;
  width: 1.25em;
  line-height: 1.22em;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #e10019;
  color: white;
}
.q-arrow-link:hover,
.q-arrow-link:focus,
.q-arrow-link:active {
  color: #fb001c;
}
.q-arrow-link:hover:after,
.q-arrow-link:focus:after,
.q-arrow-link:active:after,
.q-arrow-link:hover:before,
.q-arrow-link:focus:before,
.q-arrow-link:active:before {
  background-color: #ff152f;
  color: white;
}
.q-arrow-link.text-black {
  color: black;
}
.q-arrow-link.text-black:hover,
.q-arrow-link.text-black:focus,
.q-arrow-link.text-black:active {
  color: black;
}
.q-arrow-link.text-white {
  color: white;
}
.q-arrow-link.text-white:hover,
.q-arrow-link.text-white:focus,
.q-arrow-link.text-white:active {
  color: white;
}
.q-arrow-link.btn-style {
  text-transform: uppercase;
  font-weight: 600;
}
.q-arrow-link.btn-style:after {
  content: ">";
  font-family: 'Qualtrics Grotesque', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.7em;
  font-weight: 500;
  right: -0.7em;
  top: -2px;
  height: 1.74em;
  width: 1.74em;
  line-height: 1.74em;
}
.q-arrow-link.btn-style:hover,
.q-arrow-link.btn-style:focus,
.q-arrow-link.btn-style:active {
  color: #fb001c;
}
.q-arrow-link.btn-style:hover:after,
.q-arrow-link.btn-style:focus:after,
.q-arrow-link.btn-style:active:after,
.q-arrow-link.btn-style:hover:before,
.q-arrow-link.btn-style:focus:before,
.q-arrow-link.btn-style:active:before {
  background-color: #ff152f;
  color: white;
}
.q-arrow-link.btn-style.text-black {
  color: black;
}
.q-arrow-link.btn-style.text-black:hover,
.q-arrow-link.btn-style.text-black:focus,
.q-arrow-link.btn-style.text-black:active {
  color: black;
}
.q-arrow-link.btn-style.text-white {
  color: white;
}
.q-arrow-link.btn-style.text-white:hover,
.q-arrow-link.btn-style.text-white:focus,
.q-arrow-link.btn-style.text-white:active {
  color: white;
}
.q-arrow-link.arrow-before:after {
  display: none;
}
.q-arrow-link.arrow-before:before {
  content: "\E042";
  font-family: 'Qualtrics Icons';
  font-size: 0.8em;
  display: inline-block;
  position: relative;
  right: -0.32em;
  padding: 0;
  height: 1.25em;
  width: 1.25em;
  line-height: 1.22em;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #e10019;
  color: white;
  right: 0;
  margin-right: 1em;
}
/*
	--------------------------------------------------
						  	MISC
	--------------------------------------------------

	This is the island of misfit toys for our CSS...basically global stuff that improves the visual look but we don't have an explicit place for it.

 */
pre {
  font-size: 0.78em;
}
@media screen and (max-width: 768px) {
  pre {
    white-space: pre-line;
    overflow: scroll;
  }
}
ul.plus-list {
  padding: 0;
}
ul.plus-list li {
  position: relative;
  padding-left: 17px;
  list-style-type: none;
  font-weight: 200;
  letter-spacing: .03em;
}
ul.plus-list li:before {
  content: '+';
  position: absolute;
  display: inline;
  left: 0;
  margin-right: 8px;
  font-weight: 300;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/*
	--------------------------------------------------
					READ MORE SECTION
	--------------------------------------------------

	This is for those sections with links to related articles and blog posts featuring a background image, white text, and a red link (usually toward the bottom of a page)

	Emmet code (with expanding div):		section.qualtrics-read-more>div.container>div.row>(div.read-more-outer.col-md-6>div.read-more-inner>h2+(a[href="#"]>i.qi.qi-)+img.jumbotron-image[src="/wp-content/themes/qualtrics/images/global/read-more/"])*2+(div.expand-inner.clearfix>(div.read-more-outer.col-md-6>div.read-more-inner>h2+(a[href="#"]>i.qi.qi-)+img.jumbotron-image[src="/wp-content/themes/qualtrics/images/global/read-more/"])*2)+div.col-xs-12>a.link-expand.btn-pill.btn-pill-md.btn-stroke-lighter-gray[href="#" data-alternate="Close" scroll="false" data-visible="false"]{View More}

		- Emmet is a sublime plugin; if you have it, copy paste the above and press tab and voila!


	Here is some example html (including an expanding div and accompanying "View More" button):

	<section class="qualtrics-read-more spacing-md expand-outer">
		<div class="container">
			<div class="row">
				<div class="read-more-outer col-md-6">
					<div class="read-more-inner">
						<h2></h2>
						<a href="#"> <i class="qi qi-"></i></a>
						<img class="jumbotron-image" src="<?php echo get_template_directory_uri(); ?>/images/global/read-more/airlines.png">
					</div>
				</div>
				<div class="read-more-outer col-md-6">
					<div class="read-more-inner">
						<h2></h2>
						<a href="#"> <i class="qi qi-"></i></a>
						<img class="jumbotron-image" src="<?php echo get_template_directory_uri(); ?>/images/global/read-more/bookings.png">
					</div>
				</div>
				<div class="expand-inner clearfix">
					<div class="read-more-outer col-md-6">
						<div class="read-more-inner">
							<h2></h2>
							<a href="#"> <i class="qi qi-"></i></a>
							<img class="jumbotron-image" src="<?php echo get_template_directory_uri(); ?>/images/global/read-more/airlines.png">
						</div>
					</div>
					<div class="read-more-outer col-md-6">
						<div class="read-more-inner">
							<h2></h2>
							<a href="#"> <i class="qi qi-"></i></a>
							<img class="jumbotron-image" src="<?php echo get_template_directory_uri(); ?>/images/global/read-more/bookings.png">
						</div>
					</div>
				</div>
				<div class="col-xs-12">
					<a class="link-expand btn-pill btn-pill-md btn-stroke-lighter-gray" href="#" data-alternate="Close" scroll="false" data-visible="false">View More</a>
				</div>
			</div>
		</div>
	</section>

	NOTE: the images for these links should be saved in images/global/read-more/

 */
.qualtrics-read-more {
  display: none;
  position: relative;
}
.qualtrics-read-more img.hero-image,
.qualtrics-read-more img.sidekick-image,
.qualtrics-read-more img.jumbotron-image {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1280px;
  min-height: 100%;
  z-index: 0;
}
.attach-bottom.qualtrics-read-more img.hero-image,
.attach-bottom.qualtrics-read-more img.sidekick-image,
.attach-bottom.qualtrics-read-more img.jumbotron-image {
  top: auto;
  bottom: 0;
}
.attach-right.qualtrics-read-more img.hero-image,
.attach-right.qualtrics-read-more img.sidekick-image,
.attach-right.qualtrics-read-more img.jumbotron-image {
  left: auto;
  right: 0;
}
@media screen and (min-width: 1600px) {
  .qualtrics-read-more img.hero-image,
  .qualtrics-read-more img.sidekick-image,
  .qualtrics-read-more img.jumbotron-image,
  .attach-right.qualtrics-read-more img.hero-image,
  .attach-right.qualtrics-read-more img.sidekick-image,
  .attach-right.qualtrics-read-more img.jumbotron-image,
  .attach-bottom.qualtrics-read-more img.hero-image,
  .attach-bottom.qualtrics-read-more img.sidekick-image,
  .attach-bottom.qualtrics-read-more img.jumbotron-image {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 120%;
    max-width: 130%;
  }
  .attach-bottom.qualtrics-read-more img.hero-image,
  .attach-bottom.qualtrics-read-more img.sidekick-image,
  .attach-bottom.qualtrics-read-more img.jumbotron-image {
    bottom: 0;
    top: auto;
    min-height: 150%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .qualtrics-read-more img.hero-image,
  .qualtrics-read-more img.sidekick-image,
  .qualtrics-read-more img.jumbotron-image {
    left: 0;
    max-width: 130%;
    min-width: 100%;
  }
  .attach-right.qualtrics-read-more img.hero-image,
  .attach-right.qualtrics-read-more img.sidekick-image,
  .attach-right.qualtrics-read-more img.jumbotron-image {
    right: -10%;
    min-width: 110%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .qualtrics-read-more img.hero-image,
  .qualtrics-read-more img.sidekick-image,
  .qualtrics-read-more img.jumbotron-image {
    left: -10%;
    min-width: 110%;
    max-width: 140%;
  }
  .attach-right.qualtrics-read-more img.hero-image,
  .attach-right.qualtrics-read-more img.sidekick-image,
  .attach-right.qualtrics-read-more img.jumbotron-image {
    right: -20%;
    min-width: 120%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .qualtrics-read-more img.hero-image,
  .qualtrics-read-more img.sidekick-image,
  .qualtrics-read-more img.jumbotron-image {
    left: -20%;
    min-width: 120%;
  }
  .attach-right.qualtrics-read-more img.hero-image,
  .attach-right.qualtrics-read-more img.sidekick-image,
  .attach-right.qualtrics-read-more img.jumbotron-image {
    right: -30%;
    min-width: 130%;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .qualtrics-read-more img.hero-image,
  .qualtrics-read-more img.sidekick-image,
  .qualtrics-read-more img.jumbotron-image,
  .attach-bottom.qualtrics-read-more img.hero-image,
  .attach-bottom.qualtrics-read-more img.sidekick-image,
  .attach-bottom.qualtrics-read-more img.jumbotron-image {
    top: auto;
    bottom: -40%;
    left: -50%;
    min-height: 140%;
    min-width: 150%;
  }
  .attach-right.qualtrics-read-more img.hero-image,
  .attach-right.qualtrics-read-more img.sidekick-image,
  .attach-right.qualtrics-read-more img.jumbotron-image {
    right: auto;
    left: -20%;
    min-width: 120%;
  }
}
@media screen and (min-width: 0) and (max-width: 480px) {
  .qualtrics-read-more img.hero-image,
  .qualtrics-read-more img.sidekick-image,
  .qualtrics-read-more img.jumbotron-image {
    left: -100%;
    min-width: 200%;
    max-width: 300%;
  }
  .attach-right.qualtrics-read-more img.hero-image,
  .attach-right.qualtrics-read-more img.sidekick-image,
  .attach-right.qualtrics-read-more img.jumbotron-image {
    right: -150%;
    min-width: 250%;
  }
}
.qualtrics-read-more h1,
.qualtrics-read-more .hero-title,
.qualtrics-read-more h2,
.qualtrics-read-more .section-title,
.qualtrics-read-more h3,
.qualtrics-read-more .description-title,
.qualtrics-read-more p,
.qualtrics-read-more a,
.qualtrics-read-more ul {
  position: relative;
  z-index: 5;
}
.qualtrics-read-more h2.text-white {
  color: #FFF;
}
.qualtrics-read-more.jumbotron-light-text h1,
.qualtrics-read-more.jumbotron-light-text .hero-title,
.qualtrics-read-more.jumbotron-light-text p,
.qualtrics-read-more.jumbotron-light-text ul {
  color: white;
}
.qualtrics-read-more.overflow-show {
  overflow: visible;
}
.qualtrics-read-more .container .row > div a.read-more-inner {
  position: relative;
  display: block;
  margin: 45px 0 0;
  padding: 30px 50px 30px 35px;
  width: 520px;
  height: 260px;
  overflow: hidden;
  z-index: 1;
}
.qualtrics-read-more .container .row > div a.read-more-inner h2 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #FFF;
  font-weight: 200;
}
.qualtrics-read-more .container .row > div a.read-more-inner span {
  font-size: .85em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 0 3px #333;
  color: #e10019;
}
.qualtrics-read-more .container .row > div a.read-more-inner span .arrow-in-a-circle {
  content: "\E042";
  font-family: 'Qualtrics Icons';
  font-size: 0.8em;
  display: inline-block;
  position: relative;
  right: -0.32em;
  padding: 0;
  height: 1.25em;
  width: 1.25em;
  line-height: 1.22em;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #e10019;
  color: white;
}
.qualtrics-read-more .container .row > div a.read-more-inner span .arrow-in-a-circle-btn-style {
  content: ">";
  font-family: 'Qualtrics Grotesque', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.7em;
  font-weight: 500;
  right: -0.7em;
  top: -2px;
  height: 1.74em;
  width: 1.74em;
  line-height: 1.74em;
}
.qualtrics-read-more .container .row > div a.read-more-inner span:after {
  content: "\E042";
  font-family: 'Qualtrics Icons';
  font-size: 0.8em;
  display: inline-block;
  position: relative;
  right: -0.32em;
  padding: 0;
  height: 1.25em;
  width: 1.25em;
  line-height: 1.22em;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #e10019;
  color: white;
}
.qualtrics-read-more .container .row > div a.read-more-inner span:hover,
.qualtrics-read-more .container .row > div a.read-more-inner span:focus,
.qualtrics-read-more .container .row > div a.read-more-inner span:active {
  color: #fb001c;
}
.qualtrics-read-more .container .row > div a.read-more-inner span:hover:after,
.qualtrics-read-more .container .row > div a.read-more-inner span:focus:after,
.qualtrics-read-more .container .row > div a.read-more-inner span:active:after,
.qualtrics-read-more .container .row > div a.read-more-inner span:hover:before,
.qualtrics-read-more .container .row > div a.read-more-inner span:focus:before,
.qualtrics-read-more .container .row > div a.read-more-inner span:active:before {
  background-color: #ff152f;
  color: white;
}
.qualtrics-read-more .container .row > div a.read-more-inner span.text-black {
  color: black;
}
.qualtrics-read-more .container .row > div a.read-more-inner span.text-black:hover,
.qualtrics-read-more .container .row > div a.read-more-inner span.text-black:focus,
.qualtrics-read-more .container .row > div a.read-more-inner span.text-black:active {
  color: black;
}
.qualtrics-read-more .container .row > div a.read-more-inner span.text-white {
  color: white;
}
.qualtrics-read-more .container .row > div a.read-more-inner span.text-white:hover,
.qualtrics-read-more .container .row > div a.read-more-inner span.text-white:focus,
.qualtrics-read-more .container .row > div a.read-more-inner span.text-white:active {
  color: white;
}
.qualtrics-read-more .container .row > div a.read-more-inner span.btn-style {
  text-transform: uppercase;
  font-weight: 600;
}
.qualtrics-read-more .container .row > div a.read-more-inner span.btn-style:after {
  content: ">";
  font-family: 'Qualtrics Grotesque', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.7em;
  font-weight: 500;
  right: -0.7em;
  top: -2px;
  height: 1.74em;
  width: 1.74em;
  line-height: 1.74em;
}
.qualtrics-read-more .container .row > div a.read-more-inner span.btn-style:hover,
.qualtrics-read-more .container .row > div a.read-more-inner span.btn-style:focus,
.qualtrics-read-more .container .row > div a.read-more-inner span.btn-style:active {
  color: #fb001c;
}
.qualtrics-read-more .container .row > div a.read-more-inner span.btn-style:hover:after,
.qualtrics-read-more .container .row > div a.read-more-inner span.btn-style:focus:after,
.qualtrics-read-more .container .row > div a.read-more-inner span.btn-style:active:after,
.qualtrics-read-more .container .row > div a.read-more-inner span.btn-style:hover:before,
.qualtrics-read-more .container .row > div a.read-more-inner span.btn-style:focus:before,
.qualtrics-read-more .container .row > div a.read-more-inner span.btn-style:active:before {
  background-color: #ff152f;
  color: white;
}
.qualtrics-read-more .container .row > div a.read-more-inner span.btn-style.text-black {
  color: black;
}
.qualtrics-read-more .container .row > div a.read-more-inner span.btn-style.text-black:hover,
.qualtrics-read-more .container .row > div a.read-more-inner span.btn-style.text-black:focus,
.qualtrics-read-more .container .row > div a.read-more-inner span.btn-style.text-black:active {
  color: black;
}
.qualtrics-read-more .container .row > div a.read-more-inner span.btn-style.text-white {
  color: white;
}
.qualtrics-read-more .container .row > div a.read-more-inner span.btn-style.text-white:hover,
.qualtrics-read-more .container .row > div a.read-more-inner span.btn-style.text-white:focus,
.qualtrics-read-more .container .row > div a.read-more-inner span.btn-style.text-white:active {
  color: white;
}
.qualtrics-read-more .container .row > div a.read-more-inner span.arrow-before:after {
  display: none;
}
.qualtrics-read-more .container .row > div a.read-more-inner span.arrow-before:before {
  content: "\E042";
  font-family: 'Qualtrics Icons';
  font-size: 0.8em;
  display: inline-block;
  position: relative;
  right: -0.32em;
  padding: 0;
  height: 1.25em;
  width: 1.25em;
  line-height: 1.22em;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #e10019;
  color: white;
  right: 0;
  margin-right: 1em;
}
.qualtrics-read-more .container .row > div a.read-more-inner span:after {
  right: -0.85em;
  text-shadow: none;
}
.qualtrics-read-more .container .row > div a.read-more-inner img {
  min-width: 100px;
}
.qualtrics-read-more .container .row > div a.read-more-inner:hover span {
  color: #fb001c;
}
.qualtrics-read-more .container .row > div a.read-more-inner.no-image {
  margin: 50px 0 0;
  padding: 0;
  height: auto !important;
}
.qualtrics-read-more .container .row > div a.read-more-inner.no-image h2 {
  margin-bottom: 10px;
  color: #000;
}
.qualtrics-read-more .container .row > div a.read-more-inner.no-image span {
  text-shadow: none;
}
.qualtrics-read-more .container .row .expand-inner {
  padding-top: 55px;
}
.qualtrics-read-more .container .row a.link-expand {
  float: right;
  margin-top: 25px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .qualtrics-read-more .container .row div.read-more-wrapper div.read-more-outer .read-more-inner {
    width: 440px;
  }
  .qualtrics-read-more .container .row div.read-more-wrapper div.read-more-outer .read-more-inner h2 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 992px) {
  .qualtrics-read-more .container .row div.read-more-wrapper div.read-more-outer .read-more-inner {
    width: 520px;
    max-width: 100%;
    margin: 50px auto 0 !important;
  }
  .qualtrics-read-more .container .row div.read-more-wrapper div.read-more-outer:first-child .read-more-inner {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .qualtrics-read-more .container .row div.read-more-wrapper div.read-more-outer .read-more-inner {
    height: 200px;
  }
  .qualtrics-read-more .container .row div.read-more-wrapper div.read-more-outer .read-more-inner h2 {
    font-size: 1.3em;
  }
}
.qualtrics-read-more .container .row div.read-more-wrapper div:first-child + div > a.read-more-inner,
.qualtrics-read-more .container .row div.read-more-wrapper div:first-child + div + div + div > a.read-more-inner,
.qualtrics-read-more .container .row div.read-more-wrapper div:first-child + div + div + div + div + div > a.read-more-inner,
.qualtrics-read-more .container .row div.read-more-wrapper div:first-child + div + div + div + div + div + div + div > a.read-more-inner {
  margin-right: 0;
  margin-left: auto;
}
.qualtrics-read-more .container .row div.read-more-wrapper > div:first-child .read-more-inner,
.qualtrics-read-more .container .row div.read-more-wrapper > div:first-child + div .read-more-inner {
  margin-top: 0;
}
.nav-tabs-blue .active {
  background-color: #5fb4e5 !important;
  color: #ffffff !important;
}
.nav-tabs-blue .active:hover {
  background-color: #5fb4e5;
}
.nav-tabs-blue .active:active {
  background-color: #5fb4e5;
}
.nav-tabs-blue li {
  position: relative;
  display: inline-block;
  background-color: transparent !important;
  border: 1px solid #d9e0e2 !important;
}
@media (max-width: 480px) {
  .nav-tabs-blue li {
    width: 100%;
  }
}
.nav-tabs-blue li:hover {
  background-color: #5fb4e5 !important;
}
.nav-tabs-blue li:active {
  background-color: #5fb4e5 !important;
}
.nav-tabs-blue li:visited {
  background-color: #5fb4e5 !important;
}
.nav-tabs-blue li:focus {
  background-color: #5fb4e5 !important;
}
.nav-tabs-blue #tab-first {
  margin-right: 5px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-bottom-left-radius: 50px;
  -webkit-border-top-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  border-top-left-radius: 50px;
}
.nav-tabs-blue #tab-last {
  margin-left: 5px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  border-bottom-right-radius: 50px;
  -webkit-border-top-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  border-top-right-radius: 50px;
}
@media (max-width: 480px) {
  .nav-tabs-blue #tab-last {
    margin-left: 0px;
  }
}
.nav-tabs-blue h2 {
  font-size: 18px;
  margin: 0;
  letter-spacing: 0;
}
.nav-tabs-blue a {
  display: block;
  padding: 10px 15px;
  border: 0;
  line-height: 1.666666667;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
.nav-tabs-blue a:active {
  color: #ffffff;
}
.nav-tabs-blue a:visited {
  background-color: #5fb4e5 !important;
}
@media (max-width: 992px) {
  .nav.nav-tabs {
    margin-left: 20%;
  }
}
@media (max-width: 700px) {
  .nav.nav-tabs {
    margin-left: 5%;
  }
}
@media (max-width: 480px) {
  .nav.nav-tabs {
    margin-left: 5%;
  }
}
/*
	--------------------------------------------------
					QUALTRICS JUMBOTRON
	--------------------------------------------------

	The qualtrics jumbotron is used all over the place (including inside of other classes), so this class is an attempt to make it dead simple to add large, scaling background images. Here's what the companion HTML looks like:

	<section class="qualtrics-jumbotron">
		<div class="container">
			<h3>This is such a fancy little red header</h3>
			<h1>The Qualtrics Style Guide</h1>
			<p>Welcome. This is the qualtrics style guide.</p>
			<a href="#" class="btn-q-primary">Click Me</a>
		</div>
		<img class="jumbotron-image" src="/wp-content/themes/qualtrics/images/home/cruise.jpg" />
	</section>

	By default, this positions the image as the background of the jumbotron without affecting the colors or margins of the children of the section.

 */
.qualtrics-jumbotron {
  position: relative;
}
.qualtrics-jumbotron img.hero-image,
.qualtrics-jumbotron img.sidekick-image,
.qualtrics-jumbotron img.jumbotron-image {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1280px;
  min-height: 100%;
  z-index: 0;
}
.attach-bottom.qualtrics-jumbotron img.hero-image,
.attach-bottom.qualtrics-jumbotron img.sidekick-image,
.attach-bottom.qualtrics-jumbotron img.jumbotron-image {
  top: auto;
  bottom: 0;
}
.attach-right.qualtrics-jumbotron img.hero-image,
.attach-right.qualtrics-jumbotron img.sidekick-image,
.attach-right.qualtrics-jumbotron img.jumbotron-image {
  left: auto;
  right: 0;
}
@media screen and (min-width: 1600px) {
  .qualtrics-jumbotron img.hero-image,
  .qualtrics-jumbotron img.sidekick-image,
  .qualtrics-jumbotron img.jumbotron-image,
  .attach-right.qualtrics-jumbotron img.hero-image,
  .attach-right.qualtrics-jumbotron img.sidekick-image,
  .attach-right.qualtrics-jumbotron img.jumbotron-image,
  .attach-bottom.qualtrics-jumbotron img.hero-image,
  .attach-bottom.qualtrics-jumbotron img.sidekick-image,
  .attach-bottom.qualtrics-jumbotron img.jumbotron-image {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 120%;
    max-width: 130%;
  }
  .attach-bottom.qualtrics-jumbotron img.hero-image,
  .attach-bottom.qualtrics-jumbotron img.sidekick-image,
  .attach-bottom.qualtrics-jumbotron img.jumbotron-image {
    bottom: 0;
    top: auto;
    min-height: 150%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .qualtrics-jumbotron img.hero-image,
  .qualtrics-jumbotron img.sidekick-image,
  .qualtrics-jumbotron img.jumbotron-image {
    left: 0;
    max-width: 130%;
    min-width: 100%;
  }
  .attach-right.qualtrics-jumbotron img.hero-image,
  .attach-right.qualtrics-jumbotron img.sidekick-image,
  .attach-right.qualtrics-jumbotron img.jumbotron-image {
    right: -10%;
    min-width: 110%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .qualtrics-jumbotron img.hero-image,
  .qualtrics-jumbotron img.sidekick-image,
  .qualtrics-jumbotron img.jumbotron-image {
    left: -10%;
    min-width: 110%;
    max-width: 140%;
  }
  .attach-right.qualtrics-jumbotron img.hero-image,
  .attach-right.qualtrics-jumbotron img.sidekick-image,
  .attach-right.qualtrics-jumbotron img.jumbotron-image {
    right: -20%;
    min-width: 120%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .qualtrics-jumbotron img.hero-image,
  .qualtrics-jumbotron img.sidekick-image,
  .qualtrics-jumbotron img.jumbotron-image {
    left: -20%;
    min-width: 120%;
  }
  .attach-right.qualtrics-jumbotron img.hero-image,
  .attach-right.qualtrics-jumbotron img.sidekick-image,
  .attach-right.qualtrics-jumbotron img.jumbotron-image {
    right: -30%;
    min-width: 130%;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .qualtrics-jumbotron img.hero-image,
  .qualtrics-jumbotron img.sidekick-image,
  .qualtrics-jumbotron img.jumbotron-image,
  .attach-bottom.qualtrics-jumbotron img.hero-image,
  .attach-bottom.qualtrics-jumbotron img.sidekick-image,
  .attach-bottom.qualtrics-jumbotron img.jumbotron-image {
    top: auto;
    bottom: -40%;
    left: -50%;
    min-height: 140%;
    min-width: 150%;
  }
  .attach-right.qualtrics-jumbotron img.hero-image,
  .attach-right.qualtrics-jumbotron img.sidekick-image,
  .attach-right.qualtrics-jumbotron img.jumbotron-image {
    right: auto;
    left: -20%;
    min-width: 120%;
  }
}
@media screen and (min-width: 0) and (max-width: 480px) {
  .qualtrics-jumbotron img.hero-image,
  .qualtrics-jumbotron img.sidekick-image,
  .qualtrics-jumbotron img.jumbotron-image {
    left: -100%;
    min-width: 200%;
    max-width: 300%;
  }
  .attach-right.qualtrics-jumbotron img.hero-image,
  .attach-right.qualtrics-jumbotron img.sidekick-image,
  .attach-right.qualtrics-jumbotron img.jumbotron-image {
    right: -150%;
    min-width: 250%;
  }
}
.qualtrics-jumbotron h1,
.qualtrics-jumbotron .hero-title,
.qualtrics-jumbotron h2,
.qualtrics-jumbotron .section-title,
.qualtrics-jumbotron h3,
.qualtrics-jumbotron .description-title,
.qualtrics-jumbotron p,
.qualtrics-jumbotron a,
.qualtrics-jumbotron ul {
  position: relative;
  z-index: 5;
}
.qualtrics-jumbotron h2.text-white {
  color: #FFF;
}
.qualtrics-jumbotron.jumbotron-light-text h1,
.qualtrics-jumbotron.jumbotron-light-text .hero-title,
.qualtrics-jumbotron.jumbotron-light-text p,
.qualtrics-jumbotron.jumbotron-light-text ul {
  color: white;
}
.qualtrics-jumbotron.overflow-show {
  overflow: visible;
}
/*
	--------------------------------------------------
					QUALTRICS HERO
	--------------------------------------------------

	The qualtrics hero is used all over the place, so this class is an attempt to make it dead simple to add heroes. Here's what the companion HTML looks like:

	<section class="qualtrics-hero">
		<div class="container">
			<h3>This is such a fancy little red header</h3>
			<h1>The Qualtrics Style Guide</h1>
			<p>Welcome. This is the qualtrics style guide.</p>
			<a href="#" class="btn-q-primary">Click Me</a>
		</div>
		<img class="hero-image" src="/wp-content/themes/qualtrics/images/home/cruise.jpg" />
	</section>

	By default, this positions the image as the background of the hero, makes the h3 the qualtrics red color, and does all the margins for you.

 */
.qualtrics-hero {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.qualtrics-hero div.container {
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.qualtrics-hero > *:first-child,
.qualtrics-hero div.container > *:first-child {
  margin-top: 0;
}
.qualtrics-hero img.hero-image,
.qualtrics-hero img.sidekick-image,
.qualtrics-hero img.jumbotron-image {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1280px;
  min-height: 100%;
  z-index: 0;
}
.attach-bottom.qualtrics-hero img.hero-image,
.attach-bottom.qualtrics-hero img.sidekick-image,
.attach-bottom.qualtrics-hero img.jumbotron-image {
  top: auto;
  bottom: 0;
}
.attach-right.qualtrics-hero img.hero-image,
.attach-right.qualtrics-hero img.sidekick-image,
.attach-right.qualtrics-hero img.jumbotron-image {
  left: auto;
  right: 0;
}
@media screen and (min-width: 1600px) {
  .qualtrics-hero img.hero-image,
  .qualtrics-hero img.sidekick-image,
  .qualtrics-hero img.jumbotron-image,
  .attach-right.qualtrics-hero img.hero-image,
  .attach-right.qualtrics-hero img.sidekick-image,
  .attach-right.qualtrics-hero img.jumbotron-image,
  .attach-bottom.qualtrics-hero img.hero-image,
  .attach-bottom.qualtrics-hero img.sidekick-image,
  .attach-bottom.qualtrics-hero img.jumbotron-image {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 120%;
    max-width: 130%;
  }
  .attach-bottom.qualtrics-hero img.hero-image,
  .attach-bottom.qualtrics-hero img.sidekick-image,
  .attach-bottom.qualtrics-hero img.jumbotron-image {
    bottom: 0;
    top: auto;
    min-height: 150%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .qualtrics-hero img.hero-image,
  .qualtrics-hero img.sidekick-image,
  .qualtrics-hero img.jumbotron-image {
    left: 0;
    max-width: 130%;
    min-width: 100%;
  }
  .attach-right.qualtrics-hero img.hero-image,
  .attach-right.qualtrics-hero img.sidekick-image,
  .attach-right.qualtrics-hero img.jumbotron-image {
    right: -10%;
    min-width: 110%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .qualtrics-hero img.hero-image,
  .qualtrics-hero img.sidekick-image,
  .qualtrics-hero img.jumbotron-image {
    left: -10%;
    min-width: 110%;
    max-width: 140%;
  }
  .attach-right.qualtrics-hero img.hero-image,
  .attach-right.qualtrics-hero img.sidekick-image,
  .attach-right.qualtrics-hero img.jumbotron-image {
    right: -20%;
    min-width: 120%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .qualtrics-hero img.hero-image,
  .qualtrics-hero img.sidekick-image,
  .qualtrics-hero img.jumbotron-image {
    left: -20%;
    min-width: 120%;
  }
  .attach-right.qualtrics-hero img.hero-image,
  .attach-right.qualtrics-hero img.sidekick-image,
  .attach-right.qualtrics-hero img.jumbotron-image {
    right: -30%;
    min-width: 130%;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .qualtrics-hero img.hero-image,
  .qualtrics-hero img.sidekick-image,
  .qualtrics-hero img.jumbotron-image,
  .attach-bottom.qualtrics-hero img.hero-image,
  .attach-bottom.qualtrics-hero img.sidekick-image,
  .attach-bottom.qualtrics-hero img.jumbotron-image {
    top: auto;
    bottom: -40%;
    left: -50%;
    min-height: 140%;
    min-width: 150%;
  }
  .attach-right.qualtrics-hero img.hero-image,
  .attach-right.qualtrics-hero img.sidekick-image,
  .attach-right.qualtrics-hero img.jumbotron-image {
    right: auto;
    left: -20%;
    min-width: 120%;
  }
}
@media screen and (min-width: 0) and (max-width: 480px) {
  .qualtrics-hero img.hero-image,
  .qualtrics-hero img.sidekick-image,
  .qualtrics-hero img.jumbotron-image {
    left: -100%;
    min-width: 200%;
    max-width: 300%;
  }
  .attach-right.qualtrics-hero img.hero-image,
  .attach-right.qualtrics-hero img.sidekick-image,
  .attach-right.qualtrics-hero img.jumbotron-image {
    right: -150%;
    min-width: 250%;
  }
}
.qualtrics-hero h1,
.qualtrics-hero .hero-title,
.qualtrics-hero h2,
.qualtrics-hero .section-title,
.qualtrics-hero h3,
.qualtrics-hero .description-title,
.qualtrics-hero p,
.qualtrics-hero a,
.qualtrics-hero ul {
  position: relative;
  z-index: 5;
}
.qualtrics-hero h2.text-white {
  color: #FFF;
}
.qualtrics-hero.jumbotron-light-text h1,
.qualtrics-hero.jumbotron-light-text .hero-title,
.qualtrics-hero.jumbotron-light-text p,
.qualtrics-hero.jumbotron-light-text ul {
  color: white;
}
.qualtrics-hero.overflow-show {
  overflow: visible;
}
.qualtrics-hero div.container {
  margin-top: 190px;
  margin-bottom: 190px;
}
.qualtrics-hero div.container h3,
.qualtrics-hero div.container .description-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .2em;
}
.qualtrics-hero div.container h3.spacing-xs,
.qualtrics-hero div.container .description-title.spacing-xs {
  margin-top: 34px;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  section.qualtrics-hero div.container h3.spacing-xs,
  section.qualtrics-hero div.container .description-title.spacing-xs,
  div.container.qualtrics-hero div.container h3.spacing-xs,
  div.container.qualtrics-hero div.container .description-title.spacing-xs {
    margin-top: 30px;
  }
  section.qualtrics-hero div.container h3.spacing-xs.no-responsive,
  section.qualtrics-hero div.container .description-title.spacing-xs.no-responsive,
  div.container.qualtrics-hero div.container h3.spacing-xs.no-responsive,
  div.container.qualtrics-hero div.container .description-title.spacing-xs.no-responsive,
  .no-responsive section.qualtrics-hero div.container h3.spacing-xs,
  .no-responsive section.qualtrics-hero div.container .description-title.spacing-xs,
  .no-responsive div.container.qualtrics-hero div.container h3.spacing-xs,
  .no-responsive div.container.qualtrics-hero div.container .description-title.spacing-xs {
    margin-top: 34px;
  }
}
@media screen and (max-width: 480px) {
  section.qualtrics-hero div.container h3.spacing-xs,
  section.qualtrics-hero div.container .description-title.spacing-xs,
  div.container.qualtrics-hero div.container h3.spacing-xs,
  div.container.qualtrics-hero div.container .description-title.spacing-xs {
    margin-top: 27px;
  }
  section.qualtrics-hero div.container h3.spacing-xs.no-responsive,
  section.qualtrics-hero div.container .description-title.spacing-xs.no-responsive,
  div.container.qualtrics-hero div.container h3.spacing-xs.no-responsive,
  div.container.qualtrics-hero div.container .description-title.spacing-xs.no-responsive,
  .no-responsive section.qualtrics-hero div.container h3.spacing-xs,
  .no-responsive section.qualtrics-hero div.container .description-title.spacing-xs,
  .no-responsive div.container.qualtrics-hero div.container h3.spacing-xs,
  .no-responsive div.container.qualtrics-hero div.container .description-title.spacing-xs {
    margin-top: 34px;
  }
}
@media screen and (max-width: 768px) {
  section.qualtrics-hero div.container h3.spacing-xs,
  section.qualtrics-hero div.container .description-title.spacing-xs,
  div.container.qualtrics-hero div.container h3.spacing-xs,
  div.container.qualtrics-hero div.container .description-title.spacing-xs {
    margin-bottom: 30px;
  }
  section.qualtrics-hero div.container h3.spacing-xs.no-responsive,
  section.qualtrics-hero div.container .description-title.spacing-xs.no-responsive,
  div.container.qualtrics-hero div.container h3.spacing-xs.no-responsive,
  div.container.qualtrics-hero div.container .description-title.spacing-xs.no-responsive,
  .no-responsive section.qualtrics-hero div.container h3.spacing-xs,
  .no-responsive section.qualtrics-hero div.container .description-title.spacing-xs,
  .no-responsive div.container.qualtrics-hero div.container h3.spacing-xs,
  .no-responsive div.container.qualtrics-hero div.container .description-title.spacing-xs {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 480px) {
  section.qualtrics-hero div.container h3.spacing-xs,
  section.qualtrics-hero div.container .description-title.spacing-xs,
  div.container.qualtrics-hero div.container h3.spacing-xs,
  div.container.qualtrics-hero div.container .description-title.spacing-xs {
    margin-bottom: 27px;
  }
  section.qualtrics-hero div.container h3.spacing-xs.no-responsive,
  section.qualtrics-hero div.container .description-title.spacing-xs.no-responsive,
  div.container.qualtrics-hero div.container h3.spacing-xs.no-responsive,
  div.container.qualtrics-hero div.container .description-title.spacing-xs.no-responsive,
  .no-responsive section.qualtrics-hero div.container h3.spacing-xs,
  .no-responsive section.qualtrics-hero div.container .description-title.spacing-xs,
  .no-responsive div.container.qualtrics-hero div.container h3.spacing-xs,
  .no-responsive div.container.qualtrics-hero div.container .description-title.spacing-xs {
    margin-bottom: 34px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1250px) {
  .qualtrics-hero div.container h3.header-cx,
  .qualtrics-hero div.container .description-title.header-cx,
  .qualtrics-hero div.container h3.header-ei,
  .qualtrics-hero div.container .description-title.header-ei,
  .qualtrics-hero div.container h3.header-op,
  .qualtrics-hero div.container .description-title.header-op,
  .qualtrics-hero div.container h3.header-mr,
  .qualtrics-hero div.container .description-title.header-mr {
    margin-left: 3.5em;
  }
}
@media screen and (min-width: 992px) and (max-width: 1047px) {
  .qualtrics-hero div.container h3.header-cx,
  .qualtrics-hero div.container .description-title.header-cx,
  .qualtrics-hero div.container h3.header-ei,
  .qualtrics-hero div.container .description-title.header-ei,
  .qualtrics-hero div.container h3.header-op,
  .qualtrics-hero div.container .description-title.header-op,
  .qualtrics-hero div.container h3.header-mr,
  .qualtrics-hero div.container .description-title.header-mr {
    margin-left: 3.5em;
  }
}
@media screen and (max-width: 823px) {
  .qualtrics-hero div.container h3.header-cx,
  .qualtrics-hero div.container .description-title.header-cx,
  .qualtrics-hero div.container h3.header-ei,
  .qualtrics-hero div.container .description-title.header-ei,
  .qualtrics-hero div.container h3.header-op,
  .qualtrics-hero div.container .description-title.header-op,
  .qualtrics-hero div.container h3.header-mr,
  .qualtrics-hero div.container .description-title.header-mr {
    margin-left: 3.5em;
  }
}
.qualtrics-hero div.container h1,
.qualtrics-hero div.container .hero-title {
  float: none;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0;
  letter-spacing: -1px;
}
.qualtrics-hero div.container h1.no-spacing,
.qualtrics-hero div.container .hero-title.no-spacing {
  margin: 0;
}
.qualtrics-hero div.container p {
  float: none;
  margin: 0;
  padding: 0;
  font-weight: 200;
}
.qualtrics-hero div.container .btn-q-primary,
.qualtrics-hero div.container .btn-pill {
  margin-top: 34px;
}
.qualtrics-hero.hero-light-text h1,
.qualtrics-hero.hero-light-text .hero-title,
.qualtrics-hero.hero-light-text p,
.qualtrics-hero.hero-light-text ul {
  color: white;
}
.qualtrics-hero.hero-light-text .container p {
  font-weight: 200;
  letter-spacing: .03em;
}
.qualtrics-hero.hero-light-text .text-primary {
  color: #e10019;
}
.qualtrics-hero.hero-light-subtitle div.container h3,
.qualtrics-hero.hero-light-subtitle div.container .description-title {
  color: white;
}
/*
	--------------------------------------------------
					QUALTRICS SIDEKICK
	--------------------------------------------------

	The qualtrics sidekick is used all over the place, so this class is an attempt to make it dead simple to add heroes. Here's what the companion HTML looks like:

	<section class="qualtrics-sidekick">
		<div class="container">
			<div class="row">
				<div class="col-sm-7">
					<h3>Customer Experience</h3>
					<h1>This is the Qualtrics Sidekick. Pun intended.</h1>
				</div>
				<div class="col-sm-5">
					<ul class="plus-list">
						<li>Qualtrics Sidekick<sup>&reg;</sup></li>
						<li>Has this fancy plus list</li>
						<li>Works pretty much like the qualtrics-hero</li>
					</ul>
					<a class="btn-q-primary" href="#">I'm so impressed</a>
				</div>
			</div>
		</div>
		<img class="sidekick-image" src="/wp-content/themes/qualtrics/images/home/jetblue.jpg" />
	</section>

	By default, this positions the image as the background of the sidekick, makes the h3 the qualtrics red color, and does all the margins for you.

 */
.qualtrics-sidekick {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.qualtrics-sidekick div.container {
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.qualtrics-sidekick > *:first-child,
.qualtrics-sidekick div.container > *:first-child {
  margin-top: 0;
}
.qualtrics-sidekick img.hero-image,
.qualtrics-sidekick img.sidekick-image,
.qualtrics-sidekick img.jumbotron-image {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1280px;
  min-height: 100%;
  z-index: 0;
}
.attach-bottom.qualtrics-sidekick img.hero-image,
.attach-bottom.qualtrics-sidekick img.sidekick-image,
.attach-bottom.qualtrics-sidekick img.jumbotron-image {
  top: auto;
  bottom: 0;
}
.attach-right.qualtrics-sidekick img.hero-image,
.attach-right.qualtrics-sidekick img.sidekick-image,
.attach-right.qualtrics-sidekick img.jumbotron-image {
  left: auto;
  right: 0;
}
@media screen and (min-width: 1600px) {
  .qualtrics-sidekick img.hero-image,
  .qualtrics-sidekick img.sidekick-image,
  .qualtrics-sidekick img.jumbotron-image,
  .attach-right.qualtrics-sidekick img.hero-image,
  .attach-right.qualtrics-sidekick img.sidekick-image,
  .attach-right.qualtrics-sidekick img.jumbotron-image,
  .attach-bottom.qualtrics-sidekick img.hero-image,
  .attach-bottom.qualtrics-sidekick img.sidekick-image,
  .attach-bottom.qualtrics-sidekick img.jumbotron-image {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 120%;
    max-width: 130%;
  }
  .attach-bottom.qualtrics-sidekick img.hero-image,
  .attach-bottom.qualtrics-sidekick img.sidekick-image,
  .attach-bottom.qualtrics-sidekick img.jumbotron-image {
    bottom: 0;
    top: auto;
    min-height: 150%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .qualtrics-sidekick img.hero-image,
  .qualtrics-sidekick img.sidekick-image,
  .qualtrics-sidekick img.jumbotron-image {
    left: 0;
    max-width: 130%;
    min-width: 100%;
  }
  .attach-right.qualtrics-sidekick img.hero-image,
  .attach-right.qualtrics-sidekick img.sidekick-image,
  .attach-right.qualtrics-sidekick img.jumbotron-image {
    right: -10%;
    min-width: 110%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .qualtrics-sidekick img.hero-image,
  .qualtrics-sidekick img.sidekick-image,
  .qualtrics-sidekick img.jumbotron-image {
    left: -10%;
    min-width: 110%;
    max-width: 140%;
  }
  .attach-right.qualtrics-sidekick img.hero-image,
  .attach-right.qualtrics-sidekick img.sidekick-image,
  .attach-right.qualtrics-sidekick img.jumbotron-image {
    right: -20%;
    min-width: 120%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .qualtrics-sidekick img.hero-image,
  .qualtrics-sidekick img.sidekick-image,
  .qualtrics-sidekick img.jumbotron-image {
    left: -20%;
    min-width: 120%;
  }
  .attach-right.qualtrics-sidekick img.hero-image,
  .attach-right.qualtrics-sidekick img.sidekick-image,
  .attach-right.qualtrics-sidekick img.jumbotron-image {
    right: -30%;
    min-width: 130%;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .qualtrics-sidekick img.hero-image,
  .qualtrics-sidekick img.sidekick-image,
  .qualtrics-sidekick img.jumbotron-image,
  .attach-bottom.qualtrics-sidekick img.hero-image,
  .attach-bottom.qualtrics-sidekick img.sidekick-image,
  .attach-bottom.qualtrics-sidekick img.jumbotron-image {
    top: auto;
    bottom: -40%;
    left: -50%;
    min-height: 140%;
    min-width: 150%;
  }
  .attach-right.qualtrics-sidekick img.hero-image,
  .attach-right.qualtrics-sidekick img.sidekick-image,
  .attach-right.qualtrics-sidekick img.jumbotron-image {
    right: auto;
    left: -20%;
    min-width: 120%;
  }
}
@media screen and (min-width: 0) and (max-width: 480px) {
  .qualtrics-sidekick img.hero-image,
  .qualtrics-sidekick img.sidekick-image,
  .qualtrics-sidekick img.jumbotron-image {
    left: -100%;
    min-width: 200%;
    max-width: 300%;
  }
  .attach-right.qualtrics-sidekick img.hero-image,
  .attach-right.qualtrics-sidekick img.sidekick-image,
  .attach-right.qualtrics-sidekick img.jumbotron-image {
    right: -150%;
    min-width: 250%;
  }
}
.qualtrics-sidekick h1,
.qualtrics-sidekick .hero-title,
.qualtrics-sidekick h2,
.qualtrics-sidekick .section-title,
.qualtrics-sidekick h3,
.qualtrics-sidekick .description-title,
.qualtrics-sidekick p,
.qualtrics-sidekick a,
.qualtrics-sidekick ul {
  position: relative;
  z-index: 5;
}
.qualtrics-sidekick h2.text-white {
  color: #FFF;
}
.qualtrics-sidekick.jumbotron-light-text h1,
.qualtrics-sidekick.jumbotron-light-text .hero-title,
.qualtrics-sidekick.jumbotron-light-text p,
.qualtrics-sidekick.jumbotron-light-text ul {
  color: white;
}
.qualtrics-sidekick.overflow-show {
  overflow: visible;
}
.qualtrics-sidekick div.container {
  margin-top: 190px;
  margin-bottom: 190px;
}
.qualtrics-sidekick div.container h3,
.qualtrics-sidekick div.container .description-title {
  margin: 0;
  font-weight: 600;
}
@media screen and (min-width: 1200px) and (max-width: 1250px) {
  .qualtrics-sidekick div.container h3.header-cx,
  .qualtrics-sidekick div.container .description-title.header-cx,
  .qualtrics-sidekick div.container h3.header-ei,
  .qualtrics-sidekick div.container .description-title.header-ei,
  .qualtrics-sidekick div.container h3.header-op,
  .qualtrics-sidekick div.container .description-title.header-op,
  .qualtrics-sidekick div.container h3.header-mr,
  .qualtrics-sidekick div.container .description-title.header-mr {
    margin-left: 3.5em;
  }
}
@media screen and (min-width: 992px) and (max-width: 1047px) {
  .qualtrics-sidekick div.container h3.header-cx,
  .qualtrics-sidekick div.container .description-title.header-cx,
  .qualtrics-sidekick div.container h3.header-ei,
  .qualtrics-sidekick div.container .description-title.header-ei,
  .qualtrics-sidekick div.container h3.header-op,
  .qualtrics-sidekick div.container .description-title.header-op,
  .qualtrics-sidekick div.container h3.header-mr,
  .qualtrics-sidekick div.container .description-title.header-mr {
    margin-left: 3.5em;
  }
}
@media screen and (max-width: 823px) {
  .qualtrics-sidekick div.container h3.header-cx,
  .qualtrics-sidekick div.container .description-title.header-cx,
  .qualtrics-sidekick div.container h3.header-ei,
  .qualtrics-sidekick div.container .description-title.header-ei,
  .qualtrics-sidekick div.container h3.header-op,
  .qualtrics-sidekick div.container .description-title.header-op,
  .qualtrics-sidekick div.container h3.header-mr,
  .qualtrics-sidekick div.container .description-title.header-mr {
    margin-left: 3.5em;
  }
}
.qualtrics-sidekick div.container h1,
.qualtrics-sidekick div.container .hero-title {
  margin: 0;
  margin-top: 34px;
}
.qualtrics-sidekick div.container ul {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .qualtrics-sidekick div.container ul {
    margin-top: 34px;
  }
}
.qualtrics-sidekick div.container .btn-q-primary,
.qualtrics-sidekick div.container .btn-pill {
  margin-top: 23px;
}
.qualtrics-sidekick.sidekick-light-text h1,
.qualtrics-sidekick.sidekick-light-text .hero-title,
.qualtrics-sidekick.sidekick-light-text h3,
.qualtrics-sidekick.sidekick-light-text .description-title,
.qualtrics-sidekick.sidekick-light-text p,
.qualtrics-sidekick.sidekick-light-text ul {
  color: white;
}
.qualtrics-sidekick.sidekick-light-text .container p {
  font-size: 18px;
  font-weight: 200;
  letter-spacing: .03em;
}
/*			  RESPONSIVE FOR HERO & SIDEKICK
	================================================ */
@media screen and (max-width: 768px) {
  .qualtrics-hero div.container,
  .qualtrics-sidekick div.container {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .qualtrics-hero div.container h1,
  .qualtrics-sidekick div.container h1,
  .qualtrics-hero div.container .hero-title,
  .qualtrics-sidekick div.container .hero-title {
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .qualtrics-hero div.container .btn-q-primary,
  .qualtrics-sidekick div.container .btn-q-primary,
  .qualtrics-hero div.container .btn-pill,
  .qualtrics-sidekick div.container .btn-pill {
    margin-top: 13px;
  }
}
/*
	Line Header

	This element looks like this:
	---------------- HEADER TEXT ----------------

	The usage looks like this:
		<hr class="qualtrics-hr-break spacing-sm" />
		<h3 class="text-center spacing-sm qualrics-hr-title">Open Positions</h3>

	You're able to use default spacing on each one without it interfering with the way they fit together
*/
hr.qualtrics-hr-break {
  clear: both;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px #647077 solid;
}
hr.qualtrics-hr-break.black {
  border-color: #000;
}
hr.qualtrics-hr-break.white {
  border-color: #FFF;
}
.qualrics-hr-title {
  margin-top: -0.6em;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background-color: white;
  text-align: center;
  min-width: 150px;
}
h3.qualrics-hr-title {
  width: 16%;
}
h4.qualrics-hr-title {
  width: 14%;
}
h3.qualrics-hr-title.width-15,
h4.qualrics-hr-title.width-15 {
  width: 15%;
}
h3.qualrics-hr-title.width-18,
h4.qualrics-hr-title.width-18 {
  width: 18%;
}
h3.qualrics-hr-title.width-20,
h4.qualrics-hr-title.width-20 {
  width: 20%;
}
h3.qualrics-hr-title.width-25,
h4.qualrics-hr-title.width-25 {
  width: 25%;
}
h3.qualrics-hr-title.bg-gray-super-lt,
h4.qualrics-hr-title.bg-gray-super-lt {
  background-color: #f8f8f8;
}
h3.qualrics-hr-title.bg-gray-lt,
h4.qualrics-hr-title.bg-gray-lt {
  background-color: #d9e0e2;
}
h3.qualrics-hr-title.bg-gray-md,
h4.qualrics-hr-title.bg-gray-md {
  background-color: #647077;
}
h3.qualrics-hr-title i,
h4.qualrics-hr-title i {
  font-size: 5.5em;
  display: block;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
}
/*
	------------------------------------------
					Logo Strip
	------------------------------------------
*/
.qualtrics-logos {
  height: 100%;
  width: 100%;
  position: relative;
  font-weight: normal;
}
.qualtrics-logos .container > .row > div {
  text-align: center;
  height: 100%;
}
.qualtrics-logos .container > .row > div i {
  line-height: 0;
  position: relative;
  display: block;
  font-weight: normal !important;
  overflow: hidden;
}
.qualtrics-logos .container > .row > div i:before {
  line-height: 1.5;
  top: 0 !important;
  vertical-align: middle;
  right: 0 !important;
  font-weight: normal !important;
  font-size: 50px;
  background: transparent;
}
@media screen and (min-width: 992px) {
  .qualtrics-logos .container > .row > div i:before {
    font-size: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .qualtrics-logos .container > .row > div i:before {
    font-size: 70px;
  }
}
.qualtrics-logos .container > .row > div .ql-4x {
  font-size: 50px;
}
.qualtrics-logos .container > .row > div .ql-4x:before {
  font-size: 49px;
  top: 16px !important;
}
/*
	--------------------------------------------------
					CALL TO ACTION PANEL
	--------------------------------------------------

	This is for those panels with a headline and two buttons. The usage for this looks something like this:

	<section class="q-call-to-action-panel">
		<div class="container spacing-md">
			<div class="row">
				<h2>This thing is called a Call to Action panel</h2>
			</div>
			<section class="spacing-xs-top">
				<a href="#" class="btn-q-primary spacing-tn-right">That's neat!</a>
				<a href="#" class="btn-q-secondary-alt">So helpful</a>
			</section>
		</div>
	</section>

 */
.q-call-to-action-panel.border-top {
  border-top: 1px #d9e0e2 solid;
}
.q-call-to-action-panel h2 {
  text-align: center;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 54px;
  font-weight: 200;
  text-transform: none;
  margin: 0;
}
.q-call-to-action-panel h2 small,
.q-call-to-action-panel h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #d9e0e2;
}
.q-call-to-action-panel h2 small,
.q-call-to-action-panel h2 .small {
  font-size: 65%;
}
.q-call-to-action-panel h2 small,
.q-call-to-action-panel h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #d9e0e2;
}
span.q-call-to-action-panel h2 {
  display: block;
}
.q-call-to-action-panel h2 small,
.q-call-to-action-panel h2 .small {
  font-size: 65%;
}
.q-call-to-action-panel section {
  text-align: center;
}
.q-call-to-action-panel section a {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .q-call-to-action-panel a {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
  .q-call-to-action-panel a:first-child {
    margin-bottom: 13px;
  }
}
/*
	--------------------------------------------------
				 HORIZONTAL ORDERED LIST
	--------------------------------------------------

	The usage for this looks something like this

 */
.horizontal-ol .container .row h3.empower-subtitle {
  margin-top: 0;
  margin-bottom: 23px;
  color: #5fb4e5;
}
.horizontal-ol .container .row h1,
.horizontal-ol .container .row .hero-title {
  margin: 0 0 120px;
  color: #FFF;
  text-align: center;
}
.horizontal-ol .container .row .empower-number {
  float: left;
  padding-left: 1px;
  width: 32px;
  height: 33px;
  color: #FFF;
  background-color: #5fb4e5;
  line-height: 33px;
  text-align: center;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
.horizontal-ol .container .row .empower-about {
  margin-left: 50px;
}
.horizontal-ol .container .row .empower-about h3 {
  color: #5fb4e5;
  line-height: 33px;
  font-weight: 600;
}
.horizontal-ol .container .row .empower-about p {
  margin-top: 10px;
  color: #FFF;
  font-weight: 200;
  letter-spacing: .03em;
}
@media screen and (max-width: 992px) {
  .horizontal-ol .container .row h1,
  .horizontal-ol .container .row .hero-title {
    margin-bottom: 80px;
  }
  .horizontal-ol .container .row .empower-about {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 480px) {
  .horizontal-ol .container .row h1,
  .horizontal-ol .container .row .hero-title {
    margin-bottom: 60px;
  }
}
/*
	--------------------------------------------------
					INFORMATION LIST
	--------------------------------------------------

	This is for sections that have a grid of divs with an icon above a title and a paragraph. The usage for this looks something like this:

	Emmet code (with 'col-md-6' divs & no header):		section.qualtrics-information-list>div.container>div.row>div.col-md-6*6>i.qi.qi-+h3+p

		- Emmet is a sublime plugin; if you have it, copy paste the above and press tab and voila!

	<section class="cx-descriptions qualtrics-information-list spacing-lg">
		<div class="container">
			<div class="row">
				<div class="col-xs-12 q-info-header">

					<h1 class="no-spacing">When it comes to CX, we've got <br />the bases covered.</h1>

				</div><div class="col-md-4">

					<i class="qi qi-"></i>
					<h3>I really like bacon</h3>
					<p>Bacon ipsum dolor amet turkey kielbasa bacon, jerky swine pork loin pork chop capicola cupim. Ribeye pork chop pork loin tongue tri-tip corned beef. Shoulder swine cow landjaeger. Porchetta leberkas short ribs pork alcatra.</p>

				</div><div class="col-md-4">

					<i class="qi qi-"></i>
					<h3>I also like cats</h3>
					<p>Human give me attention meow. Use lap as chair. Pelt around the house and up and down stairs chasing phantoms swat at dog scream at teh bath and chase mice, yet meow. Sleep in the bathroom sink make meme, make cute face hunt by meowing loudly at 5am next to human slave food dispenser. Caticus cuteicus. Sun bathe use lap as chair, and drink water out of the faucet scream at teh bath refuse to leave cardboard box i am the best. Lounge in doorway i am the best inspect anything brought into the house.</p>

				</div>
			</div>
		</div>
	</section>

	NOTE: the columns' divs MUST have no whitespace in between them.  This is because we are using display: inline-block to fix the	issue of floated divs catching on other divs when the divs have different heights.

 */
.information-list-module > div {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 80px;
}
.information-list-module > div.q-info-header {
  margin-top: 0;
}
.information-list-module i {
  color: #5fb4e5;
  font-size: 40px;
}
.information-list-module h3,
.information-list-module .description-title {
  margin: 8px 0 20px 0;
  font-weight: 600;
  line-height: 1.6em;
}
.information-list-module p {
  margin: 0;
}
.information-list-module .q-align-left {
  margin-left: 4.25%;
}
@media screen and (max-width: 992px) {
  .information-list-module .q-align-left {
    margin-left: 0;
  }
}
.qualtrics-information-list .container .row > div {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 80px;
}
.qualtrics-information-list .container .row > div.q-info-header {
  margin-top: 0;
}
.qualtrics-information-list .container .row i {
  color: #5fb4e5;
  font-size: 40px;
}
.qualtrics-information-list .container .row h3,
.qualtrics-information-list .container .row .description-title {
  margin: 8px 0 20px 0;
  font-weight: 600;
  line-height: 1.6em;
}
.qualtrics-information-list .container .row p {
  margin: 0;
}
.qualtrics-information-list .container .row .q-align-left {
  margin-left: 4.25%;
}
@media screen and (max-width: 992px) {
  .qualtrics-information-list .container .row .q-align-left {
    margin-left: 0;
  }
}
.grid-information-list > div {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 80px;
}
.grid-information-list > div.q-info-header {
  margin-top: 0;
}
.grid-information-list i {
  color: #5fb4e5;
  font-size: 40px;
}
.grid-information-list h3,
.grid-information-list .description-title {
  margin: 8px 0 20px 0;
  font-weight: 600;
  line-height: 1.6em;
}
.grid-information-list p {
  margin: 0;
}
.grid-information-list .q-align-left {
  margin-left: 4.25%;
}
@media screen and (max-width: 992px) {
  .grid-information-list .q-align-left {
    margin-left: 0;
  }
}
/*
	--------------------------------------------------
					EXPANDING ELEMENT
	--------------------------------------------------

	This is for those sections that have an element that will expand onclick of a button

	It requires the following:

		- parent element somewhere up the chain has the class "expand-outer"
		- content to be expanded is a child of an element with class "expand-inner"
		- one or more links with the class "link-expand" is inside of the "expand-outer" element and one of which is outside of the "expand-inner" element

	There can be as many expanding elements on a page as required, but only one "expand-inner" element may be inside of an "expand-outer" element

	Here is some example html:

	<section class="qualtrics-read-more expand-outer spacing-md">
		<div class="container">
			<div class="row">
				<div class="read-more-outer col-md-6">
					<div class="read-more-inner">
						<h2></h2>
						<a href="#">=<i class="qi qi-"></i></a>
						<img class="jumbotron-image" src="<?php echo get_template_directory_uri(); ?>/images/global/read-more/airlines.png">
					</div>
				</div>
				<div class="read-more-outer col-md-6">
					<div class="read-more-inner">
						<h2></h2>
						<a href="#">=<i class="qi qi-"></i></a>
						<img class="jumbotron-image" src="<?php echo get_template_directory_uri(); ?>/images/global/read-more/bookings.png">
					</div>
				</div>
				<div class="expand-inner">
					<div class="read-more-outer col-md-6">
						<div class="read-more-inner">
							<h2></h2>
							<a href="#">=<i class="qi qi-"></i></a>
							<img class="jumbotron-image" src="<?php echo get_template_directory_uri(); ?>/images/global/read-more/airlines.png">
						</div>
					</div>
					<div class="read-more-outer col-md-6">
						<div class="read-more-inner">
							<h2></h2>
							<a href="#">=<i class="qi qi-"></i></a>
							<img class="jumbotron-image" src="<?php echo get_template_directory_uri(); ?>/images/global/read-more/bookings.png">
						</div>
					</div>
				</div>
				<div class="col-tn-12">
					<a class="link-expand btn-pill btn-pill-md btn-stroke-lighter-gray" href="#" data-alternate="Close" scroll="false" data-visible="false">View More</a>
				</div>
			</div>
		</div>
	</section>


	NOTE: if there are multiple links inside of the expanding section, ALL of the links will update with their alternate texts when ANY of them are clicked on
 */
.expand-outer {
  position: relative;
}
.expand-outer .expand-inner {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.3s, filter 0.3s;
  -webkit-transition: opacity 0.3s, filter 0.3s;
  z-index: -2;
}
.expand-outer .expand-inner.show {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}
.expand-outer .expand-inner.collapse-inner {
  display: block;
  position: relative;
  height: 0;
}
.expand-outer.border-bottom {
  border-bottom: 1px #647077 solid;
}
.expand-outer.border-bottom-lt {
  border-bottom: 1px #d9e0e2 solid;
}
.expand-outer.border-top-lt {
  border-top: 1px #d9e0e2 solid;
}
.expand-outer.open.open-border-bottom {
  border-bottom: 1px #647077 solid;
}
.expand-outer.open.open-border-bottom-lt {
  border-bottom: 1px #d9e0e2 solid;
}
/*
	--------------------------------------------------
					EXPANDING SECTION
	--------------------------------------------------

	This is for sections that expand and contain an additional close button, paragraph, and image with a caption;

	Emmet code: div.expand-outer>(section.qualtrics-sidekick>(div.container>div.row>(div.col-sm-7>h3+h1)+div.col-sm-5>(ul.plus-list>li*3)+a.link-expand.btn-q-primary[href="#" data-alternate="See More" scroll="true" data-visible="false"]{See More}))+img.sidekick-image[src="/wp-content/themes/qualtrics/images/pages/"]

<div class="expand-outer">
	<section class="qualtrics-sidekick sidekick-light-text">
		<div class="container">
			<div class="row">
				<div class="col-sm-7">
					<h3>Customer Experience</h3>
					<h1>Exceed expectations <br />every leg of the journey</h1>
				</div>
				<div class="col-sm-5">
					<ul class="plus-list">
						<li>Post-flight satfisfaction surveys</li>
						<li>Ad-hoc passenger feedback</li>
					</ul>
					<a class="link-expand btn-q-primary" href="#" data-alternate="See More" scroll="true" data-visible="false">See More</a>
				</div>
			</div>
		</div>
		<img class="sidekick-image" src="/wp-content/themes/qualtrics/images/pages/airlines/expectations.png" />
	</section>
	<div class="expand-inner">
		<section class="expanded-section">
			<div class="container spacing-lg-top">
				<a class="link-expand btn-q-secondary-alt" href="#" data-alternate="Close" scroll="false" data-visible="false">Close</a>
				<h1 class="no-spacing spacing-xs-bottom">I know HTML <br/>How To Meet Ladies</h1>
				<p class="spacing-xs-bottom">
					Lorem ipsum testing dis
				</p>
				<p class="spacing-xs-bottom">
					Lorem ipsum testing dis
				</p>
				<p>
					In the end, using Qualtrics leads to major leaps in brand loyalty and retention. Pair that
					with an increased Net Promoter Score and you have an airline that will stay at top flight.
				</p>
				<div class="row">
					<div class="col-md-4 spacing-md-top">
						<img class="" src="/wp-content/themes/qualtrics/images/pages/airlines/airline-phone.png" />
					</div>
					<div class="col-md-offset-1 col-md-7 industry-img-caption spacing-md-top">

						<div class="expanded-img-caption">
							<hr class="no-spacing spacing-tn-bottom">
							<p>
								Lorem ipsum dolor sit amet, gravida adipiscing orci tellus quis at, non nibh curabitur. Quis semper, sed quam elit nisl urna urna
								urna, suspendisse lacinia nibh. Wisi libero, suscipit amet eleifend, arcu pulvinar, iaculis vitae tellus wisi. Eget elementum.
							</p>
						</div>
					</div>
				</div>
			</div>
		</section>
		<section class="qualtrics-information-list spacing-sm-top spacing-lg-bottom">
			<div class="container">
				<div class="row">
					<div class="col-md-5">

						<i class="qi qi-"></i>
						<h3>Emloyee 360's</h3>
						<p>Build a better workforce with fast and customizable 360 employee reviews.</p>

					</div><div class="col-md-5 col-md-offset-2">

						<i class="qi qi-"></i>
						<h3>Employee Insight</h3>
						<p>Discover how passionate your employees are about their work and how proud they are to work for your company. Qualtrics makes it easy to grow your business from the inside out.</p>

					</div>
				</div>
			</div>
		</section>
	</div>

</div>

*/
.expanded-section .container {
  position: relative;
}
.expanded-section .container .row {
  position: relative;
}
.expanded-section .container .link-expand {
  position: absolute;
  top: -121px;
  right: 0;
}
@media screen and (max-width: 992px) {
  .expanded-section .container .link-expand {
    right: 15px;
  }
}
.expanded-section .container .link-expand.link-caret:after {
  display: inline-block;
  font-family: 'Qualtrics Icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E044";
}
.expanded-section .container.spacing-md .link-expand,
.expanded-section .container.spacing-md-top .link-expand {
  top: -41px;
}
.expanded-section .container.close-section-link {
  padding-left: 40px;
  padding-right: 40px;
}
.expanded-section .container.close-section-link .link-expand {
  top: -8px;
  right: 40px;
}
.expanded-section .container .main-industry-img {
  max-width: 100%;
}
.expanded-section .container .main-industry-img.border-bottom {
  border-bottom: 1px #d9e0e2 solid;
}
.expanded-section .container .industry-img-caption {
  position: absolute;
  right: 0;
  top: 17%;
}
.expanded-section .container .industry-img-caption hr {
  max-width: 206px;
  border-top: 5px #5fb4e5 solid;
}
.expanded-section .container .industry-img-caption p {
  margin-bottom: 0;
  color: #5fb4e5;
  font-weight: 200;
}
.expanded-section .container .industry-img-caption.extra-padding {
  padding: 0 15px 0 50px;
}
@media screen and (max-width: 992px) {
  .expanded-section .container .industry-img-caption.extra-padding {
    padding: 0 15px;
  }
}
@media screen and (max-width: 992px) {
  .expanded-section .container .main-industry-img {
    display: block;
    margin: 0 auto;
  }
  .expanded-section .container .industry-img-caption {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    margin-top: 50px;
  }
  .expanded-section .container .industry-img-caption .expanded-img-caption {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
  }
}
.link-expand.link-caret:after {
  display: inline-block;
  font-family: 'Qualtrics Icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E044";
  position: relative;
  top: 3px;
  left: 5px;
  font-size: 1.15em;
}
.open .link-expand.link-caret:after {
  content: "\E047";
  top: 2px;
}
/*
	--------------------------------------------------
					SLANTED CAPTION
	--------------------------------------------------

	This is used to add a caption/label like that in the first section on the home page.  The text nests on either the left or right side of the container depending on classes used

	- to align on the left, use "align-left" along with the "slanted-caption-container" class; "align-right" for the right

	Here is some example html:

	<section class="qualtrics-hero spacing-lg slanted-caption-section">
		<div class="container">
			<div class="row">
				<h3 class="header-cx">Customer Experience</h3>
				<h1>Delivering world-class customer <br />satisfaction, one cup at a time</h1>
				<p>By using Qualtrics and a little early morning coffee, JetBlue boosted its <br />Net Promoter<sup>&reg;</sup> Score by 12 points in one year. At JetBlue, a one point increase <br />means an extra five to eight million dollars in annual revenue. You do the math.</p>
				<a class="btn-q-primary" href="#">Watch Video</a>

			<!-- slanted-caption-container aligned on the right side -->
				<div class="slanted-caption-container align-left">
					<p class="slanted-caption-title">JETBLUE + QUALTRICS<br>
					<span class="white">FINDING MILLIONS THROUGH NPS<img class="link" src="/wp-content/themes/qualtrics/images/home/link.png"></span></p>
					<div class="slanted-caption"></div>
				</div>

			</div>
		</div>
		<img class="hero-image" src="<?php echo get_template_directory_uri(); ?>/images/pages/customer-experience/cx-hero-lg.jpg" alt="Jet Blue">
	</section>
 */
.slanted-caption-section .container {
  position: relative;
}
.slanted-caption-section .container .col-bl-12 {
  margin-right: 15px;
  margin-left: 15px;
}
.slanted-caption-section .container .slanted-caption-container {
  display: inline-block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 18px 0 0;
  height: 70px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.slanted-caption-section .container .slanted-caption-container.caption-3-lines {
  padding-top: 10px;
}
.slanted-caption-section .container .slanted-caption-container.top-plus-5 {
  top: auto;
  bottom: auto;
  top: 5%;
}
.slanted-caption-section .container .slanted-caption-container.top-minus-5 {
  top: auto;
  bottom: auto;
  top: -5%;
}
.slanted-caption-section .container .slanted-caption-container.top-plus-10 {
  top: auto;
  bottom: auto;
  top: 10%;
}
.slanted-caption-section .container .slanted-caption-container.top-minus-10 {
  top: auto;
  bottom: auto;
  top: -10%;
}
.slanted-caption-section .container .slanted-caption-container.top-plus-20 {
  top: auto;
  bottom: auto;
  top: 20%;
}
.slanted-caption-section .container .slanted-caption-container.top-minus-20 {
  top: auto;
  bottom: auto;
  top: -20%;
}
.slanted-caption-section .container .slanted-caption-container.bottom-plus-5 {
  top: auto;
  bottom: auto;
  bottom: 5%;
}
.slanted-caption-section .container .slanted-caption-container.bottom-minus-5 {
  top: auto;
  bottom: auto;
  bottom: -5%;
}
.slanted-caption-section .container .slanted-caption-container.bottom-plus-10 {
  top: auto;
  bottom: auto;
  bottom: 10%;
}
.slanted-caption-section .container .slanted-caption-container.bottom-minus-10 {
  top: auto;
  bottom: auto;
  bottom: -10%;
}
.slanted-caption-section .container .slanted-caption-container.bottom-plus-20 {
  top: auto;
  bottom: auto;
  bottom: 20%;
}
.slanted-caption-section .container .slanted-caption-container.bottom-minus-20 {
  top: auto;
  bottom: auto;
  bottom: -20%;
}
.slanted-caption-section .container .slanted-caption-container .slanted-caption {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 500%;
  height: 82px;
  background: #c0cdda;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.slanted-caption-section .container .slanted-caption-container .slanted-caption .slanted-caption-desc {
  color: #fff;
}
.slanted-caption-section .container .slanted-caption-container .slanted-caption:before {
  content: '';
  position: absolute;
  right: -97px;
  border: 10px #c0cdda solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-width: 0px 42px 83px 56px;
}
.slanted-caption-section .container .slanted-caption-container .slanted-caption-title {
  position: relative;
  display: block;
  padding-right: 25px;
  padding-left: 15px;
  line-height: 1.5;
  font-size: 0.75em;
  font-weight: 600;
  z-index: 1;
}
.slanted-caption-section .container .slanted-caption-container .slanted-caption-title .white {
  color: #fff;
  font-weight: 600;
}
.slanted-caption-section .container .slanted-caption-container.align-right {
  right: 0;
  left: auto;
}
.slanted-caption-section .container .slanted-caption-container.align-right .slanted-caption {
  left: 0;
}
.slanted-caption-section .container .slanted-caption-container.align-right .slanted-caption:before {
  right: auto;
  left: -97px;
  border-right-color: #c0cdda;
  border-left-color: transparent;
  border-width: 0px 56px 83px 42px;
}
.slanted-caption-section .container .slanted-caption-container.align-right .slanted-caption-title {
  padding-right: 0;
  padding-left: 25px;
}
.slanted-caption-section .container .slanted-caption-container.slanted-bg-dark .slanted-caption {
  background: #90a7be;
}
.slanted-caption-section .container .slanted-caption-container.slanted-bg-dark .slanted-caption:before {
  border-left-color: #90a7be;
}
.slanted-caption-section .container .slanted-caption-container.slanted-bg-dark.align-right .slanted-caption:before {
  border-right-color: #c0cdda;
  border-left-color: transparent;
}
@media screen and (max-width: 992px) {
  .slanted-caption-section .container .slanted-caption-container {
    padding-top: 13px;
  }
  .slanted-caption-section .container .slanted-caption-container .slanted-caption-title {
    padding-right: 10px;
    padding-left: 15px;
    width: 265px;
  }
  .slanted-caption-section .container .slanted-caption-container .slanted-caption-title.slanted-mobile-small {
    width: 235px;
  }
  .slanted-caption-section .container .slanted-caption-container.align-right .slanted-caption-title {
    padding-right: 15px;
    padding-left: 20px;
  }
}
/*

	--------------------------------------------------
					JOURNEY MAP SECTION
	--------------------------------------------------

*/
.journey-map-section .row h1,
.journey-map-section .row .hero-title {
  margin-top: 0;
  line-height: 70px;
  text-align: center;
}
.journey-map-section .row > div.cx-header-outer > p {
  font-size: 1.16em;
  font-weight: 200;
  text-align: center;
}
.journey-map-section .row .journey-map-outer {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .journey-map-section .row .journey-map-outer {
    display: none;
  }
}
.journey-map-section .row .journey-map-outer img.journey-map-img {
  max-width: 100%;
}
.journey-map-section .row .journey-map-outer .toggle-map-outer {
  position: absolute;
  width: 150px;
  height: 150px;
}
.journey-map-section .row .journey-map-outer .toggle-map-outer img.mobile-journey-img {
  display: none;
}
.journey-map-section .row .journey-map-outer .toggle-map-outer a {
  display: block;
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  cursor: default;
}
.journey-map-section .row .journey-map-outer .toggle-map-outer a span {
  display: inline-block;
  vertical-align: middle;
  color: #778593;
  font-size: .85em;
  line-height: normal;
}
.journey-map-section .row .journey-map-outer .toggle-map-outer div.active-item {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.journey-map-section .row .journey-map-outer .toggle-map-outer.active a span {
  color: #FFF;
}
.journey-map-section .row .journey-map-outer .toggle-map-outer.active div.active-item {
  background-color: #5fb4e5;
}
.journey-map-section .row .journey-map-outer .toggle-map-outer#map-item-1 {
  top: 40.47%;
  left: -0.8%;
}
.journey-map-section .row .journey-map-outer .toggle-map-outer#map-item-2 {
  top: 66%;
  left: 20.75%;
}
.journey-map-section .row .journey-map-outer .toggle-map-outer#map-item-3 {
  top: 36.5%;
  left: 38.57%;
}
.journey-map-section .row .journey-map-outer .toggle-map-outer#map-item-4 {
  top: 1.8%;
  left: 57.8%;
}
.journey-map-section .row .journey-map-outer .toggle-map-outer#map-item-5 {
  top: 15%;
  left: 82.1%;
}
@media screen and (max-width: 1200px) {
  .journey-map-section .row .journey-map-outer .toggle-map-outer#map-item-1 {
    top: 37.47%;
    left: -2.6%;
  }
  .journey-map-section .row .journey-map-outer .toggle-map-outer#map-item-2 {
    top: 63%;
    left: 18.95%;
  }
  .journey-map-section .row .journey-map-outer .toggle-map-outer#map-item-3 {
    top: 33.5%;
    left: 36.77%;
  }
  .journey-map-section .row .journey-map-outer .toggle-map-outer#map-item-4 {
    top: -1.2%;
    left: 56.2%;
  }
  .journey-map-section .row .journey-map-outer .toggle-map-outer#map-item-5 {
    top: 12%;
    left: 80.3%;
  }
}
@media screen and (max-width: 768px) {
  .journey-map-section .row .mobile-journey {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .journey-map-section .row .mobile-journey .journey-icon-outer {
    display: none;
  }
}
.journey-map-section .row .map-description-outer > div.map-description-inner {
  display: none;
  position: relative;
}
.journey-map-section .row .map-description-outer > div.map-description-inner.active {
  display: block;
}
.journey-map-section .row .map-description-outer > div.map-description-inner a.mobile-exit {
  display: none;
  position: absolute;
  right: 17px;
  top: 17px;
  width: 30px;
  height: 30px;
  color: #000;
  border: 1px #d9e0e2 solid;
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 51px;
  -moz-border-radius: 51px;
  border-radius: 51px;
}
@media screen and (max-width: 768px) {
  .journey-map-section .row .map-description-outer > div.map-description-inner a.mobile-exit {
    display: block;
  }
}
.journey-map-section .row .map-description-outer > div.map-description-inner h3 {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .journey-map-section .row .map-description-outer > div.map-description-inner h3 {
    max-width: 90%;
  }
}
.journey-map-section .row .map-description-outer > div.map-description-inner p {
  font-weight: 200;
}
.journey-map-section .row .map-description-outer .mobile-map-outer {
  display: none;
  position: relative;
  margin: 0 auto;
  height: auto;
}
@media screen and (max-width: 768px) {
  .journey-map-section .row .map-description-outer .mobile-map-outer {
    display: block;
  }
}
.journey-map-section .row .map-description-outer .mobile-map-outer img.mobile-journey-img {
  display: block;
}
.journey-map-section .row .map-description-outer .mobile-map-outer.active-div span {
  color: #FFF;
}
.journey-map-section .row .map-description-outer .mobile-map-outer.active-div .active-item {
  background-color: #5fb4e5;
}
.journey-map-section .row .map-description-outer .mobile-map-outer.active-div + .map-description-inner {
  display: block;
  padding: 30px;
  border: 1px #7c8d99 solid;
  border-width: 1px 0;
}
.journey-map-section .row .map-description-outer .mobile-map-outer.active-div + .map-description-inner h3 {
  margin-top: 0;
}
.journey-map-section .row .map-description-outer .mobile-map-outer.active-div + .map-description-inner p {
  margin-bottom: 0;
}
.journey-map-section .row .map-description-outer .mobile-map-outer a {
  position: absolute;
  bottom: 11px;
  width: 160px;
  height: 90px;
  display: block;
  line-height: 89px;
  text-align: center;
  cursor: default;
}
.journey-map-section .row .map-description-outer .mobile-map-outer a span {
  display: inline-block;
  vertical-align: middle;
  color: #778593;
  font-size: .85em;
  line-height: normal;
}
.journey-map-section .row .map-description-outer .mobile-map-outer div.mobile-journey-img {
  background-image: url(/wp-content/themes/qualtrics/images/pages/customer-experience/mobile-journey-map.png);
  background-repeat: no-repeat;
  display: block;
}
.journey-map-section .row .map-description-outer .mobile-map-outer .active-item {
  position: absolute;
  top: 0;
  z-index: -1;
}
.journey-map-section .row .map-description-outer .mobile-map-outer.journey-mobile-bottom {
  width: 160px;
  height: 88px;
}
.journey-map-section .row .map-description-outer .mobile-map-outer.journey-mobile-bottom .mobile-journey-img {
  background-position: 0 0;
  width: 160px;
  height: 88px;
}
.journey-map-section .row .map-description-outer .mobile-map-outer.journey-mobile-bottom .active-item {
  width: 160px;
  height: 88px;
}
.journey-map-section .row .map-description-outer .mobile-map-outer.journey-mobile-bottom a {
  bottom: 0px;
}
.journey-map-section .row .map-description-outer .mobile-map-outer.journey-mobile-expanded {
  width: 160px !important;
  height: 111px !important;
}
.journey-map-section .row .map-description-outer .mobile-map-outer.journey-mobile-expanded .mobile-journey-img {
  background-position: -160px 0 !important;
  width: 160px !important;
  height: 111px !important;
}
.journey-map-section .row .map-description-outer .mobile-map-outer.journey-mobile-expanded .active-item {
  width: 160px !important;
  height: 111px !important;
}
.journey-map-section .row .map-description-outer .mobile-map-outer.journey-mobile-top {
  width: 160px;
  height: 100px;
}
.journey-map-section .row .map-description-outer .mobile-map-outer.journey-mobile-top .mobile-journey-img {
  background-position: -320px 0;
  width: 160px;
  height: 100px;
}
.journey-map-section .row .map-description-outer .mobile-map-outer.journey-mobile-top .active-item {
  width: 160px;
  height: 100px;
}
.journey-map-section .row .map-description-outer .mobile-map-outer.journey-mobile-expanded-bottom {
  width: 160px !important;
  height: 100px !important;
}
.journey-map-section .row .map-description-outer .mobile-map-outer.journey-mobile-expanded-bottom .mobile-journey-img {
  background-position: -480px 0 !important;
  width: 160px !important;
  height: 100px !important;
}
.journey-map-section .row .map-description-outer .mobile-map-outer.journey-mobile-expanded-bottom .active-item {
  width: 160px !important;
  height: 100px !important;
}
@media screen and (max-width: 768px) {
  .journey-map-section .row .map-description-outer .mobile-map-outer {
    display: block;
  }
}
.journey-map-section .journey-icon-outer {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 10%;
  color: #d9e0e2;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .journey-map-section .journey-icon-outer {
    width: 20%;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .journey-map-section .journey-icon-outer {
    width: 33%;
    margin-bottom: 25px;
  }
}
.journey-map-section .journey-icon-outer i {
  display: block;
  font-size: 2em;
}
.journey-map-section .journey-icon-outer span {
  display: block;
  margin: 0 auto;
  width: 65%;
  font-size: .75em;
  line-height: 1.3em;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .journey-map-section .journey-icon-outer span {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .journey-map-section .journey-icon-outer i {
    color: #5fb4e5;
  }
  .journey-map-section .journey-icon-outer span {
    color: #647077;
  }
}
.journey-map-section .journey-icon-outer.active i {
  color: #5fb4e5;
}
.journey-map-section .journey-icon-outer.active span {
  color: #647077;
}
.journey-map-section .journey-map-icons {
  position: relative;
  padding-top: 35px;
  border-top: 1px #d9e0e2 solid;
}
@media screen and (max-width: 768px) {
  .journey-map-section .journey-map-icons {
    display: none;
  }
}
.journey-map-section .journey-map-icons .journey-icons-title-wrapper {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 150px;
}
.journey-map-section .journey-map-icons .journey-icons-title-wrapper .journey-icons-title {
  position: relative;
  left: -50%;
  display: block;
  padding: 5px 8px;
  color: #d9e0e2;
  background-color: #FFF;
  font-size: .8em;
  text-align: center;
  text-transform: uppercase;
}
/*
	--------------------------------------------------
					  EXPANDING GRID
	--------------------------------------------------

	The usage for this looks something like this

 */
@media screen and (max-width: 1200px) {
  .grid-expand > .container {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}
@media screen and (max-width: 768px) {
  .grid-expand > .container {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
.grid-expand .row {
  position: relative;
  margin-top: -30px !important;
}
.grid-expand .row .grid-item-outer {
  margin-top: 30px;
}
.grid-expand .row .grid-item-outer div.grid-item-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 164px;
  line-height: 164px;
}
.grid-expand .row .grid-item-outer div.grid-item-inner .grid-item-header {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  width: 100%;
  line-height: 1;
}
.grid-expand .row .grid-item-outer div.grid-item-inner .grid-item-header h2 {
  margin: 0;
  padding: 20px;
  color: #FFF;
  line-height: 1;
  text-align: center;
  font-size: 28px;
}
.grid-expand .row .grid-item-outer div.grid-item-inner .grid-item-header h2.font-40 {
  font-size: 40px;
}
.grid-expand .row .grid-item-outer div.grid-item-inner:hover .grid-item-header i.ql:before {
  font-size: 1.1em;
}
.grid-expand .row .grid-item-outer div.grid-item-inner:hover .grid-item-header h2.font-40 {
  font-size: 44px;
}
.grid-expand .row .grid-item-outer div.grid-item-inner .grid-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #647077;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .grid-expand .row .grid-item-outer div.grid-item-inner {
    height: 150px;
    line-height: 150px;
  }
  .grid-expand .row .grid-item-outer div.grid-item-inner .grid-item-header h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 600px) {
  .grid-expand .row .grid-item-outer div.grid-item-inner {
    height: 120px;
    line-height: 120px;
  }
  .grid-expand .row .grid-item-outer div.grid-item-inner .grid-item-header h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .grid-expand .row .grid-item-outer {
    margin-top: 15px;
  }
  .grid-expand .row .grid-item-outer div.grid-item-inner {
    height: 150px;
    line-height: 150px;
  }
  .grid-expand .row .grid-item-outer div.grid-item-inner .grid-item-header h2 {
    font-size: 30px;
  }
}
.grid-expand .row .grid-item-outer:hover div.grid-item-inner .grid-item-bg {
  background-color: #41494d;
}
.grid-expand .row .grid-item-outer.active div.grid-item-inner .grid-item-bg {
  background-color: #e10019;
}
.grid-expand .grid-expanded-wrapper {
  position: relative;
}
.grid-expand .grid-expanded-item {
  position: absolute;
  display: none;
  padding: 0 15px;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.3s, filter 0.3s;
  -webkit-transition: opacity 0.3s, filter 0.3s;
  z-index: -2;
}
.grid-expand .grid-expanded-item.show {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}
.grid-expand .grid-expanded-item.collapse-inner {
  position: relative;
  display: block;
  float: left;
  height: 0;
}
.grid-expand .grid-expanded-item .grid-pointer {
  position: absolute;
  top: 14px;
  left: 175px;
  border: 0 #0A1118 solid;
  border-width: 0 20px 17px;
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}
.grid-expand .grid-expanded-item .grid-expanded-inner {
  margin-top: 30px;
  padding: 80px 85px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 992px) {
  .grid-expand .grid-expanded-item .grid-expanded-inner {
    padding: 70px 65px;
  }
}
@media screen and (max-width: 768px) {
  .grid-expand .grid-expanded-item .grid-expanded-inner {
    padding: 55px 45px;
  }
}
@media screen and (max-width: 480px) {
  .grid-expand .grid-expanded-item .grid-expanded-inner {
    padding: 30px 15px;
  }
}
.grid-expand .grid-expanded-item .grid-expanded-inner img.hero-image,
.grid-expand .grid-expanded-item .grid-expanded-inner img.sidekick-image,
.grid-expand .grid-expanded-item .grid-expanded-inner img.jumbotron-image {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1280px;
  min-height: 100%;
  z-index: 0;
}
.attach-bottom.grid-expand .grid-expanded-item .grid-expanded-inner img.hero-image,
.attach-bottom.grid-expand .grid-expanded-item .grid-expanded-inner img.sidekick-image,
.attach-bottom.grid-expand .grid-expanded-item .grid-expanded-inner img.jumbotron-image {
  top: auto;
  bottom: 0;
}
.attach-right.grid-expand .grid-expanded-item .grid-expanded-inner img.hero-image,
.attach-right.grid-expand .grid-expanded-item .grid-expanded-inner img.sidekick-image,
.attach-right.grid-expand .grid-expanded-item .grid-expanded-inner img.jumbotron-image {
  left: auto;
  right: 0;
}
@media screen and (min-width: 1600px) {
  .grid-expand .grid-expanded-item .grid-expanded-inner img.hero-image,
  .grid-expand .grid-expanded-item .grid-expanded-inner img.sidekick-image,
  .grid-expand .grid-expanded-item .grid-expanded-inner img.jumbotron-image,
  .attach-right.grid-expand .grid-expanded-item .grid-expanded-inner img.hero-image,
  .attach-right.grid-expand .grid-expanded-item .grid-expanded-inner img.sidekick-image,
  .attach-right.grid-expand .grid-expanded-item .grid-expanded-inner img.jumbotron-image,
  .attach-bottom.grid-expand .grid-expanded-item .grid-expanded-inner img.hero-image,
  .attach-bottom.grid-expand .grid-expanded-item .grid-expanded-inner img.sidekick-image,
  .attach-bottom.grid-expand .grid-expanded-item .grid-expanded-inner img.jumbotron-image {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 120%;
    max-width: 130%;
  }
  .attach-bottom.grid-expand .grid-expanded-item .grid-expanded-inner img.hero-image,
  .attach-bottom.grid-expand .grid-expanded-item .grid-expanded-inner img.sidekick-image,
  .attach-bottom.grid-expand .grid-expanded-item .grid-expanded-inner img.jumbotron-image {
    bottom: 0;
    top: auto;
    min-height: 150%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .grid-expand .grid-expanded-item .grid-expanded-inner img.hero-image,
  .grid-expand .grid-expanded-item .grid-expanded-inner img.sidekick-image,
  .grid-expand .grid-expanded-item .grid-expanded-inner img.jumbotron-image {
    left: 0;
    max-width: 130%;
    min-width: 100%;
  }
  .attach-right.grid-expand .grid-expanded-item .grid-expanded-inner img.hero-image,
  .attach-right.grid-expand .grid-expanded-item .grid-expanded-inner img.sidekick-image,
  .attach-right.grid-expand .grid-expanded-item .grid-expanded-inner img.jumbotron-image {
    right: -10%;
    min-width: 110%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .grid-expand .grid-expanded-item .grid-expanded-inner img.hero-image,
  .grid-expand .grid-expanded-item .grid-expanded-inner img.sidekick-image,
  .grid-expand .grid-expanded-item .grid-expanded-inner img.jumbotron-image {
    left: -10%;
    min-width: 110%;
    max-width: 140%;
  }
  .attach-right.grid-expand .grid-expanded-item .grid-expanded-inner img.hero-image,
  .attach-right.grid-expand .grid-expanded-item .grid-expanded-inner img.sidekick-image,
  .attach-right.grid-expand .grid-expanded-item .grid-expanded-inner img.jumbotron-image {
    right: -20%;
    min-width: 120%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .grid-expand .grid-expanded-item .grid-expanded-inner img.hero-image,
  .grid-expand .grid-expanded-item .grid-expanded-inner img.sidekick-image,
  .grid-expand .grid-expanded-item .grid-expanded-inner img.jumbotron-image {
    left: -20%;
    min-width: 120%;
  }
  .attach-right.grid-expand .grid-expanded-item .grid-expanded-inner img.hero-image,
  .attach-right.grid-expand .grid-expanded-item .grid-expanded-inner img.sidekick-image,
  .attach-right.grid-expand .grid-expanded-item .grid-expanded-inner img.jumbotron-image {
    right: -30%;
    min-width: 130%;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .grid-expand .grid-expanded-item .grid-expanded-inner img.hero-image,
  .grid-expand .grid-expanded-item .grid-expanded-inner img.sidekick-image,
  .grid-expand .grid-expanded-item .grid-expanded-inner img.jumbotron-image,
  .attach-bottom.grid-expand .grid-expanded-item .grid-expanded-inner img.hero-image,
  .attach-bottom.grid-expand .grid-expanded-item .grid-expanded-inner img.sidekick-image,
  .attach-bottom.grid-expand .grid-expanded-item .grid-expanded-inner img.jumbotron-image {
    top: auto;
    bottom: -40%;
    left: -50%;
    min-height: 140%;
    min-width: 150%;
  }
  .attach-right.grid-expand .grid-expanded-item .grid-expanded-inner img.hero-image,
  .attach-right.grid-expand .grid-expanded-item .grid-expanded-inner img.sidekick-image,
  .attach-right.grid-expand .grid-expanded-item .grid-expanded-inner img.jumbotron-image {
    right: auto;
    left: -20%;
    min-width: 120%;
  }
}
@media screen and (min-width: 0) and (max-width: 480px) {
  .grid-expand .grid-expanded-item .grid-expanded-inner img.hero-image,
  .grid-expand .grid-expanded-item .grid-expanded-inner img.sidekick-image,
  .grid-expand .grid-expanded-item .grid-expanded-inner img.jumbotron-image {
    left: -100%;
    min-width: 200%;
    max-width: 300%;
  }
  .attach-right.grid-expand .grid-expanded-item .grid-expanded-inner img.hero-image,
  .attach-right.grid-expand .grid-expanded-item .grid-expanded-inner img.sidekick-image,
  .attach-right.grid-expand .grid-expanded-item .grid-expanded-inner img.jumbotron-image {
    right: -150%;
    min-width: 250%;
  }
}
.grid-expand .grid-expanded-item .grid-expanded-inner h1,
.grid-expand .grid-expanded-item .grid-expanded-inner .hero-title,
.grid-expand .grid-expanded-item .grid-expanded-inner h2,
.grid-expand .grid-expanded-item .grid-expanded-inner .section-title,
.grid-expand .grid-expanded-item .grid-expanded-inner h3,
.grid-expand .grid-expanded-item .grid-expanded-inner .description-title,
.grid-expand .grid-expanded-item .grid-expanded-inner p,
.grid-expand .grid-expanded-item .grid-expanded-inner a,
.grid-expand .grid-expanded-item .grid-expanded-inner ul {
  position: relative;
  z-index: 5;
}
.grid-expand .grid-expanded-item .grid-expanded-inner h2.text-white {
  color: #FFF;
}
.grid-expand .grid-expanded-item .grid-expanded-inner.jumbotron-light-text h1,
.grid-expand .grid-expanded-item .grid-expanded-inner.jumbotron-light-text .hero-title,
.grid-expand .grid-expanded-item .grid-expanded-inner.jumbotron-light-text p,
.grid-expand .grid-expanded-item .grid-expanded-inner.jumbotron-light-text ul {
  color: white;
}
.grid-expand .grid-expanded-item .grid-expanded-inner.overflow-show {
  overflow: visible;
}
.grid-expand .grid-expanded-item .grid-expanded-inner .grid-exit {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 35px;
  height: 35px;
  color: #FFF;
  line-height: 36px;
  text-align: center;
  border: 2px #FFF solid;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.grid-expand .grid-expanded-item .grid-expanded-inner .grid-exit.grid-exit-dark {
  color: #000;
  border-color: #000;
}
.grid-expand .grid-expanded-item .grid-expanded-inner .grid-expanded-content {
  position: relative;
  z-index: 1;
  color: #FFF;
}
.grid-expand .grid-expanded-item .grid-expanded-inner .grid-expanded-content > * {
  float: none;
}
.grid-expand .grid-expanded-item .grid-expanded-inner .grid-expanded-content p {
  font-weight: 200;
  letter-spacing: .03em;
}
.grid-expand .grid-expanded-item .grid-expanded-inner .grid-expanded-content .customer-success-wrapper a.q-arrow-link {
  color: #FFF;
}
.grid-expand .grid-expanded-item .grid-expanded-inner .grid-expanded-content .customer-success-wrapper a.q-arrow-link:hover {
  text-decoration: underline;
}
.grid-expand .grid-expanded-item .grid-expanded-inner .grid-expanded-content .customer-success-wrapper div:first-child {
  padding-right: 30px;
  border-right: 1px #FFF solid;
}
.grid-expand .grid-expanded-item .grid-expanded-inner .grid-expanded-content .customer-success-wrapper div:first-child + div {
  padding-left: 30px;
}
.grid-expand .grid-expanded-item .grid-expanded-inner .grid-expanded-content .grid-list-overview {
  float: left;
}
.grid-expand .grid-expanded-item .grid-expanded-inner .grid-expanded-content .grid-list-overview ul {
  margin: 0 0 1.6em;
  padding: 0;
  list-style-type: none;
}
.grid-expand .grid-expanded-item .grid-expanded-inner .grid-expanded-content .grid-list-overview ul li {
  margin: 0 0 1.1em;
  line-height: 1em;
  font-size: .8em;
}
.grid-expand .grid-expanded-item .grid-expanded-inner .grid-expanded-content .grid-list-overview ul li.overview-title {
  margin: 0 0 .7em;
  color: #5fb4e5;
  line-height: 1.7em;
  font-weight: 600;
  text-transform: uppercase;
}
.grid-expand .grid-expanded-item .grid-expanded-inner .custom-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -2;
}
.grid-expand .grid-expanded-item .grid-expanded-inner img.jumbotron-image {
  width: auto;
  min-height: auto;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('/wp-content/themes/qualtrics/images/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/wp-content/themes/qualtrics/images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../img/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/wp-content/themes/qualtrics/images/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('/wp-content/themes/qualtrics/images/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('/wp-content/themes/qualtrics/images/ancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/**
 * fullPage 2.6.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: scroll;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}
/*
@media print {

    html,
    body {
        overflow: visible !important;
        height: auto !important;
    }

    .fullpage-wrapper {
        height: auto !important;
        transform: none !important;
        transition: none !important;
    }

    .fp-section {
        height: auto !important;
    }

    .fp-slidesContainer {
        width: auto !important;
        transition: none !important;
        transform: none !important;
    }

    .fp-slides,
    .fp-slides * {
        position: static !important;
    }

    .fp-slide {
        width: auto !important;
    }
}
*/
@media print {
  html.fp-enabled,
  .fp-enabled body {
    overflow: visible !important;
    height: auto !important;
  }
  html {
    background: #fff;
    width: auto;
    height: auto;
    overflow: visible;
  }
  body {
    background: #fff;
    font-size: 20pt;
    width: auto;
    height: auto;
    border: 0;
    margin: 0 5%;
    padding: 0;
    overflow: visible;
    float: none !important;
  }
  #fp-nav,
  .fp-slidesNav,
  .fp-controlArrow {
    display: none !important;
  }
  /* Need to reduce the size of the fonts for printing */
  h1 {
    font-size: 28pt !important;
  }
  h2 {
    font-size: 24pt !important;
  }
  h3 {
    font-size: 22pt !important;
  }
  h4 {
    font-size: 22pt !important;
    font-variant: small-caps;
  }
  h5 {
    font-size: 21pt !important;
  }
  h6 {
    font-size: 20pt !important;
    font-style: italic;
  }
  .fp-section,
  .fp-tableCell,
  .slimScrollDiv,
  .fp-scrollable {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    position: relative;
    float: none !important;
  }
  .fp-slidesContainer {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
  }
  .fp-slides,
  .fp-slidesContainer {
    height: auto !important;
    width: 100% !important;
    float: none !important;
    overflow: hidden !important;
  }
  .fp-slides {
    height: 800px !important;
    width: 800px !important;
  }
  .fp-slide {
    float: none !important;
    width: 100% !important;
    position: static !important;
  }
  .fullpage-wrapper {
    float: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    left: 0 !important;
    top: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    zoom: 1 !important;
    overflow: visible !important;
    display: block !important;
    text-align: left !important;
  }
  .fp-section {
    page-break-after: always !important;
  }
  .fp-slide {
    page-break-after: always !important;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 17px;
  }
  body .no-responsive {
    font-size: 18px;
  }
}
