/* Minification failed. Returning unminified contents.
(15974,31): run-time error CSS1055: Expected media-query expression, found 'screen'
(15985,31): run-time error CSS1055: Expected media-query expression, found 'screen'
 */

/*! jQuery UI - v1.9.2 - 2013-02-26
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fwDefault=bold&fsDefault=1em&cornerRadius=5px&bgColorHeader=%23305579&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=%235a90c5&fcHeader=%23ffffff&iconColorHeader=%23d8e7f3&bgColorContent=%23fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=%239ec1dc&fcContent=%23444444&iconColorContent=%235a90c5&bgColorDefault=%23cedeeb&bgTextureDefault=glass&bgImgOpacityDefault=55&borderColorDefault=%239ec1dc&fcDefault=%232e6e9e&iconColorDefault=%236da8d5&bgColorHover=%23305579&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%23a4c0dc&fcHover=%23ffffff&iconColorHover=%23ffffff&bgColorActive=%23f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=%239ec1dc&fcActive=%23e17009&iconColorActive=%23f9bd01&bgColorHighlight=%23cedeeb&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=%235a90c5&fcHighlight=%23444444&iconColorHighlight=%236da8d5&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: 0.5em 0.5em 0.5em 0.7em;
  zoom: 1;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: 0.7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
  zoom: 1;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
/* workarounds */

* html .ui-autocomplete {
  width: 1px;
}
/* without this, the menu expands to 100% in IE6 */

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}
/* the overflow property removes extra width in IE */

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2.2em;
}
/* to make room for the icon, a width needs to be set here */

button.ui-button-icon-only {
  width: 2.4em;
}
/* button elements seem to need a little more width */

.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/*button text element */

.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */

input.ui-button {
  padding: 0.4em 1em;
}
/*button icon element(s) */

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
/*button sets*/

.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */

button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* reset extra padding in Firefox */

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}
/* RTL support */

.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */

.ui-datepicker-cover {
  position: absolute;
  /*must have*/
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
  /*must have*/

}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  width: 300px;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 16px 0.1em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 10px;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  width: 100%;
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  zoom: 1;
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: 0.4em 0 0.2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
/* icon support */

.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
/* left-aligned */

.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
}
/* right-aligned */

.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* more specificity required here to overide default borders */

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
/* vertical centre icon */

.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
/* TR overrides */

.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  padding: 0.2em;
  zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
/* Fades and background-images don't work well together in IE6, drop the image */

* html .ui-tooltip {
  background-image: none;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/

.ui-widget {
  font-family: Arial, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #9ec1dc;
  background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
  color: #444444;
}
.ui-widget-content a {
  color: #444444;
}
.ui-widget-header {
  border: 1px solid #5a90c5;
  background: #305579 url(images/ui-bg_gloss-wave_55_305579_500x100.png) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #9ec1dc;
  background: #cedeeb url(images/ui-bg_glass_55_cedeeb_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #2e6e9e;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #2e6e9e;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #a4c0dc;
  background: #305579 url(images/ui-bg_glass_75_305579_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #9ec1dc;
  background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #e17009;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #e17009;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #5a90c5;
  background: #cedeeb url(images/ui-bg_flat_55_cedeeb_40x100.png) 50% 50% repeat-x;
  color: #444444;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #444444;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
/* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(libs/images/_icons/ui-icons_5a90c5_256x240.png), url(images/_icons/ui-icons_5a90c5_256x240.png);
}
.ui-widget-content .ui-icon {
  background-image: url(libs/images/_icons/ui-icons_5a90c5_256x240.png), url(images/_icons/ui-icons_5a90c5_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(libs/images/_icons/ui-icons_d8e7f3_256x240.png), url(images/_icons/ui-icons_d8e7f3_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(libs/images/_icons/ui-icons_6da8d5_256x240.png), url(images/_icons/ui-icons_6da8d5_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(libs/images/_icons/ui-icons_ffffff_256x240.png), url(images/_icons/ui-icons_ffffff_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(libs/images/_icons/ui-icons_f9bd01_256x240.png), url(images/_icons/ui-icons_f9bd01_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(libs/images/_icons/ui-icons_6da8d5_256x240.png), url(libs/images/_icons/ui-icons_6da8d5_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(libs/images/_icons/ui-icons_cd0a0a_256x240.png), url(libs/images/_icons/ui-icons_cd0a0a_256x240.png);
}
/* positioning */

.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* Overlays */

.ui-widget-overlay {
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-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: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    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: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-eur:before,
.glyphicon-euro: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;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  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;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role=button] {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: '';
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  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-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    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-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    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-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    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: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  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 > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  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;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=checkbox],
input[type=radio] {
  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=checkbox]:focus,
input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type=search] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm {
    line-height: 30px;
  }
  .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],
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  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:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].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-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  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-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  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-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.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:focus,
.nav-tabs.nav-justified > .active > a:hover {
  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:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    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:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.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:focus,
.nav-tabs-justified > .active > a:hover {
  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:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    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-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@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 .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  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:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  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:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    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:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  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:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.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:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  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-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  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 a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  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);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #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;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  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 td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  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: #333;
  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: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.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;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-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;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.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;
  }
}
/*# sourceMappingURL=bootstrap.min.css.map */

/***** Base Styles *****/

/*
Base rules are defaults. A base style says that wherever this 
element is on the page, it should look like this. They don't 
include any class or ID selectors.  There should be no need to 
use !important in a Base style.
*/

*,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Fira Sans', calibri, sans-serif;
}
a {
  color: #2472b2;
  text-decoration: none;
  transition: 0.3s all;
}
a:hover,
a:focus {
  color: #003057;
  text-decoration: underline;
  outline-offset: 0px;
}
div {
  transition: 0.1s all;
}
.stifel-page {
  margin-bottom: 15px;
}
.col-width {
  width: 18.5%;
}
.max-width {
  width: max-content;
}
.table-width-900 {
  width: 900px;
}
.no-wrap {
  text-wrap: nowrap;
}
/* Responsive Pinned Table Styles */

.table-wrapper table {
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 18px;
  border: 1px solid #ddd;
}
.table-wrapper table thead tr th,
.table-wrapper table tfoot {
  background: #003057;
  color: #fff !important;
}
.table-wrapper table thead tr th,
.table-wrapper table tfoot tr th,
.table-wrapper table tbody tr td,
.table-wrapper table tbody tr th,
.table-wrapper table tr td,
.table-wrapper table tfoot tr td {
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: normal !important;
  text-align: left;
}
.table-wrapper table thead tr th,
.table-wrapper table tfoot tr td {
  padding: 8px 10px 9px;
  font-size: 14px !important;
  font-weight: bold;
  color: #222;
}
.table-wrapper table thead tr th:first-child,
table tfoot tr td:first-child {
  border-left: none;
}
.table-wrapper table thead tr th:last-child,
table tfoot tr td:last-child {
  border-right: none;
}
.table-wrapper table tbody tr.even,
.table-wrapper table tbody tr.alt {
  background: #ddebfa;
}
.table-wrapper table tbody tr:nth-child(even) {
  background: #ddebfa;
}
.table-wrapper table tbody tr td {
  color: #333;
  padding: 9px 10px;
  vertical-align: top;
  border: none;
}
/* Mobile */

@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0;
  }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
  }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .pinned table th,
  .pinned table td {
    white-space: nowrap;
  }
  .pinned table tbody tr th {
    padding-top: 9px;
    padding-right: 10px;
    padding-bottom: 9px;
    padding-left: 10px;
  }
  .pinned td:last-child {
    border-bottom: 0;
  }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 0px solid #ccc;
  }
  div.table-wrapper div.scrollable table {
    margin-left: 35%;
  }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }
  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.responsive th:first-child,
  table.responsive td:first-child,
  table.responsive.pinned td {
    display: none;
  }
}
@media (max-width: 767px) {
  td,
  th {
    height: 28px;
  }
}
@media (max-width: 600px) {
  td,
  th {
    font-size: 10px !important;
  }
}
/** End Pinned Table styles **/

/*Home Page*/

