@charset "UTF-8";
/* Fonts ST */
/* Import SCSS */
/* Font Awesome ST */
/*!
 *  Font Awesome 4.7.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("/assets/oi/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("/assets/oi/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/assets/oi/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/assets/oi/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/assets/oi/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/assets/oi/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, .glyphicon {
  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.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .fa-pull-left.glyphicon {
  margin-right: .3em; }

.fa.fa-pull-right, .fa-pull-right.glyphicon {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .pull-left.glyphicon {
  margin-right: .3em; }

.fa.pull-right, .pull-right.glyphicon {
  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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-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 {
  -ms-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: #fff; }

/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before, .glyphicon.glyphicon-chevron-left:before {
  content: ""; }

.fa-chevron-right:before, .glyphicon.glyphicon-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Font Awesome EN */
/* Roboto ST */
@font-face {
  font-family: Roboto;
  src: url("/assets/oi/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: Roboto;
  src: url("/assets/oi/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: Roboto;
  src: url("/assets/oi/fonts/Roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

/* Roboto EN */
/* Lato ST */
@font-face {
  font-family: Lato;
  src: url("/assets/oi/fonts/Lato/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: Lato;
  src: url("/assets/oi/fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: Lato;
  src: url("/assets/oi/fonts/Lato/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

/* Lato EN */
/* Material Icons ST */
@font-face {
  font-family: Material Icons;
  font-style: normal;
  font-weight: 400;
  src: url("/assets/oi/fonts/material_icon/MaterialIcons-Regular.ttf") format("truetype"); }

/* Material Icons EN */
/* Bootstrap 5 Equal Columns ST */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xs-minus-5ths,
.col-sm-minus-5ths .col-md-minus-5ths .col-lg-minus-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

.col-xs-minus-5ths {
  width: 80%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; }
  .col-sm-minus-5ths {
    width: 80%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; }
  .col-md-minus-5ths {
    width: 80%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; }
  .col-lg-minus-5ths {
    width: 80%;
    float: left; } }

/* Bootstrap 5 Equal Columns EN */
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
  font-family: Lato, 'Roboto', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

/* Fonts EN */
/* Button ST */
.btn_org {
  font-size: 14px !important;
  line-height: 14px !important;
  color: #fff !important;
  font-weight: 400 !important;
  background: #f59f11 !important;
  border: 1px solid #f59f11 !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  padding: 15px 35px !important;
  text-align: center !important;
  text-transform: uppercase !important; }

.btn_org:hover,
.btn_org:focus {
  background: #f59f11 !important;
  opacity: 0.92 !important;
  color: #fff !important; }

.btn_org_14_B_caps {
  font-size: 14px;
  line-height: 16px;
  font-weight: 800;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 3px;
  background-color: #f59f11;
  border-style: none;
  outline: none;
  text-align: center;
  text-transform: uppercase; }

.btn_org_14_B_caps:hover {
  background: #f09a0b; }

/* Button EN */
/* Background Colors ST */
.center {
  text-align: center; }

/* Background Colors EN */
html,
body {
  height: 100%;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif; }

body.homepage {
  background: #ffffff;
  font-size: 16px;
  font-weight: 400; }

#errordiv {
  top: 8px !important;
  position: fixed;
  text-align: center !important;
  width: 47% !important;
  height: 44px !important;
  /*display: table-cell !important;*/
  margin: 0 auto !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 100000 !important;
  padding: 2px 5px !important; }

.insurer_pg_block {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }

/* OLD CSS ISSUES ST */
.modal-header .close {
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important; }

.allgetquotes .heading > div {
  z-index: 10000 !important; }

.orchard-search h1 {
  margin: 0;
  padding: 20px 0 10px 0; }

body iframe {
  display: block; }

.career_page .logo {
  padding-top: 0; }

.travel_srs .srs_header {
  padding-top: 0px; }

.sidebar-pg .pg_cont.faqs > .row {
  margin: 0; }

.search-results .faq_num {
  display: none; }

.faq-body p a {
  word-break: break-all; }

.faq-body img {
  width: 100%;
  height: auto; }

/* OLD CSS ISSUES EN */
/*.homepage a {
    color: #787a7a;
    text-decoration: none;
}

.homepage a:hover {
    color: #787a7a;
    text-decoration: none;
}

.homepage a.link_main {
    color: #787a7a;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
}

.homepage a.link_main:hover {
    color: #787a7a;
    text-decoration: none;
}*/
/* Clearfix Mixin ST */
/* Clearfix Mixin EN */
/* Breadcrumbs ST */
.breadcrumb {
  color: #a2a9b2;
  font-size: 14px;
  line-height: 50px;
  padding: 0 5px;
  background: transparent;
  margin: 0; }
  .breadcrumb .breadcrumb-item .active {
    color: #636c72; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #636c72;
    content: "/"; }
  .breadcrumb a {
    color: #a2a9b2;
    text-decoration: none; }
  .breadcrumb a:hover {
    color: #a2a9b2;
    text-decoration: underline; }

.breadcrumb.white a {
  color: #fff; }

.breadcrumb.white a:hover {
  color: #fff; }

/* Breadcrumbs EN */
/* Light Box ST */
.lightbox {
  position: fixed;
  z-index: -10005;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 1s, z-index 0 1s;
  /* Safari */
  transition: opacity 1s, z-index 0 1s;
  opacity: 0; }

.lightbox_active,
.active_leftmenu .lightbox,
.active_rightmenu .lightbox,
.login_menu .lightbox,
.play_video .lightbox,
.domain_redirected .lightbox {
  outline: none;
  opacity: 1;
  z-index: 10005;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }

.domain_redirected .lightbox {
  z-index: 10006 !important; }

.play_video .lightbox.lb_cover {
  z-index: 10007; }

/* Light Box EN */
/* Video ST */
.video_player {
  display: none;
  position: fixed;
  left: 50%;
  top: 11%;
  transform: translate(-50%, 0%);
  z-index: 100010;
  width: 68%; }
  .video_player .videoWrapper {
    position: relative;
    padding-bottom: 53%;
    /*56.25%  16:9 */
    padding-top: 25px;
    height: 0;
    border-radius: 5px; }
  .video_player .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px; }
    .video_player .videoWrapper iframe #player {
      background: none;
      border-radius: 5px; }

.play_video .video_player {
  display: block; }

/* Video EN */
.tab-pane .panel {
  border: none; }

/* Custom Buttons ST */
.btn_oi,
.input-group-btn .btn_oi {
  color: #4f5050 !important;
  border: 1px solid #9c9c9c !important;
  border-radius: 4px !important;
  position: relative;
  padding: 9px 18px;
  margin: 12px 6px;
  font-size: 16px;
  line-height: 24px !important;
  font-weight: normal !important;
  text-transform: none !important;
  letter-spacing: 0;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  background: transparent; }

.homepage .btn_oi {
  font-size: 13px;
  padding: 7px 37px; }

.btn_oi:hover,
.btn_oi:focus,
.btn_oi:active,
.btn_oi.active,
.input-group-btn .btn_oi:hover {
  background-color: #ff9f00 !important !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  outline: 0 !important; }

.btn_oi-default {
  /* Button Grey Border & Grey Font */
  color: #4f5050;
  border-color: #9c9c9c;
  background-color: transparent;
  color: inherit;
  border-width: 1px;
  /*-webkit-transition: all 0.75s;
        -moz-transition: all 0.75s;
        transition: all 0.75s;*/ }

.btn_oi-w {
  border: 1px solid #ffffff !important;
  color: #ffffff !important; }

.btn_oi-default:hover {
  color: #ffffff;
  background: #ff9f00 !important;
  border: none !important; }

.btn_org_brd_8 {
  background: #f59f11;
  border: 1px solid #f59f11;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  line-height: 20px;
  padding: 16px 50px; }

.btn_org_brd_8:hover,
.btn_org_brd_8:active {
  background: #fff;
  border: 1px solid #f59f11;
  color: #f59f11; }

/* Custom Buttons EN */
/* Titles ST */
.title_h1 {
  color: #fea30a;
  font-size: 33px;
  line-height: 42px;
  font-weight: 900;
  margin: 40px 0 10px 0;
  text-transform: uppercase; }

.title_h2_blue {
  color: #4c6d7c;
  font-size: 32px;
  line-height: 36px;
  font-weight: 900;
  text-align: center;
  margin: 35px 0;
  text-transform: uppercase; }

.title_h2_white {
  color: #ffffff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 900;
  text-align: center;
  margin: 35px 0;
  text-transform: uppercase; }

a.title_dgrey {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-decoration: none; }

a.title_dgrey:hover,
a.title_dgrey:focus {
  color: #333333;
  text-decoration: none; }

/* Titles EN */
/* Domain Redirect Popup ST */
.domain_redirect {
  background: url("../img/domain_redirecting_web.gif") no-repeat center center;
  width: 738px;
  height: 552px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10007; }
  .domain_redirect .dr_close {
    display: none;
    height: 53px;
    width: 53px;
    float: right; }

.domain_redirected .domain_redirect {
  display: block; }
  .domain_redirected .domain_redirect .dr_close {
    display: block;
    cursor: pointer; }

/* Domain Redirect Popup EN */
.owl-carousel .owl-item img {
  width: auto; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px; }

/* Effect 1 */
.effect1 .item {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s; }

.effect1 .item:after {
  top: -4px;
  left: -4px;
  padding: 4px;
  box-shadow: 0 0 0 2px #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0; }

/* Footer_New ST */
.footer_new {
  background: #303b43; }
  .footer_new li {
    list-style-type: none; }
  .footer_new .block1 {
    background: #3f4950;
    border-top: 1px solid #303b43;
    border-bottom: 5px solid #475763;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    padding: 20px 0; }
    .footer_new .block1 .col-md-4:nth-child(1) {
      text-align: left; }
    .footer_new .block1 .col-md-4:nth-child(2) {
      border-left: 1px solid #47525a;
      border-right: 1px solid #47525a; }
    .footer_new .block1 span:nth-child(1) {
      height: 46px;
      width: 46px;
      background-repeat: no-repeat;
      background-position-y: -827px;
      background-image: url(/assets/oi/img/oneinsure-sprite.svg);
      display: inline-block;
      vertical-align: middle;
      margin-right: 23px; }
    .footer_new .block1 .block1_img {
      background-position-x: -55px; }
    .footer_new .block1 .block2_img {
      background-position-x: -110px; }
    .footer_new .block1 .block3_img {
      background-position-x: -0px; }
  .footer_new a {
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 1; }
  .footer_new a:hover {
    text-decoration: underline; }
  .footer_new .block2 {
    padding: 0 0 10px 0; }
    .footer_new .block2 ul {
      padding-left: 0px; }
    .footer_new .block2 .col-md-4 {
      width: 20%; }
      .footer_new .block2 .col-md-4 > a {
        font-size: 14px !important;
        font-weight: 800;
        color: #ffffff;
        padding-bottom: 12px;
        margin-top: 23px;
        text-transform: uppercase; }
    .footer_new .block2 h4 {
      font-size: 14px;
      font-weight: 700;
      color: #ffffff;
      border-bottom: 1px solid #364a54;
      padding-bottom: 12px;
      margin-top: 23px;
      text-transform: uppercase; }
    .footer_new .block2 ul {
      text-align: left;
      padding: 0px;
      margin: 0; }
      .footer_new .block2 ul li {
        text-decoration: none;
        list-style-type: none;
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 10px; }
        .footer_new .block2 ul li ul {
          display: none !important; }
      .footer_new .block2 ul li:hover {
        text-decoration: underline; }
  .footer_new .footer_nav .col-xs-12 li:last-child {
    padding-bottom: 10px; }
  .footer_new .footer_nav .col-xs-12 h4 {
    cursor: pointer; }
    .footer_new .footer_nav .col-xs-12 h4 i {
      height: 9px;
      width: 9px;
      background-position: center center;
      background-repeat: no-repeat;
      display: inline-block;
      background-size: 527px;
      float: right;
      background-position-y: -464px;
      background-position-x: -252px;
      margin-right: 10px;
      margin-top: 2px;
      background-image: url(/assets/oi/img/oneinsure-sprite.svg); }
  .footer_new .footer_nav .col-xs-12 h4.active i {
    background-position-x: -269px; }
  .footer_new .footer_nav .col-xs-12 hr {
    padding: 0px;
    margin: 0px;
    border-color: #364a54; }
  .footer_new .footer_nav li ul {
    display: none; }
  .footer_new .block3 {
    border-top: 1px solid #364a54;
    padding: 22px 0px 19px 0px; }
    .footer_new .block3 h4 {
      font-size: 14px;
      font-weight: 700;
      color: #ffffff;
      text-transform: uppercase;
      margin-top: 0px; }
    .footer_new .block3 .col-md-5 h4 {
      margin-left: 41px !important; }
    .footer_new .block3 .col-md-5 a {
      margin-right: 0px; }
    .footer_new .block3 a {
      margin-right: 17px; }
    .footer_new .block3 .col-md-7 {
      border-right: 1px solid #364a54; }
    .footer_new .block3 ul li {
      display: inline-block;
      text-align: center; }
      .footer_new .block3 ul li a {
        height: 38px;
        width: 124px;
        display: inline-block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 527px;
        background-position-y: -573px;
        background-image: url(/assets/oi/img/oneinsure-sprite.svg); }
    .footer_new .block3 ul li:nth-child(1) a {
      background-position-x: -51px; }
    .footer_new .block3 ul li:nth-child(2) a {
      background-position-x: -176px; }
  .footer_new .block4 {
    border-top: 1px solid #364a54;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 0px; }
    .footer_new .block4 ul {
      padding: 0px; }
    .footer_new .block4 .security ul {
      text-align: center;
      float: none; }
      .footer_new .block4 .security ul li {
        list-style-type: none; }
        .footer_new .block4 .security ul li img {
          height: 35px; }
    .footer_new .block4 h4 {
      color: #ffffff;
      font-size: 14px;
      text-transform: uppercase;
      margin-top: 0px;
      font-weight: 700;
      margin-bottom: 16px; }
    .footer_new .block4 .col-md-4:nth-child(2) {
      border-left: 1px solid #47525a;
      border-right: 1px solid #47525a; }
    .footer_new .block4 .social_icons {
      margin-bottom: 15px; }
      .footer_new .block4 .social_icons ul {
        text-align: center;
        margin-bottom: 0px; }
      .footer_new .block4 .social_icons li {
        margin: 0 6px 10px 0;
        display: inline-block; }
      .footer_new .block4 .social_icons li:last-child {
        margin-right: 0px; }
      .footer_new .block4 .social_icons li a {
        height: 41px;
        width: 41px;
        display: inline-block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 527px;
        background-position-y: -349px;
        background-image: url(/assets/oi/img/oneinsure-sprite.svg); }
      .footer_new .block4 .social_icons li a:hover {
        text-decoration: none;
        background-position-y: -400px;
        background-image: url(/assets/oi/img/oneinsure-sprite.svg); }
      .footer_new .block4 .social_icons li:nth-child(1) a {
        background-position-x: -0px; }
      .footer_new .block4 .social_icons li:nth-child(1) a:hover {
        background-position-x: -0px; }
      .footer_new .block4 .social_icons li:nth-child(2) a {
        background-position-x: -51px; }
      .footer_new .block4 .social_icons li:nth-child(2) a:hover {
        background-position-x: -51px; }
      .footer_new .block4 .social_icons li:nth-child(3) a {
        background-position-x: -255px; }
      .footer_new .block4 .social_icons li:nth-child(3) a:hover {
        background-position-x: -255px; }
      .footer_new .block4 .social_icons li:nth-child(4) a {
        background-position-x: -102px; }
      .footer_new .block4 .social_icons li:nth-child(4) a:hover {
        background-position-x: -102px; }
      .footer_new .block4 .social_icons li:nth-child(5) a {
        background-position-x: -153px; }
      .footer_new .block4 .social_icons li:nth-child(5) a:hover {
        background-position-x: -153px; }
    .footer_new .block4 .payment_opt ul {
      float: none; }
      .footer_new .block4 .payment_opt ul li {
        margin: 5px;
        height: 30px;
        width: 51px;
        display: inline-block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 527px;
        background-position-y: -485px;
        background-image: url(/assets/oi/img/oneinsure-sprite.svg); }
      .footer_new .block4 .payment_opt ul li:nth-child(1) {
        background-position-x: -0px; }
      .footer_new .block4 .payment_opt ul li:nth-child(2) {
        background-position-x: -60px; }
      .footer_new .block4 .payment_opt ul li:nth-child(3) {
        background-position-x: -118px; }
      .footer_new .block4 .payment_opt ul li:nth-child(4) {
        background-position-x: -178px;
        height: 30px;
        width: 71px; }
  .footer_new .block5 {
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    border-top: 1px solid #364a54;
    padding: 22px 15px 19px 15px; }
    .footer_new .block5 a {
      font-size: 12px; }
    .footer_new .block5 p:nth-child(1) {
      margin-bottom: 17px; }
    .footer_new .block5 p:nth-child(3) {
      margin: 0px 0px 6px 0px; }
    .footer_new .block5 p:nth-child(4) {
      margin: 0px; }
  .footer_new .block6 {
    color: #ffffff;
    text-align: center;
    background-color: #293840;
    padding: 20px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400; }
    .footer_new .block6 p {
      margin-bottom: 0px; }

/* Footer EN */
/* Blog Images Responsive Width Set ST */
.img_50 {
  width: 50%; }

.img_60 {
  width: 60%; }

.img_70 {
  width: 70%; }

.img_100 {
  width: 100%; }

/* Blog Images Responsive Width Set EN */
/* Blog Lists Bottom Margin ST */
.li-with-break li {
  margin-bottom: 15px; }

/* Blog Lists Bottom Margin EN */
/* Import SCSS */
/* Header ST */
.homepage .header_oi button.btn {
  width: 134px; }

.homepage .header_oi .btn_oi-w {
  font-size: 14px;
  width: 133px;
  padding: 10px 0;
  text-align: center; }

.homepage .header_oi .and_ios {
  padding: 35px 0; }

.homepage .header_oi .and_ios a {
  display: inline-block;
  height: 38px;
  width: 124px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 527px;
  background-position-y: -573px;
  background-image: url(/assets/oi/img/oneinsure-sprite.svg); }

.homepage .header_oi .and_ios a:nth-child(1) {
  margin-right: 16px;
  background-position-x: -43px; }

.homepage .header_oi .and_ios a:nth-child(2) {
  /*margin-right: 16px;*/
  background-position-x: -176px; }

/* Blog Post ST */
.h_blog_post {
  text-align: center;
  color: #5d5d5d;
  background: #f7fafb; }
  .h_blog_post .feature-item:hover .btn {
    background-color: #ff9f00 !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important; }
  .h_blog_post .feature-item > p {
    font-size: 12px; }
  .h_blog_post .feature-item > a {
    display: inline-block;
    margin: 0 auto;
    /*max-width: 246px;
        max-height: 129px;*/
    overflow: hidden;
    border: 8px solid #ffffff;
    border-radius: 8px; }
  .h_blog_post .feature-item img {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0; }
  .h_blog_post .view_all {
    padding: 45px 0;
    text-align: center; }
  .h_blog_post .feature-item h3 {
    line-height: 14px !important;
    height: 42px;
    overflow: hidden; }
  .h_blog_post .owl-carousel {
    padding: 0; }

/* Tabs ST */
.homepage .RHS {
  padding-top: 0px; }
  .homepage .RHS > div:nth-child(1) {
    width: 555px; }
  .homepage .RHS > div:nth-child(2) {
    padding-top: 20px; }

.h_tabs .owl-carousel {
  background: url("../img/home/h-tabsdata-bg.png") repeat-x center top;
  width: 236px;
  height: 470px;
  display: block;
  margin: 0 auto; }
  .h_tabs .owl-carousel .owl-stage-outer {
    width: 198px;
    height: 350px;
    display: block;
    top: 59px;
    left: 23px; }
  .h_tabs .owl-carousel .owl-dots {
    position: absolute;
    left: 328px;
    top: 310px;
    width: 360px;
    /* Hover */ }
    .h_tabs .owl-carousel .owl-dots .owl-dot {
      width: 52px;
      height: 60px;
      float: left;
      margin-right: 18px;
      display: inline-block;
      background-size: 527px !important;
      background: url("/assets/oi/img/oneinsure-sprite.svg") 0 -616px, url("/assets/oi/img/oneinsure-sprite.svg") 0 -616px; }
      .h_tabs .owl-carousel .owl-dots .owl-dot p {
        font-size: 14px;
        display: inherit;
        line-height: 18px;
        background: #94a7b0;
        color: #ffffff;
        padding: 5px 10px;
        border-radius: 5px;
        position: relative;
        bottom: -75px;
        left: -28%;
        white-space: nowrap;
        height: 28px;
        display: none; }
    .h_tabs .owl-carousel .owl-dots .owl-dot:nth-child(1) {
      background: url("/assets/oi/img/oneinsure-sprite.svg") no-repeat 3px 9px, url("/assets/oi/img/oneinsure-sprite.svg") 0px -616px; }
    .h_tabs .owl-carousel .owl-dots .owl-dot:nth-child(2) {
      background: url("/assets/oi/img/oneinsure-sprite.svg") no-repeat -45px 9px, url("/assets/oi/img/oneinsure-sprite.svg") 0px -616px; }
    .h_tabs .owl-carousel .owl-dots .owl-dot:nth-child(3) {
      background: url("/assets/oi/img/oneinsure-sprite.svg") no-repeat -97px 9px, url("/assets/oi/img/oneinsure-sprite.svg") 0px -616px; }
    .h_tabs .owl-carousel .owl-dots .owl-dot:nth-child(4) {
      background: url("/assets/oi/img/oneinsure-sprite.svg") no-repeat -148px 9px, url("/assets/oi/img/oneinsure-sprite.svg") 0px -616px; }
    .h_tabs .owl-carousel .owl-dots .owl-dot:nth-child(5) {
      background: url("/assets/oi/img/oneinsure-sprite.svg") no-repeat -198px 9px, url("/assets/oi/img/oneinsure-sprite.svg") 0px -616px; }
    .h_tabs .owl-carousel .owl-dots .owl-dot.active {
      background: none, url("/assets/oi/img/oneinsure-sprite.svg") -61px -616px; }
      .h_tabs .owl-carousel .owl-dots .owl-dot.active p {
        display: inline-block; }
    .h_tabs .owl-carousel .owl-dots .owl-dot.active:nth-child(1) {
      background: url("/assets/oi/img/oneinsure-sprite.svg") no-repeat 3px -36px, url("/assets/oi/img/oneinsure-sprite.svg") -61px -616px; }
      .h_tabs .owl-carousel .owl-dots .owl-dot.active:nth-child(1) p {
        left: -82%; }
    .h_tabs .owl-carousel .owl-dots .owl-dot.active:nth-child(2) {
      background: url("/assets/oi/img/oneinsure-sprite.svg") no-repeat -46px -36px, url("/assets/oi/img/oneinsure-sprite.svg") -61px -616px; }
      .h_tabs .owl-carousel .owl-dots .owl-dot.active:nth-child(2) p {
        left: -46%; }
    .h_tabs .owl-carousel .owl-dots .owl-dot.active:nth-child(3) {
      background: url("/assets/oi/img/oneinsure-sprite.svg") no-repeat -97px -36px, url("/assets/oi/img/oneinsure-sprite.svg") -61px -616px; }
      .h_tabs .owl-carousel .owl-dots .owl-dot.active:nth-child(3) p {
        left: -112%; }
    .h_tabs .owl-carousel .owl-dots .owl-dot.active:nth-child(4) {
      background: url("/assets/oi/img/oneinsure-sprite.svg") no-repeat -149px -36px, url("/assets/oi/img/oneinsure-sprite.svg") -61px -616px; }
      .h_tabs .owl-carousel .owl-dots .owl-dot.active:nth-child(4) p {
        left: -85%; }
    .h_tabs .owl-carousel .owl-dots .owl-dot.active:nth-child(5) {
      background: url("/assets/oi/img/oneinsure-sprite.svg") no-repeat -199px -36px, url("/assets/oi/img/oneinsure-sprite.svg") -61px -616px; }
      .h_tabs .owl-carousel .owl-dots .owl-dot.active:nth-child(5) p {
        left: -78%; }

.play_knowmore::after {
  display: block;
  content: "";
  clear: both; }

.play_knowmore .btn_oi {
  margin: 0;
  margin-right: 20px;
  float: left;
  width: 120px; }
  .play_knowmore .btn_oi i {
    vertical-align: middle;
    margin-right: 6px; }

.play_knowmore .btn_oi:last-child {
  margin-right: 0; }

/* Tabs EN */
/* Partners ST */
.partners {
  background: #ffffff;
  padding-bottom: 30px; }
  .partners .owl-carousel {
    padding: 0;
    margin: 0 auto; }
    .partners .owl-carousel .owl-item {
      background: url("../img/home/partners/partners-border-r-b.png") no-repeat center center;
      width: 195px;
      height: 117px;
      position: relative; }
    .partners .owl-carousel .owl-item:nth-child(6n+6) {
      background: url("../img/home/partners/partners-border-b.png") no-repeat center center !important; }
    .partners .owl-carousel .owl-item:nth-child(n+25) {
      background: url("../img/home/partners/partners-border-r.png") no-repeat center center !important; }
    .partners .owl-carousel .owl-item:nth-child(6n+6):last-child {
      background: none !important; }
    .partners .owl-carousel .owl-item a {
      background: url("/assets/oi/img/home/h_insurer_logos.jpg") no-repeat;
      background-size: 1170px 585px;
      background-position: 0 -2px;
      width: 192px;
      height: 115px;
      display: table-cell;
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%); }
    .partners .owl-carousel .owl-item a:hover {
      -webkit-filter: unset;
      /* Safari 6.0 - 9.0 */
      filter: unset; }
    .partners .owl-carousel .owl-item:nth-child(2) a {
      background-position: -197px -2px; }
    .partners .owl-carousel .owl-item:nth-child(3) a {
      background-position: -392px -2px; }
    .partners .owl-carousel .owl-item:nth-child(4) a {
      background-position: -587px -2px; }
    .partners .owl-carousel .owl-item:nth-child(5) a {
      background-position: -782px -2px; }
    .partners .owl-carousel .owl-item:nth-child(6) a {
      background-position: -977px -2px; }
    .partners .owl-carousel .owl-item:nth-child(7) a {
      background-position: 0 -119px; }
    .partners .owl-carousel .owl-item:nth-child(8) a {
      background-position: -197px -119px; }
    .partners .owl-carousel .owl-item:nth-child(9) a {
      background-position: -392px -119px; }
    .partners .owl-carousel .owl-item:nth-child(10) a {
      background-position: -587px -119px; }
    .partners .owl-carousel .owl-item:nth-child(11) a {
      background-position: -782px -119px; }
    .partners .owl-carousel .owl-item:nth-child(12) a {
      background-position: -977px -119px; }
    .partners .owl-carousel .owl-item:nth-child(13) a {
      background-position: 0 -237px; }
    .partners .owl-carousel .owl-item:nth-child(14) a {
      background-position: -197px -237px; }
    .partners .owl-carousel .owl-item:nth-child(15) a {
      background-position: -392px -237px; }
    .partners .owl-carousel .owl-item:nth-child(16) a {
      background-position: -587px -237px; }
    .partners .owl-carousel .owl-item:nth-child(17) a {
      background-position: -782px -237px; }
    .partners .owl-carousel .owl-item:nth-child(18) a {
      background-position: -977px -237px; }
    .partners .owl-carousel .owl-item:nth-child(19) a {
      background-position: 0 -354px; }
    .partners .owl-carousel .owl-item:nth-child(20) a {
      background-position: -197px -354px; }
    .partners .owl-carousel .owl-item:nth-child(21) a {
      background-position: -392px -354px; }
    .partners .owl-carousel .owl-item:nth-child(22) a {
      background-position: -587px -354px; }
    .partners .owl-carousel .owl-item:nth-child(23) a {
      background-position: -782px -354px; }
    .partners .owl-carousel .owl-item:nth-child(24) a {
      background-position: -977px -354px; }
    .partners .owl-carousel .owl-item:nth-child(25) a {
      background-position: 0 -471px; }
    .partners .owl-carousel .owl-item:nth-child(26) a {
      background-position: -197px -471px; }
    .partners .owl-carousel .owl-item:nth-child(27) a {
      background-position: -392px -471px; }
    .partners .owl-carousel .owl-item:nth-child(28) a {
      background-position: -587px -471px; }
    .partners .owl-carousel .owl-item:nth-child(29) a {
      background-position: -782px -471px; }
    .partners .owl-carousel .owl-item:nth-child(30) a {
      background-position: -977px -471px; }

/* Partners EN */
/* Testimonials ST */
.testimonials {
  background: url("../img/home/testimonial_bg.jpg") no-repeat center center;
  background-size: 100%;
  background-attachment: fixed;
  position: relative;
  color: #ffffff;
  position: relative;
  font-size: 14px; }
  .testimonials .testimg {
    height: 65px;
    width: 65px;
    background-position: center center;
    background-repeat: no-repeat;
    background-position-y: -542px;
    background-position-x: -370px;
    background-image: url(/assets/oi/img/oneinsure-sprite.svg); }
  .testimonials .testi {
    position: relative;
    padding: 10px;
    display: block;
    width: 100%; }
    .testimonials .testi > div:nth-child(1) {
      background: #3f7a95;
      position: relative;
      font-style: italic;
      min-height: 185px;
      padding: 15px; }
      .testimonials .testi > div:nth-child(1) p {
        margin: 0; }
    .testimonials .testi > div:nth-child(1):after {
      content: " ";
      position: absolute;
      left: 102px;
      bottom: -21px;
      height: 21px;
      display: inline-block;
      height: 22px;
      width: 26px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 527px;
      background-position-y: -451px;
      background-position-x: -216px;
      background-image: url(/assets/oi/img/oneinsure-sprite.svg); }
    .testimonials .testi > div:nth-child(1) .title {
      font-size: 18px;
      font-weight: 700;
      line-height: 1.2;
      font-style: normal;
      margin: 0 0 10px 0; }
    .testimonials .testi div.clearfix {
      margin: 40px 0 0 0; }
      .testimonials .testi div.clearfix > div:nth-child(1) {
        float: left;
        width: 65px;
        height: 65px;
        margin-right: 18px; }
      .testimonials .testi div.clearfix > div:nth-child(2) {
        float: left;
        white-space: nowrap;
        padding-top: 11px; }
      .testimonials .testi div.clearfix > div:nth-child(2) > div:first-child {
        font-size: 17px; }
      .testimonials .testi div.clearfix > div:nth-child(2) > div:last-child {
        font-size: 13px; }
  .testimonials .owl-theme .owl-nav.disabled + .owl-dots {
    margin: 30px 0 !important; }
  .testimonials .add_testimonial {
    display: none;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    /* Vertical Text */
    -webkit-transform: rotate(-90deg) translateX(60%);
    -webkit-transform-origin: 0% 0%; }
    .testimonials .add_testimonial a {
      text-transform: uppercase;
      color: #1a4458;
      text-decoration: none;
      padding: 12px 25px;
      display: inline-block; }
    .testimonials .add_testimonial a:hover {
      text-transform: uppercase;
      color: #1a4458;
      text-decoration: underline; }

/* Testimonials ST */
/* Carousel ST */
.owl-theme .owl-dots .owl-dot span {
  height: 15px;
  width: 15px;
  border: 2px solid #6293aa;
  background: none; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #6293aa;
  border: 2px solid #6293aa; }

.testimonials .owl-nav,
.partners .owl-nav, .partners .owl-dots,
.h_blog_post .owl-nav, .h_blog_post .owl-dots {
  display: none !important; }

/* Carousel EN */
/* Media Queries ST */
/* Large desktops and laptops */
/* Landscape tablets and medium desktops */
@media (max-width: 1170px) {
  .homepage .header_oi .RHS > div:nth-child(1) {
    width: 500px; }
  .h_tabs .owl-carousel .owl-dots {
    position: absolute;
    left: 126%;
    top: 290px; } }

@media (min-width: 1175px) {
  .homepage .header_oi .h_tabs .owl-carousel .owl-dots {
    top: 260px; } }

/* Portrait tablets and small desktops @media (min-width: 768px) and (max-width: 991px) */
@media (max-width: 991px) {
  .homepage .header_oi .RHS > div:nth-child(1) {
    width: 400px; }
  .widget_2 div {
    max-width: 292px; }
  .testimonials {
    background-size: 1000px; }
    .testimonials .add_testimonial {
      display: none;
      background: #fff;
      margin: 0 auto;
      position: relative;
      /* Vertical Text */
      -webkit-transform: none;
      -webkit-transform-origin: unset;
      text-align: center; }
      .testimonials .add_testimonial a {
        font-size: 20px;
        display: block; }
  /* Partners ST */
  .partners .owl-carousel .owl-item {
    background: url("../img/home/partners/partners-border-r.png") no-repeat right center !important; }
  .partners .owl-carousel .owl-item:nth-child(6n+6) {
    background: url("../img/home/partners/partners-border-r.png") no-repeat right center !important; }
  .partners .owl-carousel .owl-item:nth-child(n+25) {
    background: url("../img/home/partners/partners-border-r.png") no-repeat right center !important; }
  .partners .owl-carousel .owl-item:nth-child(6n+6):last-child {
    background: none !important; }
  /* Partners EN */
  .h_tabs .owl-carousel .owl-dots {
    position: absolute;
    left: 124%;
    top: 320px;
    width: 360px; } }

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .homepage .header_oi .RHS > div:nth-child(1) {
    width: 400px; }
  .widget_2 div p {
    max-width: 292px;
    text-align: left; }
  /* Tabs ST */
  .tabs {
    margin: 5px auto 0 auto; }
  .tabs > div {
    margin-right: 10px; }
  /* Tabs EN */
  /* Tabs ST */
  .h_tabs > div:first-child {
    -webkit-box-shadow: 0px 4px 4px 0px #425e6b;
    -moz-box-shadow: 0px 4px 4px 0px #425e6b;
    box-shadow: 0px 4px 4px 0px #425e6b; }
  .h_tabs .title_h1 {
    font-size: 19px;
    line-height: 23px;
    font-weight: 700;
    margin: 5px 0 15px 0;
    text-transform: uppercase; }
  .h_tabs .owl-carousel {
    background: url("../img/home/h-m-tabsdata-bg.png") no-repeat center top;
    background-size: contain;
    width: 190px;
    height: 328px;
    display: block;
    margin: 0 auto; }
    .h_tabs .owl-carousel .owl-stage-outer {
      width: 166px;
      height: 299px;
      display: block;
      top: 29px;
      left: 12px; }
    .h_tabs .owl-carousel .owl-item img {
      width: 166px; }
    .h_tabs .owl-carousel .owl-dots {
      position: relative;
      top: auto;
      bottom: -40px;
      left: 0px;
      width: 100%;
      margin: 0 !important;
      padding-left: 42px;
      /* Hover */ }
      .h_tabs .owl-carousel .owl-dots::after {
        display: block;
        content: "";
        clear: both; }
      .h_tabs .owl-carousel .owl-dots .owl-dot {
        background-image: none !important;
        background-color: #4c6d7c;
        border: 1px solid #869ca6;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        float: left;
        margin-right: 12px; }
        .h_tabs .owl-carousel .owl-dots .owl-dot p {
          font-size: 14px;
          display: inherit;
          line-height: 18px;
          background: #94a7b0;
          color: #ffffff;
          padding: 5px 10px;
          border-radius: 5px;
          position: relative;
          bottom: -75px;
          left: -28%;
          white-space: nowrap;
          height: 28px;
          display: none; }
      .h_tabs .owl-carousel .owl-dots .owl-dot.active {
        background-image: none;
        background-color: #f8a21c;
        border: 1px solid #f8a21c;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        float: left;
        margin-right: 12px; }
        .h_tabs .owl-carousel .owl-dots .owl-dot.active p {
          display: none; }
  .h_tabs .and_ios_s {
    position: absolute;
    bottom: 0;
    left: 6%;
    width: 30px; }
    .h_tabs .and_ios_s a {
      margin-bottom: 20px;
      display: inline-block; }
    .h_tabs .and_ios_s i {
      display: inline-block;
      height: 26px;
      width: 25px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 527px;
      background-position-y: -580px;
      background-image: url(/assets/oi/img/oneinsure-sprite.svg); }
    .h_tabs .and_ios_s .playimg {
      background-position-x: -300px; }
    .h_tabs .and_ios_s .appimg {
      background-position-x: -335px; }
  .h_tabs .play_knowmore {
    padding: 38px 0 10px 0 !important;
    text-align: center; }
    .h_tabs .play_knowmore a {
      width: 130px;
      float: none; }
  .testimonials .add_testimonial {
    display: none; }
    .testimonials .add_testimonial a {
      font-size: 1em;
      display: block; } }

/* Portrait phones and smaller */
/* Media Queries EN */
/*@import 'sticky_popup';*/
/* Media Queries ST */
/* Large desktops and laptops */
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
@media (max-width: 991px) {
  h2,
  h2.title_h2_blue,
  h2.title_h2_white {
    font-size: 1.5em;
    margin: 35px 0; }
  .domain_redirect {
    background: url("/assets/oi/img/domain_redirecting_mobile.gif") no-repeat center center;
    width: 290px;
    height: 368px; }
  .footer_new .block1 .col-md-4 {
    font-size: 12px; }
  .block2 .col-md-4 {
    padding-left: 15px;
    padding-right: 15px; }
  .video_player .videoWrapper {
    padding-bottom: 52%;
    /* 16:9 */ } }

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  h2,
  h2.title_h2_blue,
  h2.title_h2_white {
    font-size: 1.25em;
    margin: 25px 0; }
  a.link_main {
    font-size: 1em; }
  .title_dgrey {
    font-size: 16px;
    font-weight: 700; }
  /*.text-muted {
        font-size: 14px;
    }*/
  .quotereqpopup-visible {
    width: 100%; }
  .register {
    padding: 0px 15px; }
  .card {
    margin-top: 20px; }
  /* Footer_New Responsive ST */
  .footer_new .block2 {
    padding: 0px 15px; }
    .footer_new .block2 ul {
      padding-left: 15px; }
    .footer_new .block2 li {
      border-bottom: 1px solid #364a54;
      padding: 0; }
      .footer_new .block2 li li {
        border-bottom: none; }
    .footer_new .block2 h4 {
      margin: 17px 0px 5px 0px;
      border-bottom: none;
      font-weight: 600; }
    .footer_new .block2 .col-xs-12 {
      width: 100%; }
  .footer_new .block3 {
    border-top: none;
    padding: 17px 0px 0px 0px; }
    .footer_new .block3 .download_app ul {
      text-align: center;
      padding-left: 0px;
      margin-bottom: 0px; }
    .footer_new .block3 .col-xs-12 {
      text-align: center; }
      .footer_new .block3 .col-xs-12 ul {
        padding-left: 0px; }
  .footer_new .block3 .col-md-5 h4 {
    margin-left: 0px !important;
    text-align: center;
    margin-bottom: 16px; }
  .footer_new .block4 {
    border-top: none; }
    .footer_new .block4 .social_icons ul {
      border-bottom: 1px solid #364a54; }
    .footer_new .block4 .social_icons li {
      margin-bottom: 30px; }
    .footer_new .block4 .social_icons h4 {
      border-top: 1px solid #364a54;
      padding-top: 28px; }
    .footer_new .block4 .security h4 {
      margin-top: 28px; }
    .footer_new .block4 .security ul {
      padding-bottom: 20px; }
    .footer_new .block4 .payment_opt h4 {
      border-top: 1px solid #364a54;
      padding-top: 28px;
      margin-bottom: 12px; }
    .footer_new .block4 .payment_opt ul {
      margin-bottom: 0px;
      padding-bottom: 20px;
      border-bottom: 1px solid #364a54; }
  .footer_new .block5 {
    border-top: none; }
    .footer_new .block5 span {
      display: block; }
    .footer_new .block5 p:nth-child(1) {
      margin-bottom: 8px; }
  .footer_new .block6 span {
    display: block; }
  /* Footer_New Responsive EN */
  /* Video */
  .video_player {
    display: none;
    width: 90%;
    position: fixed;
    left: 50%;
    top: 16%;
    transform: translate(-50%, 0%);
    z-index: 100010; }
  /* Blog Images Responsive Width Set ST */
  .img_50 {
    width: 100%; }
  .img_60 {
    width: 100%; }
  .img_70 {
    width: 100%; }
  .img_100 {
    width: 100%; }
  /* Blog Images Responsive Width Set EN */ }

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .innerpage .header_oi {
    padding-top: 60px; }
  .brkupdropdown {
    min-width: 300px;
    padding: 5px 35px !important;
    top: -494%;
    left: -222%; }
  /* Titles ST */
  .title_h1 {
    font-size: 28px;
    line-height: 32px;
    text-align: center; }
  /* Titles EN */ }

/* Media Queries EN */
/* Mixin Trial ST */
/* Mixin Trial EN */
table.grey_bordered td {
  border: 1px solid #ddd;
  padding: 5px 10px; }

.player .video-wrapper .telecine,
.player .video-wrapper object,
.player .video-wrapper video,
.player .player-inner,
.player .video-wrapper .video.cover {
  border-radius: 5px !important;
  background: none !important; }

/* New Blog EN */
/* Blog Banners ST */
a.oi_manage {
  display: block;
  background: url(https://oneinsure.com/Media/Default/BlogImages/banner/manage-desktop.jpg) no-repeat top center;
  height: 108px;
  width: 752px;
  margin: 10px auto; }

a.oi_assistance {
  display: block;
  background: url(https://oneinsure.com/Media/Default/BlogImages/banner/assistance-desktop.jpg) no-repeat top center;
  height: 108px;
  width: 752px;
  margin: 10px auto; }

@media (max-width: 767px) {
  a.oi_manage {
    display: block;
    background: url(https://oneinsure.com/Media/Default/BlogImages/banner/manage-mob.jpg) no-repeat top center;
    height: 200px;
    width: 320px;
    margin: 10px auto; }
  a.oi_assistance {
    display: block;
    background: url(https://oneinsure.com/Media/Default/BlogImages/banner/assistance-mob.jpg) no-repeat top center;
    height: 200px;
    width: 320px;
    margin: 10px auto; } }

/* Blog Banners EN */
/* Compare & Buy Page ST */
.compare_buy {
  background: #2A3C46 url("/assets/oi/img/gq-srp/compare-buy.jpg") no-repeat center top; }
  .compare_buy h1 {
    font-size: 32px;
    text-align: center;
    color: #fff;
    margin: 25px 0 50px 0; }
  .compare_buy .col-md-4 div {
    padding: 10px 5px 0;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    color: #2b404a;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 70px; }
    .compare_buy .col-md-4 div i {
      color: #2b4049;
      display: inline-block;
      height: 60px;
      width: 60px;
      background-size: 60px 60px !important; }
    .compare_buy .col-md-4 div p {
      opacity: 0.8;
      padding-top: 15px;
      margin: 0;
      height: 160px; }
    .compare_buy .col-md-4 div h2 {
      font-size: 20px;
      font-weight: 800 !important;
      padding: 0;
      margin: 0; }
    .compare_buy .col-md-4 div .btn_org_brd_8 {
      text-transform: uppercase;
      position: relative;
      bottom: -10px; }
  .compare_buy .col-md-4 .car i {
    background: url(/assets/oi/img/svg/car-hover.svg) no-repeat center center; }
  .compare_buy .col-md-4 .term i {
    background: url(/assets/oi/img/svg/term-hover.svg) no-repeat center center; }
  .compare_buy .col-md-4 .health i {
    background: url(/assets/oi/img/svg/health-hover.svg) no-repeat center center; }
  .compare_buy .col-md-4 .two-wheeler i {
    background: url(/assets/oi/img/svg/motor-hover.svg) no-repeat center center; }
  .compare_buy .col-md-4 .ci i {
    background: url(/assets/oi/img/svg/ci-hover.svg) no-repeat center center; }
  .compare_buy .col-md-4 .pa i {
    background: url(/assets/oi/img/svg/pa-hover.svg) no-repeat center center; }
  .compare_buy .col-md-4 .child i {
    background: url(/assets/oi/img/svg/child-hover.svg) no-repeat center center; }
  .compare_buy .col-md-4 .retirement i {
    background: url(/assets/oi/img/svg/retirement-hover.svg) no-repeat center center; }
  .compare_buy .col-md-4 .travel i {
    background: url(/assets/oi/img/svg/travel-hover.svg) no-repeat center center; }
  .compare_buy .col-md-4 .investment i {
    background: url(/assets/oi/img/svg/investment-hover.svg) no-repeat center center; }

@media (max-width: 991px) {
  .compare_buy .col-md-4 div {
    padding-bottom: 20px; }
    .compare_buy .col-md-4 div p {
      height: auto; }
    .compare_buy .col-md-4 div .btn_org_brd_8 {
      bottom: -30px; } }

/* Compare & Buy Page EN */
/* Interstitial ST */
.interstitial {
  display: none; }

.show_interstitial .interstitial {
  background: url("/assets/oi/img/interstitial/main.png?x=1") no-repeat center center;
  width: 429px;
  height: 255px;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10007; }
  .show_interstitial .interstitial a.i_close {
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    top: 4px;
    right: 4px; }
  .show_interstitial .interstitial a.install {
    width: 100%;
    height: 48px;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: 0 auto; }

@media (max-width: 480px) {
  .show_interstitial .interstitial {
    background: url("/assets/oi/img/interstitial/main.png?x=1") no-repeat center center;
    background-size: contain;
    width: 300px;
    height: 178px;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
    .show_interstitial .interstitial a.i_close {
      width: 25px;
      height: 25px;
      display: block;
      position: absolute;
      top: 2px;
      right: 2px; }
    .show_interstitial .interstitial a.install {
      width: 90%;
      height: 36px;
      display: block;
      position: absolute;
      bottom: 0px;
      right: 0;
      left: 0;
      margin: 0 auto; } }

/* Interstitial EN */
/* Call To Action ST */
.sticky-cms.cta-sticky {
  display: none;
  z-index: 29 !important; }

.sticky-life .panel-default {
  border: 4px solid #ec5c28;
  border-radius: 6px 6px 0px 0px; }

.sticky-life .list-group-item,
.sticky-life .list-group {
  border: none !important; }

.sticky-life .panel-heading {
  background-color: #ec5c28 !important;
  padding: 0px 8px; }

.sticky-life .panel-title a,
.sticky-life .panel-title a:hover {
  color: #ffffff;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  padding: 0;
  display: block;
  line-height: 25px;
  text-decoration: none; }

.sticky-life .panel-heading h2 {
  padding-bottom: 20px;
  padding-top: 10px; }

.stick > a.active.collapsed .plus {
  display: block;
  margin-top: -4px; }

.stick > .active .plus,
.stick > a.active.collapsed .minus {
  display: none; }

.stick > .active .minus {
  display: block;
  margin-top: -5px;
  font-size: 37px; }

.dynamic-form legend {
  margin: 0;
  border-bottom: 0; }

.widget-NewsLetterWidget {
  background: none; }

.call-to-action .sticky-cms,
.utm_lead .sticky-cms {
  height: auto;
  width: 300px;
  position: fixed;
  right: 28px;
  bottom: 0;
  margin: 0 auto;
  z-index: 30; }
  .call-to-action .sticky-cms .panel-defaul,
  .utm_lead .sticky-cms .panel-defaul {
    border: 4px solid #ec5c28;
    border-radius: 6px 6px 0px 0px; }
  .call-to-action .sticky-cms .list-group-item,
  .call-to-action .sticky-cms .list-group,
  .utm_lead .sticky-cms .list-group-item,
  .utm_lead .sticky-cms .list-group {
    border: none !important; }
  .call-to-action .sticky-cms .panel-heading,
  .utm_lead .sticky-cms .panel-heading {
    background-color: #ec5c28 !important;
    padding: 0px 8px; }
  .call-to-action .sticky-cms .panel-title a,
  .call-to-action .sticky-cms .panel-title a:hover,
  .utm_lead .sticky-cms .panel-title a,
  .utm_lead .sticky-cms .panel-title a:hover {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 0;
    display: block;
    line-height: 25px;
    text-decoration: none; }
  .call-to-action .sticky-cms .panel-heading h2,
  .utm_lead .sticky-cms .panel-heading h2 {
    padding-bottom: 20px;
    padding-top: 10px; }
  .call-to-action .sticky-cms .form-control,
  .utm_lead .sticky-cms .form-control {
    text-align: center;
    padding: 6px 0px; }
  .call-to-action .sticky-cms .text-center,
  .utm_lead .sticky-cms .text-center {
    text-align: center; }
  .call-to-action .sticky-cms .subscribe-btn,
  .utm_lead .sticky-cms .subscribe-btn {
    background-color: #ff5d24 !important;
    color: #ffffff !important;
    font-weight: bold;
    font-family: Roboto;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 69px;
    margin-bottom: 10px; }
  .call-to-action .sticky-cms .block,
  .utm_lead .sticky-cms .block {
    height: 20px;
    width: 20px;
    border: 2px solid;
    background: #eb5c28;
    font-size: 23px;
    position: absolute;
    top: -4px;
    right: -4px;
    border-radius: 50%; }
  .call-to-action .sticky-cms .panel-heading,
  .utm_lead .sticky-cms .panel-heading {
    border-radius: 0px; }

/*** CALL TO ACTION WIDGET ST ***/
.sticky-cms {
  display: none; }

.call-to-action .sticky-cms ul,
.utm_lead .sticky-cms ul {
  padding: 0px 15px; }

.call-to-action .sticky-cms .block,
.utm_lead .sticky-cms .block {
  border: 2px solid #fff; }

.call-to-action .stick a .plus,
.utm_lead .stick a .plus {
  display: block; }

.call-to-action .stick a .minus,
.utm_lead .stick a .minus {
  display: none;
  margin-top: -5px;
  font-size: 37px; }

.call-to-action .stick a.collapsed .plus,
.utm_lead .stick a.collapsed .plus {
  display: block;
  margin-top: -4px; }

.call-to-action .stick a.collapsed .minus,
.utm_lead .stick a.collapsed .minus {
  display: none; }

.call-to-action .sticky-cms .call-us,
.utm_lead .sticky-cms .call-us {
  padding: 5px 90px;
  margin-bottom: 0; }

.call-to-action .subscribe-btn:last-child,
.utm_lead .subscribe-btn:last-child {
  padding: 5px 76px; }

.call-to-action label.error,
.utm_lead label.error {
  display: none !important; }

.call-to-action .form-control.error,
.utm_lead .form-control.error {
  border: 1px solid red; }

.call-to-action .contact_number a,
.utm_lead .contact_number a {
  color: #ff5d24;
  font-size: 16px;
  font-weight: 700; }

.call-to-action .frm-details h3,
.utm_lead .frm-details h3 {
  color: #ff5d24; }

.call-to-action .sticky-cms.cta-sticky,
.utm_lead .sticky-cms.cta-sticky {
  display: block !important;
  z-index: 29 !important;
  width: 295px !important;
  right: 32px !important; }

/* CTA ST */
.call-to-action .sticky-cms.cta-sticky,
.utm_lead .sticky-cms.cta-sticky {
  background: none !important;
  border-radius: 6px 6px 0 0;
  width: 100% !important;
  right: 0px !important; }
  .call-to-action .sticky-cms.cta-sticky .panel-default,
  .utm_lead .sticky-cms.cta-sticky .panel-default {
    border: 0 !important;
    border-radius: 6px 6px 0px 0px;
    background: none !important; }
    .call-to-action .sticky-cms.cta-sticky .panel-default .panel-heading,
    .utm_lead .sticky-cms.cta-sticky .panel-default .panel-heading {
      background: none !important;
      padding: 0; }
      .call-to-action .sticky-cms.cta-sticky .panel-default .panel-heading .panel-title,
      .utm_lead .sticky-cms.cta-sticky .panel-default .panel-heading .panel-title {
        background: #f59f11 !important;
        border-radius: 6px 6px 0 0;
        padding: 0;
        width: 360px !important;
        float: right;
        margin: 0 5% 0 0;
        position: relative; }
        .call-to-action .sticky-cms.cta-sticky .panel-default .panel-heading .panel-title a, .call-to-action .sticky-cms.cta-sticky .panel-default .panel-heading .panel-title a:hover,
        .utm_lead .sticky-cms.cta-sticky .panel-default .panel-heading .panel-title a,
        .utm_lead .sticky-cms.cta-sticky .panel-default .panel-heading .panel-title a:hover {
          font: 18px 'Lato', Roboto, Arial, sans-serif !important;
          padding: 12px 0; }
        .call-to-action .sticky-cms.cta-sticky .panel-default .panel-heading .panel-title .block,
        .utm_lead .sticky-cms.cta-sticky .panel-default .panel-heading .panel-title .block {
          background: #f59f11; }
        .call-to-action .sticky-cms.cta-sticky .panel-default .panel-heading .panel-title a .plus,
        .utm_lead .sticky-cms.cta-sticky .panel-default .panel-heading .panel-title a .plus {
          margin-top: -7px; }
        .call-to-action .sticky-cms.cta-sticky .panel-default .panel-heading .panel-title a .minus,
        .utm_lead .sticky-cms.cta-sticky .panel-default .panel-heading .panel-title a .minus {
          margin-top: -17px; }
    .call-to-action .sticky-cms.cta-sticky .panel-default #collapse2,
    .utm_lead .sticky-cms.cta-sticky .panel-default #collapse2 {
      width: 100%;
      background: #f59f11 !important; }
      .call-to-action .sticky-cms.cta-sticky .panel-default #collapse2 form ul,
      .utm_lead .sticky-cms.cta-sticky .panel-default #collapse2 form ul {
        margin: 0;
        width: 1170px;
        margin: 0 auto;
        padding: 12px; }
        .call-to-action .sticky-cms.cta-sticky .panel-default #collapse2 form ul li,
        .utm_lead .sticky-cms.cta-sticky .panel-default #collapse2 form ul li {
          width: 230px;
          display: inline-block;
          padding: 0;
          margin: 0 5px 5px;
          float: left; }
          .call-to-action .sticky-cms.cta-sticky .panel-default #collapse2 form ul li input, .call-to-action .sticky-cms.cta-sticky .panel-default #collapse2 form ul li select,
          .utm_lead .sticky-cms.cta-sticky .panel-default #collapse2 form ul li input,
          .utm_lead .sticky-cms.cta-sticky .panel-default #collapse2 form ul li select {
            border: none;
            border-radius: 4px;
            height: 40px;
            color: #2b404a;
            font-size: 16px; }
          .call-to-action .sticky-cms.cta-sticky .panel-default #collapse2 form ul li input::placeholder,
          .call-to-action .sticky-cms.cta-sticky .panel-default #collapse2 form ul li input::-webkit-input-placeholder,
          .utm_lead .sticky-cms.cta-sticky .panel-default #collapse2 form ul li input::placeholder,
          .utm_lead .sticky-cms.cta-sticky .panel-default #collapse2 form ul li input::-webkit-input-placeholder {
            color: #2b404a; }
          .call-to-action .sticky-cms.cta-sticky .panel-default #collapse2 form ul li select,
          .utm_lead .sticky-cms.cta-sticky .panel-default #collapse2 form ul li select {
            padding: 0 10px; }
        .call-to-action .sticky-cms.cta-sticky .panel-default #collapse2 form ul li:nth-last-child(2),
        .utm_lead .sticky-cms.cta-sticky .panel-default #collapse2 form ul li:nth-last-child(2) {
          width: auto;
          float: right; }
        .call-to-action .sticky-cms.cta-sticky .panel-default #collapse2 form ul .accept_tnc,
        .utm_lead .sticky-cms.cta-sticky .panel-default #collapse2 form ul .accept_tnc {
          font-size: 13px; }
      .call-to-action .sticky-cms.cta-sticky .panel-default #collapse2 .list-group-item,
      .utm_lead .sticky-cms.cta-sticky .panel-default #collapse2 .list-group-item {
        background: #f59f11; }
      .call-to-action .sticky-cms.cta-sticky .panel-default #collapse2 button.btn,
      .utm_lead .sticky-cms.cta-sticky .panel-default #collapse2 button.btn {
        background: #00afff !important;
        color: #fff !important;
        border: none;
        border-radius: 4px;
        outline: none;
        height: 40px;
        padding: 0 35px; }
      .call-to-action .sticky-cms.cta-sticky .panel-default #collapse2 h3,
      .utm_lead .sticky-cms.cta-sticky .panel-default #collapse2 h3 {
        margin: 0;
        padding: 20px;
        color: #fff; }

@media (max-width: 768px) {
  .call-to-action .sticky-cms.cta-sticky,
  .utm_lead .sticky-cms.cta-sticky {
    max-width: 91% !important;
    margin: 0 auto;
    left: 0; }
    .call-to-action .sticky-cms.cta-sticky .panel-default .panel-heading .panel-title,
    .utm_lead .sticky-cms.cta-sticky .panel-default .panel-heading .panel-title {
      width: 100% !important;
      margin: 0; }
      .call-to-action .sticky-cms.cta-sticky .panel-default .panel-heading .panel-title a, .call-to-action .sticky-cms.cta-sticky .panel-default .panel-heading .panel-title a:hover,
      .utm_lead .sticky-cms.cta-sticky .panel-default .panel-heading .panel-title a,
      .utm_lead .sticky-cms.cta-sticky .panel-default .panel-heading .panel-title a:hover {
        font-size: 14px !important;
        font-weight: bold !important;
        padding: 10px 0; }
    .call-to-action .sticky-cms.cta-sticky .panel-default #collapse2,
    .utm_lead .sticky-cms.cta-sticky .panel-default #collapse2 {
      width: 100%; }
      .call-to-action .sticky-cms.cta-sticky .panel-default #collapse2 form ul,
      .utm_lead .sticky-cms.cta-sticky .panel-default #collapse2 form ul {
        width: 100%;
        margin: 0 auto;
        padding: 0 12px; }
        .call-to-action .sticky-cms.cta-sticky .panel-default #collapse2 form ul li,
        .utm_lead .sticky-cms.cta-sticky .panel-default #collapse2 form ul li {
          width: 100%;
          display: block;
          padding: 0;
          margin: 5px 0;
          float: unset; }
          .call-to-action .sticky-cms.cta-sticky .panel-default #collapse2 form ul li select,
          .utm_lead .sticky-cms.cta-sticky .panel-default #collapse2 form ul li select {
            text-align-last: center;
            text-align: center; }
            .call-to-action .sticky-cms.cta-sticky .panel-default #collapse2 form ul li select option,
            .utm_lead .sticky-cms.cta-sticky .panel-default #collapse2 form ul li select option {
              text-align: center;
              text-align-last: center; }
        .call-to-action .sticky-cms.cta-sticky .panel-default #collapse2 form ul li:last-child,
        .utm_lead .sticky-cms.cta-sticky .panel-default #collapse2 form ul li:last-child {
          float: unset;
          width: 100%;
          margin: 10px 0; }
          .call-to-action .sticky-cms.cta-sticky .panel-default #collapse2 form ul li:last-child button.btn,
          .utm_lead .sticky-cms.cta-sticky .panel-default #collapse2 form ul li:last-child button.btn {
            width: 100%; } }

/* CTA EN */
/* Call To Action EN */
/* CTA Different Title on Product Pages ST */
.title_product,
.title_utm {
  display: none; }

.detail-product .title_common,
.detail-page .title_common,
.detail-company .title_common {
  display: none; }

.detail-product .title_product,
.detail-page .title_product,
.detail-company .title_product {
  display: block; }

.utm_lead .title_common,
.utm_lead .title_product {
  display: none !important; }

.utm_lead .title_utm {
  display: block !important; }

.motor-form.call-to-action .cta-sticky {
  display: block !important; }
