
/**
 * @file
 * Generic theme-independent base styles.
 */

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list 
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
  zoom: 1; /* IE7 *//*
}
/*Animated throbber */
html.js input.form-autocomplete {
  
  background-position: 100% center; /* LTR */
  background-repeat: no-repeat;
}
html.js input.throbbing {
  
  background-position: 100% center; /* LTR */
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}
html.js fieldset.collapsed .fieldset-wrapper {
  display: none;
}
fieldset.collapsible {
  position: relative;
}
fieldset.collapsible .fieldset-legend {
  display: block;
}

/**
 * Resizable textareas.
 *
 * @see textarea.js
 */
.form-textarea-wrapper textarea {
  display: block;
  margin: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.resizable-textarea .grippie {
  
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
body.drag {
  cursor: move;
}
.draggable a.tabledrag-handle {
  cursor: move;
  float: left; /* LTR */
  height: 1.7em;
  margin-left: -1em; /* LTR */
  overflow: hidden;
  text-decoration: none;
}
a.tabledrag-handle:hover {
  text-decoration: none;
}
a.tabledrag-handle .handle {

  height: 13px;
  margin: -0.4em 0.5em; /* LTR */
  padding: 0.42em 0.5em; /* LTR */
  width: 13px;
}
a.tabledrag-handle-hover .handle {
  background-position: 6px -11px;
}
div.indentation {
  float: left; /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
  padding: 0.42em 0 0.42em 0.6em; /* LTR */
  width: 20px;
}
div.tree-child {

}
div.tree-child-last {
  
}
div.tree-child-horizontal {

}
.tabledrag-toggle-weight-wrapper {
  text-align: right; /* LTR */
}

/**
 * TableHeader behavior.
 *
 * @see tableheader.js
 */
table.sticky-header {
  background-color: #fff;
  margin-top: 0;
}

/**
 * Progress behavior.
 *
 * @see progress.js
 */
/* Bar */
.progress .bar {
  background-color: #fff;
  border: 1px solid;
}
.progress .filled {
  background-color: #000;
  height: 1.5em;
  width: 5px;
}
.progress .percentage {
  float: right; /* LTR */
}
/* Throbber */
.ajax-progress {
  display: inline-block;
}
.ajax-progress .throbber {
  
  float: left; /* LTR */
  height: 15px;
  margin: 2px;
  width: 15px;
}
.ajax-progress .message {
  padding-left: 20px;
}
tr .ajax-progress .throbber {
  margin: 0 2px;
}
.ajax-progress-bar {
  width: 16em;
}

/**
 * Inline items.
 */
.container-inline div,
.container-inline label {
  display: inline;
}
/* Fieldset contents always need to be rendered as block. */
.container-inline .fieldset-wrapper {
  display: block;
}

/**
 * Prevent text wrapping.
 */
.nowrap {
  white-space: nowrap;
}

/**
 * For anything you want to hide on page load when JS is enabled, so
 * that you can use the JS to control visibility and avoid flicker.
 */
html.js .js-hide {
  display: none;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

/**
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}

/**
 * Markup free clearing.
 *
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* IE6 */
* html .clearfix {
  height: 1%;
}
/* IE7 */
*:first-child + html .clearfix {
  min-height: 1%;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('clientlib-all/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('clientlib-all/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('clientlib-all/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('clientlib-all/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('clientlib-all/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('clientlib-all/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}

/**
 * @file
 * Main stylesheet for Date module.
 */

/* Force start/end dates to float using inline-block, where it works, otherwise inline. */
.container-inline-date {
  clear: both;
}
.container-inline-date .form-item {
  float: none;
  margin: 0;
  padding: 0;
}
.container-inline-date > .form-item {
  display: inline-block;
  margin-right: 0.5em; /* LTR */
  vertical-align: top;
}
fieldset.date-combo .container-inline-date > .form-item {
  margin-bottom: 10px;
}
.container-inline-date .form-item .form-item {
  float: left; /* LTR */
}
.container-inline-date .form-item,
.container-inline-date .form-item input {
  width: auto;
}
.container-inline-date .description {
  clear: both;
}

.container-inline-date .form-item input,
.container-inline-date .form-item select,
.container-inline-date .form-item option {
  margin-right: 5px; /* LTR */
}

.container-inline-date .date-spacer {
  margin-left: -5px; /* LTR */
}

.views-right-60 .container-inline-date div {
  margin: 0;
  padding: 0;
}

.container-inline-date .date-timezone .form-item {
  clear: both;
  float: none;
  width: auto;
}

/* The exposed Views form doesn't need some of these styles */
.container-inline-date .date-padding {
  float: left;
}
fieldset.date-combo .container-inline-date .date-padding {
  padding: 10px;
}
.views-exposed-form .container-inline-date .date-padding {
  padding: 0;
}

/* Fixes for date popup css so it will behave in Drupal */
#calendar_div,
#calendar_div td,
#calendar_div th {
  margin: 0;
  padding: 0;
}
#calendar_div,
.calendar_control,
.calendar_links,
.calendar_header,
.calendar {
  border-collapse: separate;
  margin: 0;
  width: 185px;
}

.calendar td {
  padding: 0;
}

/* formatting for start/end dates in nodes and views */
span.date-display-single {
}
span.date-display-start {
}
span.date-display-end {
}

.date-prefix-inline {
  display: inline-block;
}

.date-clear {
  clear: both;
  display: block;
  float: none;
}

.date-no-float {
  clear: both;
  float: none;
  width: 98%;
}

.date-float {
  clear: none;
  float: left;
  width: auto;
}

/* Add space between date option checkboxes ('All day' & 'Collect End Date') */
.date-float .form-type-checkbox{
  padding-right: 1em;
}

/* Add space between the date and time portions of the date_select widget. */
.form-type-date-select .form-type-select[class*=hour] {
  margin-left: .75em; /* LTR */
}

.date-container .date-format-delete {
  float: left;
  margin-top: 1.8em;
  margin-left: 1.5em;
}
.date-container .date-format-name {
  float: left;
}
.date-container .date-format-type {
  float: left;
  padding-left: 10px;
}

.date-container .select-container {
  clear: left;
  float: left;
}

/* Calendar day css */
div.date-calendar-day {
  background: #F3F3F3;
  border-top: 1px solid #EEE;
  border-left: 1px solid #EEE;
  border-right: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
  color: #999;
  float: left;
  line-height: 1;
  margin: 6px 10px 0 0;
  text-align: center;
  width: 40px;
}

div.date-calendar-day span {
  display: block;
  text-align: center;
}
div.date-calendar-day span.month {
  background-color: #B5BEBE;
  color: white;
  font-size: .9em;
  padding: 2px;
  text-transform: uppercase;
}
div.date-calendar-day span.day {
  font-size: 2em;
  font-weight: bold;
}
div.date-calendar-day span.year {
  font-size: .9em;
  padding: 2px;
}

.date-form-element-content-multiline {
  padding: 10px;
  border: 1px solid #CCC;
}
/* Admin styling */
.form-item.form-item-instance-widget-settings-input-format-custom,
.form-item.form-item-field-settings-enddate-required {
  margin-left: 1.3em;
}

#edit-field-settings-granularity .form-type-checkbox {
  margin-right: .6em; /* LTR */
}

.date-year-range-select {
  margin-right: 1em;
}

#ui-datepicker-div {
font-size: 100%;
font-family: Verdana, sans-serif;
background: #eee;
border-right:2px #666 solid;
border-bottom:2px #666 solid;
z-index: 9999;
}

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

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

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

.ctools-locked {
  color: red;
  border: 1px solid red;
  padding: 1em;
}

.ctools-owns-lock {
  background: #FFFFDD none repeat scroll 0 0;
  border: 1px solid #F0C020;
  padding: 1em;
}

a.ctools-ajaxing,
input.ctools-ajaxing,
button.ctools-ajaxing,
select.ctools-ajaxing {
  padding-right: 18px !important;

}

div.ctools-ajaxing {
  float: left;
  width: 18px;

}
/* Helvetica Neue - Light */

@font-face {
    font-family: 'Helvetica Neue';
    src: url(clientlib-all/fonts/helveticaneuecyr-light-webfont.woff2) format('woff2'), url(clientlib-all/fonts/helveticaneuecyr-light-webfont.woff) format('woff'), url(clientlib-all/fonts/helveticaneuecyr-light-webfont.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}


/* Helvetica Neue - Roman */

@font-face {
    font-family: 'Helvetica Neue';
    src: url(clientlib-all/fonts/helveticaneuecyr-roman-webfont.woff2) format('woff2'), url(clientlib-all/fonts/helveticaneuecyr-roman-webfont.woff) format('woff'), url(clientlib-all/fonts/helveticaneuecyr-roman-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}


/* Helvetica Neue - Medium */

@font-face {
    font-family: 'Helvetica Neue';
    src: url(clientlib-all/fonts/helveticaneuecyr-medium-webfont.woff2) format('woff2'), url(clientlib-all/fonts/helveticaneuecyr-medium-webfont.woff) format('woff'), url(clientlib-all/fonts/helveticaneuecyr-medium-webfont.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}


/* Helvetica Neue - Bold */

@font-face {
    font-family: 'Helvetica Neue';
    src: url(clientlib-all/fonts/helveticaneuecyr-bold-webfont.woff2) format('woff2'), url(clientlib-all/fonts/helveticaneuecyr-bold-webfont.woff) format('woff'), url(clientlib-all/fonts/helveticaneuecyr-bold-webfont.ttf) format('truetype');
    font-weight: 600;
    font-style: normal
}


/* Helvetica Neue - Heavy */

@font-face {
    font-family: 'Helvetica Neue';
    src: url(clientlib-all/fonts/helveticaneuecyr-heavy-webfont.woff2) format('woff2'), url(clientlib-all/fonts/helveticaneuecyr-heavy-webfont.woff) format('woff'), url(clientlib-all/fonts/helveticaneuecyr-heavy-webfont.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}



/* Reset CSS */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a {
    text-decoration: none;
    color: #cf4520;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all
}

a:focus {
    outline: none/*thin dotted*/
}

input:focus {
    outline: none/*thin dotted*/
}

a:hover,
a:active {
    outline: 0;
    color: #000;
    text-decoration: underline
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300
}

b,
strong,
dt,
th {
    font-weight: 500
}

em,
i {
    font-style: italic
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dd,
table,
fieldset,
address {
    margin: 0;
    padding: 0
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

figure {
    margin: 0
}

legend {
    white-space: normal
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 65%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    empty-cells: show;
    border: none
}

table table {
    margin: 0
}

th,
td {
    border: none;
    padding: 8px 10px
}

ul,
ol {
    list-style: none
}


/* Bootstrap V4 Beta Grid */

@-ms-viewport {
    width: device-width
}

html {
    -ms-overflow-style: scrollbar
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    max-width: 1200px;
    min-width: 320px
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    min-width: 320px
}

.row,
.row-fluid 
 {
    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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

@media (min-width:320px) {
    .col-xs {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }


    .order-xs-6 {
        -ms-flex-order: 6;
        order: 6
    }
}    
@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    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-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        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-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        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-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        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-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -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
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-1 {
    margin: 0.25rem !important
}

.mt-1 {
    margin-top: 0.25rem !important
}

.mr-1 {
    margin-right: 0.25rem !important
}

.mb-1 {
    margin-bottom: 0.25rem !important
}

.ml-1 {
    margin-left: 0.25rem !important
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important
}

.m-2 {
    margin: 0.5rem !important
}

.mt-2 {
    margin-top: 0.5rem !important
}

.mr-2 {
    margin-right: 0.5rem !important
}

.mb-2 {
    margin-bottom: 0.5rem !important
}

.ml-2 {
    margin-left: 0.5rem !important
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.ml-4 {
    margin-left: 1.5rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mr-5 {
    margin-right: 3rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.ml-5 {
    margin-left: 3rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-1 {
    padding: 0.25rem !important
}

.pt-1 {
    padding-top: 0.25rem !important
}

.pr-1 {
    padding-right: 0.25rem !important
}

.pb-1 {
    padding-bottom: 0.25rem !important
}

.pl-1 {
    padding-left: 0.25rem !important
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important
}

.p-2 {
    padding: 0.5rem !important
}

.pt-2 {
    padding-top: 0.5rem !important
}

.pr-2 {
    padding-right: 0.5rem !important
}

.pb-2 {
    padding-bottom: 0.5rem !important
}

.pl-2 {
    padding-left: 0.5rem !important
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pr-3 {
    padding-right: 1rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pl-3 {
    padding-left: 1rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pr-4 {
    padding-right: 1.5rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pl-4 {
    padding-left: 1.5rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pr-5 {
    padding-right: 3rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.pl-5 {
    padding-left: 3rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ml-auto {
    margin-left: auto !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0 {
        margin-left: 0 !important
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-sm-1 {
        margin: 0.25rem !important
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important
    }
    .mr-sm-1 {
        margin-right: 0.25rem !important
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important
    }
    .ml-sm-1 {
        margin-left: 0.25rem !important
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .m-sm-2 {
        margin: 0.5rem !important
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important
    }
    .mr-sm-2 {
        margin-right: 0.5rem !important
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important
    }
    .ml-sm-2 {
        margin-left: 0.5rem !important
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3 {
        margin-left: 1rem !important
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4 {
        margin-left: 1.5rem !important
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5 {
        margin-left: 3rem !important
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0 {
        padding-left: 0 !important
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-sm-1 {
        padding: 0.25rem !important
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important
    }
    .pr-sm-1 {
        padding-right: 0.25rem !important
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important
    }
    .pl-sm-1 {
        padding-left: 0.25rem !important
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .p-sm-2 {
        padding: 0.5rem !important
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important
    }
    .pr-sm-2 {
        padding-right: 0.5rem !important
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important
    }
    .pl-sm-2 {
        padding-left: 0.5rem !important
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3 {
        padding-left: 1rem !important
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4 {
        padding-left: 1.5rem !important
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5 {
        padding-left: 3rem !important
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto {
        margin-left: auto !important
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0 {
        margin-left: 0 !important
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-md-1 {
        margin: 0.25rem !important
    }
    .mt-md-1 {
        margin-top: 0.25rem !important
    }
    .mr-md-1 {
        margin-right: 0.25rem !important
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important
    }
    .ml-md-1 {
        margin-left: 0.25rem !important
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .m-md-2 {
        margin: 0.5rem !important
    }
    .mt-md-2 {
        margin-top: 0.5rem !important
    }
    .mr-md-2 {
        margin-right: 0.5rem !important
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important
    }
    .ml-md-2 {
        margin-left: 0.5rem !important
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3 {
        margin-left: 1rem !important
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4 {
        margin-left: 1.5rem !important
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5 {
        margin-left: 3rem !important
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0 {
        padding-left: 0 !important
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-md-1 {
        padding: 0.25rem !important
    }
    .pt-md-1 {
        padding-top: 0.25rem !important
    }
    .pr-md-1 {
        padding-right: 0.25rem !important
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important
    }
    .pl-md-1 {
        padding-left: 0.25rem !important
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .p-md-2 {
        padding: 0.5rem !important
    }
    .pt-md-2 {
        padding-top: 0.5rem !important
    }
    .pr-md-2 {
        padding-right: 0.5rem !important
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important
    }
    .pl-md-2 {
        padding-left: 0.5rem !important
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3 {
        padding-left: 1rem !important
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4 {
        padding-left: 1.5rem !important
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5 {
        padding-left: 3rem !important
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto {
        margin-left: auto !important
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0 {
        margin-left: 0 !important
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-lg-1 {
        margin: 0.25rem !important
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important
    }
    .mr-lg-1 {
        margin-right: 0.25rem !important
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important
    }
    .ml-lg-1 {
        margin-left: 0.25rem !important
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .m-lg-2 {
        margin: 0.5rem !important
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important
    }
    .mr-lg-2 {
        margin-right: 0.5rem !important
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important
    }
    .ml-lg-2 {
        margin-left: 0.5rem !important
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3 {
        margin-left: 1rem !important
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4 {
        margin-left: 1.5rem !important
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5 {
        margin-left: 3rem !important
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0 {
        padding-left: 0 !important
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-lg-1 {
        padding: 0.25rem !important
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important
    }
    .pr-lg-1 {
        padding-right: 0.25rem !important
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important
    }
    .pl-lg-1 {
        padding-left: 0.25rem !important
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .p-lg-2 {
        padding: 0.5rem !important
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important
    }
    .pr-lg-2 {
        padding-right: 0.5rem !important
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important
    }
    .pl-lg-2 {
        padding-left: 0.5rem !important
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3 {
        padding-left: 1rem !important
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4 {
        padding-left: 1.5rem !important
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5 {
        padding-left: 3rem !important
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto {
        margin-left: auto !important
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0 {
        margin-left: 0 !important
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-xl-1 {
        margin: 0.25rem !important
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important
    }
    .mr-xl-1 {
        margin-right: 0.25rem !important
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important
    }
    .ml-xl-1 {
        margin-left: 0.25rem !important
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .m-xl-2 {
        margin: 0.5rem !important
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important
    }
    .mr-xl-2 {
        margin-right: 0.5rem !important
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important
    }
    .ml-xl-2 {
        margin-left: 0.5rem !important
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3 {
        margin-left: 1rem !important
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4 {
        margin-left: 1.5rem !important
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5 {
        margin-left: 3rem !important
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0 {
        padding-left: 0 !important
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-xl-1 {
        padding: 0.25rem !important
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important
    }
    .pr-xl-1 {
        padding-right: 0.25rem !important
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important
    }
    .pl-xl-1 {
        padding-left: 0.25rem !important
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .p-xl-2 {
        padding: 0.5rem !important
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important
    }
    .pr-xl-2 {
        padding-right: 0.5rem !important
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important
    }
    .pl-xl-2 {
        padding-left: 0.5rem !important
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3 {
        padding-left: 1rem !important
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4 {
        padding-left: 1.5rem !important
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5 {
        padding-left: 3rem !important
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto {
        margin-left: auto !important
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    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) {
    .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) {
    .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) {
    .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) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

.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
}


/* Common Classes */

body,
button,
input,
select,
textarea {
    color: #000000;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400
}

body {
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.125em/*18px*/
    ;
    line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.3
}

h2 {
    font-size: 2.222em/*40px*/
}

h3 {
    font-size: 1.778em/*32px*/
}

.font12 {
    font-size: 0.667em/*12px*/
}

.font13 {
    font-size: 0.722em/*13px*/
}

.font14 {
    font-size: 0.778em/*14px*/
}

.font18 {
    font-size: 1.000em/*18px*/
}

.font20 {
    font-size: 1.111em/*20px*/
}

.font24 {
    font-size: 1.333em/*24px*/
}

.font28 {
    font-size: 1.556em/*28px*/
}

.font30 {
    font-size: 1.875em/*30px*/
}

.font48 {
    font-size: 2.667em/*48px*/
    ;
}

.font60 {
    font-size: 3.333em/*60px*/
}

.font72 {
    font-size: 4em/*72px*/
}

.font88 {
    font-size: 4.889em/*88px*/
    ;
    line-height: 1em
}

.font112 {
    font-size: 6.222em/*112px*/
    ;
    line-height: 1em
}

.font100p {
    font-size: 100%
}


/* Image Formating & Alignment */

.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.hw32 {
    height: 32px;
    width: 32px;
    line-height: 32px;
}


/* Text Alignment / Transform */

.textUppercase {
    text-transform: uppercase
}

.lhNormal {
    line-height: normal
}


/* Input Fields */

input {
    -webkit-appearance: none
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
    border: 1px solid #cfcdcd;
    width: 100%;
    height: 42px;
    line-height: 32px;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 100%
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    height: 100px;
    max-width: 100%;
    min-width: 100%;
    max-height: 500px;
    min-height: 90px
}

input[type="submit"],
input[type="button"],
input[type="reset"],
button {
    border: none;
    cursor: pointer;
    line-height: 1.5;
    /*font-size:100%*/
}

select {
    color: #b5b5b5;
    padding: 5px 6px
}

option {
    color: #000
}

option:first-child {
    color: #b5b5b5
}

optgroup {
    color: #000
}

optgroup option:first-child {
    color: #000
}

input:disabled,
button:disabled,
textarea:disabled,
select:disabled {
    opacity: 0.5;
    background-color: transparent
}


/* Placeholder Colors */

.placeHolder::-webkit-input-placeholder {
    color: #b5b5b5
}

.placeHolder::-moz-placeholder {
    color: #b5b5b5;
    opacity: 1
}

.placeHolder:-ms-input-placeholder {
    color: #b5b5b5
}

.placeHolder:-moz-placeholder {
    color: #b5b5b5
}


/* Font Weight / Size / Color */

.fontLight {
    font-weight: 300
}

.fontRoman {
    font-weight: 400
}

.fontMedium {
    font-weight: 500
}

.fontBold {
    font-weight: 600
}

.fontHeavy {
    font-weight: 700
}

.fontGray {
    color: #707070
}

.fontDarkGray {
    color: #252525
}

.fontLightGray {
    color: #b5b5b5
}

.fontBlack {
    color: #000000
}

.fontWhite {
    color: #FFFFFF
}

.fontOrange {
    color: #f36e24
}

.fontDarkOrange {
    color: #cf4520
}

.fontYellow {
    color: #ffd100
}

.fontBlue {
    color: #001489
}


/* Background Colors */

.bgYellow {
    background-color: #ffd100
}

.bgGray {
    background-color: #dddddd
}

.bgLightGray {
    background-color: #f2f2f2
}

.bgDarkGray {
    background-color: #252525
}

.bgBlue {
    background-color: #001489
}

.bgWhite {
    background-color: #FFFFFF
}

.bgDarkOrange {
    background-color: #cf4520
}


/* Banner Common */

.page_banner_wrp {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}


/* Clear Floats */

.cf:before,
.cf:after,
.container:before,
.container:after,
ul:before,
ul:after,
.radioList:after,
.radioList:before {
    content: " ";
    display: table
}

.cf:after,
.container:after,
ul:after,
.radioList:after {
    clear: both
}


/* Vertical Align */

.verMiddle {
    vertical-align: middle
}

.verTextTop {
    vertical-align: text-top
}


/* Position Classes */

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.top0 {
    top: 0
}


/* Button Hover Animation */

.hoverType1:hover {
    background-color: #cf4520;
    color: #fff;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
    text-decoration: none
}

.hoverType2:hover {
    background-color: #252525 !important;
    color: #ffd100;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
    text-decoration: none
}

.textDecorationNone:hover {
    text-decoration: none
}

.pdfButton svg {
    fill: #000
}

.pdfButton:hover svg {
    fill: #fff
}


/* Border CSS */

.borderYellow {
    border-style: solid;
    border-color: #FFD100;
    border-width: 0
}

.borderGrey {
    border-style: solid;
    border-color: #f2f2f2;
    border-width: 0
}

.borderDarkGrey {
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 0
}

.borderHeavyGrey {
    border-style: solid;
    border-color: #a0a0a0;
    border-width: 0
}

.borderWhite {
    border-style: solid;
    border-color: #ffffff;
    border-width: 0
}

.borderBlack {
    border-style: solid;
    border-color: #000000;
    border-width: 0
}

.borderDarkOrange {
    border-style: solid;
    border-color: #cf4520;
    border-width: 0
}

.borderWhite {
    border-style: solid;
    border-color: #ffffff;
    border-width: 0
}

.borderBottom {
    border-bottom-width: 1px
}

.borderRight {
    border-right-width: 1px
}

.borderLeft {
    border-left-width: 1px
}

.borderTop {
    border-top-width: 1px
}

.borderBottom2 {
    border-bottom-width: 2px
}

.borderRight2 {
    border-right-width: 2px
}

.borderLeft2 {
    border-left-width: 2px
}

.borderTop2 {
    border-top-width: 2px
}

.border2 {
    border-width: 2px
}

.border4 {
    border-width: 4px
}

.border5 {
    border-width: 5px
}


/* Bullet Listing */

.yellowBullets {
    list-style: none
}

.yellowBullets li {
    padding-left: 25px;
    position: relative;
    padding-bottom: 10px
}

.yellowBullets li:before {
    content: '\2022';
    color: #ffd100;
    font-size: 35px;
    line-height: 15px;
    position: absolute;
    left: 0;
    top: 8px
}

.yellowBullets2 li {
    padding-left: 35px;
    position: relative;
    padding-bottom: 10px
}

.yellowBullets2 li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    height: 13px;
    width: 13px;
    background-color: #ffd100;
    border-radius: 50%;
    border: 1px solid #a0a0a0
}

.whiteBullets2 li {
    padding-left: 35px;
    position: relative;
    padding-bottom: 10px
}

.whiteBullets2 li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    height: 13px;
    width: 13px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #a0a0a0
}

.orangeBullets li {
    padding-left: 18px;
    position: relative;
    padding-bottom: 5px
}

.orangeBullets li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    height: 9px;
    width: 9px;
    background-color: #cf451f;
    border-radius: 50%
}

.blueBullets li {
    padding-left: 18px;
    position: relative;
    padding-bottom: 5px
}

.blueBullets li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    height: 9px;
    width: 9px;
    background-color: #092c74;
    border-radius: 50%
}


/*shadows*/

.txt-shadow {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}


/* z index */

.zi-1 {
    z-index: 1
}


/* Error message */

.form-item {
    position: relative
}

.error {
    /*color:#cf4520*/
}

.error-msg {
    color: #cf4520;
    position: absolute;
    left: 0;
    top: 42px
}

.error-msg-cb {
    color: #cf4520
}

a.gold {
    color: #ffd100
}

a.gold:hover {
    outline: 0;
    text-decoration: underline
}

a.linkOrange {
    color: #cf4520
}

a.linkOrange:hover {
    outline: 0;
    text-decoration: underline
}


/* Common Classes Ends */


/* Header */

#wrapper {
    padding-top: 121px
}


/* .hasSubMenu #wrapper {padding-top:162px} */

.logged-in #wrapper {
    padding-top: 0
}

.logged-in .hasSubMenu #wrapper {
    padding-top: 0
}

#header {
    padding: 28px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10
}

#header:after {
    content: '';
    background: #fff;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: -2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: -1
}

.hasSubMenu #header:after {
    height: 42px;
    bottom: -42px
}


/* Top Strip */

.topStrip {
    position: absolute;
    left: 350px;
    right: 220px;
    top: 0
}


/* Top Links */

.topLinks li {
    float: left;
    padding: 0 8px 0 9px;
    position: relative
}

.topStrip a:hover {
    text-decoration: underline;
    color: #cf4520
}

.topLinks li:first-child {
    padding-left: 0
}

.topLinks li:last-child {
    padding-right: 0
}

.topLinks li:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: auto;
    height: 14px;
    width: 1px;
    background: #252525;
    overflow: hidden;
    margin-top: -7px
}

.topLinks li:first-child:before {
    display: none
}


/* Top Search */

.topSearch {
    position: absolute;
    top: -45px;
    right: 0px;
    height: 30px;
    width: 30px
}

.topSearch input[type="text"] {
    display: inline-block;
    border: none;
    outline: none;
    padding-right: 30px;
    width: 0px;
    position: absolute;
    top: -5px;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
    height: 30px;
    line-height: 20px
}

.topSearch input[type="text"]:focus {
    width: 168px;
    z-index: 1;
    cursor: text;
    background-color: #fff
}

.topSearch input[type="submit"] {
    height: 30px;
    width: 30px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4yIiBiYXNlUHJvZmlsZT0idGlueSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQoJIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzYuM3B4IiBoZWlnaHQ9IjI5LjNweCIgdmlld0JveD0iMCAwIDM2LjMgMjkuMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSJub25lIiBkPSJNMTAuOSw0LjNDOC41LDUsNi41LDYuNSw1LjMsOC43Yy0xLjIsMi4yLTEuNiw0LjctMC45LDcuMWMxLjEsNC4xLDQuOCw2LjksOSw2LjljMC44LDAsMS42LTAuMSwyLjQtMC4zDQoJCWMyLjQtMC42LDQuNC0yLjIsNS43LTQuM2MxLjItMi4yLDEuNi00LjcsMC45LTcuMWMtMS4xLTQuMS00LjgtNi45LTktNi45QzEyLjUsNCwxMS43LDQuMSwxMC45LDQuM3oiLz4NCgk8cGF0aCBkPSJNOS45LDAuNUM2LjQsMS40LDMuNiwzLjYsMS44LDYuN0MwLDkuOC0wLjUsMTMuNCwwLjUsMTYuOGMxLjYsNS44LDYuOSw5LjksMTIuOSw5LjljMS4yLDAsMi4zLTAuMiwzLjUtMC41DQoJCWMyLjItMC42LDQuMi0xLjcsNS44LTMuM2wtMC44LTAuNWMtMS4xLTAuNy0xLjUtMi4xLTAuOC0zLjNjMC43LTEuMSwyLjEtMS41LDMuMy0wLjhsMS4yLDAuN2MxLjQtMi45LDEuNy02LjEsMC44LTkuMg0KCQlDMjQuNyw0LjEsMTkuNCwwLDEzLjMsMGgwQzEyLjIsMCwxMSwwLjIsOS45LDAuNXogTTIyLjQsMTAuOWMwLjYsMi40LDAuMyw0LjktMC45LDcuMWMtMS4yLDIuMi0zLjMsMy43LTUuNyw0LjMNCgkJYy0wLjgsMC4yLTEuNiwwLjMtMi40LDAuM2MtNC4yLDAtNy45LTIuOC05LTYuOUMzLjcsMTMuMyw0LDEwLjgsNS4zLDguN0M2LjUsNi41LDguNSw1LDEwLjksNC4zQzExLjcsNC4xLDEyLjUsNCwxMy4zLDQNCgkJQzE3LjYsNCwyMS4zLDYuOCwyMi40LDEwLjl6Ii8+DQoJPHBhdGggZD0iTTIxLDE5LjJjLTAuNywxLjEtMC4zLDIuNiwwLjgsMy4zbDAuOCwwLjVMMzIuNywyOWMxLjEsMC43LDIuNiwwLjMsMy4zLTAuOGMwLjctMS4xLDAuMy0yLjYtMC44LTMuM2wtOS43LTUuOWwtMS4yLTAuNw0KCQlDMjMuMSwxNy43LDIxLjYsMTguMSwyMSwxOS4yeiIvPg0KPC9nPg0KPC9zdmc+DQo=) center center no-repeat;
    background-size: 20px auto;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 2;
    cursor: pointer
}


/* Navigation */

.mainNavigation {
    margin: 0;
    position: absolute;
    left: 350px;
    right: 160px;
    bottom: 0;
    clear: both;
    z-index: 9999
}

.toggleMenu .mobileMenu {
    display: none
}

.toggleMenu {
    display: none;
    height: 32px;
    position: relative;
    text-decoration: none;
    width: 40px;
    text-align: center;
    line-height: 32px;
    background: #252525;
    overflow: visible;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.toggleMenu span.iconBar {
    /*this is the central line*/
    -webkit-transition: background 0.2s 0.5s;
    -moz-transition: background 0.2s 0.5s;
    transition: background 0.2s 0.5s;
    width: 22px;
    height: 2px;
    float: left;
    margin: 15px 0 0 9px;
    background-color: #ffd100;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative
}

.toggleMenu span.iconBar:before,
.toggleMenu span.iconBar:after {
    /*hamburger icon in CSS*/
    position: absolute;
    width: 22px;
    height: 2px;
    background-color: #ffd100;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.toggleMenu span.iconBar:before,
.toggleMenu span.iconBar:after {
    /*these are the upper and lower lines*/
    content: '';
    left: 0;
    -webkit-transition: -webkit-transform 0.2s 0.5s;
    -moz-transition: -moz-transform 0.2s 0.5s;
    transition: transform 0.2s 0.5s;
    -ms-transition: -ms-transform 0.2s 0.5s
}

.toggleMenu span.iconBar:before {
    bottom: 6px
}

.toggleMenu span.iconBar:after {
    top: 6px
}

.toggleMenu.active span.iconBar {
    /*hide line in the center*/
    background-color: transparent
}

.toggleMenu.active span.iconBar:before,
.toggleMenu.active span.iconBar:after {
    /*keep visible other 2 lines*/
    background-color: #ffd100
}

.toggleMenu.active span.iconBar:before {
    -webkit-transform: translateY(6px) rotate(-45deg);
    -moz-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    -o-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg)
}

.toggleMenu.active span.iconBar:after {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -moz-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg)
}

#nav {
    list-style: none;
    margin: 0;
    padding: 0
}

#nav>li:last-child {
    margin-right: 0
}

#nav>li {
    margin-right: 20px;
    float: left;
    position: relative
}

#nav>li>a {
    color: #252525;
    display: block;
    position: relative
}

#nav>li>a.active,
#nav>li>a:hover {
    color: #cf4520;
    text-decoration: none
}

#nav>li>a.active:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -21px;
    width: 42px;
    height: 16px;
    bottom: -29px;
    background: url(../../../../content/dam/adc/freestylelibreus/images/menu-arrow.svg) no-repeat center center / 42px auto
}

.parent ul li a:hover {
    text-decoration: none
}

.abbottLogo {
    top: 13px
}

@media (min-width:768px) {
    #nav ul,
    .menuIcon {
        display: none !important
    }
    #nav li.active ul {
        display: block !important
    }

    .parent ul {
        position: absolute;
        width: 768px;
        left: 50%;
        margin-left: -384px;
        top: 60px;
        display: block;
        text-align: center
    }
    .parent ul li {
        display: inline-block;
        padding: 0 16px
    }
    .parent ul li a {
        color: #a0a0a0;
        white-space: nowrap;
    }
    .parent ul li a.active,
    .parent ul li a:hover {
        color: #cf4520
    }

    /*.fixedHeader .parent ul {top:54px}*/
}

.signUp {
    position: absolute;
    right: 0;
    bottom: -5px
}


/* Sub Menu */

.isMenuActive #header {
    box-shadow: none
}



/* Sticky Header */

.fixedHeader header {
    padding: 10px 0 !important;
    top: -105px;
    position: fixed !important;
    animation: slide-down 0.7s
}

.fixedHeader header .topStrip {
    left: 200px
}

.fixedHeader header .logo {
    width: 162px
}

.fixedHeader header .logo a {
    display: block;
    background: url(../../../../content/dam/adc/freestylelibreus/images/logo-small.png) no-repeat 0 0;
    margin: 10px 0
}

.fixedHeader header .logo img {
    opacity: 0
}

.fixedHeader header .abbottLogo {
    width: 92px;
    top: 16px
}

.fixedHeader header .mainNavigation {
    bottom: 8px;
    left: 200px;
    right: 136px
}

.fixedHeader header .topSearch {
    position: absolute;
    top: 0;
    right: 112px
}

.fixedHeader header #nav a.active:before {
    bottom: -30px
}

.fixedHeader header .signUp {
    bottom: -8px
}

.fixedHeader header #nav a.active::before {
    bottom: -19px
}

.fixedHeader .parent ul {
    top: 50px
}


@-webkit-keyframes slide-down {
    0% {
        -webkit-transform: translateY(-105px);
        transform: translateY(-105px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        -webkit-transform: translateY(-105px);
        transform: translateY(-105px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slide-down2 {
    0% {
        -webkit-transform: translateY(-63px);
        transform: translateY(-63px)
    }
    100% {
        -webkit-transform: translateY(63px);
        transform: translateY(63px)
    }
}

@keyframes slide-down2 {
    0% {
        -webkit-transform: translateY(-63px);
        transform: translateY(-63px)
    }
    100% {
        -webkit-transform: translateY(63px);
        transform: translateY(63px)
    }
}


/* Index Slider */

.indexBanner {
    position: relative;
    min-width: 320px;
    /*min-height: 525px*/
}

.indexBanner .sliderBanner .item {
    /*max-height: 615px;*/
    overflow: hidden
}

.bannerTextOuter {
    position: absolute;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.bannerText {
    width: 423px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 65px
}

.bannerNote {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 450px;
    z-index: 2;
    left: 65px;
}


/*.sliderBanner .owl-nav {position:absolute; max-width:1260px; width:100%; margin:0 auto; top:0; bottom:0; left:0; right:0}*/

.slideWithNote .bannerText {
    /*width:310px;left:auto; right:65px;*/
    top: 42.5%;
}

.bannerImg img,
.bannerText img {
    width: 100%
}

.nowAvailable {
    position: absolute;
    right: 45px;
    top: 60%;
    transform: translateY(-50%);
    padding: 80px 40px 40px
}

.nowAvailableImg {
    position: absolute;
    top: -55%;
    left: 0;
    right: 0
}


/* Owl Carousel */

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-carousel .owl-nav [class*=owl-] {
    display: block;
    cursor: pointer;
    height: 42px;
    width: 42px;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    text-indent: -9999px
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    opacity: 1
}

.owl-carousel .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block
}

.owl-carousel .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 0 8px;
    background: #000;
    opacity: 0.3;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #fff
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #cf4520;
    opacity: 1;
    border-width: 2px
}

.owl-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%)
}

.owl-carousel .owl-prev {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4yIiBiYXNlUHJvZmlsZT0idGlueSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQoJIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjMuMDYzcHgiIGhlaWdodD0iNDEuMTcycHgiIHZpZXdCb3g9IjAgMCAyMy4wNjMgNDEuMTcyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiM5Njk2OTYiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjIxLjk5NywxLjA5NCANCgkxLjQ5OCwyMC40OSAyMS45OTcsNDAuMDcyIDIxLjk5Nyw0MC4wNzIgIi8+DQo8L3N2Zz4NCg==) center center no-repeat;
    background-size: 24px auto;
    left: 10px
}

.owl-carousel .owl-next {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4yIiBiYXNlUHJvZmlsZT0idGlueSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQoJIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjMuMDYzcHgiIGhlaWdodD0iNDEuMTcycHgiIHZpZXdCb3g9IjAgMCAyMy4wNjMgNDEuMTcyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiM5Njk2OTYiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjEuMDYzLDEuMTA5IA0KCTIxLjU2MiwyMC41MDUgMS4wNjMsNDAuMDg3IDEuMDYzLDQwLjA4NyAiLz4NCjwvc3ZnPg0K) center center no-repeat;
    background-size: 24px auto;
    right: 10px
}


/* Libre Benefits Video */

.libreBenefit {
    height: 620px;
    overflow: hidden;
    min-width: 320px
}

.video-overlay-img {
    background: url(../../../../content/dam/adc/freestylelibreus/images/video-poster.jpg) bottom left no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1
}

.video-overlay-bg {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    bottom: 0
}

.video-overlay-bg-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.arrow110x110 {
    display: inline-block;
    width: 110px;
    height: 110px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4wLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSLzIwMDEvUkVDLVNWRy0yMDAxMDkwNC9EVEQvc3ZnMTAuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4wIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI0NS43NXB4IiBoZWlnaHQ9IjQ1Ljc1cHgiIHZpZXdCb3g9IjAgMCA0NS43NSA0NS43NSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDUuNzUgNDUuNzUiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGRlZnM+DQoJCTxyZWN0IGlkPSJTVkdJRF8xXyIgd2lkdGg9IjQ1Ljc1IiBoZWlnaHQ9IjQ1Ljc1Ii8+DQoJPC9kZWZzPg0KCTxjbGlwUGF0aCBpZD0iU1ZHSURfMl8iPg0KCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8+DQoJPC9jbGlwUGF0aD4NCgk8Y2lyY2xlIGNsaXAtcGF0aD0idXJsKCNTVkdJRF8yXykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBjeD0iMjIuODc1IiBjeT0iMjIuODc1IiByPSIyMi4zNzUiLz4NCgk8cGF0aCBjbGlwLXBhdGg9InVybCgjU1ZHSURfMl8pIiBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTM2LjM4MiwyMi44OA0KCQljMC4wMDUtMC4wMDMsMC4wMDUtMC4wMDcsMC0wLjAxbC0yMS4wMS0xMi4xM2MtMC4wMDUtMC4wMDMtMC4wMDktMC4wMDEtMC4wMDksMC4wMDV2MjQuMjZjMCwwLjAwNSwwLjAwNCwwLjAwNywwLjAwOSwwLjAwNQ0KCQlMMzYuMzgyLDIyLjg4eiIvPg0KPC9nPg0KPC9zdmc+DQo=);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 110px auto;
    transition: none;
    cursor: pointer;
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

.redArrow.arrow110x110 {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4wLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSLzIwMDEvUkVDLVNWRy0yMDAxMDkwNC9EVEQvc3ZnMTAuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4wIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI0NS43NXB4IiBoZWlnaHQ9IjQ1Ljc1cHgiIHZpZXdCb3g9IjAgMCA0NS43NSA0NS43NSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDUuNzUgNDUuNzUiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGRlZnM+DQoJCTxyZWN0IGlkPSJTVkdJRF8xXyIgd2lkdGg9IjQ1Ljc1IiBoZWlnaHQ9IjQ1Ljc1Ii8+DQoJPC9kZWZzPg0KCTxjbGlwUGF0aCBpZD0iU1ZHSURfMl8iPg0KCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8+DQoJPC9jbGlwUGF0aD4NCgk8Y2lyY2xlIGNsaXAtcGF0aD0idXJsKCNTVkdJRF8yXykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2NmNDUxZiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBjeD0iMjIuODc1IiBjeT0iMjIuODc1IiByPSIyMi4zNzUiLz4NCgk8cGF0aCBjbGlwLXBhdGg9InVybCgjU1ZHSURfMl8pIiBmaWxsPSJub25lIiBzdHJva2U9IiNjZjQ1MWYiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTM2LjM4MiwyMi44OA0KCQljMC4wMDUtMC4wMDMsMC4wMDUtMC4wMDcsMC0wLjAxbC0yMS4wMS0xMi4xM2MtMC4wMDUtMC4wMDMtMC4wMDktMC4wMDEtMC4wMDksMC4wMDV2MjQuMjZjMCwwLjAwNSwwLjAwNCwwLjAwNywwLjAwOSwwLjAwNQ0KCQlMMzYuMzgyLDIyLjg4eiIvPg0KPC9nPg0KPC9zdmc+DQo=);
    -webkit-filter: drop-shadow(0 0 3px #fff);
    filter: drop-shadow(0 0 3px #fff);
}

#player {
    height: 100%;
    width: 100%
}


/* Libre Benefits Video */

.preImg img {
    width: 100%;
    max-width: none
}


/* Social Icons */

.socialIcons {
    height: 30px;
    width: 30px;
    overflow: hidden
}

.socialIcons svg {
    width: 30px;
    height: 16px;
    margin-top: 7px;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all
}

.facebook:hover svg {
    fill: #3B5997
}

.twitter:hover svg {
    fill: #1DA1F3
}

.youtube:hover svg {
    fill: #D50D1A
}

.gmail:hover svg {
    fill: #D6492F
}

.instagram:hover svg path {
    fill: #c13584 !important;
}
/* Back to Top */

#backtotop {
    background: #505050 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMzA2IDMwNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzA2IDMwNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJrZXlib2FyZC1hcnJvdy11cCI+CgkJPHBvbHlnb24gcG9pbnRzPSIzNS43LDI0Ny4zNSAxNTMsMTMwLjA1IDI3MC4zLDI0Ny4zNSAzMDYsMjExLjY1IDE1Myw1OC42NSAwLDIxMS42NSAgICIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat 12px 12px;
    background-size: 15px auto;
    cursor: pointer;
    display: none;
    height: 40px;
    width: 40px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    bottom: 20px;
    text-indent: -99999px;
    z-index: 1;
    display: none;
    opacity: 0.3;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all
}

#backtotop:hover {
    opacity: 1;
    border-radius: 50%
}


/* Buying Guide Logo Carousel */


/*.retailPharamacies {}
.retailPharamacies .owl-stage {margin:0 auto}
.retailPharamacies a {height:68px; display:block}
.retailPharamacies a img {height:68px; margin:0 auto}*/


/* Inner Banner */

.innerBanner {
    /*max-height: 615px;*/
    overflow: hidden;
    position: relative
}

.innerBanner img {
    width: 100%
}


/*.tryOurConvenient .bannerText img{ max-width:370px}*/


/* pager */

.pager {
    text-align: center
}

.pager li {
    margin: 0 3px
}

.pager li.pager-current {
    height: 42px;
    width: 42px;
    line-height: 40px;
    border: 1px solid #252525;
    color: #252525;
    border-radius: 3px;
    text-align: center;
    display: inline-block
}

.pager li a {
    display: block
}

.pager li.pager-item {
    height: 42px;
    width: 42px;
    line-height: 40px;
    border: 1px solid #cf4520;
    color: #cf4520;
    border-radius: 3px;
    text-align: center;
    display: inline-block
}

.pager li.pager-item a:hover {
    color: #cf4520
}

.pager .first {
    height: 42px;
    width: 42px;
    line-height: 40px;
    border: 1px solid #cf4520;
    color: #cf4520;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    background: #fff url(../../../../content/dam/adc/freestylelibreus/images/first-arrow.svg) center center no-repeat;
    text-indent: -9999px;
    background-size: 20px 20px
}

.pager .first {
    height: 42px;
    width: 42px;
    line-height: 40px;
    border: 1px solid #cf4520;
    color: #cf4520;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    background: #fff url(../../../../content/dam/adc/freestylelibreus/images/first-arrow.svg) center center no-repeat;
    text-indent: -9999px;
    background-size: 20px 20px
}

.pager .last {
    height: 42px;
    width: 42px;
    line-height: 40px;
    border: 1px solid #cf4520;
    color: #cf4520;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    background: #fff url(../../../../content/dam/adc/freestylelibreus/images/last-arrow.svg) center center no-repeat;
    text-indent: -9999px;
    background-size: 20px 20px
}

.pager .pager-previous {
    height: 42px;
    width: 42px;
    line-height: 40px;
    border: 1px solid #cf4520;
    color: #cf4520;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    background: #fff url(../../../../content/dam/adc/freestylelibreus/images/prev-arrow.svg) center center no-repeat;
    text-indent: -9999px;
    background-size: 12px 20px
}

.pager .pager-next {
    height: 42px;
    width: 42px;
    line-height: 40px;
    border: 1px solid #cf4520;
    color: #cf4520;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    background: #fff url(../../../../content/dam/adc/freestylelibreus/images/next-arrow.svg) center center no-repeat;
    text-indent: -9999px;
    background-size: 12px 20px
}

.pager .pager-current {
    height: 42px;
    width: 42px;
    line-height: 40px;
    border: 1px solid #cf4520;
    color: #cf4520;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    background: none;
    text-indent: 0;
}



/* How To Get Started */

.prescImg1 {
    position: absolute;
    max-width: none;
    top: 50%;
    right: 50px;
    margin-top: -230px
}

.overHidden {
    overflow: hidden
}

.orLine:after,
.orLine:before {
    content: '';
    height: 1px;
    width: 800px;
    background-color: #cfcdcd;
    position: absolute;
    top: 50%;
    margin-top: 0.5px
}

.orLine:after {
    right: 150%
}

.orLine:before {
    left: 150%
}


/* Custom Checkbox */

input.checkInput[type="checkbox"],
input.checkInput[type="radio"] {
    position: absolute;
    z-index: -1000;
    left: -9999em;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

input.checkInput[type="checkbox"]+label.checkLabel,
input.checkInput[type="checkbox"]+p>label.checkLabel {
    padding-left: 32px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 22px 22px;
    vertical-align: middle;
    cursor: pointer;
    background-image: url(../../../../content/dam/adc/freestylelibreus/images/unchecked.svg);
    -webkit-touch-callout: none;
}

input.checkInput[type="checkbox"]:checked+label.checkLabel,
input.checkInput[type="checkbox"]:checked+p>label.checkLabel {
    background-image: url(../../../../content/dam/adc/freestylelibreus/images/checked.svg)
}


/* Custom Radio Box */

input.checkInput[type="radio"]+label.checkLabel {
    padding-right: 32px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 22px 22px;
    vertical-align: middle;
    cursor: pointer;
    background-image: url(../../../../content/dam/adc/freestylelibreus/images/unchecked-radio.svg);
    -webkit-touch-callout: none
}

input.checkInput[type="radio"]:checked+label.checkLabel {
    background-image: url(../../../../content/dam/adc/freestylelibreus/images/checked-radio.svg)
}

input.checkInput[type="radio"]+label.checkLabel.radioLeft {
    padding-left: 32px;
    padding-right: 0;
    background-position: left center;
}

input.checkInput[type="checkbox"]+label,
input.checkInput[type="radio"]+label {
    min-height: 24px;
}



/* ISI */

.isi-container p {
    font-size: 1.000em/*18px*/
    ;
    margin-bottom: 15px
}

.isi-container ul {
    margin-bottom: 15px;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 1.000em/*18px*/
}

.isi-container ul ul {
    font-size: 1.000em/*18px*/
}

.isi-container li {
    padding-left: 20px;
    position: relative
}

.isi-container li::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 10px;
    background: #252525;
    width: 6px;
    height: 6px;
    border-radius: 50%
}

.isi-close {
    float: right;
    background: url(../../../../content/dam/adc/freestylelibreus/images/close.svg)right top no-repeat;
    cursor: pointer;
    background-size: 30px 30px;
    padding-left: 20px;
    padding-right: 40px;
    line-height: 30px;
    color: #c8c8c8;
    font-size: 1.111em/*20px*/
}

.input-w-btn input[type="text"],
.input-w-btn input[type="email"],
.input-w-btn input[type="number"],
.input-w-btn input[type="password"],
.input-w-btn select {
    height: 46px
}



/* Magnific Popup CSS */

.popupType1 {
    background-color: #fff;
    max-width: 768px;
    position: relative
}

.popupType2 {
    max-width: 900px;
    position: relative
}

.popupType3 {
    background-color: #fff;
    max-width: 600px;
    position: relative
}

.popupType4 {
    background-color: #fff;
    max-width: 960px;
    position: relative
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #181b1c;
    opacity: 0.8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}


/*#popupWrapperPha .mfp-container:before{
	height: auto
}*/

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 60px auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close {
    width: 40px;
    height: 40px;
    text-decoration: none;
    opacity: 1;
    background: url(../../../../content/dam/adc/freestylelibreus/images/close.svg) no-repeat right top / 40px 40px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -50px;
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: inline-block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none
}

button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close-btn {
    width: auto;
    height: auto
}

.mfp-close-btn:hover {
    width: auto;
    height: auto
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: 1;
    margin: 0;
    top: 50%;
    margin-top: -31px;
    padding: 0;
    width: 62px;
    height: 62px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -31px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 10px;
    margin-left: 19px;
    border: medium inset transparent
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 1
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:before {
    margin-left: 12px;
    border-right: 27px solid #fff
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:before {
    border-left: 27px solid #fff
}

.mfp-iframe-holder {
    padding: 40px 10px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -50px;
    text-align: left
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    padding-left: 10px;
    padding-right: 10px
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}


/* Main Image In Popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}


/* The Shadow Behind The Image */

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    /* Remove all Paddings around the Image on Small Screen */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.20s ease-out;
    -moz-transition: all 0.20s ease-out;
    transition: all 0.20s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-container {
    opacity: 0;
    -webkit-transition: all 0.20s ease-out;
    -moz-transition: all 0.20s ease-out;
    transition: all 0.20s ease-out;
    top: 0
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-container {
    opacity: 1;
    top: 0
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-container {
    opacity: 0;
    top: 0
}


/* Popup Search */

.searchIco[type="submit"] {
    position: absolute;
    height: 42px;
    width: 42px;
    top: 0;
    right: 0;
    text-indent: -9999px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4yIiBiYXNlUHJvZmlsZT0idGlueSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQoJIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzYuM3B4IiBoZWlnaHQ9IjI5LjNweCIgdmlld0JveD0iMCAwIDM2LjMgMjkuMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSJub25lIiBkPSJNMTAuOSw0LjNDOC41LDUsNi41LDYuNSw1LjMsOC43Yy0xLjIsMi4yLTEuNiw0LjctMC45LDcuMWMxLjEsNC4xLDQuOCw2LjksOSw2LjljMC44LDAsMS42LTAuMSwyLjQtMC4zDQoJCWMyLjQtMC42LDQuNC0yLjIsNS43LTQuM2MxLjItMi4yLDEuNi00LjcsMC45LTcuMWMtMS4xLTQuMS00LjgtNi45LTktNi45QzEyLjUsNCwxMS43LDQuMSwxMC45LDQuM3oiLz4NCgk8cGF0aCBkPSJNOS45LDAuNUM2LjQsMS40LDMuNiwzLjYsMS44LDYuN0MwLDkuOC0wLjUsMTMuNCwwLjUsMTYuOGMxLjYsNS44LDYuOSw5LjksMTIuOSw5LjljMS4yLDAsMi4zLTAuMiwzLjUtMC41DQoJCWMyLjItMC42LDQuMi0xLjcsNS44LTMuM2wtMC44LTAuNWMtMS4xLTAuNy0xLjUtMi4xLTAuOC0zLjNjMC43LTEuMSwyLjEtMS41LDMuMy0wLjhsMS4yLDAuN2MxLjQtMi45LDEuNy02LjEsMC44LTkuMg0KCQlDMjQuNyw0LjEsMTkuNCwwLDEzLjMsMGgwQzEyLjIsMCwxMSwwLjIsOS45LDAuNXogTTIyLjQsMTAuOWMwLjYsMi40LDAuMyw0LjktMC45LDcuMWMtMS4yLDIuMi0zLjMsMy43LTUuNyw0LjMNCgkJYy0wLjgsMC4yLTEuNiwwLjMtMi40LDAuM2MtNC4yLDAtNy45LTIuOC05LTYuOUMzLjcsMTMuMyw0LDEwLjgsNS4zLDguN0M2LjUsNi41LDguNSw1LDEwLjksNC4zQzExLjcsNC4xLDEyLjUsNCwxMy4zLDQNCgkJQzE3LjYsNCwyMS4zLDYuOCwyMi40LDEwLjl6Ii8+DQoJPHBhdGggZD0iTTIxLDE5LjJjLTAuNywxLjEtMC4zLDIuNiwwLjgsMy4zbDAuOCwwLjVMMzIuNywyOWMxLjEsMC43LDIuNiwwLjMsMy4zLTAuOGMwLjctMS4xLDAuMy0yLjYtMC44LTMuM2wtOS43LTUuOWwtMS4yLTAuNw0KCQlDMjMuMSwxNy43LDIxLjYsMTguMSwyMSwxOS4yeiIvPg0KPC9nPg0KPC9zdmc+DQo=) center center no-repeat;
    background-size: 20px auto;
    cursor: pointer;
    padding: 0
}

.resetIco[type="submit"] {
    height: 42px;
    width: 42px;
    top: 0;
    right: 0;
    text-indent: -9999px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjkuOTYzIDI5Ljk2MyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjkuOTYzIDI5Ljk2MzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIHN0eWxlPSJmaWxsOiMwMTAwMDI7IiBkPSJNMjkuMTMzLDkuMjE1Yy0wLjc3NS0wLjQyOC0xLjc1MS0wLjE0Ni0yLjE3OCwwLjYzbC0wLjUxOCwwLjkzNw0KCQkJYy0xLjc3Mi01LjQyNC02Ljg3NC05LjM1Ni0xMi44ODItOS4zNTZDNi4wODEsMS40MjYsMCw3LjUwNywwLDE0Ljk4MXM2LjA4MSwxMy41NTUsMTMuNTU1LDEzLjU1NQ0KCQkJYzAuODg2LDAsMS42MDQtMC43MTgsMS42MDQtMS42MDNjMC0wLjg4NS0wLjcxOC0xLjYwMy0xLjYwNC0xLjYwM2MtNS43MDYsMC0xMC4zNDktNC42NDMtMTAuMzQ5LTEwLjM1UzcuODQ5LDQuNjMyLDEzLjU1NSw0LjYzMg0KCQkJYzQuNTI1LDAsOC4zNzIsMi45MjQsOS43NzUsNi45NzhsLTAuODc2LTAuNDgzYy0wLjc3NS0wLjQyOC0xLjc1MS0wLjE0Ny0yLjE3OCwwLjYyOWMtMC40MjgsMC43NzYtMC4xNDcsMS43NTEsMC42MjksMi4xNzgNCgkJCWwzLjE2OSwxLjc0OGMwLjI2MSwwLjUzMSwwLjgwMSwwLjkwMSwxLjQzNCwwLjkwMWMwLjE2LDAsMC4zMTEtMC4wMzEsMC40NTYtMC4wNzRjMC4wMDksMCwwLjAxNiwwLjAwMywwLjAyNSwwLjAwMw0KCQkJYzAuNTY1LDAsMS4xMTItMC4yOTgsMS40MDYtMC44MjlsMi4zNjgtNC4yOTJDMzAuMTkxLDEwLjYxOCwyOS45MDksOS42NDMsMjkuMTMzLDkuMjE1eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K) center center no-repeat;
    background-size: 20px auto;
    cursor: pointer;
    padding: 0;
    border: 1px solid #cfcdcd
}

.resultHeight {
    max-height: 300px;
    overflow: auto
}

.slideTrigger span {
    display: none
}

.slideTrigger .active {
    display: block
}


/* Support Page */

.tut-video-overlay-img {
    background: url(../../../../content/dam/adc/freestylelibreus/images/img-tut-video-poster.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1
}

.poplist {
    list-style: disc;
    padding-left: 20px
}

.thumb-video-overlay-img {
    background: url(../../../../content/dam/adc/freestylelibreus/images/video-thumb-play.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1
}

.thumbTitle {
    padding-top: 9.5rem
}

.thumbBox {
    height: 210px;
    max-width: 262px;
    border-bottom: 1px solid #cf451f;
    text-align: left;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin: 0 auto
}


/* Support Page End */


/* FAQs Page */

input.faqInput {
    border: 2px solid #ffd100;
    border-radius: 5px;
    font-size: 1.222em/*22px*/
    ;
    height: 50px;
    line-height: 46px;
    padding-left: 15px;
    padding-right: 50px
}

#searchSubmitFaq {
    position: absolute;
    right: 2px;
    top: 2px;
    height: 46px;
    width: 46px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4yIiBiYXNlUHJvZmlsZT0idGlueSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQoJIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzYuM3B4IiBoZWlnaHQ9IjI5LjNweCIgdmlld0JveD0iMCAwIDM2LjMgMjkuMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSJub25lIiBkPSJNMTAuOSw0LjNDOC41LDUsNi41LDYuNSw1LjMsOC43Yy0xLjIsMi4yLTEuNiw0LjctMC45LDcuMWMxLjEsNC4xLDQuOCw2LjksOSw2LjljMC44LDAsMS42LTAuMSwyLjQtMC4zDQoJCWMyLjQtMC42LDQuNC0yLjIsNS43LTQuM2MxLjItMi4yLDEuNi00LjcsMC45LTcuMWMtMS4xLTQuMS00LjgtNi45LTktNi45QzEyLjUsNCwxMS43LDQuMSwxMC45LDQuM3oiLz4NCgk8cGF0aCBkPSJNOS45LDAuNUM2LjQsMS40LDMuNiwzLjYsMS44LDYuN0MwLDkuOC0wLjUsMTMuNCwwLjUsMTYuOGMxLjYsNS44LDYuOSw5LjksMTIuOSw5LjljMS4yLDAsMi4zLTAuMiwzLjUtMC41DQoJCWMyLjItMC42LDQuMi0xLjcsNS44LTMuM2wtMC44LTAuNWMtMS4xLTAuNy0xLjUtMi4xLTAuOC0zLjNjMC43LTEuMSwyLjEtMS41LDMuMy0wLjhsMS4yLDAuN2MxLjQtMi45LDEuNy02LjEsMC44LTkuMg0KCQlDMjQuNyw0LjEsMTkuNCwwLDEzLjMsMGgwQzEyLjIsMCwxMSwwLjIsOS45LDAuNXogTTIyLjQsMTAuOWMwLjYsMi40LDAuMyw0LjktMC45LDcuMWMtMS4yLDIuMi0zLjMsMy43LTUuNyw0LjMNCgkJYy0wLjgsMC4yLTEuNiwwLjMtMi40LDAuM2MtNC4yLDAtNy45LTIuOC05LTYuOUMzLjcsMTMuMyw0LDEwLjgsNS4zLDguN0M2LjUsNi41LDguNSw1LDEwLjksNC4zQzExLjcsNC4xLDEyLjUsNCwxMy4zLDQNCgkJQzE3LjYsNCwyMS4zLDYuOCwyMi40LDEwLjl6Ii8+DQoJPHBhdGggZD0iTTIxLDE5LjJjLTAuNywxLjEtMC4zLDIuNiwwLjgsMy4zbDAuOCwwLjVMMzIuNywyOWMxLjEsMC43LDIuNiwwLjMsMy4zLTAuOGMwLjctMS4xLDAuMy0yLjYtMC44LTMuM2wtOS43LTUuOWwtMS4yLTAuNw0KCQlDMjMuMSwxNy43LDIxLjYsMTguMSwyMSwxOS4yeiIvPg0KPC9nPg0KPC9zdmc+DQo=) center center no-repeat;
    background-size: 22px 18px;
    text-indent: -10000px;
    border: none;
    cursor: pointer
}


/*Old FAQ CSS Below*/

.faq-tabs li,
.faq-tabs .r-tabs-accordion-title {
    width: 100% !important
}

#faqTabs .faq-tabs li a {
    font-size: 1.333em;
    display: block;
    line-height: 54px;
    border-bottom: 2px solid #ffd100;
    font-weight: 300;
    text-align: left
}
#faqTabsTenDay .faq-tabs li a {
    font-size: 1.333em;
    display: block;
    line-height: 54px;
    border-bottom: 2px solid #ffd100;
    font-weight: 300;
    text-align: left
}

.faq-tabs li a::after {
    content: '';
    background: url(../../../../content/dam/adc/freestylelibreus/images/icon-right-arrow.svg) right top no-repeat;
    width: 10px;
    height: 19px;
    position: absolute;
    right: 3px;
    top: 16px;
    opacity: 0.3;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all
}

.faq-tabs li a:hover::after {
    opacity: 1
}

.faq-tabs li a:hover {
    color: #cf4520
}

#faqTabs .faq-tabs .r-tabs-state-active a {
    font-weight: 500
}

.faq-tabs .r-tabs-state-active a::after {
    opacity: 1
}

.faq-tabs li a:hover {
    text-decoration: none
}

#faqTabs .col-left {
    position: absolute;
    width: 165px;
    height: 187px
}

#faqTabs .col-right {
    padding-left: 195px;
    width: 100%
}

.btn-expand-faq {
    padding-right: 25px;
    display: inline-block;
    position: relative
}

#faqTabsTenDay .ten-day-icon.btn-expand-faq:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 8px;
    width: 3px;
    height: 19px;
    background: #cf451f;
}

#faqTabsTenDay .ten-day-icon.btn-expand-faq:after {
    content: '';
    position: absolute;
    top: 13px;
    right: 0;
    width: 19px;
    height: 3px;
    background: #cf451f;
}

#faqTabsApp .app-icon.btn-expand-faq:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 8px;
    width: 3px;
    height: 19px;
    background: #cf451f;
}

#faqTabsApp .app-icon.btn-expand-faq:after {
    content: '';
    position: absolute;
    top: 13px;
    right: 0;
    width: 19px;
    height: 3px;
    background: #cf451f;
}
#faqTabs .fourteen-day-icon.btn-expand-faq:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 8px;
    width: 3px;
    height: 19px;
    background: #cf451f;
}

#faqTabs .fourteen-day-icon.btn-expand-faq:after {
    content: '';
    position: absolute;
    top: 13px;
    right: 0;
    width: 19px;
    height: 3px;
    background: #cf451f;
}

.btn-expand-faq.expanded:before {
    display: none
}

.faq-item {
    padding: 20px 0
}

.faq-que,
.faq-ans {
    padding-right: 10%;
    padding-left: 35px;
    position: relative
}

.faq-que {
    background: url(../../../../content/dam/adc/freestylelibreus/images/icon-plus.svg) right top 7px no-repeat;
    background-size: 19px 19px;
    cursor: pointer
}

.faq-que.active {
    background: url(../../../../content/dam/adc/freestylelibreus/images/icon-minus.svg) right top 7px no-repeat
}

.faq-que::before {
    content: 'Q:';
    position: absolute;
    left: 0
}

.faq-ans {
    margin-top: 0.5rem
}

.faq-ans p {
    margin-bottom: 10px
}

.faq-ans p:last-child {
    margin-bottom: 0px
}

.faq-ans table {
    border-collapse: collapse
}

.faq-ans table td {
    border: 1px solid #ccc
}

#faqTabs .r-tabs-accordion-title .r-tabs-anchor {
    padding: 10px 30px 10px 10px
}


/*.faq-que{cursor:pointer}
.hideFaq{ display:none}*/


/* FAQs Page End */


/* About Sensor Page */

.tutorial-video-poster {
    background-image: url(../../../../content/dam/adc/freestylelibreus/images/tutorial-video-poster.jpg)
}

.circleCharacter {
    height: 44px;
    width: 44px;
    text-align: center;
    vertical-align: middle;
    line-height: 44px
}


/* About Sensor Page End */


/* About Reader Page */

.glucose-reading-video-poster {
    background-image: url(../../../../content/dam/adc/freestylelibreus/images/glucose-reading-video-poster.jpg)
}

.glucose-reading-video-poster svg {
    fill: #f36e24
}

@media (min-width:768px) {
    .ref-text-mrgn {
        margin-top: -165px
    }
    .cgmTable .floatThead-container {
        position: static !important;
        transform: none !important
    }
    .cgmTable .size-row {
        display: none !important
    }
}

@media (min-width:992px) {
    .ref-text-mrgn {
        margin-top: -130px
    }
}

@media (min-width:1200px) {
    .ref-text-mrgn {
        margin-top: -150px
    }
}


/* Tabs Container */

.r-tabs {
    position: relative;
    margin: 0 auto
}

.tabType1 {
    max-width: 900px;
}


/* Tab Element */

.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative
}


/* Tab Anchor */

.tabType1 .r-tabs-tab {
    margin-bottom: 4px
}

.r-tabs .r-tabs-nav .r-tabs-anchor,
.r-tabs .r-tabs-anchor {
    display: block;
    text-decoration: none;
    text-align: center;
}

.tabType1 .r-tabs-nav .r-tabs-anchor,
.tabType1 .r-tabs-anchor {
    padding: 8px 18px;
    color: #fff;
    background-color: #cf4520;
    border-radius: 3px;
    border: 1px solid #cf4520;
}

.tabType2 .r-tabs-nav .r-tabs-anchor {
    padding: 12px 18px 10px;
    color: #b5b5b5;
    border-bottom: 2px solid #e5e5e5
}

.tabType2 .r-tabs-accordion-title .r-tabs-anchor {
    color: #fff;
    padding: 10px 15px;
    background-color: #cf4520;
    border-radius: 3px;
    border: 1px solid #cf4520;
}

.grTab li:nth-child(1) {
    width: 27.350427350427353%;
    /* 320 / 1170 */
}

.grTab li:nth-child(2) {
    width: 17.094017094017094%;
    /* 200 / 1170 */
}

.grTab li:nth-child(3) {
    width: 22.99145299145299%;
    /* 269 / 1170 */
}

.grTab li:nth-child(4) {
    width: 17.094017094017094%;
    /* 200 / 1170 */
}

.grTab li:nth-child(5) {
    width: 15.47008547008547%;
    /* 181 / 1170 */
}


/* Disabled Tab */

.r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 0.5
}


/* Active State Tab Anchor */

.tabType1 .r-tabs-nav .r-tabs-state-active .r-tabs-anchor,
.tabType1 .r-tabs-state-active .r-tabs-anchor {
    color: #cf4520;
    text-shadow: none;
    background-color: transparent
}

.tabType2 .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #cf4520;
    text-shadow: none;
    border-bottom-color: #cf4520
}

.tabType2 .r-tabs-state-active .r-tabs-anchor {
    background-color: transparent
}


/* Tab Panel */

.r-tabs .r-tabs-panel {
    border-top: 0px solid #fff
}


/* Accordion Anchor */

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    text-decoration: none;
    text-align: center
}


/* Active Accordion Anchor */

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    color: #f36e24;
    text-shadow: none;
    text-align: center
}


/* Disabled Accordion Button */

.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5
}

.tabType1.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    list-style: none;
    vertical-align: top
}

.r-tabs .r-tabs-panel {
    display: none
}

.r-tabs .r-tabs-accordion-title {
    display: none
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block
}


/* Accordion Responsive Breakpoint */

@media only screen and (max-width:576px) {
    .r-tabs .r-tabs-nav {
        display: none
    }
    .r-tabs .r-tabs-accordion-title {
        display: block;
        margin-bottom: 1px
    }
}


/* About Reader Page End */


/* CGM Graph Animation Home Page */

.cgm-graph-bg {
    position: absolute;
    z-index: 2;
    width: calc(100% - 30px);
    text-align: center
}

.cgm-graph-outer {
    position: relative;
    max-width: 504px;
    top: 0;
    margin: 0 auto
}

.cgm-graph-blank {
    position: relative;
    z-index: 2
}

.cgm-graph-icon-1 {
    position: absolute;
    z-index: 2;
    font-size: 1px;
    top: 25.98684210526316%;
    left: 25.1984126984127%
}

.cgm-graph-dot-1 {
    position: absolute;
    z-index: 2;
    font-size: 1px;
    top: 52.96052631578947%;
    left: 27.77777777777778%
}

.cgm-graph-icon-2 {
    position: absolute;
    z-index: 2;
    font-size: 1px;
    top: 25.98684210526316%;
    left: 42.65873015873016%
}

.cgm-graph-dot-2 {
    position: absolute;
    z-index: 2;
    font-size: 1px;
    top: 62.17105263157895%;
    left: 45.23809523809524%
}

.cgm-graph-icon-3 {
    position: absolute;
    z-index: 2;
    font-size: 1px;
    top: 25.98684210526316%;
    left: 57.53968253968254%
}

.cgm-graph-dot-3 {
    position: absolute;
    z-index: 2;
    font-size: 1px;
    top: 61.84210526315789%;
    left: 59.92063492063492%
}

.cgm-graph-icon-4 {
    position: absolute;
    z-index: 2;
    font-size: 1px;
    top: 25.98684210526316%;
    left: 67.46031746031746%
}

.cgm-graph-dot-4 {
    position: absolute;
    z-index: 2;
    font-size: 1px;
    top: 53.61842105263158%;
    left: 69.84126984126984%
}

.cgm-graph-sun {
    position: absolute;
    z-index: 2;
    font-size: 1px;
    top: 0;
    left: 13.49206349206349%;
    padding-right: 45.03968253968254%
}

.cgm-graph-moon {
    position: absolute;
    z-index: 2;
    font-size: 1px;
    top: 0;
    left: 56.54761904761905%;
    padding-right: 1.785714285714286%
}

.cgm-graph-line {
    position: absolute;
    z-index: 0;
    font-size: 1px;
    left: 0;
    top: 0;
    width: 100%;
    height: 304px;
    background: url(../../../../content/dam/adc/freestylelibreus/images/img-cgmgraph-line.png) left top no-repeat;
    background-size: 100% auto
}

.start .cgm-graph-line-overlay {
    position: absolute;
    z-index: 1;
    font-size: 1;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    animation: scaleX;
    animation-duration: 5s;
    animation-delay: 3.5s;
    animation-timing-function: ease-in;
    animation-fill-mode: both
}

@keyframes scaleX {
    from {
        width: 100%
    }
    100% {
        width: 0
    }
}


/* RXR Page Prescrption Box */

.preBox {
    left: 0;
    bottom: 0
}

.searched-phy,
.searched-pharmacy,
.searched-phy img,
.searched-pharmacy img {
    display: none
}

#phy-list-popup.loading,
#pharmacy-list-popup.loading {
    background: #fff url(../../../../content/dam/adc/freestylelibreus/images/loader_big.gif) center center no-repeat;
    min-height: 200px
}

#submit-btn.loading,
#submit-btn.loading:hover {
    background: #ffd100 url(../../../../content/dam/adc/freestylelibreus/images/loading.gif) right 10px center no-repeat;
    color: #252525;
    padding-right: 45px !important
}

.pagination {
    float: right;
    list-style-type: none;
    padding-left: 0
}

.pagination li {
    display: inline-block;
    margin: 0 5px
}

.pagination li a {
    display: block;
    min-width: 42px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    color: #cf4520;
    border: 1px solid #cf4520;
    border-radius: 3px;
}

.pagination li a:hover {
    color: #cf4520
}

.pagination li.first a {
    background: #fff url(../../../../content/dam/adc/freestylelibreus/images/first-arrow.svg) center center no-repeat;
    text-indent: -9999px;
    background-size: 20px 20px
}

.pagination li.prev a {
    background: #fff url(../../../../content/dam/adc/freestylelibreus/images/prev-arrow.svg) center center no-repeat;
    text-indent: -9999px;
    background-size: 12px 20px
}

.pagination li.last a {
    background: #fff url(../../../../content/dam/adc/freestylelibreus/images/last-arrow.svg) center center no-repeat;
    text-indent: -9999px;
    background-size: 20px 20px
}

.pagination li.next a {
    background: #fff url(../../../../content/dam/adc/freestylelibreus/images/next-arrow.svg) center center no-repeat;
    text-indent: -9999px;
    background-size: 12px 20px
}

.pagination li.active a {
    border: 1px solid #252525;
    color: #252525;
    pointer-events: none
}



/* Buying Guide - Need A Prescription? */

.needPre {
    background: url(../../../../content/dam/adc/freestylelibreus/images/support-banner.jpg) no-repeat right top;
    background-size: cover
}

.getStarted {
    background: #f2f2f2 url(../../../../content/dam/adc/freestylelibreus/images/get-started-banner.jpg) no-repeat 50% top;
    background-size: cover;
}


/*CGM reInvented - Table*/

.cgmHead {
    z-index: 1;
    width: 100%;
}

.cgmBody {
    overflow: auto
}


/*System Overview*/

.bulbIcon {
    position: relative;
    top: -40px;
}



/*eVoucher*/

.eVoucher {
    max-width: 580px;
    border: 0px solid #f0f0f0;
    padding: 1px;
}


/*border:2px dashed #8d8d8d; padding:1px;*/

.voucherBg {
    background-image: url(../../../../content/dam/adc/freestylelibreus/images/img-reader-sensor-faq.png);
    background-repeat: no-repeat;
    background-position: 57% center;
    background-size: 150px auto
}


/*Sign Up Form*/

.formStepContent {
    display: none
}

.formSteps li {
    color: #b5b5b5;
    position: relative
}

.formSteps li.active {
    color: #252525
}

.stepNum {
    width: 50px;
    height: 50px;
    line-height: 44px;
    border: 3px solid #dddddd;
    background-color: #fff;
}

.active .stepNum {
    border-color: #ffd100
}

.locked .stepNum {
    background-color: #ffd100;
    color: #252525;
    border-color: #ffd100
}

.formSteps li:last-child:before {
    content: none;
}

.formSteps li:before {
    content: '';
    height: 3px;
    width: 100%;
    background-color: #dddddd;
    right: -50%;
    position: absolute;
    top: 24px;
    z-index: -1
}

.formSteps li.locked:before {
    background-color: #ffd100
}


/*Sign Up Page*/

.hiwCircle {
    height: 124px;
    width: 124px;
}


/* Print */

@media print {
    @page {
        margin: 1cm
    }
    body {
        font-family: Arial, sans-serif;
        font-size: 12pt/*16px*/
        ;
        font-weight: normal;
        line-height: 1.3;
        color: #000000
    }
    a {
        color: #0645ad;
        text-decoration: underline;
        transition: none
    }
    .page-break {
        page-break-after: always
    }
    *,
    *::before,
    *::after {
        text-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
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}





















.d-print-block {
    display: none !important
}

.d-print-inline {
    display: none !important
}

.d-print-inline-block {
    display: none !important
}

@media print {
    #printVoucher {
        width: 100% !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-none {
        display: none !important
    }

    /* eVoucher */
    .eVoucher {
        max-width: 100%;
        border: 0px solid #f0f0f0;
        padding: 1px
    }
    .bgYellow {
        background-color: #ffd100;
        -webkit-print-color-adjust: exact
    }
    .img4print-reader-sensor img {
        width: 100% !important;
        height: auto
    }
    .print-font14 p {
        font-size: 14px;
        margin: 10px 0
    }
    .fontBlue {
        color: #000000
    }

    /* Print Grid */
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }

    /* Padding */
    .py-md-1,
    .py-1 {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }
    .py-md-2,
    .py-2 {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }
    .py-md-3,
    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }
    .py-md-4,
    .py-4 {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }
    .py-md-5,
    .py-5 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }
    .pb-md-1 {
        padding-bottom: 5px !important
    }
    .pb-md-2 {
        padding-bottom: 8px !important
    }
    .pb-md-3 {
        padding-bottom: 10px !important
    }
    .pb-md-4 {
        padding-bottom: 15px !important
    }
    .pb-md-5 {
        padding-bottom: 20px !important
    }
    .pt-md-1 {
        padding-top: 5px !important
    }
    .pt-md-2 {
        padding-top: 8px !important
    }
    .pt-md-3 {
        padding-top: 10px !important
    }
    .pt-md-4 {
        padding-top: 15px !important
    }
    .pt-md-5 {
        padding-top: 20px !important
    }
    .my-md-1 {
        margin-top: 5px !important;
        margin-bottom: 5px !important
    }
    .my-md-2 {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }
    .my-md-3 {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }
    .my-md-4 {
        margin-top: 15px !important;
        margin-bottom: 15px !important
    }
    .my-md-5 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }
    .mb-md-1 {
        margin-bottom: 5px !important
    }
    .mb-md-2 {
        margin-bottom: 8px !important
    }
    .mb-md-3 {
        margin-bottom: 10px !important
    }
    .mb-md-4 {
        margin-bottom: 15px !important
    }
    .mb-md-5 {
        margin-bottom: 20px !important
    }
    .mt-md-1 {
        margin-top: 5px !important
    }
    .mt-md-2 {
        margin-top: 8px !important
    }
    .mt-md-3 {
        margin-top: 10px !important
    }
    .mt-md-4 {
        margin-top: 15px !important
    }
    .mt-md-5 {
        margin-top: 20px !important
    }











    /* Global Headings */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
        line-height: 1;
        font-family: Arial, sans-serif;
        font-weight: normal
    }
    h1 {
        font-size: 26pt/*35px*/
    }
    h2 {
        font-size: 21pt/*28px*/
    }
    h3 {
        font-size: 15pt/*21px*/
    }
    h4 {
        font-size: 13pt/*17px*/
    }

    /* Font Weight / Size / Color */
    .font12 {
        font-size: 9pt/*12px*/
    }
    .font13 {
        font-size: 10pt/*13px*/
    }
    .font14 {
        font-size: 10.5pt/*14px*/
    }
    .font18 {
        font-size: 12pt/*16px*/
    }
    .font20 {
        font-size: 13.5pt/*18px*/
    }
    .font24 {
        font-size: 14.5pt/*20px*/
    }
    .font28 {
        font-size: 16pt/*22px*/
    }
    .font30 {
        font-size: 18pt/*24px*/
    }
    .font48 {
        font-size: 24pt/*32px*/
    }
    .font60 {
        font-size: 27pt/*36px*/
    }
    .font72 {
        font-size: 30pt/*40px*/
    }
    .font88 {
        font-size: 36pt/*48px*/
        ;
        line-height: 1
    }
    .font112 {
        font-size: 43.5pt/*58px*/
        ;
        line-height: 1
    }
    .fontGray,
    .fontDarkGray,
    .fontLightGray,
    .fontBlack,
    .fontWhite,
    .fontOrange,
    .fontDarkOrange,
    .fontYellow,
    .fontBlue,
    select,
    a.gold,
    #nav>li>a.active,
    #nav>li>a:hover {
        color: #000
    }

    /* Background Colors */
    .bgYellow {
        border-bottom: 2px solid #efefef;
        border-top: 2px solid #efefef;
        margin-bottom: -2px
    }

    .bgGray,
    .bgLightGray {
        background-color: transparent;
        border-bottom: 2px solid #efefef;
        border-top: 2px solid #efefef;
        margin-bottom: -2px
    }
    .bgBlue,
    .bgDarkGray,
    .bgDarkOrange {
        background-color: transparent;
        border-bottom: 2px solid #efefef;
        border-top: 2px solid #efefef;
        margin-bottom: -2px
    }
    .hoverType1,
    .hoverType2 {
        background-color: #000 !important;
        color: #fff !important;
        -webkit-print-color-adjust: exact;
        text-decoration: none !important;
        text-align: center
    }
    .hoverType1 svg,
    .hoverType2 svg {
        fill: #fff
    }
    .py-4.py-sm-5.bgLightGray.mb-1,
    .py-4.bgLightGray.text-center.mb-1 {
        border-bottom: 0
    }

    /* Circles */
    .bgYellow.circle,
    .circleCharacter {
        background-color: #efefef
    }


    /* Borders */
    .borderYellow,
    .borderGrey,
    .borderDarkGrey {
        border-color: #efefef
    }
    .borderHeavyGrey,
    .borderDarkOrange {
        border-color: #f8f7f7
    }


    /* Placeholder Colors */
    .placeHolder::-webkit-input-placeholder {
        color: #000
    }
    .placeHolder::-moz-placeholder {
        color: #000;
        opacity: 1
    }
    .placeHolder:-ms-input-placeholder {
        color: #000
    }
    .placeHolder:-moz-placeholder {
        color: #000
    }

    /* Bullets */
    .orangeBullets li:before,
    .blueBullets li:before,
    .yellowBullets2 li:before,
    .yellowBullets li:before,
    .whiteBullets2 li:before {
        content: none
    }
    .orangeBullets,
    .blueBullets,
    .yellowBullets2,
    .yellowBullets,
    .whiteBullets2 {
        padding-left: 18px
    }
    .orangeBullets li,
    .blueBullets li,
    .yellowBullets2 li,
    .yellowBullets li,
    .whiteBullets2 li {
        padding-left: 0;
        list-style: disc outside
    }

    /* Checkbox radio */
    .customCheckbox {
        position: relative
    }
    input.checkInput[type="checkbox"],
    input.checkInput[type="radio"] {
        height: auto;
        width: auto;
        margin: auto;
        z-index: 1;
        left: 0;
        top: 4px;
        clip: inherit;
        border: 1px solid #333
    }
    input.checkInput[type="checkbox"]+label,
    input.checkInput[type="radio"]+label {
        padding-left: 20px !important
    }
    input.checkInput[type="checkbox"]+label,
    input.checkInput[type="radio"]+label {
        background: none !important
    }

    /* Header */
    #wrapper {
        padding-top: 0 !important
    }
    #header {
        background-color: transparent;
        padding: 12px 0 !important;
        border-bottom: 2px solid #efefef;
        border-top: 2px solid #efefef;
        position: relative
    }
    .fixedHeader header {
        animation: none;
        padding: 28px 0 !important;
        top: 0;
        position: relative !important
    }
    .fixedHeader header .topStrip {
        display: block !important
    }
    .logo,
    .fixedHeader header .logo {
        width: 160px
    }
    .abbottLogo,
    .fixedHeader header .abbottLogo {
        width: 80px
    }
    .topStrip {
        left: 195px !important;
        right: inherit !important;
        top: 0 !important
    }
    .mainNavigation,
    .menuPart {
        margin: 0 !important;
        padding: 0 !important
    }
    .mainNavigation,
    .fixedHeader header .mainNavigation {
        left: 0 !important;
        padding-left: 195px !important;
        right: inherit !important;
        bottom: 0 !important;
        top: inherit !important
    }
    .menuIcon {
        display: none !important
    }
    #nav>li {
        margin-right: 10px;
        position: static
    }
    #nav {
        text-transform: none;
        height: auto !important
    }
    #nav>li ul,
    .topSearch {
        display: none !important
    }
    #nav li.active ul {
        display: block !important
    }
    #nav>li>a,
    .topLinks a {
        text-decoration: none
    }
    #nav>li>a.active {
        font-weight: bold
    }
    #nav>li>a.active::before,
    #header:after {
        content: none
    }
    .hasSubMenu #header:after {
        content: '';
        bottom: -36px;
        height: 34px;
        border-bottom: 2px solid #efefef
    }
    .hasSubMenu #header {
        margin-bottom: 34px
    }
    .parent ul li a.active,
    .parent ul li a:hover {
        color: #000;
        font-weight: bold
    }
    .parent ul li a {
        color: #000;
        text-decoration: none
    }
    .parent ul li {
        padding-right: 20px !important
    }
    .parent ul {
        position: absolute !important;
        width: 100% !important;
        left: 0!important;
        margin-left: 0 !important;
        top: 38px !important;
        display: block;
        text-align: center
    }
    #nav li {
        float: left !important
    }
    #nav li ul li,
    #nav ul a {
        width: auto !important
    }

    /* Home SLider */
    .bannerImg,
    .owl-dots,
    .owl-nav,
    .libreBenefit,
    .preImg,
    #backtotop,
    .signUp {
        display: none !important
    }
    .owl-item {
        display: none !important;
        float: none !important;
        width: 100% !important;
        padding-top: 28px
    }
    .owl-item.active {
        display: block !important
    }
    .owl-carousel .owl-stage-outer {
        -webkit-transform: none !important
    }
    .owl-stage {
        width: 100% !important;
        transform: none !important;
        transition: none !important
    }
    .bannerNote,
    .bannerText {
        position: static;
        transform: none
    }
    .bannerNote {
        width: 250px;
        margin-bottom: 20px
    }
    .bannerTextOuter {
        position: relative
    }
    .bannerText {
        width: 250px;
        margin-bottom: 20px
    }
    .nowAvailable {
        top: 50%;
        right: 0;
        padding: 20px 20px 20px 150px
    }
    .nowAvailableImg {
        top: 50%;
        left: -20px;
        transform: translateY(-50%);
        text-align: left !important;
        right: auto;
        width: auto
    }

    /* Inner Banner */
    .innerBanner>div {
        background-color: #f6f6f6;
        -webkit-print-color-adjust: exact;
        padding: 20px 0
    }
    .innerBanner br {
        display: none
    }
    .innerBanner [class*=' col-'] {
        width: 100% !important;
        max-width: none !important;
        flex: 0 0 100% !important
    }
    .innerBanner img {
        display: none !important
    }
    .innerBanner .absolute {
        position: relative
    }
    .innerBanner h2.pt-lg-5.mt-sm-4 {
        padding-top: 0 !important;
        margin-top: 0 !important
    }

    .getStarted {
        background: none;
        border-bottom: 2px solid #efefef
    }
    .getStarted .col-md-6 {
        width: 100%
    }

    /* Home Page */
    .col-md-6>.d-none.d-md-block {
        display: none !important
    }
    .col-md-6>.d-block.d-md-none {
        display: block !important
    }

    /* Voucher 
	#voucherDiv {background-color:#efefef}*/
    /* Support Banner */
    .supportBanner h2 {
        margin-top: 0 !important
    }
    .thumbBox {
        border-bottom-color: #ddd
    }
    #faqTabs .faq-tabs {
        width: 20%
    }
    #faqTabs .r-tabs-panel {
        width: 80%
    }
    .r-tabs-state-active a {
        text-decoration: underline !important
    }

    /* RxR Success */
    .text-center .col-sm-12.col-md-5 {
        width: 100%
    }

    /* Signup RxR */
    .formStepContent .mb-md-4 {
        margin-bottom: 5px !important
    }

    /* Thanks Signup */
    .rxrBanner h2 {
        padding-top: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .rxrBanner h3 {
        margin-bottom: 0 !important
    }
    .rxrBanner .p-3 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .rxrBanner .preBox {
        padding-top: 0 !important
    }
    .rxrBanner .preBox h3 {
        margin-bottom: 10px !important
    }

    /* Footer */
    #footer .bgYellow {
        padding: 20px 0 !important
    }
}

.onlyprint {
    display: none
}


/* custom by dj */

.StoreLocationMap iframe {
    width: 100%;
    height: 850px;
}

.container select,
.container input[type="text"],
.container input[type="email"] {
    /*color: #b5b5b5;*/
}

.form-item-date-of-birth {
    width: 100% !important;
    margin-right: 0 !important
}

#edit-date-of-birth {
    width: 100%
}

.form-item-date-of-birth-month,
.form-item-date-of-birth-day {
    width: 30% !important;
    margin-right: 5% !important
}

.form-item-date-of-birth-year {
    width: 30% !important
}

.autocomplete-suggestions {
    max-height: 200px !important;
    overflow: auto;
    background: #fff;
    border: 2px solid #e5e5e5
}

.autocomplete-suggestion {
    padding: 0.3em 0.5em;
}

.autocomplete-suggestion:hover {
    background: #ffd100;
    cursor: pointer
}



/*newly added css for form cgm-experience*/

#fsl-cgm-form .customCheckbox input.checkInput[type="checkbox"]+p label.checkLabel {
    padding-left: 32px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 22px 22px;
    vertical-align: middle;
    cursor: pointer;
    background-image: url(../../../../content/dam/adc/freestylelibreus/images/unchecked.svg);
    -webkit-touch-callout: none;
}

#fsl-cgm-form .customCheckbox input.checkInput[type="checkbox"]:checked+p label.checkLabel {
    background-image: url(../../../../content/dam/adc/freestylelibreus/images/checked.svg);
}

@media only screen and (min-width:768px) and (max-width:980px) {
    .fixedHeader header .logo img {
        opacity: 2;
    }
}


/*gmap css fix*/

.serach-inp {
    line-height: 42px !important;
    height: 42px !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 70% !important;
    padding: 0 10px !important;
    font-size: 14px !important
}

#search-panel {
    z-index: 9 !important;
}


/*newly added css for form cgm-experience*/


/*newly added css for disclaimer popup*/

#disclaimer-popup .mar-t-20 {
    margin-top: 20px;
}

#disclaimer-popup .mar-t-20 {
    margin-bottom: 20px;
}

#disclaimer-popup p {
    margin: 0 0 15px 0;
}

#disclaimer-popup .mar-t-30 {
    margin-top: 30px;
}

#disclaimer-popup .btn-group input {

    vertical-align: top;
}

#disclaimer-popup h1 {
    font-size: 2.200em/*44px*/
    ;
}