.hero-landing {
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.hero-landing .hero-image {
  background: url('../images/home/stifel-built-around-you.jpg');
  background-size: cover;
  background-position: center top;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 5%;
}
.hero-landing .hero-title {
  font-size: calc(18px);
  line-height: calc(28px);
  font-weight: bold;
  margin-top: 12%;
  color: #575757;
}
.hero-landing .hero-sub-title {
  font-size: calc(17px);
  line-height: calc(18px);
  /*font-size: 32px;*/
  color: #575757;
}
.hero-landing .hero-left {
  margin-top: 90px;
  padding: 20px;
  margin-left: 30px;
}
.hero-landing .dottedline {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -900px;
  margin-top: -242px;
}
.hero-landing .hero-button {
  margin-top: 20px;
  font-size: 16px !important;
}
.hero-landing .hero-button:hover {
  background-color: #001f37 !important;
}
.hero-landing .hero-header {
  font-size: 44px;
  margin-top: -20px;
}
.hero-landing .your {
  font-style: italic;
  font-size: 30px;
  font-weight: 600;
}
.hero-landing .btn {
  font-size: 14px;
  background-color: #003057 !important;
  margin-left: 10px;
}
.green-news-box:hover {
  background-color: #3b4902 !important;
}
.trend-links:hover {
  color: #3b4902 !important;
}
.green-links:hover {
  color: #3b4902 !important;
  text-decoration: underline;
}
.slide-container img {
  height: 35%;
  width: 35%;
}
.nav-justified > li > a {
  border-radius: 0px;
}
.nav-justified > li > a {
  border-radius: 0px;
}
.blue-news-box {
  z-index: 1;
  background-color: #0c78c3;
  color: white;
  width: 140px;
  height: 40px;
  text-align: center;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 400;
  margin: -10px 0 0 10px;
}
.blue-news-box a {
  color: white;
}
.blue-sub-text {
  color: #003057;
  font-weight: 500;
  font-size: 18px;
}
.green-text-1 {
  color: #688b26;
  font-size: 18px;
  font-weight: 200;
}
.home-trending-section {
  margin-top: 60px;
  margin-bottom: 200px;
}
.home-trending-section .view-insights {
  margin-top: -50px !important;
  padding: 6px 12px;
  margin-bottom: -20px;
  width: 180px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
  font-size: 14px !important;
  background-color: #0c78c3;
  color: white;
}
.home-trending-section .view-insights:hover {
  background-color: #001f37 !important;
  text-decoration: none;
}
.home-trending-section .hello {
  margin-top: 28px;
}
.home-trending-section .trend-box img {
  max-width: 230px;
  width: 100%;
  margin-right: -20px !important;
}
.home-trending-section h5 {
  margin-top: 20px;
}
.home-trending-section h4 {
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}
.home-trending-section .trend-links {
  color: #8eac18;
  text-decoration: underline;
}
.home-trending-section h3 {
  font-size: 20px;
  font-weight: 600;
}
.home-section-three {
  position: relative;
  margin-top: 0;
  background: url("../images/home/background-home.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5%;
}
.home-section-three .three-header {
  font-size: 33px;
  font-weight: 400;
  line-height: 43px;
  margin-top: 5%;
}
.home-section-three .home-blue-title {
  font-size: 18px;
  color: #003057;
  font-weight: 600;
  margin-top: -2px;
}
.home-section-three .common-questions {
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
}
.home-section-three hr {
  margin-top: -6px;
  background-color: black !important;
}
.home-section-three p {
  margin-bottom: 10px !important;
}
.home-section-three .btn-callout-row {
  margin-top: 20px;
}
.home-section-three .callout-home-btn {
  padding: 7px 20px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
  font-size: 11px;
  background-color: #8eac18;
  color: white;
  text-decoration: none !important;
  font-weight: 500 !important;
  margin-top: 20px !important;
}
.home-section-three .callout-home-btn:hover {
  background-color: #3b4902 !important;
}
.home-section-whisper-shadow {
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 100%;
  height: 80px;
  margin-bottom: -60px;
}
.section-home-four {
  margin-bottom: 100px;
}
.section-home-four .white-border-box {
  color: white;
  border: 2px solid white;
  max-width: 231px;
  min-width: 231px;
  min-height: 178px;
  height: auto;
  width: 70%;
  padding: 20px;
  padding-left: 25px;
  float: right;
  margin-top: 110px;
}
.section-home-four .white-border-box .call-text {
  font-size: 17px;
  font-weight: 300;
}
.section-home-four .white-border-box .btn-home {
  padding: 4px 20px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
  font-size: 14px;
  background-color: white;
  color: black;
  font-weight: 600;
}
.section-home-four .white-border-box .btn-home:hover {
  opacity: 0.6;
}
.section-home-four .white-header-1 {
  font-size: 18px;
  font-weight: 500;
  color: white;
  margin-top: 1px;
}
@keyframes stretch {
  0% {
    transform: scale(0.3);
    background-color: transparent;
    border-radius: 100%;
  }
  50% {
    background-color: transparent;
  }
  100% {
    transform: scale(1);
    background-color: transparent;
  }
}
/*Home Page End*/

/***************************************************************************************************************About Us*******************************************************************************************/

.about-us-page-wrapper {
  background: #fcfcfc;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2MSUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4NCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fcfcfc 61%, #e7e7e7 84%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fcfcfc 61%, #e7e7e7 84%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fcfcfc 61%, #e7e7e7 84%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e7e7e7', GradientType=0);
  /* IE6-8 */
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 3;
  /*height: 100%;*/
  overflow: hidden;
}
.about-us-page-wrapper .blue-header-1 {
  margin-top: 3%;
  text-align: left;
}
.about-us-page-wrapper .card-callout {
  max-width: 270px;
  float: right;
  width: 100%;
}
.about-us-page-wrapper .card {
  z-index: 999 !important;
  background-color: #00487a;
}
.about-us-page-wrapper .card .blue-sub-header {
  color: #0c78c3;
  font-size: 18px;
  width: 100%;
}
.about-us-page-wrapper .card .white-text {
  color: white;
  font-size: 17px;
  font-weight: 500;
  /*margin-top: -5px;*/

}
.about-us-page-wrapper .card .btn-read {
  font-size: 14px;
  color: white;
  margin-top: 10px;
}
.about-us-page-wrapper .card .card-block {
  height: 150px;
  padding: 0%;
  padding-left: 10%;
}
.about-us-page-wrapper .blue-box-us {
  background: url("../images/home/blue-2.png");
  background-size: cover;
  height: 203px;
  max-width: 360px;
  width: 100%;
  padding: 5%;
  overflow: hidden;
}
.about-us-page-wrapper .blue-box-us li {
  list-style: none;
  padding-top: 10px;
  border-left: 2px solid #0c78c3;
}
.about-us-page-wrapper .blue-box-us a {
  color: white;
  padding-left: 10px;
}
.about-us-page-wrapper .blue-box-us .blue-sub-header {
  font-size: 15px;
  color: #0c78c3;
  padding-left: 50px;
}
.about-us-page-wrapper .blue-box-us .grey-sub-header {
  font-size: 15px;
  color: #fff;
  padding-left: 50px;
}
.about-us-page-wrapper .stifel-two-container {
  margin-top: -100px;
}
.about-us-page-wrapper .middle-text p {
  font-size: 17px;
  font-weight: 500;
}
.about-us-page-wrapper .us-blue {
  font-size: 16px;
  font-weight: 400;
}
.about-us-page-wrapper .section-three-us {
  position: relative;
  margin-top: -100px;
  height: 500px;
  background-size: cover;
  background-position: center;
  /*background-repeat: round;*/
  background-image: url("../images/home/about-us-stifel.png");
  z-index: -1;
}
.about-us-page-wrapper .section-three-us .white-box-text {
  position: absolute;
  bottom: 0;
  left: 5%;
  max-width: 400px;
  max-height: 200px;
  width: 100%;
  height: auto;
  background-color: white;
  padding: 2%;
}
.about-us-page-wrapper .section-three-us .white-box-text p {
  float: left;
  font-size: 17px;
}
.about-us-page-wrapper .section-three-us .back-question {
  position: absolute;
  bottom: 2%;
  right: -12%;
  z-index: -300 !important;
  max-width: 200px;
  max-height: 250px;
  width: 100%;
}
.about-us-page-wrapper .section-four-us {
  margin-top: 3%;
}
.about-us-page-wrapper .section-four-us p.casting-para {
  font-size: 17px;
  margin-top: 10%;
}
.about-us-page-wrapper .blue-text {
  color: #0c78c3;
}
.about-us-page-wrapper .section-five-us {
  margin-top: 120px;
  padding-bottom: 80px;
}
.about-us-page-wrapper .section-five-us .person-2 {
  margin-left: 185px;
  margin-top: 70px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  margin-left: 80px !important;
}
.about-us-page-wrapper .section-five-us .person-1 {
  margin-top: 40px;
}
.about-us-page-wrapper .person-1:hover {
  opacity: 0.6;
}
.about-us-page-wrapper .person-2:hover {
  opacity: 0.6;
}
.about-us-page-wrapper .section-six-us {
  margin-top: 60px;
  min-height: 600px;
}
.about-us-page-wrapper .section-six-us .white-box {
  width: 100%;
  background-color: white;
  overflow: hidden;
  padding: 45px;
  margin-bottom: 5%;
}
.about-us-page-wrapper .section-six-us .white-box .green-text {
  color: #728c0a;
  text-decoration: underline;
}
.about-us-page-wrapper .section-six-us .white-box-callout {
  min-height: 500px;
  max-width: 400px;
  width: 100%;
  background-color: white;
  padding: 45px;
  margin-bottom: 5%;
  overflow: hidden;
}
.about-us-page-wrapper .section-six-us .white-box-callout .green-text {
  color: #728c0a;
  text-decoration: underline;
}
.about-us-page-wrapper .section-six-us .callout-header {
  font-size: 32px;
}
.about-us-page-wrapper .section-six-us .callout-header a {
  color: #000;
  font-size: 32px;
}
.about-us-page-wrapper .section-six-us p {
  margin-top: 20px;
  font-size: 17px;
}
.about-us-page-wrapper .green-text:hover {
  opacity: 0.6;
}
.about-us-page-wrapper .section-seven-us {
  margin-bottom: 100px;
}
.about-us-page-wrapper .section-seven-us .call-1 {
  background: url("../images/home/blue-1.png");
  background-size: cover;
}
.about-us-page-wrapper .section-seven-us .call-2 {
  background: url("../images/home/blue-2.png");
  background-size: cover;
}
.about-us-page-wrapper .section-seven-us .blue-callouts {
  min-height: 200px;
  width: 100%;
  padding: 10%;
  margin: 5%;
}
.about-us-page-wrapper .section-seven-us .blue-callouts .white-text {
  font-size: 18px;
  font-weight: 600;
  color: white;
}
.about-us-page-wrapper .section-seven-us .blue-callouts p {
  font-size: 17px;
  color: white;
  font-weight: 100;
}
.about-us-page-wrapper .section-seven-us .blue-callouts .us-btn {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
  background-color: #0c78c3;
  color: white;
}
.about-us-page-wrapper .section-seven-us .blue-callouts .us-btn:hover {
  background-color: #003057;
}
.about-us-page-wrapper .message-ron {
  background-image: url('../images/AboutStifel/Ron_700x200.jpg');
  height: 100%;
  margin-bottom: 5%;
}
/*********************************************************************************************************End About Us********************************************************************************************/

/*************** Locator Control Styles ***********/

.card-locator {
  /* float: right; */
  background-color: white;
  margin-top: 2%;
  margin-bottom: 10%;
  max-width: 320px;
  width: 100%;
  min-height: 380px;
  height: 100%;
  overflow: visible;
  position: relative;
}
.card-locator .form-control {
  width: auto;
}
.card-locator .card-title {
  padding-right: 5px;
}
/******************************************************************************************************************** End Locator Styles ***************/

/****************************************************************************************************************** Contact Us Page Styles ************/

.contact-row {
  margin-bottom: 45px;
}
.white-font {
  color: #ffffff;
}
.contact-page-wrapper .form-group {
  margin-bottom: 0px;
}
.btn-contact-fa {
  background-color: #0c78c3;
  margin-left: 0px;
  color: white;
  padding-bottom: 3px;
  font-size: 14px;
  padding-left: 15px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
  text-align: right;
  margin-bottom: 3px;
}
.btn-contact-fa:hover {
  background-color: #003057 !important;
  text-decoration: none;
}
.contact-page-wrapper .contact-hero {
  background-image: url('../images/Contact Us/Connect-with-stifel-Headquaters-Financial-Advisors-Investment-Banking-Careers-Client-Access-Mobile-App.5.png');
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  width: 96%;
  height: 20%;
  padding-top: 25%;
}
.contact-page-wrapper .contact-hero .contain-left .row {
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 1%;
  margin-left: 1%;
}
.contact-page-wrapper .contact-hero .contact-sub-header {
  font-size: calc(8px);
  /*30px;*/
  color: #575757;
}
.contact-page-wrapper .contact-hero .contact-header {
  font-size: calc(23px);
  line-height: calc(27px);
  margin-top: 5%;
  /*180px;*/

}
.contact-page-wrapper .contact-hero .contact-info {
  font-size: 18px;
  font-weight: 100;
}
.contact-page-wrapper .contact-hero .hoursOperation {
  font-size: 18px;
  margin-top: 2px;
}
.contact-page-wrapper .contact-hero .contact-lines {
  position: absolute;
  bottom: -20px;
  right: 2px;
}
.contact-page-wrapper .hero-container {
  padding-top: 6%;
  padding-bottom: 1%;
}
.contact-page-wrapper .gray-back-box {
  max-width: 490px;
  min-width: 100%;
  min-height: 300px;
  padding-left: 20%;
  padding-right: 20%;
  height: auto;
  background-color: #eeeeee;
  z-index: 99;
  position: relative;
}
.contact-page-wrapper .btn {
  padding: 0.75em 2em;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
  color: white;
  width: auto;
  margin-bottom: 3px;
}
.contact-page-wrapper .bottom-contact {
  margin-top: 10%;
  margin-bottom: 5%;
}
.contact-page-wrapper .near-you {
  font-size: 18px;
}
.contact-page-wrapper .input-height {
  height: 100px;
}
.contact-page-wrapper .info-top {
  margin-top: 3%;
}
.contact-page-wrapper .card-img-top {
  width: 100%;
}
.contact-page-wrapper .card-2 {
  min-height: 390px !important;
  margin-top: 36%;
}
.contact-page-wrapper .contact-email {
  text-decoration: underline;
}
.contact-page-wrapper .card-img-top {
  background: url("../images/home/stifel-near.png");
  background-size: cover;
  height: 60px;
  margin-top: -40px;
  padding-left: 1%;
  color: white;
}
.contact-page-wrapper .input-wrap {
  padding-left: 10%;
}
.contact-page-wrapper .card-block {
  padding: 1%;
}
.contact-page-wrapper .card-title {
  font-size: 14px;
}
.contact-page-wrapper .find-button {
  float: right;
  color: white;
  padding: 7px 30px;
  font-size: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
  background-color: #0c78c3;
  margin-top: 10px;
  margin-right: 35px;
}
.contact-page-wrapper .find-button:hover {
  background-color: #003057 !important;
  text-decoration: none;
}
.contact-page-wrapper .contact-submit-button {
  padding: 7px 30px;
  font-size: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
  background-color: #0c78c3;
  margin-top: 10px;
}
.contact-page-wrapper .contact-submit-button:hover {
  background-color: #003057 !important;
  text-decoration: none;
}
.contact-page-wrapper .bottom-input {
  margin-top: 0px;
  border-radius: 5px;
}
.contact-page-wrapper .right-bottom-contact {
  margin-top: 4%;
  padding-left: 10%;
  font-size: 11px;
}
.contact-page-wrapper .contact-second-section {
  margin-bottom: 1.5%;
  margin-top: 1.5%;
}
.contact-page-wrapper .hours-ul {
  line-height: 22px;
}
.contact-page-wrapper .para-note {
  margin-top: 5%;
}
/********************************************************************************************************************************** End Contact Us Page ***************/

/***********************************************************************************************************************************Search Box*/

.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display: block;
  padding-left: 90px;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 100%;
  border-radius: 4px 25px 25px 4px;
}
.form-group-columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.contact-us-body input.form-control {
  width: 100%;
}
.contact-form-input-row.required::after {
  content: "*";
  position: relative;
  display: inline-block;
}
.form-group-columns > * {
  flex-grow: 1;
}
.form-group-columns > :not(:last-child) {
  margin-right: 1em;
}
/*Search Box End*/

/**************************************************************************************************************************************Assets*****************************************************************************/

.iframe-box iframe {
  height: 900px;
  width: 108%;
  overflow: scroll;
  border-style: none;
  border-bottom: 1px solid black;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.anniversary-video-box img {
  height: 100%;
  width: 100%;
  padding-bottom: 5%;
}
.FAtop {
  font-size: 10pt;
  padding-left: 75%;
  text-decoration: underline;
  color: #575757;
}
.ron-sig {
  padding: 2%;
}
/*.card-img-top {
    margin-bottom: 5%;
}*/

.quote-row-side {
  padding-left: 10%;
}
.quote-row-side img {
  padding: 15%;
  height: 100%;
  width: 100%;
}
.hero-privacy {
  position: relative;
  width: 100%;
  min-width: 240px;
}
.bottom-row-nav a {
  color: #3e3e3e;
  padding: 10px !important;
}
.logo {
  position: relative;
  z-index: 10;
  max-width: 149px;
  margin-top: 30px;
  margin-bottom: -20px;
}
.navbar {
  background-color: transparent !important;
  border-color: transparent !important;
  border-bottom: none;
  margin-bottom: 20px;
}
.navbar .logo img {
  margin-bottom: 0px;
}
.navbar .logo a:hover {
  text-decoration: none;
  background-color: transparent;
}
.navbar .navbar-toggle {
  border: none;
  margin-right: 10px;
}
.navbar .icon-bar {
  display: none;
  background-color: #003057 !important;
}
.navbar .icon-close {
  display: inline;
  color: #003057 !important;
  font-size: 175%;
  line-height: 100%;
}
.collapsed > .icon-bar {
  display: block;
}
.collapsed > .icon-close {
  display: none;
}
.navbar .nav-title {
  margin-bottom: 2px;
  color: #003057;
  font-size: 6.3pt;
  font-weight: 600;
  text-align: center;
}
.collapsed > .nav-title {
  margin-bottom: 0px;
}
.open > .nav-title {
  margin-bottom: -8px;
}
.navbar .navbar-toggle:active {
  background-color: transparent !important;
}
.navbar .navbar-collapse {
  border: none !important;
}
.navbar .search-img {
  margin-top: -35px !important;
}
.navbar > .container > .navbar-header {
  margin-left: 0px;
  /* adjusts bootstrap given value of -15px */

}
.top-row-nav {
  float: right;
  padding-right: 15px;
}
.top-row-nav a {
  color: #003057;
  margin-top: -30px;
  margin-right: 0px;
  font-size: 13px;
}
.bottom-row-nav {
  float: right;
  padding-right: 10px;
  margin-top: 5px;
}
.bottom-row-nav a {
  margin-right: 20px;
  color: #212121 !important;
}
.navbar-header button {
  margin-top: 30px;
}
.nav-links {
  font-size: 22px;
}
.sup-footnote {
  margin-left: -0.5em;
}
.sup-container {
  margin-left: 0.5em;
}
.footnote {
  color: #6d6e71;
  font-size: 14px;
  margin: 2px;
}
.donor-advised-footnote {
  color: #6d6e71;
  font-size: 14px;
  margin-top: 50px;
}
.disclaimer {
  color: #6d6e71;
  font-size: 14px;
  margin-right: 20px;
  margin: 2px;
}
.research-disclaimer {
  color: #a7a7a7;
  margin-left: -15px;
  margin-top: 10px;
}
.palette-round {
  margin: 5px;
}
.blue-1-round {
  background-color: #003057;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  color: white;
  text-align: center;
  padding-top: 45px;
}
.blue-2-round {
  background-color: #0c78c3;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  color: white;
  text-align: center;
  padding-top: 45px;
}
.black-1-round {
  background-color: #000;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  color: white;
  text-align: center;
  padding-top: 45px;
}
.white-1-round {
  background-color: #ffffff;
  border: 1px solid black;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  color: black;
  text-align: center;
  padding-top: 45px;
}
.blue-2b-round {
  background-color: #ddebfa;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  color: black;
  text-align: center;
  padding-top: 45px;
}
.light-italic {
  font-style: italic;
  font-weight: 100;
  font-size: 16px;
}
.regular-italic {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
}
.bold-italic {
  font-style: italic;
  font-weight: 900;
  font-size: 16px;
}
.black-italic {
  font-style: italic;
  font-weight: inherit;
  font-size: 16px;
}
.blue-2-header {
  text-transform: capitalize;
  color: #0c78c3;
  font-size: 16px;
  text-align: right;
  margin-right: 15px;
}
.stifel {
  font-size: 21px;
  margin-right: 15px;
}
.logo-blue {
  margin-top: 10px;
}
.section-two {
  margin-top: 50px;
}
.section-four {
  padding-top: 50px;
}
.gray-light-text {
  color: #a7a7a7;
  font-size: 18px;
  margin-top: 40px;
}
.header-thin-black {
  padding-top: 40px;
  font-size: 25px;
}
.header-blue-2 {
  font-size: 16px;
  font-weight: 700;
  color: #0c78c3;
}
.add-italic {
  font-size: 26px;
  font-style: italic;
}
.text-links a {
  color: #658d1b;
  text-decoration: underline;
}
.sub-header {
  font-size: 24px;
  font-weight: 200;
}
ul.number-list li {
  list-style: decimal;
}
.merriW h1 {
  font-size: 22px;
}
.pro-sans h1 {
  font-size: 22px;
}
.italic {
  font-size: 15px;
  font-style: italic;
}
.span-blue {
  color: #0c78c3;
  font-size: 26px;
}
.para-style {
  font-size: 17px;
}
.paragraph-style {
  font-size: 19px;
}
.header-4 {
  font-size: 21px;
}
.icons-row > li > a:hover {
  opacity: 0.7;
}
/*LEGACY*/

.Iconography-section ul {
  margin: 0 auto;
  list-style: none;
}
ul.icons-row {
  background-color: #444444;
  border-radius: 5em;
  padding: 5px 12px !important;
  width: auto;
  display: inline-block;
}
.Iconography-section ul li {
  display: inline-block;
  padding: 0;
}
.Iconography-section .sample-logo {
  height: auto;
  width: 30px;
  margin-bottom: 0;
}
ul.icons-row a {
  display: block;
  padding: 2px;
  border-radius: 5px;
  transition: all ease 0.2s;
}
ul.icons-row a:hover {
  background-color: #353535;
  transition: all ease 0.2s;
}
ul.icons-row a:focus {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  text-decoration: none;
  outline: none;
}
ul.icons-row a:active {
  box-shadow: inset 0 0 0 1px #ffffff;
}
.Iconography-section .icon-section-blue {
  background-color: #003057;
  padding: 15px;
  margin-right: 35px !important;
  margin: 0 auto;
  max-width: 228px;
  min-width: 228px;
}
.Iconography-section .icon-section-blue img {
  background-color: #014677;
}
.Iconography-section .icon-section-black {
  max-width: 228px;
  min-width: 228px;
  background-color: black;
  padding: 15px;
  margin-right: 35px !important;
  margin: 0 auto;
}
ul.single-icons {
  margin-top: 20px;
}
.ui-section a {
  color: white;
  padding: 12px 44px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 30px;
  margin: 20px;
}
/* override jquery style */

.ui-widget-header {
  background: #003057;
  border-radius: 0;
}
.dis {
  color: white;
  padding: 12px 44px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 30px;
  margin: 20px;
}
button {
  padding: 7px 19px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  margin: 20px;
}
.blue-2 {
  background-color: #0c78c3;
}
.green-3 {
  background-color: #8eac18;
}
.button-box {
  background-color: #8eac18;
}
.hover-1 {
  background-color: #001f37;
}
.hover-2 {
  background-color: #001f37;
}
.hover-3 {
  background-color: #5b7102;
}
.hover-4 {
  background-color: #3b4902;
}
a.blue-2:hover {
  background-color: #001f37;
  color: white;
}
a.green-3:hover {
  background-color: #5b7102;
  color: white;
}
.copyright {
  padding-top: 10px;
}
.blue-header {
  color: #1276b7;
}
.blue-header-1 {
  color: #1276b7;
}
.blue-header-title {
  color: #1276b7;
  font-size: 16pt;
  font-weight: bold;
}
@media (max-width: 400px) {
  .blue-header-title {
    display: inline-block;
  }
}
.sr-management {
  float: left;
  padding-bottom: 10px;
  padding-right: 20px;
}
.sr-management img {
  max-height: 257px;
}
.sr-management-experience em {
  font-size: 17px;
  font-style: normal;
  color: #575757;
}
.sr-management-experience hr {
  background-color: #cccccc;
  margin-bottom: 1em;
  margin-top: 1em;
}
.bio-title {
  color: #2472b2;
}
#ronald-j-kruszewski-sr-management {
  height: 141px;
}
.footer-header a {
  color: #64BAF7;
}
.footer-header {
  color: #64BAF7;
}
.footer-copyright {
  color: #b1b1b1;
}
.ui-section h6 {
  padding: 20px;
  font-size: 16px;
}
.page-container .nav > li > a:hover {
  background-color: transparent !important;
  color: white;
}
.page-container .gray-back {
  overflow: hidden;
  max-width: 420px;
  /* IE10+ */
  background-image: -ms-linear-gradient(bottom, #FFFFFF 20%, #f3f3f3 80%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(bottom, #FFFFFF 20%, #f3f3f3 80%);
  /* Opera */
  background-image: -o-linear-gradient(bottom, #FFFFFF 20%, #f3f3f3 80%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20, #FFFFFF), color-stop(80, #f3f3f3));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 20%, #f3f3f3 80%);
  /* W3C Markup */
  background-image: linear-gradient(to top, #FFFFFF 20%, #f3f3f3 80%);
}
.page-container .call-to-action-1 {
  min-height: 400px;
  min-width: 240px;
  width: 100%;
  margin-top: -20px;
}
.page-container .call-to-action-1 .call-text {
  font-size: 17px;
}
.page-container .row-card {
  position: relative;
  min-height: 360px;
  max-width: 220px;
  width: 100%;
}
.page-container .row-card .card-callout {
  position: absolute;
  top: 5px;
  left: 38%;
  width: 100% !important;
}
.page-container .row-card .card-img-top {
  width: 100%;
  height: auto;
}
.page-container .row-card .card-block {
  width: 100% !important;
  height: auto;
}
.page-container .widget-container {
  max-height: 330px;
  max-width: 180px;
  width: 70%;
  margin-top: 30px;
  margin-right: 0;
  margin-left: 0;
  display: block;
}
.page-container .widget-container .dark-blue-header-1 {
  color: #003057;
  font-size: 18px;
  font-weight: bold;
}
.page-container .widget-container .box-1 {
  padding: 10px 22px !important;
  max-width: 230px !important;
  min-height: 220px !important;
}
.page-container .widget-container .blue-border-box {
  position: absolute;
  background-color: #fff;
  top: 125px;
  left: 120px;
  border-width: 2px;
  border-color: #0c78c3;
  border-style: solid;
  max-width: 221px;
  min-height: 198px;
  height: auto;
  width: 70%;
  padding: 20px;
  padding-left: 25px;
}
.page-container .widget-container img {
  position: absolute;
  left: 45px;
  top: 30px;
}
.page-container .trending-section {
  position: relative;
  min-height: 700px;
  min-width: 360px;
  width: 100%;
}
.page-container .trending-section .trending-container {
  max-width: 230px;
  width: 100%;
  position: absolute;
  top: 2px;
  left: 90px;
}
.page-container .trending-section .trending-container .btn-trending {
  margin-top: 20px;
}
.page-container .trending-section .trending-container .trending-head-description {
  font-size: 16px;
  color: black;
  font-weight: 700;
  line-height: 24px;
}
.page-container .trending-section .trending-container .trending-date {
  font-size: 14px;
  color: black;
}
.page-container .trending-section .trending-container .trending-line-img {
  margin-bottom: -30px;
}
.page-container .trending-section .trending-container a {
  text-decoration: none;
}
.trending-header {
  font-size: 32px;
  color: #a0a0a0;
  font-weight: 300;
}
.card-callout {
  /*margin-top: 60px;*/
  background-color: white;
  min-width: 230px;
  min-height: 195px;
}
.card-callout img {
  width: 100%;
}
.card-callout .card-block {
  margin-left: 15px;
  padding-top: 20px;
}
.card-title {
  font-size: 13pt;
  font-weight: bold;
}
.disclaimer-one {
  font-size: 11px;
  font-weight: 100;
  color: #a7a7a7;
}
.search-form {
  margin-left: 30px !important;
}
.search-img {
  margin-right: -20px;
}
.btn-shape {
  padding: 7px 30px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
}
.btn-advisor {
  padding: 7px 20px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
  font-size: 11px;
}
.dark-blue-header {
  color: #003057;
}
.bold-text {
  font-size: 17px;
  font-weight: bolder;
}
.bold-headline {
  color: #3e3e3e;
  font-size: 32px;
  font-weight: 400;
}
.sub-headline {
  font-size: 30px;
  font-weight: 400;
  color: #2472B2;
}
.left-border {
  border-left: 1px solid #aad5e2;
  padding: 5px;
}
.left-border:hover {
  color: #8ba3bd;
}
.section-electronic-forms .input-sample {
  margin-top: 5px;
  line-height: 28px;
}
.section-electronic-forms .input-spaced {
  margin-top: 10px;
}
.section-electronic-forms input {
  border: 1px solid black;
}
.section-electronic-forms .inp {
  font-size: 17px;
  font-weight: normal;
}
.section-electronic-forms .control-width {
  max-width: 250px;
  margin-left: -60px;
}
.section-electronic-forms .basic-electronic-form {
  margin-top: 20px;
}
.section-electronic-forms label {
  font-weight: normal;
}
.links-section {
  /*margin-top: 45px;*/
  margin-bottom: 10px;
}
.links-section .blue-2b {
  background-color: #ddebfa;
}
.links-section .right-arrow {
  float: right;
  padding-top: 15px;
  padding-right: 15px;
}
.links-section .pdf-img {
  float: right;
  padding-top: 10px;
  padding-right: 15px;
}
.links-section .white-text {
  color: white !important;
}
.links-section a {
  text-decoration: none;
  font-size: 14px;
}
.links-section a:hover {
  text-decoration: none;
}
.links-section p {
  /*font-size: calc(6px + 1vw);*/
  padding-top: 14px;
  padding-left: 15px;
}
.links-section .pdf-subhead {
  margin-top: 40px;
}
.links-section .date-pdf {
  font-size: 17px;
  color: #363636;
  padding-right: 25px;
  float: right;
}
.links-section .report-text {
  font-size: 17px;
  color: #363636;
  padding-left: 45px;
}
.pdf {
  color: #005A7A;
}
.accordion-section {
  margin-top: 30px;
}
.accordion-section .career-panel {
  margin-bottom: 20px;
  background-color: #fff;
  border-bottom: 1px solid black;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.accordion-section .panel-heading {
  background-color: transparent;
  border-top: 1px solid black;
  height: 50px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-section .career-panel-heading {
  background-color: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-section .panel-default {
  border-color: transparent;
}
.accordion-section .panel-body {
  border-top: none !important;
}
.accordion-section .accord-header {
  font-size: 21px;
  font-weight: lighter;
}
.accordion-section .career-accord-header {
  font-size: 21px;
  font-weight: lighter;
  padding-top: 15px;
}
.accordion-section .inside-accord-date {
  color: #00487a;
  font-size: 16px;
  font-weight: bold;
}
.accordion-section a {
  font-size: 17px;
  text-decoration: none;
  color: #2472B2;
}
.accordion-section a:hover {
  font-size: 17px;
  text-decoration: underline;
  color: #003057;
}
.accordion-section .a-one {
  text-decoration: underline;
}
.accordion-section .inside-panel {
  padding-left: 60px;
  padding-top: 10px;
}
.accordion-section #accordion {
  max-width: 560px;
  width: 100%;
}
.accordion-section .plus-open-accord {
  float: right;
  padding-right: 20px;
}
.accordion-section .panel-heading-last {
  border-bottom: 1px solid black;
}
.accordion-section .panel-title {
  margin-top: -10px;
}
.accordion-section .panel-title > a[aria-expanded]:before {
  content: url("/images/_icons/plus-sign.png");
  float: right;
  padding-right: 20px;
}
.accordion-section .panel-title > a[aria-expanded=true]:before {
  content: url("/images/_icons/minus-sign.png");
  float: right;
  padding-right: 20px;
}
.accordion-section .career-panel-title {
  margin-top: -10px;
}
.accordion-section .career-panel-title > a[aria-expanded]:before {
  content: url("/images/_icons/plus-sign.png");
  float: right;
  padding-right: 20px;
  padding-top: 15px;
}
.accordion-section .career-panel-title > a[aria-expanded=true]:before {
  content: url("/images/_icons/minus-sign.png");
  float: right;
  padding-right: 20px;
}
.directory-section {
  margin-top: 25px;
}
.directory-section .directory-row {
  margin-top: 25px;
}
.directory-section .directory-names {
  font-size: 17px;
  font-weight: 500;
  display: inline;
  width: 175px;
}
.directory-section .directory-description {
  font-size: 14px;
  overflow: hidden;
  width: 175px;
}
@media (max-width: 400px) {
  .directory-section .directory-names {
    width: auto;
  }
  .directory-section .directory-description {
    width: auto;
  }
}
.directory-section .directory-header {
  font-size: 30px;
  color: #2472B2;
}
.directory-section .directory-image {
  height: 102px;
  width: 80px;
  float: left;
  margin-right: 4px;
}
.ib-contact-locations div {
  margin-bottom: 20px;
}
.institutional-contact-info {
  margin-bottom: 32px;
}
.creditTable-section {
  margin-top: 25px;
}
.creditTable-section .creditTable-header {
  font-size: 17px;
  font-weight: bold;
}
.creditTable-section .creditTable-row {
  font-size: 17px;
}
table tbody tr td {
  border-top: none !important;
}
.tables-section {
  border-color: transparent !important;
  /*margin-top: 60px;*/

}
/*.tables-section table {
        margin-top: 60px;
    }*/

.tables-section table thead {
  background-color: #003057;
  color: white;
}
.tables-section table thead th {
  font-weight: 400 !important;
  font-size: 14px !important;
}
.tables-section table thead tr th {
  padding: 5px !important;
}
.tables-section table .blue-tr-top {
  background-color: #ddebfa !important;
  border-bottom: none;
  border-top: none;
  height: 30px !important;
}
.tables-section table .blue-tr-top th {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  border-top: none !important;
}
.tables-section table .blue-tr-top td {
  border-top: none !important;
}
.tables-section table th {
  padding: 10px !important;
  font-size: 17px;
  font-weight: 400;
  border-top: none !important;
}
.tables-section table tr {
  min-height: 41px !important;
}
.tables-section .white-back {
  background-color: white !important;
}
.tables-section .blue-text {
  color: #00487a;
  font-size: 14px;
  text-align: justify;
  padding-left: 30px !important;
}
.table-two img {
  padding-right: 10px;
}
.table-two a {
  text-decoration: underline;
}
.table-two tr th {
  padding: 14px !important;
  padding-top: 15px !important;
}
.table-3 {
  margin-top: 60px;
  min-height: 500px;
  background-color: #f8f8f8;
}
.table-3 .header-text {
  font-size: 14px;
  font-weight: 400;
  color: white;
}
.table-3 .header-blue-back {
  background-color: #003057;
  outline: 5px solid #003057;
  height: 41px;
  width: auto;
}
.table-3 .arrows img {
  float: right;
  padding-top: 15px;
}
.table-3 ul {
  list-style: none;
}
.table-3 ul li {
  display: inline-block;
}
.table-3 .single-box {
  padding: 10px;
  float: left;
}
.table-3 .nav-tabs {
  border-bottom: none;
}
.table-3 .nav li a {
  color: white !important;
  text-decoration: none;
}
.table-3 .nav li.active a {
  background-color: transparent !important;
  border: none;
  border-bottom: 5px solid #8eac18;
  border-collapse: separate;
}
.table-3 .nav li.active ahover {
  background-color: green !important;
  color: white;
}
.table-3 .page-num {
  margin-top: 25px;
}
.tables-section .nav > li > a:hover {
  background-color: transparent !important;
  color: #e0dada !important;
  border: none !important;
  border-bottom: 5px solid #8eac18 !important;
}
.pager li > a {
  background-color: transparent !important;
  border: 0.5px solid #423636 !important;
  padding: 3px 14px;
  color: black;
  font-weight: 700;
}
.CTA-green-section {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 10px;
}
.CTA-green-section .cta-green-call-box {
  min-height: 180px;
  max-height: 180px;
  max-width: 240px;
  padding: 15px;
  padding-left: 30px;
  margin-top: 20px;
  /* IE10+ */
  background-image: -ms-linear-gradient(top, #8EAC18 30%, #545454 170%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #8EAC18 30%, #545454 170%);
  /* Opera */
  background-image: -o-linear-gradient(top, #8EAC18 30%, #545454 170%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30, #8EAC18), color-stop(170, #545454));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #8EAC18 30%, #545454 170%);
  /* W3C Markup */
  background-image: linear-gradient(to bottom, #8EAC18 30%, #545454 170%);
}
.CTA-green-section a {
  background-color: #5b7102;
  color: white;
  margin-left: -10px;
}
.CTA-green-section .white-header-1 {
  font-size: 18px;
  font-weight: 400;
  color: white;
}
.CTA-green-section p {
  color: white;
  font-size: 17px;
  font-weight: 200;
}
.CTA-green-section .box-2 {
  min-height: 230px;
}
.cta-green-call-box > a:hover {
  background-color: #3b4902;
}
.hero-header2 h1 {
  margin-top: 45%;
  /*font-size: 57px;*/
  Font-size: calc(103px);
}
.hero-sub-header2 {
  /*font-size: 30px;*/
  Font-size: calc(11px);
  font-weight: 300;
  margin-bottom: 25px;
}
.italic2 {
  font-style: italic;
  Font-size: calc(11px);
}
.italic3 {
  font-style: italic;
  font-size: 30px;
}
.here-stifel {
  margin-top: 50px;
  font-size: 30px;
  font-weight: 200;
}
.luna {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}
.row-about {
  display: flex;
  align-items: baseline;
  margin-top: 100px;
  margin-bottom: 100px;
}
.head-box {
  padding-top: 40px;
  line-height: 45px;
  font-size: calc(23px);
}
.move-right {
  float: right;
}
.move-left {
  float: left;
}
.call-para {
  font-size: 17px;
  font-weight: 300;
}
.call-para > dt {
  font-weight: normal;
}
dl.call-para {
  margin: 10px 0 5px 0;
}
.btn-call-about {
  background-color: #0c78c3;
  margin-left: 30px;
  color: white;
  padding: 3px 20px;
  font-size: 14px;
  padding-left: 15px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
  text-align: left;
  margin-left: -8px;
}
.btn-call-about:hover {
  background-color: #003057;
  color: white;
}
.see-btn {
  padding-right: 120px;
}
.you1 {
  height: 300px;
  padding-left: 20px;
  background: url("../assets/about1.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.white-back-box {
  max-width: 490px;
  min-width: 490px;
  max-height: 300px;
  min-height: 300px;
  padding-left: 90px;
  width: 100%;
  height: auto;
  background-color: white;
  z-index: 99;
  position: relative;
}
.gray-back-box {
  max-width: 490px;
  min-width: 100%;
  /*min-width: 490px;*/
  /*max-height: 300px;*/
  min-height: 300px;
  padding-left: 20%;
  padding-right: 20%;
  /*padding-left: 90px;*/
  /*width: 100%;*/
  height: auto;
  background-color: #eeeeee;
  z-index: 99;
  position: relative;
}
.gray-text {
  font-size: 14px;
  font-weight: 400;
  color: #a7a7a7;
}
.second-line {
  margin-top: 40px;
}
.box-right {
  margin-right: -250px;
}
.box-left {
  margin-left: -250px;
}
.white-header-2 {
  color: white;
  font-size: 18px;
  font-weight: 500;
}
.login-box {
  background-color: gray;
  min-width: 240px;
  max-width: 240px;
  height: auto;
  float: right;
  margin-right: 100px;
  margin-top: 80px;
}
.login-box input {
  width: 80%;
  margin: 0 auto;
}
.login-box label {
  padding-left: 30px;
}
.login-box h2 {
  padding: 20px;
}
.login-box a {
  margin-left: 10px;
}
.login-box .lala {
  background-color: #003057;
  color: white;
  font-size: 14px;
}
.login-box .card-img-top {
  background-color: #003057;
  padding-top: 30px;
  margin-top: -10px;
  color: white;
  font-size: 14px;
  font-weight: 500;
}
.questions-bold {
  font-weight: bold;
}
.trend-box-2 {
  padding-top: 20px;
  padding-bottom: 30px;
}
.trend-box-2 img {
  width: 100%;
  height: auto;
}
.trend-box-2 a {
  font-size: 14px;
  color: #658d1b;
  padding-left: 5px;
}
.hello1 {
  margin-top: 30px;
}
.view-insights1 {
  padding: 4px 30px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
  border: 1px solid black;
  color: black;
}
.box-top {
  cursor: pointer;
  background-color: #0090CB;
  display: inline-block;
  height: 40px;
  width: 40px;
  color: #fff;
  font-size: 16pt;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
}
.bullet-list li {
  padding-left: 20px;
  font-size: 16px;
}
.bullet-list1 li {
  font-size: 16px;
}
.bullet-list ul {
  padding-left: 20px;
  font-size: 18px;
}
.list-row {
  background: #f4f4f4;
  display: inline-block;
}
.list-left {
  width: 50%;
  padding: 10px;
  float: left;
}
.list-right {
  padding: 10px;
  float: right;
}
.pdf-bullet {
  background: url("../images/_icons/icon-document.png");
  float: left;
  margin-left: 10px;
}
.blue-text1 {
  color: #2472b2;
  font-weight: 200;
  font-size: 30px;
}
.blue-text-bold {
  color: #2472b2;
  font-weight: bold;
  font-size: 23px;
}
/*asp.net bundler will mess up the Calc funciton if you try to do normal addition, this seems to be the workaround*/

.blue-text1-herosub {
  color: #2472b2;
  font-weight: 300;
  font-size: 30px;
}
.blue-text2 {
  color: #0c78c3;
  font-weight: 200;
  font-size: 18px;
}
.blue-text3 {
  color: #2472b2;
}
.dark-blue-text {
  color: #003057;
  font-weight: bold;
}
.questions-header {
  margin-top: -20px;
}
.family-para {
  font-size: 18px;
  font-weight: 200;
}
.cma-green-titles {
  color: #5a8e22;
  font-size: 20px;
  font-weight: 800;
}
.cma-green-border {
  border: solid 1px #5C8118;
  border-radius: 10px;
  padding: 20px;
}
.side-gray {
  background: url("../images/home/side-gray.png");
  background-size: 100% 100%;
  margin-bottom: 3%;
}
.call-to-action-1 {
  margin-top: 80px;
}
.box-1 {
  margin-left: -10px;
}
.dark-blue-header-1 {
  padding-top: 20px !important;
  color: #00487a;
  font-size: 18px;
}
.pointer {
  cursor: pointer;
}
.help-section {
  padding-bottom: 5%;
}
.box-text-donor {
  text-align: center !important;
}
.box-text11 {
  opacity: 0;
  text-align: center;
  margin-top: -35px;
}
.box-text11:hover {
  color: white;
  opacity: 1;
  text-decoration: none !important;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Side-Menu-Small */

.side-menu-small {
  position: relative;
  background-image: url("../images/home/navblue.png");
  background-size: cover;
  background-repeat: round;
  padding-top: 20px;
  padding-bottom: 6px;
  min-width: 100%;
  margin: 0 auto;
  width: 100%;
}
.side-menu-small li {
  list-style: none;
  padding: 5px;
}
.side-menu-small a {
  color: white;
  font-weight: 100;
}
.side-menu-small a:hover {
  color: #8ba3bd;
  text-decoration: none;
  opacity: 0.8;
}
.side-menu-small .sub-menu li {
  padding-left: 10px;
}
.side-menu-small .sub-menu a {
  color: #8ba3bd;
  text-decoration: underline;
  padding: 2px;
  margin-left: 5px;
}
.side-menu-small .blue-title {
  color: #13689f;
  margin-top: 10px;
}
.side-menu-small .bold-title {
  color: white;
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
  margin-left: 5px;
}
.side-menu-small .blueback-links li {
  margin-top: 20px;
}
.side-menu-small .blueback-links-1 li {
  margin-top: 35px;
}
.side-menu-small .sidebar-menu {
  position: relative;
}
.side-menu-small .sidebar-menu-bottom a {
  text-decoration: underline;
}
#TaxDescriptionTable {
  color: black;
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#TaxDescriptionTable td,
#TaxDescriptionTable th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 6px;
}
#TopTable {
  margin-left: auto;
  margin-right: auto;
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#MidTable {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#ButtonDiv {
  position: relative;
}
#ButtonDiv a {
  display: block;
  height: 40px;
  background-color: #658d1b;
  text-align: center;
  color: #003057;
  font-weight: bold;
}
.TaxReportingInformation-Table {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 6px;
}
.ButtonDiv-links {
  width: 248px;
  height: 40px;
  color: #003057;
  border: black 1px solid;
  text-align: center;
  background: #DDDDDD;
}
#annuities-cal {
  border: 1px solid silver;
}
#annuities-cal td {
  padding: 2px;
  font-size: 12px;
}
#annuities-cal input[type="button"] {
  font-weight: bold;
  padding: 4px 15px;
}
.g_recaptcha {
  height: 10px;
}
/**********************************************************************FOOTER SECTION **********************************************************************/

.footer-section {
  z-index: 3;
}
.footer-section img {
  margin-bottom: 10px;
}
.footer-section ul {
  margin-left: 0px;
  padding-left: 0px;
}
.footer-section li {
  list-style: none;
  padding: 4px 4px 4px 0;
}
.footer-section li a {
  color: white;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 1px;
}
.footer-section .light-gray-line {
  border: none;
  height: 2px;
  width: 160px;
  text-align: left;
  /* Set the hr color */
  color: #7a7a7a;
  /* old IE */
  background-color: #7a7a7a;
  /* Modern Browsers */
  margin-left: 0;
  margin-top: -3px;
  margin-bottom: -2px;
}
.footer-section hr.line4 {
  width: 100% !important;
}
.footer-section .footer-top-blue {
  background-image: url("../images/_layout/footer/Footer-Stifel-bull-bear-sculpture-sketch-FORCES-statue-by-Harry-Weber.png");
  background-size: cover;
  min-height: 350px;
  padding-top: 60px;
  margin-top: -5px;
  overflow: visible;
}
.footer-section .footer-top-blue .white-para {
  margin-top: 20px;
  margin-bottom: 30px;
  color: white;
  letter-spacing: 1px;
  font-weight: 200;
  line-height: 28px;
}
.footer-bottom {
  margin-top: -10px;
  background-color: #272727;
  padding-top: 60px;
  padding-bottom: 50px;
}
.footer-bottom-row {
  margin-top: 40px;
}
.footer-bottom-row .disclaimer {
  color: #808080;
}
/********************************************************************** END FOOTER SECTION **********************************************************************/

/********************************************************************** Wealth Management SECTION **********************************************************************/

ul.close-bullet li {
  padding-left: 0px;
}
.families-page .blue-text1 {
  color: #0c78c3;
  margin-top: 30px;
  font-weight: 200;
  /*margin-top: 10%;*/
  font-size: 30px;
}
.families-page .questions-header {
  margin-top: -20px;
}
.families-page .family-para {
  font-size: 18px;
  font-weight: 200;
}
.families-page .side-gray {
  background: url("../images/home/side-gray.png");
  background-size: 100% 100%;
  margin-bottom: 3%;
}
.families-page .call-to-action-1 {
  margin-top: 80px;
}
.families-page .box-1 {
  margin-left: -10px;
}
.families-page .box-1 .dark-blue-header-1 {
  padding-top: 20px !important;
  color: #00487a;
  font-size: 18px;
}
.families-page .box-1 a {
  background-color: #0c78c3;
  margin-left: -10px;
}
.families-page .box-1 a:hover {
  background-color: #003057;
}
.families-page .help-section {
  padding-bottom: 5%;
}
.families-page .box-text11 {
  opacity: 0;
  text-align: center;
  margin-top: -35px;
}
.families-page .box-text11:hover {
  color: white;
  opacity: 1;
  text-decoration: none !important;
}
.families-page .blue-border-box {
  margin-left: -30px;
}
.families-page .blue-border-box .dark-blue-header-1 {
  padding-top: 20px !important;
  color: #00487a;
  font-size: 18px;
  font-weight: 400;
}
.families-page .blue-border-box a {
  background-color: #0c78c3;
}
.families-page .blue-border-box a:hover {
  background-color: #003057;
}
.StifelMobileQ {
  font-size: 16px;
  color: #0A3253;
  font-weight: bold;
}
.donor-advised-box {
  min-height: 200px;
  max-height: 200px;
  padding: 15px;
  padding-top: 10px;
  border: solid;
  border-color: #688b26;
  text-align: left;
}
.donor-advised-container {
  position: relative;
  padding: 10px 5px;
  text-align: center;
  max-width: 400px;
  min-width: 240px;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 320px) and (max-width: 1200px) {
  .donor-advised-box {
    max-height: 150px;
    min-height: 150px;
  }
  .daf-row {
    margin: 5%;
  }
  .daf {
    margin-bottom: 5%;
    min-width: fit-content;
  }
  .daf-h2 {
    width: 85%;
  }
}
.cap-title h2 {
  font-size: large;
  color: #2472b2;
  height: 10px;
}
/*Wealth Management Boxes*/

.questions-section h2 {
  font-size: large;
  color: #2472b2;
  line-height: 35pt;
  height: 10px;
}
.questions-section .questions-box {
  min-height: 140px;
  max-height: 140px;
  max-width: 200px;
  padding: 15px;
  padding-top: 10px;
  margin-left: 15px;
  margin-top: 20px;
  /* IE10+ */
  background-image: -ms-linear-gradient(top, #DBEAFA 10%, #C4DCF3 90%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #DBEAFA 10%, #C4DCF3 90%);
  /* Opera */
  background-image: -o-linear-gradient(top, #DBEAFA 10%, #C4DCF3 90%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10, #DBEAFA), color-stop(90, #C4DCF3));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #DBEAFA 10%, #C4DCF3 90%);
  /* W3C Markup */
  background-image: linear-gradient(to bottom, #DBEAFA 10%, #C4DCF3 90%);
}
.questions-section .box-text {
  color: #003057;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  line-height: 25px;
  /*margin-top: 4px;*/

}
/*.questions-section .box-text:hover {
            color: white;
            text-decoration: none !important;
        }*/

.questions-section .box-dark {
  color: white !important;
  /* IE10+ */
  background-image: -ms-linear-gradient(top, #0C78C3 30%, #474747 170%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #0C78C3 30%, #474747 170%);
  /* Opera */
  background-image: -o-linear-gradient(top, #0C78C3 30%, #474747 170%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30, #0C78C3), color-stop(170, #474747));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #0C78C3 30%, #474747 170%);
  /* W3C Markup */
  background-image: linear-gradient(to bottom, #0C78C3 30%, #474747 170%);
}
.questions-section .box-dark h3 {
  color: white !important;
}
.questions-section .questions-header {
  font-size: 21px;
  font-weight: 500;
}
.questions-box > a:hover {
  color: white !important;
  text-decoration: none;
}
.infographic {
  margin-top: 10px;
}
.infographic-text {
  color: #333;
  font-size: 17pt;
  text-align: center;
  line-height: 24pt;
}
.infographic-text-eur {
  color: #000;
  font-size: 14pt;
  text-align: center;
  line-height: 24pt;
}
.infographic-disclosure {
  color: #6d6e71;
  font-size: 10pt;
  text-align: center;
  line-height: 16pt;
}
.infographic-disclosure a {
  color: #6d6e71;
  font-size: 10pt;
  text-decoration: none;
  text-align: center;
  line-height: 16pt;
}
.infographic-text-research {
  color: #000;
  font-size: 13pt;
  font-weight: bold;
  line-height: 18pt;
  text-align: center;
}
.infographic-ltblue-research {
  text-align: center;
  color: #00A1DF;
  font-size: 60pt;
  font-weight: bolder;
  line-height: 30pt;
  padding-bottom: 5%;
}
.infographic-green-research {
  text-align: center;
  color: #5A8E22;
  font-size: 60pt;
  font-weight: bolder;
  line-height: 30pt;
  padding-bottom: 5%;
}
.infographic-blue-research {
  color: #003057;
  font-size: 40pt;
  font-weight: 900;
  line-height: 30pt;
  text-align: left;
  padding-left: 2%;
}
.infographic-ltblue {
  color: #2472B2;
  font-size: 50pt;
  font-weight: 900;
  line-height: 40pt;
  text-align: center;
}
.infographic-section {
  padding-top: 22%;
}
.infographic-section-text-header-research {
  color: #000;
  font-size: 20pt;
  font-weight: bold;
  line-height: 18pt;
  text-align: center;
  padding-bottom: 5%;
}
.infographic-section-text-footer-research {
  color: #000;
  font-size: 16pt;
  font-weight: bold;
  line-height: 18pt;
  text-align: center;
}
.infographic-blue {
  color: #003057;
  font-size: 50pt;
  font-weight: 900;
  line-height: 40pt;
  text-align: center;
}
.infographic-green {
  color: #5A8E22;
  font-size: 50pt;
  font-weight: 900;
  line-height: 40pt;
  text-align: center;
}
.research-stifel-logo {
  border-right: 1px solid #ccc;
  min-width: 190px;
}
.infographic-research-analyst-awards {
  margin-top: 0.6em;
  min-width: 255px;
  border: solid 0.7em #F89A58;
}
.infographic-research-award-text {
  color: black;
  font-size: 14px;
  margin-top: 20px;
}
.infographic-research-award-text-link {
  color: Blue #2472b2;
  font-size: 14px;
  margin-top: 20px;
}
.infographic-ltblue-research-awards {
  text-align: center;
  color: #00A1DF;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2em;
  padding-bottom: 2%;
  display: block;
}
.infographic-ltblue-callout {
  color: #00A1DF;
  font-weight: bold;
}
.infographic-blue-callout {
  color: #2472B2;
  font-weight: bold;
}
.infographic-dkblue-callout {
  color: #003057;
  font-weight: bold;
}
.award-photo {
  max-width: 250px;
}
.award-bullet {
  padding-left: 4%;
}
.starmine-award {
  padding-left: 1%;
}
.infographic-research-award-text-top {
  color: #a7a7a7;
  font-size: 1em;
  white-space: nowrap;
  margin-bottom: -0.1em;
}
/*.questions-box:hover {
    color: white !important;
    text-decoration: none;*/

/* IE10+ 
    background-image: -ms-linear-gradient(top, #0C78C3 30%, #474747 170%);
     Mozilla Firefox 
    background-image: -moz-linear-gradient(top, #0C78C3 30%, #474747 170%);
     Opera 
    background-image: -o-linear-gradient(top, #0C78C3 30%, #474747 170%);
     Webkit (Safari/Chrome 10) 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30, #0C78C3), color-stop(170, #474747));
     Webkit (Chrome 11+) 
    background-image: -webkit-linear-gradient(top, #0C78C3 30%, #474747 170%);
     W3C Markup 
    background-image: linear-gradient(to bottom, #0C78C3 30%, #474747 170%);
}*/

/*End Wealth Management Boxes*/

/**************************************************************************************************************End Wealth Management ******************************************************************************/

/******************************************************************************************************Institutions/Investment Banking Page************************************************************************/

.institutions-page .institutions-para {
  font-size: 18px;
  font-weight: 200;
}
.institutions-page .call-to-action-1 {
  margin-top: 80px;
}
.institutions-page .blue-border-box {
  margin-left: -30px;
}
.institutions-page .blue-border-box .dark-blue-header-1 {
  padding-top: 20px !important;
  color: #00487a;
  font-size: 18px;
  font-weight: 400;
}
.institutions-page .blue-border-box a {
  background-color: #0c78c3;
}
.institutions-page .blue-border-box a:hover {
  background-color: #003057;
}
.institutions-page .side-gray {
  background: url("../images/home/side-gray.png");
  background-size: 100% 100%;
  margin-bottom: 3%;
}
.institutions-page .questions-header {
  margin-top: -20px;
}
.institutions-page .side-gray {
  background: url("../images/home/side-gray.png");
  background-size: 100% 100%;
  margin-bottom: 3%;
}
.institutions-page .box-1 {
  margin-left: -10px;
}
.institutions-page .box-1 .dark-blue-header-1 {
  padding-top: 20px !important;
  color: #00487a;
  font-size: 18px;
}
.institutions-page .box-1 a {
  background-color: #0c78c3;
  margin-left: -10px;
}
.institutions-page .box-1 a:hover {
  background-color: #003057;
}
.institutions-page .help-section {
  padding-bottom: 5%;
}
.institutions-page .box-text11 {
  opacity: 0;
  text-align: center;
  margin-top: -35px;
}
.institutions-page .box-text11:hover {
  color: white;
  opacity: 1;
  text-decoration: none !important;
}
.institutions-page .section-seven-institutions .blue-callouts {
  max-width: 370px;
  max-height: 310px;
  background-color: #003057;
  /*min-height: 208px;*/
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.institutions-page .section-seven-institutions .blue-callouts .white-text {
  font-size: 18px;
  font-weight: 600;
  color: white;
  padding-left: 16%;
  margin-top: 20px;
  padding-top: 20px;
}
.institutions-page .section-seven-institutions .blue-callouts .white-text2 {
  font-size: 14px;
  /*font-weight: 600;*/
  color: white;
  padding-left: 20px;
  margin-left: 20px;
  padding-bottom: 20px;
}
.institutions-page .section-seven-institutions .blue-callouts .institutions-btn {
  padding: 7px 30px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
  font-size: 14px;
  background-color: #0c78c3;
  color: white;
  margin-left: 14%;
}
/*****************************************************************************************************End Institutions/Investment Banking Page***********************************************************************/

/******************************************************************************************************Investment Banking 2 Page************************************************************************************/

.ib-hero {
  background-size: cover;
  background-position: center center;
  background-image: -webkit-gradient(left top, right top, color-stop(25%, rgba(0, 48, 87, 0.85)), color-stop(85%, rgba(0, 48, 87, 0)), color-stop(100%, rgba(0, 48, 87, 0))), url(/images/services/investmentbanking/Stifel-Institutional-services-investment-banking-header.jpg);
  background-image: -moz-linear-gradient(left, rgba(0, 48, 87, 0.85) 25%, rgba(0, 48, 87, 0) 85%, rgba(0, 48, 87, 0) 100%), url(/images/services/investmentbanking/Stifel-Institutional-services-investment-banking-header.jpg);
  background-image: -webkit-linear-gradient(left, rgba(0, 48, 87, 0.85) 25%, rgba(0, 48, 87, 0) 85%, rgba(0, 48, 87, 0) 100%), url(/images/services/investmentbanking/Stifel-Institutional-services-investment-banking-header.jpg);
  background-image: -o-linear-gradient(left, rgba(0, 48, 87, 0.85) 25%, rgba(0, 48, 87, 0) 85%, rgba(0, 48, 87, 0) 100%), url(/images/services/investmentbanking/Stifel-Institutional-services-investment-banking-header.jpg);
  background-image: -ms-linear-gradient(left, rgba(0, 48, 87, 0.85) 25%, rgba(0, 48, 87, 0) 85%, rgba(0, 48, 87, 0) 100%), url(/images/services/investmentbanking/Stifel-Institutional-services-investment-banking-header.jpg);
  background-image: linear-gradient(to right, rgba(0, 48, 87, 0.85) 25%, rgba(0, 48, 87, 0) 85%, rgba(0, 48, 87, 0) 100%), url(/images/services/investmentbanking/Stifel-Institutional-services-investment-banking-header.jpg);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003057', endColorstr='#003057', GradientType=1);
}
.IB-page .hero-landing-IB {
  background: url('../images/services/InvestmentBanking/Stifel-Institutional-services-investment-banking-header.jpg');
  background-size: cover;
  background-position: center top;
  height: 500px;
  width: 98%;
  margin: 0 auto;
}
.IB-page .hero-landing-IB .IB-header {
  margin-top: 30%;
  font-size: 57px;
}
.IB-page .hero-landing-IB .IB-sub-header {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 25px;
}
.IB-page .sidebar-menu-container {
  margin-left: 0 !important;
}
.IB-page .IB-para {
  font-size: 18px;
  font-weight: 200;
}
.IB-page .call-to-action-1 {
  margin-top: 80px;
}
.IB-page .blue-border-box {
  margin-left: -30px;
}
.IB-page .blue-border-box .dark-blue-header-1 {
  padding-top: 20px !important;
  color: #00487a;
  font-size: 18px;
  font-weight: 400;
}
.IB-page .blue-border-box a {
  background-color: #0c78c3;
}
.IB-page .blue-border-box a:hover {
  background-color: #003057;
}
.IB-page .side-gray {
  background: url("../images/home/side-gray.png");
  background-size: 100% 100%;
  margin-bottom: 3%;
}
.IB-page .questions-header {
  margin-top: -20px;
}
.IB-page .box-1 {
  margin-left: -10px;
}
.IB-page .box-1 .dark-blue-header-1 {
  padding-top: 20px !important;
  color: #00487a;
  font-size: 18px;
}
.IB-page .box-1 a {
  background-color: #0c78c3;
  margin-left: -10px;
}
.IB-page .box-1 a:hover {
  background-color: #003057;
}
.IB-page .help-section {
  padding-bottom: 5%;
}
.IB-page .box-text11 {
  opacity: 0;
  text-align: center;
  margin-top: -35px;
}
.IB-page .box-text11:hover {
  color: white;
  opacity: 1;
  text-decoration: none !important;
}
.IB-page .update-box {
  margin-top: -40px;
  margin-bottom: 15px;
  float: right;
}
@media screen and (max-width: 700px) {
  .IB-page .update-box {
    margin-top: 10px;
    flex-flow: column;
    max-width: 100%;
  }
}
.IB-page .section-seven-IB {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  flex-grow: 1;
  flex-flow: row;
}
.IB-page .section-seven-IB .blue-callouts {
  max-width: 370px;
  max-height: 310px;
  background-color: #003057;
  /*min-height: 208px;*/
  /*padding-bottom: 20px;*/
  padding: 20px;
  margin-bottom: 20px;
  width: 100%;
  margin-right: 4%;
  display: block;
}
@supports (display: flex) {
  .IB-page .section-seven-IB .blue-callouts {
    max-width: 370px;
    max-height: 310px;
    background-color: #003057;
    /*min-height: 208px;*/
    /*padding-bottom: 20px;*/
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 4%;
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    justify-content: center;
  }
}
.IB-page .section-seven-IB .blue-calloutsIB {
  max-width: 370px;
  max-height: 200px;
  background-color: #003057;
  min-height: 208px;
  width: 100%;
}
.IB-page .section-seven-IB .blue-callouts .white-text {
  font-size: 18px;
  color: #fff;
  margin-top: 0;
}
.IB-page .section-seven-IB .blue-callouts .white-text2 {
  font-size: 16px;
  /*font-weight: 600;*/
  color: white;
  padding-left: 20px;
  margin-left: 20px;
  padding-bottom: 20px;
}
.IB-page .section-seven-IB .blue-callouts:last-of-type {
  margin-right: 0%;
}
.IB-page .blue-callout-btn {
  margin-left: 0;
  display: block;
  white-space: normal;
}
/* Helps the boxes to stack on top of each other on smaller screen sizes. */

@media screen and (max-width: 700px) {
  .IB-page .section-seven-IB {
    flex-flow: column;
    max-width: 400px;
  }
  .IB-page .section-seven-IB .blue-callouts {
    max-width: 100%;
    margin-right: 0;
  }
}
.IB-page .glass-container * {
  font-family: 'Fira Sans', Arial, sans-serif;
  color: #ffffff !important;
}
.IB-page .glass-btn-container {
  margin: 0;
  padding: 0;
  display: block;
}
.IB-page .glass-description {
  margin-bottom: 0px;
}
.glass-description * {
  margin: 0 !important;
  margin-bottom: 0.18em !important;
  color: #ffffff !important;
  text-shadow: 0 1px 2px #022B42;
}
.glass-description p {
  margin-bottom: 0.65em !important;
}
.IB-page .glass-col {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}
/* End text styling */

.IB-page .glass-btn {
  font-size: 16px;
}
.IB-page .glass-btn-container:after {
  content: '';
}
/* Check for grid browser support */

@supports ((display: -ms-grid) or (display: grid)) {
  .glass-btn-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 25px 15px 1fr 15px 25px 15px 1fr;
    grid-template-columns: 1fr 25px 1fr 25px 1fr;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-auto-rows: auto;
  }
  
  .glass-btn {
    max-width: 100% !important;
    float: none !important;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  
  .glass-btn-container:after {
    content: none;
  }
  
  .glass-btn:after {
    content: none;
  }
  
  .glass-container .glass-btn {
    height: auto;
  }
}
.IB-page .glass-btn a {
  position: relative;
  display: block;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.IB-page .glass-btn * {
  color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 0 1px 2px #022B42;
}
.IB-page .glass-btn-label {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  padding-right: 30px;
  display: block;
}
.IB-page .glass-btn-arrow {
  position: absolute;
  bottom: 12px;
  right: 10px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  width: 11px;
  height: 14px;
  -webkit-filter: drop-shadow(0 1px 2px #022B42);
  filter: drop-shadow(0 1px 2px #022B42) drop-shadow(0 1px 6px rgba(2, 43, 66, 0.9));
}
.IB-page .glass-btn-label p {
  margin: 0;
  font-size: 15px;
  line-height: 1.2em;
  word-break: break-word;
}
.IB-page .glass-btn a:hover {
  -webkit-box-shadow: 0 2px 20px rgba(2, 43, 66, 0.7);
  box-shadow: 0 2px 20px rgba(2, 43, 66, 0.7);
  -webkit-transition: -webkit-box-shadow ease 0.2s;
  transition: -webkit-box-shadow ease 0.2s;
  -o-transition: box-shadow ease 0.2s;
  transition: box-shadow ease 0.2s;
  transition: box-shadow ease 0.2s, -webkit-box-shadow ease 0.2s;
}
.glass-btn a:hover .glass-btn-arrow,
.glass-btn a:focus .glass-btn-arrow {
  right: 5px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.IB-page .glass-btn a:focus {
  outline: 2px solid rgba(36, 114, 178, 0.85);
  outline-offset: 2px;
}
.IB-page .glass-container {
  /* background-color is a placeholder for the image in case it cannot load */
  background-color: #003057;
  background-image: url('/images/services/InvestmentBanking/brushed-steel-blue-bg-web.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}
.IB-page .glass-bg-color {
  padding: 12px 12px 6px 12px;
  /* This gradient color will vary depending on the page and section. Below is the defaut color. */
  background: rgba(58, 142, 215, 0.75);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(58, 142, 215, 0.75)), color-stop(50%, rgba(33, 100, 158, 0.75)), color-stop(100%, rgba(13, 53, 88, 0.75)));
  background: -o-linear-gradient(-45deg, rgba(58, 142, 215, 0.75) 0%, rgba(33, 100, 158, 0.75) 50%, rgba(13, 53, 88, 0.75) 100%);
  background: -o-linear-gradient(315deg, rgba(58, 142, 215, 0.75) 0%, rgba(33, 100, 158, 0.75) 50%, rgba(13, 53, 88, 0.75) 100%);
  background: linear-gradient(135deg, rgba(58, 142, 215, 0.75) 0%, rgba(33, 100, 158, 0.75) 50%, rgba(13, 53, 88, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a8ed7', endColorstr='#0d3558', GradientType=1);
}
.IB-page .glass-container .glass-btn {
  border: solid 1px rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(242, 242, 242, 0.2)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, 0.2) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(242, 242, 242, 0.2)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#333333', GradientType=0);
}
.glass-container .glass-btn a {
  min-height: 75px;
}
.IB-page .glass-container .glass-btn-label {
  background: none;
}
.glass-container .glass-btn-label * {
  text-shadow: 0 1px 2px #022B42, 0 1px 6px #022B42;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.IB-page .glass-container .glass-btn a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-box-shadow ease 0.2s;
  transition: -webkit-box-shadow ease 0.2s;
  -o-transition: box-shadow ease 0.2s;
  transition: box-shadow ease 0.2s;
  transition: box-shadow ease 0.2s, -webkit-box-shadow ease 0.2s;
}
.glass-container .glass-btn a:hover .glass-btn-label *,
.glass-container .glass-btn a:focus .glass-btn-label * {
  text-shadow: 0 1px 2px #022B42, 0 1px 10px rgba(2, 43, 66, 0.5), 0 1px 5px rgba(2, 43, 66, 0.75);
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.IB-page .glass-container .glass-btn a::after {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background: rgba(255, 255, 255, 0.2);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(242, 242, 242, 0.4)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(242, 242, 242, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(242, 242, 242, 0.4)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(242, 242, 242, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
}
.IB-page .glass-container .glass-btn a:hover::after,
.glass-container .glass-btn a:focus::after {
  opacity: 0.4;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.IB-page .glass-container .glass-btn a:hover {
  -webkit-box-shadow: 0 3px 15px 6px rgba(2, 43, 66, 0.15);
  box-shadow: 0 3px 15px 6px rgba(2, 43, 66, 0.15);
}
.IB-page .glass-container .glass-btn a:focus {
  outline: 1px solid rgba(255, 255, 255, 0.85);
  outline-offset: 3px;
}
.IB-page .glass-container .glass-btn a:active {
  outline: 1px solid #ffffff;
  outline-offset: 3px;
}
/**********************************************************************************************End Investment Banking 2 Page*********************************************************************************/

/*******************************************************************************************************Europe Page*****************************************************************************************/

.Europe-page .hero-landing-Europe .Europe-header {
  margin-top: 30%;
  font-size: 57px;
}
.Europe-page .hero-landing-Europe .Europe-sub-header {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 25px;
}
.Europe-page .Europe-para {
  font-size: 18px;
  font-weight: 200;
}
.Europe-page .call-to-action-1 {
  margin-top: 80px;
}
.Europe-page .blue-border-box {
  margin-left: -30px;
}
.Europe-page .card-callout {
  max-width: 270px;
  margin: auto;
}
.Europe-page .card {
  z-index: 999 !important;
  background-color: #eee;
  height: 100%;
}
.Europe-page .card .blue-sub-header {
  color: #003057;
  font-size: 18px;
  width: 100%;
  margin-left: 0;
}
.Europe-page .card .white-text {
  color: #003057;
  font-size: 15px;
  padding: 5%;
  /*font-weight: 500;*/

  /*margin-top: -5px;*/

}
.Europe-page .card .white-text ul {
  margin-left: 1%;
}
.Europe-page .card .btn-read {
  font-size: 14px;
  color: white;
  margin-top: 10px;
}
.Europe-page .card .card-block {
  height: 100%;
  width: 100%;
  padding: 0 5% 5% 5%;
  /*padding-left: 10%;*/

}
.Europe-page .blue-border-box .dark-blue-header-1 {
  padding-top: 20px !important;
  color: #00487a;
  font-size: 18px;
  font-weight: 400;
}
.Europe-page .blue-border-box a {
  background-color: #0c78c3;
}
.Europe-page .blue-border-box a:hover {
  background-color: #003057;
}
.Europe-page .side-gray {
  background: url("../images/home/side-gray.png");
  background-size: 100% 100%;
  margin-bottom: 3%;
}
.Europe-page .questions-header {
  margin-top: -20px;
}
.Europe-page .box-1 {
  margin-left: -10px;
}
.Europe-page .box-1 .dark-blue-header-1 {
  padding-top: 20px !important;
  color: #00487a;
  font-size: 18px;
}
.Europe-page .box-1 a {
  background-color: #0c78c3;
  margin-left: -10px;
}
.Europe-page .box-1 a:hover {
  background-color: #003057;
}
.Europe-page .help-section {
  padding-bottom: 5%;
}
.Europe-page .box-text11 {
  opacity: 0;
  text-align: center;
  margin-top: -35px;
}
.Europe-page .box-text11:hover {
  color: white;
  opacity: 1;
  text-decoration: none !important;
}
#europe-board-of-directors {
  overflow: auto;
}
#europe-key-management-contacts {
  margin-bottom: 75px;
  overflow: auto;
}
/***********************************************************************************************************End Stifel Europe******************************************************************************************/

/****************************************************************************************************************Research Page***************************************************************************************/

.research-page .research-para {
  font-size: 18px;
  font-weight: 200;
}
.research-page .call-to-action-1 {
  margin-top: 80px;
}
.research-page .blue-border-box {
  margin-left: -30px;
}
.research-page .blue-border-box .dark-blue-header-1 {
  padding-top: 20px !important;
  color: #00487a;
  font-size: 18px;
  font-weight: 400;
}
.research-page .blue-border-box a {
  background-color: #0c78c3;
}
.research-page .blue-border-box a:hover {
  background-color: #003057;
}
.research-page .side-gray {
  background: url("../images/home/side-gray.png");
  background-size: 100% 100%;
  margin-bottom: 3%;
}
.research-page .questions-header {
  margin-top: -20px;
}
.research-page .side-gray {
  background: url("../images/home/side-gray.png");
  background-size: 100% 100%;
  margin-bottom: 3%;
}
.research-page .box-1 {
  margin-left: -10px;
}
.research-page .box-1 .dark-blue-header-1 {
  padding-top: 20px !important;
  color: #00487a;
  font-size: 18px;
}
.research-page .box-1 a {
  background-color: #0c78c3;
  margin-left: -10px;
}
.research-page .box-1 a:hover {
  background-color: #003057;
}
.research-page .help-section {
  padding-bottom: 5%;
}
.research-page .box-text11 {
  opacity: 0;
  text-align: center;
  margin-top: -35px;
}
.research-page .box-text11:hover {
  color: white;
  opacity: 1;
  text-decoration: none !important;
}
/*********************************************************************************************************************End Research Page****************************************************************************/

/*******************************************************************************************************************Asset Management Page**************************************************************************/

.asset-management-page .hero-landing-asset-management .asset-management-header {
  margin-top: 30%;
  font-size: 57px;
}
.asset-management-page .hero-landing-asset-management .asset-management-sub-header {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 25px;
}
.asset-management-page .sidebar-menu-container {
  margin-left: 0 !important;
}
.asset-management-page .asset-management-para {
  font-size: 18px;
  font-weight: 200;
}
.asset-management-page .call-to-action-1 {
  margin-top: 80px;
}
.asset-management-page .blue-border-box {
  margin-left: -30px;
}
.asset-management-page .blue-border-box .dark-blue-header-1 {
  padding-top: 20px !important;
  color: #00487a;
  font-size: 18px;
  font-weight: 400;
}
.asset-management-page .blue-border-box a {
  background-color: #0c78c3;
}
.asset-management-page .blue-border-box a:hover {
  background-color: #003057;
}
.asset-management-page .side-gray {
  background: url("../images/home/side-gray.png");
  background-size: 100% 100%;
  margin-bottom: 3%;
}
.asset-management-page .questions-header {
  margin-top: -20px;
}
.asset-management-page .box-1 {
  margin-left: -10px;
}
.asset-management-page .box-1 .dark-blue-header-1 {
  padding-top: 20px !important;
  color: #00487a;
  font-size: 18px;
}
.asset-management-page .box-1 a {
  background-color: #0c78c3;
  margin-left: -10px;
}
.asset-management-page .box-1 a:hover {
  background-color: #003057;
}
.asset-management-page .help-section {
  padding-bottom: 5%;
}
.asset-management-page .box-text11 {
  opacity: 0;
  text-align: center;
  margin-top: -35px;
}
.asset-management-page .box-text11:hover {
  color: white;
  opacity: 1;
  text-decoration: none !important;
}
/*********************************************************************************************************End Asset Management Page**********************************************************************************/

/**********************************************************************************************************Investor Relations Page************************************************************************************/

.investor-relations-page .hero-landing-investor-relations {
  background: url('../images/investor-relations/Stifel-Executive-Board-Room-St-Louis-Missouri-Financial-Service-SF-NYSE.png');
  background-size: cover;
  background-position: left top;
  width: 98%;
  margin: 0 auto;
}
.investor-relations-page .hero-landing-investor-relations .investor-relations-header {
  margin-top: 10%;
  font-size: 57px;
}
.investor-relations-page .hero-landing-investor-relations .investor-relations-sub-header {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 25px;
}
.investor-relations-page .sidebar-menu-container {
  margin-left: 0 !important;
}
.investor-relations-page .investor-relations-para {
  font-size: 18px;
  font-weight: 200;
}
.investor-relations-page .call-to-action-1 {
  margin-top: 80px;
}
.investor-relations-page .blue-border-box {
  margin-left: -30px;
}
.investor-relations-page .blue-border-box .dark-blue-header-1 {
  padding-top: 20px !important;
  color: #00487a;
  font-size: 18px;
  font-weight: 400;
}
.investor-relations-page .blue-border-box a {
  background-color: #0c78c3;
}
.investor-relations-page .blue-border-box a:hover {
  background-color: #003057;
}
.investor-relations-page .side-gray {
  background: url("../images/home/side-gray.png");
  background-size: 100% 100%;
  margin-bottom: 3%;
}
.investor-relations-page .questions-header {
  margin-top: -20px;
}
.investor-relations-page .box-1 {
  margin-left: -10px;
}
.investor-relations-page .box-1 .dark-blue-header-1 {
  padding-top: 20px !important;
  color: #00487a;
  font-size: 18px;
}
.investor-relations-page .box-1 a {
  background-color: #0c78c3;
  margin-left: -10px;
}
.investor-relations-page .box-1 a:hover {
  background-color: #003057;
}
.investor-relations-page .help-section {
  padding-bottom: 5%;
}
.investor-relations-page .box-text11 {
  opacity: 0;
  text-align: center;
  margin-top: -35px;
}
.investor-relations-page .box-text11:hover {
  color: white;
  opacity: 1;
  text-decoration: none !important;
}
/*#region InvestorRelations */

.ir-icon {
  padding-bottom: 10px;
}
#annual-reports hr {
  border-color: black;
  border-width: 2px;
}
#annual-reports {
  margin-left: 15px;
  margin-top: 40px;
}
#annual-reports .links-section {
  margin-left: 40px;
  max-width: 370px;
}
#annual-reports .links-section h2 {
  text-align: center;
}
#annual-reports .reports {
  width: 100%;
  display: flex;
  flex-direction: row;
}
#annual-reports .reports .right {
  flex-grow: 1;
}
#annual-reports .report-image {
  padding-bottom: 10px;
  width: 180px;
}
.annual-report-requestform {
  background-color: white;
  padding: 1em;
}
.annual-report-requestform header {
  background-color: #003057;
  color: white;
  margin: -1em;
  padding: 1em;
  text-align: center;
  margin-bottom: 2em;
}
.annual-report-requestform .required::after {
  content: "*";
}
.annual-report-requestform #form-checkbox span {
  font-size: 11px;
}
.annual-report-requestform #form-checkbox ul {
  padding-left: 105px;
}
.annual-report-requestform label {
  font-weight: normal;
  display: block;
}
.annual-report-requestform input {
  width: 100%;
}
.annual-report-requestform fieldset {
  width: 100%;
  margin: 1em 0;
}
.annual-report-requestform fieldset legend {
  margin: 5px;
  width: auto;
  font-size: 1em;
  border: 0;
  background-color: white;
  padding: 3px;
  margin-left: 0em;
}
.annual-report-requestform .checkboxes label[for] {
  display: inline-block;
}
.annual-report-requestform .checkboxes input {
  display: inline-block;
  width: auto;
}
.annual-report-requestform .annual-report-btn-request {
  margin-top: 1em;
}
#annual-report-form-wrapper {
  transition: all 1s ease-in-out;
}
#annual-report-form-wrapper .form-top label,
legend {
  font-weight: 800;
  color: #003057;
}
#annual-report-form-wrapper .grad label {
  font-weight: 400;
}
.annual-report-form-hidden {
  max-height: 0px;
  overflow: hidden;
}
.annual-report-form-show {
  max-height: 2200px;
  overflow: hidden;
}
#ir-stock {
  padding-bottom: 5px;
}
#stock-box {
  color: #444;
  background-color: #f1f1f1;
  border: 1px solid #C2C2C2;
  padding: 5px 10px 5px 10px;
}
#stock-name {
  font-size: 17px;
  font-weight: bold;
}
#stock-symbol {
  font-size: 13px;
  color: #676666;
}
#stock-chart {
  padding: 2px 0 3px;
}
#stock-chart img {
  height: 100%;
  width: 100%;
}
#stock-data {
  height: 150px;
  color: #444;
  padding: 10px 15px 10px 15px;
  font-size: 12px;
  border: solid 1px #baccf1;
  background-color: #cdd5e3;
  background-repeat: repeat-y;
  background-image: url(../images/investor-relations/stock-data-bg.png);
  background-image: -moz-linear-gradient(top, #e6ebf2 0%, #cdd5e3 100%);
  background-image: -o-linear-gradient(top, #e6ebf2 0%, #cdd5e3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e6ebf2), color-stop(1, #cdd5e3));
  background-image: -webkit-linear-gradient(top, #e6ebf2 0%, #cdd5e3 100%);
  background-image: linear-gradient(to bottom, #e6ebf2 0%, #cdd5e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ebf2', endColorstr='#cdd5e3', GradientType=1);
}
.ir-nodesList {
  padding-top: 5px;
}
.stock-data-large {
  font-size: 25px;
}
.stock-data-mid {
  font-size: 16px;
}
.stock-data-up {
  color: #009933;
}
.stock-data-down {
  color: #d14836;
}
.stock-data-disclaimer {
  font-size: 10px;
}
/*#endregion*/

#contentItemsList li.no-bullet {
  list-style: none;
  padding: 3px 0 3px 0;
  margin-left: 0;
}
#contentItemsList li {
  padding: 3px 0 3px 0;
  margin-left: 15px;
  clear: both;
}
/****************************************************************************************************End Investor Relations Page*************************************************************************************/

/**********************************************************************************************************tombstone rotator****************************************************************************************/

.summary-tab-inside {
  margin-top: 50px;
  padding-right: 15px;
}
.summary-tab-inside .summary-disclaimer {
  margin-top: 70px;
}
div.rotator {
  padding: 5px;
}
div.rotator ul {
  padding: 0;
  margin: 0 auto;
}
div.rotator ul li {
  position: absolute;
  list-style: none;
}
div.rotator ul li.show {
  z-index: 500;
}
div.rotator ul li {
  position: absolute;
  list-style: none;
}
div.rotator ul li.show {
  z-index: 500;
}
#tombstones-rotator div.rotator {
  float: right;
  width: 130px;
  height: 180px;
  margin: 0 0 10px 10px;
  background-color: #003768;
  background-repeat: repeat-x;
  background-image: url(../images/services/investmentbanking/tombstones-rotator-bg.png);
  background-image: -moz-linear-gradient(top, #476f92 0%, #003768 100%);
  background-image: -o-linear-gradient(top, #476f92 0%, #003768 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #476f92), color-stop(1, #003768));
  background-image: -webkit-linear-gradient(top, #476f92 0%, #003768 100%);
  background-image: linear-gradient(to bottom, #476f92 0%, #003768 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476f92', endColorstr='#003768', GradientType=0);
}
#tombstones-rotator div.rotator-more {
  height: 195px;
}
#tombstones-rotator a {
  color: #fff;
  text-decoration: none;
}
#tombstones-rotator a:hover {
  text-decoration: underline;
}
#tombstones-rotator .rotator-title {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  padding-bottom: 5px;
}
#tombstones-rotator .tombstones-more {
  padding-top: 150px;
}
#tombstones-rotator ul {
  width: 100px;
}
/************************************************************************************************************End tombstone********************************************************************************************/

