/*
 * Tenants: elements must have ID and class that match (ex: <div id=Header class=Header></div>
 * --- #Header overrides .Header
 * --- Default styles will use .Header {}, tenants will use #Header {}
 */
* {
  outline: none;
}
.clearthis {
  zoom: 1;
}
.clearthis:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.imgtxt {
  background: no-repeat;
  display: block;
  font-size: .01em;
  overflow: hidden;
  text-indent: -99999px;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
textarea:focus,
input:focus {
  outline: none;
}
textarea {
  resize: none;
  overflow: auto;
}
form {
  margin: 0;
}
.zero {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
div.bigwrap {
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 99;
}
.footer_tbl .footer_tbl_left {
  width: 170px;
}
.contentSection {
  line-height: 18px;
  *line-height: 28px;
}
.contentSection li {
  padding-bottom: 10px;
}
.contentSection .titleLabel {
  padding-bottom: 20px;
}
.validateField {
  -moz-border-radius: 4px;
  border: none;
  border-radius: 4px;
}
.validateField[type=checkbox],
.validateField[type=radio] {
  border-radius: 0;
}
.accept {
  background-image: url(static/images/silkicons/tick.png);
  background-position: right;
  background-repeat: no-repeat;
}
body {
  margin: 0;
  padding: 0;
}
body.perm_scroll {
  overflow-y: scroll;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
.menu_sep_bottom {
  height: 30px;
}
.menu_sep_top {
  height: 30px;
}
input {
  outline: none;
  margin: 0;
}
#Main,
#container_Header,
#container_Footer {
  min-width: 1013px;
}
#container_Left:empty,
#container_Right:empty {
  padding: 0;
  width: 0;
}
#container_Left {
  background: #f5f5f5;
  box-shadow: 1px 0px 2px #dddddd;
  -ms-flex-order: 1;
  order: 1;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  width: 216px;
  z-index: 90;
}
#container_Left.soa-ui-cm-container-left-collapsed {
  width: 60px;
}
#container_Right {
  -ms-flex-order: 3;
  order: 3;
  width: 250px;
}
#container_Content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  /* IE10 defaults correction */

}
#Main > div#container_Footer {
  clear: both;
  float: none;
}
#Footer {
  /*padding-left: 115px;*/

  border-top: 1px solid #dddddd;
}
.Left,
.Content,
.Content-Wide,
.Content-Widest,
.Right {
  white-space: normal;
  text-align: left;
}
.Left {
  min-height: 250px;
}
.Content,
.Content-Wide,
.Content-Widest {
  vertical-align: top;
  min-height: 250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  -ms-flex-direction: column;
  flex: 0 1 auto;
  /* IE10 defaults correction */

  flex-direction: column;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  z-index: 3;
}
.Content {
  flex: 2;
  -ms-flex: 2;
  -ms-flex-order: 2;
}
.Right {
  border-left: 1px solid #838383;
  background: #f5f5f5;
  height: 100%;
  min-height: 250px;
}
.HeaderTable {
  width: 900px;
}
.menu_item {
  padding-left: 16px;
  padding-right: 16px;
}
.Footer {
  clear: both;
  font-size: 10px;
  text-align: center;
}
.LogWidget {
  border: 1px solid #f00;
  height: auto;
  width: 100%;
  clear: none;
  float: none;
}
.value_textbox,
.value_textbox_active {
  background: #eceded;
  color: #3d4242;
  padding: 5px 6px 4px;
  font-family: 14px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.selerror {
  color: #d77;
  padding-top: 1px;
  font-size: 10px;
  visibility: hidden;
}
.value_textbox {
  color: #777;
  font-style: italic;
}
.ui-resizable-handle {
  display: none !important;
}
.textarrow {
  display: inline;
  padding-left: 1px;
  padding-right: 2px;
  font-size: 9px;
  text-decoration: none;
}
#body_background_overlay_container {
  height: 100%;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
}
#body_background_overlay_table {
  width: 100%;
  height: 100%;
}
#body_background_overlay_parent {
  text-align: center;
}
#body_background_overlay {
  top: 95px;
  width: 935px !important;
  width: 955px;
  height: 100%;
  background-position: top;
}
.notifications_popup {
  z-index: 9999;
  position: absolute;
  width: 300px;
  height: 100px;
}
#Left {
  z-index: 1;
}
#Right {
  z-index: 1;
}
.logocontainer {
  padding-left: 16px;
}
.list_title {
  font-size: 11px;
  font-weight: bold;
}
span.required {
  color: #dd0000;
}
.stretch_overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  display: none;
}
.editable {
  min-height: 20px;
  /*moz min height only*/

  height: auto !important;
  /*moz height*/

  height: 20px;
  /*IE min height*/

}
.editable_admin {
  cursor: pointer;
}
button:focus {
  /*outline: 4px dotted green;*/
  /*uncomment for keyboard tab-nav debugging on forms*/

}
.editable_admin:hover {
  background: #f3f3f3;
}
textarea.editor {
  margin: 0px;
}
.inputHelpText {
  font-style: italic;
  color: #777;
  width: 100%;
  height: 22px;
  padding: 0;
  margin: 0;
  margin-top: 0 !important;
  margin-top: 4px;
}
.nodata {
  color: #f00;
}
/*************** dropdown styles **************/
input.selectbox {
  background: #777777 url('images/dub_arrows.gif') no-repeat 97% center;
  border: 1px solid #000;
  color: #fff;
}
.selectbox-wrapper {
  background: #eaeaea;
  border: 1px solid #bbb;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 99999;
}
.selectbox-wrapper li {
  background: no-repeat 14px center;
  font-weight: bold;
  padding: 5px 14px;
  text-align: left;
}
.selectbox-wrapper li.selected,
.selectbox-wrapper li.current {
  background-color: #444958;
  color: #eaeaea;
}
/***********************UI UTILS *********************/
.edge,
.edge_mid {
  vertical-align: middle;
}
.edge div {
  background-color: gray;
  width: 1px;
}
.edge img,
.edge_mid img {
  padding: 0;
  margin: 0;
  visibility: hidden;
}
.edge_mid div {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  background-color: white;
}
.round_text {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  background-color: white;
  padding: 0;
}
.round_text input {
  background-color: transparent;
  border: none;
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
.round_text input[type='text'],
.round_text input[type='password'],
.round_text textarea {
  border: 0;
  padding: 0;
}
.round_text textarea {
  width: 100%;
}
/*************************OBINJECT************************/
.dd_menu {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 0;
  height: 0;
  position: absolute;
  margin-top: 2px;
  z-index: 8888;
}
.dd_menu_item_list {
  border-left: 1px solid #555;
  border-right: 1px solid #555;
  padding-bottom: 0;
}
.dd_menu_item {
  cursor: pointer;
  padding-left: 5px;
  /*padding-right:16px;*/

  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: left;
}
.dd_menu_bg,
.dd_menu_bottom {
  background-color: #777;
}
.dd_menu_bottom {
  border-bottom: 1px solid #bbb;
  font-size: 0;
  width: 100%;
}
.MENU_ITEM_HOVER {
  color: #fff;
  background: #454545;
}
.MENU_ITEM_HOVER a:link,
.MENU_ITEM_HOVER a:active,
.MENU_ITEM_HOVER a:visited {
  color: #fff;
}
.dd_menu_item.menu_item_menu_myinfo_dd {
  color: #002663;
  font-weight: bold;
  padding: 4px 9px;
}
.Header .dd_menu_item div {
  border-top: 1px solid #ccc;
  padding-bottom: 0;
  padding-top: 6px;
  width: 100%;
}
.Header .dd_menu_item span {
  color: #ed5929;
  font-weight: bold;
}
.Header .MENU_ITEM_HOVER {
  color: #ed5929;
  background-image: url(../../static/images/spacer.gif);
}
.Header .MENU_ITEM_HOVER a:link,
.MENU_ITEM_HOVER a:active,
.MENU_ITEM_HOVER a:visited {
  color: red;
}
.fadecontainer object {
  width: 0;
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.popup {
  display: none;
}
.popup_show {
  position: relative;
  z-index: 8888;
}
#popup_window {
  z-index: 9990;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow-x: hidden;
}
#popupbg {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  bbackground-color: #719DDE;
  background-color: black;
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: alpha(opacity=50);
}
#popupcont {
  z-index: 8888;
  position: relative;
  top: 0;
  left: 0;
  position: absolute;
  height: 60%;
  width: 70%;
}
.popupwin {
  z-index: 8888;
  position: relative;
  background-color: white;
  line-height: 0;
}
#popupwin {
  z-index: 8888;
  position: relative;
  height: 100%;
  width: 100%;
}
/**
  FROM .impl..style.css
**/
#Footer > ul {
  color: #494e4e;
  padding: 18px 0 0;
  list-style-type: none;
}
#Footer > ul > li > a {
  color: #494e4e;
  display: inline-block;
}
#Footer > ul > li > a:before,
#Footer > ul > li.legal:before {
  content: "|";
  display: inline-block;
  margin: 0 15px;
}
#Footer > ul > li:first-child a:before {
  content: "";
  margin: 0;
}
#Footer > ul > li {
  font-size: 10px;
  float: left;
  line-height: 20px;
}
#Footer > ul > li:first-child {
  padding: 0;
}
.legal {
  padding-bottom: 0;
}
div.cwrap {
  padding: 15px;
}
#apiAddModifyGroupDescription {
  height: 64px;
  padding-left: 0;
  width: 100%;
}
.status {
  font-weight: bold;
  font-size: 8px;
  font-family: Arial;
}
.action {
  font-size: 12px;
  font-family: Arial;
}
.myAppsWelcome {
  width: 35%;
  height: 62px;
}
div#container_Header {
  position: relative;
}
div#main_loader {
  position: absolute;
  height: 16px;
  line-height: 16px;
  z-index: 9999;
  padding: 10px 20px 10px 40px;
  background: white;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  left: 324px;
  top: 10px;
  background: #ffffff url(../static/images/loading.gif) 20px center no-repeat;
}
/* widget loader */
div.bigload {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../static/images/widget_loader.gif) center center no-repeat;
}
div.bigload_overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* Content left panel style
-----------------------------------------*/
div.cwrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
div.cwrap div.cwrap_left {
  width: 110px;
  padding-right: 28px;
  float: left;
}
div.cwrap div.cwrap_right {
  width: calc(100% - 138px);
  float: left;
}
div.cwrap div.cwrap_left ul.meta {
  list-style: none;
  padding: 0;
  margin: 0;
}
div.cwrap div.cwrap_left ul.meta li {
  word-wrap: break-word;
  font-size: 11px;
  margin: 0 0 5px 0;
}
div.cwrap div.break {
  margin: 0 0 15px 0;
}
/* Rating
-----------------------------------------*/
ul.rating_history {
  margin: 0;
  padding: 0;
}
ul.rating_history li {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 70px;
  padding-bottom: 1px;
  height: 12px;
}
ul.rating_history li.star_1 {
  background: url(images/star_rate_dark_1.gif) 0 0 no-repeat;
}
ul.rating_history li.star_2 {
  background: url(images/star_rate_dark_2.gif) 0 0 no-repeat;
}
ul.rating_history li.star_3 {
  background: url(images/star_rate_dark_3.gif) 0 0 no-repeat;
}
ul.rating_history li.star_4 {
  background: url(images/star_rate_dark_4.gif) 0 0 no-repeat;
}
ul.rating_history li.star_5 {
  background: url(images/star_rate_dark_5.gif) 0 0 no-repeat;
}
ul.rating_history div.grey_bar {
  background-color: #aaa;
  height: 10px;
  width: 160px;
}
ul.rating_history div.black_bar {
  background-color: black;
  height: 10px;
}
.rating_unrated {
  background: url(images/star_rate_dark_5.gif) 0 0 no-repeat;
  height: 12px;
  width: 65px;
}
.rating_wrap {
  height: 12px;
  line-height: 12px;
  width: 65px;
  display: inline-block;
  vertical-align: top;
  background: url("images/star_sprite.png") right top no-repeat;
}
.rating_wrap span {
  display: block;
  text-indent: -9999px;
  width: 0%;
  background: url("images/star_sprite.png") left top no-repeat;
}
.rating_star_1_0 {
  background-position: -52px 0px;
  height: 12px;
  width: 65px;
}
.rating_star_1_5 {
  background-position: -39px -13px;
  height: 12px;
  width: 65px;
}
.rating_star_2_0 {
  background-position: -39px 0px;
  height: 12px;
  width: 65px;
}
.rating_star_2_5 {
  background-position: -26px -13px;
  height: 12px;
  width: 65px;
}
.rating_star_3_0 {
  background-position: -26px 0px;
  height: 12px;
  width: 65px;
}
.rating_star_3_5 {
  background-position: -13px -13px;
  height: 12px;
  width: 65px;
}
.rating_star_4_0 {
  background-position: -13px 0px;
  height: 12px;
  width: 65px;
}
.rating_star_4_5 {
  background-position: 0px -13px;
  height: 12px;
  width: 65px;
}
.rating_star_5_0 {
  background-position: 0px 0px;
  height: 13px;
  width: 65px;
}
div.rating_subtitle {
  font-weight: bold;
  margin: 0 0 6px 0;
  font-size: 12px;
}
div.rating {
  margin: 5px 0 15px 0;
}
div.rating_left {
  float: left;
}
div.rating_right {
  margin-left: 315px;
}
ul.rating_history li {
  line-height: 12px;
  padding-left: 65px;
  margin-bottom: 3px;
}
ul.rating_history div.grey_bar {
  width: 120px;
  margin-right: 3px;
  float: left;
  height: 12px;
}
ul.rating_history div.grey_bar div.black_bar {
  height: 12px;
}
ul.ratethis {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 12px;
  line-height: 12px;
  width: 65px;
  display: inline-block;
  vertical-align: top;
  background: url(images/star_sprite_red.png) right top no-repeat;
}
ul.ratethis.star_rate1 {
  background-position: -52px 0;
}
ul.ratethis.star_rate2 {
  background-position: -39px 0;
}
ul.ratethis.star_rate3 {
  background-position: -26px 0;
}
ul.ratethis.star_rate4 {
  background-position: -13px 0;
}
ul.ratethis.star_rate5 {
  background-position: 0 0;
}
ul.ratethis li {
  float: left;
  width: 13px;
  height: 12px;
  line-height: 12px;
  text-indent: -9999px;
}
ul.ratethis li a:link,
ul.ratethis li a:visited {
  display: block;
}
/* Misc utilities
-----------------------------------------*/
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.clear_left {
  clear: left;
}
.clear_right {
  clear: right;
}
.clear_both {
  clear: both;
}
.width_half_percent {
  width: 50%;
}
/* Document Options Panel
-----------------------------------------*/
div.filemanDiv {
  position: relative;
  z-index: 10;
}
div.docpanel {
  position: absolute;
  top: 0;
  left: 0;
  background: #eaeaeb;
  padding: 5px;
}
div.docpanel span.docpanel_filemanager a:link,
div.docpanel span.docpanel_filemanager a:visited {
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  display: inline-block;
  margin: 0 5px;
  background: url(images/icon_filemanager.png);
}
/* panel within fileman popup */
.fileManagerDialog,
.fileUploader {
  background: #fff;
  border: 1px solid #cfd7d5;
  position: absolute;
}
.fileUploader {
  border-color: #a0a5a4;
}
.fileUploader .smallDialogContent {
  padding: 20px;
}
.fileUploader h2 {
  background-color: #cfd7d5;
  color: #2683b4;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  padding: 5px 10px;
}
.fileUploader label {
  color: #2683b4;
  display: block;
  float: left;
  font-weight: bold;
  margin: 0;
  padding: 4px 0 0 10px;
  width: 90px;
}
.fileUploader input,
.fileUploader textarea,
.fileUploader select {
  border: none;
  color: #3d4242;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 11px;
}
.fileUploader li {
  margin: 0 0 10px;
  min-height: 22px;
  overflow: auto;
}
.fileUploader .buttons {
  padding-bottom: 0;
  text-align: right;
}
.fileUploader .buttons > li {
  display: inline;
  padding-left: 5px;
}
.fileUploader .buttons > li:first-child {
  padding: 0;
}
body#fileManager {
  overflow: hidden;
  /*overflow-y:auto; */

}
#fileManager #body_content {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding-top: 10px;
  position: absolute;
  right: 0;
  top: 100px;
}
div.fileManager div.folderHeader {
  padding: 5px;
  font-weight: bold;
}
div.fileManager .itemHeader {
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}
div.fileManager .actions {
  width: 120px;
}
div.fileManager .actions > ul {
  padding: 0;
}
div.fileManager .action {
  cursor: pointer;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin-left: 5px;
  width: 16px;
}
div.fileManager .action:first-child {
  margin: 0;
}
div.fileManager .action.imgtxt.edit {
  background-image: url(../static/images/silkicons/pencil.png);
}
div.fileManager .action.imgtxt.viewdirect {
  background-image: url(../static/images/silkicons/page_white_put.png);
}
div.fileManager .action.imgtxt.displayname {
  background-image: url(../static/images/silkicons/images.png);
}
div.fileManager .action.imgtxt.delete {
  background-image: url(../static/images/silkicons/cross.png);
}
div.fileManager .action.imgtxt.rename {
  background-image: url(../static/images/silkicons/textfield_rename.png);
}
div.fileManager .action.imgtxt.download {
  background-image: url(../static/images/silkicons/disk.png);
}
div.fileManager #body_content table {
  margin: 10px 0 0 0;
}
div.fileManager #body_content > table:first-child {
  margin: 0;
}
div.fileManager .itemHeader,
div.fileManager .item,
div.fileManager .actions {
  padding: 0 10px 5px;
}
div.fileManager div.contentHeader {
  background: #cfd7d5;
  height: 100px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
div.fileManager .contentHeader > div.clearthis {
  height: 31px;
  padding: 20px 0;
}
div.fileManager .headerPanel {
  background: #000;
  padding: 3px 0 1px 10px;
}
div.fileManager .headerPanel > li {
  float: left;
  height: 24px;
}
div.fileManager .headerPanelTool {
  color: #fff;
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding-right: 15px;
}
div.fileManager h1.dialogHeader {
  background: none;
  color: #000;
  float: left;
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  padding: 0 29px;
}
div.fileManager div.location {
  float: left;
  height: 25px;
  padding-left: 20px;
  vertical-align: middle;
  width: 380px;
}
div.fileManager .locationUri {
  color: inherit;
  font-size: 12px;
  font-weight: normal;
  line-height: 17px;
  word-wrap: break-word;
}
div.fileManager .locationUri > span {
  font-weight: bold;
}
div.fileManager .locationUri > span:after {
  content: "\0000a0";
}
div.fileManager .fileItem,
div.fileManager .item,
div.fileManager .headerPanelTool,
div.fileManager .tocControl,
div.fileManager .displaynameinput,
div.fileManager .defaultControl {
  background: no-repeat left center;
  line-height: 20px;
  padding-left: 20px;
  vertical-align: middle;
}
div.fileManager .tocControl,
div.fileManager .defaultControl {
  text-align: center;
  padding: 0 10px 5px;
}
div.fileManager .tocControl > input,
div.fileManager .defaultControl > input {
  margin: 0;
}
div.fileManager .headerPanelTool {
  float: none;
}
div.fileManager .upDirectory {
  background-image: url(../static/images/silkicons/folder_up.png);
}
div.fileManager .newFile {
  background-image: url(../static/images/silkicons/page_add.png);
}
div.fileManager .newDirectory {
  background-image: url(../static/images/silkicons/folder_add.png);
}
div.fileManager .uploadFile {
  background-image: url(../static/images/silkicons/page_white_get.png);
}
div.fileManager .uploadZip {
  background-image: url(../static/images/silkicons/page_white_zip.png);
}
div.fileManager .downloadZip {
  background-image: url(../static/images/silkicons/disk.png);
}
div.fileManager .folder {
  background-image: url(../static/images/silkicons/folder.png);
}
div.fileManager .html {
  background-image: url(../static/images/silkicons/html.png);
}
div.fileManager .page {
  background-image: url(../static/images/silkicons/page.png);
}
div.fileManager .page_gear {
  background-image: url(../static/images/silkicons/page_gear.png);
}
/* Document Iframe
-----------------------------------------*/
.document_iframe {
  border: none;
  width: 100%;
}
.upload_iframe {
  position: absolute;
  top: -1000px;
  left: -1000px;
}
/**** code prettify styles ***/
.pln {
  color: #000000;
}
@media screen {
  .str {
    color: #008800;
  }
  .kwd {
    color: #000088;
  }
  .com {
    color: #880000;
  }
  .typ {
    color: #660066;
  }
  .lit {
    color: #006666;
  }
  .pun,
  .opn,
  .clo {
    color: #666600;
  }
  .tag {
    color: #000088;
  }
  .atn {
    color: #660066;
  }
  .atv {
    color: #008800;
  }
  .dec,
  .var {
    color: #660066;
  }
  .fun {
    color: #ff0000;
  }
}
@media print, projection {
  .str {
    color: #006600;
  }
  .kwd {
    color: #006;
    font-weight: bold;
  }
  .com {
    color: #600;
    font-style: italic;
  }
  .typ {
    color: #404;
    font-weight: bold;
  }
  .lit {
    color: #004444;
  }
  .pun,
  .opn,
  .clo {
    color: #444400;
  }
  .tag {
    color: #006;
    font-weight: bold;
  }
  .atn {
    color: #440044;
  }
  .atv {
    color: #006600;
  }
}
pre.prettyprint {
  padding: 2px;
  border: 1px solid #888888;
}
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none;
}
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: #eeeeee;
}
/****************** start supplement.less ************/
/*
so far in this dev phase, these default soa-open theme colors have gone unused:
#494e4e;
#eceded;*/
/****** content section elements ******/
.plain-text-color {
  color: #7f7f7f;
}
.disabled-text-color-old {
  color: #a5a5a5;
}
.disabled-bg-color-old {
  background: #eceded;
}
.disabled-bg-color {
  background: #dedfe0;
}
.disabled-text-color {
  color: #9c9fa2;
}
.disabled-border-color {
  background: #dedfe0;
}
.disabled-header-text-color {
  background: #6d6f72;
}
.link-color {
  color: #00427a;
}
.box-header-bg-color {
  background: transparent;
}
.box-header-text-color {
  color: #494949;
}
.box-border-color {
  background: #dddddd;
}
.box-bg-color {
  color: #ffffff;
}
.box-text-color {
  color: #7f7f7f;
}
.content-bg-color {
  background: #ffffff;
}
.content-border-color {
  border-color: #dddddd;
}
.section-header-text-color {
  color: #494949;
}
.input-bg-color-old {
  background-color: #eceded;
}
.input-border-color-old {
  border-color: #eceded;
}
/***** body ****/
/**** alter the @body-bg line below if you want it to be different from the above @body-bg properties, but please try altering those properties and checking the results first *****/
/****** tiptip ********/
/********* control header ********/
/******** tooltips *********/
/****** top navbar *****/
/****** left navbar *****/
/*********** footer *********/
/*********** wizard *********/
/******* markdown editor ******/
/***** buttons *****/
/******* toggle swipe *********/
/*********** system icon y-positioning *******/
/*********** empty-behav y-positioning *******/
/******* icons 15px y-positioning ******/
/****** icons 18px y-positioning *****/
/****** button icons y-positioning *****/
/******* "add new" y-positioning **********/
/********* specialty icons y-positioning *******/
/*********** colors referring to status, used for example on the transaction monitor or the api access page *****/
/* orange */
/* green */
/* light blue */
/* red */
/* purple */
/* off-black */
/* gold */
/* blue */
/* crimson */
/* gray */
/* orange-yellow */
/**
 *  Commonly used variables to customize styles
 *  Tenant: Open
 *  Theme: Default
 *  NOTES:
 *  1. when downloading this file as custom_template.less, you will need to
 *  	rename it to custom.less before uploading using file manager.
 *  2. use rgba or HEX values for colors instead of color names
 *  	If the value is another variable, you will need to uncomment that variable as well.
 *		eg: if you use:
 *			@link-hover-color: @main-color;
 *  		you will also need to uncomment @main-color and give it a HEX value
 */
@font-face {
  font-family: 'LF Rubrik';
  src: url('/fonts/lf-rubrik.woff2') format('woff2'), url('/fonts/lf-rubrik.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-kerning: normal;
}
@font-face {
  font-family: 'Intro Cond';
  src: url('/fonts/intro-cond-regular.woff2') format('woff2'), url('/fonts/intro-cond-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Intro Cond';
  src: url('/fonts/intro-cond-regular-italic.woff2') format('woff2'), url('/fonts/intro-cond-regular-italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Intro Cond';
  src: url('/fonts/intro-cond-bold.woff2') format('woff2'), url('/fonts/intro-cond-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Intro Cond';
  src: url('/fonts/intro-cond-bold-italic.woff2') format('woff2'), url('/fonts/intro-cond-bold-italic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}
.container_wrap {
  background-color: #f3f3f3;
}
.soa-ui-cm-top-search {
  background: #fff;
  border: 2px solid #dfdfdf;
  width: 200px;
  float: right;
}
h2.soa-ui-cm-logo-container {
  margin: 0px 125px 0px 8%;
}
a.soa-ui-cm-logo {
  background-repeat: no-repeat;
}
div > ul {
  list-style: none;
}
.dropdown.open > .dropdown-menu {
  opacity: 1;
}
.lf-ui-cm-icon-flag-note {
  background-image: url("images/notification-flag-32.png");
  padding: .63rem 20px .463rem 1.8rem!important;
  cursor: pointer;
  height: 70px;
  background-repeat: no-repeat;
  border: 2px solid #d9d9d9;
  background-position-x: 5px;
  background-position-y: 16px;
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  color: #005aa0;
}
.soa-ui-cm-notification-date {
  font-style: italic;
  margin-top: 5px!important;
}
.soa-ui-cm-notifications-badge a {
  background-image: none;
}
.soa-ui-cm-resources-menu .soa-ui-cm-open-nav-menu-item {
  background: #00427a;
  color: #7f7f7f;
}
.soa-ui-cm-resources-menu .soa-ui-cm-open-nav-menu-item .soa-ui-cm-imgtxt:before {
  color: #7f7f7f;
}
ul.soa-ui-cm-resources-menu {
  margin: 0;
  padding: 0 15px 0 0;
}
.soa-ui-cm-resources-menu > [role="presentation"] {
  float: left;
}
.soa-ui-cm-resources-menu > [role="presentation"] .soa-ui-cm-arrow-up {
  left: 9px;
}
.soa-ui-cm-resources-menu > [role="presentation"].open > [role="menuitem"] {
  background: #00427a;
  color: #7f7f7f;
}
.soa-ui-cm-resources-menu > [role="presentation"].open > [role="menuitem"] .soa-ui-cm-imgtxt:before {
  color: #7f7f7f;
}
.soa-ui-cm-resources-menu > [role="presentation"].open > [role="menuitem"]:hover {
  background: #00427a;
}
.soa-ui-cm-resources-menu > [role="presentation"] > [role="menuitem"] {
  border: 2px solid #00427a;
  display: block;
  font: bold 1.125rem / 1.5rem Arial, "Helvetica Neue", sans-serif;
  margin: 16px 9px;
  padding: 6px 13px;
  color: #00427a;
  cursor: pointer;
}
.soa-ui-cm-resources-menu > [role="presentation"] > [role="menuitem"]:hover {
  background: transparent;
  color: #00427a;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px #00427a;
}
.soa-ui-cm-resources-menu > [role="presentation"] > [role="menuitem"]:active {
  background: #f2f7fb;
  border: 2px solid #00325c;
  box-shadow: inset 0 0 0 1px #00325c;
  color: #00325c;
}
.soa-ui-cm-resources-menu > [role="presentation"] > [role="menuitem"].soa-ui-cm-resource-active {
  background: #00427a;
  color: #7f7f7f;
}
.soa-ui-cm-resources-menu > [role="presentation"] > [role="menuitem"].soa-ui-cm-resource-active .soa-ui-cm-imgtxt:before {
  color: #7f7f7f;
}
.soa-ui-cm-resources-menu > [role="presentation"] > [role="menuitem"].soa-ui-cm-more-menu-link {
  padding: 7px 7px 7px;
}
.soa-ui-cm-resources-menu > [role="presentation"] > [role="menuitem"] .soa-ui-cm-imgtxt {
  display: block;
  height: 21px;
  width: 7px;
}
.soa-ui-cm-resources-menu > [role="presentation"] > [role="menuitem"] .soa-ui-cm-imgtxt:before {
  color: #00427a;
  font-size: 25px;
}
.soa-ui-cm-resources-menu > [role="presentation"]:first-child {
  border-left: 1px solid transparent;
}
h3.soa-ui-cm-user-profile {
  margin: 0;
}
.soa-ui-cm-user-profile-container {
  padding: 13px;
}
.soa-ui-cm-user-profile-container .soa-ui-cm-arrow-up {
  right: 21px;
}
.soa-ui-cm-user-profile-container .soa-ui-cm-login-link {
  font: bold 0.9375rem / 19.5px Arial, "Helvetica Neue", sans-serif;
  color: #ffffff;
  background-color: #007db0;
  margin: 16px 9px;
  padding: 6px 13px;
}
.soa-ui-cm-user-profile-container .soa-ui-cm-login-link:hover {
  background-color: #006791;
}
.soa-ui-cm-user-profile-container .soa-ui-cm-login-link:active {
  background-color: #005578;
}
.soa-ui-cm-user-profile-container .soa-ui-cm-login-link-container {
  position: relative;
  top: 14px;
}
div.footer_image {
  background-image: url("images/illustration.png");
  height: 196px;
  width: 1399px;
  margin: 0;
  padding: 0;
  background-size: contain;
}
#Footer {
  background: #F3F3F3;
  border: 0;
  margin-top: 30px;
}
#Footer > div:first-child {
  width: 100%;
}
.footer.page {
  width: 100%;
}
.footer_image {
  margin: 20px auto!important;
}
.Footer-container > ul {
  background-color: #fff;
  width: 100%;
  padding: 0;
}
#Footer ul a {
  background: none;
  margin: 0;
  font-size: 16px;
  padding: 0;
  color: #222;
  margin-left: 20px;
}
#footerNav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: static!important;
  margin: 0;
}
.Footer-container {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
#Footer .Footer {
  background-color: #fff;
  padding: 13px 0;
}
.footer-image-no-text {
  margin-left: 20px;
}
.display-1 {
  font-family: LFRubrik-Regular;
  font-size: 50px;
  color: #004E98;
  line-height: 60px;
}
.lf-signon-header {
  font-family: LFRubrik;
  font-size: 50px;
  color: #004E98;
  line-height: 100px;
  font-weight: bolder;
}
.soa-ui-cm-form-row {
  margin: 1rem;
  flex-basis: 45%;
  max-height: 5rem;
}
form label {
  color: #222222;
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.3rem;
}
#soa-control-cm-thridpartylogin-links {
  width: 775px;
}
#soa-control-cm-login-register {
  width: 775px;
}
#soa-control-cm-login {
  width: auto;
}
.soa-ui-cm-login-form,
.soa-control-cm-signup {
  background: transparent;
  border-style: none;
  padding: 0;
  margin: 0;
}
.soa-ui-cm-content-body .soa-ui-cm-login-form,
.soa-ui-cm-content-body .soa-control-cm-signup {
  border-width: 0;
}
.soa-ui-cm-login-form-container button.tp-login-button,
.soa-control-cm-signup-container button.tp-login-button {
  background: #ffffff;
  border: 2px outset #ffffff;
  color: #00427a;
  cursor: default;
  font-size: 16px;
  height: auto;
  line-height: 20px;
  margin-right: 6px;
  padding: 0;
  text-align: center;
  width: auto;
  float: none;
}
.soa-ui-cm-login-form-container img.tp-login-button,
.soa-control-cm-signup-container img.tp-login-button {
  cursor: pointer;
  margin-right: 0px;
  margin-bottom: 0px;
  vertical-align: middle;
}
.soa-ui-cm-login-form-container .soa-ui-cm-section,
.soa-control-cm-signup-container .soa-ui-cm-section {
  background: #ffffff;
  border: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
  width: auto;
}
.soa-ui-cm-login-form .soa-ui-cm-button,
.soa-control-cm-signup .soa-ui-cm-button {
  margin: 0;
  padding: 0px;
}
.soa-ui-cm-login-form .soa-ui-cm-signin-footer-container,
.soa-control-cm-signup .soa-ui-cm-signin-footer-container {
  margin-top: 0px;
}
.soa-ui-cm-login-form .soa-ui-cm-signin-footer-container .soa-ui-cm-signin-footer,
.soa-control-cm-signup .soa-ui-cm-signin-footer-container .soa-ui-cm-signin-footer {
  font-weight: normal;
  padding: 0px;
  text-align: left;
}
.soa-ui-cm-login-form .soa-ui-cm-input,
.soa-control-cm-signup .soa-ui-cm-input {
  height: auto;
}
.soa-ui-cm-login-form .soa-ui-cm-input[type="text"],
.soa-control-cm-signup .soa-ui-cm-input[type="text"],
.soa-ui-cm-login-form .soa-ui-cm-input[type="password"],
.soa-control-cm-signup .soa-ui-cm-input[type="password"] {
  background-color: #f3f3f3;
  border-color: #D9D9D9;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.soa-ui-cm-login-form .soa-ui-cm-input[type="checkbox"],
.soa-control-cm-signup .soa-ui-cm-input[type="checkbox"],
.soa-ui-cm-login-form .soa-ui-cm-input[type="radio"],
.soa-control-cm-signup .soa-ui-cm-input[type="radio"] {
  height: 24px;
}
.soa-ui-cm-login-form .soa-ui-cm-input.soa-ui-cm-input-selectbox-multiple,
.soa-control-cm-signup .soa-ui-cm-input.soa-ui-cm-input-selectbox-multiple {
  height: auto;
}
.soa-ui-cm-login-form .soa-ui-cm-input.soa-ui-cm-input-selectbox-multiple > option,
.soa-control-cm-signup .soa-ui-cm-input.soa-ui-cm-input-selectbox-multiple > option {
  padding: 7px 2px 6px;
}
.soa-ui-cm-login-form textarea.soa-ui-cm-input,
.soa-control-cm-signup textarea.soa-ui-cm-input {
  height: auto;
}
.soa-control-cm-users-security-form-container .form-group > p {
  display: inline-block;
  float: left;
}
.soa-control-cm-users-security-form-container .form-group > p:nth-child(1) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.soa-control-cm-users-security-form-container .form-group > p:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.soa-ui-cm-errortext {
  display: none;
}
.footer-image-no-text {
  background: url("images/LF_logo_withouttext.png") no-repeat 0 0;
  width: 34px;
  height: 34px;
  background-size: 100% !important;
}
.lf-background {
  padding: 0px 0px 0px 110px;
  background-color: #f3f3f3;
}
#MyAppDetailsDiv .editrsc #editapp,
#MyAppDetailsDiv .editrsc #app_addversion,
#MyAppDetailsDiv .editrsc #app_deleteversion,
#MyAppDetailsDiv .editrsc #publicProfile,
#MyAppDetailsDiv .editrsc #OAuthProfile,
#MyAppDetailsDiv .workflowAction,
#MyAppDetailsDiv #export,
#APIDetails .editrsc .workflowAction {
  width: auto;
}
.signup-screen-header {
  /* Sign up as a develop: */

}
form label {
  /* Label: */

  font-family: 'Intro Cond';
  font-weight: 700;
  font-size: 18px;
  color: #222222;
  line-height: 19px;
}
.soa-ui-cm-helpertext {
  /* undertext: */

  font-family: Arial;
  font-size: 15px;
  color: #515151;
  letter-spacing: 0;
  line-height: 17px;
}
.signup-success-blank-line {
  padding: 40px 0px 0px 0px;
}
.signup-success-page {
  background: #FFFFFF;
  width: 775px;
  padding: 0px 0px 0px 0px;
}
.signup-success-header {
  font: 400 60px / 0.98 "LF Rubrik", Georgia, Times New Roman, Times, serif;
  font-size: 48px;
  color: #005AA0;
  line-height: 54px;
  padding: 15px 0px 15px 0px;
}
.signup-success-sub-header {
  font-family: LFRubrik-Regular;
  font-size: 24px;
  color: #222222;
  letter-spacing: 0;
  line-height: 32px;
  padding: 15px 0px 15px 0px;
}
.signup-success-message {
  font-family: Arial;
  font-size: 16px;
  color: #222222;
  line-height: 19px;
  padding: 15px 0px 15px 0px;
}
.signup-success-email {
  font-family: 'Intro Cond';
  font-weight: 700;
  font-size: 18px;
  color: #222222;
  line-height: 18px;
  padding: 15px 0px 15px 0px;
}
.signup-success-portal-outer {
  padding: 0px 15px 0px 15px;
}
.signup-success-portal {
  font-size: 15px;
  line-height: 18px;
  /* Portal documentation: */

  font-family: Arial;
  font-size: 22px;
  color: #00427A;
  letter-spacing: 0;
  line-height: 32px;
  background-image: url('images/portal-documentation-background.png');
  padding: 15px 10px 45px 0px;
}
.signup-success-portal-doc-site {
  float: right;
  width: 196px;
  background-image: url("images/portal-documentation-button.png");
}
.signup-success-portal-header {
  font-family: Arial;
  font-size: 22px;
  color: #00427A;
  letter-spacing: 0;
  line-height: 32px;
}
.signup-success-portal-message {
  font-family: Arial;
  font-size: 15px;
  color: #00427A;
  line-height: 18px;
}
.signup-success-regards {
  font-family: 'Intro Cond';
  font-weight: 700;
  font-size: 18px;
  color: #222222;
  line-height: 18px;
  padding: 15px 0px 0px 0px;
}
.signup-success-signature {
  font-family: Arial;
  font-size: 28px;
  color: #005AA0;
  line-height: 60px;
}
.forgot-password-page {
  background: #FFFFFF;
  width: 775px;
  padding: 0px 0px 0px 0px;
}
.forgot-password-header {
  /* Forgot your password: */

  font: 400 60px / 0.98 "LF Rubrik", Georgia, Times New Roman, Times, serif;
  font-size: 50px;
  color: #004E98;
  line-height: 60px;
  background-color: #f3f3f3;
  padding: 40px 0px 40px 0px;
}
.forgot-password-message {
  font-family: 'Intro Cond';
  font-size: 24px;
  color: #222222;
  text-align: left;
  line-height: 30px;
  width: 550px;
}
.forgot-password-form {
  width: 775px;
}
.forgot-password-input {
  width: 328px;
}
.forgot-password-submit-div {
  position: relative;
  float: right;
  padding: 0px 15px 0px 15px;
}
.search-page {
  padding: 0px 0px 0px 0px;
  background-color: transparent;
}
.seach-page-sub-header {
  /* Listing 2 APIs.: */

  font-family: 'Intro Cond';
  font-size: 24px;
  color: #222222;
  text-align: left;
  line-height: 30px;
}
.search-page-item {
  width: 775px;
  background-color: white;
}
.ResourceTitle > h1 {
  /* Our APIs: */

  font: 400 60px / 0.98 "LF Rubrik", Georgia, Times New Roman, Times, serif;
  font-size: 50px;
  color: #004E98;
  line-height: 60px;
  background-color: #f3f3f3;
}
div.cwrap {
  background-color: transparent;
  border: 0px solid #dddddd;
}
.search_result_divider {
  /* Line 2px: */

  padding-top: 0px;
}
.search_result_divider_light {
  /* Line Copy 15: */

  border: 2px solid #D9D9D9;
}
.search_result_divider_super_light {
  /* Line: */

  border: 1px solid #D9D9D9;
}
.search-page-view-api {
  content: url("images/view-api-button.png");
  width: 90px;
  height: 30px;
}
#container_Left {
  box-shadow: none!important;
  background: transparent;
}
#Content-Wide .soa-ui-cm-content-header {
  border-left-width: 0px;
}
.Content,
.Content-Wide,
.Content-Widest {
  /* box: */

  background: #f3f3f3;
  width: 775px;
}
.Content-Widest {
  width: 100%;
}
.soa-ui-cm-content-body {
  /* box: */

  background: #f3f3f3;
  width: 775px;
}
.soa-ui-cm-details-box {
  background-color: #ffffff;
}
.ResourceTitle > .soa-ui-cm-content-header > h1,
.ApiDocsResourceTitle > .soa-ui-cm-content-header > h1 {
  /* Account API: */

  font-family: LFRubrik-Regular;
  font-size: 50px;
  color: #004E98;
  line-height: 60px;
  background: #f3f3f3;
}
.soa-ui-cm-content-header h1 {
  padding-left: 0;
  padding-right: 0;
}
.soa-ui-cm-2col-with-avatar .soa-ui-cm-details-box .soa-ui-cm-section-header {
  /* Panel rubrik: */

  font-family: 'Intro Cond';
  font-weight: 700;
  font-size: 22px;
  color: #005AA0;
  letter-spacing: 0;
  line-height: 32px;
  padding: 15px;
}
a.soa-ui-cm-leftnav-item {
  font-family: 'Intro Cond', Arial, sans-serif;
  font-size: 18px;
  color: #005AA0;
  line-height: 19px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
  font-weight: 400;
  border-bottom: 1px solid #d9d9d9;
}
.soa-ui-cm-leftnav-subnav a.soa-ui-cm-leftnav-item {
  font-family: 'Intro Cond', Arial, sans-serif;
  font-size: 18px;
  color: #005AA0;
  line-height: 19px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
  font-weight: 400;
  padding-left: 60px;
  background: #F8FAFC;
}
#NestedRightMenu {
  padding: 0 0px 0px 0;
}
.rw-right-menu {
  background-color: #ffffff;
  padding: 100px 0px 0px 25px;
  position: relative;
}
.rw-right-menu-background {
  background-color: transparent;
  margin: 0;
  padding: 0;
  width: 100%;
}
.rw-right-menu-background .navbar-item {
  width: 100%;
}
.ResourceCollectionFilter {
  width: 350px;
  margin-left: 25px;
}
fieldset.leftPanel ul {
  padding: 15px 30px 15px 0px;
}
.soa-ui-cm-control-header > ul.soa-ui-cm-control-header-actions {
  padding: 0px 10px;
  background: #ffffff;
}
.soa-ui-cm-control-header > ul > li:first-child {
  padding: 0px 5px;
}
.lf-filter-input-text {
  width: 316px;
  padding: 5px 0px 0px 5px;
  margin-left: 15px;
}
.lf-filter-header {
  font-family: 'Intro Cond';
  font-weight: 700;
  font-size: 22px;
  color: #00427A;
}
#collection_options form label {
  font-family: 'Intro Cond';
  font-weight: 700;
  font-size: 18px;
  color: #222222;
  line-height: 19px;
}
span.selectbox {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: .663rem 40px .463rem .75rem!important;
  cursor: pointer;
  height: 40px;
  line-height: 1.25;
  width: 100%;
  background-position: 95% 15px;
  display: inline-block;
  color: #222;
  font-size: 16px;
  vertical-align: middle;
  background-size: 17px 11px;
  border: 2px solid #d9d9d9;
  border-width: 0 0 2px;
  -webkit-appearance: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMXB4IiBoZWlnaHQ9IjdweCIgdmlld0JveD0iMCAwIDExIDciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+Y2hldnJvbi0yMC1jcm9wPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9ImNoZXZyb24tMjAtY3JvcCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS41MDAwMDAsIDMuNTAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTUuNTAwMDAwLCAtMy41MDAwMDApIHRyYW5zbGF0ZSgyLjAwMDAwMCwgLTIuMDAwMDAwKSIgZmlsbD0iIzAwNUFBMCI+ICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlBhZ2UtMSIgcG9pbnRzPSIxLjQxNCAwLjAwMDEgMS43NzYzNTY4NGUtMTUgMS40MTQxIDQgNS40MTMxIDEuNzc2MzU2ODRlLTE1IDkuNDE0MSAxLjQxNCAxMC44MjgxIDUuNDE1IDYuODI4MSA2LjgyOCA1LjQxMzEgNS40MTUgNC4wMDAxIj48L3BvbHlnb24+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
}
.selectbox-wrapper {
  background-color: #fbfbfb;
  padding: 0;
  -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.08);
  z-index: 1000;
  border: none;
}
.selectbox-wrapper li {
  color: #000;
  background-image: none;
  background-color: #fbfbfb;
  display: block;
  text-decoration: none;
  padding: 10px;
  border-top: none;
  border-bottom: solid 1px #eee;
  border-left: solid 1px #eee;
  border-right: solid 1px #eee;
  white-space: normal;
  cursor: pointer;
  clear: both;
  font-weight: 400;
  font-size: 16px;
}
.selectbox-wrapper li:hover {
  background-color: #fff;
  color: #005aa0!important;
}
.lf-search-filter-glass {
  margin-left: 295px;
  margin-top: -45px;
}
.lf-search-result-card {
  width: 775px;
}
.lf-search-result-card-body {
  font-family: 'Intro Cond';
  font-size: 18px;
  color: #232323;
  line-height: 22px;
  padding: 10px 0px 0px 15px;
}
.lf-search-result-card-body-apps-heading {
  font-family: 'Intro Cond';
  font-size: 12px;
  color: #747578;
  text-align: left;
  line-height: 14px;
  padding: 15px 0px 15px 0px;
}
.lf-search-result-card-body-apps-listing {
  font-size: 18px;
  font-weight: bold;
}
.lf-search-result-card-body-button {
  padding: 1.25rem 1.25rem 1.5rem;
  border: solid #f3f3f3;
  border-width: 2px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
fieldset#collection_options {
  padding: 126px 0 10px 5px;
}
ul.soa-ui-cm-leftnav-subnav {
  list-style: none;
  list-style-image: none;
}
.rw-right-menu-header {
  border-bottom: 2px solid #00427A;
  background-color: #ffffff;
  padding: 15px;
  margin: 0;
  /* API menu: */

  font-family: 'Intro Cond';
  font-weight: 700;
  font-size: 22px;
  color: #00427A;
  width: 100%;
}
.lf-endpoint {
  font-family: 'Intro Cond';
  font-weight: 700;
  font-size: 18px;
  color: #222222;
  line-height: 19px;
}
.lf-logo:hover,
.lf-logo:focus {
  background: url(images/logo_lansforsakringar.png) no-repeat;
}
.navbar-sm.navbar-stacked,
.navbar-sm.navbar-stacked .nav-item,
.navbar-sm.navbar-stacked .navbar-brand,
.navbar-sm.navbar-stacked .navbar-nav {
  background-color: #ffffff;
}
ul.soa-ui-cm-leftnav-subnav {
  display: none;
}
ul.soa-ui-cm-leftnav-subnav-revealed {
  display: block;
  margin: 0 0 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
.form-group-clearpadding {
  margin: -10px -20px;
}
.nav-item {
  border-bottom: 2px solid #F3F3F3;
  background: #fff;
}
.nav-link {
  height: auto!important;
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif !important;
  font-weight: 700;
  line-height: 1.5!important;
  padding: 10px 10px 10px 50px!important;
  margin: 0!important;
}
.nav-link:before {
  top: 12px!important;
  color: #005AA0;
}
.dropdown-menu {
  min-width: 250px;
  padding: 0;
  margin: 0;
  border: solid #005aa0;
  position: relative;
  left: auto;
  top: auto;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.06), 0 0 1px 1px rgba(0, 0, 0, 0.05);
  outline: 0;
  border-width: 2px 0 0;
  border-radius: 0 !important;
  padding: 0!important;
}
.dropdown-menu ul {
  width: 100%;
  height: auto;
  display: block;
  padding: 0!important;
  margin: 0!important;
  border-top: 2px solid #005AA0;
}
.dropdown-menu li {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #F3F3F3;
}
.dropdown-menu li a {
  color: #005aa0 !important;
  border: 0;
  background: transparent;
  outline: none;
  -webkit-appearence: none;
  text-align: left;
  color: #fff;
  font-size: 18px;
  padding: 0.83rem .75rem !important;
  transition: .1s ease;
  transition-property: background-color, color;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
  font-weight: 700!important;
}
.soa-ui-cm-content-body {
  padding: 0px;
  background: #f3f3f3;
  width: 775px;
}
.rw-spacing {
  padding: 15px;
}
.rw-header-summary {
  background-color: #f3f3f3;
  padding: 15px;
}
.soa-ui-cm-content-header {
  background-color: #f3f3f3;
  padding: 15px 0;
  border: 0px solid #f3f3f3;
}
.Right {
  border-left: 0px solid #838383;
}
.soa-ui-cm-section-paragraph {
  /* Information about ac: */

  font-family: 'Intro Cond';
  font-size: 24px;
  color: #222222;
  text-align: left;
  line-height: 30px;
}
.soa-ui-cm-metadata .soa-ui-cm-section {
  overflow: hidden;
  width: 775px;
  margin-left: 0px;
}
div.rtitle_wrap div.rtitle_right > span {
  display: none;
}
.rtitle_right:before {
  display: none;
}
div.rtitle_wrap div.rtitle_right {
  /* bg-felt: */

  background: #FFFFFF;
  /* Icons/32px/calendar-32: */

  /* Form/Text/Helptext: */

  /* Helptext: */

  font-family: Arial;
  font-size: 16px;
  color: #222222;
  line-height: 22px;
  border-bottom: 2px solid #00427A;
  margin: 58px 10px 0 0;
}
div.rtitle_wrap div.rtitle_right > span {
  font-family: Arial;
  font-size: 16px;
  color: #222222;
  line-height: 22px;
  font-weight: normal;
  text-transform: none;
}
.rw-api-details-sub-header {
  /* Fabrikat och modell: */

  font-family: 'Intro Cond';
  font-weight: 700;
  font-size: 18px;
  color: #222222;
  line-height: 19px;
}
.rw-api-details-section {
  display: table;
  width: 775px;
  border-style: none none solid none;
  border-color: #f3f3f3;
  border-width: 2px;
  padding: 12px 20px;
}
.rw-api-details-section-left-column {
  float: left;
  position: relative;
  width: 50%;
}
.rw-api-details-section-right-column {
  float: left;
  position: relative;
  width: 50%;
  text-align: left;
}
.rw-api-details-break,
.soa-ui-cm-section {
  border-bottom: 20px solid #f3f3f3;
  background-color: #ffffff;
}
.rw-api-details-header-line {
  border-bottom: 2px solid #00427A;
  width: 775px;
  position: absolute;
}
.ResourceTitle {
  width: 775px;
}
.soa-ui-cm-section-header {
  /* Panel rubrik: */

  font-family: 'Intro Cond';
  font-weight: 700;
  font-size: 22px;
  color: #005AA0;
  letter-spacing: 0;
  line-height: 32px;
}
.security-question {
  display: inline-block;
}
.security-answer {
  display: inline-block;
  float: left;
}
/* Swagger Documentation */
.soa-ui-cm-swagger-container .soa-ui-cm-swagger-resource-endpoints .soa-ui-cm-swagger-resource-endpoint .soa-ui-cm-swagger-resource-endpoint-header.soa-ui-cm-swagger-method-delete,
.soa-ui-cm-swagger-container .soa-ui-cm-swagger-resource-endpoints .soa-ui-cm-swagger-resource-endpoint .soa-ui-cm-swagger-resource-endpoint-body.soa-ui-cm-swagger-method-delete,
.soa-ui-cm-swagger-container .soa-ui-cm-swagger-resource-endpoints .soa-ui-cm-swagger-resource-endpoint .soa-ui-cm-swagger-resource-endpoint-header.soa-ui-cm-swagger-method-get,
.soa-ui-cm-swagger-container .soa-ui-cm-swagger-resource-endpoints .soa-ui-cm-swagger-resource-endpoint .soa-ui-cm-swagger-resource-endpoint-body.soa-ui-cm-swagger-method-get,
.soa-ui-cm-swagger-container .soa-ui-cm-swagger-resource-endpoints .soa-ui-cm-swagger-resource-endpoint .soa-ui-cm-swagger-resource-endpoint-header.soa-ui-cm-swagger-method-post,
.soa-ui-cm-swagger-container .soa-ui-cm-swagger-resource-endpoints .soa-ui-cm-swagger-resource-endpoint .soa-ui-cm-swagger-resource-endpoint-body.soa-ui-cm-swagger-method-post,
.soa-ui-cm-swagger-container .soa-ui-cm-swagger-resource-endpoints .soa-ui-cm-swagger-resource-endpoint .soa-ui-cm-swagger-resource-endpoint-header.soa-ui-cm-swagger-method-put,
.soa-ui-cm-swagger-container .soa-ui-cm-swagger-resource-endpoints .soa-ui-cm-swagger-resource-endpoint .soa-ui-cm-swagger-resource-endpoint-body.soa-ui-cm-swagger-method-post {
  background-color: #ffffff;
  border-color: #ffffff;
}
.soa-ui-cm-swagger-container .soa-ui-cm-swagger-resource-endpoints .soa-ui-cm-swagger-resource-endpoint .soa-ui-cm-swagger-resource-endpoint-header.soa-ui-cm-swagger-method-delete .soa-ui-cm-swagger-resource-method-name,
.soa-ui-cm-swagger-container .soa-ui-cm-swagger-resource-endpoints .soa-ui-cm-swagger-resource-endpoint .soa-ui-cm-swagger-resource-endpoint-header.soa-ui-cm-swagger-method-get .soa-ui-cm-swagger-resource-method-name,
.soa-ui-cm-swagger-container .soa-ui-cm-swagger-resource-endpoints .soa-ui-cm-swagger-resource-endpoint .soa-ui-cm-swagger-resource-endpoint-header.soa-ui-cm-swagger-method-post .soa-ui-cm-swagger-resource-method-name,
.soa-ui-cm-swagger-container .soa-ui-cm-swagger-resource-endpoints .soa-ui-cm-swagger-resource-endpoint .soa-ui-cm-swagger-resource-endpoint-header.soa-ui-cm-swagger-method-put .soa-ui-cm-swagger-resource-method-name {
  background-color: #ffffff;
  font-family: 'Intro Cond';
  font-weight: 700;
  font-size: 22px;
  color: #005AA0;
  letter-spacing: 0;
  line-height: 32px;
}
.soa-control-cm-swagger-resource-endpoint-header,
.soa-control-cm-swagger-resource-endpoint-body {
  background: transparent!important;
  border: none!important;
}
.soa-ui-cm-swagger-container .soa-ui-cm-swagger-resource-endpoints .soa-ui-cm-swagger-resource-endpoint .soa-ui-cm-swagger-resource-endpoint-header .soa-ui-cm-section-header {
  font-family: 'Intro Cond';
  font-weight: 700;
  font-size: 18px;
  color: #232323;
  line-height: 22px;
  margin-top: 6px;
}
.soa-ui-cm-swagger-container .soa-ui-cm-swagger-resource-options > li .soa-ui-cm-button-borderless,
.soa-ui-cm-swagger-container .soa-ui-cm-swagger-resource-options > li .soa-ui-cm-button-borderless,
.soa-ui-cm-swagger-container .soa-ui-cm-swagger-resource-options > li .soa-ui-cm-button-borderless,
.soa-ui-cm-swagger-container .soa-ui-cm-swagger-resource-options {
  display: none;
}
.lf-swagger-subheading {
  background: #FFFFFF;
  font-family: IntroCondBold;
  font-size: 18px;
  color: #222222;
  line-height: 19px;
  font-family: Arial;
  font-size: 16px;
  color: #1F1F1F;
}
.lf-swagger-subtext {
  font-family: Arial;
  font-size: 16px;
  color: #1F1F1F;
}
.lf-white {
  background-color: #ffffff;
}
a.soa-ui-cm-leftnav-item {
  background-size: 0px;
}
a.soa-ui-cm-leftnav-item-active {
  background-color: #F8FAFC;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Intro Cond";
  font-weight: 700;
  font-size: 18px;
  color: #005AA0;
}
a.soa-ui-cm-leftnav-item-active::after {
  content: ' ';
  height: 100%;
  width: 2px;
  position: absolute;
  background-color: #E30613;
  left: 0;
  top: 0;
}
a.soa-ui-cm-leftnav-item.soa-ui-cm-icon:before {
  top: 17px;
}
/* Add App */
.lf-add-app {
  height: 500px;
}
.lf-add-app-left-margin {
  padding: 0px 0px 0px 25px;
}
#soa-control-cm-app-form-container .soa-ui-cm-content-header > h1 {
  background-color: transparent;
}
#soa-control-cm-app-form-container .soa-ui-cm-form-actions {
  background: #ffffff;
}
#soa-control-cm-app-form-container .soa-ui-cm-buttons {
  width: 100%;
}
#soa-control-cm-app-form-container ol:not(.list-unstyled):not(.list-inline):not(.breadcrumb):not(.pagination-steps):not(.reset-list) {
  display: none;
}
#soa-control-cm-app-form-container .soa-ui-cm-wizard .soa-ui-cm-wizard-panel {
  background: #EFF4F9;
}
.soa-ui-cm-swagger-container .soa-ui-cm-swagger-resource-endpoints,
soa-ui-cm-swagger-resources {
  list-style-image: none;
  padding-left: 0px;
}
.btn-secondary {
  padding: .375rem .75rem!important;
}
.btn-sm.btn-secondary {
  font-size: 1rem !important;
  padding: .125rem .625rem!important;
}
div.soa-ui-cm-markdown-it-tabs-container > ul.soa-ui-cm-markdown-it-tabs {
  list-style: none;
}
div.soa-ui-cm-markdown-it-tabs-container > ul.soa-ui-cm-markdown-it-tabs > li.soa-ui-cm-markdown-it-tab {
  list-style: none;
}
.ui-widget-content .soa-ui-cm-markdown-it-tabs-container {
  background-color: #ffffff;
  border: none;
}
.ui-widget-content .soa-ui-cm-markdown-it-tabs-container ul.soa-ui-cm-markdown-it-tabs {
  margin: 0;
}
.ui-widget-content .soa-ui-cm-markdown-it-tabs-container .ui-state-default.soa-ui-cm-markdown-it-tab {
  border: none;
  box-shadow: none;
  height: auto;
  width: auto;
}
.ui-widget-content .soa-ui-cm-markdown-it-tabs-container .ui-state-active.soa-ui-cm-markdown-it-tab {
  border: none;
  box-shadow: none;
}
.ui-widget-content .soa-ui-cm-markdown-it-tabs-container .soa-ui-cm-input:focus,
.ui-widget-content .soa-ui-cm-markdown-it-tabs-container .soa-ui-cm-input:focus:hover {
  border-color: #c4c6c7;
}
.ui-widget-content .soa-ui-cm-markdown-it-tabs-container .soa-ui-cm-markdown-it-tabs > li.ui-state-active > a:hover {
  background: #ececec;
}
.ui-widget-content .soa-ui-cm-markdown-it-tabs-container .soa-ui-cm-markdown-it-tabs > li.ui-state-active {
  margin-top: -6px;
}
.ui-widget-content .soa-ui-cm-markdown-it-tabs-container .ui-tabs-active.ui-state-active > a {
  text-shadow: 1px 0 0 currentColor;
  border-color: #005aa0;
  background-color: #eff4f9;
  color: #005aa0;
}
.btn-group,
.btn-group-vertical,
.soa-ui-cm-markdown-it-container {
  border: none;
}
#Right {
  background: transparent;
}
#SearchFilter,
#ResourceCollectionFilter {
  background-color: #ffffff;
  width: 350px;
  margin-top: 114px;
  margin-left: 0;
  padding: 10px 0px;
}
#SearchFilter {
  max-height: 240px;
}
#ResourceCollectionFilter {
  max-height: 260px;
}
#ResourceCollectionFilter {
  margin-top: 88px;
}
.lf-ui-cm-filters > li {
  display: block;
  margin-right: 25px;
}
ul.soa-ui-cm-filters {
  background-color: #ffffff;
}
.lf-ui-cm-filters .lf-ui-cm-form .lf-ui-cm-label-hidden {
  display: block;
}
.form-search {
  position: absolute;
  right: 10px;
  top: 5px;
}
/* Test Client */
.lf-test-container-section {
  background: #ffffff;
}
#soa-control-cm-test-client-form .soa-ui-cm-table {
  width: 100%!important;
}
#soa-control-cm-test-client-form .soa-ui-cm-table-tr {
  border-bottom: 1px solid #EFF4F9;
}
#soa-control-cm-test-client-form .soa-ui-cm-table-td > p.soa-ui-cm-form-row {
  padding-bottom: 0px;
  margin: 0rem;
}
#soa-control-cm-test-client-form .soa-control-cm-test-client-add-header.soa-control-cm-test-client-add-header {
  float: right;
}
#soa-control-cm-test-client-form .soa-control-cm-test-client-delete-header {
  float: right;
}
#soa-control-cm-test-client-form .soa-control-cm-test-client-add-parameter.soa-control-cm-test-client-add-parameter {
  float: right;
}
#soa-control-cm-test-client-form .soa-ui-cm-table-for-inputs {
  padding-left: 15px;
}
.ui-widget-content.soa-control-cm-request-response-container {
  background: #ffffff;
}
.ui-widget-content.soa-control-cm-request-response-container .soa-ui-cm-content-tab.ui-state-active {
  border: none;
  box-shadow: none;
  background: none;
  text-shadow: 1px 0 0 currentColor;
  border-color: #005aa0;
  background-color: #eff4f9;
  color: #005aa0;
}
.ui-widget-content.soa-control-cm-request-response-container .soa-ui-cm-content-tab.ui-state-active .soa-ui-cm-content-tab-link {
  background: #EFF4F9;
}
.ui-widget-content.soa-control-cm-request-response-container .soa-ui-cm-content-tab.ui-state-active .soa-ui-cm-content-tab-link:after {
  background: #005aa0;
}
.ui-widget-content.soa-control-cm-request-response-container .soa-control-cm-info-response {
  background: #ffffff;
}
.ui-widget-content.soa-control-cm-request-response-container .soa-control-cm-info-response .ui-widget-content.soa-control-cm-request-response-container .soa-ui-cm-content-tab.ui-state-default {
  width: 20%;
}
.ui-widget-content.soa-control-cm-request-response-container .soa-ui-cm-content-tab.ui-state-default {
  border: none;
  box-shadow: none;
  background: none;
  width: 50%;
  height: auto;
  margin-top: 0px;
}
.ui-widget-content.soa-control-cm-request-response-container .soa-ui-cm-content-tab.ui-state-active:after {
  display: none;
}
.ui-widget-content.soa-control-cm-request-response-container .soa-ui-cm-content-tab.ui-state-default {
  box-shadow: none;
}
.ui-widget-content.soa-control-cm-request-response-container .ui-state-active.soa-ui-cm-markdown-it-tab {
  border: none;
  box-shadow: none;
}
.ui-widget-content.soa-control-cm-request-response-container .soa-ui-cm-content-tab-link {
  max-width: none;
  width: 90%;
}
.ui-widget-content.soa-control-cm-request-response-container .soa-ui-cm-content-tabs {
  width: 100%;
}
.ui-widget-content.soa-control-cm-request-response-container .soa-control-cm-info-request {
  width: 50%;
  background: #ffffff;
}
.soa-ui-cm-info-response-pretty {
  overflow-y: auto;
}
/* Add Group */
#wizardContent {
  width: 775px;
}
.wizardtab {
  position: relative;
  display: block;
  padding: .3rem .9rem;
  line-height: 1.45;
  color: #005aa0;
  border: 0 solid currentColor;
  cursor: pointer;
}
.wizardTabTitle {
  padding: unset;
}
.wizardTabTitle {
  display: none;
}
.wizardHeadingAndTabs {
  margin: 10px -1px;
  display: flex;
  border: 0;
  font-family: Intro Cond, Arial, Helvetica Neue, sans-serif;
}
.wizardFooter {
  padding: 1.25rem 1.25rem 1.5rem;
  border: solid #f3f3f3;
  border-width: 2px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 775px;
  background: #fff;
  margin: 0 auto;
}
.wizardFooter .btn {
  margin-left: 20px!important;
}
/* invite users form */
.soa-control-cm-invite-users-form .soa-ui-cm-button.soa-control-cm-finish {
  background-color: #ad1015;
  border-color: #ad1015;
  color: #ffffff;
  border-radius: inherit;
}
.ui-dialog .ui-widget-content .ui-dialog-buttonset:after {
  display: none;
}
/* Resource Title */
.ResourceTitle .card {
  background: transparent;
}
/* Group Details */
.GroupDetails .soa-ui-cm-2col-with-avatar .soa-ui-cm-avatar-box {
  display: none;
}
.GroupDetails .soa-ui-cm-control-header {
  background: #ffffff;
  border-color: #ffffff;
  display: inline-block;
  padding: 0px;
  float: left;
}
.GroupDetails .soa-ui-cm-control-header ul.soa-ui-cm-control-header-actions {
  background: #ffffff;
}
.GroupDetails .editrsc.adminonly {
  float: left;
  margin: 0px 0;
}
#groupdetailssection.soa-ui-cm-content-body {
  padding-left: 0px;
}
/* User settings */
.soa-control-cm-user-profile-settings-container {
  height: 700px;
}
.soa-control-cm-user-profile-settings-container .soa-control-cm-user-profile-settings-form {
  background: #ffffff;
}
.soa-control-cm-user-profile-settings-container .soa-control-cm-user-profile-settings-form h5.soa-ui-cm-label {
  padding: 20px 0px 0px 20px;
}
.soa-control-cm-user-profile-settings-container .soa-ui-cm-form-row {
  max-height: 26rem;
}
.soa-control-cm-user-profile-settings-container .soa-ui-cm-form-row.soa-ui-cm-form-row-for-checkbox.soa-control-cm-form-row {
  padding-left: 0px;
  margin: 0rem;
}
.soa-control-cm-user-profile-settings-container .soa-ui-cm-form-actions {
  padding-top: 0px;
  border-top: 2px solid #D9D9D9;
}
.soa-control-cm-user-profile-settings-container .soa-ui-cm-form-actions .soa-ui-cm-buttons,
.soa-control-cm-user-profile-settings-container .soa-ui-cm-form-actions .ui-buttons {
  padding: 15px;
}
.soa-control-cm-user-profile-settings-container .soa-ui-cm-form .soa-ui-cm-checkbox-collection .soa-ui-cm-label-for-checkbox {
  font-family: Arial;
  font-size: 16px;
  color: #222222;
  line-height: 19px;
  margin: 0rem;
  font-weight: normal;
}
.soa-control-cm-user-profile-settings-container .soa-ui-cm-form .soa-ui-cm-input-radio.soa-ui-cm-input-in-helper-method,
.soa-control-cm-user-profile-settings-container .soa-ui-cm-form .soa-ui-cm-input-checkbox.soa-ui-cm-input-in-helper-method {
  position: relative;
}
/* Delete App Version */
.soapopup .buttonBar {
  background: #ffffff;
}
.soapopup .content {
  background: #ffffff;
}
.soapopup .action_call {
  background-color: #ad1015;
  border-color: #ad1015;
  color: #ffffff;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-dialog-buttons .soa-ui-cm-dialog-content.ui-dialog-content.ui-widget-content {
  background: #ffffff;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-dialog-buttons .soa-ui-cm-button.soa-ui-cm-button-form-control.soa-control-cm-ok {
  background-color: #ad1015;
  border-color: #ad1015;
  color: #ffffff;
}
/* some button fixes */
.btn-link {
  border: 1px solid transparent !important;
}
.btn-link:hover {
  background-position-y: 16px;
  background-size: 2px 2px;
  background-repeat: repeat-x;
}
#soa-control-cm-test-client-form .soa-control-cm-test-client-delete-header {
  background-image: url("icons/close.svg");
}
/* LF UI css */
@charset "UTF-8";
body,
html {
  -ms-overflow-style: scrollbar;
  position: relative;
}
address,
dl,
ol,
p,
ul {
  margin-bottom: 1rem;
}
body,
caption {
  text-align: left;
}
button,
hr,
input {
  overflow: visible;
}
pre,
textarea {
  overflow: auto;
}
img,
legend {
  max-width: 100%;
}
address,
legend {
  line-height: inherit;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
a,
fieldset,
legend {
  padding: 0;
}
a,
a:focus,
a:hover {
  color: #005aa0;
  text-decoration: none;
}
a:active,
a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, currentColor));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%);
}
body,
html,
sub,
sup {
  position: relative;
}
.form-row,
.row {
  -webkit-flex-wrap: wrap;
}
.btn-group-vertical,
.col-fill {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.btn-group-vertical,
.col-fill,
.form-inline {
  -webkit-box-direction: normal;
}
.bootstrap-datetimepicker-widget.dropdown-menu,
.show > .dropdown-menu {
  -webkit-animation-name: dropdown-appear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
}
.custom-dropdown li,
.dropdown-menu,
.list-inline,
.list-unstyled,
.nav,
.navbar-nav,
.pagination,
.tt-menu.tt-open li {
  list-style: none;
}
@font-face {
  font-family: 'LF Rubrik';
  src: url(fonts/lf-rubrik.woff2) format("woff2"), url(fonts/lf-rubrik.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}
@font-face {
  font-family: 'Intro Cond';
  src: url(fonts/intro-cond-regular.woff2) format("woff2"), url(fonts/intro-cond-regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Intro Cond';
  src: url(fonts/intro-cond-regular-italic.woff2) format("woff2"), url(fonts/intro-cond-regular-italic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Intro Cond';
  src: url(fonts/intro-cond-bold.woff2) format("woff2"), url(fonts/intro-cond-bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Intro Cond';
  src: url(fonts/intro-cond-bold-italic.woff2) format("woff2"), url(fonts/intro-cond-bold-italic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  color: #222;
  background-color: #f3f3f3;
  overflow-y: scroll;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
dl,
ol,
p,
ul {
  margin-top: 0;
}
abbr[data-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
.table-clickable > tbody > tr:not(.table-ignore-clickable),
[role=link],
summary {
  cursor: pointer;
}
address {
  font-style: normal;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.distribution-description,
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote,
figure {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  -ms-overflow-style: scrollbar;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: -webkit-calc(1.75rem) 1.25rem -webkit-calc(-0.25rem);
  padding-top: calc(1.75rem) 1.25rem calc(-0.25rem);
  padding-bottom: -webkit-calc(1.75rem) 1.25rem -webkit-calc(-0.25rem);
  padding-bottom: calc(1.75rem) 1.25rem calc(-0.25rem);
  color: #747578;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label,
output {
  display: inline-block;
}
button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
button,
select {
  text-transform: none;
}
.avatar::before,
.datepicker .month::first-letter,
.datepicker th::first-letter,
.distribution-label,
.initialism,
.popover-title,
.th-sub {
  text-transform: uppercase;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  border: 0;
}
legend {
  color: inherit;
  white-space: normal;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.display-1,
.display-2,
.display-3,
.display-4,
.table th,
.th-main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
  -webkit-border-radius: 0;
  border-radius: 0;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  border: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, currentColor)) 0 100% repeat-x;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x;
  background-size: 2px 2px;
}
a:focus,
a:hover {
  outline: 0;
}
a:hover {
  color: #002f54;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentColor 50%);
}
a:active {
  color: #02234a;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentColor 50%);
}
@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  *,
  ::after,
  ::before,
  blockquote::first-line,
  div::first-line,
  li::first-line,
  p::first-line {
    text-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 2px solid #999999;
  }
  thead {
    display: table-header-group;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .tag {
    border: 2px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dddddd !important;
  }
}
.callout-title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.popover-tooltip .popover-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #00427a;
}
.display-1,
.display-2,
.display-3,
.display-4,
.lead,
.small,
small {
  font-weight: 400;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 1.8125rem;
}
.callout-title,
.h3,
h3 {
  font-size: 1.4375rem;
}
.h4,
h4 {
  font-size: 1.25rem;
}
.h5,
h5 {
  font-size: 1.125rem;
}
.h6,
.popover-tooltip .popover-title,
h6 {
  font-size: 0.75rem;
}
.lead {
  font-size: 1.375rem;
}
.display-1 {
  font-size: 3.75rem;
}
.display-2 {
  font-size: 3.125rem;
}
.display-3 {
  font-size: 2.5rem;
}
.display-4 {
  font-size: 2.25rem;
}
.small,
small {
  font-size: 80%;
}
.mark,
mark {
  padding: .2em;
  background-color: #f9b233;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
}
ul,
ul ul,
ul ul ul,
ul ul ul ul {
  padding-left: 28px;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}
.initialism {
  font-size: 90%;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #747578;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
.display-1,
.display-2,
.display-3,
.display-4 {
  color: #005aa0;
  font-family: "LF Rubrik", Georgia, "Times New Roman", Times, serif;
  line-height: 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
}
.lead,
.payoff {
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
}
.display-1 {
  line-height: 0.98;
}
.callout-title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.popover-tooltip .popover-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: .375rem;
  margin-top: 2rem;
}
.callout-title:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child,
.popover-tooltip .popover-title:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
hr {
  margin-top: 0;
}
.callout-title a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
.popover-tooltip .popover-title a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  background-image: none;
}
.h1,
.h2,
h1,
h2 {
  line-height: 1.35;
}
.callout-title,
.h3,
.h4,
.h5,
h3,
h4,
h5 {
  line-height: 1.3;
}
.h6,
.popover-tooltip .popover-title,
h6 {
  color: #747578;
  text-transform: uppercase;
  line-height: 1.45;
  letter-spacing: 0.5px;
}
.payoff {
  font-size: 18px;
  color: #222222;
}
code,
kbd {
  font-size: 90%;
}
ul {
  list-style-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij48Y2lyY2xlIGN4PSI2LjUiIGN5PSI4LjUiIHI9IjMuNSIgZmlsbD0iI2UzMDYxMyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+');
}
ul ul {
  list-style-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij48cGF0aCBmaWxsPSIjZTMwNjEzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjUgMTFDNy44OCAxMSA5IDkuODggOSA4LjVTNy44OCA2IDYuNSA2IDQgNy4xMiA0IDguNSA1LjEyIDExIDYuNSAxMXptMCAxQzQuNTY3IDEyIDMgMTAuNDMzIDMgOC41UzQuNTY3IDUgNi41IDUgMTAgNi41NjcgMTAgOC41IDguNDMzIDEyIDYuNSAxMnoiLz48L3N2Zz4=');
}
ul ul ul {
  list-style-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij48cGF0aCBmaWxsPSIjMDA1YWEwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zIDVoN3Y3SDN6Ii8+PC9zdmc+');
}
ul ul ul ul {
  list-style-image: none;
}
ol.ol li,
ul.ul li {
  line-height: 1.35;
  padding-top: 3px;
  padding-bottom: 3px;
}
ul:not(.list-unstyled):not(.list-inline):not(.breadcrumb):not(.pagination-steps):not(.reset-list).ul-checks {
  list-style-type: none;
  list-style-image: none;
  line-height: 1.45rem;
  padding-left: 35px;
}
ul:not(.list-unstyled):not(.list-inline):not(.breadcrumb):not(.pagination-steps):not(.reset-list).ul-checks > li {
  position: relative;
  padding-top: 3px;
  padding-bottom: 3px;
}
ul:not(.list-unstyled):not(.list-inline):not(.breadcrumb):not(.pagination-steps):not(.reset-list).ul-checks > li::before {
  content: '';
  position: absolute;
  left: -33px;
  top: -3px;
  width: 25px;
  height: 23px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIxMjAgNDUgMzIgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGRlZnM+PC9kZWZzPjxnIGlkPSJjaGVjay0zMiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIwLjAwMDAwMCwgNDUuMDAwMDAwKSI+PGcgaWQ9ImNoZWNrLTMyLWNyb3AiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuMDAwMDAwLCA5LjAwMDAwMCkiIGZpbGw9IiMyMjIiPjxwb2x5Z29uIGlkPSJQYWdlLTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkuNDA3NTY3LCA3LjIyOTA5Nikgcm90YXRlKC0zNjAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNDA3NTY3LCAtNy4yMjkwOTYpICIgcG9pbnRzPSIxNy4yODA0ODYyIDAuNjA4MjE3NjM3IDYuODY3MTU1NjggMTEuMDIxNTQ4MiAxLjU1NTkxNDMyIDUuNzEwMzA2NzggMC4xMjcwMzQwODcgNy4xMDk4NTM2OCA2Ljg2NzE1NTY4IDEzLjg0OTk3NTMgMTguNjg4MDk5OCAyLjAyOTAzMTIiPjwvcG9seWdvbj48L2c+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
}
.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}
ul:not(.list-unstyled):not(.list-inline):not(.breadcrumb):not(.pagination-steps):not(.reset-list).ul-checks.blue > li::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIxMjAgNDUgMzIgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgaWQ9ImNoZWNrLTMyIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjAuMDAwMDAwLCA0NS4wMDAwMDApIj48ZyBpZD0iY2hlY2stMzItY3JvcCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy4wMDAwMDAsIDkuMDAwMDAwKSIgZmlsbD0iIzAwNWFhMCI+PHBvbHlnb24gaWQ9IlBhZ2UtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS40MDc1NjcsIDcuMjI5MDk2KSByb3RhdGUoLTM2MC4wMDAwMDApIHRyYW5zbGF0ZSgtOS40MDc1NjcsIC03LjIyOTA5NikgIiBwb2ludHM9IjE3LjI4MDQ4NjIgMC42MDgyMTc2MzcgNi44NjcxNTU2OCAxMS4wMjE1NDgyIDEuNTU1OTE0MzIgNS43MTAzMDY3OCAwLjEyNzAzNDA4NyA3LjEwOTg1MzY4IDYuODY3MTU1NjggMTMuODQ5OTc1MyAxOC42ODgwOTk4IDIuMDI5MDMxMiI+PC9wb2x5Z29uPjwvZz48L2c+PC9zdmc+');
}
ul:not(.list-unstyled):not(.list-inline):not(.breadcrumb):not(.pagination-steps):not(.reset-list).ul-checks.orange > li::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIxMjAgNDUgMzIgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgaWQ9ImNoZWNrLTMyIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjAuMDAwMDAwLCA0NS4wMDAwMDApIj48ZyBpZD0iY2hlY2stMzItY3JvcCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy4wMDAwMDAsIDkuMDAwMDAwKSIgZmlsbD0iI2Y5YjIzMyI+PHBvbHlnb24gaWQ9IlBhZ2UtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS40MDc1NjcsIDcuMjI5MDk2KSByb3RhdGUoLTM2MC4wMDAwMDApIHRyYW5zbGF0ZSgtOS40MDc1NjcsIC03LjIyOTA5NikgIiBwb2ludHM9IjE3LjI4MDQ4NjIgMC42MDgyMTc2MzcgNi44NjcxNTU2OCAxMS4wMjE1NDgyIDEuNTU1OTE0MzIgNS43MTAzMDY3OCAwLjEyNzAzNDA4NyA3LjEwOTg1MzY4IDYuODY3MTU1NjggMTMuODQ5OTc1MyAxOC42ODgwOTk4IDIuMDI5MDMxMiI+PC9wb2x5Z29uPjwvZz48L2c+PC9zdmc+');
}
ul:not(.list-unstyled):not(.list-inline):not(.breadcrumb):not(.pagination-steps):not(.reset-list).ul-checks.green > li::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIxMjAgNDUgMzIgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgaWQ9ImNoZWNrLTMyIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjAuMDAwMDAwLCA0NS4wMDAwMDApIj48ZyBpZD0iY2hlY2stMzItY3JvcCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy4wMDAwMDAsIDkuMDAwMDAwKSIgZmlsbD0iIzk1YzExZiI+PHBvbHlnb24gaWQ9IlBhZ2UtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS40MDc1NjcsIDcuMjI5MDk2KSByb3RhdGUoLTM2MC4wMDAwMDApIHRyYW5zbGF0ZSgtOS40MDc1NjcsIC03LjIyOTA5NikgIiBwb2ludHM9IjE3LjI4MDQ4NjIgMC42MDgyMTc2MzcgNi44NjcxNTU2OCAxMS4wMjE1NDgyIDEuNTU1OTE0MzIgNS43MTAzMDY3OCAwLjEyNzAzNDA4NyA3LjEwOTg1MzY4IDYuODY3MTU1NjggMTMuODQ5OTc1MyAxOC42ODgwOTk4IDIuMDI5MDMxMiI+PC9wb2x5Z29uPjwvZz48L2c+PC9zdmc+');
}
ul:not(.list-unstyled):not(.list-inline):not(.breadcrumb):not(.pagination-steps):not(.reset-list).ul-checks.list-md > li {
  padding-top: 4px;
  padding-bottom: 4px;
}
ul:not(.list-unstyled):not(.list-inline):not(.breadcrumb):not(.pagination-steps):not(.reset-list).ul-checks.list-md > li::before {
  top: -2px;
}
ul:not(.list-unstyled):not(.list-inline):not(.breadcrumb):not(.pagination-steps):not(.reset-list).ul-checks.list-lg > li {
  padding-top: 6px;
  padding-bottom: 6px;
}
ul:not(.list-unstyled):not(.list-inline):not(.breadcrumb):not(.pagination-steps):not(.reset-list).ul-checks.list-lg > li::before {
  top: 0;
}
ul:not(.list-unstyled):not(.list-inline):not(.breadcrumb):not(.pagination-steps):not(.reset-list).ul-checks.no-indent {
  padding-left: 30px;
}
ol:not(.list-unstyled):not(.list-inline):not(.breadcrumb):not(.pagination-steps):not(.reset-list) {
  position: relative;
  counter-reset: li;
  list-style-type: none;
  list-style-image: none;
  padding-left: 28px;
}
ol:not(.list-unstyled):not(.list-inline):not(.breadcrumb):not(.pagination-steps):not(.reset-list) > li::before {
  counter-increment: li;
  content: counter(li, decimal) ".";
  position: absolute;
  left: 0;
  width: 1.4rem;
  color: #e30613;
  font-weight: 700;
  text-align: right;
}
ol:not(.list-unstyled):not(.list-inline):not(.breadcrumb):not(.pagination-steps):not(.reset-list) > li li::before {
  content: counter(li, upper-latin) ".";
}
ol:not(.list-unstyled):not(.list-inline):not(.breadcrumb):not(.pagination-steps):not(.reset-list) > li li li::before {
  content: counter(li, lower-latin) ".";
  color: #005aa0;
}
ol:not(.list-unstyled):not(.list-inline):not(.breadcrumb):not(.pagination-steps):not(.reset-list) > li li li ol {
  list-style-type: decimal;
}
ol:not(.list-unstyled):not(.list-inline):not(.breadcrumb):not(.pagination-steps):not(.reset-list) > li li li ol > li::before {
  content: none;
}
ol.list-md > li,
ul.list-md > li {
  padding-top: 4px;
  padding-bottom: 4px;
}
ol.list-lg > li,
ul.list-lg > li {
  padding-top: 6px;
  padding-bottom: 6px;
}
hr {
  border: 0;
  margin-bottom: 2rem;
  border-top: solid 2px #e5e5e5;
}
hr.on-white-bg {
  border-top: solid 2px #f3f3f3;
}
.img-thumbnail {
  padding: .25rem;
  background-color: #f3f3f3;
  border: 2px solid #dddddd;
}
code,
kbd {
  padding: 0.2rem 0.4rem;
}
.figure {
  display: inline-block;
}
pre,
pre code {
  display: block;
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #b1b3b6;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code {
  color: #00427a;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  color: #fff;
  background-color: #333333;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  font-size: 90%;
  color: #222222;
}
pre code {
  font-size: inherit;
  word-break: normal;
  padding: 1.2rem 1.4rem;
  background: #eff4f9;
  color: #00427a;
  overflow-x: auto;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
code {
  font-weight: 400;
  background-color: #eff4f9;
}
.container,
.container-fluid,
.lf-footer,
.lf-header.navbar {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.container,
.lf-footer,
.lf-header.navbar {
  max-width: 1662px;
}
@media (min-width: 576px) {
  .container,
  .lf-footer,
  .lf-header.navbar {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .lf-footer,
  .lf-header.navbar {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .lf-footer,
  .lf-header.navbar {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .lf-footer,
  .lf-header.navbar {
    max-width: 1180px;
  }
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.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-lg-auto,
.col-md,
.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-md-auto,
.col-sm,
.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-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-1,
.col-auto {
  -webkit-box-flex: 0;
}
.col-auto {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2,
.col-3 {
  -webkit-box-flex: 0;
}
.col-2 {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4,
.col-5 {
  -webkit-box-flex: 0;
}
.col-4 {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6,
.col-7 {
  -webkit-box-flex: 0;
}
.col-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8,
.col-9 {
  -webkit-box-flex: 0;
}
.col-8 {
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10,
.col-11 {
  -webkit-box-flex: 0;
}
.col-10 {
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.row-tight {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.row-tight [class*=col-] {
  padding-left: .625rem;
  padding-right: 0.625rem;
}
.row-no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row-no-gutter [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.col-fill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.btn-group-stretch,
.form-inline,
.navbar-expand {
  -webkit-box-orient: horizontal;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table td,
.table th {
  padding: -webkit-calc(1.75rem) 1.25rem -webkit-calc(-0.25rem);
  padding: calc(1.75rem) 1.25rem calc(-0.25rem);
  vertical-align: top;
  border-top: 2px solid #f3f3f3;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 4px solid #f3f3f3;
}
.table-sm td,
.table-sm th {
  padding: 0.5625rem 1.25rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 2px solid #f3f3f3;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 4px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fafafa;
}
.table-hover tbody tr:hover {
  background-color: #f9fbfd;
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8d1e4;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a6c5dd;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #f7b9bd;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #f4a2a7;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #e1eec0;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d7e9ac;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #ecf5fc;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #d6e9f9;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #fde9c6;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fcdfad;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f7b9bd;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f4a2a7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #f4f4f4;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #e7e7e7;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #d8d8d9;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #cbcbcc;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: #eff4f9;
}
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #dce7f2;
}
.table .thead-dark th {
  color: #f3f3f3;
  background-color: #222;
  border-color: #353535;
}
.table .thead-light th {
  color: #222;
  background-color: #fff;
  border-color: #f3f3f3;
}
.table-dark {
  color: #f3f3f3;
  background-color: #222222;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #353535;
}
.table-dark.table-bordered,
.table-responsive > .table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table,
.table .table {
  background-color: transparent;
}
.table > tbody > tr,
.table > thead > tr {
  background-color: #ffffff;
}
.table:not(.table-sm) > * > tr > td,
.table:not(.table-sm) > * > tr > th:not(.th-sub):not(.th-main) {
  height: -webkit-calc(3.95rem);
  height: calc(3.95rem);
  line-height: 1.45rem;
}
.table th,
.th-main {
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
  font-weight: 700;
}
.th-sub {
  color: #747578;
  line-height: 1.45;
  letter-spacing: .5px;
  font-size: 0.75rem;
}
.table-sm .th-sub {
  padding-top: 1.125rem !important;
}
.table thead th {
  border-width: 0 0 2px;
}
.table thead th button {
  font: inherit;
}
.arrow-left,
.arrow-right,
.btn,
.btn-link-lg,
.btn-link-lg-left,
.form-control-feedback,
.label,
.primary-link,
.primary-link-left,
.table caption,
label,
legend {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
}
.table tbody + tbody {
  border: 0;
}
.table :first-child:not(thead) + tbody tr:first-child > td,
.table tbody:first-child tr:first-child > td {
  border-top: 0;
}
.table > tfoot > tr {
  background-color: #fafafa;
}
.table-summary {
  text-align: right;
  font-weight: 700;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.table caption {
  border: 0;
  position: relative;
  width: 100%;
  padding: 1.1rem 1.25rem 19.6px;
  -webkit-box-shadow: inset 0 -2px 0 #00427a;
  box-shadow: inset 0 -2px 0 #00427a;
  background: #fff;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
  color: #00427a;
  display: table-caption;
  caption-side: top;
}
.table.table-varied caption {
  color: #00427a;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.table.table-varied td:not(:last-child),
.table.table-varied th:not(:last-child) {
  border-right: 2px solid #ffffff;
}
.table.table-varied th {
  border-bottom: none;
}
.table.table-varied thead tr,
.table.table-varied tr:nth-child(even) {
  background-color: #fafafa;
}
.table.table-varied tfoot tr {
  background-color: #f3f3f3;
}
.table.table-varied td,
.table.table-varied th {
  border-top: none;
}
.table-cell-fit {
  width: 1px;
}
.table-cell-fill {
  max-width: 0;
}
.table-cell-number {
  width: 1px;
  white-space: nowrap;
  text-align: right;
}
.table:not(.table-sm) tr.table-sub-group {
  height: -webkit-calc(-11.05rem);
  height: calc(-11.05rem);
}
.table:not(.table-sm) tr.table-sub-group td {
  height: -webkit-calc(-22.05rem);
  height: calc(-22.05rem);
}
.table:not(.table-sm) tr.table-sub-group.last {
  height: -webkit-calc(-11.05rem);
  height: calc(-11.05rem);
  padding-bottom: 1.125rem;
}
.table tr.table-sub-group td {
  border: none;
  padding: 8px 20px;
}
.table tr.table-sub-group td:first-child {
  padding-left: 3rem;
}
.table tr.table-sub-group.first td {
  padding-top: 2px;
}
.table tr.table-sub-group.last td {
  padding-bottom: 18px;
}
.table.table-sm tr.table-sub-group td {
  padding: 6px 20px;
}
.table.table-sm tr.table-sub-group td:first-child {
  padding-left: 2.5rem;
}
.table.table-sm tr.table-sub-group.last td {
  padding-bottom: 9px;
}
.table-clickable > tbody > tr:not(.table-ignore-clickable):hover,
.table-hover > tbody > tr:not(.table-ignore-hover):hover {
  background-color: #f9fbfd;
}
.table-clickable > tbody > tr:not(.table-ignore-clickable),
.table-hover > tbody > tr:not(.table-ignore-hover) {
  -webkit-transition: background 40ms linear;
  -o-transition: background 40ms linear;
  transition: background 40ms linear;
}
.table-clickable > tbody > tr:not(.table-ignore-clickable):active {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #f1f6fa;
}
.table-clickable tbody tr:not(.table-ignore-clickable):not(.table-row-collapse) button:not([data-no-expand]) {
  border: 0;
  padding: 0;
  background: 0 0;
  outline: 0;
  -webkit-appearence: none;
}
.table-clickable tbody tr:not(.table-ignore-clickable):not(.table-row-collapse) a[href]:not(.link-complex):not([data-no-expand]),
.table-clickable tbody tr:not(.table-ignore-clickable):not(.table-row-collapse) button:not(.link-complex):not([data-no-expand]):not(.btn):not(.btn-link-lg):not( .primary-link):not(.btn-link-lg-left):not( .primary-link-left):not(.arrow-right):not(.arrow-left) {
  color: #005aa0;
  text-decoration: none;
  border: 0;
  padding: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, currentColor)) 0 100% repeat-x;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x;
  background-size: 2px 2px;
}
.table-clickable tbody tr:not(.table-ignore-clickable):not(.table-row-collapse):focus a[href]:not(.link-complex):not([data-no-expand]),
.table-clickable tbody tr:not(.table-ignore-clickable):not(.table-row-collapse):focus button:not(.link-complex):not([data-no-expand]):not(.btn):not(.btn-link-lg):not( .primary-link):not(.btn-link-lg-left):not( .primary-link-left):not(.arrow-right):not(.arrow-left),
.table-clickable tbody tr:not(.table-ignore-clickable):not(.table-row-collapse):hover a[href]:not(.link-complex):not([data-no-expand]),
.table-clickable tbody tr:not(.table-ignore-clickable):not(.table-row-collapse):hover button:not(.link-complex):not([data-no-expand]):not(.btn):not(.btn-link-lg):not( .primary-link):not(.btn-link-lg-left):not( .primary-link-left):not(.arrow-right):not(.arrow-left) {
  outline: 0;
  text-decoration: none;
  color: #005aa0;
}
.table-clickable tbody tr:not(.table-ignore-clickable):not(.table-row-collapse):hover a[href]:not(.link-complex):not([data-no-expand]),
.table-clickable tbody tr:not(.table-ignore-clickable):not(.table-row-collapse):hover button:not(.link-complex):not([data-no-expand]):not(.btn):not(.btn-link-lg):not( .primary-link):not(.btn-link-lg-left):not( .primary-link-left):not(.arrow-right):not(.arrow-left) {
  color: #002f54;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, currentColor));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentColor 50%);
}
.table-responsive {
  -webkit-border-radius: .25rem;
  border-radius: .25rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -o-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -o-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0)), -o-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0));
  background-position: 0 0,100% 0,0 0,100% 0;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 30px 100%,30px 100%,6px 100%,6px 100%;
  background-attachment: local, local, scroll, scroll;
}
.table .table-row-collapse,
.table .table-row-collapse:hover {
  cursor: auto;
}
.table tbody tr.table-active + .table-row-collapse {
  -webkit-transition: border-left linear;
  -o-transition: border-left linear;
  transition: border-left linear;
  -webkit-transition-delay: 360ms;
  -o-transition-delay: 360ms;
  transition-delay: 360ms;
  -webkit-box-shadow: -7px 3px 9px -6px #d9d9d9;
  box-shadow: -7px 3px 9px -6px #d9d9d9;
}
.table .table-row-collapse > td {
  height: auto!important;
  border: 0;
  padding: 0!important;
  background-color: #f3f3f3;
}
.table .table-row-collapse-block {
  padding: -webkit-calc(1.75rem) 1.25rem -webkit-calc(-0.25rem);
  padding: calc(1.75rem) 1.25rem calc(-0.25rem);
  position: relative;
  margin-bottom: .5rem;
  -webkit-box-shadow: 7px 3px 9px -6px #d9d9d9;
  box-shadow: 7px 3px 9px -6px #d9d9d9;
}
.table .table-row-collapse-block::after {
  content: "";
  width: -webkit-calc(102%);
  width: calc(102%);
  height: .5rem;
  display: block;
  position: absolute;
  -webkit-box-shadow: inset 0 4px 4px -2px #d9d9d9;
  box-shadow: inset 0 4px 4px -2px #d9d9d9;
  left: -1px;
  top: 100%;
  background-color: #f3f3f3;
  -webkit-transition: opacity linear;
  -o-transition: opacity linear;
  transition: opacity linear;
  -webkit-transition-delay: 360ms;
  -o-transition-delay: 360ms;
  transition-delay: 360ms;
}
.table .collapse.in,
.table .collapse.show,
.table .collapsing {
  background-color: #ffffff;
}
.table .table-row-collapse-block > :last-child {
  margin-bottom: 0;
}
.table tbody tr.table-active + .table-row-collapse:last-child .table-row-collapse-block::after {
  height: 0.8rem;
}
.table-active > td,
.table-active > th {
  background: 0 0;
}
.avatar-white,
.avatar.has-image {
  background-color: #ffffff;
}
.table tbody tr.table-active {
  background-color: #fff;
  -webkit-transition: background 40ms linear;
  -o-transition: background 40ms linear;
  transition: background 40ms linear;
  z-index: 4;
  border-top: 10px solid #f3f3f3;
  -webkit-box-shadow: 0 8px 5px 1px #d9d9d9;
  box-shadow: 0 8px 5px 1px #d9d9d9;
}
.table-sort {
  border: 0;
  padding: 0;
  background: 0 0;
  outline: 0;
  -webkit-appearence: none;
  cursor: pointer;
  text-decoration: underline;
}
.table-sort:active,
.table-sort:hover {
  color: #005aa0;
  outline: 0;
}
.table-sort:active {
  opacity: 0.7;
}
.form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  color: #222;
  background-color: #f3f3f3;
  border: 2px solid #d9d9d9;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #222;
  background-color: #f3f3f3;
  outline: 0;
  -webkit-box-shadow: none, 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: none, 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-control::placeholder {
  color: #999;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #d9d9d9;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #222;
  background-color: #f3f3f3;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  font-size: inherit;
}
.col-form-label-lg {
  padding-top: -webkit-calc(2.5rem);
  padding-top: calc(2.5rem);
  padding-bottom: -webkit-calc(2.5rem);
  padding-bottom: calc(2.5rem);
  font-size: 1.125rem;
  line-height: 1.2;
}
.col-form-label-sm {
  padding-top: -webkit-calc(2.125rem);
  padding-top: calc(2.125rem);
  padding-bottom: -webkit-calc(2.125rem);
  padding-bottom: calc(2.125rem);
  font-size: .875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .563rem;
  padding-bottom: .563rem;
  margin-bottom: 0;
  background-color: transparent;
  border: solid transparent;
}
.custom-file-input.is-valid ~ .custom-file-label,
.custom-select.is-valid,
.form-control.is-valid,
.is-valid.custom-select-dd,
.was-validated .custom-file-input:valid ~ .custom-file-label,
.was-validated .custom-select-dd:valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #95c11f;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-append > .form-control-plaintext.arrow-left,
.input-group-lg > .input-group-append > .form-control-plaintext.arrow-right,
.input-group-lg > .input-group-append > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn-link-lg,
.input-group-lg > .input-group-append > .form-control-plaintext.btn-link-lg-left,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.primary-link,
.input-group-lg > .input-group-append > .form-control-plaintext.primary-link-left,
.input-group-lg > .input-group-prepend > .form-control-plaintext.arrow-left,
.input-group-lg > .input-group-prepend > .form-control-plaintext.arrow-right,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn-link-lg,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn-link-lg-left,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.primary-link,
.input-group-lg > .input-group-prepend > .form-control-plaintext.primary-link-left,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-append > .form-control-plaintext.arrow-left,
.input-group-sm > .input-group-append > .form-control-plaintext.arrow-right,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn-link-lg,
.input-group-sm > .input-group-append > .form-control-plaintext.btn-link-lg-left,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.primary-link,
.input-group-sm > .input-group-append > .form-control-plaintext.primary-link-left,
.input-group-sm > .input-group-prepend > .form-control-plaintext.arrow-left,
.input-group-sm > .input-group-prepend > .form-control-plaintext.arrow-right,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn-link-lg,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn-link-lg-left,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.primary-link,
.input-group-sm > .input-group-prepend > .form-control-plaintext.primary-link-left {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .arrow-left,
.input-group-sm > .input-group-append > .arrow-right,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .btn-link-lg,
.input-group-sm > .input-group-append > .btn-link-lg-left,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-append > .primary-link,
.input-group-sm > .input-group-append > .primary-link-left,
.input-group-sm > .input-group-prepend > .arrow-left,
.input-group-sm > .input-group-prepend > .arrow-right,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .btn-link-lg,
.input-group-sm > .input-group-prepend > .btn-link-lg-left,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-prepend > .primary-link,
.input-group-sm > .input-group-prepend > .primary-link-left {
  padding: .125rem .625rem;
  font-size: .875rem;
  line-height: 1.5;
}
.input-group-sm > .input-group-append > select.arrow-left:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.arrow-right:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn-link-lg-left:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn-link-lg:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.primary-link-left:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.primary-link:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.arrow-left:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.arrow-right:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn-link-lg-left:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn-link-lg:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.primary-link-left:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.primary-link:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: -webkit-calc(5.5625rem);
  height: calc(5.5625rem);
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .arrow-left,
.input-group-lg > .input-group-append > .arrow-right,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .btn-link-lg,
.input-group-lg > .input-group-append > .btn-link-lg-left,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-append > .primary-link,
.input-group-lg > .input-group-append > .primary-link-left,
.input-group-lg > .input-group-prepend > .arrow-left,
.input-group-lg > .input-group-prepend > .arrow-right,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .btn-link-lg,
.input-group-lg > .input-group-prepend > .btn-link-lg-left,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-prepend > .primary-link,
.input-group-lg > .input-group-prepend > .primary-link-left {
  padding: .5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.2;
}
.input-group-lg > .input-group-append > select.arrow-left:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.arrow-right:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn-link-lg-left:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn-link-lg:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.primary-link-left:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.primary-link:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.arrow-left:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.arrow-right:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn-link-lg-left:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn-link-lg:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.primary-link-left:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.primary-link:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: -webkit-calc(6.35rem);
  height: calc(6.35rem);
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
}
.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
}
.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #747578;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}
.invalid-tooltip,
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  padding: .5rem;
  line-height: 1;
  max-width: 100%;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #95c11f;
}
.valid-tooltip {
  display: none;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(149, 193, 31, 0.8);
  -webkit-border-radius: .2rem;
  border-radius: 0.2rem;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.dropup .is-valid.custom-select-dd ~ .valid-feedback,
.dropup .is-valid.custom-select-dd ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.is-valid.custom-select-dd ~ .valid-feedback,
.is-valid.custom-select-dd ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.was-validated .custom-select-dd:valid ~ .valid-feedback,
.was-validated .custom-select-dd:valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .dropup .custom-select-dd:valid ~ .valid-feedback,
.was-validated .dropup .custom-select-dd:valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.form-check-input.is-valid ~ .form-check-label,
.was-validated .custom-control-input:valid ~ .custom-control-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #95c11f;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.is-valid.custom-select-dd:focus,
.was-validated .custom-select-dd:valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #95c11f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(149, 193, 31, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(149, 193, 31, 0.25);
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #cae976;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #b0de35;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #f3f3f3, 0 0 0 0.2rem rgba(149, 193, 31, 0.25);
  box-shadow: 0 0 0 1px #f3f3f3, 0 0 0 0.2rem rgba(149, 193, 31, 0.25);
}
.custom-file-input.is-valid ~ .custom-file-label::before,
.was-validated .custom-file-input:valid ~ .custom-file-label::before {
  border-color: inherit;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.custom-select.is-invalid,
.form-control.is-invalid,
.is-invalid.custom-select-dd,
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.was-validated .custom-select-dd:invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #e30613;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(149, 193, 31, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(149, 193, 31, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #e30613;
}
.invalid-tooltip {
  display: none;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(227, 6, 19, 0.8);
  -webkit-border-radius: .2rem;
  border-radius: 0.2rem;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.dropup .is-invalid.custom-select-dd ~ .invalid-feedback,
.dropup .is-invalid.custom-select-dd ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.is-invalid.custom-select-dd ~ .invalid-feedback,
.is-invalid.custom-select-dd ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.was-validated .custom-select-dd:invalid ~ .invalid-feedback,
.was-validated .custom-select-dd:invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .dropup .custom-select-dd:invalid ~ .invalid-feedback,
.was-validated .dropup .custom-select-dd:invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #e30613;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.is-invalid.custom-select-dd:focus,
.was-validated .custom-select-dd:invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #e30613;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #fb6d76;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  background-color: #f9232f;
}
.form-control:disabled + .input-group-append,
.form-control:disabled + .input-group-append div,
.form-control:disabled + .input-group-append span,
.form-control[readonly] + .input-group-append,
.form-control[readonly] + .input-group-append div,
.form-control[readonly] + .input-group-append span {
  cursor: not-allowed;
  background-color: #d9d9d9;
  opacity: 1;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #f3f3f3, 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
  box-shadow: 0 0 0 1px #f3f3f3, 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}
.custom-file-input.is-invalid ~ .custom-file-label::before,
.was-validated .custom-file-input:invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.form-control:focus,
.form-control:focus + .input-group-append,
.form-control:focus + .input-group-append > .input-group-text,
.has-valid .form-control {
  border-color: #005aa0;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}
.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.label,
label,
legend {
  margin-bottom: .3rem;
  font-weight: 700;
}
legend {
  display: inline-block;
  width: auto;
  font-size: inherit;
}
.btn-block,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}
.form-align {
  margin-top: 27.8px;
}
input[type=date],
input[type=number] {
  -moz-appearance: textfield;
}
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month],
input[type=week] {
  height: 40px;
}
input[disabled] {
  cursor: not-allowed;
}
.form-control {
  font-weight: 400;
  line-height: 1.25;
  border-width: 0 0 2px;
  -webkit-transition: border-color 60ms linear;
  -o-transition: border-color 60ms linear;
  transition: border-color 60ms linear;
  background-clip: inherit;
  padding: .663rem .75rem .463rem;
  min-height: 40px;
}
.arrow-left:not(:disabled):not(.disabled),
.arrow-right:not(:disabled):not(.disabled),
.btn-link-lg-left:not(:disabled):not(.disabled),
.btn-link-lg:not(:disabled):not(.disabled),
.btn-more::after,
.btn:not(:disabled):not(.disabled),
.primary-link-left:not(:disabled):not(.disabled),
.primary-link:not(:disabled):not(.disabled),
[role=button] {
  cursor: pointer;
}
.form-control:hover:not([disabled]),
.form-control:hover:not([disabled]) + .input-group-append,
.form-control:hover:not([disabled]) + .input-group-append > .input-group-text {
  background: #ececec;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background 0.2s;
}
.form-control-feedback,
.form-text {
  margin-top: 4px;
  font-size: .875rem;
  line-height: 1.2;
}
.form-control-feedback {
  font-weight: 700;
  -webkit-transition: color 60ms linear;
  -o-transition: color 60ms linear;
  transition: color 60ms linear;
}
.col-form-label {
  padding-top: .563rem;
  padding-bottom: .563rem;
  margin-bottom: 0;
  line-height: 1.45;
  height: 40px;
}
.form-control-plaintext {
  padding: .563rem 0;
  border-width: 1px 0;
  line-height: 1.25;
}
.form-control:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control-danger,
.form-control-success,
.form-control-warning {
  padding-right: 0.75rem;
}
.has-danger .form-control,
.has-success .form-control,
.has-warning .form-control {
  background-image: none;
}
.has-valid .col-form-label,
.has-valid .custom-control,
.has-valid .form-check-label,
.has-valid .form-control-feedback,
.has-valid .form-control-label {
  color: #005aa0;
}
.has-valid .input-group-append,
.has-valid .input-group-prepend {
  color: #005aa0;
  border-color: #005aa0;
  background-color: #6dbfff;
}
.has-valid .form-control,
.has-valid .form-control-valid {
  background-color: #eff4f9;
}
.has-valid .form-control-valid:hover,
.has-valid .form-control:hover {
  background: #e5ecf5;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background 0.2s;
}
.has-valid .form-control-valid:hover + .input-group-append,
.has-valid .form-control-valid:hover + .input-group-append > .input-group-text,
.has-valid .form-control:hover + .input-group-append,
.has-valid .form-control:hover + .input-group-append > .input-group-text {
  background: #e5ecf5;
}
.has-valid .input-group-append,
.has-valid .input-group-append > .input-group-text {
  color: #222;
  background-color: #eff4f9;
}
.has-valid .form-control-feedback {
  color: #222222;
}
.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: #e30613;
}
.has-danger .form-control {
  border-color: #e30613;
}
.has-danger .input-group-append,
.has-danger .input-group-prepend {
  color: #e30613;
  border-color: #e30613;
  background-color: #fdb8bc;
}
.has-danger .form-control:focus + .input-group-append,
.has-danger .form-control:focus + .input-group-append > .input-group-text {
  border-color: #e30613;
}
.has-danger .input-group-append,
.has-danger .input-group-append > .input-group-text {
  color: #222;
  background-color: #f3f3f3;
  border-color: #e30613;
}
.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
  color: #f9b233;
}
.has-warning .form-control {
  border-color: #f9b233;
}
.has-warning .input-group-append,
.has-warning .input-group-prepend {
  color: #f9b233;
  border-color: #f9b233;
  background-color: #fffdf9;
}
.has-warning .form-control:focus + .input-group-append,
.has-warning .form-control:focus + .input-group-append > .input-group-text {
  border-color: #f9b233;
}
.has-warning .input-group-append,
.has-warning .input-group-append > .input-group-text {
  color: #222;
  background-color: #f3f3f3;
  border-color: #f9b233;
}
.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
  color: #95c11f;
}
.has-success .form-control {
  border-color: #95c11f;
}
.has-success .input-group-append,
.has-success .input-group-prepend {
  color: #95c11f;
  border-color: #95c11f;
  background-color: #e4f4b8;
}
.has-success .form-control:focus + .input-group-append,
.has-success .form-control:focus + .input-group-append > .input-group-text {
  border-color: #95c11f;
}
.has-success .input-group-append,
.has-success .input-group-append > .input-group-text {
  color: #222;
  background-color: #f3f3f3;
  border-color: #95c11f;
}
.form-control[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}
.form-control[type=date]::-webkit-input-placeholder {
  visibility: hidden !important;
}
.form-check {
  padding-left: 0;
  margin-bottom: 0.5rem;
}
.arrow-left,
.arrow-right,
.btn,
.btn-link-lg,
.btn-link-lg-left,
.primary-link,
.primary-link-left {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: .375rem .75rem;
  line-height: 1.34;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.arrow-left:focus,
.arrow-left:hover,
.arrow-right:focus,
.arrow-right:hover,
.btn-link-lg-left:focus,
.btn-link-lg-left:hover,
.btn-link-lg:focus,
.btn-link-lg:hover,
.btn:focus,
.btn:hover,
.primary-link-left:focus,
.primary-link-left:hover,
.primary-link:focus,
.primary-link:hover {
  text-decoration: none;
}
.arrow-left:focus,
.arrow-right:focus,
.btn-link-lg-left:focus,
.btn-link-lg:focus,
.btn.focus,
.btn:focus,
.focus.arrow-left,
.focus.arrow-right,
.focus.btn-link-lg,
.focus.btn-link-lg-left,
.focus.primary-link,
.focus.primary-link-left,
.primary-link-left:focus,
.primary-link:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.arrow-left:disabled,
.arrow-right:disabled,
.btn-link-lg-left:disabled,
.btn-link-lg:disabled,
.btn.disabled,
.btn:disabled,
.disabled.arrow-left,
.disabled.arrow-right,
.disabled.btn-link-lg,
.disabled.btn-link-lg-left,
.disabled.primary-link,
.disabled.primary-link-left,
.primary-link-left:disabled,
.primary-link:disabled {
  opacity: 0.65;
}
.arrow-left:not(:disabled):not(.disabled).active,
.arrow-left:not(:disabled):not(.disabled):active,
.arrow-right:not(:disabled):not(.disabled).active,
.arrow-right:not(:disabled):not(.disabled):active,
.btn-link-lg-left:not(:disabled):not(.disabled).active,
.btn-link-lg-left:not(:disabled):not(.disabled):active,
.btn-link-lg:not(:disabled):not(.disabled).active,
.btn-link-lg:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.primary-link-left:not(:disabled):not(.disabled).active,
.primary-link-left:not(:disabled):not(.disabled):active,
.primary-link:not(:disabled):not(.disabled).active,
.primary-link:not(:disabled):not(.disabled):active {
  background-image: none;
}
a.btn.disabled,
a.disabled.arrow-left,
a.disabled.arrow-right,
a.disabled.btn-link-lg,
a.disabled.btn-link-lg-left,
a.disabled.primary-link,
a.disabled.primary-link-left,
fieldset:disabled a.arrow-left,
fieldset:disabled a.arrow-right,
fieldset:disabled a.btn,
fieldset:disabled a.btn-link-lg,
fieldset:disabled a.btn-link-lg-left,
fieldset:disabled a.primary-link,
fieldset:disabled a.primary-link-left {
  pointer-events: none;
}
.btn-outline-primary,
.btn-primary {
  color: #ffffff;
}
.btn-outline-primary:hover,
.btn-primary:hover {
  color: #fff;
  background-color: #00447a;
  border-color: #003d6d;
}
.btn-outline-primary:disabled,
.btn-primary.disabled,
.btn-primary:disabled,
.disabled.btn-outline-primary {
  color: #fff;
  background-color: #005aa0;
  border-color: #005aa0;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.show > .dropdown-toggle.btn-outline-primary {
  color: #fff;
  background-color: #003d6d;
  border-color: #003660;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.show > .dropdown-toggle.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 90, 160, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 90, 160, 0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .dropdown-toggle.btn-outline-secondary,
.show > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #b1050f;
  border-color: #a5040e;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .dropdown-toggle.btn-outline-secondary:focus,
.show > .dropdown-toggle.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
}
.btn-outline-success,
.btn-success {
  color: #222;
  background-color: #95c11f;
  border-color: #95c11f;
}
.btn-outline-success:hover,
.btn-success:hover {
  color: #fff;
  background-color: #7ca01a;
  border-color: #739518;
}
.btn-outline-success:focus,
.btn-success.focus,
.btn-success:focus,
.focus.btn-outline-success {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(149, 193, 31, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(149, 193, 31, 0.5);
}
.btn-outline-success:disabled,
.btn-success.disabled,
.btn-success:disabled,
.disabled.btn-outline-success {
  color: #222;
  background-color: #95c11f;
  border-color: #95c11f;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle,
.show > .dropdown-toggle.btn-outline-success {
  color: #fff;
  background-color: #739518;
  border-color: #6b8a16;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus,
.show > .dropdown-toggle.btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(149, 193, 31, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(149, 193, 31, 0.5);
}
.btn-info,
.btn-outline-info {
  color: #222;
  background-color: #badaf3;
  border-color: #badaf3;
}
.btn-info:hover,
.btn-outline-info:hover {
  color: #222;
  background-color: #99c9ed;
  border-color: #8fc3eb;
}
.btn-info.focus,
.btn-info:focus,
.btn-outline-info:focus,
.focus.btn-outline-info {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(186, 218, 243, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(186, 218, 243, 0.5);
}
.btn-info.disabled,
.btn-info:disabled,
.btn-outline-info:disabled,
.disabled.btn-outline-info {
  color: #222;
  background-color: #badaf3;
  border-color: #badaf3;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle,
.show > .dropdown-toggle.btn-outline-info {
  color: #222;
  background-color: #8fc3eb;
  border-color: #84bdea;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus,
.show > .dropdown-toggle.btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(186, 218, 243, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(186, 218, 243, 0.5);
}
.btn-outline-warning,
.btn-warning {
  color: #222;
  background-color: #f9b233;
  border-color: #f9b233;
}
.btn-outline-warning:hover,
.btn-warning:hover {
  color: #222;
  background-color: #f8a40e;
  border-color: #f29e07;
}
.btn-outline-warning:focus,
.btn-warning.focus,
.btn-warning:focus,
.focus.btn-outline-warning {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 178, 51, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(249, 178, 51, 0.5);
}
.btn-outline-warning:disabled,
.btn-warning.disabled,
.btn-warning:disabled,
.disabled.btn-outline-warning {
  color: #222;
  background-color: #f9b233;
  border-color: #f9b233;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle,
.show > .dropdown-toggle.btn-outline-warning {
  color: #222;
  background-color: #f29e07;
  border-color: #e69607;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus,
.show > .dropdown-toggle.btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 178, 51, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(249, 178, 51, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #e30613;
  border-color: #e30613;
}
.btn-danger:hover {
  color: #fff;
  background-color: #be0510;
  border-color: #b1050f;
}
.btn-danger.focus,
.btn-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #e30613;
  border-color: #e30613;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b1050f;
  border-color: #a5040e;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
}
.btn-light {
  color: #222;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-light:hover {
  color: #222;
  background-color: #c6c6c6;
  border-color: #c0c0c0;
}
.btn-light.focus,
.btn-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 217, 217, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(217, 217, 217, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #222;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #222;
  background-color: silver;
  border-color: #b9b9b9;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 217, 217, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(217, 217, 217, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #747578;
  border-color: #747578;
}
.btn-dark:hover {
  color: #fff;
  background-color: #616265;
  border-color: #5b5c5e;
}
.btn-dark.focus,
.btn-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(116, 117, 120, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(116, 117, 120, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #747578;
  border-color: #747578;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #5b5c5e;
  border-color: #555558;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(116, 117, 120, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(116, 117, 120, 0.5);
}
.btn-outline-primary {
  background-image: none;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #005aa0;
  border-color: #005aa0;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 90, 160, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 90, 160, 0.5);
}
.btn-outline-secondary {
  background-image: none;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #e30613;
  border-color: #e30613;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
}
.btn-outline-success {
  background-image: none;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #222;
  background-color: #95c11f;
  border-color: #95c11f;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(149, 193, 31, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(149, 193, 31, 0.5);
}
.btn-outline-info {
  background-image: none;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #222;
  background-color: #badaf3;
  border-color: #badaf3;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(186, 218, 243, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(186, 218, 243, 0.5);
}
.btn-outline-warning {
  background-image: none;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #222;
  background-color: #f9b233;
  border-color: #f9b233;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 178, 51, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(249, 178, 51, 0.5);
}
.btn-outline-danger {
  background-image: none;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e30613;
  border-color: #e30613;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
}
.btn-outline-light {
  color: #d9d9d9;
  background-color: transparent;
  background-image: none;
  border-color: #d9d9d9;
}
.btn-outline-light:hover {
  color: #222;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 217, 217, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(217, 217, 217, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #d9d9d9;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #222;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 217, 217, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(217, 217, 217, 0.5);
}
.btn-outline-dark {
  color: #747578;
  background-color: transparent;
  background-image: none;
  border-color: #747578;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #747578;
  border-color: #747578;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(116, 117, 120, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(116, 117, 120, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #747578;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #747578;
  border-color: #747578;
}
.btn-link,
.btn-link:hover {
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(116, 117, 120, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(116, 117, 120, 0.5);
}
.btn-link {
  font-weight: 400;
}
.alert-link,
.arrow-left,
.arrow-right,
.btn-link-lg,
.btn-more,
.primary-link {
  font-weight: 700;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #b1b3b6;
}
.btn-group-lg > .arrow-left,
.btn-group-lg > .arrow-right,
.btn-group-lg > .btn,
.btn-group-lg > .btn-link-lg,
.btn-group-lg > .btn-link-lg-left,
.btn-group-lg > .primary-link,
.btn-group-lg > .primary-link-left,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.2;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn-group-sm > .arrow-left,
.btn-group-sm > .arrow-right,
.btn-group-sm > .btn,
.btn-group-sm > .btn-link-lg,
.btn-group-sm > .btn-link-lg-left,
.btn-group-sm > .primary-link,
.btn-group-sm > .primary-link-left,
.btn-sm {
  padding: .125rem .625rem;
  font-size: .875rem;
  line-height: 1.5;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn-block {
  display: block;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
.arrow-left,
.arrow-right,
.btn,
.btn-link-lg,
.btn-link-lg-left,
.primary-link,
.primary-link-left {
  border-width: 2px;
  font-size: 1.125rem;
  overflow: hidden;
  background-image: none;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  white-space: normal;
  position: relative;
  cursor: pointer;
}
.arrow-left:hover,
.arrow-right:hover,
.btn-link-lg-left:hover,
.btn-link-lg:hover,
.btn:hover,
.primary-link-left:hover,
.primary-link:hover {
  background-image: none;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.btn-outline-primary,
.btn-primary {
  padding: .375rem .75rem;
  background-color: #ad1015;
  border-color: #ad1015;
}
.btn-outline-primary:focus,
.btn-primary.focus,
.btn-primary:focus,
.focus.btn-outline-primary {
  color: #fff;
  border-color: #ad1015;
  background-color: #ad1015;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-primary:hover,
.btn-outline-primary:hover:focus,
.btn-primary:hover,
.btn-primary:hover:focus {
  border-color: #910c19;
  background-color: #910c19;
}
.active.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover {
  border-color: #7a0b16;
  background-color: #7a0b16;
}
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled).active.focus,
.btn-outline-primary:not([disabled]):not(.disabled).active:focus,
.btn-outline-primary:not([disabled]):not(.disabled).active:hover,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled):active.focus,
.btn-outline-primary:not([disabled]):not(.disabled):active:focus,
.btn-outline-primary:not([disabled]):not(.disabled):active:hover,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled).active.focus,
.btn-primary:not([disabled]):not(.disabled).active:focus,
.btn-primary:not([disabled]):not(.disabled).active:hover,
.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled):active.focus,
.btn-primary:not([disabled]):not(.disabled):active:focus,
.btn-primary:not([disabled]):not(.disabled):active:hover,
.show > .btn-primary.dropdown-toggle,
.show > .btn-primary.dropdown-toggle.focus,
.show > .btn-primary.dropdown-toggle:focus,
.show > .btn-primary.dropdown-toggle:hover,
.show > .dropdown-toggle.btn-outline-primary,
.show > .dropdown-toggle.btn-outline-primary:focus,
.show > .dropdown-toggle.btn-outline-primary:hover,
.show > .dropdown-toggle.focus.btn-outline-primary {
  border-color: #7a0b16;
  background-color: #7a0b16;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-primary:disabled,
.btn-outline-primary:disabled.focus,
.btn-outline-primary:disabled.hover,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled:hover,
.btn-primary.disabled,
.btn-primary.disabled.focus,
.btn-primary.disabled.hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled,
.btn-primary:disabled.focus,
.btn-primary:disabled.hover,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover,
.disabled.btn-outline-primary,
.disabled.btn-outline-primary:focus,
.disabled.btn-outline-primary:hover,
.disabled.focus.btn-outline-primary,
.disabled.hover.btn-outline-primary {
  pointer-events: none;
  background-color: #ad1015;
  opacity: .65;
  border-color: #ad1015;
}
.btn-group-sm > .btn-outline-primary.arrow-left,
.btn-group-sm > .btn-outline-primary.arrow-right,
.btn-group-sm > .btn-outline-primary.btn,
.btn-group-sm > .btn-outline-primary.btn-link-lg,
.btn-group-sm > .btn-outline-primary.btn-link-lg-left,
.btn-group-sm > .btn-outline-primary.primary-link,
.btn-group-sm > .btn-outline-primary.primary-link-left,
.btn-group-sm > .btn-primary.arrow-left,
.btn-group-sm > .btn-primary.arrow-right,
.btn-group-sm > .btn-primary.btn,
.btn-group-sm > .btn-primary.btn-link-lg,
.btn-group-sm > .btn-primary.btn-link-lg-left,
.btn-group-sm > .btn-primary.primary-link,
.btn-group-sm > .btn-primary.primary-link-left,
.btn-primary.btn-sm,
.btn-sm.btn-outline-primary {
  font-size: 1rem;
  padding: 0.125rem 0.625rem;
}
.btn-group-lg > .btn-outline-primary.arrow-left,
.btn-group-lg > .btn-outline-primary.arrow-right,
.btn-group-lg > .btn-outline-primary.btn,
.btn-group-lg > .btn-outline-primary.btn-link-lg,
.btn-group-lg > .btn-outline-primary.btn-link-lg-left,
.btn-group-lg > .btn-outline-primary.primary-link,
.btn-group-lg > .btn-outline-primary.primary-link-left,
.btn-group-lg > .btn-primary.arrow-left,
.btn-group-lg > .btn-primary.arrow-right,
.btn-group-lg > .btn-primary.btn,
.btn-group-lg > .btn-primary.btn-link-lg,
.btn-group-lg > .btn-primary.btn-link-lg-left,
.btn-group-lg > .btn-primary.primary-link,
.btn-group-lg > .btn-primary.primary-link-left,
.btn-lg.btn-outline-primary,
.btn-primary.btn-lg {
  font-size: 1.25rem;
  padding: .5rem 1rem;
  line-height: 1.2;
}
.btn-arrow.btn-outline-primary,
.btn-primary.btn-arrow {
  text-align: left;
  padding-right: 3.125rem !important;
}
.btn-arrow.btn-outline-primary::after,
.btn-primary.btn-arrow::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  right: .75rem;
  top: 50%;
  position: absolute;
  content: "";
  display: inline-block;
  margin-left: .625rem;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-arrow.btn-outline-primary:focus:not([disabled])::after,
.btn-arrow.btn-outline-primary:hover:not([disabled])::after,
.btn-primary.btn-arrow:focus:not([disabled])::after,
.btn-primary.btn-arrow:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-arrow.btn-outline-primary:active:not([disabled])::after,
.btn-primary.btn-arrow:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-arrow-left.btn-outline-primary,
.btn-primary.btn-arrow-left {
  position: relative;
  text-align: right;
  padding-left: 3.125rem !important;
}
.btn-arrow-left.btn-outline-primary::after,
.btn-primary.btn-arrow-left::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  left: .5rem;
  position: absolute;
  content: "";
  top: 50%;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-arrow-left.btn-outline-primary:focus:not([disabled])::after,
.btn-arrow-left.btn-outline-primary:hover:not([disabled])::after,
.btn-primary.btn-arrow-left:focus:not([disabled])::after,
.btn-primary.btn-arrow-left:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-arrow-left.btn-outline-primary:active:not([disabled])::after,
.btn-arrow-left.btn-outline-primary:focus:hover:active:not([disabled])::after,
.btn-primary.btn-arrow-left:active:not([disabled])::after,
.btn-primary.btn-arrow-left:focus:hover:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-group-sm > .btn-arrow.btn-outline-primary.arrow-left,
.btn-group-sm > .btn-arrow.btn-outline-primary.arrow-right,
.btn-group-sm > .btn-arrow.btn-outline-primary.btn,
.btn-group-sm > .btn-arrow.btn-outline-primary.btn-link-lg,
.btn-group-sm > .btn-arrow.btn-outline-primary.btn-link-lg-left,
.btn-group-sm > .btn-arrow.btn-outline-primary.primary-link,
.btn-group-sm > .btn-arrow.btn-outline-primary.primary-link-left,
.btn-group-sm > .btn-primary.btn-arrow.arrow-left,
.btn-group-sm > .btn-primary.btn-arrow.arrow-right,
.btn-group-sm > .btn-primary.btn-arrow.btn,
.btn-group-sm > .btn-primary.btn-arrow.btn-link-lg,
.btn-group-sm > .btn-primary.btn-arrow.btn-link-lg-left,
.btn-group-sm > .btn-primary.btn-arrow.primary-link,
.btn-group-sm > .btn-primary.btn-arrow.primary-link-left,
.btn-primary.btn-sm.btn-arrow,
.btn-sm.btn-arrow.btn-outline-primary {
  text-align: left;
  padding-right: 2.5625rem !important;
}
.btn-group-sm > .btn-arrow.btn-outline-primary.arrow-left::after,
.btn-group-sm > .btn-arrow.btn-outline-primary.arrow-right::after,
.btn-group-sm > .btn-arrow.btn-outline-primary.btn-link-lg-left::after,
.btn-group-sm > .btn-arrow.btn-outline-primary.btn-link-lg::after,
.btn-group-sm > .btn-arrow.btn-outline-primary.btn::after,
.btn-group-sm > .btn-arrow.btn-outline-primary.primary-link-left::after,
.btn-group-sm > .btn-arrow.btn-outline-primary.primary-link::after,
.btn-group-sm > .btn-primary.btn-arrow.arrow-left::after,
.btn-group-sm > .btn-primary.btn-arrow.arrow-right::after,
.btn-group-sm > .btn-primary.btn-arrow.btn-link-lg-left::after,
.btn-group-sm > .btn-primary.btn-arrow.btn-link-lg::after,
.btn-group-sm > .btn-primary.btn-arrow.btn::after,
.btn-group-sm > .btn-primary.btn-arrow.primary-link-left::after,
.btn-group-sm > .btn-primary.btn-arrow.primary-link::after,
.btn-primary.btn-sm.btn-arrow::after,
.btn-sm.btn-arrow.btn-outline-primary::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iMCA3IDE4IDcgMTggNSAwIDUiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSIxMy43Mjg0NTE1IDEwLjI0NTI5MTEgMTUuMTQyNjY1MSAxMS42NTk1MDQ3IDIwLjc5OTUxOTQgNi4wMDI2NTA0NSAxNS4xNDI2NjUxIDAuMzQ1Nzk2MjAzIDEzLjcyODQ1MTUgMS43NjAwMDk3NyAxNy45NzEwOTIyIDYuMDAyNjUwNDUiPjwvcG9seWdvbj48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  right: .625rem;
  top: 50%;
  position: absolute;
  content: "";
  display: inline-block;
  margin-left: .625rem;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-sm > .btn-arrow.btn-outline-primary.arrow-left:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-primary.arrow-left:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-primary.arrow-right:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-primary.arrow-right:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-primary.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-primary.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-primary.btn-link-lg:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-primary.btn-link-lg:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-primary.btn:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-primary.btn:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-primary.primary-link-left:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-primary.primary-link-left:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-primary.primary-link:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-primary.primary-link:hover:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow.arrow-left:focus:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow.arrow-left:hover:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow.arrow-right:focus:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow.arrow-right:hover:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow.btn-link-lg:focus:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow.btn-link-lg:hover:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow.btn:focus:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow.btn:hover:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow.primary-link-left:focus:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow.primary-link-left:hover:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow.primary-link:focus:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow.primary-link:hover:not([disabled])::after,
.btn-primary.btn-sm.btn-arrow:focus:not([disabled])::after,
.btn-primary.btn-sm.btn-arrow:hover:not([disabled])::after,
.btn-sm.btn-arrow.btn-outline-primary:focus:not([disabled])::after,
.btn-sm.btn-arrow.btn-outline-primary:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iMCA3IDE4IDcgMTggNSAwIDUiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSIxMy43Mjg0NTE1IDEwLjI0NTI5MTEgMTUuMTQyNjY1MSAxMS42NTk1MDQ3IDIwLjc5OTUxOTQgNi4wMDI2NTA0NSAxNS4xNDI2NjUxIDAuMzQ1Nzk2MjAzIDEzLjcyODQ1MTUgMS43NjAwMDk3NyAxNy45NzEwOTIyIDYuMDAyNjUwNDUiPjwvcG9seWdvbj48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-sm > .btn-arrow.btn-outline-primary.arrow-left:active:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-primary.arrow-right:active:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-primary.btn-link-lg-left:active:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-primary.btn-link-lg:active:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-primary.btn:active:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-primary.primary-link-left:active:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-primary.primary-link:active:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow.arrow-left:active:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow.arrow-right:active:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow.btn-link-lg-left:active:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow.btn-link-lg:active:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow.btn:active:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow.primary-link-left:active:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow.primary-link:active:not([disabled])::after,
.btn-primary.btn-sm.btn-arrow:active:not([disabled])::after,
.btn-sm.btn-arrow.btn-outline-primary:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iMCA3IDE4IDcgMTggNSAwIDUiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSIxMy43Mjg0NTE1IDEwLjI0NTI5MTEgMTUuMTQyNjY1MSAxMS42NTk1MDQ3IDIwLjc5OTUxOTQgNi4wMDI2NTA0NSAxNS4xNDI2NjUxIDAuMzQ1Nzk2MjAzIDEzLjcyODQ1MTUgMS43NjAwMDk3NyAxNy45NzEwOTIyIDYuMDAyNjUwNDUiPjwvcG9seWdvbj48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-lg > .btn-arrow.btn-outline-primary.arrow-left,
.btn-group-lg > .btn-arrow.btn-outline-primary.arrow-right,
.btn-group-lg > .btn-arrow.btn-outline-primary.btn,
.btn-group-lg > .btn-arrow.btn-outline-primary.btn-link-lg,
.btn-group-lg > .btn-arrow.btn-outline-primary.btn-link-lg-left,
.btn-group-lg > .btn-arrow.btn-outline-primary.primary-link,
.btn-group-lg > .btn-arrow.btn-outline-primary.primary-link-left,
.btn-group-lg > .btn-primary.btn-arrow.arrow-left,
.btn-group-lg > .btn-primary.btn-arrow.arrow-right,
.btn-group-lg > .btn-primary.btn-arrow.btn,
.btn-group-lg > .btn-primary.btn-arrow.btn-link-lg,
.btn-group-lg > .btn-primary.btn-arrow.btn-link-lg-left,
.btn-group-lg > .btn-primary.btn-arrow.primary-link,
.btn-group-lg > .btn-primary.btn-arrow.primary-link-left,
.btn-lg.btn-arrow.btn-outline-primary,
.btn-primary.btn-lg.btn-arrow {
  text-align: left;
  padding-right: 3.375rem!important;
  line-height: 1.2;
}
.btn-group-lg > .btn-arrow.btn-outline-primary.arrow-left::after,
.btn-group-lg > .btn-arrow.btn-outline-primary.arrow-right::after,
.btn-group-lg > .btn-arrow.btn-outline-primary.btn-link-lg-left::after,
.btn-group-lg > .btn-arrow.btn-outline-primary.btn-link-lg::after,
.btn-group-lg > .btn-arrow.btn-outline-primary.btn::after,
.btn-group-lg > .btn-arrow.btn-outline-primary.primary-link-left::after,
.btn-group-lg > .btn-arrow.btn-outline-primary.primary-link::after,
.btn-group-lg > .btn-primary.btn-arrow.arrow-left::after,
.btn-group-lg > .btn-primary.btn-arrow.arrow-right::after,
.btn-group-lg > .btn-primary.btn-arrow.btn-link-lg-left::after,
.btn-group-lg > .btn-primary.btn-arrow.btn-link-lg::after,
.btn-group-lg > .btn-primary.btn-arrow.btn::after,
.btn-group-lg > .btn-primary.btn-arrow.primary-link-left::after,
.btn-group-lg > .btn-primary.btn-arrow.primary-link::after,
.btn-lg.btn-arrow.btn-outline-primary::after,
.btn-primary.btn-lg.btn-arrow::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  right: 1rem;
  top: 50%;
  position: absolute;
  content: "";
  display: inline-block;
  margin-left: .625rem;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-lg > .btn-arrow.btn-outline-primary.arrow-left:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-primary.arrow-left:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-primary.arrow-right:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-primary.arrow-right:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-primary.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-primary.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-primary.btn-link-lg:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-primary.btn-link-lg:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-primary.btn:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-primary.btn:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-primary.primary-link-left:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-primary.primary-link-left:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-primary.primary-link:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-primary.primary-link:hover:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow.arrow-left:focus:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow.arrow-left:hover:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow.arrow-right:focus:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow.arrow-right:hover:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow.btn-link-lg:focus:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow.btn-link-lg:hover:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow.btn:focus:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow.btn:hover:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow.primary-link-left:focus:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow.primary-link-left:hover:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow.primary-link:focus:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow.primary-link:hover:not([disabled])::after,
.btn-lg.btn-arrow.btn-outline-primary:focus:not([disabled])::after,
.btn-lg.btn-arrow.btn-outline-primary:hover:not([disabled])::after,
.btn-primary.btn-lg.btn-arrow:focus:not([disabled])::after,
.btn-primary.btn-lg.btn-arrow:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-lg > .btn-arrow.btn-outline-primary.arrow-left:active:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-primary.arrow-right:active:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-primary.btn-link-lg-left:active:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-primary.btn-link-lg:active:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-primary.btn:active:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-primary.primary-link-left:active:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-primary.primary-link:active:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow.arrow-left:active:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow.arrow-right:active:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow.btn-link-lg-left:active:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow.btn-link-lg:active:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow.btn:active:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow.primary-link-left:active:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow.primary-link:active:not([disabled])::after,
.btn-lg.btn-arrow.btn-outline-primary:active:not([disabled])::after,
.btn-primary.btn-lg.btn-arrow:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-sm > .btn-arrow-left.btn-outline-primary.arrow-left,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.arrow-right,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.btn,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.btn-link-lg,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.btn-link-lg-left,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.primary-link,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.primary-link-left,
.btn-group-sm > .btn-primary.btn-arrow-left.arrow-left,
.btn-group-sm > .btn-primary.btn-arrow-left.arrow-right,
.btn-group-sm > .btn-primary.btn-arrow-left.btn,
.btn-group-sm > .btn-primary.btn-arrow-left.btn-link-lg,
.btn-group-sm > .btn-primary.btn-arrow-left.btn-link-lg-left,
.btn-group-sm > .btn-primary.btn-arrow-left.primary-link,
.btn-group-sm > .btn-primary.btn-arrow-left.primary-link-left,
.btn-primary.btn-sm.btn-arrow-left,
.btn-sm.btn-arrow-left.btn-outline-primary {
  position: relative;
  text-align: right;
  padding-left: 2.5625rem !important;
}
.btn-group-sm > .btn-arrow-left.btn-outline-primary.arrow-left::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.arrow-right::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.btn-link-lg-left::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.btn-link-lg::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.btn::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.primary-link-left::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.primary-link::after,
.btn-group-sm > .btn-primary.btn-arrow-left.arrow-left::after,
.btn-group-sm > .btn-primary.btn-arrow-left.arrow-right::after,
.btn-group-sm > .btn-primary.btn-arrow-left.btn-link-lg-left::after,
.btn-group-sm > .btn-primary.btn-arrow-left.btn-link-lg::after,
.btn-group-sm > .btn-primary.btn-arrow-left.btn::after,
.btn-group-sm > .btn-primary.btn-arrow-left.primary-link-left::after,
.btn-group-sm > .btn-primary.btn-arrow-left.primary-link::after,
.btn-primary.btn-sm.btn-arrow-left::after,
.btn-sm.btn-arrow-left.btn-outline-primary::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTQiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMgNyAyMSA3IDIxIDUgMyA1Ij48L3BvbHlnb24+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iNy4yNzg4MjY0NSAxLjc2MDAwOTc3IDUuODY0NjEyODkgMC4zNDU3OTYyMDMgMC4yMDc3NTg2MzkgNi4wMDI2NTA0NSA1Ljg2NDYxMjg5IDExLjY1OTUwNDcgNy4yNzg4MjY0NSAxMC4yNDUyOTExIDMuMDM2MTg1NzYgNi4wMDI2NTA0NSI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  left: .625rem;
  position: absolute;
  content: "";
  top: 50%;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-sm > .btn-arrow-left.btn-outline-primary.arrow-left:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.arrow-left:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.arrow-right:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.arrow-right:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.btn-link-lg:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.btn-link-lg:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.btn:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.btn:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.primary-link-left:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.primary-link-left:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.primary-link:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.primary-link:hover:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.arrow-left:focus:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.arrow-left:hover:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.arrow-right:focus:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.arrow-right:hover:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.btn-link-lg:focus:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.btn-link-lg:hover:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.btn:focus:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.btn:hover:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.primary-link-left:focus:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.primary-link-left:hover:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.primary-link:focus:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.primary-link:hover:not([disabled])::after,
.btn-primary.btn-sm.btn-arrow-left:focus:not([disabled])::after,
.btn-primary.btn-sm.btn-arrow-left:hover:not([disabled])::after,
.btn-sm.btn-arrow-left.btn-outline-primary:focus:not([disabled])::after,
.btn-sm.btn-arrow-left.btn-outline-primary:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTQiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMgNyAyMSA3IDIxIDUgMyA1Ij48L3BvbHlnb24+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iNy4yNzg4MjY0NSAxLjc2MDAwOTc3IDUuODY0NjEyODkgMC4zNDU3OTYyMDMgMC4yMDc3NTg2MzkgNi4wMDI2NTA0NSA1Ljg2NDYxMjg5IDExLjY1OTUwNDcgNy4yNzg4MjY0NSAxMC4yNDUyOTExIDMuMDM2MTg1NzYgNi4wMDI2NTA0NSI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-sm > .btn-arrow-left.btn-outline-primary.arrow-left:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.arrow-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.arrow-right:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.arrow-right:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.btn-link-lg-left:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.btn-link-lg-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.btn-link-lg:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.btn-link-lg:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.btn:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.btn:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.primary-link-left:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.primary-link-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.primary-link:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-primary.primary-link:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.arrow-left:active:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.arrow-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.arrow-right:active:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.arrow-right:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.btn-link-lg-left:active:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.btn-link-lg-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.btn-link-lg:active:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.btn-link-lg:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.btn:active:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.btn:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.primary-link-left:active:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.primary-link-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.primary-link:active:not([disabled])::after,
.btn-group-sm > .btn-primary.btn-arrow-left.primary-link:focus:hover:active:not([disabled])::after,
.btn-primary.btn-sm.btn-arrow-left:active:not([disabled])::after,
.btn-primary.btn-sm.btn-arrow-left:focus:hover:active:not([disabled])::after,
.btn-sm.btn-arrow-left.btn-outline-primary:active:not([disabled])::after,
.btn-sm.btn-arrow-left.btn-outline-primary:focus:hover:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTQiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMgNyAyMSA3IDIxIDUgMyA1Ij48L3BvbHlnb24+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iNy4yNzg4MjY0NSAxLjc2MDAwOTc3IDUuODY0NjEyODkgMC4zNDU3OTYyMDMgMC4yMDc3NTg2MzkgNi4wMDI2NTA0NSA1Ljg2NDYxMjg5IDExLjY1OTUwNDcgNy4yNzg4MjY0NSAxMC4yNDUyOTExIDMuMDM2MTg1NzYgNi4wMDI2NTA0NSI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-group-lg > .btn-arrow-left.btn-outline-primary.arrow-left,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.arrow-right,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.btn,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.btn-link-lg,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.btn-link-lg-left,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.primary-link,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.primary-link-left,
.btn-group-lg > .btn-primary.btn-arrow-left.arrow-left,
.btn-group-lg > .btn-primary.btn-arrow-left.arrow-right,
.btn-group-lg > .btn-primary.btn-arrow-left.btn,
.btn-group-lg > .btn-primary.btn-arrow-left.btn-link-lg,
.btn-group-lg > .btn-primary.btn-arrow-left.btn-link-lg-left,
.btn-group-lg > .btn-primary.btn-arrow-left.primary-link,
.btn-group-lg > .btn-primary.btn-arrow-left.primary-link-left,
.btn-lg.btn-arrow-left.btn-outline-primary,
.btn-primary.btn-lg.btn-arrow-left {
  position: relative;
  text-align: right;
  padding-left: 3.375rem !important;
}
.btn-group-lg > .btn-arrow-left.btn-outline-primary.arrow-left::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.arrow-right::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.btn-link-lg-left::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.btn-link-lg::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.btn::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.primary-link-left::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.primary-link::after,
.btn-group-lg > .btn-primary.btn-arrow-left.arrow-left::after,
.btn-group-lg > .btn-primary.btn-arrow-left.arrow-right::after,
.btn-group-lg > .btn-primary.btn-arrow-left.btn-link-lg-left::after,
.btn-group-lg > .btn-primary.btn-arrow-left.btn-link-lg::after,
.btn-group-lg > .btn-primary.btn-arrow-left.btn::after,
.btn-group-lg > .btn-primary.btn-arrow-left.primary-link-left::after,
.btn-group-lg > .btn-primary.btn-arrow-left.primary-link::after,
.btn-lg.btn-arrow-left.btn-outline-primary::after,
.btn-primary.btn-lg.btn-arrow-left::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  left: .75rem;
  position: absolute;
  content: "";
  top: 50%;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-lg > .btn-arrow-left.btn-outline-primary.arrow-left:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.arrow-left:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.arrow-right:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.arrow-right:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.btn-link-lg:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.btn-link-lg:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.btn:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.btn:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.primary-link-left:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.primary-link-left:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.primary-link:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.primary-link:hover:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.arrow-left:focus:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.arrow-left:hover:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.arrow-right:focus:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.arrow-right:hover:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.btn-link-lg:focus:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.btn-link-lg:hover:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.btn:focus:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.btn:hover:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.primary-link-left:focus:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.primary-link-left:hover:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.primary-link:focus:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.primary-link:hover:not([disabled])::after,
.btn-lg.btn-arrow-left.btn-outline-primary:focus:not([disabled])::after,
.btn-lg.btn-arrow-left.btn-outline-primary:hover:not([disabled])::after,
.btn-primary.btn-lg.btn-arrow-left:focus:not([disabled])::after,
.btn-primary.btn-lg.btn-arrow-left:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-lg > .btn-arrow-left.btn-outline-primary.arrow-left:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.arrow-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.arrow-right:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.arrow-right:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.btn-link-lg-left:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.btn-link-lg-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.btn-link-lg:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.btn-link-lg:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.btn:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.btn:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.primary-link-left:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.primary-link-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.primary-link:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-primary.primary-link:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.arrow-left:active:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.arrow-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.arrow-right:active:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.arrow-right:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.btn-link-lg-left:active:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.btn-link-lg-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.btn-link-lg:active:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.btn-link-lg:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.btn:active:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.btn:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.primary-link-left:active:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.primary-link-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.primary-link:active:not([disabled])::after,
.btn-group-lg > .btn-primary.btn-arrow-left.primary-link:focus:hover:active:not([disabled])::after,
.btn-lg.btn-arrow-left.btn-outline-primary:active:not([disabled])::after,
.btn-lg.btn-arrow-left.btn-outline-primary:focus:hover:active:not([disabled])::after,
.btn-primary.btn-lg.btn-arrow-left:active:not([disabled])::after,
.btn-primary.btn-lg.btn-arrow-left:focus:hover:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-block.btn-outline-primary,
.btn-primary.btn-block {
  position: relative;
}
.btn-block.btn-arrow.btn-outline-primary,
.btn-primary.btn-block.btn-arrow {
  padding-right: 45px;
}
.btn-block.btn-arrow.btn-outline-primary::after,
.btn-primary.btn-block.btn-arrow::after {
  content: "";
  right: .6rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-block.btn-arrow.btn-outline-primary:focus:not([disabled])::after,
.btn-block.btn-arrow.btn-outline-primary:hover:not([disabled])::after,
.btn-primary.btn-block.btn-arrow:focus:not([disabled])::after,
.btn-primary.btn-block.btn-arrow:hover:not([disabled])::after {
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-block.btn-arrow.btn-outline-primary:active:not([disabled])::after,
.btn-primary.btn-block.btn-arrow:active:not([disabled])::after {
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-block.btn-arrow-left.btn-outline-primary::after,
.btn-primary.btn-block.btn-arrow-left::after {
  top: 50%;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-block.btn-arrow-left.btn-outline-primary:focus:hover:not([disabled])::after,
.btn-block.btn-arrow-left.btn-outline-primary:focus:not([disabled])::after,
.btn-block.btn-arrow-left.btn-outline-primary:hover:not([disabled])::after,
.btn-primary.btn-block.btn-arrow-left:focus:hover:not([disabled])::after,
.btn-primary.btn-block.btn-arrow-left:focus:not([disabled])::after,
.btn-primary.btn-block.btn-arrow-left:hover:not([disabled])::after {
  margin-left: 0;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-block.btn-arrow-left.btn-outline-primary:active:not([disabled])::after,
.btn-block.btn-arrow-left.btn-outline-primary:focus:hover:active:not([disabled])::after,
.btn-primary.btn-block.btn-arrow-left:active:not([disabled])::after,
.btn-primary.btn-block.btn-arrow-left:focus:hover:active:not([disabled])::after {
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-outline-primary {
  padding: .375rem .75rem;
  color: #ad1015;
  background-color: #ad1015;
  border-color: #ad1015;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:hover:focus {
  color: #910c19;
  background-color: #ad1015;
  border-color: #910c19;
  -webkit-box-shadow: inset 0 0 0 1px #910c19,inset 0 0 0 1px #910c19,inset 0 0 0 1px #910c19,inset 0 0 0 1px #910c19;
  box-shadow: inset 0 0 0 1px #910c19, inset 0 0 0 1px #910c19, inset 0 0 0 1px #910c19, inset 0 0 0 1px #910c19;
}
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover {
  color: #910c19;
  border-color: #910c19;
  background-color: #7a0b16;
  -webkit-box-shadow: inset 0 0 0 1px #910c19,inset 0 0 0 1px #910c19,inset 0 0 0 1px #910c19,inset 0 0 0 1px #910c19;
  box-shadow: inset 0 0 0 1px #910c19, inset 0 0 0 1px #910c19, inset 0 0 0 1px #910c19, inset 0 0 0 1px #910c19;
}
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled).active.focus,
.btn-outline-primary:not([disabled]):not(.disabled).active:focus:hover,
.btn-outline-primary:not([disabled]):not(.disabled).active:hover,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled):active.focus,
.btn-outline-primary:not([disabled]):not(.disabled):active:focus:hover,
.btn-outline-primary:not([disabled]):not(.disabled):active:hover,
.show > .btn-outline-primary.dropdown-toggle,
.show > .btn-outline-primary.dropdown-toggle.focus,
.show > .btn-outline-primary.dropdown-toggle:focus:hover,
.show > .btn-outline-primary.dropdown-toggle:hover {
  color: #910c19;
  background: #7a0b16;
  border-color: #910c19;
  -webkit-box-shadow: inset 0 0 0 1px #910c19,inset 0 0 0 1px #910c19,inset 0 0 0 1px #910c19,inset 0 0 0 1px #910c19;
  box-shadow: inset 0 0 0 1px #910c19, inset 0 0 0 1px #910c19, inset 0 0 0 1px #910c19, inset 0 0 0 1px #910c19;
}
.btn-outline-primary.disabled,
.btn-outline-primary.disabled.focus,
.btn-outline-primary.disabled.hover,
.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled,
.btn-outline-primary:disabled.focus,
.btn-outline-primary:disabled.hover,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled:hover {
  pointer-events: none;
  background-color: inherit;
  border-color: #ad1015;
  color: #ad1015;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group-sm > .btn-outline-primary.arrow-left,
.btn-group-sm > .btn-outline-primary.arrow-right,
.btn-group-sm > .btn-outline-primary.btn,
.btn-group-sm > .btn-outline-primary.btn-link-lg,
.btn-group-sm > .btn-outline-primary.btn-link-lg-left,
.btn-group-sm > .btn-outline-primary.primary-link,
.btn-group-sm > .btn-outline-primary.primary-link-left,
.btn-outline-primary.btn-sm {
  font-size: 1rem;
  padding: 0.125rem 0.625rem;
}
.btn-group-lg > .btn-outline-primary.arrow-left,
.btn-group-lg > .btn-outline-primary.arrow-right,
.btn-group-lg > .btn-outline-primary.btn,
.btn-group-lg > .btn-outline-primary.btn-link-lg,
.btn-group-lg > .btn-outline-primary.btn-link-lg-left,
.btn-group-lg > .btn-outline-primary.primary-link,
.btn-group-lg > .btn-outline-primary.primary-link-left,
.btn-outline-primary.btn-lg {
  line-height: 1.2;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}
.btn-outline-primary.btn-arrow {
  text-align: left;
  padding-right: 3.125rem !important;
}
.btn-outline-primary.btn-arrow::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjYWQxMDE1IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  right: .75rem;
  top: 50%;
  position: absolute;
  content: "";
  display: inline-block;
  margin-left: .625rem;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-primary.btn-arrow:focus:not([disabled])::after,
.btn-outline-primary.btn-arrow:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwYzE5IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-primary.btn-arrow:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwYzE5IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-primary.btn-arrow-left {
  position: relative;
  text-align: right;
  padding-left: 3.125rem !important;
}
.btn-outline-primary.btn-arrow-left::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjYWQxMDE1IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  left: .5rem;
  position: absolute;
  content: "";
  top: 50%;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-outline-primary.btn-arrow-left:focus:not([disabled])::after,
.btn-outline-primary.btn-arrow-left:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwYzE5IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-outline-primary.btn-arrow-left:active:not([disabled])::after,
.btn-outline-primary.btn-arrow-left:focus:hover:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwYzE5IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-group-sm > .btn-outline-primary.btn-arrow.arrow-left,
.btn-group-sm > .btn-outline-primary.btn-arrow.arrow-right,
.btn-group-sm > .btn-outline-primary.btn-arrow.btn,
.btn-group-sm > .btn-outline-primary.btn-arrow.btn-link-lg,
.btn-group-sm > .btn-outline-primary.btn-arrow.btn-link-lg-left,
.btn-group-sm > .btn-outline-primary.btn-arrow.primary-link,
.btn-group-sm > .btn-outline-primary.btn-arrow.primary-link-left,
.btn-outline-primary.btn-sm.btn-arrow {
  text-align: left;
  padding-right: 2.5625rem !important;
}
.btn-group-sm > .btn-outline-primary.btn-arrow.arrow-left::after,
.btn-group-sm > .btn-outline-primary.btn-arrow.arrow-right::after,
.btn-group-sm > .btn-outline-primary.btn-arrow.btn-link-lg-left::after,
.btn-group-sm > .btn-outline-primary.btn-arrow.btn-link-lg::after,
.btn-group-sm > .btn-outline-primary.btn-arrow.btn::after,
.btn-group-sm > .btn-outline-primary.btn-arrow.primary-link-left::after,
.btn-group-sm > .btn-outline-primary.btn-arrow.primary-link::after,
.btn-outline-primary.btn-sm.btn-arrow::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjYWQxMDE1IiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iMCA3IDE4IDcgMTggNSAwIDUiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSIxMy43Mjg0NTE1IDEwLjI0NTI5MTEgMTUuMTQyNjY1MSAxMS42NTk1MDQ3IDIwLjc5OTUxOTQgNi4wMDI2NTA0NSAxNS4xNDI2NjUxIDAuMzQ1Nzk2MjAzIDEzLjcyODQ1MTUgMS43NjAwMDk3NyAxNy45NzEwOTIyIDYuMDAyNjUwNDUiPjwvcG9seWdvbj48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  right: .625rem;
  top: 50%;
  position: absolute;
  content: "";
  display: inline-block;
  margin-left: .625rem;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-sm > .btn-outline-primary.btn-arrow.arrow-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow.arrow-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow.arrow-right:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow.arrow-right:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow.btn-link-lg:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow.btn-link-lg:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow.btn:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow.btn:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow.primary-link-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow.primary-link-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow.primary-link:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow.primary-link:hover:not([disabled])::after,
.btn-outline-primary.btn-sm.btn-arrow:focus:not([disabled])::after,
.btn-outline-primary.btn-sm.btn-arrow:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwYzE5IiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iMCA3IDE4IDcgMTggNSAwIDUiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSIxMy43Mjg0NTE1IDEwLjI0NTI5MTEgMTUuMTQyNjY1MSAxMS42NTk1MDQ3IDIwLjc5OTUxOTQgNi4wMDI2NTA0NSAxNS4xNDI2NjUxIDAuMzQ1Nzk2MjAzIDEzLjcyODQ1MTUgMS43NjAwMDk3NyAxNy45NzEwOTIyIDYuMDAyNjUwNDUiPjwvcG9seWdvbj48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-sm > .btn-outline-primary.btn-arrow.arrow-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow.arrow-right:active:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow.btn-link-lg-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow.btn-link-lg:active:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow.btn:active:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow.primary-link-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow.primary-link:active:not([disabled])::after,
.btn-outline-primary.btn-sm.btn-arrow:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwYzE5IiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iMCA3IDE4IDcgMTggNSAwIDUiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSIxMy43Mjg0NTE1IDEwLjI0NTI5MTEgMTUuMTQyNjY1MSAxMS42NTk1MDQ3IDIwLjc5OTUxOTQgNi4wMDI2NTA0NSAxNS4xNDI2NjUxIDAuMzQ1Nzk2MjAzIDEzLjcyODQ1MTUgMS43NjAwMDk3NyAxNy45NzEwOTIyIDYuMDAyNjUwNDUiPjwvcG9seWdvbj48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-lg > .btn-outline-primary.btn-arrow.arrow-left,
.btn-group-lg > .btn-outline-primary.btn-arrow.arrow-right,
.btn-group-lg > .btn-outline-primary.btn-arrow.btn,
.btn-group-lg > .btn-outline-primary.btn-arrow.btn-link-lg,
.btn-group-lg > .btn-outline-primary.btn-arrow.btn-link-lg-left,
.btn-group-lg > .btn-outline-primary.btn-arrow.primary-link,
.btn-group-lg > .btn-outline-primary.btn-arrow.primary-link-left,
.btn-outline-primary.btn-lg.btn-arrow {
  text-align: left;
  padding-right: 3.375rem !important;
}
.btn-group-lg > .btn-outline-primary.btn-arrow.arrow-left::after,
.btn-group-lg > .btn-outline-primary.btn-arrow.arrow-right::after,
.btn-group-lg > .btn-outline-primary.btn-arrow.btn-link-lg-left::after,
.btn-group-lg > .btn-outline-primary.btn-arrow.btn-link-lg::after,
.btn-group-lg > .btn-outline-primary.btn-arrow.btn::after,
.btn-group-lg > .btn-outline-primary.btn-arrow.primary-link-left::after,
.btn-group-lg > .btn-outline-primary.btn-arrow.primary-link::after,
.btn-outline-primary.btn-lg.btn-arrow::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjYWQxMDE1IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  right: 1rem;
  top: 50%;
  position: absolute;
  content: "";
  display: inline-block;
  margin-left: .625rem;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-lg > .btn-outline-primary.btn-arrow.arrow-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow.arrow-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow.arrow-right:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow.arrow-right:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow.btn-link-lg:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow.btn-link-lg:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow.btn:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow.btn:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow.primary-link-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow.primary-link-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow.primary-link:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow.primary-link:hover:not([disabled])::after,
.btn-outline-primary.btn-lg.btn-arrow:focus:not([disabled])::after,
.btn-outline-primary.btn-lg.btn-arrow:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwYzE5IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-lg > .btn-outline-primary.btn-arrow.arrow-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow.arrow-right:active:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow.btn-link-lg-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow.btn-link-lg:active:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow.btn:active:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow.primary-link-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow.primary-link:active:not([disabled])::after,
.btn-outline-primary.btn-lg.btn-arrow:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwYzE5IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-sm > .btn-outline-primary.btn-arrow-left.arrow-left,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.arrow-right,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.btn,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.btn-link-lg,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.btn-link-lg-left,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.primary-link,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.primary-link-left,
.btn-outline-primary.btn-sm.btn-arrow-left {
  position: relative;
  text-align: right;
  padding-left: 2.5625rem !important;
}
.btn-group-sm > .btn-outline-primary.btn-arrow-left.arrow-left::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.arrow-right::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.btn-link-lg-left::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.btn-link-lg::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.btn::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.primary-link-left::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.primary-link::after,
.btn-outline-primary.btn-sm.btn-arrow-left::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjYWQxMDE1IiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTQiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMgNyAyMSA3IDIxIDUgMyA1Ij48L3BvbHlnb24+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iNy4yNzg4MjY0NSAxLjc2MDAwOTc3IDUuODY0NjEyODkgMC4zNDU3OTYyMDMgMC4yMDc3NTg2MzkgNi4wMDI2NTA0NSA1Ljg2NDYxMjg5IDExLjY1OTUwNDcgNy4yNzg4MjY0NSAxMC4yNDUyOTExIDMuMDM2MTg1NzYgNi4wMDI2NTA0NSI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  left: .625rem;
  position: absolute;
  content: "";
  top: 50%;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-sm > .btn-outline-primary.btn-arrow-left.arrow-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.arrow-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.arrow-right:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.arrow-right:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.btn-link-lg:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.btn-link-lg:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.btn:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.btn:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.primary-link-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.primary-link-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.primary-link:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.primary-link:hover:not([disabled])::after,
.btn-outline-primary.btn-sm.btn-arrow-left:focus:not([disabled])::after,
.btn-outline-primary.btn-sm.btn-arrow-left:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwYzE5IiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTQiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMgNyAyMSA3IDIxIDUgMyA1Ij48L3BvbHlnb24+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iNy4yNzg4MjY0NSAxLjc2MDAwOTc3IDUuODY0NjEyODkgMC4zNDU3OTYyMDMgMC4yMDc3NTg2MzkgNi4wMDI2NTA0NSA1Ljg2NDYxMjg5IDExLjY1OTUwNDcgNy4yNzg4MjY0NSAxMC4yNDUyOTExIDMuMDM2MTg1NzYgNi4wMDI2NTA0NSI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-sm > .btn-outline-primary.btn-arrow-left.arrow-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.arrow-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.arrow-right:active:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.arrow-right:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.btn-link-lg-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.btn-link-lg-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.btn-link-lg:active:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.btn-link-lg:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.btn:active:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.btn:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.primary-link-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.primary-link-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.primary-link:active:not([disabled])::after,
.btn-group-sm > .btn-outline-primary.btn-arrow-left.primary-link:focus:hover:active:not([disabled])::after,
.btn-outline-primary.btn-sm.btn-arrow-left:active:not([disabled])::after,
.btn-outline-primary.btn-sm.btn-arrow-left:focus:hover:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwYzE5IiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTQiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMgNyAyMSA3IDIxIDUgMyA1Ij48L3BvbHlnb24+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iNy4yNzg4MjY0NSAxLjc2MDAwOTc3IDUuODY0NjEyODkgMC4zNDU3OTYyMDMgMC4yMDc3NTg2MzkgNi4wMDI2NTA0NSA1Ljg2NDYxMjg5IDExLjY1OTUwNDcgNy4yNzg4MjY0NSAxMC4yNDUyOTExIDMuMDM2MTg1NzYgNi4wMDI2NTA0NSI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-group-lg > .btn-outline-primary.btn-arrow-left.arrow-left,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.arrow-right,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.btn,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.btn-link-lg,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.btn-link-lg-left,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.primary-link,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.primary-link-left,
.btn-outline-primary.btn-lg.btn-arrow-left {
  position: relative;
  text-align: right;
  padding-left: 3.375rem !important;
}
.btn-group-lg > .btn-outline-primary.btn-arrow-left.arrow-left::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.arrow-right::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.btn-link-lg-left::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.btn-link-lg::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.btn::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.primary-link-left::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.primary-link::after,
.btn-outline-primary.btn-lg.btn-arrow-left::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjYWQxMDE1IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  left: .75rem;
  position: absolute;
  content: "";
  top: 50%;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-lg > .btn-outline-primary.btn-arrow-left.arrow-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.arrow-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.arrow-right:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.arrow-right:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.btn-link-lg:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.btn-link-lg:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.btn:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.btn:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.primary-link-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.primary-link-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.primary-link:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.primary-link:hover:not([disabled])::after,
.btn-outline-primary.btn-lg.btn-arrow-left:focus:not([disabled])::after,
.btn-outline-primary.btn-lg.btn-arrow-left:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwYzE5IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-lg > .btn-outline-primary.btn-arrow-left.arrow-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.arrow-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.arrow-right:active:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.arrow-right:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.btn-link-lg-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.btn-link-lg-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.btn-link-lg:active:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.btn-link-lg:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.btn:active:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.btn:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.primary-link-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.primary-link-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.primary-link:active:not([disabled])::after,
.btn-group-lg > .btn-outline-primary.btn-arrow-left.primary-link:focus:hover:active:not([disabled])::after,
.btn-outline-primary.btn-lg.btn-arrow-left:active:not([disabled])::after,
.btn-outline-primary.btn-lg.btn-arrow-left:focus:hover:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwYzE5IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-outline-primary.btn-block {
  position: relative;
}
.btn-outline-primary.btn-block.btn-arrow {
  padding-right: 45px;
}
.btn-outline-primary.btn-block.btn-arrow::after {
  content: "";
  right: .6rem;
  position: absolute;
  top: 50%!important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-outline-primary.btn-block.btn-arrow:focus:not([disabled])::after,
.btn-outline-primary.btn-block.btn-arrow:hover:not([disabled])::after {
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-primary.btn-block.btn-arrow:active:not([disabled])::after {
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-primary.btn-block.btn-arrow-left::after {
  top: 50%!important;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-outline-primary.btn-block.btn-arrow-left:focus:hover:not([disabled])::after,
.btn-outline-primary.btn-block.btn-arrow-left:focus:not([disabled])::after,
.btn-outline-primary.btn-block.btn-arrow-left:hover:not([disabled])::after {
  margin-left: 0;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-primary.btn-block.btn-arrow-left:active:not([disabled])::after,
.btn-outline-primary.btn-block.btn-arrow-left:focus:hover:active:not([disabled])::after {
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-outline-secondary,
.btn-secondary {
  padding: .375rem .75rem;
  color: #00427a;
  background-color: transparent;
  border-color: #00427a;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover,
.btn-outline-secondary:hover:focus,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:hover:focus,
.focus.btn-outline-secondary,
.focus.btn-secondary {
  color: #00325c;
  background-color: transparent;
  border-color: #00325c;
  -webkit-box-shadow: inset 0 0 0 1px #00325c,inset 0 0 0 1px #00325c,inset 0 0 0 1px #00325c,inset 0 0 0 1px #00325c;
  box-shadow: inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c;
}
.active.btn-outline-secondary,
.active.btn-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:active,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:active:hover,
.btn-secondary:active,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.focus.btn-outline-secondary,
.focus.btn-secondary {
  color: #00325c;
  border-color: #00325c;
  background-color: #f2f7fb;
  -webkit-box-shadow: inset 0 0 0 1px #00325c,inset 0 0 0 1px #00325c,inset 0 0 0 1px #00325c,inset 0 0 0 1px #00325c;
  box-shadow: inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c;
}
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled).active.focus,
.btn-outline-secondary:not([disabled]):not(.disabled).active:focus:hover,
.btn-outline-secondary:not([disabled]):not(.disabled).active:hover,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled):active.focus,
.btn-outline-secondary:not([disabled]):not(.disabled):active:focus:hover,
.btn-outline-secondary:not([disabled]):not(.disabled):active:hover,
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled).active.focus,
.btn-secondary:not([disabled]):not(.disabled).active:focus:hover,
.btn-secondary:not([disabled]):not(.disabled).active:hover,
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled):active.focus,
.btn-secondary:not([disabled]):not(.disabled):active:focus:hover,
.btn-secondary:not([disabled]):not(.disabled):active:hover,
.show > .btn-outline-secondary.dropdown-toggle,
.show > .btn-outline-secondary.dropdown-toggle.focus,
.show > .btn-outline-secondary.dropdown-toggle:focus:hover,
.show > .btn-outline-secondary.dropdown-toggle:hover,
.show > .dropdown-toggle.btn-outline-secondary,
.show > .dropdown-toggle.btn-outline-secondary:focus:hover,
.show > .dropdown-toggle.btn-outline-secondary:hover,
.show > .dropdown-toggle.btn-secondary,
.show > .dropdown-toggle.btn-secondary:focus:hover,
.show > .dropdown-toggle.btn-secondary:hover,
.show > .dropdown-toggle.focus.btn-outline-secondary,
.show > .dropdown-toggle.focus.btn-secondary {
  color: #00325c;
  background: #f2f7fb;
  border-color: #00325c;
  -webkit-box-shadow: inset 0 0 0 1px #00325c,inset 0 0 0 1px #00325c,inset 0 0 0 1px #00325c,inset 0 0 0 1px #00325c;
  box-shadow: inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary.disabled.focus,
.btn-outline-secondary.disabled.hover,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled,
.btn-outline-secondary:disabled.focus,
.btn-outline-secondary:disabled.hover,
.btn-outline-secondary:disabled:focus,
.btn-outline-secondary:disabled:hover,
.btn-secondary:disabled,
.btn-secondary:disabled.focus,
.btn-secondary:disabled.hover,
.btn-secondary:disabled:focus,
.btn-secondary:disabled:hover,
.disabled.btn-outline-secondary,
.disabled.btn-outline-secondary:focus,
.disabled.btn-outline-secondary:hover,
.disabled.btn-secondary,
.disabled.btn-secondary:focus,
.disabled.btn-secondary:hover,
.disabled.focus.btn-outline-secondary,
.disabled.focus.btn-secondary,
.disabled.hover.btn-outline-secondary,
.disabled.hover.btn-secondary {
  pointer-events: none;
  background-color: inherit;
  border-color: #00427a;
  color: #00427a;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group-sm > .btn-outline-secondary.arrow-left,
.btn-group-sm > .btn-outline-secondary.arrow-right,
.btn-group-sm > .btn-outline-secondary.btn,
.btn-group-sm > .btn-outline-secondary.btn-link-lg,
.btn-group-sm > .btn-outline-secondary.btn-link-lg-left,
.btn-group-sm > .btn-outline-secondary.primary-link,
.btn-group-sm > .btn-outline-secondary.primary-link-left,
.btn-group-sm > .btn-secondary.arrow-left,
.btn-group-sm > .btn-secondary.arrow-right,
.btn-group-sm > .btn-secondary.btn,
.btn-group-sm > .btn-secondary.btn-link-lg,
.btn-group-sm > .btn-secondary.btn-link-lg-left,
.btn-group-sm > .btn-secondary.primary-link,
.btn-group-sm > .btn-secondary.primary-link-left,
.btn-outline-secondary.btn-sm,
.btn-sm.btn-outline-secondary,
.btn-sm.btn-secondary {
  font-size: 1rem;
  padding: 0.125rem 0.625rem;
}
.btn-group-lg > .btn-outline-secondary.arrow-left,
.btn-group-lg > .btn-outline-secondary.arrow-right,
.btn-group-lg > .btn-outline-secondary.btn,
.btn-group-lg > .btn-outline-secondary.btn-link-lg,
.btn-group-lg > .btn-outline-secondary.btn-link-lg-left,
.btn-group-lg > .btn-outline-secondary.primary-link,
.btn-group-lg > .btn-outline-secondary.primary-link-left,
.btn-group-lg > .btn-secondary.arrow-left,
.btn-group-lg > .btn-secondary.arrow-right,
.btn-group-lg > .btn-secondary.btn,
.btn-group-lg > .btn-secondary.btn-link-lg,
.btn-group-lg > .btn-secondary.btn-link-lg-left,
.btn-group-lg > .btn-secondary.primary-link,
.btn-group-lg > .btn-secondary.primary-link-left,
.btn-lg.btn-outline-secondary,
.btn-lg.btn-secondary,
.btn-outline-secondary.btn-lg {
  line-height: 1.2;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}
.btn-arrow.btn-outline-secondary,
.btn-arrow.btn-secondary,
.btn-outline-secondary.btn-arrow {
  text-align: left;
  padding-right: 3.125rem !important;
}
.btn-arrow.btn-outline-secondary::after,
.btn-arrow.btn-secondary::after,
.btn-outline-secondary.btn-arrow::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA0MjdhIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  right: .75rem;
  top: 50%;
  position: absolute;
  content: "";
  display: inline-block;
  margin-left: .625rem;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-arrow.btn-outline-secondary:focus:not([disabled])::after,
.btn-arrow.btn-outline-secondary:hover:not([disabled])::after,
.btn-arrow.btn-secondary:focus:not([disabled])::after,
.btn-arrow.btn-secondary:hover:not([disabled])::after,
.btn-outline-secondary.btn-arrow:focus:not([disabled])::after,
.btn-outline-secondary.btn-arrow:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAzMjVjIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-arrow.btn-outline-secondary:active:not([disabled])::after,
.btn-arrow.btn-secondary:active:not([disabled])::after,
.btn-outline-secondary.btn-arrow:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAzMjVjIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-arrow-left.btn-outline-secondary,
.btn-arrow-left.btn-secondary,
.btn-outline-secondary.btn-arrow-left {
  position: relative;
  text-align: right;
  padding-left: 3.125rem !important;
}
.btn-arrow-left.btn-outline-secondary::after,
.btn-arrow-left.btn-secondary::after,
.btn-outline-secondary.btn-arrow-left::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA0MjdhIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  left: .5rem;
  position: absolute;
  content: "";
  top: 50%;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-arrow-left.btn-outline-secondary:focus:not([disabled])::after,
.btn-arrow-left.btn-outline-secondary:hover:not([disabled])::after,
.btn-arrow-left.btn-secondary:focus:not([disabled])::after,
.btn-arrow-left.btn-secondary:hover:not([disabled])::after,
.btn-outline-secondary.btn-arrow-left:focus:not([disabled])::after,
.btn-outline-secondary.btn-arrow-left:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAzMjVjIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-arrow-left.btn-outline-secondary:active:not([disabled])::after,
.btn-arrow-left.btn-outline-secondary:focus:hover:active:not([disabled])::after,
.btn-arrow-left.btn-secondary:active:not([disabled])::after,
.btn-arrow-left.btn-secondary:focus:hover:active:not([disabled])::after,
.btn-outline-secondary.btn-arrow-left:active:not([disabled])::after,
.btn-outline-secondary.btn-arrow-left:focus:hover:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAzMjVjIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-group-sm > .btn-arrow.btn-outline-secondary.arrow-left,
.btn-group-sm > .btn-arrow.btn-outline-secondary.arrow-right,
.btn-group-sm > .btn-arrow.btn-outline-secondary.btn,
.btn-group-sm > .btn-arrow.btn-outline-secondary.btn-link-lg,
.btn-group-sm > .btn-arrow.btn-outline-secondary.btn-link-lg-left,
.btn-group-sm > .btn-arrow.btn-outline-secondary.primary-link,
.btn-group-sm > .btn-arrow.btn-outline-secondary.primary-link-left,
.btn-group-sm > .btn-arrow.btn-secondary.arrow-left,
.btn-group-sm > .btn-arrow.btn-secondary.arrow-right,
.btn-group-sm > .btn-arrow.btn-secondary.btn,
.btn-group-sm > .btn-arrow.btn-secondary.btn-link-lg,
.btn-group-sm > .btn-arrow.btn-secondary.btn-link-lg-left,
.btn-group-sm > .btn-arrow.btn-secondary.primary-link,
.btn-group-sm > .btn-arrow.btn-secondary.primary-link-left,
.btn-group-sm > .btn-outline-secondary.btn-arrow.arrow-left,
.btn-group-sm > .btn-outline-secondary.btn-arrow.arrow-right,
.btn-group-sm > .btn-outline-secondary.btn-arrow.btn,
.btn-group-sm > .btn-outline-secondary.btn-arrow.btn-link-lg,
.btn-group-sm > .btn-outline-secondary.btn-arrow.btn-link-lg-left,
.btn-group-sm > .btn-outline-secondary.btn-arrow.primary-link,
.btn-group-sm > .btn-outline-secondary.btn-arrow.primary-link-left,
.btn-outline-secondary.btn-sm.btn-arrow,
.btn-sm.btn-arrow.btn-outline-secondary,
.btn-sm.btn-arrow.btn-secondary {
  text-align: left;
  padding-right: 2.5625rem !important;
}
.btn-group-sm > .btn-arrow.btn-outline-secondary.arrow-left::after,
.btn-group-sm > .btn-arrow.btn-outline-secondary.arrow-right::after,
.btn-group-sm > .btn-arrow.btn-outline-secondary.btn-link-lg-left::after,
.btn-group-sm > .btn-arrow.btn-outline-secondary.btn-link-lg::after,
.btn-group-sm > .btn-arrow.btn-outline-secondary.btn::after,
.btn-group-sm > .btn-arrow.btn-outline-secondary.primary-link-left::after,
.btn-group-sm > .btn-arrow.btn-outline-secondary.primary-link::after,
.btn-group-sm > .btn-arrow.btn-secondary.arrow-left::after,
.btn-group-sm > .btn-arrow.btn-secondary.arrow-right::after,
.btn-group-sm > .btn-arrow.btn-secondary.btn-link-lg-left::after,
.btn-group-sm > .btn-arrow.btn-secondary.btn-link-lg::after,
.btn-group-sm > .btn-arrow.btn-secondary.btn::after,
.btn-group-sm > .btn-arrow.btn-secondary.primary-link-left::after,
.btn-group-sm > .btn-arrow.btn-secondary.primary-link::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.arrow-left::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.arrow-right::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.btn-link-lg-left::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.btn-link-lg::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.btn::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.primary-link-left::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.primary-link::after,
.btn-outline-secondary.btn-sm.btn-arrow::after,
.btn-sm.btn-arrow.btn-outline-secondary::after,
.btn-sm.btn-arrow.btn-secondary::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA0MjdhIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iMCA3IDE4IDcgMTggNSAwIDUiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSIxMy43Mjg0NTE1IDEwLjI0NTI5MTEgMTUuMTQyNjY1MSAxMS42NTk1MDQ3IDIwLjc5OTUxOTQgNi4wMDI2NTA0NSAxNS4xNDI2NjUxIDAuMzQ1Nzk2MjAzIDEzLjcyODQ1MTUgMS43NjAwMDk3NyAxNy45NzEwOTIyIDYuMDAyNjUwNDUiPjwvcG9seWdvbj48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  right: .625rem;
  top: 50%;
  position: absolute;
  content: "";
  display: inline-block;
  margin-left: .625rem;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-sm > .btn-arrow.btn-outline-secondary.arrow-left:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-secondary.arrow-left:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-secondary.arrow-right:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-secondary.arrow-right:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-secondary.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-secondary.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-secondary.btn-link-lg:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-secondary.btn-link-lg:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-secondary.btn:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-secondary.btn:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-secondary.primary-link-left:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-secondary.primary-link-left:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-secondary.primary-link:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-secondary.primary-link:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-secondary.arrow-left:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-secondary.arrow-left:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-secondary.arrow-right:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-secondary.arrow-right:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-secondary.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-secondary.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-secondary.btn-link-lg:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-secondary.btn-link-lg:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-secondary.btn:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-secondary.btn:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-secondary.primary-link-left:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-secondary.primary-link-left:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-secondary.primary-link:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-secondary.primary-link:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.arrow-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.arrow-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.arrow-right:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.arrow-right:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.btn-link-lg:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.btn-link-lg:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.btn:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.btn:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.primary-link-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.primary-link-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.primary-link:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.primary-link:hover:not([disabled])::after,
.btn-outline-secondary.btn-sm.btn-arrow:focus:not([disabled])::after,
.btn-outline-secondary.btn-sm.btn-arrow:hover:not([disabled])::after,
.btn-sm.btn-arrow.btn-outline-secondary:focus:not([disabled])::after,
.btn-sm.btn-arrow.btn-outline-secondary:hover:not([disabled])::after,
.btn-sm.btn-arrow.btn-secondary:focus:not([disabled])::after,
.btn-sm.btn-arrow.btn-secondary:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAzMjVjIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iMCA3IDE4IDcgMTggNSAwIDUiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSIxMy43Mjg0NTE1IDEwLjI0NTI5MTEgMTUuMTQyNjY1MSAxMS42NTk1MDQ3IDIwLjc5OTUxOTQgNi4wMDI2NTA0NSAxNS4xNDI2NjUxIDAuMzQ1Nzk2MjAzIDEzLjcyODQ1MTUgMS43NjAwMDk3NyAxNy45NzEwOTIyIDYuMDAyNjUwNDUiPjwvcG9seWdvbj48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-sm > .btn-arrow.btn-outline-secondary.arrow-left:active:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-secondary.arrow-right:active:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-secondary.btn-link-lg-left:active:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-secondary.btn-link-lg:active:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-secondary.btn:active:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-secondary.primary-link-left:active:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-outline-secondary.primary-link:active:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-secondary.arrow-left:active:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-secondary.arrow-right:active:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-secondary.btn-link-lg-left:active:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-secondary.btn-link-lg:active:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-secondary.btn:active:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-secondary.primary-link-left:active:not([disabled])::after,
.btn-group-sm > .btn-arrow.btn-secondary.primary-link:active:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.arrow-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.arrow-right:active:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.btn-link-lg-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.btn-link-lg:active:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.btn:active:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.primary-link-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow.primary-link:active:not([disabled])::after,
.btn-outline-secondary.btn-sm.btn-arrow:active:not([disabled])::after,
.btn-sm.btn-arrow.btn-outline-secondary:active:not([disabled])::after,
.btn-sm.btn-arrow.btn-secondary:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAzMjVjIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iMCA3IDE4IDcgMTggNSAwIDUiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSIxMy43Mjg0NTE1IDEwLjI0NTI5MTEgMTUuMTQyNjY1MSAxMS42NTk1MDQ3IDIwLjc5OTUxOTQgNi4wMDI2NTA0NSAxNS4xNDI2NjUxIDAuMzQ1Nzk2MjAzIDEzLjcyODQ1MTUgMS43NjAwMDk3NyAxNy45NzEwOTIyIDYuMDAyNjUwNDUiPjwvcG9seWdvbj48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-lg > .btn-arrow.btn-outline-secondary.arrow-left,
.btn-group-lg > .btn-arrow.btn-outline-secondary.arrow-right,
.btn-group-lg > .btn-arrow.btn-outline-secondary.btn,
.btn-group-lg > .btn-arrow.btn-outline-secondary.btn-link-lg,
.btn-group-lg > .btn-arrow.btn-outline-secondary.btn-link-lg-left,
.btn-group-lg > .btn-arrow.btn-outline-secondary.primary-link,
.btn-group-lg > .btn-arrow.btn-outline-secondary.primary-link-left,
.btn-group-lg > .btn-arrow.btn-secondary.arrow-left,
.btn-group-lg > .btn-arrow.btn-secondary.arrow-right,
.btn-group-lg > .btn-arrow.btn-secondary.btn,
.btn-group-lg > .btn-arrow.btn-secondary.btn-link-lg,
.btn-group-lg > .btn-arrow.btn-secondary.btn-link-lg-left,
.btn-group-lg > .btn-arrow.btn-secondary.primary-link,
.btn-group-lg > .btn-arrow.btn-secondary.primary-link-left,
.btn-group-lg > .btn-outline-secondary.btn-arrow.arrow-left,
.btn-group-lg > .btn-outline-secondary.btn-arrow.arrow-right,
.btn-group-lg > .btn-outline-secondary.btn-arrow.btn,
.btn-group-lg > .btn-outline-secondary.btn-arrow.btn-link-lg,
.btn-group-lg > .btn-outline-secondary.btn-arrow.btn-link-lg-left,
.btn-group-lg > .btn-outline-secondary.btn-arrow.primary-link,
.btn-group-lg > .btn-outline-secondary.btn-arrow.primary-link-left,
.btn-lg.btn-arrow.btn-outline-secondary,
.btn-lg.btn-arrow.btn-secondary,
.btn-outline-secondary.btn-lg.btn-arrow {
  text-align: left;
  padding-right: 3.375rem !important;
}
.btn-group-lg > .btn-arrow.btn-outline-secondary.arrow-left::after,
.btn-group-lg > .btn-arrow.btn-outline-secondary.arrow-right::after,
.btn-group-lg > .btn-arrow.btn-outline-secondary.btn-link-lg-left::after,
.btn-group-lg > .btn-arrow.btn-outline-secondary.btn-link-lg::after,
.btn-group-lg > .btn-arrow.btn-outline-secondary.btn::after,
.btn-group-lg > .btn-arrow.btn-outline-secondary.primary-link-left::after,
.btn-group-lg > .btn-arrow.btn-outline-secondary.primary-link::after,
.btn-group-lg > .btn-arrow.btn-secondary.arrow-left::after,
.btn-group-lg > .btn-arrow.btn-secondary.arrow-right::after,
.btn-group-lg > .btn-arrow.btn-secondary.btn-link-lg-left::after,
.btn-group-lg > .btn-arrow.btn-secondary.btn-link-lg::after,
.btn-group-lg > .btn-arrow.btn-secondary.btn::after,
.btn-group-lg > .btn-arrow.btn-secondary.primary-link-left::after,
.btn-group-lg > .btn-arrow.btn-secondary.primary-link::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.arrow-left::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.arrow-right::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.btn-link-lg-left::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.btn-link-lg::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.btn::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.primary-link-left::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.primary-link::after,
.btn-lg.btn-arrow.btn-outline-secondary::after,
.btn-lg.btn-arrow.btn-secondary::after,
.btn-outline-secondary.btn-lg.btn-arrow::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA0MjdhIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  right: 1rem;
  top: 50%;
  position: absolute;
  content: "";
  display: inline-block;
  margin-left: .625rem;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-lg > .btn-arrow.btn-outline-secondary.arrow-left:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-secondary.arrow-left:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-secondary.arrow-right:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-secondary.arrow-right:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-secondary.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-secondary.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-secondary.btn-link-lg:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-secondary.btn-link-lg:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-secondary.btn:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-secondary.btn:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-secondary.primary-link-left:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-secondary.primary-link-left:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-secondary.primary-link:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-secondary.primary-link:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-secondary.arrow-left:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-secondary.arrow-left:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-secondary.arrow-right:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-secondary.arrow-right:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-secondary.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-secondary.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-secondary.btn-link-lg:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-secondary.btn-link-lg:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-secondary.btn:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-secondary.btn:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-secondary.primary-link-left:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-secondary.primary-link-left:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-secondary.primary-link:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-secondary.primary-link:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.arrow-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.arrow-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.arrow-right:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.arrow-right:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.btn-link-lg:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.btn-link-lg:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.btn:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.btn:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.primary-link-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.primary-link-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.primary-link:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.primary-link:hover:not([disabled])::after,
.btn-lg.btn-arrow.btn-outline-secondary:focus:not([disabled])::after,
.btn-lg.btn-arrow.btn-outline-secondary:hover:not([disabled])::after,
.btn-lg.btn-arrow.btn-secondary:focus:not([disabled])::after,
.btn-lg.btn-arrow.btn-secondary:hover:not([disabled])::after,
.btn-outline-secondary.btn-lg.btn-arrow:focus:not([disabled])::after,
.btn-outline-secondary.btn-lg.btn-arrow:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAzMjVjIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-lg > .btn-arrow.btn-outline-secondary.arrow-left:active:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-secondary.arrow-right:active:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-secondary.btn-link-lg-left:active:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-secondary.btn-link-lg:active:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-secondary.btn:active:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-secondary.primary-link-left:active:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-outline-secondary.primary-link:active:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-secondary.arrow-left:active:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-secondary.arrow-right:active:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-secondary.btn-link-lg-left:active:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-secondary.btn-link-lg:active:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-secondary.btn:active:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-secondary.primary-link-left:active:not([disabled])::after,
.btn-group-lg > .btn-arrow.btn-secondary.primary-link:active:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.arrow-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.arrow-right:active:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.btn-link-lg-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.btn-link-lg:active:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.btn:active:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.primary-link-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow.primary-link:active:not([disabled])::after,
.btn-lg.btn-arrow.btn-outline-secondary:active:not([disabled])::after,
.btn-lg.btn-arrow.btn-secondary:active:not([disabled])::after,
.btn-outline-secondary.btn-lg.btn-arrow:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAzMjVjIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.arrow-left,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.arrow-right,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.btn,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.btn-link-lg,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.btn-link-lg-left,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.primary-link,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.primary-link-left,
.btn-group-sm > .btn-arrow-left.btn-secondary.arrow-left,
.btn-group-sm > .btn-arrow-left.btn-secondary.arrow-right,
.btn-group-sm > .btn-arrow-left.btn-secondary.btn,
.btn-group-sm > .btn-arrow-left.btn-secondary.btn-link-lg,
.btn-group-sm > .btn-arrow-left.btn-secondary.btn-link-lg-left,
.btn-group-sm > .btn-arrow-left.btn-secondary.primary-link,
.btn-group-sm > .btn-arrow-left.btn-secondary.primary-link-left,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.arrow-left,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.arrow-right,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.btn,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.btn-link-lg,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.btn-link-lg-left,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.primary-link,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.primary-link-left,
.btn-outline-secondary.btn-sm.btn-arrow-left,
.btn-sm.btn-arrow-left.btn-outline-secondary,
.btn-sm.btn-arrow-left.btn-secondary {
  position: relative;
  text-align: right;
  padding-left: 2.5625rem !important;
}
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.arrow-left::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.arrow-right::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.btn-link-lg-left::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.btn-link-lg::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.btn::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.primary-link-left::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.primary-link::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.arrow-left::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.arrow-right::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.btn-link-lg-left::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.btn-link-lg::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.btn::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.primary-link-left::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.primary-link::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.arrow-left::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.arrow-right::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.btn-link-lg-left::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.btn-link-lg::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.btn::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.primary-link-left::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.primary-link::after,
.btn-outline-secondary.btn-sm.btn-arrow-left::after,
.btn-sm.btn-arrow-left.btn-outline-secondary::after,
.btn-sm.btn-arrow-left.btn-secondary::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA0MjdhIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTQiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMgNyAyMSA3IDIxIDUgMyA1Ij48L3BvbHlnb24+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iNy4yNzg4MjY0NSAxLjc2MDAwOTc3IDUuODY0NjEyODkgMC4zNDU3OTYyMDMgMC4yMDc3NTg2MzkgNi4wMDI2NTA0NSA1Ljg2NDYxMjg5IDExLjY1OTUwNDcgNy4yNzg4MjY0NSAxMC4yNDUyOTExIDMuMDM2MTg1NzYgNi4wMDI2NTA0NSI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  left: .625rem;
  position: absolute;
  content: "";
  top: 50%;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.arrow-left:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.arrow-left:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.arrow-right:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.arrow-right:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.btn-link-lg:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.btn-link-lg:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.btn:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.btn:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.primary-link-left:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.primary-link-left:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.primary-link:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.primary-link:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.arrow-left:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.arrow-left:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.arrow-right:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.arrow-right:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.btn-link-lg:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.btn-link-lg:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.btn:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.btn:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.primary-link-left:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.primary-link-left:hover:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.primary-link:focus:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.primary-link:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.arrow-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.arrow-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.arrow-right:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.arrow-right:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.btn-link-lg:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.btn-link-lg:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.btn:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.btn:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.primary-link-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.primary-link-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.primary-link:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.primary-link:hover:not([disabled])::after,
.btn-outline-secondary.btn-sm.btn-arrow-left:focus:not([disabled])::after,
.btn-outline-secondary.btn-sm.btn-arrow-left:hover:not([disabled])::after,
.btn-sm.btn-arrow-left.btn-outline-secondary:focus:not([disabled])::after,
.btn-sm.btn-arrow-left.btn-outline-secondary:hover:not([disabled])::after,
.btn-sm.btn-arrow-left.btn-secondary:focus:not([disabled])::after,
.btn-sm.btn-arrow-left.btn-secondary:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAzMjVjIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTQiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMgNyAyMSA3IDIxIDUgMyA1Ij48L3BvbHlnb24+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iNy4yNzg4MjY0NSAxLjc2MDAwOTc3IDUuODY0NjEyODkgMC4zNDU3OTYyMDMgMC4yMDc3NTg2MzkgNi4wMDI2NTA0NSA1Ljg2NDYxMjg5IDExLjY1OTUwNDcgNy4yNzg4MjY0NSAxMC4yNDUyOTExIDMuMDM2MTg1NzYgNi4wMDI2NTA0NSI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.arrow-left:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.arrow-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.arrow-right:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.arrow-right:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.btn-link-lg-left:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.btn-link-lg-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.btn-link-lg:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.btn-link-lg:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.btn:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.btn:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.primary-link-left:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.primary-link-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.primary-link:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-outline-secondary.primary-link:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.arrow-left:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.arrow-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.arrow-right:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.arrow-right:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.btn-link-lg-left:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.btn-link-lg-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.btn-link-lg:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.btn-link-lg:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.btn:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.btn:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.primary-link-left:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.primary-link-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.primary-link:active:not([disabled])::after,
.btn-group-sm > .btn-arrow-left.btn-secondary.primary-link:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.arrow-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.arrow-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.arrow-right:active:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.arrow-right:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.btn-link-lg-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.btn-link-lg-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.btn-link-lg:active:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.btn-link-lg:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.btn:active:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.btn:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.primary-link-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.primary-link-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.primary-link:active:not([disabled])::after,
.btn-group-sm > .btn-outline-secondary.btn-arrow-left.primary-link:focus:hover:active:not([disabled])::after,
.btn-outline-secondary.btn-sm.btn-arrow-left:active:not([disabled])::after,
.btn-outline-secondary.btn-sm.btn-arrow-left:focus:hover:active:not([disabled])::after,
.btn-sm.btn-arrow-left.btn-outline-secondary:active:not([disabled])::after,
.btn-sm.btn-arrow-left.btn-outline-secondary:focus:hover:active:not([disabled])::after,
.btn-sm.btn-arrow-left.btn-secondary:active:not([disabled])::after,
.btn-sm.btn-arrow-left.btn-secondary:focus:hover:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAzMjVjIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTQiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMgNyAyMSA3IDIxIDUgMyA1Ij48L3BvbHlnb24+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iNy4yNzg4MjY0NSAxLjc2MDAwOTc3IDUuODY0NjEyODkgMC4zNDU3OTYyMDMgMC4yMDc3NTg2MzkgNi4wMDI2NTA0NSA1Ljg2NDYxMjg5IDExLjY1OTUwNDcgNy4yNzg4MjY0NSAxMC4yNDUyOTExIDMuMDM2MTg1NzYgNi4wMDI2NTA0NSI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.arrow-left,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.arrow-right,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.btn,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.btn-link-lg,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.btn-link-lg-left,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.primary-link,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.primary-link-left,
.btn-group-lg > .btn-arrow-left.btn-secondary.arrow-left,
.btn-group-lg > .btn-arrow-left.btn-secondary.arrow-right,
.btn-group-lg > .btn-arrow-left.btn-secondary.btn,
.btn-group-lg > .btn-arrow-left.btn-secondary.btn-link-lg,
.btn-group-lg > .btn-arrow-left.btn-secondary.btn-link-lg-left,
.btn-group-lg > .btn-arrow-left.btn-secondary.primary-link,
.btn-group-lg > .btn-arrow-left.btn-secondary.primary-link-left,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.arrow-left,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.arrow-right,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.btn,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.btn-link-lg,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.btn-link-lg-left,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.primary-link,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.primary-link-left,
.btn-lg.btn-arrow-left.btn-outline-secondary,
.btn-lg.btn-arrow-left.btn-secondary,
.btn-outline-secondary.btn-lg.btn-arrow-left {
  position: relative;
  text-align: right;
  padding-left: 3.375rem !important;
}
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.arrow-left::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.arrow-right::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.btn-link-lg-left::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.btn-link-lg::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.btn::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.primary-link-left::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.primary-link::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.arrow-left::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.arrow-right::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.btn-link-lg-left::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.btn-link-lg::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.btn::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.primary-link-left::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.primary-link::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.arrow-left::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.arrow-right::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.btn-link-lg-left::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.btn-link-lg::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.btn::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.primary-link-left::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.primary-link::after,
.btn-lg.btn-arrow-left.btn-outline-secondary::after,
.btn-lg.btn-arrow-left.btn-secondary::after,
.btn-outline-secondary.btn-lg.btn-arrow-left::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA0MjdhIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  left: .75rem;
  position: absolute;
  content: "";
  top: 50%;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.arrow-left:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.arrow-left:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.arrow-right:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.arrow-right:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.btn-link-lg:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.btn-link-lg:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.btn:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.btn:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.primary-link-left:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.primary-link-left:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.primary-link:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.primary-link:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.arrow-left:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.arrow-left:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.arrow-right:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.arrow-right:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.btn-link-lg:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.btn-link-lg:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.btn:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.btn:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.primary-link-left:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.primary-link-left:hover:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.primary-link:focus:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.primary-link:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.arrow-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.arrow-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.arrow-right:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.arrow-right:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.btn-link-lg:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.btn-link-lg:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.btn:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.btn:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.primary-link-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.primary-link-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.primary-link:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.primary-link:hover:not([disabled])::after,
.btn-lg.btn-arrow-left.btn-outline-secondary:focus:not([disabled])::after,
.btn-lg.btn-arrow-left.btn-outline-secondary:hover:not([disabled])::after,
.btn-lg.btn-arrow-left.btn-secondary:focus:not([disabled])::after,
.btn-lg.btn-arrow-left.btn-secondary:hover:not([disabled])::after,
.btn-outline-secondary.btn-lg.btn-arrow-left:focus:not([disabled])::after,
.btn-outline-secondary.btn-lg.btn-arrow-left:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAzMjVjIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.arrow-left:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.arrow-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.arrow-right:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.arrow-right:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.btn-link-lg-left:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.btn-link-lg-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.btn-link-lg:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.btn-link-lg:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.btn:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.btn:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.primary-link-left:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.primary-link-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.primary-link:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-outline-secondary.primary-link:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.arrow-left:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.arrow-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.arrow-right:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.arrow-right:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.btn-link-lg-left:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.btn-link-lg-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.btn-link-lg:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.btn-link-lg:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.btn:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.btn:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.primary-link-left:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.primary-link-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.primary-link:active:not([disabled])::after,
.btn-group-lg > .btn-arrow-left.btn-secondary.primary-link:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.arrow-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.arrow-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.arrow-right:active:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.arrow-right:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.btn-link-lg-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.btn-link-lg-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.btn-link-lg:active:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.btn-link-lg:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.btn:active:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.btn:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.primary-link-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.primary-link-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.primary-link:active:not([disabled])::after,
.btn-group-lg > .btn-outline-secondary.btn-arrow-left.primary-link:focus:hover:active:not([disabled])::after,
.btn-lg.btn-arrow-left.btn-outline-secondary:active:not([disabled])::after,
.btn-lg.btn-arrow-left.btn-outline-secondary:focus:hover:active:not([disabled])::after,
.btn-lg.btn-arrow-left.btn-secondary:active:not([disabled])::after,
.btn-lg.btn-arrow-left.btn-secondary:focus:hover:active:not([disabled])::after,
.btn-outline-secondary.btn-lg.btn-arrow-left:active:not([disabled])::after,
.btn-outline-secondary.btn-lg.btn-arrow-left:focus:hover:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAzMjVjIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-block.btn-outline-secondary,
.btn-block.btn-secondary,
.btn-outline-secondary.btn-block {
  position: relative;
}
.btn-block.btn-arrow.btn-outline-secondary,
.btn-block.btn-arrow.btn-secondary,
.btn-outline-secondary.btn-block.btn-arrow {
  padding-right: 45px;
}
.btn-block.btn-arrow.btn-outline-secondary::after,
.btn-block.btn-arrow.btn-secondary::after,
.btn-outline-secondary.btn-block.btn-arrow::after {
  content: "";
  right: .6rem;
  position: absolute;
  top: 50%!important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-block.btn-arrow.btn-outline-secondary:focus:not([disabled])::after,
.btn-block.btn-arrow.btn-outline-secondary:hover:not([disabled])::after,
.btn-block.btn-arrow.btn-secondary:focus:not([disabled])::after,
.btn-block.btn-arrow.btn-secondary:hover:not([disabled])::after,
.btn-outline-secondary.btn-block.btn-arrow:focus:not([disabled])::after,
.btn-outline-secondary.btn-block.btn-arrow:hover:not([disabled])::after {
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-block.btn-arrow.btn-outline-secondary:active:not([disabled])::after,
.btn-block.btn-arrow.btn-secondary:active:not([disabled])::after,
.btn-outline-secondary.btn-block.btn-arrow:active:not([disabled])::after {
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-block.btn-arrow-left.btn-outline-secondary::after,
.btn-block.btn-arrow-left.btn-secondary::after,
.btn-outline-secondary.btn-block.btn-arrow-left::after {
  top: 50%!important;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-block.btn-arrow-left.btn-outline-secondary:focus:hover:not([disabled])::after,
.btn-block.btn-arrow-left.btn-outline-secondary:focus:not([disabled])::after,
.btn-block.btn-arrow-left.btn-outline-secondary:hover:not([disabled])::after,
.btn-block.btn-arrow-left.btn-secondary:focus:hover:not([disabled])::after,
.btn-block.btn-arrow-left.btn-secondary:focus:not([disabled])::after,
.btn-block.btn-arrow-left.btn-secondary:hover:not([disabled])::after,
.btn-outline-secondary.btn-block.btn-arrow-left:focus:hover:not([disabled])::after,
.btn-outline-secondary.btn-block.btn-arrow-left:focus:not([disabled])::after,
.btn-outline-secondary.btn-block.btn-arrow-left:hover:not([disabled])::after {
  margin-left: 0;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-block.btn-arrow-left.btn-outline-secondary:active:not([disabled])::after,
.btn-block.btn-arrow-left.btn-outline-secondary:focus:hover:active:not([disabled])::after,
.btn-block.btn-arrow-left.btn-secondary:active:not([disabled])::after,
.btn-block.btn-arrow-left.btn-secondary:focus:hover:active:not([disabled])::after,
.btn-outline-secondary.btn-block.btn-arrow-left:active:not([disabled])::after,
.btn-outline-secondary.btn-block.btn-arrow-left:focus:hover:active:not([disabled])::after {
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-outline-info {
  padding: .375rem .75rem;
  color: #00427a;
  background-color: #e5eff7;
  border-color: #00427a;
}
.btn-outline-info.focus,
.btn-outline-info:focus,
.btn-outline-info:hover,
.btn-outline-info:hover:focus {
  color: #00325c;
  background-color: #e5eff7;
  border-color: #00325c;
  -webkit-box-shadow: inset 0 0 0 1px #00325c,inset 0 0 0 1px #00325c,inset 0 0 0 1px #00325c,inset 0 0 0 1px #00325c;
  box-shadow: inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c;
}
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:active,
.btn-outline-info:active:focus,
.btn-outline-info:active:hover {
  color: #00325c;
  border-color: #00325c;
  background-color: #d7e7f3;
  -webkit-box-shadow: inset 0 0 0 1px #00325c,inset 0 0 0 1px #00325c,inset 0 0 0 1px #00325c,inset 0 0 0 1px #00325c;
  box-shadow: inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c;
}
.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled).active.focus,
.btn-outline-info:not([disabled]):not(.disabled).active:focus:hover,
.btn-outline-info:not([disabled]):not(.disabled).active:hover,
.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-info:not([disabled]):not(.disabled):active.focus,
.btn-outline-info:not([disabled]):not(.disabled):active:focus:hover,
.btn-outline-info:not([disabled]):not(.disabled):active:hover,
.show > .btn-outline-info.dropdown-toggle,
.show > .btn-outline-info.dropdown-toggle.focus,
.show > .btn-outline-info.dropdown-toggle:focus:hover,
.show > .btn-outline-info.dropdown-toggle:hover {
  color: #00325c;
  background: #d7e7f3;
  border-color: #00325c;
  -webkit-box-shadow: inset 0 0 0 1px #00325c,inset 0 0 0 1px #00325c,inset 0 0 0 1px #00325c,inset 0 0 0 1px #00325c;
  box-shadow: inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c;
}
.btn-outline-info.disabled,
.btn-outline-info.disabled.focus,
.btn-outline-info.disabled.hover,
.btn-outline-info.disabled:focus,
.btn-outline-info.disabled:hover,
.btn-outline-info:disabled,
.btn-outline-info:disabled.focus,
.btn-outline-info:disabled.hover,
.btn-outline-info:disabled:focus,
.btn-outline-info:disabled:hover {
  pointer-events: none;
  background-color: inherit;
  border-color: #00427a;
  color: #00427a;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group-sm > .btn-outline-info.arrow-left,
.btn-group-sm > .btn-outline-info.arrow-right,
.btn-group-sm > .btn-outline-info.btn,
.btn-group-sm > .btn-outline-info.btn-link-lg,
.btn-group-sm > .btn-outline-info.btn-link-lg-left,
.btn-group-sm > .btn-outline-info.primary-link,
.btn-group-sm > .btn-outline-info.primary-link-left,
.btn-outline-info.btn-sm {
  font-size: 1rem;
  padding: 0.125rem 0.625rem;
}
.btn-group-lg > .btn-outline-info.arrow-left,
.btn-group-lg > .btn-outline-info.arrow-right,
.btn-group-lg > .btn-outline-info.btn,
.btn-group-lg > .btn-outline-info.btn-link-lg,
.btn-group-lg > .btn-outline-info.btn-link-lg-left,
.btn-group-lg > .btn-outline-info.primary-link,
.btn-group-lg > .btn-outline-info.primary-link-left,
.btn-outline-info.btn-lg {
  line-height: 1.2;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}
.btn-outline-info.btn-arrow {
  text-align: left;
  padding-right: 3.125rem !important;
}
.btn-outline-info.btn-arrow::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA0MjdhIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  right: .75rem;
  top: 50%;
  position: absolute;
  content: "";
  display: inline-block;
  margin-left: .625rem;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-info.btn-arrow:focus:not([disabled])::after,
.btn-outline-info.btn-arrow:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAzMjVjIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-info.btn-arrow:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAzMjVjIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-info.btn-arrow-left {
  position: relative;
  text-align: right;
  padding-left: 3.125rem !important;
}
.btn-outline-info.btn-arrow-left::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA0MjdhIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  left: .5rem;
  position: absolute;
  content: "";
  top: 50%;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-outline-info.btn-arrow-left:focus:not([disabled])::after,
.btn-outline-info.btn-arrow-left:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAzMjVjIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-outline-info.btn-arrow-left:active:not([disabled])::after,
.btn-outline-info.btn-arrow-left:focus:hover:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAzMjVjIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-group-sm > .btn-outline-info.btn-arrow.arrow-left,
.btn-group-sm > .btn-outline-info.btn-arrow.arrow-right,
.btn-group-sm > .btn-outline-info.btn-arrow.btn,
.btn-group-sm > .btn-outline-info.btn-arrow.btn-link-lg,
.btn-group-sm > .btn-outline-info.btn-arrow.btn-link-lg-left,
.btn-group-sm > .btn-outline-info.btn-arrow.primary-link,
.btn-group-sm > .btn-outline-info.btn-arrow.primary-link-left,
.btn-outline-info.btn-sm.btn-arrow {
  text-align: left;
  padding-right: 2.5625rem !important;
}
.btn-group-sm > .btn-outline-info.btn-arrow.arrow-left::after,
.btn-group-sm > .btn-outline-info.btn-arrow.arrow-right::after,
.btn-group-sm > .btn-outline-info.btn-arrow.btn-link-lg-left::after,
.btn-group-sm > .btn-outline-info.btn-arrow.btn-link-lg::after,
.btn-group-sm > .btn-outline-info.btn-arrow.btn::after,
.btn-group-sm > .btn-outline-info.btn-arrow.primary-link-left::after,
.btn-group-sm > .btn-outline-info.btn-arrow.primary-link::after,
.btn-outline-info.btn-sm.btn-arrow::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA0MjdhIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iMCA3IDE4IDcgMTggNSAwIDUiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSIxMy43Mjg0NTE1IDEwLjI0NTI5MTEgMTUuMTQyNjY1MSAxMS42NTk1MDQ3IDIwLjc5OTUxOTQgNi4wMDI2NTA0NSAxNS4xNDI2NjUxIDAuMzQ1Nzk2MjAzIDEzLjcyODQ1MTUgMS43NjAwMDk3NyAxNy45NzEwOTIyIDYuMDAyNjUwNDUiPjwvcG9seWdvbj48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  right: .625rem;
  top: 50%;
  position: absolute;
  content: "";
  display: inline-block;
  margin-left: .625rem;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-sm > .btn-outline-info.btn-arrow.arrow-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow.arrow-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow.arrow-right:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow.arrow-right:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow.btn-link-lg:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow.btn-link-lg:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow.btn:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow.btn:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow.primary-link-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow.primary-link-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow.primary-link:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow.primary-link:hover:not([disabled])::after,
.btn-outline-info.btn-sm.btn-arrow:focus:not([disabled])::after,
.btn-outline-info.btn-sm.btn-arrow:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAzMjVjIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iMCA3IDE4IDcgMTggNSAwIDUiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSIxMy43Mjg0NTE1IDEwLjI0NTI5MTEgMTUuMTQyNjY1MSAxMS42NTk1MDQ3IDIwLjc5OTUxOTQgNi4wMDI2NTA0NSAxNS4xNDI2NjUxIDAuMzQ1Nzk2MjAzIDEzLjcyODQ1MTUgMS43NjAwMDk3NyAxNy45NzEwOTIyIDYuMDAyNjUwNDUiPjwvcG9seWdvbj48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-sm > .btn-outline-info.btn-arrow.arrow-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow.arrow-right:active:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow.btn-link-lg-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow.btn-link-lg:active:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow.btn:active:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow.primary-link-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow.primary-link:active:not([disabled])::after,
.btn-outline-info.btn-sm.btn-arrow:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAzMjVjIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iMCA3IDE4IDcgMTggNSAwIDUiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSIxMy43Mjg0NTE1IDEwLjI0NTI5MTEgMTUuMTQyNjY1MSAxMS42NTk1MDQ3IDIwLjc5OTUxOTQgNi4wMDI2NTA0NSAxNS4xNDI2NjUxIDAuMzQ1Nzk2MjAzIDEzLjcyODQ1MTUgMS43NjAwMDk3NyAxNy45NzEwOTIyIDYuMDAyNjUwNDUiPjwvcG9seWdvbj48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-lg > .btn-outline-info.btn-arrow.arrow-left,
.btn-group-lg > .btn-outline-info.btn-arrow.arrow-right,
.btn-group-lg > .btn-outline-info.btn-arrow.btn,
.btn-group-lg > .btn-outline-info.btn-arrow.btn-link-lg,
.btn-group-lg > .btn-outline-info.btn-arrow.btn-link-lg-left,
.btn-group-lg > .btn-outline-info.btn-arrow.primary-link,
.btn-group-lg > .btn-outline-info.btn-arrow.primary-link-left,
.btn-outline-info.btn-lg.btn-arrow {
  text-align: left;
  padding-right: 3.375rem !important;
}
.btn-group-lg > .btn-outline-info.btn-arrow.arrow-left::after,
.btn-group-lg > .btn-outline-info.btn-arrow.arrow-right::after,
.btn-group-lg > .btn-outline-info.btn-arrow.btn-link-lg-left::after,
.btn-group-lg > .btn-outline-info.btn-arrow.btn-link-lg::after,
.btn-group-lg > .btn-outline-info.btn-arrow.btn::after,
.btn-group-lg > .btn-outline-info.btn-arrow.primary-link-left::after,
.btn-group-lg > .btn-outline-info.btn-arrow.primary-link::after,
.btn-outline-info.btn-lg.btn-arrow::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA0MjdhIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  right: 1rem;
  top: 50%;
  position: absolute;
  content: "";
  display: inline-block;
  margin-left: .625rem;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-lg > .btn-outline-info.btn-arrow.arrow-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow.arrow-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow.arrow-right:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow.arrow-right:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow.btn-link-lg:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow.btn-link-lg:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow.btn:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow.btn:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow.primary-link-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow.primary-link-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow.primary-link:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow.primary-link:hover:not([disabled])::after,
.btn-outline-info.btn-lg.btn-arrow:focus:not([disabled])::after,
.btn-outline-info.btn-lg.btn-arrow:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAzMjVjIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-lg > .btn-outline-info.btn-arrow.arrow-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow.arrow-right:active:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow.btn-link-lg-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow.btn-link-lg:active:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow.btn:active:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow.primary-link-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow.primary-link:active:not([disabled])::after,
.btn-outline-info.btn-lg.btn-arrow:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAzMjVjIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-sm > .btn-outline-info.btn-arrow-left.arrow-left,
.btn-group-sm > .btn-outline-info.btn-arrow-left.arrow-right,
.btn-group-sm > .btn-outline-info.btn-arrow-left.btn,
.btn-group-sm > .btn-outline-info.btn-arrow-left.btn-link-lg,
.btn-group-sm > .btn-outline-info.btn-arrow-left.btn-link-lg-left,
.btn-group-sm > .btn-outline-info.btn-arrow-left.primary-link,
.btn-group-sm > .btn-outline-info.btn-arrow-left.primary-link-left,
.btn-outline-info.btn-sm.btn-arrow-left {
  position: relative;
  text-align: right;
  padding-left: 2.5625rem !important;
}
.btn-group-sm > .btn-outline-info.btn-arrow-left.arrow-left::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.arrow-right::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.btn-link-lg-left::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.btn-link-lg::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.btn::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.primary-link-left::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.primary-link::after,
.btn-outline-info.btn-sm.btn-arrow-left::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA0MjdhIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTQiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMgNyAyMSA3IDIxIDUgMyA1Ij48L3BvbHlnb24+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iNy4yNzg4MjY0NSAxLjc2MDAwOTc3IDUuODY0NjEyODkgMC4zNDU3OTYyMDMgMC4yMDc3NTg2MzkgNi4wMDI2NTA0NSA1Ljg2NDYxMjg5IDExLjY1OTUwNDcgNy4yNzg4MjY0NSAxMC4yNDUyOTExIDMuMDM2MTg1NzYgNi4wMDI2NTA0NSI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  left: .625rem;
  position: absolute;
  content: "";
  top: 50%;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-sm > .btn-outline-info.btn-arrow-left.arrow-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.arrow-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.arrow-right:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.arrow-right:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.btn-link-lg:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.btn-link-lg:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.btn:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.btn:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.primary-link-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.primary-link-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.primary-link:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.primary-link:hover:not([disabled])::after,
.btn-outline-info.btn-sm.btn-arrow-left:focus:not([disabled])::after,
.btn-outline-info.btn-sm.btn-arrow-left:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAzMjVjIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTQiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMgNyAyMSA3IDIxIDUgMyA1Ij48L3BvbHlnb24+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iNy4yNzg4MjY0NSAxLjc2MDAwOTc3IDUuODY0NjEyODkgMC4zNDU3OTYyMDMgMC4yMDc3NTg2MzkgNi4wMDI2NTA0NSA1Ljg2NDYxMjg5IDExLjY1OTUwNDcgNy4yNzg4MjY0NSAxMC4yNDUyOTExIDMuMDM2MTg1NzYgNi4wMDI2NTA0NSI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-sm > .btn-outline-info.btn-arrow-left.arrow-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.arrow-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.arrow-right:active:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.arrow-right:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.btn-link-lg-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.btn-link-lg-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.btn-link-lg:active:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.btn-link-lg:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.btn:active:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.btn:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.primary-link-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.primary-link-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.primary-link:active:not([disabled])::after,
.btn-group-sm > .btn-outline-info.btn-arrow-left.primary-link:focus:hover:active:not([disabled])::after,
.btn-outline-info.btn-sm.btn-arrow-left:active:not([disabled])::after,
.btn-outline-info.btn-sm.btn-arrow-left:focus:hover:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAzMjVjIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTQiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMgNyAyMSA3IDIxIDUgMyA1Ij48L3BvbHlnb24+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iNy4yNzg4MjY0NSAxLjc2MDAwOTc3IDUuODY0NjEyODkgMC4zNDU3OTYyMDMgMC4yMDc3NTg2MzkgNi4wMDI2NTA0NSA1Ljg2NDYxMjg5IDExLjY1OTUwNDcgNy4yNzg4MjY0NSAxMC4yNDUyOTExIDMuMDM2MTg1NzYgNi4wMDI2NTA0NSI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-group-lg > .btn-outline-info.btn-arrow-left.arrow-left,
.btn-group-lg > .btn-outline-info.btn-arrow-left.arrow-right,
.btn-group-lg > .btn-outline-info.btn-arrow-left.btn,
.btn-group-lg > .btn-outline-info.btn-arrow-left.btn-link-lg,
.btn-group-lg > .btn-outline-info.btn-arrow-left.btn-link-lg-left,
.btn-group-lg > .btn-outline-info.btn-arrow-left.primary-link,
.btn-group-lg > .btn-outline-info.btn-arrow-left.primary-link-left,
.btn-outline-info.btn-lg.btn-arrow-left {
  position: relative;
  text-align: right;
  padding-left: 3.375rem !important;
}
.btn-group-lg > .btn-outline-info.btn-arrow-left.arrow-left::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.arrow-right::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.btn-link-lg-left::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.btn-link-lg::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.btn::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.primary-link-left::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.primary-link::after,
.btn-outline-info.btn-lg.btn-arrow-left::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA0MjdhIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  left: .75rem;
  position: absolute;
  content: "";
  top: 50%;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-lg > .btn-outline-info.btn-arrow-left.arrow-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.arrow-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.arrow-right:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.arrow-right:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.btn-link-lg:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.btn-link-lg:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.btn:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.btn:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.primary-link-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.primary-link-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.primary-link:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.primary-link:hover:not([disabled])::after,
.btn-outline-info.btn-lg.btn-arrow-left:focus:not([disabled])::after,
.btn-outline-info.btn-lg.btn-arrow-left:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAzMjVjIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-lg > .btn-outline-info.btn-arrow-left.arrow-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.arrow-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.arrow-right:active:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.arrow-right:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.btn-link-lg-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.btn-link-lg-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.btn-link-lg:active:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.btn-link-lg:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.btn:active:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.btn:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.primary-link-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.primary-link-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.primary-link:active:not([disabled])::after,
.btn-group-lg > .btn-outline-info.btn-arrow-left.primary-link:focus:hover:active:not([disabled])::after,
.btn-outline-info.btn-lg.btn-arrow-left:active:not([disabled])::after,
.btn-outline-info.btn-lg.btn-arrow-left:focus:hover:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAzMjVjIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-outline-info.btn-block {
  position: relative;
}
.btn-outline-info.btn-block.btn-arrow {
  padding-right: 45px;
}
.btn-outline-info.btn-block.btn-arrow::after {
  content: "";
  right: .6rem;
  position: absolute;
  top: 50%!important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-outline-info.btn-block.btn-arrow:focus:not([disabled])::after,
.btn-outline-info.btn-block.btn-arrow:hover:not([disabled])::after {
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-info.btn-block.btn-arrow:active:not([disabled])::after {
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-info.btn-block.btn-arrow-left::after {
  top: 50%!important;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-outline-info.btn-block.btn-arrow-left:focus:hover:not([disabled])::after,
.btn-outline-info.btn-block.btn-arrow-left:focus:not([disabled])::after,
.btn-outline-info.btn-block.btn-arrow-left:hover:not([disabled])::after {
  margin-left: 0;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-info.btn-block.btn-arrow-left:active:not([disabled])::after,
.btn-outline-info.btn-block.btn-arrow-left:focus:hover:active:not([disabled])::after {
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-outline-success {
  padding: .375rem .75rem;
  color: #305704;
  background-color: #d8ebae;
  border-color: #305704;
}
.btn-outline-success.focus,
.btn-outline-success:focus,
.btn-outline-success:hover,
.btn-outline-success:hover:focus {
  color: #233f03;
  background-color: #d8ebae;
  border-color: #233f03;
  -webkit-box-shadow: inset 0 0 0 1px #233f03,inset 0 0 0 1px #233f03,inset 0 0 0 1px #233f03,inset 0 0 0 1px #233f03;
  box-shadow: inset 0 0 0 1px #233f03, inset 0 0 0 1px #233f03, inset 0 0 0 1px #233f03, inset 0 0 0 1px #233f03;
}
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:active,
.btn-outline-success:active:focus,
.btn-outline-success:active:hover {
  color: #233f03;
  border-color: #233f03;
  background-color: #cde29f;
  -webkit-box-shadow: inset 0 0 0 1px #233f03,inset 0 0 0 1px #233f03,inset 0 0 0 1px #233f03,inset 0 0 0 1px #233f03;
  box-shadow: inset 0 0 0 1px #233f03, inset 0 0 0 1px #233f03, inset 0 0 0 1px #233f03, inset 0 0 0 1px #233f03;
}
.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled).active.focus,
.btn-outline-success:not([disabled]):not(.disabled).active:focus:hover,
.btn-outline-success:not([disabled]):not(.disabled).active:hover,
.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled):active.focus,
.btn-outline-success:not([disabled]):not(.disabled):active:focus:hover,
.btn-outline-success:not([disabled]):not(.disabled):active:hover,
.show > .btn-outline-success.dropdown-toggle,
.show > .btn-outline-success.dropdown-toggle.focus,
.show > .btn-outline-success.dropdown-toggle:focus:hover,
.show > .btn-outline-success.dropdown-toggle:hover {
  color: #233f03;
  background: #cde29f;
  border-color: #233f03;
  -webkit-box-shadow: inset 0 0 0 1px #233f03,inset 0 0 0 1px #233f03,inset 0 0 0 1px #233f03,inset 0 0 0 1px #233f03;
  box-shadow: inset 0 0 0 1px #233f03, inset 0 0 0 1px #233f03, inset 0 0 0 1px #233f03, inset 0 0 0 1px #233f03;
}
.btn-outline-success.disabled,
.btn-outline-success.disabled.focus,
.btn-outline-success.disabled.hover,
.btn-outline-success.disabled:focus,
.btn-outline-success.disabled:hover,
.btn-outline-success:disabled,
.btn-outline-success:disabled.focus,
.btn-outline-success:disabled.hover,
.btn-outline-success:disabled:focus,
.btn-outline-success:disabled:hover {
  pointer-events: none;
  background-color: inherit;
  border-color: #305704;
  color: #305704;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group-sm > .btn-outline-success.arrow-left,
.btn-group-sm > .btn-outline-success.arrow-right,
.btn-group-sm > .btn-outline-success.btn,
.btn-group-sm > .btn-outline-success.btn-link-lg,
.btn-group-sm > .btn-outline-success.btn-link-lg-left,
.btn-group-sm > .btn-outline-success.primary-link,
.btn-group-sm > .btn-outline-success.primary-link-left,
.btn-outline-success.btn-sm {
  font-size: 1rem;
  padding: 0.125rem 0.625rem;
}
.btn-group-lg > .btn-outline-success.arrow-left,
.btn-group-lg > .btn-outline-success.arrow-right,
.btn-group-lg > .btn-outline-success.btn,
.btn-group-lg > .btn-outline-success.btn-link-lg,
.btn-group-lg > .btn-outline-success.btn-link-lg-left,
.btn-group-lg > .btn-outline-success.primary-link,
.btn-group-lg > .btn-outline-success.primary-link-left,
.btn-outline-success.btn-lg {
  line-height: 1.2;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}
.btn-outline-success.btn-arrow {
  text-align: left;
  padding-right: 3.125rem !important;
}
.btn-outline-success.btn-arrow::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMzA1NzA0IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  right: .75rem;
  top: 50%;
  position: absolute;
  content: "";
  display: inline-block;
  margin-left: .625rem;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-success.btn-arrow:focus:not([disabled])::after,
.btn-outline-success.btn-arrow:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjMzZjAzIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-success.btn-arrow:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjMzZjAzIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-success.btn-arrow-left {
  position: relative;
  text-align: right;
  padding-left: 3.125rem !important;
}
.btn-outline-success.btn-arrow-left::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMzA1NzA0IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  left: .5rem;
  position: absolute;
  content: "";
  top: 50%;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-outline-success.btn-arrow-left:focus:not([disabled])::after,
.btn-outline-success.btn-arrow-left:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjMzZjAzIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-outline-success.btn-arrow-left:active:not([disabled])::after,
.btn-outline-success.btn-arrow-left:focus:hover:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjMzZjAzIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-group-sm > .btn-outline-success.btn-arrow.arrow-left,
.btn-group-sm > .btn-outline-success.btn-arrow.arrow-right,
.btn-group-sm > .btn-outline-success.btn-arrow.btn,
.btn-group-sm > .btn-outline-success.btn-arrow.btn-link-lg,
.btn-group-sm > .btn-outline-success.btn-arrow.btn-link-lg-left,
.btn-group-sm > .btn-outline-success.btn-arrow.primary-link,
.btn-group-sm > .btn-outline-success.btn-arrow.primary-link-left,
.btn-outline-success.btn-sm.btn-arrow {
  text-align: left;
  padding-right: 2.5625rem !important;
}
.btn-group-sm > .btn-outline-success.btn-arrow.arrow-left::after,
.btn-group-sm > .btn-outline-success.btn-arrow.arrow-right::after,
.btn-group-sm > .btn-outline-success.btn-arrow.btn-link-lg-left::after,
.btn-group-sm > .btn-outline-success.btn-arrow.btn-link-lg::after,
.btn-group-sm > .btn-outline-success.btn-arrow.btn::after,
.btn-group-sm > .btn-outline-success.btn-arrow.primary-link-left::after,
.btn-group-sm > .btn-outline-success.btn-arrow.primary-link::after,
.btn-outline-success.btn-sm.btn-arrow::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMzA1NzA0IiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iMCA3IDE4IDcgMTggNSAwIDUiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSIxMy43Mjg0NTE1IDEwLjI0NTI5MTEgMTUuMTQyNjY1MSAxMS42NTk1MDQ3IDIwLjc5OTUxOTQgNi4wMDI2NTA0NSAxNS4xNDI2NjUxIDAuMzQ1Nzk2MjAzIDEzLjcyODQ1MTUgMS43NjAwMDk3NyAxNy45NzEwOTIyIDYuMDAyNjUwNDUiPjwvcG9seWdvbj48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  right: .625rem;
  top: 50%;
  position: absolute;
  content: "";
  display: inline-block;
  margin-left: .625rem;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-sm > .btn-outline-success.btn-arrow.arrow-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow.arrow-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow.arrow-right:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow.arrow-right:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow.btn-link-lg:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow.btn-link-lg:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow.btn:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow.btn:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow.primary-link-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow.primary-link-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow.primary-link:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow.primary-link:hover:not([disabled])::after,
.btn-outline-success.btn-sm.btn-arrow:focus:not([disabled])::after,
.btn-outline-success.btn-sm.btn-arrow:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjMzZjAzIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iMCA3IDE4IDcgMTggNSAwIDUiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSIxMy43Mjg0NTE1IDEwLjI0NTI5MTEgMTUuMTQyNjY1MSAxMS42NTk1MDQ3IDIwLjc5OTUxOTQgNi4wMDI2NTA0NSAxNS4xNDI2NjUxIDAuMzQ1Nzk2MjAzIDEzLjcyODQ1MTUgMS43NjAwMDk3NyAxNy45NzEwOTIyIDYuMDAyNjUwNDUiPjwvcG9seWdvbj48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-sm > .btn-outline-success.btn-arrow.arrow-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow.arrow-right:active:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow.btn-link-lg-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow.btn-link-lg:active:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow.btn:active:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow.primary-link-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow.primary-link:active:not([disabled])::after,
.btn-outline-success.btn-sm.btn-arrow:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjMzZjAzIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iMCA3IDE4IDcgMTggNSAwIDUiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSIxMy43Mjg0NTE1IDEwLjI0NTI5MTEgMTUuMTQyNjY1MSAxMS42NTk1MDQ3IDIwLjc5OTUxOTQgNi4wMDI2NTA0NSAxNS4xNDI2NjUxIDAuMzQ1Nzk2MjAzIDEzLjcyODQ1MTUgMS43NjAwMDk3NyAxNy45NzEwOTIyIDYuMDAyNjUwNDUiPjwvcG9seWdvbj48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-lg > .btn-outline-success.btn-arrow.arrow-left,
.btn-group-lg > .btn-outline-success.btn-arrow.arrow-right,
.btn-group-lg > .btn-outline-success.btn-arrow.btn,
.btn-group-lg > .btn-outline-success.btn-arrow.btn-link-lg,
.btn-group-lg > .btn-outline-success.btn-arrow.btn-link-lg-left,
.btn-group-lg > .btn-outline-success.btn-arrow.primary-link,
.btn-group-lg > .btn-outline-success.btn-arrow.primary-link-left,
.btn-outline-success.btn-lg.btn-arrow {
  text-align: left;
  padding-right: 3.375rem !important;
}
.btn-group-lg > .btn-outline-success.btn-arrow.arrow-left::after,
.btn-group-lg > .btn-outline-success.btn-arrow.arrow-right::after,
.btn-group-lg > .btn-outline-success.btn-arrow.btn-link-lg-left::after,
.btn-group-lg > .btn-outline-success.btn-arrow.btn-link-lg::after,
.btn-group-lg > .btn-outline-success.btn-arrow.btn::after,
.btn-group-lg > .btn-outline-success.btn-arrow.primary-link-left::after,
.btn-group-lg > .btn-outline-success.btn-arrow.primary-link::after,
.btn-outline-success.btn-lg.btn-arrow::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMzA1NzA0IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  right: 1rem;
  top: 50%;
  position: absolute;
  content: "";
  display: inline-block;
  margin-left: .625rem;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-lg > .btn-outline-success.btn-arrow.arrow-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow.arrow-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow.arrow-right:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow.arrow-right:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow.btn-link-lg:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow.btn-link-lg:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow.btn:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow.btn:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow.primary-link-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow.primary-link-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow.primary-link:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow.primary-link:hover:not([disabled])::after,
.btn-outline-success.btn-lg.btn-arrow:focus:not([disabled])::after,
.btn-outline-success.btn-lg.btn-arrow:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjMzZjAzIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-lg > .btn-outline-success.btn-arrow.arrow-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow.arrow-right:active:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow.btn-link-lg-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow.btn-link-lg:active:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow.btn:active:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow.primary-link-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow.primary-link:active:not([disabled])::after,
.btn-outline-success.btn-lg.btn-arrow:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjMzZjAzIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-sm > .btn-outline-success.btn-arrow-left.arrow-left,
.btn-group-sm > .btn-outline-success.btn-arrow-left.arrow-right,
.btn-group-sm > .btn-outline-success.btn-arrow-left.btn,
.btn-group-sm > .btn-outline-success.btn-arrow-left.btn-link-lg,
.btn-group-sm > .btn-outline-success.btn-arrow-left.btn-link-lg-left,
.btn-group-sm > .btn-outline-success.btn-arrow-left.primary-link,
.btn-group-sm > .btn-outline-success.btn-arrow-left.primary-link-left,
.btn-outline-success.btn-sm.btn-arrow-left {
  position: relative;
  text-align: right;
  padding-left: 2.5625rem !important;
}
.btn-group-sm > .btn-outline-success.btn-arrow-left.arrow-left::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.arrow-right::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.btn-link-lg-left::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.btn-link-lg::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.btn::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.primary-link-left::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.primary-link::after,
.btn-outline-success.btn-sm.btn-arrow-left::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMzA1NzA0IiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTQiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMgNyAyMSA3IDIxIDUgMyA1Ij48L3BvbHlnb24+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iNy4yNzg4MjY0NSAxLjc2MDAwOTc3IDUuODY0NjEyODkgMC4zNDU3OTYyMDMgMC4yMDc3NTg2MzkgNi4wMDI2NTA0NSA1Ljg2NDYxMjg5IDExLjY1OTUwNDcgNy4yNzg4MjY0NSAxMC4yNDUyOTExIDMuMDM2MTg1NzYgNi4wMDI2NTA0NSI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  left: .625rem;
  position: absolute;
  content: "";
  top: 50%;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-sm > .btn-outline-success.btn-arrow-left.arrow-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.arrow-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.arrow-right:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.arrow-right:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.btn-link-lg:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.btn-link-lg:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.btn:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.btn:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.primary-link-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.primary-link-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.primary-link:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.primary-link:hover:not([disabled])::after,
.btn-outline-success.btn-sm.btn-arrow-left:focus:not([disabled])::after,
.btn-outline-success.btn-sm.btn-arrow-left:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjMzZjAzIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTQiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMgNyAyMSA3IDIxIDUgMyA1Ij48L3BvbHlnb24+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iNy4yNzg4MjY0NSAxLjc2MDAwOTc3IDUuODY0NjEyODkgMC4zNDU3OTYyMDMgMC4yMDc3NTg2MzkgNi4wMDI2NTA0NSA1Ljg2NDYxMjg5IDExLjY1OTUwNDcgNy4yNzg4MjY0NSAxMC4yNDUyOTExIDMuMDM2MTg1NzYgNi4wMDI2NTA0NSI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-sm > .btn-outline-success.btn-arrow-left.arrow-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.arrow-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.arrow-right:active:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.arrow-right:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.btn-link-lg-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.btn-link-lg-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.btn-link-lg:active:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.btn-link-lg:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.btn:active:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.btn:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.primary-link-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.primary-link-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.primary-link:active:not([disabled])::after,
.btn-group-sm > .btn-outline-success.btn-arrow-left.primary-link:focus:hover:active:not([disabled])::after,
.btn-outline-success.btn-sm.btn-arrow-left:active:not([disabled])::after,
.btn-outline-success.btn-sm.btn-arrow-left:focus:hover:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjMzZjAzIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTQiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMgNyAyMSA3IDIxIDUgMyA1Ij48L3BvbHlnb24+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iNy4yNzg4MjY0NSAxLjc2MDAwOTc3IDUuODY0NjEyODkgMC4zNDU3OTYyMDMgMC4yMDc3NTg2MzkgNi4wMDI2NTA0NSA1Ljg2NDYxMjg5IDExLjY1OTUwNDcgNy4yNzg4MjY0NSAxMC4yNDUyOTExIDMuMDM2MTg1NzYgNi4wMDI2NTA0NSI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-group-lg > .btn-outline-success.btn-arrow-left.arrow-left,
.btn-group-lg > .btn-outline-success.btn-arrow-left.arrow-right,
.btn-group-lg > .btn-outline-success.btn-arrow-left.btn,
.btn-group-lg > .btn-outline-success.btn-arrow-left.btn-link-lg,
.btn-group-lg > .btn-outline-success.btn-arrow-left.btn-link-lg-left,
.btn-group-lg > .btn-outline-success.btn-arrow-left.primary-link,
.btn-group-lg > .btn-outline-success.btn-arrow-left.primary-link-left,
.btn-outline-success.btn-lg.btn-arrow-left {
  position: relative;
  text-align: right;
  padding-left: 3.375rem !important;
}
.btn-group-lg > .btn-outline-success.btn-arrow-left.arrow-left::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.arrow-right::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.btn-link-lg-left::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.btn-link-lg::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.btn::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.primary-link-left::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.primary-link::after,
.btn-outline-success.btn-lg.btn-arrow-left::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMzA1NzA0IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  left: .75rem;
  position: absolute;
  content: "";
  top: 50%;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-lg > .btn-outline-success.btn-arrow-left.arrow-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.arrow-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.arrow-right:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.arrow-right:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.btn-link-lg:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.btn-link-lg:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.btn:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.btn:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.primary-link-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.primary-link-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.primary-link:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.primary-link:hover:not([disabled])::after,
.btn-outline-success.btn-lg.btn-arrow-left:focus:not([disabled])::after,
.btn-outline-success.btn-lg.btn-arrow-left:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjMzZjAzIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-lg > .btn-outline-success.btn-arrow-left.arrow-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.arrow-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.arrow-right:active:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.arrow-right:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.btn-link-lg-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.btn-link-lg-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.btn-link-lg:active:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.btn-link-lg:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.btn:active:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.btn:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.primary-link-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.primary-link-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.primary-link:active:not([disabled])::after,
.btn-group-lg > .btn-outline-success.btn-arrow-left.primary-link:focus:hover:active:not([disabled])::after,
.btn-outline-success.btn-lg.btn-arrow-left:active:not([disabled])::after,
.btn-outline-success.btn-lg.btn-arrow-left:focus:hover:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjMzZjAzIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-outline-success.btn-block {
  position: relative;
}
.btn-outline-success.btn-block.btn-arrow {
  padding-right: 45px;
}
.btn-outline-success.btn-block.btn-arrow::after {
  content: "";
  right: .6rem;
  position: absolute;
  top: 50%!important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-outline-success.btn-block.btn-arrow:focus:not([disabled])::after,
.btn-outline-success.btn-block.btn-arrow:hover:not([disabled])::after {
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-success.btn-block.btn-arrow:active:not([disabled])::after {
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-success.btn-block.btn-arrow-left::after {
  top: 50%!important;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-outline-success.btn-block.btn-arrow-left:focus:hover:not([disabled])::after,
.btn-outline-success.btn-block.btn-arrow-left:focus:not([disabled])::after,
.btn-outline-success.btn-block.btn-arrow-left:hover:not([disabled])::after {
  margin-left: 0;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-success.btn-block.btn-arrow-left:active:not([disabled])::after,
.btn-outline-success.btn-block.btn-arrow-left:focus:hover:active:not([disabled])::after {
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-outline-warning {
  padding: .375rem .75rem;
  color: #996006;
  background-color: #faf4d4;
  border-color: #996006;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus,
.btn-outline-warning:hover,
.btn-outline-warning:hover:focus {
  color: #784b05;
  background-color: #faf4d4;
  border-color: #784b05;
  -webkit-box-shadow: inset 0 0 0 1px #784b05,inset 0 0 0 1px #784b05,inset 0 0 0 1px #784b05,inset 0 0 0 1px #784b05;
  box-shadow: inset 0 0 0 1px #784b05, inset 0 0 0 1px #784b05, inset 0 0 0 1px #784b05, inset 0 0 0 1px #784b05;
}
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:active,
.btn-outline-warning:active:focus,
.btn-outline-warning:active:hover {
  color: #784b05;
  border-color: #784b05;
  background-color: #f1eac3;
  -webkit-box-shadow: inset 0 0 0 1px #784b05,inset 0 0 0 1px #784b05,inset 0 0 0 1px #784b05,inset 0 0 0 1px #784b05;
  box-shadow: inset 0 0 0 1px #784b05, inset 0 0 0 1px #784b05, inset 0 0 0 1px #784b05, inset 0 0 0 1px #784b05;
}
.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled).active.focus,
.btn-outline-warning:not([disabled]):not(.disabled).active:focus:hover,
.btn-outline-warning:not([disabled]):not(.disabled).active:hover,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-outline-warning:not([disabled]):not(.disabled):active.focus,
.btn-outline-warning:not([disabled]):not(.disabled):active:focus:hover,
.btn-outline-warning:not([disabled]):not(.disabled):active:hover,
.show > .btn-outline-warning.dropdown-toggle,
.show > .btn-outline-warning.dropdown-toggle.focus,
.show > .btn-outline-warning.dropdown-toggle:focus:hover,
.show > .btn-outline-warning.dropdown-toggle:hover {
  color: #784b05;
  background: #f1eac3;
  border-color: #784b05;
  -webkit-box-shadow: inset 0 0 0 1px #784b05,inset 0 0 0 1px #784b05,inset 0 0 0 1px #784b05,inset 0 0 0 1px #784b05;
  box-shadow: inset 0 0 0 1px #784b05, inset 0 0 0 1px #784b05, inset 0 0 0 1px #784b05, inset 0 0 0 1px #784b05;
}
.btn-outline-warning.disabled,
.btn-outline-warning.disabled.focus,
.btn-outline-warning.disabled.hover,
.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled,
.btn-outline-warning:disabled.focus,
.btn-outline-warning:disabled.hover,
.btn-outline-warning:disabled:focus,
.btn-outline-warning:disabled:hover {
  pointer-events: none;
  background-color: inherit;
  border-color: #996006;
  color: #996006;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group-sm > .btn-outline-warning.arrow-left,
.btn-group-sm > .btn-outline-warning.arrow-right,
.btn-group-sm > .btn-outline-warning.btn,
.btn-group-sm > .btn-outline-warning.btn-link-lg,
.btn-group-sm > .btn-outline-warning.btn-link-lg-left,
.btn-group-sm > .btn-outline-warning.primary-link,
.btn-group-sm > .btn-outline-warning.primary-link-left,
.btn-outline-warning.btn-sm {
  font-size: 1rem;
  padding: 0.125rem 0.625rem;
}
.btn-group-lg > .btn-outline-warning.arrow-left,
.btn-group-lg > .btn-outline-warning.arrow-right,
.btn-group-lg > .btn-outline-warning.btn,
.btn-group-lg > .btn-outline-warning.btn-link-lg,
.btn-group-lg > .btn-outline-warning.btn-link-lg-left,
.btn-group-lg > .btn-outline-warning.primary-link,
.btn-group-lg > .btn-outline-warning.primary-link-left,
.btn-outline-warning.btn-lg {
  line-height: 1.2;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}
.btn-outline-warning.btn-arrow {
  text-align: left;
  padding-right: 3.125rem !important;
}
.btn-outline-warning.btn-arrow::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTk2MDA2IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  right: .75rem;
  top: 50%;
  position: absolute;
  content: "";
  display: inline-block;
  margin-left: .625rem;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-warning.btn-arrow:focus:not([disabled])::after,
.btn-outline-warning.btn-arrow:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNzg0YjA1IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-warning.btn-arrow:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNzg0YjA1IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-warning.btn-arrow-left {
  position: relative;
  text-align: right;
  padding-left: 3.125rem !important;
}
.btn-outline-warning.btn-arrow-left::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTk2MDA2IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  left: .5rem;
  position: absolute;
  content: "";
  top: 50%;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-outline-warning.btn-arrow-left:focus:not([disabled])::after,
.btn-outline-warning.btn-arrow-left:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNzg0YjA1IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-outline-warning.btn-arrow-left:active:not([disabled])::after,
.btn-outline-warning.btn-arrow-left:focus:hover:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNzg0YjA1IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-group-sm > .btn-outline-warning.btn-arrow.arrow-left,
.btn-group-sm > .btn-outline-warning.btn-arrow.arrow-right,
.btn-group-sm > .btn-outline-warning.btn-arrow.btn,
.btn-group-sm > .btn-outline-warning.btn-arrow.btn-link-lg,
.btn-group-sm > .btn-outline-warning.btn-arrow.btn-link-lg-left,
.btn-group-sm > .btn-outline-warning.btn-arrow.primary-link,
.btn-group-sm > .btn-outline-warning.btn-arrow.primary-link-left,
.btn-outline-warning.btn-sm.btn-arrow {
  text-align: left;
  padding-right: 2.5625rem !important;
}
.btn-group-sm > .btn-outline-warning.btn-arrow.arrow-left::after,
.btn-group-sm > .btn-outline-warning.btn-arrow.arrow-right::after,
.btn-group-sm > .btn-outline-warning.btn-arrow.btn-link-lg-left::after,
.btn-group-sm > .btn-outline-warning.btn-arrow.btn-link-lg::after,
.btn-group-sm > .btn-outline-warning.btn-arrow.btn::after,
.btn-group-sm > .btn-outline-warning.btn-arrow.primary-link-left::after,
.btn-group-sm > .btn-outline-warning.btn-arrow.primary-link::after,
.btn-outline-warning.btn-sm.btn-arrow::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTk2MDA2IiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iMCA3IDE4IDcgMTggNSAwIDUiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSIxMy43Mjg0NTE1IDEwLjI0NTI5MTEgMTUuMTQyNjY1MSAxMS42NTk1MDQ3IDIwLjc5OTUxOTQgNi4wMDI2NTA0NSAxNS4xNDI2NjUxIDAuMzQ1Nzk2MjAzIDEzLjcyODQ1MTUgMS43NjAwMDk3NyAxNy45NzEwOTIyIDYuMDAyNjUwNDUiPjwvcG9seWdvbj48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  right: .625rem;
  top: 50%;
  position: absolute;
  content: "";
  display: inline-block;
  margin-left: .625rem;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-sm > .btn-outline-warning.btn-arrow.arrow-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow.arrow-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow.arrow-right:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow.arrow-right:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow.btn-link-lg:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow.btn-link-lg:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow.btn:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow.btn:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow.primary-link-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow.primary-link-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow.primary-link:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow.primary-link:hover:not([disabled])::after,
.btn-outline-warning.btn-sm.btn-arrow:focus:not([disabled])::after,
.btn-outline-warning.btn-sm.btn-arrow:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNzg0YjA1IiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iMCA3IDE4IDcgMTggNSAwIDUiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSIxMy43Mjg0NTE1IDEwLjI0NTI5MTEgMTUuMTQyNjY1MSAxMS42NTk1MDQ3IDIwLjc5OTUxOTQgNi4wMDI2NTA0NSAxNS4xNDI2NjUxIDAuMzQ1Nzk2MjAzIDEzLjcyODQ1MTUgMS43NjAwMDk3NyAxNy45NzEwOTIyIDYuMDAyNjUwNDUiPjwvcG9seWdvbj48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-sm > .btn-outline-warning.btn-arrow.arrow-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow.arrow-right:active:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow.btn-link-lg-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow.btn-link-lg:active:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow.btn:active:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow.primary-link-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow.primary-link:active:not([disabled])::after,
.btn-outline-warning.btn-sm.btn-arrow:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNzg0YjA1IiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iMCA3IDE4IDcgMTggNSAwIDUiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSIxMy43Mjg0NTE1IDEwLjI0NTI5MTEgMTUuMTQyNjY1MSAxMS42NTk1MDQ3IDIwLjc5OTUxOTQgNi4wMDI2NTA0NSAxNS4xNDI2NjUxIDAuMzQ1Nzk2MjAzIDEzLjcyODQ1MTUgMS43NjAwMDk3NyAxNy45NzEwOTIyIDYuMDAyNjUwNDUiPjwvcG9seWdvbj48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-lg > .btn-outline-warning.btn-arrow.arrow-left,
.btn-group-lg > .btn-outline-warning.btn-arrow.arrow-right,
.btn-group-lg > .btn-outline-warning.btn-arrow.btn,
.btn-group-lg > .btn-outline-warning.btn-arrow.btn-link-lg,
.btn-group-lg > .btn-outline-warning.btn-arrow.btn-link-lg-left,
.btn-group-lg > .btn-outline-warning.btn-arrow.primary-link,
.btn-group-lg > .btn-outline-warning.btn-arrow.primary-link-left,
.btn-outline-warning.btn-lg.btn-arrow {
  text-align: left;
  padding-right: 3.375rem !important;
}
.btn-group-lg > .btn-outline-warning.btn-arrow.arrow-left::after,
.btn-group-lg > .btn-outline-warning.btn-arrow.arrow-right::after,
.btn-group-lg > .btn-outline-warning.btn-arrow.btn-link-lg-left::after,
.btn-group-lg > .btn-outline-warning.btn-arrow.btn-link-lg::after,
.btn-group-lg > .btn-outline-warning.btn-arrow.btn::after,
.btn-group-lg > .btn-outline-warning.btn-arrow.primary-link-left::after,
.btn-group-lg > .btn-outline-warning.btn-arrow.primary-link::after,
.btn-outline-warning.btn-lg.btn-arrow::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTk2MDA2IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  right: 1rem;
  top: 50%;
  position: absolute;
  content: "";
  display: inline-block;
  margin-left: .625rem;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-lg > .btn-outline-warning.btn-arrow.arrow-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow.arrow-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow.arrow-right:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow.arrow-right:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow.btn-link-lg:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow.btn-link-lg:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow.btn:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow.btn:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow.primary-link-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow.primary-link-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow.primary-link:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow.primary-link:hover:not([disabled])::after,
.btn-outline-warning.btn-lg.btn-arrow:focus:not([disabled])::after,
.btn-outline-warning.btn-lg.btn-arrow:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNzg0YjA1IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-lg > .btn-outline-warning.btn-arrow.arrow-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow.arrow-right:active:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow.btn-link-lg-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow.btn-link-lg:active:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow.btn:active:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow.primary-link-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow.primary-link:active:not([disabled])::after,
.btn-outline-warning.btn-lg.btn-arrow:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNzg0YjA1IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-sm > .btn-outline-warning.btn-arrow-left.arrow-left,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.arrow-right,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.btn,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.btn-link-lg,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.btn-link-lg-left,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.primary-link,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.primary-link-left,
.btn-outline-warning.btn-sm.btn-arrow-left {
  position: relative;
  text-align: right;
  padding-left: 2.5625rem !important;
}
.btn-group-sm > .btn-outline-warning.btn-arrow-left.arrow-left::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.arrow-right::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.btn-link-lg-left::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.btn-link-lg::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.btn::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.primary-link-left::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.primary-link::after,
.btn-outline-warning.btn-sm.btn-arrow-left::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTk2MDA2IiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTQiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMgNyAyMSA3IDIxIDUgMyA1Ij48L3BvbHlnb24+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iNy4yNzg4MjY0NSAxLjc2MDAwOTc3IDUuODY0NjEyODkgMC4zNDU3OTYyMDMgMC4yMDc3NTg2MzkgNi4wMDI2NTA0NSA1Ljg2NDYxMjg5IDExLjY1OTUwNDcgNy4yNzg4MjY0NSAxMC4yNDUyOTExIDMuMDM2MTg1NzYgNi4wMDI2NTA0NSI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  left: .625rem;
  position: absolute;
  content: "";
  top: 50%;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-sm > .btn-outline-warning.btn-arrow-left.arrow-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.arrow-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.arrow-right:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.arrow-right:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.btn-link-lg:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.btn-link-lg:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.btn:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.btn:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.primary-link-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.primary-link-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.primary-link:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.primary-link:hover:not([disabled])::after,
.btn-outline-warning.btn-sm.btn-arrow-left:focus:not([disabled])::after,
.btn-outline-warning.btn-sm.btn-arrow-left:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNzg0YjA1IiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTQiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMgNyAyMSA3IDIxIDUgMyA1Ij48L3BvbHlnb24+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iNy4yNzg4MjY0NSAxLjc2MDAwOTc3IDUuODY0NjEyODkgMC4zNDU3OTYyMDMgMC4yMDc3NTg2MzkgNi4wMDI2NTA0NSA1Ljg2NDYxMjg5IDExLjY1OTUwNDcgNy4yNzg4MjY0NSAxMC4yNDUyOTExIDMuMDM2MTg1NzYgNi4wMDI2NTA0NSI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-sm > .btn-outline-warning.btn-arrow-left.arrow-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.arrow-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.arrow-right:active:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.arrow-right:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.btn-link-lg-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.btn-link-lg-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.btn-link-lg:active:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.btn-link-lg:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.btn:active:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.btn:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.primary-link-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.primary-link-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.primary-link:active:not([disabled])::after,
.btn-group-sm > .btn-outline-warning.btn-arrow-left.primary-link:focus:hover:active:not([disabled])::after,
.btn-outline-warning.btn-sm.btn-arrow-left:active:not([disabled])::after,
.btn-outline-warning.btn-sm.btn-arrow-left:focus:hover:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNzg0YjA1IiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTQiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMgNyAyMSA3IDIxIDUgMyA1Ij48L3BvbHlnb24+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iNy4yNzg4MjY0NSAxLjc2MDAwOTc3IDUuODY0NjEyODkgMC4zNDU3OTYyMDMgMC4yMDc3NTg2MzkgNi4wMDI2NTA0NSA1Ljg2NDYxMjg5IDExLjY1OTUwNDcgNy4yNzg4MjY0NSAxMC4yNDUyOTExIDMuMDM2MTg1NzYgNi4wMDI2NTA0NSI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-group-lg > .btn-outline-warning.btn-arrow-left.arrow-left,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.arrow-right,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.btn,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.btn-link-lg,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.btn-link-lg-left,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.primary-link,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.primary-link-left,
.btn-outline-warning.btn-lg.btn-arrow-left {
  position: relative;
  text-align: right;
  padding-left: 3.375rem !important;
}
.btn-group-lg > .btn-outline-warning.btn-arrow-left.arrow-left::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.arrow-right::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.btn-link-lg-left::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.btn-link-lg::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.btn::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.primary-link-left::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.primary-link::after,
.btn-outline-warning.btn-lg.btn-arrow-left::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTk2MDA2IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  left: .75rem;
  position: absolute;
  content: "";
  top: 50%;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-lg > .btn-outline-warning.btn-arrow-left.arrow-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.arrow-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.arrow-right:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.arrow-right:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.btn-link-lg:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.btn-link-lg:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.btn:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.btn:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.primary-link-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.primary-link-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.primary-link:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.primary-link:hover:not([disabled])::after,
.btn-outline-warning.btn-lg.btn-arrow-left:focus:not([disabled])::after,
.btn-outline-warning.btn-lg.btn-arrow-left:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNzg0YjA1IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-lg > .btn-outline-warning.btn-arrow-left.arrow-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.arrow-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.arrow-right:active:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.arrow-right:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.btn-link-lg-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.btn-link-lg-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.btn-link-lg:active:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.btn-link-lg:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.btn:active:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.btn:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.primary-link-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.primary-link-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.primary-link:active:not([disabled])::after,
.btn-group-lg > .btn-outline-warning.btn-arrow-left.primary-link:focus:hover:active:not([disabled])::after,
.btn-outline-warning.btn-lg.btn-arrow-left:active:not([disabled])::after,
.btn-outline-warning.btn-lg.btn-arrow-left:focus:hover:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNzg0YjA1IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-outline-warning.btn-block {
  position: relative;
}
.btn-outline-warning.btn-block.btn-arrow {
  padding-right: 45px;
}
.btn-outline-warning.btn-block.btn-arrow::after {
  content: "";
  right: .6rem;
  position: absolute;
  top: 50%!important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-outline-warning.btn-block.btn-arrow:focus:not([disabled])::after,
.btn-outline-warning.btn-block.btn-arrow:hover:not([disabled])::after {
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-warning.btn-block.btn-arrow:active:not([disabled])::after {
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-warning.btn-block.btn-arrow-left::after {
  top: 50%!important;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-outline-warning.btn-block.btn-arrow-left:focus:hover:not([disabled])::after,
.btn-outline-warning.btn-block.btn-arrow-left:focus:not([disabled])::after,
.btn-outline-warning.btn-block.btn-arrow-left:hover:not([disabled])::after {
  margin-left: 0;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-warning.btn-block.btn-arrow-left:active:not([disabled])::after,
.btn-outline-warning.btn-block.btn-arrow-left:focus:hover:active:not([disabled])::after {
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-outline-danger {
  padding: .375rem .75rem;
  color: #ad1015;
  background-color: #fbd5d6;
  border-color: #ad1015;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus,
.btn-outline-danger:hover,
.btn-outline-danger:hover:focus {
  color: #910d12;
  background-color: #fbd5d6;
  border-color: #910d12;
  -webkit-box-shadow: inset 0 0 0 1px #910d12,inset 0 0 0 1px #910d12,inset 0 0 0 1px #910d12,inset 0 0 0 1px #910d12;
  box-shadow: inset 0 0 0 1px #910d12, inset 0 0 0 1px #910d12, inset 0 0 0 1px #910d12, inset 0 0 0 1px #910d12;
}
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:active,
.btn-outline-danger:active:focus,
.btn-outline-danger:active:hover {
  color: #910d12;
  border-color: #910d12;
  background-color: #f6cbcc;
  -webkit-box-shadow: inset 0 0 0 1px #910d12,inset 0 0 0 1px #910d12,inset 0 0 0 1px #910d12,inset 0 0 0 1px #910d12;
  box-shadow: inset 0 0 0 1px #910d12, inset 0 0 0 1px #910d12, inset 0 0 0 1px #910d12, inset 0 0 0 1px #910d12;
}
.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled).active.focus,
.btn-outline-danger:not([disabled]):not(.disabled).active:focus:hover,
.btn-outline-danger:not([disabled]):not(.disabled).active:hover,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled):active.focus,
.btn-outline-danger:not([disabled]):not(.disabled):active:focus:hover,
.btn-outline-danger:not([disabled]):not(.disabled):active:hover,
.show > .btn-outline-danger.dropdown-toggle,
.show > .btn-outline-danger.dropdown-toggle.focus,
.show > .btn-outline-danger.dropdown-toggle:focus:hover,
.show > .btn-outline-danger.dropdown-toggle:hover {
  color: #910d12;
  background: #f6cbcc;
  border-color: #910d12;
  -webkit-box-shadow: inset 0 0 0 1px #910d12,inset 0 0 0 1px #910d12,inset 0 0 0 1px #910d12,inset 0 0 0 1px #910d12;
  box-shadow: inset 0 0 0 1px #910d12, inset 0 0 0 1px #910d12, inset 0 0 0 1px #910d12, inset 0 0 0 1px #910d12;
}
.btn-outline-danger.disabled,
.btn-outline-danger.disabled.focus,
.btn-outline-danger.disabled.hover,
.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled,
.btn-outline-danger:disabled.focus,
.btn-outline-danger:disabled.hover,
.btn-outline-danger:disabled:focus,
.btn-outline-danger:disabled:hover {
  pointer-events: none;
  background-color: inherit;
  border-color: #ad1015;
  color: #ad1015;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group-sm > .btn-outline-danger.arrow-left,
.btn-group-sm > .btn-outline-danger.arrow-right,
.btn-group-sm > .btn-outline-danger.btn,
.btn-group-sm > .btn-outline-danger.btn-link-lg,
.btn-group-sm > .btn-outline-danger.btn-link-lg-left,
.btn-group-sm > .btn-outline-danger.primary-link,
.btn-group-sm > .btn-outline-danger.primary-link-left,
.btn-outline-danger.btn-sm {
  font-size: 1rem;
  padding: 0.125rem 0.625rem;
}
.btn-group-lg > .btn-outline-danger.arrow-left,
.btn-group-lg > .btn-outline-danger.arrow-right,
.btn-group-lg > .btn-outline-danger.btn,
.btn-group-lg > .btn-outline-danger.btn-link-lg,
.btn-group-lg > .btn-outline-danger.btn-link-lg-left,
.btn-group-lg > .btn-outline-danger.primary-link,
.btn-group-lg > .btn-outline-danger.primary-link-left,
.btn-outline-danger.btn-lg {
  line-height: 1.2;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}
.btn-link,
.btn-link.btn-block {
  line-height: 1.1;
  text-decoration: none;
}
.btn-group-sm > .btn-link-lg,
.btn-group-sm > .primary-link,
.btn-link,
.btn-link-lg.btn-sm,
.primary-link.btn-sm {
  font-size: 1rem;
}
.btn-outline-danger.btn-arrow {
  text-align: left;
  padding-right: 3.125rem !important;
}
.btn-outline-danger.btn-arrow::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjYWQxMDE1IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  right: .75rem;
  top: 50%;
  position: absolute;
  content: "";
  display: inline-block;
  margin-left: .625rem;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-danger.btn-arrow:focus:not([disabled])::after,
.btn-outline-danger.btn-arrow:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwZDEyIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-danger.btn-arrow:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwZDEyIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-danger.btn-arrow-left {
  position: relative;
  text-align: right;
  padding-left: 3.125rem !important;
}
.btn-outline-danger.btn-arrow-left::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjYWQxMDE1IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  left: .5rem;
  position: absolute;
  content: "";
  top: 50%;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-outline-danger.btn-arrow-left:focus:not([disabled])::after,
.btn-outline-danger.btn-arrow-left:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwZDEyIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-outline-danger.btn-arrow-left:active:not([disabled])::after,
.btn-outline-danger.btn-arrow-left:focus:hover:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwZDEyIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-group-sm > .btn-outline-danger.btn-arrow.arrow-left,
.btn-group-sm > .btn-outline-danger.btn-arrow.arrow-right,
.btn-group-sm > .btn-outline-danger.btn-arrow.btn,
.btn-group-sm > .btn-outline-danger.btn-arrow.btn-link-lg,
.btn-group-sm > .btn-outline-danger.btn-arrow.btn-link-lg-left,
.btn-group-sm > .btn-outline-danger.btn-arrow.primary-link,
.btn-group-sm > .btn-outline-danger.btn-arrow.primary-link-left,
.btn-outline-danger.btn-sm.btn-arrow {
  text-align: left;
  padding-right: 2.5625rem !important;
}
.btn-group-sm > .btn-outline-danger.btn-arrow.arrow-left::after,
.btn-group-sm > .btn-outline-danger.btn-arrow.arrow-right::after,
.btn-group-sm > .btn-outline-danger.btn-arrow.btn-link-lg-left::after,
.btn-group-sm > .btn-outline-danger.btn-arrow.btn-link-lg::after,
.btn-group-sm > .btn-outline-danger.btn-arrow.btn::after,
.btn-group-sm > .btn-outline-danger.btn-arrow.primary-link-left::after,
.btn-group-sm > .btn-outline-danger.btn-arrow.primary-link::after,
.btn-outline-danger.btn-sm.btn-arrow::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjYWQxMDE1IiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iMCA3IDE4IDcgMTggNSAwIDUiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSIxMy43Mjg0NTE1IDEwLjI0NTI5MTEgMTUuMTQyNjY1MSAxMS42NTk1MDQ3IDIwLjc5OTUxOTQgNi4wMDI2NTA0NSAxNS4xNDI2NjUxIDAuMzQ1Nzk2MjAzIDEzLjcyODQ1MTUgMS43NjAwMDk3NyAxNy45NzEwOTIyIDYuMDAyNjUwNDUiPjwvcG9seWdvbj48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  right: .625rem;
  top: 50%;
  position: absolute;
  content: "";
  display: inline-block;
  margin-left: .625rem;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-sm > .btn-outline-danger.btn-arrow.arrow-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow.arrow-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow.arrow-right:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow.arrow-right:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow.btn-link-lg:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow.btn-link-lg:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow.btn:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow.btn:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow.primary-link-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow.primary-link-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow.primary-link:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow.primary-link:hover:not([disabled])::after,
.btn-outline-danger.btn-sm.btn-arrow:focus:not([disabled])::after,
.btn-outline-danger.btn-sm.btn-arrow:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwZDEyIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iMCA3IDE4IDcgMTggNSAwIDUiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSIxMy43Mjg0NTE1IDEwLjI0NTI5MTEgMTUuMTQyNjY1MSAxMS42NTk1MDQ3IDIwLjc5OTUxOTQgNi4wMDI2NTA0NSAxNS4xNDI2NjUxIDAuMzQ1Nzk2MjAzIDEzLjcyODQ1MTUgMS43NjAwMDk3NyAxNy45NzEwOTIyIDYuMDAyNjUwNDUiPjwvcG9seWdvbj48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-sm > .btn-outline-danger.btn-arrow.arrow-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow.arrow-right:active:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow.btn-link-lg-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow.btn-link-lg:active:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow.btn:active:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow.primary-link-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow.primary-link:active:not([disabled])::after,
.btn-outline-danger.btn-sm.btn-arrow:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwZDEyIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iMCA3IDE4IDcgMTggNSAwIDUiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSIxMy43Mjg0NTE1IDEwLjI0NTI5MTEgMTUuMTQyNjY1MSAxMS42NTk1MDQ3IDIwLjc5OTUxOTQgNi4wMDI2NTA0NSAxNS4xNDI2NjUxIDAuMzQ1Nzk2MjAzIDEzLjcyODQ1MTUgMS43NjAwMDk3NyAxNy45NzEwOTIyIDYuMDAyNjUwNDUiPjwvcG9seWdvbj48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-lg > .btn-outline-danger.btn-arrow.arrow-left,
.btn-group-lg > .btn-outline-danger.btn-arrow.arrow-right,
.btn-group-lg > .btn-outline-danger.btn-arrow.btn,
.btn-group-lg > .btn-outline-danger.btn-arrow.btn-link-lg,
.btn-group-lg > .btn-outline-danger.btn-arrow.btn-link-lg-left,
.btn-group-lg > .btn-outline-danger.btn-arrow.primary-link,
.btn-group-lg > .btn-outline-danger.btn-arrow.primary-link-left,
.btn-outline-danger.btn-lg.btn-arrow {
  text-align: left;
  padding-right: 3.375rem !important;
}
.btn-group-lg > .btn-outline-danger.btn-arrow.arrow-left::after,
.btn-group-lg > .btn-outline-danger.btn-arrow.arrow-right::after,
.btn-group-lg > .btn-outline-danger.btn-arrow.btn-link-lg-left::after,
.btn-group-lg > .btn-outline-danger.btn-arrow.btn-link-lg::after,
.btn-group-lg > .btn-outline-danger.btn-arrow.btn::after,
.btn-group-lg > .btn-outline-danger.btn-arrow.primary-link-left::after,
.btn-group-lg > .btn-outline-danger.btn-arrow.primary-link::after,
.btn-outline-danger.btn-lg.btn-arrow::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjYWQxMDE1IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  right: 1rem;
  top: 50%;
  position: absolute;
  content: "";
  display: inline-block;
  margin-left: .625rem;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-lg > .btn-outline-danger.btn-arrow.arrow-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow.arrow-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow.arrow-right:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow.arrow-right:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow.btn-link-lg:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow.btn-link-lg:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow.btn:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow.btn:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow.primary-link-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow.primary-link-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow.primary-link:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow.primary-link:hover:not([disabled])::after,
.btn-outline-danger.btn-lg.btn-arrow:focus:not([disabled])::after,
.btn-outline-danger.btn-lg.btn-arrow:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwZDEyIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-lg > .btn-outline-danger.btn-arrow.arrow-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow.arrow-right:active:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow.btn-link-lg-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow.btn-link-lg:active:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow.btn:active:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow.primary-link-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow.primary-link:active:not([disabled])::after,
.btn-outline-danger.btn-lg.btn-arrow:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwZDEyIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-group-sm > .btn-outline-danger.btn-arrow-left.arrow-left,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.arrow-right,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.btn,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.btn-link-lg,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.btn-link-lg-left,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.primary-link,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.primary-link-left,
.btn-outline-danger.btn-sm.btn-arrow-left {
  position: relative;
  text-align: right;
  padding-left: 2.5625rem !important;
}
.btn-group-sm > .btn-outline-danger.btn-arrow-left.arrow-left::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.arrow-right::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.btn-link-lg-left::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.btn-link-lg::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.btn::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.primary-link-left::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.primary-link::after,
.btn-outline-danger.btn-sm.btn-arrow-left::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjYWQxMDE1IiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTQiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMgNyAyMSA3IDIxIDUgMyA1Ij48L3BvbHlnb24+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iNy4yNzg4MjY0NSAxLjc2MDAwOTc3IDUuODY0NjEyODkgMC4zNDU3OTYyMDMgMC4yMDc3NTg2MzkgNi4wMDI2NTA0NSA1Ljg2NDYxMjg5IDExLjY1OTUwNDcgNy4yNzg4MjY0NSAxMC4yNDUyOTExIDMuMDM2MTg1NzYgNi4wMDI2NTA0NSI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  left: .625rem;
  position: absolute;
  content: "";
  top: 50%;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-sm > .btn-outline-danger.btn-arrow-left.arrow-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.arrow-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.arrow-right:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.arrow-right:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.btn-link-lg:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.btn-link-lg:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.btn:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.btn:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.primary-link-left:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.primary-link-left:hover:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.primary-link:focus:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.primary-link:hover:not([disabled])::after,
.btn-outline-danger.btn-sm.btn-arrow-left:focus:not([disabled])::after,
.btn-outline-danger.btn-sm.btn-arrow-left:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwZDEyIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTQiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMgNyAyMSA3IDIxIDUgMyA1Ij48L3BvbHlnb24+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iNy4yNzg4MjY0NSAxLjc2MDAwOTc3IDUuODY0NjEyODkgMC4zNDU3OTYyMDMgMC4yMDc3NTg2MzkgNi4wMDI2NTA0NSA1Ljg2NDYxMjg5IDExLjY1OTUwNDcgNy4yNzg4MjY0NSAxMC4yNDUyOTExIDMuMDM2MTg1NzYgNi4wMDI2NTA0NSI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-sm > .btn-outline-danger.btn-arrow-left.arrow-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.arrow-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.arrow-right:active:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.arrow-right:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.btn-link-lg-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.btn-link-lg-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.btn-link-lg:active:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.btn-link-lg:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.btn:active:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.btn:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.primary-link-left:active:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.primary-link-left:focus:hover:active:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.primary-link:active:not([disabled])::after,
.btn-group-sm > .btn-outline-danger.btn-arrow-left.primary-link:focus:hover:active:not([disabled])::after,
.btn-outline-danger.btn-sm.btn-arrow-left:active:not([disabled])::after,
.btn-outline-danger.btn-sm.btn-arrow-left:focus:hover:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwZDEyIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTQiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMgNyAyMSA3IDIxIDUgMyA1Ij48L3BvbHlnb24+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iNy4yNzg4MjY0NSAxLjc2MDAwOTc3IDUuODY0NjEyODkgMC4zNDU3OTYyMDMgMC4yMDc3NTg2MzkgNi4wMDI2NTA0NSA1Ljg2NDYxMjg5IDExLjY1OTUwNDcgNy4yNzg4MjY0NSAxMC4yNDUyOTExIDMuMDM2MTg1NzYgNi4wMDI2NTA0NSI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-group-lg > .btn-outline-danger.btn-arrow-left.arrow-left,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.arrow-right,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.btn,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.btn-link-lg,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.btn-link-lg-left,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.primary-link,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.primary-link-left,
.btn-outline-danger.btn-lg.btn-arrow-left {
  position: relative;
  text-align: right;
  padding-left: 3.375rem !important;
}
.btn-group-lg > .btn-outline-danger.btn-arrow-left.arrow-left::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.arrow-right::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.btn-link-lg-left::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.btn-link-lg::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.btn::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.primary-link-left::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.primary-link::after,
.btn-outline-danger.btn-lg.btn-arrow-left::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjYWQxMDE1IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  left: .75rem;
  position: absolute;
  content: "";
  top: 50%;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-lg > .btn-outline-danger.btn-arrow-left.arrow-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.arrow-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.arrow-right:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.arrow-right:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.btn-link-lg-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.btn-link-lg-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.btn-link-lg:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.btn-link-lg:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.btn:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.btn:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.primary-link-left:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.primary-link-left:hover:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.primary-link:focus:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.primary-link:hover:not([disabled])::after,
.btn-outline-danger.btn-lg.btn-arrow-left:focus:not([disabled])::after,
.btn-outline-danger.btn-lg.btn-arrow-left:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwZDEyIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-group-lg > .btn-outline-danger.btn-arrow-left.arrow-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.arrow-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.arrow-right:active:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.arrow-right:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.btn-link-lg-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.btn-link-lg-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.btn-link-lg:active:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.btn-link-lg:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.btn:active:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.btn:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.primary-link-left:active:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.primary-link-left:focus:hover:active:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.primary-link:active:not([disabled])::after,
.btn-group-lg > .btn-outline-danger.btn-arrow-left.primary-link:focus:hover:active:not([disabled])::after,
.btn-outline-danger.btn-lg.btn-arrow-left:active:not([disabled])::after,
.btn-outline-danger.btn-lg.btn-arrow-left:focus:hover:active:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwZDEyIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-outline-danger.btn-block {
  position: relative;
}
.btn-outline-danger.btn-block.btn-arrow {
  padding-right: 45px;
}
.btn-outline-danger.btn-block.btn-arrow::after {
  content: "";
  right: .6rem;
  position: absolute;
  top: 50%!important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-outline-danger.btn-block.btn-arrow:focus:not([disabled])::after,
.btn-outline-danger.btn-block.btn-arrow:hover:not([disabled])::after {
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-danger.btn-block.btn-arrow:active:not([disabled])::after {
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-danger.btn-block.btn-arrow-left::after {
  top: 50%!important;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
}
.btn-outline-danger.btn-block.btn-arrow-left:focus:hover:not([disabled])::after,
.btn-outline-danger.btn-block.btn-arrow-left:focus:not([disabled])::after,
.btn-outline-danger.btn-block.btn-arrow-left:hover:not([disabled])::after {
  margin-left: 0;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-outline-danger.btn-block.btn-arrow-left:active:not([disabled])::after,
.btn-outline-danger.btn-block.btn-arrow-left:focus:hover:active:not([disabled])::after {
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(-50%);
}
.btn-link,
.close.close:active {
  -webkit-transition: none;
  -o-transition: none;
}
a.arrow-left:active,
a.arrow-right:active,
a.btn-link-lg-left:active,
a.btn-link-lg:active,
a.btn:active,
a.primary-link-left:active,
a.primary-link:active {
  opacity: 1;
}
.btn-link {
  transition: none;
  color: #005aa0;
  padding: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, currentColor)) 0 100% repeat-x;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x;
  background-size: 2px 2px;
  font-family: inherit;
  margin: .375rem 0;
  position: relative;
  border: -webkit-calc(2.025rem) solid transparent;
  border: calc(2.025rem) solid transparent;
  border-right-width: 0;
  border-left-width: 0;
  vertical-align: baseline;
  background-position-y: 1rem;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.btn-link:focus,
.btn-link:hover {
  outline: 0;
  text-decoration: none;
  color: #005aa0;
}
.btn-link:hover {
  color: #002f54;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, currentColor));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentColor 50%);
}
.btn-link:active {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, currentColor));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentColor 50%);
  color: #02234a;
}
.btn-link.btn-link-margin {
  margin-right: 2rem !important;
}
.btn-link::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: .375rem .75rem;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-link.btn-block {
  color: #005aa0;
  border: 0;
  padding: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, currentColor)) 0 100% repeat-x;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x;
  background-size: 2px 2px;
  width: 100%;
  background-image: none;
  display: block;
  text-align: center;
}
.btn-link.btn-block:focus,
.btn-link.btn-block:hover {
  outline: 0;
  text-decoration: none;
  color: #005aa0;
}
.btn-link.btn-block:hover {
  color: #002f54;
  text-decoration: none;
}
.btn-link.btn-block:active {
  color: #02234a;
}
.btn-link.btn-block:active,
.btn-link.btn-block:hover {
  background-image: none;
}
.btn-link.btn-block::after {
  display: none;
}
.btn-link-lg,
.primary-link {
  color: #ad1015;
  text-decoration: none;
  text-align: left;
  padding: 0 3px 0 0;
  background: 0 0;
  border: none;
}
.btn-link-lg::after,
.primary-link::after {
  content: "";
  display: inline-block;
  border: 0;
  margin-left: .625rem;
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjYWQxMDE1IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  bottom: -3px;
  position: relative;
  height: 18px;
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-link-lg:focus:hover:not([disabled]),
.btn-link-lg:focus:not([disabled]),
.btn-link-lg:hover:not([disabled]),
.primary-link:focus:hover:not([disabled]),
.primary-link:focus:not([disabled]),
.primary-link:hover:not([disabled]) {
  background: 0 0;
  text-decoration: none;
  color: #910c19;
}
.btn-link-lg:focus:hover:not([disabled])::after,
.btn-link-lg:focus:not([disabled])::after,
.btn-link-lg:hover:not([disabled])::after,
.primary-link:focus:hover:not([disabled])::after,
.primary-link:focus:not([disabled])::after,
.primary-link:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwYzE5IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  height: 18px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.btn-link-lg:active:not([disabled]):not(.disabled),
.btn-link-lg:focus:active:hover:not([disabled]):not(.disabled),
.btn-link-lg:hover:active:not([disabled]):not(.disabled),
.primary-link:active:not([disabled]):not(.disabled),
.primary-link:focus:active:hover:not([disabled]):not(.disabled),
.primary-link:hover:active:not([disabled]):not(.disabled) {
  color: #7a0b16;
  opacity: 1;
}
.btn-link-lg:active:not([disabled]):not(.disabled)::after,
.btn-link-lg:focus:active:hover:not([disabled]):not(.disabled)::after,
.btn-link-lg:hover:active:not([disabled]):not(.disabled)::after,
.primary-link:active:not([disabled]):not(.disabled)::after,
.primary-link:focus:active:hover:not([disabled]):not(.disabled)::after,
.primary-link:hover:active:not([disabled]):not(.disabled)::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjN2EwYjE2IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  height: 18px;
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.btn-link-lg.btn-block,
.primary-link.btn-block {
  text-align: center;
}
.btn-link-lg.btn-block a,
.primary-link.btn-block a {
  color: #ad1015;
  background-image: none;
}
.btn-link-lg.btn-block:hover a,
.primary-link.btn-block:hover a {
  color: #910c19;
}
.btn-link-lg.btn-block:active a,
.btn-link-lg.btn-block:focus:active a,
.btn-link-lg.btn-block:hover:active a,
.primary-link.btn-block:active a,
.primary-link.btn-block:focus:active a,
.primary-link.btn-block:hover:active a {
  color: #7a0b16;
  opacity: 1;
}
.btn-group-sm > .btn-link-lg::after,
.btn-group-sm > .primary-link::after,
.btn-link-lg.btn-sm::after,
.primary-link.btn-sm::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjYWQxMDE1IiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iMCA3IDE4IDcgMTggNSAwIDUiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSIxMy43Mjg0NTE1IDEwLjI0NTI5MTEgMTUuMTQyNjY1MSAxMS42NTk1MDQ3IDIwLjc5OTUxOTQgNi4wMDI2NTA0NSAxNS4xNDI2NjUxIDAuMzQ1Nzk2MjAzIDEzLjcyODQ1MTUgMS43NjAwMDk3NyAxNy45NzEwOTIyIDYuMDAyNjUwNDUiPjwvcG9seWdvbj48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  margin-left: .625rem;
  bottom: 0;
}
.btn-group-sm > .btn-link-lg:focus::after,
.btn-group-sm > .btn-link-lg:focus:hover::after,
.btn-group-sm > .btn-link-lg:hover::after,
.btn-group-sm > .primary-link:focus::after,
.btn-group-sm > .primary-link:focus:hover::after,
.btn-group-sm > .primary-link:hover::after,
.btn-link-lg.btn-sm:focus::after,
.btn-link-lg.btn-sm:focus:hover::after,
.btn-link-lg.btn-sm:hover::after,
.primary-link.btn-sm:focus::after,
.primary-link.btn-sm:focus:hover::after,
.primary-link.btn-sm:hover::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwYzE5IiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iMCA3IDE4IDcgMTggNSAwIDUiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSIxMy43Mjg0NTE1IDEwLjI0NTI5MTEgMTUuMTQyNjY1MSAxMS42NTk1MDQ3IDIwLjc5OTUxOTQgNi4wMDI2NTA0NSAxNS4xNDI2NjUxIDAuMzQ1Nzk2MjAzIDEzLjcyODQ1MTUgMS43NjAwMDk3NyAxNy45NzEwOTIyIDYuMDAyNjUwNDUiPjwvcG9seWdvbj48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  bottom: 0;
}
.btn-group-lg > .btn-link-lg,
.btn-group-lg > .primary-link,
.btn-link-lg.btn-lg,
.primary-link.btn-lg {
  font-size: 1.25rem;
  line-height: 1.2;
}
.btn-group-lg > .btn-link-lg::after,
.btn-group-lg > .primary-link::after,
.btn-link-lg.btn-lg::after,
.primary-link.btn-lg::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjYWQxMDE1IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  bottom: -3px;
}
.btn-group-lg > .btn-link-lg:focus::after,
.btn-group-lg > .btn-link-lg:focus:hover::after,
.btn-group-lg > .btn-link-lg:hover::after,
.btn-group-lg > .primary-link:focus::after,
.btn-group-lg > .primary-link:focus:hover::after,
.btn-group-lg > .primary-link:hover::after,
.btn-link-lg.btn-lg:focus::after,
.btn-link-lg.btn-lg:focus:hover::after,
.btn-link-lg.btn-lg:hover::after,
.primary-link.btn-lg:focus::after,
.primary-link.btn-lg:focus:hover::after,
.primary-link.btn-lg:hover::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwYzE5IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  bottom: -3px;
}
.btn-link-lg a,
.btn-link-lg span,
.primary-link a,
.primary-link span {
  margin-right: -4px;
}
.arrow-left::before,
.btn-link-lg-left::before,
.primary-link-left::before {
  content: "";
  position: relative;
  -webkit-backface-visibility: hidden;
  margin-right: .625rem;
  display: inline-block;
}
.btn-link-lg-left,
.primary-link-left {
  color: #ad1015;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  background: 0 0;
  border: none;
  padding: 0 0 0 43px;
}
.btn-link-lg-left::before,
.primary-link-left::before {
  border: 0;
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjYWQxMDE1IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  bottom: -3px;
  height: 18px;
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(0);
  margin-left: -40px;
}
.btn-link-lg-left:focus:hover:not([disabled]),
.btn-link-lg-left:focus:not([disabled]),
.btn-link-lg-left:hover:not([disabled]),
.primary-link-left:focus:hover:not([disabled]),
.primary-link-left:focus:not([disabled]),
.primary-link-left:hover:not([disabled]) {
  background: 0 0;
  text-decoration: none;
  color: #910c19;
}
.btn-link-lg-left:focus:hover:not([disabled])::before,
.btn-link-lg-left:focus:not([disabled])::before,
.btn-link-lg-left:hover:not([disabled])::before,
.primary-link-left:focus:hover:not([disabled])::before,
.primary-link-left:focus:not([disabled])::before,
.primary-link-left:hover:not([disabled])::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwYzE5IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  height: 18px;
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(0);
}
.btn-link-lg-left:active:not([disabled]):not(.disabled),
.btn-link-lg-left:focus:active:hover:not([disabled]):not(.disabled),
.btn-link-lg-left:hover:active:not([disabled]):not(.disabled),
.primary-link-left:active:not([disabled]):not(.disabled),
.primary-link-left:focus:active:hover:not([disabled]):not(.disabled),
.primary-link-left:hover:active:not([disabled]):not(.disabled) {
  color: #7a0b16;
  opacity: 1;
}
.btn-link-lg-left:active:not([disabled]):not(.disabled)::before,
.btn-link-lg-left:focus:active:hover:not([disabled]):not(.disabled)::before,
.btn-link-lg-left:hover:active:not([disabled]):not(.disabled)::before,
.primary-link-left:active:not([disabled]):not(.disabled)::before,
.primary-link-left:focus:active:hover:not([disabled]):not(.disabled)::before,
.primary-link-left:hover:active:not([disabled]):not(.disabled)::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjN2EwYjE2IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  height: 18px;
  -ms-transform: translateX(-3px);
  transform: translateX(-3px);
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(0);
}
.btn-link-lg-left.btn-block,
.primary-link-left.btn-block {
  text-align: center;
}
.btn-link-lg-left.btn-block a,
.primary-link-left.btn-block a {
  color: #ad1015;
  background-image: none;
}
.btn-link-lg-left.btn-block:hover a,
.primary-link-left.btn-block:hover a {
  color: #910c19;
}
.btn-link-lg-left.btn-block:active a,
.btn-link-lg-left.btn-block:focus:active a,
.btn-link-lg-left.btn-block:hover:active a,
.primary-link-left.btn-block:active a,
.primary-link-left.btn-block:focus:active a,
.primary-link-left.btn-block:hover:active a {
  color: #7a0b16;
  opacity: 1;
}
.btn-group-sm > .btn-link-lg-left,
.btn-group-sm > .primary-link-left,
.btn-link-lg-left.btn-sm,
.primary-link-left.btn-sm {
  font-size: 1rem;
}
.btn-group-sm > .btn-link-lg-left::before,
.btn-group-sm > .primary-link-left::before,
.btn-link-lg-left.btn-sm::before,
.primary-link-left.btn-sm::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjYWQxMDE1IiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTQiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMgNyAyMSA3IDIxIDUgMyA1Ij48L3BvbHlnb24+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iNy4yNzg4MjY0NSAxLjc2MDAwOTc3IDUuODY0NjEyODkgMC4zNDU3OTYyMDMgMC4yMDc3NTg2MzkgNi4wMDI2NTA0NSA1Ljg2NDYxMjg5IDExLjY1OTUwNDcgNy4yNzg4MjY0NSAxMC4yNDUyOTExIDMuMDM2MTg1NzYgNi4wMDI2NTA0NSI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  margin-left: -38px;
  bottom: 0;
}
.btn-group-sm > .btn-link-lg-left:focus::before,
.btn-group-sm > .btn-link-lg-left:focus:hover::before,
.btn-group-sm > .btn-link-lg-left:hover::before,
.btn-group-sm > .primary-link-left:focus::before,
.btn-group-sm > .primary-link-left:focus:hover::before,
.btn-group-sm > .primary-link-left:hover::before,
.btn-link-lg-left.btn-sm:focus::before,
.btn-link-lg-left.btn-sm:focus:hover::before,
.btn-link-lg-left.btn-sm:hover::before,
.primary-link-left.btn-sm:focus::before,
.primary-link-left.btn-sm:focus:hover::before,
.primary-link-left.btn-sm:hover::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwYzE5IiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTQiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMgNyAyMSA3IDIxIDUgMyA1Ij48L3BvbHlnb24+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iNy4yNzg4MjY0NSAxLjc2MDAwOTc3IDUuODY0NjEyODkgMC4zNDU3OTYyMDMgMC4yMDc3NTg2MzkgNi4wMDI2NTA0NSA1Ljg2NDYxMjg5IDExLjY1OTUwNDcgNy4yNzg4MjY0NSAxMC4yNDUyOTExIDMuMDM2MTg1NzYgNi4wMDI2NTA0NSI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  bottom: 0;
}
.btn-group-lg > .btn-link-lg-left,
.btn-group-lg > .primary-link-left,
.btn-link-lg-left.btn-lg,
.primary-link-left.btn-lg {
  font-size: 1.25rem;
  line-height: 1.2;
  padding-left: 43px;
}
.btn-group-lg > .btn-link-lg-left::before,
.btn-group-lg > .primary-link-left::before,
.btn-link-lg-left.btn-lg::before,
.primary-link-left.btn-lg::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjYWQxMDE1IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  bottom: -3px;
}
.btn-group-lg > .btn-link-lg-left:focus::before,
.btn-group-lg > .btn-link-lg-left:focus:hover::before,
.btn-group-lg > .btn-link-lg-left:hover::before,
.btn-group-lg > .primary-link-left:focus::before,
.btn-group-lg > .primary-link-left:focus:hover::before,
.btn-group-lg > .primary-link-left:hover::before,
.btn-link-lg-left.btn-lg:focus::before,
.btn-link-lg-left.btn-lg:focus:hover::before,
.btn-link-lg-left.btn-lg:hover::before,
.primary-link-left.btn-lg:focus::before,
.primary-link-left.btn-lg:focus:hover::before,
.primary-link-left.btn-lg:hover::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTEwYzE5IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  bottom: -3px;
}
.arrow-right {
  color: #005aa0;
  text-decoration: none;
  text-align: left;
  padding: 0 3px 0 0;
  background: 0 0;
  border: none;
}
.arrow-right::after {
  content: "";
  display: inline-block;
  border: 0;
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA1YWEwIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  position: relative;
  height: 18px;
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.arrow-right:focus:hover:not([disabled]),
.arrow-right:focus:not([disabled]),
.arrow-right:hover:not([disabled]) {
  background: 0 0;
  text-decoration: none;
  color: #00427a;
}
.arrow-right:focus:hover:not([disabled])::after,
.arrow-right:focus:not([disabled])::after,
.arrow-right:hover:not([disabled])::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA0MjdhIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  height: 18px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.arrow-right:active:not([disabled]):not(.disabled),
.arrow-right:focus:active:hover:not([disabled]):not(.disabled),
.arrow-right:hover:active:not([disabled]):not(.disabled) {
  color: #00325c;
  opacity: 1;
}
.arrow-right:active:not([disabled]):not(.disabled)::after,
.arrow-right:focus:active:hover:not([disabled]):not(.disabled)::after,
.arrow-right:hover:active:not([disabled]):not(.disabled)::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAzMjVjIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  height: 18px;
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.arrow-right.btn-block {
  text-align: center;
}
.arrow-right.btn-block a {
  color: #005aa0;
  background-image: none;
}
.arrow-right.btn-block:hover a {
  color: #00427a;
}
.arrow-right.btn-block:active a,
.arrow-right.btn-block:focus:active a,
.arrow-right.btn-block:hover:active a {
  color: #00325c;
  opacity: 1;
}
.arrow-right.btn-sm,
.btn-group-sm > .arrow-right {
  font-size: 1rem;
}
.arrow-right.btn-sm::after,
.btn-group-sm > .arrow-right::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA1YWEwIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iMCA3IDE4IDcgMTggNSAwIDUiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSIxMy43Mjg0NTE1IDEwLjI0NTI5MTEgMTUuMTQyNjY1MSAxMS42NTk1MDQ3IDIwLjc5OTUxOTQgNi4wMDI2NTA0NSAxNS4xNDI2NjUxIDAuMzQ1Nzk2MjAzIDEzLjcyODQ1MTUgMS43NjAwMDk3NyAxNy45NzEwOTIyIDYuMDAyNjUwNDUiPjwvcG9seWdvbj48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  margin-left: .625rem;
  bottom: 0;
}
.arrow-right.btn-sm:focus::after,
.arrow-right.btn-sm:focus:hover::after,
.arrow-right.btn-sm:hover::after,
.btn-group-sm > .arrow-right:focus::after,
.btn-group-sm > .arrow-right:focus:hover::after,
.btn-group-sm > .arrow-right:hover::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA0MjdhIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iMCA3IDE4IDcgMTggNSAwIDUiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSIxMy43Mjg0NTE1IDEwLjI0NTI5MTEgMTUuMTQyNjY1MSAxMS42NTk1MDQ3IDIwLjc5OTUxOTQgNi4wMDI2NTA0NSAxNS4xNDI2NjUxIDAuMzQ1Nzk2MjAzIDEzLjcyODQ1MTUgMS43NjAwMDk3NyAxNy45NzEwOTIyIDYuMDAyNjUwNDUiPjwvcG9seWdvbj48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  bottom: 0;
}
.arrow-right.btn-lg,
.btn-group-lg > .arrow-right {
  font-size: 1.25rem;
  line-height: 1.2;
}
.arrow-right.btn-lg::after,
.btn-group-lg > .arrow-right::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA1YWEwIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  bottom: -3px;
}
.arrow-right.btn-lg:focus::after,
.arrow-right.btn-lg:focus:hover::after,
.arrow-right.btn-lg:hover::after,
.btn-group-lg > .arrow-right:focus::after,
.btn-group-lg > .arrow-right:focus:hover::after,
.btn-group-lg > .arrow-right:hover::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA0MjdhIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  bottom: -3px;
}
.arrow-right::after {
  margin-left: .625rem;
  bottom: -3px;
}
.arrow-left {
  color: #005aa0;
  text-decoration: none;
  text-align: left;
  background: 0 0;
  border: none;
  padding: 0 0 0 43px;
}
.arrow-left::before {
  border: 0;
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA1YWEwIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 18px;
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(0);
  margin-left: -40px;
}
.arrow-left:focus:hover:not([disabled]),
.arrow-left:focus:not([disabled]),
.arrow-left:hover:not([disabled]) {
  background: 0 0;
  text-decoration: none;
  color: #00427a;
}
.arrow-left:focus:hover:not([disabled])::before,
.arrow-left:focus:not([disabled])::before,
.arrow-left:hover:not([disabled])::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA0MjdhIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  height: 18px;
  -webkit-transform: translateZ(-1000px) translateX(0) translateY(0);
}
.arrow-left:active:not([disabled]):not(.disabled),
.arrow-left:focus:active:hover:not([disabled]):not(.disabled),
.arrow-left:hover:active:not([disabled]):not(.disabled) {
  color: #00325c;
  opacity: 1;
}
.arrow-left:active:not([disabled]):not(.disabled)::before,
.arrow-left:focus:active:hover:not([disabled]):not(.disabled)::before,
.arrow-left:hover:active:not([disabled]):not(.disabled)::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAzMjVjIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  height: 18px;
  -ms-transform: translateX(-3px);
  transform: translateX(-3px);
  -webkit-transform: translateZ(-1000px) translateX(-3px) translateY(0);
}
.arrow-left.btn-block {
  text-align: center;
}
.arrow-left.btn-block a {
  color: #005aa0;
  background-image: none;
}
.arrow-left.btn-block:hover a {
  color: #00427a;
}
.arrow-left.btn-block:active a,
.arrow-left.btn-block:focus:active a,
.arrow-left.btn-block:hover:active a {
  color: #00325c;
  opacity: 1;
}
.arrow-left.btn-sm,
.btn-group-sm > .arrow-left {
  font-size: 1rem;
}
.arrow-left.btn-sm::before,
.btn-group-sm > .arrow-left::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA1YWEwIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTQiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMgNyAyMSA3IDIxIDUgMyA1Ij48L3BvbHlnb24+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iNy4yNzg4MjY0NSAxLjc2MDAwOTc3IDUuODY0NjEyODkgMC4zNDU3OTYyMDMgMC4yMDc3NTg2MzkgNi4wMDI2NTA0NSA1Ljg2NDYxMjg5IDExLjY1OTUwNDcgNy4yNzg4MjY0NSAxMC4yNDUyOTExIDMuMDM2MTg1NzYgNi4wMDI2NTA0NSI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  margin-left: -38px;
  bottom: 0;
}
.arrow-left.btn-sm:focus::before,
.arrow-left.btn-sm:focus:hover::before,
.arrow-left.btn-sm:hover::before,
.btn-group-sm > .arrow-left:focus::before,
.btn-group-sm > .arrow-left:focus:hover::before,
.btn-group-sm > .arrow-left:hover::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA0MjdhIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTQiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMgNyAyMSA3IDIxIDUgMyA1Ij48L3BvbHlnb24+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iNy4yNzg4MjY0NSAxLjc2MDAwOTc3IDUuODY0NjEyODkgMC4zNDU3OTYyMDMgMC4yMDc3NTg2MzkgNi4wMDI2NTA0NSA1Ljg2NDYxMjg5IDExLjY1OTUwNDcgNy4yNzg4MjY0NSAxMC4yNDUyOTExIDMuMDM2MTg1NzYgNi4wMDI2NTA0NSI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  bottom: 0;
}
.arrow-left.btn-lg,
.btn-group-lg > .arrow-left {
  font-size: 1.25rem;
  line-height: 1.2;
  padding-left: 43px;
}
.arrow-left.btn-lg::before,
.btn-group-lg > .arrow-left::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA1YWEwIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  bottom: -3px;
}
.arrow-left.btn-lg:focus::before,
.arrow-left.btn-lg:focus:hover::before,
.arrow-left.btn-lg:hover::before,
.btn-group-lg > .arrow-left:focus::before,
.btn-group-lg > .arrow-left:focus:hover::before,
.btn-group-lg > .arrow-left:hover::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA0MjdhIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjUwMDAwMCwgLTcuMDAwMDAwKSAiIHBvaW50cz0iMyA4IDI4IDggMjggNiAzIDYiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSI5LjAyODE3NDU5IDEuNzAwMDEyMjEgNy42MTM5NjEwMyAwLjI4NTc5ODY0NSAwLjg5NjQ0NjYwOSA3LjAwMzMxMzA3IDcuNjEzOTYxMDMgMTMuNzIwODI3NSA5LjAyODE3NDU5IDEyLjMwNjYxMzkgMy43MjQ4NzM3MyA3LjAwMzMxMzA3Ij48L3BvbHlnb24+PC9nPjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  bottom: -3px;
}
.arrow-left::before {
  bottom: -3px;
}
.btn-login-logout {
  background-color: #007db0;
  font-size: 15px;
  line-height: 1.3;
  color: #ffffff;
}
.btn-login-logout:focus,
.btn-login-logout:hover,
.btn-login-logout:hover:focus {
  background-color: #006791;
  color: #ffffff;
}
.btn-login-logout:active:focus,
.btn-login-logout:hover:active {
  background-color: #005578;
  color: #ffffff;
}
.btn-group-sm > .btn-link.arrow-left,
.btn-group-sm > .btn-link.arrow-right,
.btn-group-sm > .btn-link.btn,
.btn-group-sm > .btn-link.btn-link-lg,
.btn-group-sm > .btn-link.btn-link-lg-left,
.btn-group-sm > .btn-link.primary-link,
.btn-group-sm > .btn-link.primary-link-left,
.btn-sm.btn-link {
  position: relative!important;
  outline: #e30613 solid 2px !important;
}
.btn-group-sm > .btn-link.arrow-left::after,
.btn-group-sm > .btn-link.arrow-right::after,
.btn-group-sm > .btn-link.btn-link-lg-left::after,
.btn-group-sm > .btn-link.btn-link-lg::after,
.btn-group-sm > .btn-link.btn::after,
.btn-group-sm > .btn-link.primary-link-left::after,
.btn-group-sm > .btn-link.primary-link::after,
.btn-sm.btn-link::after {
  content: "btn-link does not support btn-sm" !important;
  padding: 2px 0!important;
  width: auto!important;
  height: auto!important;
  position: absolute!important;
  bottom: 0!important;
  right: 0!important;
  font-family: sans-serif !important;
  font-size: 1rem!important;
  color: #fff!important;
  background: #e30613 !important;
}
.btn-more {
  font-size: 16px;
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
  line-height: 1.5rem;
  color: #005aa0;
  background-color: transparent;
  padding: 0;
}
.btn-group-lg > .btn-more.arrow-left,
.btn-group-lg > .btn-more.arrow-right,
.btn-group-lg > .btn-more.btn,
.btn-group-lg > .btn-more.btn-link-lg,
.btn-group-lg > .btn-more.btn-link-lg-left,
.btn-group-lg > .btn-more.primary-link,
.btn-group-lg > .btn-more.primary-link-left,
.btn-more.btn-lg {
  line-height: 1.2;
  font-size: 18px;
}
.btn-group-sm > .btn-more.arrow-left,
.btn-group-sm > .btn-more.arrow-right,
.btn-group-sm > .btn-more.btn,
.btn-group-sm > .btn-more.btn-link-lg,
.btn-group-sm > .btn-more.btn-link-lg-left,
.btn-group-sm > .btn-more.primary-link,
.btn-group-sm > .btn-more.primary-link-left,
.btn-more.btn-sm {
  font-size: 14px;
}
.btn-more:focus,
.btn-more:hover,
.btn-more:hover:focus {
  color: #00427a;
}
.btn-more:focus::after,
.btn-more:hover::after,
.btn-more:hover:focus::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA0MjdhIiB2aWV3Qm94PSIwIDAgMTggMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlnb24gaWQ9IlBhZ2UtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS40MDU3ODEsIDUuMzA5NjQxKSBzY2FsZSgtMSwgLTEpIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNDA1NzgxLCAtNS4zMDk2NDEpICIgcG9pbnRzPSI1Ljg3MDE0MDc2IC0zLjE3NjE0MDU1IDQuNDU2MTQwNzYgLTEuNzYyMTQwNTUgMTEuNTI3NDIyMSA1LjMwOTE0MDgyIDQuNDU3MTQwNzYgMTIuMzgxNDIyMiA1Ljg3MTE0MDc2IDEzLjc5NTQyMjIgMTIuOTQyNDIyMSA2LjcyNDE0MDgyIDE0LjM1NTQyMjEgNS4zMDkxNDA4MiAxMi45NDI0MjIxIDMuODk2MTQwODIiPjwvcG9seWdvbj48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 16px;
  height: 13px;
}
.btn-more:active,
.btn-more:hover:active,
.btn-more:hover:active:focus {
  opacity: .6;
  color: #00325c;
}
.btn-more:active::after,
.btn-more:hover:active::after,
.btn-more:hover:active:focus::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAzMjVjIiB2aWV3Qm94PSIwIDAgMTggMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlnb24gaWQ9IlBhZ2UtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS40MDU3ODEsIDUuMzA5NjQxKSBzY2FsZSgtMSwgLTEpIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNDA1NzgxLCAtNS4zMDk2NDEpICIgcG9pbnRzPSI1Ljg3MDE0MDc2IC0zLjE3NjE0MDU1IDQuNDU2MTQwNzYgLTEuNzYyMTQwNTUgMTEuNTI3NDIyMSA1LjMwOTE0MDgyIDQuNDU3MTQwNzYgMTIuMzgxNDIyMiA1Ljg3MTE0MDc2IDEzLjc5NTQyMjIgMTIuOTQyNDIyMSA2LjcyNDE0MDgyIDE0LjM1NTQyMjEgNS4zMDkxNDA4MiAxMi45NDI0MjIxIDMuODk2MTQwODIiPjwvcG9seWdvbj48L3N2Zz4=');
  background-repeat: no-repeat;
  opacity: .6;
  width: 16px;
  height: 13px;
}
.btn-more::after {
  content: "";
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA1YWEwIiB2aWV3Qm94PSIwIDAgMTggMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlnb24gaWQ9IlBhZ2UtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS40MDU3ODEsIDUuMzA5NjQxKSBzY2FsZSgtMSwgLTEpIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNDA1NzgxLCAtNS4zMDk2NDEpICIgcG9pbnRzPSI1Ljg3MDE0MDc2IC0zLjE3NjE0MDU1IDQuNDU2MTQwNzYgLTEuNzYyMTQwNTUgMTEuNTI3NDIyMSA1LjMwOTE0MDgyIDQuNDU3MTQwNzYgMTIuMzgxNDIyMiA1Ljg3MTE0MDc2IDEzLjc5NTQyMjIgMTIuOTQyNDIyMSA2LjcyNDE0MDgyIDE0LjM1NTQyMjEgNS4zMDkxNDA4MiAxMi45NDI0MjIxIDMuODk2MTQwODIiPjwvcG9seWdvbj48L3N2Zz4=');
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 13px;
  vertical-align: middle;
  margin-left: .625rem;
  position: relative;
  top: -1px;
  background-size: 16px;
  background-position: center;
}
.btn-more[aria-expanded=true]::after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  border: 2px solid transparent;
}
.alert-heading {
  color: inherit;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  color: inherit;
  padding: 0;
  opacity: 0.3;
}
.alert-danger a:active,
.alert-info a:active,
.alert-success a:active,
.alert-warning a:active,
.bg-diagonal-stripes-danger a:active,
.bg-diagonal-stripes-info a:active,
.bg-diagonal-stripes-success a:active,
.bg-diagonal-stripes-warning a:active {
  opacity: 0.6;
}
.alert-primary {
  color: #002f53;
  background-color: #ccdeec;
  border-color: #b8d1e4;
}
.alert-primary hr {
  border-top-color: #a6c5dd;
}
.alert-primary .alert-link {
  color: #001220;
}
.alert-secondary {
  color: #76030a;
  background-color: #f9cdd0;
  border-color: #f7b9bd;
}
.alert-secondary hr {
  border-top-color: #f4a2a7;
}
.alert-secondary .alert-link {
  color: #440206;
}
.alert-success,
.bg-diagonal-stripes-success {
  background-color: #eaf3d2;
}
.alert-success hr,
.bg-diagonal-stripes-success hr {
  border-top-color: #d7e9ac;
}
.alert-success .alert-link,
.bg-diagonal-stripes-success .alert-link {
  color: #2b3809;
}
.alert-info,
.bg-diagonal-stripes-info {
  background-color: #f1f8fd;
}
.alert-info hr,
.bg-diagonal-stripes-info hr {
  border-top-color: #d6e9f9;
}
.alert-info .alert-link,
.bg-diagonal-stripes-info .alert-link {
  color: #4b5761;
}
.alert-warning,
.bg-diagonal-stripes-warning {
  background-color: #fef0d6;
}
.alert-warning hr,
.bg-diagonal-stripes-warning hr {
  border-top-color: #fcdfad;
}
.alert-warning .alert-link,
.bg-diagonal-stripes-warning .alert-link {
  color: #573f12;
}
.alert-danger,
.bg-diagonal-stripes-danger {
  background-color: #f9cdd0;
}
.alert-danger hr,
.bg-diagonal-stripes-danger hr {
  border-top-color: #f4a2a7;
}
.alert-danger .alert-link,
.bg-diagonal-stripes-danger .alert-link {
  color: #440206;
}
.alert-light {
  color: #717171;
  background-color: #f7f7f7;
  border-color: #f4f4f4;
}
.alert-light hr {
  border-top-color: #e7e7e7;
}
.alert-light .alert-link {
  color: #585858;
}
.alert-dark {
  color: #3c3d3e;
  background-color: #e3e3e4;
  border-color: #d8d8d9;
}
.alert-dark hr {
  border-top-color: #cbcbcc;
}
.alert-dark .alert-link {
  color: #232424;
}
.alert {
  text-align: left;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  cursor: default;
  margin-bottom: .5rem;
  font-weight: 400;
}
.alert-header,
.breadcrumb,
.pagination-steps {
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
}
.alert-header {
  font-weight: 700;
}
.alert-info,
.bg-diagonal-stripes-info {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MDAgNjAwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6dHJhbnNwYXJlbnQ7fS5jbHMtMntmaWxsOiNkN2U5Zjc7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5saW5lc190aGlja2VyPC90aXRsZT48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMCAzODUuODYgMjE0LjE0IDYwMCAyODUuODYgNjAwIDAgMzE0LjE0IDAgMzg1Ljg2Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjAgNDg1Ljg2IDExNC4xNCA2MDAgMTg1Ljg2IDYwMCAwIDQxNC4xNCAwIDQ4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDI4NS44NiAzMTQuMTQgNjAwIDM4NS44NiA2MDAgMCAyMTQuMTQgMCAyODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNjAwIDE0LjE0IDU4NS44NiAwIDUxNC4xNCAwIDYwMCA4NS44NiA2MDAgMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNjAwIDQxNC4xNCAxODUuODYgMCAxMTQuMTQgMCA2MDAgNDg1Ljg2IDYwMCA0MTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iODUuODYgMCAxNC4xNCAwIDYwMCA1ODUuODYgNjAwIDUxNC4xNCA4NS44NiAwIi8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjYwMCAzMTQuMTQgMjg1Ljg2IDAgMjE0LjE0IDAgNjAwIDM4NS44NiA2MDAgMzE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjYwMCAxMTQuMTQgNDg1Ljg2IDAgNDE0LjE0IDAgNjAwIDE4NS44NiA2MDAgMTE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjAgODUuODYgNTE0LjE0IDYwMCA1ODUuODYgNjAwIDAgMTQuMTQgMCA4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2MDAgMjE0LjE0IDM4NS44NiAwIDMxNC4xNCAwIDYwMCAyODUuODYgNjAwIDIxNC4xNCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDE4NS44NiA0MTQuMTQgNjAwIDQ4NS44NiA2MDAgMCAxMTQuMTQgMCAxODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMCA1ODUuODYgMTQuMTQgNjAwIDg1Ljg2IDYwMCAwIDUxNC4xNCAwIDU4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIwIDYwMCAxNC4xNCA2MDAgMCA1ODUuODYgMCA2MDAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCA1MTQuMTQgODUuODYgNjAwIDExNC4xNCA2MDAgMCA0ODUuODYgMCA1MTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCA0MTQuMTQgMTg1Ljg2IDYwMCAyMTQuMTQgNjAwIDAgMzg1Ljg2IDAgNDE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjAgMzE0LjE0IDI4NS44NiA2MDAgMzE0LjE0IDYwMCAwIDI4NS44NiAwIDMxNC4xNCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIwIDIxNC4xNCAzODUuODYgNjAwIDQxNC4xNCA2MDAgMCAxODUuODYgMCAyMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCAxMTQuMTQgNDg1Ljg2IDYwMCA1MTQuMTQgNjAwIDAgODUuODYgMCAxMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCAwIDAgMTQuMTQgNTg1Ljg2IDYwMCA2MDAgNjAwIDYwMCA1ODUuODYgMTQuMTQgMCAwIDAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNjAwIDQ4NS44NiAxMTQuMTQgMCA4NS44NiAwIDYwMCA1MTQuMTQgNjAwIDQ4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMzg1Ljg2IDIxNC4xNCAwIDE4NS44NiAwIDYwMCA0MTQuMTQgNjAwIDM4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMjg1Ljg2IDMxNC4xNCAwIDI4NS44NiAwIDYwMCAzMTQuMTQgNjAwIDI4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMTg1Ljg2IDQxNC4xNCAwIDM4NS44NiAwIDYwMCAyMTQuMTQgNjAwIDE4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgODUuODYgNTE0LjE0IDAgNDg1Ljg2IDAgNjAwIDExNC4xNCA2MDAgODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNjAwIDAgNTg1Ljg2IDAgNjAwIDE0LjE0IDYwMCAwIi8+PC9zdmc+') #e5eff7;
  background-size: 50px 50px;
  color: #005aa0;
  border: 2px solid #d7e9f7;
}
.alert-info a,
.bg-diagonal-stripes-info a {
  color: #005aa0;
}
.alert-info a:focus,
.alert-info a:hover,
.bg-diagonal-stripes-info a:focus,
.bg-diagonal-stripes-info a:hover {
  color: #003d6d;
}
.alert-success,
.bg-diagonal-stripes-success {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MDAgNjAwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6dHJhbnNwYXJlbnQ7fS5jbHMtMntmaWxsOiNkMWU1OTU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5saW5lc190aGlja2VyPC90aXRsZT48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMCAzODUuODYgMjE0LjE0IDYwMCAyODUuODYgNjAwIDAgMzE0LjE0IDAgMzg1Ljg2Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjAgNDg1Ljg2IDExNC4xNCA2MDAgMTg1Ljg2IDYwMCAwIDQxNC4xNCAwIDQ4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDI4NS44NiAzMTQuMTQgNjAwIDM4NS44NiA2MDAgMCAyMTQuMTQgMCAyODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNjAwIDE0LjE0IDU4NS44NiAwIDUxNC4xNCAwIDYwMCA4NS44NiA2MDAgMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNjAwIDQxNC4xNCAxODUuODYgMCAxMTQuMTQgMCA2MDAgNDg1Ljg2IDYwMCA0MTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iODUuODYgMCAxNC4xNCAwIDYwMCA1ODUuODYgNjAwIDUxNC4xNCA4NS44NiAwIi8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjYwMCAzMTQuMTQgMjg1Ljg2IDAgMjE0LjE0IDAgNjAwIDM4NS44NiA2MDAgMzE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjYwMCAxMTQuMTQgNDg1Ljg2IDAgNDE0LjE0IDAgNjAwIDE4NS44NiA2MDAgMTE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjAgODUuODYgNTE0LjE0IDYwMCA1ODUuODYgNjAwIDAgMTQuMTQgMCA4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2MDAgMjE0LjE0IDM4NS44NiAwIDMxNC4xNCAwIDYwMCAyODUuODYgNjAwIDIxNC4xNCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDE4NS44NiA0MTQuMTQgNjAwIDQ4NS44NiA2MDAgMCAxMTQuMTQgMCAxODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMCA1ODUuODYgMTQuMTQgNjAwIDg1Ljg2IDYwMCAwIDUxNC4xNCAwIDU4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIwIDYwMCAxNC4xNCA2MDAgMCA1ODUuODYgMCA2MDAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCA1MTQuMTQgODUuODYgNjAwIDExNC4xNCA2MDAgMCA0ODUuODYgMCA1MTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCA0MTQuMTQgMTg1Ljg2IDYwMCAyMTQuMTQgNjAwIDAgMzg1Ljg2IDAgNDE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjAgMzE0LjE0IDI4NS44NiA2MDAgMzE0LjE0IDYwMCAwIDI4NS44NiAwIDMxNC4xNCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIwIDIxNC4xNCAzODUuODYgNjAwIDQxNC4xNCA2MDAgMCAxODUuODYgMCAyMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCAxMTQuMTQgNDg1Ljg2IDYwMCA1MTQuMTQgNjAwIDAgODUuODYgMCAxMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCAwIDAgMTQuMTQgNTg1Ljg2IDYwMCA2MDAgNjAwIDYwMCA1ODUuODYgMTQuMTQgMCAwIDAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNjAwIDQ4NS44NiAxMTQuMTQgMCA4NS44NiAwIDYwMCA1MTQuMTQgNjAwIDQ4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMzg1Ljg2IDIxNC4xNCAwIDE4NS44NiAwIDYwMCA0MTQuMTQgNjAwIDM4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMjg1Ljg2IDMxNC4xNCAwIDI4NS44NiAwIDYwMCAzMTQuMTQgNjAwIDI4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMTg1Ljg2IDQxNC4xNCAwIDM4NS44NiAwIDYwMCAyMTQuMTQgNjAwIDE4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgODUuODYgNTE0LjE0IDAgNDg1Ljg2IDAgNjAwIDExNC4xNCA2MDAgODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNjAwIDAgNTg1Ljg2IDAgNjAwIDE0LjE0IDYwMCAwIi8+PC9zdmc+') #d8ebae;
  background-size: 50px 50px;
  color: #305704;
  border: 2px solid #d1e595;
}
.alert-success a,
.bg-diagonal-stripes-success a {
  color: #305704;
}
.alert-success a:focus,
.alert-success a:hover,
.bg-diagonal-stripes-success a:focus,
.bg-diagonal-stripes-success a:hover {
  color: #152602;
}
.alert-warning,
.bg-diagonal-stripes-warning {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MDAgNjAwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6dHJhbnNwYXJlbnQ7fS5jbHMtMntmaWxsOiNmNWU5ZDA7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5saW5lc190aGlja2VyPC90aXRsZT48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMCAzODUuODYgMjE0LjE0IDYwMCAyODUuODYgNjAwIDAgMzE0LjE0IDAgMzg1Ljg2Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjAgNDg1Ljg2IDExNC4xNCA2MDAgMTg1Ljg2IDYwMCAwIDQxNC4xNCAwIDQ4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDI4NS44NiAzMTQuMTQgNjAwIDM4NS44NiA2MDAgMCAyMTQuMTQgMCAyODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNjAwIDE0LjE0IDU4NS44NiAwIDUxNC4xNCAwIDYwMCA4NS44NiA2MDAgMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNjAwIDQxNC4xNCAxODUuODYgMCAxMTQuMTQgMCA2MDAgNDg1Ljg2IDYwMCA0MTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iODUuODYgMCAxNC4xNCAwIDYwMCA1ODUuODYgNjAwIDUxNC4xNCA4NS44NiAwIi8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjYwMCAzMTQuMTQgMjg1Ljg2IDAgMjE0LjE0IDAgNjAwIDM4NS44NiA2MDAgMzE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjYwMCAxMTQuMTQgNDg1Ljg2IDAgNDE0LjE0IDAgNjAwIDE4NS44NiA2MDAgMTE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjAgODUuODYgNTE0LjE0IDYwMCA1ODUuODYgNjAwIDAgMTQuMTQgMCA4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2MDAgMjE0LjE0IDM4NS44NiAwIDMxNC4xNCAwIDYwMCAyODUuODYgNjAwIDIxNC4xNCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDE4NS44NiA0MTQuMTQgNjAwIDQ4NS44NiA2MDAgMCAxMTQuMTQgMCAxODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMCA1ODUuODYgMTQuMTQgNjAwIDg1Ljg2IDYwMCAwIDUxNC4xNCAwIDU4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIwIDYwMCAxNC4xNCA2MDAgMCA1ODUuODYgMCA2MDAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCA1MTQuMTQgODUuODYgNjAwIDExNC4xNCA2MDAgMCA0ODUuODYgMCA1MTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCA0MTQuMTQgMTg1Ljg2IDYwMCAyMTQuMTQgNjAwIDAgMzg1Ljg2IDAgNDE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjAgMzE0LjE0IDI4NS44NiA2MDAgMzE0LjE0IDYwMCAwIDI4NS44NiAwIDMxNC4xNCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIwIDIxNC4xNCAzODUuODYgNjAwIDQxNC4xNCA2MDAgMCAxODUuODYgMCAyMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCAxMTQuMTQgNDg1Ljg2IDYwMCA1MTQuMTQgNjAwIDAgODUuODYgMCAxMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCAwIDAgMTQuMTQgNTg1Ljg2IDYwMCA2MDAgNjAwIDYwMCA1ODUuODYgMTQuMTQgMCAwIDAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNjAwIDQ4NS44NiAxMTQuMTQgMCA4NS44NiAwIDYwMCA1MTQuMTQgNjAwIDQ4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMzg1Ljg2IDIxNC4xNCAwIDE4NS44NiAwIDYwMCA0MTQuMTQgNjAwIDM4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMjg1Ljg2IDMxNC4xNCAwIDI4NS44NiAwIDYwMCAzMTQuMTQgNjAwIDI4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMTg1Ljg2IDQxNC4xNCAwIDM4NS44NiAwIDYwMCAyMTQuMTQgNjAwIDE4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgODUuODYgNTE0LjE0IDAgNDg1Ljg2IDAgNjAwIDExNC4xNCA2MDAgODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNjAwIDAgNTg1Ljg2IDAgNjAwIDE0LjE0IDYwMCAwIi8+PC9zdmc+') #faf4d4;
  background-size: 50px 50px;
  color: #996006;
  border: 2px solid #f5e9d0;
}
.alert-warning a,
.bg-diagonal-stripes-warning a {
  color: #996006;
}
.alert-warning a:focus,
.alert-warning a:hover,
.bg-diagonal-stripes-warning a:focus,
.bg-diagonal-stripes-warning a:hover {
  color: #684104;
}
.alert-danger,
.bg-diagonal-stripes-danger {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MDAgNjAwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6dHJhbnNwYXJlbnQ7fS5jbHMtMntmaWxsOiNmYmNiZDI7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5saW5lc190aGlja2VyPC90aXRsZT48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMCAzODUuODYgMjE0LjE0IDYwMCAyODUuODYgNjAwIDAgMzE0LjE0IDAgMzg1Ljg2Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjAgNDg1Ljg2IDExNC4xNCA2MDAgMTg1Ljg2IDYwMCAwIDQxNC4xNCAwIDQ4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDI4NS44NiAzMTQuMTQgNjAwIDM4NS44NiA2MDAgMCAyMTQuMTQgMCAyODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNjAwIDE0LjE0IDU4NS44NiAwIDUxNC4xNCAwIDYwMCA4NS44NiA2MDAgMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNjAwIDQxNC4xNCAxODUuODYgMCAxMTQuMTQgMCA2MDAgNDg1Ljg2IDYwMCA0MTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iODUuODYgMCAxNC4xNCAwIDYwMCA1ODUuODYgNjAwIDUxNC4xNCA4NS44NiAwIi8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjYwMCAzMTQuMTQgMjg1Ljg2IDAgMjE0LjE0IDAgNjAwIDM4NS44NiA2MDAgMzE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjYwMCAxMTQuMTQgNDg1Ljg2IDAgNDE0LjE0IDAgNjAwIDE4NS44NiA2MDAgMTE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjAgODUuODYgNTE0LjE0IDYwMCA1ODUuODYgNjAwIDAgMTQuMTQgMCA4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2MDAgMjE0LjE0IDM4NS44NiAwIDMxNC4xNCAwIDYwMCAyODUuODYgNjAwIDIxNC4xNCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDE4NS44NiA0MTQuMTQgNjAwIDQ4NS44NiA2MDAgMCAxMTQuMTQgMCAxODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMCA1ODUuODYgMTQuMTQgNjAwIDg1Ljg2IDYwMCAwIDUxNC4xNCAwIDU4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIwIDYwMCAxNC4xNCA2MDAgMCA1ODUuODYgMCA2MDAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCA1MTQuMTQgODUuODYgNjAwIDExNC4xNCA2MDAgMCA0ODUuODYgMCA1MTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCA0MTQuMTQgMTg1Ljg2IDYwMCAyMTQuMTQgNjAwIDAgMzg1Ljg2IDAgNDE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjAgMzE0LjE0IDI4NS44NiA2MDAgMzE0LjE0IDYwMCAwIDI4NS44NiAwIDMxNC4xNCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIwIDIxNC4xNCAzODUuODYgNjAwIDQxNC4xNCA2MDAgMCAxODUuODYgMCAyMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCAxMTQuMTQgNDg1Ljg2IDYwMCA1MTQuMTQgNjAwIDAgODUuODYgMCAxMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCAwIDAgMTQuMTQgNTg1Ljg2IDYwMCA2MDAgNjAwIDYwMCA1ODUuODYgMTQuMTQgMCAwIDAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNjAwIDQ4NS44NiAxMTQuMTQgMCA4NS44NiAwIDYwMCA1MTQuMTQgNjAwIDQ4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMzg1Ljg2IDIxNC4xNCAwIDE4NS44NiAwIDYwMCA0MTQuMTQgNjAwIDM4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMjg1Ljg2IDMxNC4xNCAwIDI4NS44NiAwIDYwMCAzMTQuMTQgNjAwIDI4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMTg1Ljg2IDQxNC4xNCAwIDM4NS44NiAwIDYwMCAyMTQuMTQgNjAwIDE4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgODUuODYgNTE0LjE0IDAgNDg1Ljg2IDAgNjAwIDExNC4xNCA2MDAgODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNjAwIDAgNTg1Ljg2IDAgNjAwIDE0LjE0IDYwMCAwIi8+PC9zdmc+') #fbd5d6;
  background-size: 50px 50px;
  color: #ad1015;
  border: 2px solid #fbcbd2;
}
.alert-danger a,
.bg-diagonal-stripes-danger a {
  color: #ad1015;
}
.alert-danger a:focus,
.alert-danger a:hover,
.bg-diagonal-stripes-danger a:focus,
.bg-diagonal-stripes-danger a:hover {
  color: #7e0c0f;
}
.alert .btn-group-sm > .arrow-left,
.alert .btn-group-sm > .arrow-right,
.alert .btn-group-sm > .btn,
.alert .btn-group-sm > .btn-link-lg,
.alert .btn-group-sm > .btn-link-lg-left,
.alert .btn-group-sm > .primary-link,
.alert .btn-group-sm > .primary-link-left,
.alert .btn-sm.arrow-left,
.alert .btn-sm.arrow-right,
.alert .btn-sm.btn-link-lg,
.alert .btn-sm.btn-link-lg-left,
.alert .btn-sm.primary-link,
.alert .btn-sm.primary-link-left,
.alert .btn.btn-sm {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.avatar,
.collapsing {
  position: relative;
  overflow: hidden;
}
.alert .close:not(.close-large) {
  right: 1.25rem;
  top: 0.84rem;
}
.fade {
  opacity: 0;
}
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  height: 0;
}
.avatar {
  display: block;
  width: 2em;
  height: 2em;
  border: 2px solid currentColor;
  font-size: 1em;
  line-height: 1;
  color: currentColor;
  text-align: center;
  text-indent: -9999px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.avatar-image,
.avatar::before {
  position: absolute;
  left: 50%;
  top: 50%;
}
.avatar::before {
  content: attr(data-initials);
  font-size: .75em;
  color: currentColor;
  letter-spacing: .06em;
  text-indent: .06em;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.avatar-inline {
  display: inline-block;
  vertical-align: middle;
}
.avatar-image {
  max-width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: 0;
}
.avatar-sm {
  font-size: .75rem;
  border-width: 1px;
}
.avatar-sm::before {
  font-size: 0.8em;
}
.avatar-md {
  font-size: 1rem;
}
.avatar-lg {
  font-size: 2.5rem;
}
.avatar-white {
  border-color: #ffffff;
}
.avatar-white.avatar-inverted {
  color: #ffffff;
}
.avatar-gray {
  border-color: #d9d9d9;
  background-color: #d9d9d9;
  color: #666666;
}
.avatar-gray.avatar-inverted {
  color: #d9d9d9;
}
.avatar-black {
  border-color: #222;
  background-color: #222;
  color: #ffffff;
}
.avatar-black.avatar-inverted {
  color: #222222;
}
.avatar-blue {
  border-color: #005aa0;
  background-color: #005aa0;
  color: #ffffff;
}
.avatar-blue.avatar-inverted {
  color: #005aa0;
}
.avatar-red {
  border-color: #e30613;
  background-color: #e30613;
  color: #ffffff;
}
.avatar-red.avatar-inverted {
  color: #e30613;
}
.avatar-inverted {
  background-color: transparent;
}
.breadcrumb,
.pagination-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #fff;
  cursor: default;
  font-size: 0.875rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #6d6e71;
  content: "";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6d6e71;
}
.breadcrumb-item::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNmQ2ZTcxIiB2aWV3Qm94PSIwIDAgMjAgMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlnb24gaWQ9IlBhZ2UtMSIgcG9pbnRzPSIxLjQxNCAwLjAwMDEgLTguODgxNzg0MmUtMTYgMS40MTQxIDQgNS40MTMxIC04Ljg4MTc4NDJlLTE2IDkuNDE0MSAxLjQxNCAxMC44MjgxIDUuNDE1IDYuODI4MSA2LjgyOCA1LjQxMzEgNS40MTUgNC4wMDAxIj48L3BvbHlnb24+PC9zdmc+');
  background-repeat: no-repeat;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
  margin: 0 -0.25rem 0 0.625rem;
  bottom: -0.1875rem;
}
.breadcrumb-transparent {
  background: 0 0;
  padding: 0;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-stretch,
.btn-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.btn-group-vertical > .arrow-left,
.btn-group-vertical > .arrow-right,
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-link-lg,
.btn-group-vertical > .btn-link-lg-left,
.btn-group-vertical > .primary-link,
.btn-group-vertical > .primary-link-left,
.btn-group > .arrow-left,
.btn-group > .arrow-right,
.btn-group > .btn,
.btn-group > .btn-link-lg,
.btn-group > .btn-link-lg-left,
.btn-group > .primary-link,
.btn-group > .primary-link-left {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-group-toggle > .arrow-left input[type=radio],
.btn-group-toggle > .arrow-left input[type=checkbox],
.btn-group-toggle > .arrow-right input[type=radio],
.btn-group-toggle > .arrow-right input[type=checkbox],
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .arrow-left input[type=radio],
.btn-group-toggle > .btn-group > .arrow-left input[type=checkbox],
.btn-group-toggle > .btn-group > .arrow-right input[type=radio],
.btn-group-toggle > .btn-group > .arrow-right input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn-link-lg input[type=radio],
.btn-group-toggle > .btn-group > .btn-link-lg input[type=checkbox],
.btn-group-toggle > .btn-group > .btn-link-lg-left input[type=radio],
.btn-group-toggle > .btn-group > .btn-link-lg-left input[type=checkbox],
.btn-group-toggle > .btn-group > .primary-link input[type=radio],
.btn-group-toggle > .btn-group > .primary-link input[type=checkbox],
.btn-group-toggle > .btn-group > .primary-link-left input[type=radio],
.btn-group-toggle > .btn-group > .primary-link-left input[type=checkbox],
.btn-group-toggle > .btn-link-lg input[type=radio],
.btn-group-toggle > .btn-link-lg input[type=checkbox],
.btn-group-toggle > .btn-link-lg-left input[type=radio],
.btn-group-toggle > .btn-link-lg-left input[type=checkbox],
.btn-group-toggle > .primary-link input[type=radio],
.btn-group-toggle > .primary-link input[type=checkbox],
.btn-group-toggle > .primary-link-left input[type=radio],
.btn-group-toggle > .primary-link-left input[type=checkbox],
.btn-group > .arrow-left input[type=radio],
.btn-group > .arrow-left input[type=checkbox],
.btn-group > .arrow-right input[type=radio],
.btn-group > .arrow-right input[type=checkbox],
.btn-group > .btn input[type=radio],
.btn-group > .btn input[type=checkbox],
.btn-group > .btn-link-lg input[type=radio],
.btn-group > .btn-link-lg input[type=checkbox],
.btn-group > .btn-link-lg-left input[type=radio],
.btn-group > .btn-link-lg-left input[type=checkbox],
.btn-group > .primary-link input[type=radio],
.btn-group > .primary-link input[type=checkbox],
.btn-group > .primary-link-left input[type=radio],
.btn-group > .primary-link-left input[type=checkbox] {
  position: absolute;
  pointer-events: none;
  clip: rect(0, 0, 0, 0);
}
.btn-group-vertical > .active.arrow-left,
.btn-group-vertical > .active.arrow-right,
.btn-group-vertical > .active.btn-link-lg,
.btn-group-vertical > .active.btn-link-lg-left,
.btn-group-vertical > .active.primary-link,
.btn-group-vertical > .active.primary-link-left,
.btn-group-vertical > .arrow-left:active,
.btn-group-vertical > .arrow-left:focus,
.btn-group-vertical > .arrow-left:hover,
.btn-group-vertical > .arrow-right:active,
.btn-group-vertical > .arrow-right:focus,
.btn-group-vertical > .arrow-right:hover,
.btn-group-vertical > .btn-link-lg-left:active,
.btn-group-vertical > .btn-link-lg-left:focus,
.btn-group-vertical > .btn-link-lg-left:hover,
.btn-group-vertical > .btn-link-lg:active,
.btn-group-vertical > .btn-link-lg:focus,
.btn-group-vertical > .btn-link-lg:hover,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .primary-link-left:active,
.btn-group-vertical > .primary-link-left:focus,
.btn-group-vertical > .primary-link-left:hover,
.btn-group-vertical > .primary-link:active,
.btn-group-vertical > .primary-link:focus,
.btn-group-vertical > .primary-link:hover,
.btn-group > .active.arrow-left,
.btn-group > .active.arrow-right,
.btn-group > .active.btn-link-lg,
.btn-group > .active.btn-link-lg-left,
.btn-group > .active.primary-link,
.btn-group > .active.primary-link-left,
.btn-group > .arrow-left:active,
.btn-group > .arrow-left:focus,
.btn-group > .arrow-left:hover,
.btn-group > .arrow-right:active,
.btn-group > .arrow-right:focus,
.btn-group > .arrow-right:hover,
.btn-group > .btn-link-lg-left:active,
.btn-group > .btn-link-lg-left:focus,
.btn-group > .btn-link-lg-left:hover,
.btn-group > .btn-link-lg:active,
.btn-group > .btn-link-lg:focus,
.btn-group > .btn-link-lg:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover,
.btn-group > .primary-link-left:active,
.btn-group > .primary-link-left:focus,
.btn-group > .primary-link-left:hover,
.btn-group > .primary-link:active,
.btn-group > .primary-link:focus,
.btn-group > .primary-link:hover {
  z-index: 1;
}
.btn-group .arrow-left + .arrow-left,
.btn-group .arrow-left + .arrow-right,
.btn-group .arrow-left + .btn,
.btn-group .arrow-left + .btn-group,
.btn-group .arrow-left + .btn-link-lg,
.btn-group .arrow-left + .btn-link-lg-left,
.btn-group .arrow-left + .primary-link,
.btn-group .arrow-left + .primary-link-left,
.btn-group .arrow-right + .arrow-left,
.btn-group .arrow-right + .arrow-right,
.btn-group .arrow-right + .btn,
.btn-group .arrow-right + .btn-group,
.btn-group .arrow-right + .btn-link-lg,
.btn-group .arrow-right + .btn-link-lg-left,
.btn-group .arrow-right + .primary-link,
.btn-group .arrow-right + .primary-link-left,
.btn-group .btn + .arrow-left,
.btn-group .btn + .arrow-right,
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn + .btn-link-lg,
.btn-group .btn + .btn-link-lg-left,
.btn-group .btn + .primary-link,
.btn-group .btn + .primary-link-left,
.btn-group .btn-group + .arrow-left,
.btn-group .btn-group + .arrow-right,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group .btn-group + .btn-link-lg,
.btn-group .btn-group + .btn-link-lg-left,
.btn-group .btn-group + .primary-link,
.btn-group .btn-group + .primary-link-left,
.btn-group .btn-link-lg + .arrow-left,
.btn-group .btn-link-lg + .arrow-right,
.btn-group .btn-link-lg + .btn,
.btn-group .btn-link-lg + .btn-group,
.btn-group .btn-link-lg + .btn-link-lg,
.btn-group .btn-link-lg + .btn-link-lg-left,
.btn-group .btn-link-lg + .primary-link,
.btn-group .btn-link-lg + .primary-link-left,
.btn-group .btn-link-lg-left + .arrow-left,
.btn-group .btn-link-lg-left + .arrow-right,
.btn-group .btn-link-lg-left + .btn,
.btn-group .btn-link-lg-left + .btn-group,
.btn-group .btn-link-lg-left + .btn-link-lg,
.btn-group .btn-link-lg-left + .btn-link-lg-left,
.btn-group .btn-link-lg-left + .primary-link,
.btn-group .btn-link-lg-left + .primary-link-left,
.btn-group .primary-link + .arrow-left,
.btn-group .primary-link + .arrow-right,
.btn-group .primary-link + .btn,
.btn-group .primary-link + .btn-group,
.btn-group .primary-link + .btn-link-lg,
.btn-group .primary-link + .btn-link-lg-left,
.btn-group .primary-link + .primary-link,
.btn-group .primary-link + .primary-link-left,
.btn-group .primary-link-left + .arrow-left,
.btn-group .primary-link-left + .arrow-right,
.btn-group .primary-link-left + .btn,
.btn-group .primary-link-left + .btn-group,
.btn-group .primary-link-left + .btn-link-lg,
.btn-group .primary-link-left + .btn-link-lg-left,
.btn-group .primary-link-left + .primary-link,
.btn-group .primary-link-left + .primary-link-left,
.btn-group-vertical .arrow-left + .arrow-left,
.btn-group-vertical .arrow-left + .arrow-right,
.btn-group-vertical .arrow-left + .btn,
.btn-group-vertical .arrow-left + .btn-group,
.btn-group-vertical .arrow-left + .btn-link-lg,
.btn-group-vertical .arrow-left + .btn-link-lg-left,
.btn-group-vertical .arrow-left + .primary-link,
.btn-group-vertical .arrow-left + .primary-link-left,
.btn-group-vertical .arrow-right + .arrow-left,
.btn-group-vertical .arrow-right + .arrow-right,
.btn-group-vertical .arrow-right + .btn,
.btn-group-vertical .arrow-right + .btn-group,
.btn-group-vertical .arrow-right + .btn-link-lg,
.btn-group-vertical .arrow-right + .btn-link-lg-left,
.btn-group-vertical .arrow-right + .primary-link,
.btn-group-vertical .arrow-right + .primary-link-left,
.btn-group-vertical .btn + .arrow-left,
.btn-group-vertical .btn + .arrow-right,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn + .btn-link-lg,
.btn-group-vertical .btn + .btn-link-lg-left,
.btn-group-vertical .btn + .primary-link,
.btn-group-vertical .btn + .primary-link-left,
.btn-group-vertical .btn-group + .arrow-left,
.btn-group-vertical .btn-group + .arrow-right,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group,
.btn-group-vertical .btn-group + .btn-link-lg,
.btn-group-vertical .btn-group + .btn-link-lg-left,
.btn-group-vertical .btn-group + .primary-link,
.btn-group-vertical .btn-group + .primary-link-left,
.btn-group-vertical .btn-link-lg + .arrow-left,
.btn-group-vertical .btn-link-lg + .arrow-right,
.btn-group-vertical .btn-link-lg + .btn,
.btn-group-vertical .btn-link-lg + .btn-group,
.btn-group-vertical .btn-link-lg + .btn-link-lg,
.btn-group-vertical .btn-link-lg + .btn-link-lg-left,
.btn-group-vertical .btn-link-lg + .primary-link,
.btn-group-vertical .btn-link-lg + .primary-link-left,
.btn-group-vertical .btn-link-lg-left + .arrow-left,
.btn-group-vertical .btn-link-lg-left + .arrow-right,
.btn-group-vertical .btn-link-lg-left + .btn,
.btn-group-vertical .btn-link-lg-left + .btn-group,
.btn-group-vertical .btn-link-lg-left + .btn-link-lg,
.btn-group-vertical .btn-link-lg-left + .btn-link-lg-left,
.btn-group-vertical .btn-link-lg-left + .primary-link,
.btn-group-vertical .btn-link-lg-left + .primary-link-left,
.btn-group-vertical .primary-link + .arrow-left,
.btn-group-vertical .primary-link + .arrow-right,
.btn-group-vertical .primary-link + .btn,
.btn-group-vertical .primary-link + .btn-group,
.btn-group-vertical .primary-link + .btn-link-lg,
.btn-group-vertical .primary-link + .btn-link-lg-left,
.btn-group-vertical .primary-link + .primary-link,
.btn-group-vertical .primary-link + .primary-link-left,
.btn-group-vertical .primary-link-left + .arrow-left,
.btn-group-vertical .primary-link-left + .arrow-right,
.btn-group-vertical .primary-link-left + .btn,
.btn-group-vertical .primary-link-left + .btn-group,
.btn-group-vertical .primary-link-left + .btn-link-lg,
.btn-group-vertical .primary-link-left + .btn-link-lg-left,
.btn-group-vertical .primary-link-left + .primary-link,
.btn-group-vertical .primary-link-left + .primary-link-left {
  margin-left: -2px;
}
.btn-group > .arrow-left:first-child,
.btn-group > .arrow-right:first-child,
.btn-group > .btn-link-lg-left:first-child,
.btn-group > .btn-link-lg:first-child,
.btn-group > .btn:first-child,
.btn-group > .primary-link-left:first-child,
.btn-group > .primary-link:first-child,
.dropdown-toggle-split::after {
  margin-left: 0;
}
.btn-toolbar {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: 0.5625rem;
}
.btn-group-sm > .arrow-left + .dropdown-toggle-split,
.btn-group-sm > .arrow-right + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-group-sm > .btn-link-lg + .dropdown-toggle-split,
.btn-group-sm > .btn-link-lg-left + .dropdown-toggle-split,
.btn-group-sm > .primary-link + .dropdown-toggle-split,
.btn-group-sm > .primary-link-left + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: .46875rem;
  padding-left: 0.46875rem;
}
.btn-group-lg > .arrow-left + .dropdown-toggle-split,
.btn-group-lg > .arrow-right + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-group-lg > .btn-link-lg + .dropdown-toggle-split,
.btn-group-lg > .btn-link-lg-left + .dropdown-toggle-split,
.btn-group-lg > .primary-link + .dropdown-toggle-split,
.btn-group-lg > .primary-link-left + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical .arrow-left,
.btn-group-vertical .arrow-right,
.btn-group-vertical .btn,
.btn-group-vertical .btn-group,
.btn-group-vertical .btn-link-lg,
.btn-group-vertical .btn-link-lg-left,
.btn-group-vertical .primary-link,
.btn-group-vertical .primary-link-left {
  width: 100%;
}
.btn-group-vertical > .arrow-left + .arrow-left,
.btn-group-vertical > .arrow-left + .arrow-right,
.btn-group-vertical > .arrow-left + .btn,
.btn-group-vertical > .arrow-left + .btn-group,
.btn-group-vertical > .arrow-left + .btn-link-lg,
.btn-group-vertical > .arrow-left + .btn-link-lg-left,
.btn-group-vertical > .arrow-left + .primary-link,
.btn-group-vertical > .arrow-left + .primary-link-left,
.btn-group-vertical > .arrow-right + .arrow-left,
.btn-group-vertical > .arrow-right + .arrow-right,
.btn-group-vertical > .arrow-right + .btn,
.btn-group-vertical > .arrow-right + .btn-group,
.btn-group-vertical > .arrow-right + .btn-link-lg,
.btn-group-vertical > .arrow-right + .btn-link-lg-left,
.btn-group-vertical > .arrow-right + .primary-link,
.btn-group-vertical > .arrow-right + .primary-link-left,
.btn-group-vertical > .btn + .arrow-left,
.btn-group-vertical > .btn + .arrow-right,
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn + .btn-link-lg,
.btn-group-vertical > .btn + .btn-link-lg-left,
.btn-group-vertical > .btn + .primary-link,
.btn-group-vertical > .btn + .primary-link-left,
.btn-group-vertical > .btn-group + .arrow-left,
.btn-group-vertical > .btn-group + .arrow-right,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group,
.btn-group-vertical > .btn-group + .btn-link-lg,
.btn-group-vertical > .btn-group + .btn-link-lg-left,
.btn-group-vertical > .btn-group + .primary-link,
.btn-group-vertical > .btn-group + .primary-link-left,
.btn-group-vertical > .btn-link-lg + .arrow-left,
.btn-group-vertical > .btn-link-lg + .arrow-right,
.btn-group-vertical > .btn-link-lg + .btn,
.btn-group-vertical > .btn-link-lg + .btn-group,
.btn-group-vertical > .btn-link-lg + .btn-link-lg,
.btn-group-vertical > .btn-link-lg + .btn-link-lg-left,
.btn-group-vertical > .btn-link-lg + .primary-link,
.btn-group-vertical > .btn-link-lg + .primary-link-left,
.btn-group-vertical > .btn-link-lg-left + .arrow-left,
.btn-group-vertical > .btn-link-lg-left + .arrow-right,
.btn-group-vertical > .btn-link-lg-left + .btn,
.btn-group-vertical > .btn-link-lg-left + .btn-group,
.btn-group-vertical > .btn-link-lg-left + .btn-link-lg,
.btn-group-vertical > .btn-link-lg-left + .btn-link-lg-left,
.btn-group-vertical > .btn-link-lg-left + .primary-link,
.btn-group-vertical > .btn-link-lg-left + .primary-link-left,
.btn-group-vertical > .primary-link + .arrow-left,
.btn-group-vertical > .primary-link + .arrow-right,
.btn-group-vertical > .primary-link + .btn,
.btn-group-vertical > .primary-link + .btn-group,
.btn-group-vertical > .primary-link + .btn-link-lg,
.btn-group-vertical > .primary-link + .btn-link-lg-left,
.btn-group-vertical > .primary-link + .primary-link,
.btn-group-vertical > .primary-link + .primary-link-left,
.btn-group-vertical > .primary-link-left + .arrow-left,
.btn-group-vertical > .primary-link-left + .arrow-right,
.btn-group-vertical > .primary-link-left + .btn,
.btn-group-vertical > .primary-link-left + .btn-group,
.btn-group-vertical > .primary-link-left + .btn-link-lg,
.btn-group-vertical > .primary-link-left + .btn-link-lg-left,
.btn-group-vertical > .primary-link-left + .primary-link,
.btn-group-vertical > .primary-link-left + .primary-link-left {
  margin-top: -2px;
  margin-left: 0;
}
.btn-group-toggle > .arrow-left,
.btn-group-toggle > .arrow-right,
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .arrow-left,
.btn-group-toggle > .btn-group > .arrow-right,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .btn-link-lg,
.btn-group-toggle > .btn-group > .btn-link-lg-left,
.btn-group-toggle > .btn-group > .primary-link,
.btn-group-toggle > .btn-group > .primary-link-left,
.btn-group-toggle > .btn-link-lg,
.btn-group-toggle > .btn-link-lg-left,
.btn-group-toggle > .primary-link,
.btn-group-toggle > .primary-link-left {
  margin-bottom: 0;
}
.btn-group .arrow-left,
.btn-group .arrow-right,
.btn-group .btn,
.btn-group .btn-link-lg,
.btn-group .btn-link-lg-left,
.btn-group .primary-link,
.btn-group .primary-link-left {
  padding: .663rem .75rem .463rem;
  border: 0;
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 0;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  color: inherit;
  background-color: #f3f3f3;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  -webkit-transition: .1s 40ms linear;
  -o-transition: .1s 40ms linear;
  transition: .1s 40ms linear;
  -webkit-transition-property: border,color;
  -o-transition-property: border,color;
  transition-property: border, color;
}
.btn-group .arrow-left:active,
.btn-group .arrow-left:hover,
.btn-group .arrow-right:active,
.btn-group .arrow-right:hover,
.btn-group .btn-link-lg-left:active,
.btn-group .btn-link-lg-left:hover,
.btn-group .btn-link-lg:active,
.btn-group .btn-link-lg:hover,
.btn-group .btn:active,
.btn-group .btn:hover,
.btn-group .primary-link-left:active,
.btn-group .primary-link-left:hover,
.btn-group .primary-link:active,
.btn-group .primary-link:hover {
  background-color: #ececec;
  border-color: #005aa0;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.btn-group .arrow-left + .arrow-left,
.btn-group .arrow-left + .arrow-right,
.btn-group .arrow-left + .btn,
.btn-group .arrow-left + .btn-link-lg,
.btn-group .arrow-left + .btn-link-lg-left,
.btn-group .arrow-left + .primary-link,
.btn-group .arrow-left + .primary-link-left,
.btn-group .arrow-right + .arrow-left,
.btn-group .arrow-right + .arrow-right,
.btn-group .arrow-right + .btn,
.btn-group .arrow-right + .btn-link-lg,
.btn-group .arrow-right + .btn-link-lg-left,
.btn-group .arrow-right + .primary-link,
.btn-group .arrow-right + .primary-link-left,
.btn-group .btn + .arrow-left,
.btn-group .btn + .arrow-right,
.btn-group .btn + .btn,
.btn-group .btn + .btn-link-lg,
.btn-group .btn + .btn-link-lg-left,
.btn-group .btn + .primary-link,
.btn-group .btn + .primary-link-left,
.btn-group .btn-link-lg + .arrow-left,
.btn-group .btn-link-lg + .arrow-right,
.btn-group .btn-link-lg + .btn,
.btn-group .btn-link-lg + .btn-link-lg,
.btn-group .btn-link-lg + .btn-link-lg-left,
.btn-group .btn-link-lg + .primary-link,
.btn-group .btn-link-lg + .primary-link-left,
.btn-group .btn-link-lg-left + .arrow-left,
.btn-group .btn-link-lg-left + .arrow-right,
.btn-group .btn-link-lg-left + .btn,
.btn-group .btn-link-lg-left + .btn-link-lg,
.btn-group .btn-link-lg-left + .btn-link-lg-left,
.btn-group .btn-link-lg-left + .primary-link,
.btn-group .btn-link-lg-left + .primary-link-left,
.btn-group .primary-link + .arrow-left,
.btn-group .primary-link + .arrow-right,
.btn-group .primary-link + .btn,
.btn-group .primary-link + .btn-link-lg,
.btn-group .primary-link + .btn-link-lg-left,
.btn-group .primary-link + .primary-link,
.btn-group .primary-link + .primary-link-left,
.btn-group .primary-link-left + .arrow-left,
.btn-group .primary-link-left + .arrow-right,
.btn-group .primary-link-left + .btn,
.btn-group .primary-link-left + .btn-link-lg,
.btn-group .primary-link-left + .btn-link-lg-left,
.btn-group .primary-link-left + .primary-link,
.btn-group .primary-link-left + .primary-link-left {
  margin-left: 2px;
}
.btn-group .active.arrow-left,
.btn-group .active.arrow-right,
.btn-group .active.btn-link-lg,
.btn-group .active.btn-link-lg-left,
.btn-group .active.primary-link,
.btn-group .active.primary-link-left,
.btn-group .btn.active {
  text-shadow: 1px 0 0 currentColor;
  border-color: #005aa0;
  background-color: #eff4f9;
  color: #005aa0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-group .active.arrow-left:hover,
.btn-group .active.arrow-right:hover,
.btn-group .active.btn-link-lg-left:hover,
.btn-group .active.btn-link-lg:hover,
.btn-group .active.primary-link-left:hover,
.btn-group .active.primary-link:hover,
.btn-group .btn.active:hover {
  background-color: #e5ecf5;
}
.btn-group .btn.disabled,
.btn-group .disabled.arrow-left,
.btn-group .disabled.arrow-right,
.btn-group .disabled.btn-link-lg,
.btn-group .disabled.btn-link-lg-left,
.btn-group .disabled.primary-link,
.btn-group .disabled.primary-link-left {
  background-color: #d9d9d9;
  pointer-events: none;
}
.btn-group .btn.disabled:hover,
.btn-group .disabled.arrow-left:hover,
.btn-group .disabled.arrow-right:hover,
.btn-group .disabled.btn-link-lg-left:hover,
.btn-group .disabled.btn-link-lg:hover,
.btn-group .disabled.primary-link-left:hover,
.btn-group .disabled.primary-link:hover {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-group [class*=btn-] {
  position: relative!important;
  outline: #e30613 solid 2px !important;
}
.btn-group [class*=btn-]::after {
  content: "Supports regular 'btn' only" !important;
  padding: 2px 0!important;
  width: auto!important;
  height: auto!important;
  position: absolute!important;
  bottom: 0!important;
  right: 0!important;
  font-family: sans-serif !important;
  font-size: 1rem!important;
  color: #fff!important;
  background: #e30613 !important;
}
.card,
.card-header {
  position: relative;
  display: block;
}
.card,
.card-block,
.card-footer {
  background-color: #ffffff;
}
.btn-group-stretch {
  display: flex;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.card,
.card-deck {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.btn-group-stretch > .arrow-left,
.btn-group-stretch > .arrow-right,
.btn-group-stretch > .btn,
.btn-group-stretch > .btn-link-lg,
.btn-group-stretch > .btn-link-lg-left,
.btn-group-stretch > .primary-link,
.btn-group-stretch > .primary-link-left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  min-height: 40px;
}
.btn-group-stretch.has-danger > .arrow-left:not(.disabled),
.btn-group-stretch.has-danger > .arrow-right:not(.disabled),
.btn-group-stretch.has-danger > .btn-link-lg-left:not(.disabled),
.btn-group-stretch.has-danger > .btn-link-lg:not(.disabled),
.btn-group-stretch.has-danger > .btn:not(.disabled),
.btn-group-stretch.has-danger > .primary-link-left:not(.disabled),
.btn-group-stretch.has-danger > .primary-link:not(.disabled),
.btn-group.has-danger > .arrow-left:not(.disabled),
.btn-group.has-danger > .arrow-right:not(.disabled),
.btn-group.has-danger > .btn-link-lg-left:not(.disabled),
.btn-group.has-danger > .btn-link-lg:not(.disabled),
.btn-group.has-danger > .btn:not(.disabled),
.btn-group.has-danger > .primary-link-left:not(.disabled),
.btn-group.has-danger > .primary-link:not(.disabled) {
  border-color: #e30613;
}
.card {
  position: relative;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 1rem;
}
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}
.card-subtitle {
  margin-top: -0.5rem;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header-pills,
.card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-header-tabs {
  margin-bottom: -1rem;
  border-bottom: 0;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  width: 100%;
}
.card-deck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 0.625rem;
}
@media (min-width: 576px) {
  .card-deck,
  .card-deck .card {
    -webkit-box-direction: normal;
  }
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: .625rem;
    margin-bottom: 0;
    margin-left: 0.625rem;
  }
}
.card-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.card,
.card-columns .card {
  margin-bottom: 1rem;
}
.card-block {
  padding: 1rem 1.25rem 1.5rem;
}
.card {
  min-height: 4rem;
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  height: auto;
}
.callout-text,
.card-text {
  max-width: 36em;
}
.card-img-top + .card-block {
  border: solid #00427a;
  border-width: 2px 0 0;
}
.card-img-bottom + .card-block {
  border: solid #00427a;
  border-width: 0 0 2px;
}
.card-title {
  margin-top: 0;
}
.card-text {
  margin-bottom: 1rem;
}
.card-header {
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  width: 100%;
  padding: 1.1rem 1.25rem 19.6px;
  -webkit-box-shadow: inset 0 -2px 0 #00427a;
  box-shadow: inset 0 -2px 0 #00427a;
  background: #fff;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
  color: #00427a;
  margin-bottom: 0;
}
.custom-control-label,
.custom-file,
.custom-switch-label {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.card.card-text-float .card-block,
.card.card-text-float .card-footer {
  position: relative;
  bottom: 4rem;
  margin: 0 1rem;
}
.card-footer {
  padding: 1.25rem 1.25rem 1.5rem;
  border: solid #f3f3f3;
  border-width: 2px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.card.card-text-float {
  background-color: transparent;
  position: relative;
}
.card.card-text-float .card-block {
  border-top: none;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: currentColor;
  text-shadow: none;
  opacity: 0.5;
}
.custom-control-label,
.custom-file,
.custom-switch-label {
  font-weight: 400;
  margin-bottom: 0;
}
.close:focus,
.close:hover {
  color: currentColor;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.custom-select-lg,
.custom-select-sm {
  padding-top: .375rem;
  padding-bottom: 0.375rem;
}
.close.close {
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity .1s ease;
  -o-transition: opacity .1s ease;
  transition: opacity .1s ease;
  z-index: 1;
  font-size: 0;
  margin-right: -3px;
}
.close.close,
.close.close:active,
.close.close:focus,
.close.close:hover {
  opacity: .7;
  color: currentColor;
}
.close.close:hover {
  opacity: 1;
}
.close.close:active {
  opacity: .6;
  transition: none;
}
.close.close::after,
.close.close::before {
  content: "";
  width: 18px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -9px;
  background: currentColor;
}
.close.close::after {
  width: 2px;
  height: 18px;
  margin: -9px 0 0 -1px;
}
.close.close-large,
.close.close-large:active,
.close.close-large:focus,
.close.close-large:hover {
  width: 26px;
  height: 26px;
  margin-right: -4px;
  opacity: 0.3;
}
.close.close-large:hover {
  opacity: 0.8;
}
.close.close-large:active {
  opacity: .4;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.close.close-large::after,
.close.close-large::before {
  width: 26px;
  height: 2px;
  margin: -1px 0 0 -13px;
}
.close.close-large::after {
  width: 2px;
  height: 26px;
  margin: -13px 0 0 -1px;
}
.custom-checkbox label + .form-control-feedback,
.custom-checkbox label + .form-text,
.custom-switch label + .form-control-feedback,
.custom-switch label + .form-text {
  margin-top: 0;
}
.close.close-absolute {
  position: absolute;
  top: .6rem;
  right: 0.6rem;
}
.custom-control {
  position: relative;
  min-height: 1.45rem;
  padding-left: 1.75rem;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1.25rem;
}
.custom-control-label::after,
.custom-control-label::before {
  position: absolute;
  display: block;
  width: 1.13rem;
  height: 1.13rem;
  content: "";
  left: 0;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #005aa0;
  background-color: #ffffff;
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #ffffff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #b1b3b6;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #ffffff;
}
.custom-control-label::before {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffffff;
}
.custom-control,
.navbar {
  -webkit-user-select: none;
  -moz-user-select: none;
}
.custom-control-label::after {
  top: .16rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffffff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#005aa0' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #005aa0;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: none;
}
.custom-radio .custom-control-label::before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffffff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: none;
}
.custom-select,
.custom-select-dd,
.dropup .custom-select-dd {
  display: inline-block;
  color: #222;
  vertical-align: middle;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center no-repeat #f3f3f3;
  background-size: 17px 11px;
  border: 2px solid #d9d9d9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.custom-select-dd:focus,
.custom-select:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5);
}
.custom-select-dd:focus::-ms-value,
.custom-select:focus::-ms-value {
  color: #222;
  background-color: #f3f3f3;
}
.custom-select-dd[multiple],
.custom-select-dd[size]:not([size="1"]),
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}
.custom-select-dd:disabled,
.custom-select:disabled {
  color: #b1b3b6;
  background-color: #d9d9d9;
}
.custom-select-dd::-ms-expand,
.custom-select::-ms-expand,
.dropup .custom-select-dd::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: -webkit-calc(5.5625rem);
  height: calc(5.5625rem);
  font-size: 75%;
}
.custom-select-lg {
  height: -webkit-calc(6.35rem);
  height: calc(6.35rem);
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 100%;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 40px;
  margin: 0;
  opacity: 0;
}
.custom-file-label,
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  color: #222;
  line-height: 1.25;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #005aa0;
  -webkit-box-shadow: 0 0 0 .075rem #fff,0 0 0 .2rem #0074d9;
  box-shadow: 0 0 0 0.075rem #ffffff, 0 0 0 0.2rem #0074d9;
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #005aa0;
}
.custom-file-input:lang(sv) ~ .custom-file-label::after {
  content: "Välj fil…";
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Choose file…";
}
.custom-file-label {
  left: 0;
  height: 40px;
  background-color: #f3f3f3;
  border: 2px solid #dddddd;
}
.custom-file-label::after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: -webkit-calc(36px);
  height: calc(36px);
  padding: 1rem .75rem;
  content: "Browse";
  background-color: transparent;
  border-left: 2px solid #dddddd;
}
.custom-control {
  -ms-user-select: none;
  user-select: none;
  color: inherit;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 1.25rem;
}
.collapse-toggle,
.navbar,
.shortcut {
  -ms-user-select: none;
}
.custom-control-input:focus ~ .custom-control-label::before,
.custom-control-label::before {
  border: 0;
  -webkit-box-shadow: inset 0 0 0 2px #d9d9d9;
  box-shadow: inset 0 0 0 2px #d9d9d9;
  top: 0.1rem;
}
.custom-control-label {
  display: inline;
  cursor: pointer;
}
.radio-card,
.radio-card .custom-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
html body[data-focus-source=key] .custom-control-input:focus ~ .custom-control-label::before {
  background: #f9b233!important;
  outline: #f9b233 solid 4px;
  color: #222222;
}
.custom-control-input:checked ~ .custom-control-label::before {
  -webkit-box-shadow: inset 0 0 0 5px #005aa0;
  box-shadow: inset 0 0 0 5px #005aa0;
}
.custom-control-input[disabled] ~ .custom-control-label::before {
  pointer-events: none;
}
.custom-control-input:checked[disabled] ~ .custom-control-label::before {
  -webkit-box-shadow: inset 0 0 0 5px #bfd4e5;
  box-shadow: inset 0 0 0 5px #bfd4e5;
}
.custom-control:hover .custom-control-input:not([disabled]):not(:checked) ~ .custom-control-label::before {
  -webkit-box-shadow: inset 0 0 0 2px #005aa0;
  box-shadow: inset 0 0 0 2px #005aa0;
}
.custom-control:hover .custom-control-input:not([disabled]) ~ .custom-switch-label {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #747578));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #747578 50%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #747578 50%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #747578 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 -webkit-calc(97%);
  background-position: 0 calc(97%);
}
.custom-control:hover .custom-control-input:not([disabled]) ~ .custom-control-label {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #747578));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #747578 50%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #747578 50%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #747578 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 -webkit-calc(100%);
  background-position: 0 calc(100%);
}
.custom-control .custom-control-input:not([disabled]):not(:checked):active ~ .custom-control-label::before {
  -webkit-box-shadow: inset 0 0 0 1.13rem #005aa0;
  box-shadow: inset 0 0 0 1.13rem #005aa0;
}
.custom-control .custom-control-input:not([disabled]):checked:active ~ .custom-control-label::before {
  -webkit-box-shadow: inset 0 0 0 5px #005aa0;
  box-shadow: inset 0 0 0 5px #005aa0;
}
.custom-checkbox .custom-control-input:not(:checked) ~ .custom-control-label::after {
  background-size: 10% 10%;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  -webkit-transition-property: box-shadow, background-size;
  -webkit-transition-property: background-size, -webkit-box-shadow;
  -o-transition-property: box-shadow, background-size;
  transition-property: box-shadow, background-size;
  transition-property: box-shadow, background-size, -webkit-box-shadow;
}
.custom-checkbox .custom-control-input:checked:not([disabled]) ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  background-color: #005aa0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-checkbox .custom-control-input:checked[disabled] ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  background-color: #bfd4e5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-color: #005aa0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E") !important;
  background-size: 38% 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-control-label::before {
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  -webkit-transition-property: box-shadow, background-size;
  -webkit-transition-property: background-size, -webkit-box-shadow;
  -o-transition-property: box-shadow, background-size;
  transition-property: box-shadow, background-size;
  transition-property: box-shadow, background-size, -webkit-box-shadow;
}
.custom-control:hover .custom-control-input ~ .custom-control-label::before {
  -webkit-transition-duration: 20ms;
  -o-transition-duration: 20ms;
  transition-duration: 20ms;
  -webkit-transition-delay: 4ms;
  -o-transition-delay: 4ms;
  transition-delay: 4ms;
}
.custom-control-input:active ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before {
  -webkit-transition-duration: .2s!important;
  -o-transition-duration: .2s!important;
  transition-duration: 0.2s !important;
}
select {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.custom-select,
.custom-select-dd,
.custom-select-dd[multiple],
.custom-select[multiple],
.dropup .custom-select-dd {
  line-height: 1.25;
  border-width: 0 0 2px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA1YWEwIiB2aWV3Qm94PSIwIDAgMTggMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlnb24gaWQ9IlBhZ2UtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS40MDU3ODEsIDUuMzA5NjQxKSBzY2FsZSgtMSwgLTEpIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNDA1NzgxLCAtNS4zMDk2NDEpICIgcG9pbnRzPSI1Ljg3MDE0MDc2IC0zLjE3NjE0MDU1IDQuNDU2MTQwNzYgLTEuNzYyMTQwNTUgMTEuNTI3NDIyMSA1LjMwOTE0MDgyIDQuNDU3MTQwNzYgMTIuMzgxNDIyMiA1Ljg3MTE0MDc2IDEzLjc5NTQyMjIgMTIuOTQyNDIyMSA2LjcyNDE0MDgyIDE0LjM1NTQyMjEgNS4zMDkxNDA4MiAxMi45NDI0MjIxIDMuODk2MTQwODIiPjwvcG9seWdvbj48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 100%;
  background-position-y: 16px;
  height: 40px;
  -webkit-border-radius: none;
  border-radius: none;
}
.custom-select-dd:hover,
.custom-select-dd[multiple]:hover,
.custom-select:hover,
.custom-select[multiple]:hover {
  background-color: #ececec;
}
select.form-control:not([size]):not([multiple]) {
  height: 40px;
}
.form-group.has-valid .custom-select,
.form-group.has-valid .custom-select-dd {
  background-color: #eff4f9;
  border-color: #005aa0;
}
.form-group.has-valid .custom-select-dd:hover,
.form-group.has-valid .custom-select:hover {
  background-color: #e5ecf5;
}
.form-group.has-danger .custom-select,
.form-group.has-danger .custom-select-dd {
  border-color: #e30613;
}
.form-group.has-danger .custom-control,
.form-group.has-success .custom-control,
.form-group.has-valid .custom-control,
.form-group.has-warning .custom-control {
  color: #222222;
}
.custom-file:hover .custom-file-label {
  background-color: #ececec;
}
.custom-file-label {
  border-width: 0 0 2px;
  padding: .663rem 2.6rem .75rem .75rem!important;
  width: 100%;
  cursor: pointer;
  z-index: 2;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #005aa0;
}
form:not([novalidate]) .custom-file-input:valid ~ .custom-file-label {
  background-color: #eff4f9;
  border-color: #005aa0;
}
form:not([novalidate]) .custom-file-input:valid ~ .custom-file-label:hover {
  background-color: #e5ecf5;
}
.custom-file-label.custom-file-label::after {
  content: "" !important;
  border: 0;
  padding: 0;
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA1YWEwIiB2aWV3Qm94PSIwIDAgMjggMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcsMjEgTDcsOS45ODg5MzY0MiBMMjUsMTAgTDI0Ljg1MTY1OTUsOS45ODg5MzYzNSBDMjUuNDQyMTAzMywxMC4wNzc1MDI5IDI2LDEwLjYwMjkxOTMgMjYsMTEgTDI2LDIxIEMyNiwyMS40NDc3MTUzIDI1LjQ0NzcxNTMsMjIgMjUsMjIgTDMsMjIgQzIuNTUyMjg0NzUsMjIgMiwyMS40NDc3MTUzIDIsMjEgTDIsMyBDMiwyLjU1MjI4NDc1IDIuNTUyMjg0NzUsMiAzLDIgTDgsMiBDOC40NDc3MTUyNSwyIDksMi41NTIyODQ3NSA5LDMgTDksNiBMMjMsNiBDMjMuNTc4MzExLDYgMjMuOTUwMjEzNSw2LjMzODY1NzI5IDI0LjAwMjU0MTMsNy4wNzEyNDcwNSBMMjQsOCBMMjUuMTQ4MzQwMiw4IEwyNiw4LjI4MTI1IEwyNiw3IEMyNS44Njk2NzM2LDUuMTM5NzYxOTQgMjQuNjE4MDI0MSw0IDIzLDQgTDExLDQgTDExLDMgQzExLDEuNDQ3NzE1MjUgOS41NTIyODQ3NSwtMS43NzYzNTY4NGUtMTQgOCwtMS43NzYzNTY4NGUtMTQgTDMsLTEuNzc2MzU2ODRlLTE0IEMxLjQ0NzcxNTI1LC0xLjc3NjM1Njg0ZS0xNCAwLDEuNDQ3NzE1MjUgMCwzIEwwLDIxIEMwLDIyLjU1MjI4NDcgMS40NDc3MTUyNSwyNCAzLDI0IEwyNSwyNCBDMjYuNTUyMjg0NywyNCAyOCwyMi41NTIyODQ3IDI4LDIxIEwyOCwxMSBDMjgsOS41MTM1MTkwNCAyNi41OTQzNjA0LDguMjgxMjUgMjUuMTQ4MzQwNSw4LjAxMTA2MzY1IEMyNS4xNDgzNDA1LDguMDExMDYzNjUgMzMuOTc4NjA5Niw4LjAwNTUwNDI0IDI0LjAzNTcxNzcsOC4wMDAwMTk2NiBDMTQuMDAwMjc4Miw3Ljk5NDUwOTA2IDUsOCA1LDggTDUsMjEgQzUsMjEuNDk4NzMxNyA0LjQ4Mzg0ODQzLDIyIDQsMjIgTDcsMjIgQzcsMjIgNywyMi42NzE4NzUgNywyMSBaIi8+PC9zdmc+');
  background-repeat: no-repeat;
  background-size: 24px 20px;
  width: 24px;
  height: 20px;
  right: .75rem;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity .1s ease;
  -o-transition: opacity .1s ease;
  transition: opacity 0.1s ease;
}
.custom-switch-label::after,
.custom-switch-label::before {
  content: "";
  position: absolute;
  left: 0;
}
.form-group.has-valid .custom-file-label {
  background-color: #eff4f9;
  border-color: #005aa0;
}
.form-group.has-danger .custom-file-label {
  border-color: #e30613;
}
.custom-control.custom-switch {
  padding-left: 3rem;
}
.custom-switch-label {
  cursor: pointer;
}
.custom-switch-label::before {
  top: 3px;
  width: 38px;
  height: 16px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #d9d9d9;
  -webkit-transition: background 150ms ease-in;
  -o-transition: background 150ms ease-in;
  transition: background 150ms ease-in;
}
.custom-switch-label::after {
  background-color: #fff;
  top: 0;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 5px #747578;
  box-shadow: inset 0 0 0 5px #747578;
  -webkit-transition: left 150ms ease-in;
  -o-transition: left 150ms ease-in;
  transition: left 150ms ease-in;
  -webkit-transition-property: left, -webkit-box-shadow;
  -o-transition-property: box-shadow, left;
  transition-property: box-shadow, left;
  transition-property: box-shadow, left, -webkit-box-shadow;
}
.custom-switch .custom-control-input:not(:checked) ~ .custom-switch-label::after {
  left: 0;
}
.custom-switch .custom-control-input:checked ~ .custom-switch-label::after {
  left: 20px;
  -webkit-box-shadow: inset 0 0 0 5px #005aa0;
  box-shadow: inset 0 0 0 5px #005aa0;
}
.custom-switch .custom-control-input:checked ~ .custom-switch-label::before {
  background: #badaf3;
  -webkit-transition: background 150ms ease-in;
  -o-transition: background 150ms ease-in;
  transition: background 150ms ease-in;
}
.custom-switch .custom-control-input.disabled ~ .custom-switch-label::before,
.custom-switch .custom-control-input:checked.disabled ~ .custom-switch-label::before,
.custom-switch .custom-control-input:checked:disabled ~ .custom-switch-label::before,
.custom-switch .custom-control-input:disabled ~ .custom-switch-label::before {
  background: #f4f4f4;
}
.custom-switch .custom-control-input.disabled ~ .custom-switch-label::after,
.custom-switch .custom-control-input:disabled ~ .custom-switch-label::after {
  pointer-events: none;
  -webkit-box-shadow: inset 0 0 0 5px #c0c1c2;
  box-shadow: inset 0 0 0 5px #c0c1c2;
}
.custom-switch .custom-control-input:checked.disabled ~ .custom-switch-label::after,
.custom-switch .custom-control-input:checked:disabled ~ .custom-switch-label::after {
  pointer-events: none;
  -webkit-box-shadow: inset 0 0 0 5px #bfd4e5;
  box-shadow: inset 0 0 0 5px #bfd4e5;
}
.custom-search,
.tt-hint,
.tt-input {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA1YWEwIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlnb24gaWQ9IkZpbGwtMSIgcG9pbnRzPSIyMi4wNzA4Mjc2IDIzLjQ4NTA0MTEgMTcgMTguNDE0MjEzNiAxOC40MTQyMTM2IDE3IDIzLjQ4NTA0MTEgMjIuMDcwODI3NiI+PC9wb2x5Z29uPjxwYXRoIGQ9Ik0xLjk4MzU1NDgzLDkuNSBDMS45ODM1NTQ4MywxMy42NDQ3MTE1IDUuMzU1MzAwMzgsMTcuMDE2NDU3MSA5LjQ5OTU4NzIxLDE3LjAxNjQ1NzEgQzEzLjY0NDI5ODcsMTcuMDE2NDU3MSAxNy4wMTYwNDQzLDEzLjY0NDcxMTUgMTcuMDE2MDQ0Myw5LjUgQzE3LjAxNjA0NDMsNS4zNTUyODg0NyAxMy42NDQyOTg3LDEuOTgzNTQyOTIgOS40OTk1ODcyMSwxLjk4MzU0MjkyIEM1LjM1NTMwMDM4LDEuOTgzNTQyOTIgMS45ODM1NTQ4Myw1LjM1NTI4ODQ3IDEuOTgzNTU0ODMsOS41IEwxLjk4MzU1NDgzLDkuNSBaIE0wLDkuNSBDMCw0LjI2MTczMDk1IDQuMjYxNzMwOTUsMCA5LjQ5OTU5OTEyLDAgQzE0LjczNzg2ODIsMCAxOC45OTk1OTkxLDQuMjYxNzMwOTUgMTguOTk5NTk5MSw5LjUgQzE4Ljk5OTU5OTEsMTQuNzM4NjY5OSAxNC43Mzc4NjgyLDE5IDkuNDk5NTk5MTIsMTkgQzQuMjYxNzMwOTUsMTkgMCwxNC43Mzg2Njk5IDAsOS41IEwwLDkuNSBaIiBpZD0iRmlsbC0yIj48L3BhdGg+PC9zdmc+') !important;
  background-position-x: right!important;
  background-position-y: 9px!important;
  background-repeat: no-repeat !important;
  background-size: 40px 24px!important;
  background-color: #fff!important;
  border: 2px solid #dfdfdf;
  height: 40px;
  line-height: 1.25;
  min-width: 263px;
  padding: .663rem .75rem .463rem;
  width: 100%;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.custom-search:hover,
.tt-hint:hover,
.tt-input:hover {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  border-color: #005aa0;
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA1YWEwIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlnb24gaWQ9IkZpbGwtMSIgcG9pbnRzPSIyMi4wNzA4Mjc2IDIzLjQ4NTA0MTEgMTcgMTguNDE0MjEzNiAxOC40MTQyMTM2IDE3IDIzLjQ4NTA0MTEgMjIuMDcwODI3NiI+PC9wb2x5Z29uPjxwYXRoIGQ9Ik0xLjk4MzU1NDgzLDkuNSBDMS45ODM1NTQ4MywxMy42NDQ3MTE1IDUuMzU1MzAwMzgsMTcuMDE2NDU3MSA5LjQ5OTU4NzIxLDE3LjAxNjQ1NzEgQzEzLjY0NDI5ODcsMTcuMDE2NDU3MSAxNy4wMTYwNDQzLDEzLjY0NDcxMTUgMTcuMDE2MDQ0Myw5LjUgQzE3LjAxNjA0NDMsNS4zNTUyODg0NyAxMy42NDQyOTg3LDEuOTgzNTQyOTIgOS40OTk1ODcyMSwxLjk4MzU0MjkyIEM1LjM1NTMwMDM4LDEuOTgzNTQyOTIgMS45ODM1NTQ4Myw1LjM1NTI4ODQ3IDEuOTgzNTU0ODMsOS41IEwxLjk4MzU1NDgzLDkuNSBaIE0wLDkuNSBDMCw0LjI2MTczMDk1IDQuMjYxNzMwOTUsMCA5LjQ5OTU5OTEyLDAgQzE0LjczNzg2ODIsMCAxOC45OTk1OTkxLDQuMjYxNzMwOTUgMTguOTk5NTk5MSw5LjUgQzE4Ljk5OTU5OTEsMTQuNzM4NjY5OSAxNC43Mzc4NjgyLDE5IDkuNDk5NTk5MTIsMTkgQzQuMjYxNzMwOTUsMTkgMCwxNC43Mzg2Njk5IDAsOS41IEwwLDkuNSBaIiBpZD0iRmlsbC0yIj48L3BhdGg+PC9zdmc+') !important;
  background-position-x: right!important;
  background-position-y: 7px!important;
  background-repeat: no-repeat !important;
  background-size: 40px 28px !important;
}
.tt-hint {
  color: #b1b3b6;
}
.tt-hint:hover {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  border-color: #005aa0;
  background-size: 40px 28px!important;
  background-position: right 7px !important;
}
.twitter-typeahead {
  width: 100%;
}
.tt-menu.tt-open {
  width: 100%;
  top: -2px;
}
.tt-menu.tt-open .tt-suggestion.tt-selectable.tt-cursor {
  background-color: #fff;
  color: #005aa0 !important;
}
.radio-card {
  padding: 1.3rem 1rem 1em;
  z-index: 1;
  background-color: #fff;
  display: flex;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.radio-card.active,
.radio-card::before {
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
}
.radio-card .custom-radio {
  padding-left: 0;
  margin-right: 0;
  font-weight: 400;
  width: 100%;
  height: auto;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}
.radio-card.active::before,
.radio-card::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
}
.radio-card .custom-radio > div:not(.radio-card-footer),
.radio-card .custom-radio > ol,
.radio-card .custom-radio > p,
.radio-card .custom-radio > ul {
  padding-left: 27px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.radio-card .custom-control-label,
.radio-card-footer .price-container,
.radio-card-footer .price-container .price {
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
  font-weight: 700;
  color: #00427a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.radio-card ul {
  padding-left: 27px !important;
}
.radio-card .custom-control-label {
  padding-left: 27px;
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 0 0 .375rem;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.radio-card::before {
  z-index: -1;
  left: 0;
  background-color: #fff;
  width: 100%;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: all ease-out 0.2s;
  border-bottom: 2px solid #d9d9d9;
}
.radio-card:hover::before {
  border-bottom: 2px solid #00427a;
}
.radio-card:hover .custom-control.custom-radio .custom-control-label {
  background-image: none;
}
.radio-card:not(:first-child) {
  border-left: 2px solid #f3f3f3;
}
.radio-card-footer {
  margin-top: auto;
  padding-top: .8rem;
  border-top: 2px solid #f3f3f3;
}
.radio-card-footer .price-container {
  cursor: pointer;
  padding: 0;
  float: right;
  font-size: .875rem;
  line-height: 1.3;
}
.radio-card-footer .price-container .price {
  font-size: 1.8125rem;
  line-height: 1.15;
}
.radio-card.active {
  background-color: #fff!important;
  z-index: 2;
  transition: all ease-out 0.2s;
}
.radio-card.active::before {
  z-index: 0;
  cursor: pointer;
  background-color: #fff;
  -webkit-transform: scale(1, 1.04);
  -ms-transform: scale(1, 1.04);
  transform: scale(1, 1.04);
  border: 2px solid #00427a;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.radio-card.active:hover::before {
  border: 2px solid #00427a;
}
.distribution {
  position: relative;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.distribution-label,
.distribution-value {
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
}
.distribution-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 2em;
  background-color: #ffffff;
}
.distribution-value {
  width: 0;
  position: relative;
  text-align: center;
  color: #fff;
  line-height: 2;
  -webkit-transition: color 1s cubic-bezier(0.7, 0.75, 0.3, 1), width 1s cubic-bezier(0.7, 0.75, 0.3, 1);
  -o-transition: color 1s cubic-bezier(0.7, 0.75, 0.3, 1), width 1s cubic-bezier(0.7, 0.75, 0.3, 1);
  transition: color 1s cubic-bezier(0.7, 0.75, 0.3, 1), width 1s cubic-bezier(0.7, 0.75, 0.3, 1);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.distribution-value:not(:last-child) {
  margin-right: 4px;
}
.distribution-value:nth-child(2) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.distribution-value:nth-child(3) {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
.distribution-value:nth-child(4) {
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
}
.distribution-value:nth-child(5) {
  -webkit-transition-delay: 4s;
  -o-transition-delay: 4s;
  transition-delay: 4s;
}
.distribution-value:nth-child(6) {
  -webkit-transition-delay: 5s;
  -o-transition-delay: 5s;
  transition-delay: 5s;
}
.distribution-value:nth-child(7) {
  -webkit-transition-delay: 6s;
  -o-transition-delay: 6s;
  transition-delay: 6s;
}
.distribution-value:nth-child(8) {
  -webkit-transition-delay: 7s;
  -o-transition-delay: 7s;
  transition-delay: 7s;
}
.distribution-value:nth-child(9) {
  -webkit-transition-delay: 8s;
  -o-transition-delay: 8s;
  transition-delay: 8s;
}
.distribution-value:nth-child(10) {
  -webkit-transition-delay: 9s;
  -o-transition-delay: 9s;
  transition-delay: 9s;
}
.distribution-title.distribution-navy:nth-child(1n),
.distribution-title:nth-of-type(4n+1),
.distribution-value.distribution-navy:nth-child(1n),
.distribution-value:nth-child(4n+1) {
  background: #00427a;
  border: none;
  color: #ffffff;
}
.distribution-title.distribution-navy:nth-child(1n).distribution-value-with-pointer::after,
.distribution-title:nth-of-type(4n+1).distribution-value-with-pointer::after,
.distribution-value.distribution-navy:nth-child(1n).distribution-value-with-pointer::after,
.distribution-value:nth-child(4n+1).distribution-value-with-pointer::after {
  border-left-color: #00427a;
}
.distribution-title.distribution-blue:nth-child(1n),
.distribution-title:nth-of-type(4n+2),
.distribution-value.distribution-blue:nth-child(1n),
.distribution-value:nth-child(4n+2) {
  background: #005aa0;
  border: none;
  color: #ffffff;
}
.distribution-title.distribution-blue:nth-child(1n).distribution-value-with-pointer::after,
.distribution-title:nth-of-type(4n+2).distribution-value-with-pointer::after,
.distribution-value.distribution-blue:nth-child(1n).distribution-value-with-pointer::after,
.distribution-value:nth-child(4n+2).distribution-value-with-pointer::after {
  border-left-color: #005aa0;
}
.distribution-title.distribution-sky:nth-child(1n),
.distribution-title:nth-of-type(4n+3),
.distribution-value.distribution-sky:nth-child(1n),
.distribution-value:nth-child(4n+3) {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MDAgNjAwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6dHJhbnNwYXJlbnQ7fS5jbHMtMntmaWxsOiNkN2U5Zjc7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5saW5lc190aGlja2VyPC90aXRsZT48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMCAzODUuODYgMjE0LjE0IDYwMCAyODUuODYgNjAwIDAgMzE0LjE0IDAgMzg1Ljg2Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjAgNDg1Ljg2IDExNC4xNCA2MDAgMTg1Ljg2IDYwMCAwIDQxNC4xNCAwIDQ4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDI4NS44NiAzMTQuMTQgNjAwIDM4NS44NiA2MDAgMCAyMTQuMTQgMCAyODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNjAwIDE0LjE0IDU4NS44NiAwIDUxNC4xNCAwIDYwMCA4NS44NiA2MDAgMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNjAwIDQxNC4xNCAxODUuODYgMCAxMTQuMTQgMCA2MDAgNDg1Ljg2IDYwMCA0MTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iODUuODYgMCAxNC4xNCAwIDYwMCA1ODUuODYgNjAwIDUxNC4xNCA4NS44NiAwIi8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjYwMCAzMTQuMTQgMjg1Ljg2IDAgMjE0LjE0IDAgNjAwIDM4NS44NiA2MDAgMzE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjYwMCAxMTQuMTQgNDg1Ljg2IDAgNDE0LjE0IDAgNjAwIDE4NS44NiA2MDAgMTE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjAgODUuODYgNTE0LjE0IDYwMCA1ODUuODYgNjAwIDAgMTQuMTQgMCA4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2MDAgMjE0LjE0IDM4NS44NiAwIDMxNC4xNCAwIDYwMCAyODUuODYgNjAwIDIxNC4xNCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDE4NS44NiA0MTQuMTQgNjAwIDQ4NS44NiA2MDAgMCAxMTQuMTQgMCAxODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMCA1ODUuODYgMTQuMTQgNjAwIDg1Ljg2IDYwMCAwIDUxNC4xNCAwIDU4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIwIDYwMCAxNC4xNCA2MDAgMCA1ODUuODYgMCA2MDAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCA1MTQuMTQgODUuODYgNjAwIDExNC4xNCA2MDAgMCA0ODUuODYgMCA1MTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCA0MTQuMTQgMTg1Ljg2IDYwMCAyMTQuMTQgNjAwIDAgMzg1Ljg2IDAgNDE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjAgMzE0LjE0IDI4NS44NiA2MDAgMzE0LjE0IDYwMCAwIDI4NS44NiAwIDMxNC4xNCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIwIDIxNC4xNCAzODUuODYgNjAwIDQxNC4xNCA2MDAgMCAxODUuODYgMCAyMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCAxMTQuMTQgNDg1Ljg2IDYwMCA1MTQuMTQgNjAwIDAgODUuODYgMCAxMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCAwIDAgMTQuMTQgNTg1Ljg2IDYwMCA2MDAgNjAwIDYwMCA1ODUuODYgMTQuMTQgMCAwIDAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNjAwIDQ4NS44NiAxMTQuMTQgMCA4NS44NiAwIDYwMCA1MTQuMTQgNjAwIDQ4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMzg1Ljg2IDIxNC4xNCAwIDE4NS44NiAwIDYwMCA0MTQuMTQgNjAwIDM4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMjg1Ljg2IDMxNC4xNCAwIDI4NS44NiAwIDYwMCAzMTQuMTQgNjAwIDI4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMTg1Ljg2IDQxNC4xNCAwIDM4NS44NiAwIDYwMCAyMTQuMTQgNjAwIDE4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgODUuODYgNTE0LjE0IDAgNDg1Ljg2IDAgNjAwIDExNC4xNCA2MDAgODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNjAwIDAgNTg1Ljg2IDAgNjAwIDE0LjE0IDYwMCAwIi8+PC9zdmc+') #e5eff7;
  background-size: 50px 50px;
  border: 2px solid #d7e9f7;
  color: #005aa0;
}
.distribution-title.distribution-sky:nth-child(1n).distribution-value-with-pointer::after,
.distribution-title:nth-of-type(4n+3).distribution-value-with-pointer::after,
.distribution-value.distribution-sky:nth-child(1n).distribution-value-with-pointer::after,
.distribution-value:nth-child(4n+3).distribution-value-with-pointer::after {
  border-left-color: #e5eff7;
}
.distribution-title.distribution-baby:nth-child(1n),
.distribution-title:nth-of-type(4n+4),
.distribution-value.distribution-baby:nth-child(1n),
.distribution-value:nth-child(4n+4) {
  background: #badaf3;
  border: none;
  color: #005aa0;
}
.distribution-title.distribution-baby:nth-child(1n).distribution-value-with-pointer::after,
.distribution-title:nth-of-type(4n+4).distribution-value-with-pointer::after,
.distribution-value.distribution-baby:nth-child(1n).distribution-value-with-pointer::after,
.distribution-value:nth-child(4n+4).distribution-value-with-pointer::after {
  border-left-color: #badaf3;
}
.distribution-title.distribution-red:nth-child(1n),
.distribution-value.distribution-red:nth-child(1n) {
  background: #e30613;
  border: none;
  color: #ffffff;
}
.distribution-title.distribution-red:nth-child(1n).distribution-value-with-pointer::after,
.distribution-value.distribution-red:nth-child(1n).distribution-value-with-pointer::after {
  border-left-color: #e30613;
}
.distribution-value.distribution-value-with-pointer {
  margin-right: 0;
  position: relative;
}
.distribution-value.distribution-value-with-pointer::after,
.distribution-value.distribution-value-with-pointer::before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.distribution-label::before,
.distribution-legend::after {
  display: block;
  content: "";
}
.distribution-value.distribution-value-with-pointer::after {
  border-color: transparent transparent transparent #005aa0;
  border-width: 16px 0 16px 10px;
  margin-top: -16px;
}
.distribution-value.distribution-value-with-pointer::before {
  border-color: transparent transparent transparent #fff;
  border-width: 24px 0 24px 15px;
  margin-top: -24px;
}
.distribution-bar-labeled {
  margin-top: 3rem;
}
.distribution-label {
  padding: .2em 1em .8rem;
  position: absolute;
  bottom: 46px;
  right: 0;
  pointer-events: none;
  color: #747578;
  font-size: .75rem;
  -webkit-transform: translate(50%, 5px);
  -ms-transform: translate(50%, 5px);
  transform: translate(50%, 5px);
  z-index: 1;
  -webkit-transition: opacity 150ms linear, -webkit-transform 0.2s cubic-bezier(0.29, 0.86, 0.58, 1.35);
  -o-transition: transform 0.2s cubic-bezier(0.29, 0.86, 0.58, 1.35), opacity 150ms linear;
  transition: transform 0.2s cubic-bezier(0.29, 0.86, 0.58, 1.35), opacity 150ms linear;
  transition: transform 0.2s cubic-bezier(0.29, 0.86, 0.58, 1.35), opacity 150ms linear, -webkit-transform 0.2s cubic-bezier(0.29, 0.86, 0.58, 1.35);
}
.distribution-label::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNzQ3NTc4IiB2aWV3Qm94PSIwIDAgMzAgMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5LjEwNSAxLjkwM2w1LjMxIDUuMzFIMFY5Ljc0aDI0LjQxNWwtNS4zMSA1LjMxIDEuNzg1IDEuNzg1IDguMzYtOC4zNkwyMC44OS4xMiIgLz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 18px;
  height: 10px;
  border: none;
  position: absolute;
  bottom: 0;
  left: 52%;
  -webkit-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}
.distribution-legend {
  margin: 1rem 0;
}
.distribution-legend::after {
  clear: both;
}
.distribution-title.distribution-green-stripes,
.distribution-value.distribution-green-stripes {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MDAgNjAwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6dHJhbnNwYXJlbnQ7fS5jbHMtMntmaWxsOiNkMWU1OTU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5saW5lc190aGlja2VyPC90aXRsZT48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMCAzODUuODYgMjE0LjE0IDYwMCAyODUuODYgNjAwIDAgMzE0LjE0IDAgMzg1Ljg2Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjAgNDg1Ljg2IDExNC4xNCA2MDAgMTg1Ljg2IDYwMCAwIDQxNC4xNCAwIDQ4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDI4NS44NiAzMTQuMTQgNjAwIDM4NS44NiA2MDAgMCAyMTQuMTQgMCAyODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNjAwIDE0LjE0IDU4NS44NiAwIDUxNC4xNCAwIDYwMCA4NS44NiA2MDAgMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNjAwIDQxNC4xNCAxODUuODYgMCAxMTQuMTQgMCA2MDAgNDg1Ljg2IDYwMCA0MTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iODUuODYgMCAxNC4xNCAwIDYwMCA1ODUuODYgNjAwIDUxNC4xNCA4NS44NiAwIi8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjYwMCAzMTQuMTQgMjg1Ljg2IDAgMjE0LjE0IDAgNjAwIDM4NS44NiA2MDAgMzE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjYwMCAxMTQuMTQgNDg1Ljg2IDAgNDE0LjE0IDAgNjAwIDE4NS44NiA2MDAgMTE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjAgODUuODYgNTE0LjE0IDYwMCA1ODUuODYgNjAwIDAgMTQuMTQgMCA4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2MDAgMjE0LjE0IDM4NS44NiAwIDMxNC4xNCAwIDYwMCAyODUuODYgNjAwIDIxNC4xNCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDE4NS44NiA0MTQuMTQgNjAwIDQ4NS44NiA2MDAgMCAxMTQuMTQgMCAxODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMCA1ODUuODYgMTQuMTQgNjAwIDg1Ljg2IDYwMCAwIDUxNC4xNCAwIDU4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIwIDYwMCAxNC4xNCA2MDAgMCA1ODUuODYgMCA2MDAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCA1MTQuMTQgODUuODYgNjAwIDExNC4xNCA2MDAgMCA0ODUuODYgMCA1MTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCA0MTQuMTQgMTg1Ljg2IDYwMCAyMTQuMTQgNjAwIDAgMzg1Ljg2IDAgNDE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjAgMzE0LjE0IDI4NS44NiA2MDAgMzE0LjE0IDYwMCAwIDI4NS44NiAwIDMxNC4xNCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIwIDIxNC4xNCAzODUuODYgNjAwIDQxNC4xNCA2MDAgMCAxODUuODYgMCAyMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCAxMTQuMTQgNDg1Ljg2IDYwMCA1MTQuMTQgNjAwIDAgODUuODYgMCAxMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCAwIDAgMTQuMTQgNTg1Ljg2IDYwMCA2MDAgNjAwIDYwMCA1ODUuODYgMTQuMTQgMCAwIDAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNjAwIDQ4NS44NiAxMTQuMTQgMCA4NS44NiAwIDYwMCA1MTQuMTQgNjAwIDQ4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMzg1Ljg2IDIxNC4xNCAwIDE4NS44NiAwIDYwMCA0MTQuMTQgNjAwIDM4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMjg1Ljg2IDMxNC4xNCAwIDI4NS44NiAwIDYwMCAzMTQuMTQgNjAwIDI4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMTg1Ljg2IDQxNC4xNCAwIDM4NS44NiAwIDYwMCAyMTQuMTQgNjAwIDE4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgODUuODYgNTE0LjE0IDAgNDg1Ljg2IDAgNjAwIDExNC4xNCA2MDAgODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNjAwIDAgNTg1Ljg2IDAgNjAwIDE0LjE0IDYwMCAwIi8+PC9zdmc+') #d8ebae;
  background-size: 50px 50px;
  border: 2px solid #d1e595;
  color: #305704;
}
.distribution-title.distribution-green-stripes.distribution-value-with-pointer::after,
.distribution-value.distribution-green-stripes.distribution-value-with-pointer::after {
  border-left-color: #d8ebae;
}
.distribution-title.distribution-yellow-stripes,
.distribution-value.distribution-yellow-stripes {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MDAgNjAwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6dHJhbnNwYXJlbnQ7fS5jbHMtMntmaWxsOiNmN2VjZDI7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5saW5lc190aGlja2VyPC90aXRsZT48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMCAzODUuODYgMjE0LjE0IDYwMCAyODUuODYgNjAwIDAgMzE0LjE0IDAgMzg1Ljg2Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjAgNDg1Ljg2IDExNC4xNCA2MDAgMTg1Ljg2IDYwMCAwIDQxNC4xNCAwIDQ4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDI4NS44NiAzMTQuMTQgNjAwIDM4NS44NiA2MDAgMCAyMTQuMTQgMCAyODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNjAwIDE0LjE0IDU4NS44NiAwIDUxNC4xNCAwIDYwMCA4NS44NiA2MDAgMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNjAwIDQxNC4xNCAxODUuODYgMCAxMTQuMTQgMCA2MDAgNDg1Ljg2IDYwMCA0MTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iODUuODYgMCAxNC4xNCAwIDYwMCA1ODUuODYgNjAwIDUxNC4xNCA4NS44NiAwIi8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjYwMCAzMTQuMTQgMjg1Ljg2IDAgMjE0LjE0IDAgNjAwIDM4NS44NiA2MDAgMzE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjYwMCAxMTQuMTQgNDg1Ljg2IDAgNDE0LjE0IDAgNjAwIDE4NS44NiA2MDAgMTE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjAgODUuODYgNTE0LjE0IDYwMCA1ODUuODYgNjAwIDAgMTQuMTQgMCA4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2MDAgMjE0LjE0IDM4NS44NiAwIDMxNC4xNCAwIDYwMCAyODUuODYgNjAwIDIxNC4xNCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDE4NS44NiA0MTQuMTQgNjAwIDQ4NS44NiA2MDAgMCAxMTQuMTQgMCAxODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMCA1ODUuODYgMTQuMTQgNjAwIDg1Ljg2IDYwMCAwIDUxNC4xNCAwIDU4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIwIDYwMCAxNC4xNCA2MDAgMCA1ODUuODYgMCA2MDAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCA1MTQuMTQgODUuODYgNjAwIDExNC4xNCA2MDAgMCA0ODUuODYgMCA1MTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCA0MTQuMTQgMTg1Ljg2IDYwMCAyMTQuMTQgNjAwIDAgMzg1Ljg2IDAgNDE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjAgMzE0LjE0IDI4NS44NiA2MDAgMzE0LjE0IDYwMCAwIDI4NS44NiAwIDMxNC4xNCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIwIDIxNC4xNCAzODUuODYgNjAwIDQxNC4xNCA2MDAgMCAxODUuODYgMCAyMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCAxMTQuMTQgNDg1Ljg2IDYwMCA1MTQuMTQgNjAwIDAgODUuODYgMCAxMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCAwIDAgMTQuMTQgNTg1Ljg2IDYwMCA2MDAgNjAwIDYwMCA1ODUuODYgMTQuMTQgMCAwIDAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNjAwIDQ4NS44NiAxMTQuMTQgMCA4NS44NiAwIDYwMCA1MTQuMTQgNjAwIDQ4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMzg1Ljg2IDIxNC4xNCAwIDE4NS44NiAwIDYwMCA0MTQuMTQgNjAwIDM4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMjg1Ljg2IDMxNC4xNCAwIDI4NS44NiAwIDYwMCAzMTQuMTQgNjAwIDI4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMTg1Ljg2IDQxNC4xNCAwIDM4NS44NiAwIDYwMCAyMTQuMTQgNjAwIDE4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgODUuODYgNTE0LjE0IDAgNDg1Ljg2IDAgNjAwIDExNC4xNCA2MDAgODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNjAwIDAgNTg1Ljg2IDAgNjAwIDE0LjE0IDYwMCAwIi8+PC9zdmc+') #faf4d4;
  background-size: 50px 50px;
  border: 2px solid #f5e9d0;
  color: #996006;
}
.distribution-title.distribution-yellow-stripes.distribution-value-with-pointer::after,
.distribution-value.distribution-yellow-stripes.distribution-value-with-pointer::after {
  border-left-color: #faf4d4;
}
.distribution-title.distribution-red-stripes,
.distribution-value.distribution-red-stripes {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MDAgNjAwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6dHJhbnNwYXJlbnQ7fS5jbHMtMntmaWxsOiNmYmNiZDI7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5saW5lc190aGlja2VyPC90aXRsZT48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMCAzODUuODYgMjE0LjE0IDYwMCAyODUuODYgNjAwIDAgMzE0LjE0IDAgMzg1Ljg2Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjAgNDg1Ljg2IDExNC4xNCA2MDAgMTg1Ljg2IDYwMCAwIDQxNC4xNCAwIDQ4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDI4NS44NiAzMTQuMTQgNjAwIDM4NS44NiA2MDAgMCAyMTQuMTQgMCAyODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNjAwIDE0LjE0IDU4NS44NiAwIDUxNC4xNCAwIDYwMCA4NS44NiA2MDAgMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNjAwIDQxNC4xNCAxODUuODYgMCAxMTQuMTQgMCA2MDAgNDg1Ljg2IDYwMCA0MTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iODUuODYgMCAxNC4xNCAwIDYwMCA1ODUuODYgNjAwIDUxNC4xNCA4NS44NiAwIi8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjYwMCAzMTQuMTQgMjg1Ljg2IDAgMjE0LjE0IDAgNjAwIDM4NS44NiA2MDAgMzE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjYwMCAxMTQuMTQgNDg1Ljg2IDAgNDE0LjE0IDAgNjAwIDE4NS44NiA2MDAgMTE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjAgODUuODYgNTE0LjE0IDYwMCA1ODUuODYgNjAwIDAgMTQuMTQgMCA4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2MDAgMjE0LjE0IDM4NS44NiAwIDMxNC4xNCAwIDYwMCAyODUuODYgNjAwIDIxNC4xNCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDE4NS44NiA0MTQuMTQgNjAwIDQ4NS44NiA2MDAgMCAxMTQuMTQgMCAxODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMCA1ODUuODYgMTQuMTQgNjAwIDg1Ljg2IDYwMCAwIDUxNC4xNCAwIDU4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIwIDYwMCAxNC4xNCA2MDAgMCA1ODUuODYgMCA2MDAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCA1MTQuMTQgODUuODYgNjAwIDExNC4xNCA2MDAgMCA0ODUuODYgMCA1MTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCA0MTQuMTQgMTg1Ljg2IDYwMCAyMTQuMTQgNjAwIDAgMzg1Ljg2IDAgNDE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjAgMzE0LjE0IDI4NS44NiA2MDAgMzE0LjE0IDYwMCAwIDI4NS44NiAwIDMxNC4xNCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIwIDIxNC4xNCAzODUuODYgNjAwIDQxNC4xNCA2MDAgMCAxODUuODYgMCAyMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCAxMTQuMTQgNDg1Ljg2IDYwMCA1MTQuMTQgNjAwIDAgODUuODYgMCAxMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCAwIDAgMTQuMTQgNTg1Ljg2IDYwMCA2MDAgNjAwIDYwMCA1ODUuODYgMTQuMTQgMCAwIDAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNjAwIDQ4NS44NiAxMTQuMTQgMCA4NS44NiAwIDYwMCA1MTQuMTQgNjAwIDQ4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMzg1Ljg2IDIxNC4xNCAwIDE4NS44NiAwIDYwMCA0MTQuMTQgNjAwIDM4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMjg1Ljg2IDMxNC4xNCAwIDI4NS44NiAwIDYwMCAzMTQuMTQgNjAwIDI4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMTg1Ljg2IDQxNC4xNCAwIDM4NS44NiAwIDYwMCAyMTQuMTQgNjAwIDE4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgODUuODYgNTE0LjE0IDAgNDg1Ljg2IDAgNjAwIDExNC4xNCA2MDAgODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNjAwIDAgNTg1Ljg2IDAgNjAwIDE0LjE0IDYwMCAwIi8+PC9zdmc+') #fbd5d6;
  background-size: 50px 50px;
  border: 2px solid #fbcbd2;
  color: #ad1015;
}
.distribution-title.distribution-red-stripes.distribution-value-with-pointer::after,
.distribution-value.distribution-red-stripes.distribution-value-with-pointer::after {
  border-left-color: #fbd5d6;
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  font-size: 1rem;
  color: #222;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #005aa0;
}
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
}
.dropdown-item,
.tt-suggestion {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #222;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover,
.tt-suggestion:focus,
.tt-suggestion:hover {
  color: #151515;
  text-decoration: none;
  background-color: #f5f5f5;
}
.active.tt-suggestion,
.dropdown-item.active,
.dropdown-item:active,
.tt-suggestion:active {
  color: #fff;
  text-decoration: none;
  background-color: #005aa0;
}
.disabled.tt-suggestion,
.dropdown-item.disabled,
.dropdown-item:disabled,
.tt-suggestion:disabled {
  color: #b1b3b6;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
@-webkit-keyframes dropdown-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dropdown-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.dropdown-menu {
  border-width: 2px 0 0;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.06), 0 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.06), 0 0 1px 1px rgba(0, 0, 0, 0.05);
  opacity: 0;
  margin: 0;
}
.show > .dropdown-menu {
  display: block;
  animation-name: dropdown-appear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
.dropdown-item:hover,
.tt-suggestion:hover {
  background-image: none;
}
.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  font-size: .875rem;
  color: #b1b3b6;
  white-space: nowrap;
  margin-bottom: 0.25rem;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-arrow.show .dropdown-menu {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.dropdown.dropdown-arrow .dropdown-menu {
  margin: 1rem 0;
}
.dropdown.dropdown-arrow .dropdown-menu[x-placement=top-start] {
  left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dropdown.dropdown-arrow .dropdown-menu[x-placement=top-start]::after,
.dropdown.dropdown-arrow .dropdown-menu[x-placement=top-start]::before {
  top: 100%;
  right: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dropdown.dropdown-arrow .dropdown-menu[x-placement=top-start]::after {
  border-top-color: #fff;
  border-width: 12px 7px 7px;
  margin-left: -7px;
}
.dropdown.dropdown-arrow .dropdown-menu[x-placement=top-start]::before {
  border-color: rgba(238, 0, 0, 0);
  border-top-color: #eee;
  border-width: 13px 8px 8px;
  margin-left: -8px;
}
.dropdown.dropdown-arrow .dropdown-menu[x-placement=bottom-start] {
  left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dropdown.dropdown-arrow .dropdown-menu[x-placement=bottom-start]::after,
.dropdown.dropdown-arrow .dropdown-menu[x-placement=bottom-start]::before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dropdown.dropdown-arrow .dropdown-menu[x-placement=bottom-start]::after {
  border-color: rgba(251, 251, 251, 0);
  border-bottom-color: #fff;
  border-width: 7px 7px 12px;
  margin-left: -7px;
}
.dropdown.dropdown-arrow .dropdown-menu[x-placement=bottom-start]::before {
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #eee;
  border-width: 8px 8px 13px;
  margin-left: -8px;
}
.dropup.dropdown-arrow .dropdown-menu {
  margin: 1rem 0;
}
.dropup.dropdown-arrow .dropdown-menu[x-placement=top-start] {
  left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dropup.dropdown-arrow .dropdown-menu[x-placement=top-start]::after,
.dropup.dropdown-arrow .dropdown-menu[x-placement=top-start]::before {
  top: 100%;
  right: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dropup.dropdown-arrow .dropdown-menu[x-placement=top-start]::after {
  border-top-color: #fff;
  border-width: 12px 7px 7px;
  margin-left: -7px;
}
.dropup.dropdown-arrow .dropdown-menu[x-placement=top-start]::before {
  border-color: rgba(238, 0, 0, 0);
  border-top-color: #eee;
  border-width: 13px 8px 8px;
  margin-left: -8px;
}
.dropup.dropdown-arrow .dropdown-menu[x-placement=bottom-start] {
  left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dropup.dropdown-arrow .dropdown-menu[x-placement=bottom-start]::after,
.dropup.dropdown-arrow .dropdown-menu[x-placement=bottom-start]::before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dropup.dropdown-arrow .dropdown-menu[x-placement=bottom-start]::after {
  border-color: rgba(251, 251, 251, 0);
  border-bottom-color: #fff;
  border-width: 7px 7px 12px;
  margin-left: -7px;
}
.dropup.dropdown-arrow .dropdown-menu[x-placement=bottom-start]::before {
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #eee;
  border-width: 8px 8px 13px;
  margin-left: -8px;
}
.custom-select,
.custom-select-dd,
.dropup .custom-select-dd {
  padding: .663rem 40px .463rem .75rem!important;
  cursor: pointer;
  height: 40px;
}
.custom-select-dd:focus,
.custom-select-dd:hover,
.custom-select:focus,
.custom-select:hover {
  border-color: #005aa0;
}
.custom-select-dd::after,
.custom-select::after,
.dropup .custom-select-dd::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA1YWEwIiB2aWV3Qm94PSIwIDAgMTggMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlnb24gaWQ9IlBhZ2UtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS40MDU3ODEsIDUuMzA5NjQxKSBzY2FsZSgtMSwgLTEpIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNDA1NzgxLCAtNS4zMDk2NDEpICIgcG9pbnRzPSI1Ljg3MDE0MDc2IC0zLjE3NjE0MDU1IDQuNDU2MTQwNzYgLTEuNzYyMTQwNTUgMTEuNTI3NDIyMSA1LjMwOTE0MDgyIDQuNDU3MTQwNzYgMTIuMzgxNDIyMiA1Ljg3MTE0MDc2IDEzLjc5NTQyMjIgMTIuOTQyNDIyMSA2LjcyNDE0MDgyIDE0LjM1NTQyMjEgNS4zMDkxNDA4MiAxMi45NDI0MjIxIDMuODk2MTQwODIiPjwvcG9seWdvbj48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  content: "";
}
.custom-select-dd {
  position: relative;
}
.custom-select-dd + .custom-dropdown,
.custom-select-dd + .tt-menu.tt-open {
  max-height: 462px;
  overflow-y: auto;
}
.custom-select-dd + .custom-dropdown::-webkit-scrollbar,
.custom-select-dd + .tt-menu.tt-open::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  background-color: transparent;
}
.custom-select-dd + .custom-dropdown::-webkit-scrollbar-thumb,
.custom-select-dd + .tt-menu.tt-open::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.dropup .custom-select-dd {
  width: 100%;
  height: 40px;
}
.show > .custom-dropdown,
.show > .tt-menu.tt-open {
  width: 100%;
}
.custom-select-dd.gray-bg {
  background-color: #ffffff;
}
.show > .custom-select-dd.gray-bg {
  background-color: #fbfbfb;
}
.has-valid .custom-select-dd.gray-bg,
.has-valid .custom-select-dd.gray-bg:hover {
  background-color: #ffffff;
}
.show > .custom-select-dd {
  background-color: #f4f4f4;
  border-color: #005aa0;
}
.show > .custom-select-dd .custom-dropdown,
.show > .custom-select-dd .tt-menu.tt-open {
  pointer-events: auto;
}
.show > .custom-select-dd::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA0MjdhIiB2aWV3Qm94PSIwIDAgMTggMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlnb24gaWQ9IlBhZ2UtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS40MDU3ODEsIDUuMzA5NjQxKSBzY2FsZSgtMSwgLTEpIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNDA1NzgxLCAtNS4zMDk2NDEpICIgcG9pbnRzPSI1Ljg3MDE0MDc2IC0zLjE3NjE0MDU1IDQuNDU2MTQwNzYgLTEuNzYyMTQwNTUgMTEuNTI3NDIyMSA1LjMwOTE0MDgyIDQuNDU3MTQwNzYgMTIuMzgxNDIyMiA1Ljg3MTE0MDc2IDEzLjc5NTQyMjIgMTIuOTQyNDIyMSA2LjcyNDE0MDgyIDE0LjM1NTQyMjEgNS4zMDkxNDA4MiAxMi45NDI0MjIxIDMuODk2MTQwODIiPjwvcG9seWdvbj48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 18px;
  height: 12px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-size: 17px 18px;
  background-position: center;
  padding: 18px 20px 20px;
  -webkit-box-shadow: 0 -2px 13px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 -2px 13px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 14;
  border-top: solid 2px #005aa0 !important;
}
.has-valid .custom-select-dd {
  background-color: #eff4f9;
  border-color: #00427a;
}
.has-valid .custom-select-dd:focus,
.has-valid .custom-select-dd:hover {
  background-color: #e5ecf5;
}
.dropdown .custom-select-dd,
.dropup .custom-select-dd {
  text-align: left;
}
.dropdown .custom-select-dd::after,
.dropup .custom-select-dd::after {
  border-top: none;
  border-right: none;
  border-left: none;
}
.dropdown-backdrop {
  z-index: 0;
  position: static;
}
.custom-dropdown,
.tt-menu.tt-open {
  background-color: #fbfbfb;
  padding: 0;
  display: none;
  -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.08);
  z-index: 1000;
  border: none;
}
.custom-dropdown .dropdown-item,
.custom-dropdown .tt-suggestion,
.tt-menu.tt-open .dropdown-item,
.tt-menu.tt-open .tt-suggestion {
  color: #000;
  background-image: none;
  background-color: #fbfbfb;
  display: block;
  text-decoration: none;
  padding: 10px;
  border-top: none;
  border-bottom: solid 1px #eee;
  border-left: solid 1px #eee;
  border-right: solid 1px #eee;
  white-space: normal;
  cursor: pointer;
}
.custom-dropdown .dropdown-item:focus,
.custom-dropdown .dropdown-item:hover,
.custom-dropdown .tt-suggestion:focus,
.custom-dropdown .tt-suggestion:hover,
.tt-menu.tt-open .dropdown-item:focus,
.tt-menu.tt-open .dropdown-item:hover,
.tt-menu.tt-open .tt-suggestion:focus,
.tt-menu.tt-open .tt-suggestion:hover {
  background-color: #fff;
  color: #005aa0 !important;
}
.custom-dropdown .dropdown-header,
.tt-menu.tt-open .dropdown-header {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 0;
}
.custom-dropdown .dropdown-group-header,
.tt-menu.tt-open .dropdown-group-header {
  background-color: #f4f4f4;
  border-top: none;
  border-bottom: solid 1px #eee;
  border-left: solid 1px #eee;
  border-right: solid 1px #eee;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
.custom-dropdown .dropdown-divider,
.tt-menu.tt-open .dropdown-divider {
  height: 2px;
  margin: -1px 0 0;
  overflow: hidden;
  background-color: #bababa;
}
.custom-dropdown .dropdown-divider ~ .dropdown-item,
.custom-dropdown .dropdown-divider ~ .tt-suggestion,
.tt-menu.tt-open .dropdown-divider ~ .dropdown-item,
.tt-menu.tt-open .dropdown-divider ~ .tt-suggestion {
  background-color: #ffffff;
}
.custom-multi-select .dropdown-item,
.custom-multi-select .tt-suggestion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
  padding: 10px 43px;
}
.custom-multi-select .dropdown-item .custom-control-label::after,
.custom-multi-select .dropdown-item .custom-control-label::before,
.custom-multi-select .tt-suggestion .custom-control-label::after,
.custom-multi-select .tt-suggestion .custom-control-label::before {
  margin: 10px;
}
.custom-multi-select .dropdown-item .custom-control,
.custom-multi-select .tt-suggestion .custom-control {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.dropup .custom-dropdown .dropdown-item:last-child,
.dropup .custom-dropdown .tt-suggestion:last-child,
.dropup .tt-menu.tt-open .dropdown-item:last-child,
.dropup .tt-menu.tt-open .tt-suggestion:last-child {
  border-bottom: none;
}
.icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.icon-block {
  display: block;
}
.input-group,
.input-group > .custom-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.icon-flipped {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-nudge,
.icon-nudge-up {
  top: -0.06em;
}
.icon-nudge-up-01 {
  top: -0.1em;
}
.icon-nudge-up-015 {
  top: -0.15em;
}
.icon-nudge-up-02 {
  top: -0.2em;
}
.icon-nudge-up-025 {
  top: -0.25em;
}
.icon-nudge-up-030 {
  top: -0.3em;
}
.icon-nudge-down {
  top: 0.06em;
}
.icon-nudge-down-01 {
  top: 0.1em;
}
.icon-nudge-down-015 {
  top: 0.15em;
}
.icon-nudge-down-02 {
  top: 0.2em;
}
.icon-nudge-down-025 {
  top: 0.25em;
}
.icon-nudge-down-030 {
  top: 0.3em;
}
.icon-left {
  margin-right: 10px;
}
.icon-right {
  margin-left: 10px;
}
.dropup .input-group > .custom-file + .custom-select-dd,
.dropup .input-group > .custom-select + .custom-select-dd,
.dropup .input-group > .custom-select-dd + .custom-file,
.dropup .input-group > .custom-select-dd + .custom-select,
.dropup .input-group > .custom-select-dd + .custom-select-dd,
.dropup .input-group > .custom-select-dd + .form-control,
.dropup .input-group > .form-control + .custom-select-dd,
.input-group-append,
.input-group-append .arrow-left + .arrow-left,
.input-group-append .arrow-left + .arrow-right,
.input-group-append .arrow-left + .btn,
.input-group-append .arrow-left + .btn-link-lg,
.input-group-append .arrow-left + .btn-link-lg-left,
.input-group-append .arrow-left + .input-group-text,
.input-group-append .arrow-left + .primary-link,
.input-group-append .arrow-left + .primary-link-left,
.input-group-append .arrow-right + .arrow-left,
.input-group-append .arrow-right + .arrow-right,
.input-group-append .arrow-right + .btn,
.input-group-append .arrow-right + .btn-link-lg,
.input-group-append .arrow-right + .btn-link-lg-left,
.input-group-append .arrow-right + .input-group-text,
.input-group-append .arrow-right + .primary-link,
.input-group-append .arrow-right + .primary-link-left,
.input-group-append .btn + .arrow-left,
.input-group-append .btn + .arrow-right,
.input-group-append .btn + .btn,
.input-group-append .btn + .btn-link-lg,
.input-group-append .btn + .btn-link-lg-left,
.input-group-append .btn + .input-group-text,
.input-group-append .btn + .primary-link,
.input-group-append .btn + .primary-link-left,
.input-group-append .btn-link-lg + .arrow-left,
.input-group-append .btn-link-lg + .arrow-right,
.input-group-append .btn-link-lg + .btn,
.input-group-append .btn-link-lg + .btn-link-lg,
.input-group-append .btn-link-lg + .btn-link-lg-left,
.input-group-append .btn-link-lg + .input-group-text,
.input-group-append .btn-link-lg + .primary-link,
.input-group-append .btn-link-lg + .primary-link-left,
.input-group-append .btn-link-lg-left + .arrow-left,
.input-group-append .btn-link-lg-left + .arrow-right,
.input-group-append .btn-link-lg-left + .btn,
.input-group-append .btn-link-lg-left + .btn-link-lg,
.input-group-append .btn-link-lg-left + .btn-link-lg-left,
.input-group-append .btn-link-lg-left + .input-group-text,
.input-group-append .btn-link-lg-left + .primary-link,
.input-group-append .btn-link-lg-left + .primary-link-left,
.input-group-append .input-group-text + .arrow-left,
.input-group-append .input-group-text + .arrow-right,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .btn-link-lg,
.input-group-append .input-group-text + .btn-link-lg-left,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .primary-link,
.input-group-append .input-group-text + .primary-link-left,
.input-group-append .primary-link + .arrow-left,
.input-group-append .primary-link + .arrow-right,
.input-group-append .primary-link + .btn,
.input-group-append .primary-link + .btn-link-lg,
.input-group-append .primary-link + .btn-link-lg-left,
.input-group-append .primary-link + .input-group-text,
.input-group-append .primary-link + .primary-link,
.input-group-append .primary-link + .primary-link-left,
.input-group-append .primary-link-left + .arrow-left,
.input-group-append .primary-link-left + .arrow-right,
.input-group-append .primary-link-left + .btn,
.input-group-append .primary-link-left + .btn-link-lg,
.input-group-append .primary-link-left + .btn-link-lg-left,
.input-group-append .primary-link-left + .input-group-text,
.input-group-append .primary-link-left + .primary-link,
.input-group-append .primary-link-left + .primary-link-left,
.input-group-prepend .arrow-left + .arrow-left,
.input-group-prepend .arrow-left + .arrow-right,
.input-group-prepend .arrow-left + .btn,
.input-group-prepend .arrow-left + .btn-link-lg,
.input-group-prepend .arrow-left + .btn-link-lg-left,
.input-group-prepend .arrow-left + .input-group-text,
.input-group-prepend .arrow-left + .primary-link,
.input-group-prepend .arrow-left + .primary-link-left,
.input-group-prepend .arrow-right + .arrow-left,
.input-group-prepend .arrow-right + .arrow-right,
.input-group-prepend .arrow-right + .btn,
.input-group-prepend .arrow-right + .btn-link-lg,
.input-group-prepend .arrow-right + .btn-link-lg-left,
.input-group-prepend .arrow-right + .input-group-text,
.input-group-prepend .arrow-right + .primary-link,
.input-group-prepend .arrow-right + .primary-link-left,
.input-group-prepend .btn + .arrow-left,
.input-group-prepend .btn + .arrow-right,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .btn-link-lg,
.input-group-prepend .btn + .btn-link-lg-left,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .btn + .primary-link,
.input-group-prepend .btn + .primary-link-left,
.input-group-prepend .btn-link-lg + .arrow-left,
.input-group-prepend .btn-link-lg + .arrow-right,
.input-group-prepend .btn-link-lg + .btn,
.input-group-prepend .btn-link-lg + .btn-link-lg,
.input-group-prepend .btn-link-lg + .btn-link-lg-left,
.input-group-prepend .btn-link-lg + .input-group-text,
.input-group-prepend .btn-link-lg + .primary-link,
.input-group-prepend .btn-link-lg + .primary-link-left,
.input-group-prepend .btn-link-lg-left + .arrow-left,
.input-group-prepend .btn-link-lg-left + .arrow-right,
.input-group-prepend .btn-link-lg-left + .btn,
.input-group-prepend .btn-link-lg-left + .btn-link-lg,
.input-group-prepend .btn-link-lg-left + .btn-link-lg-left,
.input-group-prepend .btn-link-lg-left + .input-group-text,
.input-group-prepend .btn-link-lg-left + .primary-link,
.input-group-prepend .btn-link-lg-left + .primary-link-left,
.input-group-prepend .input-group-text + .arrow-left,
.input-group-prepend .input-group-text + .arrow-right,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .btn-link-lg,
.input-group-prepend .input-group-text + .btn-link-lg-left,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .primary-link,
.input-group-prepend .input-group-text + .primary-link-left,
.input-group-prepend .primary-link + .arrow-left,
.input-group-prepend .primary-link + .arrow-right,
.input-group-prepend .primary-link + .btn,
.input-group-prepend .primary-link + .btn-link-lg,
.input-group-prepend .primary-link + .btn-link-lg-left,
.input-group-prepend .primary-link + .input-group-text,
.input-group-prepend .primary-link + .primary-link,
.input-group-prepend .primary-link + .primary-link-left,
.input-group-prepend .primary-link-left + .arrow-left,
.input-group-prepend .primary-link-left + .arrow-right,
.input-group-prepend .primary-link-left + .btn,
.input-group-prepend .primary-link-left + .btn-link-lg,
.input-group-prepend .primary-link-left + .btn-link-lg-left,
.input-group-prepend .primary-link-left + .input-group-text,
.input-group-prepend .primary-link-left + .primary-link,
.input-group-prepend .primary-link-left + .primary-link-left,
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-select-dd,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-select-dd,
.input-group > .custom-select + .form-control,
.input-group > .custom-select-dd + .custom-file,
.input-group > .custom-select-dd + .custom-select,
.input-group > .custom-select-dd + .custom-select-dd,
.input-group > .custom-select-dd + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-select-dd,
.input-group > .form-control + .form-control {
  margin-left: -2px;
}
.input-group {
  position: relative;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.dropup .input-group > .custom-select-dd,
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .custom-select-dd,
.input-group > .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.dropup .input-group > .custom-select-dd:focus,
.input-group > .custom-file:focus,
.input-group > .custom-select-dd:focus,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group-append .arrow-left,
.input-group-append .arrow-right,
.input-group-append .btn,
.input-group-append .btn-link-lg,
.input-group-append .btn-link-lg-left,
.input-group-append .primary-link,
.input-group-append .primary-link-left,
.input-group-prepend .arrow-left,
.input-group-prepend .arrow-right,
.input-group-prepend .btn,
.input-group-prepend .btn-link-lg,
.input-group-prepend .btn-link-lg-left,
.input-group-prepend .primary-link,
.input-group-prepend .primary-link-left {
  position: relative;
  z-index: 2;
}
.input-group-prepend {
  margin-right: -2px;
}
.input-group-text {
  padding: .563rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.25;
  color: #222;
  text-align: center;
  white-space: nowrap;
  border: 2px solid #d9d9d9;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}
.input-group.disabled .input-group-append div,
.input-group.disabled .input-group-append span,
.input-group.disabled .input-group-prepend div,
.input-group.disabled .input-group-prepend span {
  cursor: not-allowed;
  background-color: #d9d9d9;
  opacity: 1;
}
.nav-pills .nav-link.active,
.nav-sub .nav-link.active,
.nav-sub-gray .nav-link.active,
.nav-tabs .nav-link.active,
.nav-tabs-gray .nav-link.active {
  cursor: default;
}
.input-group-append,
.input-group-prepend,
.input-group-text {
  border-width: 0 0 2px;
  -webkit-transition: border-color 60ms linear;
  -o-transition: border-color 60ms linear;
  min-width: 2.9rem;
  margin: 0;
  background-color: #f3f3f3;
  font-weight: 700;
}
.input-group-append,
.input-group-prepend {
  transition: border-color 60ms linear;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 2px solid #d9d9d9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group-append .icon,
.input-group-prepend .icon {
  display: block;
}
.input-group-text,
.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.input-group-text {
  transition: border-color 60ms linear;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: none;
  padding-top: .69rem;
  max-height: 38px;
}
.form-control {
  min-width: 0;
}
.input-group input.form-control:first-child {
  padding-right: 0;
}
.input-group input.form-control:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
}
.input-group input.form-control:last-child {
  padding-left: 0;
  padding-right: 0.75rem;
}
.input-group input.form-control:only-child {
  padding-left: .75rem;
  padding-right: 0.75rem;
}
.input-group-prepend-img {
  border-width: 0;
  padding: 0 2px;
}
.input-group-append ~ input.form-control,
.input-group-append ~ input.form-control:last-child,
.input-group-prepend-img + input.form-control,
.input-group-prepend-img + input.form-control:last-child {
  padding-left: 0.75rem !important;
}
.input-group-append [class*=btn-] {
  position: relative!important;
  outline: #e30613 solid 2px !important;
}
.input-group-append [class*=btn-]::after {
  content: "Supports regular 'btn' only" !important;
  padding: 2px 0!important;
  width: auto!important;
  height: auto!important;
  position: absolute!important;
  bottom: 0!important;
  right: 0!important;
  font-family: sans-serif !important;
  font-size: 1rem!important;
  color: #fff!important;
  background: #e30613 !important;
}
.nav-pills .nav-link,
.nav-tabs .nav-link,
.nav-tabs-gray .nav-link,
.navbar {
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
}
.input-group-append > .active.arrow-left,
.input-group-append > .active.arrow-right,
.input-group-append > .active.btn-link-lg,
.input-group-append > .active.btn-link-lg-left,
.input-group-append > .active.primary-link,
.input-group-append > .active.primary-link-left,
.input-group-append > .arrow-left,
.input-group-append > .arrow-left:active,
.input-group-append > .arrow-left:focus,
.input-group-append > .arrow-left:hover,
.input-group-append > .arrow-right,
.input-group-append > .arrow-right:active,
.input-group-append > .arrow-right:focus,
.input-group-append > .arrow-right:hover,
.input-group-append > .btn,
.input-group-append > .btn-link-lg,
.input-group-append > .btn-link-lg-left,
.input-group-append > .btn-link-lg-left:active,
.input-group-append > .btn-link-lg-left:focus,
.input-group-append > .btn-link-lg-left:hover,
.input-group-append > .btn-link-lg:active,
.input-group-append > .btn-link-lg:focus,
.input-group-append > .btn-link-lg:hover,
.input-group-append > .btn.active,
.input-group-append > .btn.focus,
.input-group-append > .btn:active,
.input-group-append > .btn:focus,
.input-group-append > .btn:hover,
.input-group-append > .focus.arrow-left,
.input-group-append > .focus.arrow-right,
.input-group-append > .focus.btn-link-lg,
.input-group-append > .focus.btn-link-lg-left,
.input-group-append > .focus.primary-link,
.input-group-append > .focus.primary-link-left,
.input-group-append > .primary-link,
.input-group-append > .primary-link-left,
.input-group-append > .primary-link-left:active,
.input-group-append > .primary-link-left:focus,
.input-group-append > .primary-link-left:hover,
.input-group-append > .primary-link:active,
.input-group-append > .primary-link:focus,
.input-group-append > .primary-link:hover {
  border: 0;
  padding: 0;
  outline: 0;
  -webkit-appearence: none;
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
  height: 100%;
  margin-top: 2px;
  font-size: 1rem;
  border-width: 0 0 2px;
  -webkit-transition: border-color 60ms linear;
  -o-transition: border-color 60ms linear;
  transition: border-color 60ms linear;
  min-width: 2.9rem;
  min-height: 40px;
  border-bottom: 2px solid #d9d9d9;
  background: #f3f3f3;
  padding-left: -webkit-calc(-1.25rem);
  padding-left: calc(-1.25rem);
  padding-right: -webkit-calc(-1.25rem);
  padding-right: calc(-1.25rem);
  color: #005aa0;
}
.form-control:focus + .input-group-append .arrow-left:hover,
.form-control:focus + .input-group-append .arrow-right:hover,
.form-control:focus + .input-group-append .btn-link-lg-left:hover,
.form-control:focus + .input-group-append .btn-link-lg:hover,
.form-control:focus + .input-group-append .btn:hover,
.form-control:focus + .input-group-append .primary-link-left:hover,
.form-control:focus + .input-group-append .primary-link:hover,
.input-group-append:hover > .arrow-left,
.input-group-append:hover > .arrow-right,
.input-group-append:hover > .btn,
.input-group-append:hover > .btn-link-lg,
.input-group-append:hover > .btn-link-lg-left,
.input-group-append:hover > .primary-link,
.input-group-append:hover > .primary-link-left,
form:not([novalidate]) .form-control:valid + .input-group-append .arrow-left:hover,
form:not([novalidate]) .form-control:valid + .input-group-append .arrow-right:hover,
form:not([novalidate]) .form-control:valid + .input-group-append .btn-link-lg-left:hover,
form:not([novalidate]) .form-control:valid + .input-group-append .btn-link-lg:hover,
form:not([novalidate]) .form-control:valid + .input-group-append .btn:hover,
form:not([novalidate]) .form-control:valid + .input-group-append .primary-link-left:hover,
form:not([novalidate]) .form-control:valid + .input-group-append .primary-link:hover {
  background: #ececec;
}
.input-group-append > .arrow-left:active,
.input-group-append > .arrow-right:active,
.input-group-append > .btn-link-lg-left:active,
.input-group-append > .btn-link-lg:active,
.input-group-append > .btn:active,
.input-group-append > .primary-link-left:active,
.input-group-append > .primary-link:active {
  color: rgba(0, 90, 160, 0.7);
}
.form-control:focus + .input-group-append .arrow-left,
.form-control:focus + .input-group-append .arrow-right,
.form-control:focus + .input-group-append .btn,
.form-control:focus + .input-group-append .btn-link-lg,
.form-control:focus + .input-group-append .btn-link-lg-left,
.form-control:focus + .input-group-append .primary-link,
.form-control:focus + .input-group-append .primary-link-left,
form:not([novalidate]) .form-control:valid + .input-group-append .arrow-left,
form:not([novalidate]) .form-control:valid + .input-group-append .arrow-right,
form:not([novalidate]) .form-control:valid + .input-group-append .btn,
form:not([novalidate]) .form-control:valid + .input-group-append .btn-link-lg,
form:not([novalidate]) .form-control:valid + .input-group-append .btn-link-lg-left,
form:not([novalidate]) .form-control:valid + .input-group-append .primary-link,
form:not([novalidate]) .form-control:valid + .input-group-append .primary-link-left {
  border-color: #005aa0;
}
form:not([novalidate]) .form-control:valid:not(:focus) + .input-group-append .arrow-left,
form:not([novalidate]) .form-control:valid:not(:focus) + .input-group-append .arrow-right,
form:not([novalidate]) .form-control:valid:not(:focus) + .input-group-append .btn,
form:not([novalidate]) .form-control:valid:not(:focus) + .input-group-append .btn-link-lg,
form:not([novalidate]) .form-control:valid:not(:focus) + .input-group-append .btn-link-lg-left,
form:not([novalidate]) .form-control:valid:not(:focus) + .input-group-append .primary-link,
form:not([novalidate]) .form-control:valid:not(:focus) + .input-group-append .primary-link-left {
  background: #eff4f9;
}
form:not([novalidate]) .form-control:valid:not(:focus) + .input-group-append .arrow-left:hover,
form:not([novalidate]) .form-control:valid:not(:focus) + .input-group-append .arrow-right:hover,
form:not([novalidate]) .form-control:valid:not(:focus) + .input-group-append .btn-link-lg-left:hover,
form:not([novalidate]) .form-control:valid:not(:focus) + .input-group-append .btn-link-lg:hover,
form:not([novalidate]) .form-control:valid:not(:focus) + .input-group-append .btn:hover,
form:not([novalidate]) .form-control:valid:not(:focus) + .input-group-append .primary-link-left:hover,
form:not([novalidate]) .form-control:valid:not(:focus) + .input-group-append .primary-link:hover {
  background: #e5ecf5;
}
.has-valid .input-group-append .arrow-left,
.has-valid .input-group-append .arrow-right,
.has-valid .input-group-append .btn,
.has-valid .input-group-append .btn-link-lg,
.has-valid .input-group-append .btn-link-lg-left,
.has-valid .input-group-append .primary-link,
.has-valid .input-group-append .primary-link-left {
  border-color: #005aa0;
  background-color: #eff4f9 !important;
}
.has-success .input-group-append .arrow-left,
.has-success .input-group-append .arrow-right,
.has-success .input-group-append .btn,
.has-success .input-group-append .btn-link-lg,
.has-success .input-group-append .btn-link-lg-left,
.has-success .input-group-append .primary-link,
.has-success .input-group-append .primary-link-left {
  border-color: #95c11f !important;
}
.has-warning .input-group-append .arrow-left,
.has-warning .input-group-append .arrow-right,
.has-warning .input-group-append .btn,
.has-warning .input-group-append .btn-link-lg,
.has-warning .input-group-append .btn-link-lg-left,
.has-warning .input-group-append .primary-link,
.has-warning .input-group-append .primary-link-left {
  border-color: #f9b233 !important;
}
.has-danger .input-group-append .arrow-left,
.has-danger .input-group-append .arrow-right,
.has-danger .input-group-append .btn,
.has-danger .input-group-append .btn-link-lg,
.has-danger .input-group-append .btn-link-lg-left,
.has-danger .input-group-append .primary-link,
.has-danger .input-group-append .primary-link-left {
  border-color: #e30613 !important;
}
.input-group-append > .active.arrow-left,
.input-group-append > .active.arrow-right,
.input-group-append > .active.btn-link-lg,
.input-group-append > .active.btn-link-lg-left,
.input-group-append > .active.primary-link,
.input-group-append > .active.primary-link-left,
.input-group-append > .btn.active {
  background: #fff!important;
  border-color: #fff!important;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 2px;
  border-bottom: 0;
  z-index: 3;
}
.link-adaptive:hover,
.link:hover,
.nav-link.disabled,
.nav-link.disabled:active,
.nav-link.disabled:focus,
.nav-link.disabled:hover,
.nav-link[disabled],
.nav-link[disabled]:active,
.nav-link[disabled]:focus,
.nav-link[disabled]:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, currentColor));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%);
}
.media {
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}
.nav-link {
  display: block;
  padding: 1rem 2rem;
  padding-bottom: -webkit-calc(-1rem);
  padding-bottom: calc(-1rem);
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #747578;
}
.nav-tabs,
.nav-tabs-gray {
  border-bottom: 2px solid transparent;
}
.nav-tabs .nav-item,
.nav-tabs-gray .nav-item {
  margin-bottom: -2px;
}
.nav-tabs .nav-link.disabled,
.nav-tabs-gray .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs-gray .nav-item.show .nav-link,
.nav-tabs-gray .nav-link.active {
  color: #747578;
  background-color: #f3f3f3;
  border-color: #dddddd;
}
.nav-tabs .dropdown-menu,
.nav-tabs-gray .dropdown-menu {
  margin-top: -2px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #005aa0;
}
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav:not(.navbar-nav):not(.nav-tabs):not(.nav-tabs-gray):not(.nav-pills):not(.nav-tight):not(.nav-stacked):not(.nav-two-col):not(.nav-sub):not(.nav-sub-gray):not(.nav-sub-gray) .nav-link {
  line-height: 1.2;
  padding: 0;
  display: inline-block;
}
.nav:not(.navbar-nav):not(.nav-tabs):not(.nav-tabs-gray):not(.nav-pills):not(.nav-tight):not(.nav-stacked):not(.nav-two-col):not(.nav-sub):not(.nav-sub-gray):not(.nav-sub-gray) .nav-link.btn-link-lg,
.nav:not(.navbar-nav):not(.nav-tabs):not(.nav-tabs-gray):not(.nav-pills):not(.nav-tight):not(.nav-stacked):not(.nav-two-col):not(.nav-sub):not(.nav-sub-gray):not(.nav-sub-gray) .nav-link.btn-link-lg-left,
.nav:not(.navbar-nav):not(.nav-tabs):not(.nav-tabs-gray):not(.nav-pills):not(.nav-tight):not(.nav-stacked):not(.nav-two-col):not(.nav-sub):not(.nav-sub-gray):not(.nav-sub-gray) .nav-link.primary-link,
.nav:not(.navbar-nav):not(.nav-tabs):not(.nav-tabs-gray):not(.nav-pills):not(.nav-tight):not(.nav-stacked):not(.nav-two-col):not(.nav-sub):not(.nav-sub-gray):not(.nav-sub-gray) .nav-link.primary-link-left {
  line-height: 1.3;
}
.nav-link.disabled,
.nav-link.disabled:active,
.nav-link.disabled:focus,
.nav-link.disabled:hover,
.nav-link[disabled],
.nav-link[disabled]:active,
.nav-link[disabled]:focus,
.nav-link[disabled]:hover {
  color: #747578;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentColor 50%);
}
.nav-inline .nav-item,
.nav-inline .nav-link,
.nav-sub .nav-item,
.nav-sub .nav-link,
.nav-sub-gray .nav-item,
.nav-sub-gray .nav-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.nav-sub,
.nav-sub-gray,
.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
}
.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link,
.nav-sub .nav-item + .nav-item,
.nav-sub .nav-link + .nav-link,
.nav-sub-gray .nav-item + .nav-item,
.nav-sub-gray .nav-link + .nav-link {
  margin-left: 1rem;
}
.nav-pills .nav-link,
.nav-pills .nav-link:active,
.nav-pills .nav-link:focus,
.nav-pills .nav-link:hover,
.nav-tabs .nav-link,
.nav-tabs .nav-link:active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs-gray .nav-link,
.nav-tabs-gray .nav-link:active,
.nav-tabs-gray .nav-link:focus,
.nav-tabs-gray .nav-link:hover {
  position: relative;
  background: rgba(0, 0, 0, 0.03);
  background-image: none;
  border: solid transparent;
  border-width: 0 0 2px;
  opacity: 1;
  color: inherit;
  font-size: 1.125rem;
  -webkit-transition: 75ms linear;
  -o-transition: 75ms linear;
  transition: 75ms linear;
  -webkit-transition-property: border-color, background, color;
  -o-transition-property: border-color, background, color;
  transition-property: border-color, background, color;
}
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs-gray .nav-link.active,
.nav-tabs-gray .nav-link.active:active,
.nav-tabs-gray .nav-link.active:focus,
.nav-tabs-gray .nav-link.active:hover {
  background-color: #fff;
  border-bottom-color: #fff;
  color: #005aa0;
  font-weight: 700;
}
.nav-pills .nav-link:active,
.nav-pills .nav-link:hover,
.nav-tabs .nav-link:active,
.nav-tabs .nav-link:hover,
.nav-tabs-gray .nav-link:active,
.nav-tabs-gray .nav-link:hover {
  color: #005aa0;
  border-bottom-color: #005aa0;
}
.nav-pills .nav-link.disabled,
.nav-pills .nav-link.disabled.active,
.nav-pills .nav-link.disabled.active:active,
.nav-pills .nav-link.disabled.active:focus,
.nav-pills .nav-link.disabled.active:hover,
.nav-pills .nav-link.disabled:hover,
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled.active,
.nav-tabs .nav-link.disabled.active:active,
.nav-tabs .nav-link.disabled.active:focus,
.nav-tabs .nav-link.disabled.active:hover,
.nav-tabs .nav-link.disabled:hover,
.nav-tabs-gray .nav-link.disabled,
.nav-tabs-gray .nav-link.disabled.active,
.nav-tabs-gray .nav-link.disabled.active:active,
.nav-tabs-gray .nav-link.disabled.active:focus,
.nav-tabs-gray .nav-link.disabled.active:hover,
.nav-tabs-gray .nav-link.disabled:hover {
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 2px solid transparent;
  color: #747578;
}
.nav-pills .nav-item + .nav-item,
.nav-tabs .nav-item + .nav-item,
.nav-tabs-gray .nav-item + .nav-item {
  margin-left: 2px;
}
.nav-pills .nav-link {
  border-bottom-color: #d9d9d9;
  color: #747578;
}
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
  border-bottom-color: #005aa0;
  font-weight: 700;
}
.nav-pills .nav-link,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link:active,
.nav-pills .nav-link:focus,
.nav-pills .nav-link:hover {
  background: 0 0;
}
.nav-pills .nav-link:active {
  color: rgba(0, 47, 84, 0.6);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.nav-pills .nav-link.disabled,
.nav-pills .nav-link.disabled.active,
.nav-pills .nav-link.disabled.active:active,
.nav-pills .nav-link.disabled.active:focus,
.nav-pills .nav-link.disabled.active:hover,
.nav-pills .nav-link.disabled:hover {
  background: 0 0;
  border-bottom: 2px solid #d9d9d9;
  color: #747578;
}
.nav-tight .nav-link {
  padding: 1rem 1rem -webkit-calc(-1rem);
  padding: 1rem 1rem calc(-1rem);
}
.nav-stacked {
  float: none;
}
.nav-two-col {
  -moz-column-count: 2;
  -moz-column-gap: 1rem;
  -webkit-column-count: 2;
  -webkit-column-gap: 1rem;
  column-count: 2;
  column-gap: 1rem;
}
.nav-two-col li {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  overflow: hidden;
}
.nav-tabs-gray .nav-link {
  background: #e9e9e9;
}
.nav-tabs-gray .nav-link.active,
.nav-tabs-gray .nav-link.active:active,
.nav-tabs-gray .nav-link.active:focus,
.nav-tabs-gray .nav-link.active:hover,
.nav-tabs-gray .nav-link:active,
.nav-tabs-gray .nav-link:focus {
  background: #f3f3f3;
  font-weight: 700;
  border-color: #f3f3f3;
}
.nav-tabs-gray .nav-link.disabled,
.nav-tabs-gray .nav-link.disabled.active,
.nav-tabs-gray .nav-link.disabled.active:active,
.nav-tabs-gray .nav-link.disabled.active:focus,
.nav-tabs-gray .nav-link.disabled.active:hover,
.nav-tabs-gray .nav-link.disabled:hover,
.nav-tabs-gray .nav-link:hover {
  background: #e9e9e9;
}
.nav-sub,
.nav-sub-gray {
  background: #fff;
  padding: .5rem 1rem .25rem;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-basis: inherit;
  -ms-flex-preferred-size: inherit;
  flex-basis: inherit;
}
.nav-sub .nav-link,
.nav-sub .nav-link.active,
.nav-sub .nav-link:active,
.nav-sub .nav-link:focus,
.nav-sub .nav-link:hover,
.nav-sub-gray .nav-link,
.nav-sub-gray .nav-link.active,
.nav-sub-gray .nav-link:active,
.nav-sub-gray .nav-link:focus,
.nav-sub-gray .nav-link:hover {
  position: relative;
  background-image: none;
  border: solid transparent;
  border-width: 0 0 2px;
  opacity: 1;
  color: inherit;
  -webkit-transition: 75ms linear;
  -o-transition: 75ms linear;
  transition: 75ms linear;
  -webkit-transition-property: border-color, background, color;
  -o-transition-property: border-color, background, color;
  transition-property: border-color, background, color;
}
.nav-sub .nav-link,
.nav-sub-gray .nav-link {
  padding: 0;
  margin-left: 0!important;
  margin-right: 1rem;
  margin-bottom: .5rem;
  border-bottom-color: #d9d9d9;
  color: #747578;
}
.nav-sub .nav-link.active,
.nav-sub .nav-link.active:active,
.nav-sub .nav-link.active:focus,
.nav-sub .nav-link.active:hover,
.nav-sub .nav-link:hover,
.nav-sub-gray .nav-link.active,
.nav-sub-gray .nav-link.active:active,
.nav-sub-gray .nav-link.active:focus,
.nav-sub-gray .nav-link.active:hover,
.nav-sub-gray .nav-link:hover {
  border-bottom-color: #005aa0;
  color: #005aa0;
}
.nav-sub .nav-link:active,
.nav-sub-gray .nav-link:active {
  color: rgba(0, 47, 84, 0.6);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.nav-sub .nav-link.disabled:not(.primary-link):not(.btn-link-lg):not(.btn-link-lg-left),
.nav-sub-gray .nav-link.disabled:not(.primary-link):not(.btn-link-lg):not(.btn-link-lg-left) {
  border-bottom: #d9d9d9;
  color: #747578;
}
.nav-sub .nav-link.disabled:not(.primary-link):not(.btn-link-lg):not(.btn-link-lg-left).active,
.nav-sub .nav-link.disabled:not(.primary-link):not(.btn-link-lg):not(.btn-link-lg-left).active:active,
.nav-sub .nav-link.disabled:not(.primary-link):not(.btn-link-lg):not(.btn-link-lg-left).active:focus,
.nav-sub .nav-link.disabled:not(.primary-link):not(.btn-link-lg):not(.btn-link-lg-left).active:hover,
.nav-sub .nav-link.disabled:not(.primary-link):not(.btn-link-lg):not(.btn-link-lg-left):hover,
.nav-sub-gray .nav-link.disabled:not(.primary-link):not(.btn-link-lg):not(.btn-link-lg-left).active,
.nav-sub-gray .nav-link.disabled:not(.primary-link):not(.btn-link-lg):not(.btn-link-lg-left).active:active,
.nav-sub-gray .nav-link.disabled:not(.primary-link):not(.btn-link-lg):not(.btn-link-lg-left).active:focus,
.nav-sub-gray .nav-link.disabled:not(.primary-link):not(.btn-link-lg):not(.btn-link-lg-left).active:hover,
.nav-sub-gray .nav-link.disabled:not(.primary-link):not(.btn-link-lg):not(.btn-link-lg-left):hover {
  border-bottom-color: #d9d9d9;
  color: #747578;
}
.nav-sub-gray {
  background: #f3f3f3;
}
.nav .nav-item.separator + .nav-item.separator,
.nav .nav-item.separator + .nav-link.separator,
.nav .nav-link.separator + .nav-item.separator,
.nav .nav-link.separator + .nav-link.separator {
  position: relative;
  margin-left: 1.5rem;
}
.nav .nav-item.separator + .nav-item.separator::before,
.nav .nav-item.separator + .nav-link.separator::before,
.nav .nav-link.separator + .nav-item.separator::before,
.nav .nav-link.separator + .nav-link.separator::before {
  content: " ";
  pointer-events: none;
  width: 1px;
  height: -webkit-calc(1.625rem);
  height: calc(1.625rem);
  margin-right: .75rem;
  right: 100%;
  position: absolute;
  background-color: #b1b3b6;
}
.nav-link.primary-link {
  padding-right: 3px !important;
}
.navbar {
  position: relative;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .lf-footer,
.navbar > .lf-header.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-text,
.navbar-toggler-icon {
  display: inline-block;
}
.navbar-brand {
  padding-top: .90938rem;
  padding-bottom: .90938rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-text,
.price-box-bottom .price-box-content {
  padding-top: 1rem;
}
.navbar-text,
.price-box-content {
  padding-bottom: 1rem;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-collapse {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 2px solid transparent;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: center center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .lf-footer,
  .navbar-expand-sm > .lf-header.navbar {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm,
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-sm {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .lf-footer,
  .navbar-expand-sm > .lf-header.navbar {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .lf-footer,
  .navbar-expand-md > .lf-header.navbar {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md,
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-md {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .lf-footer,
  .navbar-expand-md > .lf-header.navbar {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .lf-footer,
  .navbar-expand-lg > .lf-header.navbar {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg,
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-lg {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .lf-footer,
  .navbar-expand-lg > .lf-header.navbar {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .lf-footer,
  .navbar-expand-xl > .lf-header.navbar {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl,
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-xl {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .lf-footer,
  .navbar-expand-xl > .lf-header.navbar {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar,
.navbar-expand .navbar-nav {
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .lf-footer,
.navbar-expand > .lf-header.navbar {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .lf-footer,
.navbar-expand > .lf-header.navbar {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-brand,
.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: #005aa0;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #002f54;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: #005aa0;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#005aa0' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: #005aa0;
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #ffffff;
}
.navbar {
  height: 3.75rem;
  background: #00427a;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
}
.navbar-dark {
  position: relative!important;
  outline: #e30613 solid 2px !important;
}
.navbar-dark::after {
  content: "navbar-dark is not needed, simply change the background color (try bg-inverse)" !important;
  padding: 2px 0!important;
  width: auto!important;
  height: auto!important;
  position: absolute!important;
  bottom: 0!important;
  right: 0!important;
  font-family: sans-serif !important;
  font-size: 1rem!important;
  color: #fff!important;
  background: #e30613 !important;
}
.pagination,
.pie,
.pie-title,
.price-box .price,
.price-box .your-price {
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
}
.navbar-brand,
.navbar-brand:active,
.navbar-brand:focus,
.navbar-brand:hover {
  background: #fff;
  color: #222;
  opacity: 1;
}
.navbar-nav {
  height: 3.75rem;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-brand {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.75rem;
  padding: 0 .75rem;
  margin: 0;
}
.navbar .nav-item {
  height: 3.75rem;
  position: relative;
  cursor: default;
  float: none;
}
.navbar .nav-item + .nav-item {
  margin: 0;
}
.navbar .nav-link {
  border: 0;
  background: 0 0;
  outline: 0;
  -webkit-appearence: none;
  text-align: left;
  height: 3.75rem;
  color: #fff;
  font-size: 1.125rem;
  padding: 0 .75rem;
  -webkit-transition: .1s ease;
  -o-transition: .1s ease;
  transition: .1s ease;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.navbar-stacked,
.progress-bar {
  -webkit-flex-direction: column;
}
.navbar .navbar-icon {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  margin-right: 0.6rem;
}
.navbar .nav-link:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}
.navbar .nav-item.active > .nav-link {
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  -webkit-box-shadow: inset 0 -2px 0 0 #e30613;
  box-shadow: inset 0 -2px 0 0 #e30613;
}
.navbar .nav-link:active {
  opacity: 1;
  color: rgba(255, 255, 255, 0.6) !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar .nav-item.active > .nav-link > .navbar-icon,
.navbar .nav-link:hover > .navbar-icon {
  opacity: 1;
}
.navbar-stacked {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  width: 100%;
  padding: 0;
}
.navbar-stacked .nav-item,
.navbar-stacked .navbar-brand,
.navbar-stacked .navbar-nav {
  width: 100%;
  height: auto;
  display: block;
}
.navbar-stacked .nav-link,
.navbar-stacked .navbar-brand {
  height: 3.375rem;
}
.navbar-stacked .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.navbar-stacked .nav-item.active > .nav-link {
  -webkit-box-shadow: inset -3px 0 0 0 #e30613;
  box-shadow: inset -3px 0 0 0 #e30613;
}
.navbar-stacked .navbar-icon {
  margin-right: 1rem;
  height: 30px;
  width: 30px;
  min-width: 30px;
}
.navbar .nav-item.has-sub .navbar-nav {
  display: none;
  background: rgba(0, 0, 0, 0.3);
}
.navbar .nav-item.has-sub.open > .navbar-nav {
  display: block;
}
.pagination,
.pagination-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.navbar .nav-item.has-sub .nav-item + .nav-item {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.navbar .nav-item.has-sub .nav-item.has-sub .navbar-nav .nav-link {
  padding-left: 1.8rem;
}
.navbar .nav-item.has-sub .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.65);
}
.navbar .nav-item.has-sub .navbar-nav .nav-item.active > .nav-link,
.navbar .nav-item.has-sub .navbar-nav .nav-link:hover {
  background: 0 0;
  color: #ffffff;
}
.navbar .navbar-toggle {
  border: 0;
  padding: 0;
  background: 0 0;
  outline: 0;
  -webkit-appearence: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 3.75rem;
  height: 3.75rem;
  -webkit-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  cursor: pointer;
}
.navbar .navbar-toggle:hover {
  background: rgba(255, 255, 255, 0.15);
}
.navbar .navbar-toggle:active::after {
  opacity: 0.5;
}
.navbar-light .navbar-icon,
.shortcut:active {
  opacity: 1;
}
.navbar .navbar-toggle::after {
  content: "";
  position: absolute;
  top: 23px;
  left: 24px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMTggMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlnb24gaWQ9IlBhZ2UtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS40MDU3ODEsIDUuMzA5NjQxKSBzY2FsZSgtMSwgLTEpIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNDA1NzgxLCAtNS4zMDk2NDEpICIgcG9pbnRzPSI1Ljg3MDE0MDc2IC0zLjE3NjE0MDU1IDQuNDU2MTQwNzYgLTEuNzYyMTQwNTUgMTEuNTI3NDIyMSA1LjMwOTE0MDgyIDQuNDU3MTQwNzYgMTIuMzgxNDIyMiA1Ljg3MTE0MDc2IDEzLjc5NTQyMjIgMTIuOTQyNDIyMSA2LjcyNDE0MDgyIDE0LjM1NTQyMjEgNS4zMDkxNDA4MiAxMi45NDI0MjIxIDMuODk2MTQwODIiPjwvcG9seWdvbj48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 13px;
  height: 9px;
}
.navbar .nav-item.has-sub.open > .navbar-toggle::after {
  -webkit-transform: rotate(180deg) translateY(2px);
  -ms-transform: rotate(180deg) translateY(2px);
  transform: rotate(180deg) translateY(2px);
}
.navbar .nav-item.has-sub > .nav-link {
  padding-right: 2.4rem;
}
.navbar-light {
  background: #fff;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.navbar-light .nav-link {
  color: #005aa0 !important;
}
.navbar-light .nav-link:hover {
  color: #002f54 !important;
}
.navbar-light .nav-item.active > .nav-link,
.navbar-light .nav-item > .nav-link:hover {
  background: #eff4f9;
}
.navbar-light .nav-item.has-sub .navbar-nav {
  background: rgba(0, 0, 0, 0.02);
}
.navbar-light .nav-item.has-sub .nav-item + .nav-item {
  border-top-color: rgba(0, 0, 0, 0.05);
}
.navbar-light .nav-link:active {
  color: rgba(0, 90, 160, 0.6) !important;
}
.navbar-light .navbar-toggle:hover {
  background: rgba(0, 0, 0, 0.03);
}
.navbar-light .navbar-toggle::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA1YWEwIiB2aWV3Qm94PSIwIDAgMTggMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlnb24gaWQ9IlBhZ2UtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS40MDU3ODEsIDUuMzA5NjQxKSBzY2FsZSgtMSwgLTEpIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNDA1NzgxLCAtNS4zMDk2NDEpICIgcG9pbnRzPSI1Ljg3MDE0MDc2IC0zLjE3NjE0MDU1IDQuNDU2MTQwNzYgLTEuNzYyMTQwNTUgMTEuNTI3NDIyMSA1LjMwOTE0MDgyIDQuNDU3MTQwNzYgMTIuMzgxNDIyMiA1Ljg3MTE0MDc2IDEzLjc5NTQyMjIgMTIuOTQyNDIyMSA2LjcyNDE0MDgyIDE0LjM1NTQyMjEgNS4zMDkxNDA4MiAxMi45NDI0MjIxIDMuODk2MTQwODIiPjwvcG9seWdvbj48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 13px;
  height: 9px;
}
.fixed-top {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
.navbar-sm,
.navbar-sm .nav-item,
.navbar-sm .nav-link,
.navbar-sm .navbar-brand,
.navbar-sm .navbar-nav {
  height: 2.75rem;
}
.navbar-sm .nav-link,
.navbar-sm .navbar-brand {
  padding: .56rem .75rem;
  font-size: 1rem;
}
.navbar-sm .navbar-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
}
.navbar-sm.navbar-stacked,
.navbar-sm.navbar-stacked .nav-item,
.navbar-sm.navbar-stacked .navbar-brand,
.navbar-sm.navbar-stacked .navbar-nav {
  height: auto;
}
.navbar-sm.navbar-stacked .navbar-icon {
  margin-right: 0.75rem;
}
.navbar-sm.navbar-stacked .nav-item.has-sub .nav-item.has-sub .navbar-nav .nav-link {
  padding-left: 1.4rem;
}
.navbar-stacked .navbar-toggle {
  height: 3.375rem;
}
.navbar-sm .navbar-toggle {
  height: 2.75rem;
  width: 2.75rem;
  top: 0;
  right: 0;
}
.navbar-sm .navbar-toggle::after {
  top: 18px;
  left: 16px;
}
.navbar-xs,
.navbar-xs .nav-item,
.navbar-xs .nav-link,
.navbar-xs .navbar-brand,
.navbar-xs .navbar-nav {
  height: 2.5rem;
}
.navbar-xs .nav-link,
.navbar-xs .navbar-brand {
  padding: .56rem .75rem;
  font-size: 0.875rem;
}
.navbar-xs .navbar-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
}
.navbar-xs.navbar-stacked,
.navbar-xs.navbar-stacked .nav-item,
.navbar-xs.navbar-stacked .navbar-brand,
.navbar-xs.navbar-stacked .navbar-nav {
  height: auto;
}
.navbar-xs.navbar-stacked .navbar-icon {
  margin-right: 0.5rem;
}
.navbar-xs.navbar-stacked .nav-item.has-sub .nav-item.has-sub .navbar-nav .nav-link {
  padding-left: 1.4rem;
}
.navbar-xs .navbar-toggle {
  height: 2.5rem;
  width: 2.5rem;
  top: 0;
  right: 0;
}
.navbar-xs .navbar-toggle::after {
  top: 17px;
  left: 14px;
}
.navbar .nav-link.disabled,
.navbar-light .nav-link.disabled {
  color: #747578!important;
  background: inherit;
}
.navbar .nav-link.disabled.active,
.navbar .nav-link.disabled.active:active,
.navbar .nav-link.disabled.active:focus,
.navbar .nav-link.disabled.active:hover,
.navbar .nav-link.disabled:active,
.navbar .nav-link.disabled:focus,
.navbar .nav-link.disabled:hover,
.navbar-light .nav-link.disabled.active,
.navbar-light .nav-link.disabled.active:active,
.navbar-light .nav-link.disabled.active:focus,
.navbar-light .nav-link.disabled.active:hover,
.navbar-light .nav-link.disabled:active,
.navbar-light .nav-link.disabled:focus,
.navbar-light .nav-link.disabled:hover {
  background: 0 0!important;
  color: #747578 !important;
}
.pagination {
  display: flex;
  padding-left: 0;
}
.page-link {
  position: relative;
  display: block;
  padding: .3rem .9rem;
  line-height: 1.45;
  color: #005aa0;
  border: 0 solid currentColor;
}
.page-link:hover {
  color: #002f54;
  text-decoration: none;
  border-color: currentColor;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #005aa0;
  border-color: #ffffff;
}
.page-item.disabled .page-link {
  color: #b1b3b6;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: currentColor;
}
.pagination-lg .page-link {
  padding: .3rem .9rem;
  line-height: 1.33333;
}
.pagination-sm .page-link {
  padding: .3rem .9rem;
  line-height: 1.5;
}
.page-link,
.page-link:active,
.page-link:focus,
.page-link:hover {
  background-image: none;
  font-weight: 700;
  margin-left: 2px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pagination:not(.pagination-progress):not(.pagination-flex):not(.pagination-colored) .page-item:not(.active) .page-link:focus,
.pagination:not(.pagination-progress):not(.pagination-flex):not(.pagination-colored) .page-item:not(.active) .page-link:hover {
  background-color: #fff;
  border-color: currentColor;
  cursor: pointer;
  color: #002f54;
}
.pagination:not(.pagination-progress):not(.pagination-flex):not(.pagination-colored) .page-item:not(.active) .page-link:focus::after,
.pagination:not(.pagination-progress):not(.pagination-flex):not(.pagination-colored) .page-item:not(.active) .page-link:hover::after {
  content: "";
  position: absolute;
  left: 11px;
  bottom: 7px;
  right: 11px;
  margin: auto;
  background: #002f54;
  height: 2px;
}
.pagination .page-item.active ~ .page-item .page-link,
.pagination .page-item.active ~ .page-item .page-link:focus {
  color: #d9d9d9!important;
  font-weight: 700;
  pointer-events: none;
}
.pagination .page-item.active ~ .page-item .page-link::after,
.pagination .page-item.active ~ .page-item .page-link:focus::after {
  content: none !important;
}
.pagination-static {
  pointer-events: none;
}
.pagination-colored .page-item .page-link {
  background-color: #95c11f;
  color: #ffffff;
}
.pagination-colored .page-item .page-link:hover {
  color: #fff!important;
  background-color: #95c11f !important;
}
.pagination-colored .page-item.active .page-link {
  background-image: none;
  background-color: #005aa0;
  color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: .3rem .9rem;
  min-width: 35px;
}
.pagination-colored .page-item.active .page-link:hover {
  background-color: #005aa0!important;
  color: #fff;
  cursor: default;
}
.pagination-colored .page-item.active ~ .page-item .page-link {
  background-color: #fff;
  border-top-color: #d9d9d9;
  color: #d9d9d9;
  font-weight: 700;
  pointer-events: none;
  padding: .3rem .9rem;
  min-width: 35px;
}
.pagination-flex {
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.pagination-flex .page-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.pagination-flex .page-item:last-of-type .page-link {
  margin-right: 0;
  width: 100%;
}
.pagination-flex .page-item:not(.active) .page-link:hover {
  background-color: #fff;
  color: #005aa0;
}
.pagination-flex .page-item .page-link {
  width: -webkit-calc(98%);
  width: calc(98%);
  margin-right: 2px;
  margin-left: 0;
  text-align: center;
}
.pagination-flex .page-item a.page-link:focus::after,
.pagination-flex .page-item a.page-link:hover::after {
  content: "";
  position: absolute;
  left: 11px;
  bottom: 7px;
  right: 11px;
  margin: auto;
  background: #005aa0;
  height: 2px;
  width: 12px;
}
.pagination-progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: .875rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.pagination-progress .page-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.pagination-progress .page-item .page-link {
  width: -webkit-calc(96%);
  width: calc(96%);
  padding: 10px 0 0;
  border: none;
  border-top: 10px solid #007db0;
  background-color: transparent;
  color: #6d6e71;
  text-align: left;
  font-weight: 400;
}
.pagination-progress .page-item .page-link:hover {
  cursor: pointer;
  border-color: #004a69;
  color: #545557;
}
.pagination-progress .page-item .page-link:active,
.pagination-progress .page-item .page-link:active:hover,
.pagination-progress .page-item .page-link:focus:hover {
  border-color: #007db0;
  opacity: 0.6;
}
.pagination-progress .page-item.active {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: inline;
}
.pagination-progress .page-item.active .page-link {
  color: #222;
  background-color: transparent;
  font-weight: 700;
}
.pagination-progress .page-item.active:hover {
  cursor: auto;
  border-color: #007db0;
}
.pagination-progress .page-item.active ~ .page-item .page-link {
  border-top-color: #d9d9d9;
  color: #222;
  font-weight: 400;
  pointer-events: none;
}
.pagination-progress.pagination-static .page-item.active .page-link {
  border-color: #007db0;
}
.pagination-lg .page-link,
.pagination-sm .page-link {
  font-size: 1rem;
}
.pagination-steps {
  border: none;
  font-size: 1.125rem;
  font-weight: 700;
  list-style: decimal inside;
  color: #6d6e71;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bootstrap-datetimepicker-widget,
.reset-list {
  list-style: none;
}
.pagination-steps .page-item {
  background: 0 0;
  display: list-item;
  float: left;
}
.pagination-steps .page-item + .page-item {
  list-style-type: decimal;
  margin-left: 2em;
}
.pagination-steps .page-item::before {
  content: none;
  background-image: none;
}
.pie::after,
.shortcut::after {
  content: "";
}
.pagination-steps .page-item strong {
  font-weight: 400;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.pagination-steps .page-item.active {
  color: #e30613;
}
.pagination-steps .page-item.active strong {
  font-weight: 700;
  color: #005aa0;
}
.wave-pattern {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNkOWQ5ZDknIHZpZXdCb3g9JzAgMCAxMzcgNi42MSc+PGRlZnM+PC9kZWZzPjx0aXRsZT53YXZlLXBhdHRlcm48L3RpdGxlPjxnPjxnPjxwYXRoIGQ9J00xMjUuNzcsNi42MWExMC44LDEwLjgsMCwwLDEtNi41Mi0yLDguNDcsOC40NywwLDAsMC05LjgzLDAsMTAuOCwxMC44LDAsMCwxLTYuNTIsMiwxMC44LDEwLjgsMCwwLDEtNi41Mi0yLDguNDYsOC40NiwwLDAsMC05LjgzLDAsMTAuOCwxMC44LDAsMCwxLTYuNTIsMiwxMC44LDEwLjgsMCwwLDEtNi41Mi0yLDguNDYsOC40NiwwLDAsMC05LjgzLDAsMTAuNzksMTAuNzksMCwwLDEtNi41MiwyLDEwLjc5LDEwLjc5LDAsMCwxLTYuNTItMiw4LjQ2LDguNDYsMCwwLDAtOS44MywwLDEwLjgsMTAuOCwwLDAsMS02LjUyLDIsMTAuOCwxMC44LDAsMCwxLTYuNTItMkE3Ljk0LDcuOTQsMCwwLDAsMjIuODcsMyw3Ljk0LDcuOTQsMCwwLDAsMTgsNC41N2ExMC43OSwxMC43OSwwLDAsMS02LjUyLDIsMTAuOCwxMC44LDAsMCwxLTYuNTItMkE3LjkzLDcuOTMsMCwwLDAsMCwzVjBBMTAuOCwxMC44LDAsMCwxLDYuNTIsMmE3LjkzLDcuOTMsMCwwLDAsNC45MiwxLjU3QTcuOTMsNy45MywwLDAsMCwxNi4zNSwyYTEwLjc5LDEwLjc5LDAsMCwxLDYuNTItMiwxMC44LDEwLjgsMCwwLDEsNi41MiwyQTcuOTMsNy45MywwLDAsMCwzNC4zLDMuNjEsNy45Myw3LjkzLDAsMCwwLDM5LjIxLDJhMTEuNDQsMTEuNDQsMCwwLDEsMTMsMCw3LjkzLDcuOTMsMCwwLDAsNC45MiwxLjU3QTcuOTMsNy45MywwLDAsMCw2Mi4wOCwyYTExLjQ0LDExLjQ0LDAsMCwxLDEzLDBBNy45NCw3Ljk0LDAsMCwwLDgwLDMuNjEsNy45NCw3Ljk0LDAsMCwwLDg0Ljk1LDIsMTEuNDUsMTEuNDUsMCwwLDEsOTgsMmE3Ljk0LDcuOTQsMCwwLDAsNC45MiwxLjU3QTcuOTQsNy45NCwwLDAsMCwxMDcuODIsMmExMS40NSwxMS40NSwwLDAsMSwxMywwLDcuOTQsNy45NCwwLDAsMCw0LjkyLDEuNTdBNy45NCw3Ljk0LDAsMCwwLDEzMC42OSwyYTEwLjgsMTAuOCwwLDAsMSw2LjUyLTJWM2E3Ljk0LDcuOTQsMCwwLDAtNC45MiwxLjU3QTEwLjgsMTAuOCwwLDAsMSwxMjUuNzcsNi42MVonLz48L2c+PC9nPjwvc3ZnPg==") repeat-x;
  height: 10px;
  background-size: 200px 10px;
  width: 100%;
}
.wave-pattern-sm {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNkOWQ5ZDknIHZpZXdCb3g9JzAgMCAxMzcgNi42MSc+PGRlZnM+PC9kZWZzPjx0aXRsZT53YXZlLXBhdHRlcm48L3RpdGxlPjxnPjxnPjxwYXRoIGQ9J00xMjUuNzcsNi42MWExMC44LDEwLjgsMCwwLDEtNi41Mi0yLDguNDcsOC40NywwLDAsMC05LjgzLDAsMTAuOCwxMC44LDAsMCwxLTYuNTIsMiwxMC44LDEwLjgsMCwwLDEtNi41Mi0yLDguNDYsOC40NiwwLDAsMC05LjgzLDAsMTAuOCwxMC44LDAsMCwxLTYuNTIsMiwxMC44LDEwLjgsMCwwLDEtNi41Mi0yLDguNDYsOC40NiwwLDAsMC05LjgzLDAsMTAuNzksMTAuNzksMCwwLDEtNi41MiwyLDEwLjc5LDEwLjc5LDAsMCwxLTYuNTItMiw4LjQ2LDguNDYsMCwwLDAtOS44MywwLDEwLjgsMTAuOCwwLDAsMS02LjUyLDIsMTAuOCwxMC44LDAsMCwxLTYuNTItMkE3Ljk0LDcuOTQsMCwwLDAsMjIuODcsMyw3Ljk0LDcuOTQsMCwwLDAsMTgsNC41N2ExMC43OSwxMC43OSwwLDAsMS02LjUyLDIsMTAuOCwxMC44LDAsMCwxLTYuNTItMkE3LjkzLDcuOTMsMCwwLDAsMCwzVjBBMTAuOCwxMC44LDAsMCwxLDYuNTIsMmE3LjkzLDcuOTMsMCwwLDAsNC45MiwxLjU3QTcuOTMsNy45MywwLDAsMCwxNi4zNSwyYTEwLjc5LDEwLjc5LDAsMCwxLDYuNTItMiwxMC44LDEwLjgsMCwwLDEsNi41MiwyQTcuOTMsNy45MywwLDAsMCwzNC4zLDMuNjEsNy45Myw3LjkzLDAsMCwwLDM5LjIxLDJhMTEuNDQsMTEuNDQsMCwwLDEsMTMsMCw3LjkzLDcuOTMsMCwwLDAsNC45MiwxLjU3QTcuOTMsNy45MywwLDAsMCw2Mi4wOCwyYTExLjQ0LDExLjQ0LDAsMCwxLDEzLDBBNy45NCw3Ljk0LDAsMCwwLDgwLDMuNjEsNy45NCw3Ljk0LDAsMCwwLDg0Ljk1LDIsMTEuNDUsMTEuNDUsMCwwLDEsOTgsMmE3Ljk0LDcuOTQsMCwwLDAsNC45MiwxLjU3QTcuOTQsNy45NCwwLDAsMCwxMDcuODIsMmExMS40NSwxMS40NSwwLDAsMSwxMywwLDcuOTQsNy45NCwwLDAsMCw0LjkyLDEuNTdBNy45NCw3Ljk0LDAsMCwwLDEzMC42OSwyYTEwLjgsMTAuOCwwLDAsMSw2LjUyLTJWM2E3Ljk0LDcuOTQsMCwwLDAtNC45MiwxLjU3QTEwLjgsMTAuOCwwLDAsMSwxMjUuNzcsNi42MVonLz48L2c+PC9nPjwvc3ZnPg==") repeat-x;
  height: 10px;
  width: 100%;
  background-size: 150px 10px;
}
.bg-diagonal-stripes-gray {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MDAgNjAwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6dHJhbnNwYXJlbnQ7fS5jbHMtMntmaWxsOiNlNWU1ZTU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5saW5lc190aGlja2VyPC90aXRsZT48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMCAzODUuODYgMjE0LjE0IDYwMCAyODUuODYgNjAwIDAgMzE0LjE0IDAgMzg1Ljg2Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjAgNDg1Ljg2IDExNC4xNCA2MDAgMTg1Ljg2IDYwMCAwIDQxNC4xNCAwIDQ4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDI4NS44NiAzMTQuMTQgNjAwIDM4NS44NiA2MDAgMCAyMTQuMTQgMCAyODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNjAwIDE0LjE0IDU4NS44NiAwIDUxNC4xNCAwIDYwMCA4NS44NiA2MDAgMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNjAwIDQxNC4xNCAxODUuODYgMCAxMTQuMTQgMCA2MDAgNDg1Ljg2IDYwMCA0MTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iODUuODYgMCAxNC4xNCAwIDYwMCA1ODUuODYgNjAwIDUxNC4xNCA4NS44NiAwIi8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjYwMCAzMTQuMTQgMjg1Ljg2IDAgMjE0LjE0IDAgNjAwIDM4NS44NiA2MDAgMzE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjYwMCAxMTQuMTQgNDg1Ljg2IDAgNDE0LjE0IDAgNjAwIDE4NS44NiA2MDAgMTE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjAgODUuODYgNTE0LjE0IDYwMCA1ODUuODYgNjAwIDAgMTQuMTQgMCA4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2MDAgMjE0LjE0IDM4NS44NiAwIDMxNC4xNCAwIDYwMCAyODUuODYgNjAwIDIxNC4xNCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDE4NS44NiA0MTQuMTQgNjAwIDQ4NS44NiA2MDAgMCAxMTQuMTQgMCAxODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMCA1ODUuODYgMTQuMTQgNjAwIDg1Ljg2IDYwMCAwIDUxNC4xNCAwIDU4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIwIDYwMCAxNC4xNCA2MDAgMCA1ODUuODYgMCA2MDAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCA1MTQuMTQgODUuODYgNjAwIDExNC4xNCA2MDAgMCA0ODUuODYgMCA1MTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCA0MTQuMTQgMTg1Ljg2IDYwMCAyMTQuMTQgNjAwIDAgMzg1Ljg2IDAgNDE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjAgMzE0LjE0IDI4NS44NiA2MDAgMzE0LjE0IDYwMCAwIDI4NS44NiAwIDMxNC4xNCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIwIDIxNC4xNCAzODUuODYgNjAwIDQxNC4xNCA2MDAgMCAxODUuODYgMCAyMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCAxMTQuMTQgNDg1Ljg2IDYwMCA1MTQuMTQgNjAwIDAgODUuODYgMCAxMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCAwIDAgMTQuMTQgNTg1Ljg2IDYwMCA2MDAgNjAwIDYwMCA1ODUuODYgMTQuMTQgMCAwIDAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNjAwIDQ4NS44NiAxMTQuMTQgMCA4NS44NiAwIDYwMCA1MTQuMTQgNjAwIDQ4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMzg1Ljg2IDIxNC4xNCAwIDE4NS44NiAwIDYwMCA0MTQuMTQgNjAwIDM4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMjg1Ljg2IDMxNC4xNCAwIDI4NS44NiAwIDYwMCAzMTQuMTQgNjAwIDI4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMTg1Ljg2IDQxNC4xNCAwIDM4NS44NiAwIDYwMCAyMTQuMTQgNjAwIDE4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgODUuODYgNTE0LjE0IDAgNDg1Ljg2IDAgNjAwIDExNC4xNCA2MDAgODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNjAwIDAgNTg1Ljg2IDAgNjAwIDE0LjE0IDYwMCAwIi8+PC9zdmc+') #ececec;
  background-size: 50px 50px;
  color: #222;
  border: 2px solid #e5e5e5;
}
.bg-diagonal-stripes-gray a {
  color: #222222;
}
.bg-diagonal-stripes-gray a:focus,
.bg-diagonal-stripes-gray a:hover {
  color: #090909;
}
.bg-diagonal-stripes-gray a:active {
  opacity: 0.6;
}
.pie {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.pie svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #e8e8e8;
  color: #e30613;
  display: block;
}
.price-box .price,
.price-box .price-secondary > .month,
.price-box .your-price {
  color: #005aa0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pie::after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 76%;
  width: 76%;
  border: 1px solid #fff;
  margin: -1px;
  position: absolute;
  top: 12%;
  left: 12%;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.pie-figure {
  stroke: currentColor;
  fill: transparent;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: 1.5s 275ms cubic-bezier(0.6, 0.75, 0.3, 1);
  -o-transition: 1.5s 275ms cubic-bezier(0.6, 0.75, 0.3, 1);
  transition: 1.5s 275ms cubic-bezier(0.6, 0.75, 0.3, 1);
  -webkit-transition-property: stroke-dashoffset;
  -o-transition-property: stroke-dashoffset;
  transition-property: stroke-dashoffset;
}
.pie-line {
  stroke: #fff;
  stroke-width: 3px;
}
.pie-line-axis {
  -webkit-transition: 1.5s 275ms cubic-bezier(0.6, 0.75, 0.3, 1);
  -o-transition: 1.5s 275ms cubic-bezier(0.6, 0.75, 0.3, 1);
  transition: 1.5s 275ms cubic-bezier(0.6, 0.75, 0.3, 1);
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -ms-transform-origin: left center;
  -moz-transform-origin: 50% 50%!important;
  -webkit-transform-origin: center;
}
.pie-title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-size: 1.3rem;
  font-weight: 700;
  text-indent: .1em;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.price-box,
.price-box-bottom {
  background-color: #ffffff;
}
.price-box .price-box-header {
  padding: 1rem;
}
.price-box .your-price {
  line-height: 1.3;
  font-size: 1.125rem;
  font-weight: 700;
}
.price-box .price-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.price-box .price {
  display: block;
  font-size: 3.3rem;
  font-weight: 700;
  margin: 0 1rem 0 0;
  float: left;
  line-height: .9;
  white-space: nowrap;
}
.price-box .price-secondary {
  display: inline-block;
  margin: auto 0 0;
  white-space: nowrap;
}
.price-box-bottom .price-box-header .price-container,
.price-box-content label {
  margin-bottom: 0;
}
.price-box .price-secondary > .year {
  margin: 0;
  font-weight: 400;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
}
.price-box .price-secondary > .month {
  margin-bottom: 0;
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
  line-height: 1.2;
  font-size: 1.4375rem;
  font-weight: 700;
}
.price-box .price-secondary > .month > .red-kr {
  color: #e30613;
}
.price-box-content p.price-box-content-text,
.price-box-content span.price-box-content-text {
  margin: 0;
  font-size: 1rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.badge,
.price-box-bottom .price-box-header .your-price,
.progress-container .progress-circle-text,
.progress-container .progress-divider-text,
.progress-text,
.shortcut,
.slider-label-left,
.slider-label-right,
.ui-widget {
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
}
.price-box-bottom {
  position: fixed;
  bottom: 0;
  display: block;
  z-index: 40;
  border-top: #00427a solid 2px;
  -webkit-box-shadow: 0 0 15px 4px #d9d9d9;
  box-shadow: 0 0 15px 4px #d9d9d9;
  cursor: pointer;
  -webkit-transition: bottom 360ms ease-in-out;
  -o-transition: bottom 360ms ease-in-out;
  transition: bottom 360ms ease-in-out;
}
.price-box-bottom .price-box-header,
.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.price-box-bottom .price-box-header {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.progress-bar,
.progress-container .progress-circle-container,
.progress-container.progress-container-vertical,
.shortcut-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.price-box-bottom .price-box-header .your-price {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
  color: #005aa0;
  margin-top: auto!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.price-box-bottom .price-box-header .price {
  font-size: 36px;
}
.price-box-bottom .price-box-header .price-secondary .year {
  display: none;
}
.price-box-bottom .price-box-chevron {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA1YWEwIiB2aWV3Qm94PSIwIDAgMTggMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlnb24gaWQ9IlBhZ2UtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS40MDU3ODEsIDUuNDg1NzgxKSBzY2FsZSgtMSwgMSkgcm90YXRlKC05MC4wMDAwMDApIHRyYW5zbGF0ZSgtOS40MDU3ODEsIC01LjQ4NTc4MSkgIiBwb2ludHM9IjUuODcwMTQwNzYgLTMgNC40NTYxNDA3NiAtMS41ODYgMTEuNTI3NDIyMSA1LjQ4NTI4MTM3IDQuNDU3MTQwNzYgMTIuNTU3NTYyNyA1Ljg3MTE0MDc2IDEzLjk3MTU2MjcgMTIuOTQyNDIyMSA2LjkwMDI4MTM3IDE0LjM1NTQyMjEgNS40ODUyODEzNyAxMi45NDI0MjIxIDQuMDcyMjgxMzciPjwvcG9seWdvbj48L3N2Zz4=');
  background-repeat: no-repeat;
  position: relative;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-size: 18px 12px;
  background-position: center center;
  color: #005aa0;
}
.price-box-bottom .price-box-chevron svg {
  position: absolute;
}
.price-box-bottom.active {
  -webkit-transition: bottom 360ms ease-in-out;
  -o-transition: bottom 360ms ease-in-out;
  transition: bottom 360ms ease-in-out;
}
.price-box-bottom.active .price-box-chevron {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA1YWEwIiB2aWV3Qm94PSIwIDAgMTggMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlnb24gaWQ9IlBhZ2UtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS40MDU3ODEsIDUuMzA5NjQxKSBzY2FsZSgtMSwgLTEpIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNDA1NzgxLCAtNS4zMDk2NDEpICIgcG9pbnRzPSI1Ljg3MDE0MDc2IC0zLjE3NjE0MDU1IDQuNDU2MTQwNzYgLTEuNzYyMTQwNTUgMTEuNTI3NDIyMSA1LjMwOTE0MDgyIDQuNDU3MTQwNzYgMTIuMzgxNDIyMiA1Ljg3MTE0MDc2IDEzLjc5NTQyMjIgMTIuOTQyNDIyMSA2LjcyNDE0MDgyIDE0LjM1NTQyMjEgNS4zMDkxNDA4MiAxMi45NDI0MjIxIDMuODk2MTQwODIiPjwvcG9seWdvbj48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  background-size: 18px 12px;
}
.price-box-bottom.active .price-box-chevron svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0.625rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0.625rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: .625rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #d9d9d9;
}
.progress-bar,
.progress-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.progress-bar {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #007db0;
  text-align: center;
  background-color: #007db0;
  -webkit-box-shadow: 4px 0 0 0 #fff;
  box-shadow: 4px 0 0 0 #ffffff;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 0.625rem 0.625rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.progress-text {
  font-size: .875rem;
  font-weight: 700;
}
.progress-container {
  display: flex;
  padding: 0 4rem;
}
.progress-container .progress-divider-text {
  top: -5px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.progress-container .progress-circle-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
}
.progress-container .progress-circle {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #005aa0;
  color: #005aa0;
  background: #ffffff;
}
.progress-container .progress-divider,
.shortcut-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.progress-container .progress-circle.success {
  border: 3px solid #005aa0;
  background: #eff4f9;
}
.progress-container .progress-circle-text {
  width: 160px;
  font-size: 15px;
  padding-top: 10px;
  color: #005aa0;
  font-weight: 700;
  text-align: center;
}
.progress-container .progress-divider {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  position: relative;
  height: 50px;
  color: #005aa0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}
.progress-container .progress-divider-line {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  border: 1px solid #005aa0;
}
.progress-container.progress-container-vertical {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}
.progress-container.progress-container-vertical .progress-circle-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: auto;
  height: 50px;
}
.progress-container.progress-container-vertical .progress-circle {
  margin-right: 10px;
}
.progress-container.progress-container-vertical .progress-circle-text {
  text-align: left;
  padding: 0;
  width: auto;
}
.progress-container.progress-container-vertical .progress-divider {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}
.progress-container.progress-container-vertical .progress-divider-line {
  height: 100%;
  width: auto;
  margin-left: -webkit-calc(25px);
  margin-left: calc(25px);
  margin-right: 10px;
}
.progress-container.progress-container-vertical .progress-divider-text {
  position: relative;
  top: 0;
  font-size: 14px;
}
.shortcut {
  outline: 0;
  -webkit-appearence: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  line-height: 1.25;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-transition: .1s 40ms linear;
  -o-transition: .1s 40ms linear;
  -webkit-transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  color: #005aa0;
  padding: 1.1rem 3.7rem 1.1rem 19.5px;
  font-size: 20px;
  transition: .1s 40ms linear;
  transition-property: box-shadow;
}
.shortcut:focus,
.shortcut:hover {
  color: inherit;
  text-decoration: inherit;
  background-image: none;
}
.shortcut:hover {
  color: #005aa0;
  -webkit-box-shadow: inset 0 -2px 0 #005aa0;
  box-shadow: inset 0 -2px 0 #005aa0;
  text-decoration: none;
}
.shortcut:focus {
  color: #005aa0;
}
.shortcut::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA1YWEwIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  position: absolute;
  right: 1.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: right .1s linear;
  -o-transition: right .1s linear;
  transition: right 0.1s linear;
}
.shortcut:active::after,
.shortcut:active:focus::after,
.shortcut:active:focus:hover::after {
  right: .8rem;
  -webkit-transition: right .1s linear;
  -o-transition: right .1s linear;
  transition: right 0.1s linear;
}
.shortcut-icon {
  padding-left: 56px;
}
.shortcut-icon svg {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 16px;
  top: 22%;
}
.shortcut-important.shortcut-icon {
  padding-left: 51px;
}
.shortcut-important.shortcut-icon svg {
  top: 12px;
  width: 20px;
  height: 20px;
}
.shortcut-block {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.25rem .5rem;
  text-align: center;
}
.shortcut-block::after {
  background: 0 0;
}
.shortcut-important {
  font-size: 1rem;
  padding: .8rem 3.7rem .8rem 1.25rem;
  background: #e1effa;
}
.shortcut-important.shortcut-info-ice {
  text-align: left;
  background-color: #e5eff7;
  color: #005aa0;
}
.shortcut-important.shortcut-info-ice::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA1YWEwIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
}
.shortcut-important.shortcut-info-ice:hover {
  -webkit-box-shadow: inset 0 -2px 0 #005aa0;
  box-shadow: inset 0 -2px 0 #005aa0;
}
.shortcut-important.shortcut-ice-ice-baby {
  text-align: left;
  background-color: #fff;
  color: #005aa0;
}
.shortcut-important.shortcut-ice-ice-baby::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA1YWEwIiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
}
.shortcut-important.shortcut-ice-ice-baby:hover {
  -webkit-box-shadow: inset 0 -2px 0 #005aa0;
  box-shadow: inset 0 -2px 0 #005aa0;
}
.shortcut-important.shortcut-success-ice {
  text-align: left;
  background-color: #d8ebae;
  color: #305704;
}
.shortcut-important.shortcut-success-ice::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMzA1NzA0IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
}
.shortcut-important.shortcut-success-ice:hover {
  -webkit-box-shadow: inset 0 -2px 0 #305704;
  box-shadow: inset 0 -2px 0 #305704;
}
.shortcut-important.shortcut-warning-ice {
  text-align: left;
  background-color: #faf4d4;
  color: #996006;
}
.shortcut-important.shortcut-warning-ice::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTk2MDA2IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
}
.shortcut-important.shortcut-warning-ice:hover {
  -webkit-box-shadow: inset 0 -2px 0 #996006;
  box-shadow: inset 0 -2px 0 #996006;
}
.shortcut-important.shortcut-danger-ice {
  text-align: left;
  background-color: #fbd5d6;
  color: #ad1015;
}
.shortcut-important.shortcut-danger-ice::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjYWQxMDE1IiB2aWV3Qm94PSIwIDAgMjggMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUtQ29weSIgcG9pbnRzPSIwIDggMjUgOCAyNSA2IDAgNiI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJMaW5lIiBwb2ludHM9IjE4Ljk4OTA2MjkgMTIuMzA2NjEzOSAyMC40MDMyNzY0IDEzLjcyMDgyNzUgMjcuMTIwNzkwOSA3LjAwMzMxMzA3IDIwLjQwMzI3NjQgMC4yODU3OTg2NDUgMTguOTg5MDYyOSAxLjcwMDAxMjIxIDI0LjI5MjM2MzcgNy4wMDMzMTMwNyI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
}
.shortcut-important.shortcut-danger-ice:hover {
  -webkit-box-shadow: inset 0 -2px 0 #ad1015;
  box-shadow: inset 0 -2px 0 #ad1015;
}
.shortcut-important.disabled,
button.shortcut-important:disabled {
  text-align: left;
  background-color: #d9d9d9;
  color: #747578;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed !important;
}
.shortcut-important.disabled::after,
button.shortcut-important:disabled::after {
  background-image: none;
}
.shortcut-important.disabled:hover,
button.shortcut-important:disabled:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.shortcut.shortcut-two-lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}
.shortcut.shortcut-two-lines > div div:not(:first-child) {
  margin-top: 2px;
}
.shortcut.shortcut-two-lines svg {
  position: static;
  margin-right: 1rem;
}
.lf-spinner,
.lf-spinner-sm,
.lf-spinner-xs {
  position: relative;
  background-color: #ffffff;
}
.lf-spinner {
  display: inline-block;
  border: 5px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(263deg);
  -ms-transform: rotate(263deg);
  transform: rotate(263deg);
  -ms-animation: IEfallback 1.9s infinite linear;
}
.lf-spinner svg {
  display: block;
  width: 60px;
  height: 60px;
}
.lf-spinner .lf-spinner-dash {
  stroke-dasharray: 240,60;
  stroke-dashoffset: -6;
  -ms-stroke-dasharray: 240,60;
  -ms-stroke-dashoffset: -6;
  stroke: #e30613;
  fill: transparent;
  stroke-width: 9;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  animation: spinnerDrawDash 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
  -webkit-animation: spinnerDrawDash 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
}
.lf-spinner .static-circle {
  fill: #fff;
  stroke-dasharray: 314;
  stroke: #005aa0;
  stroke-width: 8;
}
.lf-spinner .lf-spinner-back-line,
.lf-spinner .lf-spinner-forward-line {
  stroke: #fff;
  stroke-width: 6px;
  -webkit-transform: rotate(52deg);
  -ms-transform: rotate(52deg);
  transform: rotate(52deg);
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%!important;
  -webkit-transform-origin: center;
  -webkit-animation: forwardLineRotate 1.9s infinite cubic-bezier(0.51, 0.04, 0.46, 0.94);
  animation: forwardLineRotate 1.9s infinite cubic-bezier(0.51, 0.04, 0.46, 0.94);
}
.lf-spinner .lf-spinner-back-line {
  stroke: #fff;
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
  -webkit-animation: backLineRotate 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
  animation: backLineRotate 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
}
.lf-spinner-sm {
  display: inline-block;
  border: 5px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(263deg);
  -ms-transform: rotate(263deg);
  transform: rotate(263deg);
  -ms-animation: IEfallback 1.9s infinite linear;
}
.lf-spinner-sm svg {
  display: block;
  width: 40px;
  height: 40px;
}
.lf-spinner-sm .lf-spinner-dash {
  stroke-dasharray: 240,60;
  stroke-dashoffset: -6;
  -ms-stroke-dasharray: 240,60;
  -ms-stroke-dashoffset: -6;
  stroke: #e30613;
  fill: transparent;
  stroke-width: 9;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  animation: spinnerDrawDash 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
  -webkit-animation: spinnerDrawDash 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
}
.lf-spinner-sm .static-circle {
  fill: #fff;
  stroke-dasharray: 314;
  stroke: #005aa0;
  stroke-width: 8;
}
.lf-spinner-sm .lf-spinner-back-line,
.lf-spinner-sm .lf-spinner-forward-line {
  stroke: #fff;
  stroke-width: 6px;
  -webkit-transform: rotate(52deg);
  -ms-transform: rotate(52deg);
  transform: rotate(52deg);
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%!important;
  -webkit-transform-origin: center;
  -webkit-animation: forwardLineRotate 1.9s infinite cubic-bezier(0.51, 0.04, 0.46, 0.94);
  animation: forwardLineRotate 1.9s infinite cubic-bezier(0.51, 0.04, 0.46, 0.94);
}
.lf-spinner-sm .lf-spinner-back-line {
  stroke: #fff;
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
  -webkit-animation: backLineRotate 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
  animation: backLineRotate 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
}
.lf-spinner-xs {
  display: inline-block;
  border: 5px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(263deg);
  -ms-transform: rotate(263deg);
  transform: rotate(263deg);
  -ms-animation: IEfallback 1.9s infinite linear;
}
.lf-spinner-neg,
.lf-spinner-neg-sm {
  position: relative;
  background-color: transparent;
  border: 5px solid transparent;
}
.lf-spinner-xs svg {
  display: block;
  width: 25px;
  height: 25px;
}
.lf-spinner-xs .lf-spinner-dash {
  stroke-dasharray: 240,60;
  stroke-dashoffset: -6;
  -ms-stroke-dasharray: 240,60;
  -ms-stroke-dashoffset: -6;
  stroke: #e30613;
  fill: transparent;
  stroke-width: 9;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  animation: spinnerDrawDash 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
  -webkit-animation: spinnerDrawDash 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
}
.lf-spinner-xs .static-circle {
  fill: #fff;
  stroke-dasharray: 314;
  stroke: #005aa0;
  stroke-width: 8;
}
.lf-spinner-xs .lf-spinner-back-line,
.lf-spinner-xs .lf-spinner-forward-line {
  stroke: #fff;
  stroke-width: 6px;
  -webkit-transform: rotate(52deg);
  -ms-transform: rotate(52deg);
  transform: rotate(52deg);
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%!important;
  -webkit-transform-origin: center;
  -webkit-animation: forwardLineRotate 1.9s infinite cubic-bezier(0.51, 0.04, 0.46, 0.94);
  animation: forwardLineRotate 1.9s infinite cubic-bezier(0.51, 0.04, 0.46, 0.94);
}
.lf-spinner-xs .lf-spinner-back-line {
  stroke: #fff;
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
  -webkit-animation: backLineRotate 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
  animation: backLineRotate 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
}
.lf-spinner-neg {
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(263deg);
  -ms-transform: rotate(263deg);
  transform: rotate(263deg);
  -ms-animation: IEfallback 1.9s infinite linear;
}
.lf-spinner-neg svg {
  display: block;
  width: 60px;
  height: 60px;
}
.lf-spinner-neg .lf-spinner-dash {
  stroke-dasharray: 240,60;
  stroke-dashoffset: -6;
  -ms-stroke-dasharray: 240,60;
  -ms-stroke-dashoffset: -6;
  stroke: #e30613;
  fill: transparent;
  stroke-width: 9;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  animation: spinnerDrawDash 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
  -webkit-animation: spinnerDrawDash 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
}
.lf-spinner-neg .static-circle {
  fill: transparent;
  stroke-dasharray: 314;
  stroke: transparent;
  stroke-width: 8;
}
.lf-spinner-neg .lf-spinner-back-line,
.lf-spinner-neg .lf-spinner-forward-line {
  stroke: #fff;
  stroke-width: 6px;
  -webkit-transform: rotate(52deg);
  -ms-transform: rotate(52deg);
  transform: rotate(52deg);
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%!important;
  -webkit-transform-origin: center;
  -webkit-animation: forwardLineRotate 1.9s infinite cubic-bezier(0.51, 0.04, 0.46, 0.94);
  animation: forwardLineRotate 1.9s infinite cubic-bezier(0.51, 0.04, 0.46, 0.94);
}
.lf-spinner-neg .lf-spinner-back-line {
  stroke: #fff;
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
  -webkit-animation: backLineRotate 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
  animation: backLineRotate 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
}
.lf-spinner-neg-sm {
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(263deg);
  -ms-transform: rotate(263deg);
  transform: rotate(263deg);
  -ms-animation: IEfallback 1.9s infinite linear;
}
.lf-spinner-btn-primary,
.lf-spinner-neg-xs {
  border: 5px solid transparent;
  position: relative;
  background-color: transparent;
}
.lf-spinner-neg-sm svg {
  display: block;
  width: 40px;
  height: 40px;
}
.lf-spinner-neg-sm .lf-spinner-dash {
  stroke-dasharray: 240,60;
  stroke-dashoffset: -6;
  -ms-stroke-dasharray: 240,60;
  -ms-stroke-dashoffset: -6;
  stroke: #e30613;
  fill: transparent;
  stroke-width: 9;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  animation: spinnerDrawDash 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
  -webkit-animation: spinnerDrawDash 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
}
.lf-spinner-neg-sm .static-circle {
  fill: transparent;
  stroke-dasharray: 314;
  stroke: transparent;
  stroke-width: 8;
}
.lf-spinner-neg-sm .lf-spinner-back-line,
.lf-spinner-neg-sm .lf-spinner-forward-line {
  stroke: #fff;
  stroke-width: 6px;
  -webkit-transform: rotate(52deg);
  -ms-transform: rotate(52deg);
  transform: rotate(52deg);
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%!important;
  -webkit-transform-origin: center;
  -webkit-animation: forwardLineRotate 1.9s infinite cubic-bezier(0.51, 0.04, 0.46, 0.94);
  animation: forwardLineRotate 1.9s infinite cubic-bezier(0.51, 0.04, 0.46, 0.94);
}
.lf-spinner-neg-sm .lf-spinner-back-line {
  stroke: #fff;
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
  -webkit-animation: backLineRotate 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
  animation: backLineRotate 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
}
.lf-spinner-neg-xs {
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(263deg);
  -ms-transform: rotate(263deg);
  transform: rotate(263deg);
  -ms-animation: IEfallback 1.9s infinite linear;
}
.lf-spinner-neg-xs svg {
  display: block;
  width: 25px;
  height: 25px;
}
.lf-spinner-neg-xs .lf-spinner-dash {
  stroke-dasharray: 240,60;
  stroke-dashoffset: -6;
  -ms-stroke-dasharray: 240,60;
  -ms-stroke-dashoffset: -6;
  stroke: #e30613;
  fill: transparent;
  stroke-width: 9;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  animation: spinnerDrawDash 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
  -webkit-animation: spinnerDrawDash 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
}
.lf-spinner-neg-xs .static-circle {
  fill: transparent;
  stroke-dasharray: 314;
  stroke: transparent;
  stroke-width: 8;
}
.lf-spinner-neg-xs .lf-spinner-back-line,
.lf-spinner-neg-xs .lf-spinner-forward-line {
  stroke: #fff;
  stroke-width: 6px;
  -webkit-transform: rotate(52deg);
  -ms-transform: rotate(52deg);
  transform: rotate(52deg);
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%!important;
  -webkit-transform-origin: center;
  -webkit-animation: forwardLineRotate 1.9s infinite cubic-bezier(0.51, 0.04, 0.46, 0.94);
  animation: forwardLineRotate 1.9s infinite cubic-bezier(0.51, 0.04, 0.46, 0.94);
}
.lf-spinner-neg-xs .lf-spinner-back-line {
  stroke: #fff;
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
  -webkit-animation: backLineRotate 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
  animation: backLineRotate 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
}
.lf-spinner-btn-primary {
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(263deg);
  -ms-transform: rotate(263deg);
  transform: rotate(263deg);
  -ms-animation: IEfallback 1.9s infinite linear;
}
.lf-spinner-btn-primary svg {
  display: block;
  width: 20px;
  height: 20px;
}
.lf-spinner-btn-primary .lf-spinner-dash {
  stroke-dasharray: 240,60;
  stroke-dashoffset: -6;
  -ms-stroke-dasharray: 240,60;
  -ms-stroke-dashoffset: -6;
  stroke: #fff;
  fill: transparent;
  stroke-width: 9;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  animation: spinnerDrawDash 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
  -webkit-animation: spinnerDrawDash 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
}
.lf-spinner-btn-primary .static-circle {
  fill: transparent;
  stroke-dasharray: 314;
  stroke: transparent;
  stroke-width: 8;
}
.lf-spinner-btn-primary .lf-spinner-back-line,
.lf-spinner-btn-primary .lf-spinner-forward-line {
  stroke: #fff;
  stroke-width: 6px;
  -webkit-transform: rotate(52deg);
  -ms-transform: rotate(52deg);
  transform: rotate(52deg);
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%!important;
  -webkit-transform-origin: center;
  -webkit-animation: forwardLineRotate 1.9s infinite cubic-bezier(0.51, 0.04, 0.46, 0.94);
  animation: forwardLineRotate 1.9s infinite cubic-bezier(0.51, 0.04, 0.46, 0.94);
}
.lf-spinner-btn-primary .lf-spinner-back-line {
  stroke: #fff;
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
  -webkit-animation: backLineRotate 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
  animation: backLineRotate 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
}
.lf-spinner-btn-secondary {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: 5px solid transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(263deg);
  -ms-transform: rotate(263deg);
  transform: rotate(263deg);
  -ms-animation: IEfallback 1.9s infinite linear;
}
.lf-spinner-btn-secondary svg {
  display: block;
  width: 20px;
  height: 20px;
}
.lf-spinner-btn-secondary .lf-spinner-dash {
  stroke-dasharray: 240,60;
  stroke-dashoffset: -6;
  -ms-stroke-dasharray: 240,60;
  -ms-stroke-dashoffset: -6;
  stroke: #00427a;
  fill: transparent;
  stroke-width: 9;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  animation: spinnerDrawDash 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
  -webkit-animation: spinnerDrawDash 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
}
.lf-spinner-btn-secondary .static-circle {
  fill: transparent;
  stroke-dasharray: 314;
  stroke: transparent;
  stroke-width: 8;
}
.lf-spinner-btn-secondary .lf-spinner-back-line,
.lf-spinner-btn-secondary .lf-spinner-forward-line {
  stroke: #fff;
  stroke-width: 6px;
  -webkit-transform: rotate(52deg);
  -ms-transform: rotate(52deg);
  transform: rotate(52deg);
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%!important;
  -webkit-transform-origin: center;
  -webkit-animation: forwardLineRotate 1.9s infinite cubic-bezier(0.51, 0.04, 0.46, 0.94);
  animation: forwardLineRotate 1.9s infinite cubic-bezier(0.51, 0.04, 0.46, 0.94);
}
.lf-spinner-btn-secondary .lf-spinner-back-line {
  stroke: #fff;
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
  -webkit-animation: backLineRotate 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
  animation: backLineRotate 1.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
}
.btn.loading,
.loading.arrow-left,
.loading.arrow-right,
.loading.btn-link-lg,
.loading.btn-link-lg-left,
.loading.primary-link,
.loading.primary-link-left {
  pointer-events: none;
}
.arrow-left > [class*=lf-spinner],
.arrow-right > [class*=lf-spinner],
.btn-link-lg-left > [class*=lf-spinner],
.btn-link-lg > [class*=lf-spinner],
.btn > [class*=lf-spinner],
.primary-link-left > [class*=lf-spinner],
.primary-link > [class*=lf-spinner] {
  border: none;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(263deg);
  -ms-transform: translateY(-50%) rotate(263deg);
  transform: translateY(-50%) rotate(263deg);
  -ms-animation: IEfallbackBtn 1.9s infinite linear;
}
.arrow-left > [class*=lf-spinner] .lf-spinner-dash,
.arrow-right > [class*=lf-spinner] .lf-spinner-dash,
.btn-link-lg-left > [class*=lf-spinner] .lf-spinner-dash,
.btn-link-lg > [class*=lf-spinner] .lf-spinner-dash,
.btn > [class*=lf-spinner] .lf-spinner-dash,
.primary-link-left > [class*=lf-spinner] .lf-spinner-dash,
.primary-link > [class*=lf-spinner] .lf-spinner-dash {
  stroke-width: 10px;
}
.btn.loading.btn-arrow > [class*=lf-spinner],
.btn.loading:not(.btn-block):not(.btn-arrow-left) > [class*=lf-spinner],
.loading.arrow-left:not(.btn-block):not(.btn-arrow-left) > [class*=lf-spinner],
.loading.arrow-right:not(.btn-block):not(.btn-arrow-left) > [class*=lf-spinner],
.loading.btn-arrow.arrow-left > [class*=lf-spinner],
.loading.btn-arrow.arrow-right > [class*=lf-spinner],
.loading.btn-arrow.btn-link-lg-left > [class*=lf-spinner],
.loading.btn-arrow.btn-link-lg > [class*=lf-spinner],
.loading.btn-arrow.primary-link-left > [class*=lf-spinner],
.loading.btn-arrow.primary-link > [class*=lf-spinner],
.loading.btn-link-lg-left:not(.btn-block):not(.btn-arrow-left) > [class*=lf-spinner],
.loading.btn-link-lg:not(.btn-block):not(.btn-arrow-left) > [class*=lf-spinner],
.loading.primary-link-left:not(.btn-block):not(.btn-arrow-left) > [class*=lf-spinner],
.loading.primary-link:not(.btn-block):not(.btn-arrow-left) > [class*=lf-spinner] {
  right: 12px;
}
.arrow-left:not([class*=arrow]):not([class*=link]):not(.btn-block),
.arrow-right:not([class*=arrow]):not([class*=link]):not(.btn-block),
.btn-link-lg-left:not([class*=arrow]):not([class*=link]):not(.btn-block),
.btn-link-lg:not([class*=arrow]):not([class*=link]):not(.btn-block),
.btn:not([class*=arrow]):not([class*=link]):not(.btn-block),
.primary-link-left:not([class*=arrow]):not([class*=link]):not(.btn-block),
.primary-link:not([class*=arrow]):not([class*=link]):not(.btn-block) {
  padding-right: 2.5rem;
}
.arrow-left:not([class*=arrow]):not([class*=link]):not(.btn-block) > [class*=lf-spinner],
.arrow-right:not([class*=arrow]):not([class*=link]):not(.btn-block) > [class*=lf-spinner],
.btn-link-lg-left:not([class*=arrow]):not([class*=link]):not(.btn-block) > [class*=lf-spinner],
.btn-link-lg:not([class*=arrow]):not([class*=link]):not(.btn-block) > [class*=lf-spinner],
.btn:not([class*=arrow]):not([class*=link]):not(.btn-block) > [class*=lf-spinner],
.primary-link-left:not([class*=arrow]):not([class*=link]):not(.btn-block) > [class*=lf-spinner],
.primary-link:not([class*=arrow]):not([class*=link]):not(.btn-block) > [class*=lf-spinner] {
  margin-left: 5px;
}
.arrow-left:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-sm,
.arrow-right:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-sm,
.btn-group-sm > .arrow-left:not([class*=arrow]):not([class*=link]):not(.btn-block),
.btn-group-sm > .arrow-right:not([class*=arrow]):not([class*=link]):not(.btn-block),
.btn-group-sm > .btn-link-lg-left:not([class*=arrow]):not([class*=link]):not(.btn-block),
.btn-group-sm > .btn-link-lg:not([class*=arrow]):not([class*=link]):not(.btn-block),
.btn-group-sm > .btn:not([class*=arrow]):not([class*=link]):not(.btn-block),
.btn-group-sm > .primary-link-left:not([class*=arrow]):not([class*=link]):not(.btn-block),
.btn-group-sm > .primary-link:not([class*=arrow]):not([class*=link]):not(.btn-block),
.btn-link-lg-left:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-sm,
.btn-link-lg:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-sm,
.btn:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-sm,
.primary-link-left:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-sm,
.primary-link:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-sm {
  padding-right: 2.15rem;
}
.arrow-left:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-sm > [class*=lf-spinner] svg,
.arrow-right:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-sm > [class*=lf-spinner] svg,
.btn-group-sm > .arrow-left:not([class*=arrow]):not([class*=link]):not(.btn-block) > [class*=lf-spinner] svg,
.btn-group-sm > .arrow-right:not([class*=arrow]):not([class*=link]):not(.btn-block) > [class*=lf-spinner] svg,
.btn-group-sm > .btn-link-lg-left:not([class*=arrow]):not([class*=link]):not(.btn-block) > [class*=lf-spinner] svg,
.btn-group-sm > .btn-link-lg:not([class*=arrow]):not([class*=link]):not(.btn-block) > [class*=lf-spinner] svg,
.btn-group-sm > .btn:not([class*=arrow]):not([class*=link]):not(.btn-block) > [class*=lf-spinner] svg,
.btn-group-sm > .primary-link-left:not([class*=arrow]):not([class*=link]):not(.btn-block) > [class*=lf-spinner] svg,
.btn-group-sm > .primary-link:not([class*=arrow]):not([class*=link]):not(.btn-block) > [class*=lf-spinner] svg,
.btn-link-lg-left:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-sm > [class*=lf-spinner] svg,
.btn-link-lg:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-sm > [class*=lf-spinner] svg,
.btn:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-sm > [class*=lf-spinner] svg,
.primary-link-left:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-sm > [class*=lf-spinner] svg,
.primary-link:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-sm > [class*=lf-spinner] svg {
  width: 16px;
  height: 16px;
}
.arrow-left:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-lg,
.arrow-right:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-lg,
.btn-group-lg > .arrow-left:not([class*=arrow]):not([class*=link]):not(.btn-block),
.btn-group-lg > .arrow-right:not([class*=arrow]):not([class*=link]):not(.btn-block),
.btn-group-lg > .btn-link-lg-left:not([class*=arrow]):not([class*=link]):not(.btn-block),
.btn-group-lg > .btn-link-lg:not([class*=arrow]):not([class*=link]):not(.btn-block),
.btn-group-lg > .btn:not([class*=arrow]):not([class*=link]):not(.btn-block),
.btn-group-lg > .primary-link-left:not([class*=arrow]):not([class*=link]):not(.btn-block),
.btn-group-lg > .primary-link:not([class*=arrow]):not([class*=link]):not(.btn-block),
.btn-link-lg-left:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-lg,
.btn-link-lg:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-lg,
.btn:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-lg,
.primary-link-left:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-lg,
.primary-link:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-lg {
  padding-right: 2.9rem;
}
.arrow-left:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-lg > [class*=lf-spinner] svg,
.arrow-right:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-lg > [class*=lf-spinner] svg,
.btn-group-lg > .arrow-left:not([class*=arrow]):not([class*=link]):not(.btn-block) > [class*=lf-spinner] svg,
.btn-group-lg > .arrow-right:not([class*=arrow]):not([class*=link]):not(.btn-block) > [class*=lf-spinner] svg,
.btn-group-lg > .btn-link-lg-left:not([class*=arrow]):not([class*=link]):not(.btn-block) > [class*=lf-spinner] svg,
.btn-group-lg > .btn-link-lg:not([class*=arrow]):not([class*=link]):not(.btn-block) > [class*=lf-spinner] svg,
.btn-group-lg > .btn:not([class*=arrow]):not([class*=link]):not(.btn-block) > [class*=lf-spinner] svg,
.btn-group-lg > .primary-link-left:not([class*=arrow]):not([class*=link]):not(.btn-block) > [class*=lf-spinner] svg,
.btn-group-lg > .primary-link:not([class*=arrow]):not([class*=link]):not(.btn-block) > [class*=lf-spinner] svg,
.btn-link-lg-left:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-lg > [class*=lf-spinner] svg,
.btn-link-lg:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-lg > [class*=lf-spinner] svg,
.btn:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-lg > [class*=lf-spinner] svg,
.primary-link-left:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-lg > [class*=lf-spinner] svg,
.primary-link:not([class*=arrow]):not([class*=link]):not(.btn-block).btn-lg > [class*=lf-spinner] svg {
  width: 25px;
  height: 25px;
}
.btn-block.loading:not([class*=arrow]):not([class*=link]) {
  padding-right: 2.2rem;
}
.btn-block.loading:not([class*=arrow]):not([class*=link]) > [class*=lf-spinner] {
  margin-left: 10px;
}
.btn-block.loading:not([class*=arrow]):not([class*=link]).btn-sm,
.btn-group-sm > .btn-block.loading.arrow-left:not([class*=arrow]):not([class*=link]),
.btn-group-sm > .btn-block.loading.arrow-right:not([class*=arrow]):not([class*=link]),
.btn-group-sm > .btn-block.loading.btn-link-lg-left:not([class*=arrow]):not([class*=link]),
.btn-group-sm > .btn-block.loading.btn-link-lg:not([class*=arrow]):not([class*=link]),
.btn-group-sm > .btn-block.loading.btn:not([class*=arrow]):not([class*=link]),
.btn-group-sm > .btn-block.loading.primary-link-left:not([class*=arrow]):not([class*=link]),
.btn-group-sm > .btn-block.loading.primary-link:not([class*=arrow]):not([class*=link]) {
  padding-right: 2.3rem;
}
.btn-block.loading:not([class*=arrow]):not([class*=link]).btn-lg,
.btn-group-lg > .btn-block.loading.arrow-left:not([class*=arrow]):not([class*=link]),
.btn-group-lg > .btn-block.loading.arrow-right:not([class*=arrow]):not([class*=link]),
.btn-group-lg > .btn-block.loading.btn-link-lg-left:not([class*=arrow]):not([class*=link]),
.btn-group-lg > .btn-block.loading.btn-link-lg:not([class*=arrow]):not([class*=link]),
.btn-group-lg > .btn-block.loading.btn:not([class*=arrow]):not([class*=link]),
.btn-group-lg > .btn-block.loading.primary-link-left:not([class*=arrow]):not([class*=link]),
.btn-group-lg > .btn-block.loading.primary-link:not([class*=arrow]):not([class*=link]) {
  padding-right: 2.6rem;
}
.arrow-left:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]),
.arrow-right:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]),
.btn-link-lg-left:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]),
.btn-link-lg:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]),
.btn:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]),
.primary-link-left:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]),
.primary-link:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]) {
  padding-right: 1.632rem;
  padding-left: 1.632rem;
}
.arrow-left:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]).btn-sm,
.arrow-right:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]).btn-sm,
.btn-group-sm > .arrow-left:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]),
.btn-group-sm > .arrow-right:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]),
.btn-group-sm > .btn-link-lg-left:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]),
.btn-group-sm > .btn-link-lg:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]),
.btn-group-sm > .btn:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]),
.btn-group-sm > .primary-link-left:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]),
.btn-group-sm > .primary-link:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]),
.btn-link-lg-left:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]).btn-sm,
.btn-link-lg:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]).btn-sm,
.btn:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]).btn-sm,
.primary-link-left:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]).btn-sm,
.primary-link:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]).btn-sm {
  padding-right: 1.39rem;
  padding-left: 1.39rem;
}
.arrow-left:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]).btn-lg,
.arrow-right:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]).btn-lg,
.btn-group-lg > .arrow-left:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]),
.btn-group-lg > .arrow-right:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]),
.btn-group-lg > .btn-link-lg-left:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]),
.btn-group-lg > .btn-link-lg:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]),
.btn-group-lg > .btn:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]),
.btn-group-lg > .primary-link-left:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]),
.btn-group-lg > .primary-link:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]),
.btn-link-lg-left:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]).btn-lg,
.btn-link-lg:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]).btn-lg,
.btn:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]).btn-lg,
.primary-link-left:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]).btn-lg,
.primary-link:not(.btn-block):not(.loading):not([class*=arrow]):not([class*=more]):not([class*=link]).btn-lg {
  padding-right: 1.95rem;
  padding-left: 1.95rem;
}
.btn-group .arrow-left,
.btn-group .arrow-right,
.btn-group .btn,
.btn-group .btn-link-lg,
.btn-group .btn-link-lg-left,
.btn-group .primary-link,
.btn-group .primary-link-left {
  padding-right: 1.25rem!important;
  padding-left: 1.25rem !important;
}
.radio-card .arrow-left,
.radio-card .arrow-right,
.radio-card .btn,
.radio-card .btn-link-lg,
.radio-card .btn-link-lg-left,
.radio-card .primary-link,
.radio-card .primary-link-left {
  padding: 0.125rem 0.625rem !important;
}
.input-group-btn .arrow-left,
.input-group-btn .arrow-right,
.input-group-btn .btn,
.input-group-btn .btn-link-lg,
.input-group-btn .btn-link-lg-left,
.input-group-btn .primary-link,
.input-group-btn .primary-link-left {
  padding-right: .75rem!important;
  padding-left: 0.75rem !important;
}
.btn.loading.btn-arrow-left::after,
.btn.loading.btn-arrow::after,
.loading.btn-arrow-left.arrow-left::after,
.loading.btn-arrow-left.arrow-right::after,
.loading.btn-arrow-left.btn-link-lg-left::after,
.loading.btn-arrow-left.btn-link-lg::after,
.loading.btn-arrow-left.primary-link-left::after,
.loading.btn-arrow-left.primary-link::after,
.loading.btn-arrow.arrow-left::after,
.loading.btn-arrow.arrow-right::after,
.loading.btn-arrow.btn-link-lg-left::after,
.loading.btn-arrow.btn-link-lg::after,
.loading.btn-arrow.primary-link-left::after,
.loading.btn-arrow.primary-link::after {
  display: none !important;
}
.btn-arrow-left.arrow-left > [class*=lf-spinner],
.btn-arrow-left.arrow-right > [class*=lf-spinner],
.btn-arrow-left.btn-link-lg-left > [class*=lf-spinner],
.btn-arrow-left.btn-link-lg > [class*=lf-spinner],
.btn-arrow-left.primary-link-left > [class*=lf-spinner],
.btn-arrow-left.primary-link > [class*=lf-spinner],
.btn.btn-arrow-left > [class*=lf-spinner] {
  left: 8px;
  right: auto;
}
@-webkit-keyframes spinnerDrawDash {
  0% {
    stroke-dasharray: 36,257;
    stroke-dashoffset: -6;
  }
  25% {
    stroke-dashoffset: -6;
  }
  30% {
    stroke-dasharray: 240, 60;
  }
  100% {
    stroke-dasharray: 38,258;
    stroke-dashoffset: -301;
  }
}
@keyframes spinnerDrawDash {
  0% {
    stroke-dasharray: 36,257;
    stroke-dashoffset: -6;
  }
  25% {
    stroke-dashoffset: -6;
  }
  30% {
    stroke-dasharray: 240, 60;
  }
  100% {
    stroke-dasharray: 38,258;
    stroke-dashoffset: -301;
  }
}
@-webkit-keyframes forwardLineRotate {
  0% {
    -webkit-transform: rotate(52deg);
    transform: rotate(52deg);
  }
  30% {
    -webkit-transform: rotate(305deg);
    transform: rotate(305deg);
  }
  87% {
    -webkit-transform: rotate(406deg);
    transform: rotate(406deg);
  }
  100% {
    -webkit-transform: rotate(409deg);
    transform: rotate(409deg);
  }
}
@keyframes forwardLineRotate {
  0% {
    -webkit-transform: rotate(52deg);
    transform: rotate(52deg);
  }
  30% {
    -webkit-transform: rotate(305deg);
    transform: rotate(305deg);
  }
  87% {
    -webkit-transform: rotate(406deg);
    transform: rotate(406deg);
  }
  100% {
    -webkit-transform: rotate(409deg);
    transform: rotate(409deg);
  }
}
@-webkit-keyframes backLineRotate {
  0%,
  25% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  100% {
    -webkit-transform: rotate(366deg);
    transform: rotate(366deg);
  }
}
@keyframes backLineRotate {
  0%,
  25% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  100% {
    -webkit-transform: rotate(366deg);
    transform: rotate(366deg);
  }
}
@-webkit-keyframes IEfallback {
  0% {
    -webkit-transform: rotate(233deg);
    transform: rotate(233deg);
  }
  100% {
    -webkit-transform: rotate(593deg);
    transform: rotate(593deg);
  }
}
@keyframes IEfallback {
  0% {
    -webkit-transform: rotate(233deg);
    transform: rotate(233deg);
  }
  100% {
    -webkit-transform: rotate(593deg);
    transform: rotate(593deg);
  }
}
@-webkit-keyframes IEfallbackBtn {
  0% {
    -webkit-transform: translateY(-50%) rotate(233deg);
    transform: translateY(-50%) rotate(233deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(593deg);
    transform: translateY(-50%) rotate(593deg);
  }
}
@keyframes IEfallbackBtn {
  0% {
    -webkit-transform: translateY(-50%) rotate(233deg);
    transform: translateY(-50%) rotate(233deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(593deg);
    transform: translateY(-50%) rotate(593deg);
  }
}
.ui-widget {
  font-size: 1em;
}
.ui-widget-content {
  background: #d9d9d9;
}
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
  -webkit-box-shadow: inset 0 0 0 5px #005aa0;
  box-shadow: inset 0 0 0 5px #005aa0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
  -webkit-box-shadow: inset 0 0 0 5px #005aa0;
  box-shadow: inset 0 0 0 5px #005aa0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.4em;
  height: 1.4em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.lf-slider,
.lf-slider-gray,
.slider-wrapper {
  position: relative;
}
.ui-slider-horizontal {
  height: 4px;
  top: 0.02rem;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.1em;
}
.ui-slider-horizontal .ui-slider-range {
  background: #005aa0;
  top: .02rem;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 4px;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.55em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  background: #005aa0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
html body[data-focus-source=key] input[class*=lf-slider]:focus::-webkit-slider-thumb {
  -webkit-box-shadow: inset 0 0 0 5px #005aa0,0 0 0 5px #f9b233;
  box-shadow: inset 0 0 0 5px #005aa0,0 0 0 5px #f9b233;
  outline: 0;
}
html body[data-focus-source=key] input[class*=lf-slider]:focus::-moz-range-thumb {
  box-shadow: inset 0 0 0 5px #005aa0,0 0 0 5px #f9b233;
  outline: 0;
}
html body[data-focus-source=key] input[class*=lf-slider]:focus::-ms-thumb {
  box-shadow: inset 0 0 0 5px #005aa0,0 0 0 5px #f9b233;
  outline: 0;
}
.lf-slider {
  -webkit-appearance: none;
  width: 100%;
  margin: 10px 0;
  padding: 0;
  background: -webkit-linear-gradient(left, #005aa0 0, #005aa0 50%, #d9d9d9 50%);
}
.lf-slider::-webkit-slider-runnable-track {
  height: 4px;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
}
.lf-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.13rem;
  height: 1.13rem;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-box-shadow: inset 0 0 0 2px #005aa0;
  box-shadow: inset 0 0 0 2px #005aa0;
  outline: #fff solid 2px;
  margin-top: -7px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.lf-slider::-webkit-slider-thumb:hover {
  -webkit-box-shadow: inset 0 0 0 5px #005aa0;
  box-shadow: inset 0 0 0 5px #005aa0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.lf-slider:active::-webkit-slider-thumb {
  -webkit-box-shadow: inset 0 0 0 5px #005aa0;
  box-shadow: inset 0 0 0 5px #005aa0;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.lf-slider[disabled]::-webkit-slider-thumb {
  -webkit-box-shadow: inset 0 0 0 5px #bfd4e5;
  box-shadow: inset 0 0 0 5px #bfd4e5;
}
.lf-slider[disabled]::-moz-range-thumb {
  box-shadow: inset 0 0 0 5px #bfd4e5;
}
.lf-slider[disabled]::-ms-thumb {
  box-shadow: inset 0 0 0 5px #bfd4e5;
}
.lf-slider::-moz-range-track {
  height: 4px;
  border-radius: 0;
  outline: 0;
  padding: 0;
  border: 9px solid #fff;
  background: 0 0;
  cursor: pointer;
}
.lf-slider::-moz-range-thumb {
  width: 1.13rem;
  height: 1.13rem;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 2px #005aa0;
  cursor: grab;
  outline: #fff solid 2px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.lf-slider::-moz-range-thumb:hover {
  box-shadow: inset 0 0 0 5px #005aa0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.lf-slider:active::-moz-range-thumb {
  box-shadow: inset 0 0 0 5px #005aa0;
  cursor: grabbing;
}
.lf-slider::-moz-focus-inner,
.lf-slider::-moz-focus-outer {
  border: 0;
}
.lf-slider::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: 0 0;
  border-color: transparent;
  border-width: 10px 0;
  color: transparent;
}
.lf-slider::-ms-thumb {
  height: 1.13rem;
  width: 1.13rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 2px #005aa0;
  cursor: grab;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.lf-slider::-ms-thumb:hover {
  box-shadow: inset 0 0 0 5px #005aa0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.lf-slider:active::-ms-thumb {
  box-shadow: inset 0 0 0 5px #005aa0;
  cursor: grabbing;
}
.lf-slider::-ms-fill-lower {
  background: #005aa0;
}
.lf-slider::-ms-fill-upper {
  background: #d9d9d9;
}
.lf-slider-gray {
  -webkit-appearance: none;
  width: 100%;
  margin: 10px 0;
  padding: 0;
  background: -webkit-linear-gradient(left, #005aa0 0, #005aa0 50%, #d9d9d9 50%);
}
.lf-slider-gray::-webkit-slider-runnable-track {
  height: 4px;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
}
.lf-slider-gray::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.13rem;
  height: 1.13rem;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-box-shadow: inset 0 0 0 2px #005aa0;
  box-shadow: inset 0 0 0 2px #005aa0;
  outline: #f3f3f3 solid 2px;
  margin-top: -7px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.lf-slider-gray::-webkit-slider-thumb:hover {
  -webkit-box-shadow: inset 0 0 0 5px #005aa0;
  box-shadow: inset 0 0 0 5px #005aa0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.lf-slider-gray:active::-webkit-slider-thumb {
  -webkit-box-shadow: inset 0 0 0 5px #005aa0;
  box-shadow: inset 0 0 0 5px #005aa0;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.lf-slider-gray[disabled]::-webkit-slider-thumb {
  -webkit-box-shadow: inset 0 0 0 5px #bfd4e5;
  box-shadow: inset 0 0 0 5px #bfd4e5;
}
.lf-slider-gray[disabled]::-moz-range-thumb {
  box-shadow: inset 0 0 0 5px #bfd4e5;
}
.lf-slider-gray[disabled]::-ms-thumb {
  box-shadow: inset 0 0 0 5px #bfd4e5;
}
.lf-slider-gray::-moz-range-track {
  height: 4px;
  border-radius: 0;
  outline: 0;
  padding: 0;
  border: 9px solid #f3f3f3;
  background: 0 0;
  cursor: pointer;
}
.lf-slider-gray::-moz-range-thumb {
  width: 1.13rem;
  height: 1.13rem;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 2px #005aa0;
  cursor: grab;
  outline: #f3f3f3 solid 2px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.badge-danger,
.badge-info,
.badge-success,
.badge-warning {
  outline: #e30613 solid 2px !important;
}
.lf-slider-gray::-moz-range-thumb:hover {
  box-shadow: inset 0 0 0 5px #005aa0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.lf-slider-gray:active::-moz-range-thumb {
  box-shadow: inset 0 0 0 5px #005aa0;
  cursor: grabbing;
}
.lf-slider-gray::-moz-focus-inner,
.lf-slider-gray::-moz-focus-outer {
  border: 0;
}
.lf-slider-gray::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: 0 0;
  border-color: transparent;
  border-width: 10px 0;
  color: transparent;
}
.lf-slider-gray::-ms-thumb {
  height: 1.13rem;
  width: 1.13rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 2px #005aa0;
  cursor: grab;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.lf-slider-gray::-ms-thumb:hover {
  box-shadow: inset 0 0 0 5px #005aa0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.lf-slider-gray:active::-ms-thumb {
  box-shadow: inset 0 0 0 5px #005aa0;
  cursor: grabbing;
}
.lf-slider-gray::-ms-fill-lower {
  background: #005aa0;
}
.lf-slider-gray::-ms-fill-upper {
  background: #d9d9d9;
}
.slider-wrapper {
  padding: 0 60px;
}
.slider-label-left {
  left: 0;
  text-align: right;
}
.slider-label-left.distribution-label {
  width: 8px;
  padding: 1em 0 .8rem;
  bottom: 30px;
  top: auto!important;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-align: left;
}
.slider-label-left.distribution-label::before {
  right: 100%;
}
.slider-label-right {
  right: 0;
  text-align: left;
}
.slider-label-right.distribution-label {
  width: 8px;
  bottom: 30px;
  top: auto!important;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-align: center;
  text-align: right;
}
.badge,
.bootstrap-datetimepicker-widget .picker-switch,
.value-box-collapse,
.value-box-heading,
.value-box-text {
  text-align: center;
}
.slider-label-right.distribution-label::before {
  left: 100%;
}
.slider-label-left,
.slider-label-right {
  font-weight: 700;
  position: absolute;
  top: 5px;
  width: 50px;
  white-space: nowrap;
}
.arrow-left .badge,
.arrow-right .badge,
.btn .badge,
.btn-link-lg .badge,
.btn-link-lg-left .badge,
.primary-link .badge,
.primary-link-left .badge,
.value-box-toggle {
  top: -1px;
  position: relative;
}
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.badge:empty {
  display: none;
}
.badge-pill {
  padding-right: .6em;
  padding-left: 0.6em;
}
.badge-danger::after,
.badge-info::after,
.badge-success::after,
.badge-warning::after {
  content: "Feature not implemented" !important;
  padding: 2px 0!important;
  width: auto!important;
  height: auto!important;
  bottom: 0!important;
  right: 0!important;
  font-family: sans-serif !important;
  font-size: 1rem !important;
}
.badge-secondary {
  color: #fff;
  background-color: #e30613;
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #b1050f;
}
.badge-light {
  color: #222;
  background-color: #d9d9d9;
}
.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #222;
  text-decoration: none;
  background-color: #c0c0c0;
}
.badge-dark {
  color: #fff;
  background-color: #747578;
}
.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #5b5c5e;
}
.badge-default {
  background-color: #f9b233;
  color: #ffffff;
}
.badge-default[href]:focus,
.badge-default[href]:hover {
  color: #222;
  text-decoration: none;
  background-color: #f29e07;
}
.badge-primary {
  background-color: #dcddde;
  color: #222222;
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #222;
  text-decoration: none;
  background-color: #c2c4c5;
}
.badge-success {
  color: #222;
  background-color: #d8ebae;
  position: relative !important;
}
.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #222;
  text-decoration: none;
  background-color: #c4e185;
}
.badge-success::after {
  position: absolute!important;
  color: #fff!important;
  background: #e30613 !important;
}
.badge-info {
  color: #222;
  background-color: #e5eff7;
  position: relative !important;
}
.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #222;
  text-decoration: none;
  background-color: #bed7eb;
}
.badge-info::after {
  position: absolute!important;
  color: #fff!important;
  background: #e30613 !important;
}
.badge-warning {
  color: #222;
  background-color: #faf4d4;
  position: relative !important;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #222;
  text-decoration: none;
  background-color: #f5e8a6;
}
.badge-warning::after {
  position: absolute!important;
  color: #fff!important;
  background: #e30613 !important;
}
.badge-danger {
  color: #222;
  background-color: #fbd5d6;
  position: relative !important;
}
.collapse-toggle,
.value-box-heading {
  outline: 0;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -webkit-appearence: none;
  -moz-osx-font-smoothing: grayscale;
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #222;
  text-decoration: none;
  background-color: #f7a6a9;
}
.badge-danger::after {
  position: absolute!important;
  color: #fff!important;
  background: #e30613 !important;
}
.callout::after,
.collapse-chevron::after {
  content: "";
}
.value-box {
  padding: 1.1rem 1.3rem;
  border-bottom: 2px solid #005aa0;
  background: #f7f7f7;
  color: #005aa0;
  cursor: default;
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
}
.value-box-heading {
  border: 0;
  padding: 0;
  background: 0 0;
  display: block;
  width: 100%;
  color: #005aa0;
  font-family: inherit;
}
.lf-footer,
.value-box-body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.value-box-heading.collapsed,
.value-box-heading[aria-expanded=true] {
  cursor: pointer;
}
.value-box-heading.collapsed .value-box-toggle,
.value-box-heading[aria-expanded=true] .value-box-toggle {
  -webkit-transform: scaleY(-1) roate(0);
  -ms-transform: scaleY(-1) roate(0);
  transform: scaleY(-1) roate(0);
}
.value-box-heading[aria-expanded=true] .value-box-toggle {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.value-box-heading[aria-expanded]:active {
  opacity: 0.7;
}
.value-box-toggle {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA1YWEwIiB2aWV3Qm94PSIwIDAgMTggMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlnb24gaWQ9IlBhZ2UtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS40MDU3ODEsIDUuMzA5NjQxKSBzY2FsZSgtMSwgLTEpIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNDA1NzgxLCAtNS4zMDk2NDEpICIgcG9pbnRzPSI1Ljg3MDE0MDc2IC0zLjE3NjE0MDU1IDQuNDU2MTQwNzYgLTEuNzYyMTQwNTUgMTEuNTI3NDIyMSA1LjMwOTE0MDgyIDQuNDU3MTQwNzYgMTIuMzgxNDIyMiA1Ljg3MTE0MDc2IDEzLjc5NTQyMjIgMTIuOTQyNDIyMSA2LjcyNDE0MDgyIDE0LjM1NTQyMjEgNS4zMDkxNDA4MiAxMi45NDI0MjIxIDMuODk2MTQwODIiPjwvcG9seWdvbj48L3N2Zz4=');
  background-repeat: no-repeat;
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
  background-size: 16px;
  background-position: center;
}
.value-box-text {
  display: block;
  height: 4rem;
  margin: .4rem 0 .6rem;
  white-space: nowrap;
  width: 100%;
  color: #005aa0;
  padding-bottom: 2px;
}
.value-box-body {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: .8rem 0 .3rem;
  font-size: .875rem;
  max-width: 36em;
}
.lf-header.navbar,
.lf-header.navbar ul.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.lf-footer {
  background-color: #fff;
  font-size: 14px;
  color: #222222;
}
.lf-header.navbar {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
  border-bottom: 2px solid #d9d9d9;
}
.modal-content,
.popover-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.lf-header.navbar .navbar-brand {
  background: 0 0;
}
.lf-header.navbar .nav-item .nav-link,
.lf-header.navbar .nav-item a,
.lf-header.navbar .nav-item.active .nav-link,
.lf-header.navbar .nav-item.active a {
  color: #222;
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lf-header.navbar .nav-item .nav-link:active,
.lf-header.navbar .nav-item .nav-link:focus,
.lf-header.navbar .nav-item .nav-link:hover,
.lf-header.navbar .nav-item .nav-link:hover:active,
.lf-header.navbar .nav-item .nav-link:hover:active:focus,
.lf-header.navbar .nav-item .nav-link:hover:focus,
.lf-header.navbar .nav-item a:active,
.lf-header.navbar .nav-item a:focus,
.lf-header.navbar .nav-item a:hover,
.lf-header.navbar .nav-item a:hover:active,
.lf-header.navbar .nav-item a:hover:active:focus,
.lf-header.navbar .nav-item a:hover:focus,
.lf-header.navbar .nav-item.active .nav-link:active,
.lf-header.navbar .nav-item.active .nav-link:focus,
.lf-header.navbar .nav-item.active .nav-link:hover,
.lf-header.navbar .nav-item.active .nav-link:hover:active,
.lf-header.navbar .nav-item.active .nav-link:hover:active:focus,
.lf-header.navbar .nav-item.active .nav-link:hover:focus,
.lf-header.navbar .nav-item.active a:active,
.lf-header.navbar .nav-item.active a:focus,
.lf-header.navbar .nav-item.active a:hover,
.lf-header.navbar .nav-item.active a:hover:active,
.lf-header.navbar .nav-item.active a:hover:active:focus,
.lf-header.navbar .nav-item.active a:hover:focus,
.lf-header.navbar a.link-adaptive,
.lf-header.navbar a.link-complex,
.lf-header.navbar a > .link-complex-target {
  color: #222!important;
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.lf-header.navbar ul.navbar-nav {
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-basis: 1;
  -ms-flex-preferred-size: 1;
  flex-basis: 1;
}
.lf-header.navbar ul.navbar-nav li,
.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.lf-header.navbar ul.navbar-nav li {
  padding: 0 .5rem;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.lf-header.navbar a.link-adaptive,
.lf-header.navbar a.link-complex,
.lf-header.navbar a > .link-complex-target {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.callout {
  display: block;
  padding: 1.25rem 1rem 1.625rem 1.5rem;
  border: 4px solid #005aa0;
  margin-bottom: 1rem;
  position: relative;
  background: #fff;
  color: #222222;
}
.callout::after {
  display: block;
  clear: both;
}
.callout-figure {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 4px;
  left: 4px;
  pointer-events: none;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout-title {
  display: block;
  font-weight: 700;
  margin: 0 0 .5rem;
  color: #00427a;
}
.callout-text:last-child {
  margin-bottom: 0;
}
.collapsing {
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
}
.collapse-chevron::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA1YWEwIiB2aWV3Qm94PSIwIDAgMTggMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlnb24gaWQ9IlBhZ2UtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS40MDU3ODEsIDUuMzA5NjQxKSBzY2FsZSgtMSwgLTEpIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNDA1NzgxLCAtNS4zMDk2NDEpICIgcG9pbnRzPSI1Ljg3MDE0MDc2IC0zLjE3NjE0MDU1IDQuNDU2MTQwNzYgLTEuNzYyMTQwNTUgMTEuNTI3NDIyMSA1LjMwOTE0MDgyIDQuNDU3MTQwNzYgMTIuMzgxNDIyMiA1Ljg3MTE0MDc2IDEzLjc5NTQyMjIgMTIuOTQyNDIyMSA2LjcyNDE0MDgyIDE0LjM1NTQyMjEgNS4zMDkxNDA4MiAxMi45NDI0MjIxIDMuODk2MTQwODIiPjwvcG9seWdvbj48L3N2Zz4=');
  background-repeat: no-repeat;
  padding: 0;
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-left: .7rem;
  position: relative;
  top: -1px;
  cursor: pointer;
  background-size: 11px;
  background-position: center;
}
[aria-expanded=true].collapse-chevron::after,
[aria-expanded=true] > .collapse-chevron::after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.collapse-toggle {
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
  border: 0;
  display: block;
  width: 100%;
  padding: 1.1rem 3rem 19.6px 1.25rem;
  background: #fff;
  font-size: 1.25rem;
  line-height: 1.25;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-transition: .1s 40ms linear;
  -o-transition: .1s 40ms linear;
  transition: .1s 40ms linear;
  -webkit-transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  color: #005aa0;
  position: relative;
  cursor: pointer;
}
.modal-tight .modal-title,
.modal-title {
  font-size: 1.5rem;
}
.collapse-toggle::after,
.collapse-toggle::before {
  position: absolute;
  content: "";
}
.collapse-toggle:focus,
.collapse-toggle:hover {
  color: inherit;
  text-decoration: inherit;
  background-image: none;
}
.collapse-toggle:active {
  opacity: 1;
}
.collapse-toggle:hover {
  color: #005aa0;
  -webkit-box-shadow: inset 0 -2px 0 #005aa0;
  box-shadow: inset 0 -2px 0 #005aa0;
  text-decoration: none;
}
.collapse-toggle:focus {
  color: #005aa0;
}
.modal-header .close,
.modal-header .close:hover,
.modal-tight .modal-header .close:hover,
.popover-header {
  color: #00427a;
}
.collapse-toggle::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA1YWEwIiB2aWV3Qm94PSIwIDAgMTggMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlnb24gaWQ9IlBhZ2UtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS40MDU3ODEsIDUuMzA5NjQxKSBzY2FsZSgtMSwgLTEpIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNDA1NzgxLCAtNS4zMDk2NDEpICIgcG9pbnRzPSI1Ljg3MDE0MDc2IC0zLjE3NjE0MDU1IDQuNDU2MTQwNzYgLTEuNzYyMTQwNTUgMTEuNTI3NDIyMSA1LjMwOTE0MDgyIDQuNDU3MTQwNzYgMTIuMzgxNDIyMiA1Ljg3MTE0MDc2IDEzLjc5NTQyMjIgMTIuOTQyNDIyMSA2LjcyNDE0MDgyIDE0LjM1NTQyMjEgNS4zMDkxNDA4MiAxMi45NDI0MjIxIDMuODk2MTQwODIiPjwvcG9seWdvbj48L3N2Zz4=');
  background-repeat: no-repeat;
  width: 18px;
  height: 12px;
  right: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity .1s ease;
  -o-transition: opacity .1s ease;
  transition: opacity 0.1s ease;
}
.modal,
.modal-backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.collapse-toggle[aria-expanded=true]::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.collapse-toggle[disabled]::after {
  opacity: 0.3;
}
.collapse-toggle.loading,
.collapse-toggle[aria-expanded=true] {
  -webkit-box-shadow: inset 0 -2px 0 #005aa0;
  box-shadow: inset 0 -2px 0 #005aa0;
}
.modal-content,
.modal-tight .modal-content {
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.06), 0 0 1px 1px rgba(0, 0, 0, 0.05);
}
.collapse-toggle::before {
  width: -webkit-calc(100.5%);
  width: calc(100.5%);
  height: 2px;
  left: 0;
  bottom: 0;
  border-right: .5rem solid #fff;
  background-color: #e30613;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.collapse-toggle:not(.loading)[aria-expanded=true]::before {
  -webkit-transition: opacity 250ms 0.1s ease, -webkit-transform 0s 350ms linear;
  -o-transition: opacity 250ms .1s ease,transform 0s 350ms linear;
  transition: opacity 250ms .1s ease,transform 0s 350ms linear;
  transition: opacity 250ms 0.1s ease, transform 0s 350ms linear, -webkit-transform 0s 350ms linear;
}
.collapse-toggle.loading::before {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 15s cubic-bezier(0.02, 0.96, 0.37, 0.81);
  -o-transition: transform 15s cubic-bezier(0.02, 0.96, 0.37, 0.81);
  transition: transform 15s cubic-bezier(0.02, 0.96, 0.37, 0.81);
  transition: transform 15s cubic-bezier(0.02, 0.96, 0.37, 0.81), -webkit-transform 15s cubic-bezier(0.02, 0.96, 0.37, 0.81);
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
  opacity: 1;
}
.collapse-toggle.loading[aria-expanded=true]::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 350ms ease;
  -o-transition: transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}
html body .focus,
html body :focus {
  outline: 0 !important;
}
html body[data-focus-source=key] .focus,
html body[data-focus-source=key] :focus {
  outline: #f9b233 solid 4px!important;
  outline-offset: 0;
  z-index: 10;
}
html body[data-focus-source=key] [tabindex="-1"]:focus,
html body[data-focus-source=key] input:focus,
html body[data-focus-source=key] select:focus,
html body[data-focus-source=key] textarea:focus {
  outline: 0 !important;
}
a[href="#"] {
  -webkit-touch-callout: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.39, 1.07, 0.55, 1.12);
  -o-transition: transform 0.2s cubic-bezier(0.39, 1.07, 0.55, 1.12);
  transition: transform 0.2s cubic-bezier(0.39, 1.07, 0.55, 1.12);
  transition: transform 0.2s cubic-bezier(0.39, 1.07, 0.55, 1.12), -webkit-transform 0.2s cubic-bezier(0.39, 1.07, 0.55, 1.12);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: -webkit-calc(80%);
  min-height: calc(80%);
}
.modal-content,
.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.modal-content {
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  z-index: 1040;
  background-color: #000000;
}
.modal-header .close,
.modal-header .close.close-large {
  right: 27px;
  top: 25px;
  margin: 0;
}
.modal-backdrop.fade {
  opacity: 0;
  -webkit-transition: opacity 150ms ease-out;
  -o-transition: opacity 150ms ease-out;
  transition: opacity 150ms ease-out;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.3;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1.9rem;
  border-top: 0 solid #e5e5e5;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 523px;
    margin: 30px auto;
  }
  .modal-dialog-centered {
    min-height: -webkit-calc(40%);
    min-height: calc(40%);
  }
  .modal-sm {
    max-width: 300px;
  }
}
.modal-body p:last-child,
.modal-tight .modal-body p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px;
  }
}
.modal-content {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.06), 0 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 0;
}
.modal-body {
  padding: 1.25rem 1.9rem 1.5rem;
}
.modal-footer {
  padding-top: 0;
  padding-bottom: 1rem;
  padding-right: 1.9rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0;
}
.modal-footer > :not(:last-child) {
  margin-right: 2rem;
}
.modal-header {
  background-color: #fff;
  padding: 1.35rem 3.9rem 1.35rem 1.9rem;
  border-bottom: 2px solid #f3f3f3;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.modal-title {
  margin: 0;
}
.modal-header .close {
  position: absolute;
  padding: 0;
  opacity: 0.3;
}
.modal-tight .modal-content {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.06), 0 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 0;
}
.modal-tight .modal-body {
  padding: 0.5rem 1rem 1.25rem;
}
.modal-tight .modal-footer {
  padding: 0 1rem 1.25rem;
}
.modal-tight .modal-header {
  background-color: #fff;
  padding: 1rem 2rem 0 1rem;
  border-bottom: none;
}
.modal-tight .modal-header .close {
  position: absolute;
  top: 24px;
  right: 17px;
  opacity: .3;
  color: #00427a;
}
.modal-tight .modal-header .close.close-large {
  top: 20px;
  right: 17px;
}
.modal-air .modal-header {
  padding: 1.35rem 3.9rem 1.35rem 1.9rem;
  border-bottom: 2px solid #f3f3f3;
}
.modal-air .modal-header .close {
  top: 2rem;
  right: 1.4rem;
}
.modal-air .modal-header .close.close-large {
  top: 25px;
  right: 27px;
}
.modal-air .modal-body {
  padding: 1.25rem 1.9rem 1.5rem;
}
.modal-air .modal-footer {
  padding-top: 0;
  padding-bottom: 2.25rem;
  padding-right: 1.9rem;
}
.modal-air .modal-title {
  font-size: 23px;
}
.modal-footer .arrow-left + .arrow-left:not(:last-child),
.modal-footer .arrow-left + .arrow-right:not(:last-child),
.modal-footer .arrow-left + .btn-link-lg-left:not(:last-child),
.modal-footer .arrow-left + .btn-link-lg:not(:last-child),
.modal-footer .arrow-left + .btn:not(:last-child),
.modal-footer .arrow-left + .primary-link-left:not(:last-child),
.modal-footer .arrow-left + .primary-link:not(:last-child),
.modal-footer .arrow-right + .arrow-left:not(:last-child),
.modal-footer .arrow-right + .arrow-right:not(:last-child),
.modal-footer .arrow-right + .btn-link-lg-left:not(:last-child),
.modal-footer .arrow-right + .btn-link-lg:not(:last-child),
.modal-footer .arrow-right + .btn:not(:last-child),
.modal-footer .arrow-right + .primary-link-left:not(:last-child),
.modal-footer .arrow-right + .primary-link:not(:last-child),
.modal-footer .btn + .arrow-left:not(:last-child),
.modal-footer .btn + .arrow-right:not(:last-child),
.modal-footer .btn + .btn-link-lg-left:not(:last-child),
.modal-footer .btn + .btn-link-lg:not(:last-child),
.modal-footer .btn + .btn:not(:last-child),
.modal-footer .btn + .primary-link-left:not(:last-child),
.modal-footer .btn + .primary-link:not(:last-child),
.modal-footer .btn-link-lg + .arrow-left:not(:last-child),
.modal-footer .btn-link-lg + .arrow-right:not(:last-child),
.modal-footer .btn-link-lg + .btn-link-lg-left:not(:last-child),
.modal-footer .btn-link-lg + .btn-link-lg:not(:last-child),
.modal-footer .btn-link-lg + .btn:not(:last-child),
.modal-footer .btn-link-lg + .primary-link-left:not(:last-child),
.modal-footer .btn-link-lg + .primary-link:not(:last-child),
.modal-footer .btn-link-lg-left + .arrow-left:not(:last-child),
.modal-footer .btn-link-lg-left + .arrow-right:not(:last-child),
.modal-footer .btn-link-lg-left + .btn-link-lg-left:not(:last-child),
.modal-footer .btn-link-lg-left + .btn-link-lg:not(:last-child),
.modal-footer .btn-link-lg-left + .btn:not(:last-child),
.modal-footer .btn-link-lg-left + .primary-link-left:not(:last-child),
.modal-footer .btn-link-lg-left + .primary-link:not(:last-child),
.modal-footer .primary-link + .arrow-left:not(:last-child),
.modal-footer .primary-link + .arrow-right:not(:last-child),
.modal-footer .primary-link + .btn-link-lg-left:not(:last-child),
.modal-footer .primary-link + .btn-link-lg:not(:last-child),
.modal-footer .primary-link + .btn:not(:last-child),
.modal-footer .primary-link + .primary-link-left:not(:last-child),
.modal-footer .primary-link + .primary-link:not(:last-child),
.modal-footer .primary-link-left + .arrow-left:not(:last-child),
.modal-footer .primary-link-left + .arrow-right:not(:last-child),
.modal-footer .primary-link-left + .btn-link-lg-left:not(:last-child),
.modal-footer .primary-link-left + .btn-link-lg:not(:last-child),
.modal-footer .primary-link-left + .btn:not(:last-child),
.modal-footer .primary-link-left + .primary-link-left:not(:last-child),
.modal-footer .primary-link-left + .primary-link:not(:last-child) {
  margin-right: 2rem;
}
.modal-footer.right-align .arrow-left + .arrow-left:not(.btn-link),
.modal-footer.right-align .arrow-left + .arrow-right:not(.btn-link),
.modal-footer.right-align .arrow-left + .btn-link-lg-left:not(.btn-link),
.modal-footer.right-align .arrow-left + .btn-link-lg:not(.btn-link),
.modal-footer.right-align .arrow-left + .btn:not(.btn-link),
.modal-footer.right-align .arrow-left + .primary-link-left:not(.btn-link),
.modal-footer.right-align .arrow-left + .primary-link:not(.btn-link),
.modal-footer.right-align .arrow-right + .arrow-left:not(.btn-link),
.modal-footer.right-align .arrow-right + .arrow-right:not(.btn-link),
.modal-footer.right-align .arrow-right + .btn-link-lg-left:not(.btn-link),
.modal-footer.right-align .arrow-right + .btn-link-lg:not(.btn-link),
.modal-footer.right-align .arrow-right + .btn:not(.btn-link),
.modal-footer.right-align .arrow-right + .primary-link-left:not(.btn-link),
.modal-footer.right-align .arrow-right + .primary-link:not(.btn-link),
.modal-footer.right-align .btn + .arrow-left:not(.btn-link),
.modal-footer.right-align .btn + .arrow-right:not(.btn-link),
.modal-footer.right-align .btn + .btn-link-lg-left:not(.btn-link),
.modal-footer.right-align .btn + .btn-link-lg:not(.btn-link),
.modal-footer.right-align .btn + .btn:not(.btn-link),
.modal-footer.right-align .btn + .primary-link-left:not(.btn-link),
.modal-footer.right-align .btn + .primary-link:not(.btn-link),
.modal-footer.right-align .btn-link-lg + .arrow-left:not(.btn-link),
.modal-footer.right-align .btn-link-lg + .arrow-right:not(.btn-link),
.modal-footer.right-align .btn-link-lg + .btn-link-lg-left:not(.btn-link),
.modal-footer.right-align .btn-link-lg + .btn-link-lg:not(.btn-link),
.modal-footer.right-align .btn-link-lg + .btn:not(.btn-link),
.modal-footer.right-align .btn-link-lg + .primary-link-left:not(.btn-link),
.modal-footer.right-align .btn-link-lg + .primary-link:not(.btn-link),
.modal-footer.right-align .btn-link-lg-left + .arrow-left:not(.btn-link),
.modal-footer.right-align .btn-link-lg-left + .arrow-right:not(.btn-link),
.modal-footer.right-align .btn-link-lg-left + .btn-link-lg-left:not(.btn-link),
.modal-footer.right-align .btn-link-lg-left + .btn-link-lg:not(.btn-link),
.modal-footer.right-align .btn-link-lg-left + .btn:not(.btn-link),
.modal-footer.right-align .btn-link-lg-left + .primary-link-left:not(.btn-link),
.modal-footer.right-align .btn-link-lg-left + .primary-link:not(.btn-link),
.modal-footer.right-align .primary-link + .arrow-left:not(.btn-link),
.modal-footer.right-align .primary-link + .arrow-right:not(.btn-link),
.modal-footer.right-align .primary-link + .btn-link-lg-left:not(.btn-link),
.modal-footer.right-align .primary-link + .btn-link-lg:not(.btn-link),
.modal-footer.right-align .primary-link + .btn:not(.btn-link),
.modal-footer.right-align .primary-link + .primary-link-left:not(.btn-link),
.modal-footer.right-align .primary-link + .primary-link:not(.btn-link),
.modal-footer.right-align .primary-link-left + .arrow-left:not(.btn-link),
.modal-footer.right-align .primary-link-left + .arrow-right:not(.btn-link),
.modal-footer.right-align .primary-link-left + .btn-link-lg-left:not(.btn-link),
.modal-footer.right-align .primary-link-left + .btn-link-lg:not(.btn-link),
.modal-footer.right-align .primary-link-left + .btn:not(.btn-link),
.modal-footer.right-align .primary-link-left + .primary-link-left:not(.btn-link),
.modal-footer.right-align .primary-link-left + .primary-link:not(.btn-link) {
  margin-right: 1.1rem;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.popover,
.popover-tooltip {
  z-index: 1060;
  display: block;
  max-width: 300px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-clip: padding-box;
}
.popover .arrow,
.popover-tooltip .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 5px;
  margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before,
.popover-tooltip .arrow::after,
.popover-tooltip .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^=top],
.bs-popover-top {
  margin-bottom: 5px;
}
.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
  bottom: -webkit-calc(-5px);
  bottom: calc(-5px);
}
.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
  border-width: 5px 0 0;
}
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
  bottom: 0;
  border-top-color: #ffffff;
}
.bs-popover-auto[x-placement^=right],
.bs-popover-right {
  margin-left: 5px;
}
.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
  left: -webkit-calc(-5px);
  left: calc(-5px);
  width: 5px;
  height: 0;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
  border-width: 0 5px 0 0;
}
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
  left: 0;
  border-right-color: #ffffff;
}
.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
  margin-top: 5px;
}
.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
  top: -webkit-calc(-5px);
  top: calc(-5px);
}
.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
  border-width: 0 0 5px;
}
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
  top: 0;
  border-bottom-color: #ffffff;
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  margin-left: 0;
  content: "";
  border-bottom: 0 solid #f7f7f7;
}
.bs-popover-auto[x-placement^=left],
.bs-popover-left {
  margin-right: 5px;
}
.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
  right: -webkit-calc(-5px);
  right: calc(-5px);
  width: 5px;
  height: 0;
  margin: 0.3rem 0;
}
.popover-header,
.popover-tooltip .card {
  margin-bottom: 0;
}
.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
  border-width: 0 0 0 5px;
}
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
  right: 0;
  border-left-color: #ffffff;
}
.popover-header {
  padding: 8px 14px;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 0 solid #ebebeb;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 9px 14px;
  color: #222222;
}
.popover,
.popover-tooltip {
  min-width: 250px;
  padding: 0;
  margin: 0;
  border: solid #005aa0;
  position: relative;
  left: auto;
  top: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.06), 0 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.06), 0 0 1px 1px rgba(0, 0, 0, 0.05);
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 75ms 50ms ease-in;
  -o-transition: opacity 75ms 50ms ease-in;
  transition: opacity 75ms 50ms ease-in;
}
.popover-tooltip::before,
.popover::before {
  content: none;
}
.is-visible.popover-tooltip,
.popover.is-visible {
  opacity: 1;
}
.popover-top {
  border-width: 0 0 2px;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}
.popover-bottom {
  border-width: 2px 0 0;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.popover-left {
  border-width: 0 2px 0 0;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.popover-right {
  border-width: 0 0 0 2px;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.popover-fill {
  width: 100%;
  max-width: none;
}
.popover-attach {
  position: absolute;
}
.popover-attach.popover-top {
  min-width: 100%;
  bottom: 100%;
}
.popover-attach.popover-bottom {
  min-width: 100%;
  top: 100%;
}
.popover-attach.popover-left {
  min-height: 100%;
  right: 100%;
}
.popover-attach.popover-right {
  min-height: 100%;
  left: 100%;
}
.popover-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
}
.popover-title {
  padding: .9em 1.2em .8em;
  border-bottom: 2px solid #f3f3f3;
  cursor: default;
  font-size: .75rem;
  color: #747578;
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
  line-height: 1.45;
  letter-spacing: 0.5px;
}
.popover-footer {
  padding: .75rem;
  border-top: 2px solid #f3f3f3;
}
.popover-tooltip {
  display: block;
  opacity: 0;
  visibility: hidden;
  left: 0;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  min-width: 250px !important;
}
.link-complex .link-complex-adaptive-target:active,
.link-complex:active,
.link-complex:active:active,
.link-complex:hover:active,
.link-complex:visited:active,
.reset-link:active {
  opacity: 1;
}
.popover-tooltip .popover-title {
  background-color: #eff4f9;
  color: #222;
  padding: .6rem 1.25rem;
  margin-bottom: 0;
  border-bottom: none;
}
.popover-tooltip .card-block {
  padding: 0.6rem 1.25rem 1.3rem;
}
.popover-tooltip .card-text {
  margin-bottom: 0.6rem;
}
.popover-tooltip-trigger.open {
  background-color: #eff4f9;
  -webkit-transition: .1s all;
  -o-transition: .1s all;
  transition: .1s all;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: 0.5s;
}
.popover-tooltip-trigger.open .popover-tooltip {
  visibility: visible;
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: 0.8s;
}
.popover-tooltip-trigger {
  position: relative;
  cursor: default;
  border-bottom: 1px dashed #888;
  -webkit-transition: .1s all;
  -o-transition: .1s all;
  transition: .1s all;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  padding: 4px 0 2px;
}
.popover-tooltip-trigger:focus,
.popover-tooltip-trigger:hover,
.popover-tooltip-trigger:hover:focus {
  background-color: #eff4f9;
  -webkit-transition: 0.1s background-color padding;
  -o-transition: 0.1s background-color padding;
  transition: 0.1s background-color padding;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  border-bottom: 1px dashed transparent;
  padding: 4px 0 2px;
}
.popover-tooltip-trigger:focus > .popover-tooltip,
.popover-tooltip-trigger:hover:focus > .popover-tooltip,
.popover-tooltip-trigger:hover > .popover-tooltip {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
  min-width: 250px;
}
.label.popover-tooltip-trigger,
.label.popover-tooltip-trigger:focus,
.label.popover-tooltip-trigger:hover,
.label.popover-tooltip-trigger:hover:focus,
label.popover-tooltip-trigger,
label.popover-tooltip-trigger:focus,
label.popover-tooltip-trigger:hover,
label.popover-tooltip-trigger:hover:focus {
  padding: 4px 0 0;
}
.popover-tooltip.popover-attach.popover-top {
  bottom: 100%;
}
.popover-tooltip.popover-attach.popover-bottom {
  top: 100%;
}
.popover-tooltip.popover-attach.popover-left {
  right: 100%;
}
.popover-tooltip.popover-attach.popover-right {
  left: 100%;
}
/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:after,
.bootstrap-datetimepicker-widget.dropdown-menu:before {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: 700;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .arrow-left[data-action=incrementHours]::after,
.bootstrap-datetimepicker-widget .arrow-right[data-action=incrementHours]::after,
.bootstrap-datetimepicker-widget .btn-link-lg-left[data-action=incrementHours]::after,
.bootstrap-datetimepicker-widget .btn-link-lg[data-action=incrementHours]::after,
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after,
.bootstrap-datetimepicker-widget .primary-link-left[data-action=incrementHours]::after,
.bootstrap-datetimepicker-widget .primary-link[data-action=incrementHours]::after {
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .arrow-left[data-action=incrementMinutes]::after,
.bootstrap-datetimepicker-widget .arrow-right[data-action=incrementMinutes]::after,
.bootstrap-datetimepicker-widget .btn-link-lg-left[data-action=incrementMinutes]::after,
.bootstrap-datetimepicker-widget .btn-link-lg[data-action=incrementMinutes]::after,
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after,
.bootstrap-datetimepicker-widget .primary-link-left[data-action=incrementMinutes]::after,
.bootstrap-datetimepicker-widget .primary-link[data-action=incrementMinutes]::after {
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .arrow-left[data-action=decrementHours]::after,
.bootstrap-datetimepicker-widget .arrow-right[data-action=decrementHours]::after,
.bootstrap-datetimepicker-widget .btn-link-lg-left[data-action=decrementHours]::after,
.bootstrap-datetimepicker-widget .btn-link-lg[data-action=decrementHours]::after,
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after,
.bootstrap-datetimepicker-widget .primary-link-left[data-action=decrementHours]::after,
.bootstrap-datetimepicker-widget .primary-link[data-action=decrementHours]::after {
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .arrow-left[data-action=decrementMinutes]::after,
.bootstrap-datetimepicker-widget .arrow-right[data-action=decrementMinutes]::after,
.bootstrap-datetimepicker-widget .btn-link-lg-left[data-action=decrementMinutes]::after,
.bootstrap-datetimepicker-widget .btn-link-lg[data-action=decrementMinutes]::after,
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after,
.bootstrap-datetimepicker-widget .primary-link-left[data-action=decrementMinutes]::after,
.bootstrap-datetimepicker-widget .primary-link[data-action=decrementMinutes]::after {
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .arrow-left[data-action=showHours]::after,
.bootstrap-datetimepicker-widget .arrow-right[data-action=showHours]::after,
.bootstrap-datetimepicker-widget .btn-link-lg-left[data-action=showHours]::after,
.bootstrap-datetimepicker-widget .btn-link-lg[data-action=showHours]::after,
.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after,
.bootstrap-datetimepicker-widget .primary-link-left[data-action=showHours]::after,
.bootstrap-datetimepicker-widget .primary-link[data-action=showHours]::after {
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .arrow-left[data-action=showMinutes]::after,
.bootstrap-datetimepicker-widget .arrow-right[data-action=showMinutes]::after,
.bootstrap-datetimepicker-widget .btn-link-lg-left[data-action=showMinutes]::after,
.bootstrap-datetimepicker-widget .btn-link-lg[data-action=showMinutes]::after,
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after,
.bootstrap-datetimepicker-widget .primary-link-left[data-action=showMinutes]::after,
.bootstrap-datetimepicker-widget .primary-link[data-action=showMinutes]::after {
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .arrow-left[data-action=togglePeriod]::after,
.bootstrap-datetimepicker-widget .arrow-right[data-action=togglePeriod]::after,
.bootstrap-datetimepicker-widget .btn-link-lg-left[data-action=togglePeriod]::after,
.bootstrap-datetimepicker-widget .btn-link-lg[data-action=togglePeriod]::after,
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after,
.bootstrap-datetimepicker-widget .primary-link-left[data-action=togglePeriod]::after,
.bootstrap-datetimepicker-widget .primary-link[data-action=togglePeriod]::after {
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .arrow-left[data-action=clear]::after,
.bootstrap-datetimepicker-widget .arrow-right[data-action=clear]::after,
.bootstrap-datetimepicker-widget .btn-link-lg-left[data-action=clear]::after,
.bootstrap-datetimepicker-widget .btn-link-lg[data-action=clear]::after,
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after,
.bootstrap-datetimepicker-widget .primary-link-left[data-action=clear]::after,
.bootstrap-datetimepicker-widget .primary-link[data-action=clear]::after {
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .arrow-left[data-action=today]::after,
.bootstrap-datetimepicker-widget .arrow-right[data-action=today]::after,
.bootstrap-datetimepicker-widget .btn-link-lg-left[data-action=today]::after,
.bootstrap-datetimepicker-widget .btn-link-lg[data-action=today]::after,
.bootstrap-datetimepicker-widget .btn[data-action=today]::after,
.bootstrap-datetimepicker-widget .primary-link-left[data-action=today]::after,
.bootstrap-datetimepicker-widget .primary-link[data-action=today]::after {
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: 0 0;
  color: #6c757d;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #e9ecef;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #6c757d;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #e9ecef;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.new,
.bootstrap-datetimepicker-widget table td.old {
  color: #6c757d;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #ad1015;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.clearfix::after,
.embed-responsive::before,
dl::after {
  content: "";
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #ad1015;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #ffffff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: 0 0;
  color: #6c757d;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #e9ecef;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #ad1015;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #6c757d;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: 0 0;
  color: #6c757d;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.datepicker .input-group-append {
  z-index: 6;
}
.datepicker .input-group-append > .arrow-left,
.datepicker .input-group-append > .arrow-right,
.datepicker .input-group-append > .btn,
.datepicker .input-group-append > .btn-link-lg,
.datepicker .input-group-append > .btn-link-lg-left,
.datepicker .input-group-append > .primary-link,
.datepicker .input-group-append > .primary-link-left {
  z-index: 1;
  height: 100%;
  width: 100%;
  padding-left: .625rem!important;
  padding-right: 0.625rem !important;
}
.datepicker .input-group-append > .arrow-left svg,
.datepicker .input-group-append > .arrow-right svg,
.datepicker .input-group-append > .btn svg,
.datepicker .input-group-append > .btn-link-lg svg,
.datepicker .input-group-append > .btn-link-lg-left svg,
.datepicker .input-group-append > .primary-link svg,
.datepicker .input-group-append > .primary-link-left svg {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.datepicker .active.arrow-left,
.datepicker .active.arrow-right,
.datepicker .active.btn-link-lg,
.datepicker .active.btn-link-lg-left,
.datepicker .active.primary-link,
.datepicker .active.primary-link-left,
.datepicker .btn.active {
  border-bottom: 2px #00427a solid!important;
  padding-bottom: 0;
}
.datepicker .form-control {
  min-height: 2.501rem;
  height: auto !important;
}
.datepicker > div {
  -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.08);
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker table td.day,
.datepicker th {
  width: 47px;
  height: 47px;
}
.datepicker th {
  color: #005aa0;
}
.datepicker td {
  border: 1px solid #eee;
  padding: 0;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.datepicker table td.day:hover {
  background-color: #ececec;
  -webkit-box-shadow: inset 0 -2px 0 0 #005aa0;
  box-shadow: inset 0 -2px 0 0 #005aa0;
  border-bottom: none;
}
.datepicker td.day.disabled {
  background-color: #f4f4f4;
  color: #515151;
}
.datepicker td.day.disabled:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #515151;
}
.datepicker td.new,
.datepicker td.old {
  background-color: #fbfbfb;
  color: #8b8b8b;
}
.datepicker td.active.active,
.datepicker td.active.active:hover {
  text-shadow: none;
  background-color: #eff4f9;
  -webkit-box-shadow: inset 0 -2px 0 0 #005aa0;
  box-shadow: inset 0 -2px 0 0 #005aa0;
  color: #005aa0;
  font-weight: 700;
}
.datepicker td.day.active.today {
  background-color: #eeeeee;
}
.datepicker td.day.active.disabled {
  border: none;
  background-color: #ececec;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222222;
}
.datepicker td.day.active.disabled:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #eeeeee;
}
.datepicker td.active.active,
.datepicker td.active:hover.disabled,
.datepicker td.active:hover[disabled],
.datepicker td.active[disabled] {
  border: none;
  background-color: #eff4f9;
  -webkit-box-shadow: inset 0 -2px 0 0 #005aa0;
  box-shadow: inset 0 -2px 0 0 #005aa0;
}
.datepicker td.active:active,
.datepicker td.active:focus,
.datepicker td.active:hover.active,
.datepicker td.active:hover.disabled,
.datepicker td.active:hover:active,
.datepicker td.active:hover:focus,
.datepicker td.active:hover:hover,
.datepicker td.active:hover[disabled],
.datepicker td.active[disabled] {
  background-color: #eff4f9;
  -webkit-box-shadow: inset 0 -2px 0 0 #005aa0;
  box-shadow: inset 0 -2px 0 0 #005aa0;
}
.datepicker span.decade:hover.active,
.datepicker span.month:hover.active,
.datepicker span.year:hover.active,
.datepicker td.active:hover.active,
.datepicker td.active:not(.disabled):hover,
.datepicker td.day.active:hover {
  background-color: #e5ecf5;
}
.datepicker td.active.active {
  border: none;
  background-color: #eff4f9;
}
.datepicker td span:hover {
  color: #222;
  border: none;
  background-color: #f4f4f4;
  -webkit-box-shadow: inset 0 -2px 0 0 #005aa0;
  box-shadow: inset 0 -2px 0 0 #005aa0;
}
.datepicker td span.active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  border: none;
  background-color: #eff4f9;
  -webkit-box-shadow: inset 0 -2px 0 0 #005aa0;
  box-shadow: inset 0 -2px 0 0 #005aa0;
}
.datepicker td span.active:active,
.datepicker td span.old {
  color: #999999;
}
.datepicker .datepicker-days th.next,
.datepicker .datepicker-decades th.next,
.datepicker .datepicker-months th.next,
.datepicker .datepicker-years th.next {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA1YWEwIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iMCA3IDE4IDcgMTggNSAwIDUiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSIxMy43Mjg0NTE1IDEwLjI0NTI5MTEgMTUuMTQyNjY1MSAxMS42NTk1MDQ3IDIwLjc5OTUxOTQgNi4wMDI2NTA0NSAxNS4xNDI2NjUxIDAuMzQ1Nzk2MjAzIDEzLjcyODQ1MTUgMS43NjAwMDk3NyAxNy45NzEwOTIyIDYuMDAyNjUwNDUiPjwvcG9seWdvbj48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  height: 12px;
  background-size: 21px 12px;
  background-position: center;
  width: 48px;
}
.datepicker .datepicker-days th.next:hover,
.datepicker .datepicker-decades th.next:hover,
.datepicker .datepicker-months th.next:hover,
.datepicker .datepicker-years th.next:hover {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA1YWEwIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iMCA3IDE4IDcgMTggNSAwIDUiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iTGluZSIgcG9pbnRzPSIxMy43Mjg0NTE1IDEwLjI0NTI5MTEgMTUuMTQyNjY1MSAxMS42NTk1MDQ3IDIwLjc5OTUxOTQgNi4wMDI2NTA0NSAxNS4xNDI2NjUxIDAuMzQ1Nzk2MjAzIDEzLjcyODQ1MTUgMS43NjAwMDk3NyAxNy45NzEwOTIyIDYuMDAyNjUwNDUiPjwvcG9seWdvbj48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  height: 12px;
  background-color: #dcddde;
  background-size: 21px 12px;
  background-position: center;
  width: 48px;
}
.datepicker .datepicker-days th.prev,
.datepicker .datepicker-decades th.prev,
.datepicker .datepicker-months th.prev,
.datepicker .datepicker-years th.prev {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA1YWEwIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTQiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMgNyAyMSA3IDIxIDUgMyA1Ij48L3BvbHlnb24+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iNy4yNzg4MjY0NSAxLjc2MDAwOTc3IDUuODY0NjEyODkgMC4zNDU3OTYyMDMgMC4yMDc3NTg2MzkgNi4wMDI2NTA0NSA1Ljg2NDYxMjg5IDExLjY1OTUwNDcgNy4yNzg4MjY0NSAxMC4yNDUyOTExIDMuMDM2MTg1NzYgNi4wMDI2NTA0NSI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  height: 12px;
  background-size: 21px 12px;
  background-position: center;
  width: 48px;
}
.datepicker .datepicker-days th.prev:hover,
.datepicker .datepicker-decades th.prev:hover,
.datepicker .datepicker-months th.prev:hover,
.datepicker .datepicker-years th.prev:hover {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA1YWEwIiB2aWV3Qm94PSIwIDAgMjEgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9Ikdyb3VwLTQiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBvbHlnb24gaWQ9IkxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMgNyAyMSA3IDIxIDUgMyA1Ij48L3BvbHlnb24+PHBvbHlnb24gaWQ9IkxpbmUiIHBvaW50cz0iNy4yNzg4MjY0NSAxLjc2MDAwOTc3IDUuODY0NjEyODkgMC4zNDU3OTYyMDMgMC4yMDc3NTg2MzkgNi4wMDI2NTA0NSA1Ljg2NDYxMjg5IDExLjY1OTUwNDcgNy4yNzg4MjY0NSAxMC4yNDUyOTExIDMuMDM2MTg1NzYgNi4wMDI2NTA0NSI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  height: 12px;
  background-color: #dcddde;
  background-size: 21px 12px;
  background-position: center;
  width: 48px;
}
.datepicker .datepicker-days th.next,
.datepicker .datepicker-days th.prev {
  width: 45px;
  font-size: 1.25rem;
}
.datepicker .datepicker-days th.next:hover,
.datepicker .datepicker-days th.prev:hover {
  width: 45px;
}
.datepicker table thead {
  background-color: #f4f4f4;
}
.datepicker table thead tr:first-child {
  height: 45px;
  cursor: pointer;
  color: #005aa0;
  font-weight: 700;
}
.datepicker table thead tr:nth-child(2) {
  height: 35px;
}
.datepicker table thead tr:nth-child(2) th {
  color: #515151;
  font-size: 0.75rem;
}
.datepicker.dropdown-menu {
  padding: 0;
  border: 0;
  margin: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  animation-name: dropdown-appear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  min-width: 336px;
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.08);
}
.bootstrap-datetimepicker-widget table td.today::before,
.bootstrap-datetimepicker-widget.dropdown-menu::after,
.bootstrap-datetimepicker-widget.dropdown-menu::before,
.datepicker-decades td[colspan="7"] span,
.datepicker-months td[colspan="7"] span,
.datepicker-years td[colspan="7"] span {
  display: none;
}
.datepicker-decades td[colspan="7"],
.datepicker-months td[colspan="7"],
.datepicker-years td[colspan="7"] {
  padding: 35px 0 0;
  background-color: #f4f4f4;
  border: none;
}
.datepicker-decades td[colspan="7"] .decade,
.datepicker-decades td[colspan="7"] .month,
.datepicker-decades td[colspan="7"] .year,
.datepicker-months td[colspan="7"] .decade,
.datepicker-months td[colspan="7"] .month,
.datepicker-months td[colspan="7"] .year,
.datepicker-years td[colspan="7"] .decade,
.datepicker-years td[colspan="7"] .month,
.datepicker-years td[colspan="7"] .year {
  width: 25%;
  height: 75px;
  margin: 0;
  border: 1px solid #eee;
  display: block;
  line-height: 75px;
  float: left;
  cursor: pointer;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.datepicker-decades td[colspan="7"] .decade:hover,
.datepicker-decades td[colspan="7"] .month:hover,
.datepicker-decades td[colspan="7"] .year:hover,
.datepicker-months td[colspan="7"] .decade:hover,
.datepicker-months td[colspan="7"] .month:hover,
.datepicker-months td[colspan="7"] .year:hover,
.datepicker-years td[colspan="7"] .decade:hover,
.datepicker-years td[colspan="7"] .month:hover,
.datepicker-years td[colspan="7"] .year:hover {
  background-color: #f4f4f4;
  -webkit-box-shadow: inset 0 -2px 0 0 #005aa0;
  box-shadow: inset 0 -2px 0 0 #005aa0;
}
.datepicker-decades td[colspan="7"] .decade.active,
.datepicker-decades td[colspan="7"] .month.active,
.datepicker-decades td[colspan="7"] .year.active,
.datepicker-months td[colspan="7"] .decade.active,
.datepicker-months td[colspan="7"] .month.active,
.datepicker-months td[colspan="7"] .year.active,
.datepicker-years td[colspan="7"] .decade.active,
.datepicker-years td[colspan="7"] .month.active,
.datepicker-years td[colspan="7"] .year.active {
  border: 1px solid #eee;
  color: #005aa0;
  font-weight: 700;
  background-color: #eff4f9;
  -webkit-box-shadow: inset 0 -2px 0 0 #005aa0;
  box-shadow: inset 0 -2px 0 0 #005aa0;
  text-shadow: none;
}
.br-1,
.bx-1 {
  border-right: 1px solid #d9d9d9 !important;
}
.bl-1,
.bx-1 {
  border-left: 1px solid #d9d9d9 !important;
}
.bt-1,
.by-1 {
  border-top: 1px solid #d9d9d9 !important;
}
.bb-1,
.by-1 {
  border-bottom: 1px solid #d9d9d9 !important;
}
.bootstrap-datetimepicker-widget .datepicker-years thead .picker-switch {
  cursor: default;
  pointer-events: none;
}
@font-face {
  font-family: 'LF Rubrik';
  src: url(fonts/lf-rubrik.woff2) format("woff2"), url(fonts/lf-rubrik.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}
@font-face {
  font-family: 'Intro Cond';
  src: url(fonts/intro-cond-regular.woff2) format("woff2"), url(fonts/intro-cond-regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Intro Cond';
  src: url(fonts/intro-cond-regular-italic.woff2) format("woff2"), url(fonts/intro-cond-regular-italic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Intro Cond';
  src: url(fonts/intro-cond-bold.woff2) format("woff2"), url(fonts/intro-cond-bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Intro Cond';
  src: url(fonts/intro-cond-bold-italic.woff2) format("woff2"), url(fonts/intro-cond-bold-italic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
}
.bg-wine {
  background: #ad1015 !important;
}
.bg-red {
  background: #e30613 !important;
}
.bg-pink {
  background: #fcd2d3 !important;
}
.bg-navy {
  background: #00427a !important;
}
.bg-blue {
  background: #005aa0 !important;
}
.bg-sky {
  background: #76bbe7 !important;
}
.bg-baby {
  background: #badaf3 !important;
}
.bg-cloud {
  background: #eff4f9 !important;
}
.bg-black {
  background: #222222 !important;
}
.bg-gray {
  background: #747578 !important;
}
.bg-silver {
  background: #b1b3b6 !important;
}
.bg-smoke {
  background: #d9d9d9 !important;
}
.bg-shadow {
  background: #e5e5e5 !important;
}
.bg-body-bg {
  background: #f3f3f3 !important;
}
.bg-white {
  background: #ffffff !important;
}
.bg-orange {
  background: #f9b233 !important;
}
.bg-green {
  background: #95c11f !important;
}
.bg-purple {
  background: #bf71bb !important;
}
.bg-turquoise {
  background: #02bcb2 !important;
}
.bg-lf-info {
  background: #e5eff7 !important;
}
.bg-lf-success {
  background: #d8ebae !important;
}
.bg-lf-warning {
  background: #faf4d4 !important;
}
.bg-lf-danger {
  background: #fbd5d6 !important;
}
.bg-risk-default {
  background: #515151 !important;
}
.bg-risk-1 {
  background: #2a7fd4 !important;
}
.bg-risk-2 {
  background: #389fb9 !important;
}
.bg-risk-3 {
  background: #8dba84 !important;
}
.bg-risk-4 {
  background: #b8be34 !important;
}
.bg-risk-5 {
  background: #fdb514 !important;
}
.bg-risk-6 {
  background: #ed7721 !important;
}
.bg-risk-7 {
  background: #ce161d !important;
}
.bg-lf-info-hover:hover {
  background-color: #e5eff7 !important;
}
.link,
.link-adaptive,
.link-complex .link-complex-target {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, currentColor)) 0 100% repeat-x;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x;
}
.b-1 {
  border: 1px solid #d9d9d9 !important;
}
.br-2,
.bx-2 {
  border-right: 2px solid #d9d9d9 !important;
}
.bl-2,
.bx-2 {
  border-left: 2px solid #d9d9d9 !important;
}
.bt-2,
.by-2 {
  border-top: 2px solid #d9d9d9 !important;
}
.bb-2,
.by-2 {
  border-bottom: 2px solid #d9d9d9 !important;
}
.b-2 {
  border: 2px solid #d9d9d9 !important;
}
.br-0,
.bx-0 {
  border-right: 0 !important;
}
.bl-0,
.bx-0 {
  border-left: 0 !important;
}
.bt-0,
.by-0 {
  border-top: 0 !important;
}
.bb-0,
.by-0 {
  border-bottom: 0 !important;
}
.b-0 {
  border: 0 !important;
}
.br-bg,
.bx-bg {
  border-right-color: #f3f3f3 !important;
}
.bl-bg,
.bx-bg {
  border-left-color: #f3f3f3 !important;
}
.bt-bg,
.by-bg {
  border-top-color: #f3f3f3 !important;
}
.bb-bg,
.by-bg {
  border-bottom-color: #f3f3f3 !important;
}
.b-bg {
  border-color: #f3f3f3 !important;
}
.bl-bg-n,
.bx-bg-n {
  border-left-color: #00427a !important;
}
.br-bg-n,
.bx-bg-n {
  border-right-color: #00427a !important;
}
.bt-bg-n,
.by-bg-n {
  border-top-color: #00427a !important;
}
.bb-bg-n,
.by-bg-n {
  border-bottom-color: #00427a !important;
}
.b-bg-n {
  border-color: #00427a !important;
}
.cursor-pointer:not([disabled]) {
  cursor: pointer !important;
}
.hidden {
  display: none;
}
.layout-nbfc {
  overflow: hidden !important;
}
.layout-zbump {
  position: relative;
  z-index: 1;
}
.layout-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.layout-column {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -webkit-flex-direction: column!important;
  -ms-flex-direction: column!important;
  flex-direction: column !important;
}
.flex-row,
.layout-row {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal !important;
}
.layout-row {
  -webkit-flex-direction: row!important;
  -ms-flex-direction: row!important;
  flex-direction: row !important;
}
.layout-grow {
  -webkit-box-flex: 1!important;
  -webkit-flex-grow: 1!important;
  -ms-flex-positive: 1!important;
  flex-grow: 1 !important;
}
.layout-shrink {
  -webkit-flex-shrink: 1!important;
  -ms-flex-negative: 1!important;
  flex-shrink: 1 !important;
}
.layout-no-flex {
  -webkit-box-flex: 0!important;
  -webkit-flex: 0 0 auto!important;
  -ms-flex: 0 0 auto!important;
  flex: 0 0 auto !important;
}
.clear-both {
  clear: both;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.layout-full {
  width: 100%;
}
.pos-static {
  position: static;
}
.pos-relative {
  position: relative;
}
.pos-absolute {
  position: absolute;
}
.pos-fixed {
  position: fixed;
}
dl {
  margin: 1rem 0;
}
dl::after {
  display: block;
  clear: both;
}
.distribution-title,
dt {
  float: left;
  clear: left;
  padding: .15em .3em 0;
  color: #fff;
  font-size: .875rem;
  font-weight: 400;
  height: 16px;
  width: 16px;
  margin-top: 2px;
  margin-right: 5px;
}
.link,
.link-adaptive,
.link-adaptive:focus,
.link-adaptive:hover,
.link:focus,
.link:hover {
  color: #005aa0;
  text-decoration: none;
  outline: 0;
}
.distribution-description,
dd {
  display: block;
  padding: .15em .3em 0 .35em;
  font-size: .875rem;
  overflow: hidden;
}
.link,
.link-adaptive {
  -webkit-appearence: none;
  border: 0;
  padding: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x;
  background-size: 2px 2px;
}
.link-adaptive:hover,
.link:hover {
  color: #002f54;
  text-decoration: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentColor 50%);
}
.link-adaptive:active,
.link-complex:hover .link-complex-target,
.link:active {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, currentColor));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%);
}
.link-adaptive:active,
.link:active {
  color: #02234a;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentColor 50%);
}
.link-complex,
.link-complex:active,
.link-complex:hover,
.link-complex:visited {
  border: 0;
  padding: 0;
  background: 0 0;
  -webkit-appearence: none;
  outline: 0;
  color: inherit;
  text-decoration: inherit;
}
.link-complex:active:focus,
.link-complex:active:hover,
.link-complex:focus,
.link-complex:hover,
.link-complex:hover:focus,
.link-complex:hover:hover,
.link-complex:visited:focus,
.link-complex:visited:hover {
  color: inherit;
  text-decoration: inherit;
  background-image: none;
}
.link-complex {
  cursor: pointer;
}
.link-complex .callout-title .link-complex-target,
.link-complex .h1 .link-complex-target,
.link-complex .h2 .link-complex-target,
.link-complex .h3 .link-complex-target,
.link-complex .h4 .link-complex-target,
.link-complex .h5 .link-complex-target,
.link-complex .h6 .link-complex-target,
.link-complex .popover-tooltip .popover-title .link-complex-target,
.link-complex h1 .link-complex-target,
.link-complex h2 .link-complex-target,
.link-complex h3 .link-complex-target,
.link-complex h4 .link-complex-target,
.link-complex h5 .link-complex-target,
.link-complex h6 .link-complex-target,
.popover-tooltip .link-complex .popover-title .link-complex-target {
  background-image: none;
}
.link-complex .link-complex-target {
  color: #005aa0;
  text-decoration: none;
  border: 0;
  padding: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x;
  background-size: 2px 2px;
}
.link-complex .link-complex-adaptive-target {
  border: 0;
  padding: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, currentColor)) 0 100% repeat-x;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x;
  background-size: 2px 2px;
  background-image: none;
  outline: 0;
  color: inherit;
  text-decoration: inherit;
}
.link-complex .link-complex-adaptive-target:focus,
.link-complex .link-complex-adaptive-target:hover {
  color: inherit;
  text-decoration: inherit;
  background-image: none;
}
.link-complex:focus .link-complex-target,
.link-complex:hover .link-complex-target {
  outline: 0;
  text-decoration: none;
  color: #005aa0;
}
.link-complex:focus .link-complex-adaptive-target,
.link-complex:hover .link-complex-adaptive-target {
  outline: 0;
  text-decoration: none;
  color: #005aa0;
  color: inherit;
}
.link-complex:hover .link-complex-target {
  color: #002f54;
  text-decoration: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentColor 50%);
}
.link-complex:active .link-complex-target,
.link-complex:hover .link-complex-adaptive-target {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, currentColor));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%);
}
.link-complex:hover .link-complex-adaptive-target {
  text-decoration: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentColor 50%);
  color: inherit;
}
.link-complex:active .link-complex-target {
  color: #02234a;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentColor 50%);
}
.link-complex:active .link-complex-adaptive-target {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, currentColor));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentColor 50%);
  color: inherit;
}
.link-adaptive {
  background-image: none;
}
.link-adaptive,
.link-adaptive:active,
.link-adaptive:focus,
.link-adaptive:hover {
  color: inherit;
}
.link-no-underline,
.link-no-underline:active,
.link-no-underline:focus,
.link-no-underline:hover {
  background-image: none !important;
}
.reset-link,
.reset-link:focus,
.reset-link:hover {
  text-decoration: inherit;
  background-image: none;
  color: inherit;
}
.p-absolute {
  position: absolute;
}
.p-relative {
  position: relative;
}
.p-fixed {
  position: fixed;
}
.reset-list {
  padding: 0;
  margin: 0;
}
.reset-link {
  outline: 0;
}
.reset-button {
  border: 0;
  padding: 0;
  background: 0 0;
  outline: 0;
  -webkit-appearence: none;
}
.reset-table td,
.reset-table th {
  border: 0;
  margin: 0;
  padding: 0;
}
.reset-text {
  color: inherit;
  font: inherit;
  margin: initial;
}
.text-sm,
.text-xs {
  line-height: 1.36 !important;
}
.reset-interaction {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
::-moz-selection {
  background: #badaf3;
  color: #00427a;
}
::selection {
  background: #badaf3;
  color: #00427a;
}
.delimiter-xs {
  border-top: solid 2px #f3f3f3 !important;
}
.delimiter-sm {
  border-top: solid 0.5rem #f3f3f3 !important;
}
.delimiter-lg {
  border-top: solid 1rem #f3f3f3 !important;
}
.delimiter-xl {
  border-top: solid 1.5rem #f3f3f3 !important;
}
.font-base {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.font-sans-serif {
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
}
.font-serif {
  font-family: "LF Rubrik", Georgia, "Times New Roman", Times, serif;
}
.font-smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.text-xs {
  font-size: 0.75rem;
}
.text-sm {
  font-size: 0.875rem;
}
.text-md {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-legible-width {
  max-width: 36em;
  word-break: break-word;
}
.text-base-line {
  line-height: 1;
}
.text-inherit {
  color: inherit !important;
}
.text-base {
  color: #222222 !important;
}
.text-link {
  color: #005aa0 !important;
}
.text-wine {
  color: #ad1015 !important;
}
.text-red {
  color: #e30613 !important;
}
.text-pink {
  color: #fcd2d3 !important;
}
.text-navy {
  color: #00427a !important;
}
.text-blue {
  color: #005aa0 !important;
}
.text-sky {
  color: #76bbe7 !important;
}
.text-baby {
  color: #badaf3 !important;
}
.text-cloud {
  color: #eff4f9 !important;
}
.text-black {
  color: #222222 !important;
}
.text-gray {
  color: #747578 !important;
}
.text-silver {
  color: #b1b3b6 !important;
}
.text-smoke {
  color: #d9d9d9 !important;
}
.text-orange {
  color: #f9b233 !important;
}
.text-green {
  color: #95c11f !important;
}
.text-purple {
  color: #bf71bb !important;
}
.text-turquoise {
  color: #02bcb2 !important;
}
.text-risk-default {
  color: #515151 !important;
}
.text-risk-1 {
  color: #2a7fd4 !important;
}
.text-risk-2 {
  color: #389fb9 !important;
}
.text-risk-3 {
  color: #8dba84 !important;
}
.text-risk-4 {
  color: #b8be34 !important;
}
.text-risk-5 {
  color: #fdb514 !important;
}
.text-risk-6 {
  color: #ed7721 !important;
}
.text-risk-7 {
  color: #ce161d !important;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #005aa0 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #003d6d !important;
}
.bg-secondary {
  background-color: #e30613 !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #b1050f !important;
}
.bg-success {
  background-color: #95c11f !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #739518 !important;
}
.bg-info {
  background-color: #badaf3 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #8fc3eb !important;
}
.bg-warning {
  background-color: #f9b233 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #f29e07 !important;
}
.bg-danger {
  background-color: #e30613 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #b1050f !important;
}
.bg-light {
  background-color: #d9d9d9 !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #c0c0c0 !important;
}
.bg-dark {
  background-color: #747578 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #5b5c5e !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 2px solid #d9d9d9 !important;
}
.border-top {
  border-top: 2px solid #d9d9d9 !important;
}
.border-right {
  border-right: 2px solid #d9d9d9 !important;
}
.border-bottom {
  border-bottom: 2px solid #d9d9d9 !important;
}
.border-left {
  border-left: 2px solid #d9d9d9 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #005aa0 !important;
}
.border-secondary {
  border-color: #e30613 !important;
}
.border-success {
  border-color: #95c11f !important;
}
.border-info {
  border-color: #badaf3 !important;
}
.border-warning {
  border-color: #f9b233 !important;
}
.border-danger {
  border-color: #e30613 !important;
}
.border-light {
  border-color: #d9d9d9 !important;
}
.border-dark {
  border-color: #747578 !important;
}
.border-white {
  border-color: #ffffff !important;
}
.rounded {
  -webkit-border-radius: .25rem!important;
  border-radius: 0.25rem !important;
}
.rounded-top {
  -webkit-border-top-left-radius: .25rem!important;
  border-top-left-radius: .25rem!important;
  -webkit-border-top-right-radius: .25rem!important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  -webkit-border-top-right-radius: .25rem!important;
  border-top-right-radius: .25rem!important;
  -webkit-border-bottom-right-radius: .25rem!important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  -webkit-border-bottom-right-radius: .25rem!important;
  border-bottom-right-radius: .25rem!important;
  -webkit-border-bottom-left-radius: .25rem!important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  -webkit-border-top-left-radius: .25rem!important;
  border-top-left-radius: .25rem!important;
  -webkit-border-bottom-left-radius: .25rem!important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  -webkit-border-radius: 50%!important;
  border-radius: 50% !important;
}
.rounded-0 {
  -webkit-border-radius: 0!important;
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
}
.d-none {
  display: none !important;
}
.d-inline,
.layout-inline {
  display: inline !important;
}
.d-inline-block,
.layout-inline-block {
  display: inline-block !important;
}
.d-block,
.layout-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
}
.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-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -webkit-flex-direction: row!important;
  -ms-flex-direction: row!important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -webkit-flex-direction: column!important;
  -ms-flex-direction: column!important;
  flex-direction: column !important;
}
.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-direction: reverse !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal!important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical!important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -webkit-flex-wrap: wrap!important;
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap!important;
  -ms-flex-wrap: nowrap!important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start!important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start!important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end!important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end!important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center!important;
  -webkit-justify-content: center!important;
  -ms-flex-pack: center!important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute!important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start!important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start!important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end!important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end!important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center!important;
  -webkit-align-items: center!important;
  -ms-flex-align: center!important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline!important;
  -webkit-align-items: baseline!important;
  -ms-flex-align: baseline!important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch!important;
  -webkit-align-items: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch !important;
}
.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start!important;
  align-content: flex-start !important;
}
.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end!important;
  align-content: flex-end !important;
}
.align-content-center {
  -webkit-align-content: center!important;
  -ms-flex-line-pack: center!important;
  align-content: center !important;
}
.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify!important;
  align-content: space-between !important;
}
.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute!important;
  align-content: space-around !important;
}
.align-content-stretch {
  -webkit-align-content: stretch!important;
  -ms-flex-line-pack: stretch!important;
  align-content: stretch !important;
}
.align-self-auto {
  -webkit-align-self: auto!important;
  -ms-flex-item-align: auto!important;
  align-self: auto !important;
}
.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start!important;
  align-self: flex-start !important;
}
.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end!important;
  align-self: flex-end !important;
}
.align-self-center {
  -webkit-align-self: center!important;
  -ms-flex-item-align: center!important;
  align-self: center !important;
}
.align-self-baseline {
  -webkit-align-self: baseline!important;
  -ms-flex-item-align: baseline!important;
  align-self: baseline !important;
}
.align-self-stretch {
  -webkit-align-self: stretch!important;
  -ms-flex-item-align: stretch!important;
  align-self: stretch !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-top {
  top: 0;
}
.fixed-bottom {
  bottom: 0;
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.bootstrap-datetimepicker-widget .arrow-left[data-action=incrementHours]::after,
.bootstrap-datetimepicker-widget .arrow-left[data-action=incrementMinutes]::after,
.bootstrap-datetimepicker-widget .arrow-left[data-action=decrementHours]::after,
.bootstrap-datetimepicker-widget .arrow-left[data-action=decrementMinutes]::after,
.bootstrap-datetimepicker-widget .arrow-left[data-action=showHours]::after,
.bootstrap-datetimepicker-widget .arrow-left[data-action=showMinutes]::after,
.bootstrap-datetimepicker-widget .arrow-left[data-action=togglePeriod]::after,
.bootstrap-datetimepicker-widget .arrow-left[data-action=clear]::after,
.bootstrap-datetimepicker-widget .arrow-left[data-action=today]::after,
.bootstrap-datetimepicker-widget .arrow-right[data-action=incrementHours]::after,
.bootstrap-datetimepicker-widget .arrow-right[data-action=incrementMinutes]::after,
.bootstrap-datetimepicker-widget .arrow-right[data-action=decrementHours]::after,
.bootstrap-datetimepicker-widget .arrow-right[data-action=decrementMinutes]::after,
.bootstrap-datetimepicker-widget .arrow-right[data-action=showHours]::after,
.bootstrap-datetimepicker-widget .arrow-right[data-action=showMinutes]::after,
.bootstrap-datetimepicker-widget .arrow-right[data-action=togglePeriod]::after,
.bootstrap-datetimepicker-widget .arrow-right[data-action=clear]::after,
.bootstrap-datetimepicker-widget .arrow-right[data-action=today]::after,
.bootstrap-datetimepicker-widget .btn-link-lg-left[data-action=incrementHours]::after,
.bootstrap-datetimepicker-widget .btn-link-lg-left[data-action=incrementMinutes]::after,
.bootstrap-datetimepicker-widget .btn-link-lg-left[data-action=decrementHours]::after,
.bootstrap-datetimepicker-widget .btn-link-lg-left[data-action=decrementMinutes]::after,
.bootstrap-datetimepicker-widget .btn-link-lg-left[data-action=showHours]::after,
.bootstrap-datetimepicker-widget .btn-link-lg-left[data-action=showMinutes]::after,
.bootstrap-datetimepicker-widget .btn-link-lg-left[data-action=togglePeriod]::after,
.bootstrap-datetimepicker-widget .btn-link-lg-left[data-action=clear]::after,
.bootstrap-datetimepicker-widget .btn-link-lg-left[data-action=today]::after,
.bootstrap-datetimepicker-widget .btn-link-lg[data-action=incrementHours]::after,
.bootstrap-datetimepicker-widget .btn-link-lg[data-action=incrementMinutes]::after,
.bootstrap-datetimepicker-widget .btn-link-lg[data-action=decrementHours]::after,
.bootstrap-datetimepicker-widget .btn-link-lg[data-action=decrementMinutes]::after,
.bootstrap-datetimepicker-widget .btn-link-lg[data-action=showHours]::after,
.bootstrap-datetimepicker-widget .btn-link-lg[data-action=showMinutes]::after,
.bootstrap-datetimepicker-widget .btn-link-lg[data-action=togglePeriod]::after,
.bootstrap-datetimepicker-widget .btn-link-lg[data-action=clear]::after,
.bootstrap-datetimepicker-widget .btn-link-lg[data-action=today]::after,
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after,
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after,
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after,
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after,
.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after,
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after,
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after,
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after,
.bootstrap-datetimepicker-widget .btn[data-action=today]::after,
.bootstrap-datetimepicker-widget .picker-switch::after,
.bootstrap-datetimepicker-widget .primary-link-left[data-action=incrementHours]::after,
.bootstrap-datetimepicker-widget .primary-link-left[data-action=incrementMinutes]::after,
.bootstrap-datetimepicker-widget .primary-link-left[data-action=decrementHours]::after,
.bootstrap-datetimepicker-widget .primary-link-left[data-action=decrementMinutes]::after,
.bootstrap-datetimepicker-widget .primary-link-left[data-action=showHours]::after,
.bootstrap-datetimepicker-widget .primary-link-left[data-action=showMinutes]::after,
.bootstrap-datetimepicker-widget .primary-link-left[data-action=togglePeriod]::after,
.bootstrap-datetimepicker-widget .primary-link-left[data-action=clear]::after,
.bootstrap-datetimepicker-widget .primary-link-left[data-action=today]::after,
.bootstrap-datetimepicker-widget .primary-link[data-action=incrementHours]::after,
.bootstrap-datetimepicker-widget .primary-link[data-action=incrementMinutes]::after,
.bootstrap-datetimepicker-widget .primary-link[data-action=decrementHours]::after,
.bootstrap-datetimepicker-widget .primary-link[data-action=decrementMinutes]::after,
.bootstrap-datetimepicker-widget .primary-link[data-action=showHours]::after,
.bootstrap-datetimepicker-widget .primary-link[data-action=showMinutes]::after,
.bootstrap-datetimepicker-widget .primary-link[data-action=togglePeriod]::after,
.bootstrap-datetimepicker-widget .primary-link[data-action=clear]::after,
.bootstrap-datetimepicker-widget .primary-link[data-action=today]::after,
.bootstrap-datetimepicker-widget table th.next::after,
.bootstrap-datetimepicker-widget table th.prev::after,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 1rem !important;
}
.mt-1,
.my-1 {
  margin-top: 1rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 1rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 1rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 1rem !important;
}
.m-2 {
  margin: 2rem !important;
}
.mt-2,
.my-2 {
  margin-top: 2rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 2rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 2rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 2rem !important;
}
.m-3 {
  margin: 3rem !important;
}
.mt-3,
.my-3 {
  margin-top: 3rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 3rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 3rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 3rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.m-025 {
  margin: 0.25rem !important;
}
.mt-025,
.my-025 {
  margin-top: 0.25rem !important;
}
.mr-025,
.mx-025 {
  margin-right: 0.25rem !important;
}
.mb-025,
.my-025 {
  margin-bottom: 0.25rem !important;
}
.ml-025,
.mx-025 {
  margin-left: 0.25rem !important;
}
.m-03 {
  margin: 0.3rem !important;
}
.mt-03,
.my-03 {
  margin-top: 0.3rem !important;
}
.mr-03,
.mx-03 {
  margin-right: 0.3rem !important;
}
.mb-03,
.my-03 {
  margin-bottom: 0.3rem !important;
}
.ml-03,
.mx-03 {
  margin-left: 0.3rem !important;
}
.m-05 {
  margin: 0.5rem !important;
}
.mt-05,
.my-05 {
  margin-top: 0.5rem !important;
}
.mr-05,
.mx-05 {
  margin-right: 0.5rem !important;
}
.mb-05,
.my-05 {
  margin-bottom: 0.5rem !important;
}
.ml-05,
.mx-05 {
  margin-left: 0.5rem !important;
}
.m-08 {
  margin: 0.8rem !important;
}
.mt-08,
.my-08 {
  margin-top: 0.8rem !important;
}
.mr-08,
.mx-08 {
  margin-right: 0.8rem !important;
}
.mb-08,
.my-08 {
  margin-bottom: 0.8rem !important;
}
.ml-08,
.mx-08 {
  margin-left: 0.8rem !important;
}
.m-15 {
  margin: 1.5rem !important;
}
.mt-15,
.my-15 {
  margin-top: 1.5rem !important;
}
.mr-15,
.mx-15 {
  margin-right: 1.5rem !important;
}
.mb-15,
.my-15 {
  margin-bottom: 1.5rem !important;
}
.ml-15,
.mx-15 {
  margin-left: 1.5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 1rem !important;
}
.pt-1,
.py-1 {
  padding-top: 1rem !important;
}
.pr-1,
.px-1 {
  padding-right: 1rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 1rem !important;
}
.pl-1,
.px-1 {
  padding-left: 1rem !important;
}
.p-2 {
  padding: 2rem !important;
}
.pt-2,
.py-2 {
  padding-top: 2rem !important;
}
.pr-2,
.px-2 {
  padding-right: 2rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 2rem !important;
}
.pl-2,
.px-2 {
  padding-left: 2rem !important;
}
.p-3 {
  padding: 3rem !important;
}
.pt-3,
.py-3 {
  padding-top: 3rem !important;
}
.pr-3,
.px-3 {
  padding-right: 3rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 3rem !important;
}
.pl-3,
.px-3 {
  padding-left: 3rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.p-025 {
  padding: 0.25rem !important;
}
.pt-025,
.py-025 {
  padding-top: 0.25rem !important;
}
.pr-025,
.px-025 {
  padding-right: 0.25rem !important;
}
.pb-025,
.py-025 {
  padding-bottom: 0.25rem !important;
}
.pl-025,
.px-025 {
  padding-left: 0.25rem !important;
}
.p-03 {
  padding: 0.3rem !important;
}
.pt-03,
.py-03 {
  padding-top: 0.3rem !important;
}
.pr-03,
.px-03 {
  padding-right: 0.3rem !important;
}
.pb-03,
.py-03 {
  padding-bottom: 0.3rem !important;
}
.pl-03,
.px-03 {
  padding-left: 0.3rem !important;
}
.p-05 {
  padding: 0.5rem !important;
}
.pt-05,
.py-05 {
  padding-top: 0.5rem !important;
}
.pr-05,
.px-05 {
  padding-right: 0.5rem !important;
}
.pb-05,
.py-05 {
  padding-bottom: 0.5rem !important;
}
.pl-05,
.px-05 {
  padding-left: 0.5rem !important;
}
.p-08 {
  padding: 0.8rem !important;
}
.pt-08,
.py-08 {
  padding-top: 0.8rem !important;
}
.pr-08,
.px-08 {
  padding-right: 0.8rem !important;
}
.pb-08,
.py-08 {
  padding-bottom: 0.8rem !important;
}
.pl-08,
.px-08 {
  padding-left: 0.8rem !important;
}
.p-15 {
  padding: 1.5rem !important;
}
.pt-15,
.py-15 {
  padding-top: 1.5rem !important;
}
.pr-15,
.px-15 {
  padding-right: 1.5rem !important;
}
.pb-15,
.py-15 {
  padding-bottom: 1.5rem !important;
}
.pl-15,
.px-15 {
  padding-left: 1.5rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.dropdown .custom-select-dd,
.dropup .custom-select-dd,
.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-direction: normal !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal!important;
    -webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical!important;
    -webkit-flex-direction: column!important;
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start!important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end!important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start!important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end!important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline!important;
    -webkit-align-items: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch!important;
    -webkit-align-items: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center!important;
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch!important;
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto!important;
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center!important;
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline!important;
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch!important;
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 2rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 2rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 2rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-025 {
    margin: 0.25rem !important;
  }
  .mt-sm-025,
  .my-sm-025 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-025,
  .mx-sm-025 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-025,
  .my-sm-025 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-025,
  .mx-sm-025 {
    margin-left: 0.25rem !important;
  }
  .m-sm-03 {
    margin: 0.3rem !important;
  }
  .mt-sm-03,
  .my-sm-03 {
    margin-top: 0.3rem !important;
  }
  .mr-sm-03,
  .mx-sm-03 {
    margin-right: 0.3rem !important;
  }
  .mb-sm-03,
  .my-sm-03 {
    margin-bottom: 0.3rem !important;
  }
  .ml-sm-03,
  .mx-sm-03 {
    margin-left: 0.3rem !important;
  }
  .m-sm-05 {
    margin: 0.5rem !important;
  }
  .mt-sm-05,
  .my-sm-05 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-05,
  .mx-sm-05 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-05,
  .my-sm-05 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-05,
  .mx-sm-05 {
    margin-left: 0.5rem !important;
  }
  .m-sm-08 {
    margin: 0.8rem !important;
  }
  .mt-sm-08,
  .my-sm-08 {
    margin-top: 0.8rem !important;
  }
  .mr-sm-08,
  .mx-sm-08 {
    margin-right: 0.8rem !important;
  }
  .mb-sm-08,
  .my-sm-08 {
    margin-bottom: 0.8rem !important;
  }
  .ml-sm-08,
  .mx-sm-08 {
    margin-left: 0.8rem !important;
  }
  .m-sm-15 {
    margin: 1.5rem !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 1.5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 2rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 2rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 2rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-025 {
    padding: 0.25rem !important;
  }
  .pt-sm-025,
  .py-sm-025 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-025,
  .px-sm-025 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-025,
  .py-sm-025 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-025,
  .px-sm-025 {
    padding-left: 0.25rem !important;
  }
  .p-sm-03 {
    padding: 0.3rem !important;
  }
  .pt-sm-03,
  .py-sm-03 {
    padding-top: 0.3rem !important;
  }
  .pr-sm-03,
  .px-sm-03 {
    padding-right: 0.3rem !important;
  }
  .pb-sm-03,
  .py-sm-03 {
    padding-bottom: 0.3rem !important;
  }
  .pl-sm-03,
  .px-sm-03 {
    padding-left: 0.3rem !important;
  }
  .p-sm-05 {
    padding: 0.5rem !important;
  }
  .pt-sm-05,
  .py-sm-05 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-05,
  .px-sm-05 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-05,
  .py-sm-05 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-05,
  .px-sm-05 {
    padding-left: 0.5rem !important;
  }
  .p-sm-08 {
    padding: 0.8rem !important;
  }
  .pt-sm-08,
  .py-sm-08 {
    padding-top: 0.8rem !important;
  }
  .pr-sm-08,
  .px-sm-08 {
    padding-right: 0.8rem !important;
  }
  .pb-sm-08,
  .py-sm-08 {
    padding-bottom: 0.8rem !important;
  }
  .pl-sm-08,
  .px-sm-08 {
    padding-left: 0.8rem !important;
  }
  .p-sm-15 {
    padding: 1.5rem !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 1.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .flex-md-column,
  .flex-md-row {
    -webkit-box-direction: normal !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal!important;
    -webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical!important;
    -webkit-flex-direction: column!important;
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start!important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end!important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start!important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end!important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline!important;
    -webkit-align-items: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch!important;
    -webkit-align-items: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center!important;
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch!important;
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto!important;
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center!important;
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline!important;
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch!important;
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 2rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 2rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 2rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-025 {
    margin: 0.25rem !important;
  }
  .mt-md-025,
  .my-md-025 {
    margin-top: 0.25rem !important;
  }
  .mr-md-025,
  .mx-md-025 {
    margin-right: 0.25rem !important;
  }
  .mb-md-025,
  .my-md-025 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-025,
  .mx-md-025 {
    margin-left: 0.25rem !important;
  }
  .m-md-03 {
    margin: 0.3rem !important;
  }
  .mt-md-03,
  .my-md-03 {
    margin-top: 0.3rem !important;
  }
  .mr-md-03,
  .mx-md-03 {
    margin-right: 0.3rem !important;
  }
  .mb-md-03,
  .my-md-03 {
    margin-bottom: 0.3rem !important;
  }
  .ml-md-03,
  .mx-md-03 {
    margin-left: 0.3rem !important;
  }
  .m-md-05 {
    margin: 0.5rem !important;
  }
  .mt-md-05,
  .my-md-05 {
    margin-top: 0.5rem !important;
  }
  .mr-md-05,
  .mx-md-05 {
    margin-right: 0.5rem !important;
  }
  .mb-md-05,
  .my-md-05 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-05,
  .mx-md-05 {
    margin-left: 0.5rem !important;
  }
  .m-md-08 {
    margin: 0.8rem !important;
  }
  .mt-md-08,
  .my-md-08 {
    margin-top: 0.8rem !important;
  }
  .mr-md-08,
  .mx-md-08 {
    margin-right: 0.8rem !important;
  }
  .mb-md-08,
  .my-md-08 {
    margin-bottom: 0.8rem !important;
  }
  .ml-md-08,
  .mx-md-08 {
    margin-left: 0.8rem !important;
  }
  .m-md-15 {
    margin: 1.5rem !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 1.5rem !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 1.5rem !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 1.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 2rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 2rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 2rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 2rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-025 {
    padding: 0.25rem !important;
  }
  .pt-md-025,
  .py-md-025 {
    padding-top: 0.25rem !important;
  }
  .pr-md-025,
  .px-md-025 {
    padding-right: 0.25rem !important;
  }
  .pb-md-025,
  .py-md-025 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-025,
  .px-md-025 {
    padding-left: 0.25rem !important;
  }
  .p-md-03 {
    padding: 0.3rem !important;
  }
  .pt-md-03,
  .py-md-03 {
    padding-top: 0.3rem !important;
  }
  .pr-md-03,
  .px-md-03 {
    padding-right: 0.3rem !important;
  }
  .pb-md-03,
  .py-md-03 {
    padding-bottom: 0.3rem !important;
  }
  .pl-md-03,
  .px-md-03 {
    padding-left: 0.3rem !important;
  }
  .p-md-05 {
    padding: 0.5rem !important;
  }
  .pt-md-05,
  .py-md-05 {
    padding-top: 0.5rem !important;
  }
  .pr-md-05,
  .px-md-05 {
    padding-right: 0.5rem !important;
  }
  .pb-md-05,
  .py-md-05 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-05,
  .px-md-05 {
    padding-left: 0.5rem !important;
  }
  .p-md-08 {
    padding: 0.8rem !important;
  }
  .pt-md-08,
  .py-md-08 {
    padding-top: 0.8rem !important;
  }
  .pr-md-08,
  .px-md-08 {
    padding-right: 0.8rem !important;
  }
  .pb-md-08,
  .py-md-08 {
    padding-bottom: 0.8rem !important;
  }
  .pl-md-08,
  .px-md-08 {
    padding-left: 0.8rem !important;
  }
  .p-md-15 {
    padding: 1.5rem !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 1.5rem !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 1.5rem !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 1.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-direction: normal !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal!important;
    -webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical!important;
    -webkit-flex-direction: column!important;
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start!important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end!important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start!important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end!important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline!important;
    -webkit-align-items: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch!important;
    -webkit-align-items: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center!important;
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch!important;
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto!important;
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center!important;
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline!important;
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch!important;
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 2rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 2rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 2rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-025 {
    margin: 0.25rem !important;
  }
  .mt-lg-025,
  .my-lg-025 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-025,
  .mx-lg-025 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-025,
  .my-lg-025 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-025,
  .mx-lg-025 {
    margin-left: 0.25rem !important;
  }
  .m-lg-03 {
    margin: 0.3rem !important;
  }
  .mt-lg-03,
  .my-lg-03 {
    margin-top: 0.3rem !important;
  }
  .mr-lg-03,
  .mx-lg-03 {
    margin-right: 0.3rem !important;
  }
  .mb-lg-03,
  .my-lg-03 {
    margin-bottom: 0.3rem !important;
  }
  .ml-lg-03,
  .mx-lg-03 {
    margin-left: 0.3rem !important;
  }
  .m-lg-05 {
    margin: 0.5rem !important;
  }
  .mt-lg-05,
  .my-lg-05 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-05,
  .mx-lg-05 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-05,
  .my-lg-05 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-05,
  .mx-lg-05 {
    margin-left: 0.5rem !important;
  }
  .m-lg-08 {
    margin: 0.8rem !important;
  }
  .mt-lg-08,
  .my-lg-08 {
    margin-top: 0.8rem !important;
  }
  .mr-lg-08,
  .mx-lg-08 {
    margin-right: 0.8rem !important;
  }
  .mb-lg-08,
  .my-lg-08 {
    margin-bottom: 0.8rem !important;
  }
  .ml-lg-08,
  .mx-lg-08 {
    margin-left: 0.8rem !important;
  }
  .m-lg-15 {
    margin: 1.5rem !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 1.5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 2rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 2rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 2rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-025 {
    padding: 0.25rem !important;
  }
  .pt-lg-025,
  .py-lg-025 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-025,
  .px-lg-025 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-025,
  .py-lg-025 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-025,
  .px-lg-025 {
    padding-left: 0.25rem !important;
  }
  .p-lg-03 {
    padding: 0.3rem !important;
  }
  .pt-lg-03,
  .py-lg-03 {
    padding-top: 0.3rem !important;
  }
  .pr-lg-03,
  .px-lg-03 {
    padding-right: 0.3rem !important;
  }
  .pb-lg-03,
  .py-lg-03 {
    padding-bottom: 0.3rem !important;
  }
  .pl-lg-03,
  .px-lg-03 {
    padding-left: 0.3rem !important;
  }
  .p-lg-05 {
    padding: 0.5rem !important;
  }
  .pt-lg-05,
  .py-lg-05 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-05,
  .px-lg-05 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-05,
  .py-lg-05 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-05,
  .px-lg-05 {
    padding-left: 0.5rem !important;
  }
  .p-lg-08 {
    padding: 0.8rem !important;
  }
  .pt-lg-08,
  .py-lg-08 {
    padding-top: 0.8rem !important;
  }
  .pr-lg-08,
  .px-lg-08 {
    padding-right: 0.8rem !important;
  }
  .pb-lg-08,
  .py-lg-08 {
    padding-bottom: 0.8rem !important;
  }
  .pl-lg-08,
  .px-lg-08 {
    padding-left: 0.8rem !important;
  }
  .p-lg-15 {
    padding: 1.5rem !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 1.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-column,
  .flex-xl-row {
    -webkit-box-direction: normal !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal!important;
    -webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical!important;
    -webkit-flex-direction: column!important;
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start!important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end!important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start!important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end!important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline!important;
    -webkit-align-items: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch!important;
    -webkit-align-items: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center!important;
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch!important;
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto!important;
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center!important;
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline!important;
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch!important;
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 2rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 2rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 2rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-025 {
    margin: 0.25rem !important;
  }
  .mt-xl-025,
  .my-xl-025 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-025,
  .mx-xl-025 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-025,
  .my-xl-025 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-025,
  .mx-xl-025 {
    margin-left: 0.25rem !important;
  }
  .m-xl-03 {
    margin: 0.3rem !important;
  }
  .mt-xl-03,
  .my-xl-03 {
    margin-top: 0.3rem !important;
  }
  .mr-xl-03,
  .mx-xl-03 {
    margin-right: 0.3rem !important;
  }
  .mb-xl-03,
  .my-xl-03 {
    margin-bottom: 0.3rem !important;
  }
  .ml-xl-03,
  .mx-xl-03 {
    margin-left: 0.3rem !important;
  }
  .m-xl-05 {
    margin: 0.5rem !important;
  }
  .mt-xl-05,
  .my-xl-05 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-05,
  .mx-xl-05 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-05,
  .my-xl-05 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-05,
  .mx-xl-05 {
    margin-left: 0.5rem !important;
  }
  .m-xl-08 {
    margin: 0.8rem !important;
  }
  .mt-xl-08,
  .my-xl-08 {
    margin-top: 0.8rem !important;
  }
  .mr-xl-08,
  .mx-xl-08 {
    margin-right: 0.8rem !important;
  }
  .mb-xl-08,
  .my-xl-08 {
    margin-bottom: 0.8rem !important;
  }
  .ml-xl-08,
  .mx-xl-08 {
    margin-left: 0.8rem !important;
  }
  .m-xl-15 {
    margin: 1.5rem !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 1.5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 2rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 2rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 2rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-025 {
    padding: 0.25rem !important;
  }
  .pt-xl-025,
  .py-xl-025 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-025,
  .px-xl-025 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-025,
  .py-xl-025 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-025,
  .px-xl-025 {
    padding-left: 0.25rem !important;
  }
  .p-xl-03 {
    padding: 0.3rem !important;
  }
  .pt-xl-03,
  .py-xl-03 {
    padding-top: 0.3rem !important;
  }
  .pr-xl-03,
  .px-xl-03 {
    padding-right: 0.3rem !important;
  }
  .pb-xl-03,
  .py-xl-03 {
    padding-bottom: 0.3rem !important;
  }
  .pl-xl-03,
  .px-xl-03 {
    padding-left: 0.3rem !important;
  }
  .p-xl-05 {
    padding: 0.5rem !important;
  }
  .pt-xl-05,
  .py-xl-05 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-05,
  .px-xl-05 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-05,
  .py-xl-05 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-05,
  .px-xl-05 {
    padding-left: 0.5rem !important;
  }
  .p-xl-08 {
    padding: 0.8rem !important;
  }
  .pt-xl-08,
  .py-xl-08 {
    padding-top: 0.8rem !important;
  }
  .pr-xl-08,
  .px-xl-08 {
    padding-right: 0.8rem !important;
  }
  .pb-xl-08,
  .py-xl-08 {
    padding-bottom: 0.8rem !important;
  }
  .pl-xl-08,
  .px-xl-08 {
    padding-left: 0.8rem !important;
  }
  .p-xl-15 {
    padding: 1.5rem !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 1.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #ffffff !important;
}
.text-primary {
  color: #005aa0 !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #003d6d !important;
}
.text-secondary {
  color: #e30613 !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #b1050f !important;
}
.text-success {
  color: #95c11f !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #739518 !important;
}
.text-info {
  color: #badaf3 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #8fc3eb !important;
}
.text-warning {
  color: #f9b233 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #f29e07 !important;
}
.text-danger {
  color: #e30613 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #b1050f !important;
}
.text-light {
  color: #d9d9d9 !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #c0c0c0 !important;
}
.text-dark {
  color: #747578 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #5b5c5e !important;
}
.price-box .price-secondary > .year,
.text-muted {
  color: #747578 !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.lf-container {
  background-color: #fff;
  border-bottom: 2px solid #d9d9d9;
  padding: 9px 0;
}
.lf-header {
  width: 1180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.lf-logo {
  margin: 0 !important;
}
.btn {
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif !important;
}
.soa-ui-cm-top-search {
  padding: 6px 12px;
}
.btn-login-logout {
  font-size: 1rem;
  padding-top: 5px!important;
  padding-bottom: 4px!important;
}
.soa-ui-cm-logo,
.soa-ui-cm-logo:hover {
  height: 40px;
  width: 199px;
  background-size: contain!important;
  position: relative;
  top: 1px;
}
.btn-sm {
  padding: .125rem .625rem !Important;
}
.btn-login-logout {
  font-size: 1rem;
  padding-top: 4px!important;
  padding-bottom: 4px!important;
}
.lf-login {
  padding: 0;
  position: static !important;
}
.soa-ui-cm-notifications-badge {
  background: #D8232A!important;
  border-radius: 0;
  bottom: 10px;
  font-size: 12px;
  padding: 0 5px;
  position: absolute;
  right: -12px;
  top: -5px;
  font-weight: bold;
  line-height: 1.35!important;
  height: 20px;
}
.soa-ui-cm-notifications-badge .soa-ui-cm-notifications-length:hover {
  background-image: none;
}
.soa-ui-cm-add-new-container .dropdown-menu {
  top: 100%;
}
.soa-ui-cm-notifications {
  top: -3px;
  padding-left: 0!important;
  margin-left: 0!important;
}
.ul.soa-ui-cm-resources-menu {
  padding: 0;
}
.lf-header {
  min-width: 1180px;
}
.lf-button-light {
  flex-wrap: nowrap;
  border-radius: 0;
  -webkit-box-align: center!important;
  -webkit-align-items: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex!important;
  border: 1px #eff4f9 solid !important;
  padding: 3px 9px!important;
  color: #00427a!important;
  font-size: 16px!important;
  overflow: hidden!important;
  line-height: 1.34!important;
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif !important;
  margin: 0!important;
  background: #eff4f9 !important;
  white-space: nowrap;
  font-weight: 700!important;
  cursor: pointer;
  height: 32px;
}
.lf-button-light:hover {
  border-color: #002f54!important;
}
.lf-button-light:after {
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDEyIDgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+Y2hldnJvbi1kb3duLTIwPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJjaGV2cm9uX2Rvd25fMjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02LjAwMDAwMCwgLTguMDAwMDAwKSIgZmlsbD0iIzAwNUFBMCIgZmlsbC1ydWxlPSJub256ZXJvIj4gICAgICAgICAgICA8ZyBpZD0iY2hldnJvbi1kb3duLTIwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2LjAwMDAwMCwgOC4wMDAwMDApIj4gICAgICAgICAgICAgICAgPGcgaWQ9ImNoZXZyb24tZG93bi1jcm9wIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2LjEwMDAwMCwgNC4xMDAwMDApIHJvdGF0ZSg5MC4wMDAwMDApIHRyYW5zbGF0ZSgtNi4xMDAwMDAsIC00LjEwMDAwMCkgdHJhbnNsYXRlKDIuNjAwMDAwLCAtMS40MDAwMDApIj4gICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJQYWdlLTEiIHBvaW50cz0iMS40MTQgMC4wMDAxIC04Ljg4MTc4NDJlLTE2IDEuNDE0MSA0IDUuNDEzMSAtOC44ODE3ODQyZS0xNiA5LjQxNDEgMS40MTQgMTAuODI4MSA1LjQxNSA2LjgyODEgNi44MjggNS40MTMxIDUuNDE1IDQuMDAwMSI+PC9wb2x5Z29uPiAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  width: 12px;
  height: 8px;
  background-size: 12px 8px;
  margin: 0px 5px 0 10px;
  display: block;
}
.open .lf-button-light:after {
  transform: rotate(180deg);
}
.lf-icon {
  width: 24px;
  height: 24px;
  background-size: contain;
  margin-right: 5px;
  background-repeat: no-repeat;
}
.lf-icon-settings {
  background-image: url("icons/menu.png");
}
.lf-icon-user {
  background-image: url("icons/user_24.png");
}
.lf-icon-pencil {
  background-image: url("icons/pencil_24.png");
}
.lf-icon-flag,
.lf-icon-flag:hover {
  width: 17px;
  height: 24px;
  text-indent: -999em;
  position: absolute;
  background-image: url("icons/notification-flag-32.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  .lf-icon-settings {
    background-image: url("icons/menu2.png");
  }
  .lf-icon-user {
    background-image: url("icons/user_242.png");
    width: 18px;
    height: 18px;
  }
  .lf-icon-pencil {
    background-image: url("icons/pencil_242.png");
    width: 18px;
    height: 18px;
  }
  .lf-icon-flag,
  .lf-icon-flag:hover {
    width: 17px;
    height: 24px;
    background-image: url("icons/notification-flag-322.png");
    text-indent: -999em;
    position: absolute;
  }
  div.footer_image {
    background-image: url("images/illustration2.png");
  }
  a.soa-ui-cm-logo,
  a.soa-ui-cm-logo:hover {
    background: url("images/logo2.png");
  }
  .footer-image-no-text {
    background: url(images/LF_logo_withouttext2.png) no-repeat 0 0;
  }
}
.soa-ui-cm-user-profile-img {
  border: 0;
  width: auto;
  height: auto;
  borde-radius: 0;
}
.lf-header .soa-ui-cm-arrow-up {
  display: none!important;
}
.cwrap {
  padding: 0!important;
}
.soa-ui-cm-section-header {
  padding: 0!important;
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  width: 100%;
  padding: 1.1rem 1.25rem 19.6px !Important;
  background: #fff;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
  color: #00427a;
  margin-bottom: 0;
}
.soa-ui-cm-button .soa-ui-cm-icon.soa-ui-cm-imgtxt,
.ui-button .soa-ui-cm-icon.soa-ui-cm-imgtxt {
  display: block;
  height: 32px;
  width: 32px;
  line-height: 32px;
}
.soa-ui-cm-input-selectbox,
.soa-ui-cm-input-selectbox:hover {
  line-height: 1.25;
  border-width: 0 0 2px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMXB4IiBoZWlnaHQ9IjdweCIgdmlld0JveD0iMCAwIDExIDciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+Y2hldnJvbi0yMC1jcm9wPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9ImNoZXZyb24tMjAtY3JvcCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS41MDAwMDAsIDMuNTAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTUuNTAwMDAwLCAtMy41MDAwMDApIHRyYW5zbGF0ZSgyLjAwMDAwMCwgLTIuMDAwMDAwKSIgZmlsbD0iIzAwNUFBMCI+ICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlBhZ2UtMSIgcG9pbnRzPSIxLjQxNCAwLjAwMDEgMS43NzYzNTY4NGUtMTUgMS40MTQxIDQgNS40MTMxIDEuNzc2MzU2ODRlLTE1IDkuNDE0MSAxLjQxNCAxMC44MjgxIDUuNDE1IDYuODI4MSA2LjgyOCA1LjQxMzEgNS40MTUgNC4wMDAxIj48L3BvbHlnb24+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) !important;
  background-repeat: no-repeat !important;
  width: 100%;
  background-position-y: 16px!important;
  background-position-x: 96%!important;
  height: 40px;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: .663rem 40px .463rem .75rem!important;
  cursor: pointer;
  display: inline-block;
  color: #222;
  vertical-align: middle;
  background-size: 17px 11px!important;
  background-color: #f3f3f3;
  border: 2px solid #d9d9d9;
  border-width: 0 0 2px 0;
  -webkit-appearance: none;
}
.soa-ui-cm-input-selectbox:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMXB4IiBoZWlnaHQ9IjdweCIgdmlld0JveD0iMCAwIDExIDciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+Y2hldnJvbi0yMC1jcm9wPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9ImNoZXZyb24tMjAtY3JvcCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS41MDAwMDAsIDMuNTAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTUuNTAwMDAwLCAtMy41MDAwMDApIHRyYW5zbGF0ZSgyLjAwMDAwMCwgLTIuMDAwMDAwKSIgZmlsbD0iIzAwNUFBMCI+ICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlBhZ2UtMSIgcG9pbnRzPSIxLjQxNCAwLjAwMDEgMS43NzYzNTY4NGUtMTUgMS40MTQxIDQgNS40MTMxIDEuNzc2MzU2ODRlLTE1IDkuNDE0MSAxLjQxNCAxMC44MjgxIDUuNDE1IDYuODI4MSA2LjgyOCA1LjQxMzEgNS40MTUgNC4wMDAxIj48L3BvbHlnb24+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  content: "";
}
.soa-ui-cm-form .soa-ui-cm-input:focus {
  border-color: #005aa0;
  background: #f3f3f3;
}
.mb-20 {
  margin-bottom: 20px !important;
}
#spinner {
  background: #00101D;
  z-index: 120;
}
#spinner:before {
  content: '';
  width: 72px;
  height: 72px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  z-index: 121;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
#spinner div.spinner_logo {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: 6px solid #005aa0;
  border-top: 6px solid #e30613;
  animation: rotating 0.9s infinite cubic-bezier(0.53, 0, 0.49, 1);
  background: #fff;
  margin: 0;
  margin-top: -30px;
  margin-left: -30px;
  padding: 0;
  position: relative;
  z-index: 130;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.Main {
  flex: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .Main {
    flex: 1 0 auto;
    max-height: none;
  }
  body,
  html {
    height: 100%;
  }
  .ie-table-header-fix {
    width: 165px!important;
  }
  .ie-table-header-padding {
    padding-right: 40px!important;
  }
}
@keyframes rotating {
  100% {
    transform: rotate(360deg);
  }
}
.dropdown-title {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Intro Cond";
  color: #747578;
  padding: 14px 10px 10px 10px;
  display: block;
  font-weight: 700;
}
.soa-ui-cm-form-row-for-radio {
  padding: 0;
  margin: 0;
  max-height: none;
}
.soa-ui-cm-form-row {
  max-height: none;
}
.soa-ui-cm-radio-collection .soa-ui-cm-helpertext {
  display: none;
}
.soa-control-cm-markdown-it-text {
  font-weight: 400;
  line-height: 1.25;
  border-width: 0 0 2px;
  -webkit-transition: border-color 60ms linear;
  -o-transition: border-color 60ms linear;
  transition: border-color 60ms linear;
  background-clip: inherit;
  padding: .663rem .75rem .463rem;
  min-height: 240px;
  display: block;
  width: 100%;
  font-size: 1rem;
  color: #222;
  background-color: #f3f3f3;
  border: 2px solid #d9d9d9;
  border-width: 0 0 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.soa-control-cm-markdown-it-text:focus {
  border-color: #00427a !important;
  background-color: #f3f3f3 !important;
}
.form-control:focus {
  border-color: #00427a!important;
}
.ui-widget-content .soa-ui-cm-markdown-it-tabs-container .ui-tabs-active.ui-state-active > a {
  border-bottom: 2px #005aa0 solid!important;
  margin-top: -1px;
}
.ui-widget-content .soa-ui-cm-markdown-it-tabs-container a {
  border-radius: 0;
  border-bottom: 2px #d9d9d9 solid!important;
}
.soa-control-cm-dev-app-form .soa-ui-cm-content-header {
  padding: 0;
}
.soa-control-cm-dev-app-form .soa-ui-cm-content-header .soa-ui-cm-box-header {
  padding: 0;
}
.wizardPageContent {
  margin: 0;
}
.wizardContentHolder {
  padding: 0!important;
}
.wizardPageContent input[type="text"],
.wizardPageContent input[type="password"],
.wizardPageContent textarea,
.wizardPageContent .soa-ui-cm-signup-security-questions {
  font-size: 1rem!important;
  font-weight: 400!important;
  color: #222;
}
.custom-control-label {
  font-size: 16px;
}
.headerPanel {
  padding: 0;
}
.addModifyGroup .divider3 {
  display: none;
}
.headerPanel > h1,
.soa-ui-cm-content-header > h1 {
  color: #005aa0;
  font-family: "LF Rubrik", Georgia, "Times New Roman", Times, serif;
  line-height: 1.1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-size: 3.125rem;
  background: none;
  font-weight: 400;
  margin-bottom: 20px;
}
.card-header-toggle {
  padding: 1.1rem 1.25rem 19.6px !important;
  float: none;
}
.bg-none {
  background: none !important;
  height: auto !important;
}
.Content-Widest {
  display: block;
  max-width: 1180px;
  margin: 0 auto;
}
.Content-Widest .ResourceCollectionFilter {
  float: right;
  width: 350px;
  margin-left: 25px;
}
.Content-Widest .APIfollowings {
  width: 775px;
  float: left;
}
.Content-Widest .APICollection {
  width: 775px;
  float: left;
}
ul.soa-ui-cm-filters {
  width: 100%;
  display: block;
  padding: 0;
  border: 0;
}
ul.soa-ui-cm-filters li {
  display: block;
}
.soa-ui-cm-filters-container .soa-ui-cm-section-header {
  padding-bottom: 0!important;
  margin-bottom: 0;
}
.soa-ui-cm-filters-container .soa-ui-cm-button {
  margin: 0;
  position: absolute;
  right: 35px;
  bottom: 31px;
}
.lf-ui-cm-filters-container .soa-ui-cm-section-header {
  padding-left: 0!important;
}
.collapse-toggle {
  box-shadow: inset 0 -2px 0 #005aa0;
}
#wizardContent {
  background: none;
  width: 100%;
}
#wizardFooter {
  background: none;
  width: 100%;
}
.wizardTab.imgtxt:before {
  content: none;
}
a.button.btn-secondary,
input.button.btn-secondary,
.soa-ui-cm-button-secondary:not(.btn-arrow):not(.soa-control-cm-cancel) {
  color: #00427a!important;
  background-color: transparent!important;
  border-color: #00427a;
}
a.button.btn-secondary:hover,
input.button.btn-secondary:hover,
.soa-ui-cm-button-secondary:not(.btn-arrow):not(.soa-control-cm-cancel):hover,
a.button.btn-secondary:focus,
input.button.btn-secondary:focus,
.soa-ui-cm-button-secondary:not(.btn-arrow):not(.soa-control-cm-cancel):focus {
  color: #00325c;
  background-color: transparent;
  border-color: #00325c;
  -webkit-box-shadow: inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c;
  box-shadow: inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c;
}
.soa-control-cm-test-client-add-parameter,
.soa-control-cm-test-client-add-header {
  color: #00427a!important;
  background-color: transparent!important;
  border-color: #00427a!important;
}
.soa-control-cm-test-client-add-parameter:hover,
.soa-control-cm-test-client-add-header:hover,
.soa-control-cm-test-client-add-parameter:focus,
.soa-control-cm-test-client-add-header:focus {
  color: #00325c;
  background-color: transparent;
  border-color: #00325c;
  -webkit-box-shadow: inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c!important;
  box-shadow: inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c!important;
}
.soa-ui-cm-swagger-resource-endpoint-body .soa-control-cm-test-client-param-type {
  width: 110px!important;
  background-position-x: 90% !important;
}
.soa-control-cm-oauth-policy-all-fields-for-get-token select {
  background-position-x: 92%!important;
}
.soa-control-cm-cancel:hover {
  box-shadow: none!important;
}
#soa-control-cm-buttonrenew-token {
  display: none!important;
}
.soa-control-cm-info-response .soa-ui-cm-content-tabs,
.soa-control-cm-info-request .soa-ui-cm-content-tabs {
  max-width: 500px;
}
.soa-ui-cm-table {
  font-family: arial;
  color: #222;
}
.wizardTab.imgtxt {
  text-indent: 0;
  background-image: none;
  font-weight: 700;
  margin-left: 2px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  width: 37px;
  height: 32px;
  color: #005aa0;
  padding-top: 3px;
  text-align: center;
}
.wizardTabOn {
  background-color: #005aa0!important;
  color: #fff!important;
}
.wizardHeadingAndTabs {
  justify-content: flex-end;
  max-width: 100%;
  margin: 0 0 1rem 0;
}
.wizardContentPanel .divider3 {
  display: none;
}
.wizardCancelButton,
.wizardCancelButton:hover {
  color: #005aa0;
  margin: 0!important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  border: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x;
  background-size: 2px 2px;
  border-radius: 0;
  padding: 0;
  font-family: arial;
  height: 20px;
  float: left;
}
.wizardCancelButton:hover {
  cursor: pointer;
}
.wizardFooter .cancelGroupButton,
.wizardFooter .cancelGroupButton:hover {
  color: #005aa0;
  padding: 0!important;
  border: 0!important;
  font-family: arial!important;
  font-size: 16px!important;
  float: left;
  border-radius: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x !important;
  background-size: 2px 2px!important;
  font-weight: normal!important;
  margin: 0!important;
}
.wizardFooter button.wizardCancelButton {
  margin: 0!important;
}
.wizardTabNext {
  text-align: left;
  font-family: "Intro Cond";
  background-color: #ad1015;
  border-color: #ad1015;
  border-width: 2px;
  font-size: 1.125rem;
  overflow: hidden;
  background-image: none;
  transition: .2s linear;
  transition-property: all;
  white-space: normal;
  position: relative;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  padding: .375rem .75rem;
  line-height: 1.34;
  border-radius: 0;
  height: auto;
  width: auto;
  box-shadow: none;
}
.wizardTabNext:hover {
  border-color: #910c19;
  background-color: #910c19;
  color: #fff;
}
.wizardTabNext,
.wizardSaveButton,
.soa-ui-cm-button:not(.soa-ui-cm-button-borderless):not(.soa-control-cm-cancel):not(.wizardCancelButton):not(.soa-ui-cm-hidden),
.soa-ui-cm-button-secondary:not(.soa-control-cm-cancel):not(.wizardCancelButton):not(.soa-ui-cm-hidden),
.ui-widget-content .soa-control-cm-app-credentials-save,
button.action_call:not(.btn-secondary) {
  text-align: left;
  font-family: "Intro Cond";
  background-color: #ad1015;
  border-color: #ad1015;
  border-width: 2px;
  font-size: 1.125rem;
  overflow: hidden;
  background-image: none;
  transition: .2s linear;
  transition-property: all;
  white-space: normal;
  position: relative;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  padding: .375rem .75rem;
  line-height: 1.34;
  border-radius: 0;
  height: auto;
  width: auto;
  box-shadow: none;
}
.wizardTabNext:hover,
.wizardSaveButton:hover,
.soa-ui-cm-button:not(.soa-ui-cm-button-borderless):not(.soa-control-cm-cancel):not(.wizardCancelButton):not(.soa-ui-cm-hidden):hover,
.soa-ui-cm-button-secondary:not(.soa-control-cm-cancel):not(.wizardCancelButton):not(.soa-ui-cm-hidden):hover,
.ui-widget-content .soa-control-cm-app-credentials-save:hover,
button.action_call:not(.btn-secondary):hover {
  border-color: #910c19;
  background-color: #910c19;
  color: #fff;
}
.wizardTabNext.soa-ui-cm-button-in-progress,
.wizardSaveButton.soa-ui-cm-button-in-progress,
.soa-ui-cm-button:not(.soa-ui-cm-button-borderless):not(.soa-control-cm-cancel):not(.wizardCancelButton):not(.soa-ui-cm-hidden).soa-ui-cm-button-in-progress,
.soa-ui-cm-button-secondary:not(.soa-control-cm-cancel):not(.wizardCancelButton):not(.soa-ui-cm-hidden).soa-ui-cm-button-in-progress,
.ui-widget-content .soa-control-cm-app-credentials-save.soa-ui-cm-button-in-progress,
button.action_call:not(.btn-secondary).soa-ui-cm-button-in-progress,
.wizardTabNext.ui-button-in-progress,
.wizardSaveButton.ui-button-in-progress,
.soa-ui-cm-button:not(.soa-ui-cm-button-borderless):not(.soa-control-cm-cancel):not(.wizardCancelButton):not(.soa-ui-cm-hidden).ui-button-in-progress,
.soa-ui-cm-button-secondary:not(.soa-control-cm-cancel):not(.wizardCancelButton):not(.soa-ui-cm-hidden).ui-button-in-progress,
.ui-widget-content .soa-control-cm-app-credentials-save.ui-button-in-progress,
button.action_call:not(.btn-secondary).ui-button-in-progress {
  background-color: #ad1015;
}
.wizardTabBack,
.soa-control-cm-cancel:not(.btn-link) {
  font-family: "Intro Cond";
  padding: .375rem .75rem;
  border-radius: 0;
  color: #00427a;
  background-color: transparent;
  border-color: #00427a;
  border-width: 2px;
  font-size: 1.125rem;
  overflow: hidden;
  background-image: none;
  transition: .2s linear;
  transition-property: all;
  white-space: normal;
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.wizardTabBack:hover,
.soa-control-cm-cancel:not(.btn-link):hover {
  color: #00325c;
  background-color: transparent;
  border-color: #00325c;
  box-shadow: inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c;
}
.soa-ui-cm-button-secondary.soa-ui-cm-button-in-progress,
.soa-ui-cm-button-secondary.ui-button-in-progress {
  background-color: transparent;
}
.soa-ui-cm-buttons {
  list-style-type: none;
  padding: 0;
  margin: 0;
  list-style-image: none;
}
.ctr_buttons_right:empty {
  width: 0;
}
.wizardFooter {
  width: 100%;
}
.wizardFooter > div {
  width: 100%;
  float: none;
}
.table th {
  max-width: 0;
}
.wizardFooter > div.ctr_buttons_left {
  text-align: right;
}
.lf-toggle {
  font-size: 18px;
  padding: 9px 44px;
  color: #3d4242;
  font-weight: normal;
  margin: 10px 7px 0 0;
  max-width: 45%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: arial;
}
.card-header .lf-toggle {
  padding-right: 1.25rem;
}
.soa-ui-cm-swagger-resource-endpoint .collapse-toggle::after,
.soa-ui-cm-collapsible-panel .collapse-toggle::after {
  transform: translateY(-50%) rotate(-180deg);
}
.soa-ui-cm-swagger-resource-endpoint-collapsed .collapse-toggle::after,
.soa-ui-cm-collapsible-panel-collapsed .collapse-toggle::after {
  transform: translateY(-50%) rotate(0deg);
}
.table .soa-ui-cm-form-row {
  padding: 0;
  margin: 0;
}
.soa-ui-cm-required:after {
  content: none!important;
}
.soa-ui-cm-required:after {
  content: none!important;
}
.ui-dialog .soa-ui-cm-dialog-content {
  background-color: #fff;
}
.ui-dialog-content > p,
.soa-ui-cm-dialog-content > p {
  padding: 1.25rem 1.9rem 1.5rem;
  margin: 0;
}
.ui-widget-content {
  background-color: #fff;
}
.ui-dialog .ui-widget-header,
.soa-ui-cm-dialog .ui-widget-header {
  line-height: 1.3;
  font-size: 1.5em;
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
  font-weight: 700;
  color: #00427a;
  background-color: #fff;
  padding: 1.35rem 3.9rem 1.35rem 1.9rem;
  border-bottom: 2px solid #f3f3f3;
}
.ui-dialog .ui-widget-header .ui-dialog-titlebar-close,
.soa-ui-cm-dialog .ui-widget-header .ui-dialog-titlebar-close,
.ui-dialog .ui-widget-header .ui-dialog-titlebar-close:hover,
.soa-ui-cm-dialog .ui-widget-header .ui-dialog-titlebar-close:hover {
  background-color: #fff;
  right: 27px;
  top: 25px;
  margin: 0;
}
.ui-dialog .ui-widget-header .ui-dialog-titlebar-close,
.soa-ui-cm-dialog .ui-widget-header .ui-dialog-titlebar-close {
  width: 37px;
  height: 37px;
}
.ui-dialog .ui-widget-header .ui-dialog-titlebar-close:before,
.soa-ui-cm-dialog .ui-widget-header .ui-dialog-titlebar-close:before {
  color: #b3b3b3;
  top: -17px;
  font-size: 50px;
}
.ui-dialog .ui-widget-content {
  padding: 1.25rem 1.9rem 1.5rem;
}
.ui-dialog .soa-ui-cm-dialog-content {
  padding: 0;
  margin: 0;
}
.ui-dialog .soa-ui-cm-form-row {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.ui-dialog .soa-ui-cm-section,
.soa-ui-cm-dialog .soa-ui-cm-section {
  padding: 0;
  background: none;
  border: none;
}
.ui-widget-overlay {
  background-color: #000;
  opacity: 0.5;
}
.card-formfix .soa-ui-cm-form-row {
  margin: 0;
}
.soapopup .titleBar {
  background: none;
  line-height: 1.3;
  font-size: 1.5em;
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
  font-weight: 700;
  color: #00427a;
  background-color: #fff;
  padding: 1.35rem 3.9rem 1.35rem 1.9rem;
  border-bottom: 2px solid #f3f3f3;
}
.soapopup.ui-widget-content {
  padding: 0!important;
}
.soapopup .buttonBar {
  padding: 0;
}
.soapopup .content {
  padding: 1.25rem 1.9rem 1.5rem;
}
.soapopup.ui-widget-content {
  padding: 0 0 1.25rem 0;
}
.soapopup .buttonBar {
  padding: 1.35rem 1.9rem;
}
.soa-ui-cm-content-tabs {
  display: inline-flex;
  vertical-align: middle;
}
.soa-ui-cm-content-tabs .soa-ui-cm-content-tab {
  border-radius: 0;
  float: none;
}
.soa-ui-cm-content-tabs .ui-tabs-anchor,
.btn-group .soa-ui-cm-markdown-it-tab {
  text-shadow: none;
  background-color: #eff4f9;
  color: #222;
  -webkit-font-smoothing: antialiased;
  display: block;
  text-decoration: none;
  background-color: #ececec;
  padding: .663rem .75rem .463rem;
  border-bottom: 2px solid #d9d9d9;
  font-family: Arial!important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  transition: .1s 40ms linear;
  -webkit-transition-property: border,color;
  -o-transition-property: border,color;
  transition-property: border,color;
  text-transform: none;
  margin: 0;
  width: 100%!important;
  border-radius: 0 !important;
}
.soa-ui-cm-content-tabs .ui-tabs-anchor:after {
  content: none!important;
}
.soa-ui-cm-content-tabs .ui-tabs-active .ui-tabs-anchor {
  text-shadow: 1px 0 0 currentColor;
  border-color: #005aa0;
  background-color: #eff4f9;
  color: #005aa0;
}
#container_Left {
  width: auto;
}
#container_Left:empty {
  width: 0;
}
#container_Right:empty {
  margin: 0;
}
#container_Content {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1180px;
}
#container_Right {
  width: 350px;
  margin-left: 25px;
}
.navbar-right {
  margin-top: 114px;
}
.navbar-user {
  margin-top: 83px;
}
.soa-ui-cm-input-checkbox {
  min-height: 0;
}
.custom-checkbox .custom-control-input:checked + span::before {
  background-color: #fff;
}
.custom-control-input:checked + span::before,
.custom-control-input:active + span::before {
  transition-duration: 200ms !important;
}
.custom-control-input:checked + span::before {
  box-shadow: inset 0 0 0 5px #005aa0;
  color: #005aa0;
  background-color: #fff;
}
.custom-checkbox span::before {
  transition-property: box-shadow, background-size, -webkit-box-shadow;
  transition: 200ms ease;
}
.custom-checkbox span::before,
.custom-checkbox .custom-control-input:focus + span::before {
  box-shadow: inset 0 0 0 2px #d9d9d9;
  top: 0.1rem;
  position: absolute;
  top: 0.16rem;
  left: 0;
  display: block;
  width: 1.13rem;
  height: 1.13rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
}
.custom-checkbox span {
  margin-left: 10px;
  padding-top: 3px;
}
.custom-checkbox span::before,
.custom-checkbox span {
  margin-bottom: 0;
  font-weight: normal;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: inline;
  cursor: pointer;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.custom-checkbox span::after {
  position: absolute;
  top: 0.16rem;
  left: 0;
  display: block;
  width: 1.13rem;
  height: 1.13rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%;
}
.custom-checkbox .custom-control-input:checked + span::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCAxOCAxMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jaGVjay0yMC1jcm9wPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJJY29ucy8yMHB4L2NoZWNrLTIwLXdoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMi4wMDAwMDAsIC00LjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPiAgICAgICAgICAgIDxnIGlkPSJjaGVjay0yMC1jcm9wIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjkwMDAwMCwgNC4xMDAwMDApIj4gICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlBhZ2UtMSIgcG9pbnRzPSIxNC4zOTM3NjkyIDAuMDAwMzUzMDc2OTIzIDUuNzEwNjkyMzEgOC42NDk0MyAxLjg2MjE1Mzg1IDQuNzUxMTk5MjMgMCA2LjU4ODUwNjkyIDUuNjkyMzg0NjIgMTIuMzU0MTIyMyAxNi4yMzYzMDc3IDEuODU0NjYwNzciPjwvcG9seWdvbj4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
  background-color: #005aa0;
  box-shadow: none;
}
.dropdown-menu.soa-ui-cm-notifications-menu-container {
  top: 25px;
}
.dropdown .soa-ui-cm-notification-header a {
  padding-left: 0!important;
  padding-bottom: 0!important;
  display: block;
  font-size: 15px;
}
h4.soa-ui-cm-notification-header {
  line-height: 1.5;
}
.soa-ui-cm-notification {
  padding-bottom: 10px!important;
}
.dropdown .soa-control-cm-notification-link {
  font-weight: normal!important;
  font-family: arial!important;
  text-align: center!important;
  text-transform: uppercase!important;
  font-size: 12px!important;
  font-weight: normal;
  color: #747578 !important;
  font-weight: bold!important;
}
.soa-ui-cm-button[disabled],
.ui-button[disabled] {
  pointer-events: none;
  background-color: #ad1015;
  opacity: .65;
  border-color: #ad1015;
  color: #fff;
}
.soa-ui-cm-markdown-it-tab {
  background: none!important;
  padding: 0!important;
  margin: 0!important;
}
#appListTable .addapi_sandbox,
#appListTable .addapi_production {
  width: auto;
  padding: 0.5625rem 1.25rem;
}
.soa-ui-cm-tags {
  display: inline;
}
a.button,
input.button {
  font-family: "Intro Cond";
  padding: .375rem .75rem;
  border-radius: 0;
  color: #00427a;
  background-color: transparent;
  border-color: #00427a;
  border-width: 2px;
  font-size: 1.125rem;
  overflow: hidden;
  background-image: none;
  transition: .2s linear;
  transition-property: all;
  white-space: normal;
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}
a.button:hover,
input.button:hover,
a.button:focus,
input.button:focus {
  border-color: #910c19;
  background-color: #910c19;
}
.wizardCW .wizardContentPanel {
  border: 0;
}
.addModifyGroup .wizardContentPanel {
  width: 775px;
  padding: 0;
}
.wizardPageContent textarea {
  height: 150px;
}
#groupInviteForm {
  padding: 0;
  text-align: right;
}
#groupInviteForm textarea,
#groupInviteForm .emailArea {
  font-weight: 400;
  line-height: 1.25;
  border-width: 0 0 2px!important;
  -webkit-transition: border-color 60ms linear;
  -o-transition: border-color 60ms linear;
  transition: border-color 60ms linear;
  background-clip: inherit;
  padding: .663rem .75rem .463rem;
  min-height: 40px;
  display: block;
  width: 100%;
  font-size: 1rem;
  color: #222;
  background-color: #f3f3f3;
  border: 2px solid #d9d9d9;
  border-radius: 0;
  height: auto;
}
#groupInviteForm textarea:hover,
#groupInviteForm .emailArea:hover {
  background: #ececec;
  transition: background .2s;
}
#groupInviteForm textarea:focus,
#groupInviteForm .emailArea:focus {
  border-color: #005aa0;
}
#groupInviteForm textarea {
  min-height: 40px;
}
#groupInviteForm .actionPanel {
  border: 0;
  padding: 0;
  margin-top: 20px;
  width: 100%;
  display: block;
}
#groupInviteForm .mandatory {
  display: none;
}
#inviteMemberCancelButton,
#inviteMemberCancelButton:hover {
  color: #005aa0;
  margin: 10px 1.5rem 0!important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  border: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x;
  background-size: 2px 2px;
  border-radius: 0;
  padding: 0;
  height: 20px;
  float: none;
  font-family: arial;
  font-weight: normal;
  font-size: 1rem;
  box-shadow: none;
  transition: none;
}
#groupInviteForm .actionPanel {
  width: 100%;
}
#groupInviteForm #inviteMemberAddButton {
  float: none;
}
table.applist > thead > tr > th,
table.applist > tbody > tr > th {
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
  font-weight: 700;
  padding: 0.5625rem 1.25rem;
  color: #222;
  font-size: 16px;
}
table.stdtbl > thead > tr > th,
table.stdtbl > tbody > tr > th,
table.stdtbl > tbody > tr > td {
  padding: 0.5625rem 1.25rem;
  vertical-align: middle;
}
.soa-ui-cm-form .soa-control-cm-input-option {
  display: inline-block;
  margin-right: 10px!important;
  margin-bottom: 5px!important;
  width: auto;
}
.soa-ui-cm-form .soa-ui-cm-label-for-checkbox {
  display: flex;
}
.soa-control-cm-user-profile-settings-container .soa-ui-cm-form-actions {
  border: 0;
}
.soa-ui-cm-form .soa-ui-cm-input-checkbox:hover {
  width: auto;
}
.soa-ui-cm-button-secondary.soa-control-cm-cancel:hover,
.wizardCancelButton:hover {
  box-shadow: none!important;
}
.board_item .resourceOrigin,
.board_item .resourceOrigin > a {
  padding: 1.1rem 1.25rem 19.6px;
  height: auto;
  margin-bottom: 0;
  background-image: none!important;
  font-size: 18px;
}
.board_item .resourceOrigin > a:before {
  content: none;
  display: none;
}
.board_item .resourceOrigin > a {
  padding: 0;
}
.board_item .item_image {
  display: none;
}
.board_item .item_content {
  padding: 1rem 1.25rem 1.5rem;
  width: 100%;
  font-size: 16px;
}
.board_item {
  padding-top: 0;
}
.card-footer-negative {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.soa-control-cm-user-profile-menu-container {
  left: auto!important;
  right: 0!important;
}
#NewsfeedTitle h1 {
  margin-bottom: 55px;
}
.soa-ui-cm-2col-with-avatar .soa-ui-cm-details-box {
  width: 100%;
  float: none;
}
.soa-ui-cm-2col-with-avatar:after {
  display: none;
}
.soa-ui-cm-dl-multiline {
  display: flex;
  width: 100%;
  position: relative;
}
.soa-ui-cm-dl-multiline:before {
  content: '';
  height: 2px;
  width: 100%;
  top: 25px;
  background: #D9D9D9;
  position: absolute;
  visibility: visible;
}
.soa-ui-cm-dl-multiline div {
  width: 33%;
}
.soa-ui-cm-dl-multiline dt {
  color: #747578;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
  font-weight: 700;
  float: none;
  clear: none;
  width: auto;
  height: auto;
}
.soa-ui-cm-dl-multiline dd {
  padding-top: 12px;
  font-weight: bold;
  font-size: 18px;
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
}
.soa-ui-cm-card-content {
  height: auto;
}
.rtitle_right {
  margin-right: 2px;
}
.rtitle_dropdown ul {
  padding: 0;
  margin: 0;
  width: 100%;
  top: 38px!important;
  border-top: 2px solid #005aa0;
  z-index: 2;
}
.rtitle_dropdown li {
  color: #000;
  background-image: none;
  background-color: #fbfbfb;
  display: block;
  text-decoration: none;
  padding: 10px;
  border-top: none;
  border-bottom: solid 1px #eee;
  border-left: solid 1px #eee;
  border-right: solid 1px #eee;
  white-space: normal;
  cursor: pointer;
  width: 100%!important;
}
.rtitle_dropdown li:hover {
  background-color: #fff;
  color: #005aa0;
}
.rtitle_dropdown li a {
  background: none!important;
  padding: 0!important;
}
.rtitle_right .selected:before {
  content: "Version ";
}
.rtitle_right .selected.active {
  background: transparent;
}
.rtitle_right .selected.active + ul {
  left: 0 !important;
}
.rtitle_right .selected {
  padding: 0;
  width: 170px;
  height: 40px;
  display: block;
  position: relative;
  padding-left: 12px;
  left: -12px;
  top: -11px;
  padding-top: 11px;
}
.soa-ui-cm-form .soa-ui-cm-form-row .soa-ui-cm-imgtxt.soa-ui-cm-icon-question-circle {
  display: none !important;
}
.security_label {
  float: none;
  width: auto;
}
.security {
  margin: 0;
  width: 100%;
}
.security .close {
  text-shadow: none;
  background-repeat: no-repeat;
}
.smallDialogContent {
  padding: 0;
}
div.smallDialog h2 {
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  padding: 1.1rem 1.25rem 19.6px;
  -webkit-box-shadow: inset 0 -2px 0 #00427a;
  box-shadow: inset 0 -2px 0 #00427a;
  background: #fff;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
  color: #00427a;
  margin-bottom: 1.25rem;
  margin-top: -1.25rem;
  margin-left: -1.9rem;
  margin-right: -1.9rem;
}
.soa-ui-cm-input {
  background: #ececec;
  transition: background .2s;
  box-shadow: none;
  font-weight: 400;
  line-height: 1.25;
  border-width: 0 0 2px;
  transition: border-color 60ms linear;
  background-clip: inherit;
  padding: .663rem .75rem .463rem;
  min-height: 40px;
  display: block;
  width: 100%;
  font-size: 1rem;
  color: #222;
  background-color: #f3f3f3;
  border: 2px solid #d9d9d9;
  border-radius: 0;
  border-width: 0 0 2px 0;
}
.soa-ui-cm-input:hover {
  background: #ececec;
  transition: background .2s;
}
.soa-ui-cm-input:focus {
  border-color: #005aa0;
  background-color: #f3f3f3;
}
.soa-ui-cm-api-monitor-overview-container .soa-ui-cm-empty-report-chart,
.soa-ui-cm-app-monitor-overview-container .soa-ui-cm-empty-report-chart,
.soa-control-cm-app-monitor-metrics-container {
  border: 0;
}
.monitor_wrapper {
  margin: 0 auto;
  padding: 0!important;
  background: #fff;
}
.soa-control-cm-monitor-metrics-filter-form .soa-ui-cm-filters {
  display: flex;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  width: auto;
}
.soa-control-cm-monitor-metrics-filter-form .soa-ui-cm-filters li {
  width: 50%;
  padding: 0;
}
.soa-control-cm-app-monitor-metrics-container {
  padding: 0;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
#soa-control-cm-app-monitor-overview-container div.report_gauge_summary {
  border-radius: 0;
  background: #005AA0;
  color: #fff;
}
#soa-control-cm-app-monitor-overview-container div.report_gauge_summary li {
  font-size: 12px;
}
#soa-control-cm-app-monitor-overview-container div.report_gauge,
#soa-control-cm-api-monitor-overview-container div.report_gauge {
  border-radius: 0;
  padding: 0;
  background: #fff;
}
.soa-control-app-performance-chart-widget .soa-ui-cm-filters,
.soa-control-cm-app-monitor-logs-widget .soa-ui-cm-filters,
.soa-control-cm-app-monitor-license-logs-widget .soa-ui-cm-filters {
  display: flex;
  padding-top: 80px;
  width: 775px;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.soa-control-app-performance-chart-widget .soa-ui-cm-filters li,
.soa-control-cm-app-monitor-logs-widget .soa-ui-cm-filters li,
.soa-control-cm-app-monitor-license-logs-widget .soa-ui-cm-filters li {
  padding: 0;
  margin: 0;
  width: 25%;
}
.soa-control-app-performance-chart-widget .soa-ui-cm-input-selectbox,
.soa-control-cm-app-monitor-logs-widget .soa-ui-cm-input-selectbox,
.soa-control-cm-app-monitor-license-logs-widget .soa-ui-cm-input-selectbox {
  width: 100%!important;
}
.soa-control-app-performance-chart-widget .soa-ui-cm-tooltip-content-text-full {
  display: none;
}
.soa-ui-cm-tooltip-content-text-full {
  background: #fff!important;
  box-shadow: none;
  border-radius: none;
  border: 0;
}
.soa-control-app-performance-chart-widget .soa-control-cm-app-performance-chart,
.soa-control-cm-app-monitor-logs-widget .soa-ui-cm-content-body,
.soa-control-cm-app-monitor-license-logs-widget .soa-ui-cm-content-body {
  padding: 0 1.25rem;
  background: #fff;
}
.soa-ui-cm-filters-actions {
  list-style-type: none;
  list-style-image: none;
}
.soa-ui-cm-filters-actions {
  position: absolute;
  right: -10px;
  top: 50px;
}
#soa-control-cm-performance-chart-refresh,
#soa-control-cm-txlogs-refresh {
  height: 40px;
}
.soa-ui-cm-button-page-level.soa-control-cm-performance-chart-refresh:hover,
.soa-ui-cm-button-page-level.soa-control-cm-performance-txlogs-refresh:hover,
.soa-ui-cm-button-page-level.soa-control-cm-performance-cm-refresh:hover {
  border-color: #fff!important;
}
.highcharts-container {
  max-width: 100%;
}
.soa-ui-cm-tx-empty-message-container {
  padding: 0;
}
.soa-ui-cm-tx-empty-message-container .soa-ui-cm-empty-behav-text {
  padding-left: 16px;
}
.soa-ui-cm-license-charts-container div.report_chart,
.soa-ui-cm-api-monitor-overview-container .soa-ui-cm-report-chart,
.soa-ui-cm-app-monitor-overview-container .soa-ui-cm-report-chart {
  border: 0;
}
.soa-ui-cm-button-in-progress {
  background: #ad1015!important;
}
.soa-ui-cm-button-in-progress span {
  background-image: none !important;
}
.btn-secondary.soa-ui-cm-button-in-progress,
#stopAppNewsFeed.soa-ui-cm-button-in-progress,
.rw-app-export-left-button.soa-ui-cm-button-in-progress {
  background: transparent!important;
}
#groupInviteForm .actionPanel > p,
#editOAuthDetailsForm .actionPanel {
  clear: both;
  font-size: .875rem;
  line-height: 1.2;
  color: #747578!important;
  text-align: left;
  float: none;
}
.form-fix .soa-ui-cm-form-row {
  margin-bottom: 1em;
  margin-left: 0;
}
.form-fix .soa-ui-cm-form-fieldset-column {
  width: 366px;
}
.form-fix .soa-ui-cm-table-for-inputs .soa-ui-cm-table-th {
  padding: 0;
}
.form-fix #soa-control-cm-button-app-oauth-details-add-redirect-url-holder {
  margin-top: 5px;
}
.form-fix .soa-ui-cm-icon-imgtxt {
  display: none!important;
}
.card-subMeader .soa-ui-cm-form-fieldset-header {
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  width: 100%;
  padding: 1.1rem 1.25rem 19.6px;
  -webkit-box-shadow: inset 0 -2px 0 #00427a;
  box-shadow: inset 0 -2px 0 #00427a;
  background: #fff;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
  color: #00427a;
  margin-bottom: 0;
}
.card-footer .soa-ui-cm-buttons:after {
  display: none;
}
.form-fix .soa-ui-cm-form-fieldset-column:last-child {
  padding-left: 30px;
}
.ui-autocomplete {
  list-style-type: none;
  list-style-image: none;
  background-color: #fbfbfb;
  padding: 0;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.08);
  height: auto!important;
  border: none;
  border-radius: 0;
}
.ui-autocomplete-category {
  border: 0;
  padding: 10px 10px 0;
  margin: 0;
}
.ui-autocomplete .ui-menu-item {
  color: #000;
  border-radius: 0;
  background-image: none;
  background-color: #fbfbfb;
  display: block;
  text-decoration: none;
  padding: 10px;
  border-top: none;
  border-bottom: solid 1px #eee;
  border-left: solid 1px #eee;
  border-right: solid 1px #eee;
  white-space: normal;
  cursor: pointer;
}
.ui-autocomplete .ui-menu-item:hover {
  background-color: #fff;
}
.ui-autocomplete .ui-menu-item a,
.ui-autocomplete .ui-menu-item a:hover {
  background: none;
  color: #222;
}
.ui-autocomplete .ui-menu-item .ui-corner-all {
  padding: 0;
}
.ui-autocomplete .ui-menu-item .ui-corner-all:hover,
.ui-autocomplete .ui-menu-item .ui-corner-all.ui-state-focus {
  background: none;
  color: #005aa0;
}
span.addapi_status_text {
  display: inline;
  padding: 0;
}
.table-fixed {
  table-layout: fixed;
}
.truncate {
  width: 390px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#apis_used_ul {
  list-style-type: none;
}
#apis_used_ul .image_50 {
  display: none;
}
#apis_used_ul .desc {
  display: flex;
  width: 100%;
  padding: 12px 15px;
  border-bottom: 2px solid #f3f3f3;
  justify-content: space-between;
}
#apis_used_ul .cat {
  padding: .125rem .625rem;
  border-radius: 0;
  background-color: transparent;
  font-size: 1rem;
  overflow: hidden;
  background-image: none;
  transition: .2s linear;
  transition-property: all;
  white-space: normal;
  position: relative;
  cursor: pointer;
  display: flex;
  border: 2px solid #00427a;
  text-align: center;
  vertical-align: middle;
  text-indent: -999em;
}
#apis_used_ul .cat:after {
  content: 'View';
  color: #00427a;
  font-weight: 700;
  font-family: "Intro Cond";
  text-indent: 0;
  display: block;
}
#apis_used_ul .name {
  font-weight: bold;
  color: #222;
}
#AlreadyLoggedInDiv,
#AccessDeniedDiv {
  background: none;
  border: 0;
}
#AccessDeniedDiv .error_msg,
#AlreadyLoggedInDiv .error_msg {
  margin: 0;
  float: none;
}
#AlreadyLoggedInDiv .error_msg > h3 {
  color: #00427a;
}
.soa-ui-cm-table-td .soa-ui-cm-icon-api {
  background: none;
  font-size: 14px;
  text-indent: 0;
  padding-top: 4px;
  width: auto;
  max-width: none;
  height: auto;
  text-align: center;
  vertical-align: top;
  text-decoration: underline;
}
.security .alert {
  font-size: inherit;
  word-break: normal;
  padding: 1.2rem 1.4rem;
  background: #eff4f9;
  color: #00427a;
  overflow-x: auto;
  border-radius: 0;
  border: 0;
}
.security .alert .close {
  top: 2px;
  right: 0;
}
.soa-ui-cm-markdown-it-enabled-preview {
  color: #222;
  padding-top: 0;
}
.ui-dialog .soa-control-cm-cancel,
.ui-dialog .btn.secondary,
.ui-dialog .soa-ui-cm-button-secondary {
  transition: none;
  color: #005aa0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, currentColor)) 0 100% repeat-x !important;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x !important;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x !important;
  background-size: 2px 2px!important;
  font-family: arial!important;
  margin: 9px 1.5rem 0 0!important;
  position: relative;
  border: 1px solid transparent!important;
  border-right-width: 0!important;
  border-left-width: 0!important;
  vertical-align: baseline!important;
  background-position-y: 1rem!important;
  -webkit-font-smoothing: auto;
  font-size: 16px!important;
  line-height: 1.1!important;
  text-decoration: none!important;
  font-weight: normal!important;
  display: inline-block !important;
  padding: 0!important;
  border-color: transparent!important;
}
.ui-dialog .soa-control-cm-cancel:hover,
.ui-dialog .btn.secondary:hover,
.ui-dialog .soa-ui-cm-button-secondary:hover {
  color: #002f54;
  text-decoration: none;
  border-color: transparent!important;
  background-size: 2px 2px!important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, currentColor)) 0 100% repeat-x !important;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x !important;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentColor 50%) 0 100% repeat-x !important;
  background-position-y: 8px!important;
}
.ui-dialog .modal-footer.rightAligned {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.ui-dialog .modal-footer.rightAligned .action_call {
  margin-right: 0;
}
.soa-ui-cm-label-for-checkbox,
.soa-ui-cm-label-for-radio {
  font-weight: normal;
  font-size: 16px;
  font-family: arial;
}
.soa-ui-cm-form .soa-ui-cm-checkbox-collection .soa-ui-cm-label-for-checkbox {
  color: #222;
}
.soa-ui-cm-form .soa-ui-cm-input-radio.soa-ui-cm-input-in-helper-method,
.soa-ui-cm-form .soa-ui-cm-input-checkbox.soa-ui-cm-input-in-helper-method {
  height: auto !important;
  min-height: auto !important;
  top: 0;
  margin-bottom: 0 !important;
}
.soa-ui-cm-form-row-for-checkbox {
  margin-bottom: 0!important;
}
.smallDialog #collectComments {
  height: auto;
  background-color: #f3f3f3;
  border: 2px solid #d9d9d9;
  border-width: 0 0 2px 0;
  font-size: 1rem;
  color: #222;
  font-weight: normal;
  font-family: arial;
}
.smallDialog #collectComments:focus {
  color: #222;
  background-color: #f3f3f3;
  outline: 0;
  -webkit-box-shadow: none, 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: none, 0 0 8px rgba(102, 175, 233, 0.6);
}
div.smallDialog input {
  position: relative;
  z-index: 1300;
}
.soa-control-cm-test-client-delete-header,
.soa-control-cm-test-client-delete-parameter {
  background-image: none!important;
  background: none!important;
  color: #00427a!important;
  text-indent: -999em;
  width: auto!important;
  height: auto!important;
  border: 0!important;
  padding: 0!important;
  margin: 0!important;
  top: 15px!important;
  position: relative!important;
  right: 23px!important;
}
.soa-ui-cm-button-secondary.soa-control-cm-test-client-credentials:not(.btn-arrow),
.soa-ui-cm-button-secondary.soa-control-cm-test-client-security,
.wizardTabBack {
  border-color: #00427a!important;
}
.soa-ui-cm-button-secondary.soa-control-cm-test-client-credentials:not(.btn-arrow):hover,
.soa-ui-cm-button-secondary.soa-control-cm-test-client-security:hover,
.wizardTabBack:hover {
  border-color: #00325c!important;
  -webkit-box-shadow: inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c!important;
  box-shadow: inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c!important;
}
.soa-control-cm-auth-policy-container .soa-ui-cm-section-header {
  border: 0!important;
  padding: 0!important;
}
.soa-control-cm-auth-policy-container .soa-ui-cm-note-header {
  display: none;
}
.soa-ui-cm-note-info .soa-ui-cm-note-header {
  color: #333;
}
.soa-ui-cm-note-info .soa-ui-cm-section-paragraph {
  font-family: arial;
  font-size: 16px;
  line-height: 1.5;
}
.soa-control-cm-auth-policy-container .soa-ui-cm-section-paragraph {
  font-family: arial!important;
  font-size: 16px;
  line-height: 1.3;
  width: 80%;
}
.soa-control-cm-oauth-policy-form {
  height: auto!important;
  min-height: 0;
}
.soa-control-cm-oauth-policy-all-fields-for-get-token label {
  font-size: 14px;
}
.soa-control-cm-oauth-policy-all-fields-for-get-token div {
  display: flex;
}
.soa-control-cm-oauth-policy-all-fields-for-get-token div > div {
  margin: 0 10px;
}
.soa-control-cm-oauth-policy-all-fields-for-get-token div .soa-control-cm-form-row {
  width: 100%!important;
  flex-basis: 100%;
}
.soa-ui-cm-swagger-container .soa-ui-cm-swagger-display-view-only-pre,
.soa-ui-cm-swagger-schema-model,
.soa-ui-cm-swagger-container .soa-ui-cm-swagger-schema-model {
  max-height: none;
  max-width: none;
  font-size: 14px;
}
#soa-control-cm-signup-activation-container .soa-ui-cm-content-header {
  padding: 0;
  background: transparent;
  margin: 0;
}
#soa-control-cm-signup-activation-container .soa-ui-cm-box-header {
  padding: 0;
  margin-bottom: 2rem;
}
#soa-control-cm-signup-activation-form {
  background: #fff;
  width: 775px;
  padding: 1.25rem;
  padding-bottom: 100px;
}
#soa-control-cm-signup-activation-form .soa-ui-cm-form-row {
  flex-basis: auto;
  width: 315px;
  float: left;
}
#soa-control-cm-button-signup-finish {
  float: right;
  margin-right: 57px;
  position: relative;
  bottom: -60px;
}
.soa-ui-cm-signin-button-container + p {
  clear: both;
  padding-top: 20px;
  display: block;
  width: 315px;
  font-size: 12px;
  margin-right: 55px;
  position: relative;
  top: -70px;
  float: right;
}
#soa-control-cm-signup-activation-form .soa-ui-cm-signin-button-container {
  clear: both;
}
.soa-ui-cm-no-blowout pre {
  border: 0;
  background: #e5e5e5;
}
.soa-ui-cm-status {
  border-radius: 0;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  font-family: 'Intro Cond';
  min-width: 0;
}
.soa-ui-cm-status-blue {
  background-color: #00427A;
}
.soa-ui-cm-status-green {
  background-color: #8DBA84;
}
.soa-ui-cm-status-red {
  background-color: #CE161D;
}
.soa-ui-cm-swagger-schema-model-items {
  list-style-image: none;
}
.soa-ui-cm-swagger-schema-model-items ul {
  padding-left: 0!important;
}
.soa-ui-cm-swagger-schema-model-example {
  word-break: break-word;
}
.soa-ui-cm-swagger-container .soa-ui-cm-swagger-schema-model .soa-ui-cm-swagger-primary {
  color: #00427a;
}
.soa-ui-cm-swagger-container .soa-ui-cm-swagger-schema-model {
  white-space: normal;
  font-size: 14px;
}
.soa-ui-cm-swagger-container .soa-ui-cm-swagger-schema-model-description,
.soa-ui-cm-form .soa-ui-cm-label-for-radio {
  color: #222;
}
#soa-control-cm-app-export-form .soa-ui-cm-form-fieldset-column {
  width: 100%;
}
.AuthorizationError {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MDAgNjAwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6dHJhbnNwYXJlbnQ7fS5jbHMtMntmaWxsOiNmYmNiZDI7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5saW5lc190aGlja2VyPC90aXRsZT48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMCAzODUuODYgMjE0LjE0IDYwMCAyODUuODYgNjAwIDAgMzE0LjE0IDAgMzg1Ljg2Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjAgNDg1Ljg2IDExNC4xNCA2MDAgMTg1Ljg2IDYwMCAwIDQxNC4xNCAwIDQ4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDI4NS44NiAzMTQuMTQgNjAwIDM4NS44NiA2MDAgMCAyMTQuMTQgMCAyODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNjAwIDE0LjE0IDU4NS44NiAwIDUxNC4xNCAwIDYwMCA4NS44NiA2MDAgMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNjAwIDQxNC4xNCAxODUuODYgMCAxMTQuMTQgMCA2MDAgNDg1Ljg2IDYwMCA0MTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iODUuODYgMCAxNC4xNCAwIDYwMCA1ODUuODYgNjAwIDUxNC4xNCA4NS44NiAwIi8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjYwMCAzMTQuMTQgMjg1Ljg2IDAgMjE0LjE0IDAgNjAwIDM4NS44NiA2MDAgMzE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjYwMCAxMTQuMTQgNDg1Ljg2IDAgNDE0LjE0IDAgNjAwIDE4NS44NiA2MDAgMTE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjAgODUuODYgNTE0LjE0IDYwMCA1ODUuODYgNjAwIDAgMTQuMTQgMCA4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2MDAgMjE0LjE0IDM4NS44NiAwIDMxNC4xNCAwIDYwMCAyODUuODYgNjAwIDIxNC4xNCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDE4NS44NiA0MTQuMTQgNjAwIDQ4NS44NiA2MDAgMCAxMTQuMTQgMCAxODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMCA1ODUuODYgMTQuMTQgNjAwIDg1Ljg2IDYwMCAwIDUxNC4xNCAwIDU4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIwIDYwMCAxNC4xNCA2MDAgMCA1ODUuODYgMCA2MDAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCA1MTQuMTQgODUuODYgNjAwIDExNC4xNCA2MDAgMCA0ODUuODYgMCA1MTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCA0MTQuMTQgMTg1Ljg2IDYwMCAyMTQuMTQgNjAwIDAgMzg1Ljg2IDAgNDE0LjE0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjAgMzE0LjE0IDI4NS44NiA2MDAgMzE0LjE0IDYwMCAwIDI4NS44NiAwIDMxNC4xNCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIwIDIxNC4xNCAzODUuODYgNjAwIDQxNC4xNCA2MDAgMCAxODUuODYgMCAyMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCAxMTQuMTQgNDg1Ljg2IDYwMCA1MTQuMTQgNjAwIDAgODUuODYgMCAxMTQuMTQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMCAwIDAgMTQuMTQgNTg1Ljg2IDYwMCA2MDAgNjAwIDYwMCA1ODUuODYgMTQuMTQgMCAwIDAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNjAwIDQ4NS44NiAxMTQuMTQgMCA4NS44NiAwIDYwMCA1MTQuMTQgNjAwIDQ4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMzg1Ljg2IDIxNC4xNCAwIDE4NS44NiAwIDYwMCA0MTQuMTQgNjAwIDM4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMjg1Ljg2IDMxNC4xNCAwIDI4NS44NiAwIDYwMCAzMTQuMTQgNjAwIDI4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgMTg1Ljg2IDQxNC4xNCAwIDM4NS44NiAwIDYwMCAyMTQuMTQgNjAwIDE4NS44NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MDAgODUuODYgNTE0LjE0IDAgNDg1Ljg2IDAgNjAwIDExNC4xNCA2MDAgODUuODYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNjAwIDAgNTg1Ljg2IDAgNjAwIDE0LjE0IDYwMCAwIi8+PC9zdmc+);
  background-size: 50px 50px;
  background-repeat: repeat;
  background-color: #fbd5d6;
  color: #ad1015;
  border: 2px solid #fbcbd2;
  display: flex;
  align-items: center;
  padding: .75rem 1.25rem;
}
.AuthorizationError .soa-ui-cm-content-header {
  padding: 0;
  background: none;
  margin: 0;
  display: inline;
}
.AuthorizationError h1 {
  font-family: Intro Cond, Arial, Helvetica Neue, sans-serif;
  font-weight: 700;
  color: #ad1015;
  font-size: 16px;
  display: inline;
  min-width: 0;
  min-height: 0;
  float: none;
}
.AuthorizationError h1:after {
  content: '-';
  padding-left: 3px;
  padding-right: 3px;
}
.AuthorizationError #AuthorizationErrorDiv {
  padding: 0;
  background: none;
  height: auto;
  display: inline;
  border: 0;
  float: none;
}
#AuthorizationErrorDiv .authorization_error_text {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: arial;
  font-weight: normal;
  color: #ad1015;
  float: none;
}
.licenses-selection-options {
  padding: 0;
  background: #fff;
  margin: 0;
}
#restrict-licenses-container {
  padding: 1.25rem 1.25rem 1.5rem;
  margin: 0;
}
#RequestConnection .licenses-selection-options > li {
  margin-bottom: 0;
  border: 0;
}
#restrict-licenses-container .soa-ui-cm-empty-behav-text {
  margin-bottom: 0;
  padding-bottom: 0;
}
#RequestConnection .licenses-selection-options > li label {
  font-weight: normal;
  font-size: 16px;
}
.api-edit-connections {
  font-size: 12px;
}
#appListTable .api-edit-connections ul {
  margin-left: 0;
}
#appListTable .api-edit-connections label {
  font-family: arial;
  color: #222;
  font-weight: bold;
}
#appListTable .api-edit-connections ul li {
  float: none;
  word-break: normal;
  width: auto;
  color: #222;
  font-weight: normal;
  width: 350px;
}
.soa-control-cm-addapi-actions .soa-ui-cm-icon:before {
  content: none;
}
.soa-control-cm-addapi-actions .divider {
  display: none;
}
.btn-showMore {
  font-size: 14px!important;
  text-transform: none!important;
  font-style: normal!important;
  margin: -6px 0 0 0 !important;
  padding-right: 0!important;
  text-indent: 0!important;
  width: auto!important;
  height: auto!important;
}
.action_message:empty {
  display: none;
}
.action_message {
  overflow: hidden;
  float: none;
  padding: 1.25rem 0;
  font-weight: bold;
}
.request-answer .extra_actions {
  position: absolute;
  top: 13px;
  right: 0;
}
#footerTermsDialog {
  overflow: hidden;
  margin-bottom: 1.35rem;
}
#footerTermsDialog h1 {
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #00427a;
  font-size: 1.4375rem;
  font-style: normal!important;
  text-align: left!important;
}
#footerTermsDialog h2 {
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #00427a;
  font-size: 1.25rem;
  font-style: normal!important;
  text-align: left!important;
}
#footerTermsDialog p {
  font-size: 14px;
  font-family: arial;
  text-transform: lowercase;
}
#groupInviteForm label {
  text-align: left;
  display: block;
}
#groupInviteForm textarea {
  margin-bottom: 1em;
}
#groupInviteForm #inviteMemberInviteText {
  min-height: 200px;
}
div.ui-dialog {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.06), 0 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 0;
}
.soa-control-cm-uninviteMember.close {
  color: #00427a!important;
  font-size: 20px;
  position: absolute;
  top: 7px;
  right: 0;
  text-indent: -999em;
}
.executeActionForm {
  padding: 0;
}
.executeActionForm h5 {
  color: #333;
  margin-bottom: 0;
}
.executeActionForm textarea {
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 1rem;
  background-clip: inherit;
  padding: .663rem .75rem .463rem;
  min-height: 40px;
  display: block;
  width: 100%;
  font-size: 1rem;
  color: #222;
  background-color: #f3f3f3;
  border: 2px solid #d9d9d9;
  border-width: 0 0 2px;
  border-radius: 0;
}
.executeActionForm textarea:hover {
  background: #ececec;
  transition: background .2s;
}
.executeActionForm textarea:focus {
  border-color: #005aa0;
  color: #222;
  background-color: #f3f3f3;
}
.soa-control-cm-following-toggler.hidden + .card-header-toggle {
  padding: 0!important;
}
.soa-control-cm-toggleRole {
  font-size: 1rem!important;
  padding: .125rem .625rem!important;
  border: 2px solid #00427a!important;
}
.soa-control-cm-toggleRole:hover {
  color: #00325c!important;
  background-color: transparent!important;
  border-color: #00325c!important;
  box-shadow: inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c, inset 0 0 0 1px #00325c!important;
}
.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
  margin: 0;
  padding: 1rem 1.25rem;
  border: 0;
}
.errorDialog p {
  padding: 0;
}
label.error {
  width: auto!important;
}
#soa-control-cm-app-export-form p {
  margin-top: 0;
}
.soa-ui-cm-forgot-password-reset-code-form-container {
  background: #fff;
  padding: 1rem 1.25rem 1.5rem;
}
.soa-ui-cm-forgot-password-reset-code-form-container .soa-ui-cm-form .soa-ui-cm-form-row {
  margin-left: 0!important;
}
.soa-ui-cm-password-challenge-form-container,
.soa-control-cm-user-forgot-password-container .soa-ui-cm-login-form-container {
  background: #fff;
  padding: 1rem 1.25rem 1.5rem;
}
.soa-ui-cm-password-challenge-form-container .soa-ui-cm-form .soa-ui-cm-form-row,
.soa-control-cm-user-forgot-password-container .soa-ui-cm-login-form-container .soa-ui-cm-form .soa-ui-cm-form-row {
  margin-left: 0!important;
}
select::-ms-expand {
  display: none;
}
.applist .soa-ui-cm-icon {
  padding-left: 0;
}
.applist .soa-ui-cm-icon:before {
  content: none;
}
.cwrap_toggler div {
  float: none;
}
.soa-control-cm-following-toggler + .card-header-padding {
  padding: 1.1rem 1.25rem 19.6px;
}
.soa-ui-cm-icon-lock {
  display: none;
}
#APIfollowings .card-followers,
#APPfollowings .card-followers,
#GroupsFollowing .card-followers {
  display: none;
}
#soa-control-cm-options-container-upload-keystore,
#soa-control-cm-app-credentials-upload-keystore {
  display: none!important;
}
.soa-ui-cm-content-tab {
  list-style-image: none!important;
  border-left: 0!important;
  border-right: 0!important;
  border-top: 0 !important;
  background: none!important;
  box-shadow: none!important;
}
.ui-tabs-nav {
  list-style-image: none!important;
}
.ui-tabs-anchor {
  border-width: 0 0 2px 0!important;
}
.soa-ui-cm-content-tab.ui-state-active:after {
  content: none;
}
.soa-ui-cm-form.soa-control-cm-test-client-form .soa-control-cm-request-response-container {
  padding: 1rem;
}
.soa-ui-cm-input-error {
  border-width: 0 0 2px 0!important;
  border-color: #e30613!important;
}
.soa-ui-cm-input-tooltip {
  display: none!important;
}
.table .soa-ui-cm-table-td {
  padding: 0.5625rem 1.25rem!important;
  vertical-align: top!important;
  border-top: 2px solid #f3f3f3!important;
}
.table--middle .soa-ui-cm-table-td,
.table--middle td {
  vertical-align: middle!important;
}
.soa-ui-cm-swagger-container .soa-ui-cm-swagger-resource-endpoints .soa-ui-cm-swagger-resource-endpoint .soa-ui-cm-swagger-resource-endpoint-body-header {
  color: #747578;
  text-transform: uppercase;
  line-height: 1.45;
  letter-spacing: 0.5px;
  font-size: 12px;
}
.soa-ui-cm-swagger-schema-model-item {
  font-size: 16px!important;
  text-transform: none;
  font-family: arial!important;
  font-weight: normal;
}
.soa-ui-cm-swagger-schema-model .soa-ui-cm-swagger-schema-model-items {
  padding-left: 0;
}
.has-schema textarea {
  height: 250px;
}
.soa-ui-cm-button-remove.close {
  top: 5px!important;
  height: 20px!important;
  width: 20px!important;
}
.soa-control-cm-view-settings {
  display: none;
}
.soa-ui-cm-form .soa-ui-cm-label.soa-ui-cm-required > span:after {
  content: none;
}
.soa-ui-cm-form .soa-ui-cm-label:after {
  content: none;
}
.soa-control-cm-dev-app-form .soa-ui-cm-label.soa-ui-cm-required span:after,
#soa-control-cm-app-oauth-details-form .soa-ui-cm-label.soa-ui-cm-required span:after {
  content: '*';
}
.soa-ui-cm-form .soa-ui-cm-errortext {
  font-weight: 700;
  margin: 0;
  font-size: .875rem;
  margin-top: 5px;
}
.soa-ui-cm-form .soa-ui-cm-errortext:empty {
  display: none;
}
.soa-ui-cm-input.soa-ui-cm-input-error::placeholder,
.soa-ui-cm-input.soa-ui-cm-input-error {
  color: #222!important;
}
.lf-header .badge {
  border-radius: 0;
  display: inline-block;
  padding: .25em .4em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
  color: #fff;
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
  background-color: #00427a;
  top: 12px;
  position: relative;
}
.soa-ui-cm-top-search-input::placeholder {
  color: #999;
}
.soa-ui-cm-top-search-input {
  color: #222;
}
.soa-control-cm-public-key-container {
  display: none!important;
}
.popover-tooltip {
  visibility: visible;
  opacity: 1;
}
.soa-ui-cm-swagger-container .soa-ui-cm-swagger-resource-endpoints .soa-ui-cm-swagger-resource-endpoint .soa-ui-cm-swagger-resource-endpoint-short-description-trigger {
  height: 20px;
  position: absolute;
  right: 50px;
  top: 20px;
  width: 20px;
  border: 2px solid #005aa0;
  border-radius: 50%;
  color: #005aa0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}
.popover-tooltip.soa-ui-cm-tooltip-content-text-full {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.06), 0 0 1px 1px rgba(0, 0, 0, 0.05);
  color: #222;
  font-size: 14px;
  display: none;
  top: 40px!important;
  right: 0px;
  left: auto!important;
  border-top: 2px solid #005aa0!important;
}
.FollowersCollection .soa-control-cm-button-follow {
  display: none;
}
.username {
  display: none;
}
.FollowersCollection .username {
  display: block;
}
.FollowersCollection .username-link {
  display: none;
}
.myAppsTeamRemove-button {
  right: 55px;
  top: 3px;
}
#soa-control-cm-tx-list th {
  color: #222;
  font-size: 14px;
  vertical-align: bottom;
  border-bottom: 2px solid #f3f3f3;
  font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
  font-weight: 700;
}
#soa-control-cm-transaction-log-list-tbody {
  font-size: 12px;
  max-width: 100%;
}
#soa-control-cm-app-logs-container .soa-ui-cm-content-body {
  padding: 0;
}
#soa-control-cm-transaction-log-list-tbody tr td:first-child {
  padding-left: 30px;
}
#soa-control-cm-app-logs-container .soa-control-cm-monitor-tabs {
  margin-bottom: 16px;
}
#soa-control-cm-app-logs-container .ui-tabs-panel {
  background: #f3f3f3;
  margin-top: -3px;
  padding: 16px 20px;
  margin-right: 30px;
}
.soa-ui-cm-monitor-graph-directions {
  padding-right: 203px;
}
#soa-control-cm-app-logs-container .ui-tabs-panel .soa-ui-cm-table {
  background: #fff;
}
.soa-control-cm-auth-policy-container #soa-control-cm-options-container-resource-access-option {
  display: none;
}
#soa-control-cm-transaction-log-list-tbody td {
  padding-left: 10px;
  padding-right: 10px;
}
.soa-ui-cm-leftnav .soa-ui-cm-icon:before {
  width: 20px;
  height: 20px;
  color: #005AA0!important;
  font-family: arial!important;
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.soa-ui-cm-leftnav .soa-ui-cm-icon-desktop:before,
.soa-ui-cm-leftnav .soa-ui-cm-icon-binoculars:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjYgKDY3NDkxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5JY29ucy8yMHB4L2xpc3QtMjA8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBkPSJNNSwxNSBMNSwxMyBMMTYsMTMgTDE2LDE1IEw1LDE1IFogTTIsMTUuNSBDMS4xNzE1NzI4OCwxNS41IDAuNSwxNC44Mjg0MjcxIDAuNSwxNCBDMC41LDEzLjE3MTU3MjkgMS4xNzE1NzI4OCwxMi41IDIsMTIuNSBDMi44Mjg0MjcxMiwxMi41IDMuNSwxMy4xNzE1NzI5IDMuNSwxNCBDMy41LDE0LjgyODQyNzEgMi44Mjg0MjcxMiwxNS41IDIsMTUuNSBaIE0yLDkuNSBDMS4xNzE1NzI4OCw5LjUgMC41LDguODI4NDI3MTIgMC41LDggQzAuNSw3LjE3MTU3Mjg4IDEuMTcxNTcyODgsNi41IDIsNi41IEMyLjgyODQyNzEyLDYuNSAzLjUsNy4xNzE1NzI4OCAzLjUsOCBDMy41LDguODI4NDI3MTIgMi44Mjg0MjcxMiw5LjUgMiw5LjUgWiBNMiwzLjUgQzEuMTcxNTcyODgsMy41IDAuNSwyLjgyODQyNzEyIDAuNSwyIEMwLjUsMS4xNzE1NzI4OCAxLjE3MTU3Mjg4LDAuNSAyLDAuNSBDMi44Mjg0MjcxMiwwLjUgMy41LDEuMTcxNTcyODggMy41LDIgQzMuNSwyLjgyODQyNzEyIDIuODI4NDI3MTIsMy41IDIsMy41IFogTTUsOSBMNSw3IEwxNiw3IEwxNiw5IEw1LDkgWiBNNSwzIEw1LDEgTDE2LDEgTDE2LDMgTDUsMyBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iUHJvdG90eXBlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iVXR2ZWNrbGFycG9ydGFsLXByb2ZpbGUtc2V0dGluZ3MiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNjYuMDAwMDAwLCAtNzYzLjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iSWNvbnMvMjBweC9saXN0LTIwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNjQuMDAwMDAwLCA3NjEuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0iaW52aXNpYmxlLTIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiPjwvcmVjdD4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0ib3V0bGluZXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIuMDAwMDAwLCAyLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgaWQ9IkNvbWJpbmVkLVNoYXBlIiBmaWxsPSIjMDA1QUEwIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
}
.soa-ui-cm-leftnav .soa-ui-cm-icon-cubes:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjUgKDY3NDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5JY29ucy8yMHB4L2Fycm93cy1hcGFydC0yMDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxwb2x5Z29uIGlkPSJwYXRoLTEiIHBvaW50cz0iOCA1IDEwIDUgMTAgNyA2IDcgNiA1LjQxNDIxMzU2IDMuNDE0MjEzNTYgOCA2IDEwLjU4NTc4NjQgNiA5IDEyIDkgMTIgNC41ODU3ODY0NCAxOS40MTQyMTM2IDEyIDEyIDE5LjQxNDIxMzYgMTIgMTUgMTAgMTUgMTAgMTMgMTQgMTMgMTQgMTQuNTg1Nzg2NCAxNi41ODU3ODY0IDEyIDE0IDkuNDE0MjEzNTYgMTQgMTEgOCAxMSA4IDE1LjQxNDIxMzYgMC41ODU3ODY0MzggOCA4IDAuNTg1Nzg2NDM4Ij48L3BvbHlnb24+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iUHJvdG90eXBlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iVXR2ZWNrbGFycG9ydGFsLUFQUC1pbmZvLW93biIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY2Ny4wMDAwMDAsIC0xMTMuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJJY29ucy8yMHB4L2Fycm93cy1hcGFydC0yMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjY3LjAwMDAwMCwgMTEzLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Im91dGxpbmVzIj4KICAgICAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9ImludmlzaWJsZS0yMCIgcG9pbnRzPSIwIDAgMjAgMCAyMCAyMCAwIDIwIj48L3BvbHlnb24+CiAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSBpZD0iYXJyb3ciIGZpbGw9IiMwMDVBQTAiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+');
}
.soa-ui-cm-leftnav .soa-ui-cm-icon-gears:before {
  background-image: url('data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8dGl0bGU+YXJyb3dzLWFwYXJ0LTI0PC90aXRsZT4KPHBhdGggZmlsbD0iIzAwNWFhMCIgZD0iTTEyIDkuMzMzaDUuMzMzdjIuNjY3aC04di0yLjQ4N2wtNC41ODQgMy44MiA0LjU4NCAzLjgydi0yLjQ4N2gxMC42Njd2LTUuNTEzbDExLjQxNiA5LjUxMy0xMS40MTYgOS41MTN2LTUuNTEzaC01LjMzM3YtMi42NjdoOHYyLjQ4N2w0LjU4NC0zLjgyLTQuNTg0LTMuODJ2Mi40ODdoLTEwLjY2N3Y1LjUxM2wtMTEuNDE2LTkuNTEzIDExLjQxNi05LjUxM3oiPjwvcGF0aD4KPC9zdmc+Cg==');
}
.soa-ui-cm-leftnav .soa-ui-cm-icon-file-text:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTQgMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjUgKDY3NDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5JY29ucy8yMHB4L3BhcGVyLTIwPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+CiAgICAgICAgPHBhdGggZD0iTTExLDMuNTE5MDk4MjYgTDExLDcgTDE0LjA0Mzk5ODQsNyBMMTEsMy41MTkwOTgyNiBaIE0xNSw5IEw5LDkgTDksMyBMNSwzIEw1LDE3IEwxNSwxNyBMMTUsOSBaIE0xNywxOSBMMywxOSBMMywxIEwxMS40NTM5NDM5LDEgTDE3LDcuMzQyMDc4MjEgTDE3LDE5IFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJQcm90b3R5cGUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJVdHZlY2tsYXJwb3J0YWwtQVBQLWFuYWx5dGljcy1vdmVydmlldyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM1NC4wMDAwMDAsIC0xMzEuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJJY29ucy8yMHB4L3BhcGVyLTIwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNTEuMDAwMDAwLCAxMzAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0ib3V0bGluZXMiPgogICAgICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0iaW52aXNpYmxlLTIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiPjwvcmVjdD4KICAgICAgICAgICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGlkPSJDb21iaW5lZC1TaGFwZSIgZmlsbD0iIzAwNUFBMCIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=');
}
.soa-ui-cm-leftnav .soa-ui-cm-icon-dashboard:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTggMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjUgKDY3NDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5JY29ucy8yMHB4L2dyb3d0aC1hcnJvdy0yMDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0xNS42MDQxODM3LDcgTDEzLDcgTDEzLDUgTDE4Ljk5OTM0ODUsNSBMMTksMTAuOTk5ODkxNCBMMTcsMTEuMDAwMTA4NiBMMTYuOTk5NzIxMyw4LjQzMzEzNTExIEwxMS4wNDgzODk2LDE0LjQ0OTM3NjEgTDguMDI1NzU0ODgsMTEuNDc3MDc0NCBMMi43MDExNDUyNiwxNi43MTMwMTg1IEwxLjI5ODg1NDc0LDE1LjI4Njk4MTUgTDguMDI1NzU0ODgsOC42NzIwOTc5NCBMMTEuMDI4ODc1MSwxMS42MjUyMTAxIEwxNS42MDQxODM3LDcgWiIgaWQ9InBhdGgtMSI+PC9wYXRoPgogICAgPC9kZWZzPgogICAgPGcgaWQ9IlByb3RvdHlwZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlV0dmVja2xhcnBvcnRhbC1BUFAtaW5mby1vd24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05MTQuMDAwMDAwLCAtMTY4LjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iSWNvbnMvMjBweC9ncm93dGgtYXJyb3ctMjAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkxMy4wMDAwMDAsIDE2My4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJvdXRsaW5lcyI+CiAgICAgICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJpbnZpc2libGUtMjAiIHg9IjAiIHk9IjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PC9yZWN0PgogICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgaWQ9IkNvbWJpbmVkLVNoYXBlIiBmaWxsPSIjMDA1QUEwIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
}
.soa-ui-cm-leftnav .soa-ui-cm-icon-group:before {
  background-image: url('data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8dGl0bGU+dXNlci0zMjwvdGl0bGU+CjxwYXRoIGZpbGw9IiMwMDVhYTAiIGQ9Ik05LjQxMiAxMC42NzhjLTAuNTA3LTAuOTk3LTAuNzkyLTIuMTI2LTAuNzkyLTMuMzIgMC00LjA2NSAzLjMwNS03LjM1OCA3LjM4LTcuMzU4czcuMzggMy4yOTMgNy4zOCA3LjM1OGMwIDEuMjYzLTAuMzE5IDIuNDUyLTAuODgyIDMuNDkxIDIuMTE3IDEuNzEzIDMuODA1IDMuNjQ0IDUuMDU3IDUuNzkgMS40NDkgMi40ODQgMi40MjEgNi4wODcgMi45NSAxMC44MjdsMC4wODIgMC43MzYtMC42MjYgMC4zOTZjLTMuNTcxIDIuMjYxLTcuNjc5IDMuMDkwLTE0LjExMiAzLjA5MC02LjQzNC0wLjAwMS0xMC41NDEtMC44My0xNC4xMTItMy4wOTBsLTAuNjI2LTAuMzk2IDAuMDgyLTAuNzM2YzAuNTI5LTQuNzQgMS41MDEtOC4zNDMgMi45NS0xMC44MjcgMS4yOTQtMi4yMTggMy4wNTMtNC4yMDUgNS4yNy01Ljk2MXpNMTAuODEzIDEyLjU5M2MtMS45NTggMS41NjItMy40OTYgMy4zMDktNC42MjMgNS4yNDEtMS4xODMgMi4wMjgtMi4wNDMgNS4wODAtMi41NTIgOS4xNDIgMi45OTIgMS42OTMgNi41ODggMi4zNDMgMTIuMjExIDIuMzQ0IDUuNjIzLTAuMDAxIDkuMjE5LTAuNjUxIDEyLjIxMS0yLjM0NC0wLjUxLTQuMDYyLTEuMzctNy4xMTQtMi41NTItOS4xNDItMS4wOTUtMS44NzgtMi41NzktMy41OC00LjQ1OS01LjEwOS0xLjMyIDEuMjM1LTMuMDk2IDEuOTkxLTUuMDQ5IDEuOTkxLTIuMDIyIDAtMy44NTQtMC44MS01LjE4Ny0yLjEyM3pNMTYgMTIuMzQ2YzIuNzY4IDAgNS4wMTAtMi4yMzQgNS4wMTAtNC45ODhzLTIuMjQyLTQuOTg4LTUuMDEwLTQuOTg4Yy0yLjc2OCAwLTUuMDEwIDIuMjM0LTUuMDEwIDQuOTg4czIuMjQyIDQuOTg4IDUuMDEwIDQuOTg4eiI+PC9wYXRoPgo8L3N2Zz4K');
}
.soa-ui-cm-leftnav .soa-ui-cm-icon-user:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgMTggMTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjUgKDY3NDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5JY29ucy8yMHB4L2hlYXJ0LTIwPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+CiAgICAgICAgPHBhdGggZD0iTTEwLDE1LjU3NDkxODUgTDE2LjA5NjU4OTksOS4zODQ5ODE2MiBDMTcuMzE1NzExOCw4LjE0NzE5MzMgMTcuMzE1NzExOCw2LjE2MDA2NTQzIDE2LjA5NjU4OTksNC45MjIyNzcxMSBDMTYuMDgwMjYyNiw0LjkwNTc4MzYzIDE2LjA4MDI2MjYsNC45MDU3ODM2MyAxNi4wNjM3NjkyLDQuODg5NDU2MzggQzE0Ljg2MTc4OTgsMy43MDU2MDM0NCAxMi45Mjc2OTA2LDMuNzIwMjk3NzkgMTEuNzQzODM3Nyw0LjkyMjI3NzExIEwxMCw2LjY5MjgxNTMzIEw4LjI1NjE2MjI5LDQuOTIyMjc3MTEgQzguMjM5ODM1MDQsNC45MDU3ODM2MyA4LjIzOTgzNTA0LDQuOTA1NzgzNjMgOC4yMjMzNDE1Niw0Ljg4OTQ1NjM4IEM3LjAyMTM2MjIzLDMuNzA1NjAzNDQgNS4wODcyNjMwNCwzLjcyMDI5Nzc5IDMuOTAzNDEwMTEsNC45MjIyNzcxMSBDMi42ODQyODgyLDYuMTYwMDY1NDMgMi42ODQyODgyLDguMTQ3MTkzMyAzLjkwMzQxMDExLDkuMzg0OTgxNjIgTDEwLDE1LjU3NDkxODUgWiBNMTAsMy44NDI2NTI0MyBMMTAuMzE4OTIwOCwzLjUxODg0ODU2IEMxMi4yNzc4NjU5LDEuNTI5OTA5MzMgMTUuNDc4MjU4NSwxLjUwNTU5NDMxIDE3LjQ2NzE5NzcsMy40NjQ1Mzk0MyBDMTcuNDk0NDg5OCwzLjQ5MTU1NjQ2IDE3LjQ5NDQ4OTgsMy40OTE1NTY0NiAxNy41MjE1MDY4LDMuNTE4ODQ4NTYgQzE5LjUwNzQwNjIsNS41MzUxNTQ2OCAxOS41MDc0MDYyLDguNzcyMTA0MDQgMTcuNTIxNTA2OCwxMC43ODg0MTAyIEwxMCwxOC40MjUwODE1IEwyLjQ3ODQ5MzE3LDEwLjc4ODQxMDIgQzAuNDkyNTkzODQ4LDguNzcyMTA0MDQgMC40OTI1OTM4NDgsNS41MzUxNTQ2OCAyLjQ3ODQ5MzE3LDMuNTE4ODQ4NTYgQzQuNDM3NDM4MjksMS41Mjk5MDkzMyA3LjYzNzgzMDg5LDEuNTA1NTk0MzEgOS42MjY3NzAxMSwzLjQ2NDUzOTQzIEM5LjY1NDA2MjIxLDMuNDkxNTU2NDYgOS42NTQwNjIyMSwzLjQ5MTU1NjQ2IDkuNjgxMDc5MjMsMy41MTg4NDg1NiBMMTAsMy44NDI2NTI0MyBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iUHJvdG90eXBlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iVXR2ZWNrbGFycG9ydGFsLUFQUC1pbmZvLW93biIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUyMC4wMDAwMDAsIC0xMTAuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJJY29ucy8yMHB4L2hlYXJ0LTIwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MTkuMDAwMDAwLCAxMDguMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0ib3V0bGluZXMiPgogICAgICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0iaW52aXNpYmxlLTIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiPjwvcmVjdD4KICAgICAgICAgICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGlkPSJQYXRoLTEwIiBmaWxsPSIjMDA1QUEwIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
}
.soa-ui-cm-leftnav .soa-ui-cm-icon-users:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgMTggMTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjUgKDY3NDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5JY29ucy8yMHB4L3VzZXItMjA8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iUHJvdG90eXBlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iVXR2ZWNrbGFycG9ydGFsLUFQUC1pbmZvLW93biIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQwMi4wMDAwMDAsIC0xMjAuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJJY29ucy8yMHB4L3VzZXItMjAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQwMS4wMDAwMDAsIDExOC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJpbnZpc2libGUtMjAiIHg9IjAiIHk9IjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PC9yZWN0PgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJvdXRsaW5lcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDMuMDAwMDAwKSIgZmlsbD0iIzAwNUFBMCI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik00LjAwMTQzODU1LDUuNTY2MzgxNDMgQzMuNjgxMDA3MDksNC45NDc1ODU5IDMuNSw0LjI0NDkzMTE5IDMuNSwzLjUgQzMuNSwxLjAxNDcxODYzIDUuNTE0NzE4NjMsLTEgOCwtMSBDMTAuNDg1MjgxNCwtMSAxMi41LDEuMDE0NzE4NjMgMTIuNSwzLjUgQzEyLjUsNC4yNDcwNzI1OSAxMi4zMTc5NTA4LDQuOTUxNjI1MzEgMTEuOTk1Nzk0Niw1LjU3MTcxNTc4IEMxMi45Nzg0OTU2LDYuMzQ3OTI5OTYgMTMuNzc3ODkwNCw3LjIxNDIzMTkgMTQuMzg5NTc2Myw4LjE3MDg4MDcgQzE1LjE4NTU4MzEsOS40MTU3OTg4NyAxNS43MDk5ODQ1LDExLjE4ODc5NDYgMTUuOTkyNjA5NSwxMy41MDA1NDMgTDE2LjA3Mjg3OTksMTQuMTU3MTIgTDE1LjUwMDA1NDksMTQuNDg3ODg5MSBDMTMuNTc5NTIxMSwxNS41OTY4NzIyIDExLjM5MjQ2ODksMTUuOTk5NjIzOCA3Ljk5NTIzODM0LDE1Ljk5OTk5OTcgQzQuNTk4MDA2MTgsMTUuOTk5NjIzOCAyLjQxMDk1NCwxNS41OTY4NzIyIDAuNDkwNDIwMTY1LDE0LjQ4Nzg4OTEgTC0wLjA4MjQwNDgzODMsMTQuMTU3MTIgTC0wLjAwMjEzNDM5MDg4LDEzLjUwMDU0MyBDMC4yODA0OTA2MjEsMTEuMTg4Nzk0NiAwLjgwNDg5MTk4Miw5LjQxNTc5ODg3IDEuNjAwODk4NzgsOC4xNzA4ODA3IEMyLjIxMzk4NjMzLDcuMjEyMDM5ODcgMy4wMTU2NDM5NCw2LjM0Mzk2MDQgNC4wMDE0Mzg1NSw1LjU2NjM4MTQzIFogTTUuMjkzMDYyMzEsNy4wOTUxMDgwMyBDNC40NTI3OTU3NSw3Ljc0OTQzMzIxIDMuNzg1MjkwNyw4LjQ2NzI0NzMxIDMuMjg1ODk2Nyw5LjI0ODI3NjY1IEMyLjc0Njc3MTc4LDEwLjA5MTQ0MzMgMi4zMzY4NDA1NiwxMS4zNjQ4MTEzIDIuMDc2NzgyNzYsMTMuMDYwOTc5NyBDMy41MjI4NDE4MSwxMy43MzQzNTg1IDUuMjkzMzM1MDgsMTMuOTk5Njg4NCA3Ljk5NTIzNjU4LDEzLjk5OTk5OTcgQzEwLjY5NzE0LDEzLjk5OTY4ODQgMTIuNDY3NjMzMywxMy43MzQzNTg1IDEzLjkxMzY5MjMsMTMuMDYwOTc5NyBDMTMuNjUzNjM0NSwxMS4zNjQ4MTEzIDEzLjI0MzcwMzMsMTAuMDkxNDQzMyAxMi43MDQ1Nzg0LDkuMjQ4Mjc2NjUgQzEyLjIwNjExMjIsOC40Njg2OTgzMyAxMS41NDAxNTksNy43NTIxMDA1OSAxMC43MDIwOTQyLDcuMDk4NzU1NTggQzkuOTQ5NjQxMjgsNy42NjQ2Mjc4MiA5LjAxMzk4NTgzLDggOCw4IEM2Ljk4MzgzNzQsOCA2LjA0NjM0MTg0LDcuNjYzMTg2MzUgNS4yOTMwNjIzMSw3LjA5NTEwODAzIFogTTcuOTkwNDc1MDksMTQgTDgsMTYgTDcuOTkwNDc1MDksMTQgWiBNOCwxNiBMNy45OTA0NzUwOSwxNCBMOCwxNiBaIE04LDYgQzkuMzgwNzExODcsNiAxMC41LDQuODgwNzExODcgMTAuNSwzLjUgQzEwLjUsMi4xMTkyODgxMyA5LjM4MDcxMTg3LDEgOCwxIEM2LjYxOTI4ODEzLDEgNS41LDIuMTE5Mjg4MTMgNS41LDMuNSBDNS41LDQuODgwNzExODcgNi42MTkyODgxMyw2IDgsNiBaIiBpZD0iQ29tYmluZWQtU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
}
.soa-ui-cm-leftnav .soa-ui-cm-icon-cogs:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTggMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjUgKDY3NDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5JY29ucy8yMHB4L3NjcmVlbi0yMDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik05LDE2IEw5LDE1IEwzLjUsMTUgQzIuMTE5Mjg4MTMsMTUgMSwxMy44ODA3MTE5IDEsMTIuNSBMMSw0LjUgQzEsMy4xMTkyODgxMyAyLjExOTI4ODEzLDIgMy41LDIgTDE2LjUsMiBDMTcuODgwNzExOSwyIDE5LDMuMTE5Mjg4MTMgMTksNC41IEwxOSwxMi41IEMxOSwxMy44ODA3MTE5IDE3Ljg4MDcxMTksMTUgMTYuNSwxNSBMMTEsMTUgTDExLDE2IEwxNCwxNiBMMTQsMTggTDYsMTggTDYsMTYgTDksMTYgWiBNMy41LDQgQzMuMjIzODU3NjMsNCAzLDQuMjIzODU3NjMgMyw0LjUgTDMsMTIuNSBDMywxMi43NzYxNDI0IDMuMjIzODU3NjMsMTMgMy41LDEzIEwxNi41LDEzIEMxNi43NzYxNDI0LDEzIDE3LDEyLjc3NjE0MjQgMTcsMTIuNSBMMTcsNC41IEMxNyw0LjIyMzg1NzYzIDE2Ljc3NjE0MjQsNCAxNi41LDQgTDMuNSw0IFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJQcm90b3R5cGUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJVdHZlY2tsYXJwb3J0YWwtQVBQLWluZm8tb3duIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTI1LjAwMDAwMCwgLTE0Ni4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9Ikljb25zLzIwcHgvc2NyZWVuLTIwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MjQuMDAwMDAwLCAxNDQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0ib3V0bGluZXMiPgogICAgICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0iaW52aXNpYmxlLTIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiPjwvcmVjdD4KICAgICAgICAgICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGlkPSJDb21iaW5lZC1TaGFwZSIgZmlsbD0iIzAwNUFBMCIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=');
}
.soa-ui-cm-leftnav .soa-ui-cm-icon-lock:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTYgMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjYgKDY3NDkxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5JY29ucy8yMHB4L3BhZGxvY2stMjA8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBkPSJNMy4xMzM0OTU5MSw2Ljk0Nzk1MjE2IEwzLjEzMzQ5NTkxLDYuMjcwODQzNDcgQzMuMTMzNDk1OTEsMy4zMzEwOTE3OCA1LjUxNjYzNTUzLDAuOTQ3OTUyMTU5IDguNDU2Mzg3MjMsMC45NDc5NTIxNTkgQzExLjM5NjEzODksMC45NDc5NTIxNTkgMTMuNzc5Mjc4NSwzLjMzMTA5MTc4IDEzLjc3OTI3ODUsNi4yNzA4NDM0NyBMMTMuNzc5Mjc4NSw2Ljk0Nzk1MjE2IEwxNi40NTYzODcyLDYuOTQ3OTUyMTYgTDE2LjQ1NjM4NzIsMTguOTIxODg1NiBMMC40NTYzODcyMjcsMTguOTIxODg1NiBMMC40NTYzODcyMjcsNi45NDc5NTIxNiBMMy4xMzM0OTU5MSw2Ljk0Nzk1MjE2IFogTTUuMTMzNDk1OTEsNi45NDc5NTIxNiBMMTEuNzc5Mjc4NSw2Ljk0Nzk1MjE2IEwxMS43NzkyNzg1LDYuMjcwODQzNDcgQzExLjc3OTI3ODUsNC40MzU2NjEyOCAxMC4yOTE1Njk0LDIuOTQ3OTUyMTYgOC40NTYzODcyMywyLjk0Nzk1MjE2IEM2LjYyMTIwNTAzLDIuOTQ3OTUyMTYgNS4xMzM0OTU5MSw0LjQzNTY2MTI4IDUuMTMzNDk1OTEsNi4yNzA4NDM0NyBMNS4xMzM0OTU5MSw2Ljk0Nzk1MjE2IFogTTcuMzA2NjE2NDYsMTIuNDExMzQ4OCBDNy4wODgwMTg3MywxMi4xNTA3Mzc2IDYuOTU2Mzg3MjMsMTEuODE0NzE3IDYuOTU2Mzg3MjMsMTEuNDQ3OTUyMiBDNi45NTYzODcyMywxMC42MTk1MjUgNy42Mjc5NjAxLDkuOTQ3OTUyMTYgOC40NTYzODcyMyw5Ljk0Nzk1MjE2IEM5LjI4NDgxNDM1LDkuOTQ3OTUyMTYgOS45NTYzODcyMywxMC42MTk1MjUgOS45NTYzODcyMywxMS40NDc5NTIyIEM5Ljk1NjM4NzIzLDExLjgxMTI3NTIgOS44MjcyMTQ2MywxMi4xNDQ0MjgzIDkuNjEyMjg5MDQsMTIuNDAzOTkyIEwxMSwxNiBMNiwxNiBMNy4zMDY2MTY0NiwxMi40MTEzNDg4IFogTTIuNDU2Mzg3MjMsOC45NDc5NTIxNiBMMi40NTYzODcyMywxNi45MjE4ODU2IEwxNC40NTYzODcyLDE2LjkyMTg4NTYgTDE0LjQ1NjM4NzIsOC45NDc5NTIxNiBMMi40NTYzODcyMyw4Ljk0Nzk1MjE2IFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJQcm90b3R5cGUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJVdHZlY2tsYXJwb3J0YWwtcHJvZmlsZS1zZXR0aW5ncyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYxMC4wMDAwMDAsIC03MTAuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJJY29ucy8yMHB4L3BhZGxvY2stMjAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYwOC4wMDAwMDAsIDcwOS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJpbnZpc2libGUtMjAiIHg9IjAiIHk9IjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PC9yZWN0PgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJvdXRsaW5lcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS41NDM2MTMsIDAuMDUyMDQ4KSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSBpZD0iQ29tYmluZWQtU2hhcGUiIGZpbGw9IiMwMDVBQTAiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+');
}
.soa-ui-cm-leftnav .soa-ui-cm-icon-key:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTlweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAgMTkgMTkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjYgKDY3NDkxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5JY29ucy8yMHB4L2xvZ2luLXBpbmNvZGUtMjA8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBkPSJNMTcuMjkyODkzMiw5LjI5Mjg5MzIyIEwxOC43MDcxMDY4LDEwLjcwNzEwNjggTDExLDE4LjQxNDIxMzYgTDcuMjkyODkzMjIsMTQuNzA3MTA2OCBMOC43MDcxMDY3OCwxMy4yOTI4OTMyIEwxMSwxNS41ODU3ODY0IEwxNy4yOTI4OTMyLDkuMjkyODkzMjIgWiBNMiw5IEwxNCw5IEwxNCwxMSBMMCwxMSBMMCwwIEwxNywwIEwxNyw4IEwxNSw4IEwxNSwyIEwyLDIgTDIsOSBaIE00LjUsNyBDMy42NzE1NzI4OCw3IDMsNi4zMjg0MjcxMiAzLDUuNSBDMyw0LjY3MTU3Mjg4IDMuNjcxNTcyODgsNCA0LjUsNCBDNS4zMjg0MjcxMiw0IDYsNC42NzE1NzI4OCA2LDUuNSBDNiw2LjMyODQyNzEyIDUuMzI4NDI3MTIsNyA0LjUsNyBaIE04LjUsNyBDNy42NzE1NzI4OCw3IDcsNi4zMjg0MjcxMiA3LDUuNSBDNyw0LjY3MTU3Mjg4IDcuNjcxNTcyODgsNCA4LjUsNCBDOS4zMjg0MjcxMiw0IDEwLDQuNjcxNTcyODggMTAsNS41IEMxMCw2LjMyODQyNzEyIDkuMzI4NDI3MTIsNyA4LjUsNyBaIE0xMi41LDcgQzExLjY3MTU3MjksNyAxMSw2LjMyODQyNzEyIDExLDUuNSBDMTEsNC42NzE1NzI4OCAxMS42NzE1NzI5LDQgMTIuNSw0IEMxMy4zMjg0MjcxLDQgMTQsNC42NzE1NzI4OCAxNCw1LjUgQzE0LDYuMzI4NDI3MTIgMTMuMzI4NDI3MSw3IDEyLjUsNyBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iUHJvdG90eXBlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iVXR2ZWNrbGFycG9ydGFsLXByb2ZpbGUtc2V0dGluZ3MiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00ODcuMDAwMDAwLCAtNzQxLjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iSWNvbnMvMjBweC9sb2dpbi1waW5jb2RlLTIwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0ODYuMDAwMDAwLCA3NDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0iaW52aXNpYmxlLTIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiPjwvcmVjdD4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0ib3V0bGluZXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuMDAwMDAwLCAxLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgaWQ9IkNvbWJpbmVkLVNoYXBlIiBmaWxsPSIjMDA1QUEwIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
}
.soa-ui-cm-imgtxt-document-neutral:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMTggMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjYgKDY3NDkxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5kb2N1bWVudF8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJQcm90b3R5cGUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJVdHZlY2tsYXJwb3J0YWwtQVBJLWRvY3MiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NTMuMDAwMDAwLCAtNzIyLjAwMDAwMCkiIGZpbGw9IiMwMDVBQTAiPgogICAgICAgICAgICA8ZyBpZD0iRnlsbC1pLWtvbnRha3R1cHBnaWZ0ZXItQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEwLjAwMDAwMCwgNTUzLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9InRhYmxlUm93IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMTU1LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJkb2N1bWVudF8zMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzM2LjAwMDAwMCwgMTAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJkb2N1bWVudC0zMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy4wMDAwMDAsIDQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMCwtMC4wMDAzIEwwLDIzLjk5OTcgTDE4LDIzLjk5OTcgTDE3Ljk5Myw1LjA4NTcgTDEyLjkxNSwtMC4wMDAzIEwwLC0wLjAwMDMgWiBNMiwyLjAwMDcgTDEyLjA4NSwyLjAwMDcgTDE1Ljk5Myw1LjkxNDcgTDE2LDIyLjAwMDcgTDIsMjIuMDAwNyBMMiwyLjAwMDcgWiIgaWQ9IkZpbGwtMSIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iRmlsbC0yIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHBvaW50cz0iNCAxMCAxNCAxMCAxNCA4IDQgOCI+PC9wb2x5Z29uPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IkZpbGwtMyIgZmlsbC1ydWxlPSJub256ZXJvIiBwb2ludHM9IjQgMTQgMTQgMTQgMTQgMTIgNCAxMiI+PC9wb2x5Z29uPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IkZpbGwtNCIgZmlsbC1ydWxlPSJub256ZXJvIiBwb2ludHM9IjQgMTggMTQgMTggMTQgMTYgNCAxNiI+PC9wb2x5Z29uPgogICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=');
  width: 32px!important;
  height: 32px!important;
  color: #005AA0!important;
  font-family: arial!important;
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  left: 0!important;
  top: 0!important;
}
.error::-webkit-input-placeholder,
.inputerror::-webkit-input-placeholder {
  color: #f00;
}
.error:-moz-placeholder,
.inputerror::-webkit-input-placeholder {
  /* Firefox 18- */

  color: #f00;
}
.error::-moz-placeholder,
.inputerror::-moz-placeholder {
  /* Firefox 19+ */

  color: #f00;
}
.error:-ms-input-placeholder,
.inputerror:-ms-input-placeholder {
  color: #f00;
}
.placeholder {
  color: #666;
}
.placeholder.error {
  color: #f00;
}
/***** style.css prior to 8/20/13 *********/
div.cwrap {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-width: 0 0 1px 1px;
}
.def_table {
  /**** only used in widget.sysadmin *****/

  width: 470px;
}
.def_table > tbody > tr > th,
.def_table > tbody > tr > td {
  line-height: 20px;
  padding: 0 0 20px;
  vertical-align: top;
}
.def_table > tbody > tr > th {
  background: transparent;
  color: #b3b3b3;
  width: 130px;
}
.def_table > tbody > tr > th,
.def_table > tbody > tr > td > label {
  font-weight: bold;
}
.def_table > tbody > tr > td > img {
  display: block;
  float: left;
  margin-right: 20px;
}
.def_table > tbody > tr > td > button {
  margin-right: 5px;
}
.def_table > tbody > tr > td > textarea {
  width: 100%;
}
.reviews {
  clear: both;
}
#team_members_ul > li > .desc {
  overflow: hidden;
  text-align: center;
  width: 74px;
  word-wrap: break-word;
}
#BoardItemsFilter > .cwrap {
  border-bottom: 2px solid #dddddd;
  border-top: 2px solid #dddddd;
  padding: 0;
}
#ResourceTitle + #BoardItemsFilter > .cwrap {
  border-top-width: 0;
}
#BoardItemsFilter > .cwrap.board_item_detail_options {
  padding: 15px;
}
/* TODO: remove all references to .filterBoard */
#BoardItemsFilter .filterBoard {
  padding: 15px 0 15px 20px;
}
#BoardItemsFilter ul.filterBoard > li,
#BoardItemsFilter ul.filterBoard > li > h4,
#BoardItemsFilter span.selectbox,
#BoardItemsFilter ul.filterBoard > li > label,
#BoardItemsFilter ul.filterBoard > li > input {
  display: inline-block;
  line-height: 15px;
  vertical-align: middle;
}
#BoardItemsFilter ul.filterBoard > li > input.radio {
  margin-right: 3px;
  margin-top: -1px;
}
#BoardItemsFilter ul.filterBoard > li > span.selectbox {
  height: 15px;
  padding: 2px 30px 3px 7px;
}
#BoardItemsFilter ul.filterBoard > li > h4,
#BoardItemsFilter ul.filterBoard > li > label {
  color: #222222;
  font-weight: bold;
  padding: 0 4px 0 0;
}
#BoardItemsFilter ul.filterBoard > li > .controlEnvironmentLabel {
  color: #000000;
  font-size: 11px;
  font-weight: bold;
}
#BoardItemsFilter .filterBoard > li {
  padding-left: 5px;
}
#BoardItemsFilter .filterBoard > li:first-child {
  padding: 0;
}
#BoardItemsFilter .tagtext_container:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
#BoardItemsFilter ul.filterBoard > li > label.tagtext_label {
  float: left;
  padding: 3.5px 7px 0 0;
}
#BoardItemsFilter .soa-ui-cm-input-container {
  background: #eceded;
  border-color: #eceded;
  color: #7f7f7f;
  float: left;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  padding: 4px 2px 3px 7px;
  width: 108px;
}
#BoardItemsFilter .soa-ui-cm-input-container:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
#BoardItemsFilter .soa-ui-cm-input-container .BoardItemsFilter_submit,
#BoardItemsFilter .soa-ui-cm-input-container .BoardItemsFilter_tags {
  float: left;
}
#BoardItemsFilter .soa-ui-cm-input-container .BoardItemsFilter_tags {
  background: none;
  border: none;
  font-size: 11px;
  height: 13px;
  padding: 1px;
  vertical-align: middle;
  width: 88px;
}
#BoardItemsFilter .soa-ui-cm-input-container .BoardItemsFilter_submit {
  margin: -1px 0 0 2px;
}
#BoardItemsFilter .soa-ui-cm-input-container .BoardItemsFilter_submit .soa-ui-cm-imgtxt {
  display: block;
  height: 15px;
  width: 15px;
}
#BoardItemsFilter .soa-ui-cm-input-container .BoardItemsFilter_submit .soa-ui-cm-imgtxt:before {
  font-size: 13px;
  height: 15px;
  left: 0;
  top: 2px;
  width: 15px;
}
.headerPanel {
  background: transparent;
  color: #494949;
  padding: 10px 15px;
}
.headerPanel > h1 {
  color: #494949;
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.resourceHeaderPanel {
  margin: 10px 0 0;
  width: 100%;
}
.titleLabel {
  color: #494949;
  font-size: 17px;
  font-weight: bold;
  padding: 5px 18px;
}
.hidden {
  left: -9999px ! important;
  position: absolute ! important;
  top: -9999px ! important;
}
.noshow {
  display: none;
}
.highlight {
  color: #494949 !important;
}
.cwrap {
  padding: 15px;
}
div.clear_both {
  clear: both;
  height: 0;
}
.adminonly,
.adminonly.soa-ui-cm-hidden,
.adminonly.isadmin.soa-ui-cm-hidden {
  display: none;
}
.AppConnections .adminonly {
  display: none;
}
.adminonly.isadmin {
  display: block;
}
.value_textbox_active {
  font-size: 14px;
}
.info {
  font-size: 10px;
  text-align: left;
}
.contractView img {
  vertical-align: bottom;
}
.nomargin {
  margin: 0 ! important;
}
.nopadding {
  padding: 0 ! important;
}
h2.gentitle,
h3.gentitle {
  margin: 0 0 10px;
}
h2.gentitle {
  color: #494949;
  font-size: 14px;
}
h3.gentitle {
  font-size: 12px;
}
.gentitle .small {
  font-weight: normal;
}
p.gendesc {
  margin: 0 0 12px;
}
.gentitle span {
  color: #333333;
}
.otherActionsContainer {
  float: right;
  padding: 4px 6px;
}
h1.dialogHeader {
  background-color: #e5e5e5;
  color: #484848;
  font-size: 16px;
  padding: 10px 15px;
}
div#main_loader {
  font-size: 0;
  left: 224px;
  line-height: 16px;
  padding: 15px 20px;
}
.apilinks {
  float: right;
}
.apilinks [class].borderless {
  background: url("images/sprites_cm_open_system_2683b4.png") no-repeat;
  border: none;
  color: #00427a;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  margin: 0 0 0 10px;
  padding: 0 0 0 18px;
}
.apilinks .apilink_access.borderless {
  background-position: -4px -324px;
  padding-left: 30px;
}
.apilinks .apilink_adddash.borderless {
  background-position: -4px -370px;
}
.apilinks .apilink_removedash.borderless {
  background-position: -4px -411px;
}
.img-yes,
.img-no {
  background: url("images/sprites_cm_open_system_2683b4.png") no-repeat -4px -281px;
  display: inline-block;
  height: 13px;
  margin: 0 2px;
  width: 13px;
}
.img-no {
  background-position: -3px -238px;
}
.discussion_types {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.start_discussion_options {
  background: #f8f8f8;
  padding: 5px 20px 0;
}
.start_discussion_options > ul > li {
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  padding: 0 15px 0 0;
}
.start_discussion_options > ul.apilinks > li {
  margin-top: 5px;
  padding-right: 4px;
}
.start_discussion_options > ul > li > .discussiontype {
  color: #494949;
  display: block;
  font-size: 14px;
  padding: 5px 0 12px 25px;
}
.start_discussion_options .active {
  cursor: default;
  font-weight: bold;
  position: relative;
}
.start_discussion_options .active .arrow {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 1001;
  bottom: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #00427a;
  left: calc(100% - 15px - 100%/2);
}
.discussion_form_wrap {
  background: #f8f8f8;
  border-bottom: 1px solid #e5e5e5;
  color: #a5a5a5;
  padding: 0 20px 20px;
}
.board_item {
  border-top: 1px solid #959595;
  padding-top: 22px;
}
.board_item .resourceOrigin,
.board_item .resourceOrigin > a {
  background: no-repeat url("images/sprites_cm_open_icons_18_8a8a8a.png");
  display: block;
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  padding: 0 0 0 30px;
  vertical-align: middle;
}
.board_item .resourceOrigin > a {
  display: inline;
}
.board_item .resourceOrigin {
  margin-bottom: 10px;
}
.board_item .resourceOrigin > a {
  padding-left: 26px;
  position: relative;
}
.board_item .resourceOrigin > a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #00427a;
  display: block;
  font: 20px/1 FontAwesome;
  left: 1px;
  position: absolute;
  text-indent: 0;
  text-rendering: auto;
  top: -2px;
}
.board_item .resourceOrigin > a.resourceOrigin_api:before {
  content: "\f013";
}
.board_item .resourceOrigin > a.resourceOrigin_app:before {
  content: "\f1ec";
}
.board_item .resourceOrigin > a.resourceOrigin_group:before {
  content: "\f0c0";
}
.board_item:first-child {
  border: medium none;
  padding: 0;
}
.board_item form {
  padding-top: 10px;
}
.item_content {
  float: left;
  font-size: 11px;
  position: relative;
  width: 662px;
}
.item_image {
  float: left;
  font-size: 10px;
  padding: 0 18px 0 13px;
  text-align: center;
  width: 86px;
  word-wrap: break-word;
}
.item_image > img {
  display: block;
  margin: 0 auto;
}
.comment_panel .item_image {
  padding: 0 14px 0 4px;
  width: 20px;
}
.comment_panel.unpublished .item_comment_description > p {
  opacity: .5;
}
.item_utils {
  position: absolute;
  right: 5px;
  top: 5px;
}
.item_utils {
  background: no-repeat url("images/sprites_cm_open_system_2683b4.png");
  height: 17px;
  padding: 4px 0 0 10px;
}
[class*="board_item_type"] .item_utils:before,
.item_utils > button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #7f7f7f;
  display: block;
  font: 14px/1 FontAwesome;
  left: 1px;
  position: absolute;
  text-indent: 0;
  text-rendering: auto;
}
.board_item_type_discussion .item_utils:before {
  content: "\f086";
}
.board_item_type_ticket .item_utils:before {
  content: "\f1cd";
}
.board_item_type_alert .item_utils:before {
  content: "\f0f3";
}
.item_utils > button:before {
  content: "\f00d";
}
.item_content > h3 {
  padding-bottom: 2px;
  padding-right: 65px;
  font-weight: 500;
  font-size: 14px;
}
.item_content > p {
  padding-right: 65px;
}
.item_content .board-item-state {
  border: 1px solid #f00;
  color: #f00;
  display: none;
  font-size: 14px;
  padding: 6px;
}
.unpublished .item_content > p,
.unpublished .item_content > h3 {
  opacity: .5;
}
.unpublished .item_content .soa-ui-cm-board-item-content {
  min-height: 33px;
}
.board_item_type_discussion .board-item-state.pending,
.board_item_type_discussion .board-item-state.rejected {
  display: inline-block;
}
.item_content > dl,
.item_content .stats {
  line-height: 16px;
}
.stats-container {
  padding-bottom: 5px;
}
.item_content .stats {
  padding-top: 5px;
}
.item_content .stats:first-child {
  padding-top: 0;
}
.item_content .stats .tags {
  padding: 0;
}
.item_content > dl > dt,
.item_content > dl > dd,
.item_content > dl > dd > ul > li,
.item_content > ul > li,
.item_comment_description > ul > li,
.item_content .stats .tags,
.item_content .stats > dd,
.item_content .stats > dt {
  display: inline-block;
  line-height: 16px;
}
.item_comment_description {
  float: left;
  width: 620px;
}
.item_comment_description > ul,
.item_comment_description > p {
  padding: 0;
  line-height: 13px;
}
.item_comment_description > ul > li.comment_username {
  display: inline-block;
  line-height: 16px;
  max-width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.item_content > dl > dd,
.item_content > dl > dd > ul > li,
.item_content > ul > li,
.item_comment_description > ul > li,
.item_content .stats > dd {
  padding-right: 14px;
}
.item_content .stats .tags > li {
  color: #00427a;
  cursor: pointer;
  display: inline-block;
  padding: 0;
}
.item_content .stats .tags > li:after {
  color: #7f7f7f;
  content: ", ";
}
.item_content .stats .tags > li.last:after {
  content: "";
}
.item_content .stats .tags > li:last-child:after {
  content: "";
}
.item_content > dl > dt,
.item_content .stats > dt {
  font-weight: 700;
}
.item_content > dl > dt:nth-child(11):before,
.item_content .stats > dt:nth-child(11):before {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  width: 0;
}
.item_content > .buttons {
  float: right;
  padding: 0 0 5px;
}
.item_content .view_all_comments {
  background: #ccd9e4;
  clear: right;
  color: #00427a;
  cursor: pointer;
  display: none;
  font-style: italic;
  height: 27px;
  line-height: 27px;
  padding: 0 7px;
  vertical-align: middle;
}
.item_content .view_all_comments.more_than_2 {
  display: block;
}
.comment_panel {
  padding-top: 15px;
}
.comment_panel .comment-status {
  border: 1px solid #f00;
  color: #f00;
  display: none;
  font-size: 12px;
  padding: 3px;
}
.comment_panel .comment-status-rejected,
.comment_panel .comment-status-pending {
  display: inline-block;
}
.new_comment .required {
  color: #7f7f7f;
}
.new_comment .buttons {
  float: right;
}
.new_comment .buttons > li,
.extra_actions > li {
  float: left;
  padding-left: 10px;
}
.new_comment > p > input[type="text"],
.new_comment > fieldset > p > textarea {
  border: 1px solid #eceded;
  font-size: 11px;
  line-height: 14px;
  padding: 2px 5px;
  width: 650px;
}
.new_comment > p > input[type="text"] {
  color: #7f7f7f;
  font-style: italic;
  height: 14px;
}
.new_comment > fieldset {
  display: none;
}
.extra_actions {
  display: none;
}
.startDiscussionOptions .unregistered-signup {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color;
  border-image: none;
  border: 1px solid #dddddd;
  border-width: 0 1px;
  padding: 10px;
}
form.newTalkboxEntry:first-child > p {
  margin-top: -1px;
  padding: 0;
}
form.newTalkboxEntry input[type="text"],
form.newTalkboxEntry textarea {
  background: #00427a;
  border: 1px solid #00427a;
  color: #7f7f7f;
  font-size: 11px;
  font-weight: bold;
}
form.newTalkboxEntry input[type="text"].placeholder,
form.newTalkboxEntry textarea.placeholder {
  color: #666;
}
.error,
form.newTalkboxEntry .error {
  color: red ! important;
}
form.newTalkboxEntry label.error {
  display: block;
}
form.newTalkboxEntry > div > p,
form.newTalkboxEntry .p_required {
  padding: 0 0 10px;
}
h5.starterForm {
  margin-top: -1px;
  padding: 0;
}
form.newTalkboxEntry input.starter[type="text"],
.starterForm .starter {
  background: #00427a;
  /* needs to be redesigned anyway; regular input bg color doesn't work here */

  border: 1px solid #00427a;
  color: #7f7f7f;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 6px 6px;
  position: relative;
  top: -1px;
}
.starterForm .starter {
  padding-bottom: 5px;
}
.starterForm .starter.noEntry {
  font-size: 12px;
  font-weight: normal;
}
form.newTalkboxEntry .inputs {
  white-space: nowrap;
}
form.newTalkboxEntry .inputs > p {
  display: inline-block;
  padding-left: 5px;
  vertical-align: top;
  width: calc(50% + 26px);
}
form.newTalkboxEntry .inputs > p.p_required {
  width: calc(50% - 30px);
}
form.newTalkboxEntry .inputs > p.p_required:after {
  right: -5px;
}
form.newTalkboxEntry .inputs > p > input[type="text"] {
  padding: 6px;
  width: calc(100% - 19px);
}
form.newTalkboxEntry .inputs > p:first-child {
  padding: 0;
}
form.newTalkboxEntry .p_required {
  position: relative;
}
form.newTalkboxEntry .p_required:after {
  color: #f00;
  content: " *";
  display: block;
  padding: 0 0 0 3px;
  position: absolute;
  right: -3px;
  top: 0;
}
form.newTalkboxEntry > .p_required {
  width: 766px;
}
form.newTalkboxEntry .inputs .menu_parent {
  width: 371px;
}
form.newTalkboxEntry > p > textarea {
  height: 60px;
  padding: 6px;
  width: 746px;
}
form.newTalkboxEntry .filters .filteropt {
  float: left;
  padding: 0 10px 10px 0;
}
form.newTalkboxEntry .filters .filteropt.right {
  float: right;
  padding-right: 0;
}
form.newTalkboxEntry .filters .filteropt > select {
  float: left;
}
form.newTalkboxEntry .filters .filteropt > label {
  display: block;
  float: left;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  padding: 0 5px 0 0;
  vertical-align: top;
}
form.newTalkboxEntry .filters .filteropt > label > .p_required:after {
  display: inline;
  position: relative;
  right: 2px;
  top: 0;
}
form.newTalkboxEntry .filters .filteropt label.error {
  display: block;
  font-size: 10px;
  line-height: normal;
}
form.newTalkboxEntry .buttons {
  float: right;
}
form.newTalkboxEntry .buttons > button,
form.newTalkboxEntry .buttons .button {
  margin: 0 0 0 5px;
}
.validateField {
  border-radius: 0 0 0 0;
  border: 0 none;
}
span.generror {
  float: none ! important;
  font-size: 11px;
}
span.generror span {
  color: red;
  display: block;
  margin: 3px 0 5px;
}
span.mandatory {
  color: red;
  padding: 0 0 0 2px;
}
.header_bg {
  width: 925px;
}
.header_align {
  float: right;
  height: 70px;
}
.logo_container {
  float: left;
  margin-top: 10px;
  text-align: left;
  vertical-align: bottom;
}
.logo_container > a {
  background-image: url("images/logo_lansforsakringar.png");
  height: 46px;
  width: 229px;
}
.plus_container {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  float: left;
  height: 59px;
  width: 55px;
}
#PlusLogo {
  height: 53px;
  margin: 6px auto 0;
  width: 45px;
}
#PlusLogo a.plustoggle {
  display: block;
  height: 53px;
  text-indent: -9999px;
  width: 45px;
}
#PlusLogo a.plustoggle.active {
  background-color: #e5e5e5;
  background-image: url("images/SaaS-Sprites-question_plus-white.png");
}
#PlusLogo .popdown {
  width: auto;
}
#dropdown_loading {
  padding: 10px 20px;
  background-color: #FFF;
}
#dropdown_loading img {
  width: 190px;
}
.login_container,
.myinfo_container {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  float: left;
  height: 59px;
  margin-left: 10px;
  width: 182px;
}
div#loginError {
  background: #AC2121;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 7px 10px;
}
.myinfo_container {
  width: auto;
}
#myInfo {
  padding: 4px 15px 0 0;
}
#topInfoMine {
  padding: 0 0 0 10px;
  position: relative;
  top: 6px;
}
.myinfo_container .utilities > li > a,
.myinfo_container .utilities,
.myinfo_container .utilities > li,
#bottomInfoMine > h3,
#topInfoMine > h3,
#myInfo .profile_logo > span {
  color: #00427a;
  display: inline-block;
  font-size: 10px;
  line-height: 27px;
  padding: 0;
  vertical-align: middle;
}
#bottomInfoMine > h3 > a {
  color: #00427a;
}
.myinfo_container .profile_logo > span:before {
  background: url("images/SaaS-Sprites_15_gray.png") no-repeat scroll 0 -871px;
  content: "\0000a0";
  display: inline-block;
  line-height: 27px;
  margin-left: 5px;
  padding-right: 3px;
  position: relative;
  width: 18px;
}
.myinfo_container .utilities > li {
  color: #7f7f7f;
}
#topInfoMine > h3 {
  border-right: 1px solid #00427a;
  color: #00427a;
  height: 15px;
  margin-right: 4px;
  max-width: 237px;
  font-size: 11px;
  padding: 0 6px;
  position: relative;
  top: -6px;
}
.myinfo_container .utilities > li > a,
#myInfo .profile_logo > span {
  display: block;
  color: #00427a;
}
#bottomInfoMine > h3 {
  display: block;
  float: left;
}
#bottom_info_utilities > li > * {
  display: block;
  height: 18px;
  line-height: 18px;
  width: 18px;
  background: url("images/sprites_cm_open_icons_18_8a8a8a.png") no-repeat;
  float: none;
  text-indent: -9999px;
}
#bottom_info_utilities .yourAPI_logo > * {
  background-position: center -25px;
}
#bottom_info_utilities .APP_logo > * {
  background-position: center -69px;
}
#bottom_info_utilities .groups_logo > * {
  background-position: center -111px;
}
#bottom_info_utilities .connects_logo > * {
  background-position: center -153px;
}
#bottom_info_utilities .sysadmin_logo > * {
  background-position: center -584px;
}
#bottom_info_utilities .ActiveLogo > * {
  background-image: url("images/sprites_cm_open_icons_18_4a494a.png");
}
div.plslogin {
  background: #f1f1f1;
  border: 1px solid #cfd6d4;
  font-size: 11px;
  font-weight: bold;
  padding: 10px 20px;
  text-align: right;
}
#topInfoMine > h3 > img,
#topInfoMine > h3 > span,
#topInfoMine #header_username,
#topInfoMine .utilities {
  position: relative;
  top: -6px;
}
#topInfoMine > h3 > img,
#topInfoMine > h3 > span,
#topInfoMine #header_username {
  color: #00427a;
  display: inline-block;
  font-size: 11px;
  line-height: 27px;
  vertical-align: middle;
}
#topInfoMine > h3 > img {
  margin: 1px 6px 0 0;
}
#topInfoMine #header_username {
  font-style: normal;
  max-width: 115px;
  overflow: hidden;
  padding: 0 0 0 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.utilities,
.utilities > li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.utilities > li,
.utilities > li > a {
  display: inline-block;
  margin: 0;
}
#bottomInfoMine {
  padding: 0 4px 4px 9px;
}
#bottomInfoMine .utilities {
  border-left: 1px solid #00427a;
  line-height: 15px;
  margin-top: 5px;
  padding-left: 10px;
  float: left;
}
#bottomInfoMine .utilities > li {
  line-height: 18px;
  padding-left: 20px;
}
#bottomInfoMine .utilities > li.sysadmin_logo_cntr {
  display: none;
}
#bottomInfoMine .utilities > li:first-child {
  padding-left: 0;
}
#bottomInfoMine .menu_notifications {
  background: #D0D6D5;
  color: #2883B4;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 10px;
  margin-left: 13px;
  margin-top: 5px;
  padding: 3px 6px;
  vertical-align: 12%;
}
.menu_notifications,
.utilities > li > a {
  color: #00427a;
}
#signIn {
  color: #cfd1d2;
  cursor: pointer;
  float: left;
  font-size: 9px;
  font-weight: normal;
  line-height: 10px;
  margin-top: 10px;
  padding-left: 10px;
  text-align: left;
}
#signIn #bigText {
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 4px;
}
#ProfileLogo img,
#ProfileLogo span {
  color: #00427a;
}
#ProfileLogo span {
  padding-left: 5px;
}
#myOtherInfo {
  color: #00427a;
  margin-left: -82px;
  margin-top: 10px;
}
.search_container {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  float: left;
  height: 59px;
  margin-left: 10px;
  width: 148px;
}
div.search_header {
  margin: 10px;
}
.search_input {
  background: #eceded;
  border: 1px solid #eceded;
  border-radius: 3px;
  clear: both;
  display: block;
  float: left;
  padding: 3px;
  width: 124px;
}
.search_input input {
  background: #eceded;
  border: none;
  color: #7f7f7f;
  display: block;
  float: left;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 2px 0 1px;
  width: 98px;
}
.search_input button {
  background: url("images/hover_search.png") no-repeat center center #ffffff;
  background-size: 18px;
  border: none;
  border-radius: 3px;
  display: block;
  float: right;
  height: 17px;
  margin: 0;
  width: 18px;
}
div.search_button {
  float: right;
}
.search_button h3 {
  background: url("images/sprites_cm_open_button.png") no-repeat 100% -52px transparent;
  /**** 58px ****/

  color: #00427a;
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 26px;
  padding-right: 15px;
  vertical-align: middle;
}
div.search_button img {
  display: block;
  float: right;
  padding: 8px 0 0 6px;
}
.help_container {
  background: #ffffff 0 100% no-repeat;
  border: 1px solid #ffffff;
  float: left;
  height: 59px;
  margin-left: 10px;
  width: 53px;
}
.myinfo_container + .help_container {
  margin-left: 5px;
}
div#helpbutton {
  height: 53px;
  margin: 3px auto 0;
  position: relative;
  width: 45px;
}
div#helpbutton a.hlogo,
#PlusLogo a.plustoggle {
  background: url("images/SaaS-Sprites-question_plus-gray.png") no-repeat center -19px;
}
div#helpbutton a.hlogo {
  cursor: pointer;
  display: block;
  height: 53px;
  text-indent: -9999px;
  width: 45px;
}
#PlusLogo a.plustoggle {
  background-position: center -76px;
}
.search_logo {
  background-image: url("images/norm_search.png");
  background-repeat: no-repeat;
  height: 24px;
  margin-top: 16px;
  width: 24px;
}
.search_logo:hover {
  background-image: url("images/hover_search.png");
}
.search_align {
  vertical-align: middle;
}
#Add_Dropdown_Container {
  display: none;
  position: absolute;
  z-index: 99999;
}
#listContainer_Dropdown {
  clear: left;
}
#listContainer_Dropdown > ul {
  background-color: #ffffff;
  list-style: none outside none;
  padding: 0;
}
#listContainer_Dropdown > ul > li {
  clear: both;
  text-align: left;
  width: 198px;
}
#listContainer_Dropdown > ul > li .divider {
  background: none;
  border-top: 1px solid #e5e5e5;
  height: 1px;
  margin: 0 10px;
  width: auto;
}
#listContainer_Dropdown > ul > li:first-child .divider {
  border: none;
}
#listContainer_Dropdown > ul > li > a {
  background: url("images/sprites_cm_open_add_2683b4.png") no-repeat;
  color: #ffffff;
  display: block;
  font-weight: bold;
  padding: 10px 0 10px 56px;
}
#listContainer_Dropdown > ul > li > a.addAPI_logo {
  background-position: 8px -18px;
}
#listContainer_Dropdown > ul > li > a.addBusiness_logo {
  background-position: 8px -197px;
}
#listContainer_Dropdown > ul > li > a.addAPP_logo {
  background-position: 8px -64px;
}
#listContainer_Dropdown > ul > li > a.addGroup_logo {
  background-position: 8px -109px;
}
#listContainer_Dropdown > ul > li > a.addNewUsers_logo {
  background-position: 8px -154px;
}
#bigText {
  position: relative;
}
#loginformdropdown {
  padding-top: 10px;
}
#signindropdown {
  background-color: #ffffff;
  position: absolute;
  right: -16px;
  top: 50px;
  z-index: 99999;
}
#signindropdown .register_link {
  height: 16px;
  margin: 0 auto 5px;
  position: absolute;
  right: 55px;
  top: 43px;
  z-index: 999;
}
a.close_me {
  background: url("images/sprites_cm_open_button.png") no-repeat 4px -227px;
  color: #7f7f7f;
  display: block;
  float: left;
  font-size: 10px;
  font-weight: bold;
  padding: 8px 0 8px 20px;
}
.popdown {
  border: 1px solid #e5e5e5;
  cursor: auto;
  position: absolute;
  text-align: left;
  width: 472px;
  z-index: 999;
}
.popdown .popdown_title,
.popdown .popdown_footer {
  background: #e5e5e5;
}
.popdown_divider {
  background: #e5e5e5;
  font-size: 0;
  height: 1px;
  margin: 0 10px;
}
.popdown .popdown_title h2 {
  color: #484848;
  font-size: 16px;
  margin: 0;
  padding: 3px 10px 2px;
}
.popdown_content {
  background: #ffffff;
  color: #00427a;
  font-size: 12px;
  font-weight: normal;
}
.popdown_content .popdown_wrap {
  margin: 0 0 10px;
  padding: 0 0 15px;
}
.popdown_content .formwrap {
  border-bottom: 2px solid #e5e5e5;
}
.popdown_content .popdown_cwrap {
  margin: 15px auto;
  width: 360px;
  color: #7f7f7f;
}
.popdown_content form.f_styled ol li {
  border: medium none;
  margin: 0 0 15px;
  padding: 0;
}
.popdown_content form.f_styled ol li:hover {
  background: none;
}
.popdown_content form.f_styled ol li.lastchild {
  text-align: left;
}
.popdown_content form.f_styled ol li input[type="text"],
.popdown_content form.f_styled ol li input[type="textbox"],
.popdown_content form.f_styled ol li input[type="password"],
.popdown_content form.f_styled ol li textarea {
  width: 348px;
}
.popdown_content form.f_styled div.f_label {
  float: none;
  width: auto;
}
.popdown_content form.f_styled div.f_input {
  margin: 0;
  width: auto;
}
.popdown_content p.social_buttons {
  text-align: left;
  color: #7f7f7f;
}
.popdown_content p.social_buttons img.tp-login-button {
  margin-right: 10px;
  cursor: pointer;
  vertical-align: middle;
}
.popdown_content .imgtxt {
  border: medium none;
  cursor: pointer;
  display: inline-block;
  height: 13px;
  line-height: 13px;
  width: 13px;
}
#header_invite_box .popdown_footer {
  padding: 5px 0;
}
.popdown_footer_content .reset_and_close_header_invite_form {
  background: url("images/sprites_cm_open_system_2683b4.png") 0 -758.5px no-repeat;
  padding-left: 20px;
}
.searchdropdown_header {
  background: #CFD1D2;
  height: 20px;
  padding: 10px 10px 10px 38px;
}
.searchdropdown_title h4 {
  color: #2982B3;
}
#searchdropdown {
  background: #ffffff;
  margin: 25px 0 0 -239px;
  position: absolute;
  text-align: left;
  width: 300px;
  z-index: 99999;
}
.popdown_search {
  padding: 5px 0 5px 38px;
  position: relative;
}
.popdown_search ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.popdown_search ul li a {
  font-size: 10px;
  font-weight: bold;
}
.popdown_search ul li a {
  color: #7f7f7f;
  display: block;
  height: 24px;
  line-height: 24px;
  padding: 0;
}
.popdown_search ul li a:hover {
  background-color: #eceded;
  color: black;
}
.searchdropdown_title {
  background: url("images/sprites_cm_open_icons_18_8a8a8a.png") no-repeat center -25px;
  height: 18px;
  left: 11px;
  line-height: 18px;
  position: absolute;
  top: 10px;
  width: 20px;
}
.popdown_search_app .searchdropdown_title {
  background-position: center -69px;
}
.popdown_search_learnmore {
  height: 55px;
}
.popdown_search_learnmore a.popdown_search_images {
  background: url("images/search_learnmore.png") no-repeat;
  display: block;
  float: left;
  height: 55px;
  width: 65px;
}
.popdown_search_learnmore div.text {
  float: left;
  font-size: 11px;
  padding-left: 5px;
  padding-top: 10px;
}
#externalLogin {
  float: left;
  padding: 13px 0 0 25px;
  width: 425px;
}
#externalLogin .imgtxt {
  border: medium none;
  cursor: pointer;
  display: inline-block;
  height: 41px;
  line-height: 41px;
  margin-right: 17px;
  width: 41px;
}
#externalLogin .imgtxt:first-child {
  margin-left: 2px;
}
.soa-ui-cm-thirdparty-logins ul li.soa-ui-cm-thirdparty-login-item {
  display: inline;
}
.popdown_content .social_buttons .imgtxt {
  line-height: 41px;
  height: 41px;
  width: 41px;
}
#LoginFButton {
  background-image: url("images/icon_facebook.png");
}
#LoginTButton {
  background-image: url("images/icon_twitter.png");
}
#LoginYButton {
  background-image: url("images/icon_yahoo.png");
}
#LoginGButton {
  background-image: url("images/icon_google.png");
}
.popdown_content ul,
.popdown_content li,
.popdown_content h3 {
  color: #7f7f7f;
  display: block;
  float: none;
  font-size: 12px;
  line-height: normal;
  vertical-align: middle;
}
.popdown_content h3 {
  color: #00427a;
}
.popdown_content li {
  position: relative;
}
.popdown_content li:hover {
  background-color: #eceded;
  cursor: pointer;
}
.popdown_content span.more > a {
  color: #00427a;
}
.popdown_content span {
  color: #ffffff;
}
div.notification_counter {
  float: left;
  height: 16px;
  line-height: 16px;
  padding: 5px 10px;
}
div.notification_counter a.counter {
  background: #eceded;
  border: 1px solid #eceded;
  color: #7f7f7f;
  display: block;
  font-size: 11px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  text-align: center;
  width: 18px;
}
#header_notification_box {
  background: #ffffff;
  display: none;
  left: 20px;
  position: absolute;
  top: 53px;
  width: 430px;
}
#myInfo .popdown_content ul.notification_ul {
  float: none;
  list-style: none;
}
#myInfo .notification_ul > li {
  float: none;
  padding: 0 35px 15px;
}
#myInfo .notification_ul > li > p {
  padding: 0;
}
#myInfo .notification_ul .title,
#myInfo .notification_ul .description {
  font-size: 12px;
  line-height: 15px;
  padding: 0 18px 0 0;
}
#myInfo .notification_ul .title {
  color: #00427a;
  float: none;
}
#myInfo .notification_ul .more {
  float: none;
  font-weight: bold;
  line-height: inherit;
  text-transform: uppercase;
  vertical-align: baseline;
}
.notification_ul .notification_icon {
  height: 21px;
  position: absolute;
  right: 35px;
  top: 20px;
  width: 21px;
}
.notification_ul .com_soa_notification_type_app_ticket_created,
.notification_ul .com_soa_notification_type_api_ticket_created,
.notification_icon.com_soa_notification_type_app_ticket_created,
.notification_icon.com_soa_notification_type_api_ticket_created,
.notification_ul .com_soa_notification_type_ticket_priority_changed,
.notification_icon.com_soa_notification_type_ticket_priority_changed {
  background: url("images/discussion_ticket.png") no-repeat scroll 0 0 transparent;
}
.notification_ul .com_soa_notification_type_app_post_created,
.notification_ul .com_soa_notification_type_api_post_created,
.notification_icon.com_soa_notification_type_app_post_created,
.notification_icon.com_soa_notification_type_api_post_created {
  background: url("images/discussion_discussion.png") no-repeat scroll 0 0 transparent;
}
.notification_ul .com_soa_notification_type_app_review_created,
.notification_ul .com_soa_notification_type_api_review_created,
.notification_icon.com_soa_notification_type_app_review_created,
.notification_icon.com_soa_notification_type_api_review_created {
  background: url("images/discussion_discussion.png") no-repeat scroll 0 0 transparent;
}
.del-notification-popout {
  position: absolute;
  right: 10px;
  top: 25px;
}
.del-notification-popout .imgtxt {
  background: url("images/sprites_cm_open_system_2683b4.png") no-repeat center -759px;
  display: block;
  width: 14px;
}
.notification-avatar {
  height: 35px;
  left: 0;
  padding-right: 5px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 35px;
}
.notification_divider {
  border-top: 1px solid #e5e5e5;
}
.popdown_content li:first-child .notification_divider {
  border: none;
}
.notification-information {
  padding: 15px 20px 0 20px;
}
.notification-border {
  clear: both;
  display: block;
  margin-left: 40px;
  padding-top: 5px;
  width: 350px;
}
li:first-child > .notification-border {
  border: none;
}
.notification-avatar span {
  clear: both;
  display: block;
  font-size: 9px;
  overflow: hidden;
  word-wrap: break-word;
}
#header_notification_box #all_notifications_link {
  background-position: 101% -56px;
  color: #7f7f7f;
  display: inline-block;
  float: none;
  font-style: italic;
  line-height: 17px;
  padding-right: 12px;
  text-transform: none;
}
#header_notification_box .popdown_footer_content {
  padding: 5px;
}
#header_invite_box {
  background: #ffffff;
  display: none;
  margin: 0;
  position: fixed;
  width: 400px;
  z-index: 9999;
}
#header_invite_box form {
  padding: 15px;
}
#header_invite_box form label {
  display: block;
}
#header_invite_box form input,
#header_invite_box form textarea {
  border-radius: 3px;
  margin-bottom: 12px;
  width: 97%;
}
#header_invite_box form textarea {
  height: 60px;
  width: 97%;
}
#header_invite_box .popdown_content li.lastchild {
  border-top: 1px solid #ffffff;
  margin-bottom: 0;
  padding-top: 15px;
}
#header_invite_email_status_text {
  background-color: #fefbf3;
  border: 1px solid #ffffff;
  margin: 7px 0;
  max-height: 150px;
  overflow: auto;
  padding: 7px;
}
div.SocialShare {
  padding: 2px 0;
}
div.SocialShare_FB {
  padding: 2px 0 4px;
}
ul.ratethis {
  background: url("images/star_sprite_red.png") no-repeat scroll right top transparent;
  display: inline-block;
  height: 12px;
  line-height: 12px;
  list-style: none outside none;
  margin: 1px 0 0;
  padding: 0;
  width: 65px;
}
ul.ratethis.star_rate1 {
  background-position: -52px 0;
}
ul.ratethis.star_rate2 {
  background-position: -39px 0;
}
ul.ratethis.star_rate3 {
  background-position: -26px 0;
}
ul.ratethis.star_rate4 {
  background-position: -13px 0;
}
ul.ratethis.star_rate5 {
  background-position: 0 0;
}
ul.ratethis li {
  float: left;
  height: 12px;
  line-height: 12px;
  text-indent: -9999px;
  width: 13px;
}
ul.ratethis li a:link,
ul.ratethis li a:visited {
  display: block;
}
.sprite {
  background: url("images/star_sprite.png") no-repeat;
  display: inline-block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  vertical-align: middle;
}
.sprite span {
  left: -9999px;
  position: absolute;
}
.rating_unrated {
  background: url("images/star_rate_dark_5.gif") no-repeat;
  height: 12px;
  width: 65px;
}
.rating_wrap {
  background: url("images/star_sprite.png") no-repeat right top;
  display: inline-block;
  height: 12px;
  line-height: 12px;
  margin: 1px 0 0;
  width: 65px;
}
.rating_wrap span {
  background: url("images/star_sprite.png") no-repeat;
  display: block;
  text-indent: -9999px;
  width: 0%;
}
.rating_star_1_0 {
  background-position: -52px 0;
  height: 12px;
  width: 65px;
}
.rating_star_1_5 {
  background-position: -39px -13px;
  height: 12px;
  width: 65px;
}
.rating_star_2_0 {
  background-position: -39px 0;
  height: 12px;
  width: 65px;
}
.rating_star_2_5 {
  background-position: -26px -13px;
  height: 12px;
  width: 65px;
}
.rating_star_3_0 {
  background-position: -26px 0;
  height: 12px;
  width: 65px;
}
.rating_star_3_5 {
  background-position: -13px -13px;
  height: 12px;
  width: 65px;
}
.rating_star_4_0 {
  background-position: -13px 0;
  height: 12px;
  width: 65px;
}
.rating_star_4_5 {
  background-position: 0 -13px;
  height: 12px;
  width: 65px;
}
.rating_star_5_0 {
  background-position: 0 0;
  height: 13px;
  width: 65px;
}
div.rating_subtitle {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 6px;
}
div.rating {
  margin: 5px 0 15px;
}
div.rating_left {
  float: left;
}
div.rating_right {
  margin-left: 315px;
}
.ResourceTitle {
  background-color: transparent;
}
.ResourceTitle > h1 {
  border: 1px solid #dddddd;
  border-width: 0 0 1px;
  color: #494949;
  font-size: 24px;
  padding: 17px 15px 15px;
}
#Content-Wide .ResourceTitle > h1 {
  border-left-width: 1px;
}
.ResourceMenuLayoutItems {
  height: 100%;
}
.ResourceTitle > .soa-ui-cm-content-header > h1,
.ApiDocsResourceTitle > .soa-ui-cm-content-header > h1 {
  color: #494949;
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  padding: 17px 15px 15px;
}
h1.headerPanel {
  color: #494949;
  font-size: 24px;
  font-weight: 300;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 10px;
}
.resource_item_container {
  background-color: transparent;
  margin-bottom: 2px;
  padding-bottom: 2px;
  padding-top: 2px;
  white-space: nowrap;
  width: 90%;
}
.resource_item:link,
.resource_item:visited,
.resource_item:active,
.resource_item:hover,
.resource_item_active:link,
.resource_item_active:visited,
.resource_item_active:active,
.resource_item_active:hover {
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  width: 88%;
}
.menu_link:link,
.menu_link:visited,
.menu_link:active,
.menu_link:hover,
.menu_link_active:link,
.menu_link_active:visited,
.menu_link_active:active,
.menu_link_active:hover,
.loggedin_top_menu_link:link,
.loggedin_top_menu_link:visited,
.loggedin_top_menu_link:active,
.loggedin_top_menu_link:hover,
.loggedin_top_menu_link_active:link,
.loggedin_top_menu_link_active:visited,
.loggedin_top_menu_link_active:active,
.loggedin_top_menu_link_active:hover,
.top_menu_link:link,
.top_menu_link:visited,
.top_menu_link:active,
.top_menu_link:hover,
.top_menu_link_active:link,
.top_menu_link_active:visited,
.top_menu_link_active:active,
.top_menu_link_active:hover {
  color: #00427a;
  text-decoration: none;
}
.collection_item_extensions {
  font-size: 10px;
  margin-bottom: 10px;
  margin-left: 80px;
  margin-top: 15px;
}
.collection_item_actions {
  float: right;
  margin-left: 25px;
}
.collection_item_container {
  padding: 5px 0;
}
.collection_item_container .soa-ui-cm-markdown-it-enabled-preview {
  padding-top: 0;
}
.collection_item_extensions li {
  display: inline;
}
.FollowersCollection .collection_item_container {
  border-bottom: 2px solid #959595;
}
.collection_item_container:after,
.collection_item:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.collection_item_img {
  float: left;
  padding: 0;
}
.collection_item_img > img {
  height: 25px;
  width: 25px;
}
.collection_item_logo {
  display: none;
}
.collection_item_title {
  float: left;
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
}
.collection_item_title .soa-ui-cm-icon:before {
  font-size: 15px;
  top: 0;
}
.collection_item_title > span > a {
  padding-left: 20px;
}
.collection_item_title .soa-ui-cm-icon.soa-ui-cm-imgtxt.soa-ui-cm-icon-lock:before {
  font-size: 14px;
  margin-left: 5px;
  top: 1px;
}
.collection_item_description {
  clear: both;
  font-size: 12px;
  margin: 5px 0;
  padding-left: 51px;
  word-wrap: break-word;
}
.search_ext_name {
  font-weight: bold;
}
.search_result_divider {
  border-bottom: 1px solid #959595;
  padding-top: 10px;
}
.search_item_title {
  color: #494949;
  font-size: 14px;
  font-weight: bold;
  margin: 3px 0 0 25px;
  padding-left: 30px;
  text-decoration: underline;
}
.search_item_description {
  font-size: 12px;
  margin: 3px 0 0 25px;
  padding-left: 30px;
  padding-top: 10px;
}
.collection_item_link {
  font-size: 12px;
  padding-left: 51px;
}
.tiled_collection.collection_item_container {
  border: 1px solid #EEEEEE;
  float: left;
  height: 180px;
  margin: 5px;
  padding: 10px 0 0;
  width: 180px;
}
div.tiled_collection .collection_item_extensions {
  background-color: #EEEEEE;
  margin: 0;
  padding: 5px;
}
div.tiled_collection .collection_item_extensions li {
  display: block;
  height: 17px;
}
div.tiled_collection .collection_item_img img {
  float: none;
  height: 75px;
  padding: 0 50px;
  width: 75px;
}
div.tiled_collection .collection_item_logo {
  margin: 3px 0 0 10px;
}
div.tiled_collection .collection_item_title {
  height: 20px;
  padding: 0 0 0 35px;
}
.sign_up_notf_container {
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0;
}
.sign_up_notf_container.cwrap {
  border-bottom: medium none;
}
div.blackbar {
  background: #3c4141;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
div.blackbar a:link,
div.blackbar a:visited {
  color: #fff;
  display: block;
  font-size: 11px;
  font-weight: bold;
}
div.blackbar span {
  background: url("images/toggle_minus.gif") no-repeat left center;
  display: inline-block;
  padding: 0 0 0 15px;
}
div.blackbar.active span {
  background-image: url("images/toggle_plus.gif");
}
.cwrap_toggler {
  background: url("images/bluebar.gif") repeat-x left center;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin: 0 0 10px;
}
.cwrap_toggler.notToggler {
  cursor: default;
}
.cwrap_toggler div {
  background: #fff;
  float: left;
  padding: 0 5px 0 0;
}
.cwrap_toggler div.toggler {
  float: right;
  font-size: 10px;
  padding: 0 0 0 5px;
}
.cwrap_toggler div.toggler a {
  color: #000;
  font-size: 11px;
}
.layout_border_left {
  background-position: left center;
  background-repeat: repeat-y;
}
.layout_border_right {
  background-position: right center;
  background-repeat: repeat-y;
}
.layout_border_left_gray {
  background-image: url("images/perimeter_grey.png");
  background-position: left center;
  background-repeat: repeat-y;
}
.layout_border_right_gray {
  background-image: url("images/perimeter_grey.png");
  background-position: right center;
  background-repeat: repeat-y;
}
.layout_border_left_right_bottom {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color #aaaaaa #aaaaaa;
  border-image: none;
  border-right: 1px solid #AAAAAA;
  border-style: none solid solid;
  border-width: medium 1px 1px;
}
.divider {
  background-color: black;
  font-size: 0;
  height: 5px;
  width: 100%;
}
.divider1 {
  background-color: #555555;
  font-size: 0;
  height: 1px;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
}
.divider2 {
  background-color: #555555;
  font-size: 0;
  height: 2px;
  width: 100%;
}
.divider3 {
  background-color: #555555;
  font-size: 0;
  height: 3px;
  width: 100%;
}
.value_textbox {
  background-color: white;
  border: 1px solid #CFD1D2;
  font-style: normal;
}
div.buttonwrap {
  font-size: 0;
  margin-top: 20px;
}
div.buttonwrap_left {
  float: left;
}
div.buttonwrap_right {
  float: right;
}
.buttons {
  text-align: right;
}
span.ddwrap {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  text-transform: uppercase;
  vertical-align: middle;
  width: 200px;
}
span.ddwrap .dropdownlist {
  background: #333333;
  border-radius: 0 0 0 0;
  height: 22px;
  line-height: 22px;
}
span.ddwrap .dropdownlist .selected {
  background-color: #ECECED;
  color: #2683B2;
  padding: 0 8px;
}
span.ddwrap .dropdownlist .thedrop {
  top: 22px;
}
span.ddwrap .dropdownlist ul li a:link,
span.ddwrap .dropdownlist ul li a:visited {
  color: #2683B2;
  padding: 8px;
}
.dropdownlist {
  background: #F5F5F5;
  border-radius: 0 0 0 0;
  color: #333333;
  display: inline-block;
  font-size: 9px;
  font-weight: normal;
  height: 16px;
  position: relative;
  vertical-align: top;
  width: inherit;
}
.dropdownlist.hovered {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdownlist .selected {
  background: url("images/dub_arrows_black.gif") no-repeat scroll right center transparent;
  display: block;
  overflow: hidden;
  padding: 0 5px;
}
.thedrop {
  left: 0;
  position: absolute;
  top: 16px;
  width: inherit;
}
.thedrop > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.thedrop > ul > li > a,
.rtitle_dropdown > div > ul > li > a {
  background: #F5F5F5;
  color: #333333;
  display: block;
  line-height: 14px;
  padding: 4px 5px;
}
.thedrop > ul > li > a:hover,
.thedrop > ul > li > a:active,
.rtitle_dropdown > div > ul > li > a:hover,
.rtitle_dropdown > div > ul > li > a:active {
  background: #E3EEF8;
}
.thedrop > ul > li:last-child > a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
div.ui-dialog {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  position: absolute;
}
.ui-widget-overlay {
  background: #232323;
  left: 0;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  position: absolute;
  top: 0;
}
div.smallDialog h2 {
  background-color: #e5e5e5;
  color: #484848;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 10px;
}
div.smallDialog label {
  color: #494949;
  display: block;
  float: left;
  font-weight: bold;
  margin: 0;
  padding: 4px 0 0 10px;
  width: 90px;
}
div.smallDialog li {
  margin: 0 0 10px;
  min-height: 22px;
  overflow: auto;
}
div.smallDialog .radiolist {
  height: 200px;
  margin-bottom: 20px;
  overflow: auto;
}
div.smallDialog .selectbox-wrapper > li {
  margin: 0;
}
div.smallDialog div.smallDialogContent {
  padding: 20px;
}
div.smallDialog .formUpload > input {
  margin-bottom: 20px;
}
div.smallDialog .buttons {
  padding-bottom: 0;
  text-align: right;
}
div.smallDialog .buttons > li:first-child {
  padding: 0;
}
div.smallDialog .buttons > li {
  display: inline;
  padding-left: 5px;
}
div.smallDialog input[type="text"],
div.smallDialog input[type="textbox"],
div.smallDialog input[type="password"],
div.smallDialog textarea {
  background: none repeat scroll 0 0 #ECEDED;
  border-radius: 0 0 0 0;
  font-style: normal;
  font-weight: bold;
  height: 20px;
  padding: 0 6px;
  width: 250px;
}
div.smallDialog input,
div.smallDialog textarea,
div.smallDialog select {
  border: medium none;
  color: #3D4242;
  font-family: 14px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11px;
}
.smallDialog #collectComments {
  height: 50px;
  margin-left: 10px;
  margin-top: 5px;
  padding: 3px 6px;
  width: 435px;
}
div.smallDialog div.smallDialogDesc {
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 5px;
}
form.f_styled fieldset {
  border: medium none;
  margin: 0;
  padding: 0;
}
form.f_styled input,
form.f_styled textarea,
form.f_styled select {
  color: #7f7f7f;
  font-family: 14px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11px;
}
form.f_styled input.placeholder,
form.f_styled textarea.placeholder {
  color: #666;
}
form.f_styled input[type="text"],
form.f_styled input[type="textbox"],
form.f_styled input[type="password"],
form.f_styled textarea,
.executeActionForm textarea {
  background: #eceded;
  border-radius: 0;
  font-style: normal;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 0 3px;
  vertical-align: middle;
}
form.f_styled input.helperText[type="text"],
form.f_styled input.helperText[type="textbox"],
form.f_styled input.helperText[type="password"],
form.f_styled textarea.helperText,
.executeActionForm textarea.helperText {
  color: #7f7f7f;
  font-family: 14px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: oblique;
  font-weight: normal;
}
form.f_styled textarea,
.executeActionForm textarea {
  padding: 3px;
}
form.f_styled textarea {
  height: 60px;
  line-height: normal;
}
form.f_styled input[disabled="disabled"],
form.f_styled textarea[disabled="disabled"] {
  color: #d8d8d8;
}
form.f_styled ol {
  list-style: none outside none;
  padding: 0;
}
form.f_styled ol li {
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 0;
}
form.f_styled ol li.lastchild {
  border-bottom: medium none;
}
form.f_styled div.f_label {
  float: left;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0 10px;
  width: 150px;
}
form.f_styled div.f_input {
  margin-left: 160px;
  margin-top: 0;
  width: 300px;
}
form.f_styled .f_desc {
  color: #777777;
  display: block;
  font-size: 11px;
  margin-top: 10px;
}
form.f_styled .f_desc a {
  font-weight: normal ! important;
}
form.f_styled div.f_input input[type="text"],
form.f_styled div.f_input input[type="textbox"],
form.f_styled div.f_input input[type="password"] {
  height: 20px;
  line-height: 20px;
  vertical-align: baseline;
}
.ui-dialog form.f_styled input[type="text"],
.ui-dialog form.f_styled input[type="textbox"],
.ui-dialog form.f_styled input[type="password"],
.ui-dialog form.f_styled textarea {
  width: 250px;
}
form.f_styled div.f_input textarea {
  height: 60px;
}
form .f_required:after {
  color: red;
  content: " *";
}
form .f_checkbox {
  display: inline-block;
  height: 18px;
  line-height: 18px;
}
form .f_checkbox input {
  float: left;
}
form .f_checkbox span {
  vertical-align: middle;
}
.wizardTabTitle {
  color: #ffffff;
  cursor: pointer;
  float: left;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  padding: 5px 12px 1px 2px;
  vertical-align: middle;
}
.wizardTabTitle.wizardTabError {
  color: #c62026;
}
.wizardTabTitle.wizardTabDone {
  color: #50b948;
}
.wizardTabDisabled {
  opacity: 0.5;
  filter: alpha(opacity = 50);
}
.wizardTab.imgtxt {
  float: left;
  height: 29px;
  line-height: 29px;
  vertical-align: middle;
  width: 30px;
}
.wizardTab.imgtxt:before {
  border: 3px solid #ffffff;
  border-radius: 100px;
  color: #ffffff;
  content: attr(data-step);
  display: block;
  font: 700 19px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 0 3px;
  text-align: center;
  text-indent: 0;
  top: -2px;
  width: 16px;
}
.wizardTabDone.wizardTab.imgtxt:before {
  border-color: #50b948;
  color: #50b948;
}
.wizardTabError.wizardTab.imgtxt:before {
  border-color: #c62026;
  color: #c62026;
}
.wizardTab.imgtxt.wizardTabOn:before {
  color: #ffffff;
  background: #ffffff;
  border: none;
  padding: 3px 6px;
}
.wizardTabDone.wizardTab.imgtxt.wizardTabOn:before {
  background: #50b948;
}
.wizardTabError.wizardTab.imgtxt.wizardTabOn:before {
  background: #c62026;
}
.wizardContentPanel .cancelPanel {
  color: #c01e2e;
  font-size: 24px;
  font-weight: bold;
  padding: 50px;
  text-align: center;
}
.wizardHeadingAndTabs {
  height: 20px;
  padding: 8px 12px 12px 10px;
}
#wizardContent {
  padding-top: 10px;
  background: #ffffff;
  margin: 0 auto;
  width: 984px;
}
#wizardContent:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wizardPageContent {
  float: left;
  display: none;
  margin: 10px;
  width: auto;
}
.advancedOptionsContent {
  float: left;
  display: none;
  margin-top: 28px;
}
.wizardFooter {
  margin: 20px 10px;
  line-height: 19px;
  text-align: right;
}
.wizardFooter > div {
  float: left;
  width: 50%;
}
.wizardFooter > div.ctr_buttons_left {
  text-align: left;
}
.wizardFooter button,
.wizardFooter .button {
  margin-left: 5px !important;
  margin-right: 0 !important;
}
.wizardCW {
  border: 1px solid #cfd1d2;
  padding: 1px;
  min-height: 0;
}
.wizardCW {
  border: medium none ! important;
  padding: 0 ! important;
}
.wizardCW .wizardContentPanel {
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 15px;
}
.wizardCW #wizardContent div.cwrap {
  border: medium none;
}
.wizardHeadingAndTabs {
  border-bottom: 1px solid #c9c9c9;
  height: 26px;
  line-height: 26px;
  padding: 0 0 10px;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0 -15px;
}
.wizardCW div.wizardContentPanel .divider3 {
  display: none;
}
.wizardCW div.wizardHeadingAndTabs .wizardTabBack,
.wizardCW div.wizardHeadingAndTabs .wizardTabNext {
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
}
form.f_styled ol li:after,
div.detaillist ul li:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.advancedOptionsSubheader {
  background: url("images/bluebar.gif") repeat-x scroll left center transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin: 20px 0 10px;
}
.advancedOptionsSubheader div {
  background: white;
  float: left;
  padding: 0 5px 0 0;
}
.advancedOptionsSubheader div.toggler {
  float: right;
  font-size: 10px;
  padding: 0 0 0 5px;
}
.advancedOptions {
  border: 1px solid #ECEDED;
  float: left;
  font-size: 11px;
  font-weight: bold;
  margin: 10px 0;
  padding: 5px;
  width: 350px;
}
.advancedOptions input {
  float: left;
}
.advancedOptions div {
  float: left;
  padding: 2px 10px 0 5px;
}
.advancedOptions li {
  display: inline;
  list-style-type: none;
}
div.wizard_two_column {
  margin: 0 auto;
  width: 984px;
}
div.wizard_two_column_left {
  border-right: 2px solid #959595;
  float: left;
  padding-right: 30px;
  width: 480px;
}
div.wizard_two_column_right {
  float: left;
  padding: 0 30px;
  width: 418px;
}
div#Content-Wide div.wizard_two_column {
  width: auto;
}
div#Content-Wide div.wizard_two_column div.wizard_two_column_left {
  width: 346px;
}
div#Content-Wide div.wizard_two_column div.wizard_two_column_right {
  width: 340px;
}
div.wizard_two_column div.wizard_two_column_right div.imgholder {
  border: 1px solid #7f7f7f;
  float: left;
  padding: 2px;
  width: 75px;
}
div.wizard_two_column div.wizard_two_column_right div.imgholder div.imgholder_btns {
  margin: 5px 0 0;
  text-align: center;
}
div.wizard_two_column div.wizard_two_column_right div.imgholder img {
  display: block;
  width: 75px;
}
div.wizard_two_column div.wizard_two_column_right div.imgholder div.imgholder_btns button {
  margin: 0;
}
div.wizard_two_column div.wizard_two_column_right div.desc {
  margin-left: 95px;
}
div.wizard_two_column div.wizard_two_column_right div.desc p {
  font-weight: bold;
  margin: 0;
  padding-bottom: 10px;
}
div.wizard_two_column div.formsep {
  margin: 0 0 20px;
}
div.wizard_two_column div.wizard_two_column_left div.formsep label {
  color: #222222;
  display: block;
  float: left;
  font-weight: bold;
  padding: 0;
  width: 128px;
}
div.wizard_two_column div.wizard_two_column_left div.formsep .input_visibility label {
  width: 75px;
}
div.wizard_two_column div.wizard_two_column_left div.formsep .input_visibility label.apiVisibility_Registered_Users_container,
div.wizard_two_column div.wizard_two_column_left div.formsep .input_visibility label.appVisibility_Registered_Users_container,
div.wizard_two_column div.wizard_two_column_left div.formsep .input_visibility label.groupVisibility_Registered_Users_container {
  width: 125px;
}
div.wizard_two_column div.wizard_two_column_left div.formsep label.error {
  width: 100%;
}
#AddModifyApp div.wizard_two_column div.wizard_two_column_left div.formsep label,
#AddModifyApi div.wizard_two_column div.wizard_two_column_left div.formsep label {
  margin-top: 0;
}
div.wizard_two_column div.wizard_two_column_left div.formsep div.inputwrap label {
  padding-top: 0;
}
div.wizard_two_column div.wizard_two_column_right div.formsep label {
  display: block;
  margin-bottom: 5px;
}
div.wizard_two_column div.formsep div.inputwrap {
  margin-left: 128px;
}
.wizardPageContent input[type="text"],
.wizardPageContent input[type="password"],
.wizardPageContent textarea,
.wizardPageContent .soa-ui-cm-signup-security-questions {
  color: #7f7f7f;
  font-size: 11px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  width: 100%;
}
.wizardPageContent input[type="text"].placeholder,
.wizardPageContent input[type="password"].placeholder,
.wizardPageContent textarea.placeholder {
  color: #666;
}
div.LeftPanel {
  background-color: #f5f5f5;
  padding: 0 5px 10px;
}
div.LeftPanel h2.title,
fieldset.leftPanel h2.title {
  color: #494949;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  padding: 10px 0 0;
}
fieldset.leftPanel {
  background-color: #f5f5f5;
  border: medium none;
  margin: 0;
  padding: 5px;
}
fieldset.leftPanel ul {
  list-style: none;
  padding: 0;
}
fieldset.leftPanel ul li > div {
  background-color: #EAEAEB;
  padding: 1px;
}
fieldset.leftPanel label {
  color: #CFD1D2;
  display: block;
  font-size: 10px;
  font-weight: bold;
  padding-top: 15px;
}
fieldset.leftPanel input.help_text {
  width: 100px;
}
fieldset.leftPanel select {
  height: 23px;
}
fieldset.leftPanel .soa-ui-cm-button-form-control {
  width: 100%;
  margin: 0;
  padding: 0;
}
.DiscussionOptionsPanel .soa-ui-cm-button-form-control {
  margin: 0;
  width: 100%;
}
div.LeftPanel td.list_title {
  color: #494949;
  display: block;
  font-size: 11px;
  font-weight: normal;
  padding-bottom: 3px;
  padding-top: 10px;
}
td.filtertype {
  padding-bottom: 10px;
}
.searchoption table td.round_text {
  background: #eceded;
  border: medium none;
  height: auto;
  padding: 1px 2px;
}
.searchoption .soa-ui-cm-input-container {
  background: #eceded;
  border-color: #eceded;
  color: #7f7f7f;
  font-size: 11px;
  font-weight: bold;
  height: 16px;
  padding: 3px 2px 0 5px;
  width: 112px;
}
.searchoption .soa-ui-cm-input-container:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.searchoption .soa-ui-cm-input-container #collection_options_search,
.searchoption .soa-ui-cm-input-container #tagtext,
.searchoption .soa-ui-cm-input-container .collection_options_submit {
  float: left;
}
.searchoption .soa-ui-cm-input-container #collection_options_search,
.searchoption .soa-ui-cm-input-container #tagtext {
  background: none;
  border: none;
  font-size: 11px;
  padding: 1px;
  width: 89px;
}
.searchoption .soa-ui-cm-input-container .collection_options_submit {
  margin: -1px 0 0 2px;
}
.searchoption .soa-ui-cm-input-container .collection_options_submit .soa-ui-cm-imgtxt {
  height: 15px;
  width: 15px;
}
.searchoption input.placeholder {
  color: #666;
}
div.rtitle_wrap h1 img {
  display: block;
  float: left;
  margin: 6px 5px 0 10px;
}
div.rtitle_wrap h1 span {
  color: #FFFFFF;
  font-size: 17px;
}
div.rtitle_wrap div.rtitle_right {
  color: #494949;
  float: right;
  margin: 23px 10px 0 0;
  font-size: 12px;
  font-weight: normal;
  padding-right: 10px;
  position: relative;
  z-index: 10;
}
div.rtitle_wrap div.rtitle_right > span {
  color: #494949;
  display: inline;
  font-size: 11px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
}
div.rtitle_wrap ul {
  z-index: 1;
}
.rtitle_wrap .rtitle_right > span {
  text-transform: uppercase;
}
.rtitle_wrap .rtitle_dropdown {
  display: inline;
  height: 16px;
  line-height: 16px;
}
.rtitle_wrap .rtitle_dropdown > div {
  display: inline;
}
.rtitle_right > .rtitle_dropdown > .dropdownlist {
  background: #2683B4;
}
.rtitle_right:before {
  left: auto;
  right: 10px;
  top: 14%;
}
.rtitle_right .selected {
  cursor: pointer;
  overflow: hidden;
  padding: 3px 9px 0;
}
.rtitle_right .selected.forIE {
  display: inline-block;
  padding: 3px 9px;
  vertical-align: middle;
}
div.rtitle_wrap div.rtitle_dropdown > .dropdownlist.hovered > span.selected,
.selected.active {
  background-color: #FFFFFF;
  color: #000000;
}
.selected.active {
  background-color: #F5F5F5;
}
.chartControls {
  padding: 14px 20px 0 25px;
}
.chartPlotPanel {
  width: 800px;
}
.txTimePeriod {
  width: 70px;
}
.starRate {
  margin: 20px;
  overflow: hidden;
  position: relative;
}
.starRate ul {
  margin: 0;
  padding: 0;
  width: 160px;
}
.starRate li {
  display: inline;
  list-style: none outside none;
}
.starRate a,
.starRate b {
  background: url("images/star_rate.gif") repeat-x scroll left top transparent;
}
.starRate a {
  background-position: left 12px;
  color: #000000;
  float: right;
  height: 12px;
  margin: 0 60px 0 -144px;
  text-decoration: none;
  width: 60px;
}
.starRate a:hover {
  background-position: left -24px;
}
.starRate b {
  background-position: left -12px;
  height: 12px;
  position: absolute;
  width: 60px;
  z-index: -1;
}
.starRate div b {
  background-position: left top;
  bottom: 0;
  left: 0;
}
.starRate a span {
  left: -300px;
  position: absolute;
}
.starRate a:hover span {
  left: 90px;
  width: 100%;
}
.rating_bar {
  background: url("images/star_rate_light.gif") repeat-x scroll 0 0 transparent;
  width: 60px;
}
.rating_bar div {
  background: url("images/star_rate_dark.gif") repeat-x scroll 0 0 transparent;
  height: 12px;
}
div.cwrap div.reviews {
  clear: both;
}
div.cwrap div.reviews ul {
  margin: 0;
  padding: 0;
}
div.cwrap #real_form div.rating {
  float: left;
  width: 220px;
}
div.cwrap #real_form div.rating_version {
  float: right;
  width: 160px;
}
div.cwrap #real_form h3 {
  clear: both;
  color: #2683B4;
  font-size: 12px;
}
div.cwrap #real_form #review_actions {
  margin-top: 6px;
}
div.cwrap #real_form #review_actions .delete {
  float: left;
  font-size: 11px;
}
div.cwrap #real_form #review_actions .buttons {
  float: right;
}
div.cwrap #real_form #review_actions .buttons input {
  margin: 0 0 0 5px;
}
div.cwrap div.reviews ul li {
  list-style: none outside none;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
div.cwrap div.reviews ul li div.title {
  float: left;
  font-weight: bold;
}
div.cwrap div.reviews ul li .author_info {
  clear: left;
  font-size: 11px;
}
div.cwrap div.reviews ul li .author_info span.author {
  text-decoration: underline;
}
div.cwrap div.reviews ul li .review {
  margin-top: 6px;
}
div.cwrap div.reviews ul li .peer {
  margin-top: 9px;
}
div.cwrap div.reviews ul li div.helpful_link {
  float: right;
}
div.cwrap div.reviews ul li div.helpful_link a {
  color: #2683B4;
  text-decoration: underline;
}
.fake_textarea,
.new_review_text {
  border: 1px solid #CFD1D2;
  color: #6D6F72;
  font-size: 11px;
  font-style: oblique;
  height: 25px;
  line-height: 25px;
  margin-bottom: 20px;
  padding: 0 5px;
  width: calc(100% - 10px);
}
.new_review_title {
  border-color: #bcc2c2;
  color: #6D6F72;
  height: 25px;
  margin-bottom: 10px;
  padding: 0 5px;
  width: calc(100% - 10px);
}
.new_review_text {
  height: 120px;
  margin-bottom: 5px;
}
.reviews_links {
  display: inline-block;
  font-size: 0;
  height: 16px;
  line-height: 14px;
  margin: 0 0 0 10px;
  padding: 0 0 2px;
  vertical-align: middle;
}
.reviews_links .version-filter {
  padding-left: 10px;
}
.reviews_links .version-filter li {
  float: left;
  margin-right: 10px;
}
.reviews_links .version-filter li label {
  color: #00427a;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  margin-right: 5px;
  float: left;
}
.reviews_links .version-filter li label:after {
  content: ':';
}
.reviews_links .version-filter li .version-control-labels {
  color: #000;
}
.reviews_links .version-filter li .version-control-labels:after {
  content: '';
}
.reviews_link > a {
  background: #CFD6D4;
  border: 1px solid #9998A4;
  display: inline-block;
  font-size: 10px;
  padding: 0 10px;
}
.reviews_current > a {
  border-bottom-left-radius: 3px;
  border-right: medium none;
  border-top-left-radius: 3px;
}
span.reviews_all a:link,
span.reviews_all a:visited {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
span.reviews_link a.active:link,
span.reviews_link a.active:visited {
  background: white;
}
div.reviews_sort span.sorttext {
  color: #222222;
  float: left;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  padding: 0 5px 0 0;
}
span.versiontext {
  color: #222222;
  float: left;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  padding-left: 15px;
}
div.reviewSearch {
  float: left;
  padding-left: 20px;
}
div.review_mark {
  margin-top: 10px;
}
label.searchtext {
  color: #00427a;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
}
span.radioSpan {
  font-size: 11px;
  font-weight: bold;
  padding-left: 5px;
  vertical-align: 2px;
}
.reviews_links input {
  margin-right: 0;
  margin-top: 2px;
  float: left;
}
div.reviews_sort div.reviews_sort_dd,
div.app_type_dd {
  float: left;
  width: 120px;
}
div.reviews_sort {
  float: left;
  padding-right: 15px;
  width: 175px;
}
div.reviewSearch #tagtext {
  background: none repeat scroll 0 0 #ECEDED;
  border-radius: 0 0 0 0;
  border: medium none;
  color: #6D6F72;
  font-size: 11px;
  padding: 3px;
  width: 120px;
}
div.reviewSearch input.helperText[name="tagtext"] {
  font-style: italic;
}
.reviewContent > .reviewDesc {
  padding-top: 5px;
}
div.reviews_links {
  float: left;
}
div.reviewCont {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 0;
}
div.reviewFooter {
  border-bottom: 2px solid #93C1D9;
  font-size: 10px;
  font-weight: bold;
  padding: 10px 0 0;
}
div.reviewFooter:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
div.reviewFooter .reviewRight {
  float: right;
}
div.reviewCont > div.reviewImage {
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  width: 50px;
}
div.reviewCont > div.reviewContent {
  -ms-flex: 2 0 auto;
  max-width: calc(100% - 65px);
  padding-left: 15px;
  flex-grow: 2;
}
div.reviewContent .reviewTitle {
  font-weight: bold;
  padding-right: 68px;
}
div.reviewContent .nameDate {
  font-size: 10px;
  padding: 0 68px 5px 0;
}
.reviewContent {
  position: relative;
}
.reviewContent .board-item-state {
  border: 1px solid #f00;
  color: #f00;
  display: none;
  font-size: 12px;
  padding: 3px;
}
.reviewContent .board-item-state.rejected,
.reviewContent .board-item-state.pending {
  display: inline-block;
}
.reviewContent .pending,
.reviewContent .rejected {
  display: block;
}
.soa-ui-cm-your-review .reviewContWrapper .new_review_text {
  width: calc(100% - 20px);
  height: 100%;
}
.soa-ui-cm-your-review .reviewContWrapper .new_review_title {
  width: calc(100% + 55px);
}
.soa-ui-cm-your-review .reviewContWrapper .soa-ui-cm-stamp {
  border: 1px solid #f00;
  color: #f00;
  font-size: 14px;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.soa-ui-cm-your-review .soa-ui-cm-review-notice {
  background-color: #d9edf7;
  border-color: #bce8f1;
  padding: 5px;
}
.reviewDate {
  padding-right: 50px;
}
.reviewName {
  text-decoration: underline;
}
.reviewRight .fakeLinks {
  display: none;
}
.imageName {
  color: #494E4E;
  font-size: 10px;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
  width: 50px;
  word-wrap: break-word;
}
#signupForm #legalAgreement {
  padding: 10px 19px;
}
div#wizardContent div.formsep {
  margin: 0 0 20px 0;
}
div#wizardContent div.wizard_two_column_left div.formsep label.single {
  float: none;
  color: #7f7f7f;
  font-weight: normal;
  line-height: normal;
  width: auto;
  display: inline;
}
div#wizardContent div.wizard_two_column_left div.formsep label.single div.menu_parent {
  float: left;
  padding-right: 5px;
}
div#wizardContent div.wizard_two_column_right div.formsep label {
  font-weight: bold;
  display: block;
  margin: 0 0 5px 0;
}
#externalLogin {
  padding: 0;
  width: auto;
  float: none;
}
/*
 #SignupConfirmEditor #editorHeaderPanel
 , #signupConfirmExpired
 , #signupConfirmCheckEmail
 , #signupConfirmAlreadyRegistered
 , #signupConfirmCodeError {
 display: none;
 }*/
#externalLogin {
  padding-left: 0;
}
a.forgot:link,
a.forgot:active,
a.forgot:visited {
  color: #000;
  font-size: 9px;
  margin-right: 14px;
}
.signupErrorMessage {
  color: #d00;
}
#confirmLoginForm .signupErrorMessage,
#forgotPasswordForm .signupErrorMessage {
  text-align: left;
}
#confirmLoginForm fieldset {
  border: 1px solid #cfd6d4;
  margin: 0;
  padding: 20px;
}
#confirmLoginForm .wizard_two_column_left {
  width: 500px;
}
#confirmLoginForm .wizard_two_column_right {
  width: 260px;
}
form.forgotPassword div.formsep {
  margin: 0 0 20px;
}
form.forgotPassword div.formsep label {
  color: #222222;
  display: block;
  float: left;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 5px;
  width: 120px;
}
#forgotPasswordForm .inputwrap,
#forgotPasswordResetForm .inputwrap,
#forgotPasswordResetPasswordForm .inputwrap {
  float: left;
}
form.forgotPassword div.inputwrap input {
  background: #eceded;
  font-style: normal;
  font-weight: bold;
  height: 20px;
  padding: 0 6px;
  vertical-align: middle;
  width: 316px;
}
#forgotPasswordForm label.error,
#forgotPasswordResetForm label.error,
#forgotPasswordResetPasswordForm label.error {
  width: auto;
  float: none;
}
#signUpPageTwo .gentitle {
  margin: 0 0 0 10px;
}
#signUpPageTwo p {
  margin: 0 0 0 10px;
  padding-bottom: 30px;
}
.menu_parent td {
  background-color: #EAEAEB !important;
  border-color: #EAEAEB !important;
  color: #484D4D !important;
  font-size: 11px !important;
  font-weight: bold !important;
}
.menu_parent td td {
  font-size: 10px !important;
}
.menu_parent_active td {
  background: none repeat scroll 0 0 #EAEAEB !important;
  border-color: #EAEAEB !important;
  color: #484D4D !important;
}
.menu_parent td div {
  color: #484D4D !important;
}
.menu_parent_active td div {
  color: #484D4D !important;
}
.MENU_ITEM_HOVER,
.menu_parent_active .MENU_ITEM_HOVER {
  background: none repeat scroll 0 0 #D7DAD9 !important;
  color: black;
}
.MENU_ITEM_HOVER a:link,
.MENU_ITEM_HOVER a:active,
.MENU_ITEM_HOVER a:visited {
  color: black;
}
.menu_parent div.dropdown_icon {
  background-image: url("images/dub_arrows_blk.gif") !important;
  background-position: center center !important;
}
.menu_parent .dd_menu {
  display: none;
}
.menu_parent_active .dd_menu {
  display: block;
}
table td.round_text {
  background-color: #EAEAEB !important;
  border-color: #EAEAEB !important;
  height: auto !important;
  line-height: normal !important;
  padding: 1px 2px !important;
}
table td.round_text div {
  font-style: normal !important;
  height: auto !important;
  line-height: normal !important;
  padding: 0 !important;
}
table td.round_text div input[type="text"],
table td.round_text div input[type="textbox"],
table td.round_text div input[type="password"],
table td.round_text div textarea {
  border: medium none;
  color: #3D4242 !important;
  font-family: Arial, Sans-serif;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
table td.round_text div textarea {
  background-color: #EAEAEB;
  height: 60px;
  line-height: normal;
}
table td.round_text div input.inputerror,
form input.inputerror,
table form div textarea.inputerror,
form textarea.inputerror,
table td.round_text div textarea.inputerror {
  background: none repeat scroll 0 0 #F8E7E8 !important;
  color: red !important;
}
table td.round_text.inputerror {
  background-color: #C32025 !important;
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.addApiInputField {
  width: 49%;
}
ul.selectProtocolList li div.selectdiv {
  float: right;
}
ul.selectProtocolList li div .labelspan,
ul.selectProtocolList li div label {
  display: block;
}
ul.selectProtocolList li div .labelspan input[type="radio"],
ul.selectProtocolList li div label input[type="radio"] {
  margin: 5px;
  padding: 0;
}
ul.selectProtocolList li div .labelspan > span,
ul.selectProtocolList li div label > span {
  display: inline-block;
  width: 64px;
}
ul.selectProtocolList li div .labelspan .tooltip,
ul.selectProtocolList li div label .tooltip {
  margin-right: 10px;
}
#accountSettingsEditEmail {
  margin: 0 0 10px;
}
.accountSettingsEditEmailWrap {
  width: 290px;
}
#accountSettingsEditEmail label,
.titleHalf label {
  display: block;
  float: none;
  margin: 0 0 5px;
}
#AccountSettingsEdit .titleHalf {
  margin-right: 10px;
}
div.cwrap_gray {
  background-color: #00427a;
}
table.stdtbl {
  border-collapse: collapse;
  width: 100%;
}
table.stdtbl > tbody > .odd td {
  background-color: #F2F3F4;
}
table.stdtbl > thead > tr > th,
table.stdtbl > tbody > tr > th,
table.stdtbl > tbody > tr > td {
  padding: 5px 10px;
  vertical-align: top;
}
table.stdtbl > tbody > tr.no-data {
  text-align: center;
}
.apitable > table.stdtbl > tbody > tr > td {
  max-width: 230px;
  word-wrap: break-word;
}
table.stdtbl > tbody > tr > td {
  border-top: 1px solid #dddddd;
}
table.stdtbl .addapi_legals {
  padding-left: 6px;
  text-align: center;
  width: 50px;
}
table.stdtbl th.addapi_api,
table.stdtbl th.addapi_sandbox,
table.stdtbl th.addapi_production {
  text-align: left;
}
table.stdtbl .addapi_api .addapi_name,
table.stdtbl .addapi_api .addapi_endpoint {
  margin-left: 0;
}
table.applist > thead > tr > th,
table.applist > tbody > tr > th {
  font-size: 14px;
  background-color: transparent;
  color: #b3b3b3;
}
table.apilist > thead > tr > th,
table.apilist > tbody > tr > th {
  font-size: 14px;
  background-color: transparent;
  color: #b3b3b3;
}
.addapi_sandbox,
.addapi_production {
  width: 210px;
}
#appListTable .addapi_actions_menu {
  top: -22px;
}
#appListTable .discussionlink .soa-ui-cm-icon {
  padding-left: 40px;
}
#appListTable .discussionlink .soa-ui-cm-icon:before {
  left: 20px;
}
#appListTable .soa-ui-cm-bootstrap-iso {
  float: right;
}
#appListTable .soa-ui-cm-bootstrap-iso .dropdown-menu {
  top: 27px;
}
#appListTable .addapi_sandbox,
#appListTable .addapi_production {
  padding-left: 5px;
  padding-right: 5px;
  width: 230px;
}
#appListTable .api-edit-connections {
  padding-bottom: 10px;
}
#appListTable .api-edit-connections label {
  display: block;
  font-weight: bold;
  float: left;
  margin-right: 5px;
  width: 62px;
}
#appListTable .api-edit-connections label:after {
  content: ':';
}
#appListTable .api-edit-connections ul {
  margin-left: 67px;
  padding-bottom: 5px;
  font-weight: bold;
}
#appListTable .api-edit-connections ul li {
  float: left;
  margin-right: 5px;
  color: #494949;
  font-weight: bold;
  width: 100px;
  word-wrap: break-word;
}
#appListTable .api-edit-connections button {
  margin-left: 0;
}
span.tick {
  color: green;
  font-weight: bold;
}
span.addapi_status_text {
  display: inline-block;
  padding: 3px 5px;
}
.addapi_status_text.apicontract_status_pending_approval,
.addapi_status_text.apicontract_status_config_pending {
  background-color: #EB9A2B;
  color: #ffffff;
}
.addapi_status_text.apicontract_status_activated {
  background-color: #2D8B4C;
  color: #ffffff;
}
.addapi_status_text.apicontract_status_approved {
  background-color: #9BCEEC;
  color: #ffffff;
}
.addapi_status_text.apicontract_status_rejected {
  background-color: #BE0F2C;
  color: #ffffff;
}
.addapi_status_text.apicontract_status_suspended {
  background-color: #81178E;
  color: #ffffff;
}
.addapi_status_text.draft,
.apicontract_status_resubmitted {
  background-color: #ccc;
}
.addapi_status.addapi_status_none {
  background: none repeat scroll 0% 0% transparent;
  border: medium none;
}
.addapi_status span {
  display: block;
  float: right;
  font-size: 9px;
  font-weight: normal;
  margin-top: 1px;
}
div.addapi_name {
  margin: 3px 0 0 10px;
}
/*table.stdtbl td .addapi_actions {
 width: 250px;
 }*/
div.addapi_name a,
div.addapi_name a {
  color: #00427a;
  font-size: 14px;
  font-weight: bold;
}
div.addapi_endpoint {
  font-size: 11px;
  margin: 3px 0 0 10px;
}
span.addapi_endpoint a {
  color: #00427a;
}
span.addapi_endpoint a.truncated {
  display: inline-block;
  max-width: 200px;
  min-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*div.addapi_actions {
 clear: both;
 height: 22px;
 width: 215px;
 }*/
.apitable a.has_legal,
.applist a.has_legal {
  background: url("images/check.png") no-repeat;
  display: block;
  height: 16px;
  margin: auto;
  text-indent: -9999px;
  width: 16px;
}
.legalListHead {
  background: none repeat scroll 0 0 #3D4242;
  color: white;
  font-size: 14px;
  padding: 5px 5px 5px 16px;
  text-align: left;
}
.legalListContainer {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color #cfd6d4 #cfd6d4;
  border-image: none;
  border-right: 1px solid #CFD6D4;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  padding: 0 20px;
}
.legalListLeft {
  background: url("images/judge.jpg") no-repeat scroll 0% 0% transparent;
  float: left;
  height: 235px;
  padding: 15px 0 0 170px;
  width: 588px;
}
.pendingSignupAgreementsContainer {
  margin: 20px auto 0;
  width: 880px;
}
.pendingSignupAgreementsContainer.cwrap {
  border: none;
}
.pendingSignupAgreementsContainer .legalListLeft {
  width: 10px;
}
.pendingSignupAgreementsContainer .titleCntr {
  color: #494949;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.legalListLeftAdmin {
  padding: 40px 0 0 170px;
  position: relative;
}
.legalListRight {
  width: 588px;
}
.pendingSignupAgreementsContainer .legalListRight {
  float: left;
  width: 700px;
}
.pendingSignupAgreementsContainer .legalListRight .pendingSignupAgreementHolder {
  border: 1px solid #eceded;
  height: 420px;
  width: 703px;
}
.legalListRightAdmin {
  position: relative;
  top: -48px;
}
.legalListRight > h3 {
  background-color: #575c5c;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 10px;
}
.pendingSignupAgreementsContainer .legalListRight > h3 {
  background: none;
  padding: 10px 0;
}
.legalListBody {
  padding: 11px 10px 10px;
}
#legalListul > li > .legalListLink {
  color: #507397;
  font-size: 16px;
  text-decoration: underline;
}
#legalListul > li {
  padding-bottom: 5px;
}
.legalButtons {
  float: right;
  padding: 20px 20px 50px;
}
.RequestAPIAccessWidget .titleLabel {
  color: #333;
}
table.optionsTbl {
  border-collapse: collapse;
  border: 1px solid #cfd5d4;
  width: 100%;
}
table.optionsTbl th {
  text-align: left;
}
table.optionsTbl th,
table.optionsTbl td {
  border: 1px solid #eaeaeb;
  padding: 5px 10px;
  vertical-align: top;
}
table.optionsTbl td.active {
  background: #eaeaeb;
}
table.optionsTbl td label {
  display: block;
}
table.optionsTbl th {
  background: #eaeaeb;
}
#legalHeaderTitles .legalTitleAccepted {
  background-image: url("images/tick.png");
  background-position: right center;
  background-repeat: no-repeat;
}
span.tplogo {
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
span.tplogo img.tp-login-button {
  width: 50px;
  height: 50px;
}
button.tp-login-button {
  background: #4caf50;
  border: 2px inset #CFD6D4;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: bold;
  color: #00427a;
  text-transform: capitalize;
}
span.tplogo button.tp-login-button {
  cursor: default;
  margin-left: 0;
}
.tplogocontainer .tplogo,
.tplogocontainer .tplogo_desc {
  display: block;
  float: left;
}
.tplogocontainer .tplogo_desc {
  width: 200px;
}
.thirdpartyloginbuttons {
  /*Mixin created to be reused for external login button
	 * styles*/

  color: #00427a;
  background: #ffffff;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 2px outset #ffffff;
  font-size: 36px;
  text-align: center;
  padding: 0;
}
.popdown_content p.social_buttons button.tp-login-button {
  /*Mixin created to be reused for external login button
	 * styles*/

  color: #00427a;
  background: #ffffff;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 2px outset #ffffff;
  font-size: 36px;
  text-align: center;
  padding: 0;
}
#externalLogin p.social-buttons button.tp-login-button {
  /*Mixin created to be reused for external login button
	 * styles*/

  color: #00427a;
  background: #ffffff;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 2px outset #ffffff;
  font-size: 36px;
  text-align: center;
  padding: 0;
}
span.tplogo_atmo,
span.tplogo_default {
  background-image: url("images/icon_atmo.png");
  width: 41px;
  height: 41px;
}
span.tplogo a:link,
span.tplogo a:visited {
  display: block;
  height: 41px;
}
a.mark:link,
a.mark:visited {
  background: url("images/star.gif") no-repeat scroll left top transparent;
  display: block;
  text-indent: 16px;
  width: 100px;
}
a.unmark:link,
a.unmark:visited {
  background: url("images/star_active.png") no-repeat scroll left top transparent;
  display: block;
  text-indent: 16px;
  width: 100px;
}
.thumbup {
  background: url("images/sprites_cm_open_system_2683b4.png") no-repeat 0 -197px;
  border: none;
  box-shadow: none;
  color: #7f7f7f;
  display: inline-block;
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  padding-left: 24px;
  text-shadow: none;
  vertical-align: middle;
}
.thumbup:hover {
  background: url("images/sprites_cm_open_system_2683b4.png") no-repeat 0 -197px;
  box-shadow: none;
  text-shadow: none;
}
.review_mark .thumbup {
  height: 22px;
}
span.thumbup {
  color: #494e4e;
}
.thumbup.thumbup_neutral {
  background-position: 0 -151px;
}
div#legalAgreement .legal {
  font-size: 14px;
}
div#legalAgreement .legal p.title {
  font-size: 18px;
  font-weight: bold;
}
div#legalAgreement .legal h2 {
  font-size: 16px;
  font-weight: bold;
}
.ManageAgreements > .subheading {
  background: #f8f8f8;
  border-bottom: 0 none;
  padding: 5px 10px;
}
.ManageAgreements > .subheading > .subtitle {
  color: #494949;
  font-size: 16px;
}
#editAgreementForm #agreementNameText,
#editAgreementForm #agreementDescText {
  max-width: 400px;
  width: 400px;
}
#editAgreementForm #agreementActions {
  max-width: 150px;
  width: 150px;
}
.agreementActions {
  max-width: 145px;
  width: 145px;
}
#editAgreementForm .f_input {
  margin-left: 0;
}
#editAgreementForm .desclabel {
  padding-top: 20px;
}
#editAgreementForm #saveAgreementButton {
  margin-right: 4px;
}
#editAgreementForm .saveDiv {
  margin-left: 0;
  padding-top: 15px;
  text-align: right;
  width: 417px;
}
#EditAgreementDialog > .headerPanel {
  background: #e5e5e5;
  padding: 5px;
}
#EditAgreementDialog > h1 {
  color: #484848;
  font-size: 14px;
}
.editDialogFooter {
  background: #e5e5e5;
}
.editDialogFooter > .closeText {
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
}
.agreement_actions > .genbtn_edit:hover {
  color: #FFFFFF;
}
#EditAgreementDialog {
  background: #FFFFFF;
  display: none;
  width: 450px;
}
.agreementStatusCell > div {
  padding-top: 5px;
}
div.sidebar_menu ul li li a.noUpperList:link,
div.sidebar_menu ul li li a.noUpperList:visited {
  text-transform: none;
}
div.agreementsPart {
  border-top: 1px solid #959595;
  margin: 0 5px;
}
#Footer > ul {
  margin: 0 auto;
  text-align: center;
  width: 600px;
}
#Footer > ul > li {
  display: inline-block;
  float: none;
}
#Footer > ul {
  color: #222222;
}
#Footer > ul > li > a {
  color: #222222;
}
div.footer_dialog_content {
  height: 270px;
  overflow: auto;
  padding: 15px;
}
div.footer_dialog .title {
  font-size: 16px;
  font-weight: bold;
}
div.footer_dialog .close_this {
  color: #2683B4;
  cursor: pointer;
  padding: 10px;
  text-align: right;
}
span.loading_gif {
  background: url("images/loading.gif") no-repeat scroll 0% 0% transparent;
  display: block;
  height: 16px;
  width: 16px;
}
span.loading {
  background: url("images/loading.gif") no-repeat scroll 0% 0% transparent;
  display: inline-block;
  height: 16px;
  text-align: left;
  text-indent: -9999px;
  width: 16px;
}
div.loadwrap {
  background: url("images/loading.gif") no-repeat scroll center center transparent;
  min-height: 200px;
}
div.carousel_wrap {
  margin: 10px 0;
  overflow: hidden;
  position: relative;
}
div.carousel_wrap a.carousel_nav:link,
div.carousel_wrap a.carousel_nav:visited {
  display: none;
  text-indent: -9999px;
  width: 15px;
  margin-top: 20px;
}
div.carousel_wrap a.carousel_prev:link,
div.carousel_wrap a.carousel_prev:visited {
  background: url("images/carousel_left.png") no-repeat center 0;
  float: left;
}
div.carousel_wrap a.carousel_next:link,
div.carousel_wrap a.carousel_next:visited {
  background: url("images/carousel_right.png") no-repeat center 0;
  float: right;
}
div.carousel_wrap a.carousel_nav:hover,
div.carousel_wrap a.carousel_nav:active {
  background-position: 0 -17px;
}
div.carousel {
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 590px;
}
div.carousel ul {
  font-size: 0;
  left: 0;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
}
div.carousel ul li {
  color: #333333;
  display: inline-block;
  font-size: 11px;
  text-align: center;
  vertical-align: top;
  width: 74px;
}
div.carousel ul li a:link,
div.carousel ul li a:visited {
  display: block;
}
div.carousel ul li div.image_60 {
  height: 60px;
  margin: 0 0 4px 10px;
  overflow: hidden;
  width: 60px;
}
div.carousel ul li div.image_60 img {
  width: 60px;
}
div.carousel ul li div.image_50 {
  height: 50px;
  margin: auto;
  overflow: hidden;
  width: 50px;
}
div.carousel ul li div.image_50 img {
  width: 50px;
}
div.carousel ul li div.cat {
  color: #777777;
  display: none;
  font-size: 10px;
}
div.carousel ul li div.desc div.name {
  word-wrap: break-word;
}
.sidebar_menu div.LeftPanel {
  background: white;
  border-radius: 0 0 0 0;
  margin: -1px -5px 0;
  padding-top: 4px;
}
.sidebar_menu div.LeftPanel td.list_title {
  color: #555555;
}
.sidebar_menu div.LeftPanel td.filtertype {
  border-color: #CCCCCC;
}
.sidebar_menu div.LeftPanel h2.title {
  border-bottom: 1px solid #CCCCCC;
  color: #555555;
  font-size: 12px;
  line-height: normal;
  margin: 0;
  padding: 0 0 5px;
}
div.sidebar_menu > ul {
  background: #f5f5f5;
  list-style: none outside none;
}
div.sidebar_menu .level_0 {
  padding: 0 0 0 13px;
}
div.sidebar_menu .level_0 .level_0 {
  background: url("images/sprites_cm_open_icons_18_8a8a8a.png") no-repeat;
  color: #8a8a8a;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 0 0 53px;
}
div.sidebar_menu .level_0 .level_0:hover {
  text-decoration: none;
}
div.sidebar_menu .level_0:first-child .level_0 {
  border: none;
}
div.sidebar_menu .activemenu .level_0 {
  background-image: url("images/sprites_cm_open_icons_18_4a494a.png");
  color: #494949;
}
div.sidebar_menu .nested_configapis .level_0 {
  background-position: 5px -922px;
}
div.sidebar_menu .nested_details .level_0 {
  background-position: 5px -1439px;
}
div.sidebar_menu .nested_specifics .level_0 {
  background-position: 5px -235px;
}
div.sidebar_menu .nested_implementations .level_0 {
  background-position: 5px -1396px;
}
div.sidebar_menu .nested_board .level_0 {
  background-position: 5px -279px;
}
div.sidebar_menu .nested_monitor .level_0 {
  background-position: 5px -365px;
}
div.sidebar_menu .nested_devconsole .level_0,
div.sidebar_menu .nested_accountsettingsdetails .level_0,
div.sidebar_menu .nested_customstyles .level_0,
div.sidebar_menu .nested_settings .level_0,
div.sidebar_menu .nested_testclient .level_0 {
  background-position: 5px -580px;
}
div.sidebar_menu .nested_configalerts .level_0 {
  background-position: 5px -1182px;
}
div.sidebar_menu .nested_useraccountsecurity .level_0,
div.sidebar_menu .nested_security .level_0 {
  background-position: 5px -1137px;
}
div.sidebar_menu .nested_documents .level_0 {
  background-position: 5px -321px;
}
div.sidebar_menu .nested_legal .level_0,
div.sidebar_menu .nested_legals .level_0 {
  background-position: 5px -450px;
}
div.sidebar_menu .nested_connections .level_0 {
  background-position: 5px -21px;
}
div.sidebar_menu .nested_connections-api .level_0 {
  background-position: 5px -63px;
}
div.sidebar_menu .nested_config .level_0 {
  background-position: 5px -488px;
}
div.sidebar_menu .nested_teammembers .level_0,
div.sidebar_menu .nested_members .level_0 {
  background-position: 5px -408px;
}
div.sidebar_menu .nested_groupaccess .level_0 {
  background-position: 5px -107px;
}
div.sidebar_menu .nested_admins .level_0,
div.sidebar_menu .nested_admin .level_0,
div.sidebar_menu .nested_siteadmins .level_0 {
  background-position: 5px -492px;
}
div.sidebar_menu .nested_businessadmins .level_0 {
  background-position: 5px -195px;
}
div.sidebar_menu .nested_followers .level_0,
div.sidebar_menu .nested_configimportexport .level_0 {
  background-position: 5px -536px;
}
div.sidebar_menu .nested_personalinfodetails .level_0,
div.sidebar_menu .nested_profiledetails .level_0 {
  background-position: 5px -235px;
}
div.sidebar_menu .nested_securitydomains .level_0 {
  background-position: 5px -837px;
}
div.sidebar_menu .nested_scopes .level_0 {
  background-position: 5px -1221px;
}
div.sidebar_menu .nested_licenses .level_0 {
  background-position: 5px -1264px;
}
div.sidebar_menu .nested_workflows .level_0 {
  background-position: 5px -1350px;
}
div.sidebar_menu .nested_terms .level_0 {
  background-position: 5px -1093px;
}
div.sidebar_menu .nested_apilicense .level_0,
div.sidebar_menu .nested_password .level_0,
div.sidebar_menu .nested_forum .level_0 {
  background-position: 5px -1305px;
}
div.sidebar_menu .nested_userslist .level_0 {
  background-position: 5px -148px;
}
div.sidebar_menu .level_0 > a > ul > li,
div.sidebar_menu .level_0 .unordered {
  background: #ffffff;
  /*margin: -1px -5px 0;*/

}
div.sidebar_menu .level_0 > a > ul > li,
div.sidebar_menu .level_0 .unordered li {
  padding: 4px 24px;
}
div.sidebar_menu .level_0 > a > ul > li > a,
div.sidebar_menu .level_0 .unordered .resourceMenuTitle > a {
  border: medium none;
  color: #3D4242 ! important;
  font-size: 10px;
  height: auto;
  line-height: normal;
  text-transform: uppercase;
}
div.sidebar_menu .level_0 > a > ul > li.activemenu > a,
div.sidebar_menu .level_0 .unordered .resourceMenuTitle > a {
  font-weight: bold;
}
.sidebar_menu .resourceMenuTitle {
  word-wrap: break-word;
  -ms-word-wrap: sWrap;
}
div.sidebar_menu .level_0 > ul {
  background: #ffffff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8;
  padding: 4px 0 4px 53px;
  text-transform: uppercase;
}
div.sidebar_menu .level_0 > ul > li > a {
  color: #494949;
}
div.sidebar_menu .level_0 > ul > li.activemenu > a {
  color: #9c9fa2;
}
div.avatarUploader div.uploaderButtons {
  margin: 10px 0;
}
div.avatarUploader .formSave {
  border-top: 1px solid #CCCCCC;
  display: none;
  padding: 10px 0 0;
  text-align: center;
}
div.avatarUploader div.uploaderPreview {
  display: none;
  font-size: 11px;
  margin: 0 0 10px;
  text-align: center;
}
div.avatarUploader div.uploaderPreview div.loader {
  background: url("images/loading.gif") no-repeat scroll center center transparent;
  border: 1px solid #BBBBBB;
  height: 200px;
}
div.avatarUploader div.radiolist {
  padding: 0 0 10px 10px;
}
div.avatarUploader div.uploaderPreview div.failed div.message {
  line-height: 12px;
  padding: 20px;
}
div.avatarUploader div.uploaderPreview p {
  margin: 0;
}
div.avatarUploader div.uploaderPreview div.cropper {
  width: 600px;
}
div.avatarUploader div.uploaderPreview div.cropper:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
div.avatarUploader div.uploaderPreview div.cropper div.cropper_main {
  border: 1px solid #BBBBBB;
  float: left;
  width: 512px;
}
div.avatarUploader div.uploaderPreview div.cropper div.cropper_thumbs {
  float: right;
  width: 75px;
}
div.avatarUploader div.uploaderPreview div.cropper div.cropper_thumbs div.cropper_thumb_75 {
  border: 1px solid #BBBBBB;
  height: 75px;
  margin: 0 0 10px;
  overflow: hidden;
  width: 75px;
}
div.avatarUploader div.uploaderPreview div.cropper div.cropper_thumbs div.cropper_thumb_25 {
  border: 1px solid #BBBBBB;
  height: 25px;
  margin: 0 0 10px;
  overflow: hidden;
  width: 25px;
}
div.avatarUploader div.radiolist label {
  display: block;
}
div.wsdlUploader div.uploaderPreview div.loader {
  background: url("images/loading.gif") no-repeat scroll center center transparent;
  border: 1px solid #BBBBBB;
  height: 80px;
}
div.uploader div.uploaderPreview div.failed {
  border: 1px solid #BBBBBB;
  height: 200px;
}
div.uploader div.uploaderPreview div.failed_short {
  border: 1px solid #BBBBBB;
  height: 20px;
}
div.wsdlUploader div.uploaderPreview div.failed {
  min-height: 80px;
}
#AppPublicProfile > .cwrap {
  padding: 20px;
}
#publicProfileForm > #publicProfileFormDiv label {
  font-weight: bold;
  padding-bottom: 20px;
}
#publicProfileFormDiv .oauthFormLable {
  float: left;
  padding-top: 5px;
  width: 110px;
}
#publicProfileFormDiv .oauthFormInput {
  float: left;
  width: 425px;
}
#publicProfileFormDiv .oauthFormInput input,
#publicProfileFormDiv .oauthFormInput textarea {
  background: none repeat scroll 0% 0% transparent;
  border: 1px solid #000000;
  height: 25px;
  width: 443px;
}
#publicProfileFormDiv .oauthFormInput textarea {
  padding: 5px 6px;
  height: 60px;
}
#MyAppDetailsDiv .editrsc #editapp,
#MyAppDetailsDiv .editrsc #app_addversion,
#MyAppDetailsDiv .editrsc #app_deleteversion,
#MyAppDetailsDiv .editrsc #publicProfile,
#MyAppDetailsDiv .editrsc #OAuthProfile,
#MyAppDetailsDiv .workflowAction,
#MyAppDetailsDiv #export,
#APIDetails .editrsc .workflowAction {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 110px;
}
#publicProfileForm > #publicProfileFormDiv p.logoLable {
  padding-bottom: 5px;
}
.oauthPicture > .imgholder {
  float: left;
  width: 75px;
}
.oauthPicture > .imgholder > #ppEditPictureImg {
  width: 75px;
}
.oauthPicture > .desc {
  margin-left: 85px;
}
.oauthPicture > .desc > button {
  margin-left: 0;
}
#ppRemoveProfileButtonDiv {
  padding-top: 10px;
}
#AccessDeniedDiv,
#AlreadyLoggedInDiv {
  background: url("images/access_denied.png") no-repeat 20px 50px #ffffff;
  border: 1px solid transparent;
  height: 400px;
  position: relative;
}
#AccessDeniedDiv .access_denied_text,
#AlreadyLoggedInDiv .already_logged_in_text {
  clear: both;
  color: #494949;
  display: block;
  float: left;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  margin: 80px 0 0 245px;
}
#AccessDeniedDiv .error_msg,
#AlreadyLoggedInDiv .error_msg {
  display: block;
  float: left;
  clear: both;
  font-size: 13px;
  margin: 80px 0 0 245px;
  font-weight: normal;
  color: black;
  line-height: 18px;
}
#AccessDeniedDiv .access_denied_text span,
#AlreadyLoggedInDiv .already_logged_in_text span {
  clear: both;
  color: #7f7f7f;
  display: block;
  font-size: 14px;
  padding-top: 5px;
}
#AlreadyLoggedInDiv .error_msg > h3 {
  color: #494949;
  font-size: 24px;
}
#AuthorizationErrorDiv {
  background: url("images/oops.jpg") no-repeat 20px 50px #ffffff;
  border: 1px solid transparent;
  height: 400px;
  position: relative;
}
#AuthorizationErrorDiv .authorization_error_text {
  clear: both;
  color: #494949;
  display: block;
  float: left;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  margin: 80px 0 0 245px;
}
#AuthorizationErrorDiv .authorization_error_text span {
  clear: both;
  color: #7f7f7f;
  display: block;
  font-size: 14px;
  padding-top: 5px;
}
table td.round_text div input[disabled="disabled"],
table td.round_text div textarea[disabled="disabled"] {
  color: #a5a5a5 ! important;
}
.panel_border {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color #cfd6d4 #cfd6d4;
  border-image: none;
  border-right: 1px solid #CFD6D4;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  padding: 15px;
}
.panel_border_edit {
  padding: 0;
}
#editor_ForgotPasswordEditor_container {
  border: medium none;
}
.security .alert {
  background-color: #FCF8E3;
  border-radius: 4px;
  border: 1px solid #FBEED5;
  color: #C09853;
  margin-bottom: 18px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.security .alert-success {
  background-color: #DFF0D8;
  border-color: #D6E9C6;
  color: #468847;
  word-wrap: break-word;
}
.security .alert-danger,
.security .alert-error {
  background-color: #F2DEDE;
  border-color: #EED3D7;
  color: #B94A48;
}
.security .alert .close {
  line-height: 18px;
  position: relative;
  right: -21px;
  top: -2px;
}
.security .close {
  color: black;
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  opacity: 0.2;
  text-shadow: 0 1px 0 white;
}
.imageXXSmall {
  height: 20px;
}
.imageSmall {
  height: 24px;
}
.imageMedium {
  height: 65px;
  padding-right: 10px;
}
.imageLarge {
  height: 75px;
}
.subheading {
  background-color: #F5F5F5;
  border-bottom: 2px solid #000000;
  padding: 10px 15px;
}
#myAppsInviteButton {
  margin: 0 0 0 10px;
}
#inviteTeamMember .tableRow {
  margin: 5px 0 0 10px;
}
#inviteTeamMember .alignRight {
  text-align: right;
}
#inviteTeamMember .buttonRow {
  margin: 20px 0;
}
#inviteTeamMember .statusButtonRow {
  margin: 30px 20px 20px 0;
}
#inviteTeamMemberStatusText {
  border: medium none;
  width: 95%;
}
#inviteTeamMemberForm {
  width: 95%;
}
#ApiGroups h4 {
  font-weight: bold;
}
#ApiGroups .nomembers {
  padding: 20px 0;
}
#ApiGroups .groupmembers {
  padding: 0 20px;
}
#ApiGroups .groupmembers > .groupmember {
  border-bottom: 2px solid #95B4D4;
  padding: 15px 0;
}
#ApiGroups .groupmembers > .groupmember.lastChild {
  border-bottom: none;
}
#ApiGroups .groupmember > div {
  float: left;
}
#ApiGroups .groupmembers > .groupmember > div.imgholder {
  padding-right: 7px;
}
#ApiGroups .groupmembers > .groupmember > div.desc {
  width: 64%;
}
#ApiGroups .groupmembers > .groupmember > div.desc > h2,
#ApiGroups .groupmembers > .groupmember > div.desc > h4 {
  word-wrap: break-word;
}
#ApiGroups .groupmembers > .groupmember > div.desc > h2 {
  font-size: 14px;
}
#ApiGroups .groupmembers > .groupmember > div.desc > .members {
  padding-top: 10px;
}
#ApiGroups .groupmembers > .groupmember > div.desc > .members h4 span.comma {
  margin-left: -4px;
}
#ApiGroups h4 > span {
  color: #494949;
}
#ApiGroups div.groupActionDiv {
  float: right;
}
#ApiGroups #creategroup,
#ApiGroups #invitegroup {
  visibility: hidden;
}
#inviteGroupList .collection_item_description > .inviteThisGroupDesc {
  width: 520px;
}
.collection_item_description > .inviteThisGroupButton {
  float: right;
}
.collection_item_description > .invitedAlready {
  float: right;
}
.collection_item_description > .invitedAlready > button {
  cursor: default;
}
#groupInviteForm {
  padding: 20px 40px 10px;
}
#groupInviteForm label {
  font-weight: bold;
}
#groupInviteForm input[type="text"],
#groupInviteForm textarea {
  padding: 4px 0;
  width: 100%;
}
#groupInviteForm input[type="text"] {
  margin: 7px 0 10px;
}
#groupInviteForm textarea {
  height: 100px;
  margin: 7px 0 10px;
}
#groupInviteForm .actionPanel {
  border-top: 2px solid #959595;
  padding-top: 15px;
}
#groupInviteForm .actionPanel > p,
#editOAuthDetailsForm .actionPanel {
  padding: 15px 0 0;
}
#redirectURL,
#applicationType {
  font-weight: bold;
}
#InviteTeamMembersWidget .footer,
#InviteMembers .footer {
  font-size: 12px;
  font-weight: bold;
  padding: 10px 15px;
}
#InviteTeamMembersWidget .footer > a,
#InviteMembers .footer > a {
  background: url("images/sprites_cm_open_system_2683b4.png") 0 -758.5px no-repeat;
  padding-left: 20px;
}
#InviteMembers .emailArea {
  height: 14px;
}
#InviteTeamMembersWidget .inviteArea {
  display: none;
}
#InviteTeamMembersWidget h1,
#InviteMembers h1 {
  color: #494949;
  font-size: 16px;
}
#GroupReview > .cwrap {
  background: #ffffff;
  border-top: medium none;
  margin-top: -10px;
}
#groupdetailssection > .cwrap_right {
  padding: 23px;
}
#GroupMembers h4 {
  font-weight: bold;
}
#GroupMembers .cwrap {
  padding: 0;
}
#GroupMembers .memberslist {
  padding: 10px;
}
#GroupMembers .subheading {
  border-bottom: 1px solid #000000;
}
#GroupMembers .groupmember {
  border-bottom: 2px solid #95B4D4;
  margin: 0 20px;
  padding: 15px 0;
}
#GroupMembers .groupmember > div {
  float: left;
}
#GroupMembers .groupmember > div.actionarea {
  float: right;
  padding-top: 25px;
}
#GroupMembers .desc > div {
  padding-bottom: 5px;
}
#GroupMembers .desc > div > h2 {
  color: #494949;
  display: inline;
  font-size: 16px;
  line-height: 16px;
}
#GroupMembers .desc > div > h3 {
  color: #494949;
  display: inline;
  font-size: 14px;
  line-height: 14px;
}
#GroupMembers .desc > span {
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 3px;
  padding: 2px;
}
#GroupMembers .desc > h4 {
  display: inline;
}
#GroupMembers .desc > div > h4 {
  display: inline;
}
#GroupMembers .memberstatus_approved {
  background: #19894B;
}
#GroupMembers .memberstatus_declined {
  background: #C32126;
}
#GroupMembers .memberstatus_pending {
  background: #F09826;
}
#GroupMembers .memberstatus_removed {
  background: #C32126;
}
#GroupMembers .nomembers {
  padding: 20px 20px 0;
}
#GroupMembers .subheading > h4 {
  display: inline;
  padding-right: 15px;
}
#ApiAdmins h4 {
  font-weight: bold;
}
#ApiAdmins .subheading > h4 {
  display: inline;
  padding-right: 15px;
}
#ApiAdmins .cwrap {
  padding: 0 0 30px;
}
#ApiAdmins .subheading {
  border-bottom: 1px solid #959595;
}
#ApiAdmins .groupmember {
  border-bottom: 2px solid #959595;
  margin: 0 20px;
  padding: 15px 0;
}
#ApiAdmins .groupmember > div {
  float: left;
}
#ApiAdmins .groupmember > div.actionarea {
  float: right;
  padding-top: 25px;
}
#ApiAdmins .desc > div {
  padding-bottom: 5px;
}
#ApiAdmins .desc > div > h2 {
  color: #494949;
  display: inline;
  font-size: 16px;
  line-height: 16px;
}
#ApiAdmins .desc > div > h3 {
  color: #494949;
  display: inline;
  font-size: 14px;
  line-height: 14px;
}
#ApiAdmins .desc > span {
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 3px;
  padding: 2px;
}
#ApiAdmins .desc > h4 {
  display: inline;
}
#ApiAdmins .desc > div > h4 {
  display: inline;
}
#ApiAdmins .memberstatus_approved {
  background: #19894B;
}
#ApiAdmins .memberstatus_declined {
  background: #C32126;
}
#ApiAdmins .memberstatus_pending {
  background: #F09826;
}
#ApiAdmins .memberstatus_removed {
  background: #C32126;
}
#ApiAdmins .nomembers {
  padding: 20px 20px 0;
}
#GroupAdmins h4 {
  font-weight: bold;
}
#GroupAdmins .cwrap {
  padding: 0 0 30px;
}
#GroupAdmins .subheading {
  border-bottom: 1px solid #000000;
}
#GroupAdmins .subheading > h4 {
  display: inline;
  padding-right: 15px;
}
#GroupAdmins .subheading > span > h4,
#GroupAdmins .subheading > span > h5 {
  display: inline;
  font-weight: bold;
}
#GroupAdmins .subheading > span > h4 {
  color: #2683B4;
}
#GroupAdmins .subheading > span.memberimgs {
  padding-left: 20px;
}
#GroupAdmins .groupmember {
  border-bottom: 2px solid #95B4D4;
  margin: 0 20px;
  padding: 15px 0;
}
#GroupAdmins .groupmember > div {
  float: left;
}
#GroupAdmins .groupmember > div.actionarea {
  float: right;
  padding-top: 25px;
}
#GroupAdmins .desc > div {
  padding-bottom: 5px;
}
#GroupAdmins .desc > div > h2 {
  color: #494949;
  display: inline;
  font-size: 16px;
  line-height: 16px;
}
#GroupAdmins .desc > div > h3 {
  color: #494949;
  display: inline;
  font-size: 14px;
  line-height: 14px;
}
#GroupAdmins .desc > span {
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 3px;
  padding: 2px;
}
#GroupAdmins .desc > h4 {
  display: inline;
}
#GroupAdmins .desc > div > h4 {
  display: inline;
}
#GroupAdmins .memberstatus_approved {
  background: #19894B;
}
#GroupAdmins .memberstatus_declined {
  background: #C32126;
}
#GroupAdmins .memberstatus_pending {
  background: #F09826;
}
#GroupAdmins .memberstatus_removed {
  background: #C32126;
}
.configResourcesContainer > h3 {
  color: #494949;
  padding: 10px 0 0 0;
}
.configResourcesContainer > h3:first-child {
  padding: 0;
}
.configResourcesContainer > span {
  font-style: italic;
  clear: both;
  display: block;
}
.configResourcesContainer > button {
  margin: 5px 0;
}
#ConfigResourcesContentFileManager .docpanel {
  display: none;
}
#ConfigResourcesConsoleResourcesFileManager .docpanel {
  display: none;
}
#ConfigCustomStyles {
  color: #7f7f7f;
}
#ConfigCustomStyles h3 {
  color: #494949;
  margin-bottom: 10px;
}
#ConfigCustomStyles p {
  font-style: italic;
}
#ConfigCustomStyles button {
  margin: 0 0 5px;
}
#ConfigApis {
  color: #7f7f7f;
}
#ConfigApis fieldset {
  padding-bottom: 20px;
}
#ConfigApis fieldset legend {
  color: #494949;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 10px;
}
#ConfigApis fieldset dl {
  padding-left: 20px;
}
#ConfigApis fieldset dl dt {
  float: left;
  width: 150px;
}
#ConfigApis fieldset dl dd {
  padding-bottom: 10px;
  margin-left: 150px;
}
#ConfigApis fieldset dl dd label {
  font-weight: bold;
  margin-right: 50px;
}
#ConfigApis fieldset dl .api-access label {
  font-weight: normal;
}
#ConfigApps {
  color: #7f7f7f;
}
#ConfigApps fieldset {
  padding-bottom: 20px;
}
#ConfigApps fieldset legend {
  color: #494949;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 10px;
}
#ConfigApps fieldset dl {
  padding-left: 20px;
}
#ConfigApps fieldset dl dt {
  float: left;
  width: 150px;
}
#ConfigApps fieldset dl dd {
  padding-bottom: 10px;
  margin-left: 150px;
}
#ConfigApps fieldset dl dd label {
  font-weight: bold;
  margin-right: 50px;
}
#ConfigApps fieldset dl .api-access label {
  font-weight: normal;
}
#ConfigGroups {
  color: #7f7f7f;
}
#ConfigGroups fieldset {
  padding-bottom: 20px;
}
#ConfigGroups fieldset legend {
  color: #494949;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 10px;
}
#ConfigGroups fieldset dl {
  padding-left: 20px;
}
#ConfigGroups fieldset dl dt {
  float: left;
  width: 150px;
}
#ConfigGroups fieldset dl dd {
  padding-bottom: 10px;
  margin-left: 150px;
}
#ConfigGroups fieldset dl dd label {
  font-weight: bold;
  margin-right: 50px;
}
#ConfigGroups fieldset dl .api-access label {
  font-weight: normal;
}
#ConfigGroups fieldset .groups-supported-settings {
  padding: 0;
}
#ConfigGroups fieldset .groups-supported-settings dt {
  width: 170px;
  font-weight: bold;
  color: #494949;
  font-size: 14px;
}
#ConfigGroups fieldset .groups-supported-settings dd {
  margin-left: 170px;
}
div.confirmpop {
  border: 1px solid black;
}
div.confirmpop .ui-dialog-content {
  min-height: 0 ! important;
  padding: 10px;
}
div.confirmpop .ui-dialog-buttonpane {
  background: white;
  padding: 10px;
  text-align: center;
}
div.confirmpop .ui-dialog-titlebar {
  display: none;
}
div.fileManager div.headerPanel {
  background: transparent;
  padding: 0;
}
div.fileManager div.contentHeader {
  background: #e5e5e5;
}
.file_manager_control {
  padding: 10px;
  position: absolute;
  width: 25px;
}
div.document_menu ul li a.level_0:link,
div.document_menu ul li a.level_0:visited {
  background-image: none;
  padding: 0 0 0 5px;
  text-indent: 0;
}
div.document_menu ul li a:link,
div.document_menu ul li a:visited {
  padding: 0;
}
#APICollection .filteredResult .cwrap,
#APPCollection .filteredResult .cwrap {
  border-bottom: 0 none;
}
span.selectbox {
  background: url("images/dub_arrows_blk.gif") no-repeat scroll 95% center #eaeaeb;
  color: #484D4D;
  display: block;
  height: 18px;
  overflow: hidden;
}
.selectbox-wrapper {
  border-color: white;
  border-style: solid;
  border-width: 0 1px 1px 0;
}
.selectbox-wrapper li,
span.selectbox {
  background-color: #eceded;
  border: 1px solid #eceded;
  cursor: pointer;
  font-size: 11px;
  font-weight: normal;
  line-height: 18px;
  padding: 0 15px 0 5px;
}
.selectbox-wrapper li:hover {
  background-color: #b8bbbb;
}
.selectbox-wrapper li.selected,
.selectbox-wrapper li.current {
  background-color: #b8bbbb;
  color: #ffffff;
}
div.filters span.selectbox {
  display: block;
  float: left;
}
div.filters span.selectbox,
div.filters .selectbox-wrapper li,
div.subpanel span.selectbox,
div.subpanel .selectbox-wrapper li {
  background-color: #ffffff;
}
div.filters .selectbox-wrapper li:hover,
div.subpanel .selectbox-wrapper li:hover {
  background-color: #b8bbbb;
}
div.rsc_imglist h3 {
  color: #494E4E;
  font-size: 10px;
}
div.rsc_imglist h3 a {
  color: #00427a;
}
div.rsc_imglist ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
div.rsc_imglist ul li {
  display: inline-block;
  height: 25px;
  margin: 0 2px 0 0;
  width: 25px;
}
div.rsc_imglist ul li img {
  display: block;
  height: 25px;
  width: 25px;
}
div.cwrap_left div.description {
  margin-top: 10px;
}
div.editrsc {
  margin: 5px 0;
}
div.cwrap_left div.rating {
  margin-top: 7px;
}
div.cwrap_left div.image_100 {
  height: 104px;
  margin: 2px;
  width: 104px;
}
div.cwrap_left div.image_75 img {
  width: 75px;
}
div.cwrap > div.cwrap_left > div.description > div.editrsc > button {
  width: 71px;
}
#APIDetails div.cwrap > div.cwrap_left > div.description > div.editrsc > button {
  width: 112px;
}
div.private_api {
  background-position: 0 center;
  margin-left: 5px;
}
div#apilicensesection h3 {
  margin: 0;
  padding: 0;
}
div#apilicensesection h3.main-title {
  color: #494949;
  margin: 0;
  padding: 0;
}
div#apilicensesection table.license-list-table {
  margin-top: 30px;
  table-layout: fixed;
}
div#apilicensesection table.license-list-table .license-list-tbody tr td {
  word-break: break-word;
}
div#apilicensesection table.license-list-table .license-list-tbody tr td span {
  display: inline-block;
}
div#apilicensesection table.license-list-table .license-list-tbody tr td ul li {
  margin-bottom: 10px;
}
div#apilicensesection table.license-list-table .license-list-tbody tr td ul li span.resource {
  cursor: pointer;
}
div#apilicensesection div.break h3 {
  display: none;
}
div#apilicensesection div.break p {
  display: none;
  padding: 0;
}
div.cwrap div.cwrap_right {
  float: right;
  padding-top: 3px;
}
div.cwrap div.cwrap_right h2,
div.cwrap_right h3 {
  color: #494949;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
div.cwrap div.cwrap_right h2.soa-ui-cm-header,
div.cwrap_right h3.soa-ui-cm-header {
  font-size: 14px;
  margin: 0 -15px 20px -16px;
  padding: 17px 15px;
}
.cwrap_right .soa-ui-cm-markdown-it-viewer-container {
  width: 680px;
}
div.cwrap_right h3 {
  font-size: 13px;
}
div.cwrap_right ul.similar_rscs {
  margin: 0;
  padding: 0;
}
div.cwrap_right ul.similar_rscs li {
  float: left;
  list-style: none outside none;
  margin: 0 0 0 20px;
  padding: 0;
}
div.cwrap_right ul.similar_rscs li div.name {
  font-weight: bold;
}
div.cwrap_right ul.rating_history {
  margin: 0;
  padding: 0;
}
div.cwrap_right ul.rating_history li {
  height: 12px;
  list-style: none outside none;
  margin: 0;
  padding: 0 0 1px 70px;
}
div.cwrap_right ul.rating_history li.star_1 {
  background: url("images/star_rate_dark_1.gif") no-repeat scroll 0 0 transparent;
}
div.cwrap_right ul.rating_history li.star_2 {
  background: url("images/star_rate_dark_2.gif") no-repeat scroll 0 0 transparent;
}
div.cwrap_right ul.rating_history li.star_3 {
  background: url("images/star_rate_dark_3.gif") no-repeat scroll 0 0 transparent;
}
div.cwrap_right ul.rating_history li.star_4 {
  background: url("images/star_rate_dark_4.gif") no-repeat scroll 0 0 transparent;
}
div.cwrap_right ul.rating_history li.star_5 {
  background: url("images/star_rate_dark_5.gif") no-repeat scroll 0 0 transparent;
}
div.cwrap_right ul.rating_history div.grey_bar {
  background-color: #AAAAAA;
  height: 10px;
  width: 160px;
}
div.cwrap_right ul.rating_history div.black_bar {
  background-color: black;
  height: 10px;
}
div.cwrap_right ul.rating_history li {
  line-height: 12px;
  margin-bottom: 3px;
  padding-left: 65px;
}
div.cwrap_right ul.rating_history div.grey_bar {
  float: left;
  height: 12px;
  margin-right: 3px;
  width: 120px;
}
div.cwrap_right ul.rating_history div.grey_bar div.black_bar {
  height: 12px;
}
div.reviewcta {
  color: #00427a;
  font-size: 12px;
  font-weight: normal;
}
.security {
  margin-left: 60px;
  width: 500px;
}
.security_label {
  float: left;
  width: 85px;
}
.soa-ui-cm-shared-secret-container {
  margin-bottom: 10px;
}
.show_keys > a {
  background: url("images/sprites_cm_open_icons_18_8a8a8a.png") no-repeat 100% -1143px;
  display: block;
  float: left;
  height: 26px;
  padding-left: 10px;
  padding-right: 30px;
}
.soa-ui-cm-endpoints-approval {
  float: right;
  color: #7f7f7f;
}
.soa-ui-cm-endpoints-approval .soa-ui-cm-imgtxt {
  position: relative;
  top: 4px;
}
.soa-ui-cm-endpoints-approval .soa-ui-cm-imgtxt.soa-ui-cm-icon-close {
  color: #c62026;
}
.soa-ui-cm-endpoints-approval .soa-ui-cm-imgtxt.soa-ui-cm-icon-check {
  color: #1d8a4b;
}
#apidetails_toggle_oauth_details {
  background: transparent;
  float: right;
  padding-left: 5px;
  padding-right: 0;
}
#edit_oauth_details {
  margin-left: 0;
}
.apidoc_code {
  font-family: "Courier New", Courier, mono;
  font-size: 12px;
}
.apidoc_h1 {
  color: #002663;
  font-family: Arial;
  font-size: 18px;
  margin-bottom: -9px;
}
.apidoc_h2 {
  color: #77126F;
  font-family: Arial;
  font-size: 14px;
  margin-bottom: -7px;
  margin-top: 14px;
}
.apidoc_h4 {
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  margin-bottom: -6px;
  margin-top: 12px;
}
.apidoc_note {
  background-color: #F6F6F6;
  font-family: Arial;
  font-size: 11px;
  padding: 11px;
}
.apidoc_p {
  font-family: Arial;
  font-size: 11px;
}
.apidoc_left {
  float: left;
  width: 180px;
}
.apidoc_right {
  padding-top: 10px;
}
.apidoc_ul,
.apidoc_ol {
  font-family: Arial;
  font-size: 11px;
}
.apidoc_ul li {
  font-family: Arial;
  font-size: 11px;
}
.apidoc_red {
  color: #FF0000;
}
.apidoc_01_div_codeendpoint {
  background: #F6F6F6;
  border: 1px dashed #333333;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  margin: 2px;
  padding: 2px;
}
.apidoc_div_codesample {
  border: 1px solid #000000;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  margin: 2px;
  padding: 2px;
}
.apidoc_div_requestexample {
  background: #F6F6F6;
  border: 1px dashed #333333;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  margin: 2px;
  padding: 2px;
}
.apidoc_overflow {
  overflow: auto;
}
.pageBody td {
  color: #494E4E;
}
#tableparmsresponse td,
#tableparmsresponse th {
  border: 1px solid #000000;
  font-family: Arial;
  font-size: 11px;
  vertical-align: top;
}
#tableparmsresponse th {
  vertical-align: top;
}
.apidoc_02_h1 {
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  margin-bottom: -9px;
  margin-top: 14px;
}
.apidoc_02_h2 {
  color: #000000;
  font-family: Arial;
  font-size: 14px;
  margin-bottom: -7px;
  margin-top: 14px;
}
.apidoc_02_div_codeendpoint {
  background: #CCFFFF;
  color: #006633;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  margin: 2px;
  padding: 2px;
}
.apidoc_02_div_codesample {
  background: #CCFFFF;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  margin: 2px;
  padding: 2px;
}
.apidoc_02_div_requestexample {
  background: #CCCCCC;
  border: 1px dashed #333333;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  margin: 2px;
  padding: 2px;
}
.apidoc_02_green {
  color: #009933;
}
.apidoc_02_note {
  background-color: #FFFFCC;
  font-family: Arial;
  font-size: 11px;
  padding: 11px;
}
.apidoc_03_h1 {
  color: #002663;
  font-family: Arial;
  font-size: 16px;
}
.apidoc_03_h2 {
  color: #ED5929;
  font-family: Arial;
  font-size: 14px;
  margin-bottom: -4px;
  margin-top: 14px;
}
.apidoc_03_h4 {
  color: #002663;
  font-family: Arial;
  font-size: 12px;
  margin-bottom: -4px;
  margin-top: 12px;
}
.apidoc_03_div_codeendpoint {
  background: #FFF9E3;
  border: 1px dashed #333333;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  margin: 2px;
  padding: 2px;
}
.apidoc_03_div_codesample {
  background: #FFF9E3;
  border: 1px solid #000000;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  margin: 2px;
  padding: 2px;
}
.apidoc_04_h1 {
  color: #002663;
  font-family: Arial;
  font-size: 16px;
}
.apidoc_04_h2 {
  color: #701C7E;
  font-family: Arial;
  font-size: 14px;
  margin-bottom: -4px;
  margin-top: 14px;
}
.apidoc_04_h4 {
  color: #415266;
  font-family: Arial;
  font-size: 12px;
  margin-bottom: -4px;
  margin-top: 12px;
}
.apidoc_04_div_codeendpoint {
  background: #D0F2D3;
  border: 1px dashed #02813E;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  margin: 2px;
  padding: 2px;
}
.apidoc_04_div_codesample {
  background: #D0F2D3;
  border: 1px dashed #02813E;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  margin: 2px;
  padding: 2px;
}
.apidoc_04_div_requestexample {
  background-color: #D0F2D3;
  border: 1px dashed #02813E;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  margin: 2px;
  padding: 2px;
}
.apidoc_04_link {
  color: #0E5DAA;
}
#AccessDeniedDiv .portlet {
  clear: both;
  display: block;
  float: left;
  font-size: 13px;
  margin: 25px 0 0 245px;
  width: 260px;
}
#AccessDeniedDiv .porlet_sign_up a.message_links_images_a:link,
#AccessDeniedDiv .porlet_sign_up a.message_links_images_a:visited {
  background: url("/content/home/landing/images/landing_signup.png") no-repeat scroll 0 0 transparent;
  display: block;
  float: left;
  height: 101px;
  text-indent: -9999px;
  width: 121px;
}
#AccessDeniedDiv .portlet .text {
  float: left;
  padding-left: 20px;
  padding-top: 40px;
}
#AccessDeniedDiv .portlet .text a:link,
#AccessDeniedDiv .portlet .text a:visited {
  color: #2683B4;
  font-size: 15px;
  font-weight: bold;
}
.centered {
  text-align: center;
}
#notification_ul li .com_soa_notification_type_app_review_created {
  background: url("images/norm_newidea.png") no-repeat scroll 0 0 transparent;
  height: 18px;
  width: 18px;
}
.Landing-top {
  clear: both;
  display: block;
  float: left;
  height: 215px;
  margin-bottom: 10px;
  width: 925px;
}
div.Landing-left {
  float: left;
  min-height: 550px;
  width: 615px;
}
div.Landing-left #docframe #document_Landing-left_iframe {
  min-height: 550px;
}
div.news-widget {
  display: block;
  float: left;
  width: 310px;
}
div.blog-widget {
  display: block;
  float: left;
  width: 310px;
}
.atom-feed-container {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.atom-feed-container .feed-title {
  background: url("/content/home/landing/images/rss_15x15.png") no-repeat scroll 10px 5px #575c5c;
  clear: both;
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  text-indent: 30px;
  width: 100%;
}
.atom-feed-container .feed-wrap {
  background-color: #F3F3F4;
  border-bottom: 1px solid #FFFFFF;
  clear: both;
  display: block;
  float: left;
  line-height: 12px;
  padding: 10px 20px 10px 10px;
}
.atom-feed-container .feed-wrap:last-child {
  border-bottom: medium none;
}
.atom-feed-container .feed-wrap h3 {
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  padding: 0;
}
.atom-feed-container .feed-wrap > h3 > a,
.atom-feed-container .feed-wrap > h3 > a:visited,
.atom-feed-container .feed-wrap > h3 > a:hover {
  color: #000000;
}
.atom-feed-container .feed-wrap span {
  font-size: 8px;
}
.atom-feed-container .feed-wrap p {
  font-size: 11px;
  padding: 0;
}
.atom-feed-container .feed-wrap p .more a {
  font-size: 11px;
}
.rss-feed-container {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.rss-feed-container .feed-title {
  background: url("/content/home/landing/images/blog_15x15.png") no-repeat scroll 10px 5px #575c5c;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  text-indent: 30px;
  width: 100%;
}
.rss-feed-container .feed-wrap {
  background-color: #F3F3F4;
  border-bottom: 1px solid #FFFFFF;
  clear: both;
  display: block;
  float: left;
  line-height: 12px;
  padding: 10px 20px 10px 10px;
}
.rss-feed-container .feed-wrap .feed-wrap-left {
  display: inline-block;
  float: left;
  vertical-align: top;
  width: 35px;
}
.rss-feed-container .feed-wrap .feed-wrap-left img {
  height: 25px;
  padding: 0 10px 0 0;
  width: 25px;
}
.rss-feed-container .feed-wrap .feed-wrap-right {
  display: inline-block;
  float: left;
  width: 245px;
}
.rss-feed-container .feed-wrap .feed-wrap-right h3 {
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  padding: 0;
}
.rss-feed-container .feed-wrap .feed-wrap-right > h3 > a,
.rss-feed-container .feed-wrap .feed-wrap-right > h3 > a:visited,
.rss-feed-container .feed-wrap .feed-wrap-right > h3 > a:hover {
  color: #000000;
}
.rss-feed-container .feed-wrap .feed-wrap-right span {
  font-size: 8px;
}
.rss-feed-container .feed-wrap .feed-wrap-right p {
  font-size: 11px;
  padding: 0;
}
.rss-feed-container .feed-wrap .feed-wrap-right p .more a {
  font-size: 11px;
}
.userprofile_edit span {
  margin-left: 5px;
}
.soapopup .titleBar {
  background: #e5e5e5;
  color: #484848;
  padding: 5px 10px;
}
.soapopup .content {
  padding: 20px;
  text-align: left;
}
.soapopup .buttonBar {
  height: 22px;
  list-style: none outside none;
  padding: 10px 20px 20px;
}
.soapopup .buttonBar.centerAligned li,
.soapopup .buttonBar.leftAligned li {
  float: left;
  padding-right: 5px;
}
.soapopup .buttonBar.rightAligned li {
  float: right;
  padding-left: 5px;
}
.addGrantPropertyButton {
  background: url("images/sprites_cm_open_system_2683b4.png") 11px -841px no-repeat;
  clear: both;
  color: #00427a;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 0 0 28px;
  width: 60px;
}
.addParameterButton {
  background: url("images/sprites_cm_open_system_2683b4.png") 11px -841px no-repeat;
  clear: both;
  color: #00427a;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 0 0 28px;
  width: 95px;
  margin-left: 300px;
}
#oAuthProviderForm div.formsep div.inputwrap,
#openIdProviderForm div.formsep div.inputwrap,
#fbConnectorForm div.formsep div.inputwrap,
#fbConnectorForm div.formsep div.inputwrap {
  margin-left: 130px ! important;
}
#openIdProviderForm div.formsep div.inputwrap,
#fbConnectorForm div.formsep div.inputwrap {
  margin-left: 120px ! important;
}
#openIdProviderForm h3,
#fbConnectorForm h3 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}
#oAuthProviderForm div.formsep label,
#openIdProviderForm div.formsep label,
#fbConnectorForm div.formsep label {
  display: block;
  float: left;
  font-weight: bold;
  padding-top: 4px;
  width: 90px;
}
#openIdProviderForm #providerThree div.formsep label {
  width: 65px;
}
#oAuthProviderForm div#providerThree div.formsep div.inputwrap input[type="checkbox"] {
  float: left;
  margin-top: 5px;
  width: 20px;
}
#oAuthProviderForm .error,
#openIdProviderForm .error,
#fbConnectorForm .error {
  color: red;
}
#oAuthProviderForm input.error,
#openIdProviderForm input.error,
#fbConnectorForm input.error {
  background-color: #F8E7E8;
}
#oAuthProviderForm div.formsep,
#openIdProviderForm div.formsep,
#fbConnectorForm div.formsep {
  margin-bottom: 10px;
}
#oAuthProviderForm div#providerTwo div.formsep label,
#oAuthProviderForm div#providerFour div.formsep > label {
  padding-right: 40px;
  width: 250px;
}
#oAuthProviderForm div#providerThree div.formsep label {
  width: 250px;
}
#oAuthProviderForm div#providerTwo #oAuthProviderResourceOwnerMandatoryStar {
  display: none;
}
#openIdProviderForm div#providerTwo div.formsep label,
#fbConnectorForm div#providerTwo div.formsep label {
  width: 100px;
}
#oAuthProviderForm div#providerTwo div.supportedGrantTypesSection,
#oAuthProviderForm div#providerThree div.supportedTokenTypesSection,
#oAuthProviderForm div#providerThree div.tokenValidationSection,
#oAuthProviderForm div#providerFour div.openIdConnectReservedScopes {
  float: right;
  width: calc(100% - 290px);
}
#oAuthProviderForm div#providerFour div.openIdConnectReservedScopes {
  float: left;
}
#oAuthProviderForm div#providerTwo div.supportedGrantTypesSection label,
#oAuthProviderForm div#providerThree div.supportedTokenTypesSection label,
#oAuthProviderForm div#providerFour div.openIdConnectReservedScopes label {
  float: left;
  padding-left: 5px;
  width: 250px;
}
#oAuthProviderForm div#providerTwo div.supportedGrantTypesSection input[type="checkbox"],
#oAuthProviderForm div#providerThree div.supportedTokenTypesSection input[type="checkbox"],
#oAuthProviderForm div#providerFour div.openIdConnectReservedScopes input[type="checkbox"] {
  float: left;
  margin-top: 5px;
}
#oAuthProviderForm div#providerTwo div.supportedGrantTypesSection div.innerChild,
#oAuthProviderForm div#providerThree div.supportedTokenTypesSection div.innerChild {
  clear: both;
  padding-left: 30px;
}
#oAuthProviderForm div#providerTwo div.supportedGrantTypesSection div.innerChild label {
  font-weight: normal;
  margin-left: -9px;
  width: 200px;
}
#oAuthProviderForm div#providerThree div.supportedTokenTypesSection div.innerChild label {
  font-weight: normal;
  margin-left: -9px;
  width: 230px;
}
#oAuthProviderForm div#providerThree div.tokenValidationSection label {
  font-weight: normal;
  width: 230px;
}
#oAuthProviderForm div#providerThree div.supportedTokenTypesSection div.innerChild div.tooltip {
  margin: 2px 0 0 3px;
}
#oAuthProviderForm div#providerTwo div.inputwrap span,
#oAuthProviderForm div#providerThree div.inputwrap span {
  font-weight: bold;
  padding-left: 5px;
  padding-right: 10px;
}
#oAuthProviderForm div#providerTwo div.supportedGrantTypesSection div.innerChild div.formsep,
#oAuthProviderForm div#providerThree div.supportedTokenTypesSection div.innerChild div.formsep {
  margin-bottom: 5px;
}
#oAuthProviderForm div#providerTwo div.supportedGrantTypesSection div.innerChild div.inputwrap,
#oAuthProviderForm div#providerThree div.supportedTokenTypesSection div.innerChild div.inputwrap {
  margin-left: 250px;
}
#oAuthProviderForm div#providerTwo div.supportedGrantTypesSection div.innerChild div.inputwrap input[type="text"] {
  width: 100px ! important;
}
#oAuthProviderForm div#providerTwo div.inputwrap div.oAuthProviderGrantProvisioningTimeoutwrap input[type="text"] {
  width: 100px ! important;
}
#oAuthProviderForm div#providerThree div.supportedTokenTypesSection div.innerChild div.inputwrap input[type="text"] {
  width: 220px ! important;
}
#oAuthProviderForm div#providerThree div.supportedTokenTypesSection div.innerChild div.inputwrap div.tokenlength input[type="text"] {
  width: 100px ! important;
}
#oAuthProviderForm div#providerThree div.supportedTokenTypesSection div.innerChild div.inputwrap select {
  width: 220px ! important;
}
#oAuthProviderForm div#providerThree select {
  width: 220px ! important;
}
#oAuthProviderForm div#providerThree div.supportedTokenTypesSection div.linesep {
  border-top: 1px solid #2683b4;
  margin-top: 20px;
  padding: 10px;
}
#oAuthProviderForm input[disabled="disabled"],
#openIdProviderForm input[disabled="disabled"],
#fbConnectorForm input[disabled="disabled"] {
  background-color: #eceded ! important;
  border-color: #eceded ! important;
  color: #a5a5a5 ! important;
}
#openIdProviderForm #providerTwo .inputwrap,
#fbConnectorForm #providerTwo .inputwrap {
  float: left;
  width: 300px;
}
#openIdProviderForm #providerTwo .inputwrap + .tooltip,
#fbConnectorForm #providerTwo .inputwrap + .tooltip {
  float: left;
}
#openIdProviderForm #providerTwo .inputwrap {
  margin-left: 20px !important;
}
#openIdProviderForm #providerThree .inputwrap {
  float: left;
  width: 300px;
  margin-left: 20px !important;
}
#openIdProviderForm #providerThree .inputwrap + .tooltip {
  float: left;
}
#oAuthProviderForm div#providerTwo #oAuthProviderGrantValidityPeroiod {
  float: left;
  width: 100px ! important;
}
#oAuthProviderForm div#providerTwo #oAuthProviderGrantValidityPeroiod + .tooltip {
  float: left;
}
#oAuthProviderForm div#providerTwo h4 {
  border-top: 1px solid #2683B4;
  margin-top: 20px;
  padding: 10px 0;
}
#oAuthProviderForm div#providerSeven div.formsep div.inputwrap.oAuthServerURLContainer {
  float: left;
  margin-left: 1px ! important;
}
#oAuthProviderForm div#providerSeven div.formsep div.inputwrap.oAuthServerURLContainer + .tooltip {
  float: left;
}
#oAuthProviderForm div#providerTwo h4:first-child {
  border-top: medium none;
  margin-top: 0;
  padding: 4px 0 0;
}
#oAuthProviderForm div#providerThree div.formsep div.inputwrap {
  margin-left: 200px;
}
#oAuthProviderForm div#providerThree div.formsep div.inputwrap input {
  padding-left: 3px;
  width: 206px;
}
#oAuthProviderForm div#providerThree div.formsep {
  margin-bottom: 20px;
}
#oAuthProviderForm div#providerFive {
  width: 100%;
}
#oAuthProviderForm div#providerFive .tooltip,
#resourcesCntr .tooltip {
  float: none;
  margin: 0;
}
#oAuthProviderForm div#providerFive .resourcesMsgTray,
#resourcesCntr .resourcesMsgTray {
  margin-bottom: 5px;
  width: 95%;
}
#oAuthProviderForm div#providerFive .resourceViewTitle,
#resourcesCntr .resourceViewTitle {
  padding-left: 5px;
}
#oAuthProviderForm div#providerFive div.resourceLeftSection,
#resourcesCntr div.resourceLeftSection {
  border-right: 2px solid #EEEEEE;
  float: left;
  overflow: auto;
  width: 300px;
}
#oAuthProviderForm div#providerFive div.resourceRightSection,
#resourcesCntr div.resourceRightSection {
  display: none;
  margin-left: 315px;
  width: 50%;
}
#oAuthProviderForm div#providerFive div.resourceRightSection span.error,
.grantPropertyRow .inputwrap span.error {
  display: block;
}
#oAuthProviderForm div#providerFive div.resourceRightSection input[type="text"],
#resourcesCntr div.resourceRightSection input[type="text"] {
  width: 260px ! important;
}
#oAuthProviderForm div#providerFive div.resourceRightSection textarea,
#resourcesCntr div.resourceRightSection textarea {
  width: 260px ! important;
  padding: 3px;
}
#oAuthProviderForm div#providerFive div.resourceRightSection .oAuthProviderResourceFullPathCntr,
#resourcesCntr div.resourceRightSection .oAuthProviderResourceFullPathCntr {
  display: none;
  margin-top: 50px;
  overflow: auto;
}
#oAuthProviderForm div#providerFive label.blackLabel,
#resourcesCntr label.blackLabel {
  font-weight: bold;
}
#oAuthProviderForm div#providerFive div.resourceRightSection .clearthis:after,
#resourcesCntr div.resourceRightSection .clearthis:after {
  content: none;
}
#oAuthProviderForm div#providerFive div.resourceLeftSection .treeSection,
#resourcesCntr div.resourceLeftSection .treeSection,
#ResourceList .resources-list-left .treeSection {
  height: 375px;
  padding: 0 10px 0 0;
}
#ResourceList .resources-list-left .treeSection .firstRootEle .firstRootEle {
  display: none;
}
#ResourceList .resources-list-left .treeSection {
  height: auto;
}
#oAuthProviderForm div#providerFive div.resourceLeftSection .treeSection .resourceRow,
#resourcesCntr div.resourceLeftSection .treeSection .resourceRow,
#ResourceList .resources-list-left .treeSection .resourceRow {
  padding: 2px 0 2px 2px;
}
#oAuthProviderForm div#providerFive div.resourceLeftSection .treeSection .resourceName,
#resourcesCntr div.resourceLeftSection .treeSection .resourceName,
#ResourceList .resources-list-left .treeSection .resourceName {
  background-color: #EEEEEE;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: bold;
  padding: 2px 2px 2px 5px;
}
#oAuthProviderForm div#providerFive div.resourceLeftSection .treeSection .resourceName .resourceNameEle,
#resourcesCntr div.resourceLeftSection .treeSection .resourceName .resourceNameEle,
#ResourceList .resources-list-left .treeSection .resourceName .resourceNameEle {
  height: 15px;
  overflow: hidden;
  width: 80%;
}
#ResourceList .resources-list-left .treeSection .resourceName .resourceNameEle {
  width: auto;
  height: 20px;
}
#oAuthProviderForm div#providerFive div.resourceLeftSection .treeSection .resourceName.lastChild,
#resourcesCntr div.resourceLeftSection .treeSection .resourceName.lastChild,
#ResourceList .resources-list-left .treeSection .resourceName.lastChild {
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #959595;
}
#oAuthProviderForm div#providerFive div.resourceLeftSection .treeSection .highlight,
#resourcesCntr div.resourceLeftSection .treeSection .highlight,
#ResourceList .resources-list-left .treeSection .highlight {
  background-color: #f8f8f8 ! important;
}
#oAuthProviderForm div#providerFive div.resourceLeftSection .treeSection .deleteResourceButton,
#resourcesCntr div.resourceLeftSection .treeSection .deleteResourceButton,
#ResourceList .resources-list-left .treeSection .deleteResourceButton {
  color: #00427a;
  cursor: pointer;
  float: right;
  font-size: 11px;
  font-weight: normal;
  margin-right: 3px;
  margin-top: -16px;
}
#oAuthProviderForm div#providerFive div.resourceLeftSection .treeSection .resourceChildren,
#resourcesCntr div.resourceLeftSection .treeSection .resourceChildren,
#ResourceList .resources-list-left .treeSection .resourceChildren {
  margin-left: 15px;
}
#oAuthProviderForm div#providerFive div.resourceRightSection div.formsep label {
  font-weight: normal;
  width: 140px;
}
#resourcesCntr div.resourceRightSection div.formsep label {
  float: left;
  font-weight: normal;
  width: 140px;
}
#oAuthProviderForm div#providerFive div.resourceRightSection div.formsep textarea.small,
#resourcesCntr div.resourceRightSection div.formsep textarea.small {
  height: 25px;
  padding: 3px;
}
#oAuthProviderForm div#providerFive div.resourceRightSection p.helpText,
#resourcesCntr div.resourceRightSection p.helpText {
  color: red;
  margin-top: 5px;
}
#oAuthProviderForm div#providerFive div.resourceRightSection div.formsep div.inputwrap {
  margin-left: 140px ! important;
  padding-top: 5px;
}
#resourcesCntr div.resourceRightSection div.formsep div.inputwrap {
  margin-left: 140px ! important;
  margin-bottom: 10px;
}
#oAuthProviderForm div#providerSeven div.formsep div.inputwrap {
  margin-left: 200px;
}
#oAuthProviderForm div#providerSeven div.formsep div.inputwrap input {
  padding-left: 3px;
  width: 200px ! important;
}
#oAuthProviderForm div#providerSeven div.formsep label {
  color: #222222;
  width: 190px;
}
#oAuthProviderForm div#providerSeven div.formsep label.label-logo {
  color: #222222;
  width: 80px;
}
#oAuthProviderForm div#providerSeven div.formsep {
  margin-bottom: 20px;
}
#oAuthProviderForm div#providerSeven .imgCntr {
  width: 510px;
}
#oAuthProviderForm div#providerSeven .imgCntr .imgholder {
  border: 1px solid #333333;
  float: left;
  margin-right: 10px;
  padding: 2px;
  width: 50px;
  height: 50px;
}
#oAuthProviderForm div#providerSeven .imgCntr .imgholder img {
  height: 50px;
  width: 50px;
}
#oAuthProviderForm div#providerSeven .imgCntr .desc {
  font-weight: bold;
  padding-top: 18px;
}
#oAuthProviderForm div#providerSix div.formsep div.inputwrap {
  margin-left: 140px;
}
#oAuthProviderForm div#providerSix div.formsep div.inputwrap input[type="text"] {
  width: 515px ! important;
}
#oAuthProviderForm div#providerSix div.formsep label {
  padding-top: 2px;
  width: 130px;
}
#oAuthProviderForm div#providerSix div.formsep .deleteGrantProperty {
  float: left;
  margin-left: 135px;
}
#oAuthProviderForm input.helpText[type="text"],
#openIdProviderForm input.helpText[type="text"],
#fbConnectorForm input.helpText[type="text"],
#oAuthProviderForm textarea.helpText,
#openIdProviderForm textarea.helpText,
#fbConnectorForm textarea.helpText {
  color: #7f7f7f;
  font-family: 14px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: oblique;
  font-weight: normal;
  height: 20px;
  padding: 0 3px;
}
#oAuthProviderForm div#providerOne div.formsep div.inputwrap {
  margin-left: 95px ! important;
}
#openIdProviderForm div.formsep div.inputwrap,
#fbConnectorForm div.formsep div.inputwrap {
  margin-left: 100px ! important;
}
#fbConnectorForm #providerTwo div.formsep div.inputwrap {
  margin-left: 0 !important;
}
#oAuthProviderForm div#providerOne input[type="text"],
#openIdProviderForm div#providerOne input[type="text"],
#fbConnectorForm div#providerOne input[type="text"] {
  width: 285px ! important;
}
#oAuthProviderForm div#providerOne textarea,
#openIdProviderForm div#providerOne textarea,
#fbConnectorForm div#providerOne textarea {
  width: 285px ! important;
  height: 60px;
  line-height: normal;
  padding: 3px;
}
.errorMsgTray {
  background-color: #FFCCCC;
  border-radius: 5px 5px 5px 5px;
  border: 2px solid #990000;
  color: #990000;
  display: none;
  font-weight: bold;
  padding: 10px;
}
.addResourceButton {
  background: url("images/sprites_cm_open_system_2683b4.png") 11px -841px no-repeat;
  clear: both;
  color: #00427a;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
  padding: 3px 0 0 28px;
  width: 90px;
}
.ConfigResources > h1,
.SecurityDomainsList > h1,
.ConfigCustomStyles > h1,
.ConfigApis > h1,
.ConfigApps > h1,
.ConfigGroups > h1 {
  background: url("images/sprites_cm_open_icons_18_4a494a.png") no-repeat scroll 4px -579px transparent;
  color: #494949;
  font-size: 17px;
  font-weight: bold;
  padding: 7px 7px 7px 30px;
}
.SecurityDomainsList > h1 {
  background-position: 4px -839px;
}
.SecurityDomainsList > .add-domain-wrapper {
  background-color: #f8f8f8;
  border-bottom: 1px solid #959595;
  padding: 7px;
}
.SecurityDomainsList > .message-wrapper {
  border-width: 0 1px;
  padding: 10px;
}
.SecurityDomainsList > .add-domain-wrapper > .select-domain-type-wrapper {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  display: none;
  position: absolute;
  top: 105px;
  z-index: 9999;
}
.SecurityDomainsList > .add-domain-wrapper > .select-domain-type-wrapper > h4 {
  background-color: #e5e5e5;
  border-bottom: #959595;
  padding: 5px 10px;
}
.SecurityDomainsList > .add-domain-wrapper > .select-domain-type-wrapper > .select-domain-type-content {
  color: #000000;
  padding: 10px 15px;
}
.SecurityDomainsList > .add-domain-wrapper > .select-domain-type-wrapper > .select-domain-type-content > .single-select-wrapper {
  border: 1px solid #CFD1D2;
  width: 225px;
}
.SecurityDomainsList > .add-domain-wrapper > .select-domain-type-wrapper > .select-domain-type-content > .single-select-wrapper > h5 {
  background-color: #DBDCDD;
  color: #221F1F;
  font-size: 12px;
  padding: 2px 10px;
}
.SecurityDomainsList > .add-domain-wrapper > .select-domain-type-wrapper > .select-domain-type-content > .single-select-wrapper > #add-domain-select {
  width: auto;
}
.SecurityDomainsList > .add-domain-wrapper > .select-domain-type-wrapper > .select-domain-type-content > button {
  margin-bottom: 10px;
  margin-top: 10px;
}
.SecurityDomainsList > .add-domain-wrapper > .select-domain-type-wrapper > .select-domain-type-content > button.x {
  margin-left: 0;
}
.createdDate {
  white-space: nowrap;
}
.security-domain-footer {
  background: #ffffff;
  border-top: none;
  border-bottom-color: #dddddd;
  display: block;
  height: 35px;
}
.mandatory {
  color: red;
}
.colon {
  padding-left: 3px;
}
#collection_options_type_span_menu > table {
  overflow: hidden;
}
#body_content #tiptip_content {
  background-color: #3e4343;
  border: 1px solid #3e4343;
  box-shadow: 0 0 3px #3e4343;
  color: #00427a;
}
#body_content #tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #3e4343;
}
#body_content #tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #3e4343;
}
#body_content #tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #3e4343;
}
#body_content #tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #3e4343;
}
#body_content #tiptip_holder.tip_top #tiptip_arrow_inner {
  border-top-color: #3e4343;
}
#body_content #tiptip_holder.tip_bottom #tiptip_arrow_inner {
  border-bottom-color: #3e4343;
}
#body_content #tiptip_holder.tip_right #tiptip_arrow_inner {
  border-right-color: #3e4343;
}
#body_content #tiptip_holder.tip_left #tiptip_arrow_inner {
  border-left-color: #3e4343;
}
.tooltip.help {
  background: url("images/sprites_cm_open_system_2683b4.png") no-repeat -4px -800px;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin: 2px 0 0 10px;
  padding: 0;
  vertical-align: text-bottom;
  width: 16px;
}
h2 .tooltip {
  float: right;
  margin: 4px 20px;
}
div.wizard_two_column_left.tooltips {
  padding-right: 15px;
  width: 457px;
}
div.wizard_two_column_left.tooltips div.formsep div.inputwrap {
  float: left;
  margin: 0 15px 0 13px;
  width: 275px;
}
div.inputwrap .tooltip {
  margin: 2px 0 0 5px;
}
div.addApiInputTitle .tooltip {
  margin: 0 10px;
}
ul.advancedOptions div {
  padding-top: 0;
}
ul.advancedOptions .tooltip {
  float: right;
  margin-top: -1px;
}
ul.advancedOptions input[type="checkbox"] {
  padding: 0;
}
div.securitypolicycon .tooltip {
  vertical-align: top;
}
#loginForm input[type="text"],
#loginForm input[type="password"] {
  width: 300px;
}
#loginForm div.empty {
  padding-bottom: 120px;
}
#loginForm div > p {
  padding-bottom: 20px;
}
#unsupportedBrowser {
  background: url("images/icon_attn.png") no-repeat scroll 15px 3px #595c5c;
  color: #FFFFFF;
  font-size: 12px;
  height: 23px;
  line-height: 23px;
  padding: 4px 0 2px 52px;
  position: relative;
  vertical-align: middle;
}
#unsupportedBrowser .closeBtnContainer {
  position: absolute;
  right: 8px;
  top: 8px;
}
#unsupportedBrowser .closeBtnContainer > button {
  background: url("images/icon_close.png") no-repeat scroll 0% 0% transparent;
  border-radius: 0 0 0 0;
  border: 0 none;
  height: 13px;
  width: 13px;
}
#unsupportedBrowser > p {
  padding: 0;
}
#unsupportedBrowser > p > :first-child {
  font-size: 14px;
}
#unsupportedBrowser > p > a {
  color: #FFFFFF;
  text-decoration: underline;
}
.rootEle {
  display: none;
}
div.console {
  border: 1px solid gray;
  height: 200px;
  margin-top: 5px;
  overflow-x: auto;
  padding: 10px;
}
div#response {
  height: 500px;
}
div.console pre {
  background-color: #FCF6DB;
  border: 1px solid #E5E0C6;
  display: inline-block;
  font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  min-width: 720px;
  padding: 10px;
}
div.devconsole label {
  color: #222222;
  display: block;
  float: left;
  font-weight: bold;
  margin: 0;
  padding: 4px 0 0 10px;
  width: 90px;
}
div.devconsole .formsep {
  margin: 0 0 10px;
  min-height: 22px;
  overflow: auto;
}
.devconsole .inputwrap > select {
  border: none;
  position: relative;
}
.devconsole .inputwrap > select option {
  position: relative;
}
div.devconsole > ol {
  border: 0 none;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
div.devconsole ol > li:after {
  clear: none;
}
div.devconsole ol > li {
  border: medium none;
  padding: 0;
}
div.devconsole div.inputwrap {
  float: left;
}
div.devconsole div.buttonwrap {
  margin: 10px 0;
}
div.devconsole div.inputwrap small {
  font-size: 11px;
  padding-left: 10px;
}
div.devconsole select {
  background: #EAEAEB;
  color: #484D4D;
  font-weight: bold;
  padding: 2px;
  width: 230px;
}
div.devconsole select.paramtype {
  width: 80px;
}
div.devconsole div.inputwrap_long select {
  width: 642px;
}
div.devconsole div.inputwrap_long select.endpoints {
  width: 570px;
}
div.devconsole div.inputwrap_long input {
  width: 630px;
}
div.devconsole div.inputwrap_long textarea {
  height: 28px;
  width: 630px;
}
div.devconsole div.formsep div.parameters {
  float: left;
}
div.devconsole div.formsep .extra_param li {
  width: 642px;
}
div.devconsole div.formsep .extra_param li {
  padding: 2px 0 0;
}
div.devconsole div.formsep .extra_param li label {
  color: #666666;
  display: inline-block;
  float: none;
  font-size: 11px;
  line-height: 20px;
  padding: 0 2px 0 0;
  width: auto;
}
div.devconsole div.formsep .extra_param li input {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
div.devconsole div.formsep .extra_param li input.value {
  width: 195px;
}
div.devconsole input[type="text"][disabled="disabled"] {
  color: #888888 ! important;
}
div.devconsole div.formsep textarea {
  height: 100px;
  width: 622px;
}
div.devconsole div.accept_other,
div.devconsole div.requestct_other {
  font-size: 11px;
  font-weight: bold;
  margin: 5px 0 0;
}
div.devconsole div.accept_other > input,
div.devconsole div.requestct_other > input {
  width: 200px;
}
div.security_modal input[type="text"],
div.security_modal input[type="textbox"],
div.security_modal input[type="password"],
div.security_modal textarea {
  background: #ECEDED;
  border-radius: 0 0 0 0;
  font-style: normal;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  vertical-align: middle;
}
div.security_modal input,
div.security_modal textarea,
div.security_modal select {
  border: medium none;
  color: #3D4242;
  font-family: 14px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11px;
}
div.devconsole ol.policies {
  border-bottom: 1px solid lightgrey;
  padding: 10px 0;
}
div.devconsole ol.policies:first-child {
  padding-top: 0;
}
div.devconsole ol.policies:last-child {
  border-bottom: medium none;
  padding-bottom: 0;
}
div.devconsole ol.credentials > li {
  margin: 5px 0;
}
div.devconsole ol.credential > li {
  margin: 0 0 10px;
}
div.devconsole ol.credentials > li > input[type="radio"] {
  float: left;
  margin: 15px 0 0 10px;
}
div.devconsole ol.policies div.inputwrap input[type="text"],
div.devconsole ol.policies div.inputwrap input[type="password"] {
  width: 520px;
}
div.devconsole ol.policies ol.multi div.inputwrap input[type="text"],
div.devconsole ol.policies ol.multi div.inputwrap input[type="password"] {
  width: 490px;
}
div.devconsole ol.policies div.inputwrap > textarea {
  height: 50px;
  line-height: 13px;
  width: 516px;
}
div.devconsole ol.policies div.inputwrap > label.policy_name {
  padding-top: 4px;
  width: 100%;
}
div.security_modal ol.policies div.inputwrap > select {
  margin-left: 10px;
}
div.devconsole ol.credential.multi {
  border-radius: 2px 2px 2px 2px;
  border: 1px solid lightgray;
  margin: 0 10px 0 30px;
  padding-top: 10px;
}
div.devconsole ol.unselected {
  background: lightgrey;
}
div.devconsole li.grant_type {
  display: inline;
  list-style-type: none;
}
div.devconsole ul.grant_types {
  font-size: 11px;
  width: 533px;
}
div.devconsole ul.grant_types > li > input[type="radio"] {
  float: left;
  margin: 4px;
}
div.devconsole ul.grant_types > li > label {
  padding: 4px 5px 0 0;
  width: auto;
}
div.devconsole span.keystore_status {
  color: #3D4242;
  display: inline-block;
  font-family: 14px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin-left: 10px;
  width: 364px;
}
div.devconsole button.get_token {
  float: left;
  margin: 10px 10px 0 25px;
}
div.devconsole fieldset {
  border: 1px solid lightgray;
  border-radius: 3px;
  margin: 10px;
  padding: 10px;
}
div.devconsole ol.policies fieldset div.inputwrap input[type="text"] {
  width: 400px;
}
div.devconsole fieldset legend {
  color: #494949;
  font-weight: bold;
  padding: 5px;
}
.soa-ui-cm-encrypted-security-key-message {
  border-radius: 3px;
  float: left;
  padding: 5px;
  font-size: 11px;
}
div.wizard_two_column > div.wizard_two_column_left > div.apiGroupManage > label {
  width: 310px;
}
#addGroupPageOne > div.addGroupContent > div.wizard_two_column > div.wizard_two_column_left > div.apiGroupManage > div.inputwrap {
  margin-right: 0;
}
div.wizard_two_column > div.wizard_two_column_left > div.apiGroupManage > div.inputwrap > label {
  width: 50px;
}
#apidetails_keys > div > a.no-margin {
  margin: 0;
}
/*RESOURCE COLLECTION*/
#collection_options form ol {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 105px;
}
#collection_options legend {
  font-size: 12px;
  font-weight: bold;
  color: white;
  display: block;
  margin: 0;
  padding: 0;
  width: 105px;
  border-bottom: 1px solid white;
  padding-top: 15px;
}
#collection_options form label {
  display: block;
  font-size: 11px;
  font-weight: normal;
  color: #494949;
  padding: 11px 0 4px;
}
#collection_options form select {
  width: 100px;
}
fieldset#collection_options {
  border: none;
  margin: 0;
  padding: 0 0 10px 5px;
}
input.help_text {
  color: #777;
  font-style: italic;
}
#monitorTabDiv {
  min-height: 390px;
}
#monitorTabDiv #chartContainer {
  width: 100%;
  height: 390px;
  text-align: center;
  float: left;
}
#soa-control-cm-app-monitor-overview-container div.report_gauge,
#soa-control-cm-api-monitor-overview-container div.report_gauge {
  padding: 1% 0 0 0;
  border: 1px solid #cfd6d4;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: left;
  margin: 0 12px 10px 0;
  vertical-align: bottom;
}
#soa-control-cm-app-monitor-overview-container div.report_gauge_control,
#soa-control-cm-api-monitor-overview-container div.report_gauge_control {
  height: 30px;
}
#soa-control-cm-app-monitor-overview-container div.report_gauge_control > div,
#soa-control-cm-api-monitor-overview-container div.report_gauge_control > div {
  display: inline-block;
}
#soa-control-cm-app-monitor-overview-container div.report_gauge_summary,
#soa-control-cm-api-monitor-overview-container div.report_gauge_summary {
  background-color: #cfd6d4;
  height: 50px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
#soa-control-cm-app-monitor-overview-container div.report_gauge_summary ul,
#soa-control-cm-api-monitor-overview-container div.report_gauge_summary ul {
  list-style: none outside none;
  margin: 0;
  padding: 10px;
}
.report_gauge_control .selectbox,
.report_gauge_control .selectbox-wrapper > li {
  text-transform: uppercase;
  color: #00427a;
}
.soa-control-cm-api-monitor-metrics-container,
.soa-control-cm-app-monitor-metrics-container {
  border: 1px solid #e5e5e5;
  padding: 9px;
  margin-bottom: 10px;
}
#soa-control-cm-app-monitor-overview-container div.report_divider,
#soa-control-cm-api-monitor-overview-container div.report_divider,
.soa-ui-cm-appQuotas div.report_divider {
  margin: 15px 0;
  padding: 2px 10px;
  height: 16px;
  background-color: #959595;
  color: white;
  font-weight: bold;
}
#soa-control-cm-app-monitor-overview-container div.report_chart,
#soa-control-cm-api-monitor-overview-container div.report_chart,
.soa-ui-cm-appQuotas div.report_chart {
  float: left;
  width: 370px;
  margin: 0 14px 0 0;
}
#soa-control-cm-app-monitor-overview-container div.report_chart_title,
#soa-control-cm-api-monitor-overview-container div.report_chart_title,
.soa-ui-cm-appQuotas div.report_chart_title {
  padding: 0 0 5px;
  font-size: 14px;
  font-weight: bold;
  color: #494949;
  line-height: 20px;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #959595;
}
.soa-ui-cm-quota-chart {
  height: 208px;
}
#soa-control-cm-app-monitor-overview-container div.report_chart_title a.button,
#soa-control-cm-api-monitor-overview-container div.report_chart_title a.button {
  float: right;
}
#soa-control-cm-app-monitor-overview-container span.detail_desc strong,
#soa-control-cm-api-monitor-overview-container span.detail_desc strong {
  font-weight: bold;
}
.detail_desc {
  word-wrap: break-word;
  width: auto;
}
#myAppsTeamEmpty {
  width: 90%;
  text-align: center;
  padding: 15px 0 0;
}
#myAppsPage {
  padding: 0 0 10px 0;
}
#MyAppsTeamMembers .rows {
  margin: 10px;
}
#MyAppsTeamMembers .imageMedium {
  height: 24px;
  padding: 0 10px 0 14px;
}
#MyAppsTeamMembers .alignRight {
  align: right;
}
#MyAppsTeamMembers .rowBorder {
  border-bottom: 1px solid #999999;
  line-height: 1px;
  width: 80%;
}
#MyAppsTeamMembers .disabledText {
  color: #666666;
  font-size: 11px;
  margin: 5px 0 0 0;
}
#MyAppsTeamMembers #tblMember {
  width: 100%;
}
#MyAppsTeamMembers .tableCell {
  padding-right: 3px;
  height: 32px;
}
#MyAppsTeamMembers #myAppsTable {
  /*
	 margin: 10px 0 10px 20px;
	 width: 100%;
	 */

}
#MyAppsTeamMembers #tableTitle {
  font-size: 18px;
  margin: 0 5px 0 0;
}
#myAppsInviteButton {
  margin: 0 0 0 10px;
}
#inviteTeamMember .tableRow {
  margin: 5px 0 0 10px;
}
#inviteTeamMember .alignRight {
  text-align: right;
}
#inviteTeamMember .buttonRow {
  margin: 20px 0;
}
#inviteTeamMember .statusButtonRow {
  margin: 30px 20px 20px 0;
}
#inviteTeamMemberStatusText {
  width: 95%;
  border: none;
}
#inviteTeamMemberForm {
  width: 95%;
}
#myAppsPage {
  padding: 20px;
}
#MyAppsTeamMembers h2.subtitle {
  font-size: 16px;
  margin: 0 0 5px 0;
}
#MyAppsTeamMembers div.appmembers {
  margin: 20px 0 0 0;
}
#MyAppsTeamMembers div.appmember {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 2px solid #959595;
}
#MyAppsTeamMembers div.appmember div.imgholder {
  float: left;
  width: 90px;
}
#MyAppsTeamMembers div.appmember div.imgholder img.imageMedium {
  display: block;
  width: 90px;
  height: 90px;
  padding: 0;
}
#MyAppsTeamMembers div.appmember div.imgholder button {
  margin: 5px 0 0 0;
  width: 90px;
}
#MyAppsTeamMembers div.appmember div.desc {
  margin-left: 105px;
}
#MyAppsTeamMembers div.appmember div.desc h3 {
  font-size: 14px;
  margin: 0 0 5px 0;
  color: #494949;
}
#MyAppsTeamMembers div.appmember div.desc p {
  margin: 0 0 10px 0;
}
#MyAppsTeamMembers div.subheading {
  padding: 10px 20px;
  background: #eceded;
  border-bottom: 1px solid #959595;
  height: 25px;
  line-height: 25px;
}
#MyAppsTeamMembers div.subheading h2.subtitle,
#MyAppsTeamMembers div.subheading span,
#MyAppsTeamMembers div.subheading img {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#MyAppsTeamMembers div.subheading h2.subtitle {
  margin: 0;
  font-size: 12px;
}
#MyAppsTeamMembers div.subheading img {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#MyAppsTeamMembers div.subheading span {
  margin-right: 5px;
}
#MyAppsTeamMembers div.appmember div.imgholder img.imageMedium {
  width: 75px;
  height: 75px;
}
#MyAppsTeamMembers div.appmembers {
  margin: 0;
  padding: 20px 20px;
}
#MyAppsTeamMembers div.appmember {
  margin: 0 0 10px;
  padding: 0 0 10px;
}
#MyAppsTeamMembers div.appmember div.desc {
  margin-left: 90px;
}
#MyAppsTeamMembers div.appmember div.desc .myAppsTeamRemove {
  float: right;
  margin-top: 18px;
}
#MyAppsTeamMembers div.appmember div.desc .memberstatus {
  padding: 3px 8px;
  background: #999;
  color: white;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#MyAppsTeamMembers div.appmember div.desc .memberstatus_accepted {
  background: #19894b;
}
#MyAppsTeamMembers div.appmember div.desc .memberstatus_declined {
  background: #c32126;
}
#MyAppsTeamMembers div.appmember div.desc .memberstatus_pending {
  background: #f09826;
}
#MyAppsTeamMembers div.appmember div.desc .memberstatus_remove {
  background: #c32126;
}
#MyAppsTeamMembers div.appmember div.desc h3 {
  font-size: 16px;
}
/*
 *	overrides for other CSS includes
 */
.advancedOptionsContent {
  width: 100%;
}
/*
 *	local declarations
 */
.addApiContent {
  border: 0px dotted #ccc;
}
.addApiContentLeft {
  float: left;
  border: 0px dotted #f0f;
}
#addApiPageTwo .addApiContent,
#addApiPageTwo .addApiContentLeft {
  width: 100%;
}
#AddModifyApi th {
  font-weight: bold;
}
#AddModifyApi .selectbox-wrapper > li {
  padding: 0 15px 0 5px;
  background: #eaeaeb;
}
#AddModifyApi .selectbox-wrapper > li.current,
#AddModifyApi .selectbox-wrapper > li.selected {
  background: #fff;
  color: #221f1f;
}
#AddModifyApi #hasProxyDiv .selectbox-wrapper {
  padding: 0;
}
#AddModifyApi #EnterURLList > li {
  padding: 4px 0;
}
#AddModifyApi #EnterURLList > li > .addApiInputField > .action_call {
  float: right;
  margin-top: 2px;
}
.addApiContentCenter {
  background-image: url(/resources/style/images/verticle_SQ.gif);
  background-repeat: repeat-y;
  background-position: center;
  width: 24px;
  margin-top: 8px;
  padding-left: 2px;
  padding-right: 2px;
  float: left;
  height: 164px;
}
.addApiContentRight {
  float: left;
  border: 0px dotted #0ff;
}
.addApiInputTitle {
  color: #494949;
  font-size: 12px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 6px;
}
.addApiInputTitle > span {
  float: left;
}
.addApiInputField {
  /*
	 float:					left;
	 margin-top:				10px;
	 width:					46%;
	 */

}
.addApiInputField ul {
  list-style: none;
  margin-left: -38px;
}
.addApiInputField li {
  margin-bottom: 6px;
}
.addApiURLButton {
  margin-left: 75px;
  color: #00427a;
  font-size: 12px;
  font-weight: bold;
  background: url("images/sprites_cm_open_system_2683b4.png") -4px -840px no-repeat;
  width: 60px;
  padding: 3px 0 0 12px;
  clear: both;
  cursor: pointer;
}
#selectProtocolTable {
  width: 100%;
  border: 1px solid #eceded;
}
.trHeader {
  background-color: #cfd7d5;
  height: 24px;
}
.trEven {
  background-color: #ffffff;
}
.trOdd {
  background-color: #eceded;
}
ul#EnterURLList div.trOdd,
ul#EnterURLList div.trEven {
  font-size: 12px;
  font-weight: bold;
  padding: 2px 15px 2px 5px;
  border: 4px solid #ececed;
  height: 15px;
}
ul#EnterURLList {
  list-style: none;
}
ul#EnterTitleList li {
  list-style: none;
}
ul#EnterURLList li {
  height: 26px;
  clear: both;
  margin: 0 0 10px 0;
}
ul#EnterURLList li span.targetlabel {
  display: block;
  float: left;
  font-weight: bold;
  font-size: 11px;
  height: 25px;
  line-height: 25px;
  width: 75px;
}
ul#EnterURLList li div.targetfield {
  width: 280px;
}
ul#EnterURLList li div.targetfield input {
  width: 268px;
}
ul#EnterURLList li div.targetbtn {
  margin-left: 75px;
}
ul#EnterURLList li div.targetbtn #targetURLButton {
  margin-bottom: 10px;
}
#EnterURLList li div {
  float: left;
}
#EnterURLList li div.addApiInputTitle {
  float: left;
  width: 49%;
  border: 0px dashed #f00;
  margin-bottom: 12px;
}
div.addApiInputField #Description {
  margin-left: 22px;
}
#EnterURLList li div.trOdd {
  margin-left: 84px;
}
div.trOdd input,
div.trEven input {
  float: left;
  margin: auto;
}
div.trOdd div,
div.trEven div {
  padding-left: 2px;
  float: left;
}
.SOAPProtocols {
  display: none;
}
ul.selectProtocolList {
  list-style: none;
}
ul.selectProtocolList li {
  padding: 2px;
  height: 24px;
  position: relative;
}
.selectProtocolList .SOAPVersions {
  float: right;
  margin-top: 3px;
}
ul.operationsList {
  list-style: none;
}
ul.operationsList li {
  margin-left: -38px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  padding: 2px;
  height: 24px;
}
.selectedOperation {
  background-image: url(/resources/style/images/norm_flow_arrow_rt.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 21px;
  height: 21px;
  float: right;
}
.unselectedOperation {
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  width: 21px;
  height: 21px;
  float: right;
}
form.f_styled input.opinput {
  background: #fcc;
  width: 43% !important;
}
div.opinputdiv {
  cursor: pointer;
  float: left;
  width: 210px !important;
  overflow: hidden;
}
div.opdeletebtn {
  float: right;
  font-size: 12px;
  font-weight: bold;
  display: block;
  line-height: 24px;
  cursor: pointer;
  margin: 0;
  padding-right: 5px;
  color: #6d6f72;
}
.addOperationButton {
  color: #494949;
  font-size: 12px;
  font-weight: bold;
  background: url("images/sprites_cm_open_system_2683b4.png") -4px -840px no-repeat;
  width: 86px;
  padding: 3px 0 0 12px;
  clear: both;
  cursor: pointer;
}
.operationsDetails {
  width: 48%;
  float: left;
  margin-left: 12px;
  margin-top: 0px;
  border: 0px solid #eceded;
}
ul.operationsDetailsList {
  list-style: none;
  border: 1px solid #eceded;
}
ul.operationsDetailsList li {
  margin-left: -38px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  padding: 2px;
}
.listTitle,
.selectCon {
  float: left;
  margin-top: 4px;
  padding-right: 4px;
  font-weight: bold;
}
#hasProxyDiv > .addApiContent > div > div > ul {
  padding: 5px;
  margin: 0;
  list-style: none;
  border: 1px solid #eceded;
}
#hasProxyDiv .selectbox-wrapper > li {
  width: 250px;
}
#hasProxyDiv > .addApiContent > div > div > ul > li {
  margin: 2px;
  padding: 2px;
  height: 30px;
}
#addApiPageThree .addApiContentLeft {
  width: 84%;
}
#hasProxyDiv ul > li > div > label {
  font-weight: bold;
  float: left;
  width: 100px;
}
#hasProxyDiv ul > li > div > label.error {
  float: none;
}
#hasProxyDiv ul > li > div > input {
  width: 20% !important;
}
#hasProxyDiv ul > li > div > .slashspan {
  padding: 0 10px;
  float: left;
  line-height: 20px;
}
#hasProxyDiv ul > li > div > input.cname {
  width: 40% !important;
}
#hasProxyDiv ul > li > div > .containerUrl > span.selectbox {
  height: 20px;
  line-height: 20px;
}
#hasProxyDiv ul > li > div > .containerUrl {
  float: left;
}
#hasProxyDiv ul > li > div > .containerPath {
  float: left;
}
#hasProxyDiv ul > li > div > .containerPath > input {
  width: 130px;
}
#hasProxyDiv ul > li > div > .autoapproval {
  float: right;
}
#hasProxyDiv ul > li > div > .autoapproval > label {
  font-weight: bold;
}
.anonymousAccess {
  float: right;
  color: #7f7f7f;
}
/* new styles */
.wizardPageContent {
  float: none;
}
ul#EnterURLList,
ul#EnterTitleList,
ul.selectProtocolList,
ul.operationsList,
ul.operationsDetailsList {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul#EnterTitleList li div {
  width: auto;
  float: none;
}
ul#EnterTitleList li div.addApiInputTitle,
ul#EnterTitleList li div.addApiInputField {
  width: 415px !important;
  padding-right: 20px;
  float: left;
}
ul#EnterTitleList li div.addApiInputField {
  margin-bottom: 20px;
}
ul#EnterURLList li {
  margin: 0;
}
#EnterURLList li div.trOdd {
  margin-left: 0;
}
ul.selectProtocolList {
  width: 250px;
}
ul#protocolProfiler_target_ul {
  padding: 0 !important;
}
ul#protocolProfiler_target_ul li {
  border: none;
  padding: 0 15px 0 5px;
}
ul#protocolProfiler_target_ul.selectbox-wrapper > li:hover {
  background-color: #2983B4;
  color: #fff;
}
ul.selectProtocolList > li,
ul.operationsList > li,
ul.operationsDetailsList > li {
  border: 1px solid #ECEDED;
  margin: 0;
  background-color: #fff;
}
ul.operationsList li.inputerror .optbl_name {
  color: red;
}
ul.operationsList li.inputerror .optbl_path {
  color: red;
}
#protocolProfiler_proxy_ul li {
  border: none;
  padding: 0 15px 0 5px;
}
#protocolProfiler_proxy_ul li:hover {
  background-color: #2983b4;
  color: #fff;
}
div.operationsList,
div.operationsDetails {
  margin: 0;
}
div.opinputdiv {
  line-height: 24px;
  font-weight: bold;
}
.selectedOperation {
  height: 24px;
}
ul.operationsDetailsList li div.listTitle {
  width: 145px;
  padding: 0;
  float: none;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
ul.operationsDetailsList li div.listInput {
  vertical-align: top;
  float: none;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 240px;
}
#EnterURLList li.invalid_target_url div.addApiInputTitle {
  padding: 0 0 5px 0;
  color: red !important;
  font-size: 11px;
}
.halfwidth {
  width: 415px;
}
div.synced {
  width: 15px;
  height: 15px;
  float: right;
  margin-top: 4px;
  background: url("images/sprites_cm_open_system_2683b4.png") no-repeat 0 -670px;
}
div.synced.notsynced {
  background: url("images/sprites_cm_open_system_2683b4.png") no-repeat 0 -715px;
}
div.is_synced {
  height: 15px;
  line-height: 15px;
  padding: 0 0 0 21px;
  font-size: 11px;
  font-weight: bold;
  background: url("images/sprites_cm_open_system_2683b4.png") no-repeat 0 -670px;
  float: left;
}
div.not_synced {
  height: 15px;
  line-height: 15px;
  padding: 0 0 0 21px;
  font-size: 11px;
  font-weight: bold;
  background: url("images/sprites_cm_open_system_2683b4.png") no-repeat 0 -715px;
  float: right;
}
span.syncbtn a:link,
span.syncbtn a:visited {
  display: none;
  float: right;
  height: 15px !important;
  line-height: 15px !important;
  margin-top: 3px;
  padding: 0 5px !important;
  font-size: 8px !important;
}
.row_notsynced span.syncbtn a:link,
.row_notsynced span.syncbtn a:visited {
  display: block;
}
.row_notsynced div.opinputdiv {
  width: 43% !important;
}
.row_notsynced input.opinput {
  width: 43% !important;
}
div#operationsList_proxy .addOperationButton {
  display: none;
}
li.opdeleted .opinputdiv {
  text-decoration: line-through;
}
.operationsDetailsList .listInput select,
#requestContentType_target {
  background: #eaeaeb;
  border: 2px solid #eaeaeb;
  font-weight: bold;
  font-size: 11px;
  color: #3D4242;
  font-family: Arial, Sans-serif;
}
.operationsDetailsList .listInput .selector {
  width: 80px;
}
div.opdetailsTitle {
  padding: 5px 10px;
  background: #f1f1f1;
  border: 1px solid white;
  font-weight: bold;
  line-height: 20px;
  vertical-align: middle;
}
div.opdetailsTitle span.syncbtn a {
  float: right;
  margin-right: -5px;
}
div.opdetailsPad {
  border: 1px solid #ECEDED;
  padding: 1px;
}
ul.operationsDetailsList {
  border: none;
  padding: 5px 7px;
}
#addApiForm div.imgholder {
  float: left;
  width: 75px;
  padding: 2px;
  border: 1px solid #333;
}
#addApiForm div.imgholder div.imgholder_btns {
  text-align: center;
  margin: 5px 0 0 0;
}
#addApiForm div.imgholder img {
  display: block;
  width: 75px;
}
#addApiForm div.imgholder div.imgholder_btns button {
  margin: 0;
}
#addApiForm div.desc {
  margin-left: 95px;
}
#addApiForm div.formsep {
  margin: 0 0 20px 0;
}
#addApiForm div.cwrap_double_left {
  width: 405px;
}
#addApiForm div.cwrap_double_right {
  float: right;
  width: 405px;
  margin: 0;
}
#addApiForm div.cwrap_double_left div.formsep label {
  font-weight: bold;
  float: left;
  display: block;
  color: #222222;
  width: 90px;
  padding-top: 4px;
}
#addApiForm div.cwrap_double_right div.formsep label {
  display: block;
  margin-bottom: 5px;
}
#EnterURLList li div.addApiInputTitle {
  margin: 0;
  padding: 0 0 12px;
}
#EnterURLList li div.addApiInputTitleBorder,
#EnterURLList li div.addApiInputFieldBorder {
  border-left: 2px solid black;
  padding-left: 15px;
}
div.operationsList_error {
  color: red;
  font-weight: bold;
  font-size: 11px;
  margin: 0 0 5px 0;
}
.AddModifyApi .wizardHeadingAndTabs div {
  cursor: pointer !important;
}
ul.wsdl_types {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 250px;
}
ul.wsdl_types li {
  height: 24px;
  line-height: 24px;
  background: white;
  padding: 2px;
}
ul.wsdl_types li.active {
  background: #eceded;
}
div.wsdlOps ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 415px;
  border: 1px solid #ECEDED;
}
div.wsdlOps ul li {
  margin: 2px;
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
}
ul#operationsList_proxySoap li .synced {
  display: none;
}
div.protocolProfiler {
  position: absolute;
  left: 248px;
  top: -2px;
  height: 27px;
  line-height: 27px;
  color: #221f1f;
  font-size: 11px;
  font-weight: bold;
  width: 345px;
  padding: 2px 10px;
  background: #dbdcdd;
}
ul.selectProtocolList li div.protocolProfilerCustom {
  display: none;
  left: 620px;
  position: absolute;
  top: -30px;
  width: 250px;
}
ul.selectProtocolList li div label.protocolProfilerCustom_option_label {
  display: inline-block;
  text-align: right;
  width: 50px;
}
ul.selectProtocolList li div input.protocolProfilerCustom_option_input {
  width: 150px;
}
div.protocolProfiler .profilerSelect {
  float: left;
  padding-top: 4px;
}
form.f_styled input.custom_profile_name {
  position: relative;
  top: 2px;
  width: 165px;
}
.custom_profile_name_container {
  display: none;
  left: 372px;
  position: absolute;
  top: 2.5px;
  width: 250px;
}
.custom_profile_name_container label[for='custom_profile_name'] {
  display: inline;
}
div.protocolProfiler > span {
  float: left;
  margin-right: 10px;
}
.opt_notselected div.protocolProfiler,
.opt_notselected .protocolProfilerCustom {
  display: none !important;
}
div.soapOptions {
  position: absolute;
  left: 258px;
  top: -1px;
  color: #221f1f;
  font-size: 11px;
  font-weight: bold;
  background: #dbdcdd;
}
.opt_notselected div.soapOptions {
  display: none;
}
div.soapOptions div.wsdl_type_con {
  display: none;
}
div.soapOptions div.wsdl_type_con.selected {
  display: inline-block;
}
div.soapOptions ul.wsdl_types {
  width: 620px;
}
div.soapOptions ul.wsdl_types li {
  background: white;
}
div.soapOptions ul.wsdl_types li.inputerror {
  color: red;
}
div.soapOptions ul.wsdl_types li.btmw {
  border-bottom: 1px solid white;
}
div.SOAPProtocols,
div.RESTProtocols {
  margin-top: 20px;
}
ul.operationsList li {
  border: none;
  padding: 0;
  height: auto;
  margin: -1px 0 0 0;
}
ul.operationsList li div.trOdd {
  background: none;
}
table.optbl {
  width: 100%;
  border: none;
  border-collapse: collapse;
  vertical-align: middle;
}
table.optbl th {
  text-align: left;
  background: #dbdcdd;
}
table.optbl td,
table.optbl th {
  padding: 5px 10px;
  vertical-align: middle;
}
table.optbl td {
  border: 1px solid #ececed;
}
table.optbl .optbl_settings {
  width: 50px;
}
table.optbl .optbl_path {
  width: 355px;
}
table.optbl .optbl_path input {
  width: 320px !important;
  font-weight: normal;
}
table.optbl .optbl_method {
  width: 73px;
}
table.optbl .optbl_method > select,
table.optbl .optbl_method > input {
  width: 50px;
}
table.optbl .optbl_datarow {
  display: none;
}
table.optbl .optbl_empty {
  border: none;
}
a.toggleOp {
  display: block;
  float: right;
  color: #494949;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  padding: 0 15px 0 0;
  height: 9px;
  line-height: 9px;
  background: url(/resources/style/images/toggleOp.gif) right top no-repeat;
}
a.toggleOp.active {
  background-position: right -9px;
}
.datasplit {
  float: left;
  font-size: 11px;
  width: 170px;
  margin: 0 0 5px 0;
}
.datasplit_big {
  width: 200px;
  margin-right: 10px;
}
.datasplit label {
  display: block;
}
.datasplit label.apidefault {
  border-bottom: 1px dotted #333;
}
.datasplit label.disabledLabel {
  color: #aaa;
}
.datasplit h4 {
  font-size: 11px;
}
#selectArrow {
  display: none !important;
}
.wsdlUrlCon {
  display: inline-block;
  width: 200px;
  margin-right: 5px;
}
div.faultct {
  display: none !important;
}
form.f_styled select.multipleSelect {
  width: auto;
  background: #eaeaeb;
  border: 2px solid #eaeaeb;
  font-weight: bold;
  font-size: 11px;
  color: #3D4242;
  font-family: Arial, Sans-serif;
  min-width: 300px;
}
div.hasProxy {
  margin-bottom: 10px;
}
div.hasProxy span {
  color: #494949;
  font-weight: bold;
  padding-right: 20px;
}
div.hasProxy label {
  padding-right: 10px;
  font-weight: bold;
}
div.epapproval {
  float: right;
  font-weight: bold;
  font-size: 11px;
}
div.epapproval span {
  padding-right: 10px;
}
div.epapproval label {
  padding-right: 5px;
}
div#hasProxyDiv {
  position: relative;
}
div#proxyDivOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
div.cname_error {
  display: none;
  float: left;
  font-weight: bold;
  color: red;
  font-size: 11px;
  line-height: 24px;
  padding-left: 5px;
}
div#wizardContent div.formsep {
  margin: 0 0 20px 0;
}
#confirmLoginForm > fieldset > .wizard_two_column_left > .formsep > label {
  font-weight: bold;
  float: left;
  display: block;
  color: #494949;
  width: 90px;
  line-height: 24px;
  font-size: 12px;
}
div#wizardContent div.formsep label.single,
div#wizardContent div.formsep label.single + label.error {
  float: none;
  color: #333;
  font-weight: normal;
  line-height: normal;
  width: auto;
  display: inline;
}
div#wizardContent div.formsep label.single + label.error {
  font-weight: bold;
  display: block;
}
#confirmLoginForm > fieldset > .wizard_two_column_left > .formsep > .inputwrap {
  margin-left: 90px;
}
/* div#wizardContent div.formsep div.inputwrap {
 margin-left: 90px;
 } */
#confirmLoginForm fieldset,
#signupForm fieldset {
  border: none;
  padding: 0;
  margin: 0;
  float: none;
  width: auto;
}
#confirmLoginForm .wizard_two_column_left .value_textbox_active {
  width: 398px;
}
#externalLogin {
  padding: 0;
  width: auto;
  float: none;
}
#externalLogin .gentitle {
  color: #7f7f7f;
}
#externalLogin p.social-buttons img.tp-login-button {
  margin-right: 10px;
  cursor: pointer;
  vertical-align: middle;
}
#passwordRules {
  padding: 0;
  margin: 0;
}
#passwordRules > h5 {
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 2px 0;
}
#passwordRules > ul {
  font-size: 11px;
  list-style: disc;
  margin: 0 15px;
  padding: 0;
}
.wizardHeadingAndTabs div {
  cursor: auto !important;
}
div#wizardContent div.fakeinput,
#forgotPasswordResetForm .fakeinput,
#forgotPasswordResetPasswordForm .fakeinput {
  border: 1px solid #eaeaeb;
  padding: 5px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #6D6F72;
  font-style: oblique;
  font-size: 11px;
}
#forgotPasswordResetForm .fakeinput,
#forgotPasswordResetPasswordForm .fakeinput {
  width: 318px;
}
.wizardPageContent {
  float: none;
}
a.forgot:link,
a.forgot:active,
a.forgot:visited {
  font-size: 11px;
  color: #00427a;
  text-decoration: underline;
}
div#wizardContent div.thirdparty {
  margin: 0;
  padding: 0 0 20px 0;
}
div#wizardContent div.thirdparty span.tplogo {
  margin: 0 5px 0 0;
}
div#wizardContent #loginPassword_errorMessage {
  color: red;
}
div#PersonalInfoDetails div.imgholder {
  float: left;
  width: 60px;
}
div#PersonalInfoDetails div.imgholder div.imgholder_btns {
  text-align: center;
  margin: 5px 0 0 0;
}
div#PersonalInfoDetails div.imgholder img {
  display: block;
  width: 60px;
}
div#PersonalInfoDetails div.imgholder div.imgholder_btns button {
  margin: 0;
}
div#PersonalInfoDetails div.desc {
  margin-left: 90px;
}
div#PersonalInfoDetails div.desc div.formsep {
  margin: 0 0 10px 0;
}
div#PersonalInfoDetails div.desc div.formsep label,
div#PersonalInfoDetails div.desc div.formsep div.label {
  font-weight: bold;
  float: left;
}
div#PersonalInfoDetails div.formsep ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div#PersonalInfoDetails div.desc div.formsep ul label {
  font-weight: normal;
}
div#PersonalInfoDetails #personalInfoEditDiv li {
  width: auto;
  float: none;
}
div#PersonalInfoDetails .personalInfoProfileEditRow {
  text-align: left;
  padding: 0;
  margin: 0 0 10px 0;
}
div#PersonalInfoDetails #personalInfoProfileForm {
  width: 100%;
  padding: 20px;
}
div#PersonalInfoDetails .personalInfoProfileButtonRow {
  padding: 15px 0 0 0;
  text-align: left;
}
div#PersonalInfoDetails .personalInfoProfileEditRow label {
  display: block;
  margin: 0 0 5px 0;
  font-weight: bold;
}
div#PersonalInfoDetails .personalInfoProfileEditRow label span {
  font-weight: normal;
}
div#PersonalInfoDetails #personalInfoProfilePicError {
  padding: 0;
  margin: 5px 0 0 00;
}
div#PersonalInfoDetails div.fakeinput {
  border: 1px solid #eaeaeb;
  padding: 5px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
  font: normal 11px 14px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
div#PersonalInfoDetails div.formsep ul {
  list-style: disc outside none;
  margin: 0 0 0 15px;
  padding: 0 0 0 5px;
}
div#PersonalInfoDetails div.formsep ul li {
  display: none;
}
div#PersonalInfoDetails div.imgholder {
  float: left;
  width: 75px;
  padding: 2px;
  border: 1px solid #ccc;
}
div#PersonalInfoDetails div.imgholder div.imgholder_btns {
  text-align: center;
  margin: 5px 0 0 0;
}
div#PersonalInfoDetails div.imgholder img {
  display: block;
  width: 75px;
}
div#PersonalInfoDetails div.desc {
  margin-left: 105px;
}
div#PersonalInfoDetails div.wizard_two_column_left div.formsep div.label {
  font-weight: bold;
  float: left;
  display: block;
  color: #222222;
  width: 90px;
  line-height: 24px;
}
div#PersonalInfoDetails div.formsep div.inputwrap {
  margin-left: 90px;
}
div#PersonalInfoDetails div.wizard_two_column div.wizard_two_column_left {
  width: 500px;
  border: none;
}
div#PersonalInfoDetails div.cwrap div.wizard_two_column_left div.formsep {
  margin: 0 0 20px 0;
}
div#AccountSettingsDetails div.formsep {
  margin: 0 0 10px 0;
}
div#AccountSettingsDetails div.thirdparty {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
div#AccountSettingsDetails div.thirdparty span.tplogo {
  margin: 0 5px 0 0;
}
div#AccountSettingsDetails div.formsep .error {
  display: none;
}
div#AccountSettingsDetails div.formsep ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div#AccountSettingsDetails div.formsep ul label {
  font-weight: normal;
}
div#AccountSettingsDetails div.fakeinput {
  border: 1px solid #eaeaeb;
  padding: 5px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
}
div#AccountSettingsDetails div.formsep ul {
  list-style: none;
  margin: 0 0 0 15px;
  padding: 0 0 0 5px;
}
div#AccountSettingsDetails div.formsep ul li {
  padding-left: 22px;
  line-height: 22px;
}
div#AccountSettingsDetails div.formsep ul li.subscribed {
  background: url(/resources/style/images/subscription_yes.png) no-repeat left top;
}
div#AccountSettingsDetails div.formsep ul li.not_subscribed {
  background: url(/resources/style/images/subscription_no.png) no-repeat left top;
}
div#AccountSettingsDetails div.formsep div.label {
  color: #222222;
  font-weight: bold;
  margin: 0 0 5px 0;
}
div#AccountSettingsDetails div.cwrap_double_left {
  width: 346px;
}
div#AccountSettingsDetails div.cwrap_double_right {
  margin-left: 376px;
}
#AccountSettingsDetails h3.gentitle {
  color: #000;
}
#AccountSettingsDetails .thirdparty {
  font-weight: bold;
}
div#PersonalInfoEdit div.imgholder {
  float: left;
  width: 75px;
  padding: 2px;
  border: 1px solid #333;
}
div#PersonalInfoEdit div.imgholder div.imgholder_btns {
  text-align: center;
  margin: 5px 0 0 0;
}
div#PersonalInfoEdit div.imgholder img {
  display: block;
  width: 75px;
}
div#PersonalInfoEdit div.imgholder div.imgholder_btns button {
  margin: 0;
}
div#PersonalInfoEdit div.desc {
  margin-left: 95px;
}
div#PersonalInfoEdit div.formsep {
  margin: 0 0 20px 0;
}
div#PersonalInfoEdit div.wizard_two_column_left div.formsep label {
  font-weight: bold;
  float: left;
  display: block;
  color: #222222;
  width: 90px;
  line-height: 24px;
  padding-top: 0;
}
div#PersonalInfoEdit div.wizard_two_column_right div.formsep label {
  font-weight: bold;
  display: block;
  float: none;
  width: auto;
  margin: 0 0 5px 0;
}
div#PersonalInfoEdit div.formsep div.inputwrap {
  margin-left: 90px;
}
#personalInfoEditForm .inputwrap input {
  font: normal 11px 14px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
div#PersonalInfoEdit #personalInfoEditForm .rowsButton {
  width: auto;
  text-align: left;
}
div#PersonalInfoEdit span.tplogo_cover {
  display: block;
  position: absolute;
  top: -9px;
  left: 0;
  width: 51px;
  height: 60px;
  background: url(/resources/style/images/tplogo_cover.png) no-repeat;
}
div#PersonalInfoEdit div.formsep .error {
  display: none;
}
div#PersonalInfoEdit div.formsep ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div#PersonalInfoEdit div.formsep ul label {
  font-weight: normal;
}
div#PersonalInfoEdit #personalInfoEditDiv li {
  width: auto;
  float: none;
}
div#PersonalInfoEdit .personalInfoProfileEditRow {
  text-align: left;
  padding: 0;
  margin: 0 0 10px 0;
}
div#PersonalInfoEdit #personalInfoProfileForm {
  width: 100%;
  padding: 0;
}
div#PersonalInfoEdit .personalInfoProfileEditRow label {
  display: block;
  margin: 0 0 5px 0;
  font-weight: bold;
}
div#PersonalInfoEdit .personalInfoProfileEditRow label span {
  font-weight: normal;
}
div#PersonalInfoEdit #personalInfoProfilePicError {
  padding: 0;
  margin: 5px 0 0 00;
}
div.avatars ul {
  height: 25px;
}
div.avatars ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
div.avatars ul li {
  display: inline !important;
}
div.avatars ul li a:link,
div.avatars ul li a:visited {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: left top;
  margin: 0 5px 0 0;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
div.avatars ul li a.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.avatars ul li a.yahoo {
  background-image: url(/resources/style/images/icon_yahoo_small.png);
}
div.avatars ul li a.twitter {
  background-image: url(/resources/style/images/icon_twitter_small.png);
}
div.avatars ul li a.facebook {
  background-image: url(/resources/style/images/icon_facebook_small.png);
}
div.avatars ul li a.google {
  background-image: url(/resources/style/images/icon_google_small.png);
}
div.avatars ul li a.atmo,
div.avatars ul li a.default {
  background-image: url(/resources/style/images/icon_atmo_small.png);
}
div.avatars ul li a.gravatar {
  background-image: url(/resources/style/images/icon_gravatar_small.png);
}
.inputdesc {
  font-size: 11px;
  padding: 5px 0;
}
label.mandatory:after {
  content: ' *';
  color: #FF0000;
}
/* ######################################################################################
 * */
/* ---------------------------- Page 1, 2 styling
 * --------------------------------------- */
#AddModifyApiOAuth #wizardContent {
  padding: 0;
}
#AddModifyApiOAuth .wizardPageContent {
  width: 100%;
  margin: 0 10px;
}
#AddModifyApiOAuth #apiOauthForm.f_styled .formsep {
  padding-left: 200px;
}
#AddModifyApiOAuth .noProviders {
  padding-left: 0;
  padding-right: 15px;
}
#AddModifyApiOAuth #apiOauthForm.f_styled .formsep > label {
  color: #222222;
  float: left;
  font-weight: bold;
  padding: 0;
  width: 168px;
}
#AddModifyApiOAuth #apiOauthForm.f_styled .formsep > label > span {
  display: block;
}
#AddModifyApiOAuth span.error {
  width: 80px;
  padding-left: 10px;
  /* 	border: 2px solid red; */

  color: red;
  margin-bottom: 10px;
  padding: 5px 5px 5px 5px;
  font-weight: bold;
}
#AddModifyApiOAuth #apiOauthForm.f_styled .formsep > label.margined {
  margin-top: 7px;
}
#AddModifyApiOAuth .grantTypeError,
#AddModifyApiOAuth .oauthSupportError {
  color: red;
  padding: 5px 5px 5px 10px;
  font-weight: bold;
  /* 	border:2px solid red; */

  margin-bottom: 10px;
}
#AddModifyApiOAuth #apiOauthForm.f_styled > .wizardPageContent > .formsep > label.long {
  color: #222222;
  float: left;
  font-weight: bold;
  margin-top: 0;
  padding: 0;
  width: 300px;
}
#AddModifyApiOAuth .advancedOptionsSubheader {
  width: 99% !important;
  margin: 10px 0 0;
}
#AddModifyApiOAuth .oAuthSubheader {
  margin-left: 10px;
}
#AddModifyApiOAuth .advancedOptionsSubheader > div {
  background: none repeat scroll 0 0 white;
  float: left;
  padding: 0 20px 0 0;
}
#AddModifyApiOAuth .advancedOptionsSubheader > div > label > input {
  margin: 0 10px 0 0;
}
#AddModifyApiOAuth #apiOauthForm.f_styled input[type=text] {
  width: 75% !important;
}
#AddModifyApiOAuth #apiOauthForm.f_styled input.resourceInput,
#AddModifyApiOAuth #apiOauthForm.f_styled input.resourceInputApi {
  width: 60% !important;
}
#AddModifyApiOAuth .error {
  padding-left: 5px;
}
#AddModifyApiOAuth #apiOauthForm.f_styled .formsep {
  padding: 5px 0px;
}
#AddModifyApiOAuth .Production,
#AddModifyApiOAuth .Sandbox,
#AddModifyApiOAuth .oauthOptions {
  padding-bottom: 20px;
  margin-left: 20px;
}
#AddModifyApiOAuth .oauth2010aOptions,
#AddModifyApiOAuth .oauth20Options,
#AddModifyApiOAuth .productionSandboxOptions {
  display: none;
}
#AddModifyApiOAuth .oauth2010aOptions,
#AddModifyApiOAuth .oauth20Options {
  padding-left: 20px;
}
#AddModifyApiOAuth #apiOauthForm.f_styled .tabbed {
  padding: 0 0 0 170px;
}
#AddModifyApiOAuth .tabbed div.inputwrap label {
  display: block;
}
#AddModifyApiOAuth .helperText {
  font-style: italic !important;
}
#AddModifyApiOAuth #apiOauthForm.f_styled .formsep > .select {
  width: 250px !important;
}
#AddModifyApiOAuth #apiOauthForm.f_styled .formsep.checkboxes {
  padding: 15px 0;
}
#AddModifyApiOAuth .inputwrap {
  display: inline-block;
  width: 500px;
  margin: 0;
}
#AddModifyApiOAuth span.selectbox {
  width: 250px;
}
#AddModifyApiOAuth span.selectbox {
  width: 270px;
}
#AddModifyApiOAuth .inputwrap > div {
  float: left;
  padding-right: 20px;
}
#AddModifyApiOAuth .inputwrap > div > label {
  display: block;
}
#AddModifyApiOAuth .No_environment {
  padding: 10px 5px;
  font-weight: bold;
  color: #C01E2E;
}
/* ######################################################################################
 * */
/* ---------------------------- Page 3 styling
 * ------------------------------------------ */
#AddModifyApiOAuth > .wizardContentPanel .wizardPageContent > ul {
  padding: 10px 0 0;
}
#AddModifyApiOAuth > .wizardContentPanel .wizardPageContent > ul > li {
  margin-bottom: 20px;
}
#AddModifyApiOAuth > .wizardContentPanel .wizardPageContent > ul > li > div {
  padding: 0 0 10px;
}
#AddModifyApiOAuth > .wizardContentPanel .wizardPageContent > ul > li > div > label {
  color: #222222;
  font-weight: bold;
}
#AddModifyApiOAuth .wizardPageContent .oauthOperations,
#AddModifyApiOAuth .wizardPageContent .oauthApi {
  width: 90% !important;
}
#AddModifyApiOAuth .wizardPageContent .oauthOperations th,
#AddModifyApiOAuth .wizardPageContent .oauthApi th {
  padding: 5px 10px;
  background: none repeat scroll 0 0 #DBDCDD;
  color: #222222;
  font-weight: bold;
}
#AddModifyApiOAuth .wizardPageContent .oauthOperations tr > th,
#AddModifyApiOAuth .wizardPageContent .oauthApi tr > th,
#AddModifyApiOAuth .wizardPageContent .oauthOperations tr > td,
#AddModifyApiOAuth .wizardPageContent .oauthApi tr > td {
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #CFD6D4;
  border-left: 1px solid #CFD6D4;
  border-right: 1px solid #CFD6D4;
}
#AddModifyApiOAuth .wizardPageContent .oauthOperations tr > td,
#AddModifyApiOAuth .wizardPageContent .oauthApi tr > td {
  padding: 0;
}
#AddModifyApiOAuth .wizardPageContent .oauthOperations td > div.named,
#AddModifyApiOAuth .wizardPageContent .oauthApi td > div.named {
  padding: 3px 25px;
}
#AddModifyApiOAuth .wizardPageContent .oauthOperations td > div,
#AddModifyApiOAuth .wizardPageContent .oauthApi td > div {
  padding: 3px 5px;
}
#AddModifyApiOAuth .overlay {
  position: absolute;
  background: white;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wizardPageContent > .oauthOperations td > div > .action_call {
  margin-right: 10px;
}
.apiOauthResourceScope h4,
.apiOauthResourceScope h5 {
  padding-bottom: 2px;
}
.apiOauthResourceScope h5 {
  font-weight: bold;
}
.apiOauthResourceScope ul {
  width: 100%;
  padding: 0;
  margin: 0;
}
.apiOauthResourceScope ul > li {
  clear: both;
  width: 100% !important;
  padding: 3px 0;
}
.apiOauthResourceScope ul.main {
  width: 260px;
}
.apiOauthResourceScope ul.main > li > div > label,
.apiOauthResourceScope ul.main > .root > label {
  background: none repeat scroll 0 0 #DBDCDD;
  overflow: auto;
}
.apiOauthResourceScope ul > li > div > label,
.apiOauthResourceScope ul.main > .root > label {
  width: 99%;
  overflow: auto;
  padding: 1px 0 1px 6px;
  font-weight: bold;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #DBDCDD;
}
.apiOauthResourceScope ul > li > input {
  float: left;
}
.apiOauthResourceScope ul > li > div {
  float: right;
  width: 88%;
}
.apiOauthResourceScope .ui-dialog-titlebar {
  display: block !important;
  padding: 5px 10px;
  background: none repeat scroll 0 0 #DBDCDD;
  color: #494949;
  font-weight: bold;
  font-size: 14px;
}
.apiOauthResourceScope .ui-dialog-titlebar > .ui-dialog-titlebar-close {
  display: none;
}
.apiOauthResourceScope .scopeSettings {
  padding: 5px 10px;
}
.apiOauthResourceScope .button-pane {
  text-align: right;
  padding: 5px 10px;
}
h1 span.divider,
h2 span.divider,
h3 span.divider,
h4 span.divider,
h5 span.divider,
h6 span.divider {
  color: #959595;
}
h2 span.sub {
  font-size: 0.7em;
  color: #7f7f7f;
  font-style: italic;
}
h2 span.sub a {
  color: #00427a;
}
div.heading_with_menu {
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
}
div.heading_with_menu h1,
div.heading_with_menu h2,
div.heading_with_menu h3,
div.heading_with_menu h4,
div.heading_with_menu h5,
div.heading_with_menu h6 {
  display: block;
  clear: none;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%;
}
div.heading_with_menu ul {
  display: block;
  clear: none;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
.body-textarea {
  width: 300px;
  height: 100px;
}
.markdown h3 {
  color: #547f00;
}
.markdown h4 {
  color: #666666;
}
.markdown pre {
  font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  background-color: #fcf6db;
  border: 1px solid black;
  border-color: #e5e0c6;
  padding: 10px;
  margin: 0 0 10px 0;
}
.markdown pre code {
  line-height: 1.6em;
}
.markdown p code,
.markdown li code {
  font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  background-color: #f0f0f0;
  color: black;
  padding: 1px 3px;
}
.markdown ol,
.markdown ul {
  font-family: "Droid Sans", sans-serif;
  margin: 5px 0 10px 0;
  padding: 0 0 0 18px;
  list-style-type: disc;
}
.markdown ol li,
.markdown ul li {
  padding: 3px 0px;
  line-height: 1.4em;
  color: #333333;
}
div.gist {
  margin: 20px 0 25px 0 !important;
}
p.big,
div.big p {
  font-size: 1em;
  margin-bottom: 10px;
}
span.weak {
  color: #666666;
}
span.blank,
span.empty {
  color: #888888;
  font-style: italic;
}
.code {
  font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
}
pre {
  font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  background-color: #fcf6db;
  border: 1px solid black;
  border-color: #e5e0c6;
  padding: 10px;
  /* white-space: pre-line */

}
pre code {
  line-height: 1.6em;
}
.wizardPageContent textarea.required,
.wizardPageContent input.required {
  color: inherit;
}
.wizardPageContent textarea.required.placeholder,
.wizardPageContent input.required.placeholder {
  color: #666;
}
table.fullwidth {
  width: 100%;
}
table.fullwidth thead tr th {
  padding: 5px;
  font-size: 0.9em;
  color: #666666;
  border-bottom: 1px solid #999999;
}
table.fullwidth tbody tr.offset {
  background-color: #f5f5f5;
}
table.fullwidth tbody tr td {
  padding: 6px;
  font-size: 0.9em;
  border-bottom: 1px solid #cccccc;
  vertical-align: top;
  line-height: 1.3em;
}
table.fullwidth tbody tr:last-child td {
  border-bottom: none;
}
table.fullwidth tbody tr.offset {
  background-color: #f0f0f0;
}
form.form_box {
  background-color: #f8f8f8;
  border: 1px solid #ffffff;
  padding: 10px;
}
form.form_box label {
  color: #222222 !important;
}
form.form_box input[type=submit] {
  display: block;
  padding: 10px;
}
form.form_box p {
  font-size: 0.9em;
  padding: 0 0 15px 0;
  color: #7e7b6d;
}
form.form_box p a {
  color: #646257;
}
form.form_box p strong {
  color: black;
}
form.form_box p.weak {
  font-size: 0.8em;
}
form.formtastic fieldset.inputs ol li p.inline-hints {
  margin-left: 0;
  font-style: italic;
  font-size: 0.9em;
  margin: 0;
}
form.formtastic fieldset.inputs ol li label {
  display: block;
  clear: both;
  width: auto;
  padding: 0 0 3px 0;
  color: #666666;
}
form.formtastic fieldset.inputs ol li label abbr {
  padding-left: 3px;
  color: #888888;
}
form.formtastic fieldset.inputs ol li.required label {
  color: black;
}
form.formtastic fieldset.inputs ol li.string input,
form.formtastic fieldset.inputs ol li.url input,
form.formtastic fieldset.inputs ol li.numeric input {
  display: block;
  padding: 4px;
  width: auto;
  clear: both;
}
form.formtastic fieldset.inputs ol li.string input.title,
form.formtastic fieldset.inputs ol li.url input.title,
form.formtastic fieldset.inputs ol li.numeric input.title {
  font-size: 1.3em;
}
form.formtastic fieldset.inputs ol li.text textarea {
  font-family: "Droid Sans", sans-serif;
  height: 250px;
  padding: 4px;
  display: block;
  clear: both;
}
form.formtastic fieldset.inputs ol li.select select {
  display: block;
  clear: both;
}
form.formtastic fieldset.inputs ol li.boolean {
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
}
form.formtastic fieldset.inputs ol li.boolean input {
  display: block;
  float: left;
  clear: none;
  margin: 0 5px 0 0;
}
form.formtastic fieldset.inputs ol li.boolean label {
  display: block;
  float: left;
  clear: none;
  margin: 0;
  padding: 0;
}
form.formtastic fieldset.buttons {
  margin: 0;
  padding: 0;
}
form.fullwidth ol li.string input,
form.fullwidth ol li.url input,
form.fullwidth ol li.text textarea,
form.fullwidth ol li.numeric input {
  width: 500px !important;
}
body #content_message {
  margin: 10px 15px;
  font-style: italic;
  color: #999999;
}
body p#colophon {
  margin: 0 15px 40px 15px;
  padding: 10px 0;
  font-size: 0.8em;
  border-top: 1px solid #dddddd;
  font-family: "Droid Sans", sans-serif;
  color: #999999;
  font-style: italic;
}
body p#colophon a {
  text-decoration: none;
  color: #547f00;
}
body ul#resources {
  font-family: "Droid Sans", sans-serif;
  font-size: 0.9em;
}
body ul#resources li.resource {
  border-bottom: 1px solid #dddddd;
}
body ul#resources li.resource:last-child {
  border-bottom: none;
}
body ul#resources li.resource div.heading {
  border: 1px solid transparent;
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
}
body ul#resources li.resource div.heading h2 {
  color: #999999;
  padding-left: 0px;
  display: block;
  clear: none;
  float: left;
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
}
body ul#resources li.resource div.heading h2 a {
  color: #999999;
}
body ul#resources li.resource div.heading h2 a:hover {
  color: black;
}
body ul#resources li.resource div.heading ul.options {
  float: none;
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
  clear: none;
  float: right;
  margin: 14px 10px 0 0;
}
body ul#resources li.resource div.heading ul.options li {
  float: left;
  clear: none;
  margin: 0;
  padding: 2px 10px;
  border-right: 1px solid #dddddd;
}
body ul#resources li.resource div.heading ul.options li:first-child,
body ul#resources li.resource div.heading ul.options li.first {
  padding-left: 0;
}
body ul#resources li.resource div.heading ul.options li:last-child,
body ul#resources li.resource div.heading ul.options li.last {
  padding-right: 0;
  border-right: none;
}
body ul#resources li.resource div.heading ul.options li {
  color: #666666;
  font-size: 0.9em;
}
body ul#resources li.resource div.heading ul.options li a {
  color: #aaaaaa;
  text-decoration: none;
}
body ul#resources li.resource div.heading ul.options li a:hover {
  text-decoration: underline;
  color: black;
}
body ul#resources li.resource:hover div.heading h2 a,
body ul#resources li.resource.active div.heading h2 a {
  color: black;
}
body ul#resources li.resource:hover div.heading ul.options li a,
body ul#resources li.resource.active div.heading ul.options li a {
  color: #555555;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get {
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 0 0px;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading {
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
  margin: 0 0 0 0;
  padding: 0;
  background-color: #f8f8f8;
  border: 1px solid #ffffff;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 {
  display: block;
  clear: none;
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
  line-height: 1.1em;
  color: black;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span {
  margin: 0;
  padding: 0;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.http_method a {
  text-transform: uppercase;
  background-color: #00427a;
  text-decoration: none;
  color: white;
  display: inline-block;
  width: 50px;
  font-size: 0.7em;
  text-align: center;
  padding: 7px 0 4px 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.path {
  padding-left: 10px;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.path a {
  color: black;
  text-decoration: none;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.path a:hover {
  text-decoration: underline;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options {
  float: none;
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
  clear: none;
  float: right;
  margin: 6px 10px 0 0;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li {
  float: left;
  clear: none;
  margin: 0;
  padding: 2px 10px;
  border-right: 1px solid #dddddd;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li:first-child,
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li.first {
  padding-left: 0;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li:last-child,
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li.last {
  padding-right: 0;
  border-right: none;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li {
  border-right-color: #f8f8f8;
  color: #00427a;
  font-size: 0.9em;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a {
  color: #00427a;
  text-decoration: none;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a:hover,
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a:active,
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a.active {
  text-decoration: underline;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content {
  background-color: #f8f8f8;
  border: 1px solid #ffffff;
  border-top: none;
  padding: 10px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -o-border-bottom-left-radius: 6px;
  -ms-border-bottom-left-radius: 6px;
  -khtml-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -o-border-bottom-right-radius: 6px;
  -ms-border-bottom-right-radius: 6px;
  -khtml-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin: 0 0 20px 0;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4 {
  color: #494949;
  font-size: 1.1em;
  margin: 0;
  padding: 15px 0 5px 0px;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content form input[type='text'].error {
  outline: 2px solid black;
  outline-color: #cc0000;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header {
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header input.submit {
  display: block;
  clear: none;
  float: left;
  padding: 6px 8px;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header img {
  display: block;
  clear: none;
  float: right;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header a {
  padding: 4px 0 0 10px;
  color: #0087fa;
  display: inline-block;
  font-size: 0.9em;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.response div.block {
  background-color: #fcf6db;
  border: 1px solid black;
  border-color: #e5e0c6;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.response div.block pre {
  font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  padding: 10px;
  font-size: 0.9em;
  max-height: 400px;
  overflow-y: auto;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post {
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 0 0px;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading {
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
  margin: 0 0 0 0;
  padding: 0;
  background-color: #e7f6ec;
  border: 1px solid black;
  border-color: #c3e8d1;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 {
  display: block;
  clear: none;
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
  line-height: 1.1em;
  color: black;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span {
  margin: 0;
  padding: 0;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.http_method a {
  text-transform: uppercase;
  background-color: #10a54a;
  text-decoration: none;
  color: white;
  display: inline-block;
  width: 50px;
  font-size: 0.7em;
  text-align: center;
  padding: 7px 0 4px 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.path {
  padding-left: 10px;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.path a {
  color: black;
  text-decoration: none;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.path a:hover {
  text-decoration: underline;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options {
  float: none;
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
  clear: none;
  float: right;
  margin: 6px 10px 0 0;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li {
  float: left;
  clear: none;
  margin: 0;
  padding: 2px 10px;
  border-right: 1px solid #dddddd;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li:first-child,
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li.first {
  padding-left: 0;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li:last-child,
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li.last {
  padding-right: 0;
  border-right: none;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li {
  border-right-color: #c3e8d1;
  color: #10a54a;
  font-size: 0.9em;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a {
  color: #10a54a;
  text-decoration: none;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a:hover,
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a:active,
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a.active {
  text-decoration: underline;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content {
  background-color: #ebf7f0;
  border: 1px solid black;
  border-color: #c3e8d1;
  border-top: none;
  padding: 10px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -o-border-bottom-left-radius: 6px;
  -ms-border-bottom-left-radius: 6px;
  -khtml-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -o-border-bottom-right-radius: 6px;
  -ms-border-bottom-right-radius: 6px;
  -khtml-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin: 0 0 20px 0;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content h4 {
  color: #10a54a;
  font-size: 1.1em;
  margin: 0;
  padding: 15px 0 5px 0px;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content form input[type='text'].error {
  outline: 2px solid black;
  outline-color: #cc0000;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header {
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header input.submit {
  display: block;
  clear: none;
  float: left;
  padding: 6px 8px;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header img {
  display: block;
  clear: none;
  float: right;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header a {
  padding: 4px 0 0 10px;
  color: #6fc992;
  display: inline-block;
  font-size: 0.9em;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.response div.block {
  background-color: #fcf6db;
  border: 1px solid black;
  border-color: #e5e0c6;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.response div.block pre {
  font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  padding: 10px;
  font-size: 0.9em;
  max-height: 400px;
  overflow-y: auto;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put {
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 0 0px;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading {
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
  margin: 0 0 0 0;
  padding: 0;
  background-color: #f9f2e9;
  border: 1px solid black;
  border-color: #f0e0ca;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 {
  display: block;
  clear: none;
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
  line-height: 1.1em;
  color: black;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span {
  margin: 0;
  padding: 0;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.http_method a {
  text-transform: uppercase;
  background-color: #c5862b;
  text-decoration: none;
  color: white;
  display: inline-block;
  width: 50px;
  font-size: 0.7em;
  text-align: center;
  padding: 7px 0 4px 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.path {
  padding-left: 10px;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.path a {
  color: black;
  text-decoration: none;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.path a:hover {
  text-decoration: underline;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options {
  float: none;
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
  clear: none;
  float: right;
  margin: 6px 10px 0 0;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li {
  float: left;
  clear: none;
  margin: 0;
  padding: 2px 10px;
  border-right: 1px solid #dddddd;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li:first-child,
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li.first {
  padding-left: 0;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li:last-child,
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li.last {
  padding-right: 0;
  border-right: none;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li {
  border-right-color: #f0e0ca;
  color: #c5862b;
  font-size: 0.9em;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a {
  color: #c5862b;
  text-decoration: none;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a:hover,
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a:active,
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a.active {
  text-decoration: underline;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content {
  background-color: #faf5ee;
  border: 1px solid black;
  border-color: #f0e0ca;
  border-top: none;
  padding: 10px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -o-border-bottom-left-radius: 6px;
  -ms-border-bottom-left-radius: 6px;
  -khtml-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -o-border-bottom-right-radius: 6px;
  -ms-border-bottom-right-radius: 6px;
  -khtml-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin: 0 0 20px 0;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content h4 {
  color: #c5862b;
  font-size: 1.1em;
  margin: 0;
  padding: 15px 0 5px 0px;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content form input[type='text'].error {
  outline: 2px solid black;
  outline-color: #cc0000;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header {
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header input.submit {
  display: block;
  clear: none;
  float: left;
  padding: 6px 8px;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header img {
  display: block;
  clear: none;
  float: right;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header a {
  padding: 4px 0 0 10px;
  color: #dcb67f;
  display: inline-block;
  font-size: 0.9em;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.response div.block {
  background-color: #fcf6db;
  border: 1px solid black;
  border-color: #e5e0c6;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.response div.block pre {
  font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  padding: 10px;
  font-size: 0.9em;
  max-height: 400px;
  overflow-y: auto;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch {
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 0 0px;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading {
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
  margin: 0 0 0 0;
  padding: 0;
  background-color: #faebf2;
  border: 1px solid black;
  border-color: #f0cecb;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 {
  display: block;
  clear: none;
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
  line-height: 1.1em;
  color: black;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span {
  margin: 0;
  padding: 0;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.http_method a {
  text-transform: uppercase;
  background-color: #993300;
  text-decoration: none;
  color: white;
  display: inline-block;
  width: 50px;
  font-size: 0.7em;
  text-align: center;
  padding: 7px 0 4px 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.path {
  padding-left: 10px;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.path a {
  color: black;
  text-decoration: none;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.path a:hover {
  text-decoration: underline;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options {
  float: none;
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
  clear: none;
  float: right;
  margin: 6px 10px 0 0;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li {
  float: left;
  clear: none;
  margin: 0;
  padding: 2px 10px;
  border-right: 1px solid #dddddd;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li:first-child,
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li.first {
  padding-left: 0;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li:last-child,
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li.last {
  padding-right: 0;
  border-right: none;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li {
  border-right-color: #f0cecb;
  color: #993300;
  font-size: 0.9em;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a {
  color: #993300;
  text-decoration: none;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a:hover,
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a:active,
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a.active {
  text-decoration: underline;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content {
  background-color: #faf0ef;
  border: 1px solid black;
  border-color: #f0cecb;
  border-top: none;
  padding: 10px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -o-border-bottom-left-radius: 6px;
  -ms-border-bottom-left-radius: 6px;
  -khtml-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -o-border-bottom-right-radius: 6px;
  -ms-border-bottom-right-radius: 6px;
  -khtml-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin: 0 0 20px 0;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content h4 {
  color: #993300;
  font-size: 1.1em;
  margin: 0;
  padding: 15px 0 5px 0px;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content form input[type='text'].error {
  outline: 2px solid black;
  outline-color: #cc0000;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header {
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header input.submit {
  display: block;
  clear: none;
  float: left;
  padding: 6px 8px;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header img {
  display: block;
  clear: none;
  float: right;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header a {
  padding: 4px 0 0 10px;
  color: #dcb67f;
  display: inline-block;
  font-size: 0.9em;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.response div.block {
  background-color: #fcf6db;
  border: 1px solid black;
  border-color: #e5e0c6;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.response div.block pre {
  font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  padding: 10px;
  font-size: 0.9em;
  max-height: 400px;
  overflow-y: auto;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete {
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 0 0px;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading {
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
  margin: 0 0 0 0;
  padding: 0;
  background-color: #f5e8e8;
  border: 1px solid black;
  border-color: #e8c6c7;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 {
  display: block;
  clear: none;
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
  line-height: 1.1em;
  color: black;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span {
  margin: 0;
  padding: 0;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.http_method a {
  text-transform: uppercase;
  background-color: #a41e22;
  text-decoration: none;
  color: white;
  display: inline-block;
  width: 50px;
  font-size: 0.7em;
  text-align: center;
  padding: 7px 0 4px 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.path {
  padding-left: 10px;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.path a {
  color: black;
  text-decoration: none;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.path a:hover {
  text-decoration: underline;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options {
  float: none;
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
  clear: none;
  float: right;
  margin: 6px 10px 0 0;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li {
  float: left;
  clear: none;
  margin: 0;
  padding: 2px 10px;
  border-right: 1px solid #dddddd;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li:first-child,
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li.first {
  padding-left: 0;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li:last-child,
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li.last {
  padding-right: 0;
  border-right: none;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li {
  border-right-color: #e8c6c7;
  color: #a41e22;
  font-size: 0.9em;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a {
  color: #a41e22;
  text-decoration: none;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a:hover,
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a:active,
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a.active {
  text-decoration: underline;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
  background-color: #f7eded;
  border: 1px solid black;
  border-color: #e8c6c7;
  border-top: none;
  padding: 10px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -o-border-bottom-left-radius: 6px;
  -ms-border-bottom-left-radius: 6px;
  -khtml-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -o-border-bottom-right-radius: 6px;
  -ms-border-bottom-right-radius: 6px;
  -khtml-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin: 0 0 20px 0;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content h4 {
  color: #a41e22;
  font-size: 1.1em;
  margin: 0;
  padding: 15px 0 5px 0px;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content form input[type='text'].error {
  outline: 2px solid black;
  outline-color: #cc0000;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header {
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header input.submit {
  display: block;
  clear: none;
  float: left;
  padding: 6px 8px;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header img {
  display: block;
  clear: none;
  float: right;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header a {
  padding: 4px 0 0 10px;
  color: #c8787a;
  display: inline-block;
  font-size: 0.9em;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.response div.block {
  background-color: #fcf6db;
  border: 1px solid black;
  border-color: #e5e0c6;
}
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.response div.block pre {
  font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  padding: 10px;
  font-size: 0.9em;
  max-height: 400px;
  overflow-y: auto;
}
.pendingSignupAgreementsContainer .buttons {
  padding: 10px 20px 0 0;
}
.pendingSignupAgreementsContainer .buttons > li {
  display: inline;
}
.devAgreeHighlight,
.devAgreeContent > h3 {
  color: #494949;
  display: block;
  padding: 10px 0;
}
/*********** legal agreements (imported from DE) **********/
.devAgreeContent {
  font-size: 13px;
  line-height: 22px;
}
.devAgreeContent > h3 {
  color: #000;
  font-size: 13px;
  font-variant: small-caps;
  text-align: center;
}
.devAgreeContent > ol {
  counter-reset: chapter;
  list-style: none;
}
.devAgreeContent > ol > li:before {
  content: counter(chapter) ". ";
  counter-increment: chapter;
}
.devAgreeContent > ol > li > ol {
  counter-reset: section;
  list-style: none;
}
.devAgreeContent > ol > li > ol > li:before {
  content: counter(chapter) "." counters(section, ".") "  ";
  counter-increment: section;
}
.devAgreeContent > ol > li > ol > li {
  padding-left: 14px;
}
.devAgreeHighlight {
  /*for para with yellow highlight at top of legal agreement*/

  background-color: #FF0;
  text-align: center;
}
/*   Transaction log details style
 -------------------------------------*/
#TxLogDetails dd {
  margin-left: 150px;
  padding-bottom: 10px;
}
#TxLogDetails .logTitle {
  float: left;
  width: 150px;
}
#TxLogDetails .logFormattedMessage {
  word-wrap: break-word;
  white-space: pre;
  display: inline-block;
  margin-top: -15px;
}
#TxLogDetails .logMessage {
  white-space: pre;
  word-wrap: break-word;
}
/* Map Resource styles
 -------------------------------*/
#MapResource li {
  margin-bottom: 10px;
}
#MapResource li label {
  display: block;
  margin-bottom: 5px;
}
#MapResource li label input[type="radio"] {
  margin-right: 10px;
  vertical-align: top;
}
#MapResource li table {
  margin-left: 20px;
  width: 90%;
  table-layout: fixed;
}
#MapResource li .resource-mapping-table-container {
  position: relative;
}
#MapResource .selectResourceScope,
#MapResource .resourceNames {
  display: block;
  float: left;
}
#MapResource .resourceNames {
  margin-left: 5px;
  width: 380px;
}
#MapResource .apis-form-buttons {
  width: 92.3%;
}
/* License List widget
 --------------------------------*/
#LicenseList h1 {
  background: url("images/sprites_cm_open_icons_18_4a494a.png") no-repeat scroll 4px -1265px transparent;
  padding: 7px 7px 7px 30px;
}
#LicenseList h3 {
  color: #494949;
  padding-bottom: 10px;
  width: 396px;
  word-wrap: break-word;
}
#LicenseList .licenses-list-container > .cwrap > .clearthis {
  border-collapse: separate;
  display: table;
  width: 778px;
}
#LicenseList .licenses-list-container {
  display: table-row;
}
#LicenseList .license-list-left,
#LicenseList .license-meta-right {
  display: table-cell;
  vertical-align: top;
}
#LicenseList .license-list-left {
  width: 347px;
  padding-left: 7px;
  border-right: 1px solid #999;
  min-height: 250px;
}
#LicenseList .license-list-left .license-list {
  padding: 5px 10px 0 0;
  margin-left: 17px;
}
#LicenseList .license-list-left .license-list .license-list-item {
  float: left;
  font-weight: bold;
  padding: 2px 5px;
  margin-bottom: 5px;
  cursor: pointer;
  width: 310px;
  word-wrap: break-word;
}
#LicenseList .license-list-left .license-list .license-list-item.active {
  background-color: #eceded;
}
#LicenseList .license-list-left .visibility-Limited {
  background-position: 300px center;
}
#LicenseList .license-list-left .add-license {
  color: #00427a;
  font-weight: bold;
  cursor: pointer;
}
#LicenseList .license-meta-buttons-container {
  float: right;
  padding-bottom: 0;
  position: relative;
  top: -5px;
}
#LicenseList .license-meta-buttons-container li {
  float: left;
  margin-right: 10px;
}
#LicenseList .license-meta-right {
  padding-left: 20px;
}
#LicenseList .license-meta-right h3 .title {
  color: #000;
}
#LicenseList .license-meta-right h3.license-resource-list-title,
#LicenseList .license-meta-right h3 .license-policy-list {
  padding-bottom: 0;
}
#LicenseList .license-meta-right .license-meta-description {
  width: 400px;
  word-wrap: break-word;
}
#LicenseList .license-meta-right .license-resource-list li {
  margin-bottom: 5px;
}
#LicenseList .license-meta-right .license-resource-list li span {
  width: 400px;
  word-wrap: break-word;
  display: block;
}
#LicenseList .license-meta-right .license-resources {
  padding-bottom: 20px;
}
#LicenseList .license-meta-right .license-resources > dt,
#LicenseList .license-meta-right .license-resources > dd,
#LicenseList .license-meta-right .license-resources > ul > li {
  margin-bottom: 5px;
  word-wrap: break-word;
}
#LicenseList .license-meta-right .license-resources > dt,
#LicenseList .license-meta-right .license-resources > dd {
  font-weight: bold;
}
#LicenseList .license-meta-right .license-resources > dt {
  clear: left;
  font-weight: bold;
  text-transform: uppercase;
  color: #494949;
}
#LicenseList .license-meta-right .license-resources > li {
  border-top: 1px solid #999;
  display: block;
  padding-top: 10px;
}
#LicenseList .license-meta-right .license-resources > li > ul {
  padding: 10px 0;
}
#LicenseList .license-meta-right .license-resources > li :first-child {
  border: none;
}
#LicenseList .license-meta-right dl.license-resources {
  padding: 0;
}
/* Add modify License wizard styles
 ------------------------------------*/
#AddModifyLicense {
  /*Qos policy page*/

}
#AddModifyLicense .license-fields-list {
  width: 510px;
}
#AddModifyLicense .license-fields-list dt {
  color: #222222;
  float: left;
  font-weight: bold;
  width: 150px;
}
#AddModifyLicense .license-fields-list dt label:after {
  content: ':';
}
#AddModifyLicense .license-fields-list dt .required:after {
  content: "*";
  color: red;
}
#AddModifyLicense .license-fields-list dd {
  margin-left: 150px;
  padding-bottom: 10px;
}
#AddModifyLicense .license-fields-list dd p {
  padding-bottom: 5px;
}
#AddModifyLicense .license-fields-list dd .error {
  display: block;
  font-weight: bold;
}
#AddModifyLicense h3,
#AddModifyLicense h4 {
  color: #494949;
  padding-bottom: 5px;
}
#AddModifyLicense .add-resource {
  margin-left: 0;
  margin-bottom: 10px;
}
#AddModifyLicense .qos-policy-table .resource-cell,
#AddModifyLicense .qos-policy-table .policy-cell,
#AddModifyLicense .qos-policy-table .actions-cell {
  text-align: left;
  width: 40%;
}
#AddModifyLicense .qos-policy-table .resource-cell > ul,
#AddModifyLicense .qos-policy-table .policy-cell > ul,
#AddModifyLicense .qos-policy-table .actions-cell > ul {
  line-height: 18px;
  padding: 0;
}
#AddModifyLicense .qos-policy-table th.resource-cell,
#AddModifyLicense .qos-policy-table th.policy-cell,
#AddModifyLicense .qos-policy-table th.actions-cell {
  background: #7f7f7f;
  color: #00427a;
}
#AddModifyLicense .qos-policy-table .actions-cell {
  text-align: center;
  width: 10%;
}
#ResourceMappingTreeContainer,
#SimpleResourceTreeContainer {
  width: 300px;
  border: 1px solid #EAEAEB;
  display: none;
}
#ResourceMappingTreeContainer h3,
#SimpleResourceTreeContainer h3 {
  background-color: #EAEAEB;
  color: #222222;
  padding: 2px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#ResourceMappingTreeContainer .content,
#SimpleResourceTreeContainer .content {
  padding: 10px 10px 10px 16px;
  min-height: 60px;
  max-height: 225px;
  overflow: auto;
}
#ResourceMappingTreeContainer .content h5,
#SimpleResourceTreeContainer .content h5 {
  color: #494949;
  font-weight: bold;
  margin-bottom: 5px;
}
#ResourceMappingTreeContainer .content .parent,
#SimpleResourceTreeContainer .content .parent {
  background-color: #DCDDDE;
}
#ResourceMappingTreeContainer .content .treeContainer .resource-chkbox,
#SimpleResourceTreeContainer .content .treeContainer .resource-chkbox {
  float: left;
  margin-top: 4px;
}
#ResourceMappingTreeContainer .content .treeContainer .child-cntr,
#SimpleResourceTreeContainer .content .treeContainer .child-cntr {
  margin-top: 3px;
}
#ResourceMappingTreeContainer .content .treeContainer .resource-chkbox input,
#SimpleResourceTreeContainer .content .treeContainer .resource-chkbox input {
  vertical-align: middle;
}
#ResourceMappingTreeContainer .content .treeContainer .resource-row,
#SimpleResourceTreeContainer .content .treeContainer .resource-row {
  padding-left: 0px;
  margin-bottom: 3px;
}
#ResourceMappingTreeContainer .content .treeContainer .resource-label,
#SimpleResourceTreeContainer .content .treeContainer .resource-label {
  display: block;
  padding: 1px 5px;
  margin-left: 18px;
}
#ResourceMappingTreeContainer .content .treeContainer .resource-label span,
#SimpleResourceTreeContainer .content .treeContainer .resource-label span {
  display: block;
  max-width: 97%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#ResourceMappingTreeContainer .content .treeContainer .resource-label span.soa-ui-cm-icon-lock,
#SimpleResourceTreeContainer .content .treeContainer .resource-label span.soa-ui-cm-icon-lock {
  display: inline-block;
}
#ResourceMappingTreeContainer .content .treeContainer .child-cntr,
#SimpleResourceTreeContainer .content .treeContainer .child-cntr {
  padding-left: 25px;
}
#ResourceMappingTreeContainer .content .treeContainer .resource,
#SimpleResourceTreeContainer .content .treeContainer .resource {
  border: 1px solid #fff;
  border-radius: 3px;
  margin: 5px 0;
  padding-left: 5px;
}
#ResourceMappingTreeContainer .content .treeContainer .resource:hover,
#SimpleResourceTreeContainer .content .treeContainer .resource:hover {
  border-color: #dcddde;
}
#ResourceMappingTreeContainer .content .treeContainer .noResources,
#SimpleResourceTreeContainer .content .treeContainer .noResources {
  padding: 12px 1px;
  font-weight: bold;
}
#ResourceMappingTreeContainer .buttons,
#SimpleResourceTreeContainer .buttons {
  padding: 10px;
}
/*Site Admin Resources
 --------------------------*/
#ResourceList h3 {
  color: #494949;
}
#ResourceList .scope-empty-text {
  padding-top: 5px;
}
#ResourceList .resources-container {
  min-height: 500px;
}
#ResourceList .resources-container .resources-list-left {
  float: left;
  min-height: 470px;
  width: 47%;
  padding: 10px;
  border-right: 1px solid #c2c2c2;
}
#ResourceList .resources-container .resources-list-left .add-resource-row-button {
  padding-bottom: 5px;
}
#ResourceList .resources-container .resources-list-left .resourceRow {
  padding: 0;
}
#ResourceList .resources-container .resources-list-left .resourceRow.resource-primary-root {
  padding-bottom: 5px;
}
#ResourceList .resources-container .resources-list-left .resourceRow .resourceName {
  background-color: #FFF;
  padding: 0 5px;
}
#ResourceList .resources-container .resources-list-left .resourceRow .resourceName .resourceNameEle span {
  width: 80%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  top: -1px;
}
#ResourceList .resources-container .resources-list-left .resourceRow .resourceName .resourceNameEle span.soa-ui-cm-icon {
  float: right;
  width: 15px;
  height: 15px;
}
#ResourceList .resources-container .resources-list-left .resourceRow .addResourceButton {
  display: none;
}
#ResourceList .resources-container .resource-list-meta {
  float: left;
  width: 47%;
  padding: 10px;
}
#ResourceList .resources-container .resource-list-meta .resource-display-info-container .resource-info-list li {
  padding: 0 0 16px;
}
#ResourceList .resources-container .resource-list-meta .resource-display-info-container .resource-info-list li p {
  padding-bottom: 0;
}
#ResourceList .resources-container .resource-list-meta form {
  width: 375px;
  margin-top: 10px;
}
#ResourceList .resources-container .resource-list-meta form dl dt {
  float: left;
  width: 85px;
  color: #494949;
  font-weight: bold;
}
#ResourceList .resources-container .resource-list-meta form dl dd {
  margin-left: 105px;
  padding-bottom: 15px;
  position: relative;
}
#ResourceList .resources-container .resource-list-meta form dl dd input[type=text],
#ResourceList .resources-container .resource-list-meta form dl dd textarea {
  width: 200px;
}
#ResourceList .resources-container .resource-list-meta form dl dd span.error {
  display: block;
}
#ResourceList .resources-container .resource-list-meta form dl dd .tooltip {
  position: absolute;
  top: -4px;
  right: 50px;
}
#ResourceList .resources-container .resource-list-meta form dl dd p {
  position: relative;
}
#ResourceList .resources-container .resource-list-meta form dl dd label {
  font-weight: bold;
  margin-right: 10px;
}
#ResourceList .resources-container .resource-list-meta .resource-display-info-container .resource-info-list label {
  color: #222222;
  font-weight: bold;
}
#ResourceList .resources-container .resource-list-meta .resource-display-info-container .resource-info-list .soa-ui-cm-imgtxt {
  position: relative;
  top: 4px;
}
#ResourceList .resources-container .resource-list-meta .resource-display-info-container .resource-info-list .soa-ui-cm-imgtxt.soa-ui-cm-icon-close {
  color: #c62026;
}
#ResourceList .resources-container .resource-list-meta .resource-display-info-container .resource-info-list .soa-ui-cm-imgtxt.soa-ui-cm-icon-check {
  color: #1d8a4b;
}
#ResourceList .resources-container .resource-user-helptext {
  margin-left: 52%;
}
.scope-selection-options li {
  padding-bottom: 10px;
}
.scope-selection-options li label {
  font-weight: bold;
  color: #494949;
  margin-left: 5px;
}
.scope-selection-options .gentitle {
  padding: 5px 0 0 20px;
}
.scope-selection-options .selection-description {
  font-weight: bold;
  padding: 5px 0 20px;
  border-bottom: 1px solid #959595;
  margin-left: 22px;
  color: #6d6f72;
}
.scope-selection-options .scope-selection-cntr {
  position: relative;
}
.scope-selection-options .stdtbl {
  margin-left: 20px;
  width: 95%;
  table-layout: fixed;
}
.scope-selection-options .stdtbl .connection-license-name {
  width: 40%;
}
.scope-selection-options .stdtbl .connection-license-description {
  width: 50%;
}
.scope-selection-options .stdtbl td {
  vertical-align: top;
}
.scope-selection-options .stdtbl td input {
  float: left;
  margin-top: 3px;
}
.scope-selection-options .stdtbl td .license-name {
  float: left;
  padding-left: 5px;
  padding-right: 15px;
  width: 367px;
  word-wrap: break-word;
}
.scope-selection-options .license-description {
  padding-bottom: 0;
}
.scope-selection-options .license-description .toggle-license-meta {
  float: right;
  color: #494949;
  cursor: pointer;
}
.scope-selection-options .licenses-list-container {
  display: none;
  padding-top: 5px;
}
.scope-selection-options .licenses-list-container .details-label {
  float: left;
  width: 60px;
  font-weight: normal;
  color: #000;
  margin: 0;
}
.scope-selection-options .licenses-list-container ul li {
  padding-bottom: 5px;
}
.scope-selection-options .scope-form-buttons {
  width: 97.2%;
}
.license-list-cntr {
  position: relative;
}
.license-list-cntr #proxyDivOverlay {
  display: none;
}
#LicenseDetailsDialogContainer {
  width: 300px;
  border: 1px solid #EAEAEB;
  display: none;
}
#LicenseDetailsDialogContainer h3.header {
  background-color: #EAEAEB;
  color: #494949;
  padding: 2px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#LicenseDetailsDialogContainer .content {
  width: 90%;
}
#LicenseDetailsDialogContainer .content ul.license-resources {
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
}
#LicenseDetailsDialogContainer .license-meta-right {
  display: block;
}
#LicenseDetailsDialogContainer .buttons {
  padding: 10px;
}
/* Add modify connection styles
 ---------------------------------*/
#RequestConnection .addModifyConnectionContent .addModifyConnectionTitle {
  background-color: #fff;
  color: #494949;
  font-size: 17px;
  font-weight: bold;
  float: left;
  padding: 6px 12px 6px 0;
}
#RequestConnection .addModifyConnectionContent .legalTitle {
  float: left;
  background-color: #fff;
  margin: 0 4px 0 4px;
  padding: 6px 12px 6px 12px;
  color: #494949;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
}
#RequestConnection .addModifyConnectionContent .legalTitleOn {
  background-color: #eceded;
  padding: 6px 12px 6px 12px;
}
#RequestConnection .policy-warning-block,
#RequestConnection .licenses-invalid-warning {
  font-weight: bold;
  padding-bottom: 10px;
  color: #c62026;
}
#RequestConnection .licenses-selection-options > li {
  border-bottom: 1px solid #959595;
  margin-bottom: 20px;
}
#RequestConnection .licenses-selection-options > li label {
  font-weight: bold;
  color: #222222;
  margin-left: 5px;
}
#RequestConnection .licenses-selection-options > li .selection-description {
  border-bottom: none;
  padding: 5px 0 10px;
  /*padding: 5px 0 20px;
      margin-left: 22px;
      color: @disabled-header-text-color;*/

}
#RequestConnection .licenses-selection-options > li .licenses-invalid-warning {
  margin-left: 22px;
}
#RequestConnection .license-description {
  width: 549px;
}
#RequestConnection .license-description .toggle-license-meta {
  float: right;
  color: #00427a;
  cursor: pointer;
}
.no-data {
  padding-top: 10px;
}
.tokenInputContainer,
.authorizationInputContainer {
  padding: 15px 15px 0;
}
.parameterContainer {
  padding: 5px 5px 5px 135px;
}
.parameterContainer label {
  font-weight: bold;
  color: #222222;
  padding-right: 75px;
}
#AddModifyApiOAuth #apiOauthForm.f_styled .parameterContainer input[type="text"] {
  width: 200px !important;
}
#AddModifyApiOAuth .ProductionOAuth2010aOptionsDiv .tabbed div.inputwrap label,
#AddModifyApiOAuth .SandboxOAuth2010aOptionsDiv .tabbed div.inputwrap label {
  display: inline;
}
#AddModifyApiOAuth .ProductionOAuth2010aOptionsDiv .tabbed div.inputwrap,
#AddModifyApiOAuth .SandboxOAuth2010aOptionsDiv .tabbed div.inputwrap {
  margin-top: 10px;
}
.tokenParametersUniqueErrorMessage,
.authorizationParametersUniqueErrorMessage {
  color: red;
  font-weight: bold;
  padding: 10px 5px 0px 150px;
  display: none;
}
/****** supplement previous to 8/20/13 *******/
/* ErrorDialog */
.errorDialog .ui-dialog-titlebar {
  background: #d6dadc;
  border-bottom: 5px solid #000;
  color: #002663;
  font-size: 18px;
  line-height: 17px;
  margin-bottom: 13px;
  padding: 14px 10px 13px;
}
.errorDialog p {
  padding: 10px;
}
.errorDialog .ui-dialog-buttonset {
  padding: 0 10px 15px;
}
/*	soaAlertDialog */
.confirmpop .ui-dialog-buttonset {
  text-align: left;
}
/* CollectCommentDialog */
.executeActionForm {
  padding: 20px;
}
.executeActionForm textarea {
  height: auto;
  padding: 3px 6px;
  width: 555px;
}
.executeActionForm p {
  padding-bottom: 10px;
}
.executeActionForm h5 {
  font-weight: bold;
  padding-bottom: 5px;
}
.executeActionForm .buttons {
  padding: 10px 0 0;
}
.cwrap div.footer {
  height: 25px;
  line-height: 25px;
  padding: 15px 0 0;
}
/* CreateGroupWidget */
.wizardPageContent textarea.writeArea {
  background-color: #FFF !important;
  border: 1px solid #CFD6D4;
  height: 60px;
}
.wizardPageContent textarea {
  height: 60px;
}
.wizardPageContent select {
  width: 100px;
}
.wizard_two_column label {
  color: #222222;
  display: block;
  float: left;
  font-weight: bold;
  padding-top: 4px;
  width: 90px;
}
#addGroupPageTwo div.wizard_two_column div.formsep > label {
  color: #2983BA;
  display: block;
  float: left;
  font-weight: bold;
  padding-top: 4px;
  width: 90px;
}
#addGroupPageOne div.wizard_two_column div.formsep {
  position: relative;
}
#addGroupPageOne div.wizard_two_column div.formsep div.inputwrap {
  margin-right: 30px;
}
#addGroupPageOne div.wizard_two_column div.formsep div.tooltip.help {
  position: absolute;
  right: 0;
  top: -3px;
}
#addGroupPageOne div.wizard_two_column div.formsep div.selectwrap {
  margin: 0 200px 0 128px;
}
.empty_behav .empty_behav_ec,
.empty_behav .empty_behav_bg,
.empty_behav .empty_behav_img,
.empty_behav .noappdiv_img,
.empty_behav .nogroupsdiv_img,
.empty_behav .info_img,
.empty_behav .noapidiv_img,
.empty_behav .nofollowerdiv_img {
  background: url("images/sprites_cm_open_question_plus_emptybehav.png") no-repeat;
}
/* info */
.empty_behav .info_img {
  background-position: -9px -926px;
  display: block;
  height: 60px;
  width: 84px;
  float: left;
}
/* no apis */
.empty_behav .noapidiv_img {
  background-position: -9px -368px;
  float: left;
  display: block;
  height: 60px;
  width: 85px;
}
/* no followers */
.empty_behav .nofollowerdiv_img {
  background: url("images/sprites_cm_open_question_plus_emptybehav.png") no-repeat;
  background-position: -9px -926px;
  display: block;
  height: 60px;
  width: 84px;
  float: left;
}
/* resource collection empty treatments*/
.empty_behav {
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 0;
}
.empty_behav .empty_behav_ec {
  background-position: -23px -999px;
  width: 5px;
  height: 60px;
  float: left;
}
.empty_behav .empty_behav_bg {
  background-position: 0 -1065px;
  background-repeat: repeat-x;
  height: 60px;
  width: 678px;
  float: left;
}
.empty_behav_bg a {
  color: #00427a;
  text-decoration: underline;
}
.empty_behav .empty_behav_img {
  background-position: -9px -448px;
  float: left;
  display: block;
  height: 60px;
  width: 85px;
}
.APPfollowings .empty_behav {
  font-weight: normal;
  padding: 0;
}
/* no apps */
.empty_behav .noappdiv_img,
.APPfollowings .empty_behav .empty_behav_img {
  background-position: -8px -528px;
  float: left;
  display: block;
  height: 60px;
  width: 85px;
}
/* no group */
.empty_behav .nogroupsdiv_img {
  background-position: -8px -688px;
  float: left;
  display: block;
  height: 60px;
  width: 85px;
}
.APPfollowings .empty_behav .empty_behav_bg,
.APPfollowings .empty_behav .empty_behav_ec {
  padding: 0;
}
.startDiscussionOptions .empty_behav .info_img {
  background-position: 8px -606px;
}
.startDiscussionOptions .empty_behav .info_img > a {
  display: block;
  height: 60px;
  width: 85px;
}
.startDiscussionOptions .empty_behav_bg > a {
  padding-left: 12px;
}
.start_discussion_options .apilink_removedash,
.start_discussion_options .apilink_adddash {
  display: none;
}
/*------------------------------------------ Notifications
 * ------------------------------------------------*/
#notificationsList .board_item_layout {
  border-bottom: 1px #000 solid;
  padding: 10px 0;
}
#notificationsList .board_item_layout:last-child {
  border-bottom: none;
}
#notificationsList .postcat .delpost {
  margin: 0;
  padding: 0;
}
#notificationsList .postcat .delpost .soa-ui-cm-icon-imgtxt {
  height: 22px;
  width: 23px;
}
#notificationsList .postcat .delpost .soa-ui-cm-icon-imgtxt:before {
  font-size: 25px;
  top: 0;
}
.postcat {
  float: right;
  line-height: 20px;
  width: 50px;
}
.postcat .soa-ui-cm-input-checkbox {
  position: relative;
  top: 3px;
}
/*------------------------------------------ Board Items
 * ------------------------------------------------*/
/* comment area copied from console */
div.comment_area_wrap {
  width: 100%;
  margin-bottom: 5px;
}
.apilinks button.buttonFollow.apilink_removedash {
  display: none;
}
/********** account settings edit*************/
div#AccountSettingsEdit fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
div#AccountSettingsEdit div.formsep {
  margin: 0 0 20px 0;
}
div#AccountSettingsEdit div.wizard_two_column_left div.formsep label {
  font-weight: bold;
  float: left;
  display: block;
  color: #2983BA;
  width: 97px;
  line-height: 24px;
}
div#AccountSettingsEdit div.wizard_two_column_left div.formsep ul li label,
div#AccountSettingsEdit div.wizard_two_column_left div.formsep label.single {
  float: none;
  color: #333;
  font-weight: normal;
  line-height: normal;
  width: auto;
  display: inline;
  padding-left: 5px;
}
div#AccountSettingsEdit div.cwrap_double_right div.formsep label {
  font-weight: bold;
  display: block;
  margin: 0 0 5px 0;
}
div#AccountSettingsEdit div.formsep div.inputwrap {
  margin-left: 97px;
}
div#AccountSettingsEdit div.thirdparty {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
div#AccountSettingsEdit div.thirdparty span.tplogo {
  margin: 0 5px 0 0;
}
div#AccountSettingsEdit div.formsep .error {
  display: none;
}
div#AccountSettingsEdit div.formsep ul.notisettings {
  margin: 0;
  padding: 0;
  padding-left: 10px;
  list-style: none;
}
div#AccountSettingsEdit div.formsep ul label {
  font-weight: normal;
}
div.avatars ul {
  height: 25px;
}
div.avatars ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
div.avatars ul li {
  display: inline !important;
}
div.avatars ul li a:link,
div.avatars ul li a:visited {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: left top;
  margin: 0 5px 0 0;
}
div.avatars ul li a.yahoo {
  background-image: url(/resources/style/images/icon_yahoo_small.png);
}
div.avatars ul li a.twitter {
  background-image: url(/resources/style/images/icon_twitter_small.png);
}
div.avatars ul li a.facebook {
  background-image: url(/resources/style/images/icon_facebook_small.png);
}
div.avatars ul li a.google {
  background-image: url(/resources/style/images/icon_google_small.png);
}
div.avatars ul li a.atmo {
  background-image: url(/resources/style/images/icon_atmo_small.png);
}
div.avatars ul li a.gravatar {
  background-image: url(/resources/style/images/icon_gravatar_small.png);
}
div #AccountSettingsEdit fieldset p#passwordRules {
  padding: 0;
  margin: 0;
}
div #AccountSettingsEdit fieldset p#passwordRules h5 {
  font-size: 11px;
  margin: 0 0 2px 0;
}
div #AccountSettingsEdit fieldset p#passwordRules ul {
  font-size: 11px;
  margin-left: 10px;
  padding: 0;
}
.passworld_field {
  display: none;
}
div#AccountSettingsEdit div.wizard_two_column_left div.formsep ul li input {
  float: left;
  padding-right: 3px;
}
div#AccountSettingsEdit div.wizard_two_column_left div.formsep #passwordRules label {
  float: none;
  width: auto;
}
#AccountSettingsEdit h2.gentitle {
  padding: 0 0 5px;
}
#AccountSettingsEdit h3.gentitle {
  color: #000;
  padding: 0 10px 5px;
}
#AccountSettingsEdit .thirdparty {
  font-weight: bold;
}
#accountSettingsEditNotifyCB1 li {
  padding-bottom: 5px;
}
/*************** performance chart *************/
#PaneWidget > .cwrap > div#monitorTabDiv {
  clear: both;
  border-top: dotted 1px #000;
}
#chartContainer {
  width: 100%;
}
/*************** monitor section *************/
div.monitor_environment_select > input {
  vertical-align: text-top;
}
div.monitor_environment_select > input:not(:first-child) {
  margin-left: 5px;
}
div.monitor_environment_select > label {
  color: #222222;
  font-weight: bold;
  vertical-align: middle;
  padding: 5px;
}
div.report_gauge_gauge {
  width: 235px;
  height: 150px;
}
div.report_chart_chart {
  float: left;
  height: 200px;
  width: 200px;
}
div.report_chart > div > div.loading {
  margin-top: 70px;
  position: absolute;
  z-index: 1;
  background-color: #FFFFFF;
}
/**************** transaction log details widget ************/
#TxLogDetails > div {
  height: 500px;
  overflow: scroll;
}
#TxLogDetails > div > div {
  padding: 10px 15px;
  border-bottom: thin dashed black;
}
#TxLogDetails > div > div:last-child {
  border-bottom: none;
}
/************ Transaction Log List Widget ************/
#TxLogList > .cwrap > div {
  clear: both;
  border-top: dotted 1px #000;
  padding: 20px;
}
#TxLogList > .cwrap > .controlPanel {
  border-top: dotted 1px #000;
}
#TxLogList > .cwrap > .controlPanel > li {
  float: left;
  padding: 7px 13px 7px 0;
}
#TxLogList > .cwrap > .controlPanel > li > label {
  display: block;
  padding-bottom: 7px;
  font-weight: bold;
}
#TxLogList > .cwrap > .controlPanel > li > button {
  margin: 0 10px 0 0;
}
/*********** start discussion ***********/
.titlePanel {
  padding-bottom: 10px;
}
.subpanel {
  padding-bottom: 10px;
}
.textpanel {
  padding-bottom: 10px;
}
.taglink {
  padding-left: 25px;
}
.linkPanel {
  padding-right: 5px;
  padding-left: 5px;
}
#removeTags {
  display: none;
}
#signupPanel {
  padding-left: 10px;
}
#startDiscussionPanel {
  padding: 10px 24px 20px 20px;
  *padding-top: 19px;
}
#startDiscussionInput {
  border: none;
  color: #333;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  *height: 24px;
  *line-height: 24px;
  margin-top: 9px;
  padding-left: 2px;
  vertical-align: middle;
  width: 100%;
}
.discussionName {
  width: 50%;
  font-style: italic;
  color: #777;
  height: 22px;
  padding: 0;
  padding-left: 4px;
  margin: 0;
  margin-top: 0 !important;
  margin-top: 4px;
}
.discussionArea {
  width: 100%;
  height: 81px;
  font-size: 16px;
  overflow: auto;
  padding: 0px;
}
.discussionTags {
  width: 30%;
  color: #777;
  height: 22px;
  padding: 0;
  padding-left: 4px;
  margin: 0;
  margin-top: 0 !important;
  margin-top: 4px;
}
#tagsPanel {
  display: none;
}
#titleInput {
  font-size: 14px;
}
label.actionlabel {
  margin-right: 10px;
  margin-left: 10px;
}
div.boardmetaitems {
  display: none;
}
a.button {
  color: #ffffff;
}
a.button.action_call {
  color: #7f7f7f;
}
.soa-control-cm-legals-file-manager .docpanel {
  display: none;
}
.rtitle_wrap .soa-ui-cm-icon.soa-ui-cm-icon-lock:before {
  background-position: -6px -1229px;
}
.soa-ui-cm-code-element {
  background-color: #FCF6DB;
  border: 1px solid #E5E0C6;
  font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  padding: 10px;
  width: 97%;
}
#publicProfileFormDiv p,
.commentfieldset > p,
.comment_fake,
.comment_buttons,
p.extra_actions,
.confirm_actions,
.forgotPassword p {
  padding-bottom: 16px;
}
/*Custom Dashboard styles*/
.soa-ui-cm-clearing {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
/*.soa-ui-cm-widget-manager-container{
  .soa-ui-cm-widgets-container {
  .soa-ui-cm-widget {
    position: relative;
    overflow: hidden;
    height: 300px;
    &:hover {
      .soa-ui-cm-buttons {
        display: block;
      }
    }
    .soa-ui-cm-widget-header {
      display: table-row;
      height: 20px;
      &:hover {
        cursor: move;
      }
      .soa-ui-cm-widget-title {
        padding: 5px;
      }
    }
    .soa-ui-cm-widget-wrapper {
      display : table;
      height : 100%;
      width : 100%;


      .soa-ui-cm-widget-content {
        display: table-row;
        .soa-ui-cm-items {
          padding: 5px 10px 0;
          height: auto;
          .soa-ui-cm-item {
            .soa-ui-cm-section-header {
              padding-bottom: 5px;
              .soa-ui-cm-item-title {
                width: 150px;
                display: block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 13px;
              }
              strong {
                font-size: 11px;
                float: right;
                font-weight: bold;
                color: #666;
              }
            }
            .soa-ui-cm-section-paragraph {
                color: #999;
                width: 230px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
              }
             &:first-child {
              border-top: none;
            }
          }
        }
    }
      .soa-ui-cm-list {
        padding: 0 5px;
        .soa-ui-cm-list-item-with-image {
          padding: 5px;
          &:after {
            .soa-ui-cm-clearing;
          }
          &.soa-ui-cm-table-symbols {
            .soa-ui-cm-icon-imgtxt {
              float: left;
              height: 25px;
              line-height: 25px;
              margin-right: 10px;
              width: 25px;
              padding-left: 0;
              &.soa-ui-cm-icon-error-symbol {
                 background-position: 0 -1142px;
              }
            }
          }
          .soa-ui-cm-icon-imgtxt {
            padding-bottom: 10px;
            margin-top: 5px;
          }
        }
        .soa-ui-cm-details {
          .soa-ui-cm-section {
              padding-bottom: 0;
             .soa-ui-cm-detail-header {
                width: 200px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                padding-bottom: 5px;
             }
          }
        }
      }

      .soa-ui-cm-view-all {
        position: relative;
        float: right;
        bottom: 5px;
        right: 10px;
      }
      .soa-ui-cm-chart-exportbutton {
        padding-top: 5px;
      }
    }
  }
}

}
*/
#addModifyConnectionPageOne,
#addModifyConnectionPageTwo,
#addModifyConnectionPageThree {
  display: block;
  position: relative;
}
.addModifyConnectionContent {
  float: left;
  width: 100%;
}
/* .addModifyConnectionTitle
{
	background-color:		#fff;
	color:					#2683B4;
	font-size:				17px;
	font-weight:			bold;
	float:					left;
	padding: 6px 12px 6px 0;
} */
.center {
  text-align: center;
}
#legalHeaderTitles {
  float: left;
}
/* .legalTitle
{
	float:					left;
	background-color:		#fff;
	margin:					0 4px 0 4px;
	padding:				6px 12px 6px 12px;
	color:					#2683B4;
	font-size:				17px;
	font-weight:			bold;
	cursor:					pointer;
} */
/* .legalTitleOn
{
	background-color:		#eceded;
	padding: 6px 12px 6px 12px;
} */
.tickPlaceholder {
  float: right;
  width: 16px;
  height: 16px;
  padding-left: 5px;
}
.legalTitleAccepted {
  background-image: url(/atmosphere/resources/images/silkicons/tick.png);
  background-repeat: no-repeat;
  background-position: right center;
}
#legalContentPages {
  clear: both;
}
.legalContent {
  background-color: #eceded;
  float: left;
  padding: 6px;
  display: none;
  height: 300px;
  overflow: hidden;
  margin-bottom: 8px;
  width: 100%;
}
.legalContentOn {
  display: block;
}
/* .legalAccept, .legalDecline
{
	background-color:		#fff;
	color:					#2683B4;
	font-size:				12px;
	font-weight:			bold;
	border:					1px solid #eceded;
	float:					left;
	margin-left:			10px;
} */
div.addModifyConnection_environment {
  width: 250px;
}
.licenses-selection-options li {
  padding-bottom: 10px;
}
/* .licenses-selection-options li label {
	font-weight: bold;
	color: #2683B4;
	margin-left: 5px;
} */
.licenses-selection-options .gentitle {
  padding: 5px 0 0 20px;
}
.licenses-selection-options .selection-description {
  font-weight: bold;
  padding: 5px 0 20px;
  border-bottom: 1px solid #2683B4;
  margin-left: 22px;
}
.licenses-selection-options .stdtbl {
  margin-left: 20px;
  width: 852px;
  table-layout: fixed;
}
.licenses-selection-options .stdtbl .connection-license-name {
  width: 210px;
  overflow: hidden;
}
.licenses-selection-options .stdtbl .connection-license-description {
  width: 449px;
  overflow: hidden;
}
.licenses-selection-options .stdtbl td {
  vertical-align: top;
}
.licenses-selection-options .stdtbl .connection-license-name input[type="checkbox"] {
  display: block;
  float: left;
  margin-top: 4px;
}
.licenses-selection-options .stdtbl .connection-license-name span {
  display: inline-block;
  padding-left: 5px;
  width: 220px;
  word-wrap: break-word;
}
.licenses-selection-options .stdtbl .connection-license-name span.soa-ui-cm-icon-lock {
  width: 14px;
}
.license-description {
  padding-bottom: 0;
  word-wrap: break-word;
}
/* .license-description .toggle-license-meta {
	float: right;
	color: #2683B4;
	cursor: pointer;
} */
.licenses-list-container {
  display: none;
  padding-top: 5px;
}
.licenses-list-container .details-list {
  background-color: /*#FFFBC4*/ #f9f9f9;
  padding: 5px 0;
}
.licenses-list-container .details-label {
  float: left;
  width: 60px;
  font-weight: normal;
  color: #000;
  margin: 0;
}
.licenses-list-container ul li {
  padding-bottom: 5px;
}
/* License Monitor Widget Style
 --------------------------------*/
.soa-ui-cm-license-charts-container div.report_chart,
.soa-ui-cm-api-monitor-overview-container .soa-ui-cm-report-chart,
.soa-ui-cm-app-monitor-overview-container .soa-ui-cm-report-chart {
  height: 370px;
  margin: 0 0 10px 0;
  border: 1px solid #CFD6D4;
}
.soa-ui-cm-license-charts-container .empty_report_chart {
  text-align: center;
  line-height: 370px;
}
.soa-ui-cm-api-monitor-overview-container .soa-ui-cm-report-chart,
.soa-ui-cm-app-monitor-overview-container .soa-ui-cm-report-chart {
  height: 400px;
}
.soa-ui-cm-api-monitor-overview-container .soa-ui-cm-empty-report-chart,
.soa-ui-cm-app-monitor-overview-container .soa-ui-cm-empty-report-chart {
  border: 1px solid #CFD6D4;
  height: 400px;
  line-height: 400px;
  text-align: center;
}
/* Signup Security Question Screen
------------------------------------*/
.soa-ui-cm-signup-validate-security-question {
  line-height: 24px;
}
/***** contracts *******/
.soa-ui-cm-draft-contract {
  border-top: 1px solid #eaeaeb;
  margin-top: 10px;
  padding-top: 10px;
}
.soa-ui-cm-draft-contract:first-child {
  border-width: 0;
  margin: 0;
  padding: 0;
}
.no-margin {
  margin: 0;
}
/***** ckdocument *****/
.editor_saved_title {
  display: none;
  padding-left: 20px;
  font-weight: bold;
  color: #090;
}
.edit_panel_container {
  display: none;
  padding: 10px;
  position: absolute;
  z-index: 10;
}
.editor_saved_title {
  padding: 10px;
  position: absolute;
  padding-left: 80px;
}
#app_details_left {
  width: 125px;
}
#groupdetailssection.soa-ui-cm-content-body {
  padding-left: 90px;
}
#oAuthProviderForm div.formsep .soa-cm-ui-client-restrictions-settings-list li {
  padding-top: 7px;
}
#oAuthProviderForm div.formsep .soa-cm-ui-client-restrictions-settings-list label {
  float: none;
  display: inline;
  font-weight: 400;
}
/****************** end supplement.less ************/