#disclaimer-popup h1,
#disclaimer-popup h2,
#disclaimer-popup h3,
#disclaimer-popup h4,
#disclaimer-popup h5,
#disclaimer-popup h6 {
    margin: 0;
    font-weight: 400;
    line-height: 1.3;
}

#disclaimer-popup input.button-gold2-hollow {
    border: 0;
    background: #fff;
    border: 2px solid #ffd100;
    font-size: 0.900em/*18px*/
    ;
    font-weight: 500;
    color: #252525;
    text-transform: uppercase;
    width: auto;
    height: 42px;
    line-height: 38px;
    border-radius: 4px;
    padding: 0 20px;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#disclaimer-popup .font-medium {
    font-weight: 500 !important
}


/* videogallery  07-09*/

.main-container .videogallery .pt-4.pt-md-5 {
    /*padding-top: 0.25rem !important;*/
}


/* Desktop styling for hover megamenus 08-18*/

@media only screen and (min-width: 992px) {
    body:not(.fixedHeader) #header #nav>li,
    body:not(.fixedHeader) #header .container {
        padding-bottom: 29px;
    }
    #header {
        padding-bottom: 0px;
    }
    #header #nav li:hover ul {
        display: block !important;
    }
    #header .parent ul {
        top: inherit !important;
        padding-top: 42px;
    }
    .fixedHeader #header .parent ul {
        top: 41px;
        padding-top: 30px !important;
    }
    #nav>li:hover>a:before {
        content: '';
        position: absolute;
        left: 50%;
        margin-left: -21px;
        width: 42px;
        height: 16px;
        bottom: -30px;
        background: url(../../../../content/dam/adc/freestylelibreus/images/menu-arrow.svg) no-repeat center center / 42px auto !important;
    }
    .fixedHeader #nav>li:hover>a:before {
        bottom: -19px;
    }
    #nav>li>a.active:before {
        background: none
    }
    .noCurve a:before {
        display: none !important;
    }
}