/************************************************************************************************************Find a Financial Advisor*************************************************************************************/

.find-advisor-wrapper .advisor-hero {
  background: url("../images/home/advisor-back.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 2%;
}
.advisor-header {
  font-size: 57px;
}
.advisor-sub-header {
  font-size: 30px;
  font-weight: 200;
  margin-top: 10%;
  margin-bottom: 6%;
}
.advisor-content {
  padding-left: 0% !important;
}
.stifel-near {
  padding-left: 10%;
}
.near-you {
  margin: 10px 0 10px 0;
  font-size: 23px;
  color: white;
  background-color: #003057;
}
.near-you-header {
  background-color: #003057;
  margin-bottom: 15px;
  font-size: 23px;
}
/********************************************************************************************************End Find a Financial Advisor*************************************************************************************/

.drop-shadow {
  background-color: #eed;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}
/********************************************************************************************************Choose Stifel*************************************************************************************/

@keyframes stretch {
  0% {
    transform: scale(0.3);
    background-color: transparent;
    border-radius: 100%;
    opacity: 0;
  }
  50% {
    background-color: transparent;
  }
  100% {
    transform: scale(1);
    background-color: transparent;
    opacity: 1;
  }
}
.financial-advisors-page-wrap {
  position: relative;
}
.blue-box-bg {
  background: url("../images/home/blue-2.png");
  background-size: cover;
  height: 100%;
  /*max-width: 360px;*/
  width: 100%;
  padding: 5%;
  color: #fff;
  overflow: hidden;
}
.blue-box-bg li {
  list-style: none;
  padding-top: 10px;
  border-left: 2px solid #0c78c3;
  padding-left: 10px;
}
.blue-box-bg a {
  color: white;
  /*padding-left: 10px;*/

}
.blue-box-bg .blue-sub-header {
  font-size: 15px;
  color: #0c78c3;
  padding-left: 30px;
}
.blue-box-bg .grey-sub-header {
  font-size: 15px;
  color: #fff;
  padding-left: 50px;
}
.choose-stifel-flipbooks {
  max-width: 28%;
  max-height: 28%;
}
.financial-advisors-page-wrap .financial-advisors-hero .family-header {
  color: white;
  margin-top: 30%;
  font-size: 47px;
  font-weight: 300;
}
.financial-advisors-page-wrap .financial-advisors-hero .family-sub-header {
  color: white;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 25px;
}
.financial-advisors-page-wrap .side-gray {
  background: url('../images/home/side-gray.png');
  background-size: 100% 100%;
  margin-bottom: 3%;
  margin-right: 2%;
}
.families-page .financial-advisors-body-image {
  position: relative;
  /*height: 400px;*/
  background: url('../images/careers/financial-advisors2.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.financial-advisors-page-wrap .financial-advisor-image {
  width: 100%;
  height: auto;
  z-index: 80;
}
.financial-advisors-page-wrap .bottom-financial p {
  margin-top: 20%;
}
.financial-advisors-page-wrap .family-para {
  font-size: 18px;
  font-weight: 300;
  margin-top: 3%;
}
.financial-advisors-page-wrap .bar-link {
  max-width: 600px;
  max-height: 200px;
  font-size: 22px;
}
.financial-advisors-page-wrap .links-section {
  margin-top: 1px;
  margin-bottom: 60px;
}
.financial-advisors-page-wrap .call-to-action-1 {
  float: right;
  position: relative;
  min-height: 400px;
  min-width: 240px;
  width: 100%;
  margin-top: -20px;
}
.financial-advisors-page-wrap .call-to-action-1 .call-text {
  font-size: 17px;
}
.financial-advisors-page-wrap .widget-container .dark-blue-header-1 {
  color: #0c78c3;
  font-size: 18px;
  font-weight: bold;
}
.financial-advisors-page-wrap .widget-container .box-1 {
  padding: 5%;
}
.financial-advisors-page-wrap .widget-container .blue-border-box {
  position: absolute;
  background-color: #fff;
  top: 16em;
  left: 28%;
  border-width: 2px;
  border-color: #0c78c3;
  border-style: solid;
  max-width: 221px;
  min-height: 198px;
  height: auto;
  width: 70%;
  padding-left: 25px;
}
.financial-advisors-page-wrap .widget-container img {
  position: absolute;
  left: 20%;
  top: 9em;
}
.financial-advisors-page-wrap .widget-container .btn-advisor {
  background-color: #0c78c3;
}
.financial-advisors-page-wrap .widget-container .btn-advisor:hover {
  background-color: #001f37;
}
/******************************************************************************************************** End Choose Stifel*************************************************************************************/

/******************************************************************************************************** Diversity And Inclusion *************************************************************************************/

.hero-landing-diversity {
  background: url('../images/careers/diversity_team-web.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 98%;
  margin: 0 auto;
  height: 300px;
  color: white;
}
/******************************************************************************************************** End Diversity And Inclusion *************************************************************************************/

/********************************************************************************************************Careers*************************************************************************************/

.careers-page-wrapper {
  position: relative;
}
.careers-page-wrapper .side-gray {
  background: url("../images/home/side-gray.png");
  background-size: 100% 100%;
}
.careers-page-wrapper .blue-box {
  position: relative;
  min-width: 251px;
  min-height: 198px;
  height: auto;
  width: 100%;
  padding: 20%;
  border: 1px solid #00487a;
  margin-top: -40px;
  margin-left: 30px;
  background-color: white;
  z-index: 1;
}
.careers-page-wrapper .titles {
  color: #13689f;
  font-size: 30px;
  font-weight: 200;
}
.careers-page-wrapper .welcome-stifel {
  color: #003057;
  font-size: 30px;
  font-weight: 200;
}
.careers-page-wrapper .green-box-para {
  font-size: 17px;
  font-weight: 100;
}
.careers-page-wrapper .call-text {
  font-size: 17px;
  font-weight: 400;
}
.careers-page-wrapper .career-body-image {
  margin-bottom: 5%;
}
.careers-page-wrapper .career-name {
  margin-top: 9%;
}
.careers-page-wrapper .career-bottom {
  margin-bottom: 1%;
  position: relative;
}
.careers-page-wrapper .last-para {
  margin-bottom: 22%;
}
.careers-page-wrapper .section-1 {
  padding-left: 10%;
}
.careers-page-wrapper .widget-container {
  max-height: 330px;
  max-width: 180px;
  width: 70%;
  margin-top: 30px;
  margin-right: 0;
  margin-left: 0;
  display: block;
  padding-left: 8%;
}
.careers-page-wrapper .widget-container .dark-blue-header-1 {
  color: #003057;
  font-size: 18px;
  font-weight: bold;
}
.careers-page-wrapper .widget-container .box-1 {
  padding: 10px 22px !important;
  max-width: 230px !important;
  min-height: 220px !important;
}
.careers-page-wrapper .blue-border-box {
  position: absolute;
  background-color: #fff;
  top: 550px;
  left: 40px;
  border-width: 2px;
  border-color: #003057;
  border-style: solid;
  max-width: 280px;
  min-height: 198px;
  height: auto;
  width: 80% !important;
  padding: 20px;
  padding-left: 25px;
  overflow: hidden;
}
.careers-page-wrapper .blue-border-box .btn-advisor {
  margin-left: -10px;
}
.careers-page-wrapper .bonds-image {
  position: absolute;
  left: 5px;
  top: 450px;
}
.careers-page-wrapper .career-callout {
  margin-top: 100px;
  margin-bottom: 100px;
}
.careers-page-wrapper .career-callout .btn-advisor {
  margin-left: -10px;
}
.careers-page-wrapper .career-box {
  border: 1px solid #0f2e39 !important;
  overflow: hidden;
}
.careers-page-wrapper .quote-name {
  padding-bottom: 16%;
}
.careers-page-wrapper .right-side-career {
  padding-left: 0;
  font-size: 17px;
}
.careers-page-wrapper .right-side-career .paragraph-text {
  margin-top: 1.2em;
  font-size: 17px;
  font-weight: 400;
}
.careers-page-wrapper .right-side-career .green-links {
  color: #688b26;
  text-decoration: underline;
  font-size: 17px;
  font-weight: 200;
}
.careers-page-wrapper .right-side-career h2 {
  font-size: 19px;
  font-weight: 600;
}
.careers-page-wrapper .green-callbox {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8eac18+0,88aa00+88,6c842f+99,72aa00+100 */
  background: #8eac18;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlYWMxOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iIzg4YWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzZjODQyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MmFhMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #8eac18 0%, #88aa00 88%, #6c842f 99%, #72aa00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #8eac18 0%, #88aa00 88%, #6c842f 99%, #72aa00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #8eac18 0%, #88aa00 88%, #6c842f 99%, #72aa00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8eac18', endColorstr='#72aa00', GradientType=0);
  /* IE6-8 */
  color: white;
  height: 202px;
  max-width: 280px;
  width: 100%;
  margin-top: -50px;
  padding: 20px;
  padding-left: 40px;
  position: absolute;
  left: 5em;
}
.careers-page-wrapper .green-callbox .white-header-2 {
  font-size: 18px;
  font-weight: 400;
}
.careers-page-wrapper .green-callbox .green-box-para {
  margin-bottom: 10%;
}
.careers-page-wrapper .financial-advisors-body-image {
  position: relative;
  height: 400px;
  background: url("../images/careers/Build-your-business-as-a-Financial-Advisor-at-Stifel.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.careers-page-wrapper .financial-advisor-image {
  width: 100%;
  height: auto;
  z-index: 80;
}
@media (max-width: 991px) {
  .careers-page-wrapper .career-body-image {
    background: none;
    height: 200px;
  }
  .careers-page-wrapper .green-callbox {
    max-width: 1200px;
    text-align: center;
    padding-left: 15px;
    position: relative;
    left: 0px;
  }
  .careers-page-wrapper .green-callbox .green-box-para {
    max-width: 1200px;
    margin-bottom: 30px;
  }
  .ir-icon-link {
    margin-left: 15px;
  }
}
.careers-page-wrapper .callout-row {
  margin-top: 10%;
  margin-bottom: 0.5%;
}
.careers-page-wrapper .career-row {
  clear: both;
  margin-top: -10%;
}
.careers-page-wrapper .hero-box {
  margin-left: 4%;
  margin-right: 4%;
}
.careers-page-wrapper .side-bar-quote2 {
  margin-top: 20%;
  padding-left: 20%;
}
.careers-page-wrapper .gray-wrap-around {
  background-color: gray !important;
  height: 100%;
  width: 100%;
}
.careers-page-wrapper .bttm-career {
  position: relative;
}
.borderless {
  border: none !important;
  padding: 0px !important;
}
/******************************************************************************************************** End Careers*************************************************************************************/

/* ******************************************************************************************************Contact Branch **********************************************************************************/

.contact-branch-wrap {
  margin-top: 4%;
}
.contact-branch-wrap .sample-logo {
  height: 30px;
  width: auto;
}
.contact-branch-wrap .modal-header .close {
  color: white !important;
  text-shadow: none !important;
  font-weight: 100 !important;
  font-size: 16px !important;
  margin-top: 7px !important;
  margin-right: -1px;
  opacity: 0.6 !important;
}
.contact-branch-wrap .sidebar3 {
  background-image: url('../images/home/navblue.png');
  max-height: 700px;
  min-height: 700px;
}
.contact-branch-wrap .sidebar3 .left-border {
  padding-bottom: 15px;
}
.contact-branch-wrap .get-directions {
  text-decoration: underline;
  font-size: 18px;
  font-weight: 100;
}
.contact-branch-wrap .gray-address-box {
  background-color: #f1f1f1;
  width: 100%;
  height: auto;
  padding: 3%;
}
.contact-branch-wrap .contact-info {
  font-size: 18px;
  font-weight: 100;
}
.contact-branch-wrap .address {
  font-weight: 400;
}
.contact-branch-wrap .btn-modal {
  color: white;
  padding: 4px 14px;
  font-size: 20px;
  font-weight: 300 !important;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
  background-color: #003057;
}
.contact-branch-wrap .modal-body {
  padding: 4%;
}
.contact-branch-wrap .btn-modal:hover {
  background-color: #001f37;
  color: white;
}
.contact-branch-wrap .modal-header {
  background-color: #082e47;
}
.contact-branch-wrap .modal-title {
  font-size: 18px;
  font-weight: 400;
  color: white;
  padding-left: 1%;
  padding-top: 1%;
  letter-spacing: 0.4px;
}
.contact-branch-wrap .modal-content {
  border-radius: 0% !important;
}
.contact-branch-wrap .right-bottom-contact {
  font-size: 12px !important;
  color: #808080;
}
.contact-branch-wrap .right-bottom-contact h5 {
  color: #3e3e3e;
}
.contact-branch-wrap .hours-ul li {
  padding: 0.1%;
}
.contact-branch-wrap .btn-modal-two {
  color: white;
  padding: 4px 18px;
  font-size: 14px;
  font-weight: 500;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
  background-color: #0c78c3;
}
.contact-branch-wrap .btn-modal-two:hover {
  color: white;
  background-color: #003057;
}
.contact-branch-wrap .btn-submit {
  color: white;
  padding: 4px 18px;
  font-size: 14px;
  font-weight: 500;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
  background-color: #003057;
}
.contact-branch-wrap .btn-submit:hover {
  background-color: #001f37;
  color: white;
}
.contact-branch-wrap .modal-footer {
  border-top: none !important;
}
.contact-branch-wrap .gray-disclaimer-box {
  background-color: #f0f0f0;
  height: 100%;
  padding: 2%;
  width: 96%;
  margin-bottom: 4% !important;
  margin: 0 auto;
}
.contact-branch-wrap .modal {
  top: 5%;
}
.contact-branch-wrap textarea {
  width: 100%;
}
.contact-branch-wrap .sidebar-menu {
  padding-left: 20%;
}
.contact-branch-wrap .blue-text1 {
  color: #0c78c3;
  font-weight: 300;
}
.contact-branch-wrap .family-para {
  font-size: 18px;
  font-weight: 300;
  margin-top: 5%;
}
.contact-branch-wrap .branch-image {
  margin-top: 5%;
  margin-bottom: 15%;
}
#officemap {
  background-image: url('/images/services/PublicFinance/States/default.png');
  width: 412px;
  height: 274px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.OfficeMapLinks {
  position: absolute;
  z-index: 1;
  padding: 10px 0 0 500px;
}
/************************************************************************************************************* End Contact Branch *******************************************************************************/

/*@media (max-width:764px) {
    .contact-page-wrapper .card {
    border: 1px solid gray;
    margin-bottom: 0%;
    min-width: 100%;
    margin-top: 5%;
    }
       .contact-page-wrapper .contact-hero .contact-header {
        font-size: 57px;
        font-weight: 500;
        margin-top: 30%; /*180px;}*/

/*------------------------------------------------------------------------------------------------------------------------------------------------------*/

#left {
  float: left;
  /*width: 100px;*/
  margin-left: 15%;
  font-size: calc(21px);
  color: #fff;
}
#right {
  float: right;
  margin-right: 15%;
  /*width:100px;*/
  font-size: calc(21px);
  color: #fff;
}
#center {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  /*width:100px;*/
  text-align: center;
  font-size: 25px;
}
.headline-title {
  font-size: 20px;
  color: #fff;
  font-weight: lighter;
  margin-left: 5%;
  text-decoration: underline;
}
.headline-title-date {
  font-size: 15px;
  margin-left: 5%;
}
.hero-landing-2 {
  /*background-image: url("../images/home/home-alt-4.jpg");*/
  width: 96%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
  padding-bottom: 200px;
}
.hero-landing-2 .hero-header-2 {
  font-size: calc(23px);
  line-height: calc(27px);
  /*margin-top: 35%;*/
  color: #575757;
}
.hero-landing-2 .hero-sub-header-2 {
  font-size: 30px;
  line-height: calc(13px);
  color: #575757;
}
.hero-landing-2 .your-2 {
  font-style: italic;
  font-size: 30px;
  line-height: calc(13px);
  color: #575757;
  font-weight: bolder;
}
.core-service-offerings {
  float: right;
  width: 40%;
  position: relative;
  top: -20px;
}
@media (max-width: 658px) {
  .investor-relations-page .hero-landing-investor-relations {
    background-image: none;
  }
  .blue-text1-herosub {
    color: #2472b2;
    font-weight: 300;
    font-size: 16pt;
  }
  .list-left {
    width: auto;
    /*padding:10px;*/
    float: none;
  }
  .list-right {
    width: auto;
    /*padding:10px;*/
    float: none;
  }
  #stock-data {
    height: 175px;
    color: #444;
    padding: 10px 15px 10px 15px;
    font-size: 12px;
    border: solid 1px #baccf1;
    background-color: #cdd5e3;
    background-repeat: repeat-y;
    background-image: url(../images/investor-relations/stock-data-bg.png);
    background-image: -moz-linear-gradient(top, #e6ebf2 0%, #cdd5e3 100%);
    background-image: -o-linear-gradient(top, #e6ebf2 0%, #cdd5e3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e6ebf2), color-stop(1, #cdd5e3));
    background-image: -webkit-linear-gradient(top, #e6ebf2 0%, #cdd5e3 100%);
    background-image: linear-gradient(to bottom, #e6ebf2 0%, #cdd5e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ebf2', endColorstr='#cdd5e3', GradientType=1);
  }
}
@media (max-width: 767px) {
  .about-us-page-wrapper .section-seven-us .blue-callouts {
    min-height: 190px;
    width: 350px;
    padding: 5%;
    /*margin: 5%;*/
  
  }
  .FAtop {
    font-size: 10pt;
    margin-top: 2%;
    padding-bottom: 10%;
    padding-left: 65%;
    text-decoration: underline;
    color: #575757;
  }
  .btn-blue-left {
    background-color: #2472b2;
    color: white;
    padding: 7px 30px;
    font-size: 16px;
    padding-left: 15px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 26px;
    margin-right: 32px;
    margin-bottom: 15px;
    width: 250px;
  }
  .btn-blue-left:hover {
    background-color: #003057;
    text-decoration: none;
    color: white;
  }
  .btn-blue {
    background-color: #2472b2;
    color: white;
    padding: 7px 30px;
    font-size: 16px;
    padding-left: 15px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 26px;
    width: 250px;
  }
  .btn-blue:hover {
    background-color: #003057;
    text-decoration: none;
    color: white;
  }
  .infographic-research-award-text {
    color: #a7a7a7;
    font-size: 14px;
    white-space: nowrap;
  }
}
.cma-btn-blue {
  background-color: #2472b2;
  color: white;
  padding: 7px 30px;
  font-size: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
  width: 250px;
}
.cma-btn-blue:hover {
  background-color: #003057;
  text-decoration: none;
  color: white;
}
.inline {
  display: inline-block;
}
@media (min-width: 992px) {
  .access-card-box-online-access-btn-group {
    margin-top: 70px;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .about-you-body .green-callbox {
    /* IE10+ */
    background-image: -ms-linear-gradient(top, #8EAC18 30%, #545454 170%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #8EAC18 30%, #545454 170%);
    /* Opera */
    background-image: -o-linear-gradient(top, #8EAC18 30%, #545454 170%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30, #8EAC18), color-stop(170, #545454));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #8EAC18 30%, #545454 170%);
    /* W3C Markup */
    background-image: linear-gradient(to bottom, #8EAC18 30%, #545454 170%);
    color: white;
    height: 300px;
    width: 340px;
    margin-top: 50px;
    padding: 60px;
    padding-left: 80px;
  }
  .about-us-page-wrapper .section-six-us .callout-header {
    font-size: 28px;
  }
  .about-us-page-wrapper .section-seven-us .blue-callouts {
    min-height: 190px;
    padding: 10%;
    margin: 5%;
  }
  .about-us-page-wrapper .middle-text p {
    font-size: 14px;
    font-weight: 500;
  }
  .about-us-page-wrapper .blue-header-1 {
    margin-top: 10px;
    text-align: left;
    font-size: 22px;
  }
  .about-us-page-wrapper .section-seven-us .blue-callouts .us-btn {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 26px;
    background-color: #0c78c3;
    color: white;
  }
  .box-right {
    margin-right: 0;
  }
  .links-section p {
    font-size: 11pt;
    padding-top: 11px;
    padding-left: 15px;
  }
  .contact-page-wrapper .card {
    margin-top: 1%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .access-card-box-online-access-btn-group {
    margin-top: 70px;
  }
}
@media (max-width: 1200px) {
  .list-left {
    width: auto;
    float: none;
  }
  .list-right {
    width: auto;
    float: none;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }
  .top-row-nav {
    margin-top: 50px;
  }
  /*.navbar li {
          display: block !important;
      }*/
  
  .bottom-row-nav li {
    float: none !important;
    display: block !important;
    margin: 0 auto !important;
  }
  .top-row-nav li {
    float: none !important;
    /*display: block !important;*/
    margin: 0 auto !important;
    padding: 18px;
  }
  .about-us-page-wrapper .blue-header-1 {
    margin-top: 10px;
    text-align: left;
  }
  .bio-title {
    display: inline-block;
    color: #2472b2;
  }
}
@media (max-width: 768px) {
  #ir-stock-left {
    display: none;
  }
}
/* Temporary class for CONC-943 */

.marischen-name {
  display: inline-block;
  width: 175px;
  color: black;
  font-size: 17px;
}
@media (max-width: 400px) {
  .marischen-name {
    width: auto;
  }
}
/* View Ports for Public Finance locations map */

@media (max-width: 991px) {
  .map-links {
    padding-top: 35px;
    padding-left: 30%;
  }
}
@media (max-width: 376px) {
  .map-links {
    padding-left: 25%;
  }
  #officemap {
    background-image: url('/images/services/PublicFinance/States/default.png');
    width: 374px;
    height: 263px;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 361px) {
  .map-links {
    padding-left: 25%;
  }
  #officemap {
    background-image: url('/images/services/PublicFinance/States/default.png');
    width: 358px;
    height: 229px;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 321px) {
  .map-links {
    padding-left: 25%;
  }
  #officemap {
    background-image: url('/images/services/PublicFinance/States/default.png');
    width: 318px;
    height: 204px;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
#individuals-info-box {
  text-align: center;
  width: 300px;
  background-color: #2472b2;
  float: right;
  margin-left: 16px;
  margin-top: -30px;
  margin-bottom: 10px;
  padding: 22px;
  color: white;
}
@media (max-width: 660px) {
  #individuals-info-box {
    float: initial;
    width: 100%;
    margin: 6px 0 0 0;
  }
}
#individuals-info-box .text {
  font-size: 15px;
  margin-bottom: 4px;
}
#individuals-info-box #listen-button {
  color: #000;
  padding: 7px 30px;
  margin-top: 10px;
  font-size: 16px;
  -webkit-border-radius: 16px !important;
  -moz-border-radius: 16px !important;
  border-radius: 26px;
  font-weight: 300;
  background-color: #003057;
  color: white;
}
#individuals-info-box #listen-button:hover {
  background-color: #1C5C8E;
  text-decoration: none;
  color: white;
  cursor: pointer;
}
#blue-info-box {
  text-align: center;
  width: 280px;
  padding-left: 5%;
  position: relative;
  background-color: #2472b2;
  float: left;
  margin-top: -20px;
  margin-bottom: 10px;
  padding: 22px;
  color: white;
}
#blue-info-box .text {
  font-size: 15px;
  margin-bottom: 4px;
}
#blue-info-box #listen-button {
  color: #000;
  padding: 7px 30px;
  margin-top: 10px;
  font-size: 16px;
  -webkit-border-radius: 16px !important;
  -moz-border-radius: 16px !important;
  border-radius: 26px;
  font-weight: 300;
  background-color: #003057;
  color: white;
}
#blue-info-box #listen-button:hover {
  background-color: #1C5C8E;
  text-decoration: none;
  color: white;
  cursor: pointer;
}
.wealth-tracker-app {
  width: 64px;
  position: relative;
  margin-left: 14px;
  margin-top: -30px;
  border-radius: 10px;
  border: #222 solid 2px;
}
#cma-sidebar-box {
  text-align: center;
  width: 280px;
  padding-left: 5%;
  position: relative;
  background-color: #2472b2;
  float: left;
  margin-top: -20px;
  margin-bottom: 40px;
  padding: 22px;
  color: white;
}
#cma-sidebar-box .text {
  font-size: 15px;
  margin-bottom: 4px;
}
#cma-sidebar-box #listen-button {
  color: #000;
  padding: 7px 20px;
  margin-top: 10px;
  font-size: 16px;
  -webkit-border-radius: 16px !important;
  -moz-border-radius: 16px !important;
  border-radius: 26px;
  font-weight: 300;
  background-color: #003057;
  color: white;
}
#cma-sidebar-box #listen-button:hover {
  background-color: #1C5C8E;
  text-decoration: none;
  color: white;
  cursor: pointer;
}
@media screen and (min-width: 420px) and (max-width: 767px) {
  .cma-sidebar {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #cma-sidebar-box {
    width: max-content;
  }
}
.cma-sidebar-a {
  position: relative;
  padding-left: 5%;
  background-size: cover;
  background-repeat: round;
  padding-top: 6px;
  padding-bottom: 6px;
  max-width: 400px;
  min-width: 240px;
  width: 100%;
  margin-bottom: 35px;
  margin-top: -30px;
}
.cma-sidebar-a a:hover {
  text-decoration: underline;
}
/*COVID Message*/

.ib-spotlight {
  background-color: #003057;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
  position: relative;
  overflow: hidden;
  border-top: solid 5px #325978;
  margin-bottom: 25px;
}
.ib-spotlight p {
  margin: 0;
  display: block;
  color: #ffffff;
  line-height: 1.4em;
}
.circle {
  position: relative;
  margin-top: -15px;
  margin-left: -5px;
  padding: 20px;
  border-radius: 5em;
  background-color: #5a8e33;
  height: 110px;
  width: 110px;
  -ms-grid-column-align: start;
  justify-self: start;
}
.circle p {
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
}
.spotlight-heading {
  margin-bottom: 0.5em;
  max-width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: center;
  align-self: center;
  justify-self: center;
  text-align: center;
  padding: 20px 10px;
}
.spotlight-heading .main {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2em;
}
.spotlight-heading .sub {
  font-size: 22px;
}
.spotlight-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 122px;
}
.spotlight-img {
  height: 122px;
  width: 122px;
  background: #000;
  display: block;
  margin-bottom: 5px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.spotlight-bio-text {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  letter-spacing: 0.025em;
}
.spotlight-bio-text .main {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.spotlight-bio-text .sub {
  font-size: 10px;
  font-style: italic;
  text-align: center;
}
.ib-spotlight a {
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  max-width: 170px;
  font-size: 14px;
  padding: 0.75em 2em;
  border: solid 0 #2472b2;
  background-color: #2472b2;
  color: #fff;
  border-radius: 3em;
  cursor: pointer;
  letter-spacing: 0.025em;
  line-height: 1em;
  text-decoration: none;
  margin: 0;
  margin-top: 6px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  align-self: center;
}
.ib-spotlight a:hover {
  background-color: #022b42;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.ib-spotlight a:focus {
  background-color: #022b42;
  -webkit-box-shadow: 0 0 0 1px #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media screen and (max-width: 767px) {
  .ib-spotlight {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 500px) {
  .ib-spotlight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 300px;
    margin: 10px auto;
  }
  .spotlight-bio {
    align-self: center;
  }
}
.redirect-box {
  text-align: center;
  padding: 1em;
  margin: auto;
  margin-bottom: 2em;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.25);
  width: 50%;
}
.redirect-message {
  margin: auto;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #2472b2;
}
.modal-frame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 48, 87, 0.4);
  z-index: 10;
}
.modal-popup {
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-color: white;
  border-radius: 5px;
  box-shadow: 0px 4px 30px rgba(0, 48, 87, 0.5);
  background-color: white;
  width: 33%;
  left: 33%;
  top: 33%;
  padding-bottom: 2em;
}
@media (max-width: 767px), (pointer: none), (pointer: coarse) {
  .modal-popup {
    width: 80%;
    left: 10%;
    top: 10%;
  }
}
.wealth-tracker-promo h2 {
  color: #2472B2;
  font-size: 26px;
  margin-left: 1em;
  font-weight: 700;
}
.wealth-tracker-promo p {
  color: #333333;
  font-size: 16px;
  margin: 1em;
}
.wealth-tracker-promo a {
  border-radius: 1em;
  background-color: #2472b2;
  color: white;
  text-decoration: none;
  padding: 0.5em 1em;
  margin: 3em;
}
.wealth-tracker-promo header {
  background-image: linear-gradient(to bottom, #003057, #013864, #024578);
  border-radius: 5px 5px 0 0;
}
.wealth-tracker-promo .close-button {
  cursor: pointer;
  float: right;
  margin-right: 1em;
  margin-top: 0.5em;
  padding: 4.5px;
}
.wealth-tracker-promo .close-button img {
  width: 25px;
  height: 25px;
}
.wealth-tracker-promo header .modal-header-graphic {
  width: 190px;
  margin-left: 1em;
}
#insights-bar {
  background-color: #ddebfa;
  width: 100%;
  display: block;
  text-decoration: none;
  margin: 0;
  transition: box-shadow ease 0.2s;
}
#insights-bar:hover {
  -webkit-box-shadow: inset 0 -2px 0 0 rgba(100, 186, 247, 0.5);
  box-shadow: inset 0 -2px 0 0 rgba(100, 186, 247, 0.5);
}
#insights-bar:focus {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 2px #64baf7;
  box-shadow: inset 0 0 0 2px #64baf7;
}
#insights-bar:active #insights-icon {
  background-color: #47b3ff !important;
  transition: background-color ease 0.1s;
}
#insights-bar p {
  display: block;
  color: #003057;
  font-size: 20px;
  font-family: "Fira Sans", calibri, sans-serif;
  font-style: italic;
  margin: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 0.25em 0.5em 0.25em 0.5em;
  text-decoration: none;
}
#insights-bar em {
  font-weight: bold;
  font-style: normal;
}
.insights-container {
  width: 100%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 920px;
}
#insights-icon {
  position: relative;
  display: inline-block;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 47px;
  width: 47px;
  min-width: 47px;
  min-height: 47px;
  padding: 2px;
  background-color: #64baf7;
  overflow: hidden;
  outline: none;
  align-self: center;
}
#insights-bar #insights-icon {
  margin-bottom: 0 !important;
}
#mic,
#insights-icon .ring {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#insights-bar:hover .ring,
#insights-bar:focus .ring {
  -webkit-animation: ring-pulse ease forwards infinite 1s;
  animation: ring-pulse ease forwards 2 1s;
}
.ring {
  border: solid 2px #ffffff;
  border-radius: 60px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#insights-bar .ring1 {
  width: 61px;
  height: 61px;
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
#insights-bar .ring2 {
  width: 47px;
  height: 47px;
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}
#insights-bar .ring3 {
  width: 33px;
  height: 33px;
  -webkit-animation-delay: -0.2s !important;
  animation-delay: -0.2s !important;
}
@-webkit-keyframes ring-pulse {
  0% {
    border-color: #ffffff;
  }
  50% {
    border-color: rgba(255, 255, 255, 0.35);
  }
  100% {
    border-color: #ffffff;
  }
}
@keyframes ring-pulse {
  0% {
    border-color: #ffffff;
  }
  50% {
    border-color: rgba(255, 255, 255, 0.35);
  }
  100% {
    border-color: #ffffff;
  }
}
@media (prefers-reduced-motion: reduce) {
  #insights-bar:hover .ring,
  #insights-bar:focus .ring {
    -webkit-animation: none !important;
    animation: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .insights-container {
    max-width: 916px;
  }
}
@media screen and (max-width: 991px) {
  .insights-container {
    max-width: 722px;
  }
}
@media screen and (max-width: 750px) {
  .insights-container {
    padding: 5px;
  }
  #insights-bar p {
    padding: 0 0.5em 0 0.5em;
  }
}
@media screen and (max-width: 750px) {
  #insights-bar p {
    font-size: 16px;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 381px) {
  #insights-bar em {
    padding-left: 0.1em;
  }
}
@media screen and (max-width: 380px) {
  #insights-bar p {
    text-align: center;
  }
  .insights-container {
    flex-direction: column;
  }
  #insights-bar #insights-icon {
    margin-bottom: 5px !important;
  }
}
iframe.youtube {
  display: none;
}
.video-overlay img {
  cursor: pointer;
}
table.careersBenefitsTable td:first-child {
  font-weight: bold !important;
}
.inline-heading {
  font-weight: bold;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*be sure to take a look at nav-props.css*/

/*Main header*/

.main-page-header {
  padding-bottom: 17px;
  /*
  .log-in {
    --icon: url(/images/home/nav/Login-Icon.svg);
  }

  .expand {
    --icon: url(/images/home/nav/Menu-Icon.svg);
  }
  */

  /*desktop menu*/

  /*when the login is open*/

  /*login*/

  /*mobile menu*/

  /*non-mobile menu*/

  /*
  @keyframes CloseAnim {
    0% {
      background-size: var(--icon-background-size);
      background-position-y: var(--icon-position-y);
      background-position-x: var(--icon-position-x);
      background-image: var(--icon);
    }

    49% {
      background-size: 0%;
      background-position-y: var(--icon-shrink-position-y);
      background-position-x: var(--icon-shrink-position-x);
      background-image: var(--icon);
    }

    51% {
      background-size: 0%;
      background-position-y: var(--icon-shrink-position-y);
      background-position-x: var(--icon-shrink-position-x);
      background-image: url(/images/home/nav/close-Icon.svg);
    }

    100% {
      background-size: var(--icon-background-size);
      background-position-y: var(--icon-position-y);
      background-position-x: var(--icon-position-x);
      background-image: url(/images/home/nav/close-Icon.svg);
    }
  }
  */

  /*desktop vs mobile*/

}
.main-page-header .log-in,
.main-page-header .expand {
  color: #022B42;
  background-clip: border-box;
  background-repeat: no-repeat;
  background-origin: content-box;
  animation-duration: 0.2s;
  animation-timing-function: linear;
  animation-name: CloseAnim;
  animation-direction: reverse;
  border-style: solid;
  border-color: transparent;
  will-change: transform;
  /*
    background-position-x: var(--icon-position-x);
    background-position-y: var(--icon-position-y);
    background-size: var(--icon-background-size);
    background-image: var(--icon);
    */

}
.main-page-header .log-in:hover,
.main-page-header .expand:hover {
  background-color: #ddd;
  color: #003057;
  border-style: solid;
}
.main-page-header .btn {
  border-radius: 26px;
  padding: 7px 55px;
  color: #003057;
  font-size: 12pt;
  background-color: white;
}
.main-page-header .btn:hover {
  background-color: #D8E1E9;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.main-page-header .btn:focus {
  border-color: #022B42;
}
.main-page-header.open_login :focus {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px #003057;
  outline: none;
}
.main-page-header nav {
  z-index: 401;
}
.main-page-header .logo {
  margin-top: 30px;
  width: 150px;
}
.main-page-header nav.desktop {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .main-page-header nav.desktop {
    margin: 0 21.5px;
    width: 96.325%;
  }
}
.main-page-header nav.desktop .gap {
  flex-grow: 1;
}
.main-page-header nav.desktop ul {
  list-style: none;
  display: flex;
  flex-direction: row;
}
.main-page-header nav.desktop li {
  margin-top: 2px;
  margin-left: 3px;
  margin-right: 2px;
}
.main-page-header nav.desktop li a:not(.navbar-find-advisor-btn) {
  border-radius: 4px;
  padding: 1em;
  display: inline-block;
  color: #003057;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.main-page-header nav.desktop li a:not(.navbar-find-advisor-btn):hover {
  background-color: #eee;
  text-decoration: none;
}
.main-page-header nav.desktop ul.top-row {
  margin-top: 20px;
  margin-right: 0;
  font-size: 13px;
}
.main-page-header nav.desktop ul.bottom-row li:first-child {
  margin-left: auto;
}
.main-page-header nav.desktop ul.bottom-row {
  margin-right: 0px;
}
.main-page-header nav.desktop ul.bottom-row li {
  font-size: 22px;
  margin: -7px 10px;
}
.main-page-header nav.desktop ul.bottom-row li a {
  padding: 10px 10px;
  color: #323D46;
}
.main-page-header nav.desktop .navbar-find-advisor-btn {
  margin-top: 3px;
  border-width: 2px;
  font-size: 13px;
}
.main-page-header.open_login nav.desktop li a:not(.navbar-find-advisor-btn) {
  color: white;
}
.main-page-header.open_login nav.desktop li a.navbar-find-advisor-btn {
  background-color: transparent;
  border-color: white;
  border-width: 2px;
}
.main-page-header.open_login nav.desktop li a:hover {
  color: #003057;
  background-color: #eee;
  text-decoration: none;
}
.main-page-header.open_login img.logo {
  filter: invert(1) brightness(2);
}
.main-page-header.open_login .wealth-tracker-floater {
  opacity: 1;
  display: block;
  visibility: visible;
  transition: opacity 0.2s linear, visibility 0.2s steps(1, jump-start);
}
.main-page-header.open_login .wealth-tracker-floater .gap {
  flex-grow: 1;
}
.main-page-header.open_login .wealth-tracker-floater .outer.gap {
  flex-grow: 2;
}
.main-page-header.open_login nav.desktop .log-in:hover {
  color: black;
  background-color: transparent;
  border-color: black;
}
.main-page-header.open_login .log-in,
.main-page-header.open_login .expand {
  filter: invert(1) brightness(1.5);
  font-weight: 700;
}
.main-page-header.open_login .log-in:hover,
.main-page-header.open_login .expand:hover {
  background-color: transparent;
  border-color: black;
}
.main-page-header:not(.open_login) li a:not(.navbar-find-advisor-btn):focus {
  box-shadow: 0 0 0 2px #003057;
  outline: none;
}
.main-page-header.open_login .log-in,
.main-page-header nav.mobile.open_menu .expand {
  animation-name: CloseAnim;
  background-image: url(/images/home/nav/close-Icon.svg);
  animation-direction: normal;
  font-weight: 500;
}
.main-page-header .access_row,
.main-page-header .access_row a[href] {
  color: #DDEBFA;
}
.main-page-header .wealth-tracker-floater {
  margin: 0 auto;
  position: absolute;
  z-index: 400;
  width: 100%;
  max-width: 100vw;
  padding-top: 110px;
  background: #003057;
  background: -moz-linear-gradient(top, #1a4568 0%, #013157 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #1a4568), color-stop(100%, #013157));
  background: -webkit-linear-gradient(top, #1a4568 0%, #013157 100%);
  background: -o-linear-gradient(top, #1a4568 0%, #013157 100%);
  background: -ms-linear-gradient(top, #1a4568 0%, #013157 100%);
  background: linear-gradient(to bottom, #1a4568 0%, #013157 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4568', endColorstr='#013157', GradientType=0);
  color: white;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s linear, visibility 0.1s steps(1);
  box-shadow: 0 2px 15px rgba(1, 12, 24, 0.75);
  padding-bottom: 50px;
}
.main-page-header .wealth-tracker-floater > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin: auto;
  margin-top: 30px;
}
.main-page-header .wealth-tracker-floater input:not([type=submit]) {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35);
  border-radius: 3px;
  height: 2.5em;
  color: #022B42;
  border-style: none;
  padding: 5px;
  font-size: 16px;
}
.main-page-header .wealth-tracker-floater input:not([type=submit]):focus {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 0 0 2px #003057, 0 0 0 3px #ffffff;
}
.main-page-header .wealth-tracker-floater img.mobile_mockup {
  width: 110px;
  height: 222px;
  margin: 2em;
  margin-top: 0;
}
.main-page-header .wealth-tracker-floater ul {
  padding-left: 1.5em;
  line-height: 1.3em;
}
.main-page-header .wealth-tracker-floater a {
  color: white;
  margin: auto 0;
  text-decoration: underline;
}
.main-page-header .wealth-tracker-floater a:hover {
  text-decoration: none;
}
.main-page-header .wealth-tracker-floater .right-part {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main-page-header .wealth-tracker-floater .right-part li {
  max-width: 500px;
  padding-bottom: 0.3em;
}
.main-page-header .wealth-tracker-floater .right-part h3 {
  font-size: 20px;
}
.main-page-header .wealth-tracker-floater .right-part .app_section {
  width: 100%;
}
.main-page-header .wealth-tracker-floater .right-part .app_section h3 {
  font-size: 16px;
}
.main-page-header .wealth-tracker-floater .left-part {
  min-width: 450px;
  display: flex;
  flex-direction: column;
  padding-right: 50px;
  font-size: 10pt;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(255, 255, 255, 0.2);
  margin: 0;
}
.main-page-header .wealth-tracker-floater .left-part h2 {
  font-size: 30pt;
}
.main-page-header .wealth-tracker-floater .left-part label {
  font-size: 10pt;
  font-weight: 100;
  margin-top: 1em;
}
.main-page-header .wealth-tracker-floater .app_stores a {
  margin: 7.5px;
}
.main-page-header .wealth-tracker-floater .app_stores a:first-child {
  margin-left: 0;
}
.main-page-header .wealth-tracker-floater .learn_more_row .btn {
  color: #003057;
  margin-right: 1em;
  text-decoration: none;
}
.main-page-header .wealth-tracker-floater .login_row {
  display: flex;
  justify-content: space-between;
  margin: 1em 0;
}
.main-page-header nav.mobile {
  width: 100%;
  flex-direction: column;
  border: 0;
}
.main-page-header nav.mobile:not(.open_menu) .pallet {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s linear, visibility 0.1s steps(1);
}
.main-page-header nav.mobile .top-outter {
  display: flex;
  width: 100%;
  max-width: 768px;
  margin: auto;
}
.main-page-header nav.mobile .top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.main-page-header nav.mobile .log-in,
.main-page-header nav.mobile .expand {
  line-height: 12px;
  text-size-adjust: 100%;
  padding: 10px;
  padding-bottom: 25px;
  border-radius: 4px;
  margin: 30px 5px 0 5px;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Fira Sans', calibri, sans-serif;
  text-decoration: none;
  /*
      --icon-position-x: center;
      --icon-position-y: 15px;
      --icon-shrink-position-x: center;
      --icon-shrink-position-y: 22px;
      --icon-background-size: 50%;
      */

}
.main-page-header nav.mobile .pallet {
  display: flex;
  gap: 10px;
  flex-direction: column;
  background-color: white;
  width: 100%;
  position: absolute;
  z-index: 401;
  padding: 10px;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s linear, visibility 0.2s steps(1, jump-start);
  box-shadow: 0 3px 4px rgba(1, 12, 24, 0.4);
  padding-bottom: 30px;
}
.main-page-header nav.mobile .pallet .row {
  margin: 0;
  display: flex;
  gap: 10px;
}
.main-page-header nav.mobile .pallet .row:after,
.main-page-header nav.mobile .pallet .row:before {
  content: none;
}
.main-page-header nav.mobile .pallet a:not(.navbar-find-advisor-btn) {
  background-color: #eee;
  color: #333;
  text-decoration: none;
  font-size: 17px;
  border-radius: 4px;
  width: 100%;
  padding: 8px;
  text-align: center;
  box-shadow: 0 1px 0 0 #bdbdbd;
}
.main-page-header nav.mobile .pallet a.navbar-find-advisor-btn {
  margin-top: 10px;
}
.main-page-header nav.mobile .pallet .row a:not(.navbar-find-advisor-btn) {
  padding: 20px;
}
.main-page-header nav.desktop li a.log-in:not(.navbar-find-advisor-btn) {
  border-color: transparent;
  padding-left: 33px;
  color: #003057;
  /*
      --icon-position-x: -15px;
      --icon-position-y: center;
      --icon-background-size: 25%;
      --icon-shrink-position-x: -10px;
      --icon-shrink-position-y: center;
      */

}
.main-page-header nav.desktop li.log-in:hover {
  border-color: transparent;
}
.main-page-header nav.desktop li.log-in:hover a {
  background-color: transparent;
}
@media screen and (max-width: 1055px) {
  .main-page-header .desktop_only {
    display: none;
  }
  .main-page-header nav.desktop {
    display: none;
  }
  .main-page-header nav.mobile {
    display: flex;
  }
  .main-page-header .wealth-tracker-floater > div {
    flex-direction: column;
    padding: 0 25px;
    align-items: center;
  }
  .main-page-header .login_row {
    margin: 20px 0;
  }
  .main-page-header .mobile_section {
    display: flex;
  }
  .main-page-header .mobile_section img.mobile_mockup {
    height: 200px;
    width: 99px;
    margin: 1em;
    margin-top: 30px;
    margin-left: 0;
  }
  .main-page-header .right-part {
    margin: 0 auto;
  }
  .main-page-header .right-part h3 {
    margin-top: 45px;
  }
  .main-page-header .mobile_section h3 {
    font-size: 16pt;
    margin-top: 15px;
  }
  .main-page-header .app_section {
    margin-top: 35px;
  }
  .main-page-header .left-part {
    padding-right: 0;
    min-width: 0;
    max-width: 600px;
    width: 100%;
  }
  .main-page-header .wealth-tracker-floater .left-part {
    border-right-style: none;
    padding-right: 0;
    max-width: 100%;
    min-width: 0;
  }
  .main-page-header .wealth-tracker-floater .left-part h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 520px) {
  .main-page-header .app_stores {
    display: flex;
    flex-direction: column;
  }
  .main-page-header div.app_stores a[href] {
    margin: 7.5px 0;
  }
  .main-page-header div.app_stores a[href] img {
    height: 30px;
  }
}
@media screen and (min-width: 1055px) {
  .main-page-header .mobile_only {
    display: none;
  }
  .main-page-header nav.desktop {
    display: flex;
  }
  .main-page-header nav.mobile {
    display: none;
  }
}
.affiliate-logo-container {
  height: 90px;
  max-width: 400px;
}
.affiliate-logo-eaton {
  text-align: center;
}
.affiliate-logo-img {
  max-width: 100%;
  max-height: 100%;
}
.affiliate-logo-text {
  margin-top: 10px;
  font-size: 14px;
  max-width: 400px;
  padding-bottom: 1em;
}
.affiliate-logo-wrapper {
  padding-top: 1em;
}
@media (max-width: 990px) {
  .affiliate-logo-top-text {
    max-width: 400px;
  }
}
.borderless-pagable-tombstones ul {
  list-style: none;
}
.borderless-pagable-tombstones ul li {
  display: inline-block;
}
.borderless-pagable-tombstones .single-box {
  padding: 10px;
  float: left;
}
.borderless-pagable-tombstones .page-num {
  margin-top: 25px;
}
.branch-landing-xs-spacing {
  display: inline-block;
  padding-left: 1em;
}
.branch-landing-bio {
  padding-top: 1em;
}
.branch-landing-locations-list {
  list-style-type: none;
  padding-left: 0;
}
.branch-landing-locations-list li {
  margin-bottom: 5px;
}
.branch-landing-office-image {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.branch-landing-phone-space {
  display: inline-block;
  min-width: 4.5em;
}
.indent-spacing {
  line-height: 14px;
  padding-bottom: 5px;
  position: relative;
  top: 2px;
}
.branch-landing-all-locations-header {
  background: #003057;
  color: white;
  padding: 8px;
  margin: 30px 0 2px 15px;
  text-align: left;
  font-size: 24px;
  font-weight: 100;
}
.branch-landing-all-locations {
  padding-left: 30px;
  margin: 0 30px 0 15px;
}
.branch-landing-state-row {
  min-height: 40px;
}
.branch-landing-state-heading {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #E3E3E3;
}
.branch-landing-state-heading-link i {
  float: left;
}
.branch-landing-state-heading-link i {
  float: right;
}
.branch-landing-state-heading-link .chevron:after {
  content: url("/images/_icons/minus-sign.png");
}
.branch-landing-state-heading-link.collapsed .chevron:after {
  content: url("/images/_icons/plus-sign.png");
}
@media (max-width: 1200px) {
  .branch-landing-financial-advisors-heading {
    padding-left: 0;
  }
  .branch-landing-financial-advisors {
    max-width: 370px;
    padding-left: 0;
  }
  .branch-landing-financial-advisors-columns {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
  .branch-landing-financial-advisors-branchFA {
    margin-left: 1.5em;
    text-indent: -1.5em;
  }
  .branch-landing-phone {
    padding-bottom: 1em;
  }
  .branch-landing-xs-spacing {
    display: inline-block;
    padding-left: 1em;
    padding-bottom: 1em;
  }
}
@media (min-width: 1200px) {
  .branch-landing-address {
    border-left: solid 1px #E3E3E3;
    align-items: center;
    justify-content: center;
  }
  .branch-landing-manager {
    border-right: solid 1px #E3E3E3;
  }
  .branch-landing-office-image {
    float: right;
    margin: 0 0 1em 1em;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  }
  .branch-landing-office-name {
    padding-left: 0;
    width: 100%;
  }
  .branch-landing-fa-image {
    float: right !important;
  }
  .branch-landing-financial-advisors {
    border-left: solid 1px #E3E3E3;
    align-items: center;
    justify-content: center;
  }
  .branch-landing-financial-advisors-branchFA {
    margin-left: 1.5em;
    text-indent: -1.5em;
  }
}
@media (max-width: 450px) {
  .branch-landing-all-locations {
    padding-left: 40px;
  }
}
.breadcrumb {
  padding: 0;
  font-size: 12px;
  background: initial;
}
.breadcrumb-parent {
  color: #2472b2;
  white-space: nowrap;
  display: inline-block;
}
.breadcrumb-current {
  color: #333;
  white-space: nowrap;
  display: inline-block;
}
/* Unique Desktop view with askew bucket content */

/* General Styling */

.home-bucket-title a,
.home-bucket-title .not-really-a-link {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #2472b2;
}
.home-bucket-title a:hover {
  text-decoration: underline;
  color: #003057;
}
.bucket-links {
  font-size: 18px;
  font-weight: 400;
  color: #2472b2;
  text-decoration: none;
}
.bucket-links:hover {
  text-decoration: underline;
  color: #003057;
}
.home-bucket-title {
  margin-top: -10px;
}
.home-bucket-para {
  font-size: 16px;
  font-weight: 300;
}
.bucket-wrapper {
  max-width: 430px;
  margin: auto;
  margin-bottom: -15%;
}
.bucket-img {
  margin-top: 10%;
  z-index: -30 !important;
  width: 100%;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.25);
}
.bucket-text-box {
  position: relative;
  z-index: 99;
  background-color: white;
  padding: 25px;
  z-index: 300 !important;
  margin: -30% auto;
  margin-bottom: 20%;
  width: 300px;
  max-width: 100%;
  margin-top: -25%;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.25);
}
.bucket-text-box ul li {
  list-style: none;
  margin-top: 10px;
  margin-left: -20px;
}
/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  .bucket-wrapper {
    margin-left: 3%;
  }
  .bucket-img {
    /* Keeping the 320:291 ratio that images were provided in */
    width: 370px;
    height: 336px;
  }
  .bucket-text-box {
    margin-left: 60%;
    margin-top: -65%;
  }
}
/* Tablets < 768px */

@media (max-width: 767px) {
  .bucket-links {
    display: none;
  }
  .bucket-text-box {
    height: 200px;
  }
}
/* Mobile < 577px */

@media (max-width: 576px) {
  .bucket-text-box {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .bucket-links {
    display: inline;
    font-size: 15px;
    line-height: 1.75em;
  }
  .bucket-text-box ul li {
    margin-top: 0px;
  }
  .bucket-text-box ul {
    margin-bottom: 0;
  }
  .home-bucket-para {
    font-size: 14px;
    margin-bottom: 10px !important;
  }
  .home-bucket-title {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .bucket-text-box {
    height: auto;
    padding: 15px;
    margin-bottom: 12%;
    width: 93%;
    margin-top: -35%;
  }
}
.client-services-btn {
  background-color: #2472B2;
  color: white;
  padding: 4px 11px;
  font-size: 12px;
  margin: 8px 0;
  min-width: 170px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
}
.client-services-btn:hover {
  background-color: #003057;
  color: white;
}
.client-services address,
.client-services dl {
  font-size: 14px;
  margin-bottom: 0;
}
.client-services dt {
  font-weight: initial;
}
.client-services-social-media ul li {
  display: inline-block;
  padding: 2px;
}
.client-services-social-media .sample-logo {
  height: auto;
  width: 30px;
  margin-bottom: 0;
}
.retail-hero {
  background-size: cover;
  background-position: center 40%;
  background-image: url(/images/services/investmentbanking/industries/consumer-and-retail.jpg);
}
.retail-transactions-link {
  color: white;
  background-color: #2472b2;
  padding: 16px;
  margin: 8px;
  border: none;
  max-width: 280px;
  min-width: 240px;
  text-align: center;
  font-size: 16px;
}
.retail-transactions-btn {
  display: block;
  background-color: #003057;
  color: #fff;
  padding: 7px 20px;
  border-radius: 26px;
  border: none;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 150px;
  text-align: center;
}
.retail-transactions-btn:hover {
  background-color: #1c5c8e;
  text-decoration: none;
  color: white;
}
.retail-read-more-box {
  text-align: center;
  width: 320px;
  background-color: #2472b2;
  float: right;
  margin-top: -30px;
  color: white;
  margin-left: 10px;
  margin-bottom: 10px;
}
.section-retail {
  margin-bottom: 25px;
}
.debt-capital-hero {
  background-size: cover;
  background-position: center 32%;
  background-image: -webkit-gradient(left top, right top, color-stop(25%, rgba(0, 48, 87, 0.85)), color-stop(85%, rgba(0, 48, 87, 0)), color-stop(100%, rgba(0, 48, 87, 0))), url(/images/services/InvestmentBanking/products/debt-capital-markets.jpg);
  background-image: -moz-linear-gradient(left, rgba(0, 48, 87, 0.85) 25%, rgba(0, 48, 87, 0) 85%, rgba(0, 48, 87, 0) 100%), url(/images/services/InvestmentBanking/products/debt-capital-markets.jpg);
  background-image: -webkit-linear-gradient(left, rgba(0, 48, 87, 0.85) 25%, rgba(0, 48, 87, 0) 85%, rgba(0, 48, 87, 0) 100%), url(/images/services/InvestmentBanking/products/debt-capital-markets.jpg);
  background-image: -o-linear-gradient(left, rgba(0, 48, 87, 0.85) 25%, rgba(0, 48, 87, 0) 85%, rgba(0, 48, 87, 0) 100%), url(/images/services/InvestmentBanking/products/debt-capital-markets.jpg);
  background-image: -ms-linear-gradient(left, rgba(0, 48, 87, 0.85) 25%, rgba(0, 48, 87, 0) 85%, rgba(0, 48, 87, 0) 100%), url(/images/services/InvestmentBanking/products/debt-capital-markets.jpg);
  background-image: linear-gradient(to right, rgba(0, 48, 87, 0.85) 25%, rgba(0, 48, 87, 0) 85%, rgba(0, 48, 87, 0) 100%), url(/images/services/InvestmentBanking/products/debt-capital-markets.jpg);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003057', endColorstr='#003057', GradientType=1);
}
.dcm-notable-transactions-btn {
  border: none;
  border-radius: 26px;
  background-color: #2472b2;
  color: #fff;
  min-width: 210px;
  font-size: 18px;
}
.section-DCM {
  margin-bottom: 75px;
}
.election {
  list-style-type: none;
}
.election-results-div {
  float: right;
  margin: 10px 15px 0 0;
}
.election-archive-items {
  margin-left: -45px;
}
@media (max-width: 991px) {
  .election-results-div {
    float: left;
    margin: 10px 15px 0 20px;
  }
  .election-archive-items {
    margin-left: -45px;
  }
}
.europe-list {
  margin-bottom: 0px;
}
.europe-list li {
  margin-bottom: 5px;
}
.europe-quote {
  font-style: italic;
  font-size: 16pt;
  border-left: 5px solid #2472B2;
  padding-left: 15px;
  color: #2472B2;
  margin-top: 25px;
  margin-bottom: 25px;
}
.europe-blue-text-hdline1 {
  color: #2472b2;
  font-weight: 300;
  font-size: 16pt;
}
.europe-blue-text-hdline2 {
  color: #2472b2;
  font-weight: bold;
  font-size: 17px;
}
.europe-bold-text {
  font-weight: bold;
  font-size: 20px;
}
.europe-infographic-ltblue {
  text-align: center;
  color: #2472b2;
  font-size: 17pt;
}
.europe-green-text {
  color: #5A8E22;
  font-size: 50px;
  font-weight: 900;
  line-height: 40pt;
}
.europe-directory-container {
  margin-bottom: 25px;
}
.europe-directory-section {
  margin-top: 25px;
}
.europe-directory-section .d-row {
  margin-top: 25px;
}
.europe-directory-section .d-names {
  font-size: 17px;
  font-weight: 500;
  display: inline;
  width: 175px;
}
.europe-directory-section .d-description {
  font-size: 14px;
  overflow: hidden;
  width: 175px;
}
@media (max-width: 400px) {
  .europe-directory-section .d-names {
    width: auto;
  }
  .europe-directory-section .d-description {
    width: auto;
  }
}
.europe-directory-section .d-header {
  font-size: 30px;
  color: #2472B2;
}
.europe-directory-section .d-image {
  height: 145px;
  float: left;
  margin-right: 16px;
}
.europe-directory-title {
  font-size: 17px;
  color: #2472b2;
}
.europe-directory-description {
  font-size: 14px;
}
@media (max-width: 991px) {
  .europe-directory-text {
    display: inline-block;
    width: 100%;
    max-width: 264px;
  }
  .europe-directory-section .d-image {
    margin-bottom: 6px;
  }
}
.europe-ib-table {
  width: 100%;
}
.europe-ib-table th {
  font-weight: 400;
}
.europe-ib-table th,
.europe-ib-table td {
  padding: 8px 14px;
}
.europe-ib-row-green {
  background-color: #5A8E22;
  color: white;
}
.europe-ib-row-blue {
  background-color: #003057;
  color: white;
}
.europe-ib-row-white {
  border: 1px solid lightgray;
}
.europe-employee {
  border-spacing: 1em;
  border-collapse: separate;
}
.europe-employee td {
  vertical-align: top;
}
.europe-employee h2 {
  color: #2472b2;
  font-weight: 300;
  font-size: calc(11px);
  margin-top: 0;
}
.europe-locations-title {
  color: #2472b2;
  font-weight: 800;
  margin-bottom: 4px;
}
.europe-news-sidebar-wrapper {
  padding-top: 24px;
}
.europe-banking-graduate-box {
  text-align: center;
  width: 320px;
  background-color: #ddebfa;
  margin-left: 16px;
  margin-top: 20px;
  padding: 22px;
  color: #003057;
}
.europe-banking-graduate-box-title {
  align-items: center;
  margin-bottom: 15px;
  line-height: 1.4em !important;
  font-size: 16px;
}
.europe-banking-graduate-box-links {
  text-decoration: underline;
}
.europe-tombstones .static-tombstone {
  width: 91px;
  height: 128px;
}
.europe-bio-container {
  max-width: 250px;
  min-width: 225px;
  max-height: 250px;
  min-height: 225px;
  padding: 0;
}
.europe-bio {
  width: 200px;
  height: 200px;
  background-size: 100%;
}
/*bio images*/

/* 
    This is carried over from styleNew.css and should be
    replaced with another solution in the future
*/

.ashton-stifeleurope-bio {
  background-image: url('/images/services/Institutional/StifelEurope/Team/Ashton-1-Bio.jpg');
}
.ashton-stifeleurope-bio:hover {
  background-image: url('/images/services/Institutional/StifelEurope/Team/Ashton-2-Bio.jpg');
}
.attarzadeh-stifeleurope-bio {
  background-image: url('/images/services/Institutional/StifelEurope/Team/Attarzadeh-1-Bio.jpg');
}
.attarzadeh-stifeleurope-bio:hover {
  background-image: url('/images/services/Institutional/StifelEurope/Team/Attarzadeh-2-Bio.jpg');
}
.francoy-stifeleurope-bio {
  background-image: url('/images/services/Institutional/StifelEurope/Team/Francoy-1-Bio.jpg');
}
.francoy-stifeleurope-bio:hover {
  background-image: url('/images/services/Institutional/StifelEurope/Team/Francoy-2-Bio.jpg');
}
.jones-stifeleurope-bio {
  background-image: url('/images/services/Institutional/StifelEurope/Team/Jones-1-Bio.jpg');
}
.jones-stifeleurope-bio:hover {
  background-image: url('/images/services/Institutional/StifelEurope/Team/Jones-2-Bio.jpg');
}
.kirchner-stifeleurope-bio {
  background-image: url('/images/services/Institutional/StifelEurope/Team/Kirchner-1-Bio.jpg');
}
.kirchner-stifeleurope-bio:hover {
  background-image: url('/images/services/Institutional/StifelEurope/Team/Kirchner-2-Bio.jpg');
}
.levy-stifeleurope-bio {
  background-image: url('/images/services/Institutional/StifelEurope/Team/Levy-1-Bio.jpg');
}
.levy-stifeleurope-bio:hover {
  background-image: url('/images/services/Institutional/StifelEurope/Team/Levy-2-Bio.jpg');
}
.makepeace-stifeleurope-bio {
  background-image: url('/images/services/Institutional/StifelEurope/Team/Makepeace-1-Bio.jpg');
}
.makepeace-stifeleurope-bio:hover {
  background-image: url('/images/services/Institutional/StifelEurope/Team/Makepeace-2-Bio.jpg');
}
.mann-stifeleurope-bio {
  background-image: url('/images/services/Institutional/StifelEurope/Team/Mann-1-Bio.jpg');
}
.mann-stifeleurope-bio:hover {
  background-image: url('/images/services/Institutional/StifelEurope/Team/Mann-2-Bio.jpg');
}
.nesi-stifeleurope-bio {
  background-image: url('/images/services/Institutional/StifelEurope/Team/Nesi-1-Bio.jpg');
}
.nesi-stifeleurope-bio:hover {
  background-image: url('/images/services/Institutional/StifelEurope/Team/Nesi-2-Bio.jpg');
}
.oleary-stifeleurope-bio {
  background-image: url('/images/services/Institutional/StifelEurope/Team/OLeary-1-Bio.jpg');
}
.oleary-stifeleurope-bio:hover {
  background-image: url('/images/services/Institutional/StifelEurope/Team/OLeary-2-Bio.jpg');
}
.owen-stifeleurope-bio {
  background-image: url('/images/services/Institutional/StifelEurope/Team/Owen-1-Bio.jpg');
}
.owen-stifeleurope-bio:hover {
  background-image: url('/images/services/Institutional/StifelEurope/Team/Owen-2-Bio.jpg');
}
.oberhuber-stifeleurope-bio {
  background-image: url('/images/services/Institutional/StifelEurope/Team/Oberhuber-1-Bio.jpg');
}
.oberhuber-stifeleurope-bio:hover {
  background-image: url('/images/services/Institutional/StifelEurope/Team/Oberhuber-2-Bio.jpg');
}
.mennis-stifeleurope-bio {
  background-image: url('/images/services/Institutional/StifelEurope/Team/Mennis-1-Bio.jpg');
}
.mennis-stifeleurope-bio:hover {
  background-image: url('/images/services/Institutional/StifelEurope/Team/Mennis-2-Bio.jpg');
}
.kneller-stifeleurope-bio {
  background-image: url('/images/services/Institutional/StifelEurope/Team/Kneller-1-Bio.jpg');
}
.kneller-stifeleurope-bio:hover {
  background-image: url('/images/services/Institutional/StifelEurope/Team/Kneller-2-Bio.jpg');
}
/*SEBA Disclosures*/

.seba-page-container h3 {
  font-size: 16px;
}
.seba-page-container .seba-list {
  padding-left: 25px;
}
.seba-page-container .seba-list ul {
  padding-left: 56px;
}
.fa-landing-photo {
  width: 104px;
  height: 141px;
  display: inline;
}
.fa-landing-photo-wrapper {
  min-width: 110px;
}
.fa-landing-name {
  font-size: 34px;
  color: #2472b2;
}
.fa-landing-address {
  border-left: 1px solid #b2b2b2;
  padding: 10px;
}
.fa-landing-address dl {
  margin: auto 0;
}
.fa-landing-email-image {
  min-width: 80px;
  cursor: pointer;
  background: url('../../images/Fa/email.png') no-repeat left;
}
.fa-landing-email-image:hover {
  background: url('../../images/Fa/email-hover.png') no-repeat left;
}
.fa-landing-email-image-placeholder {
  visibility: hidden;
}
.fa-landing-phone {
  padding-top: 30px;
}
.fa-landing-phone dl {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.fa-landing-phone dt {
  font-weight: normal;
  float: left;
  width: 38%;
  padding: 0;
  margin: 0;
}
.fa-landing-phone dd {
  float: left;
  width: 62%;
  padding: 0;
  margin: 0;
}
.fa-landing-phone-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .fa-landing-name-wrapper {
    height: 141px;
    display: flex;
    align-items: center;
  }
  .fa-landing-name {
    font-size: 20px;
    display: inline-block;
  }
  .fa-landing-phone,
  .fa-landing-address {
    margin-left: 110px;
  }
  .fa-landing-phone {
    padding-top: 0;
  }
  .fa-landing-phone dt {
    padding-top: 5px;
    float: initial;
    width: 60px;
    display: inline-block;
  }
  .fa-landing-phone dd {
    padding-top: 4px;
    float: initial;
    display: initial;
  }
  dd.fa-landing-phone-desktop {
    display: none;
  }
  .fa-landing-phone-mobile {
    display: initial;
  }
  .fa-landing-address {
    border-left: none;
    padding: 15px;
  }
}
.find-advisor-sidebar {
  background-image: url("../../images/home/side-gray.png");
  background-size: 100% 100%;
  min-width: 245px;
}
.find-advisor-sidebar-title {
  background: #003057;
  color: #fff;
  padding: 10px;
  font-size: 18px;
}
.find-advisor-sidebar-search-form {
  padding: 0 30px;
}
.find-advisor-sidebar-client-services {
  padding: 10px 0 0 15px;
  clear: both;
}
.find-advisor-sidebar-client-services-title {
  color: #2472b2;
  font-size: 30px;
  font-weight: 500;
}
.find-advisor-select-one {
  font-size: 13pt;
  font-weight: 700;
  color: #003057;
}
.find-advisor-select {
  padding: 0 1.5em;
}
.find-advisor-error {
  padding: 4px;
  text-align: center;
  margin-bottom: 5px;
}
.find-advisor-box-padding {
  padding: 10px 0 10px 0;
}
.find-advisor-near-you-btn {
  background-color: #527316;
  color: white;
  padding: 10px 35px 10px 35px;
  font-size: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
  text-align: left;
  margin-bottom: 15px;
}
.find-advisor-near-you-btn:hover {
  background-color: #425B12;
  color: white;
}
.find-stifel-box-wrap {
  border-style: solid;
  border-radius: 2em;
}
.near-you-header {
  border-radius: 2em;
}
.find-advisor-box {
  display: none;
  background-color: white;
  max-width: 100%;
}
.contact-us-box {
  display: none;
}
.show-contact-us-box .contact-us-box {
  display: block;
}
.show-find-advisor-box .find-advisor-box {
  display: block;
}
.find-advisor-brokercheck {
  color: #2472b2;
  font-weight: 700;
  font-size: 13px;
}
.find-advisor-brokercheck:hover {
  color: #003057;
}
.find-stifel-branch {
  color: #2472b2;
  font-weight: 700;
  font-size: 24px;
  padding-top: 30px;
  padding-right: 8px;
}
.find-stifel-branch:hover {
  color: #003057;
}
.hr-style {
  border-top: 1px solid #2472b2;
  margin-bottom: 50px;
}
.find-advisor-label {
  display: inline-block;
  font-weight: 700;
}
.find-advisor-state {
  padding-top: 10px;
  font-size: 13pt;
}
.find-advisor-zip {
  width: 100%;
  border: 1px solid #ccc;
}
.find-advisor-zip-box {
  padding-bottom: 15px;
  font-size: 13pt;
  width: 60%;
}
.find-advisor-zip-distance-box {
  padding: 0 0 15px 2%;
  vertical-align: inherit;
  display: table-cell;
  font-size: 13pt;
  min-width: 50px;
}
.find-advisor label {
  font-size: 13pt;
}
.find-advisor h4 {
  font-weight: bold;
  margin-top: 1em;
}
.is-last-name-enabled {
  color: black;
}
.is-last-name-disabled {
  color: #ccc;
}
.find-advisor-distance {
  width: 70px;
}
.find-advisor-title {
  padding-left: 2em;
}
.mt-0 {
  margin-top: 0;
}
.btn-find-advisor {
  background-color: #003057;
  color: white;
  padding: 3px 20px;
  font-size: 14px;
  padding-left: 15px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 12px;
  text-align: center;
  width: 12em;
}
.btn-find-advisor:hover,
.btn-find-advisor:focus,
.btn-find-advisor:active {
  background-color: #1C5C8E;
  color: white;
}
@media (min-width: 1200px) {
  .find-advisor-find-more {
    padding-top: 5em;
  }
}
@media (min-width: 1600px) {
  .find-advisor-hero-box {
    margin-left: -20em;
  }
}
@media (min-width: 992px) {
  .hero-header3-find-advisor {
    font-size: 40pt;
    font-weight: bold;
    margin-top: 10%;
    color: #575757;
  }
  .find-advisor-find-more {
    padding-top: 5em;
  }
  .find-advisor-wrapper .advisor-hero-background {
    background-image: url('../../images/home/advisor-back.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 2% 10em;
    width: calc(80%);
  }
  .find-advisor-offices-box {
    margin-left: -4em;
  }
  .find-advisor-find-more-title {
    margin-left: -0.4em;
    font-weight: 700;
  }
  .hero-sub-header3-find-advisor {
    font-size: 27px;
    color: #575757;
  }
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  .find-advisor-title {
    padding-left: 0.9em;
  }
}
@media (max-width: 991.98px) {
  .find-advisor-title {
    margin-top: -16em;
  }
  .find-advisor-small-no-border {
    border: none;
  }
  .hero-header3-find-advisor {
    font-size: 30pt;
    font-weight: bold;
    margin-top: 6em;
    color: #575757;
  }
  .find-advisor-offices-box {
    margin-top: -3em;
    padding-left: 5.5em;
    margin-left: -2em;
  }
  .hero-sub-header3-find-advisor {
    font-size: 24px;
    color: #575757;
  }
}
.tab-background {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 1em 10em 0 10em;
  width: calc(80%);
  padding: 2em 4em;
  transition: 0.5s linear;
}
.tab content {
  display: none;
}
.tab-holder {
  background-color: #003057;
  color: #fff;
  width: 35em;
  display: flex;
  flex-direction: column;
  border-style: solid;
  border-color: #003057;
  padding: 0;
  width: 100%;
  max-width: 500px;
  border-width: 5px;
  border-radius: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.tabs {
  margin: 0;
  padding: 0;
  border-width: 0;
  flex-direction: row;
  display: flex;
}
.tabs h2 {
  font-size: 1.5em;
  flex-grow: 1;
  text-align: center;
  margin: 0;
  font-weight: bold;
  padding: 1em;
  cursor: pointer;
  user-select: none;
  border-style: solid;
  border-color: #003057;
  width: 50%;
  border-width: 0;
  border-radius: 10px 10px 0 0;
}
.tabs h2.selected {
  background-color: #fff;
  color: #003057;
}
.tab-content {
  padding: 1em;
  background-color: white;
  border-style: solid;
  color: #003057;
  transition: none;
  min-height: 800px;
  border-width: 0;
  border-radius: 0 0 10px 10px;
  padding: 2em;
}
.tab-content content {
  display: none;
}
.find-advisor-wrapper .contact-form-container {
  width: 100%;
  max-width: 100%;
  transform: none;
  box-shadow: none;
  min-height: unset;
  padding: 0;
  margin: 0;
}
.find-advisor-wrapper .contact-form-submit-button {
  color: white;
}
.contact-form-subtitle {
  display: inline-block;
}
.find-advisor-wrapper .contact-form-subtitle {
  margin: 0;
}
.find-advisor-wrapper .contact-form-input-label {
  margin-left: 0;
}
.find-advisor-wrapper .contact-form-input {
  margin: 0;
}
@media (min-width: 1200px) {
  form[action="/contact-us"] {
    margin-left: 10%;
    margin-right: 10%;
  }
}
.find-advisor-wrapper .contact-form-recaptcha {
  text-align: left;
}
.find-advisor-wrapper #form-button {
  text-align: left;
}
.find-advisor-wrapper .contact-form-note {
  margin-top: 0;
}
.find-advisor-wrapper .contact-form-message {
  width: 100%;
  height: 6em;
}
.find-advisor-wrapper .contact-form-title {
  margin: 0;
}
@media (max-width: 900px) {
  .tab-background {
    margin: 0;
    padding: 0;
    background-image: none !important;
  }
  .tab-holder {
    margin: auto;
    max-width: 100vw;
  }
}
.healthcare-hero {
  background-size: cover;
  background-position: center center;
  background-image: -webkit-gradient(left top, right top, color-stop(25%, rgba(0, 48, 87, 0.85)), color-stop(85%, rgba(0, 48, 87, 0)), color-stop(100%, rgba(0, 48, 87, 0))), url(/images/services/investmentbanking/industries/healthcare.jpg);
  background-image: -moz-linear-gradient(left, rgba(0, 48, 87, 0.85) 25%, rgba(0, 48, 87, 0) 85%, rgba(0, 48, 87, 0) 100%), url(/images/services/investmentbanking/industries/healthcare.jpg);
  background-image: -webkit-linear-gradient(left, rgba(0, 48, 87, 0.85) 25%, rgba(0, 48, 87, 0) 85%, rgba(0, 48, 87, 0) 100%), url(/images/services/investmentbanking/industries/healthcare.jpg);
  background-image: -o-linear-gradient(left, rgba(0, 48, 87, 0.85) 25%, rgba(0, 48, 87, 0) 85%, rgba(0, 48, 87, 0) 100%), url(/images/services/investmentbanking/industries/healthcare.jpg);
  background-image: -ms-linear-gradient(left, rgba(0, 48, 87, 0.85) 25%, rgba(0, 48, 87, 0) 85%, rgba(0, 48, 87, 0) 100%), url(/images/services/investmentbanking/industries/healthcare.jpg);
  background-image: linear-gradient(to right, rgba(0, 48, 87, 0.85) 25%, rgba(0, 48, 87, 0) 85%, rgba(0, 48, 87, 0) 100%), url(/images/services/investmentbanking/industries/healthcare.jpg);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003057', endColorstr='#003057', GradientType=1);
}
.healthcare-transactions-link {
  color: white;
  background-color: #2472b2;
  padding: 16px;
  margin: 8px;
  border: none;
  max-width: 280px;
  min-width: 240px;
  text-align: center;
  font-size: 16px;
}
.healthcare-transactions-btn {
  display: block;
  background-color: #003057;
  color: #fff;
  padding: 7px 20px;
  border-radius: 26px;
  border: none;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 150px;
  text-align: center;
}
.healthcare-transactions-btn:hover {
  background-color: #1c5c8e;
  text-decoration: none;
  color: white;
}
.healthcare-read-more-box {
  text-align: center;
  width: 320px;
  background-color: #2472b2;
  float: right;
  margin-top: -30px;
  color: white;
  margin-left: 10px;
  margin-bottom: 10px;
}
.section-healthcare {
  margin-bottom: 25px;
}
.hero {
  height: 200px;
  margin: 0 auto;
  position: relative;
}
.is-hidden-narrow {
  display: none;
}
.hero-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hero-title {
  font-size: calc(23px);
  font-weight: bold;
  color: #575757;
}
.hero-subtitle {
  font-size: 30px;
  color: #575757;
}
@media (min-width: 576px) {
  .hero {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .hero-title {
    font-size: 60pt;
  }
  .hero-text {
    padding-left: 15px;
  }
}
@media (max-width: 1200px) {
  .is-hidden-wide {
    display: none;
  }
  .is-hidden-narrow {
    display: block;
  }
  .hero {
    margin: 0 auto;
    position: relative;
  }
  .hero-text {
    padding-left: 15px;
  }
  .hero-subtitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hero-subtitle {
    font-size: 18px;
  }
}
.hero-header3-ir {
  font-size: 60pt;
  font-weight: bold;
  margin-top: 10%;
  color: #575757;
  width: 350px;
}
.hero {
  background: url("../images/home/Hero/Blue-JDPowerAward.jpg");
  background-size: cover;
  background-position: center 32%;
  background-repeat: no-repeat;
  background-color: #003057;
  display: flex;
  position: relative;
}
.JDPower-hero {
  background: url("../images/home/Hero/BG-Getty 1487114560_Stifel-Blue-an-Gold-accents_Flat-RGB.webp");
  height: 450px;
  display: grid;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 100%;
  gap: 1em;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  justify-items: center;
  padding: 1em;
}
.JDPower-hero-text {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: center;
  justify-self: start;
}
.JDPower-hero-text > * {
  margin: 0;
  line-height: 1.2em;
}
.hero .container {
  margin: auto;
  z-index: 1;
}
#logo {
  background: url(../images/home/Hero/SWT_Logo_White@2x.png);
  width: 273px;
  height: 73px;
  background-size: contain;
  /*background-position: center center;*/
  background-repeat: no-repeat;
}
#getStarted {
  min-height: 34px;
  display: inline-block;
  line-height: 1em;
  font-weight: bold;
  padding: 0.5em 2em;
  font-size: 18px;
  border: solid 0 #2472b2;
  height: auto;
  background-color: #fff;
  color: #003057;
  border-radius: 3em;
  cursor: pointer;
  letter-spacing: 0.025em;
}
#getStarted:hover,
#getStarted:focus {
  text-decoration: none;
  background-color: #2472b2;
}
#getStarted:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px #ffffff;
}
.is-hidden-narrow {
  display: none;
}
.hero-title {
  font-weight: bold;
  color: #FFF;
  font-size: 42px;
  line-height: 1.2em;
}
.hero-subtitle {
  color: #FFF;
  font-size: 32px;
  line-height: 1.4em;
  margin-top: 0px;
}
.JDPower-hero-subtitle-line3 {
  text-shadow: 0px 1px 0px #E2C082, 0px 0px 20px #091E35, 0px 5px 5px #091E35;
  margin: 0 0 0.4em 0;
  color: #FFF;
  font-size: 52px;
  font-weight: bold;
}
.JDPower-hero-subtitle-line1 {
  font-weight: bold;
  color: #FFF;
  font-size: 34px;
  line-height: 1.4em;
  margin-top: 0px;
}
.JDPower-hero-subtitle-line2 {
  color: #FFF;
  font-size: 22px;
  line-height: 1.4em;
  margin-top: 0px;
}
#jdpower-award {
  width: 100%;
  margin-right: 0;
  max-width: 511px;
  height: auto;
  justify-self: end;
}
#gold-wave {
  position: absolute;
  height: 100%;
  right: 50%;
}
#gold-accents {
  width: 1600px;
  position: absolute;
  height: 450px;
  right: 20%;
}
.big {
  font-size: 150%;
  line-height: 0.9em;
}
/* Mobile */

@media (max-width: 1200px) {
  .hero-title {
    font-size: 28px;
  }
  .hero-subtitle {
    font-size: 22px;
  }
  #getStarted {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .is-hidden-wide {
    display: none;
  }
  .is-hidden-narrow {
    display: block;
  }
}
@media (max-width: 660px) {
  #jdpower-award {
    width: 156px;
    margin-right: 1em;
  }
}
@media (max-width: 600px) {
  .hero {
    width: 600px;
    height: 350px;
    background-position: 60% center;
    width: 100%;
  }
  .JDPower-hero {
    width: 1263px;
    height: 450px;
    background-position: 100% center;
  }
  .hero-title {
    font-size: 20px;
  }
  #logo {
    background: url("../images/home/Hero/SWT_Logo_White@2x.png");
    width: 236px !important;
    height: 56px !important;
    background-size: contain !important;
    /*background-position: center center !important;*/
    background-repeat: no-repeat !important;
  }
  #logo {
    background: url("../images/home/Hero/SWT_Logo_White@2x.png");
    background-repeat: no-repeat;
    width: 288px;
    height: 54px;
  }
}
@media (max-width: 600px) and screen and (max-width: 940px) {
  .JDPower-hero-subtitle-line1 {
    font-size: 26px;
  }
  .JDPower-hero-subtitle-line2 {
    font-size: 19px;
  }
  .JDPower-hero-subtitle-line3 {
    font-size: 40px;
  }
}
@media (max-width: 600px) and screen and (max-width: 780px) {
  .JDPower-hero-subtitle-line1 {
    font-size: 22px;
  }
  .JDPower-hero-subtitle-line2 {
    font-size: 16px;
  }
  .JDPower-hero-subtitle-line3 {
    font-size: 34px;
  }
  .JDPower-hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .JDPower-hero-text,
  #jdpower-award {
    justify-self: center;
  }
  .JDPower-hero-text {
    width: 100%;
    margin-top: -40px;
  }
  #jdpower-award {
    max-width: 260px;
    margin-top: -30px;
    pointer-events: none;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .JDPower-hero {
    width: 100%;
    height: 450px;
    background-position: 100% center;
  }
}
@media (max-width: 400px) {
  .hero-title {
    font-size: 20px;
  }
  .hero-subtitle {
    font-size: 18px;
  }
  #logo {
    width: 200px;
    height: 46px;
    background-size: contain;
    /*background-position: center center;*/
    background-repeat: no-repeat;
  }
  #jdpower-award {
    width: 136px;
  }
}
.homepage-news-section-main {
  padding-bottom: 1em;
}
@media (min-width: 1200px) {
  .homepage-news-section-headline {
    color: #003057;
    font-weight: 700;
    font-size: 1.3em;
    margin-right: -3em;
  }
}
.homepage-news-section-main-inner {
  padding-top: 1em;
}
/*these are added to news items via the admin, this is why they have !important and why you can't find them if you search the codebase (look in file \Web\Views\Shared\Controls\HomepageHeadlines.cshtml*/