body:not(.fixedHeader) .signUp {
    bottom: 24px !important;
}




/* youtube multi video issue fix */

.video .libreBenefit iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ipad submenu style 28-8-18 */

@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
    #nav li.parent:first-child ul {
        margin-left: -261px;
    }
    #nav>li.hover>a:before {
        content: '';
        position: absolute;
        left: 50%;
        margin-left: -21px;
        width: 42px;
        height: 16px;
        bottom: -24px;
        background: url(../../../../content/dam/adc/freestylelibreus/images/menu-arrow.svg) no-repeat center center / 42px auto !important;
    }
    .ipad #nav>li>a.active:before {
        visibility: hidden;
    }
    .ipad #nav>li.parent.hover>a.active:before {
        visibility: visible;
    }

    #header #nav li.hover ul {
        display: block !important;
    }
}


/* ipad submenu style */


/* Orphan page mobile styles */

@media only screen and (max-width: 479px) {

    .banner .innerBanner {
        display: flex;
        flex-direction: column;
    }
    .banner .innerBanner>img {
        order: 1;
    }

    .orphan-banner-section p:last-child {
        text-align: left;
    }
    .orphan-banner-section p:last-child>br {
        display: none;
    }
}

@media only screen and (max-width: 639px) {

    .banner .innerBanner>div.orphanBannerPanel {
        position: relative !important;
        min-height: 348px !important;
        order: 2;
    }

    .innerBanner .orphan-banner-section {
        position: relative;
        text-align: center;
        padding: 20px 30px;
    }
}