.homepage-headline-large {
  Font-size: 2em !important;
}
.homepage-headline-bold {
  font-weight: bold !important;
}
.homepage-headline-italic {
  font-style: italic !important;
}
.homepage-headline-charcoal {
  color: #333333 !important;
}
.homepage-headline-green {
  color: #5c8118 !important;
}
.homepage-headline-dark-blue {
  color: #003057 !important;
}
@media (min-width: 992px) {
  .homepage-news-section-headline {
    color: #003057;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: -10px;
  }
}
@media (max-width: 992px) {
  .homepage-news-section-headline {
    color: #003057;
    font-weight: 700;
    font-size: 1.5em;
  }
}
.investor-relations-contact-form {
  display: none;
  background-color: #F9FAFC;
  padding-top: 1em;
}
.investor-relations-contact-form-title {
  background-color: #2472b2;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  clear: both;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  height: 35px;
}
@media (max-width: 576px) {
  .investor-relations-contact-form-title-text {
    font-size: 1.6rem;
    margin-top: 6px;
  }
  .investor-relations-contact-form-close-button {
    font-size: 1.6rem;
    margin-top: -1px;
  }
}
@media (min-width: 576px) {
  .investor-relations-contact-form-title-text {
    font-size: 2.4rem;
  }
  .investor-relations-contact-form-close-button {
    font-size: 2.4rem;
    margin-top: -7px;
  }
}
@media (min-width: 768px) {
  .investor-relations-contact-form-title-text {
    font-size: 2.5rem;
  }
  .investor-relations-contact-form-close-button {
    font-size: 2.5rem;
    margin-top: -6px;
  }
}
@media (min-width: 992px) {
  .investor-relations-contact-form-title-text {
    font-size: 2.5rem;
  }
  .investor-relations-contact-form-close-button {
    font-size: 2.5rem;
    margin-top: -6px;
  }
  .investor-relations-contact-form {
    background-color: #F9FAFC;
  }
}
@media (min-width: 1200px) {
  .investor-relations-contact-form-title-text {
    font-size: 2.5rem;
  }
  .investor-relations-contact-form-close-button {
    font-size: 2.5rem;
  }
}
.investor-relations-contact-form-title-text {
  color: white;
}
.investor-relations-contact-form-close-button {
  color: white;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  outline: inherit;
  font-weight: 700;
  padding-left: 5%;
  float: right;
  margin-right: -10px;
}
.ul-dash {
  list-style-type: none;
}
.ul-dash > li:before {
  content: "–";
  position: absolute;
  margin-left: -1.1em;
}
.investor-relations-page .section-investor-relations .post-links .row {
  padding-bottom: 10px;
}
.investor-relations-page .section-investor-relations .post-links .row a.ir-icon-link {
  font-size: 14px;
}
@media (max-width: 768px) {
  .investor-relations-page .section-investor-relations .panel-body .row.inside-panel {
    margin-left: -15px;
    padding-left: 0;
  }
}
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url('../img/loading.gif') no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url('../img/prev.png') left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url('../img/next.png') right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url('../img/close.png') top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.request-form-input-wrapper {
  min-width: 250px;
  display: inline-block;
}
.request-form-btn {
  color: white;
  font-size: 16px;
  width: 150px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  background-color: #2472b2;
}
.request-form-btn:hover {
  background-color: #003057;
  color: white;
  text-decoration: underline;
}
.responsive-table-wrapper table {
  margin: 0 0 18px;
}
.responsive-table-wrapper table thead tr th {
  text-align: left;
}
.responsive-table-wrapper table thead tr th,
.responsive-table-wrapper table tfoot tr td {
  padding: 8px 10px 9px;
}
.responsive-table-wrapper table thead tr th:first-child,
table tfoot tr td:first-child {
  border-left: none;
}
.responsive-table-wrapper table thead tr th:last-child,
table tfoot tr td:last-child {
  border-right: none;
}
.responsive-table-wrapper table tbody tr td {
  padding: 9px 10px;
  vertical-align: top;
  border: none;
}
/* Mobile */

@media only screen and (max-width: 767px) {
  table.responsive-table {
    margin-bottom: 0;
  }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 220px;
    overflow: hidden;
    overflow-x: scroll;
  }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .pinned table th,
  .pinned table td {
    white-space: nowrap;
  }
  .pinned table tbody tr th {
    padding-top: 9px;
    padding-right: 10px;
    padding-bottom: 9px;
    padding-left: 10px;
  }
  .pinned td:last-child {
    border-bottom: 0;
  }
  div.responsive-table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 0px solid #ccc;
  }
  div.responsive-table-wrapper div.scrollable table {
    margin-left: 220px;
  }
  div.responsive-table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }
  table.responsive-table td,
  table.responsive-table th {
    white-space: nowrap;
    overflow: hidden;
  }
  table.responsive-table th:first-child,
  table.responsive-table td:first-child,
  table.responsive-table.pinned td {
    display: none;
  }
}
.search-results-branch-location-map {
  width: 100%;
}
.search-results-branch-header {
  padding-bottom: 40px;
}
.search-results-branch-header-title {
  color: #003057;
}
.search-results-branch-header-btn {
  background-color: #003057;
  color: white;
  padding: 3px 20px;
  font-size: 14px;
  padding-left: 15px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 12px;
  text-align: center;
  width: 12em;
}
.search-results-branch-header-btn:hover {
  background-color: #1C5C8E;
  color: white;
}
.search-results-branch-link {
  font-weight: bold;
}
td.search-results-table-col-name {
  font-size: 14px !important;
}
a.search-results-fa-link {
  font-size: 18px;
  margin-bottom: 6px;
}
div.search-results-fa-nolink {
  font-size: 18px;
  margin-bottom: 6px;
}
.search-results-fa-image {
  width: 104px;
  height: 141px;
}
.search-results-email-image-placeholder {
  visibility: hidden;
}
button#branch-search-results-email-image {
  margin: 0;
  float: right;
  margin-right: 15px;
}
/*table*/

.search-results-table {
  min-width: 750px;
}
.search-results-table-header {
  background: #003057;
  color: #fff;
}
.search-results-table-header th {
  padding: 8px 0;
  font-size: 16px;
  font-weight: normal;
}
.search-results-table tbody tr {
  border-bottom: 1px solid #b2b2b2;
}
.search-results-table tbody tr td {
  padding: 20px 0;
}
.search-results-table-col-image {
  width: 10%;
}
.search-results-table-col-name {
  width: 60%;
}
.search-results-contact-info {
  padding: 10px 0 10px 35px;
}
.search-results-contact-info:before {
  content: "";
  background: #b2b2b2;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 99%;
  width: 1px;
}
/*dl styling*/

.search-results dl {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  min-width: 200px;
}
.search-results dt {
  font-weight: normal;
  float: left;
  width: 40%;
  padding: 0;
  margin: 0;
}
.search-results dd {
  float: left;
  width: 60%;
  margin: 0;
}
.search-results .search-results-branch-mgr-phone dt {
  width: 30%;
}
.search-results .search-results-branch-mgr-phone dd {
  width: 70%;
}
.search-error-box {
  margin-top: 26px;
  margin-bottom: 26px;
  max-width: 500px;
  background-color: #ddebfa;
  color: #333;
  border-radius: 12px;
  padding: 12px 16px 2px 16px;
  /*box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.3);*/
  border: 1px solid #c6d8ec;
}
.search-error-box hr {
  color: #c6d8ec;
}
.search-error-text {
  font-size: 18px;
}
/*pager styling*/

.search-results-pager {
  padding-top: 10px;
  text-align: center;
}
.search-results-pager table {
  width: 100%;
}
.search-results-pager-link {
  background: transparent;
  border: 0;
  color: #2472b2;
  display: inline;
  margin: 0;
  padding: 0;
}
.search-results-pager-link:hover {
  color: #003057;
  border-bottom: 1px solid #003057;
}
.search-results-pager-arrows {
  color: #999999;
}
@media (max-width: 1200px) {
  .search-results-table {
    min-width: initial;
  }
  .search-results-contact-info {
    padding-left: 15px;
  }
  .search-results-contact-info dl {
    min-width: 160px;
    max-width: 20px;
  }
  .search-results-contact-info:before {
    content: "";
    background: none;
  }
}
.search-results-phone-mobile {
  display: none;
}
@media only screen and (max-width: 760px) {
  .search-results-phone-desktop {
    display: none;
  }
  .search-results-phone-mobile {
    display: initial;
  }
}
@media (max-width: 990px) {
  .search-results-branch-location-map {
    width: 60%;
  }
  div#branch-search-results-email-image {
    margin-top: -5px;
    float: none;
    margin-bottom: 10px;
  }
}
.branch-index-mobile-img {
  display: none;
  max-width: 250px;
  margin: auto;
}
.branch-index-desktop-img {
  width: 250px;
  margin: auto;
}
.branch-index-locations-container {
  columns: 3;
}
.btnEmailAdvisor {
  padding: 0.25em 0.75em;
  border-radius: 25px;
  background-color: #fff !important;
  border-color: #5C8118;
  color: #5C8118;
  border: 1px solid #5C8118;
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: -3px;
  display: inline-block;
  display: flex;
  align-items: center;
  gap: 0.4em;
  transition: all ease 0.2s;
}
.btnEmailAdvisor:hover {
  border-color: #003057;
  border: 1px solid #003057;
  color: #003057;
  background-color: rgba(36, 114, 178, 0.1) !important;
  transition: all ease 0.2s;
}
.btnEmailAdvisor:active {
  box-shadow: none !important;
  outline: none !important;
  border-color: #2472b2 !important;
}
.btnEmailAdvisor:hover .emailIcon,
.btnEmailAdvisor:focus .emailIcon,
.btnEmailAdvisor:focus-visible .emailIcon {
  filter: invert(15%) sepia(66%) saturate(1603%) hue-rotate(182deg) brightness(91%) contrast(105%);
  transition: all ease 0.2s;
}
.btnEmailAdvisor:focus {
  outline: none;
  outline-offset: 0px;
  box-shadow: 0 0 0 1px #003057;
  background-color: rgba(36, 114, 178, 0.1) !important;
  border-color: #003057;
  transition: none;
}
.btnEmailAdvisor:focus-visible {
  outline: none;
  outline-offset: 0px;
  box-shadow: 0 0 0 1px #003057;
  background-color: rgba(36, 114, 178, 0.1) !important;
  border-color: #003057;
  transition: none;
}
.emailIcon {
  filter: invert(56%) sepia(56%) saturate(7068%) hue-rotate(57deg) brightness(89%) contrast(81%);
  margin-left: 0;
  margin-top: 0;
  width: 1em;
  height: auto;
  transition: all ease 0.2s;
}
.faLink {
  color: #5C8118;
}
.faLinkSpacer {
  margin-right: 20px;
}
.faLink:hover {
  color: #003057;
}
@media (max-width: 990px) {
  .branch-index-mobile-img {
    display: block;
  }
  .branch-index-desktop-img {
    display: none;
  }
  .branch-index-locations-container {
    columns: 2;
  }
}
@media (max-width: 330px) {
  .branch-index-locations-container {
    columns: 1;
  }
}
.sidebar-menu-container {
  position: relative;
  padding-left: 5%;
  background-color: #003057;
  background-size: cover;
  background-repeat: round;
  padding-top: 20px;
  padding-bottom: 6px;
  max-width: 400px;
  min-width: 240px;
  width: 100%;
  margin-bottom: 30px;
}
.sidebar-menu-container li {
  list-style: none;
  padding: 5px;
}
.sidebar-menu-container a {
  color: white;
  text-decoration: none;
}
.sidebar-menu-container a:hover {
  color: #8ba3bd;
}
.sidebar-menu-link {
  color: white;
  text-decoration: none;
}
.sidebar-menu-link:hover {
  color: #8ba3bd;
}
.sidebar-menu-link:visited {
  color: white;
}
.sidebar-menu-container .sub-menu li {
  padding-left: 10px;
}
.sidebar-menu-container .sub-menu a {
  color: #8ba3bd;
  text-decoration: underline;
  padding: 2px;
  margin-left: 5px;
}
.sidebar-menu-container .blue-title {
  color: #aad5e2 !important;
  margin-top: 10px;
  font-size: 16pt;
  font-weight: bold;
  text-decoration: none;
}
.sidebar-menu-container .blue-title:hover {
  color: #669cca !important;
}
.sidebar-menu-container .blue-title:active {
  color: white !important;
}
.sidebar-menu-container .bold-title {
  color: white;
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
  margin-left: 5px;
}
.sidebar-menu-container .blueback-links li {
  margin-top: 20px;
}
.sidebar-menu-container .blueback-links-1 li {
  margin-top: 35px;
}
.sidebar-menu-container .sidebar-menu {
  position: relative;
}
.sidebar-menu-container .sidebar-menu-bottom a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .sidebar-menu-container a:visited {
    color: white;
  }
}
/* Sidebar would hang off to the right within this viewport size */

@media (max-width: 992px) and (min-width: 768px) {
  .sidebar-menu-container {
    margin-left: -10px !important;
  }
}
.sidebar-menu-container {
  position: relative;
  background-color: #003057;
  background-size: cover;
  background-repeat: round;
  max-width: none;
  min-width: 240px;
  width: 100%;
  margin-bottom: 30px;
  padding: 25px 20px;
}
.sidebar-menu-container:empty:after {
  content: '';
  height: 1px;
  width: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.15);
}
.sidebar-menu-container > h1,
.sidebar-menu-container > h2 {
  margin-top: 0;
  letter-spacing: 0.01em;
}
.sidebar-menu-container .blue-title {
  margin: 0;
  font-size: 22px !important;
  font-weight: bold;
  text-decoration: none;
}
.sidebar-menu-container > h1 a,
.sidebar-menu-container > h2 a {
  display: block;
  color: #aad5e2;
  padding: 5px;
  line-height: 1.275em;
}
.sidebar-menu-container > h1 a:hover,
.sidebar-menu-container > h1 a:focus,
.sidebar-menu-container > h2 a:hover,
.sidebar-menu-container > h2 a:focus {
  color: #aad5e2 !important;
}
.sidebar-menu-container .sitemap,
.sidebar-menu-container ul {
  padding-left: 25px;
  margin: 10px 0;
}
.sidebar-menu-container ul > li {
  padding: 0;
}
.sidebar-menu-container a {
  padding: 4px;
  display: block;
}
.sidebar-menu-container a:hover,
.sidebar-menu-container a:focus {
  color: #ffffff;
  text-decoration: underline;
}
.sidebar-menu-container li > ul {
  margin: 5px 0;
}
.sidebar-menu-container .left-border {
  margin-left: -3px !important;
  padding-left: 6px !important;
}
.sidebar-menu-container .grey-sub-header {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  padding: 0 !important;
  margin-top: 0;
  letter-spacing: 0.03em;
}
.sidebar-button {
  display: block;
  background-color: #2472b2;
  color: #fff;
  padding: 0.5em 1em !important;
  font-size: 14px;
  text-decoration: none;
  border-radius: 26px;
  text-align: center;
  min-width: none;
  margin-bottom: 10px;
}
.sidebar-button.button-green {
  background-color: #5c8118;
}
.sidebar-button:hover,
.sidebar-button:focus {
  color: #ffffff !important;
  background-color: #1A5D8F;
  -webkit-box-shadow: inset 0 0 0 1px #ffffff, 0 0 0 1px #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, 0 0 0 1px #ffffff;
  outline: none;
  text-decoration: none !important;
}
.sidebar-button:active {
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}
.sidebar-button.button-green:hover,
.sidebar-button.button-green:focus {
  background-color: #425b12;
}
.sidebar-section-header {
  color: #ffffff;
  margin: 1em 0 0.5em 4px;
  font-size: 1.25em;
}
.carousel-title {
  color: white;
  font-size: 3vw;
  line-height: 1em;
  white-space: pre-line;
  text-shadow: 2px 2px black;
}
.carousel-title-bold {
  font-weight: bold;
}
.carousel-caption {
  right: 5%;
  bottom: 0.7em;
  left: 12%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}
/*Small view Ports*/

.stifel-carousel-xs {
  background-image: url('../../images/home/Carousel/Stifel-Financial-Skyline-sm.jpg');
  background-position: 45% 30%;
  height: 270px;
  color: white;
  white-space: nowrap;
}
.carousel-hero-text-xs {
  position: absolute;
  font-size: 2em;
  text-shadow: 2px 2px black;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.homepage-carousel {
  position: relative;
}
.carousel-img-wrapper {
  position: absolute;
  width: 100%;
}
.carousel-img {
  position: relative;
  width: 100%;
  transition: all 2s;
  opacity: 0;
}
.carousel-show {
  opacity: 1;
}
#insights-box {
  background-color: #ddebfa;
  width: 100%;
  max-width: 320px;
  margin-top: 25px;
  margin-left: 16px;
  padding: 25px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow ease 0.2s;
  transition: -webkit-box-shadow ease 0.2s;
  -o-transition: box-shadow ease 0.2s;
  transition: box-shadow ease 0.2s;
  transition: box-shadow ease 0.2s, -webkit-box-shadow ease 0.2s;
}
.insights-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  line-height: 1.4em !important;
}
.insights-title span {
  display: block;
}
.insights-intro-info p {
  font-size: 16px !important;
  margin-bottom: 15px !important;
  font-style: italic !important;
}
.insights-additional-info p {
  font-size: 11px !important;
  line-height: 1.3em !important;
  font-style: italic !important;
}
#insights-box p {
  display: block;
  color: #003057;
  font-size: 20px;
  font-family: "Fira Sans", calibri, sans-serif;
  margin: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  /*   padding: 0.25em 0.5em; */
  text-decoration: none;
}
#insights-box em {
  font-weight: bold;
  font-style: normal;
}
.insights-links {
  margin-bottom: 15px;
}
.insights-links > p {
  font-size: 12px !important;
  margin-bottom: 4px !important;
}
.insights-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.insights-links ul li {
  margin-bottom: 4px;
}
.insights-links ul a {
  font-size: 16px !important;
  color: #003057;
  text-decoration: none;
  font-weight: bold;
}
.insights-links ul a:hover svg,
.insights-links ul a:focus svg {
  -webkit-box-shadow: 0 0 0 2px #2472b2;
  box-shadow: 0 0 0 2px #2472b2;
  -webkit-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  transition: all ease 0.1s;
}
.insights-links ul a:last-of-type {
  margin-bottom: 0 !important;
}
.play-icon {
  margin-right: 5px;
  border-radius: 12px;
  background-color: #ffffff;
  -webkit-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  transition: all ease 0.1s;
}
#insights-icon {
  position: relative;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 42px;
  width: 42px;
  min-width: 42px;
  min-height: 42px;
  padding: 2px;
  background-color: #64baf7;
  overflow: hidden;
  outline: none;
  margin-right: 6px;
}
#mic,
#insights-icon .ring {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#mic {
  width: 35px;
  height: 35px;
}
#insights-box:hover .ring,
#insights-box:focus .ring {
  -webkit-animation: ring-pulse ease forwards infinite 1s;
  animation: ring-pulse ease forwards 2 1s;
}
.ring {
  border: solid 2px #ffffff;
  border-radius: 60px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#insights-box .ring1 {
  width: 55px;
  height: 55px;
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
#insights-box .ring2 {
  width: 44px;
  height: 44px;
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}
#insights-box .ring3 {
  width: 31px;
  height: 31px;
  -webkit-animation-delay: -0.2s !important;
  animation-delay: -0.2s !important;
}
@-webkit-keyframes ring-pulse {
  0% {
    border-color: #ffffff;
  }
  50% {
    border-color: rgba(255, 255, 255, 0.35);
  }
  100% {
    border-color: #ffffff;
  }
}
@keyframes ring-pulse {
  0% {
    border-color: #ffffff;
  }
  50% {
    border-color: rgba(255, 255, 255, 0.35);
  }
  100% {
    border-color: #ffffff;
  }
}
@media (prefers-reduced-motion: reduce) {
  #insights-box:hover .ring,
  #insights-box:focus .ring {
    -webkit-animation: none !important;
    animation: none !important;
  }
}
@media screen and (max-width: 600px) {
  #insights-box .insights-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #insights-box .insights-title div {
    display: block;
    text-align: left;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #insights-box .insights-title p {
    text-align: left;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #insights-icon {
    margin-bottom: 5px !important;
  }
  .insights-title span {
    word-break: break-word;
  }
}
.stifel-news-div {
  padding-left: 0.5em;
  text-indent: -0.375em;
  line-height: 100%;
  margin-top: 5px;
}
.stifel-news-items-title {
  color: #2472b2;
}
.stifel-news-items-title:visited {
  text-decoration: none;
}
.stifel-news-items-title:focus {
  text-decoration: none;
  color: #2472b2;
}
.stifel-news-items-title:hover {
  color: #003057;
}
.stifel-news-items-title-large {
  font-weight: 800;
}
.stifel-news-ul {
  list-style: none;
  line-height: 1.3em;
  margin-bottom: 5px;
}
.stifel-news-ul li {
  padding-bottom: 0.4em;
}
.stifel-news-ul li:before {
  content: '\f101';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #2472b2;
  float: left;
  margin-left: -1em;
}
.stifel-news-items-title-green {
  font-weight: 800;
  color: #5c8118;
}
@media (min-width: 992px) {
  .stifel-news-items-title {
    font-size: 1.5em;
  }
  .stifel-news-ul li:before {
    font-size: 1.5em;
  }
  .stifel-news-items-title-large {
    font-size: 2em;
  }
}
@media screen and (max-width: 991px) {
  .stifel-news-ul {
    padding-left: 1em;
  }
}
@media (max-width: 992px) {
  .stifel-news-items-title {
    font-size: 1em;
  }
  .stifel-news-items-title-large {
    font-size: 1.5em;
  }
}
.homepage-news-section-main {
  padding-bottom: 0.25em;
}
.home-section-whisper-shadow {
  vertical-align: top !important;
}
.homepage-news-section-headline {
  margin-top: -0.2em;
}
.wnav-app-store,
#tracker-banner,
.mobile-line-item,
.wnav-mobile-links {
  display: none;
}
.wnav-warnings {
  color: #8F3237;
  display: none;
}
.wnav-form-controls {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.card-body {
  margin: 0 15px 30px 0;
  text-align: left;
}
.wnav-desktop-links {
  float: left;
  width: 100%;
  display: block;
  grid-column-start: 1;
  grid-row-start: 1;
}
.video-popup iframe {
  width: 641px;
  height: 480px;
}
#desktop-video {
  background-color: #5C8118;
  border-color: #5C8118;
}
#desktop-video:hover {
  background-color: #425B12;
  border-color: #425B12;
  color: #FFFFFF;
}
.wnav-login {
  display: none;
}
.wnav-desktop-links .wnav-login,
#desktop-video,
.wnav-mobile-links .wnav-login-secondary {
  margin-left: 52px;
  font-size: 18px;
  font-weight: 500;
  float: left;
  height: 43px;
  width: 292px;
  padding: 8px 24px;
  border-radius: 26px;
}
.wnav-portal-link {
  margin-top: 15px;
}
.wnav-desktop-links .wnav-portal-link,
.wnav-mobile-links .wnav-signup {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  float: left;
  color: #006192;
  text-align: left;
  margin-left: 43px;
  margin-top: -28px;
}
.bg {
  background-color: #111;
  opacity: 0.65;
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 100%;
  overflow: auto;
  display: none;
}
.fa-tab {
  color: white;
  font-size: 58px;
  padding-right: 9px;
  line-height: 17px;
  float: left;
  margin-left: -2px;
}
.fa-times-thin:before {
  content: '\00d7';
}
.form-container {
  position: relative;
}
.wnav-password {
  margin-top: 32px;
  margin-left: 57px;
  color: #003057;
}
.overlay .wnav-password:hover {
  text-decoration: underline;
}
.overlay .wnav-password:visited {
  color: #003057;
  text-decoration: none;
}
.login-container {
  margin-right: 40px;
  margin-left: 40px;
  margin-bottom: 14px;
  text-align: left;
}
.login-container input[type=text] {
  margin-bottom: 10px;
}
.wnav-login-grid {
  display: grid;
  grid-template-columns: auto 140px 300px 80px;
  grid-template-rows: 28px 50px auto 60px auto auto auto auto;
}
.login-input {
  width: 100%;
  height: 39.25px;
  font-size: 24px;
  border: 1px solid #333 !important;
  box-sizing: border-box;
  border-radius: 5px;
  grid-column-start: 1;
  grid-column-end: 4;
  padding-left: 4px;
}
.login-label {
  float: left;
  margin-bottom: 0px;
  margin-left: 6px;
  font-size: 18px;
  grid-column-start: 1;
  width: 66px;
}
.login-text {
  line-height: 22px;
  float: left;
}
.nav-bg {
  background-color: #111;
  opacity: 0.65;
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 100%;
  overflow: auto;
  display: none;
}
.nav-features {
  margin-left: 22px;
  grid-column-start: 1;
  grid-column-end: 3;
}
.nav-login span.fa.fa-user {
  margin-right: 4px;
  font-size: large;
}
.nav-pills #tab a {
  border-radius: 20px 20px 0px 0px;
}
.nav .nav-links.tab-login a:hover {
  text-decoration: none;
  background-color: none;
}
.nav-pills .tab-login {
  display: none;
  width: 109px;
  margin-right: 2px;
  z-index: 301;
}
.nav-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 301;
  cursor: pointer;
}
.nav-pills .tab-login a:hover {
  background-color: #2472B2;
}
.nav-features .new-icon {
  margin-right: 5px;
}
.new-ribbon {
  width: 43px;
  height: 74px;
  background-image: url('../../images/_layout/new-ribbon.png');
}
.nobull {
  font-weight: 900;
  font-size: 18px;
  text-align: left;
  line-height: 22px;
  list-style: none;
  margin-left: -20px;
  margin-top: 50px;
}
.overlay {
  width: 100%;
  z-index: 301;
  left: 0;
  background-color: #2472B2;
  overflow-x: hidden;
  display: none;
}
.overlay-content {
  position: relative;
  height: 110%;
  width: 100%;
  text-align: center;
}
.overlay a:hover,
.overlay a:focus {
  color: #6688ca;
}
.tab-login a {
  border-radius: 20px 20px 0px 0px;
  height: 58px;
  background-color: #2472B2;
  color: white;
  line-height: 14px;
}
.video-popup {
  display: none;
  background-color: #E6E9F2;
  position: absolute;
  min-height: inherit;
  width: 645px;
  height: 522px;
  border: solid 2px #B9EAF0;
  z-index: 1002;
  left: 0;
  right: 0;
  top: 15%;
  margin-left: auto;
  margin-right: auto;
}
#video-header {
  background-color: #003057;
  color: white;
  font-weight: bold;
  width: 100%;
  padding: 1% 3%;
  font-size: 14pt;
}
#video-header span {
  background-color: #003057;
  color: white;
  opacity: 1;
}
.wnav-access-portal .card-body a {
  display: inline-block;
  border-radius: 26px;
  font-size: 16px;
  height: 40px;
  line-height: 26px;
  margin-left: 15px;
  padding: 6px 24px;
}
.login-container .login {
  border-radius: 26px;
  height: 41.17px;
  width: 60%;
  font-size: 16px;
}
.wnav-login-button {
  display: none;
}
.wnav-access-portal {
  background-color: white;
  width: 41%;
  margin-left: 2em;
  padding-left: 25px;
}
.rounded {
  max-width: 292px;
}
.wnav-portal {
  background-color: white;
  margin-left: 9%;
  padding-left: 0;
}
.wnav-title {
  color: #003057;
  font-weight: bolder;
  font-size: 36px;
  text-align: left;
  padding-left: 0.5em;
}
.wnav-feature {
  font-weight: bold;
  text-align: left;
  margin-left: 44px;
}
h4.wnav-message {
  margin-left: 43px;
}
.wnav-message {
  font-weight: 900;
  font-size: 18px;
  text-align: left;
  line-height: 27px;
}
.access-message {
  font-weight: 900;
  text-align: left;
  line-height: 22px;
  padding-left: 1em;
  width: 100%;
  font-size: 18px;
  margin-bottom: 26px;
}
.wnav-login-close {
  display: none;
}
#tracker-banner .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tracker-banner .row .banner-close {
  padding: 0.9em;
  text-align: center;
}
#tracker-banner .row .banner-icon {
  padding: 1em 1em 1em 0;
}
#tracker-banner .row .banner-icon img {
  max-height: 75px;
  min-height: 55px;
  border-radius: 10px;
}
#tracker-banner .row .banner-desc {
  padding: 1em 1em 1em 0;
  color: #003057;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