/* Orphan page styles */


/* Page style for 14DEForm*/

.stepText {
    font-family: HelveticaNeueCyr-roman;
}

@media only screen and (max-width:736px) {
    .stepText {
        font-family: HelveticaNeueCyr-roman;
    }
    .fdecomponent .formSteps {
        padding: 20px;
    }
    .form-state-block {
    	display:block;
    }
    .form-state-hide {
    	display:none;
    }
    .btn-group-align{
    	text-align:center;
    }
}
.btn-group-align {
	text-align:right;
}

/* 14DEFORM iPad alignment fix*/
#fourteen-day-eligible-form .container > div:first-child,
#fourteen-day-eligible-form .container > div.rightForm {
	float: left;
}

/* 14DEFORM  disabled btn style */
.form-state-hide input[type="submit"]:disabled, 
.form-state-hide input[type="button"]:disabled {
    background-color: buttonface;
}
.form-state-hide input[type="submit"]:disabled:hover, 
.form-state-hide input[type="button"]:disabled:hover {
    background-color: buttonface !important;
    color: #000000;
}
.form-state-hide .checkLabel {
    color: #b5b5b5;
}
.form-state-block .checkLabel {
    color: #000;
}    

@media only screen and (max-width:736px) {
    #fourteen-day-eligible-form .container > div.rightForm {
        float: none;
    }
}


/* Page style for 14DEForm*/