#tracker-banner .row .tracker-open {
  padding: 0.5em;
  margin-right: 0.5em;
  border: 1px solid black;
  background-color: white;
}
@media (min-width: 1890px) and (max-width: 1918px) {
  .login-container {
    grid-template-columns: auto 140px 300px 80px;
  }
}
@media (max-width: 1700px) {
  .login-container {
    grid-template-columns: auto 140px 220px 80px;
  }
}
@media (min-width: 1494px) and (max-width: 1512px) {
  .wnav-portal {
    margin-left: 13%;
    width: 37.3%;
  }
  .wnav-access-portal {
    width: 37.3%;
  }
}
@media (min-width: 1494px) {
  .wnav-portal {
    margin-left: 13%;
    width: 36.3%;
  }
  .wnav-access-portal {
    width: 36.3%;
  }
}
@media (min-width: 1362px) and (max-width: 1493px) {
  .wnav-portal {
    margin-left: 8%;
  }
}
@media (min-width: 1200px) and (max-width: 1530px) {
  access-message {
    font-size: 17px;
  }
  .wnav-feature,
  .wnav-message {
    font-size: 17px;
  }
  .login-label {
    font-size: 17px;
  }
}
@media (min-width: 1200px) and (max-width: 1357px) {
  .wnav-portal {
    width: 46.6667%;
    margin-left: 5%;
  }
}
@media (min-width: 1200px) {
  .overlay {
    margin-top: -76px;
  }
  .overlay-content .row {
    display: flex;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .wnav-feature {
    grid-row-start: 2;
    grid-row-end: 6;
    grid-column-start: 1;
  }
}
@media (max-width: 1200px) {
  .navbar-toggle:not(.collapsed) i {
    display: none;
  }
  .collapse.in {
    overflow-y: hidden !important;
  }
  .tab-login,
  .nav-login {
    display: none !important;
  }
  .login-container {
    display: none;
  }
  .wnav-password {
    display: none;
  }
  .wnav-mobile-links {
    display: block;
    margin-top: -35px;
  }
  .wnav-mobile-links div:last-of-type {
    margin: 1rem;
  }
  .wnav-mobile-links .wnav-signup {
    margin-top: 0px;
  }
  #tracker-banner {
    width: 100%;
    background-color: #C4C4C4;
    padding-right: 0;
  }
  #tracker-banner .row {
    width: 100%;
    height: 100%;
    padding-right: 0;
  }
  .wnav-app-store {
    display: block;
    float: left;
  }
  .wnav-app-store a img {
    height: 35px;
  }
  .wnav-desktop-links,
  #desktop-video {
    display: none;
  }
  .nav-features .mobile-line-item .wnav-video-link {
    color: #6c8a1f;
    font-size: 12px;
    text-decoration: underline;
  }
  .wnav-portal .card-body #showVideo {
    display: none;
  }
  .mobile-line-item {
    display: list-item;
    font-weight: 900;
    text-align: left;
  }
  .wnav-portal .card-body a,
  .wnav-portal .card-body .video,
  .wnav-access-portal .card-body a {
    margin-left: 0;
    margin-bottom: 8px;
    border-radius: 26px;
  }
  .wnav-mobile-links .mobile-login {
    margin-left: 6px;
    font-size: 18px;
  }
  .wnav-mobile-links .wnav-signup:first-child {
    margin-left: -2px;
  }
  .overlay-content .row .col-lg-5 {
    float: left;
    width: 41%;
  }
  .wnav-title {
    font-size: 18px;
    margin-bottom: -8px;
  }
  .wnav-feature {
    margin: -6px 0 0 0;
  }
  h4.wnav-message {
    margin-left: 0px;
  }
  .access-message,
  .wnav-feature,
  .wnav-message,
  .nobull,
  .mobile-line-item {
    line-height: 17px;
    font-size: 12px;
  }
  .wnav-title,
  .access-message {
    padding-left: 0;
    width: 100%;
  }
  .wnav-login-close {
    font-size: x-large;
  }
  .new-ribbon {
    display: none;
  }
  .overlay {
    background-color: white;
  }
  .nav-features {
    margin-left: -22px;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .navbar-collapse {
    display: none;
  }
  .navbar-header .logo {
    margin: 30px auto 0px auto;
  }
  span.fa.fa-user {
    font-size: large;
  }
  .container .wnav-login-button {
    display: block;
    float: left;
    margin-top: 30px;
    margin-left: 10px;
    padding: 9px 10px;
    text-align: center;
    color: #003057;
    border-radius: 4px;
  }
  .wnav-login-button:active {
    background-color: transparent !important;
  }
  .wnav-login-button:hover,
  .wnav-login-button:link {
    text-decoration: none;
    display: block;
  }
  .wnav-login-button:hover {
    background-color: #ddd;
  }
  .wnav-login-button .user-login {
    font-weight: 600;
    font-size: 6.3pt;
    margin-bottom: 0;
  }
  .wnav-login {
    display: block;
  }
}
@media (max-width: 767px) {
  .wnav-mobile-links .wnav-login-secondary {
    width: 100%;
    margin-right: 15px;
  }
  .wnav-access-portal {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #000000;
  }
  .wnav-access-portal .card-body a {
    width: 75%;
    margin-bottom: 80px;
  }
  .wnav-portal {
    margin-left: 2em;
  }
  .wnav-access-portal {
    padding-left: 0;
  }
  .container .wnav-login-button {
    margin-left: -10px;
  }
  .video-popup {
    width: 500px;
    height: 380px;
  }
  .video-popup iframe {
    width: 496px;
    height: 345px;
  }
}
@media (min-width: 640px) {
  #tracker-banner .row {
    justify-content: flex-start;
  }
}
@media (min-width: 578) and (max-width: 676px) {
  .overlay-content div.row {
    margin-right: 0;
  }
  .video-popup {
    width: 500px;
    height: 380px;
  }
  .video-popup iframe {
    width: 496px;
    height: 345px;
  }
}
@media (min-width: 415px) and (max-width: 577px) {
  .video-popup {
    width: 375px;
    height: 247px;
  }
  .video-popup iframe {
    width: 371px;
    height: 209px;
  }
}
@media (min-width: 320px) and (max-width: 414px) {
  .wnav-portal,
  .wnav-access-portal {
    margin-left: 15px;
  }
  .wnav-access-portal {
    padding-left: 0;
    margin-top: 15px;
  }
  #tracker-banner {
    padding-right: 0;
    padding-left: 0;
  }
  #tracker-banner .row {
    margin-left: 0;
    margin-right: 0;
  }
  .video-popup {
    width: 319px;
    height: 215px;
  }
  .video-popup iframe {
    width: 315px;
    height: 178px;
  }
  .container .wnav-login-button {
    margin-left: -10px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .login-container .login {
    width: 60%;
    float: left;
    margin: 20px 0px 0px 8px;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 1200px), (-ms-high-contrast: active) and (min-width: 1200px) {
  .access-message,
  .wnav-feature,
  .wnav-message,
  .login-label {
    font-size: 17px;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 1494px), (-ms-high-contrast: active) and (min-width: 1494px) {
  .wnav-portal {
    margin-left: 12%;
    width: 37.3%;
  }
  .wnav-access-portal {
    width: 37.3%;
  }
}
.annual-report-btn-request {
  background-color: #2472B2;
  color: white;
  font-size: 16px;
  width: 150px;
  border: none;
  margin: 5px 0 10px 0;
  border-radius: 26px;
  -moz-border-radius: 26px;
  -webkit-border-radius: 26px;
}
.annual-report-btn-request:hover {
  background-color: #003057;
  text-decoration: none;
  color: white;
}
.links-section .bar-link {
  max-width: 560px;
  padding-bottom: 1px;
  padding-right: 32px;
  margin-top: 15px;
  width: 100%;
  /* Arrow Animation */
  background: #ddebfa url("../../images/home/rightarrow.png") 90% 15px no-repeat;
  transition: 0.1s all ease-in;
}
.links-section .bar-link-pdf {
  max-width: 560px;
  padding-bottom: 1px;
  padding-right: 32px;
  margin-top: 15px;
  width: 100%;
  background: #ddebfa url(../../images/_icons/icon-document.png) 97% 12px no-repeat;
}
.bar-link > p {
  color: #003057;
  font-size: 14px;
}
.bar-link:hover {
  /* Arrow Animation */
  background: #003057 url("../../images/home/rightarrow.png") 96% 15px no-repeat;
  transition: 0.1s all ease-out;
}
.bar-link-pdf > p {
  color: #003057;
  font-size: 14px;
}
.bar-link:hover p {
  color: #ffffff;
}
.bar-link-pdf:hover {
  background: #003057 url(../../images/_icons/icon-document-white.png) 97% 12px no-repeat;
}
.bar-link-pdf:hover p {
  color: #ffffff;
}
.bar-link-date {
  padding-left: 35px;
}
@media (max-width: 414px) {
  .bar-link-pdf > p {
    color: #003057;
    font-size: 11px;
  }
  .links-section .bar-link {
    /* Arrow Animation */
    background: #ddebfa url("../../images/home/rightarrow.png") no-repeat right center;
    background-position-x: 90%;
    background-size: 12%;
    transition: 0.1s all ease-in;
  }
  .bar-link:hover {
    /* Arrow Animation */
    background: #003057 url("../../images/home/rightarrow.png") no-repeat right center;
    background-position-x: 98%;
    background-size: 12%;
    transition: 0.1s all ease-out;
  }
  .bar-link > p {
    color: #003057;
    font-size: 11px;
  }
  .links-section .bar-link-pdf {
    max-width: 560px;
    padding-bottom: 1px;
    padding-right: 32px;
    margin-top: 15px;
    width: 100%;
    background: #ddebfa url(../../images/_icons/icon-document.png) no-repeat right center;
    background-position-x: 97%;
  }
  .bar-link-pdf:hover {
    background: #003057 url(../../images/_icons/icon-document-white.png) no-repeat right center;
    background-position-x: 97%;
  }
}
@media (max-width: 320px) {
  .links-section .bar-link {
    /* Arrow Animation */
    background: #ddebfa url("../../images/home/rightarrow.png") no-repeat right center;
    background-position-x: 90%;
    background-size: 18%;
    transition: 0.1s all ease-in;
  }
  .bar-link:hover {
    /* Arrow Animation */
    background: #003057 url("../../images/home/rightarrow.png") no-repeat right center;
    background-position-x: 95%;
    background-size: 18%;
    transition: 0.1s all ease-out;
  }
}
.blue-callout-btn {
  padding: 7px 30px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
  font-size: 14px;
  background-color: #2472B2;
  color: white;
  margin-left: 10%;
}
.blue-callout-btn:hover {
  background-color: #003057;
  color: white;
}
#caK12 {
  width: 560px;
}
#caK12 .item,
#caK12 .sub-item {
  background-color: #ddebfa;
  color: #003057;
  margin-top: 15px;
  padding-bottom: 1px;
  /* Arrow Animation */
  background: #ddebfa url("../../images/home/rightarrow.png") 90% 15px no-repeat;
  transition: 0.1s all ease-in;
}
#caK12 .item {
  max-width: 90%;
  margin-left: 10%;
}
#caK12 .sub-item {
  max-width: 85%;
  margin-left: 15%;
}
.caK12-office {
  color: #5a8e22;
  font-size: 14pt;
  text-align: center;
}
.caK12-profile {
  color: #003057;
  font-size: 16pt;
}
#ca-scholarship {
  background-color: #ddebfa;
  color: #003057;
  padding: 0.01em;
  font-size: 10pt;
}
#ca-scholarship h2,
#ca-sponsors h2 {
  text-align: center;
  font-size: 14pt;
  border-top: 2px solid #5a8e22;
  border-bottom: 2px solid #5a8e22;
}
#ca-scholarship div {
  padding-left: 5%;
  padding-right: 5%;
}
#ca-scholarship #winners-banner {
  color: orange;
  font-size: 11pt;
  text-align: center;
}
#ca-scholarship .winner {
  text-align: center;
}
#ca-sponsors div {
  padding-bottom: 10px;
}
#ca-sponsors span.logo-left {
  min-width: 50%;
  display: inline-block;
  text-align: center;
}
#ca-sponsors span.logo-right {
  text-align: center;
}
#StifelGMPHeroLogo {
  max-width: 500px;
  height: auto;
  width: 80%;
  margin-bottom: 5px;
}
.canada-hero {
  background-size: cover;
  background-position: center center;
  background-image: -webkit-gradient(left top, right top, color-stop(25%, rgba(0, 48, 87, 0.85)), color-stop(85%, rgba(0, 48, 87, 0)), color-stop(100%, rgba(0, 48, 87, 0))), url(/images/services/Institutional/StifelCanada/stifel-canada-hero-image.jpg);
  background-image: -moz-linear-gradient(left, rgba(0, 48, 87, 0.85) 25%, rgba(0, 48, 87, 0) 85%, rgba(0, 48, 87, 0) 100%), url(/images/services/Institutional/StifelCanada/stifel-canada-hero-image.jpg);
  background-image: -webkit-linear-gradient(left, rgba(0, 48, 87, 0.85) 25%, rgba(0, 48, 87, 0) 85%, rgba(0, 48, 87, 0) 100%), url(/images/services/Institutional/StifelCanada/stifel-canada-hero-image.jpg);
  background-image: -o-linear-gradient(left, rgba(0, 48, 87, 0.85) 25%, rgba(0, 48, 87, 0) 85%, rgba(0, 48, 87, 0) 100%), url(/images/services/Institutional/StifelCanada/stifel-canada-hero-imagee.jpg);
  background-image: -ms-linear-gradient(left, rgba(0, 48, 87, 0.85) 25%, rgba(0, 48, 87, 0) 85%, rgba(0, 48, 87, 0) 100%), url(/images/services/Institutional/StifelCanada/stifel-canada-hero-image.jpg);
  background-image: linear-gradient(to right, rgba(0, 48, 87, 0.85) 25%, rgba(0, 48, 87, 0) 85%, rgba(0, 48, 87, 0) 100%), url(/images/services/Institutional/StifelCanada/stifel-canada-hero-image.jpg);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003057', endColorstr='#003057', GradientType=1);
}
.hero-text-canada {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  text-shadow: 2px 2px 2px black;
}
.hero-title-canada {
  font-size: calc(23px);
  font-weight: bold;
}
.hero-subtitle-canada {
  font-size: 30px;
}
.hero-title-fe {
  font-weight: bold;
}
.hero-img-fe {
  max-width: 90%;
}
.canada-news-box {
  text-align: center;
  width: 320px;
  background-color: #2472b2;
  float: right;
  margin-left: 16px;
  margin-top: -30px;
  padding: 22px;
  color: white;
}
.canada-news-text {
  font-size: 22px;
  margin-bottom: 4px;
}
.canada-news-button {
  min-width: 140px;
  border-radius: 26px;
  background-color: #003057;
  color: white;
}
.canada-news-button:hover {
  background-color: #1c5c8e;
  text-decoration: none;
  color: white;
}
.canada-sidebar-locations {
  padding: 20px 8px;
}
.canada-sidebar-locations h2 {
  font-weight: 800;
  color: #003057;
}
.canada-sidebar-locations a {
  display: inline-block;
  margin-bottom: 10px;
  color: #2472b2;
  font-size: 22px;
}
.canada-sidebar-locations p {
  margin-bottom: 4px;
}
.canada-sidebar-locations hr {
  border-top: 1px solid #aaa;
}
.canada-principle-header {
  display: block;
  margin-top: 20px;
  color: #2472B2;
}
.canada-principle-sub-header {
  font-weight: 700;
}
.canada-list li {
  margin-top: 12px;
}
.canada-box-img {
  margin-bottom: 20px;
}
#canada-read-equity-research-btn {
  margin: 0px;
}
@media (max-width: 991px) {
  .canada-news-box {
    margin: auto;
    margin-top: 20px;
    position: relative;
    float: none;
  }
}
@media (min-width: 576px) {
  .hero {
    height: 450px;
  }
}
@media (min-width: 800px) {
  .hero-title-canada {
    font-size: 60pt;
  }
  .hero-text-canada {
    padding-left: 15px;
  }
  .hero-title-fe {
    font-size: 54px;
  }
}
@media (max-width: 1200px) {
  .hero-text-canada {
    padding-left: 15px;
  }
  .hero-subtitle-canada {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hero-subtitle-canada {
    font-size: 18px;
  }
}
.current-offerings-company-logo {
  max-height: 100px;
  max-width: 260px;
  margin-bottom: 5px;
}
.firstenergy-company-name,
.currentOfferings-company-name {
  color: #003057;
}
.firstenergy-subtitle,
.currentOfferings-subtitle {
  font-size: 28px;
  margin-bottom: 12px;
}
.currentOfferings-auction-item {
  font-size: 18px;
}
/* Modal */

.modal-overlay {
  opacity: 0.5;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.canada-modal {
  display: none;
  position: fixed;
  top: calc(-62vh);
  left: calc(-210vw);
  z-index: 2020;
  background-color: #fff;
  max-width: 500px;
  border-radius: 8px 8px 5px 5px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.5);
  outline: none;
}
.canada-modal-header {
  background: linear-gradient(to right, #003057 0%, #013864 50%, #024578 100%);
  color: #fff;
  border-radius: 5px 5px 0px 0px;
  padding: 30px 50px 20px 50px;
}
.canada-modal-img {
  max-height: 36px;
}
#canada-modal-close {
  position: absolute;
  z-index: 2424;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 30px;
  padding: 8px;
  border: none;
  border-radius: 0px;
  margin: 0px;
  background: none;
  -webkit-appearance: none;
}
#canada-modal-close img {
  width: 100%;
  vertical-align: top;
}
.canada-modal-body {
  padding: 40px 50px 60px 50px;
}
.canada-modal-body h3 {
  color: #2472b2;
  font-weight: 800;
  font-size: 26px;
  margin-top: 0px;
  margin-bottom: 16px;
}
.canada-modal-body p {
  font-size: 16px;
}
.canada-modal-body a {
  text-decoration: underline;
}
.canada-modal-btn {
  color: #fff;
  border: none;
  border-radius: 26px;
  font-size: 16px;
  letter-spacing: 0.5px;
  background-color: #2472b2;
  margin: 8px 18px 0px 0px;
}
.canada-modal-btn:hover {
  background-color: #003057;
}
#canada-modal-decline {
  margin: 8px 0px 0px 0px;
}
.canada-modal.visible {
  display: block;
}
@media (max-width: 520px) {
  .canada-modal {
    left: 0px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .canada-modal-header {
    padding: 30px 25px 20px 25px;
  }
  .canada-modal-body {
    padding: 20px 25px 30px 25px;
  }
}
#regulatory-disclosures {
  margin-top: 50px;
  margin-bottom: 50px;
}
#regulatory-disclosures div {
  max-width: 300px;
}
#regulatory-disclosures a {
  color: #2472B2 !important;
  margin-left: 10px;
}
.canada-bio {
  padding-top: 10px;
  padding-bottom: 10px;
}
.canada-team-bio-img {
  max-height: 220px !important;
}
.canada-main-page .glass-container * {
  font-family: 'Fira Sans', Arial, sans-serif;
  color: #ffffff !important;
}
.canada-main-page .glass-btn-container {
  margin: 0;
  padding: 0;
  display: block;
}
.canada-main-page .glass-description {
  margin-bottom: 0px;
}
.glass-description * {
  margin: 0 !important;
  margin-bottom: 0.18em !important;
  color: #ffffff !important;
  text-shadow: 0 1px 2px #022B42;
}
.glass-description p {
  margin-bottom: 0.65em !important;
}
.canada-main-page .glass-col {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}
/* End text styling */