/*tablesection*/
 .ten-day-table .container > h3:first-child {
     margin-bottom: 35px !important;
     text-align: center !important;
}
 .ten-day-table {
     margin-top: 0.5rem !important;
     padding-top: 2.5rem !important;
     padding-bottom: 0.5rem !important;
}
 .ten-day-table .mb-fx-nw {
     margin-bottom: inherit !important;
}
 .ten-day-table .band-yellow {
     background-color: #ffd100;
}
 .ten-day-table .row.no-gutters:first-child .borderGrey .blue-bullets, .ten-day-table .row.no-gutters:first-child .borderGrey .orange-bullets {
     padding-top: 20px;
}
 .ten-day-table .blue-bullets li:before {
     content: '';
     position: absolute;
     left: 0px;
     top: 11px;
     height: 7px;
     width: 7px;
     background-color: #092c74;
     border-radius: 50%;
}
 .ten-day-table .orange-bullets li:before {
     content: '';
     position: absolute;
     left: 0;
     top: 11px;
     height: 7px;
     width: 7px;
     background-color: #cf451f;
     border-radius: 50%;
}
 .ten-day-table .blue-bullets li, .ten-day-table .orange-bullets li {
     padding-left: 13px;
     position: relative;
     padding-bottom: 5px;
}
 .ten-day-table .font24 {
     font-size: 1.333em 
    /*24px*/
     !important;
}
 .ten-day-table .mb-fx-nw .col-6.col-md-4:nth-of-type(2) .band-yellow {
     margin-left: 0.4rem !important;
}
 .ten-day-table .mb-fx-nw .col-6.col-md-4:nth-child(1) .band-yellow {
     margin-left: inherit !important;
     margin-right: inherit !important;
}
 @media (min-width: 992px) {
     .ten-day-table .pd-rl-tb {
         padding-right: 1rem !important;
         padding-left: 1rem !important;
         padding-top: 1rem !important;
         padding-bottom: 1rem !important;
    }
}
 @media only screen and (max-width: 767px) {
     .ten-day-table .blue-bullets li:before, .ten-day-table .orange-bullets li:before {
         top: 6px;
    }
     .ten-day-table .mb-fx-nw {
         margin-bottom: 1.5rem !important;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 1024px) {
     .ten-day-table .blue-bullets li:before, .ten-day-table .orange-bullets li:before {
         top: 6px;
    }
}
/*tablesection*/
/*productoverviewsection*/
 .productoverview.section .product-section-container {
     padding-top: 26px;
}
 @media only screen and (max-width: 767px) {
     .productoverview.section .product-section-container {
         padding-top: 45px;
    }
     .productoverview.section .product-section-container h3.product-section-title {
         padding-bottom: 45px;
    }
}
/*productoverviewsection*/
/*stripsection and textbutton section*/
 @media only screen and (min-width: 992px) {
     .strip-button-tenday>a {
         padding-right: 4.5rem !important;
         padding-left: 4.5rem !important;
    }
     .strip-section-tenday.fsl-strip {
         padding-top: 3rem !important;
         padding-bottom: 3rem !important;
    }
     .strip-section-tenday .strip-section-heading {
         padding-bottom: 15px;
    }
     .text-button-tenday {
         padding-top: 2rem !important;
         padding-bottom: 2rem !important;
    }
}
/*stripsection and textbutton section*/
/*textimagesection*/
 @media only screen and (min-width: 992px) {
     .text-image-tenday .text-image-tenday-left {
         padding-top: 60px;
    }
     .text-image-tenday .text-image-tenday-right {
         padding-top: 80px;
         padding-bottom: 55px;
    }
     .text-image-tenday .text-image-tenday-right .text-image-para {
         font-size: 26px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
     .text-image-tenday .text-image-tenday.text-image-tenday-right {
         padding-top: 55px;
    }
     .text-image-tenday .text-image-tenday-left {
         padding-top: 30px;
    }
     .text-image-tenday .text-image-tenday .text-image-tenday {
         padding-bottom: 2.5rem !important;
    }
}
 @media only screen and (max-width: 767px) {
     .text-image-tenday .text-image-tenday-right {
         padding-top: 10px;
         padding-bottom: 20px;
    }
     .text-image-tenday .text-image-tenday-left {
         padding-top: 10px;
    }
}
/*textimagesection*/
 @media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
     .strip-section-tenday.fsl-strip {
         padding-top: 3rem !important;
         padding-bottom: 2.5rem !important;
    }
	.indexBanner .sliderBanner .item.slideWithNote .bannerNote {bottom:0;width:330px;}              
}
 @media only screen and (max-width:767px) {
     .strip-section-tenday .strip-button-tenday {
         padding-bottom: 1rem !important;
         margin-bottom: inherit !important;
    }
     .product-section-container .mb-5{
         margin-bottom: 0 !important;
    }
}


/* innerbanner ui fix */

@media only screen and (max-width:812px) {

	.banner .innerBanner .txtInnerBanner {
		 max-width: 52%;
	}
}

/* app page imge ui fix for desktop & ipad */                    
@media (min-width: 768px) {
   .real-trendImg {
        float: right;
    	padding-right: 130px;             
    } 
}

.appContainer .txtTrends {
    margin-bottom: 2rem !important;
}                    
.glucoseInsight {
    margin: 0 !important;
    padding-top: 26px !important;
    padding-bottom: 21px !important;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
      display: none !important;
}
.flex-btnGroup-centered {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media only screen and (min-width:1200px) and (max-width:1600px){
    .indexBanner .sliderBanner .item.slideWithNote .bannerNote {bottom:0;width:450px} 
} 
.displayTab{
	display: block;
}
.findapharmacy  h2{
	font-size: 2.222em !important;
    }
.safety-info-link a{
    text-decoration: none;
	color: #cf4520;
}
ul.faq-tabs li,ul.faq-tabs li a,.faq-items h3{
	color: #cf4520 !important;
}
.bannerNote-New{
	top: 70%;
}
.buying-guide a:hover{
	text-decoration: underline;
}
.product-guides-new a.docTitle:hover{
	text-decoration: underline;
}
/* Buying guide banner */
section.buying-guide{

    background: -moz-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #e6e6e6 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #e6e6e6 0%,#ffffff 100%);
}

/* eVoucher*/

.numberList li {
    margin-left: 1.1em;
}
.numberList {
    list-style-type: decimal;
}
/*fsl-2-updates*/
ul.fsl-two-list li::before {
    content: "\2022";
    color: #ffd100;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 26px;
    vertical-align: middle;
    line-height:20px;
}
ul.fsl-two-list li{
    margin-bottom:20px;
    font-size:20px;
}    
.fsl-two-note-top{
    padding:50px 0 30px 0;
}
.fsl-two-banner p.fsltwo-font-22 {
    margin-top: 25px;
    font-size: 22px;
}
.fsl-two-banner p.fsltwo-font-11 {
    font-size: 11px;
    margin-top: 75px;
}
/*fsl-2-updates*/
.form-item-date-of-birth {width:100% !important; margin-right:0  !important}
#edit-date-of-birth {width:100%}
.form-item-date-of-birth-month, .form-item-date-of-birth-day {width:30% !important; margin-right:5% !important}
.form-item-date-of-birth-year {width:30% !important}
.autocomplete-suggestions {max-height:200px !important; overflow:auto; background:#fff; border:2px solid #e5e5e5}
.autocomplete-suggestion {padding:0.3em 0.5em;}
.autocomplete-suggestion:hover {background:#ffd100; cursor:pointer}

/*Sign Up Form*/
.formStepContent{ display:none}
.formSteps li{color:#b5b5b5; position:relative}
.formSteps li.active{ color:#252525}
.stepNum{width: 50px;height: 50px;line-height:44px;border: 3px solid #dddddd; background-color:#fff;}
.active .stepNum{border-color:#ffd100}
.locked .stepNum{ background-color:#ffd100; color:#252525; border-color:#ffd100}
.formSteps li:last-child:before{ content:none;}
.formSteps li:before{ content:''; height:3px; width:100%; background-color:#dddddd; right:-50%; position:absolute; top:24px; z-index:0}
.formSteps li.locked:before{ background-color:#ffd100}


.signdetails_form3 .submit-btn{
	width: auto !important;
	background-color: #ffd100 !important;

} 

.hoverType1:hover,.signup-container input[type="button"]:hover,.signup-container input[type="submit"]:hover,.signup-container input[type="reset"]:hover {background-color:#cf4520 !important; color:#fff !important; -webkit-transition:300ms all; -o-transition:300ms all; transition:300ms all; text-decoration:none !important}
.container-inline-date {
    float: none !important;
    clear: both;
    width: 100%;
}
.signupdetails .mfp-container{
   /* height: auto*/
}
.signupdetails a{
    text-decoration: none !important
    }

.error-code div, .error-code span{
color: #cf4520;
    font-size: 100%
}

input.button-gold2{
	font-size: 1.111em
}
.formStepContent label{
    font-size: 100% !important
    }
.mfp-content{
    padding: 0 !important;
        }

 
.signupdetails .form-row {
    height: 75px;
}

/* RxR Flow */
.banner-rxr {background:url(../../../../content/dam/adc/freestylelibreus/images/img-ladywithkayaks.jpg) center top no-repeat; background-size:cover}
.banner-rxr-container {height:500px}
.banner-rxr-inner {height:100%; position:relative}
.prescription-box {position:absolute; bottom:0}
.prescription-box-inner {background:#3a3a3a; padding:20px; color:#fff}
.bullet-list2 {list-style:none; margin:0; padding:0 0 0 10px; font-size:1.000em /*20px*/}
.bullet-list2 li {margin-bottom:15px; padding-left:22px; position:relative}
.bullet-list2 li:last-child {margin-bottom:0}
.bullet-list2 li:before {content:''; position:absolute; top:11px; left:0; width:10px; height:10px; background:#ffd100; border:1px solid #929292; border-radius:50%}
.sec-we-can-help {border-top:2px solid #fff}
.title {border-bottom:2px solid #ffd100; padding-bottom:8px}
.form-dob select {width:100%; padding:10px 6px; float:left}
.form-dob .font-16 {width:22%; float:left; line-height:1.3}
/*.container-inline-date {float:left !important; clear:none; width:78%}*/
.container-inline-date > .form-item {width:100% !important; margin-right:0 !important}
.form-item-date-of-birth-month {width:30% !important; margin-right:4% !important}
.form-item-date-of-birth-day {width:30% !important; margin-right:4% !important}
.form-item-date-of-birth-year {width:32% !important; margin-right:0%}
.container-inline-date .date-padding {width:100%}
.container-inline-date .form-item input, .container-inline-date .form-item select, .container-inline-date .form-item option {margin:0 !important}
.div-or {margin:16px 0 48px 0; height:1px; background:#dfdfdf; position:relative}
.div-or::after {content:'OR'; position:absolute; height:20px; width:75px; background:#fff; left:47.5%; margin-left:-22px; top:-18px; /*font-size:0.800em 16px*/; text-align:center;font-size: 24px;line-height: 36px;font-weight: 400;}
input.button-gold2 {border:0; background:#ffd100; font-size:0.900em /*18px*/; font-weight:500; color:#252525; text-transform:uppercase; width:auto; height:42px; line-height:42px; border-radius:4px; padding:0 20px; transition:all 0.3s ease}
.no-touch input.button-gold2:hover {background:#252525; color:#ffd100}
input.button-lightgold {border:0; background:#fff29d; font-size:0.900em /*18px*/; font-weight:500; color:#252525; width:auto; height:42px; line-height:42px; padding:0 20px; border-radius:4px; transition:all 0.3s ease}
.no-touch input.button-lightgold:hover {background:#252525; color:#ffd100}
.searched-phy, .searched-pharmacy {display:none}
.searched-phy p, .searched-pharmacy p {margin-bottom:0px}
.searched-phy .label, .searched-pharmacy .label {font-size:0.700em /*14px*/; color:#777777}
.searched-phy .address, .searched-pharmacy .address {font-size:0.900em /*18px*/}
input.button-gold3 {border:0; background:#ffd100; font-size:1.000em /*20px*/; font-weight:500; color:#252525; text-transform:uppercase; width:170px; height:56px; line-height:56px; padding:0; background-position:right 10px top 16px; transition:all 0.3s ease}
.no-touch input.button-gold3:hover {background:#252525; color:#ffd100; background-position:right 10px top 16px}
input.button-gold3.loading, .no-touch input.button-gold3.loading:hover {background:#ffd100 url(../../../../content/dam/adc/freestylelibreus/images/loading.gif) right 10px top 16px no-repeat; color:#252525; padding-right:20px}
.form-cbx {line-height:1}
.rxr-flow .error {top:45px}
.form-cbx .error {top:25px}
.form-cbx label {margin-bottom:0}
/*.search-pop #phy-list-popup {position:relative; background:#FFF; padding:20px; width:auto; max-width:750px; margin:0px auto; border-radius:6px; padding:146px 40px 110px 40px}*/
.white-popup {position:relative; background:#FFF; padding:0px; width:auto; max-width:750px; margin:0 auto /*20px auto*/; border-radius:6px; padding:1.5rem !important;}
.search-pop .pop-header {position:absolute; width:100%; top:0; left:0; height:146px; padding:40px 40px 0 40px}
/*.search-pop .pop-footer, .search-pop-pharmacy .pop-footer {position:absolute; width:100%; bottom:0; left:0; height:auto; padding:0 40px}*/
/*.search-pop .pop-content {height:100%; max-height:290px; overflow:auto; border-bottom:1px solid #cdcdcd}*/
.search-summary {color:#b5b5b5; padding-right:20px}
.list-search {margin:10px 0}
.list-search .form-row {padding:0 55px 0 0; margin:0}
.list-search .form-row input[type=text] {padding-right:50px;}
.list-search .form-row .btn-search {position:absolute; right:64px; top:0px; width:42px; height:42px; padding:0; border-radius:0 3px 3px 0; background:url(../../../../content/dam/adc/freestylelibreus/images/icon-search.png) center center no-repeat}
.no-touch .list-search .form-row .btn-search:hover {background:#ffd100 url(../../../../content/dam/adc/freestylelibreus/images/icon-search.png) center center no-repeat}
.list-search .form-row .search-reset {position:absolute; right:0; top:0; width:42px; height:42px; padding:0; border: 1px solid #cfcdcd; border-radius: 5px;background: url(../../../../content/dam/adc/freestylelibreus/images/icon-resett.svg) center center no-repeat;background-size: 20px auto;}
.no-touch .list-search .form-row .search-reset:hover {background:#ffd100 url(../../../../content/dam/adc/freestylelibreus/images/icon-reset.png) center center no-repeat}
.list-search .form-row .search-reset:disabled {pointer-events:none;}
.list-header {border-bottom:2px solid #ffd100; width:93%; position:absolute; bottom:0}
.list-header div {width:50%; float:left}
/*.phy-list, .pharmacy-list {font-size:0.900em ; padding:0; list-style-type:none; min-height:70px;}*/
.phy-list li, .pharmacy-list li {font-size: 18px;}
.phy-list li:last-child, .pharmacy-list li:last-child {border-bottom:0 none}
/*.phy-list a, .pharmacy-list a {float:left; width:100%; color:#252525; padding:16px 0; display:block; position:relative}*/
.phy-list li a.slideTrigger::before, .pharmacy-list li a.slideTrigger::before {content:''; position:absolute; right:10px; top:50%; margin-top:-20px; height:40px; width:40px; background:url(../../../../content/dam/adc/freestylelibreus/images/icon-downarrow.png) center center no-repeat; transition:all 0.3s ease}
.phy-list a.slideTrigger.active::before, .pharmacy-list a.slideTrigger.active::before {-webkit-transform:rotate(180deg); transform:rotate(180deg)}
.col-50p {width:50%; float:left; min-height:1px}
.phy-add, .pharmacy-add {display:none; }
/*.phy-add div:first-child, .pharmacy-add div:first-child {background:url(../../../../content/dam/adc/freestylelibreus/images/icon-pin.png) left top 1px no-repeat; padding:0 30px 0 25px}*/
/*.phy-add div:nth-child(2), .pharmacy-add div:nth-child(2) {padding-right:10px}*/
input.button-gold4 {border:0; background:#ffd100; font-size:0.889em /*16px*/; font-weight:500; color:#252525; text-transform:uppercase; width:auto; height:36px; line-height:36px; padding:0 20px; border-radius:4px; transition:all 0.3s ease}
.no-touch input.button-gold4:hover {background:#252525; color:#ffd100}
/*.search-pop-pharmacy #pharmacy-list-popup,.search-pop-pharmacy #pharmacy-list-popupPhy {position:relative; background:#FFF;  width:auto; max-width:750px;*/ margin:0px auto; border-radius:6px;}
.search-pop-pharmacy .pop-header {position:absolute; width:100%; top:0; left:0; height:146px; padding:40px 40px 0 40px}
.search-pop-pharmacy .pop-content {height:100%; max-height:270px; overflow:auto; border-bottom:1px solid #cdcdcd}
input:disabled {opacity:0.5}
.col-half {width:48%; float:left}
.mar-r-4p {margin-right:4%}
.mar-l-4p {margin-left:4%}
/*#hcp_results, #pharmacy-list-popup-content, #pharmacy_results,#pharmacy-list-popup-contentPhy {height:100%;max-height: 300px; overflow: auto;}*/

/*#phy-entry {float:left}*/
.pagination {float:right; list-style-type:none; padding-left:0}
/*.pagination li {display:inline-block; margin-left:2px}*/
.pagination li a {display: block;min-width: 42px;height: 42px;line-height: 30px;text-align: center; color: #cf4520;border: 1px solid #cf4520; border-radius: 3px;}
.no-touch .pagination li a:hover {background:#ddd; text-decoration:none}
.pagination li.first a {background:#fff url(../../../../content/dam/adc/freestylelibreus/images/arrow-pg-first.png) center center no-repeat; text-indent:-9999px; opacity:0.3}
.no-touch .pagination li.first a:hover {background:#ddd url(../../../../content/dam/adc/freestylelibreus/images/arrow-pg-first.png) center center no-repeat; opacity:1}
.pagination li.prev a {background:#fff url(../../../../content/dam/adc/freestylelibreus/images/arrow-pg-prev.png) center center no-repeat; text-indent:-9999px; opacity:0.3}
.no-touch .pagination li.prev a:hover {background:#ddd url(../../../../content/dam/adc/freestylelibreus/images/arrow-pg-prev.png) center center no-repeat; opacity:1}
.pagination li.last a {background:#fff url(../../../../content/dam/adc/freestylelibreus/images/arrow-pg-last.png) center center no-repeat; text-indent:-9999px; opacity:0.3}
.no-touch .pagination li.last a:hover {background:#ddd url(../../../../content/dam/adc/freestylelibreus/images/arrow-pg-last.png) center center no-repeat; opacity:1}
.pagination li.next a {background:#fff url(../../../../content/dam/adc/freestylelibreus/images/arrow-pg-next.png) center center no-repeat; text-indent:-9999px; opacity:0.3}
.no-touch .pagination li.next a:hover {background:#ddd url(../../../../content/dam/adc/freestylelibreus/images/arrow-pg-next.png) center center no-repeat; opacity:1}
.pagination li.active a {background:#fff; border:2px solid #ffd100; line-height:38px}
.no-touch .pagination li.active a:hover {background:#fff}
#phy-list-popup.loading, #pharmacy-list-popup.loading , #pharmacy-list-popupPhy.loading{background:#fff url(../../../../content/dam/adc/freestylelibreus/images/loader_big.gif) center center no-repeat; min-height:100px}
/* ============== */


/* Font Weight / Size / Color */
.fontLight {font-weight:300}
.fontRoman {font-weight:400}
.fontMedium {font-weight:500}
.fontBold {font-weight:600}
.fontHeavy {font-weight:700}

.fontGray{color:#707070}
.fontDarkGray{color:#252525}

.fontBlack {color:#000000}
.fontWhite {color:#FFFFFF}
.fontOrange {color:#f36e24}
.fontDarkOrange {color:#cf4520}
.fontYellow {color:#ffd100}
.fontBlue {color:#001489}

.font12 {font-size:0.667em /*12px*/}
.font13 {font-size:0.722em /*13px*/}
.font14 {font-size:0.778em /*14px*/}
.font18 {font-size:1.000em /*18px*/}
.font20 {font-size:1.111em /*20px*/}
.font24 {font-size:1.333em /*24px*/}
.font28{font-size:1.556em /*28px*/}
.font30{font-size:1.875em /*30px*/}
.font48 {font-size:2.667em /*48px*/; }
.font60 {font-size:3.333em /*60px*/}
.font72 {font-size:4em /*72px*/}
.font88 {font-size:4.889em /*88px*/; line-height:1em}
.font112 {font-size:6.222em /*112px*/; line-height:1em}
.font100p{font-size:100%}


.mfp-container{height: 100%;vertical-align:middle;}
.searched-phy p{padding: 0;}
.searched-pha p{margin: 0}
/*.fontLightGray{
    color: #777777
}*/

    .socialmedia.section{margin-top: 15px;}

.signupdetails .col-50p.form-container{
position: relative
}

/*#phy-entry {
    float: left;
    margin: 20px 0px;
    background: #dddddd
}*/
.fl_none{
    float:none !important
    }

/* pager */
.pager {text-align:center}
.pager li {margin:0 3px}
.pager li.pager-current {height:42px; width:42px; line-height:40px; border:1px solid #252525; color:#252525; border-radius:3px; text-align:center; display:inline-block}
.pager li a{display:block}
.pager li.pager-item {height:42px; width:42px; line-height:40px; border:1px solid #cf4520; color:#cf4520; border-radius:3px; text-align:center; display:inline-block}
.pager li.pager-item a:hover {color:#cf4520}
.pager .first {height:42px; width:42px; line-height:40px; border:1px solid #cf4520; color:#cf4520; border-radius:3px; text-align:center; display:inline-block; background:#fff url(clientlib-all/images/first-arrow.svg) center center no-repeat; text-indent:-9999px; background-size:20px 20px}
.pager .first {height:42px; width:42px; line-height:40px; border:1px solid #cf4520; color:#cf4520; border-radius:3px; text-align:center; display:inline-block; background:#fff url(clientlib-all/images/first-arrow.svg) center center no-repeat; text-indent:-9999px; background-size:20px 20px}
.pager .last {height:42px; width:42px; line-height:40px; border:1px solid #cf4520; color:#cf4520; border-radius:3px; text-align:center; display:inline-block; background:#fff url(clientlib-all/images/last-arrow.svg) center center no-repeat; text-indent:-9999px; background-size:20px 20px}
.pager .pager-previous {height:42px; width:42px; line-height:40px; border:1px solid #cf4520; color:#cf4520; border-radius:3px; text-align:center; display:inline-block; background:#fff url(clientlib-all/images/prev-arrow.svg) center center no-repeat; text-indent:-9999px; background-size:12px 20px}
.pager .pager-next {height:42px; width:42px; line-height:40px; border:1px solid #cf4520; color:#cf4520; border-radius:3px; text-align:center; display:inline-block; background:#fff url(clientlib-all/images/next-arrow.svg) center center no-repeat; text-indent:-9999px; background-size:12px 20px}
.pager .pager-current {height:42px; width:42px; line-height:40px; border:1px solid #cf4520; color:#cf4520; border-radius:3px; text-align:center; display:inline-block; background:none; text-indent:0;}
#formdetail_1,#formdetail_2,#formdetail_3{
    margin-bottom: 50px;
}
.submit-btn.loading,a.loading{
    background: #ffd100 url(../../../../content/dam/adc/freestylelibreus/images/loading.gif) right 10px center no-repeat;
    color: #252525;
    padding-right: 45px !important;
}
.submit-btn.loading{
	 background: #ffd100 url(../../../../content/dam/adc/freestylelibreus/images/loading.gif) right 10px center no-repeat !important;
}
#pharmacy-list-popup-content h3{

font-size: 1.250em /*26px*/;
    font-weight: 500;
}


.auto_complete.ui-autocomplete{
    width: 100%;
    margin-top: 40px;
    max-height: 100px;
    overflow: auto;
	z-index: 1;
}
.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url(clientlib-all/css/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item:hover{background:#f1f1f1 !important; color:#f36e24 !important; border-top:1px solid #aaaaaa !important;border-bottom:1px solid #aaaaaa !important}

.form-item-physician-city,.form-item-pharmacy-city{
font-size: 14.004px
}


.searched-phy .label, .searched-pharmacy .label, .searched-pha .label {
    font-size: 0.700em /*14px*/;
    color: #777777;
	padding: 0
}
#phanotfound,#phynotfound{
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}
/*#txt_pharmacy_search1,#txt_pharmacy_search{
    width: 76%;
    margin-left: 21%;
    font-size: 14px;
}*/
.paginationActive {
    border: 1px solid #252525 !important;
    color: #252525 !important;

}
.f13{
    font-size: 13.3333px;
}
@media (min-width:1025px){
.signupdetails .formSteps  li:nth-of-type(3) .no-gutters{ max-width: 43% !important; margin: 0 auto !important;}
/*#pharmacy-list-popupPhy,#phy-entry-popup{margin-top:-27px !important;}*/
.colSpacing:nth-child(2){margin:0px 65px 0px 65px}
}
#frm_rxr_add_physician ul.auto_complete{
margin-left: 15px;
width: 336px;
}


.auto_complete.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content li.ui-menu-item{
font-size: 14px !important;
line-height:21px !important;
font-weight:500 !important;
color:#252525;
font-family: 'Helvetica Neue', Arial, sans-serif
}
/*.pbphy,.pbpha{padding-bottom:1.5rem !important}*/

/*#acc-rxr-age-not-eligible-popup{
margin-top: 90px !important;
}

#acc-rxr-age18less-RXR-confirm-popup{
margin-top: 110px !important;
}*/

.submit-btn.form-submit.loading:hover {
    background: #ffd100 url(../../../../content/dam/adc/freestylelibreus/images/loading.gif) right 10px center no-repeat !important;
    color: #252525 !important;
    }
/*#acc-create-welcome-popup{
	margin-top: 131px !important;
}*/
/*24-02-2018*/
.checkGlucose h3{font-weight:300 !important}
/*#footer .footerLinks a{margin-right:9px}*/
/*form#frm_unsubscribe {margin-top:67px;}
#unsub-popup{margin-top: 8px !important;}*/
.cgmTable .stickyTableHead tbody tr td .no-gutters:last-child div{border-bottom:none !important}


 

   .ten-day-table .container > h3:first-child {

        margin-bottom: 35px !important;

        text-align: center !important;

    }

    .ten-day-table{

        margin-top: 0.5rem !important;

        padding-top: 2.5rem !important;

        padding-bottom: 0.5rem !important;

    }

    .ten-day-table .mb-fx-nw{

        margin-bottom:inherit !important;

    }

 

    .ten-day-table .band-yellow {

        background-color: #ffd100;

    }

    .ten-day-table .row.no-gutters:first-child .borderGrey .blue-bullets, .ten-day-table .row.no-gutters:first-child .borderGrey .orange-bullets{

        padding-top: 20px;

    }

    .ten-day-table .blue-bullets li:before {

        content: '';

        position: absolute;

        left: 0px;

        top: 11px;

        height: 7px;

        width: 7px;

        background-color: #092c74;

        border-radius: 50%;

    }

    .ten-day-table .orange-bullets li:before {

        content: '';

        position: absolute;

        left: 0;

        top: 11px;

        height: 7px;

        width: 7px;

        background-color: #cf451f;

        border-radius: 50%;

    }

    .ten-day-table .blue-bullets li, .ten-day-table .orange-bullets li  {

        padding-left: 13px;

        position: relative;

        padding-bottom: 5px;

    }

    .ten-day-table .font24{

        font-size: 1.333em /*24px*/ !important;

    }

    .ten-day-table .mb-fx-nw .col-6.col-md-4:nth-of-type(2) .band-yellow {

       

        margin-left: 0.4rem !important;

    }

    .ten-day-table .mb-fx-nw .col-6.col-md-4:nth-child(1) .band-yellow {

        margin-left: inherit !important;

        margin-right: inherit !important;

    } 

    @media only screen and (min-width: 992px) {

    .ten-day-table .pd-rl-tb {

        padding-right: 1rem !important;

        padding-left: 1rem !important;

        padding-top: 1rem !important;

        padding-bottom: 1rem !important;

    }

  

    }

    @media only screen and (max-width: 767px) {
	.fsl-two-banner h2 {
    	font-size: 13px;
		padding-bottom:5px;          
	}
	p.font-11-xs{
        font-size:11px;
		margin-top:10px;
    }            
	.fsl-two-banner p.fsltwo-font-22 {
    	font-size: 10px;
        margin-top: 15px;
	}

    .ten-day-table .blue-bullets li:before, .ten-day-table .orange-bullets li:before {

        top: 6px;

    }

    .ten-day-table .mb-fx-nw{

        margin-bottom: 1.5rem !important;

    }

 

    }

    @media only screen and (min-width: 768px) and (max-width:1024px){

    .ten-day-table .blue-bullets li:before, .ten-day-table .orange-bullets li:before {

        top: 6px;

    }

    }
/*#faqTabs img {width: 165px !important;}*/
#signUp .error-code-ph{position:absolute}
.signupdetails .formSteps{padding-top: 1.5rem}
.form-item-city ul.auto_complete.ui-autocomplete{max-height:200px;}
.video .video-overlay-img{background-position: bottom right !important;}
.stickyTableHead tbody .no-gutters:first-child .no-pt-1,.stickyTableHead tbody .no-gutters:first-child .no-pt-2{padding-top: 0px !important;}
.signupdetails  .formStepContent a,.signupdetails .formStepContent a:visited {color: #cf4520;}
.productoverview ul li:last-child {padding-bottom:0px !important;margin-bottom:1.12em !important}
.productoverview.section .product-section-container {padding-top: 26px;}
@media only screen and (max-width:767px){
  .productoverview.section .product-section-container {
      padding-top: 45px;
     	padding-bottom: 40px;
  }
  .productoverview.section .product-section-container h3.product-section-title{
    padding-bottom: 45px;
  }
}
.signupdetails .signupdetails {padding-bottom:0px!important}
/*#faqTabs #tab-1 img{width:242px !important}*/
#footer a:focus{color: inherit !important;text-decoration: none; outline: none;}
#mainNav .signUp a:focus{color:#ffd100;text-decoration: none; outline: none;}
#unsub-popup .error-code-ph{position:absolute}
#acc-create-exception-popup a:focus,#acc-create-exception-popup a:hover {outline:none;text-decoration:none;}
#edit-date-of-birth-month-error,#edit-date-of-birth-year-error,#edit-date-of-birth-day-error{display: none !important}
#formdetail_2 h3{margin-bottom: 33px !important}
/*24-02-2018*/

/*.search-pop-pharmacy #pharmacy-list-popup, .search-pop-pharmacy #pharmacy-list-popupPhy{
width: 750px;
top: 27px;
}*/

/*.search-pop-pharmacy .mfp-content{
width: auto
}*/

.phy-list, .pharmacy-list{
overflow: hidden
}
.signupdetails  .error-code-ph,.signup .error-code-ph{
    display: none
        }
#frm_rxr_add_physician .error-code div, #frm_rxr_add_physician .error-code span{
    position: absolute;
}
div#acc-create-duplicate-popup a:hover ,a:active{
    text-decoration: none;
}
            a:focus {
    color: inherit;
    text-decoration: none;
}
#popupWrapperPha .search-summary{
color: #000000 !important;
}
.signupdetails .auto_complete{
display: none;
}

#acc-create-duplicate-popup .mb-4{
margin-top: 1.5rem !important
}
#acc-rxr-kaiser-popup a{
     color: #cf4520;
}
#acc-rxr-kaiser-popup a:hover {
    outline: 0;
    color: #000;
    text-decoration: underline;
}
/*#acc-rxr-kaiser-popup a:focus,#acc-rxr-kaiser-popup a:active {
    color: #cf4520;
}*/
#fsl-cgm-form .form-submit.loading {
    background: #ffd100 url(../../../../content/dam/adc/freestylelibreus/images/loading.gif) right 10px center no-repeat !important;
	color: #252525;
    padding-right: 45px !important;
}

#disclaimer-popup{
	display: none;
}

/*Pop up physician*/

/*#popupWrapperPhy .mfp-container{ 
	left:-2px;

}*/
.search-pop-pharmacy #pharmacy-list-popup, .search-pop-pharmacy #pharmacy-list-popupPhy{
    
        max-width: 768px;
       
    }
.list-search {
    margin: 6px 0 0 0;
}
 
.list-search .form-row .btn-search { 
    right: 58px;
}
.list-search .form-row .btn-search
{

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4yIiBiYXNlUHJvZmlsZT0idGlueSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQoJIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzYuM3B4IiBoZWlnaHQ9IjI5LjNweCIgdmlld0JveD0iMCAwIDM2LjMgMjkuMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSJub25lIiBkPSJNMTAuOSw0LjNDOC41LDUsNi41LDYuNSw1LjMsOC43Yy0xLjIsMi4yLTEuNiw0LjctMC45LDcuMWMxLjEsNC4xLDQuOCw2LjksOSw2LjljMC44LDAsMS42LTAuMSwyLjQtMC4zDQoJCWMyLjQtMC42LDQuNC0yLjIsNS43LTQuM2MxLjItMi4yLDEuNi00LjcsMC45LTcuMWMtMS4xLTQuMS00LjgtNi45LTktNi45QzEyLjUsNCwxMS43LDQuMSwxMC45LDQuM3oiLz4NCgk8cGF0aCBkPSJNOS45LDAuNUM2LjQsMS40LDMuNiwzLjYsMS44LDYuN0MwLDkuOC0wLjUsMTMuNCwwLjUsMTYuOGMxLjYsNS44LDYuOSw5LjksMTIuOSw5LjljMS4yLDAsMi4zLTAuMiwzLjUtMC41DQoJCWMyLjItMC42LDQuMi0xLjcsNS44LTMuM2wtMC44LTAuNWMtMS4xLTAuNy0xLjUtMi4xLTAuOC0zLjNjMC43LTEuMSwyLjEtMS41LDMuMy0wLjhsMS4yLDAuN2MxLjQtMi45LDEuNy02LjEsMC44LTkuMg0KCQlDMjQuNyw0LjEsMTkuNCwwLDEzLjMsMGgwQzEyLjIsMCwxMSwwLjIsOS45LDAuNXogTTIyLjQsMTAuOWMwLjYsMi40LDAuMyw0LjktMC45LDcuMWMtMS4yLDIuMi0zLjMsMy43LTUuNyw0LjMNCgkJYy0wLjgsMC4yLTEuNiwwLjMtMi40LDAuM2MtNC4yLDAtNy45LTIuOC05LTYuOUMzLjcsMTMuMyw0LDEwLjgsNS4zLDguN0M2LjUsNi41LDguNSw1LDEwLjksNC4zQzExLjcsNC4xLDEyLjUsNCwxMy4zLDQNCgkJQzE3LjYsNCwyMS4zLDYuOCwyMi40LDEwLjl6Ii8+DQoJPHBhdGggZD0iTTIxLDE5LjJjLTAuNywxLjEtMC4zLDIuNiwwLjgsMy4zbDAuOCwwLjVMMzIuNywyOWMxLjEsMC43LDIuNiwwLjMsMy4zLTAuOGMwLjctMS4xLDAuMy0yLjYtMC44LTMuM2wtOS43LTUuOWwtMS4yLTAuNw0KCQlDMjMuMSwxNy43LDIxLjYsMTguMSwyMSwxOS4yeiIvPg0KPC9nPg0KPC9zdmc+DQo=) center center no-repeat;

background-size: 20px auto;

}
.search-pop-pharmacy .pop-header{
    height: 133px;
            padding-left: 23.5px !important;
        }

 
.list-header .location_p{padding-left: 0.5px;}
.list-header{width: 719px;}

.pharmacy_citystate1{margin-left: -1px}
.phy-list li, .pharmacy-list li,.search-pop-pharmacy .pop-content{border-bottom: 1px solid #f2f2f2}
.search-pop-pharmacy .pop-content{max-height: 300px;}
#pharmacy-list-popup-content, #pharmacy-list-popup-contentPhy{max-height: none;}
/*.search-pop .pop-footer, .search-pop-pharmacy .pop-footer{padding: 0px 24px;}*/
.pagination li.first a,.pagination li.prev a,.pagination li.last a,.pagination li.next a{
opacity: 1 !important;
color: #cf4520 !important;
border: 1px solid #cf4520 !important
}

/*.search-pop-pharmacy #pharmacy-list-popup{
top: 0px;
left: -3px;
padding-bottom: 50px;
}*/

#pharmacy-list-popup-content h3 {
    font-size: 1.333em;
    font-weight: 500;
}

/*#popupWrapperPha .search-pop-pharmacy .pop-header {
    height: 133px;
    padding-left: 24.5px !important;
}*/
/*.pharmacy-list{margin-left: -0.5px}*/
.pagination {
     display: inline-block;  
     padding-left: 0; 
    margin: 0;
     border-radius: 4px;  
}
.pagination li a {
    display: block;
    min-width: 42px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    color: #cf4520;
    border: 1px solid #cf4520;
    border-radius: 3px;
}
.pagination li.active a {
    border: 1px solid #252525;
    color: #252525;
    pointer-events: none;
}

.pagination>li>a, .pagination>li>span {
    position: static;
    float: none;
    padding: 0px;
	margin-left: 0px;
}
.pagination li{
	margin-top: 1px;
}
.pagination li.active a{
	line-height: 40px;
}

.borderGrey {
    border-style: solid;
    border-color: #f2f2f2;
    border-width: 0;
}
#phyTotalnoR,#phaFilteredRes{display:none ;font-size: 14.004px;color: #000;}
#searchContainer{display:none;}
table .borderLeft2{
	border-left-width: 2px !important;
}
table .borderBottom2{
	border-bottom-width: 2px !important;
}
.borderRight2.borderGrey  {
    border-right-width: 2px !important;
}

/* IPad issue fixes */

@media only screen and (min-width:768px) and (max-width:980px) and (orientation:landscape){
.col-sm-6 {
         -ms-flex: 0 0 49%;
         flex: 0 0 49%;
    }
     .col-sm-8{
         -ms-flex: 0 0 65.666667%;
         flex: 0 0 65.666667%;
    }
	.col-6 {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
	}
     .col-sm-4{
         -ms-flex: 0 0 32.333333% !important;
         flex: 0 0 32.333333%  !important;
    }
	.mob-mt-5{
		margin-top: 1rem !important;
	}
}
	
@media only screen and (max-width:767px) {
.col-6 {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
	}
	
}	

@media only screen and (min-width:768px) and (max-width:1024px) {
     .col-md-9 {
         -ms-flex: 0 0 73%;
         flex: 0 0 73%;
    }
     .col-sm-4{
         -ms-flex: 1 0 32.333333% !important;
         flex: 1 0 32.333333%  !important;
    }
  .col-sm-3{
         -ms-flex: 1 0 24%;
         flex: 1 0 24%;
    }
     .col-md-4{
         -ms-flex: 1 0 32.333333%;
         flex: 1 0 32.333333%;
    }
     .col-md-8{
         -ms-flex: 0 0 65.666667%;
         flex: 0 0 65.666667%;
    }
     .col-md-6 {
         -ms-flex: 0 0 49%;
         flex: 0 0 49%;
    }
     .col-sm-6 {
         -ms-flex: 0 0 49%;
         flex: 0 0 49%;
    }
     .col-md-5 {
         -ms-flex: 0 0 40.666667%;
         flex: 0 0 40.666667%;
    }
     .col-md-10 {
         -ms-flex: 0 0 82.333333%;
         flex: 0 0 82.333333%;
    }
     .col-md-7 {
         -ms-flex: 0 0 57.333333%;
         flex: 0 0 57.333333%;
    }
     .grTab li:nth-child(1) {
         width: 26.350427350427353%;
    }
}

@media only screen and (min-width:981px) and (max-width:1024px) and (orientation:landscape){
.col-lg-6 {
         -ms-flex: 0 0 49%;
         flex: 0 0 49%;
    }	
	
.col-lg-4 {
         -ms-flex: 0 0 32.333333%;
         flex: 0 0 32.333333%;
    }
}	

/* FreeStyle 14 day trail changes */                       

.font-32{
	font-size: 32px;
}
.font-design-19{
    font-size:19px;
}
.font-design-19 li:before{
    top:10px
}
.orange-font{
 color: #cf4520;
font-weight:bold;
}

/* Orphan page changes */



.font-design-20 li:before{
    top:12px;
    width: 8px; 
    height: 8px;
    background-color:#ffd100;
}
.font-design-20 li{
    padding-left:25px;
    padding-bottom: 15px;
}

.font-design-22 {font-size: 22px;margin-top: 17px;}
.font-design-13{font-size:13px;margin-top: 17px;}

.orphan-main-banner{
    position:relative;
}
.orphan-banner-section{
    position: absolute;
    top: 23%;

    
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
      .orphan-banner-section{
          top:8%;
          max-width:65%;
      }
  }
@media only screen and (max-width:767px){
 	.orphan-banner-section{
          top:8%;
    }
        }
/*Header change desktop*/


 @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
    .orphan-banner-section .font-design-22 br {
    	display: none;
	}
}

 @media only screen and (max-width: 767px) and (min-width: 320px){
    
    .margin-btm-iphone{
    margin-bottom: 30px !important;
        }
}
 @media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape){
   
    .orphan-banner-section .font-design-22{
    font-size:14px !important;
            }
}


    


 @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
   
    .orphan-banner-section .font-design-22 br {
    	display: none;
	}
}

 @media only screen and (max-width: 767px) and (min-width: 320px){
    
    .margin-btm-iphone{
    margin-bottom: 30px !important;
        }
}
 @media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape){
   
   
    .orphan-banner-section .font-design-22{
    font-size:14px !important;
            }
}


/* Product Guides Tab requirement */
.productsguides .nav.nav-tabs,
#warranty-info .nav.nav-tabs {
    border: 0;
    display: flex;
    justify-content: center;
}
.productsguides .nav-tabs li.nav-item,
#warranty-info .nav-tabs li.nav-item {
	margin: 0 10px;
}
.productsguides .nav-tabs li a.nav-link,
#warranty-info .nav-tabs li a.nav-link{
	background-color: #f2f2f2;
    color: #a0a0a0;
    font-size: 1.111em ;
    border: 0;
}
#warranty-info .nav-tabs li a.nav-link{
	background-color: #fff;
}
.productsguides .nav-tabs li.active a.nav-link,
#warranty-info .nav-tabs li.active a.nav-link{
    background-color: #ffd100;
	color: #000000;  

}
.image-tenday-left {
    padding-top: 10px;
}

@media only screen and (min-width:992px) {
     .text-image-tenday .text-image-tenday-left {
         padding-top: 60px;
    }
     .text-image-tenday .text-image-tenday-right {
         padding-top: 80px;
         padding-bottom: 55px;
    }
     .text-image-tenday .text-image-tenday-right .text-image-para {
         font-size: 26px;
    }
}
 @media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
     .text-image-tenday .text-image-tenday.text-image-tenday-right {
         padding-top: 55px;
    }
     .text-image-tenday .text-image-tenday-left {
         padding-top: 30px;
    }
     .text-image-tenday .text-image-tenday .text-image-tenday {
         padding-bottom: 2.5rem !important;
    }
}
 @media only screen and (max-width:767px) {
     .text-image-tenday .text-image-tenday-right {
         padding-top: 10px;
         padding-bottom: 20px;
    }
     .text-image-tenday .text-image-tenday-left {
         padding-top: 10px;
    }
}

/* Freestylelibre 14day page styles */    

.getReadingWrapper {
    width: 100%;
    float: left;
    padding-top: 36px;
}

.getReadingWrapper > .col-md-6 p{
                font-family: 'Helvetica Neue';
                font-size: 20px;
                text-align: left;
}

.getReadingWrapper > .col-md-6 p strong {
    padding: 10px 0 0;
    display: block;
}
.getReadingWrapper > .col-md-6 p.pb-1{
                font-size: 12px;
                text-align: left;
                padding-top: 0px;
}


.fourteenDaySection {
    padding-top: 0 !important;
}
.fourteenDayTabTitle {
                background: #f2f2f2;
                padding: 3rem 0 1rem 0;
                position: relative;
}
.fourteenDaySection div.main-tab > ul.r-tabs-nav {
                background: #f2f2f2;
    padding-bottom: 50px;
}
.fourteenDaySection div.r-tabs:not(.sub-tab) .r-tabs-nav > li {
    margin: 0 10px;
    width: 19%;
}
.fourteenDaySection .main-tab .r-tabs-nav > li > a {border:0;background: #fff;}
.fourteenDaySection .main-tab .r-tabs-nav > li.r-tabs-state-active > a {
                background: #ffd100;
                border: 0;
                color: #000 !important;
}
.fourteenDaySection {
    padding-top: 0 !important;
                padding-bottom: 0 !important;
}

.fourteenDaySection div.sub-tab .r-tabs-nav {
    position: relative !important;
                font-size: 18px;
}
.fourteenDaySection div.sub-tab .r-tabs-tab {
    width: auto;
}
.fourteenDaySection .sub-tab .r-tabs-nav > li > a {
                background: #f2f2f2;
    padding: 10px 10px;
}
.fourteenDaySection .main-tab #tab-3 .productoverview ul > li,
.fourteenDaySection .main-tab #tab-3 .productguidance ul > li{
                width: auto;
}
.fourteenDaySection div.sub-tab ul.r-tabs-nav > li.r-tabs-tab {
    width: 17%;
    margin-left: 12px;
}                
.fourteenDaySection div.sub-tab ul.r-tabs-nav > li.r-tabs-tab:first-child {
    margin-left: 0;
    width: 21%;
}
.fourteenDaySection .main-tab .r-tabs-panel .tabs section > .container {
                padding-top: 62px;
}
.fourteenDaySection .sub-tab > .r-tabs-panel  > .row > div:first-child {
                margin-right: 4rem ;
}  
.fourteenDaySection .main-tab .r-tabs-panel .productoverview .yellowBullets2 {
    margin-left: 147px;
}                                                    
.fourteenDaySection .main-tab > #tab-2 .productoverview section {
    padding-top: 0 !important;
}

/*Tabs in Reader tab */
@media only screen and (max-width: 736px)
.fourteenDaySection .sub-tab > .r-tabs-accordion-title > a {
    background: #f2f2f2;
    border: 0;
    color: #858585!important;
}
/* glucoseMonitor App page styles */
.innerBanner .appBanner {
    left: 58%;
    position: relative;
    width: 35%;
}
.innerBanner .appBanner > h2 {
                font-size: 26px;
    font-weight: 400;
}
.innerBanner .appBanner > p {
                font-size: 12px;
}

/*home banner three update*/
.learn-more-div .pd-rt-lt {
	padding-right: 2rem !important;
	padding-left: 2rem !important;
}

.learn-more-div {
	text-align: center;
}

@media only screen and (min-width: 320px) and (max-width:767px) and (orientation:portrait) {
	.now-available-banner .bannerText {
		top: 26%;
	}
	.video-mob-img.libreBenefit{
     height:170px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) and (orientation:landscape) {
	.now-available-banner .bannerText {
		top: 35%;
	}
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
	.now-available-banner .bannerText {
		top: 40%;
	}
} 


  /*home banner three update*/
 /*faqTabs*/
#faqTabsTenDay {
	position: relative;
	margin: 0 auto;
}

#faqTabs #faqTabstab-1 img,
#faqTabsTenDay #faqTabsTenDaytab-1 img {
	width: 242px !important;
}

#faqTabsTenDay .r-tabs-tab.active a {
	font-weight: 500;
}

#faqTabsTenDay .r-tabs-nav .r-tabs-tab {
	position: relative;
}

#faqTabsTenDay .r-tabs-tab {
	display: inline-block;
	list-style: none;
	vertical-align: top;
}

#faqTabsTenDay .r-tabs-tab.active a::after {
	opacity: 1;
}

#faqTabsTenDay .r-tabs-accordion-title,
.faqs #myTabContent>.r-tabs-accordion-title {
	display: none;
}

#faqTabsTenDay .r-tabs-panel {
	border-top: 0px solid #fff;
}

#faqTabs img,
#faqTabsTenDay img {
	width: 165px !important;
}

@media only screen and (max-width:767px) {
	.product-overview-tenday {
		padding-bottom: inherit !important;
	}
	#faqTabsTenDay .r-tabs-nav {
		display: none;
	}
	#faqTabsTenDay .r-tabs-accordion-title.r-tabs-state-active {
		border-radius: 5px 5px 0 0;
	}
	#faqTabsTenDay .r-tabs-accordion-title {
		display: block;
		width: 100%;
		background: #fff;
		border: 2px solid #e5e5e5;
		text-align: left;
		border-radius: 5px;
	}
	#faqTabsTenDay .r-tabs-accordion-title .r-tabs-anchor {
		padding: 10px 30px 10px 10px;
	}
	#faqTabsTenDay .r-tabs-accordion-title.active .r-tabs-anchor {
		color: #f36e24;
		text-shadow: none;
		text-align: center;
	}
	#faqTabsTenDay .r-tabs-accordion-title .r-tabs-anchor::after {
		content: '';
		background: url(../../../../content/dam/adc/freestylelibreus/images/icon-right-arrow.svg) right top no-repeat;
		width: 10px;
		height: 19px;
		position: absolute;
		right: 10px;
		top: 11px;
		opacity: 0.3;
	}
	#faqTabsTenDay .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor::after {
		transform: rotate(90deg);
		right: 13px;
		opacity: 0.5;
	}
	#faqTabsTenDay .r-tabs-accordion-title.r-tabs-state-active {
		border-radius: 5px 5px 0 0;
	}
	#faqTabsTenDay .r-tabs-accordion-title .r-tabs-anchor {
		display: block;
		text-decoration: none;
		text-align: center;
	}
	#faqTabsTenDay .r-tabs-accordion-title .r-tabs-anchor {
		text-align: left;
		font-size: 1.286em;
		color: #cf4520;
		font-weight: 500;
		position: relative;
	}
	#faqTabsTenDay .r-tabs-accordion-title.r-tabs-state-active {
		margin-bottom: 0px;
		background: #e5e5e5;
	}
	#faqTabsTenDay .r-tabs-panel {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border: 2px solid #e5e5e5;
		border-top: 0;
		border-radius: 0 0 5px 5px;
	}
	#faqTabsTenDay img {
		max-width: 100px;
	}
	#faqTabsTenDay,
	#faqTabs {
		padding-right: 15px;
		padding-left: 15px;
	}
	#faqTabsTenDay .r-tabs-accordion-title {
		margin-bottom: 5px;
	}
	#faqTabsTenDay .r-tabs-panel.collapse.in {
		display: block !important;
		height: auto !important;
	}
	#faqTabsTenDay .r-tabs-panel.collapse {
		display: none !important;
	}
	.faqs.section #myTabContent {
		width: 100%;
	}
	#faqTabsTenDay {
		margin-top: 20px;
	}
	#faqTabs #faqTabstab-1 img,
	#faqTabs #faqTabstab-2 img,
	#faqTabsTenDay #faqTabsTenDaytab-1 img,
	#faqTabsTenDay #faqTabsTenDaytab-2 img {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

#faqTabsTenDay .faq-tabs .r-tabs-state-active a {
	font-weight: 500;
}

@media only screen and (min-width:768px) {
	#faqTabsTenDay .r-tabs-panel.active {
		display: block !important;
	}
}

.faqs #myTabContent {
	width: 100%;
}

.safarifix #faqTabsTenDay .row {
	display: block;
}

.safarifix #faqTabsTenDay h2 {
	margin-top: 35px;
}
/*apptab12/17*/
#faqTabsApp .faq-tabs .r-tabs-state-active a {
    font-weight: 500;
}
#faqTabsApp .faq-tabs li a {
    font-size: 1.2em;
    display: block;
    line-height: 35px;
    border-bottom: 2px solid #ffd100;
	font-weight: 300;
    text-align: left;
    padding:10px 0 10px 0;

}
#faqTabsApp .faq-tabs li a::after{
     top:17px;
}
#faqTabsApp .r-tabs-tab.active a {
    font-weight: 500;
}
#faqTabsApp #faqTabsApptab-1 img{
    width: 242px !important;
}
#faqTabsApp img {
    width: 165px !important;
}
@media only screen and (min-width: 768px){
#faqTabsApp .r-tabs-panel.active {
    display: block !important;
}
}
@media only screen and (max-width: 767px){
#faqTabsApp .r-tabs-accordion-title.r-tabs-state-active {
    margin-bottom: 0px;
    background: #e5e5e5;
    border-radius: 5px 5px 0 0;
}
#faqTabsApp .r-tabs-nav {
    display: none;
}
#faqTabsApp #faqTabsApptab-1 img, #faqTabsApp #faqTabsApptab-2 img {
    margin-top: 10px;
    margin-bottom: 10px;
}
#faqTabsApp img {
    max-width: 100px;
}
#faqTabsApp .r-tabs-accordion-title {
    display: block;
    width: 100%;
    border: 2px solid #e5e5e5;
    text-align: left;
    border-radius: 5px;
    margin-bottom: 5px;
    
}
#faqTabsApp {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 20px;
}
#faqTabsApp .r-tabs-accordion-title .r-tabs-anchor {
    text-align: left;
    font-size: 1.286em;
    color: #cf4520;
    font-weight: 500;
    position: relative;
    display: block;
    text-decoration: none;
    padding: 10px 30px 10px 10px;
    text-shadow: none;
}
#faqTabsApp .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor::after {
    transform: rotate(90deg);
    right: 13px;
    opacity: 0.5;
}
#faqTabsApp .r-tabs-accordion-title .r-tabs-anchor::after {
    content: '';
    background: url(../../../../content/dam/adc/freestylelibreus/images/icon-right-arrow.svg) right top no-repeat;
    width: 10px;
    height: 19px;
    position: absolute;
    right: 10px;
    top: 11px;
    opacity: 0.3;
}
#faqTabsApp .r-tabs-panel {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border: 2px solid #e5e5e5;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}
#faqTabsApp .r-tabs-panel.collapse.in {
    display: block !important;	
    height: auto !important;
}
#faqTabsApp .r-tabs-panel.collapse {
    display: none !important;
}

}
@media only screen and (min-width: 768px) and (max-width:1024px) and (orientation:portrait){
   #faqTabsApp .faq-tabs li a {
    	font-size: 1em;
    	line-height: 25px;
	}
    #faqTabsApp .faq-tabs li a::after {
    	top: 11px;
    }

}
@media only screen and (min-width: 768px) and (max-width:1024px) and (orientation:landscape){
   #faqTabsApp .faq-tabs li a {
    	font-size: 1.4em;
	}

}
.safarifix #faqTabsApp .row {
	display: block;
}