.canada-main-page .glass-btn {
  font-size: 16px;
}
.canada-main-page .glass-btn-container:after {
  content: '';
}
.canada-main-page .glass-btn a {
  position: relative;
  display: block;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.canada-main-page .glass-btn * {
  color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 0 1px 2px #022B42;
}
.canada-main-page .glass-btn-label {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  padding-right: 30px;
  display: block;
}
.canada-main-page .glass-btn-arrow {
  position: absolute;
  bottom: 12px;
  right: 10px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  width: 11px;
  height: 14px;
  -webkit-filter: drop-shadow(0 1px 2px #022B42);
  filter: drop-shadow(0 1px 2px #022B42) drop-shadow(0 1px 6px rgba(2, 43, 66, 0.9));
}
.canada-main-page .glass-btn-label p {
  margin: 0;
  font-size: 15px;
  line-height: 1.2em;
  word-break: break-word;
}
.canada-main-page .glass-btn a:hover {
  -webkit-box-shadow: 0 2px 20px rgba(2, 43, 66, 0.7);
  box-shadow: 0 2px 20px rgba(2, 43, 66, 0.7);
  -webkit-transition: -webkit-box-shadow ease 0.2s;
  transition: -webkit-box-shadow ease 0.2s;
  -o-transition: box-shadow ease 0.2s;
  transition: box-shadow ease 0.2s;
  transition: box-shadow ease 0.2s, -webkit-box-shadow ease 0.2s;
}
.glass-btn a:hover .glass-btn-arrow,
.glass-btn a:focus .glass-btn-arrow {
  right: 5px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.canada-main-page .glass-btn a:focus {
  outline: 2px solid rgba(36, 114, 178, 0.85);
  outline-offset: 2px;
}
.canada-main-page .glass-container {
  /* background-color is a placeholder for the image in case it cannot load */
  background-color: #003057;
  background-image: url('/images/services/Institutional/StifelCanada/GettyImages-StifelGMP.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}
.canada-main-page .glass-container1 {
  /* background-color is a placeholder for the image in case it cannot load */
  background-color: #003057;
  background-image: url('/images/services/Institutional/StifelCanada/GettyImages-StifelFirstEnergy.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}
.canada-main-page .glass-bg-color {
  padding: 12px 12px 6px 12px;
  /* This gradient color will vary depending on the page and section. Below is the defaut color. */
  background: rgba(0, 32, 57, 0.85);
  background: -moz-linear-gradient(-45deg, rgba(0, 32, 57, 0.85) 0%, rgba(0, 48, 87, 0.85) 50%, rgba(22, 130, 198, 0.85) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0, 32, 57, 0.85)), color-stop(50%, rgba(0, 48, 87, 0.85)), color-stop(100%, rgba(22, 130, 198, 0.85)));
  background: -webkit-linear-gradient(-45deg, rgba(0, 32, 57, 0.85) 0%, rgba(0, 48, 87, 0.85) 50%, rgba(22, 130, 198, 0.85) 100%);
  background: -o-linear-gradient(-45deg, rgba(0, 32, 57, 0.85) 0%, rgba(0, 48, 87, 0.85) 50%, rgba(22, 130, 198, 0.85) 100%);
  background: -ms-linear-gradient(-45deg, rgba(0, 32, 57, 0.85) 0%, rgba(0, 48, 87, 0.85) 50%, rgba(22, 130, 198, 0.85) 100%);
  background: linear-gradient(135deg, rgba(0, 32, 57, 0.85) 0%, rgba(0, 48, 87, 0.85) 50%, rgba(22, 130, 198, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002039', endColorstr='#1682c6', GradientType=1);
}
.canada-main-page .glass-container .glass-btn {
  border: solid 1px rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(242, 242, 242, 0.2)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, 0.2) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(242, 242, 242, 0.2)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#333333', GradientType=0);
}
.glass-container .glass-btn a {
  min-height: 75px;
}
.canada-main-page .glass-container .glass-btn-label {
  background: none;
}
.glass-container .glass-btn-label * {
  text-shadow: 0 1px 2px #022B42, 0 1px 6px #022B42;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.canada-main-page .glass-container .glass-btn a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-box-shadow ease 0.2s;
  transition: -webkit-box-shadow ease 0.2s;
  -o-transition: box-shadow ease 0.2s;
  transition: box-shadow ease 0.2s;
  transition: box-shadow ease 0.2s, -webkit-box-shadow ease 0.2s;
}
.glass-container .glass-btn a:hover .glass-btn-label *,
.glass-container .glass-btn a:focus .glass-btn-label * {
  text-shadow: 0 1px 2px #022B42, 0 1px 10px rgba(2, 43, 66, 0.5), 0 1px 5px rgba(2, 43, 66, 0.75);
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.canada-main-page .glass-container .glass-btn a::after {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background: rgba(255, 255, 255, 0.2);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(242, 242, 242, 0.4)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(242, 242, 242, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(242, 242, 242, 0.4)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(242, 242, 242, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
}
.canada-main-page .glass-container .glass-btn a:hover::after,
.glass-container .glass-btn a:focus::after {
  opacity: 0.4;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.canada-main-page .glass-container .glass-btn a:hover {
  -webkit-box-shadow: 0 3px 15px 6px rgba(2, 43, 66, 0.15);
  box-shadow: 0 3px 15px 6px rgba(2, 43, 66, 0.15);
}
.canada-main-page .glass-container .glass-btn a:focus {
  outline: 1px solid rgba(255, 255, 255, 0.85);
  outline-offset: 3px;
}
.canada-main-page .glass-container .glass-btn a:active {
  outline: 1px solid #ffffff;
  outline-offset: 3px;
}
.canada-main-page .clearfix:after {
  display: table;
  width: 100%;
  content: '';
}
.cards-alert-box {
  background-color: #2472b2;
  color: white;
  font-size: 18px;
  padding: 20px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cards-alert-box a {
  color: white;
}
.cards-page .hero-title,
.cards-page .hero-subtitle {
  color: white;
}
.cards-page-section-title {
  color: #2472b2;
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 18px;
}
.cards-page-section-img {
  margin-bottom: 12px;
}
.cards-page h3 {
  color: #2472b2;
  font-size: 20px;
}
.card-holder.double-wide {
  max-width: unset;
  width: unset;
}
.card-holder.double-wide .card-type {
  margin-top: 4px;
}
.card-holder.double-wide > a {
  margin-bottom: 0px;
}
.card-holder.double-wide .col-sm-6 {
  padding-left: 0px;
  padding-right: 0px;
}
@media all and (max-width: 767px) {
  .card-holder.double-wide {
    max-width: 224px;
  }
}
@media all and (min-width: 768px) {
  .card-holder.double-wide .col-sm-6:not(:last-child) {
    padding-right: 5px;
  }
  .card-holder.double-wide .col-sm-6:not(:first-child) {
    padding-left: 5px;
  }
}
.card-holder {
  max-width: 224px;
  width: 100%;
  padding: 10px;
  display: block;
  position: relative;
  border: solid 1px #b6b7be;
  background-color: #ffffff;
  border-radius: 15px;
  color: #003057;
  font-size: 14px;
  box-shadow: inset 0 0 0px #ffffff;
  transition: all ease 0.4s;
  overflow: hidden;
  margin-bottom: 1em;
  float: left;
}
.card-holder > * {
  display: block;
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1em;
  z-index: 2;
}
.card-holder > a {
  margin-bottom: 0.4em;
}
.card-holder > *:last-child {
  margin-bottom: 0 !important;
}
.card-img {
  background-color: #003057;
  border-radius: 10px;
  width: 202px;
  height: 128px;
  transition: all ease 0.2s;
  background-position: center center;
  background-size: cover;
}
.card-img-vertical {
  background-color: #003057;
  border-radius: 10px;
  width: 128px;
  height: 202px;
  transition: all ease 0.2s;
  background-position: center center;
  background-size: cover;
}
.card-img-vertical.card-stifel-one-visa-debit {
  background-image: url("../../images/Cards/card-stifel-one-visa-debit.png");
}
.card-img.card-stifel-bank-visa-debit {
  background-image: url("../../images/Cards/card-stifel-bank-visa-debit.png");
}
.card-img.card-stifel-bank-visa-business-debit {
  background-image: url("../../images/Cards/card-stifel-bank-visa-business-debit.png");
}
.card-img.card-stifel-one-credit-silver {
  background-image: url("../../images/Cards/card-stifel-one-credit-silver.png");
}
.card-img.card-stifel-one-credit-rose {
  background-image: url("../../images/Cards/card-stifel-one-credit-rose.png");
}
.card-img.card-stifel-bank-business-credit {
  background-image: url("../../images/Cards/card-stifel-bank-business-credit.png");
}
.card-img.Stifel_Attain_Mastercard-CardArt {
  background-image: url("../../images/Cards/Stifel_Attain_Mastercard-CardArt.png");
}
.card-vertical .card-img {
  width: 63.5%;
  padding-bottom: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.card-name {
  font-size: 1.2em;
}
.card-type {
  margin-top: -4px;
}
.card-holder:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all ease 0.6s;
  background: -moz-linear-gradient(0deg, #ffffff 0%, #b6b7be 100%);
  background: -webkit-linear-gradient(0deg, #ffffff 0%, #b6b7be 100%);
  background: linear-gradient(0deg, #ffffff 0%, #b6b7be 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#b6b7be", GradientType=1);
}
.card-holder:hover,
.card-holder:focus-within {
  box-shadow: inset 0 0 20px rgba(182, 183, 190, 0.5);
  transition: all ease 0.2s;
}
.card-holder:hover:after,
.card-holder:focus-within:after {
  opacity: 0.2;
  transition: all ease 0.2s;
}
.card-holder:hover .card-img,
.card-holder:focus-within .card-img {
  transition: all ease 0.2s;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.75);
}
.digital-wallets-logos img {
  margin-bottom: 1em;
}
.digital-wallets-logos img:not(:last-child) {
  margin-right: 0.5em;
}
.cards-page hr {
  border-top: 1px solid #003057;
}
.cards-btn {
  background-color: #2472B2;
  color: white;
  font-size: 14px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
  text-align: center;
}
.cards-btn:hover {
  background-color: #003057;
  text-decoration: none;
  color: white;
}
.careers-visit-choosestifel-btn {
  background-color: #5C8118;
  color: white;
  padding: 7px 30px;
  font-size: 16px;
  padding-left: 15px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
  margin-top: 3%;
  font-weight: 100;
}
.careers-visit-choosestifel-btn:hover {
  background-color: #425B12;
  text-decoration: none;
  color: white;
}
.careers-section {
  margin-top: 1.2em;
  padding-top: 1em;
}
.career-feature-box {
  text-align: left;
  width: 320px;
  background-color: #2472b2;
  float: right;
  margin-left: 16px;
  margin-top: -55px;
  padding: 22px;
  color: white;
}
@media (max-width: 600px) {
  #careers-container {
    float: initial;
    width: 100%;
    max-width: none !important;
    margin: 6px 0 0 0;
    margin-bottom: 10px;
  }
}
.career-feature-text {
  font-size: 15px;
  margin-bottom: 4px;
}
#careers-container {
  text-align: left;
  width: 100%;
  max-width: 340px;
  display: block;
  float: right;
  margin-left: 16px;
  margin-top: -55px;
}
.careers-section-blue {
  background-color: #2472b2;
  padding: 20px;
  color: #ffffff;
}
.careers-section-blue a:hover,
.careers-section-blue a:focus {
  text-decoration: none;
  color: #ffffff;
}
.careers-section-white {
  background-color: #ffffff;
  padding: 20px;
  color: #333333;
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0);
}
#careers-container p {
  margin: 0;
  margin-bottom: 0.5em;
}
.careers-title {
  font-weight: bold;
  font-size: 15px;
}
#careers-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#careers-container ul li {
  margin: 0;
  margin-bottom: 0.5em;
}
#careers-container ul li:last-of-type {
  margin-bottom: 0;
}
#careers-container a {
  text-decoration: underline;
  font-size: 18px;
}
#careers-container a:hover,
a:focus {
  text-decoration: none;
}
#careers-container a:focus {
  text-decoration: none;
}
.careers-white-btn {
  height: auto;
  width: auto;
  background: #ffffff;
  color: #333;
  font-size: 16px;
  padding: 10px 29px 10px 29px;
  border-radius: 80px;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.025em;
  line-height: 19.2px;
  text-align: center;
}
.careers-blue-btn {
  height: auto;
  width: auto;
  background: #2472b2;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 29px 10px 29px;
  border-radius: 80px;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.025em;
  line-height: 19.2px;
  text-align: center;
  margin-left: 14px;
  margin-bottom: 10px;
}
.careers-blue-btn-sidebar {
  height: auto;
  width: auto;
  background: #2472b2;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 29px 10px 29px;
  border-radius: 80px;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.025em;
  line-height: 19.2px;
  text-align: center;
}
.careers-white-btn:hover {
  color: #333 !important;
  background-color: #f3f3f3;
  -webkit-box-shadow: inset 0 0 0 1px #ffffff, 0 0 0 1px #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, 0 0 0 1px #ffffff;
  outline: none;
  text-decoration: none !important;
}
.careers-blue-btn:hover {
  color: #ffffff !important;
  background-color: #003057;
  -webkit-box-shadow: inset 0 0 0 1px #ffffff, 0 0 0 1px #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, 0 0 0 1px #ffffff;
  outline: none;
  text-decoration: none !important;
}
.careers-button:focus {
  background-color: #425b12;
  box-shadow: 0 0 0 2px #425b12, inset 0 0 0 1px #fff !important;
  color: #ffffff;
}
.location-icon {
  margin-bottom: -5px;
  margin-left: 3px;
}
.sidebar-text {
  padding: 14px 10px 14px 10px;
  gap: 10px;
  border-top: 1px solid #5c8118;
}
.careers-img-1 {
  width: 58%;
  height: 259px;
  margin-right: 25px;
  margin-bottom: 25px;
  object-fit: cover;
}
.careers-img-2 {
  width: 38%;
  height: 259px;
  margin-bottom: 25px;
  object-fit: cover;
}
.careers-img-4 {
  width: 43%;
  height: 259px;
  margin-right: 25px;
  object-fit: cover;
}
.careers-img-3 {
  width: 53%;
  height: 259px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .careers-img-1 {
    height: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .careers-img-2 {
    height: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .careers-img-4 {
    height: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .careers-img-3 {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 486px) {
  .careers-img-1 {
    height: 100%;
    width: 100%;
  }
  .careers-img-2 {
    height: 100%;
    width: 100%;
  }
  .careers-img-4 {
    height: 100%;
    width: 100%;
  }
  .careers-img-3 {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 386px) {
  .careers-img-1 {
    height: 100%;
    width: 100%;
  }
  .careers-img-2 {
    height: 100%;
    width: 100%;
  }
  .careers-img-4 {
    height: 100%;
    width: 100%;
  }
  .careers-img-3 {
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .careers-img-1 {
    height: 100%;
    width: 100%;
  }
  .careers-img-2 {
    height: 100%;
    width: 100%;
  }
  .careers-img-4 {
    height: 100%;
    width: 100%;
    margin-bottom: 25px;
  }
  .careers-img-3 {
    height: 100%;
    width: 100%;
  }
}
.careers-blue-box {
  border-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px 16px 20px;
  gap: 14px;
  width: 100%;
  background: #2472b2;
}
.careers-blue-box h1.titles {
  font-size: 25px;
  font-weight: 100;
  display: inline;
}
.careers-blue-box h1.div-white-text {
  font-size: 29px;
}
.div-white-text {
  color: white;
}
.div-white-text {
  color: white;
}
.careers-grey-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px 16px 20px;
  gap: 14px;
  width: 100%;
  background: #f3f3f3;
}
.careers-grey-box .para-style {
  font-size: 16px;
}
.careers-grey-box .careers-link-box {
  display: flex;
  flex-direction: column;
}
@media (max-width: 640px) {
  .careers-blue-box {
    flex-direction: column;
  }
  .careers-grey-box {
    flex-direction: column;
  }
}
.careers-green-line {
  width: 100%;
  height: 10px;
  background: #9db374;
  margin-top: 16px;
}
.careers-home-office .careers-blue-box h1.div-white-text {
  font-size: 29px;
}
.careers-home-office .side-gray .careers-blue-box {
  text-align: center;
  flex-direction: column;
}
.careers-home-office .side-gray .careers-grey-box {
  flex-direction: column;
}
.careers-home-office .side-gray .careers-grey-box h1.titles {
  margin: 0;
}
.careers-home-office .side-gray .careers-grey-box .para-style {
  margin: 0;
}
.careers-home-office .side-gray .careers-grey-box .careers-link-box {
  flex-direction: row;
}
.careers-home-office .side-gray .careers-grey-box .careers-link-box a {
  padding: 0;
}
.careers-home-office .side-gray .careers-grey-box .careers-link-box a:hover {
  box-shadow: 5px 5px 5px rgba(128, 128, 128, 0.25);
}
.opportunities-box {
  padding: 24px;
  background-color: #75b1e3;
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-image: url("../images/careers/Stifel-HQ-And-Sky.jpg");
  background-size: cover;
  background-position: center center;
}
.opportunities-box > p {
  font-size: 20px;
  max-width: 42ch;
  font-weight: 600;
  color: #333333;
  text-shadow: 0 2px 2px #ffffff;
  margin: 0;
}
.opportunities-box ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  justify-items: stretch;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}
.opportunities-box ul li {
  border-radius: 2px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  box-shadow: 0 4px 12px rgba(0, 48, 87, 0.3);
  border: solid 1px #ffffff;
  background-color: #f5f6f9;
  transition: all ease 0.3s;
}
.opportunities-box ul li a {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 10px;
  text-decoration: none;
  background-color: transparent;
  transition: all ease 0.3s;
}
.opportunities-box ul li:hover,
.opportunities-box ul li:focus-visible {
  box-shadow: 0 4px 12px rgba(0, 48, 87, 0.6);
  transition: all ease 0.1s;
}
.opportunities-box ul li a:hover,
.opportunities-box ul li a:focus-visible {
  background-color: #ffffff;
  transition: all ease 0.1s;
}
.opportunities-box ul li a:focus-visible {
  box-shadow: inset 0 0 0 2px #2472b2;
}
.opportunities-box ul li a * {
  margin: 0;
}
.opportunities-box ul li a p:first-of-type {
  font-size: 16px;
  font-weight: 600;
  color: #2472b2;
  margin-bottom: 6px;
}
.opportunities-box ul li a p:last-of-type {
  font-size: 12px;
  font-weight: 300;
  color: #333333;
  transition: all ease 0.3s;
}
.opportunities-box ul li a p:last-of-type:after {
  content: ">";
  font-size: 0.8em;
  transform: translateY(-0.075em);
  display: inline-block;
  margin-left: 0.5em;
  transition: all ease 0.3s;
}
.opportunities-box ul li a:hover p:last-of-type:after,
.opportunities-box ul li a:focus-visible p:last-of-type:after {
  margin-left: 0.6em;
  transition: all ease 0.1s;
}
.opportunities-box ul li a:hover p:last-of-type,
.opportunities-box ul li a:focus-visible p:last-of-type {
  padding-left: 0.25em;
  transition: all ease 0.1s;
}
@media screen and (max-width: 600px) {
  .opportunities-box {
    padding: 16px;
    gap: 10px;
  }
  .opportunities-box ul {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .opportunities-box ul li a {
    padding: 4px 8px;
  }
  .opportunities-box ul li a p:first-of-type {
    margin-bottom: 3px;
  }
}
.careers-picture-row-box {
  display: flex;
}
.careers-picture-row-box img {
  width: 48%;
  margin: 0 1%;
  object-fit: cover;
}
.careers-picture-row-box img:first-child {
  margin-left: 0;
}
.careers-picture-row-box img:last-child {
  margin-right: 0;
}
.careers-home-office {
  margin-bottom: 25px;
}
.comparison-table-mobile-card-blue {
  background-color: #DEEBFB;
  padding: 1em 0 1em 1em;
}
.comparison-table-mobile-card-white {
  padding: 1em 0 1em 1em;
  background-color: #ffffff;
}
.comparison-table-mobile-card-bold {
  font-weight: 700;
}
.comparison-table-mobile-card-border {
  border: solid grey 1px;
}
@media (max-width: 767px) {
  .comparison-table-mobile-card {
    font-size: 11px;
  }
}
.comparison-table-mobile-card-prestige {
  min-width: 198px;
}
.comparison-table-mobile-card-advantage {
  min-width: 148px;
}
.comparison-table-no-padding {
  padding: 0px;
  border: 1px solid lightgrey;
}
.conf-events h2 {
  font-size: large;
  color: #2472b2;
  height: 10px;
  font-weight: bold;
}
.conf-events .conf-event-upcoming h4 {
  color: #2472b2;
}
.conf-events .conf-event-past h4 {
  color: #a7a7a7;
}
.conf-events h4 {
  margin-bottom: 0.25em;
}
.conf-events ul {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  list-style-type: none;
}
.conf-events .conf-event-group li {
  width: 49%;
}
.conf-events p {
  margin: 0;
}
.conf-events .conf-event-location {
  color: #555;
}
.conf-sidebar-image {
  width: 100%;
  max-width: 400px;
}
.conf-image-quote {
  margin-top: 4px;
  max-width: 400px;
  text-align: center;
  font-style: italic;
  font-size: 10px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 2px;
  color: #555;
}
.conf-news-box {
  text-align: center;
  width: 320px;
  background-color: #2472b2;
  float: right;
  margin-left: 16px;
  margin-top: -30px;
  padding: 22px;
  color: white;
}
@media (max-width: 660px) {
  .conf-news-box {
    float: initial;
    width: 100%;
    margin: 6px 0 0 0;
  }
}
.conf-news-text {
  font-size: 15px;
  margin-bottom: 4px;
}
.conf-youtube {
  display: none;
  width: 280px;
  height: 158px;
}
.conf-video-overlay img {
  width: 280px;
  height: 158px;
  cursor: pointer;
}
.conf-video-container {
  float: right;
}
@media (max-width: 992px) {
  .consumer-and-retail-read-more-div {
    top: 0px;
  }
}
.find-advisor-contact-form .contact-form-container {
  border-radius: 0;
  border: 0;
  min-height: 500px;
}
.contact-form-container {
  border-radius: 15px;
  border: 5px solid #003057;
  background: #FFFFFF;
  color: #000;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 25px;
  margin-top: 20px;
  max-width: 400px;
  min-height: 900px;
  padding-left: 10px;
  padding-top: 10px;
}
.contact-form-input-row {
  display: flex;
  margin-bottom: 15px;
}
.contact-form-note {
  line-height: 1;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5%;
  margin-bottom: 0;
}
.contact-form-note-list {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 5%;
  margin-top: -9px;
  margin-left: -12px;
}
.contact-form-note-title {
  margin-bottom: 0;
}
.contact-form-note-subtitle {
  font-size: 13px;
  margin-bottom: 15px;
}
.contact-form-recaptcha {
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
.contact-form-recaptcha div {
  display: inline-block;
}
.contact-form-received-body {
  color: #575757;
  font-size: 24px;
  line-height: 1;
  margin-left: 5px;
  margin-bottom: 15%;
}
.contact-form-received-title {
  font-weight: bold;
  color: #575757;
  font-size: 24px;
  margin-left: 5px;
  margin-top: 15%;
  line-height: 0%;
}
.contact-form-services-info {
  margin-left: 5px;
}
.contact-form-submit-button {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  background-color: #2472B2;
  border-radius: 26px;
  font-size: 16px;
  margin-top: 10px;
  padding: 7px 30px;
}
.contact-form-submit-button:hover {
  background-color: #003057 !important;
  text-decoration: none;
}
.contact-form-subtitle {
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 15px;
  width: 100%;
}
.contact-form-title {
  color: #003057;
  margin-left: 5px;
  margin-top: 5px;
}
.contact-form-support-subtitle {
  color: #2472B2;
  font-weight: 300;
  font-size: 15pt;
  margin-left: 5px;
}
.contact-form-support-info {
  font-weight: 200;
  margin-left: 5px;
}
.vertical-line {
  height: auto;
  border-left: 2px solid #658D1B;
  position: relative;
  margin-left: 5px;
  padding-left: 5px;
  margin-bottom: 15px;
}
.contact-form-message {
  width: 100%;
}
.contact-form-container #form-validationSummary {
  margin-left: 1%;
}
form[action="/contact-us"] {
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  form[action="/contact-us"] {
    margin-left: 5px;
    margin-right: 5px;
    width: 100%;
  }
}
.tracker-container {
  border-radius: 15px;
  border: 5px solid #EEF3F6;
  background: #EEF3F6;
  color: #000;
  height: 100%;
  width: 100%;
  margin-bottom: 25px;
  margin-top: 20px;
  margin-left: 10px;
  padding: 0;
  padding-left: 5px;
}
.tracker-support-title {
  color: #003057;
  margin-bottom: -12px;
}
.tracker-support-subtitle {
  color: #2472B2;
  font-weight: 300;
  font-size: 14pt;
  margin-bottom: 15px;
}
.tracker-support-img {
  background-image: linear-gradient(#FFFFFF, #EEF3F6);
  display: flex;
  justify-content: center;
  border-radius: 10px;
}
.location-container {
  border-radius: 15px;
  border: 5px solid #EEF3F6;
  background: #FFFFFF;
  color: #000;
  height: 100%;
  width: 100%;
  margin-bottom: 25px;
  margin-top: 20px;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}
.hq-title-group {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.hq-title {
  color: #003057;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.building-icon {
  float: left;
  padding-right: 10px;
  padding-left: 0px;
  display: inline-block;
}
.advisor-container {
  border-radius: 15px;
  width: 100%;
  margin-bottom: 25px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  margin-left: 10px;
  background-image: url("../images/Contact Us/Advisors-Background-GettyImages-1050206768.jpg");
  background-size: cover;
  background-position: center center;
}
.advisor-container > .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.advisor-title {
  color: #003057;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media screen and (min-width: 992px) {
  .hide-contact-us-menu {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .contact-form-container {
    width: 100%;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .tracker-container {
    margin-right: auto;
    margin-left: auto;
  }
  .tracker-support-img {
    display: none;
  }
  .location-container {
    margin-right: auto;
    margin-left: auto;
  }
  .advisor-container {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .contact-page-wrapper .form-group-columns {
    flex-direction: column;
    margin-bottom: 0;
  }
}
@media (max-width: 1360px) {
  .contact-form-container {
    transform: translateX(0);
  }
}
.hero-contact-us {
  background: url('../../images/Contact Us/Connect-with-stifel-Headquaters-Financial-Advisors-Investment-Banking-Careers-Client-Access-Mobile-App.5.png');
  background-size: cover;
  background-position: center center;
}
.two-btn-group {
  margin-top: 22px;
  margin-bottom: 20px;
}
.contact-us-btn {
  background-color: #2472B2;
  color: white;
  font-size: 14px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
  text-align: center;
}
.contact-us-btn:hover {
  background-color: #003057;
  text-decoration: none;
}
.contact-us-find-advisor-btn {
  background-color: #5C8118;
}
.contact-us-find-advisor-btn:hover {
  background-color: #425B12;
}
.contact-us-hr {
  margin-left: -30px;
  width: 200%;
  border-top: none;
  border-bottom: solid;
  border-width: 1px;
  border-color: #777;
}
.address-title-link {
  font-weight: 600;
  font-size: 14pt;
  line-height: 1;
  display: block;
}
.address-para {
  margin-top: 15px;
  margin-bottom: 15px;
}
.contact-us-title {
  color: #555;
}
.contact-icons li a:hover {
  opacity: 0.7;
}
.contact-sidebar {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  /* Placeholder before we create the sidebar styling */
  margin-top: 20px;
  height: 800px;
}
.map {
  margin: 0;
  margin-bottom: 20px;
  padding-right: 20px;
  text-align: center;
  align-content: center;
  height: 150px;
  width: 100%;
  max-width: 400px;
  background-color: grey;
  border-radius: 10px;
}
.map-title {
  margin-bottom: 0;
}
.contact-page-wrapper {
  background: linear-gradient(to top, #f2f2f2, white 40%, white);
}
.contact-page-wrapper .hero {
  height: 200px;
}
.contact-icons {
  padding: 0;
  margin-left: 18px;
  list-style-type: none;
}
.contact-icons > li {
  margin-left: 8px;
  float: left;
}
@media (min-width: 768px) {
  .contact-page-wrapper .hero {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .contact-us-hr {
    display: none;
  }
  .contact-us-content {
    font-size: 14pt;
    margin-left: 20px;
  }
  .two-btn-group {
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .two-btn-group > .contact-us-btn {
    width: 220px;
  }
}
.locations {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 25px;
  row-gap: 20px;
  justify-items: start;
  align-items: start;
  justify-content: stretch;
  grid-auto-flow: row;
}
.location-single {
  width: 100%;
  display: block;
}
.location-double {
  grid-column: span 2;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  column-gap: 25px;
  row-gap: 0em;
  justify-items: start;
  align-items: start;
  justify-content: stretch;
  grid-auto-flow: row;
}
.location-double-child {
  width: 100%;
}
.location-double > .address-title-link {
  grid-column: span 2;
}
@media screen and (max-width: 991px) {
  .locations {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 360px) {
  .locations,
  .location-double {
    display: block;
  }
  .location-double-child,
  .location-single {
    margin-bottom: 20px;
  }
}
.cyber-security {
  font-size: 16px;
}
.cyber-security p {
  font-size: 16px;
  padding: 5px;
}
.hero-cyber-security {
  background-image: url('../images/CyberSecurity/cyber-security.jpg');
  background-size: cover;
  background-position: center center;
}
.cyber-security-card {
  z-index: 999 !important;
  background-color: #003057;
  padding-bottom: 10px;
}
.cyber-security-card-callout {
  background-color: white;
  min-width: 230px;
  min-height: 195px;
}
.cyber-security-card-callout .cyber-security-card-block {
  margin-left: 15px;
  padding-top: 20px;
}
.cyber-security-card .white-text {
  color: white;
}
.cyber-security-card .btn-read {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  text-align: center;
  margin-left: 15%;
}
.cyber-security-appealing-quote {
  color: #2472b2;
}
.cyber-security .bucket-text-box {
  min-height: 352px;
}
.cyber-security-infobox {
  background-color: #2472b2;
  color: #FFF;
  padding: 12px;
  width: 175px;
  height: 175px;
  font-size: 14px;
}
.cyber-security-info-detail {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  border-top: 1px solid #2472b2;
  border-bottom: 1px solid #2472b2;
}
#cyber-security-sensitive-info-box {
  background-color: #FFF;
  color: #2472b2;
  font-weight: bold;
  margin-left: 20px;
  padding: 10px;
  position: relative;
  top: 195px;
  font-size: 14px;
}
.cyber-security-common,
.identity-theft-action,
.protection {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cyber-security-common-header,
.identity-theft-action-header {
  margin-top: 10px;
  background-color: #003057;
  color: #FFF;
  padding: 5px;
}
.cybersecurity-common-odd,
.cybersecurity-common-even {
  padding-top: 10px;
  min-height: 130px;
}
.cybersecurity-common-odd {
  background-color: #CCC;
}
.cybersecurity-common-even {
  background-color: #DDD;
}
#security-threat-report {
  background-color: #5c8118;
  color: #FFF;
  padding: 12px;
  width: 175px;
  height: 175px;
  font-size: 16px;
  font-weight: 500;
}
#security-threat-report strong {
  font-size: 20px;
}
#security-threat-report .subscript {
  font-size: 12px;
  margin: 0 0 0 0;
  padding: 0px;
  font-style: italic;
}
#identity-theft-icon {
  color: #5c8118;
  font-size: 2em;
  position: relative;
  float: left;
}
.identity-theft {
  font-size: 18px;
  padding-left: 30px;
  font-weight: 600;
}
.identity-theft-action-item {
  margin: 0px 0px 0px 0px;
}
.identify-theft-action-item-ordinal {
  color: #5c8118;
}
.identity-theft-action-odd,
.identity-theft-action-even {
  padding: 10px;
  min-height: 130px;
}
.identity-theft-action-odd {
  background-color: #DDD;
}
.identity-theft-action-even {
  background-color: #EEE;
}
.identity-theft-action-odd.subheader,
.identity-theft-action-even.subheader {
  color: #003057;
  font-weight: 600;
  min-height: 130px;
}
.identity-theft-action-odd.subheader {
  background-color: #CCC;
}
.identity-theft-action-even.subheader {
  background-color: #DDD;
}
.protection-box {
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.25);
  padding: 2%;
}
@media (min-width: 414px) {
  .protection-box {
    width: 28%;
    height: 600px;
    margin-left: 30px;
  }
  #protection-box-1 {
    margin-left: 60px;
  }
}
.protection-box p {
  color: #333333;
}
.protection-box-icon {
  color: red;
  height: 50px;
}
.protection-box-icon img {
  height: 100%;
}
.protection-box h5 {
  font-weight: 900;
  font-size: 24px;
}
.europe-bod-bio-img {
  height: 257px;
}
.board-member-title {
  font-size: 17px;
}
.board-member-description {
  font-size: 14px;
}
@media (max-width: 991px) {
  .board-member-text {
    display: inline-block;
    width: 100%;
    max-width: 264px;
  }
  .directory-img {
    text-align: center;
  }
}
.europe-news-img-wrapper {
  margin-top: 16px;
  float: right;
}
.europe-img {
  margin-top: 50px;
}
.europe-news-box {
  text-align: center;
  width: 320px;
  background-color: #2472b2;
  margin-left: 16px;
  margin-top: -30px;
  padding: 22px;
  color: white;
}
.europe-news-text {
  font-size: 15px;
  margin-bottom: 4px;
}
.europe-news-button {
  min-width: 60%;
  border-radius: 26px;
  background-color: #003057;
  color: white;
}
.europe-news-button:hover,
.europe-news-button:focus {
  background-color: #1c5c8e;
  text-decoration: none;
  color: white;
}
.europe-sidebar-news-box {
  color: white;
  text-align: center;
  background-color: #274334;
  padding: 16px 36px;
  margin-bottom: 26px;
  max-width: 400px;
}
.europe-sidebar-news-box a {
  background-color: #5c8118;
  color: white;
  border-radius: 26px;
  min-width: 178px;
}
.europe-sidebar-news-box a:hover {
  background-color: #425b12;
  color: #8ba3bd;
}
@media (max-width: 991px) {
  .europe-news-box {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    float: none;
  }
  .europe-sidebar-news-box {
    padding: 16px;
  }
}
@media (max-width: 530px) {
  .europe-news-img-wrapper {
    float: none;
  }
  .europe-news-box {
    width: auto;
    max-width: 320px;
  }
}
.footer-broker-check-btn {
  background-color: #003057;
  color: white;
}
.footer-broker-check-btn:hover {
  background-color: #1C5C8E;
  color: white;
}
.footer-link-style {
  color: white;
}
.footer-link-style:hover {
  color: #cccccc;
}
.footer-link-style:visited {
  color: #cccccc;
}
.footer-form-crs-btn {
  background-color: #64BAF7;
  color: #272727;
  border-radius: 5px;
  margin-right: 20px;
}
.footer-form-crs-btn:hover {
  background-color: #2472B2;
  color: #272727;
}
.footer-middle-row {
  margin-top: 12px;
}
/* Mobile Links */

.footer-accordion-wrapper {
  background-color: #333;
  border: 1px solid #7a7a7a;
  border-radius: 6px;
  margin-bottom: 15px;
}
.footer-accordion {
  color: #64baf7;
  font-size: 22px;
  background: transparent;
  cursor: pointer;
  padding: 6px;
  margin: 0px;
  width: 100%;
  text-align: left;
  border: none;
  border-radius: 6px;
  outline: none;
  transition: 0.2s;
}
.footer-accordion:hover,
.footer-accordion:focus {
  /*border: 1px solid #64baf7;*/
  box-shadow: 0 0 0 2px #64baf7;
}
.footer-accordion-img {
  width: 18px;
  margin: 6px;
}
.rot-90 {
  transform: rotate(90deg);
}
.active {
  background-color: #111;
}
.footer-accordion-panel {
  padding: 0 18px;
  color: #fff;
  display: none;
  overflow: hidden;
}
.footer-accordion-panel ul {
  margin-top: 8px;
  margin-left: 24px;
}
.footer-accordion-panel ul li a {
  font-size: 14px;
}
.healthcare-get-in-touch-btn {
  border: none;
  border-radius: 26px;
  background-color: #5C8118;
  color: white;
  min-width: 210px;
  margin-bottom: 20px;
}
.healthcare-get-in-touch-btn:hover {
  border: none;
  border-radius: 26px;
  background-color: #425B12;
  color: white;
}
@media (max-width: 992px) {
  .healthcare-read-more-div {
    top: 0px;
  }
}
.hero-careers {
  background-image: url('../../images/careers/Career_Hero.jpg');
  background-size: cover;
  background-position: center 50%;
}
.hero-div-careers {
  background-image: linear-gradient(90deg, rgba(0, 48, 87, 0.95) 33.85%, rgba(0, 48, 87, 0) 75.52%), url('../../images/careers/humanCapital/HC-Hero.jpg');
  background-size: cover;
  background-position: center center;
}
.financial-advisors-body .hero {
  height: 450px;
}
@media (max-width: 450px) {
  .hero.hero-careers {
    height: 299px;
  }
}
.hero-careers-button-list {
  list-style: none;
  margin-left: -40px;
  padding-top: 20px;
}
.hero-careers-button-list li {
  display: inline-block;
  text-align: center;
  margin: 0 6px 0 0;
}
.hero-careers-button-list li a {
  display: block;
  min-width: 256px;
}
.hero-careers-button {
  color: #000;
  padding: 7px 30px;
  font-size: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
  font-weight: 300;
}
.hero-careers-button-1 {
  background-color: #5C8118;
  color: white;
}
.hero-careers-button-1:hover {
  background-color: #425B12;
  text-decoration: none;
  color: white;
}
.hero-careers-button-2 {
  background-color: #6d6f71;
  color: white;
}
.hero-careers-button-2:hover {
  background-color: #003057;
  text-decoration: none;
  color: white;
}
.hero-careers-button-3 {
  background-color: #2472B2;
  color: white;
}
.hero-careers-button-3:hover {
  background-color: #003057;
  text-decoration: none;
  color: white;
}
.hero-careers-button-4 {
  background-color: #003057;
  color: white;
}
.hero-careers-button-4:hover {
  background-color: #1C5C8E;
  text-decoration: none;
  color: white;
}
@media (max-width: 1200px) {
  .hero-careers-button-list li {
    display: list-item;
    margin: 5px 0 0 0;
  }
}
.hero-home-office {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)), url('../../images/careers/Home-Office-hero.webp');
  background-size: cover;
  background-position: center 50%;
}
.hero-div-home-office {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)), url('../../images/careers/Home-Office-hero.webp');
  background-size: cover;
  background-position: center 50%;
}
.financial-advisors-body .hero {
  height: 450px;
}
@media (max-width: 450px) {
  .hero.hero-home-office {
    height: 299px;
  }
}
.hero-home-office-button-list {
  list-style: none;
  margin-left: -40px;
  padding-top: 20px;
}
.hero-home-office-button-list li {
  display: inline-block;
  text-align: center;
  margin: 0 6px 0 0;
}
.hero-home-office-button-list li a {
  display: block;
  min-width: 256px;
}
.hero-home-office-button {
  color: #000;
  padding: 7px 30px;
  font-size: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
  font-weight: 300;
}
.hero-home-office-button-1 {
  background-color: #5C8118;
  color: white;
}
.hero-home-office-button-1:hover {
  background-color: #425B12;
  text-decoration: none;
  color: white;
}
.hero-home-office-button-2 {
  background-color: #6d6f71;
  color: white;
}
.hero-home-office-button-2:hover {
  background-color: #003057;
  text-decoration: none;
  color: white;
}
.hero-home-office-button-3 {
  background-color: #2472B2;
  color: white;
}
.hero-home-office-button-3:hover {
  background-color: #003057;
  text-decoration: none;
  color: white;
}
.hero-home-office-button-4 {
  background-color: #003057;
  color: white;
}
.hero-home-office-button-4:hover {
  background-color: #1C5C8E;
  text-decoration: none;
  color: white;
}
@media (max-width: 1200px) {
  .hero-home-office-button-list li {
    display: list-item;
    margin: 5px 0 0 0;
  }
}
.hc-quote {
  display: flex;
  justify-content: center;
  padding: 10px;
  gap: 12px;
  background: linear-gradient(180deg, #F3F3F3 0%, #FFFFFF 100%);
}
.hc-text {
  margin: 10px 0 10px;
}
.paragraph {
  font-size: 17px;
  font-weight: 400;
  margin-top: 20px;
}
.hc-white-title {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  text-align: left;
  letter-spacing: 0.3px;
  color: #FFFFFF;
}
.hc-white-text {
  font-family: 'Fira Sans';
  font-style: normal;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.3px;
  color: #FFFFFF;
}
.quote-img {
  width: 150px;
  height: 150px;
  float: left;
  margin-right: 12px;
}
.win-img {
  width: 292px;
}
.light-gray {
  background-color: #F3F3F3;
}
.hc-quote-text {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}
.hc-quote-name {
  font-family: 'Fira Sans';
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
}
.hc-green-box {
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 22px;
  gap: 10px;
  width: 100%;
  background: #5C8118;
}
.hc-green-line {
  width: 100%;
  height: 10px;
  background: #9DB374;
}
.hc-white-link {
  color: #fff;
  text-decoration: underline;
}
.hc-white-button {
  background: #FFFFFF;
  color: #333333;
  padding: 10px 41px;
  border-radius: 80px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-right: 10px;
}
.hc-white-button:hover {
  background-color: lightgray;
  color: #2a2727;
}
@media (min-width: 320px) and (max-width: 992px) {
  .hc-quote {
    display: grid;
  }
  .hc-white-button {
    margin-bottom: 10px;
  }
}
.institutional-connect-btn {
  display: inline-block;
  background-color: #5C8118;
  color: white;
  padding: 7px 30px;
  font-size: 14px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  text-align: center;
}
.institutional-connect-btn:hover {
  background-color: #425B12;
  color: white;
  text-decoration: none;
}
.institutional-year-in-review-img {
  padding-top: 24px;
}
.institutional-year-in-review-btn {
  position: absolute;
  top: 200px;
  left: 80px;
  background-color: #2472B2;
  color: white;
  padding: 6px 30px;
  font-size: 14px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  text-align: center;
}
.institutional-year-in-review-btn:hover {
  background-color: #003057;
  color: white;
  text-decoration: none;
}
.institutional-research-btn {
  border: none;
  border-radius: 26px;
  background-color: #5C8118;
  color: white;
}
.institutional-research-btn:hover {
  border: none;
  border-radius: 26px;
  background-color: #425B12;
  color: white;
}
.institutional-mifid-btn {
  background-color: #003057;
  border-radius: 26px;
  color: white;
}
.institutional-mifid-btn:hover {
  background-color: #1C5C8E;
  color: white;
}
.institutional-careers-header {
  color: #2472b2;
  font-weight: 300;
  font-size: 1.2em;
}
.institutional-careers-info {
  font-size: 16px;
}
#institutional-careers-joinUs {
  color: #000;
  padding: 7px 35px;
  font-size: 14px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
  font-weight: 300;
  background-color: #5C8118;
  color: white;
  display: inline-block;
}
#institutional-careers-joinUs:hover {
  background-color: #425B12;
  text-decoration: none;
  color: white;
}
#public-finance .news-box {
  color: white;
  background-color: #2472b2;
  padding: 16px;
  margin: 8px;
  border: none;
  max-width: 280px;
  min-width: 240px;
  text-align: center;
}
#public-finance .news-box p {
  font-size: 16px;
}
#public-finance .news-btn {
  display: block;
  background-color: #003057;
  color: #fff;
  padding: 7px 20px;
  border-radius: 26px;
  border: none;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 150px;
  text-align: center;
}
#public-finance .news-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #225279;
}
#public-finance .news-btn:focus {
  text-decoration: none;
  color: #fff;
}
#public-finance .sidebar-title {
  font-size: 16px;
  font-weight: bold;
}
#public-finance .blue-title {
  color: #2472b2 !important;
  margin-top: 10px;
  font-size: 16pt;
  font-weight: bold;
  text-decoration: none;
}
#StifelGMPHeroLogo {
  max-width: 500px;
  height: auto;
  width: 80%;
  margin-bottom: 5px;
}
.institutional-hero {
  background-size: cover;
  background-position: center center;
  background-image: -webkit-gradient(left top, right top, color-stop(25%, rgba(0, 48, 87, 0.85)), color-stop(85%, rgba(0, 48, 87, 0)), color-stop(100%, rgba(0, 48, 87, 0))), url(/images/services/Institutional/Stifel-Institutional-Services-IB-Public-Finance-Research-Sales-Trading-Syndicate.png);
  background-image: -moz-linear-gradient(left, rgba(0, 48, 87, 0.85) 25%, rgba(0, 48, 87, 0) 85%, rgba(0, 48, 87, 0) 100%), url(/images/services/Institutional/Stifel-Institutional-Services-IB-Public-Finance-Research-Sales-Trading-Syndicate.png);
  background-image: -webkit-linear-gradient(left, rgba(0, 48, 87, 0.85) 25%, rgba(0, 48, 87, 0) 85%, rgba(0, 48, 87, 0) 100%), url(/images/services/Institutional/Stifel-Institutional-Services-IB-Public-Finance-Research-Sales-Trading-Syndicate.png);
  background-image: -o-linear-gradient(left, rgba(0, 48, 87, 0.85) 25%, rgba(0, 48, 87, 0) 85%, rgba(0, 48, 87, 0) 100%), url(/images/services/Institutional/Stifel-Institutional-Services-IB-Public-Finance-Research-Sales-Trading-Syndicate.png);
  background-image: -ms-linear-gradient(left, rgba(0, 48, 87, 0.85) 25%, rgba(0, 48, 87, 0) 85%, rgba(0, 48, 87, 0) 100%), url(/images/services/Institutional/Stifel-Institutional-Services-IB-Public-Finance-Research-Sales-Trading-Syndicate.png);
  background-image: linear-gradient(to right, rgba(0, 48, 87, 0.85) 25%, rgba(0, 48, 87, 0) 85%, rgba(0, 48, 87, 0) 100%), url(/images/services/Institutional/Stifel-Institutional-Services-IB-Public-Finance-Research-Sales-Trading-Syndicate.png);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003057', endColorstr='#003057', GradientType=1);
}
.hero-text-institutional {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  text-shadow: 2px 2px 2px black;
}
.hero-title-institutional {
  font-size: calc(23px);
  font-weight: bold;
}
.hero-subtitle-institutional {
  font-size: 30px;
}
.hero-title-fe {
  font-weight: bold;
}
.hero-img-fe {
  max-width: 90%;
}
@media (min-width: 576px) {
  .hero {
    height: 450px;
  }
}
@media (min-width: 800px) {
  .hero-title-institutional {
    font-size: 60pt;
  }
  .hero-text-institutional {
    padding-left: 15px;
  }
  .hero-title-fe {
    font-size: 54px;
  }
}
@media (max-width: 1200px) {
  .hero-text-institutional {
    padding-left: 15px;
  }
  .hero-subtitle-institutional {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hero-subtitle-institutional {
    font-size: 18px;
  }
}
.investor-relations-contact-btn {
  background-color: #2472B2;
  color: white;
  padding: 7px 30px;
  font-size: 16px;
  padding-left: 15px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
  width: 250px;
  margin-bottom: 10px;
}
.investor-relations-contact-btn-left {
  margin-right: 32px;
}
.investor-relations-contact-btn:hover {
  background-color: #003057;
  text-decoration: none;
  color: white;
}
.lending-sidebar-subtext {
  font-size: 13px;
  color: lightgrey;
  text-align: right;
  margin-right: 56px;
}
.lending-links-section {
  margin-top: 30px;
}
.lending-links-section ul {
  padding-left: 16px;
  font-size: 18px;
  font-weight: 200;
}
.lending-sidebar-quotes-title {
  color: #5a8e22;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
  padding: 0px 2px;
  text-align: center;
}
.lending-sidebar-quotes {
  padding: 0 20px;
  text-align: center;
  font-size: 13px;
  margin-bottom: 20px;
}
.lending-infographic-number {
  font-size: 30pt;
  line-height: 0;
}
.nav-pills ul {
  margin-top: 0;
  margin-bottom: 10px;
  list-style-type: none;
  margin-left: 0;
  -webkit-padding-start: 0 !important;
}
.navbar .navbar-find-advisor-btn {
  color: white;
  padding: 7px 30px;
  font-size: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
  background-color: #5C8118;
}
.navbar .navbar-find-advisor-btn:hover {
  background-color: #425B12;
}
.navbar .navbar-find-advisor-btn:focus {
  background-color: #425B12;
}
.nav-pills li a:focus {
  box-shadow: 0 0 0 2px #003057;
  outline: none;
}
#skip-to-content a {
  padding: 6px 12px;
  position: absolute;
  top: -44px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: #003057;
  z-index: 100;
}
#skip-to-content a:focus {
  position: absolute;
  left: -2px;
  top: -4px;
  outline-color: transparent;
}
/* Mobile Main Menu*/

.nav-mobile {
  float: right;
  max-width: 500px;
}
.nav-mobile .navbar-find-advisor-btn {
  display: block;
  width: 100%;
  margin: auto;
}
.nav-mobile .btn {
  margin-bottom: 15px;
}
.nav-mobile .col-xs-12 {
  padding: 0px 7px 0px 7px;
}
.nav-mobile .col-xs-6 {
  padding: 0px 7px 0px 7px;
}
.navbar-btn-mobile-lg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  background-color: #eee;
  color: #333;
  font-size: 18px;
  box-shadow: 0 1px 0 0 #bdbdbd;
  border-radius: 4px;
  width: 100%;
}
.navbar-btn-mobile-sm {
  width: 100%;
  background-color: #eee;
  color: #333;
  font-size: 16px;
  box-shadow: 0 1px 0 0 #bdbdbd;
  border-radius: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.navbar-btn-mobile-lg:hover,
.navbar-btn-mobile-sm:hover,
.navbar-btn-mobile-lg:focus,
.navbar-btn-mobile-sm:focus {
  background-color: #bdbdbd;
}
.navbar-btn-mobile-skip {
  width: 100%;
  background-color: #003057;
  color: #fff;
  border-radius: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.navbar-btn-mobile-skip:hover,
.navbar-btn-mobile-skip:focus {
  color: #fff;
  background-color: #004067;
}
.navbar-btn-mobile-skip img {
  margin-right: 6px;
}
.pf-branch-container {
  width: 688px;
  height: auto;
}
.pf-branch-office-info {
  width: auto;
  height: 249px;
  position: relative;
  border: solid grey 1px;
}
.pf-branch-hero-title-container {
  position: absolute;
  z-index: 2;
  width: auto;
  top: 20px;
  background-color: rgba(223, 227, 240, 0.85);
  padding: 10px 5px 10px 10px;
}
.pf-branch-hero-image {
  width: 688px;
  height: 250px;
  position: relative;
  z-index: 1;
}
.pf-branch-hero-title {
  font-weight: 700;
  color: black;
  padding-right: 10px;
}
.pf-branch-hero-subtitle {
  font-weight: 500;
  font-size: 11px;
  color: black;
  width: 100%;
}
.pf-branch-hero-title-footer {
  font-style: italic;
  color: black;
  font-size: 10px;
}
.pf-branch-team-container {
  height: auto;
  border: solid grey 1px;
  background-color: #fff;
  max-width: 344px;
  margin-left: 15px;
  margin-top: 20px;
}
.pf-branch-team {
  padding: 15px 0 0 20px;
}
.pf-branch-team-title {
  font-weight: 700;
  font-size: 16px;
  color: black;
}
.pf-branch-address {
  width: auto;
  margin-top: 15px;
  margin-right: 15px;
  height: auto;
  float: right;
}
.pf-branch-header {
  color: #003057;
  font-weight: bold;
}
@media (max-width: 600px) {
  .pf-branch-employee-info {
    font-size: 10px !important;
  }
}
.religion-finance-form-container {
  background: #FFFFFF;
  box-shadow: 0 1px 16px #e2e2e2;
  color: #000;
  height: 100%;
  margin-bottom: 25px;
  margin-top: 5px;
  padding-top: 10px;
  max-width: 344px;
  line-height: 10px;
}
.religion-finance-form-input {
  margin-left: 10%;
  width: 74%;
  display: flex;
  flex-direction: row;
}
.religion-finance-form-required {
  display: inherit;
}
.religion-finance-form-input-row {
  display: flex;
  flex-direction: column;
}
.religion-finance-form-input-row select {
  margin-left: 10%;
  width: 74%;
  height: 32px;
}
.religion-finance-form-input-row textarea {
  margin-left: 10%;
  width: 80%;
  height: 100px;
  margin-bottom: 10px;
}
.religion-finance-form-captcha-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.religion-finance-form-submit-button {
  background-color: #2472B2;
  border-radius: 26px;
  font-size: 16px;
  color: white;
  padding: 4px 11px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  color: #fff;
  width: 200px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 15px;
  padding-bottom: 3px;
}
.religion-finance-form-submit-button:hover {
  background-color: #003057 !important;
  text-decoration: none;
  color: white;
}
.religion-finance-form-submit-button:focus {
  background-color: #003057 !important;
  text-decoration: none;
  color: white;
}
.religion-finance-form-subtitle {
  margin: 5%;
  width: 90%;
  line-height: 1;
}
.religion-finance-form-title {
  color: #575757;
  margin-left: 5%;
  margin-top: 5px;
}
.religion-finance-form-input-label {
  margin-left: 10%;
}
.research-login-buttons {
  margin-top: -20px;
}
.research-equity-login-btn {
  border: none;
  border-radius: 26px;
  background-color: #5C8118;
  color: white;
  min-width: 210px;
}
.research-equity-login-btn:hover {
  border: none;
  border-radius: 26px;
  background-color: #425B12;
  color: white;
}
.research-fixed-income-login-btn {
  border: none;
  border-radius: 26px;
  background-color: #2472B2;
  color: white;
  min-width: 210px;
}
.research-fixed-income-login-btn:hover {
  border: none;
  border-radius: 26px;
  background-color: #003057;
  color: white;
}
ul.research-login-responsive-list {
  margin-left: 0px;
  list-style-type: none;
}
@media (max-width: 992px) and (min-width: 768px) {
  ul.research-login-responsive-list {
    padding-left: 0;
    list-style-type: none;
  }
  ul.research-login-responsive-list li {
    padding-left: 12px;
  }
}
.social-media-div {
  margin-bottom: 20px;
}
.social-media-image {
  max-height: 84px;
  margin-top: 2px;
  float: right;
}
.social-media-img-col {
  padding-right: 0px;
}
.social-media-title {
  font-size: 18px;
  font-weight: 600;
}
.social-media-text {
  margin-bottom: 2px;
}
.social-break {
  display: none;
}
@media (max-width: 450px) {
  .social-break {
    display: block;
  }
}
.wealth-tracker-buttons {
  margin-top: -10px;
}
.stifel-wealth-tracker-btn {
  background-color: #5C8118;
  color: white;
  padding: 7px 45px;
  font-size: 14px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  text-align: center;
}
.stifel-wealth-tracker-btn:hover {
  border: none;
  border-radius: 26px;
  background-color: #425B12;
  color: white;
}
@media (max-width: 992px) and (min-width: 768px) {
  stifel-wealth-tracker-btn {
    padding-left: 12px;
  }
}
.investment-banking-news-box {
  color: white;
  background-color: #2472b2;
  padding: 16px;
  margin: 8px;
  border: none;
  max-width: 280px;
  min-width: 240px;
}
.investment-banking-news-box p {
  font-size: 16px;
}
.investment-banking-news-btn {
  display: block;
  background-color: #003057;
  color: #fff;
  padding: 7px 30px;
  border-radius: 26px;
  border: none;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 150px;
  text-align: center;
}
.investment-banking-news-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #225279;
}
.investment-banking-news-btn:focus {
  text-decoration: none;
  color: #fff;
}
#technology-inset {
  float: right;
}
/* Meet Our Team */

.tech-team-info {
  display: block;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
}
.tech-team-name {
  display: block;
  color: #2472b2;
  font-size: 20px;
  margin-bottom: 2px;
}
.tech-team-name:hover,
.tech-team-name:focus {
  text-decoration: none;
}
.tech-team-bio-img {
  max-height: 220px;
}
.static-tombstone {
  margin-bottom: 16px;
}
.tech-directory-names {
  color: #2472b2;
  font-size: 17px;
}
.tech-directory-description {
  margin-bottom: 32px;
}
.tech-sub-hero-col {
  padding: 0px;
  padding-right: 8px;
}
.tech-sub-hero {
  width: 100%;
}
.text-light-blue {
  color: #2472b2;
}
@media (max-width: 480px) {
  .tech-team-col {
    width: 100%;
  }
}
.tech-youtube {
  width: 350px;
  height: 197px;
}
.tech-video-overlay img {
  width: 350px;
  height: 197px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .investment-banking-news-box-div {
    float: initial;
    display: inline-block;
    margin-bottom: 12px;
  }
  .tech-youtube {
    width: 280px;
    height: 158px;
  }
  .tech-video-overlay img {
    width: 280px;
    height: 158px;
  }
}
.technology-news-box {
  text-align: center;
  width: 320px;
  background-color: #2472b2;
  float: right;
  margin-left: 16px;
  margin-top: -30px;
  margin-bottom: 15px;
  padding: 22px;
  color: white;
}
.technology-news-text {
  font-size: 22px;
  margin-bottom: 4px;
}
.technology-news-button {
  min-width: 140px;
  border-radius: 26px;
  background-color: #003057;
  color: white;
}
.technology-news-button:hover {
  background-color: #1c5c8e;
  text-decoration: none;
  color: white;
}