.safarifix #faqTabsApp h2 {
	margin-top: 35px;
}            
/*faqTabs*/  

/* safari fix 14day and app page */        
.safarifix .readerProdImg {
	max-width:48%
}    
.safarifix .txtTrendsPanel {
	margin-top: 50px;
}


/* Librelinkup Updates */


/* Helvetica Neue - Light */

@font-face {
    font-family: 'HelveticaNeueCyr-Light';
    src: url(clientlib-all/fonts/helveticaneuecyr-light-webfont.woff2) format('woff2'), url(clientlib-all/fonts/helveticaneuecyr-light-webfont.woff) format('woff'), url(clientlib-all/fonts/helveticaneuecyr-light-webfont.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}


/* Helvetica Neue - Roman */

@font-face {
    font-family: 'HelveticaNeueCyr-Roman';
    src: url(clientlib-all/fonts/helveticaneuecyr-roman-webfont.woff2) format('woff2'), url(clientlib-all/fonts/helveticaneuecyr-roman-webfont.woff) format('woff'), url(clientlib-all/fonts/helveticaneuecyr-roman-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}


/* Helvetica Neue - Medium */

@font-face {
    font-family: 'HelveticaNeue-Medium';
    src: url(clientlib-all/fonts/helveticaneuecyr-medium-webfont.woff2) format('woff2'), url(clientlib-all/fonts/helveticaneuecyr-medium-webfont.woff) format('woff'), url(clientlib-all/fonts/helveticaneuecyr-medium-webfont.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}


/* Helvetica Neue - Bold */

@font-face {
    font-family: 'HelveticaNeueCyr-Bold';
    src: url(clientlib-all/fonts/helveticaneuecyr-bold-webfont.woff2) format('woff2'), url(clientlib-all/fonts/helveticaneuecyr-bold-webfont.woff) format('woff'), url(clientlib-all/fonts/helveticaneuecyr-bold-webfont.ttf) format('truetype');
    font-weight: 600;
    font-style: normal
}


/* Helvetica Neue - Heavy */

@font-face {
    font-family: 'HelveticaNeueCyr-Heavy';
    src: url(clientlib-all/fonts/helveticaneuecyr-heavy-webfont.woff2) format('woff2'), url(clientlib-all/fonts/helveticaneuecyr-heavy-webfont.woff) format('woff'), url(clientlib-all/fonts/helveticaneuecyr-heavy-webfont.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

.text-center {
    text-align: center;
}

.tab-sec-header {
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 30px;
    margin-top: 46px;
    font-weight: 400;
    margin-bottom: 45px;
    text-align: center;
    color: #000000;
}

.tab-pills {
    margin-bottom: 60px;
    margin-left: 29.5%;
}

.tab-img-sec img {
    float: right;
    width: 154px;
    height: 311px;
    margin-right: 69px;
}

.tab-img-sec,
.tab-content-sec {
    padding-left: 0px;
    padding-right: 0px;
}

.tab-content-sec ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.tab-content-sec ul li {
    margin-bottom: 10px;
}

.tab-pills li {
    margin-right: 20px;
}

.tab-pills li.active a,
.tab-pills li a:hover,
.tab-pills li a:active,
.tab-pills li a:focus,
.tab-pills li.active a:hover,
.tab-pills li.active a:active,
.tab-pills li.active a:focus {
    border-radius: 3px;
    background-color: #ffd100;
    height: 42px;
    opacity: 1;
    font-family: "HelveticaNeue-Medium";
    font-size: 18px;
    font-weight: 500;
    opacity: 1;
    text-align: left;
    color: #000000;
}

.tab-pills li a {
    opacity: 0.5;
    font-family: "HelveticaNeue-Medium";
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    padding: 9px 14px 11px 15px;
    border-radius: 3px;
    background-color: #f2f2f2;
    height: 42px;
}

.tab-content-sec h3 {
    font-family: "HelveticaNeueCyr-Roman";
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    color: #000000;
    margin-top: 0px;
}

.tab-content-sec ul li b,
.tab-content-sec ul li strong{
    font-family: "HelveticaNeue-Medium";
    font-size: 18px;
    text-align: left;
    color: #000000;
    font-weight: 500;
}

.tab-content-sec ul li,
.tab-content-sec p {
    font-size: 18px;
    font-family: "HelveticaNeueCyr-Roman";
    text-align: left;
    color: #000000;
    font-weight: 400;
}

.tab-content-sec a.LibreLinkUp {
    font-family: "HelveticaNeueCyr-Roman";
    font-size: 18px;
    text-align: left;
    color: #cf4520;
    font-weight: 400;
}

@media only screen and (max-width:992px) and (min-width:768px) {
    .tab-pills {
        margin-bottom: 61px;
        margin-left: 18%;
    }
    .tab-content-sec h3 {
        margin-top: 13px;
    }
    .tab-content-sec {
        padding-right: 10px;
    }
}

@media only screen and (max-width:767px) {
    .tab-pills {
        margin-bottom: 30px;
        margin-left: 0%;
    }
    .tab-sec-header {
        font-size: 23px;
        margin-top: 30px;
        margin-bottom: 24px;
    }
    .tab-pills li {
        width: 100%;
        margin-top: 8px;
    }
    .tab-pills li:first-child {
        margin-top: 0px;
    }
    .tab-pills li a,
    .tab-pills li.active a {
        text-align: center !important;
        font-size: 14px !important;
    }
    .tab-pills li a {
        padding: 13px 14px 11px 15px;
    }
    .tab-img-sec img {
        float: none;
        margin-right: 0px;
    }
    .tab-img-sec {
        text-align: center;
        margin-bottom: 31px;
    }
    .tab-content-sec {
        padding-left: 15px;
        padding-right: 15px;
    }
    .tab-content-sec h3 {
        font-size: 23px;
    }
    .tab-content-sec ul li {
        margin-bottom: 5px;
    }
    .tab-content-sec ul li,
    .tab-content-sec p {
        font-size: 14px;
    }
}

.text-sec-wrapper {
    text-align: center;
    padding-top: 29px;
    padding-bottom: 38px;
}

.text-sec-wrapper .logo-image {
    width: 371px;
    height: 75px;
    margin: 0 auto;
}

.text-sec-wrapper p {
    width: 537px;
    height: 90px;
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #000001;
    margin: 8px auto 32px;
}

.text-sec-wrapper .store-icon {
    width: 127px;
    height: 37px;
    margin: 0 auto;
}

.disclimer-sec-wrapper p {
    font-family: "HelveticaNeue";
    font-size: 12px;
    line-height: 1.17;
    text-align: left;
    color: #000001;
}

.text-comp-wrapper {
    background-color: #f2f2f2;
}

.disclimer-sec-wrapper {
    margin-bottom: 26px;
}

@media only screen and (max-width:767px) {
    .text-sec-wrapper p,
    .text-sec-wrapper .logo-image {
        width: 100%;
        height: auto;
    }
    .text-sec-wrapper {
        padding-top: 15px;
        padding-bottom: 24px;
    }
    .text-sec-wrapper p {
        font-size: 14px;
        line-height: 1.29;
        margin: 7px auto 22px;
    }
}

@media only screen and (max-width:992px) and (min-width:768px) {
    .text-sec-wrapper {
        padding-top: 34px;
        padding-bottom: 38px;
    }
    .disclimer-sec-wrapper {
        margin-bottom: 33px;
    }
}

.libre-sec-wrapper {
    text-align: center;
    padding-top: 55px;
    padding-bottom: 41px;
}

.libre-sec-wrapper .logo-image {
    width: 226px;
    height: 45px;
    margin: 0 auto;
}

.libre-sec-wrapper p {
    width: 527px;
    height: 83px;
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin: 33px auto;
}

.libre-sec-wrapper .store-icon {
    width: 127px;
    height: 37px;
    margin: 0 auto;
}

.libre-disclimer-sec-wrapper p {
    font-family: "Helvetica Neue";
    font-size: 12px;
    line-height: 1.17;
    text-align: left;
    color: #000001;
}

.libre-comp-wrapper {
    background-color: #f2f2f2;
}

.libre-disclimer-sec-wrapper {
    margin-bottom: 28px;
}

@media only screen and (max-width:767px) {
    .libre-sec-wrapper p {
        width: 100%;
        height: auto;
    }
    .libre-sec-wrapper .logo-image {
        width: 199px;
        height: 40px;
    }
    .libre-sec-wrapper {
        padding-top: 39px;
        padding-bottom: 26px;
    }
    .libre-sec-wrapper p {
        font-size: 14px;
        line-height: 1.29;
        margin: 15px auto 19px;
    }
    .libre-disclimer-sec-wrapper {
        margin-bottom: 34px;
    }
}

@media only screen and (max-width:992px) and (min-width:768px) {
    .libre-sec-wrapper {
        padding-top: 62.7px;
        padding-bottom: 51px;
    }
    .libre-disclimer-sec-wrapper {
        margin-bottom: 44px;
    }
}

.monitor-and-share-wrapper h2 {
    font-family: "HelveticaNeueCyr-Light";
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    color: #000000;
}

.monitor-and-share-wrapper {
    padding-top: 44px;
    padding-bottom: 40px;
}

.monitor-and-share-wrapper-content {
    text-align: left;
}

.monitor-and-share-wrapper-content .sec-subheader {
    font-family: "HelveticaNeueCyr-Bold";
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: normal;
    color: #000000;
}

.monitor-and-share-wrapper-content {
    margin-top: 49px;
}

.monitor-and-share-wrapper-img {
    margin-top: 40px;
}

.monitor-and-share-wrapper-content p.sec-content {
    font-family: "HelveticaNeueCyr-Roman";
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: normal;
    color: #000000;
}

.monitor-and-share-wrapper-content p.sec-disclimer {
    font-size: 12px;
    color: #252525;
    line-height: 18px;
}

.monitor-and-share-wrapper-content .sec-btn-wrapper {
    margin-top: 30px;
}

.monitor-and-share-wrapper-content .sec-btn {
    width: 205px;
    height: 42px;
    border-radius: 3px;
    background-color: #ffd100;
    font-family: "HelveticaNeueCyr-Bold";
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #000000;
    padding: 13px 53px 15px 55px;
}

.monitor-and-share-wrapper-content .sec-btn:hover {
    text-decoration: none;
}

@media only screen and (min-width:992px) {
    .banner.section .cgm-mob-heading {
        max-width: 392px !important;
        height: 316px;
        display: block;
        margin-top: 86px;
    }
	.banner.section .patient-story-heading {
        max-width: 325px;

    }
    .textimage .container.section-padding-ps {
        padding-bottom: 65px;
        padding-top: 65px;
	}

	.sliderImageUpdate .container.bannerTextOuter .bannerText {
    top: 45%;
}
	
    .safarifix .section.textimage>.fontLight .row.removeFlexSafari>.txtTrendsPanel,
    .safarifix .section.textimage>.bgLightGray .row.removeFlexSafari>.txtTrendsPanel {
        margin-top: 30px;
    }
    .tab-img-sec,
    .tab-content-sec {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 63px;
}
   .disclimer-sec-wrapper{
    	width: 1113px;
    	height: 74px;
    }
    .disclimer-sec-wrapper>p:first-of-type{
		margin-bottom:12px;
    }
    .banner.section .cgm-mob-heading>h2 {
        font-size: 28.5px;
        line-height: 31.5px;
        font-family: 'HelveticaNeueCyr-Roman';
    }

	.banner.section .patient-story-heading>h2{
    	font-size: 34px;
    	line-height: 35px;
    	font-family: 'Helvetica Neue';
		width: 380px;
    }                
    .banner.section .cgm-mob-heading>p {
        font-size: 12px;
        position: absolute;
        bottom: 0px;
    }   
}

@media only screen and (max-width:767px) {
	ul.fsl-two-list{
        padding-left:30px;
    }
    .banner.section .cgm-mob-heading {
        max-width: 172px;
        height: 92px;
        display: block;
    }
                .tab-content-sec h3{
                    margin-bottom:12px;
                    }
    .banner.section .cgm-mob-heading>h2 {
        font-size: 14px;
        font-family: 'HelveticaNeueCyr-Roman';
        line-height: 15px;
        position: relative;
        top: -9px;
    }
	 .banner.section .patient-story-heading>h2 {
        font-size: 14px;
        font-family: "Helvetica Neue";
        line-height: 15px;
		width: 145px;
    }
    .banner.section .patient-story-heading{
                max-width:130px;

     }                            
    .banner.section+.richtext.section>p {
        margin-top: 19.2px !important;
        margin-bottom: 17px !important;
    }
	 .textimage .container.section-padding-ps {
        padding: 60px 20px 45px 20px;
    }
    .textimage .container.section-padding-ps .no-btm-ps {
        margin-bottom: 45px !important; 
    }
    .textimage .container.section-padding-ps h2.font30-ps {
        font-size: 24px;
    	margin-top: 45px;
    }
    .textimage .container.section-padding-ps .txtTrendsPanel p, .textimage .container.section-padding-ps .txtTrendsPanel a  {
        font-size: 14px;
        
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .fsl-two-banner h2{
		font-size:27px;
     }
    .fsl-two-banner h2:first-child{
        margin-top:20px;
        margin-bottom:5px;
	}
	.fsl-two-banner p.fsltwo-font-22  {
        font-size: 20px;
    	margin-top: 30px;
	}
	.fsl-two-banner p.fsltwo-font-11{
        margin-top:20px;
     }                    
    .banner.section .cgm-mob-heading {
        max-width: 261px;
        height: 211px;
        display: block;
        margin-top: 47px;
    }
    .banner.section .patient-story-heading {
        max-width: 270px;
        margin-left:20px;
     } 
    .banner.section .patient-story-heading>h2{
        font-size:25px;
        line-height:30px;
        font-family: "Helvetica Neue";

     }
	  .textimage .container.section-padding-ps {
        padding: 50px 15px 70px 70px;
    }

    .textimage .container.section-padding-ps h2.font30-ps {
        font-size: 24px;
    }

    .textimage .container.section-padding-ps .txtTrendsPanel p, .textimage .container.section-padding-ps .txtTrendsPanel a  {
        font-size: 14px;
    }
    .textimage .container.section-padding-ps .txtTrendsPanel{
        align-self: self-start !important;
    }
                .tab-img-sec,
.tab-content-sec {
        padding-bottom: 63px;
}
    .banner.section .cgm-mob-heading>h2 {
        font-size: 19px;
        font-family: 'HelveticaNeueCyr-Roman';
        line-height: 21px;
    }
    .banner.section .cgm-mob-heading>p {
        font-size: 8px;
        position: absolute;
        bottom: 0px;
    }
}

.banner.section .cgm-mob-heading strong {
    font-family: 'HelveticaNeueCyr-Bold';
}
/* Librelinkup Updates */

/*Androidrelease*/
.google-icon-badge {
    display: flex;
    justify-content: center;
}
.google-icon-badge a {
    margin-right: 10px;
}
.imgOneLine-container {
	max-width:371px;
    margin:0 auto;
}
.superscript-font-bold{
	font-weight:900;
}

@media only screen and (max-width: 768px){
    .tryOurConvenient .bannerText {
       top:40%;

    }
 }
@media only screen and (min-width: 768px) and (max-width:1024px) and (orientation:portrait){
    .tryOurConvenient .bannerText {
       top:46%;

    }
}
 @media only screen and (max-width: 479px) {
	.tryOurConvenient .bannerText {
       left:7.5%;

    }
 }
/*Androidrelease*/
/*patient stories*/                        
.font30-ps {
	font-size: 30px;
}
.font10-ps{
   font-size:10px;
}

.textimage .container.section-padding-ps .no-btm-ps {
	margin-bottom: 0 !important;
}

.textimage .container.section-padding-ps .no-btm-ps img.real-trendImg {
	float: none;
	padding-right: 0;
}

.textimage .container.section-padding-ps a.underline-ps {
	text-decoration: underline;
}

.textimage .container.section-padding-ps a span.pr-ps {
	padding-left: 6px;
}
/*patient stories*/ 
/*Safari Fix*/
.safarifix .row{
         display: -webkit-flex;
            -webkit-flex-wrap: wrap;
        }
.safarifix .removeFlexSafari{
    display: block !important;  
   /* display: -webkit-flex !important; 
	-webkit-flex-wrap: wrap;*/
        }
.safarifix .grTab li:nth-child(1) {
    width: 26.350427350427353%;
}
.safarifix .stickyTableHead .col-md-4 { 
    -webkit-flex: 0 0 32.9%;
    max-width: 32.9%;
}
                        .safarifix .stickyTableHead th .col-md-4 { 
                    -webkit-flex: 0 0 34.0%;
    max-width: 34.0%;
                                    }
.safarifix #faqTabs .row{
	display: block
}
.safarifix .faqs.section .container .row.justify-content-center .col-md-8{margin: 0 auto}
                                   .safarifix #faqTabs h2{margin-top: 35px}
.safarifix .textimage .removeFlexSafari.justify-content-center .col-12{
 display: -webkit-flex;
            -webkit-flex-wrap: wrap;
}
.safarifix .justify-content-end{-webkit-justify-content: flex-end !important}
            .safarifix .justify-content-center{-webkit-justify-content: center !important}
    .safarifix .productoverview .col-12{display: -webkit-flex;
            -webkit-flex-wrap: wrap;padding-top: 30px}
.safarifix .resetIcoFlex{-webkit-flex: 0 0 auto} 
    .safarifix .webkitBasisSafari{-webkit-flex-basis: 0; -webkit-flex-grow: 1;}
    .safarifix #printablediv + .col-lg-5,.safarifix #voucherDiv .col-5{flex: 0 0 40.66667%; max-width: 0 0 40.66667%;}
.safarifix .stickyTableHead th .row{margin-left: -30px}
@media only screen and (min-width:1275px) and (max-width: 1290px){


    }

@media only screen and (max-width:1366px) {
	/* Index Slider */
	/*.indexBanner {min-height:420px}*/
	.bannerText {width:330px;}
	.bannerNote {width:330px; bottom:30px; }
	
	/* How To Get Started */
	.prescImg1 {right:0}
	
	/* FAQ */
	#faqTabsTenDay .ten-day-icon.btn-expand-faq:before{top:3px; right:7px; width:3px; height:17px}
	#faqTabsTenDay .ten-day-icon.btn-expand-faq:after {top:10px; right:0; width:17px; height:3px}
	#faqTabsApp .app-icon.btn-expand-faq:before{top:3px; right:7px; width:3px; height:17px}
	#faqTabsApp .app-icon.btn-expand-faq:after {top:10px; right:0; width:17px; height:3px}
	#faqTabs .fourteen-day-icon.btn-expand-faq:before{top:3px; right:7px; width:3px; height:17px}
	#faqTabs .fourteen-day-icon.btn-expand-faq:after {top:10px; right:0; width:17px; height:3px}
}

@media only screen and (max-width:1200px) {
	/* Font Size */
	body {font-size:1.000em; /*16px*/ line-height:1.3}
	h1, h2, h3, h4, h5, h6 {line-height:1.1}
	h2 {font-size:2.000em /*32px*/}
	h3 {font-size:1.625em /*26px*/}
	.font12 {font-size:0.750em /*12px*/}
	.font13 {font-size:0.750em /*12px*/}
	footer .font13 {font-size:0.813em /*13px*/}
	.font14 {font-size:0.813em /*13px*/}
	.font18 {font-size:1.000em /*16px*/}
	.font20 {font-size:1.125em /*18px*/}
	.font24 {font-size:1.250em /*20px*/}
	.font28{font-size:1.500em /*24px*/}
	.font48 {font-size:2.500em /*40px*/}
	.font60 {font-size:3.000em /*48px*/}
	.font72 {font-size:3.625em /*58px*/}
	.font88 {font-size:4.500em /*72px*/}
	.font112 {font-size:5.500em /*88px*/}
	
	/* Header */
	.topStrip, .mainNavigation {left:300px; right:154px}
	#nav li {margin-right:17px}
	.fixedHeader .parent ul {top:48px}
	
	/* Index Slider */
	.indexBanner {min-height:380px}
	.bannerText, .bannerNote {width:280px; left:12%}
	.bannerNote{bottom:15px}
	.slideWithNote .bannerText {top:40%}
	
	/* Libre Benefits Video */
	.libreBenefit {height:480px}
	
	/* How To Get Started */
	.prescImg1 {right:0}
	
	/* Support Banner */
	.bg_reader_on_table {min-height:425px}
	
	/* Bullets */
	.yellowBullets li:before {top:5px}
	.yellowBullets2 li:before {top:7px}
	.whiteBullets2 li:before {top:7px}
	.orangeBullets li:before {top:9px}
	.blueBullets li:before {top:9px}
	
	/* Index Banner Ad */
	.nowAvailable {padding:80px 30px 20px; top: 68%; /*top:60%*/ }
	.nowAvailableImg { top: -72%; /*top:-45%*/ }
	
	/* FAQs Page */
	.faq-item {padding:25px 0}
	.faq-que {background:url(../../../../content/dam/adc/freestylelibreus/images/icon-plus.svg) right top 3px no-repeat}
	.faq-que.active {background:url(../../../../content/dam/adc/freestylelibreus/images/icon-minus.svg) right top 3px no-repeat}
	
	/* Sub Menu */
	.parent ul {top:58px}
	
	/* ISI */
	.isi-container p {font-size:1.125em /*18px*/}
	.isi-container ul {font-size:1.125em /*18px*/}
	
	.input-w-btn input[type="text"], .input-w-btn input[type="email"], .input-w-btn input[type="number"], .input-w-btn input[type="password"], .input-w-btn select {height:39px}
}

@media only screen and (max-width:991px) {
	/* Wrapper */
	.isMenuActive #wrapper {padding-top:160px}
	#wrapper {padding-top:160px}
	
	/* Header */
	.abbottLogo {top:auto}
	#header {padding:15px 0}
	.topStrip, .mainNavigation, .signUp {position:static}
	.fixedHeader header .topStrip {left:190px; position:absolute}
	.fixedHeader header .mainNavigation {position:absolute; right:15px; top:15px; left:190px}
	.fixedHeader header .menuPart {float:none !important}	
	.fixedHeader header .abbottLogo {display:none}
	.fixedHeader header .topSearch {display:none}
	.fixedHeader header #nav a.active::before {bottom:-22px}
	#nav > li > a.active::before {bottom:-23px}
	/*.hasSubMenu #wrapper {padding-top:201px}*/
	
	/* Sub Menu */
	.parent ul {top:53px}
	.fixedHeader .parent ul {top:53px}
	.fixedHeader .parent ul {top:52px}
	
	@-webkit-keyframes slide-down2 {
		0% {-webkit-transform:translateY(-59px); transform:translateY(-59px)}
		100% {-webkit-transform:translateY(59px); transform:translateY(59px)}
	}
	
	@keyframes slide-down2 {
		0% {-webkit-transform:translateY(-59px); transform:translateY(-59px)}
		100% {-webkit-transform:translateY(59px); transform:translateY(59px)}
	}
	
	.topSearch {top:0; right:20px}
	#nav > li > a.active:before {bottom:-24px}
	
	/* Index Slider */
	.indexBanner {min-height:360px}
	.indexBanner .sliderBanner .item {height:430px}
	.bannerImg {position:absolute; left:0; right:0; top:0; bottom:0; width:100%; height:100%; overflow:hidden; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:start; -ms-flex-align:start; -ms-grid-row-align:flex-start; align-items:flex-start}
	.bannerImg img {height:100%; width:auto !important; max-width:none}
	.bannerText, .bannerNote {width:250px; left:10%}
	
	/* Libre Benefits Video */
	.libreBenefit {height:400px}
	
	/* Index Banner Ad */
	.nowAvailable {right:20px}
	
	/* FAQs Page */
	.faq-item {padding:20px 0}
	
	/* ISI */
	.isi-container p {font-size:1.063em /*17px*/}
	.isi-container ul {font-size:1.063em /*17px*/}
}

@media only screen and (max-width:768px) {
	/* Index Slider */
	.indexBanner .sliderBanner .item {height:380px}
	.sliderBanner .owl-dots, .sliderBanner .owl-nav {display:none}	
	.bannerText, .bannerNote {width:200px}
	.slideWithNote .bannerText {width:180px}
	.bannerNote{bottom:20px}
	
	/* Libre Benefits Video */
	.libreBenefit {height:370px}
	.arrow110x110 {height:75px; width:75px; background-size:75px auto}
	
	/* How To Get Started */
	.prescImg1 {position:static; margin:0; max-width:100%}
}

@media only screen and (max-width:767px) {
	/*Logo*/
	header .logo a{display:block; background:url(../../../../content/dam/adc/freestylelibreus/images/logo-mobile.png) no-repeat 0 0;}
	header .logo img{opacity:0}
	
	/* Navigation */
	#nav li .menuIcon, #nav li li .menuIcon {display:block; width:46px; height:46px; background:url(../../../../content/dam/adc/freestylelibreus/images/down-arrow.svg) no-repeat center center; background-size:12px auto; position:absolute; right:0; top:0; z-index:999; cursor:pointer; border-left:1px solid rgba(0,0,0,0.5)}
	#nav li .menuIcon.active, #nav li li .menuIcon.active {background-image:url(../../../../content/dam/adc/freestylelibreus/images/up-arrow.svg)}
	#nav ul {width:100%; display:none}
	#nav > li:last-child {border-bottom:3px solid #fff}
	#nav li ul li, #nav ul a {width:100%}
	#nav > li:hover > ul, #nav li li:hover > ul, #nav li li li:hover > ul {display:none}
	#nav li a {padding-left:20px; padding-right:20px; display:block; line-height:36px}
	#nav li ul li a {border-bottom-color:#eab001}
	#nav li ul li a, #nav li ul li a:hover {display:block; line-height:35px; background:#FFD100; color:#252525}
	#nav li ul li a:hover, #nav li ul li a.active {text-decoration:none; font-weight:600}

	/* Sticky Header */
	#nav > li > a.active:before,#header:after{display:none}
	#header {overflow:visible; box-shadow:0 1px 3px 0 rgba(0,0,0,0.1) !important}
	.fixedHeader header .logo a {margin:0}	
	.fixedHeader header .topStrip {position:relative; left:0}
	
	/* Index Slider */
	.indexBanner{min-height:220px}
	.indexBanner .sliderBanner .item {height:auto}
	.bannerImg {position:static}
	.bannerImg img {height:auto !important; max-width:100%; width:100%}
	.bannerTextOuter {position:static}
	.slideWithNote .bannerText {top:42%}
	.bannerNote {position:static; padding:15px 0; width:100%}
	
	/* Wrapper */
	#wrapper, .isMenuActive #wrapper {padding-top:100px}
	
	/* Font Size */
	body {font-size:0.875em; /*14px*/ line-height:1.3}
	h1, h2, h3, h4, h5, h6 {line-height:1}
	h2 {font-size:1.714em /*24px*/}
	h3 {font-size:1.571em /*22px*/}
	.font12 {font-size:0.786em /*11px*/}
	.font13 {font-size:0.786em /*11px*/}
	footer .font13 {font-size:0.929em /*13px*/}
	.font14 {font-size:0.857em /*12px*/}
	.font18 {font-size:1.000em /*14px*/}
	.font20 {font-size:1.143em /*16px*/}
	.font24 {font-size:1.286em /*18px*/}
	.font28 {font-size:1.429em /*20px*/}
	.font48 {font-size:1.714em /*24px*/}
	.font60 {font-size:2.000em /*28px*/}
	.font72 {font-size:2.286em /*32px*/}
	.font88 {font-size:2.571em /*36px*/}
	.font112 {font-size:2.857em /*40px*/}
	
	/* Header */
	.logo {width:185px}
	.abbottLogo {width:90px}
	.mainNavigation {position:absolute; left:inherit; right:126px; bottom:6px}
	.fixedHeader .mainNavigation {bottom:0}
	.topSearch {position:relative; right:0; top:5px}
	.topSearch input[type="text"], .topSearch input[type="submit"] {height:32px}
	
	/* Navigation */
	.toggleMenu {display:block; float:right}
	.signUp {position:static; float:right}
	#nav {display:none; position:absolute; right:0; top:39px; overflow:hidden; min-width:320px}
	#nav li {float:none; margin:0; position:relative; background:#252525}
	#nav li a {border-bottom:1px solid rgba(0,0,0,0.5); color:#fff; padding:5px 46px 5px 15px; display:block; font-size:1.3em; font-weight:300}
	#nav li > a:hover, #nav li.hover > a, #nav li.active > a, #nav > li > a:hover, #nav > li.hover > a, #nav > li.focus > a, #nav > li > a.active, #nav > li > a:hover {background-color:#252525; color:#FFD100; font-weight:600}
	
	/* Libre Benefits Video */
	.libreBenefit {height:250px}
	.video-overlay-img br {display:none}
	.video-overlay-img {background-position:center center; background-size: 100% 100% !important;}
	.arrow110x110 {height:50px; width:50px; background-size:50px auto}
	
	/* Pagination */
	.pagination li {padding:0 3px}
	.pagination .page {height:25px; width:25px; line-height:23px}
	.pagination svg {height:12px; margin-top:6px}
	
	/* Bullets */
	.yellowBullets2 li {padding-left:28px}
	.whiteBullets2 li {padding-left:25px}
	.yellowBullets li {padding-left:20px}
	.whiteBullets2 li:before {top:4px}
	.yellowBullets2 li:before {top:3px}
	.yellowBullets li:before {top:3px}
	.orangeBullets li::before {top:6px}
	.blueBullets li:before {top:6px}
	
	/* Index Banner Ad */
	.nowAvailable {padding:55px 20px 15px;top: 54%; /*top:48%*/ }
	.nowAvailableImg img {width:110px}
	.nowAvailableImg {top: -62%; /*top:-40%*/ }
	.nowAvailable h3 {font-size:1.2em}
	
	/* FAQs Page */
	.faq-tabs li a {font-size:1.333em; display:block; line-height:54px; font-weight:300}
	#faqTabs {margin-top:20px}
	#faqTabs img {max-width:100px}
	#faqTabs #tab-1 img, #faqTabs #tab-2 img {margin-top:10px; margin-bottom:10px}
	#faqTabs .r-tabs-nav {display:none}
	#faqTabs .r-tabs-accordion-title {display:block; width:100%; background:#fff; border:2px solid #e5e5e5; text-align:left; border-radius:5px}
	#faqTabs .r-tabs-accordion-title.r-tabs-state-active {border-radius:5px 5px 0 0}
	#faqTabs.r-tabs .r-tabs-accordion-title {margin-bottom:5px}
	#faqTabs.r-tabs .r-tabs-accordion-title.r-tabs-state-active {margin-bottom:0px; background:#e5e5e5}
	#faqTabs.r-tabs .r-tabs-accordion-title .r-tabs-anchor {text-align:left; font-size:1.286em; color:#cf4520; font-weight:500; position:relative}
	#faqTabs.r-tabs .r-tabs-accordion-title .r-tabs-anchor::after {content:''; background:url(../../../../content/dam/adc/freestylelibreus/images/icon-right-arrow.svg) right top no-repeat; width:10px; height:19px; position:absolute; right:10px; top:11px; opacity:0.3}
	#faqTabs.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor::after {transform:rotate(90deg); right:13px; opacity:0.5}
	#faqTabs.r-tabs .r-tabs-panel {margin-bottom:10px; padding-bottom:10px; border:2px solid #e5e5e5; border-top:0; border-radius:0 0 5px 5px}
	.faq-item {padding:15px 0}
	.faq-item:last-child {border-bottom:0}
	.faq-que, .faq-ans {padding-left:25px}
	.faq-que, .faq-que.active {background-size:15px 15px}
	.btn-expand-faq {padding-right:22px; margin:20px 0 5px 0}	
	.further-question {margin-top:20px; margin-bottom:20px}
	
	/* RXR Page Prescrption Box */
	.preBox {position:static}
	.preBox .container {padding:0}
	
	/* Support Page */
	.supportBanner img {height:350px; width:auto; max-width:none; float:right}
	.supportBannerText {background-color:#F2F2F2}
	
	/* cgm reinvented page*/
	.competitiveCGM .borderLeft2{ border-left:none}
	
	/* ISI */
	.isi-container p {font-size:1.143em /*16px*/}
	.isi-container ul {font-size:1.143em /*16px*/}
	.isi-container li {padding-left:18px; margin-bottom:5px}
	.isi-container li::before {top:8px}
	
	/* Buying Guide - Need A Prescription? */
	.getStarted{background-image:none !important}
	.input-w-btn input[type="text"], .input-w-btn input[type="email"], .input-w-btn input[type="number"], .input-w-btn input[type="password"], .input-w-btn select {height:37px}

	#formdetail_3 .row{
        padding-left: 15px;
        padding-right: 15px;
        }
        
        .mTM_30{
        margin-top: 30px;
        }

}

@media only screen and (max-width:576px) {
	/* Index Slider */
	.slideWithNote .bannerText {top:35%; width:130px}
	.bannerText {width:150px}
	.bannerImg img {height:auto !important; max-width:100%; width:100%}
	
	/* Back to Top */
	#backtotop {position:absolute; top:10px; right:10px; height:30px; width:30px; background-position:7px 7px}
	
	/* Video Tutorials */
	.thumbBox {height:auto; padding-bottom:7px}
	
	/* Index Banner Ad */
	.indexBanner{min-height:180px}
	.nowAvailable {padding:45px 10px 10px; top:45%}
	.nowAvailableImg img {width:90px}
	
	/* Support Page */
	.supportBanner img {height:250px}
	
	/*CGM Experience*/
	.innerBanner .font60{ font-size:1.429em}
	
	/*eVoucher*/
	.voucherBg{ background-position:right top}
	
	/*Sign up*/
	.formSteps li{ height:80px}
	.stepNum{width: 40px;height:40px;line-height:34px}
	.formSteps li::before {height: 100%; width: 3px; top: 50%; left: 18.5px}
	
	/* Singup Banner */
	.reqPre > div {z-index:1}
	.reqPre img {opacity:0.7}
}

@media only screen and (max-width:479px) {
	/* Index Slider */
	.slideWithNote .bannerText {top:32%; width:110px}
	.bannerText {width:110px}
	
	/* Wrapper */
	#wrapper, .isMenuActive #wrapper {padding-top:150px}
	
	/* Header */
	.topLinks {text-align:center; margin:0 auto; float:none !important; font-size:0.786em /*11px*/}
	.topLinks li {float:none; display:inline-block; margin-bottom:5px}
	.mainNavigation {position:static}
	#nav {top:calc(100% + 15px); right:0; left:0; width:100%}
	.fixedHeader .headLogos {float:left}
	.fixedHeader header .mainNavigation {position:static; clear:none; margin-top:4px !important}
	.fixedHeader #nav {top:calc(100% + 10px)}
	
	/* Singup Banner */
	.reqPre {overflow:hidden}
	.reqPre img {height:200px; width:auto; max-width:none; margin-left:-10%}

	/* Index Banner Ad */
	.indexBanner{min-height:145px}
	.nowAvailable {position:static; width:100%; transform:none; padding:0 0 15px}
	.nowAvailableImg img {width:120px}
	.nowAvailableImg {top:10%; right:15px; left:inherit; display:inline-block}
	.nowAvailable h3 br {display:none}
}

@media only screen and (max-width:390px) {
	/* Wrapper */
	.nowAvailableImg img {width:90px}
	
	/* Index Slider */
	.indexBanner{min-height:120px}
	.slideWithNote .bannerText {top:25%; width:100px}
}
@media (min-width:1500px) {/* big landscape tablets, laptops, and desktops */
	/*header ui fix*/
    /*body:not(.fixedHeader) #header .headLogos {
        width: 92%;
        position: relative;
        padding-left: 43px;
    }*/

	/* video overlay img position */
    .video .video-overlay-img {
		background-size: 100% 100%, cover !important;
	}
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) { /* iPhone X in portrait & landscape */

    /* video overlay img position */
    .video .video-overlay-img {
		background-size: 100% 100% !important;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 

    .productsguides .tab-content>.active {
		display: flex;
    }
}
@media only screen and (max-width: 736px) {
    /* Product Guides Tab requirement */
    .productsguides .nav.nav-tabs,
	#warranty-info .nav.nav-tabs {
        display: block;
        margin: 5px 0 35px 0;
    }
    .productsguides .nav-tabs li.nav-item,
   	#warranty-info .nav-tabs li.nav-item {
        margin: 5px 0;
        width: 100%;
        text-align: center;
    }
}

/* Freestylelibre 14day page styles */    

@media only screen and (max-width:736px) {

    .fourteenDaySection .main-tab > .r-tabs-panel .productoverview .product-section-container > div.container {
        margin-bottom: 0 !important;
    }
    .fourteenDaySection .main-tab > .r-tabs-panel .productoverview .product-section-title {
                                padding-bottom: 52px;
    }
    .fourteenDaySection .r-tabs.main-tab > .r-tabs-nav {
    top: -60%;
    display: block;
    }
    .fourteenDaySection .r-tabs.main-tab > .r-tabs-nav .r-tabs-tab {
        display: block;
        width: 100% !important;
        margin: 10px 0;
    }
    .fourteenDaySection .r-tabs.main-tab > .r-tabs-accordion-title {
        display: none;
    }
}
/* Freestylelibre 14day page styles */    

@media only screen and (max-width:736px) {
    .fourteenDaySection .main-tab > .r-tabs-panel .productoverview .product-section-container > div.container {
        margin-bottom: 0 !important;
    }
    .fourteenDaySection .main-tab > .r-tabs-panel .productoverview .product-section-title {
                                padding-bottom: 52px;
    }
    .fourteenDaySection .r-tabs.main-tab > .r-tabs-nav {
    top: -60%;
    display: block;
    }
    .fourteenDaySection .r-tabs.main-tab > .r-tabs-nav .r-tabs-tab {
        display: block;
        width: 95% !important;
        margin: 10px auto;
    }
    .fourteenDaySection .r-tabs.main-tab > .r-tabs-accordion-title {
        display: none;
    }

    .fourteenDaySection .sub-tab > .r-tabs-accordion-title {
            margin-bottom: 10px;
    }
    .fourteenDaySection .sub-tab > .r-tabs-accordion-title > a {
        background: #f2f2f2;
        border: 0;
        color: #ccc !important;
    }
    .fourteenDaySection .sub-tab > .r-tabs-accordion-title.r-tabs-state-active > a {
        background: #ffd100;
        color: #000 !important;
    }
    .fourteenDaySection .main-tab .r-tabs-panel .productoverview .yellowBullets2 {
        margin-left: 0;
    }
    .fourteenDaySection .main-tab .r-tabs-state-active .hoverType1:hover {
        background: #ffd100 !important;
    }
                .fourteenDaySection .main-tab .r-tabs .r-tabs-nav {
        display: none;
    }
                .fourteenDaySection .main-tab .r-tabs .r-tabs-accordion-title {
        display: block;
    }

}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
                .fourteenDaySection div.sub-tab .r-tabs-tab {
    width: 122px;
                }
    .fourteenDaySection div.sub-tab ul.r-tabs-nav > li.r-tabs-tab:first-child {
        width: 22%;
    }
    .fourteenDaySection div.sub-tab ul.r-tabs-nav > li.r-tabs-tab {
        width: 16%;
    }    
                .fourteenDaySection .main-tab .r-tabs-panel .productoverview .yellowBullets2 {
        margin-left: 0;
    }

    /*already cgm user img align fix - new class */
    .cgm-user {  align-self: center !important; }

	.txtCgmExpBanner { max-width: 55%; }
	.txtCgmExpBanner h2 {
        font-size: 24px;
    }

}
/* glucoseMonitor App page styles */
@media only screen and (max-width:736px) {

                .innerBanner .appBanner {
                                float: right;
                                left: 0;
                }
                .appContainer .textimage .row.no-gutters.mb-5 {
                                margin-bottom: 1.5rem !important;
                }
                .appContainer .appSpecs {
                                padding: 0 !important;
                }
                .btnAppLearnMore {
                           padding-bottom: 25px;
                }



}

@media only screen and (max-width:736px) 
                   and (orientation: portrait) {

                .innerBanner .appBanner {
                    width: 50%;
                }
                .innerBanner .appBanner > h2 {
                    font-size: 20px;
                }

                /*.innerBanner .appBannerImg {
                                height: 245px !important;
                }*/
}

/* header menu overlap ui fix for ipad landscape only */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	.indexBanner .sliderBanner .item.slideWithNote .bannerNote {bottom:0;width:400px;}   
    body:not(.fixedHeader) #mainNav .menuPart {
		padding-right: 72px;
    }
    body:not(.fixedHeader) #header #nav>li.parent {
        padding-bottom: 0;
    }
    body:not(.fixedHeader) #header #nav>li:last-child {
        padding-bottom: 12px;
    }
    body:not(.fixedHeader) #header #nav>li {
        font-size:12px;
        margin-right:12px;
    }
}

@media (max-width:320px) {

	/* app page banner text */
    .innerBanner .appBanner > h2 {
        font-size: 16px;
    }
    .txtFroEligibilityBanner .font48 {
        font-size: 1.414em /*24px; */;
    }
	.txtCgmExpBanner h2 {
        font-size: 12px;
    }
}
@media (min-width:321px) and (max-width:767px) {
	.txtCgmExpBanner h2 {
        font-size: 14px;
    }
}
@media only screen and (max-width:767px) {

    .txtCgmSensor.font30 {
        font-size: 1.575em /*30px; */;
    }
    .txtCgmExpBanner,
    .txtFroEligibilityBanner { max-width: 55%; }
	.txtCgmExpBanner br,
    .txtFroEligibilityBanner br { display:none; }   
	.signupThankyouBlock {    height: 100%; }
	.signupThankyouBlock .row {    height: 100%; }

}
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) { 
    .videogallery .videoBlock {
		max-width: 24%;
	}
}
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) { 
    .videogallery .videoBlock {
		max-width: 33%;
	}
	body.fixedHeader #header #nav>li {
        font-size:12px;
        margin-right:8px;
    }                   
}
/*--css fix for glucose insights safari issue */
.safarifix .app-sf-fix .app-rt-sf-fix{
    margin-top:16%;
}
/*--css fix for cgm page iphone issue */
@media only screen and (max-width:767px) and (orientation:portrait){
	.cgm-mob-heading h2{
		font-size: 1.5em;
	}
}                
.extended-signup-form {
    color: #252525;
}

.extended-signup-form .form-horizontal {
    font-size: 0.9em;
}

.extended-signup-form .form-horizontal button:focus {
    outline: none;
}

.extended-signup-form .form-horizontal .control-label {
    text-align: left;
    padding-top: 0;
}

.extended-signup-form .form-horizontal .control-label .sub-title {
    color: #63666A;
    font-size: 13px;
    margin-top: 0.25em;
    margin-bottom: 0;
}

.extended-signup-form .form-horizontal .control-label .asteriskField {
    /* color: red */
}

.extended-signup-form .form-horizontal .select_wrapper select::-ms-expand {
    display: none
}

.extended-signup-form .form-horizontal .form-control {
    background-color: #fff;
    border-color: #CFCDCD;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    font-size: 12px;
    color: #252525;
    font-weight: 500;
    height: 42px;
    padding: 6px 14px;
    border-radius: 3px;
}
.extended-signup-form .form-horizontal .form-control.error {
    color: #252525;
    border-color: #CFCDCD !important;
}
.extended-signup-form .form-horizontal .form-control::-webkit-input-placeholder,
.extended-signup-form .form-horizontal .form-control:-ms-input-placeholder,
.extended-signup-form .form-horizontal .form-control:-ms-input-placeholder,
.extended-signup-form .form-horizontal .form-control::-moz-placeholder,
.extended-signup-form .form-horizontal .form-control::-ms-input-placeholder,
.extended-signup-form .form-horizontal .form-control::placeholder {
    color: #B6B6B6;
}

.extended-signup-form .form-horizontal .form-control.select {
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url('../../content/dam/adc/patient-testimonial/icon-arrow-down.png');
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: calc(100% - 10px);
    background-size: 6px;
    color: #B6B6B6;
}

.extended-signup-form .form-horizontal select option {
    padding: 5px;
}
.extended-signup-form .form-horizontal select optgroup {
    font-weight: 600;
}
.extended-signup-form .form-horizontal .select_wrapper {
    position: relative
}

.extended-signup-form .form-horizontal .select_wrapper:after {
    content: '';
    display: inline;
    position: absolute;
    top: 0;
    right: 34px;
    height: 32px;
    width: 2px;
    background-color: #fff;
    z-index: 0;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px)
}

.extended-signup-form .form-horizontal .form-control.error {
    border-color: #E4002B
}

.extended-signup-form .form-horizontal .form-control.error.removeError {
    border-color: #CFCDCD;
}

.extended-signup-form .form-horizontal .errorMsg {
    display: none;
    position: absolute;
    bottom: -20px;
}
.extended-signup-form .form-horizontal .error {
    color: #E4002B;
    font-size: 12px;
    display: block;
    font-weight: 500;
}
.extended-signup-form .form-horizontal label.error{
    position: absolute;
    bottom: -20px;
}

.extended-signup-form .text-underline {
    text-decoration: underline
}

.extended-signup-form p {
    color: #252525;
    /* font-size: 12px; */
}

.extended-signup-form .custom-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    color: #4A4A4A;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}

.extended-signup-form .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.extended-signup-form .custom-checkbox .checkmark {
    position: absolute;
    left: 0;
    height: 23px;
    width: 23px;
    border: 1px solid #CFCDCD;
    border-radius: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.extended-signup-form .custom-checkbox:hover input~.checkmark {
    /* background-color: #ccc */
}

.extended-signup-form .custom-checkbox input:checked~.checkmark {
    background-color: #cf4520;
    border-color: #cf4520
}

.extended-signup-form .custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.extended-signup-form .custom-checkbox input:checked~.checkmark:after {
    display: block
}

.extended-signup-form .custom-checkbox .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.extended-signup-form .form-submit.disabled {
    opacity: .5;
    cursor: auto;
    background-color: #ffd100 !important;
    color: #000000 !important;
}

.extended-signup-form .extended-signup-form-steps .steps .col-sm-4:not(:last-child) {
    border-right: 1px solid #B2B2B0;
}
.extended-signup-form .extended-signup-form-steps .steps .col-sm-4 p {
    max-width: 200px;
    margin: 0 auto;
}

@media only screen and (max-width:767px) {
    .extended-signup-form .extended-signup-form-steps .steps .col-sm-4 p {
        max-width: 150px;
    }
}

@media only screen and (max-width:575px) {
    .extended-signup-form .form-horizontal .control-label {
        margin-bottom: 8px
    }
    .extended-signup-form .extended-signup-form-steps .steps .col-sm-4:not(:last-child) {
        border: 0 none;
    }
    .extended-signup-form .extended-signup-form-steps .steps .col-sm-4 p {
       
    }
    .extended-signup-form .extended-signup-form-steps .steps .col-sm-4:not(:last-child) p{
        border-bottom: 1px solid #B2B2B0;
        margin-bottom: 2em;
        padding-bottom: 2em;
    }
}

.extended-signup-form .form-status-msg {
	display: none;
}
