/*! 'HCI' WEBSITE STYLE RULES @copyright 2017-2018 @version 3.0 */
/** BASE STYLES */
.pseudoButton.blue:hover, .pseudoButton.blue:focus, .pseudoButtonSmall.blue:hover, .pseudoButtonSmall.blue:focus { background-color: #001a24; }

.pseudoButton.cyan:hover, .pseudoButton.cyan:focus, .pseudoButtonSmall.cyan:hover, .pseudoButtonSmall.cyan:focus, .medical-insurance-quote .quote-section button:hover, .medical-insurance-quote .quote-section button:focus, .medical-insurance-plan .quote-section button:hover, .medical-insurance-plan .quote-section button:focus { background-color: #007baf; }

.pseudoButton.magenta:hover, .pseudoButton.magenta:focus, .pseudoButtonSmall.magenta:hover, .pseudoButtonSmall.magenta:focus, .student-insurance-quote .quote-section button:hover, .student-insurance-quote .quote-section button:focus, .student-insurance-plan .quote-section button:hover, .student-insurance-plan .quote-section button:focus { background-color: #8b2373; }

.pseudoButton.green:hover, .pseudoButton.green:focus, .pseudoButtonSmall.green:hover, .pseudoButtonSmall.green:focus, .travel-insurance-quote .quote-section button:hover, .travel-insurance-quote .quote-section button:focus, .travel-insurance-plan .quote-section button:hover, .travel-insurance-plan .quote-section button:focus { background-color: #559a44; }

.pseudoButton.orange:hover, .pseudoButton.orange:focus, .pseudoButtonSmall.orange:hover, .pseudoButtonSmall.orange:focus, .life-insurance-quote .quote-section button:hover, .life-insurance-quote .quote-section button:focus, .life-insurance-plan .quote-section button:hover, .life-insurance-plan .quote-section button:focus { background-color: #ce800e; }

.pseudoButton.peach:hover, .pseudoButton.peach:focus, .pseudoButtonSmall.peach:hover, .pseudoButtonSmall.peach:focus { background-color: #cb6f44; }

.brandBlueText { color: #003346; }

.whiteText { color: white; }

.whiteText p, .whiteText strong { color: white; }

.cyanText { color: #00adee; }

.magentaText { color: #a42789; }

.greenText { color: #84c14a; }

.orangeText { color: #f39412; }

.peachText { color: #ef804a; }

.titleText { font-family: "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; }

.subtitleText { font-family: "IskraLAT-Light", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; }

.normalWeightText { font-weight: normal; }

.margin--none { margin: 0; }

.pseudoButton.whiteOnCyan.margin--none { margin: 0; }

.clear-both { clear: both; }

.svg-circular { -webkit-animation: rotate 2s linear infinite; -moz-animation: rotate 2s linear infinite; -o-animation: rotate 2s linear infinite; animation: rotate 2s linear infinite; height: 100%; -webkit-transform-origin: center center; -moz-transform-origin: center center; -ms-transform-origin: center center; -o-transform-origin: center center; transform-origin: center center; width: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }

.svg-path { stroke-dasharray: 1, 200; stroke-dashoffset: 0; -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite; -moz-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite; -o-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite; animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite; stroke-linecap: round; }

@-webkit-keyframes rotate { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@-moz-keyframes rotate { 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } }

@-o-keyframes rotate { 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes rotate { 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } }

@-webkit-keyframes dash { 0% { stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% { stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% { stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@-moz-keyframes dash { 0% { stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% { stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% { stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@-o-keyframes dash { 0% { stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% { stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% { stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@keyframes dash { 0% { stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% { stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% { stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@-webkit-keyframes color { 100%, 0% { stroke: #00adee; }
  40% { stroke: #84c14a; }
  66% { stroke: #A42789; }
  80%, 90% { stroke: #f39412; } }

@-moz-keyframes color { 100%, 0% { stroke: #00adee; }
  40% { stroke: #84c14a; }
  66% { stroke: #A42789; }
  80%, 90% { stroke: #f39412; } }

@-o-keyframes color { 100%, 0% { stroke: #00adee; }
  40% { stroke: #84c14a; }
  66% { stroke: #A42789; }
  80%, 90% { stroke: #f39412; } }

@keyframes color { 100%, 0% { stroke: #00adee; }
  40% { stroke: #84c14a; }
  66% { stroke: #A42789; }
  80%, 90% { stroke: #f39412; } }

/** VENDORS */
/*! Bootstrap v3.3.7 (http://getbootstrap.com) Copyright 2011-2016 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; }

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

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

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

[hidden], template { display: none; }

a { background-color: transparent; }

a:active, a:hover { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

h1 { margin: .67em 0; font-size: 2em; }

mark { color: #000; background: #ff0; }

small { font-size: 80%; }

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

sup { top: -.5em; }

sub { bottom: -.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 1em 40px; }

hr { height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

pre { overflow: auto; }

code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

button, input, optgroup, select, textarea { margin: 0; font: inherit; color: inherit; }

button { overflow: visible; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], html input[disabled] { cursor: default; }

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

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset { padding: .35em .625em .75em; margin: 0 2px; border: 1px solid #c0c0c0; }

legend { padding: 0; border: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

table { border-spacing: 0; border-collapse: collapse; }

td, th { padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print { *, *:before, *:after { color: #000 !important; text-shadow: none !important; background: transparent !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  .navbar, .hci-navigation { display: none; }
  .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; }
  .label { border: 1px solid #000; }
  .table { border-collapse: collapse !important; }
  .table td, .table th { background-color: #fff !important; }
  .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } }

@font-face { font-family: 'Glyphicons Halflings'; src: url("../fonts/glyphicons-halflings-regular.eot"); src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before { content: "\002a"; }

.glyphicon-plus:before { content: "\002b"; }

.glyphicon-euro:before, .glyphicon-eur:before { content: "\20ac"; }

.glyphicon-minus:before { content: "\2212"; }

.glyphicon-cloud:before { content: "\2601"; }

.glyphicon-envelope:before { content: "\2709"; }

.glyphicon-pencil:before { content: "\270f"; }

.glyphicon-glass:before { content: "\e001"; }

.glyphicon-music:before { content: "\e002"; }

.glyphicon-search:before { content: "\e003"; }

.glyphicon-heart:before { content: "\e005"; }

.glyphicon-star:before { content: "\e006"; }

.glyphicon-star-empty:before { content: "\e007"; }

.glyphicon-user:before { content: "\e008"; }

.glyphicon-film:before { content: "\e009"; }

.glyphicon-th-large:before { content: "\e010"; }

.glyphicon-th:before { content: "\e011"; }

.glyphicon-th-list:before { content: "\e012"; }

.glyphicon-ok:before { content: "\e013"; }

.glyphicon-remove:before { content: "\e014"; }

.glyphicon-zoom-in:before { content: "\e015"; }

.glyphicon-zoom-out:before { content: "\e016"; }

.glyphicon-off:before { content: "\e017"; }

.glyphicon-signal:before { content: "\e018"; }

.glyphicon-cog:before { content: "\e019"; }

.glyphicon-trash:before { content: "\e020"; }

.glyphicon-home:before { content: "\e021"; }

.glyphicon-file:before { content: "\e022"; }

.glyphicon-time:before { content: "\e023"; }

.glyphicon-road:before { content: "\e024"; }

.glyphicon-download-alt:before { content: "\e025"; }

.glyphicon-download:before { content: "\e026"; }

.glyphicon-upload:before { content: "\e027"; }

.glyphicon-inbox:before { content: "\e028"; }

.glyphicon-play-circle:before { content: "\e029"; }

.glyphicon-repeat:before { content: "\e030"; }

.glyphicon-refresh:before { content: "\e031"; }

.glyphicon-list-alt:before { content: "\e032"; }

.glyphicon-lock:before { content: "\e033"; }

.glyphicon-flag:before { content: "\e034"; }

.glyphicon-headphones:before { content: "\e035"; }

.glyphicon-volume-off:before { content: "\e036"; }

.glyphicon-volume-down:before { content: "\e037"; }

.glyphicon-volume-up:before { content: "\e038"; }

.glyphicon-qrcode:before { content: "\e039"; }

.glyphicon-barcode:before { content: "\e040"; }

.glyphicon-tag:before { content: "\e041"; }

.glyphicon-tags:before { content: "\e042"; }

.glyphicon-book:before { content: "\e043"; }

.glyphicon-bookmark:before { content: "\e044"; }

.glyphicon-print:before { content: "\e045"; }

.glyphicon-camera:before { content: "\e046"; }

.glyphicon-font:before { content: "\e047"; }

.glyphicon-bold:before { content: "\e048"; }

.glyphicon-italic:before { content: "\e049"; }

.glyphicon-text-height:before { content: "\e050"; }

.glyphicon-text-width:before { content: "\e051"; }

.glyphicon-align-left:before { content: "\e052"; }

.glyphicon-align-center:before { content: "\e053"; }

.glyphicon-align-right:before { content: "\e054"; }

.glyphicon-align-justify:before { content: "\e055"; }

.glyphicon-list:before { content: "\e056"; }

.glyphicon-indent-left:before { content: "\e057"; }

.glyphicon-indent-right:before { content: "\e058"; }

.glyphicon-facetime-video:before { content: "\e059"; }

.glyphicon-picture:before { content: "\e060"; }

.glyphicon-map-marker:before { content: "\e062"; }

.glyphicon-adjust:before { content: "\e063"; }

.glyphicon-tint:before { content: "\e064"; }

.glyphicon-edit:before { content: "\e065"; }

.glyphicon-share:before { content: "\e066"; }

.glyphicon-check:before { content: "\e067"; }

.glyphicon-move:before { content: "\e068"; }

.glyphicon-step-backward:before { content: "\e069"; }

.glyphicon-fast-backward:before { content: "\e070"; }

.glyphicon-backward:before { content: "\e071"; }

.glyphicon-play:before { content: "\e072"; }

.glyphicon-pause:before { content: "\e073"; }

.glyphicon-stop:before { content: "\e074"; }

.glyphicon-forward:before { content: "\e075"; }

.glyphicon-fast-forward:before { content: "\e076"; }

.glyphicon-step-forward:before { content: "\e077"; }

.glyphicon-eject:before { content: "\e078"; }

.glyphicon-chevron-left:before { content: "\e079"; }

.glyphicon-chevron-right:before { content: "\e080"; }

.glyphicon-plus-sign:before { content: "\e081"; }

.glyphicon-minus-sign:before { content: "\e082"; }

.glyphicon-remove-sign:before { content: "\e083"; }

.glyphicon-ok-sign:before { content: "\e084"; }

.glyphicon-question-sign:before { content: "\e085"; }

.glyphicon-info-sign:before { content: "\e086"; }

.glyphicon-screenshot:before { content: "\e087"; }

.glyphicon-remove-circle:before { content: "\e088"; }

.glyphicon-ok-circle:before { content: "\e089"; }

.glyphicon-ban-circle:before { content: "\e090"; }

.glyphicon-arrow-left:before { content: "\e091"; }

.glyphicon-arrow-right:before { content: "\e092"; }

.glyphicon-arrow-up:before { content: "\e093"; }

.glyphicon-arrow-down:before { content: "\e094"; }

.glyphicon-share-alt:before { content: "\e095"; }

.glyphicon-resize-full:before { content: "\e096"; }

.glyphicon-resize-small:before { content: "\e097"; }

.glyphicon-exclamation-sign:before { content: "\e101"; }

.glyphicon-gift:before { content: "\e102"; }

.glyphicon-leaf:before { content: "\e103"; }

.glyphicon-fire:before { content: "\e104"; }

.glyphicon-eye-open:before { content: "\e105"; }

.glyphicon-eye-close:before { content: "\e106"; }

.glyphicon-warning-sign:before { content: "\e107"; }

.glyphicon-plane:before { content: "\e108"; }

.glyphicon-calendar:before { content: "\e109"; }

.glyphicon-random:before { content: "\e110"; }

.glyphicon-comment:before { content: "\e111"; }

.glyphicon-magnet:before { content: "\e112"; }

.glyphicon-chevron-up:before { content: "\e113"; }

.glyphicon-chevron-down:before { content: "\e114"; }

.glyphicon-retweet:before { content: "\e115"; }

.glyphicon-shopping-cart:before { content: "\e116"; }

.glyphicon-folder-close:before { content: "\e117"; }

.glyphicon-folder-open:before { content: "\e118"; }

.glyphicon-resize-vertical:before { content: "\e119"; }

.glyphicon-resize-horizontal:before { content: "\e120"; }

.glyphicon-hdd:before { content: "\e121"; }

.glyphicon-bullhorn:before { content: "\e122"; }

.glyphicon-bell:before { content: "\e123"; }

.glyphicon-certificate:before { content: "\e124"; }

.glyphicon-thumbs-up:before { content: "\e125"; }

.glyphicon-thumbs-down:before { content: "\e126"; }

.glyphicon-hand-right:before { content: "\e127"; }

.glyphicon-hand-left:before { content: "\e128"; }

.glyphicon-hand-up:before { content: "\e129"; }

.glyphicon-hand-down:before { content: "\e130"; }

.glyphicon-circle-arrow-right:before { content: "\e131"; }

.glyphicon-circle-arrow-left:before { content: "\e132"; }

.glyphicon-circle-arrow-up:before { content: "\e133"; }

.glyphicon-circle-arrow-down:before { content: "\e134"; }

.glyphicon-globe:before { content: "\e135"; }

.glyphicon-wrench:before { content: "\e136"; }

.glyphicon-tasks:before { content: "\e137"; }

.glyphicon-filter:before { content: "\e138"; }

.glyphicon-briefcase:before { content: "\e139"; }

.glyphicon-fullscreen:before { content: "\e140"; }

.glyphicon-dashboard:before { content: "\e141"; }

.glyphicon-paperclip:before { content: "\e142"; }

.glyphicon-heart-empty:before { content: "\e143"; }

.glyphicon-link:before { content: "\e144"; }

.glyphicon-phone:before { content: "\e145"; }

.glyphicon-pushpin:before { content: "\e146"; }

.glyphicon-usd:before { content: "\e148"; }

.glyphicon-gbp:before { content: "\e149"; }

.glyphicon-sort:before { content: "\e150"; }

.glyphicon-sort-by-alphabet:before { content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before { content: "\e152"; }

.glyphicon-sort-by-order:before { content: "\e153"; }

.glyphicon-sort-by-order-alt:before { content: "\e154"; }

.glyphicon-sort-by-attributes:before { content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before { content: "\e156"; }

.glyphicon-unchecked:before { content: "\e157"; }

.glyphicon-expand:before { content: "\e158"; }

.glyphicon-collapse-down:before { content: "\e159"; }

.glyphicon-collapse-up:before { content: "\e160"; }

.glyphicon-log-in:before { content: "\e161"; }

.glyphicon-flash:before { content: "\e162"; }

.glyphicon-log-out:before { content: "\e163"; }

.glyphicon-new-window:before { content: "\e164"; }

.glyphicon-record:before { content: "\e165"; }

.glyphicon-save:before { content: "\e166"; }

.glyphicon-open:before { content: "\e167"; }

.glyphicon-saved:before { content: "\e168"; }

.glyphicon-import:before { content: "\e169"; }

.glyphicon-export:before { content: "\e170"; }

.glyphicon-send:before { content: "\e171"; }

.glyphicon-floppy-disk:before { content: "\e172"; }

.glyphicon-floppy-saved:before { content: "\e173"; }

.glyphicon-floppy-remove:before { content: "\e174"; }

.glyphicon-floppy-save:before { content: "\e175"; }

.glyphicon-floppy-open:before { content: "\e176"; }

.glyphicon-credit-card:before { content: "\e177"; }

.glyphicon-transfer:before { content: "\e178"; }

.glyphicon-cutlery:before { content: "\e179"; }

.glyphicon-header:before { content: "\e180"; }

.glyphicon-compressed:before { content: "\e181"; }

.glyphicon-earphone:before { content: "\e182"; }

.glyphicon-phone-alt:before { content: "\e183"; }

.glyphicon-tower:before { content: "\e184"; }

.glyphicon-stats:before { content: "\e185"; }

.glyphicon-sd-video:before { content: "\e186"; }

.glyphicon-hd-video:before { content: "\e187"; }

.glyphicon-subtitles:before { content: "\e188"; }

.glyphicon-sound-stereo:before { content: "\e189"; }

.glyphicon-sound-dolby:before { content: "\e190"; }

.glyphicon-sound-5-1:before { content: "\e191"; }

.glyphicon-sound-6-1:before { content: "\e192"; }

.glyphicon-sound-7-1:before { content: "\e193"; }

.glyphicon-copyright-mark:before { content: "\e194"; }

.glyphicon-registration-mark:before { content: "\e195"; }

.glyphicon-cloud-download:before { content: "\e197"; }

.glyphicon-cloud-upload:before { content: "\e198"; }

.glyphicon-tree-conifer:before { content: "\e199"; }

.glyphicon-tree-deciduous:before { content: "\e200"; }

.glyphicon-cd:before { content: "\e201"; }

.glyphicon-save-file:before { content: "\e202"; }

.glyphicon-open-file:before { content: "\e203"; }

.glyphicon-level-up:before { content: "\e204"; }

.glyphicon-copy:before { content: "\e205"; }

.glyphicon-paste:before { content: "\e206"; }

.glyphicon-alert:before { content: "\e209"; }

.glyphicon-equalizer:before { content: "\e210"; }

.glyphicon-king:before { content: "\e211"; }

.glyphicon-queen:before { content: "\e212"; }

.glyphicon-pawn:before { content: "\e213"; }

.glyphicon-bishop:before { content: "\e214"; }

.glyphicon-knight:before { content: "\e215"; }

.glyphicon-baby-formula:before { content: "\e216"; }

.glyphicon-tent:before { content: "\26fa"; }

.glyphicon-blackboard:before { content: "\e218"; }

.glyphicon-bed:before { content: "\e219"; }

.glyphicon-apple:before { content: "\f8ff"; }

.glyphicon-erase:before { content: "\e221"; }

.glyphicon-hourglass:before { content: "\231b"; }

.glyphicon-lamp:before { content: "\e223"; }

.glyphicon-duplicate:before { content: "\e224"; }

.glyphicon-piggy-bank:before { content: "\e225"; }

.glyphicon-scissors:before { content: "\e226"; }

.glyphicon-bitcoin:before { content: "\e227"; }

.glyphicon-btc:before { content: "\e227"; }

.glyphicon-xbt:before { content: "\e227"; }

.glyphicon-yen:before { content: "\00a5"; }

.glyphicon-jpy:before { content: "\00a5"; }

.glyphicon-ruble:before { content: "\20bd"; }

.glyphicon-rub:before { content: "\20bd"; }

.glyphicon-scale:before { content: "\e230"; }

.glyphicon-ice-lolly:before { content: "\e231"; }

.glyphicon-ice-lolly-tasted:before { content: "\e232"; }

.glyphicon-education:before { content: "\e233"; }

.glyphicon-option-horizontal:before { content: "\e234"; }

.glyphicon-option-vertical:before { content: "\e235"; }

.glyphicon-menu-hamburger:before { content: "\e236"; }

.glyphicon-modal-window:before { content: "\e237"; }

.glyphicon-oil:before { content: "\e238"; }

.glyphicon-grain:before { content: "\e239"; }

.glyphicon-sunglasses:before { content: "\e240"; }

.glyphicon-text-size:before { content: "\e241"; }

.glyphicon-text-color:before { content: "\e242"; }

.glyphicon-text-background:before { content: "\e243"; }

.glyphicon-object-align-top:before { content: "\e244"; }

.glyphicon-object-align-bottom:before { content: "\e245"; }

.glyphicon-object-align-horizontal:before { content: "\e246"; }

.glyphicon-object-align-left:before { content: "\e247"; }

.glyphicon-object-align-vertical:before { content: "\e248"; }

.glyphicon-object-align-right:before { content: "\e249"; }

.glyphicon-triangle-right:before { content: "\e250"; }

.glyphicon-triangle-left:before { content: "\e251"; }

.glyphicon-triangle-bottom:before { content: "\e252"; }

.glyphicon-triangle-top:before { content: "\e253"; }

.glyphicon-console:before { content: "\e254"; }

.glyphicon-superscript:before { content: "\e255"; }

.glyphicon-subscript:before { content: "\e256"; }

.glyphicon-menu-left:before { content: "\e257"; }

.glyphicon-menu-right:before { content: "\e258"; }

.glyphicon-menu-down:before { content: "\e259"; }

.glyphicon-menu-up:before { content: "\e260"; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

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

html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; color: #333; background-color: #fff; }

input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }

a { color: #337ab7; text-decoration: none; }

a:hover, a:focus { color: #23527c; text-decoration: underline; }

a:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

figure { margin: 0; }

img { vertical-align: middle; }

.img-responsive, .group-product-icons > .group-product-wrapper .group-product img, .medical-insurance-plan .quote-section .add-ons .row .wrapper > div img, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .wrapper > div img, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .wrapper > div img, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .wrapper > div img, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; }

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

.img-thumbnail { display: inline-block; max-width: 100%; height: auto; padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }

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

hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee; }

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

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

[role="button"] { cursor: pointer; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { font-weight: normal; line-height: 1; color: #777; }

h1, .h1, h2, .h2, h3, .h3 { margin-top: 20px; margin-bottom: 10px; }

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small { font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 { margin-top: 10px; margin-bottom: 10px; }

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small { font-size: 75%; }

h1, .h1 { font-size: 36px; }

h2, .h2 { font-size: 30px; }

h3, .h3 { font-size: 24px; }

h4, .h4 { font-size: 18px; }

h5, .h5 { font-size: 14px; }

h6, .h6 { font-size: 12px; }

p { margin: 0 0 10px; }

.lead { margin-bottom: 20px; font-size: 16px; font-weight: 300; line-height: 1.4; }

@media (min-width: 768px) { .lead { font-size: 21px; } }

small, .small { font-size: 85%; }

mark, .mark { padding: .2em; background-color: #fcf8e3; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.text-justify { text-align: justify; }

.text-nowrap { white-space: nowrap; }

.text-lowercase { text-transform: lowercase; }

.text-uppercase { text-transform: uppercase; }

.text-capitalize { text-transform: capitalize; }

.text-muted { color: #777; }

.text-primary { color: #337ab7; }

a.text-primary:hover, a.text-primary:focus { color: #286090; }

.text-success { color: #3c763d; }

a.text-success:hover, a.text-success:focus { color: #2b542c; }

.text-info { color: #31708f; }

a.text-info:hover, a.text-info:focus { color: #245269; }

.text-warning { color: #8a6d3b; }

a.text-warning:hover, a.text-warning:focus { color: #66512c; }

.text-danger { color: #a94442; }

a.text-danger:hover, a.text-danger:focus { color: #843534; }

.bg-primary { color: #fff; background-color: #337ab7; }

a.bg-primary:hover, a.bg-primary:focus { background-color: #286090; }

.bg-success { background-color: #dff0d8; }

a.bg-success:hover, a.bg-success:focus { background-color: #c1e2b3; }

.bg-info, .text-explain > div { background-color: #d9edf7; }

a.bg-info:hover, a.bg-info:focus { background-color: #afd9ee; }

.bg-warning { background-color: #fcf8e3; }

a.bg-warning:hover, a.bg-warning:focus { background-color: #f7ecb5; }

.bg-danger, .security-login .error, .security-register .error, .medical-insurance-plan .error p { background-color: #f2dede; }

a.bg-danger:hover, .security-login a.error:hover, .security-register a.error:hover, a.bg-danger:focus, .security-login a.error:focus, .security-register a.error:focus { background-color: #e4b9b9; }

.page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eee; }

ul, ol { margin-top: 0; margin-bottom: 10px; }

ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; }

.list-unstyled { padding-left: 0; list-style: none; }

.list-inline { padding-left: 0; margin-left: -5px; list-style: none; }

.list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; }

dl { margin-top: 0; margin-bottom: 20px; }

dt, dd { line-height: 1.42857143; }

dt { font-weight: bold; }

dd { margin-left: 0; }

@media (min-width: 768px) { .dl-horizontal dt { float: left; width: 160px; overflow: hidden; clear: left; text-align: right; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }
  .dl-horizontal dd { margin-left: 180px; } }

abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777; }

.initialism { font-size: 90%; text-transform: uppercase; }

blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eee; }

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; }

blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.42857143; color: #777; }

blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; text-align: right; border-right: 5px solid #eee; border-left: 0; }

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before { content: ''; }

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; }

address { margin-bottom: 20px; font-style: normal; line-height: 1.42857143; }

code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd { padding: 0; font-size: 100%; font-weight: bold; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857143; color: #333; word-break: break-all; word-wrap: break-word; background-color: #f5f5f5; border: 1px solid #ccc; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

.pre-scrollable { max-height: 340px; overflow-y: scroll; }

.container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }

@media (min-width: 768px) { .container { width: 750px; } }

@media (min-width: 992px) { .container { width: 970px; } }

@media (min-width: 1200px) { .container { width: 1170px; } }

.container-fluid, main { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }

.row, .hci-feedback-form > form, .hci-news .articles-wrapper { margin-right: -15px; margin-left: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .our-policy .wrapper > div > .head > img, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .quote-retrieve > .inner-retrieve:nth-child(2), .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .sidebar-info .addons-chosen > span > span:nth-child(2), .col-sm-4, .home-widget .hci-thumb, .col-md-4, .sidebar-section, .faqs-sidebar, .hci-testimonials > div > div, .hci-feedback-form > form .form-group:nth-child(1), .hci-feedback-form > form .form-group:nth-child(2), .hci-feedback-form > form .form-group:nth-child(3), .hci-feedback-form > form .form-group:nth-child(5), .hci-news .articles-wrapper > .article-item, .col-lg-4, .col-xs-5, .col-sm-5, .imd-text-wrapper, .col-md-5, .hci-feedback-form > form .captcha-wrapper, .medical-insurance-plan .quote-section .add-ons .row .wrapper > div, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .wrapper > div, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .wrapper > div, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .wrapper > div, .col-lg-5, .col-xs-6, .group-product-icons > .group-product-wrapper, .medical-insurance-quote .quote-section .quote-retrieve > div, .medical-insurance-plan .quote-section .quote-retrieve > div, .student-insurance-quote .quote-section .quote-retrieve > div, .student-insurance-plan .quote-section .quote-retrieve > div, .life-insurance-quote .quote-section .quote-retrieve > div, .life-insurance-plan .quote-section .quote-retrieve > div, .travel-insurance-quote .quote-section .quote-retrieve > div, .travel-insurance-plan .quote-section .quote-retrieve > div, .premium-overview .item-6, .col-sm-6, .imd-form-wrapper, .hci-testimonials > div > div, .group-product-icons, .our-policy .wrapper > div, .hci-news .articles-wrapper > .article-item, .col-md-6, .join-the-team > div, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .sidebar-info .addons-chosen > span > span:nth-child(1), .col-sm-8, .col-md-8, .hci-faqs .nav-tabs, .tab-content, .join-the-team > div > div, .medical-insurance-quote .quote-section, .medical-insurance-plan .quote-section, .student-insurance-quote .quote-section, .student-insurance-plan .quote-section, .life-insurance-quote .quote-section, .life-insurance-plan .quote-section, .travel-insurance-quote .quote-section, .travel-insurance-plan .quote-section, .col-lg-8, .col-xs-9, .quote-retrieve > .inner-retrieve:nth-child(1), .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .our-policy .wrapper > div > .head h2, .col-sm-10, .col-md-10, .medical-insurance-plan .quote-section .wrapper, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .is-individual, .is-individual .is-individual-item, .is-individual .is-individual-item .radio, .is-individual .is-individual-item label, .sidebar-section, .sidebar-info, .hci-navigation, .home-widget .hci-thumb, .addon-widget .hci-thumb, .home-widget .hci-thumb .caption, .addon-widget .hci-thumb .caption, .contact, .hci-faqs, .hci-faqs .nav-tabs, .tab-content, .hci-testimonials > div, .hci-testimonials > div > div, .hci-feedback-form > form .form-group, .group-product-icons, .our-policy, .our-policy .wrapper > div, .our-policy .wrapper > div > .head, .our-policy .wrapper > div > .info, .hci-news .articles-wrapper > .article-item, .join-the-team, .join-the-team > div, .join-the-team > div > div, .join-the-team > div > div .join-details, .medical-insurance-quote .quote-section, .medical-insurance-plan .quote-section, .medical-insurance-quote .quote-section .quote-retrieve, .medical-insurance-plan .quote-section .quote-retrieve, .medical-insurance-quote .quote-section .quote-retrieve > p, .medical-insurance-plan .quote-section .quote-retrieve > p, .student-insurance-quote .quote-section, .student-insurance-plan .quote-section, .student-insurance-quote .quote-section .quote-retrieve, .student-insurance-plan .quote-section .quote-retrieve, .student-insurance-quote .quote-section .quote-retrieve > p, .student-insurance-plan .quote-section .quote-retrieve > p, .life-insurance-quote .quote-section, .life-insurance-plan .quote-section, .life-insurance-quote .quote-section .quote-retrieve, .life-insurance-plan .quote-section .quote-retrieve, .life-insurance-quote .quote-section .quote-retrieve > p, .life-insurance-plan .quote-section .quote-retrieve > p, .travel-insurance-quote .quote-section, .travel-insurance-plan .quote-section, .travel-insurance-quote .quote-section .quote-retrieve, .travel-insurance-plan .quote-section .quote-retrieve, .travel-insurance-quote .quote-section .quote-retrieve > p, .travel-insurance-plan .quote-section .quote-retrieve > p, .medical-insurance-plan .quote-section .wrapper, .medical-insurance-plan .quote-section .customise, .medical-insurance-plan .quote-section .customise > div, .medical-insurance-plan .quote-section .add-ons, .medical-insurance-plan .quote-section .add-ons .row .wrapper .addon-item, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .wrapper .addon-item, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .wrapper .addon-item, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .wrapper .addon-item, .medical-insurance-plan .quote-section .add-ons .row .wrapper .addon-item .checkbox, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .wrapper .addon-item .checkbox, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .wrapper .addon-item .checkbox, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .wrapper .addon-item .checkbox, .medical-insurance-plan .quote-section .add-ons .row .caption > .collapse, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .caption > .collapse, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .caption > .collapse, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .caption > .collapse, .medical-insurance-plan .sidebar-section > div h1, .medical-insurance-plan .sidebar-section > div h2, .medical-insurance-plan .sidebar-section > div h3, .medical-insurance-plan .sidebar-section > div h4, .medical-insurance-plan .sidebar-section > div h5, .medical-insurance-plan .sidebar-section > div h6, .medical-insurance-plan .health, .medical-insurance-plan .health .health-type, .medical-insurance-plan .health .health-condition-form, .medical-insurance-plan .health .health-condition-form > div, .medical-insurance-plan .health-answers .health-answer-item, .medical-insurance-plan .health-answers .health-answer-item .health-answer-person, .medical-insurance-plan .error, .medical-insurance-plan .overview, .premium-overview, .premium-overview .item-12, .sidebar-info .plan-chosen, .sidebar-info .addons-chosen > span, .sidebar-info div > a, .sidebar-info .fixed-links a, .sidebar-info .policy-nav p, .col-sm-12, .col-md-12, .faqs-sidebar > .info, .medical-insurance-plan .quote-section .add-ons .row .wrapper, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .wrapper, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .wrapper, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .wrapper, .col-lg-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; }

.col-xs-1, .col-xs-2, .our-policy .wrapper > div > .head > img, .col-xs-3, .quote-retrieve > .inner-retrieve:nth-child(2), .col-xs-4, .sidebar-info .addons-chosen > span > span:nth-child(2), .col-xs-5, .col-xs-6, .group-product-icons > .group-product-wrapper, .medical-insurance-quote .quote-section .quote-retrieve > div, .medical-insurance-plan .quote-section .quote-retrieve > div, .student-insurance-quote .quote-section .quote-retrieve > div, .student-insurance-plan .quote-section .quote-retrieve > div, .life-insurance-quote .quote-section .quote-retrieve > div, .life-insurance-plan .quote-section .quote-retrieve > div, .travel-insurance-quote .quote-section .quote-retrieve > div, .travel-insurance-plan .quote-section .quote-retrieve > div, .premium-overview .item-6, .col-xs-7, .col-xs-8, .sidebar-info .addons-chosen > span > span:nth-child(1), .col-xs-9, .quote-retrieve > .inner-retrieve:nth-child(1), .col-xs-10, .our-policy .wrapper > div > .head h2, .col-xs-11, .col-xs-12, .is-individual, .is-individual .is-individual-item, .is-individual .is-individual-item .radio, .is-individual .is-individual-item label, .sidebar-section, .sidebar-info, .hci-navigation, .home-widget .hci-thumb, .addon-widget .hci-thumb, .home-widget .hci-thumb .caption, .addon-widget .hci-thumb .caption, .contact, .hci-faqs, .hci-faqs .nav-tabs, .tab-content, .hci-testimonials > div, .hci-testimonials > div > div, .hci-feedback-form > form .form-group, .group-product-icons, .our-policy, .our-policy .wrapper > div, .our-policy .wrapper > div > .head, .our-policy .wrapper > div > .info, .hci-news .articles-wrapper > .article-item, .join-the-team, .join-the-team > div, .join-the-team > div > div, .join-the-team > div > div .join-details, .medical-insurance-quote .quote-section, .medical-insurance-plan .quote-section, .medical-insurance-quote .quote-section .quote-retrieve, .medical-insurance-plan .quote-section .quote-retrieve, .medical-insurance-quote .quote-section .quote-retrieve > p, .medical-insurance-plan .quote-section .quote-retrieve > p, .student-insurance-quote .quote-section, .student-insurance-plan .quote-section, .student-insurance-quote .quote-section .quote-retrieve, .student-insurance-plan .quote-section .quote-retrieve, .student-insurance-quote .quote-section .quote-retrieve > p, .student-insurance-plan .quote-section .quote-retrieve > p, .life-insurance-quote .quote-section, .life-insurance-plan .quote-section, .life-insurance-quote .quote-section .quote-retrieve, .life-insurance-plan .quote-section .quote-retrieve, .life-insurance-quote .quote-section .quote-retrieve > p, .life-insurance-plan .quote-section .quote-retrieve > p, .travel-insurance-quote .quote-section, .travel-insurance-plan .quote-section, .travel-insurance-quote .quote-section .quote-retrieve, .travel-insurance-plan .quote-section .quote-retrieve, .travel-insurance-quote .quote-section .quote-retrieve > p, .travel-insurance-plan .quote-section .quote-retrieve > p, .medical-insurance-plan .quote-section .wrapper, .medical-insurance-plan .quote-section .customise, .medical-insurance-plan .quote-section .customise > div, .medical-insurance-plan .quote-section .add-ons, .medical-insurance-plan .quote-section .add-ons .row .wrapper .addon-item, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .wrapper .addon-item, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .wrapper .addon-item, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .wrapper .addon-item, .medical-insurance-plan .quote-section .add-ons .row .wrapper .addon-item .checkbox, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .wrapper .addon-item .checkbox, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .wrapper .addon-item .checkbox, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .wrapper .addon-item .checkbox, .medical-insurance-plan .quote-section .add-ons .row .caption > .collapse, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .caption > .collapse, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .caption > .collapse, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .caption > .collapse, .medical-insurance-plan .sidebar-section > div h1, .medical-insurance-plan .sidebar-section > div h2, .medical-insurance-plan .sidebar-section > div h3, .medical-insurance-plan .sidebar-section > div h4, .medical-insurance-plan .sidebar-section > div h5, .medical-insurance-plan .sidebar-section > div h6, .medical-insurance-plan .health, .medical-insurance-plan .health .health-type, .medical-insurance-plan .health .health-condition-form, .medical-insurance-plan .health .health-condition-form > div, .medical-insurance-plan .health-answers .health-answer-item, .medical-insurance-plan .health-answers .health-answer-item .health-answer-person, .medical-insurance-plan .error, .medical-insurance-plan .overview, .premium-overview, .premium-overview .item-12, .sidebar-info .plan-chosen, .sidebar-info .addons-chosen > span, .sidebar-info div > a, .sidebar-info .fixed-links a, .sidebar-info .policy-nav p { float: left; }

.col-xs-12, .is-individual, .is-individual .is-individual-item, .is-individual .is-individual-item .radio, .is-individual .is-individual-item label, .sidebar-section, .sidebar-info, .hci-navigation, .home-widget .hci-thumb, .addon-widget .hci-thumb, .home-widget .hci-thumb .caption, .addon-widget .hci-thumb .caption, .contact, .hci-faqs, .hci-faqs .nav-tabs, .tab-content, .hci-testimonials > div, .hci-testimonials > div > div, .hci-feedback-form > form .form-group, .group-product-icons, .our-policy, .our-policy .wrapper > div, .our-policy .wrapper > div > .head, .our-policy .wrapper > div > .info, .hci-news .articles-wrapper > .article-item, .join-the-team, .join-the-team > div, .join-the-team > div > div, .join-the-team > div > div .join-details, .medical-insurance-quote .quote-section, .medical-insurance-plan .quote-section, .medical-insurance-quote .quote-section .quote-retrieve, .medical-insurance-plan .quote-section .quote-retrieve, .medical-insurance-quote .quote-section .quote-retrieve > p, .medical-insurance-plan .quote-section .quote-retrieve > p, .student-insurance-quote .quote-section, .student-insurance-plan .quote-section, .student-insurance-quote .quote-section .quote-retrieve, .student-insurance-plan .quote-section .quote-retrieve, .student-insurance-quote .quote-section .quote-retrieve > p, .student-insurance-plan .quote-section .quote-retrieve > p, .life-insurance-quote .quote-section, .life-insurance-plan .quote-section, .life-insurance-quote .quote-section .quote-retrieve, .life-insurance-plan .quote-section .quote-retrieve, .life-insurance-quote .quote-section .quote-retrieve > p, .life-insurance-plan .quote-section .quote-retrieve > p, .travel-insurance-quote .quote-section, .travel-insurance-plan .quote-section, .travel-insurance-quote .quote-section .quote-retrieve, .travel-insurance-plan .quote-section .quote-retrieve, .travel-insurance-quote .quote-section .quote-retrieve > p, .travel-insurance-plan .quote-section .quote-retrieve > p, .medical-insurance-plan .quote-section .wrapper, .medical-insurance-plan .quote-section .customise, .medical-insurance-plan .quote-section .customise > div, .medical-insurance-plan .quote-section .add-ons, .medical-insurance-plan .quote-section .add-ons .row .wrapper .addon-item, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .wrapper .addon-item, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .wrapper .addon-item, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .wrapper .addon-item, .medical-insurance-plan .quote-section .add-ons .row .wrapper .addon-item .checkbox, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .wrapper .addon-item .checkbox, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .wrapper .addon-item .checkbox, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .wrapper .addon-item .checkbox, .medical-insurance-plan .quote-section .add-ons .row .caption > .collapse, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .caption > .collapse, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .caption > .collapse, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .caption > .collapse, .medical-insurance-plan .sidebar-section > div h1, .medical-insurance-plan .sidebar-section > div h2, .medical-insurance-plan .sidebar-section > div h3, .medical-insurance-plan .sidebar-section > div h4, .medical-insurance-plan .sidebar-section > div h5, .medical-insurance-plan .sidebar-section > div h6, .medical-insurance-plan .health, .medical-insurance-plan .health .health-type, .medical-insurance-plan .health .health-condition-form, .medical-insurance-plan .health .health-condition-form > div, .medical-insurance-plan .health-answers .health-answer-item, .medical-insurance-plan .health-answers .health-answer-item .health-answer-person, .medical-insurance-plan .error, .medical-insurance-plan .overview, .premium-overview, .premium-overview .item-12, .sidebar-info .plan-chosen, .sidebar-info .addons-chosen > span, .sidebar-info div > a, .sidebar-info .fixed-links a, .sidebar-info .policy-nav p { width: 100%; }

.col-xs-11 { width: 91.66666667%; }

.col-xs-10, .our-policy .wrapper > div > .head h2 { width: 83.33333333%; }

.col-xs-9, .quote-retrieve > .inner-retrieve:nth-child(1) { width: 75%; }

.col-xs-8, .sidebar-info .addons-chosen > span > span:nth-child(1) { width: 66.66666667%; }

.col-xs-7 { width: 58.33333333%; }

.col-xs-6, .group-product-icons > .group-product-wrapper, .medical-insurance-quote .quote-section .quote-retrieve > div, .medical-insurance-plan .quote-section .quote-retrieve > div, .student-insurance-quote .quote-section .quote-retrieve > div, .student-insurance-plan .quote-section .quote-retrieve > div, .life-insurance-quote .quote-section .quote-retrieve > div, .life-insurance-plan .quote-section .quote-retrieve > div, .travel-insurance-quote .quote-section .quote-retrieve > div, .travel-insurance-plan .quote-section .quote-retrieve > div, .premium-overview .item-6 { width: 50%; }

.col-xs-5 { width: 41.66666667%; }

.col-xs-4, .sidebar-info .addons-chosen > span > span:nth-child(2) { width: 33.33333333%; }

.col-xs-3, .quote-retrieve > .inner-retrieve:nth-child(2) { width: 25%; }

.col-xs-2, .our-policy .wrapper > div > .head > img { width: 16.66666667%; }

.col-xs-1 { width: 8.33333333%; }

.col-xs-pull-12 { right: 100%; }

.col-xs-pull-11 { right: 91.66666667%; }

.col-xs-pull-10 { right: 83.33333333%; }

.col-xs-pull-9 { right: 75%; }

.col-xs-pull-8 { right: 66.66666667%; }

.col-xs-pull-7 { right: 58.33333333%; }

.col-xs-pull-6 { right: 50%; }

.col-xs-pull-5 { right: 41.66666667%; }

.col-xs-pull-4 { right: 33.33333333%; }

.col-xs-pull-3 { right: 25%; }

.col-xs-pull-2 { right: 16.66666667%; }

.col-xs-pull-1 { right: 8.33333333%; }

.col-xs-pull-0 { right: auto; }

.col-xs-push-12 { left: 100%; }

.col-xs-push-11 { left: 91.66666667%; }

.col-xs-push-10 { left: 83.33333333%; }

.col-xs-push-9 { left: 75%; }

.col-xs-push-8 { left: 66.66666667%; }

.col-xs-push-7 { left: 58.33333333%; }

.col-xs-push-6 { left: 50%; }

.col-xs-push-5 { left: 41.66666667%; }

.col-xs-push-4 { left: 33.33333333%; }

.col-xs-push-3 { left: 25%; }

.col-xs-push-2 { left: 16.66666667%; }

.col-xs-push-1 { left: 8.33333333%; }

.col-xs-push-0 { left: auto; }

.col-xs-offset-12 { margin-left: 100%; }

.col-xs-offset-11 { margin-left: 91.66666667%; }

.col-xs-offset-10 { margin-left: 83.33333333%; }

.col-xs-offset-9 { margin-left: 75%; }

.col-xs-offset-8 { margin-left: 66.66666667%; }

.col-xs-offset-7 { margin-left: 58.33333333%; }

.col-xs-offset-6 { margin-left: 50%; }

.col-xs-offset-5 { margin-left: 41.66666667%; }

.col-xs-offset-4 { margin-left: 33.33333333%; }

.col-xs-offset-3 { margin-left: 25%; }

.col-xs-offset-2 { margin-left: 16.66666667%; }

.col-xs-offset-1 { margin-left: 8.33333333%; }

.col-xs-offset-0 { margin-left: 0; }

@media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .home-widget .hci-thumb, .col-sm-5, .imd-text-wrapper, .col-sm-6, .imd-form-wrapper, .hci-testimonials > div > div, .group-product-icons, .our-policy .wrapper > div, .hci-news .articles-wrapper > .article-item, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
  .col-sm-12 { width: 100%; }
  .col-sm-11 { width: 91.66666667%; }
  .col-sm-10 { width: 83.33333333%; }
  .col-sm-9 { width: 75%; }
  .col-sm-8 { width: 66.66666667%; }
  .col-sm-7 { width: 58.33333333%; }
  .col-sm-6, .imd-form-wrapper, .hci-testimonials > div > div, .group-product-icons, .our-policy .wrapper > div, .hci-news .articles-wrapper > .article-item { width: 50%; }
  .col-sm-5, .imd-text-wrapper { width: 41.66666667%; }
  .col-sm-4, .home-widget .hci-thumb { width: 33.33333333%; }
  .col-sm-3 { width: 25%; }
  .col-sm-2 { width: 16.66666667%; }
  .col-sm-1 { width: 8.33333333%; }
  .col-sm-pull-12 { right: 100%; }
  .col-sm-pull-11 { right: 91.66666667%; }
  .col-sm-pull-10 { right: 83.33333333%; }
  .col-sm-pull-9 { right: 75%; }
  .col-sm-pull-8 { right: 66.66666667%; }
  .col-sm-pull-7 { right: 58.33333333%; }
  .col-sm-pull-6 { right: 50%; }
  .col-sm-pull-5 { right: 41.66666667%; }
  .col-sm-pull-4 { right: 33.33333333%; }
  .col-sm-pull-3 { right: 25%; }
  .col-sm-pull-2 { right: 16.66666667%; }
  .col-sm-pull-1 { right: 8.33333333%; }
  .col-sm-pull-0 { right: auto; }
  .col-sm-push-12 { left: 100%; }
  .col-sm-push-11 { left: 91.66666667%; }
  .col-sm-push-10 { left: 83.33333333%; }
  .col-sm-push-9 { left: 75%; }
  .col-sm-push-8 { left: 66.66666667%; }
  .col-sm-push-7 { left: 58.33333333%; }
  .col-sm-push-6 { left: 50%; }
  .col-sm-push-5 { left: 41.66666667%; }
  .col-sm-push-4 { left: 33.33333333%; }
  .col-sm-push-3 { left: 25%; }
  .col-sm-push-2 { left: 16.66666667%; }
  .col-sm-push-1 { left: 8.33333333%; }
  .col-sm-push-0 { left: auto; }
  .col-sm-offset-12 { margin-left: 100%; }
  .col-sm-offset-11 { margin-left: 91.66666667%; }
  .col-sm-offset-10 { margin-left: 83.33333333%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-8 { margin-left: 66.66666667%; }
  .col-sm-offset-7 { margin-left: 58.33333333%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-5 { margin-left: 41.66666667%; }
  .col-sm-offset-4 { margin-left: 33.33333333%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-2 { margin-left: 16.66666667%; }
  .col-sm-offset-1, .imd-text-wrapper { margin-left: 8.33333333%; }
  .col-sm-offset-0 { margin-left: 0; } }

@media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .sidebar-section, .faqs-sidebar, .hci-testimonials > div > div, .hci-feedback-form > form .form-group:nth-child(1), .hci-feedback-form > form .form-group:nth-child(2), .hci-feedback-form > form .form-group:nth-child(3), .hci-feedback-form > form .form-group:nth-child(5), .hci-news .articles-wrapper > .article-item, .col-md-5, .hci-feedback-form > form .captcha-wrapper, .medical-insurance-plan .quote-section .add-ons .row .wrapper > div, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .wrapper > div, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .wrapper > div, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .wrapper > div, .col-md-6, .join-the-team > div, .col-md-7, .col-md-8, .hci-faqs .nav-tabs, .tab-content, .join-the-team > div > div, .medical-insurance-quote .quote-section, .medical-insurance-plan .quote-section, .student-insurance-quote .quote-section, .student-insurance-plan .quote-section, .life-insurance-quote .quote-section, .life-insurance-plan .quote-section, .travel-insurance-quote .quote-section, .travel-insurance-plan .quote-section, .col-md-9, .col-md-10, .medical-insurance-plan .quote-section .wrapper, .col-md-11, .col-md-12, .faqs-sidebar > .info, .medical-insurance-plan .quote-section .add-ons .row .wrapper, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .wrapper, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .wrapper, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .wrapper { float: left; }
  .col-md-12, .faqs-sidebar > .info, .medical-insurance-plan .quote-section .add-ons .row .wrapper, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .wrapper, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .wrapper, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .wrapper { width: 100%; }
  .col-md-11 { width: 91.66666667%; }
  .col-md-10, .medical-insurance-plan .quote-section .wrapper { width: 83.33333333%; }
  .col-md-9 { width: 75%; }
  .col-md-8, .hci-faqs .nav-tabs, .tab-content, .join-the-team > div > div, .medical-insurance-quote .quote-section, .medical-insurance-plan .quote-section, .student-insurance-quote .quote-section, .student-insurance-plan .quote-section, .life-insurance-quote .quote-section, .life-insurance-plan .quote-section, .travel-insurance-quote .quote-section, .travel-insurance-plan .quote-section { width: 66.66666667%; }
  .col-md-7 { width: 58.33333333%; }
  .col-md-6, .join-the-team > div { width: 50%; }
  .col-md-5, .hci-feedback-form > form .captcha-wrapper, .medical-insurance-plan .quote-section .add-ons .row .wrapper > div, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .wrapper > div, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .wrapper > div, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .wrapper > div { width: 41.66666667%; }
  .col-md-4, .sidebar-section, .faqs-sidebar, .hci-testimonials > div > div, .hci-feedback-form > form .form-group:nth-child(1), .hci-feedback-form > form .form-group:nth-child(2), .hci-feedback-form > form .form-group:nth-child(3), .hci-feedback-form > form .form-group:nth-child(5), .hci-news .articles-wrapper > .article-item { width: 33.33333333%; }
  .col-md-3 { width: 25%; }
  .col-md-2 { width: 16.66666667%; }
  .col-md-1 { width: 8.33333333%; }
  .col-md-pull-12 { right: 100%; }
  .col-md-pull-11 { right: 91.66666667%; }
  .col-md-pull-10 { right: 83.33333333%; }
  .col-md-pull-9 { right: 75%; }
  .col-md-pull-8 { right: 66.66666667%; }
  .col-md-pull-7 { right: 58.33333333%; }
  .col-md-pull-6 { right: 50%; }
  .col-md-pull-5 { right: 41.66666667%; }
  .col-md-pull-4 { right: 33.33333333%; }
  .col-md-pull-3 { right: 25%; }
  .col-md-pull-2 { right: 16.66666667%; }
  .col-md-pull-1 { right: 8.33333333%; }
  .col-md-pull-0 { right: auto; }
  .col-md-push-12 { left: 100%; }
  .col-md-push-11 { left: 91.66666667%; }
  .col-md-push-10 { left: 83.33333333%; }
  .col-md-push-9 { left: 75%; }
  .col-md-push-8 { left: 66.66666667%; }
  .col-md-push-7 { left: 58.33333333%; }
  .col-md-push-6 { left: 50%; }
  .col-md-push-5 { left: 41.66666667%; }
  .col-md-push-4 { left: 33.33333333%; }
  .col-md-push-3 { left: 25%; }
  .col-md-push-2 { left: 16.66666667%; }
  .col-md-push-1 { left: 8.33333333%; }
  .col-md-push-0 { left: auto; }
  .col-md-offset-12 { margin-left: 100%; }
  .col-md-offset-11 { margin-left: 91.66666667%; }
  .col-md-offset-10 { margin-left: 83.33333333%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-8 { margin-left: 66.66666667%; }
  .col-md-offset-7 { margin-left: 58.33333333%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-5 { margin-left: 41.66666667%; }
  .col-md-offset-4 { margin-left: 33.33333333%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-2, .join-the-team > div > div { margin-left: 16.66666667%; }
  .col-md-offset-1 { margin-left: 8.33333333%; }
  .col-md-offset-0 { margin-left: 0; } }

@media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
  .col-lg-12 { width: 100%; }
  .col-lg-11 { width: 91.66666667%; }
  .col-lg-10 { width: 83.33333333%; }
  .col-lg-9 { width: 75%; }
  .col-lg-8 { width: 66.66666667%; }
  .col-lg-7 { width: 58.33333333%; }
  .col-lg-6 { width: 50%; }
  .col-lg-5 { width: 41.66666667%; }
  .col-lg-4 { width: 33.33333333%; }
  .col-lg-3 { width: 25%; }
  .col-lg-2 { width: 16.66666667%; }
  .col-lg-1 { width: 8.33333333%; }
  .col-lg-pull-12 { right: 100%; }
  .col-lg-pull-11 { right: 91.66666667%; }
  .col-lg-pull-10 { right: 83.33333333%; }
  .col-lg-pull-9 { right: 75%; }
  .col-lg-pull-8 { right: 66.66666667%; }
  .col-lg-pull-7 { right: 58.33333333%; }
  .col-lg-pull-6 { right: 50%; }
  .col-lg-pull-5 { right: 41.66666667%; }
  .col-lg-pull-4 { right: 33.33333333%; }
  .col-lg-pull-3 { right: 25%; }
  .col-lg-pull-2 { right: 16.66666667%; }
  .col-lg-pull-1 { right: 8.33333333%; }
  .col-lg-pull-0 { right: auto; }
  .col-lg-push-12 { left: 100%; }
  .col-lg-push-11 { left: 91.66666667%; }
  .col-lg-push-10 { left: 83.33333333%; }
  .col-lg-push-9 { left: 75%; }
  .col-lg-push-8 { left: 66.66666667%; }
  .col-lg-push-7 { left: 58.33333333%; }
  .col-lg-push-6 { left: 50%; }
  .col-lg-push-5 { left: 41.66666667%; }
  .col-lg-push-4 { left: 33.33333333%; }
  .col-lg-push-3 { left: 25%; }
  .col-lg-push-2 { left: 16.66666667%; }
  .col-lg-push-1 { left: 8.33333333%; }
  .col-lg-push-0 { left: auto; }
  .col-lg-offset-12 { margin-left: 100%; }
  .col-lg-offset-11 { margin-left: 91.66666667%; }
  .col-lg-offset-10 { margin-left: 83.33333333%; }
  .col-lg-offset-9 { margin-left: 75%; }
  .col-lg-offset-8 { margin-left: 66.66666667%; }
  .col-lg-offset-7 { margin-left: 58.33333333%; }
  .col-lg-offset-6 { margin-left: 50%; }
  .col-lg-offset-5 { margin-left: 41.66666667%; }
  .col-lg-offset-4 { margin-left: 33.33333333%; }
  .col-lg-offset-3 { margin-left: 25%; }
  .col-lg-offset-2 { margin-left: 16.66666667%; }
  .col-lg-offset-1 { margin-left: 8.33333333%; }
  .col-lg-offset-0 { margin-left: 0; } }

table { background-color: transparent; }

caption { padding-top: 8px; padding-bottom: 8px; color: #777; text-align: left; }

th { text-align: left; }

.table { width: 100%; max-width: 100%; margin-bottom: 20px; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; }

.table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td { border-top: 0; }

.table > tbody + tbody { border-top: 2px solid #ddd; }

.table .table { background-color: #fff; }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { padding: 5px; }

.table-bordered { border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; }

.table-hover > tbody > tr:hover { background-color: #f5f5f5; }

table col[class*="col-"] { position: static; display: table-column; float: none; }

table td[class*="col-"], table th[class*="col-"] { position: static; display: table-cell; float: none; }

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; }

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; }

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th { background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; }

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; }

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; }

.table-responsive { min-height: .01%; overflow-x: auto; }

@media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; }
  .table-responsive > .table { margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; }
  .table-responsive > .table-bordered { border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } }

fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }

legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333; border: 0; border-bottom: 1px solid #e5e5e5; }

label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; }

input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; }

input[type="file"] { display: block; }

input[type="range"] { display: block; width: 100%; }

select[multiple], select[size] { height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555; }

.form-control, .security-login input[type='text'], .security-login input[type='password'], .security-register input[type='text'], .security-register input[type='password'] { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s; }

.form-control:focus, .security-login input:focus[type='text'], .security-login input:focus[type='password'], .security-register input:focus[type='text'], .security-register input:focus[type='password'] { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder, .security-login input[type='text']::-moz-placeholder, .security-login input[type='password']::-moz-placeholder, .security-register input[type='text']::-moz-placeholder, .security-register input[type='password']::-moz-placeholder { color: #999; opacity: 1; }

.form-control:-ms-input-placeholder, .security-login input:-ms-input-placeholder[type='text'], .security-login input:-ms-input-placeholder[type='password'], .security-register input:-ms-input-placeholder[type='text'], .security-register input:-ms-input-placeholder[type='password'] { color: #999; }

.form-control::-webkit-input-placeholder, .security-login input[type='text']::-webkit-input-placeholder, .security-login input[type='password']::-webkit-input-placeholder, .security-register input[type='text']::-webkit-input-placeholder, .security-register input[type='password']::-webkit-input-placeholder { color: #999; }

.form-control::-ms-expand, .security-login input[type='text']::-ms-expand, .security-login input[type='password']::-ms-expand, .security-register input[type='text']::-ms-expand, .security-register input[type='password']::-ms-expand { background-color: transparent; border: 0; }

.form-control[disabled], .security-login input[disabled][type='text'], .security-login input[disabled][type='password'], .security-register input[disabled][type='text'], .security-register input[disabled][type='password'], .form-control[readonly], .security-login input[readonly][type='text'], .security-login input[readonly][type='password'], .security-register input[readonly][type='text'], .security-register input[readonly][type='password'], fieldset[disabled] .form-control, fieldset[disabled] .security-login input[type='text'], .security-login fieldset[disabled] input[type='text'], fieldset[disabled] .security-login input[type='password'], .security-login fieldset[disabled] input[type='password'], fieldset[disabled] .security-register input[type='text'], .security-register fieldset[disabled] input[type='text'], fieldset[disabled] .security-register input[type='password'], .security-register fieldset[disabled] input[type='password'] { background-color: #eee; opacity: 1; }

.form-control[disabled], .security-login input[disabled][type='text'], .security-login input[disabled][type='password'], .security-register input[disabled][type='text'], .security-register input[disabled][type='password'], fieldset[disabled] .form-control, fieldset[disabled] .security-login input[type='text'], .security-login fieldset[disabled] input[type='text'], fieldset[disabled] .security-login input[type='password'], .security-login fieldset[disabled] input[type='password'], fieldset[disabled] .security-register input[type='text'], .security-register fieldset[disabled] input[type='text'], fieldset[disabled] .security-register input[type='password'], .security-register fieldset[disabled] input[type='password'] { cursor: not-allowed; }

textarea.form-control { height: auto; }

input[type="search"] { -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"].form-control, .security-login input[type="date"][type='text'], .security-login input[type="date"][type='password'], .security-register input[type="date"][type='text'], .security-register input[type="date"][type='password'], input[type="time"].form-control, .security-login input[type="time"][type='text'], .security-login input[type="time"][type='password'], .security-register input[type="time"][type='text'], .security-register input[type="time"][type='password'], input[type="datetime-local"].form-control, .security-login input[type="datetime-local"][type='text'], .security-login input[type="datetime-local"][type='password'], .security-register input[type="datetime-local"][type='text'], .security-register input[type="datetime-local"][type='password'], input[type="month"].form-control, .security-login input[type="month"][type='text'], .security-login input[type="month"][type='password'], .security-register input[type="month"][type='text'], .security-register input[type="month"][type='password'] { line-height: 34px; }
  input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] { line-height: 30px; }
  input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] { line-height: 46px; } }

.form-group { margin-bottom: 15px; }

.radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; }

.radio label, .checkbox label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-top: 4px \9; margin-left: -20px; }

.radio + .radio, .checkbox + .checkbox { margin-top: -5px; }

.radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: normal; vertical-align: middle; cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; }

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; }

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline { cursor: not-allowed; }

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label { cursor: not-allowed; }

.form-control-static { min-height: 34px; padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; }

.form-control-static.input-lg, .form-control-static.input-sm { padding-right: 0; padding-left: 0; }

.input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

select.input-sm { height: 30px; line-height: 30px; }

textarea.input-sm, select[multiple].input-sm { height: auto; }

.form-group-sm .form-control, .form-group-sm .security-login input[type='text'], .security-login .form-group-sm input[type='text'], .form-group-sm .security-login input[type='password'], .security-login .form-group-sm input[type='password'], .form-group-sm .security-register input[type='text'], .security-register .form-group-sm input[type='text'], .form-group-sm .security-register input[type='password'], .security-register .form-group-sm input[type='password'] { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

.form-group-sm select.form-control { height: 30px; line-height: 30px; }

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; }

.form-group-sm .form-control-static { height: 30px; min-height: 32px; padding: 6px 10px; font-size: 12px; line-height: 1.5; }

.input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }

select.input-lg { height: 46px; line-height: 46px; }

textarea.input-lg, select[multiple].input-lg { height: auto; }

.form-group-lg .form-control, .form-group-lg .security-login input[type='text'], .security-login .form-group-lg input[type='text'], .form-group-lg .security-login input[type='password'], .security-login .form-group-lg input[type='password'], .form-group-lg .security-register input[type='text'], .security-register .form-group-lg input[type='text'], .form-group-lg .security-register input[type='password'], .security-register .form-group-lg input[type='password'] { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }

.form-group-lg select.form-control { height: 46px; line-height: 46px; }

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; }

.form-group-lg .form-control-static { height: 46px; min-height: 38px; padding: 11px 16px; font-size: 18px; line-height: 1.3333333; }

.has-feedback { position: relative; }

.has-feedback .form-control, .has-feedback .security-login input[type='text'], .security-login .has-feedback input[type='text'], .has-feedback .security-login input[type='password'], .security-login .has-feedback input[type='password'], .has-feedback .security-register input[type='text'], .security-register .has-feedback input[type='text'], .has-feedback .security-register input[type='password'], .security-register .has-feedback input[type='password'] { padding-right: 42.5px; }

.form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback, .form-group-lg .security-login input[type='text'] + .form-control-feedback, .security-login .form-group-lg input[type='text'] + .form-control-feedback, .form-group-lg .security-login input[type='password'] + .form-control-feedback, .security-login .form-group-lg input[type='password'] + .form-control-feedback, .form-group-lg .security-register input[type='text'] + .form-control-feedback, .security-register .form-group-lg input[type='text'] + .form-control-feedback, .form-group-lg .security-register input[type='password'] + .form-control-feedback, .security-register .form-group-lg input[type='password'] + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback, .form-group-sm .security-login input[type='text'] + .form-control-feedback, .security-login .form-group-sm input[type='text'] + .form-control-feedback, .form-group-sm .security-login input[type='password'] + .form-control-feedback, .security-login .form-group-sm input[type='password'] + .form-control-feedback, .form-group-sm .security-register input[type='text'] + .form-control-feedback, .security-register .form-group-sm input[type='text'] + .form-control-feedback, .form-group-sm .security-register input[type='password'] + .form-control-feedback, .security-register .form-group-sm input[type='password'] + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; }

.has-success .form-control, .has-success .security-login input[type='text'], .security-login .has-success input[type='text'], .has-success .security-login input[type='password'], .security-login .has-success input[type='password'], .has-success .security-register input[type='text'], .security-register .has-success input[type='text'], .has-success .security-register input[type='password'], .security-register .has-success input[type='password'] { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus, .has-success .security-login input:focus[type='text'], .security-login .has-success input:focus[type='text'], .has-success .security-login input:focus[type='password'], .security-login .has-success input:focus[type='password'], .has-success .security-register input:focus[type='text'], .security-register .has-success input:focus[type='text'], .has-success .security-register input:focus[type='password'], .security-register .has-success input:focus[type='password'] { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon { color: #3c763d; background-color: #dff0d8; border-color: #3c763d; }

.has-success .form-control-feedback { color: #3c763d; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; }

.has-warning .form-control, .has-warning .security-login input[type='text'], .security-login .has-warning input[type='text'], .has-warning .security-login input[type='password'], .security-login .has-warning input[type='password'], .has-warning .security-register input[type='text'], .security-register .has-warning input[type='text'], .has-warning .security-register input[type='password'], .security-register .has-warning input[type='password'] { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus, .has-warning .security-login input:focus[type='text'], .security-login .has-warning input:focus[type='text'], .has-warning .security-login input:focus[type='password'], .security-login .has-warning input:focus[type='password'], .has-warning .security-register input:focus[type='text'], .security-register .has-warning input:focus[type='text'], .has-warning .security-register input:focus[type='password'], .security-register .has-warning input:focus[type='password'] { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon { color: #8a6d3b; background-color: #fcf8e3; border-color: #8a6d3b; }

.has-warning .form-control-feedback { color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; }

.has-error .form-control, .has-error .security-login input[type='text'], .security-login .has-error input[type='text'], .has-error .security-login input[type='password'], .security-login .has-error input[type='password'], .has-error .security-register input[type='text'], .security-register .has-error input[type='text'], .has-error .security-register input[type='password'], .security-register .has-error input[type='password'] { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus, .has-error .security-login input:focus[type='text'], .security-login .has-error input:focus[type='text'], .has-error .security-login input:focus[type='password'], .security-login .has-error input:focus[type='password'], .has-error .security-register input:focus[type='text'], .security-register .has-error input:focus[type='text'], .has-error .security-register input:focus[type='password'], .security-register .has-error input:focus[type='password'] { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon { color: #a94442; background-color: #f2dede; border-color: #a94442; }

.has-error .form-control-feedback { color: #a94442; }

.has-feedback label ~ .form-control-feedback { top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback { top: 0; }

.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; }

@media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
  .form-inline .form-control, .form-inline .security-login input[type='text'], .security-login .form-inline input[type='text'], .form-inline .security-login input[type='password'], .security-login .form-inline input[type='password'], .form-inline .security-register input[type='text'], .security-register .form-inline input[type='text'], .form-inline .security-register input[type='password'], .security-register .form-inline input[type='password'] { display: inline-block; width: auto; vertical-align: middle; }
  .form-inline .form-control-static { display: inline-block; }
  .form-inline .input-group { display: inline-table; vertical-align: middle; }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control, .form-inline .input-group .security-login input[type='text'], .security-login .form-inline .input-group input[type='text'], .form-inline .input-group .security-login input[type='password'], .security-login .form-inline .input-group input[type='password'], .form-inline .input-group .security-register input[type='text'], .security-register .form-inline .input-group input[type='text'], .form-inline .input-group .security-register input[type='password'], .security-register .form-inline .input-group input[type='password'] { width: auto; }
  .form-inline .input-group > .form-control, .form-inline .security-login .input-group > input[type='text'], .security-login .form-inline .input-group > input[type='text'], .form-inline .security-login .input-group > input[type='password'], .security-login .form-inline .input-group > input[type='password'], .form-inline .security-register .input-group > input[type='text'], .security-register .form-inline .input-group > input[type='text'], .form-inline .security-register .input-group > input[type='password'], .security-register .form-inline .input-group > input[type='password'] { width: 100%; }
  .form-inline .control-label { margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback { top: 0; } }

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { padding-top: 7px; margin-top: 0; margin-bottom: 0; }

.form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; }

.form-horizontal .form-group { margin-right: -15px; margin-left: -15px; }

@media (min-width: 768px) { .form-horizontal .control-label { padding-top: 7px; margin-bottom: 0; text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback { right: 15px; }

@media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 18px; } }

@media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; } }

.btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

.btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; }

.btn:active, .btn.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; filter: alpha(opacity=65); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; opacity: .65; }

a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; }

.btn-default { color: #333; background-color: #fff; border-color: #ccc; }

.btn-default:focus, .btn-default.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; }

.btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; }

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad; }

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; }

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; }

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus { background-color: #fff; border-color: #ccc; }

.btn-default .badge { color: #fff; background-color: #333; }

.btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; }

.btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #286090; border-color: #122b40; }

.btn-primary:hover { color: #fff; background-color: #286090; border-color: #204d74; }

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #286090; border-color: #204d74; }

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus { color: #fff; background-color: #204d74; border-color: #122b40; }

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; }

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus { background-color: #337ab7; border-color: #2e6da4; }

.btn-primary .badge { color: #337ab7; background-color: #fff; }

.btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; }

.btn-success:focus, .btn-success.focus { color: #fff; background-color: #449d44; border-color: #255625; }

.btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439; }

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { color: #fff; background-color: #449d44; border-color: #398439; }

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus { color: #fff; background-color: #398439; border-color: #255625; }

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { background-image: none; }

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus { background-color: #5cb85c; border-color: #4cae4c; }

.btn-success .badge { color: #5cb85c; background-color: #fff; }

.btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; }

.btn-info:focus, .btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; }

.btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; }

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { color: #fff; background-color: #31b0d5; border-color: #269abc; }

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; }

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { background-image: none; }

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus { background-color: #5bc0de; border-color: #46b8da; }

.btn-info .badge { color: #5bc0de; background-color: #fff; }

.btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; }

.btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; }

.btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; }

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { color: #fff; background-color: #ec971f; border-color: #d58512; }

.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus { color: #fff; background-color: #d58512; border-color: #985f0d; }

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { background-image: none; }

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus { background-color: #f0ad4e; border-color: #eea236; }

.btn-warning .badge { color: #f0ad4e; background-color: #fff; }

.btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; }

.btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; }

.btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; }

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { color: #fff; background-color: #c9302c; border-color: #ac2925; }

.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus { color: #fff; background-color: #ac2925; border-color: #761c19; }

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { background-image: none; }

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus { background-color: #d9534f; border-color: #d43f3a; }

.btn-danger .badge { color: #d9534f; background-color: #fff; }

.btn-link { font-weight: normal; color: #337ab7; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; }

.btn-link:hover, .btn-link:focus { color: #23527c; text-decoration: underline; background-color: transparent; }

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #777; text-decoration: none; }

.btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

.btn-block { display: block; width: 100%; }

.btn-block + .btn-block { margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }

.fade { opacity: 0; -webkit-transition: opacity .15s linear; -o-transition: opacity .15s linear; -moz-transition: opacity .15s linear; transition: opacity .15s linear; }

.fade.in { opacity: 1; }

.collapse { display: none; }

.collapse.in { display: block; }

tr.collapse.in { display: table-row; }

tbody.collapse.in { display: table-row-group; }

.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-timing-function: ease; -o-transition-timing-function: ease; -moz-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: .35s; -o-transition-duration: .35s; -moz-transition-duration: .35s; transition-duration: .35s; -webkit-transition-property: height, visibility; -o-transition-property: height, visibility; -moz-transition-property: height, visibility; transition-property: height, visibility; }

.caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid \9; border-right: 4px solid transparent; border-left: 4px solid transparent; }

.dropup, .dropdown { position: relative; }

.dropdown-toggle:focus { outline: 0; }

.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; font-size: 14px; text-align: left; list-style: none; background-color: #fff; -webkit-background-clip: padding-box; -moz-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-menu.pull-right { right: 0; left: auto; }

.dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; }

.dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333; white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color: #262626; text-decoration: none; background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; background-color: #337ab7; outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; cursor: not-allowed; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu { display: block; }

.open > a { outline: 0; }

.dropdown-menu-right { right: 0; left: auto; }

.dropdown-menu-left { right: auto; left: 0; }

.dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #777; white-space: nowrap; }

.dropdown-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 990; }

.pull-right > .dropdown-menu { right: 0; left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret { content: ""; border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \9; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; }

@media (min-width: 768px) { .navbar-right .dropdown-menu { right: 0; left: auto; }
  .navbar-right .dropdown-menu-left { right: auto; left: 0; } }

.btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; }

.btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; }

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active { z-index: 2; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; }

.btn-toolbar { margin-left: -5px; }

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; }

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

.btn-group > .btn:first-child { margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; border-top-left-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-left-radius: 0; }

.btn-group > .btn-group { float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; border-top-left-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; }

.btn-group > .btn + .dropdown-toggle { padding-right: 8px; padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle { padding-right: 12px; padding-left: 12px; }

.btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

.btn .caret { margin-left: 0; }

.btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; }

.dropup .btn-lg .caret { border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; }

.btn-group-vertical > .btn-group > .btn { float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) { -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) { -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0; }

.btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; }

.btn-group-justified > .btn, .btn-group-justified > .btn-group { display: table-cell; float: none; width: 1%; }

.btn-group-justified > .btn-group .btn { width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu { left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; }

.input-group { position: relative; display: table; border-collapse: separate; }

.input-group[class*="col-"] { float: none; padding-right: 0; padding-left: 0; }

.input-group .form-control, .input-group .security-login input[type='text'], .security-login .input-group input[type='text'], .input-group .security-login input[type='password'], .security-login .input-group input[type='password'], .input-group .security-register input[type='text'], .security-register .input-group input[type='text'], .input-group .security-register input[type='password'], .security-register .input-group input[type='password'] { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; }

.input-group .form-control:focus, .input-group .security-login input:focus[type='text'], .security-login .input-group input:focus[type='text'], .input-group .security-login input:focus[type='password'], .security-login .input-group input:focus[type='password'], .input-group .security-register input:focus[type='text'], .security-register .input-group input:focus[type='text'], .input-group .security-register input:focus[type='password'], .security-register .input-group input:focus[type='password'] { z-index: 3; }

.input-group-lg > .form-control, .security-login .input-group-lg > input[type='text'], .security-login .input-group-lg > input[type='password'], .security-register .input-group-lg > input[type='text'], .security-register .input-group-lg > input[type='password'], .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }

select.input-group-lg > .form-control, .security-login select.input-group-lg > input[type='text'], .security-login select.input-group-lg > input[type='password'], .security-register select.input-group-lg > input[type='text'], .security-register select.input-group-lg > input[type='password'], select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 46px; line-height: 46px; }

textarea.input-group-lg > .form-control, .security-login textarea.input-group-lg > input[type='text'], .security-login textarea.input-group-lg > input[type='password'], .security-register textarea.input-group-lg > input[type='text'], .security-register textarea.input-group-lg > input[type='password'], textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, .security-login select[multiple].input-group-lg > input[type='text'], .security-login select[multiple].input-group-lg > input[type='password'], .security-register select[multiple].input-group-lg > input[type='text'], .security-register select[multiple].input-group-lg > input[type='password'], select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn { height: auto; }

.input-group-sm > .form-control, .security-login .input-group-sm > input[type='text'], .security-login .input-group-sm > input[type='password'], .security-register .input-group-sm > input[type='text'], .security-register .input-group-sm > input[type='password'], .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

select.input-group-sm > .form-control, .security-login select.input-group-sm > input[type='text'], .security-login select.input-group-sm > input[type='password'], .security-register select.input-group-sm > input[type='text'], .security-register select.input-group-sm > input[type='password'], select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; }

textarea.input-group-sm > .form-control, .security-login textarea.input-group-sm > input[type='text'], .security-login textarea.input-group-sm > input[type='password'], .security-register textarea.input-group-sm > input[type='text'], .security-register textarea.input-group-sm > input[type='password'], textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, .security-login select[multiple].input-group-sm > input[type='text'], .security-login select[multiple].input-group-sm > input[type='password'], .security-register select[multiple].input-group-sm > input[type='text'], .security-register select[multiple].input-group-sm > input[type='password'], select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn { height: auto; }

.input-group-addon, .input-group-btn, .input-group .form-control, .input-group .security-login input[type='text'], .security-login .input-group input[type='text'], .input-group .security-login input[type='password'], .security-login .input-group input[type='password'], .input-group .security-register input[type='text'], .security-register .input-group input[type='text'], .input-group .security-register input[type='password'], .security-register .input-group input[type='password'] { display: table-cell; }

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child), .input-group .security-login input:not(:first-child):not(:last-child)[type='text'], .security-login .input-group input:not(:first-child):not(:last-child)[type='text'], .input-group .security-login input:not(:first-child):not(:last-child)[type='password'], .security-login .input-group input:not(:first-child):not(:last-child)[type='password'], .input-group .security-register input:not(:first-child):not(:last-child)[type='text'], .security-register .input-group input:not(:first-child):not(:last-child)[type='text'], .input-group .security-register input:not(:first-child):not(:last-child)[type='password'], .security-register .input-group input:not(:first-child):not(:last-child)[type='password'] { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

.input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; }

.input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: normal; line-height: 1; color: #555; text-align: center; background-color: #eee; border: 1px solid #ccc; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

.input-group-addon.input-lg { padding: 10px 16px; font-size: 18px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; }

.input-group .form-control:first-child, .input-group .security-login input:first-child[type='text'], .security-login .input-group input:first-child[type='text'], .input-group .security-login input:first-child[type='password'], .security-login .input-group input:first-child[type='password'], .input-group .security-register input:first-child[type='text'], .security-register .input-group input:first-child[type='text'], .input-group .security-register input:first-child[type='password'], .security-register .input-group input:first-child[type='password'], .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; border-bottom-right-radius: 0; }

.input-group-addon:first-child { border-right: 0; }

.input-group .form-control:last-child, .input-group .security-login input:last-child[type='text'], .security-login .input-group input:last-child[type='text'], .input-group .security-login input:last-child[type='password'], .security-login .input-group input:last-child[type='password'], .input-group .security-register input:last-child[type='text'], .security-register .input-group input:last-child[type='text'], .input-group .security-register input:last-child[type='password'], .security-register .input-group input:last-child[type='password'], .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; border-top-left-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-left-radius: 0; }

.input-group-addon:last-child { border-left: 0; }

.input-group-btn { position: relative; font-size: 0; white-space: nowrap; }

.input-group-btn > .btn { position: relative; }

.input-group-btn > .btn + .btn { margin-left: -1px; }

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; }

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px; }

.nav { padding-left: 0; margin-bottom: 0; list-style: none; }

.nav > li { position: relative; display: block; }

.nav > li > a { position: relative; display: block; padding: 10px 15px; }

.nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eee; }

.nav > li.disabled > a { color: #777; }

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777; text-decoration: none; cursor: not-allowed; background-color: transparent; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eee; border-color: #337ab7; }

.nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; }

.nav > li > a > img { max-width: none; }

.nav-tabs { border-bottom: 1px solid #ddd; }

.nav-tabs > li { float: left; margin-bottom: -1px; }

.nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover { border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555; cursor: default; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; }

.nav-tabs.nav-justified { width: 100%; border-bottom: 0; }

.nav-tabs.nav-justified > li { float: none; }

.nav-tabs.nav-justified > li > a { margin-bottom: 5px; text-align: center; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; }

@media (min-width: 768px) { .nav-tabs.nav-justified > li { display: table-cell; width: 1%; }
  .nav-tabs.nav-justified > li > a { margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a { margin-right: 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; }

@media (min-width: 768px) { .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; } }

.nav-pills > li { float: left; }

.nav-pills > li > a { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.nav-pills > li + li { margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #fff; background-color: #337ab7; }

.nav-stacked > li { float: none; }

.nav-stacked > li + li { margin-top: 2px; margin-left: 0; }

.nav-justified { width: 100%; }

.nav-justified > li { float: none; }

.nav-justified > li > a { margin-bottom: 5px; text-align: center; }

.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; }

@media (min-width: 768px) { .nav-justified > li { display: table-cell; width: 1%; }
  .nav-justified > li > a { margin-bottom: 0; } }

.nav-tabs-justified { border-bottom: 0; }

.nav-tabs-justified > li > a { margin-right: 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border: 1px solid #ddd; }

@media (min-width: 768px) { .nav-tabs-justified > li > a { border-bottom: 1px solid #ddd; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } }

.tab-content > .tab-pane { display: none; }

.tab-content > .active { display: block; }

.nav-tabs .dropdown-menu { margin-top: -1px; -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0; }

.navbar, .hci-navigation { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; }

@media (min-width: 768px) { .navbar, .hci-navigation { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } }

@media (min-width: 768px) { .navbar-header { float: left; } }

.navbar-collapse { padding-right: 15px; padding-left: 15px; overflow-x: visible; -webkit-overflow-scrolling: touch; border-top: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.navbar-collapse.in { overflow-y: auto; }

@media (min-width: 768px) { .navbar-collapse { width: auto; border-top: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
  .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; }
  .navbar-collapse.in { overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-right: 0; padding-left: 0; } }

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } }

.container > .navbar-header, .container-fluid > .navbar-header, main > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse, main > .navbar-collapse { margin-right: -15px; margin-left: -15px; }

@media (min-width: 768px) { .container > .navbar-header, .container-fluid > .navbar-header, main > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse, main > .navbar-collapse { margin-right: 0; margin-left: 0; } }

.navbar-static-top { z-index: 1000; border-width: 0 0 1px; }

@media (min-width: 768px) { .navbar-static-top { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } }

.navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; }

@media (min-width: 768px) { .navbar-fixed-top, .navbar-fixed-bottom { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } }

.navbar-fixed-top { top: 0; border-width: 0 0 1px; }

.navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; }

.navbar-brand { float: left; height: 50px; padding: 15px 15px; font-size: 18px; line-height: 20px; }

.navbar-brand:hover, .navbar-brand:focus { text-decoration: none; }

.navbar-brand > img { display: block; }

@media (min-width: 768px) { .navbar > .container .navbar-brand, .hci-navigation > .container .navbar-brand, .navbar > .container-fluid .navbar-brand, .hci-navigation > .container-fluid .navbar-brand, .navbar > main .navbar-brand, .hci-navigation > main .navbar-brand { margin-left: -15px; } }

.navbar-toggle { position: relative; float: right; padding: 9px 10px; margin-top: 8px; margin-right: 15px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.navbar-toggle:focus { outline: 0; }

.navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; }

@media (min-width: 768px) { .navbar-toggle { display: none; } }

.navbar-nav { margin: 7.5px -15px; }

.navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; }

@media (max-width: 767px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a { line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } }

@media (min-width: 768px) { .navbar-nav { float: left; margin: 0; }
  .navbar-nav > li { float: left; }
  .navbar-nav > li > a { padding-top: 15px; padding-bottom: 15px; } }

.navbar-form { padding: 10px 15px; margin-top: 8px; margin-right: -15px; margin-bottom: 8px; margin-left: -15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

@media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
  .navbar-form .form-control, .navbar-form .security-login input[type='text'], .security-login .navbar-form input[type='text'], .navbar-form .security-login input[type='password'], .security-login .navbar-form input[type='password'], .navbar-form .security-register input[type='text'], .security-register .navbar-form input[type='text'], .navbar-form .security-register input[type='password'], .security-register .navbar-form input[type='password'] { display: inline-block; width: auto; vertical-align: middle; }
  .navbar-form .form-control-static { display: inline-block; }
  .navbar-form .input-group { display: inline-table; vertical-align: middle; }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control, .navbar-form .input-group .security-login input[type='text'], .security-login .navbar-form .input-group input[type='text'], .navbar-form .input-group .security-login input[type='password'], .security-login .navbar-form .input-group input[type='password'], .navbar-form .input-group .security-register input[type='text'], .security-register .navbar-form .input-group input[type='text'], .navbar-form .input-group .security-register input[type='password'], .security-register .navbar-form .input-group input[type='password'] { width: auto; }
  .navbar-form .input-group > .form-control, .navbar-form .security-login .input-group > input[type='text'], .security-login .navbar-form .input-group > input[type='text'], .navbar-form .security-login .input-group > input[type='password'], .security-login .navbar-form .input-group > input[type='password'], .navbar-form .security-register .input-group > input[type='text'], .security-register .navbar-form .input-group > input[type='text'], .navbar-form .security-register .input-group > input[type='password'], .security-register .navbar-form .input-group > input[type='password'] { width: 100%; }
  .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; }
  .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }
  .navbar-form .radio label, .navbar-form .checkbox label { padding-left: 0; }
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback { top: 0; } }

@media (max-width: 767px) { .navbar-form .form-group { margin-bottom: 5px; }
  .navbar-form .form-group:last-child { margin-bottom: 0; } }

@media (min-width: 768px) { .navbar-form { width: auto; padding-top: 0; padding-bottom: 0; margin-right: 0; margin-left: 0; border: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } }

.navbar-nav > li > .dropdown-menu { margin-top: 0; -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-left-radius: 0; }

.navbar-btn { margin-top: 8px; margin-bottom: 8px; }

.navbar-btn.btn-sm { margin-top: 10px; margin-bottom: 10px; }

.navbar-btn.btn-xs { margin-top: 14px; margin-bottom: 14px; }

.navbar-text { margin-top: 15px; margin-bottom: 15px; }

@media (min-width: 768px) { .navbar-text { float: left; margin-right: 15px; margin-left: 15px; } }

@media (min-width: 768px) { .navbar-left { float: left !important; }
  .navbar-right { float: right !important; margin-right: -15px; }
  .navbar-right ~ .navbar-right { margin-right: 0; } }

.navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; }

.navbar-default .navbar-brand { color: #777; }

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; }

.navbar-default .navbar-text { color: #777; }

.navbar-default .navbar-nav > li > a { color: #777; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333; background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; }

.navbar-default .navbar-toggle { border-color: #ddd; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar { background-color: #888; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #555; background-color: #e7e7e7; }

@media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; } }

.navbar-default .navbar-link { color: #777; }

.navbar-default .navbar-link:hover { color: #333; }

.navbar-default .btn-link { color: #777; }

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333; }

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc; }

.navbar-inverse { background-color: #222; border-color: #080808; }

.navbar-inverse .navbar-brand { color: #9d9d9d; }

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; }

.navbar-inverse .navbar-text { color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a { color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444; background-color: transparent; }

.navbar-inverse .navbar-toggle { border-color: #333; }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { color: #fff; background-color: #080808; }

@media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444; background-color: transparent; } }

.navbar-inverse .navbar-link { color: #9d9d9d; }

.navbar-inverse .navbar-link:hover { color: #fff; }

.navbar-inverse .btn-link { color: #9d9d9d; }

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #fff; }

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444; }

.breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; background-color: #f5f5f5; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.breadcrumb > li { display: inline-block; }

.breadcrumb > li + li:before { padding: 0 5px; color: #ccc; content: "/\00a0"; }

.breadcrumb > .active { color: #777; }

.pagination { display: inline-block; padding-left: 0; margin: 20px 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.pagination > li { display: inline; }

.pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #337ab7; text-decoration: none; background-color: #fff; border: 1px solid #ddd; }

.pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span { -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { z-index: 2; color: #23527c; background-color: #eee; border-color: #ddd; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 3; color: #fff; cursor: default; background-color: #337ab7; border-color: #337ab7; }

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777; cursor: not-allowed; background-color: #fff; border-color: #ddd; }

.pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { -webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; border-top-left-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomleft: 6px; border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { -webkit-border-top-right-radius: 6px; -moz-border-radius-topright: 6px; border-top-right-radius: 6px; -webkit-border-bottom-right-radius: 6px; -moz-border-radius-bottomright: 6px; border-bottom-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; line-height: 1.5; }

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { -webkit-border-top-left-radius: 3px; -moz-border-radius-topleft: 3px; border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { -webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-bottomright: 3px; border-bottom-right-radius: 3px; }

.pager { padding-left: 0; margin: 20px 0; text-align: center; list-style: none; }

.pager li { display: inline; }

.pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }

.pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eee; }

.pager .next > a, .pager .next > span { float: right; }

.pager .previous > a, .pager .previous > span { float: left; }

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #777; cursor: not-allowed; background-color: #fff; }

.label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; -webkit-border-radius: .25em; -moz-border-radius: .25em; border-radius: .25em; }

a.label:hover, a.label:focus { color: #fff; text-decoration: none; cursor: pointer; }

.label:empty { display: none; }

.btn .label { position: relative; top: -1px; }

.label-default { background-color: #777; }

.label-default[href]:hover, .label-default[href]:focus { background-color: #5e5e5e; }

.label-primary { background-color: #337ab7; }

.label-primary[href]:hover, .label-primary[href]:focus { background-color: #286090; }

.label-success { background-color: #5cb85c; }

.label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; }

.label-info { background-color: #5bc0de; }

.label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; }

.label-warning { background-color: #f0ad4e; }

.label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; }

.label-danger { background-color: #d9534f; }

.label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; }

.badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: middle; background-color: #777; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

.badge:empty { display: none; }

.btn .badge { position: relative; top: -1px; }

.btn-xs .badge, .btn-group-xs > .btn .badge { top: 0; padding: 1px 5px; }

a.badge:hover, a.badge:focus { color: #fff; text-decoration: none; cursor: pointer; }

.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #337ab7; background-color: #fff; }

.list-group-item > .badge { float: right; }

.list-group-item > .badge + .badge { margin-right: 5px; }

.nav-pills > li > a > .badge { margin-left: 3px; }

.jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eee; }

.jumbotron h1, .jumbotron .h1 { color: inherit; }

.jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 200; }

.jumbotron > hr { border-top-color: #d5d5d5; }

.container .jumbotron, .container-fluid .jumbotron, main .jumbotron { padding-right: 15px; padding-left: 15px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }

.jumbotron .container { max-width: 100%; }

@media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; }
  .container .jumbotron, .container-fluid .jumbotron, main .jumbotron { padding-right: 60px; padding-left: 60px; }
  .jumbotron h1, .jumbotron .h1 { font-size: 63px; } }

.thumbnail { display: block; padding: 4px; margin-bottom: 20px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-transition: border .2s ease-in-out; -o-transition: border .2s ease-in-out; -moz-transition: border .2s ease-in-out; transition: border .2s ease-in-out; }

.thumbnail > img, .thumbnail a > img { margin-right: auto; margin-left: auto; }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #337ab7; }

.thumbnail .caption { padding: 9px; color: #333; }

.alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.alert h4 { margin-top: 0; color: inherit; }

.alert .alert-link { font-weight: bold; }

.alert > p, .alert > ul { margin-bottom: 0; }

.alert > p + p { margin-top: 5px; }

.alert-dismissable, .alert-dismissible { padding-right: 35px; }

.alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; }

.alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }

.alert-success hr { border-top-color: #c9e2b3; }

.alert-success .alert-link { color: #2b542c; }

.alert-info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; }

.alert-info hr { border-top-color: #a6e1ec; }

.alert-info .alert-link { color: #245269; }

.alert-warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; }

.alert-warning hr { border-top-color: #f7e1b5; }

.alert-warning .alert-link { color: #66512c; }

.alert-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }

.alert-danger hr { border-top-color: #e4b9c0; }

.alert-danger .alert-link { color: #843534; }

@-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; }
  to { background-position: 0 0; } }

@-o-keyframes progress-bar-stripes { from { background-position: 40px 0; }
  to { background-position: 0 0; } }

@-moz-keyframes progress-bar-stripes { from { background-position: 40px 0; }
  to { background-position: 0 0; } }

@keyframes progress-bar-stripes { from { background-position: 40px 0; }
  to { background-position: 0 0; } }

.progress { height: 20px; margin-bottom: 20px; overflow: hidden; background-color: #f5f5f5; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar { float: left; width: 0; height: 100%; font-size: 12px; line-height: 20px; color: #fff; text-align: center; background-color: #337ab7; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width .6s ease; -o-transition: width .6s ease; -moz-transition: width .6s ease; transition: width .6s ease; }

.progress-striped .progress-bar, .progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz- oldlinear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -webkit-background-size: 40px 40px; -moz-background-size: 40px 40px; background-size: 40px 40px; }

.progress.active .progress-bar, .progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; -moz-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success { background-color: #5cb85c; }

.progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz- oldlinear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info { background-color: #5bc0de; }

.progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz- oldlinear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning { background-color: #f0ad4e; }

.progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz- oldlinear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger { background-color: #d9534f; }

.progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz- oldlinear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media { margin-top: 15px; }

.media:first-child { margin-top: 0; }

.media, .media-body { overflow: hidden; zoom: 1; }

.media-body { width: 10000px; }

.media-object { display: block; }

.media-object.img-thumbnail { max-width: none; }

.media-right, .media > .pull-right { padding-left: 10px; }

.media-left, .media > .pull-left { padding-right: 10px; }

.media-left, .media-right, .media-body { display: table-cell; vertical-align: top; }

.media-middle { vertical-align: middle; }

.media-bottom { vertical-align: bottom; }

.media-heading { margin-top: 0; margin-bottom: 5px; }

.media-list { padding-left: 0; list-style: none; }

.list-group { padding-left: 0; margin-bottom: 20px; }

.list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd; }

.list-group-item:first-child { -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; }

.list-group-item:last-child { margin-bottom: 0; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; }

a.list-group-item, button.list-group-item { color: #555; }

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading { color: #333; }

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus { color: #555; text-decoration: none; background-color: #f5f5f5; }

button.list-group-item { width: 100%; text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { color: #777; cursor: not-allowed; background-color: #eee; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading { color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text { color: #777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; color: #fff; background-color: #337ab7; border-color: #337ab7; }

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small { color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { color: #c7ddef; }

.list-group-item-success { color: #3c763d; background-color: #dff0d8; }

a.list-group-item-success, button.list-group-item-success { color: #3c763d; }

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading { color: inherit; }

a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; }

a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; }

.list-group-item-info { color: #31708f; background-color: #d9edf7; }

a.list-group-item-info, button.list-group-item-info { color: #31708f; }

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading { color: inherit; }

a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; }

a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; }

.list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; }

a.list-group-item-warning, button.list-group-item-warning { color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading { color: inherit; }

a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; }

a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; }

.list-group-item-danger { color: #a94442; background-color: #f2dede; }

a.list-group-item-danger, button.list-group-item-danger { color: #a94442; }

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading { color: inherit; }

a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; }

a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; }

.list-group-item-heading { margin-top: 0; margin-bottom: 5px; }

.list-group-item-text { margin-bottom: 0; line-height: 1.3; }

.panel { margin-bottom: 20px; background-color: #fff; border: 1px solid transparent; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body { padding: 15px; }

.panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; -webkit-border-top-left-radius: 3px; -moz-border-radius-topleft: 3px; border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; border-top-right-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle { color: inherit; }

.panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit; }

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a { color: inherit; }

.panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-bottomright: 3px; border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-left-radius: 3px; }

.panel > .list-group, .panel > .panel-collapse > .list-group { margin-bottom: 0; }

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { border-width: 1px 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { border-top: 0; -webkit-border-top-left-radius: 3px; -moz-border-radius-topleft: 3px; border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; border-top-right-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { border-bottom: 0; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-bottomright: 3px; border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; }

.list-group + .panel-footer { border-top-width: 0; }

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table { margin-bottom: 0; }

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption { padding-right: 15px; padding-left: 15px; }

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { -webkit-border-top-left-radius: 3px; -moz-border-radius-topleft: 3px; border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { -webkit-border-top-left-radius: 3px; -moz-border-radius-topleft: 3px; border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { -webkit-border-top-left-radius: 3px; -moz-border-radius-topleft: 3px; border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { -webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; border-top-right-radius: 3px; }

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { -webkit-border-bottom-right-radius: 3px; -moz-border-radius-bottomright: 3px; border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { -webkit-border-bottom-right-radius: 3px; -moz-border-radius-bottomright: 3px; border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { -webkit-border-bottom-right-radius: 3px; -moz-border-radius-bottomright: 3px; border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body { border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; }

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; }

.panel > .table-responsive { margin-bottom: 0; border: 0; }

.panel-group { margin-bottom: 20px; }

.panel-group .panel { margin-bottom: 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.panel-group .panel + .panel { margin-top: 5px; }

.panel-group .panel-heading { border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group { border-top: 1px solid #ddd; }

.panel-group .panel-footer { border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #ddd; }

.panel-default { border-color: #ddd; }

.panel-default > .panel-heading { color: #333; background-color: #f5f5f5; border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ddd; }

.panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ddd; }

.panel-primary { border-color: #337ab7; }

.panel-primary > .panel-heading { color: #fff; background-color: #337ab7; border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge { color: #337ab7; background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #337ab7; }

.panel-success { border-color: #d6e9c6; }

.panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge { color: #dff0d8; background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6; }

.panel-info { border-color: #bce8f1; }

.panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge { color: #d9edf7; background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #bce8f1; }

.panel-warning { border-color: #faebcc; }

.panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #faebcc; }

.panel-danger { border-color: #ebccd1; }

.panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge { color: #f2dede; background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ebccd1; }

.embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; }

.embed-responsive-16by9 { padding-bottom: 56.25%; }

.embed-responsive-4by3 { padding-bottom: 75%; }

.well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); }

.well-lg { padding: 24px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }

.well-sm { padding: 9px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

.close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity=20); opacity: .2; }

.close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; filter: alpha(opacity=50); opacity: .5; }

button.close { -webkit-appearance: none; padding: 0; cursor: pointer; background: transparent; border: 0; }

.modal-open { overflow: hidden; }

.modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0; }

.modal.fade .modal-dialog { -webkit-transition: -webkit-transform .3s ease-out; -o-transition: -o-transform .3s ease-out; transition: -webkit-transform .3s ease-out; -moz-transition: transform .3s ease-out, -moz-transform .3s ease-out; transition: transform .3s ease-out; transition: transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out, -o-transform .3s ease-out; -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); -moz-transform: translate(0, -25%); transform: translate(0, -25%); }

.modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); -moz-transform: translate(0, 0); transform: translate(0, 0); }

.modal-open .modal { overflow-x: hidden; overflow-y: auto; }

.modal-dialog { position: relative; width: auto; margin: 10px; }

.modal-content { position: relative; background-color: #fff; -webkit-background-clip: padding-box; -moz-background-clip: padding-box; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; }

.modal-backdrop.fade { filter: alpha(opacity=0); opacity: 0; }

.modal-backdrop.in { filter: alpha(opacity=50); opacity: .5; }

.modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; }

.modal-header .close { margin-top: -2px; }

.modal-title { margin: 0; line-height: 1.42857143; }

.modal-body { position: relative; padding: 15px; }

.modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn { margin-bottom: 0; margin-left: 5px; }

.modal-footer .btn-group .btn + .btn { margin-left: -1px; }

.modal-footer .btn-block + .btn-block { margin-left: 0; }

.modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }

@media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; }
  .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm { width: 300px; } }

@media (min-width: 992px) { .modal-lg { width: 900px; } }

.tooltip { position: absolute; z-index: 1070; display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; word-wrap: normal; white-space: normal; filter: alpha(opacity=0); opacity: 0; line-break: auto; }

.tooltip.in { filter: alpha(opacity=90); opacity: .9; }

.tooltip.top { padding: 5px 0; margin-top: -3px; }

.tooltip.right { padding: 0 5px; margin-left: 3px; }

.tooltip.bottom { padding: 5px 0; margin-top: 3px; }

.tooltip.left { padding: 0 5px; margin-left: -3px; }

.tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; }

.tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; }

.tooltip.top-left .tooltip-arrow { right: 5px; bottom: 0; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; }

.tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; }

.tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; }

.tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; }

.tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; }

.popover { position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: normal; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; word-wrap: normal; white-space: normal; background-color: #fff; -webkit-background-clip: padding-box; -moz-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); line-break: auto; }

.popover.top { margin-top: -10px; }

.popover.right { margin-left: 10px; }

.popover.bottom { margin-top: 10px; }

.popover.left { margin-left: -10px; }

.popover-title { padding: 8px 14px; margin: 0; font-size: 14px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }

.popover-content { padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; }

.popover > .arrow { border-width: 11px; }

.popover > .arrow:after { content: ""; border-width: 10px; }

.popover.top > .arrow { bottom: -11px; left: 50%; margin-left: -11px; border-top-color: #999; border-top-color: rgba(0, 0, 0, 0.25); border-bottom-width: 0; }

.popover.top > .arrow:after { bottom: 1px; margin-left: -10px; content: " "; border-top-color: #fff; border-bottom-width: 0; }

.popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-right-color: #999; border-right-color: rgba(0, 0, 0, 0.25); border-left-width: 0; }

.popover.right > .arrow:after { bottom: -10px; left: 1px; content: " "; border-right-color: #fff; border-left-width: 0; }

.popover.bottom > .arrow { top: -11px; left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999; border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after { top: 1px; margin-left: -10px; content: " "; border-top-width: 0; border-bottom-color: #fff; }

.popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999; border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after { right: 1px; bottom: -10px; content: " "; border-right-width: 0; border-left-color: #fff; }

.carousel { position: relative; }

.carousel-inner { position: relative; width: 100%; overflow: hidden; }

.carousel-inner > .item { position: relative; display: none; -webkit-transition: .6s ease-in-out left; -o-transition: .6s ease-in-out left; -moz-transition: .6s ease-in-out left; transition: .6s ease-in-out left; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img { line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) { .carousel-inner > .item { -webkit-transition: -webkit-transform .6s ease-in-out; -o-transition: -o-transform .6s ease-in-out; transition: -webkit-transform .6s ease-in-out; -moz-transition: transform .6s ease-in-out, -moz-transform .6s ease-in-out; transition: transform .6s ease-in-out; transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -moz-transform .6s ease-in-out, -o-transform .6s ease-in-out; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px; }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right { left: 0; -webkit-transform: translate3d(100%, 0, 0); -moz-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left { left: 0; -webkit-transform: translate3d(-100%, 0, 0); -moz-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { left: 0; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; }

.carousel-inner > .active { left: 0; }

.carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; }

.carousel-inner > .next { left: 100%; }

.carousel-inner > .prev { left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; }

.carousel-inner > .active.left { left: -100%; }

.carousel-inner > .active.right { left: 100%; }

.carousel-control { position: absolute; top: 0; bottom: 0; left: 0; width: 15%; font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); background-color: rgba(0, 0, 0, 0); filter: alpha(opacity=50); opacity: .5; }

.carousel-control.left { background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); background-image: -moz- oldlinear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); background-repeat: repeat-x; }

.carousel-control.right { right: 0; left: auto; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); background-image: -moz- oldlinear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); background-repeat: repeat-x; }

.carousel-control:hover, .carousel-control:focus { color: #fff; text-decoration: none; filter: alpha(opacity=90); outline: 0; opacity: .9; }

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; z-index: 5; display: inline-block; margin-top: -10px; }

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; }

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; }

.carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; font-family: serif; line-height: 1; }

.carousel-control .icon-prev:before { content: '\2039'; }

.carousel-control .icon-next:before { content: '\203a'; }

.carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; padding-left: 0; margin-left: -30%; text-align: center; list-style: none; }

.carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); border: 1px solid #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

.carousel-indicators .active { width: 12px; height: 12px; margin: 0; background-color: #fff; }

.carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn { text-shadow: none; }

@media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -10px; }
  .carousel-caption { right: 20%; left: 20%; padding-bottom: 30px; }
  .carousel-indicators { bottom: 20px; } }

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, main:before, .container-fluid:after, main:after, .row:before, .hci-feedback-form > form:before, .hci-news .articles-wrapper:before, .row:after, .hci-feedback-form > form:after, .hci-news .articles-wrapper:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .hci-navigation:before, .navbar:after, .hci-navigation:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after { display: table; content: " "; }

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, main:after, .row:after, .hci-feedback-form > form:after, .hci-news .articles-wrapper:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .hci-navigation:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after { clear: both; }

.center-block { display: block; margin-right: auto; margin-left: auto; }

.pull-right { float: right !important; }

.pull-left { float: left !important; }

.hide { display: none !important; }

.show { display: block; }

.invisible { visibility: hidden; }

.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }

.hidden, .is-individual .is-individual-item input { display: none !important; }

.affix { position: fixed; }

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

.visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; }

@media (max-width: 767px) { .visible-xs { display: block !important; }
  table.visible-xs { display: table !important; }
  tr.visible-xs { display: table-row !important; }
  th.visible-xs, td.visible-xs { display: table-cell !important; } }

@media (max-width: 767px) { .visible-xs-block { display: block !important; } }

@media (max-width: 767px) { .visible-xs-inline { display: inline !important; } }

@media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; }
  table.visible-sm { display: table !important; }
  tr.visible-sm { display: table-row !important; }
  th.visible-sm, td.visible-sm { display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; }
  table.visible-md { display: table !important; }
  tr.visible-md { display: table-row !important; }
  th.visible-md, td.visible-md { display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } }

@media (min-width: 1200px) { .visible-lg { display: block !important; }
  table.visible-lg { display: table !important; }
  tr.visible-lg { display: table-row !important; }
  th.visible-lg, td.visible-lg { display: table-cell !important; } }

@media (min-width: 1200px) { .visible-lg-block { display: block !important; } }

@media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } }

@media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } }

@media (max-width: 767px) { .hidden-xs, .faqs-sidebar { display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } }

@media (min-width: 1200px) { .hidden-lg { display: none !important; } }

.visible-print { display: none !important; }

@media print { .visible-print { display: block !important; }
  table.visible-print { display: table !important; }
  tr.visible-print { display: table-row !important; }
  th.visible-print, td.visible-print { display: table-cell !important; } }

.visible-print-block { display: none !important; }

@media print { .visible-print-block { display: block !important; } }

.visible-print-inline { display: none !important; }

@media print { .visible-print-inline { display: inline !important; } }

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

@media print { .visible-print-inline-block { display: inline-block !important; } }

@media print { .hidden-print { display: none !important; } }

/*# sourceMappingURL=bootstrap.css.map */
.insurance-tabs-wrapper { width: 100%; padding: 0; }

.insurance-tabs-nav { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 15px 0 0; margin: 0; font-size: 26px; font-family: "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; background-color: #fff; }

.insurance-tab { position: relative; -webkit-flex-basis: 24%; -ms-flex-preferred-size: 24%; flex-basis: 24%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; background-color: #fff; cursor: pointer; -webkit-transition: .25s ease; -o-transition: .25s ease; -moz-transition: .25s ease; transition: .25s ease; }

.insurance-tab:hover a { border-bottom: 1px solid #003346; }

@media (hover: hover) { .insurance-tab:hover { text-decoration: none; color: #fff; background-color: #00adee; }
  .insurance-tab:hover a { color: #fff; border: 1px solid #00adee; } }

.insurance-tab a { width: 100%; padding: 15px; text-align: center; color: #003346; border: 1px solid #003346; }

.insurance-tab a:visited { color: #003346; }

@media (max-width: 767px) { .insurance-tab a { padding: 5px 2px; font-size: 18px; } }

.insurance-tab.active { color: #fff; background-color: #00adee; }

.insurance-tab.active a { color: #fff; border-color: #00adee; }

.insurance-tab.active .indicator { border-top-color: #00adee; }

.indicator { position: absolute; bottom: -20px; border-top: 20px solid transparent; border-left: 20px solid transparent; border-right: 20px solid transparent; -webkit-transition: .25s ease; -o-transition: .25s ease; -moz-transition: .25s ease; transition: .25s ease; }

@media (max-width: 767px) { .indicator { bottom: -10px; border-top: 10px solid transparent; border-left: 10px solid transparent; border-right: 10px solid transparent; } }

.insurance-body { padding-top: 40px; }

@media (max-width: 767px) { .insurance-body { padding-top: 30px; }
  .insurance-body h2 { margin-bottom: 12px; } }

.homepage-icons-wrapper { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.homepage-icons-wrapper .homepage-icon { width: 24%; }

@media (max-width: 767px) { .homepage-icons-wrapper .homepage-icon { width: 49%; } }

.homepage-icon { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 30px 20px; margin-bottom: 10px; text-align: center; color: #003346; border: 1px solid rgba(60, 60, 60, 0.2); cursor: pointer; }

.homepage-icon:hover, .homepage-icon:active, .homepage-icon:visited { color: #003346; }

@media (max-width: 960px) { .homepage-icon { padding: 15px 10px; } }

.homepage-icon img { width: 100%; height: 80px; margin-bottom: 20px; }

@media (max-width: 960px) { .homepage-icon img { height: 60px; margin-bottom: 10px; } }

.homepage-icon p { margin-bottom: 0; font-size: 18px; }

@media (max-width: 960px) { .homepage-icon p { font-size: 17px; } }

.homepage-icon span { display: block; margin-bottom: 5px; font-weight: 600; color: #00adee; }

.get-a-quote { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; padding: 20px; margin-top: 30px; font-size: 28px; line-height: 1; color: #003346; border: 1px solid #003346; -webkit-transition: .25s ease; -o-transition: .25s ease; -moz-transition: .25s ease; transition: .25s ease; }

.get-a-quote:active, .get-a-quote:focus, .get-a-quote:visited { color: #003346; }

.get-a-quote:hover { text-decoration: none; color: #fff; background-color: #00adee; border: 1px solid #00adee; }

@media (max-width: 960px) { .get-a-quote { padding: 12px; margin-top: 15px; font-size: 24px; } }

@media (max-width: 767px) { .get-a-quote { padding: 9px; margin-top: 5px; font-size: 20px; } }

@-webkit-keyframes downArrow { 0%, 25%, 100% { margin-top: 0; }
  6.25%, 18.75% { margin-top: 6px; }
  12.5% { margin-top: 3px; } }

@-moz-keyframes downArrow { 0%, 25%, 100% { margin-top: 0; }
  6.25%, 18.75% { margin-top: 6px; }
  12.5% { margin-top: 3px; } }

@-o-keyframes downArrow { 0%, 25%, 100% { margin-top: 0; }
  6.25%, 18.75% { margin-top: 6px; }
  12.5% { margin-top: 3px; } }

@keyframes downArrow { 0%, 25%, 100% { margin-top: 0; }
  6.25%, 18.75% { margin-top: 6px; }
  12.5% { margin-top: 3px; } }

@-webkit-keyframes upArrow { 0%, 25%, 100% { margin-top: 0; }
  6.25%, 18.75% { margin-top: -6px; }
  12.5% { margin-top: -3px; } }

@-moz-keyframes upArrow { 0%, 25%, 100% { margin-top: 0; }
  6.25%, 18.75% { margin-top: -6px; }
  12.5% { margin-top: -3px; } }

@-o-keyframes upArrow { 0%, 25%, 100% { margin-top: 0; }
  6.25%, 18.75% { margin-top: -6px; }
  12.5% { margin-top: -3px; } }

@keyframes upArrow { 0%, 25%, 100% { margin-top: 0; }
  6.25%, 18.75% { margin-top: -6px; }
  12.5% { margin-top: -3px; } }

@-webkit-keyframes fadeIn { from { -webkit-transform: translateY(100px); transform: translateY(100px);
    opacity: 0; }
  to { -webkit-transform: translateY(0px); transform: translateY(0px);
    opacity: 1; } }

@-moz-keyframes fadeIn { from { -moz-transform: translateY(100px); transform: translateY(100px);
    opacity: 0; }
  to { -moz-transform: translateY(0px); transform: translateY(0px);
    opacity: 1; } }

@-o-keyframes fadeIn { from { -o-transform: translateY(100px); transform: translateY(100px);
    opacity: 0; }
  to { -o-transform: translateY(0px); transform: translateY(0px);
    opacity: 1; } }

@keyframes fadeIn { from { -webkit-transform: translateY(100px); -moz-transform: translateY(100px); -o-transform: translateY(100px); transform: translateY(100px);
    opacity: 0; }
  to { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px);
    opacity: 1; } }

@-webkit-keyframes bounce { 0%, 6%, 12%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  3%, 9% { -webkit-transform: translateY(10px); transform: translateY(10px); } }

@-moz-keyframes bounce { 0%, 6%, 12%, 100% { -moz-transform: translateY(0); transform: translateY(0); }
  3%, 9% { -moz-transform: translateY(10px); transform: translateY(10px); } }

@-o-keyframes bounce { 0%, 6%, 12%, 100% { -o-transform: translateY(0); transform: translateY(0); }
  3%, 9% { -o-transform: translateY(10px); transform: translateY(10px); } }

@keyframes bounce { 0%, 6%, 12%, 100% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  3%, 9% { -webkit-transform: translateY(10px); -moz-transform: translateY(10px); -o-transform: translateY(10px); transform: translateY(10px); } }

@-webkit-keyframes download { 0%, 12.5%, 25%, 100% { margin-bottom: 0; }
  6.25%, 18.75% { margin-bottom: -20px; } }

@-moz-keyframes download { 0%, 12.5%, 25%, 100% { margin-bottom: 0; }
  6.25%, 18.75% { margin-bottom: -20px; } }

@-o-keyframes download { 0%, 12.5%, 25%, 100% { margin-bottom: 0; }
  6.25%, 18.75% { margin-bottom: -20px; } }

@keyframes download { 0%, 12.5%, 25%, 100% { margin-bottom: 0; }
  6.25%, 18.75% { margin-bottom: -20px; } }

.plan-item__header--title, .benefits-table .bt-plan-titles li { font-size: 24px; font-weight: 500; font-family: "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; color: #003346; }

@media (max-width: 1439px) { .plan-item__header--title, .benefits-table .bt-plan-titles li { font-size: 22.4px; } }

@media (max-width: 1023px) { .plan-item__header--title, .benefits-table .bt-plan-titles li { font-size: 17.6px; } }

.plan-item__header--price, .plan-item__body--price, .benefits-table .bt-plan-price { -webkit-align-self: center; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; padding: 5px 10px 9px; color: #003346; font-size: 25px; font-weight: 500; font-family: "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; -webkit-transition: .25s; -o-transition: .25s; -moz-transition: .25s; transition: .25s; }

@media (max-width: 1439px) { .plan-item__header--price, .plan-item__body--price, .benefits-table .bt-plan-price { font-size: 22px; } }

@media (max-width: 1023px) { .plan-item__header--price, .plan-item__body--price, .benefits-table .bt-plan-price { padding: 3px 10px 7px; font-size: 20px; } }

.medical-intro, .medical-info, .medical-page-copy-and-form, .max-width-container, .max-width-container--100 { width: 90%; max-width: 1200px; margin-left: auto; margin-right: auto; }

.partners-body { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.partner-item { -webkit-box-flex: 0; -webkit-flex: 0 0 45%; -moz-box-flex: 0; -ms-flex: 0 0 45%; flex: 0 0 45%; margin-bottom: 30px; }

@media (max-width: 767px) { .partner-item { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; margin-bottom: 20px; } }

.partner-item .img-wrapper { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; height: 200px; }

.partner-item .img-wrapper:hover { border: none; }

@media (max-width: 767px) { .partner-item .img-wrapper { height: 100px; } }

.partner-item img { max-width: 100%; max-height: -webkit-calc(100% - 20px); max-height: -moz-calc(100% - 20px); max-height: calc(100% - 20px); margin-bottom: 20px; }

@media (max-width: 767px) { .partner-item img { max-height: 100%; } }

.medical-hero-outer { width: 100%; height: 600px; background-image: url("/images/medical-hero__xl--1x.jpg"); background-image: -webkit-image-set(url("/images/medical-hero__xl--1x.jpg") 1x, url("/images/medical-hero__xl--2x.jpg") 2x); -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; }

@media (max-width: 1200px) { .medical-hero-outer { background-image: url("/images/medical-hero--1x.jpg"); background-image: -webkit-image-set(url("/images/medical-hero--1x.jpg") 1x, url("/images/medical-hero--2x.jpg") 2x); } }

@media (max-width: 960px) { .medical-hero-outer { background-image: url("/images/medical-hero__tablet--1x.jpg"); background-image: -webkit-image-set(url("/images/medical-hero__tablet--1x.jpg") 1x, url("/images/medical-hero__tablet--2x.jpg") 2x); } }

@media (max-width: 767px) { .medical-hero-outer { height: 450px; } }

@media (max-width: 414px) { .medical-hero-outer { background-image: url("/images/medical-hero__mobile-large--1x.jpg"); background-image: -webkit-image-set(url("/images/medical-hero__mobile-large--1x.jpg") 1x, url("/images/medical-hero__mobile-large--2x.jpg") 2x); } }

@media (max-width: 375px) { .medical-hero-outer { background-image: url("/images/medical-hero__mobile-medium--1x.jpg"); background-image: -webkit-image-set(url("/images/medical-hero__mobile-medium--1x.jpg") 1x, url("/images/medical-hero__mobile-medium--2x.jpg") 2x); } }

@media (max-width: 320px) { .medical-hero-outer { background-image: url("/images/medical-hero__mobile-small--1x.jpg"); background-image: -webkit-image-set(url("/images/medical-hero__mobile-small--1x.jpg") 1x, url("/images/medical-hero__mobile-small--2x.jpg") 2x); } }

.medical-hero { position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; width: 100%; height: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; max-width: 1200px; margin: 0 auto; }

@media (max-width: 1333px) { .medical-hero { width: 90%; } }

.medical-hero p { -webkit-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end; width: 420px; padding: 30px; margin: -100px 0 0 0; font-size: 32px; line-height: 1.45; background: rgba(255, 255, 255, 0.8); background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.8) 20%, rgba(238, 238, 238, 0.4) 80%); background: -moz- oldradial-gradient(circle, rgba(255, 255, 255, 0.8) 20%, rgba(238, 238, 238, 0.4) 80%); background: -o-radial-gradient(circle, rgba(255, 255, 255, 0.8) 20%, rgba(238, 238, 238, 0.4) 80%); background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 20%, rgba(238, 238, 238, 0.4) 80%); opacity: 0; -webkit-animation: fadeIn ease 1s 1.5s forwards; -moz-animation: fadeIn ease 1s 1.5s forwards; -o-animation: fadeIn ease 1s 1.5s forwards; animation: fadeIn ease 1s 1.5s forwards; }

@media (max-width: 767px) { .medical-hero p { width: 100%; padding: 10px; margin-top: -50px; font-size: 27px; background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.8) 20%, rgba(238, 238, 238, 0.9) 80%); background: -moz- oldradial-gradient(circle, rgba(255, 255, 255, 0.8) 20%, rgba(238, 238, 238, 0.9) 80%); background: -o-radial-gradient(circle, rgba(255, 255, 255, 0.8) 20%, rgba(238, 238, 238, 0.9) 80%); background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 20%, rgba(238, 238, 238, 0.9) 80%); } }

.medical-hero__links { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 0 auto; }

@media (max-width: 767px) { .medical-hero__links { bottom: 20px; } }

.medical-hero__links a { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; width: 25%; padding: 12px 10px; font-size: 22px; text-align: center; color: #003346; background: white; background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.7) 20%, rgba(238, 238, 238, 0.5) 80%); background: -moz- oldradial-gradient(circle, rgba(255, 255, 255, 0.7) 20%, rgba(238, 238, 238, 0.5) 80%); background: -o-radial-gradient(circle, rgba(255, 255, 255, 0.7) 20%, rgba(238, 238, 238, 0.5) 80%); background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 20%, rgba(238, 238, 238, 0.5) 80%); border: 1px solid transparent; -webkit-transition: border .25s ease; -o-transition: border .25s ease; -moz-transition: border .25s ease; transition: border .25s ease; }

@media (max-width: 960px) { .medical-hero__links a { width: 28%; font-size: 20px; } }

@media (max-width: 767px) { .medical-hero__links a { width: 47%; font-size: 18px; padding: 12px 0; background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.8) 20%, rgba(238, 238, 238, 0.9) 80%); background: -moz- oldradial-gradient(circle, rgba(255, 255, 255, 0.8) 20%, rgba(238, 238, 238, 0.9) 80%); background: -o-radial-gradient(circle, rgba(255, 255, 255, 0.8) 20%, rgba(238, 238, 238, 0.9) 80%); background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 20%, rgba(238, 238, 238, 0.9) 80%); }
  .medical-hero__links a:first-of-type { width: 100%; margin-bottom: 15px; } }

@media (max-width: 374px) { .medical-hero__links a { padding: 8px 0; } }

.medical-hero__links a:hover { color: #003346; border: 1px solid rgba(255, 255, 255, 0.8); }

.medical-hero__links--quote { opacity: 0; -webkit-animation: fadeIn ease 1s 1.75s forwards; -moz-animation: fadeIn ease 1s 1.75s forwards; -o-animation: fadeIn ease 1s 1.75s forwards; animation: fadeIn ease 1s 1.75s forwards; }

.medical-hero__links--retrieve { opacity: 0; -webkit-animation: fadeIn ease 1s 2s forwards; -moz-animation: fadeIn ease 1s 2s forwards; -o-animation: fadeIn ease 1s 2s forwards; animation: fadeIn ease 1s 2s forwards; }

.medical-hero__links--brochure { opacity: 0; -webkit-animation: fadeIn ease 1s 2.25s forwards; -moz-animation: fadeIn ease 1s 2.25s forwards; -o-animation: fadeIn ease 1s 2.25s forwards; animation: fadeIn ease 1s 2.25s forwards; }

.medical-hero-links-wrapper { position: absolute; left: 0; right: 0; bottom: 30px; padding: 10px 0; background-color: transparent; }

.medical-hero-links-wrapper.active { position: fixed; width: 100%; top: 170px; left: 0; right: 0; bottom: auto; background-color: #003346; -webkit-transition: .5s ease; -o-transition: .5s ease; -moz-transition: .5s ease; transition: .5s ease; z-index: 9999; }

@media (max-width: 960px) { .medical-hero-links-wrapper.active { top: 128px; } }

.medical-hero-links-wrapper.active .medical-hero__links { position: relative; bottom: 0; max-width: 1200px; }

.medical-hero-links-wrapper.active .medical-hero__links a { display: none; }

.medical-hero-links-wrapper.active .medical-hero__links a:first-of-type { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; width: 50%; min-width: 246px; margin: 0 auto; }

.medical-intro { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; }

.medical-intro span { margin-bottom: 20px; font-size: 38px; line-height: 1; }

@media (max-width: 767px) { .medical-intro span { font-size: 34px; } }

@media (max-width: 375px) { .medical-intro span { font-size: 32px; } }

@media (max-width: 374px) { .medical-intro span { font-size: 28px; } }

.medical-intro .medical-intro-p { font-size: 26px; }

@media (max-width: 767px) { .medical-intro .medical-intro-p { font-size: 22px; } }

.medical-intro a.chevron--down { margin: 15px 0 5px; -webkit-animation: bounce 8s linear infinite; -moz-animation: bounce 8s linear infinite; -o-animation: bounce 8s linear infinite; animation: bounce 8s linear infinite; }

@media (max-width: 767px) { .medical-intro a.chevron--down { maring: 5px 0 0; } }

.medical-intro a.chevron--down:hover { border-bottom: none; }

.medical-intro a.chevron--down svg { width: 60px; fill: #003346; -webkit-transition: .25s; -o-transition: .25s; -moz-transition: .25s; transition: .25s; }

@media (max-width: 767px) { .medical-intro a.chevron--down svg { width: 50px; } }

.medical-intro a.chevron--down svg:hover { fill: #00adee; }

#medical-info-anchor { display: block; padding-top: 214px; margin-top: -214px; }

@media (max-width: 960px) { #medical-info-anchor { padding-top: 172px; margin-top: -172px; } }

.medical-info-outer { width: 100%; padding: 30px 0; margin: 20px 0 0; background: #00abec; background: -webkit-linear-gradient(315deg, #00abec 0%, #003346 50%); background: -moz- oldlinear-gradient(315deg, #00abec 0%, #003346 50%); background: -o-linear-gradient(315deg, #00abec 0%, #003346 50%); background: linear-gradient(135deg, #00abec 0%, #003346 50%); }

.medical-info { position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; width: -webkit-calc(90% + 60px); width: -moz-calc(90% + 60px); width: calc(90% + 60px); max-width: 1260px; z-index: 1; }

@media (max-width: 1023px) { .medical-info { width: -webkit-calc(90% + 20px); width: -moz-calc(90% + 20px); width: calc(90% + 20px); } }

@media (max-width: 767px) { .medical-info { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.medical-info img { height: 100px; width: 120px; margin: 0 auto 20px; }

.medical-info h2 { font-size: 30px; color: #fff; text-align: center; }

@media (max-width: 1200px) { .medical-info h2 { height: 66px; } }

@media (max-width: 767px) { .medical-info h2 { height: auto; } }

.medical-info ul { padding: 0; list-style-type: none; color: #fff; }

.medical-info li { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; height: 70px; text-align: center; }

@media (max-width: 1200px) { .medical-info li { height: 90px; } }

@media (max-width: 767px) { .medical-info li { height: auto; } }

.medical-info li.list-breaker { height: 1px; width: 25%; margin: 15px auto; background-color: rgba(255, 255, 255, 0.8); }

.medical-info a { color: #fff; text-decoration: underline; }

.medical-info__column { visibility: hidden; -webkit-box-flex: 1; -webkit-flex: 1 0 0; -moz-box-flex: 1; -ms-flex: 1 0 0px; flex: 1 0 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding: 0 30px; border-left: 1px solid rgba(255, 255, 255, 0.8); border-right: 1px solid rgba(255, 255, 255, 0.8); }

@media (max-width: 1023px) { .medical-info__column { padding: 0 10px; } }

@media (max-width: 767px) { .medical-info__column { -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -moz-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; border: none; }
  .medical-info__column:nth-of-type(2) { margin: 30px 0; } }

.medical-info__column:first-of-type { border-left: 0; }

.medical-info__column:last-of-type { border-right: 0; }

.medical-page-copy-and-form { position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media (max-width: 767px) { .medical-page-copy-and-form { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

#medical-quote-anchor { position: absolute; top: 0; display: block; padding-top: 232px; margin-top: -232px; }

@media (max-width: 960px) { #medical-quote-anchor { padding-top: 172px; margin-top: -172px; } }

.medical-initial-form { -webkit-box-ordinal-group: 2; -webkit-order: 1; -moz-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; width: 48%; padding: 20px; margin: 50px 0; background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.7) 20%, rgba(238, 238, 238, 0.5) 80%); background: -moz- oldradial-gradient(circle, rgba(255, 255, 255, 0.7) 20%, rgba(238, 238, 238, 0.5) 80%); background: -o-radial-gradient(circle, rgba(255, 255, 255, 0.7) 20%, rgba(238, 238, 238, 0.5) 80%); background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 20%, rgba(238, 238, 238, 0.5) 80%); }

@media (max-width: 960px) { .medical-initial-form { width: 51%; } }

@media (max-width: 767px) { .medical-initial-form { -webkit-box-ordinal-group: 1; -webkit-order: 0; -moz-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; width: 100%; margin: 30px 0 0; } }

.medical-initial-form h3 { margin: 0 0 20px; font-size: 28px; }

.medical-initial-form input { font-size: 16px; }

button.medical-initial-form__button { width: 300px; padding: 12px; font-size: 20px; line-height: 1; }

@media (max-width: 767px) { button.medical-initial-form__button { width: 100%; } }

.medical-initial-form__step { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 15px; }

.medical-initial-form__step .form-group { width: 100%; margin: 0; }

.medical-initial-form__step.label--left p { margin: 0 15px 0 0; white-space: nowrap; }

.medical-initial-form__step--column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.medical-initial-form__step--flex-end { -webkit-box-pack: end; -webkit-justify-content: flex-end; -moz-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.medical-initial-form__step .control { margin: 0; }

.medical-initial-form__step .control__indicator { top: 0; }

.medical-initial-form__step .medical-opt-in { width: 100%; margin-bottom: 15px; }

.medical-initial-form__step .medical-opt-in p { margin: 0 0 0 35px; white-space: normal; line-height: 1; }

.medical-form-step--centered { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.additional-age-input { margin-bottom: 16px; }

li.list__item-added-person { float: left; }

li.list__item-added-person button { width: 37px; }

.additional-age-text { margin-left: 10px; }

.additional-age-text p { margin: 0; }

#quote_request_currency, #quote_request_lengthOfCover { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

#quote_request_currency label, #quote_request_lengthOfCover label { -webkit-box-flex: 1; -webkit-flex: 1 0 0; -moz-box-flex: 1; -ms-flex: 1 0 0px; flex: 1 0 0; margin: 0; text-align: center; color: #003346 !important; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

#quote_request_currency input[type="radio"]:checked + label.cyan, #quote_request_lengthOfCover input[type="radio"]:checked + label.cyan { color: #fff !important; }

.medical-secondary-copy { -webkit-box-ordinal-group: 1; -webkit-order: 0; -moz-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; width: 48%; margin: 50px 0 0; }

@media (max-width: 960px) { .medical-secondary-copy { width: 45%; } }

@media (max-width: 767px) { .medical-secondary-copy { width: 100%; margin: 30px 0 0; } }

.medical-secondary-copy__info { font-weight: 600; }

.comparison-sheet { position: relative; }

.comparison-sheet:hover a { opacity: 1; }

.comparison-sheet img { max-width: 100%; border: 1px solid #003346; }

.comparison-sheet a { position: absolute; top: 0; left: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); -webkit-transition: .25s linear; -o-transition: .25s linear; -moz-transition: .25s linear; transition: .25s linear; opacity: 0; }

.comparison-sheet a:hover { border: none; }

.comparison-sheet a:hover img { -webkit-animation: download 4s .5s infinite; -moz-animation: download 4s .5s infinite; -o-animation: download 4s .5s infinite; animation: download 4s .5s infinite; }

.comparison-sheet a img { width: 75px; border: none; }

.claims-body ul { list-style-type: none; padding: 0; }

.claims-body .pseudoButton { display: inline-block; margin: 30px 0; }

@media (max-width: 960px) { .quotePlanContainerFree .quotePlanContent, .quotePlanContainer .quotePlanContent { padding: 40px 30px 40px 0; } }

@media (max-width: 767px) { .quotePlanContainerFree .quotePlanContent, .quotePlanContainer .quotePlanContent { padding: 40px 0 30px; } }

@media (max-width: 576px) { .quotePlanContainerFree .quotePlanContent, .quotePlanContainer .quotePlanContent { padding-top: 40px; } }

@media (max-width: 374px) { .quotePlanContainerFree .quotePlanContent .buttonGroup .pseudoButton.green, .quotePlanContainer .quotePlanContent .buttonGroup .pseudoButton.green { display: block; padding: 10px; margin: 0; text-align: center; } }

.group-page-top { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; margin-bottom: 50px; }

@media (max-width: 767px) { .group-page-top { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.group-page-top__text { width: 50%; }

@media (max-width: 767px) { .group-page-top__text { width: 100%; margin-bottom: 40px; } }

.group-page-top__icons { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; width: 50%; }

@media (max-width: 767px) { .group-page-top__icons { width: 100%; } }

.group-page-top .group-icons-product-wrapper { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; width: 50%; text-align: center; }

@media (max-width: 767px) { .group-page-top .group-icons-product-wrapper { width: 33.33%; } }

.group-page-top .group-icons-product { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.group-page-top .group-icons-product img { -webkit-align-self: center; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; width: 76px; height: 76px; margin-bottom: 10px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

.group-page-top .group-icons-product p { height: 38px; line-height: 1.2; }

.blogs-wrapper { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.article-item { width: 24%; margin-bottom: 20px; background-color: #eee; }

@media (max-width: 1023px) { .article-item { width: 32%; } }

@media (max-width: 576px) { .article-item { width: 48%; } }

.article-item a { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 100%; }

.article-item a:hover { border: none; }

.article-item a:hover .article-item__image-overlay { background-color: rgba(0, 0, 0, 0.4); opacity: 1; }

.article-item a:hover .article-item__image-overlay img { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }

.article-item__image-container { position: relative; width: 100%; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; }

.article-item__image-container:after { content: ''; display: block; padding-bottom: 100%; }

.article-item__image-overlay { position: absolute; top: 0; left: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0); -webkit-transition: .25s ease; -o-transition: .25s ease; -moz-transition: .25s ease; transition: .25s ease; opacity: 0; }

.article-item__image-overlay img { width: 50px; -webkit-transition: .25s ease; -o-transition: .25s ease; -moz-transition: .25s ease; transition: .25s ease; -webkit-transform: translateX(-100px); -moz-transform: translateX(-100px); -ms-transform: translateX(-100px); -o-transform: translateX(-100px); transform: translateX(-100px); opacity: 0; }

.article-item__title { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; padding: 20px; }

@media (max-width: 576px) { .article-item__title { padding: 8px; } }

.article-item h2 { margin: 0; font-size: 20px; }

.blogArticleContent h1 { margin-bottom: 30px; }

.sip-content { padding: 40px 0; margin: 0 auto; }

.sip-content p, .sip-content a, .sip-content li { font-size: 16px; line-height: 1.45; }

.sip-content .get-a-quote { margin-bottom: 40px; font-size: 28px; line-height: 1; }

.sip-content__sub-title { font-weight: 600; }

.contact-info-box { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.contact-info-box a { display: inline-block; border-bottom: 1px solid transparent; }

.blogPageTitle { margin-top: 4px !important; }

.footerContainer { background-color: #003346; }

.hci-footer { width: 90%; max-width: 1200px; padding: 35px 0; margin: 0 auto; color: white; background-color: #003346; }

.hci-footer-inner { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 0; }

@media (max-width: 960px) { .hci-footer-inner { padding: 0; margin: 0 auto; } }

.footer-nav { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; padding: 0 0 40px; background-color: #003346; }

@media (max-width: 576px) { .footer-nav { padding-bottom: 30px; } }

.footer-nav ul { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; padding: 0; margin: 0; list-style-type: none; }

@media (max-width: 960px) { .footer-nav ul { margin: 0 auto; } }

@media (max-width: 767px) { .footer-nav ul { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; width: -webkit-calc(100% + 10px); width: -moz-calc(100% + 10px); width: calc(100% + 10px); margin: 0 auto 0 -10px; } }

.footer-nav ul li a { color: #fff; font-size: 16px; font-family: "IskraLAT-UltraBold", "Helvetica", "Arial", sans-serif; }

@media (max-width: 767px) { .footer-nav ul li a { margin: 0 10px; line-height: 1.5; } }

.footer-nav ul li a:hover { color: #00adee; }

.footer-nav ul li.footer-nav__breaker { width: 2px; background: #00adee; }

@media (max-width: 767px) { .footer-nav ul li.footer-nav__breaker { display: none; } }

.footer-top { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 30px; }

@media (max-width: 960px) { .footer-top { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 20px; } }

.footer-links-wrapper { -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -moz-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; min-width: 690px; margin-right: 2%; }

@media (max-width: 960px) { .footer-links-wrapper { min-width: auto; margin: 0; } }

@media (max-width: 767px) { .footer-links-wrapper { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }
  .footer-links-wrapper:after { content: ''; width: 33.33%; } }

@media (max-width: 576px) { .footer-links-wrapper:after { content: none; } }

@media (max-width: 767px) { .footer-links { width: 33.33%; } }

@media (max-width: 576px) { .footer-links { width: 50%; } }

@media (max-width: 576px) { .footer-links__insurance { -webkit-box-ordinal-group: 2; -webkit-order: 1; -moz-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } }

@media (max-width: 576px) { .footer-links__information { -webkit-box-ordinal-group: 3; -webkit-order: 2; -moz-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } }

@media (max-width: 576px) { .footer-links__tools { -webkit-box-ordinal-group: 4; -webkit-order: 3; -moz-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } }

@media (max-width: 576px) { .footer-links__languages { -webkit-box-ordinal-group: 5; -webkit-order: 4; -moz-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; } }

@media (max-width: 576px) { .footer-links__legal { -webkit-box-ordinal-group: 6; -webkit-order: 5; -moz-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; } }

.footer-links h4 { margin-bottom: 5px; color: #fff; }

.footer-links ul { padding: 0; list-style-type: none; }

.footer-links li a { font-size: 14px; line-height: 1.45; color: #fff; white-space: nowrap; }

@media (max-width: 374px) { .footer-links li a { font-size: 13px; } }

.footer-social { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 70px; }

@media (max-width: 576px) { .footer-social { margin-top: 10px; } }

.footer-social a:hover { border: none; }

.footer-social svg { fill: #fff; -webkit-transition: .25s ease; -o-transition: .25s ease; -moz-transition: .25s ease; transition: .25s ease; }

.footer-social svg:hover { fill: #00adee; background: #fff; }

.footer-legal { margin: 0; font-size: 12px; line-height: 1.3; }

.medical-step { position: relative; width: 90%; max-width: 1200px; margin: 0 auto; font-size: 16px; border: 2px solid #003346; }

@media (max-width: 767px) { .medical-step { border: 0; } }

.medical-step h1, .medical-step h2, .medical-step h3, .medical-step h4, .medical-step h5, .medical-step h6 { font-family: "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; font-weight: 500; }

.medical-step h2 { position: relative; padding: 10px 2.5%; margin: 0 0 40px; font-size: 32px; line-height: 1.2; color: #fff; background-color: #003346; z-index: 6; }

@media (max-width: 767px) { .medical-step h2 { margin-bottom: 30px; } }

.medical-step p { margin: 16px 0; font-size: 16px; }

.medical-step .help-block { margin-top: -35px; }

@media (max-width: 1023px) { .medical-step .help-block { margin-top: -25px; } }

.medical-step-inner { width: 95%; margin: 0 auto; }

@media (max-width: 767px) { .medical-step-inner { width: 100%; } }

.medical-step-inner input, .medical-step-inner select { width: 100%; height: 60px; padding: 0 10px; margin: 0 auto 35px 0; font-size: 16px; font-weight: 500; color: #003346; border: 1px solid #e0e0e0; }

.medical-step-inner input::-webkit-input-placeholder, .medical-step-inner select::-webkit-input-placeholder { color: #003346; }

.medical-step-inner input::-moz-placeholder, .medical-step-inner select::-moz-placeholder { color: #003346; }

.medical-step-inner input:-ms-input-placeholder, .medical-step-inner select:-ms-input-placeholder { color: #003346; }

.medical-step-inner input::placeholder, .medical-step-inner select::placeholder { color: #003346; }

@media (max-width: 1023px) { .medical-step-inner input, .medical-step-inner select { margin-bottom: 25px; } }

.medical-step-inner .input-section-wrapper { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 30px; }

@media (max-width: 1023px) { .medical-step-inner .input-section-wrapper { -webkit-box-align: start; -webkit-align-items: flex-start; -moz-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-bottom: 25px; } }

@media (max-width: 767px) { .medical-step-inner .input-section-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.medical-step-inner .input-section-wrapper label { -webkit-flex-basis: 70%; -ms-flex-preferred-size: 70%; flex-basis: 70%; font-size: 16px; line-height: 1.45; }

@media (max-width: 1439px) { .medical-step-inner .input-section-wrapper label { -webkit-flex-basis: 67%; -ms-flex-preferred-size: 67%; flex-basis: 67%; } }

@media (max-width: 1023px) { .medical-step-inner .input-section-wrapper label { -webkit-flex-basis: 62%; -ms-flex-preferred-size: 62%; flex-basis: 62%; } }

@media (max-width: 767px) { .medical-step-inner .input-section-wrapper label { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; } }

.medical-step-inner .input-section-wrapper .radio-container { -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; }

@media (max-width: 1439px) { .medical-step-inner .input-section-wrapper .radio-container { -webkit-flex-basis: 30%; -ms-flex-preferred-size: 30%; flex-basis: 30%; } }

@media (max-width: 1023px) { .medical-step-inner .input-section-wrapper .radio-container { -webkit-flex-basis: 35%; -ms-flex-preferred-size: 35%; flex-basis: 35%; } }

@media (max-width: 767px) { .medical-step-inner .input-section-wrapper .radio-container { width: 100%; -webkit-flex-basis: auto; -ms-flex-preferred-size: auto; flex-basis: auto; margin-top: 10px; } }

.medical-step-inner .input-section-wrapper.phone-wrapper { margin: 0; }

@media (max-width: 767px) { .medical-step-inner .input-section-wrapper.phone-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .medical-step-inner .input-section-wrapper.phone-wrapper select { margin-bottom: 0; } }

.label--hidden { display: none; }

.radio-container { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; width: 100px; height: 40px; }

.radio-container input[type="radio"] { display: none; }

.radio-container input[type="radio"]:checked + label { color: #fff; background: #00abec; border-color: #00abec; }

.radio-container label { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; width: 50px; margin: 0 !important; font-size: 16px; border: 1px solid #e0e0e0; border-right: 0; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; cursor: pointer; }

.radio-container label:last-of-type { border-right: 1px solid #e0e0e0; }

.radio-container label:hover { background: #d9f2fc; }

.medical-form-buttons { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 60px 0 30px; }

@media (max-width: 767px) { .medical-form-buttons { margin: 40px 0 30px; } }

.medical-form-buttons a { padding: 15px 65px; font-size: 16px; color: #fff !important; background-color: #003346; text-decoration: none; -webkit-transition: .25s ease; -o-transition: .25s ease; -moz-transition: .25s ease; transition: .25s ease; }

.medical-form-buttons a:hover { background-color: #00abec; border: none; }

@media (max-width: 767px) { .medical-form-buttons a { padding: 15px 30px; } }

.person-info__height, .person-info__weight { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

.radio-container--biometrics { height: 60px; }

.radio-container--biometrics label { border-left: none; }

.medical-step-inner .birthday-selector select { width: 32%; margin: 0 0 35px; }

.birthday-selector { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }

.birthday-selector .help-block { width: 32%; }

.additional-person-container { position: relative; padding: 20px; margin-bottom: 20px; border: 1px solid #003346; }

.additional-person-container ~ .additional-person-container { margin-top: 35px; }

@media (max-width: 1023px) { .additional-person-container ~ .additional-person-container { margin-top: 25px; } }

.additional-person-container select { margin: 0; }

.additional-person-container h4 { position: absolute; top: -14px; left: 15px; padding: 0 5px; background-color: #fff; }

.add-person-to-policy { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 auto 35px; cursor: pointer; }

@media (max-width: 1023px) { .add-person-to-policy { margin: 0 auto 25px; } }

.add-person-to-policy:hover svg { fill: #00abec; }

.add-person-to-policy svg { width: 30px; height: auto; margin-right: 10px; fill: #003346; -webkit-transition: .25s linear; -o-transition: .25s linear; -moz-transition: .25s linear; transition: .25s linear; }

.add-person-to-policy p { margin: 0; line-height: 1; }

.remove-additional-person { position: absolute; top: -12px; right: -12px; background-color: #fff; cursor: pointer; }

.remove-additional-person:hover { fill: red; }

input.continue-button { max-width: 171px; height: 48px; margin: 0; color: #fff; background-color: #003346; border: none; -webkit-transition: .25s ease; -o-transition: .25s ease; -moz-transition: .25s ease; transition: .25s ease; }

input.continue-button:hover { background-color: #00abec; }

p.premium-bar { position: absolute; top: 0; left: 0; right: 0; width: 90%; max-width: 1200px; padding: 17px 0; margin: 0 auto; font-size: 20px; text-align: center; color: #fff; background-color: #003346; z-index: 5; }

@media (max-width: 576px) { p.premium-bar { padding: 10px; font-size: 16px; } }

p.premium-bar.active { position: fixed; }

p.premium-bar span { font-weight: 600; }

.mobile-plan-nav-banner { display: none; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0; margin: 0; background-color: #fff; border: 2px solid #003346; list-style-type: none; z-index: 3; }

@media (max-width: 767px) { .mobile-plan-nav-banner { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; } }

.mobile-plan-nav-banner.fixed { position: fixed; top: 52px; width: 90%; }

.mobile-plan-nav-banner.fixed li span { color: #fff; }

@media (max-width: 576px) { .mobile-plan-nav-banner.fixed { top: 37px; } }

.mobile-plan-nav-banner li { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -moz-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; padding: 10px 0; -webkit-transition: .25s ease; -o-transition: .25s ease; -moz-transition: .25s ease; transition: .25s ease; cursor: pointer; }

@media (max-width: 576px) { .mobile-plan-nav-banner li { -webkit-flex-basis: 20%; -ms-flex-preferred-size: 20%; flex-basis: 20%; padding: 5px 0; } }

.mobile-plan-nav-banner li:hover { background-color: #003346; }

.mobile-plan-nav-banner li:hover span { color: #fff; background-color: #4bb543; }

.mobile-plan-nav-banner li:hover img { -webkit-filter: grayscale(0); filter: grayscale(0); }

.mobile-plan-nav-banner li.active { background-color: #003346; }

.mobile-plan-nav-banner li.active span { color: #fff; background-color: #4bb543; }

.mobile-plan-nav-banner li.active img { -webkit-filter: grayscale(0); filter: grayscale(0); }

.mobile-plan-nav-banner li span { padding: 0 5px; margin: 5px 0 0; font-size: 16px; line-height: 24px; color: #003346; }

@media (max-width: 576px) { .mobile-plan-nav-banner li span { font-size: 14px; } }

.mobile-plan-nav-banner img { width: 38px; -webkit-transition: .25s ease; -o-transition: .25s ease; -moz-transition: .25s ease; transition: .25s ease; }

@media (max-width: 576px) { .mobile-plan-nav-banner img { width: 30px; } }

.plan-info { margin-top: 70px; }

@media (max-width: 1439px) { .plan-info { margin-top: 50px; } }

.desktop-plan-nav { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0 0 10px; list-style-type: none; }

@media (max-width: 767px) { .desktop-plan-nav { display: none; } }

.desktop-plan-nav li { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 10px 0; margin: 0 1px; font-size: 19px; font-family: "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; text-align: center; color: #003346; border-bottom: 3px solid #003346; -webkit-transition: .25s ease; -o-transition: .25s ease; -moz-transition: .25s ease; transition: .25s ease; cursor: pointer; }

.desktop-plan-nav li:hover { color: #00abec; border-color: #00abec; }

.desktop-plan-nav li.active { color: #00abec; border-color: #00abec; }

@media (max-width: 1439px) { .desktop-plan-nav li { -webkit-flex-basis: -webkit-calc(25% - 2px); -ms-flex-preferred-size: calc(25% - 2px); flex-basis: -moz-calc(25% - 2px); flex-basis: calc(25% - 2px); display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; } }

.plan-accordion__title { display: none; position: relative; margin-bottom: 20px; border-bottom: 1px solid #003346; cursor: pointer; -webkit-transition: .5s ease; -o-transition: .5s ease; -moz-transition: .5s ease; transition: .5s ease; }

@media (max-width: 767px) { .plan-accordion__title { display: inline-block; } }

@media (max-width: 767px) { .plan-accordion__title[data-nav="summary"] { min-width: 140px; } }

@media (max-width: 576px) { .plan-accordion__title[data-nav="summary"] { min-width: 122px; } }

@media (max-width: 767px) { .plan-accordion__title[data-nav="inpatient"] { min-width: 269px; } }

@media (max-width: 576px) { .plan-accordion__title[data-nav="inpatient"] { min-width: 228px; } }

@media (max-width: 767px) { .plan-accordion__title[data-nav="outpatient"] { min-width: 159px; } }

@media (max-width: 576px) { .plan-accordion__title[data-nav="outpatient"] { min-width: 138px; } }

@media (max-width: 767px) { .plan-accordion__title[data-nav="preventative"] { min-width: 175px; } }

@media (max-width: 576px) { .plan-accordion__title[data-nav="preventative"] { min-width: 151px; } }

@media (max-width: 767px) { .plan-accordion__title[data-nav="maternity"] { min-width: 147px; } }

@media (max-width: 576px) { .plan-accordion__title[data-nav="maternity"] { min-width: 128px; } }

@media (max-width: 767px) { .plan-accordion__title[data-nav="dental"] { min-width: 112px; } }

@media (max-width: 576px) { .plan-accordion__title[data-nav="dental"] { min-width: 100px; } }

@media (max-width: 767px) { .plan-accordion__title[data-nav="special"] { min-width: 226px; } }

@media (max-width: 576px) { .plan-accordion__title[data-nav="special"] { min-width: 193px; } }

@media (max-width: 767px) { .plan-accordion__title[data-nav="other"] { min-width: 105px; } }

@media (max-width: 576px) { .plan-accordion__title[data-nav="other"] { min-width: 94px; } }

.plan-accordion__title h3 { display: inline-block; margin: 0; color: #003346; }

.plan-accordion__title svg { position: absolute; right: 0; margin-left: 20px; fill: #003346; -webkit-transition: .5s ease; -o-transition: .5s ease; -moz-transition: .5s ease; transition: .5s ease; }

.plan-accordion__title.active { width: 100% !important; }

.plan-accordion__title.active svg { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); transform: rotateX(180deg); opacity: 0; }

.plan-accordion__body { display: none; padding: 30px 0; }

@media (max-width: 1023px) { .plan-accordion__body { padding: 15px 0; } }

@media (max-width: 767px) { .plan-accordion__body { padding: 0 0 15px; } }

.plan-accordion__body.active { display: block; }

.medical-benefits { width: 25%; }

@media (max-width: 1023px) { .medical-benefits { width: 21%; } }

@media (max-width: 767px) { .medical-benefits { width: 50%; } }

.medical-benefits__title { display: block; height: 105px; }

@media (max-width: 1023px) { .medical-benefits__title { height: 85px; } }

.medical-benefits__list { font-weight: 600; }

.medical-benefits__list li { -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding-left: 10px; }

@media (max-width: 1023px) { .medical-benefits__list li { line-height: 1; } }

.medical-plans { position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; width: 100%; text-align: center; }

@media (max-width: 767px) { .medical-plans { width: 50%; } }

.plan-item { width: 20%; cursor: pointer; }

@media (max-width: 767px) { .plan-item { width: 100%; display: none; }
  .plan-item.active { display: block; } }

.plan-item__header { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: space-evenly; -webkit-justify-content: space-evenly; -moz-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; height: 105px; }

@media (max-width: 1023px) { .plan-item__header { height: 85px; } }

.plan-item__body svg { fill: #003346; }

.plan-item.active .plan-item__header--price, .plan-item.active .plan-item__body--price { color: #fff; background-color: #4bb543; }

.plan-highlighter { position: absolute; top: 0; bottom: 0; left: 0; width: 20%; border: 2px solid #003346; -webkit-transition: .5s ease; -o-transition: .5s ease; -moz-transition: .5s ease; transition: .5s ease; z-index: -1; }

@media (max-width: 767px) { .plan-highlighter { display: none; } }

.plan-titles-highlighter { position: absolute; top: 0; left: 20%; width: 16%; height: -webkit-calc(100% + 1px); height: -moz-calc(100% + 1px); height: calc(100% + 1px); margin: 0 !important; border: 2px solid #000; border-bottom: none; -webkit-transition: .5s ease; -o-transition: .5s ease; -moz-transition: .5s ease; transition: .5s ease; z-index: -1; }

@media (max-width: 1023px) { .plan-titles-highlighter { display: none; } }

.benefits-table { position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

@media (max-width: 767px) { .benefits-table { padding: 0 !important; } }

.benefits-table ul { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; padding: 0; margin: 0; list-style-type: none; }

.benefits-table ul:nth-child(2n+4) { background: rgba(0, 171, 236, 0.15); }

.benefits-table li { -webkit-align-self: stretch; -ms-flex-item-align: stretch; align-self: stretch; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; width: 16%; padding: 10px; font-size: 16px; line-height: 24px; text-align: center; color: #003346; cursor: pointer; }

.benefits-table li:nth-child(1) { width: 20%; font-weight: 600; text-align: left; }

.benefits-table li.li-full { width: 70%; margin: 0 auto; }

.benefits-table li.table-icon--cross { font-size: 28px; color: #ff0000; }

.benefits-table li.table-icon--tick { font-size: 28px; color: #4bb543; }

.benefits-table select { height: 100%; padding-left: 37%; margin: 0; background-color: transparent; background-image: url("../../../../images/icons/down-chev.svg") !important; border: 0; z-index: 2; }

@media (max-width: 1023px) { .benefits-table select { padding-left: 45.5%; } }

@media (max-width: 767px) { .benefits-table select { padding-left: 37%; } }

.benefits-table select.copay-select { padding-left: 41%; }

@media (max-width: 1023px) { .benefits-table select.copay-select { padding-left: 45.5%; } }

@media (max-width: 767px) { .benefits-table select.copay-select { padding-left: 40%; } }

.benefits-table .bt-plan-titles { position: relative; }

.benefits-table .bt-plan-titles.fixed { position: fixed; top: 52px; width: 95%; background-color: #fff; z-index: 3; }

.benefits-table .bt-plan-titles .plan-title-supplementary { padding: 20px 10px; font-size: 22px; line-height: 1; font-weight: 500; }

@media (max-width: 1023px) { .benefits-table .bt-plan-titles .plan-title-supplementary { font-size: 18px; } }

@media (max-width: 767px) { .benefits-table .bt-plan-titles .plan-title-supplementary { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; width: 100%; padding: 0px 35px 10px; text-align: center; } }

.benefits-table .bt-plan-titles li { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; padding: 10px 0 20px; margin: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; border: 2px solid transparent; -webkit-transition: .5s ease; -o-transition: .5s ease; -moz-transition: .5s ease; transition: .5s ease; }

@media (max-width: 767px) { .benefits-table .bt-plan-titles li { display: none; } }

@media (max-width: 1023px) { .benefits-table .bt-plan-titles li.active { border: 2px solid #003346; } }

.benefits-table .bt-plan-titles span { margin-top: 10px; }

.benefits-table ul.bt-plan-items li { padding: 20px 10px; }

.benefits-table ul.bt-plan-items--price { background-color: transparent; }

@media (max-width: 1023px) { .benefits-table ul.bt-plan-items .plan-benefit { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; width: 50%; }
  .benefits-table ul.bt-plan-items li { display: none; width: 50%; }
  .benefits-table ul.bt-plan-items li.active { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }
  .benefits-table ul.bt-plan-items--price { display: none; }
  .benefits-table ul.bt-plan-items--price.active { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; } }

@media (max-width: 767px) { .benefits-table ul.bt-plan-items li { -webkit-box-align: start; -webkit-align-items: flex-start; -moz-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding: 10px; text-align: left; line-height: 20px; }
  .benefits-table ul.bt-plan-items li.centred-mobile { -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; } }

.benefits-table .bt-plan-price.active { color: #fff; background-color: #4bb543; }

.benefits-table .benefits-table-highlighter { position: absolute; top: 0; bottom: 0; left: 20%; display: block; width: 16%; border: 2px solid #003346; -webkit-transition: .5s ease; -o-transition: .5s ease; -moz-transition: .5s ease; transition: .5s ease; z-index: 2; }

@media (max-width: 1023px) { .benefits-table .benefits-table-highlighter { display: none; } }

.benefits-table .plan-benefit { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -moz-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.benefits-table .plan-benefit span { display: block; margin-top: 5px; font-size: 14px; line-height: 16px; font-weight: 500; }

.addons-title { margin-top: 20px; font-size: 22px; color: #003346; }

@media (max-width: 1023px) { .addons-title { margin-top: 35px; } }

.add-on-wrapper { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media (max-width: 767px) { .add-on-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.addon-item { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; width: 19%; padding: 20px 0; font-size: 16px; font-weight: 600; text-align: center; color: #003346; border: 1px solid #003346; -webkit-transition: .25s ease; -o-transition: .25s ease; -moz-transition: .25s ease; transition: .25s ease; cursor: pointer; }

@media (max-width: 1439px) { .addon-item { padding: 10px; } }

@media (max-width: 767px) { .addon-item { width: 100%; margin-bottom: 10px; }
  .addon-item:last-child { margin-bottom: 0; } }

.addon-item:hover { color: #fff; background-color: #53d0ff; border-color: #53d0ff; }

.addon-item.addon-selected { color: #fff; background-color: #00abec; border-color: #00abec; }

.addon-item.addon-selected:hover { background-color: #0086b9; }

.addon-item.disabled { color: #fff; background-color: #85d7f6 !important; border-color: #85d7f6 !important; }

.modal-window { display: none; position: fixed; top: 50%; left: 0; right: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 90%; max-width: 500px; padding: 30px 20px; margin: 0 auto; background-color: #fff; border: 1px solid #003346; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); z-index: 12345678; }

.modal-window svg { position: absolute; top: 22px; right: 20px; cursor: pointer; }

.modal-window svg:hover { fill: red; }

.modal-window h3 { margin: 0 0 20px; font-size: 22px; color: #003346; }

.modal-window p { margin: 20px 0; line-height: 1.45; }

.modal-window .addon-labels-container { -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.modal-window .addon-labels-container .label-container { position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; height: 25px; padding-left: 35px; margin-bottom: 12px; font-size: 22px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.modal-window .addon-labels-container input { position: absolute; width: 0; height: 0; opacity: 0; cursor: pointer; }

.modal-window .addon-labels-container .checkmark { position: absolute; top: 0; left: 0; height: 25px; width: 25px; background-color: #eee; }

.modal-window .addon-labels-container .label-container:hover input ~ .checkmark { background-color: #ccc; }

.modal-window .addon-labels-container .label-container input:checked ~ .checkmark { background-color: #00abec; }

.modal-window .addon-labels-container .checkmark:after { content: ""; position: absolute; display: none; }

.modal-window .addon-labels-container .label-container input:checked ~ .checkmark:after { display: block; }

.modal-window .addon-labels-container .label-container .checkmark:after { left: 8px; top: 3px; width: 8px; height: 16px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.modal-background { display: none; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.15); cursor: pointer; z-index: 1234567; }

.modal-window__done { float: right; padding: 10px 20px; color: #fff; background-color: #003346; -webkit-transition: .25s ease; -o-transition: .25s ease; -moz-transition: .25s ease; transition: .25s ease; cursor: pointer; }

.modal-window__done:hover { background-color: #00abec; }

.short-plan-table .benefits-table li { width: 40%; }

@media (max-width: 767px) { .short-plan-table .benefits-table li { width: 50%; } }

.short-plan-table .benefits-table li:nth-child(1) { width: 20%; }

@media (max-width: 767px) { .short-plan-table .benefits-table li:nth-child(1) { width: 50%; } }

@media (max-width: 767px) { .short-plan-table .benefits-table .bt-plan-titles .plan-title-supplementary { width: 100%; } }

.short-plan-table .benefits-table-highlighter { width: 40%; }

.short-plan-table .plan-titles-highlighter { width: 40%; }

.quote-summary-wrapper { position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

.quote-summary-table { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; background: #fff; z-index: 2; }

@media (max-width: 767px) { .quote-summary-table { width: 100%; } }

.quote-row { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

@media (max-width: 767px) { .quote-row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-flow: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-flow: column; flex-flow: column; } }

.quote-row:nth-child(even) { background-color: #d9f2fc; }

.quote-row.selected { color: #fff; background-color: #003346; }

.quote-row.selected svg { fill: #fff; }

.quote-row svg { min-width: 18px; fill: #003346; -webkit-transition: .25s linear; -o-transition: .25s linear; -moz-transition: .25s linear; transition: .25s linear; }

.selected.quote-row svg { fill: #fff; -webkit-transform: rotateZ(-90deg); -moz-transform: rotateZ(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotateZ(-90deg); transform: rotateZ(-90deg); }

@media (max-width: 767px) { .selected.quote-row svg { -webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); -ms-transform: rotate(180deg); -o-transform: rotateZ(180deg); transform: rotateZ(180deg); } }

.quote-row--selectable { cursor: pointer; }

.quote-row--selectable:hover { color: #fff; background-color: #003346; }

.quote-row--selectable:hover svg { fill: #fff; -webkit-transform: rotateZ(-90deg); -moz-transform: rotateZ(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotateZ(-90deg); transform: rotateZ(-90deg); }

@media (max-width: 767px) { .quote-row--selectable:hover svg { -webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); -ms-transform: rotate(180deg); -o-transform: rotateZ(180deg); transform: rotateZ(180deg); } }

.quote-row--bold { padding: 10px 0; font-weight: 600; }

.quote-row__title { width: 100%; padding: 10px 20px 2px 10px; }

@media (max-width: 767px) { .quote-row__title { width: 100%; word-break: break-word; -webkit-box-pack: end; -webkit-justify-content: flex-end; -moz-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; font-weight: 600; } }

.quote-row__title--bold { font-weight: 600; }

.quote-row__item { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; padding: 10px 20px; }

@media (max-width: 767px) { .quote-row__item { -webkit-box-align: start; -webkit-align-items: flex-start; -moz-box-align: start; -ms-flex-align: start; align-items: flex-start; width: 100%; word-break: break-word; -webkit-box-pack: end; -webkit-justify-content: flex-end; -moz-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding: 2px 10px 10px 40px; }
  .quote-row__item span { padding-right: 10px; }
  .quote-row__item span#installments-surcharge { padding: 0; }
  .quote-row__item span#total-premium { padding: 0; } }

.quote-summary-text { position: relative; width: 40%; padding: 0 20px; margin-left: -40%; border: 1px solid #003346; -webkit-transition: .2s linear; -o-transition: .2s linear; -moz-transition: .2s linear; transition: .2s linear; z-index: 1; }

@media (max-width: 767px) { .quote-summary-text { position: absolute; width: 100%; margin-left: 0; background-color: #fff; } }

.quote-summary-text__close-icon { position: absolute; top: 19px; right: 0; fill: #003346; cursor: pointer; }

.quote-summary-text__close-icon:hover { fill: #ff0000; }

.quote-summary-text__item { position: -webkit-sticky; position: sticky; top: 0; display: none; }

@media (max-width: 767px) { .quote-summary-text__item { padding-bottom: .75em; } }

.quote-summary-text__item h3 { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; padding-top: 1em; margin-top: 0; }

.quote-summary-text__item h3 span { margin-left: 5px; }

.quote-summary-text__item span { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.quote-summary-text__item p span { display: inline; }

.quote-summary-text__item img { width: 30px; margin-left: 5px; }

.quote-summary-text__item a { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; padding: 10px; margin: 10px 0 0; font-size: 22px; line-height: 22px; color: #003346 !important; border: 1px solid #003346; text-decoration: none; -webkit-transition: .25s linear; -o-transition: .25s linear; -moz-transition: .25s linear; transition: .25s linear; cursor: pointer; }

@media (max-width: 1023px) { .quote-summary-text__item a { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; font-size: 17px; } }

.quote-summary-text__item a:hover { color: #fff !important; background-color: #00abec; border: 1px solid #00abec; }

.quote-summary-text__item input, .quote-summary-text__item select { height: 40px; margin: 0 auto 10px; }

.quote-summary-text .change-quote-options { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.quote-summary-text .change-quote-options span { width: 100%; padding: 5px 10px; margin-bottom: 10px; font-size: 22px; border: 1px solid #003346; cursor: pointer; }

@media (max-width: 1023px) { .quote-summary-text .change-quote-options span { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; font-size: 17px; } }

@media (max-width: 767px) { .quote-summary-text .change-quote-options span { font-size: 20px; } }

.quote-summary-text .change-quote-options span img { margin: 0 5px 0 0; }

.quote-summary-text .change-quote-options span p { display: inline-block; padding: 0; margin: 0 0 0 auto; border: none; }

.quote-summary-text .change-quote-options span p:hover { background-color: transparent; }

.quote-summary-text .change-quote-options span.selected { color: #fff; background-color: #00abec; border: 1px solid #00abec; cursor: default; }

.quote-summary-text .change-quote-options span.selected:hover { background-color: #00abec; }

.quote-summary-text .change-quote-options span.not-selectable { cursor: default; }

.quote-summary-text .change-quote-options span.not-selectable:hover { background-color: #fff; }

.quote-summary-text .change-quote-options span:hover { background-color: #b9ecff; }

.quote-summary-text .additional-person { padding: 20px 10px; border: 1px solid #003346; }

.quote-summary-text .additional-person .radio-container { height: 40px; }

@media (max-width: 1023px) { .quote-summary-text .additional-person .person-info__height, .quote-summary-text .additional-person .person-info__weight { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 10px; }
  .quote-summary-text .additional-person .person-info__height input, .quote-summary-text .additional-person .person-info__weight input { margin-bottom: 0; }
  .quote-summary-text .additional-person .person-info__height .radio-container, .quote-summary-text .additional-person .person-info__weight .radio-container { width: 100%; }
  .quote-summary-text .additional-person .person-info__height .radio-container label, .quote-summary-text .additional-person .person-info__weight .radio-container label { width: 50%; border-left: 1px solid #e0e0e0; } }

.quote-summary-text input[type=submit] { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: auto; padding: 10px; margin: 10px 0; font-size: 22px; color: #003346; background-color: #fff; border: 1px solid #003346; text-decoration: none; -webkit-transition: .25s linear; -o-transition: .25s linear; -moz-transition: .25s linear; transition: .25s linear; cursor: pointer; -webkit-appearance: none; }

@media (max-width: 1023px) { .quote-summary-text input[type=submit] { font-size: 17px; } }

.quote-summary-text input[type=submit]:hover { color: #fff; background-color: #00abec; border-color: #00abec; }

.quote-summary-text .policy-addon-person-wrapper { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.quote-summary-text .policy-addon-person { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; padding: 10px; margin-bottom: 15px; border: 1px solid #003346; }

.quote-summary-text .policy-addon-person__name { margin-bottom: 5px; }

.quote-summary-text .policy-addon-person__addons { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; width: 100%; }

.quote-summary-text .policy-addon-person__addons .svg__accident--1, .quote-summary-text .policy-addon-person__addons .svg__travel--1, .quote-summary-text .policy-addon-person__addons .svg__dental--1, .quote-summary-text .policy-addon-person__addons .svg__vision--1 { fill: #aaa; -webkit-transition: .25s ease; -o-transition: .25s ease; -moz-transition: .25s ease; transition: .25s ease; }

.quote-summary-text .policy-addon-person__addons div { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; width: 25%; margin: 10px 0; text-align: center; cursor: pointer; }

@media (max-width: 1023px) { .quote-summary-text .policy-addon-person__addons div { width: 50%; margin: 5px 0; } }

.quote-summary-text .policy-addon-person__addons div:hover .svg__accident--1, .quote-summary-text .policy-addon-person__addons div:hover .svg__travel--1, .quote-summary-text .policy-addon-person__addons div:hover .svg__dental--1, .quote-summary-text .policy-addon-person__addons div:hover .svg__vision--1 { fill: #00abec; }

.quote-summary-text .policy-addon-person__addons div P { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; height: 30px; margin-top: 10px; }

.quote-summary-text .policy-addon-person__addons div.selected .svg__accident--1, .quote-summary-text .policy-addon-person__addons div.selected .svg__travel--1, .quote-summary-text .policy-addon-person__addons div.selected .svg__dental--1, .quote-summary-text .policy-addon-person__addons div.selected .svg__vision--1 { fill: #00abec; }

.quote-summary-text .policy-addon-person__addons svg { width: 50px; }

.quote-summary-text .policy-addon-person__addons p { margin: 0; font-size: 12px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.quote-plan__table { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.quote-plan__table img { height: 19px; margin-left: 5px; }

.removable-person { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.removable-person:hover { fill: red; }

.declaration-text { margin-top: 70px; }

@media (max-width: 767px) { .declaration-text { margin-top: 30px; } }

.declaration-text h3 { font-size: 22px; color: #003346; }

.declaration-text p { font-size: 16px; line-height: 1.45; color: #003346; }

.expiration-date { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; margin-top: 5px; }

.card-type { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 30px; }

@media (max-width: 767px) { .card-type { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; } }

.card-type input[type="radio"] { display: none; }

.card-type input[type="radio"]:checked + label { color: #fff; background: #00abec; }

.card-type label { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: 60px; font-size: 16px; border: 1px solid #e0e0e0; border-right: 0; cursor: pointer; }

@media (max-width: 767px) { .card-type label { width: 50%; text-align: center; }
  .card-type label:nth-of-type(1) { border-bottom: 0; }
  .card-type label:nth-of-type(2) { border-right: 1px solid #e0e0e0; border-bottom: 0; } }

.card-type label:last-of-type { border-right: 1px solid #e0e0e0; }

.card-type label:hover { background: #d9f2fc; }

#containerElement.container { max-width: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

.max-width-container--100 { width: 100%; }

.brand-background { background-color: #003346; }

/** SITE */
.rm-pd, .is-individual, .is-individual .is-individual-item, .is-individual .is-individual-item .radio, .is-individual .is-individual-item input, main, .sidebar-section, .quote-retrieve > .inner-retrieve:nth-child(1), .quote-retrieve > .inner-retrieve:nth-child(2), .hci-navigation, .home-widget .hci-thumb, .addon-widget .hci-thumb, .contact, .hci-faqs .nav-tabs, .faqs-sidebar, .imd-form-wrapper, .hci-testimonials > div, .our-policy, .our-policy .wrapper > div, .our-policy .wrapper > div > .head, .our-policy .wrapper > div > .head > img, .join-the-team, .join-the-team > div, .join-the-team > div > div, .join-the-team > div > div .join-details, .medical-insurance-quote .quote-section .quote-retrieve, .medical-insurance-plan .quote-section .quote-retrieve, .medical-insurance-quote .quote-section .quote-retrieve > p, .medical-insurance-plan .quote-section .quote-retrieve > p, .medical-insurance-quote .quote-section .quote-retrieve > div, .medical-insurance-plan .quote-section .quote-retrieve > div, .student-insurance-quote .quote-section .quote-retrieve, .student-insurance-plan .quote-section .quote-retrieve, .student-insurance-quote .quote-section .quote-retrieve > p, .student-insurance-plan .quote-section .quote-retrieve > p, .student-insurance-quote .quote-section .quote-retrieve > div, .student-insurance-plan .quote-section .quote-retrieve > div, .life-insurance-quote .quote-section .quote-retrieve, .life-insurance-plan .quote-section .quote-retrieve, .life-insurance-quote .quote-section .quote-retrieve > p, .life-insurance-plan .quote-section .quote-retrieve > p, .life-insurance-quote .quote-section .quote-retrieve > div, .life-insurance-plan .quote-section .quote-retrieve > div, .travel-insurance-quote .quote-section .quote-retrieve, .travel-insurance-plan .quote-section .quote-retrieve, .travel-insurance-quote .quote-section .quote-retrieve > p, .travel-insurance-plan .quote-section .quote-retrieve > p, .travel-insurance-quote .quote-section .quote-retrieve > div, .travel-insurance-plan .quote-section .quote-retrieve > div, .medical-insurance-plan .quote-section .wrapper, .medical-insurance-plan .quote-section .customise, .medical-insurance-plan .quote-section .customise > div, .medical-insurance-plan .quote-section .excess, .medical-insurance-plan .quote-section .add-ons, .medical-insurance-plan .quote-section .add-ons .row, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper, .medical-insurance-plan .quote-section .add-ons .row .wrapper, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .wrapper, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .wrapper, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .wrapper, .medical-insurance-plan .sidebar-section > div h1, .medical-insurance-plan .sidebar-section > div h2, .medical-insurance-plan .sidebar-section > div h3, .medical-insurance-plan .sidebar-section > div h4, .medical-insurance-plan .sidebar-section > div h5, .medical-insurance-plan .sidebar-section > div h6, .medical-insurance-plan .health, .medical-insurance-plan .health .health-type, .medical-insurance-plan .health .health-condition-form, .medical-insurance-plan .health-answers .health-answer-item, .medical-insurance-plan .error, .premium-overview, .premium-overview .item-12, .premium-overview .item-6, .sidebar-info .plan-chosen, .sidebar-info div > a, .sidebar-info .fixed-links a, .sidebar-info .policy-nav p { padding: 0px; }

.rm-mg, .is-individual .is-individual-item .radio { margin: 0px; }

.mg-btm-20 { margin-bottom: 20px; }

.mg-btm-10 { margin-bottom: 10px; }

.form-control, .security-login input[type='text'], .security-login input[type='password'], .security-register input[type='text'], .security-register input[type='password'] { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }

.phone-inline select { font-size: 12px; margin: 0px; display: inline; }

.phone-inline input[type="text"] { font-size: 12px; display: inline; }

.dob-inline select { display: inline-block; margin: 0px; }

.dob-inline select:nth-child(1) { width: 25%; }

.dob-inline select:nth-child(2) { width: 40%; }

.dob-inline select:nth-child(3) { width: 32%; }

select { -webkit-appearance: none; -webkit-border-radius: 0px; background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="50" viewBox="0 0 24 24" width="50"><path fill="#333333" d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z"></path></svg>') !important; background-repeat: no-repeat; -webkit-background-size: 20px 20px; -moz-background-size: 20px; background-size: 20px; background-position: right 10px center; }

.material-icons, .is-individual .is-individual-item.active > span > i, .tab-content .tab-pane .faq-item .faq-heading:after { 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. */ -webkit-font-feature-settings: 'liga'; -moz-font-feature-settings: 'liga'; font-feature-settings: 'liga'; }

.material-icons.disabled, .is-individual .is-individual-item.active > span > i.disabled, .tab-content .tab-pane .faq-item .disabled.faq-heading:after { color: rgba(153, 152, 156, 0.4); }

.bare-btn, .hci-alt-white-btn, .hci-white-btn, .hci-alt-dark-blue-btn, .faqs-sidebar > .info > a, .hci-dark-blue-btn, .hci-alt-orange-btn, .hci-orange-btn, .hci-alt-green-btn, .join-the-team > div:first-child > div .join-btn-group > a:first-child, .hci-green-btn, .join-the-team > div:first-child > div .join-btn-group > a:nth-child(2), .hci-alt-cyan-btn, .quote-retrieve > .inner-retrieve > a, .hci-cyan-btn, .security-login input[type='submit'], .security-register input[type='submit'], .hci-alt-magenta-btn, .join-the-team > div:nth-child(2) > div .join-btn-group > a:first-child, .hci-magenta-btn, .hci-feedback-form > form .captcha-wrapper > button, .join-the-team > div:nth-child(2) > div .join-btn-group > a:nth-child(2), .hci-alt-orange_h-btn, .hci-orange_h-btn, .hci-alt-peach-btn, .hci-peach-btn, .contact .tab-content .tab-pane button, .imd-form-wrapper > .wrapper > .inner-wrapper .imd-form button, .medical-insurance-quote .sidebar-section .sidebar-info a.side-btn, .medical-insurance-plan .sidebar-section .sidebar-info a.side-btn, .medical-insurance-quote .sidebar-section .sidebar-info button, .medical-insurance-plan .sidebar-section .sidebar-info button, .student-insurance-quote .sidebar-section .sidebar-info a.side-btn, .student-insurance-plan .sidebar-section .sidebar-info a.side-btn, .student-insurance-quote .sidebar-section .sidebar-info button, .student-insurance-plan .sidebar-section .sidebar-info button, .life-insurance-quote .sidebar-section .sidebar-info a.side-btn, .life-insurance-plan .sidebar-section .sidebar-info a.side-btn, .life-insurance-quote .sidebar-section .sidebar-info button, .life-insurance-plan .sidebar-section .sidebar-info button, .travel-insurance-quote .sidebar-section .sidebar-info a.side-btn, .travel-insurance-plan .sidebar-section .sidebar-info a.side-btn, .travel-insurance-quote .sidebar-section .sidebar-info button, .travel-insurance-plan .sidebar-section .sidebar-info button { display: inline-block; border-width: 2px; border-style: solid; padding: 7px 25px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-transition: background-color .3s; -o-transition: background-color .3s; -moz-transition: background-color .3s; transition: background-color .3s; }

.bare-btn:hover, .hci-alt-white-btn:hover, .hci-white-btn:hover, .hci-alt-dark-blue-btn:hover, .faqs-sidebar > .info > a:hover, .hci-dark-blue-btn:hover, .hci-alt-orange-btn:hover, .hci-orange-btn:hover, .hci-alt-green-btn:hover, .join-the-team > div:first-child > div .join-btn-group > a:hover:first-child, .hci-green-btn:hover, .join-the-team > div:first-child > div .join-btn-group > a:hover:nth-child(2), .hci-alt-cyan-btn:hover, .quote-retrieve > .inner-retrieve > a:hover, .hci-cyan-btn:hover, .security-login input:hover[type='submit'], .security-register input:hover[type='submit'], .hci-alt-magenta-btn:hover, .join-the-team > div:nth-child(2) > div .join-btn-group > a:hover:first-child, .hci-magenta-btn:hover, .hci-feedback-form > form .captcha-wrapper > button:hover, .join-the-team > div:nth-child(2) > div .join-btn-group > a:hover:nth-child(2), .hci-alt-orange_h-btn:hover, .hci-orange_h-btn:hover, .hci-alt-peach-btn:hover, .hci-peach-btn:hover, .contact .tab-content .tab-pane button:hover, .imd-form-wrapper > .wrapper > .inner-wrapper .imd-form button:hover, .medical-insurance-quote .sidebar-section .sidebar-info a.side-btn:hover, .medical-insurance-plan .sidebar-section .sidebar-info a.side-btn:hover, .medical-insurance-quote .sidebar-section .sidebar-info button:hover, .medical-insurance-plan .sidebar-section .sidebar-info button:hover, .student-insurance-quote .sidebar-section .sidebar-info a.side-btn:hover, .student-insurance-plan .sidebar-section .sidebar-info a.side-btn:hover, .student-insurance-quote .sidebar-section .sidebar-info button:hover, .student-insurance-plan .sidebar-section .sidebar-info button:hover, .life-insurance-quote .sidebar-section .sidebar-info a.side-btn:hover, .life-insurance-plan .sidebar-section .sidebar-info a.side-btn:hover, .life-insurance-quote .sidebar-section .sidebar-info button:hover, .life-insurance-plan .sidebar-section .sidebar-info button:hover, .travel-insurance-quote .sidebar-section .sidebar-info a.side-btn:hover, .travel-insurance-plan .sidebar-section .sidebar-info a.side-btn:hover, .travel-insurance-quote .sidebar-section .sidebar-info button:hover, .travel-insurance-plan .sidebar-section .sidebar-info button:hover { text-decoration: none; }

.text-white { color: #fff; font: 700 14px "Montserrat", sans-serif; }

.border-white { border-color: #fff; }

.bg-white { background-color: #fff; }

.hci-alt-white-btn { color: #fff; border-color: #fff; border-width: 2px; background-color: inherit; font-size: 14px; -webkit-transition: background-color .3s; -o-transition: background-color .3s; -moz-transition: background-color .3s; transition: background-color .3s; }

.hci-alt-white-btn:hover { background-color: #fff !important; color: #fff; }

.hci-alt-white-btn:focus { outline: none; }

.hci-white-btn { color: #fff; background-color: #fff; padding: 3px 25px; border-width: 1px; border-color: #fff; font-size: 14px; -webkit-transition: background-color .3s; -o-transition: background-color .3s; -moz-transition: background-color .3s; transition: background-color .3s; }

.hci-white-btn:hover { background-color: white; border-color: white; color: #fff; }

.hci-white-btn:focus { outline: none; }

.text-dark-blue, .medical-insurance-plan .quote-section .add-ons .row .caption p, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .caption p, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .caption p, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .caption p { color: #003346; font: 700 14px "Montserrat", sans-serif; }

.border-dark-blue { border-color: #003346; }

.bg-dark-blue { background-color: #003346; }

.hci-alt-dark-blue-btn, .faqs-sidebar > .info > a { color: #003346; border-color: #003346; border-width: 2px; background-color: inherit; font-size: 14px; -webkit-transition: background-color .3s; -o-transition: background-color .3s; -moz-transition: background-color .3s; transition: background-color .3s; }

.hci-alt-dark-blue-btn:hover, .faqs-sidebar > .info > a:hover { background-color: #003346 !important; color: #fff; }

.hci-alt-dark-blue-btn:focus, .faqs-sidebar > .info > a:focus { outline: none; }

.hci-dark-blue-btn { color: #fff; background-color: #003346; padding: 3px 25px; border-width: 1px; border-color: #003346; font-size: 14px; -webkit-transition: background-color .3s; -o-transition: background-color .3s; -moz-transition: background-color .3s; transition: background-color .3s; }

.hci-dark-blue-btn:hover { background-color: #005879; border-color: #005879; color: #fff; }

.hci-dark-blue-btn:focus { outline: none; }

.text-orange { color: #f39412; font: 700 14px "Montserrat", sans-serif; }

.border-orange { border-color: #f39412; }

.bg-orange { background-color: #f39412; }

.hci-alt-orange-btn { color: #f39412; border-color: #f39412; border-width: 2px; background-color: inherit; font-size: 14px; -webkit-transition: background-color .3s; -o-transition: background-color .3s; -moz-transition: background-color .3s; transition: background-color .3s; }

.hci-alt-orange-btn:hover { background-color: #f39412 !important; color: #fff; }

.hci-alt-orange-btn:focus { outline: none; }

.hci-orange-btn { color: #fff; background-color: #f39412; padding: 3px 25px; border-width: 1px; border-color: #f39412; font-size: 14px; -webkit-transition: background-color .3s; -o-transition: background-color .3s; -moz-transition: background-color .3s; transition: background-color .3s; }

.hci-orange-btn:hover { background-color: #f5aa43; border-color: #f5aa43; color: #fff; }

.hci-orange-btn:focus { outline: none; }

.text-green { color: #84c14a; font: 700 14px "Montserrat", sans-serif; }

.border-green { border-color: #84c14a; }

.bg-green { background-color: #84c14a; }

.hci-alt-green-btn, .join-the-team > div:first-child > div .join-btn-group > a:first-child { color: #84c14a; border-color: #84c14a; border-width: 2px; background-color: inherit; font-size: 14px; -webkit-transition: background-color .3s; -o-transition: background-color .3s; -moz-transition: background-color .3s; transition: background-color .3s; }

.hci-alt-green-btn:hover, .join-the-team > div:first-child > div .join-btn-group > a:hover:first-child { background-color: #84c14a !important; color: #fff; }

.hci-alt-green-btn:focus, .join-the-team > div:first-child > div .join-btn-group > a:focus:first-child { outline: none; }

.hci-green-btn, .join-the-team > div:first-child > div .join-btn-group > a:nth-child(2) { color: #fff; background-color: #84c14a; padding: 3px 25px; border-width: 1px; border-color: #84c14a; font-size: 14px; -webkit-transition: background-color .3s; -o-transition: background-color .3s; -moz-transition: background-color .3s; transition: background-color .3s; }

.hci-green-btn:hover, .join-the-team > div:first-child > div .join-btn-group > a:hover:nth-child(2) { background-color: #9ece70; border-color: #9ece70; color: #fff; }

.hci-green-btn:focus, .join-the-team > div:first-child > div .join-btn-group > a:focus:nth-child(2) { outline: none; }

.text-cyan { color: #00adee; font: 700 14px "Montserrat", sans-serif; }

.border-cyan { border-color: #00adee; }

.bg-cyan { background-color: #00adee; }

.hci-alt-cyan-btn, .quote-retrieve > .inner-retrieve > a { color: #00adee; border-color: #00adee; border-width: 2px; background-color: inherit; font-size: 14px; -webkit-transition: background-color .3s; -o-transition: background-color .3s; -moz-transition: background-color .3s; transition: background-color .3s; }

.hci-alt-cyan-btn:hover, .quote-retrieve > .inner-retrieve > a:hover { background-color: #00adee !important; color: #fff; }

.hci-alt-cyan-btn:focus, .quote-retrieve > .inner-retrieve > a:focus { outline: none; }

.hci-cyan-btn, .security-login input[type='submit'], .security-register input[type='submit'] { color: #fff; background-color: #00adee; padding: 3px 25px; border-width: 1px; border-color: #00adee; font-size: 14px; -webkit-transition: background-color .3s; -o-transition: background-color .3s; -moz-transition: background-color .3s; transition: background-color .3s; }

.hci-cyan-btn:hover, .security-login input:hover[type='submit'], .security-register input:hover[type='submit'] { background-color: #22c3ff; border-color: #22c3ff; color: #fff; }

.hci-cyan-btn:focus, .security-login input:focus[type='submit'], .security-register input:focus[type='submit'] { outline: none; }

.text-magenta { color: #a42789; font: 700 14px "Montserrat", sans-serif; }

.border-magenta { border-color: #a42789; }

.bg-magenta { background-color: #a42789; }

.hci-alt-magenta-btn, .join-the-team > div:nth-child(2) > div .join-btn-group > a:first-child { color: #a42789; border-color: #a42789; border-width: 2px; background-color: inherit; font-size: 14px; -webkit-transition: background-color .3s; -o-transition: background-color .3s; -moz-transition: background-color .3s; transition: background-color .3s; }

.hci-alt-magenta-btn:hover, .join-the-team > div:nth-child(2) > div .join-btn-group > a:hover:first-child { background-color: #a42789 !important; color: #fff; }

.hci-alt-magenta-btn:focus, .join-the-team > div:nth-child(2) > div .join-btn-group > a:focus:first-child { outline: none; }

.hci-magenta-btn, .hci-feedback-form > form .captcha-wrapper > button, .join-the-team > div:nth-child(2) > div .join-btn-group > a:nth-child(2) { color: #fff; background-color: #a42789; padding: 3px 25px; border-width: 1px; border-color: #a42789; font-size: 14px; -webkit-transition: background-color .3s; -o-transition: background-color .3s; -moz-transition: background-color .3s; transition: background-color .3s; }

.hci-magenta-btn:hover, .hci-feedback-form > form .captcha-wrapper > button:hover, .join-the-team > div:nth-child(2) > div .join-btn-group > a:hover:nth-child(2) { background-color: #cd31ab; border-color: #cd31ab; color: #fff; }

.hci-magenta-btn:focus, .hci-feedback-form > form .captcha-wrapper > button:focus, .join-the-team > div:nth-child(2) > div .join-btn-group > a:focus:nth-child(2) { outline: none; }

.text-orange_h { color: #CE800E; font: 700 14px "Montserrat", sans-serif; }

.border-orange_h { border-color: #CE800E; }

.bg-orange_h { background-color: #CE800E; }

.hci-alt-orange_h-btn { color: #CE800E; border-color: #CE800E; border-width: 2px; background-color: inherit; font-size: 14px; -webkit-transition: background-color .3s; -o-transition: background-color .3s; -moz-transition: background-color .3s; transition: background-color .3s; }

.hci-alt-orange_h-btn:hover { background-color: #CE800E !important; color: #fff; }

.hci-alt-orange_h-btn:focus { outline: none; }

.hci-orange_h-btn { color: #fff; background-color: #CE800E; padding: 3px 25px; border-width: 1px; border-color: #CE800E; font-size: 14px; -webkit-transition: background-color .3s; -o-transition: background-color .3s; -moz-transition: background-color .3s; transition: background-color .3s; }

.hci-orange_h-btn:hover { background-color: #f09b1f; border-color: #f09b1f; color: #fff; }

.hci-orange_h-btn:focus { outline: none; }

.text-peach { color: #ef804a; font: 700 14px "Montserrat", sans-serif; }

.border-peach { border-color: #ef804a; }

.bg-peach { background-color: #ef804a; }

.hci-alt-peach-btn { color: #ef804a; border-color: #ef804a; border-width: 2px; background-color: inherit; font-size: 14px; -webkit-transition: background-color .3s; -o-transition: background-color .3s; -moz-transition: background-color .3s; transition: background-color .3s; }

.hci-alt-peach-btn:hover { background-color: #ef804a !important; color: #fff; }

.hci-alt-peach-btn:focus { outline: none; }

.hci-peach-btn { color: #fff; background-color: #ef804a; padding: 3px 25px; border-width: 1px; border-color: #ef804a; font-size: 14px; -webkit-transition: background-color .3s; -o-transition: background-color .3s; -moz-transition: background-color .3s; transition: background-color .3s; }

.hci-peach-btn:hover { background-color: #f3a179; border-color: #f3a179; color: #fff; }

.hci-peach-btn:focus { outline: none; }

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .addon-widget .hci-thumb, .col-lg-5ths { position: relative; min-height: 1px; }

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

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

@media (min-width: 992px) { .col-md-5ths, .addon-widget .hci-thumb { width: 20%; float: left; } }

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

.radio-slider { margin: 0 auto; margin-left: 4px; width: 92px; height: 34px; border: 1px solid #00adee; }

.radio-slider .switch { position: relative; width: 100px; height: 100%; margin: 0px; }

.radio-slider .switch label { position: relative; z-index: 2; float: left; width: 45px; line-height: 30px; font: 400 16px "Montserrat", sans-serif; color: #00adee; font-weight: bold; text-align: center; padding: 5px 10px; cursor: pointer; margin: 0px; }

.radio-slider .switch label:active { color: #fff; }

.radio-slider .switch input:not(:checked) + label { color: #00adee; }

.radio-slider .switch input { display: none; }

.radio-slider .switch input:checked + label { color: #fff; text-shadow: 0 1px rgba(255, 255, 255, 0.25); -webkit-transition: 0.15s ease-out; -moz-transition: 0.15s ease-out; -o-transition: 0.15s ease-out; transition: 0.15s ease-out; -webkit-transition-property: color, text-shadow; -moz-transition-property: color, text-shadow; -o-transition-property: color, text-shadow; transition-property: color, text-shadow; }

.radio-slider .switch input:checked + .switch-label-on ~ .switch-selection { left: 44px; }

.radio-slider .switch .switch-selection { position: absolute; z-index: 1; top: 0; left: 0; display: block; width: 45px; height: 32.99px; background-color: #00adee; -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2); -webkit-transition: left 0.15s ease-out; -moz-transition: left 0.15s ease-out; -o-transition: left 0.15s ease-out; transition: left 0.15s ease-out; }

.is-individual { border: 1px solid #A42789; margin-bottom: 70px; height: 47px !important; }

.is-individual .is-individual-item { padding: 0px; position: relative; }

.is-individual .is-individual-item label { font: 700 28px "Montserrat", sans-serif; color: #A42789; margin: 0px; padding-left: 60px !important; z-index: 1; }

.is-individual .is-individual-item label:before { top: 50%; left: 0; -webkit-transform: translate(30%, -40%); -moz-transform: translate(30%, -40%); -ms-transform: translate(30%, -40%); -o-transform: translate(30%, -40%); transform: translate(30%, -40%); padding: 25px 0px; position: absolute; display: inline-block; width: 50px; height: 50px; content: ""; -webkit-background-size: 40px 40px; -moz-background-size: 40px; background-size: 40px; background-repeat: no-repeat; }

.is-individual .is-individual-item > span { position: absolute; top: 50%; right: 0px; -webkit-transform: translate(-15%, -50%); -moz-transform: translate(-15%, -50%); -ms-transform: translate(-15%, -50%); -o-transform: translate(-15%, -50%); transform: translate(-15%, -50%); }

.is-individual .is-individual-item > span > span { display: inline-block; padding: 7px 25px; border: 1px solid #A42789; color: #A42789; font: 700 14px "Montserrat", sans-serif; }

.is-individual .is-individual-item > span > i { padding: 7px 40px; display: none; font-size: 20px; }

.is-individual .is-individual-item.active { background-color: #A42789; }

.is-individual .is-individual-item.active label { color: #fff; }

.is-individual .is-individual-item.active > span > span { display: none; }

.is-individual .is-individual-item.active > span > i { color: #fff; }

.is-individual .is-individual-item:nth-child(1) label:before { background-image: url("http://127.0.0.1:8000/img/icons/plans/OC_HCI_website-asset_icon_student-plans_Individual-positive_v1@2x.png"); }

.is-individual .is-individual-item:nth-child(1).active label:before { background-image: url("http://127.0.0.1:8000/img/icons/plans/OC_HCI_website-asset_icon_student-plans_Individual-negative_v1@2x.png"); }

.is-individual .is-individual-item:nth-child(2) label:before { background-image: url("http://127.0.0.1:8000/img/icons/plans/OC_HCI_website-asset_icon_student-plans_Family-positive_v1@2x.png"); }

.is-individual .is-individual-item:nth-child(2).active label:before { background-image: url("http://127.0.0.1:8000/img/icons/plans/OC_HCI_website-asset_icon_student-plans_Family-negative_v1@2x.png"); }

.home-select { -webkit-appearance: none; -webkit-border-radius: 0px; border: none; background-color: transparent; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; padding: 7px 0px; font: 300 15px "Montserrat", sans-serif !important; color: #666; }

.home-select:focus { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

/* GENERAL STYLE RULES @author HCI @see https://www.hciexpatinsurance.com @version 3.0 */
/* GENERAL */
html { scroll-behavior: smooth; }

html, body { display: block !important; background-color: #f3f1f3; font: 12px "Montserrat", "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif; color: #003346; line-height: 1.2em; }

.generalContainer { width: 90%; max-width: 1200px; margin: 0 auto; padding-top: 20px; }

/* HEADINGS */
h1, h2, h3, h4, h5, h6 { font-family: "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; font-weight: normal !important; color: #003346; margin: 0; }

h1 { font-size: 36px; }

h1.standardPage { color: white; }

@media (max-width: 767px) { h1 { font-size: 28px; } }

h2 { font-size: 28px; margin-bottom: 24px; }

h2.standardPage { color: white; font-family: "IskraLAT-Light", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-bottom: 0; }

h2.boxed { color: white; font-size: 18px; }

@media (max-width: 576px) { h2 { font-size: 22px; } }

h3 { font-size: 22px; margin-bottom: 10px; }

@media (max-width: 576px) { h3 { font-size: 18px; } }

h6 { font: 14px "Montserrat", "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif; font-weight: bold !important; }

.titleImage { width: 40px; margin-right: 15px; }

.smallTitleImage, .tableIcon { width: 25px; margin-right: 8px; }

.tableIcon { margin: 3px 0; }

.heading, .intro { width: 90%; max-width: 1200px; margin: 0 auto; }

.heading.standardPage { margin: 30px 0 20px; }

/* CONTENT BLOCKS */
article { margin: 0; padding: 0; }

p { margin-bottom: 15px; }

small { line-height: 1.2em; }

sup { top: 0 !important; font-size: 18px !important; }

.leadingParagraph { font: 20px "IskraLAT-Light", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif !important; }

.normalTitleText { font-family: "IskraLAT-Light", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; }

.centerContent { text-align: center; }

.rightAlignText { text-align: right; }

a { color: #00adee; text-decoration: none; }

a:hover { color: #003346; border-bottom: 1px dotted #00adee; text-decoration: none !important; }

a:active, a:focus { color: #00adee; text-decoration: none !important; }

/* DIVS */
/* Background Colours */
.backgroundWhite { background-color: #fff; }

.backgroundBlue { background-color: #003346; }

.backgroundCyan { background-color: #00adee; }

/* Image Backgrounds */
.imageDiv { background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; }

/* Text Colours */
.textWhite { color: #fff; }

.textBlue { color: #003346; }

/* BUTTONS AND HYPERLINKS AS BUTTONS */
.buttonGroup { margin-top: 40px; margin-bottom: 45px; }

.pseudoButton, .pseudoButtonSmall { cursor: pointer; }

.pseudoButton { -webkit-transition: all .25s ease; -o-transition: all .25s ease; -moz-transition: all .25s ease; transition: all .25s ease; }

.pseudoButton.blue { font: 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 10px; padding: 10px 20px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: #003346; color: white; }

.pseudoButton.blue:hover { text-decoration: none; }

.pseudoButton.cyan { font: 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 10px; padding: 10px 20px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: #00adee; color: white; }

.pseudoButton.cyan:hover { text-decoration: none; }

.pseudoButton.magenta { font: 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 10px; padding: 10px 20px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: #a42789; color: white; }

.pseudoButton.magenta:hover { text-decoration: none; }

.pseudoButton.green { font: 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 10px; padding: 10px 20px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: #84c14a; color: white; }

.pseudoButton.green:hover { text-decoration: none; }

.pseudoButton.orange { font: 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 10px; padding: 10px 20px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: #f39412; color: white; }

.pseudoButton.orange:hover { text-decoration: none; }

.pseudoButton.peach { font: 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 10px; padding: 10px 20px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: #ef804a; color: white; }

.pseudoButton.peach:hover { text-decoration: none; }

.pseudoButton.whiteOnTransparent { font: 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 10px; padding: 10px 20px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: transparent; color: #fff; border: 2px solid #fff; }

.pseudoButton.whiteOnTransparent:hover { text-decoration: none; }

.pseudoButton.whiteOnTransparent:hover, .pseudoButton.whiteOnTransparent:focus { background-color: #fff; color: black; }

.pseudoButton.whiteOnTransparent:hover else, .pseudoButton.whiteOnTransparent:focus else { color: white; }

.pseudoButton.blackOnTransparent { font: 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 10px; padding: 10px 20px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: transparent; color: #000; border: 2px solid #000; }

.pseudoButton.blackOnTransparent:hover { text-decoration: none; }

.pseudoButton.blackOnTransparent:hover, .pseudoButton.blackOnTransparent:focus { background-color: #000; }

.pseudoButton.blackOnTransparent:hover else, .pseudoButton.blackOnTransparent:focus else { color: white; }

.pseudoButton.whiteOnBlue, .home-widget .hci-thumb .caption > form > .form-group button { font: 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 10px; padding: 10px 20px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: white; color: #003346; border: 2px solid #003346; }

.pseudoButton.whiteOnBlue:hover, .home-widget .hci-thumb .caption > form > .form-group button:hover { text-decoration: none; }

.pseudoButton.whiteOnBlue:hover, .home-widget .hci-thumb .caption > form > .form-group button:hover, .pseudoButton.whiteOnBlue:focus, .home-widget .hci-thumb .caption > form > .form-group button:focus { background-color: #003346; color: white; }

.pseudoButton.whiteOnCyan { font: 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 10px; padding: 10px 20px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: white; color: #00adee; border: 2px solid #00adee; }

.pseudoButton.whiteOnCyan:hover { text-decoration: none; }

.pseudoButton.whiteOnCyan:hover, .pseudoButton.whiteOnCyan:focus { background-color: #00adee; color: white; }

.pseudoButton.whiteOnMagenta { font: 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 10px; padding: 10px 20px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: white; color: #a42789; border: 2px solid #a42789; }

.pseudoButton.whiteOnMagenta:hover { text-decoration: none; }

.pseudoButton.whiteOnMagenta:hover, .pseudoButton.whiteOnMagenta:focus { background-color: #a42789; color: white; }

.pseudoButton.whiteOnGreen { font: 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 10px; padding: 10px 20px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: white; color: #84c14a; border: 2px solid #84c14a; }

.pseudoButton.whiteOnGreen:hover { text-decoration: none; }

.pseudoButton.whiteOnGreen:hover, .pseudoButton.whiteOnGreen:focus { background-color: #84c14a; color: white; }

.pseudoButton.whiteOnOrange { font: 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 10px; padding: 10px 20px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: white; color: #f39412; border: 2px solid #f39412; }

.pseudoButton.whiteOnOrange:hover { text-decoration: none; }

.pseudoButton.whiteOnOrange:hover, .pseudoButton.whiteOnOrange:focus { background-color: #f39412; color: white; }

.pseudoButton.whiteOnPeach { font: 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 10px; padding: 10px 20px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: white; color: #ef804a; border: 2px solid #ef804a; }

.pseudoButton.whiteOnPeach:hover { text-decoration: none; }

.pseudoButton.whiteOnPeach:hover, .pseudoButton.whiteOnPeach:focus { background-color: #ef804a; color: white; }

.pseudoButton.large { font-size: 22px; width: 190px; height: 44px; margin-top: 15px; padding-top: 5px; padding-bottom: auto; }

.pseudoButtonSmall.blue { font: 14px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 0; padding: 5px 10px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: #003346; color: white; }

.pseudoButtonSmall.blue:hover { text-decoration: none; }

.pseudoButtonSmall.cyan { font: 14px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 0; padding: 5px 10px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: #00adee; color: white; }

.pseudoButtonSmall.cyan:hover { text-decoration: none; }

.pseudoButtonSmall.magenta { font: 14px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 0; padding: 5px 10px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: #a42789; color: white; }

.pseudoButtonSmall.magenta:hover { text-decoration: none; }

.pseudoButtonSmall.green { font: 14px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 0; padding: 5px 10px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: #84c14a; color: white; }

.pseudoButtonSmall.green:hover { text-decoration: none; }

.pseudoButtonSmall.orange { font: 14px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 0; padding: 5px 10px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: #f39412; color: white; }

.pseudoButtonSmall.orange:hover { text-decoration: none; }

.pseudoButtonSmall.peach { font: 14px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 0; padding: 5px 10px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: #ef804a; color: white; }

.pseudoButtonSmall.peach:hover { text-decoration: none; }

.pseudoButtonSmall.whiteOnTransparent { font: 14px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 0; padding: 5px 10px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: transparent; color: #fff; border: 2px solid #fff; }

.pseudoButtonSmall.whiteOnTransparent:hover { text-decoration: none; }

.pseudoButtonSmall.whiteOnTransparent:hover, .pseudoButtonSmall.whiteOnTransparent:focus { background-color: #fff; color: black; }

.pseudoButtonSmall.whiteOnTransparent:hover else, .pseudoButtonSmall.whiteOnTransparent:focus else { color: white; }

.pseudoButtonSmall.blackOnTransparent { font: 14px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 0; padding: 5px 10px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: transparent; color: #000; border: 2px solid #000; }

.pseudoButtonSmall.blackOnTransparent:hover { text-decoration: none; }

.pseudoButtonSmall.blackOnTransparent:hover, .pseudoButtonSmall.blackOnTransparent:focus { background-color: #000; }

.pseudoButtonSmall.blackOnTransparent:hover else, .pseudoButtonSmall.blackOnTransparent:focus else { color: white; }

.pseudoButtonSmall.whiteOnBlue { font: 14px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 0; padding: 5px 10px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: white; color: #003346; border: 2px solid #003346; }

.pseudoButtonSmall.whiteOnBlue:hover { text-decoration: none; }

.pseudoButtonSmall.whiteOnBlue:hover, .pseudoButtonSmall.whiteOnBlue:focus { background-color: #003346; color: white; }

.pseudoButtonSmall.whiteOnCyan { font: 14px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 0; padding: 5px 10px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: white; color: #00adee; border: 2px solid #00adee; }

.pseudoButtonSmall.whiteOnCyan:hover { text-decoration: none; }

.pseudoButtonSmall.whiteOnCyan:hover, .pseudoButtonSmall.whiteOnCyan:focus { background-color: #00adee; color: white; }

.pseudoButtonSmall.whiteOnMagenta { font: 14px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 0; padding: 5px 10px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: white; color: #a42789; border: 2px solid #a42789; }

.pseudoButtonSmall.whiteOnMagenta:hover { text-decoration: none; }

.pseudoButtonSmall.whiteOnMagenta:hover, .pseudoButtonSmall.whiteOnMagenta:focus { background-color: #a42789; color: white; }

.pseudoButtonSmall.whiteOnGreen { font: 14px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 0; padding: 5px 10px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: white; color: #84c14a; border: 2px solid #84c14a; }

.pseudoButtonSmall.whiteOnGreen:hover { text-decoration: none; }

.pseudoButtonSmall.whiteOnGreen:hover, .pseudoButtonSmall.whiteOnGreen:focus { background-color: #84c14a; color: white; }

.pseudoButtonSmall.whiteOnOrange { font: 14px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 0; padding: 5px 10px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: white; color: #f39412; border: 2px solid #f39412; }

.pseudoButtonSmall.whiteOnOrange:hover { text-decoration: none; }

.pseudoButtonSmall.whiteOnOrange:hover, .pseudoButtonSmall.whiteOnOrange:focus { background-color: #f39412; color: white; }

.pseudoButtonSmall.whiteOnPeach { font: 14px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 0; padding: 5px 10px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: white; color: #ef804a; border: 2px solid #ef804a; }

.pseudoButtonSmall.whiteOnPeach:hover { text-decoration: none; }

.pseudoButtonSmall.whiteOnPeach:hover, .pseudoButtonSmall.whiteOnPeach:focus { background-color: #ef804a; color: white; }

.pseudoButtonSmall.whiteOnColourEm { font: 14px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 0; padding: 5px 10px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: white; color: #b0bdc1; border: 2px solid #b0bdc1; }

.pseudoButtonSmall.whiteOnColourEm:hover { text-decoration: none; }

.pseudoButtonSmall.whiteOnColourEm:hover, .pseudoButtonSmall.whiteOnColourEm:focus { background-color: #b0bdc1; color: white; }

.pseudoButtonSmall.whiteOnColourStd { font: 14px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 0; padding: 5px 10px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: white; color: #7e9096; border: 2px solid #7e9096; }

.pseudoButtonSmall.whiteOnColourStd:hover { text-decoration: none; }

.pseudoButtonSmall.whiteOnColourStd:hover, .pseudoButtonSmall.whiteOnColourStd:focus { background-color: #7e9096; color: white; }

.pseudoButtonSmall.whiteOnColourPls { font: 14px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 0; padding: 5px 10px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: white; color: #58d3f9; border: 2px solid #58d3f9; }

.pseudoButtonSmall.whiteOnColourPls:hover { text-decoration: none; }

.pseudoButtonSmall.whiteOnColourPls:hover, .pseudoButtonSmall.whiteOnColourPls:focus { background-color: #58d3f9; color: white; }

.pseudoButtonSmall.whiteOnColourPrm { font: 14px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 0; padding: 5px 10px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: white; color: #00adee; border: 2px solid #00adee; }

.pseudoButtonSmall.whiteOnColourPrm:hover { text-decoration: none; }

.pseudoButtonSmall.whiteOnColourPrm:hover, .pseudoButtonSmall.whiteOnColourPrm:focus { background-color: #00adee; color: white; }

.pseudoButtonSmall.whiteOnColourExe { font: 14px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 0; padding: 5px 10px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: white; color: #005677; border: 2px solid #005677; }

.pseudoButtonSmall.whiteOnColourExe:hover { text-decoration: none; }

.pseudoButtonSmall.whiteOnColourExe:hover, .pseudoButtonSmall.whiteOnColourExe:focus { background-color: #005677; color: white; }

.buttonSpacing { margin-right: 10px !important; }

/* LISTS */
.list { list-style-type: none; margin: 0 0 15px; padding: 0; }

.list li { background-position: 0 -4px; -webkit-background-size: 24px 24px; -moz-background-size: 24px; background-size: 24px; background-repeat: no-repeat; margin-bottom: 8px; padding-left: 30px; }

.list.white li { background-image: url("../../../images/icons/symbol-tick-white.svg"); }

.list.blue li { background-image: url("../../../images/icons/symbol-tick-blue.svg"); }

.list.cyan li { background-image: url("../../../images/icons/symbol-tick-cyan.svg"); }

/* HYPERLINKS */
a { color: #00adee; }

a:hover { color: #00adee; text-decoration: underline; }

/* ACCORDIONS */
.accordion, .accordionPanel { width: 100%; }

.panelTab { font: 24px "IskraLAT-Light", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; padding: 10px 0; border-bottom: 1px solid #d8d7de; cursor: pointer; }

.panelTab.cyan { color: #00adee; }

.panelTab.orange { color: #f39412; }

.panelTab.magenta { color: #a42789; }

.panelTab > div { display: inline-block; }

.panelTab > div:first-child { width: 30px; height: 30px; background-color: #003346; font: "Montserrat", "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif; color: white; text-align: center; margin-right: 10px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

.panelContents { max-height: 0; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.1s; -o-transition: all 0.1s; -moz-transition: all 0.1s; transition: all 0.1s; }

.panelContents.open { max-height: 10000px; }

/* FORM GROUPS */
.formGroup-full, .formGroup-slightNarrow { padding: 20px 0 35px; }

.formGroup-full { width: 100%; }

.formGroup-slightNarrow { width: 80%; }

@media (max-width: 767px) { .formGroup-slightNarrow { width: 100%; } }

/* FORM CONTROLS */
/* Labels */
label { /*&.cyan { color: $cyan !important; } &.orange { color: $orange !important; } &.magenta { color: $magenta !important; }*/ }

/* Text Input */
.formControl, .formSelect { width: 100%; font-size: 14px !important; font-weight: 500 !important; color: #003346 !important; border: 1px solid; letter-spacing: -0.025em; margin-bottom: 10px; padding: 5px 10px; border-color: #003346; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; outline: none; }

.formControl::-webkit-input-placeholder, .formSelect::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #d8d7de; }

.formControl::-moz-placeholder, .formSelect::-moz-placeholder { /* Firefox 19+ */ color: #d8d7de; }

.formControl:-ms-input-placeholder, .formSelect:-ms-input-placeholder { /* IE 10+ */ color: #d8d7de; }

.formControl:-moz-placeholder, .formSelect:-moz-placeholder { /* Firefox 18- */ color: #d8d7de; }

@media (max-width: 767px) { .formControl, .formSelect { font-size: 18px !important; } }

.formControl.brandBlue, .brandBlue.formSelect { border-color: #003346; }

.formControl.cyan, .cyan.formSelect { border-color: #00adee; }

.formControl.magenta, .magenta.formSelect { border-color: #a42789; }

.formControl.green, .green.formSelect { border-color: #84c14a; }

.formControl.orange, .orange.formSelect { border-color: #f39412; }

.formControl.peach, .peach.formSelect { border-color: #ef804a; }

.formControl.white, .white.formSelect { border-color: #fff; }

/* Phone Number Special Text Input */
#appbundle_medical_quote_phone_number, #appbundle_life_quote_phone_number, #appbundle_student_quote_phone_number { height: 30px !important; padding: 5px 10px !important; margin-left: 0; }

.calendarDatePickInput { background-image: url("../../../../images/icons/icon_calendar_datepick.png"); -webkit-background-size: 15px 15px; -moz-background-size: 15px; background-size: 15px; background-position: right 10px center; background-repeat: no-repeat; }

input:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px #f3f1f3 inset; background-color: #f3f1f3 !important; }

.veryShortInput { display: block; width: 60px; }

.shortInput { display: block; width: 100px; }

.mediumInput { display: block; width: 250px; }

/* Dropdown */
.formSelect { height: 30px; }

.formSelect.brandBlue { border-bottom-color: #003346; }

.formSelect.cyan { border-bottom-color: #00adee; }

.formSelect.magenta { border-bottom-color: #a42789; }

.formSelect.green { border-bottom-color: #84c14a; }

.formSelect.orange { border-bottom-color: #f39412; }

.formSelect.peach { border-bottom-color: #ef804a; }

select { background-image: url("../../../../images/icons/icon_dropdown_arrow.png") !important; -webkit-background-size: 15px 15px; -moz-background-size: 15px; background-size: 15px; background-position: right 10px center; background-repeat: no-repeat; }

.flagThumbnail { width: 10px; }

.selectWithCountryFlag { position: relative; }

@media (max-width: 767px) { .selectWithCountryFlag { width: 84%; } }

.countryFlag { position: absolute; top: -2px; right: -40px; }

.countryFlag img { width: 30px; }

/* Date Picker */
.datepicker { border: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; z-index: 600000 !important; }

.datepicker td { width: 36px; text-align: right; }

.datepicker td.active { background-color: #003346; }

.datepicker .dow { width: 36px; color: #003346; }

.datepicker .dow:nth-child(7), .datepicker .dow:nth-child(8) { color: #00adee; }

.datepicker .cw { font-size: 9px; color: #d8d7de; }

.datepicker-dropdown:before { border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #999; }

.datepicker-dropdown.datepicker-orient-bottom:before { top: -10px; }

.datepicker-dropdown.datepicker-orient-left:before { left: 9px; }

.datepicker-dropdown:after { border-left: 9px solid transparent; border-right: 9px solid transparent; border-bottom: 9px solid #fff; }

.datepicker-dropdown.datepicker-orient-bottom:after { top: -9px; }

.datepicker-dropdown.datepicker-orient-left:after { left: 9px; }

.datepicker-switch { font-family: "Montserrat", "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif; font-size: 16px; color: #003346; padding: 12px 0 !important; }

.dropdown-menu { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

.datepicker table tr td.today, .datepicker table tr td.today:hover { background-color: #fff; background-image: none; border: 2px solid #00adee; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

.datepicker table tr td.active, .datepicker table tr td.active:hover { background-color: #00adee !important; background-image: none; /*image: linear-gradient(to bottom, $cyan, $brandBlue);*/ color: #fff; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

.datepicker table tr td.active.highlighted, .datepicker table tr td.active.highlighted:hover { background-color: #00adee !important; /*image: linear-gradient(to bottom, $cyan, $brandBlue);*/ color: #fff; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover { color: #d3d7dc; }

.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:hover { color: #bdedff; }

.datepicker table tr td.highlighted.disabled:hover { background-color: #fff; }

.datepicker table tr td.new.highlighted, .datepicker table tr td.new.highlighted:hover { color: #68d6ff; }

.datepicker table tr td.highlighted, .datepicker table tr td.highlighted:hover { background-color: #fff; background-image: none; color: #00adee; }

.datepicker table tr td.highlighted:hover { background-color: #eee; }

.datepicker table tr td.today:hover { background-color: #bdedff !important; }

.datepicker table tr th.today { padding: 10px 0; }

/* Radio Buttons */
input[type="radio"] { display: none; }

input[type="radio"] + label { color: #003346 !important; background-color: #fff; margin-left: 2px; padding: 10px; border: 1px solid #d8d7de; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; cursor: pointer; }

input[type="radio"] + label.cyan { color: #00adee !important; }

input[type="radio"] + label.orange { color: #f39412 !important; }

input[type="radio"] + label.magenta { color: #a42789 !important; }

input[type="radio"]:first-child + label { margin-left: 0; }

input[type="radio"]:checked + label { background-color: #003346; color: #fff !important; margin-left: 2px; padding: 10px; border: 1px solid #d8d7de; }

input[type="radio"]:checked + label.cyan { background-color: #00adee; border-color: #00adee; }

input[type="radio"]:checked + label.orange { background-color: #f39412; border-color: #f39412; }

input[type="radio"]:checked + label.magenta { background-color: #a42789; border-color: #a42789; }

.radioGroup { margin-left: 1px; }

/* Enhanced Radio Group */
.selectionByImage { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; margin-bottom: 20px; border: 1px solid; cursor: pointer; }

.selectionByImage > div { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; text-align: center; padding: 20px; }

.selectionByImage > div:first-child { border-right: 1px solid; }

.selectionByImage > div span { font-size: 40px; }

.selectionByImage > div .description { font-size: 10px; }

.selectionByImage.underwritingSelectionByImage > div { text-align: left; }

.selectionByImage.cyan { color: #00adee; border-color: #00adee; }

.selectionByImage.cyan > div:first-child { border-right-color: #00adee; }

.selectionByImage.cyan > div:hover, .selectionByImage.cyan > div.selected { background-color: #00adee; color: white; }

/* Range Input */
[type='range'] { -webkit-appearance: none; margin: 12px 0; width: 100%; border: 0; }

[type='range']:focus { outline: 0; }

[type='range']:focus::-webkit-slider-runnable-track { background: #09bcff; }

[type='range']:focus::-ms-fill-lower { background: #00adee; }

[type='range']:focus::-ms-fill-upper { background: #09bcff; }

[type='range']::-webkit-slider-runnable-track { cursor: pointer; height: 8px; -webkit-transition: all .2s ease; -o-transition: all .2s ease; -moz-transition: all .2s ease; transition: all .2s ease; width: 100%; -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2); box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2); background: #00adee; border: 0 solid #cfd8dc; -webkit-border-radius: 5px; border-radius: 5px; }

[type='range']::-webkit-slider-thumb { -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2); box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2); background: #00adee; border: 2px solid #fff; -webkit-border-radius: 12px; border-radius: 12px; cursor: pointer; height: 24px; width: 24px; -webkit-appearance: none; margin-top: -8px; }

[type='range']::-moz-range-track { cursor: pointer; height: 8px; -webkit-transition: all .2s ease; -o-transition: all .2s ease; -moz-transition: all .2s ease; transition: all .2s ease; width: 100%; -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2); box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2); background: #00adee; border: 0 solid #cfd8dc; -moz-border-radius: 5px; border-radius: 5px; }

[type='range']::-moz-range-thumb { -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2); box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2); background: #00adee; border: 2px solid #fff; -moz-border-radius: 12px; border-radius: 12px; cursor: pointer; height: 24px; width: 24px; }

[type='range']::-ms-track { cursor: pointer; height: 8px; -webkit-transition: all .2s ease; -o-transition: all .2s ease; -moz-transition: all .2s ease; transition: all .2s ease; width: 100%; background: transparent; border-color: transparent; border-width: 12px 0; color: transparent; }

[type='range']::-ms-fill-lower { box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2); background: #009ad5; border: 0 solid #cfd8dc; border-radius: 10px; }

[type='range']::-ms-fill-upper { box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2); background: #00adee; border: 0 solid #cfd8dc; border-radius: 10px; }

[type='range']::-ms-thumb { box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2); background: #00adee; border: 2px solid #fff; border-radius: 12px; cursor: pointer; height: 24px; width: 24px; margin-top: 0; }

.form-control:focus, .security-login input:focus[type='text'], .security-login input:focus[type='password'], .security-register input:focus[type='text'], .security-register input:focus[type='password'] { -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; }

/* Other Form Peculiarities */
.cyan select, .cyan input { border-color: #00adee !important; }

.orange select, .orange input { border-color: #f39412 !important; }

.magenta select, .magenta input { border-color: #a42789 !important; }

.getQuoteButton { border: 0; opacity: 0.5; }

/* MESSAGE DIALOG */
.messageBox { position: absolute; top: 50%; left: 50%; width: 250px; height: 120px; background-color: #fff; border: 1px solid #003346; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 1000000; }

.mobileTitle > div { padding: 8px 0 0 10px; }

@media (max-width: 576px) { .mobileTitle > div { padding-top: 10px; } }

.mobileTitle > div > div:last-child { position: relative; }

.mobileTitle p { margin: 0; }

a.mobileTitle__contact-link { font-size: 12px; font-weight: 600; color: #fff; }

a.mobileTitle__contact-link:hover, a.mobileTitle__contact-link:active, a.mobileTitle__contact-link:visited { color: #fff; border: 0; }

.mobileContact { position: absolute; display: none; top: 0; left: 0; }

.mobileContact a { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; padding: 2px 0; font-size: 18px; font-weight: 600; color: #fff; -webkit-transition: .25s ease; -o-transition: .25s ease; -moz-transition: .25s ease; transition: .25s ease; }

.mobileContact a:hover { border: none; }

.mobileContact a svg { color: #00adee; }

.mobileContact a .smallContactText { font-size: 14px !important; }

.mobileContact > div:first-child { padding: 2px 0; font-size: 18px; font-weight: 600; color: #fff; }

@media (max-width: 576px) { .mobileContact > div:first-child { font-size: 15px; } }

.mobileContact > div:first-child a, .mobileContact > div:first-child a:hover, .mobileContact > div:first-child a:visited, .mobileContact > div:first-child a:active { color: white !important; text-decoration: none !important; }

.mobileContact > div:first-child > svg { color: #00adee !important; }

.mobileContact > div:first-child .smallContactText { font-size: 14px !important; }

.mobileContact > div:last-child { font-size: 10px; color: #fff; }

@media (max-width: 576px) { .mobileContact > div:last-child { font-size: 8px; } }

.mobileContact .small-after-tablet p { margin: 0; }

@media (max-width: 767px) { .mobileContact .small-after-tablet { font-size: 11px; } }

@media (max-width: 374px) { .mobileContact .small-after-tablet { display: none; } }

.mobileContact .display-xs { display: none; }

@media (max-width: 374px) { .mobileContact .display-xs { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; } }

.mobileContact .small-for-xs p { margin: 0; }

@media (max-width: 374px) { .mobileContact .small-for-xs { font-size: 15px; } }

/* WHITESPACE */
.whitespace-50 { width: 100%; height: 50px; }

.whitespace-25 { width: 100%; height: 25px; }

.whitespace-10 { width: 100%; height: 10px; }

.topMarginSpace { display: block; margin-top: 7px; margin-right: 0 !important; width: 200px; }

.whitespaceMask { display: none; }

/* TYPOGRAPHY MODIFIERS */
.center { text-align: center; }

.wideLine { line-height: 50px !important; }

.removeBold { font-weight: normal !important; }

.blockJustify p { text-align: justify; }

@media (max-width: 960px) { .blockJustify p { text-align: left; } }

.textJustify { text-align: justify; }

small { display: block; margin-top: 20px; }

.large { font-size: 18px; }

.flush { margin-top: -5px; }

/* VISIBILITY */
.hidden, .is-individual .is-individual-item input { display: none; }

/* MISCELLANEOUS */
.visualHidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

main { background-color: #fff; color: var(--primary-text-color); line-height: 154%; width: 100%; overflow: hidden; }

.sidebar-section { padding-bottom: 20px; background-color: #fff; }

.radio-slider { margin: 0 auto; margin-left: 4px; width: 92px; height: 34px; border: 1px solid #00adee; }

.radio-slider .switch { position: relative; width: 100px; height: 100%; margin: 0px; }

.radio-slider .switch label { position: relative; z-index: 2; float: left; width: 45px; line-height: 30px; font: 400 16px "Montserrat", sans-serif; color: #00adee; font-weight: bold; text-align: center; padding: 5px 10px; cursor: pointer; margin: 0px; }

.radio-slider .switch label:active { color: #fff; }

.radio-slider .switch input:not(:checked) + label { color: #00adee; }

.radio-slider .switch input { display: none; }

.radio-slider .switch input:checked + label { color: #fff; text-shadow: 0 1px rgba(255, 255, 255, 0.25); -webkit-transition: 0.15s ease-out; -moz-transition: 0.15s ease-out; -o-transition: 0.15s ease-out; transition: 0.15s ease-out; -webkit-transition-property: color, text-shadow; -moz-transition-property: color, text-shadow; -o-transition-property: color, text-shadow; transition-property: color, text-shadow; }

.radio-slider .switch input:checked + .switch-label-on ~ .switch-selection { left: 44px; }

.radio-slider .switch .switch-selection { position: absolute; z-index: 1; top: 0; left: 0; display: block; width: 45px; height: 32.99px; background-color: #00adee; -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2); -webkit-transition: left 0.15s ease-out; -moz-transition: left 0.15s ease-out; -o-transition: left 0.15s ease-out; transition: left 0.15s ease-out; }

.quote-retrieve { padding: 0px; width: 100%; float: left; }

.quote-retrieve > p { font: 400 18px "Montserrat", sans-serif; color: #3c3c3c; width: 100%; }

.quote-retrieve > .inner-retrieve { display: inline-block; }

.quote-retrieve > .inner-retrieve > a { border: 2px solid #00adee; padding: 10px 15px; font-weight: 400; border-width: 2px; display: inline-block; vertical-align: middle; }

.border-line { display: block; border-top: 1px solid rgba(60, 60, 60, 0.2); margin: 15px 0px; }

.custom-inline-radio .radio { display: inline-block; margin-left: 10px; }

.custom-inline-checkbox .checkbox { display: inline-block; margin-right: 10px; }

.custom-inline-checkbox .checkbox label { text-transform: lowercase; }

label, select { font: 12px "Montserrat", "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif; line-height: 16px; }

.control-label { font: 12px "Montserrat", "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif; }

.form-control, .security-login input[type='text'], .security-login input[type='password'], .security-register input[type='text'], .security-register input[type='password'] { font: 12px "Montserrat", "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif; }

.sidebar-info { padding-bottom: 15px; }

.sidebar-info > img { max-width: 70px; }

.sidebar-info > h2 { font-family: "IskraLAT-Light", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; line-height: 1.1em; padding-bottom: 10px; }

.text-explain > div { padding: 10px; margin-top: 15px; -webkit-border-radius: 10px 0px 10px 0px; -moz-border-radius: 10px 0px 10px 0px; border-radius: 10px 0px 10px 0px; }

.text-explain > div.blue { background-color: #00adee; }

.text-explain > div.brown { background-color: #f39412; }

.text-explain h5 { font: 700 14px "Montserrat", sans-serif !important; line-height: 20px; margin-top: 5px; margin-bottom: 10px; color: #fff !important; }

.text-explain p { font: 400 14px "Montserrat", sans-serif; line-height: 20px; margin: 0px; color: #fff; padding-bottom: 10px; }

.euCookieNotice { display: none; position: fixed; bottom: 0; width: 100%; background-color: #00648a; font: 14px "Montserrat", "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif; color: #fff; padding: 15px 240px 15px 15px; border-top: 3px solid #003346; opacity: 0.95; z-index: 100000; }

.euCookieNotice a { color: white; text-decoration: none; }

.euCookieNotice a:active, .euCookieNotice a:visited, .euCookieNotice a:focus { color: #fff; text-decoration: none; }

.euCookieNotice a:hover { color: #00adee; text-decoration: underline; }

@media (max-width: 767px) { .euCookieNotice { padding-right: 15px; padding-bottom: 50px; } }

.mobile { display: none !important; }

@media (max-width: 767px) { .mobile { display: block !important; } }

.mobileFlag { display: none; }

@media (max-width: 640px) { .mobileFlag { display: block; } }

.mobilePhoneFlag { display: none; }

@media (max-width: 576px) { .mobilePhoneFlag { display: block; height: 1px; width: 1px; } }

.container__standard { padding: 40px 70px 20px 170px; }

.list__standard { list-style-type: none; margin: 0 0 15px; padding: 0; }

.list__standard li { background-position: 0 -4px; -webkit-background-size: 24px 24px; -moz-background-size: 24px; background-size: 24px; background-repeat: no-repeat; margin-bottom: 8px; padding-left: 30px; }

.list__standard.colour--white li { background-image: url("../../../images/icons/symbol-tick-white.svg"); }

.list__standard.colour--blue li { background-image: url("../../../images/icons/symbol-tick-blue.svg"); }

.list__standard.colour--cyan li { background-image: url("../../../images/icons/symbol-tick-cyan.svg"); }

.hci-navigation { position: fixed; height: 170px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: #003346; font: 400 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; border: 0; margin: 0; z-index: 5000; }

@media (max-width: 767px) { .hci-navigation { display: none; } }

.navbar-brand { height: auto; padding: 0px; }

.navbar-nav > li { font-family: "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; line-height: 65px; }

.navbar-nav > li > a { display: inline-block; color: #fff; font-weight: 300; padding: 10px 20px; -webkit-transition: background-color 0.3s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus { background-color: #00648a; }

.navbar-nav > li > a.navContactButton { font: 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; border: 2px solid #00adee; }

.navbar-nav > li > a.navContactButton:hover, .navbar-nav > li > a.navContactButton:focus, .navbar-nav > li > a.navContactButton:active { background-color: #00adee; }

.navbar-right > li > a { border-width: 2px; font-weight: 400; }

.navbar-toggle { border: 2px solid #fff; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; height: 100%; margin: 0; margin-right: 15px; margin-top: 40px; vertical-align: middle; }

.navbar-toggle > span { background-color: #fff; }

.mobileNavigation { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 64px; background-color: #003346; border-bottom: 2px solid #00adee; z-index: 700001; }

.mobileNavigation > div:first-child { -webkit-box-flex: 0; -webkit-flex: 0 0 64px; -moz-box-flex: 0; -ms-flex: 0 0 64px; flex: 0 0 64px; }

.mobileNavigation > div:nth-child(2) { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; }

.mobileNavigation > div:last-child { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; margin-right: 5%; }

@media (max-width: 960px) { .mobileNavigation { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; } }

.mobileLogo img { height: 64px; }

.mobileMenuContainer { position: relative; }

.mobileMenuButton { position: absolute; right: 0; width: 30px; height: 20px; cursor: pointer; }

.mobileMenuButton > span { position: absolute; display: block; width: 30px; height: 1px; background-color: #fff; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }

.mobileMenuButton > span:first-child { top: 0; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }

.mobileMenuButton > span:nth-child(2) { top: 9.5px; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; opacity: 1; -webkit-transition: all .25s; -o-transition: all .25s; -moz-transition: all .25s; transition: all .25s; }

.mobileMenuButton > span:last-child { bottom: 0; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }

.mobileMenuButton.opened > span:first-child { top: -1px; right: 0; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

.mobileMenuButton.opened > span:nth-child(2) { opacity: 0; }

.mobileMenuButton.opened > span:last-child { bottom: -1px; right: 0; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.mobileMenuButton.closed > span:first-child { top: 9.5px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -webkit-animation: 0.5s firstSpanClose forwards; -moz-animation: 0.5s firstSpanClose forwards; -o-animation: 0.5s firstSpanClose forwards; animation: 0.5s firstSpanClose forwards; }

.mobileMenuButton.closed > span:nth-child(2) { opacity: 1; }

.mobileMenuButton.closed > span:last-child { bottom: 9.5px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-animation: 0.5s lastSpanClose forwards; -moz-animation: 0.5s lastSpanClose forwards; -o-animation: 0.5s lastSpanClose forwards; animation: 0.5s lastSpanClose forwards; }

.mobileTitleBar, .mobileHomeTitleBar { display: none; position: fixed; top: 64px; left: 0; width: 100%; height: 64px; background-color: #003346; z-index: 1; }

.mobileTitleBar > div:first-child, .mobileHomeTitleBar > div:first-child { -webkit-box-flex: 0; -webkit-flex: 0 0 64px; -moz-box-flex: 0; -ms-flex: 0 0 64px; flex: 0 0 64px; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; background-position: center; }

.mobileTitleBar > div:last-child, .mobileHomeTitleBar > div:last-child { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 0 0 10px; }

.mobileTitleBar > div:last-child h1, .mobileHomeTitleBar > div:last-child h1 { color: #fff; }

@media (max-width: 960px) { .mobileTitleBar, .mobileHomeTitleBar { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; } }

.mobileHomeTitleBar { -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; z-index: 1234567; }

.mobileHomeTitleBar h2 { margin: 0 0 0 5%; color: #fff; }

.mobileMenu { display: none; position: fixed; top: -105%; left: 0; width: 100%; height: auto; background: #00adee; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; z-index: 200010; }

.mobileMenu.is-active { top: 64px; }

@media (max-width: 374px) { .mobileMenu.is-active { top: 42px; } }

.mobileMenu ul { list-style-type: none; margin: 0; padding: 20px 5%; }

.mobileMenu ul li { font: 24px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; padding: 12px; margin-top: -1px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }

.mobileMenu a { color: white !important; }

.mobileMenu a:hover { color: #ccf1ff !important; }

.mobileMenu a:active, .mobileMenu a:visited { color: #fff !important; }

@media (max-width: 960px) { .mobileMenu { display: block; } }

.headerContainer { background-color: #003346; }

.header { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; width: 100%; max-width: 1200px; margin: 0 auto; background-color: #003346; }

@media (max-width: 960px) { .header { display: none; } }

.logo { -webkit-box-flex: 0; -webkit-flex: 0 0 170px; -moz-box-flex: 0; -ms-flex: 0 0 170px; flex: 0 0 170px; }

.logo img { width: 100%; }

.navigation { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; padding-left: 30px; }

@media (max-width: 1333px) { .navigation { padding-right: 5%; } }

.navigation > div:first-child { position: relative; width: 100%; text-align: right; }

.navigationLinks { list-style-type: none; margin: 10px 0; padding: 0; }

.navigationLinks li { display: inline-block; font: 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; color: white; padding: 0 20px; border-right: 2px solid #00adee; }

@media (max-width: 1023px) { .navigationLinks li { padding: 0 16px; } }

.navigationLinks li:first-child { margin-left: 0; }

.navigationLinks li:last-child { padding-right: 0; border-right: none; }

.navigationLinks li a { color: white; }

.navigationLinks li a:hover { color: #00adee; text-decoration: none; }

.slogan { font-size: 28px; margin-top: 58px !important; }

.title { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; margin-top: 22px; }

.title > div:first-child { -webkit-box-flex: 0; -webkit-flex: 0 0 60px; -moz-box-flex: 0; -ms-flex: 0 0 60px; flex: 0 0 60px; padding-top: 12px; }

.title > div:first-child img { width: 100%; }

.title > div:nth-child(2) { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; padding: 14px 0 0 20px; }

.title > div:nth-child(2) h1 { line-height: 0.9em; padding-top: 10px; }

.title > div:last-child { -webkit-box-flex: 0; -webkit-flex: 0 0 100px; -moz-box-flex: 0; -ms-flex: 0 0 100px; flex: 0 0 100px; }

.homeQuotePanel { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; margin-top: -20px; }

.homeQuotePanel > div:first-child { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; }

.homeQuotePanel > div:last-child { -webkit-box-flex: 0; -webkit-flex: 0 0 250px; -moz-box-flex: 0; -ms-flex: 0 0 250px; flex: 0 0 250px; padding: 32px 0 0 70px; }

.homeQuotePanel > div:last-child > div:first-child { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

.homeQuotePanel > div:last-child > div:first-child > div:first-child, .homeQuotePanel > div:last-child > div:first-child > div:last-child { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }

.homeQuotePanel > div:last-child > div:first-child > div:first-child { padding-right: 0; }

.homeQuotePanel > div:last-child > div:first-child > div:last-child { padding-left: 7px; }

.homeQuotePanel > div:last-child > div:last-child { text-align: right; }

.homeQuotePanel label { color: white; }

.homeQuotePanel input, .homeQuotePanel select { display: block; background-color: white; width: 100%; }

form#home_frm_quote-request > .form-group { display: none; }

.homeQuoteRequestSubmit { width: 380px; background-color: #00adee; font: 14px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; color: white; margin-top: -1px; border: 2px solid #00adee; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

@media (max-width: 1200px) { .homeQuoteRequestSubmit { width: 100%; } }

.homeQuoteRequestSubmit:hover { background-color: #ccf1ff; color: white; border-color: #ccf1ff; }

.homeImageMotif { width: 100px; height: 100px; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; margin: 34px 20px 0 0; }

.healthContactButton { width: 100px; height: 100px; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; margin-right: 70px; }

.fixed { position: fixed; width: 100%; background-color: #003346; }

.quickQuoteButtons { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; width: 600px; }

.quickQuoteButtons > div { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; padding-right: 20px; }

.quickQuoteButtons > div .pseudoButtonSmall { display: block; width: 100%; text-align: center; }

.homeQuotePanelInputs { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

.homeQuotePanelInputs > div:first-child { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; }

.homeQuotePanelInputs > div:last-child { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; margin-top: 16px; padding-left: 20px; }

/** HOME PAGE STYLE RULES */
.nav-panels { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }

.nav-panel-item { position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 25%; text-align: center; border-bottom: 3px solid #003346; }

.nav-panel-item:hover .nav-panel-item__image { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

@media (max-width: 767px) { .nav-panel-item { width: 50%; } }

.nav-panel-item .full-panel-link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }

.nav-panel-item .full-panel-link:hover { border: none; }

.nav-panel-item__image-wrapper { overflow: hidden; }

.nav-panel-item__image { padding-top: 100%; background-repeat: no-repeat; background-position: bottom center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -webkit-transition: .5s ease; -o-transition: .5s ease; -moz-transition: .5s ease; transition: .5s ease; }

.nav-panel-item__image--medical { background-image: url("/images/home-panel__medical2-25pc--1x.jpg"); background-image: -webkit-image-set(url("/images/home-panel__medical2-25pc--1x.jpg") 1x, url("/images/home-panel__medical2-25pc--2x.jpg") 2x); }

@media (max-width: 576px) { .nav-panel-item__image--medical { background-image: url("/images/home-panel__medical2--mobile--1x.jpg"); background-image: -webkit-image-set(url("/images/home-panel__medical2--mobile--1x.jpg") 1x, url("/images/home-panel__medical2--mobile--2x.jpg") 2x); } }

.nav-panel-item__image--travel { background-image: url("/images/home-panel__travel-25pc--1x.jpg"); background-image: -webkit-image-set(url("/images/home-panel__travel-25pc--1x.jpg") 1x, url("/images/home-panel__travel-25pc--2x.jpg") 2x); }

@media (max-width: 576px) { .nav-panel-item__image--travel { background-image: url("/images/home-panel__travel--mobile--1x.jpg"); background-image: -webkit-image-set(url("/images/home-panel__travel--mobile--1x.jpg") 1x, url("/images/home-panel__travel--mobile--2x.jpg") 2x); } }

.nav-panel-item__image--life { background-image: url("/images/home-panel__life--1x.jpg"); background-image: -webkit-image-set(url("/images/home-panel__life--1x.jpg") 1x, url("/images/home-panel__life--2x.jpg") 2x); }

@media (max-width: 576px) { .nav-panel-item__image--life { background-image: url("/images/home-panel__life--mobile--1x.jpg"); background-image: -webkit-image-set(url("/images/home-panel__life--mobile--1x.jpg") 1x, url("/images/home-panel__life--mobile--2x.jpg") 2x); } }

.nav-panel-item__image--student { background-image: url("/images/home-panel__student-25pc--1x.jpg"); background-image: -webkit-image-set(url("/images/home-panel__student-25pc--1x.jpg") 1x, url("/images/home-panel__student-25pc--2x.jpg") 2x); }

@media (max-width: 576px) { .nav-panel-item__image--student { background-image: url("/images/home-panel__student--mobile--1x.jpg"); background-image: -webkit-image-set(url("/images/home-panel__student--mobile--1x.jpg") 1x, url("/images/home-panel__student--mobile--2x.jpg") 2x); } }

.nav-panel-item__image--group { background-image: url("/images/home-panel__group-25pc--1x.jpg"); background-image: -webkit-image-set(url("/images/home-panel__group-25pc--1x.jpg") 1x, url("/images/home-panel__group-25pc--2x.jpg") 2x); }

@media (max-width: 576px) { .nav-panel-item__image--group { background-image: url("/images/home-panel__group--mobile-25px--1x.jpg"); background-image: -webkit-image-set(url("/images/home-panel__group--mobile-25pc--1x.jpg") 1x, url("/images/home-panel__group--mobile-25pc--2x.jpg") 2x); } }

.nav-panel-item__text { position: relative; -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -moz-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; padding: 15px; }

.nav-panel-item__text h2 { margin: 0; }

@media (max-width: 1023px) { .nav-panel-item__text h2 { font-size: 21px; } }

.nav-panel-item__text .light-blue { color: #00abec; }

.nav-panel-item__text .arrow-up { position: absolute; top: -20px; right: 0; left: 0; width: 30px; margin: 0 auto; border-left: 20px solid transparent; border-right: 20px solid transparent; border-bottom: 20px solid #fff; }

.nav-panel-item__text .right-border--trans { position: absolute; top: 0; right: 0; height: 100%; width: 1px; background-color: rgba(60, 60, 60, 0.2); }

.nav-panel-item__text .left-border--trans { position: absolute; top: 0; left: 0; height: 100%; width: 1px; background-color: rgba(60, 60, 60, 0.2); }

.homepage-snapshots { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[2]; grid-template-columns: repeat(2, 1fr); -ms-grid-rows: (1fr)[3]; grid-template-rows: repeat(3, 1fr); grid-gap: 0 15px; -ms-grid-column-align: start; justify-items: start; margin: 0; text-align: left; }

@media (max-width: 767px) { .homepage-snapshots { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 15px; } }

.homepage-snapshots .homepage-snapshots__item { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; margin: 0 0 30px; }

@media (max-width: 767px) { .homepage-snapshots .homepage-snapshots__item { margin: 20px 0 0; } }

.homepage-snapshots .homepage-snapshots__item:nth-child(even) { -ms-grid-column: 2; grid-column: 2; }

.homepage-snapshots .homepage-snapshots__item:nth-child(3) { -ms-grid-row: 2; grid-row: 2; }

.homepage-snapshots .homepage-snapshots__item:nth-child(4) { -ms-grid-row: 2; grid-row: 2; }

.homepage-snapshots .homepage-snapshots__item:nth-child(5) { -ms-grid-row: 3; grid-row: 3; }

.homepage-snapshots .homepage-snapshots__item:nth-child(6) { -ms-grid-row: 3; grid-row: 3; }

.homepage-snapshots .homepage-snapshots__item:hover svg { -webkit-animation: svg-highlight 2s ease infinite; -moz-animation: svg-highlight 2s ease infinite; -o-animation: svg-highlight 2s ease infinite; animation: svg-highlight 2s ease infinite; }

.homepage-snapshots svg { width: auto; max-width: 30px; height: 30px; margin-bottom: 5px; fill: #003346; }

.homepage-snapshots p { width: 100%; margin: 0 0 0 10px; font-size: 26px; font-family: "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; line-height: 1.1; }

@media (max-width: 960px) { .homepage-snapshots p { font-size: 22px; } }

@media (max-width: 374px) { .homepage-snapshots p { font-size: 20px; } }

@-webkit-keyframes svg-highlight { 0%, 100% { fill: #003346; }
  50% { fill: #00adee; } }

@-moz-keyframes svg-highlight { 0%, 100% { fill: #003346; }
  50% { fill: #00adee; } }

@-o-keyframes svg-highlight { 0%, 100% { fill: #003346; }
  50% { fill: #00adee; } }

@keyframes svg-highlight { 0%, 100% { fill: #003346; }
  50% { fill: #00adee; } }

.homepage-intro-list { padding: 0 70px 0 240px; margin: 0 0 40px; }

@media (max-width: 960px) { .homepage-intro-list { padding: 0; margin: 0 5% 40px -webkit-calc(5% + 70px); margin: 0 5% 40px -moz-calc(5% + 70px); margin: 0 5% 40px calc(5% + 70px); } }

@media (max-width: 767px) { .homepage-intro-list { margin: 40px 5%; list-style-type: none; } }

.homepage-intro-list h2 { margin: 0 0 5px; font-size: 16px; font-weight: 600 !important; font-family: "Montserrat", "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif; line-height: 1.45; }

@media (max-width: 767px) { .homepage-intro-list h2 { margin: 0 0 10px; } }

/* PARALLAX-RELATED */
.parallaxBackground { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; position: fixed; top: 0; left: 0; width: 100%; height: 300px; z-index: 0; }

@media (max-width: 767px) { .parallaxBackground { display: none; } }

.parallaxBackground > div { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; background-position: center top; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; }

.parallaxBackground > div:last-child { position: relative; }

.home-widget { position: relative; width: 100%; margin-top: 170px; background-color: transparent; z-index: 0; }

.home-widget .hci-thumb .caption { position: relative; background-color: white; -webkit-background-clip: border-box; -moz-background-clip: border-box; background-clip: border-box; height: 100px; margin-top: 0 !important; padding-top: 20px; z-index: 500; }

@media (max-width: 767px) { .home-widget .hci-thumb .caption form label { font-size: 18px; } }

@media (max-width: 640px) { .home-widget .hci-thumb .caption { height: 60px !important; } }

.home-widget .hci-thumb .caption > p { min-height: 130px; margin: 0 auto 30px; width: 90%; }

.home-widget .hci-thumb .caption .pseudoButton { position: absolute; bottom: 50px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); margin-top: 30px; }

.home-widget .hci-thumb .caption > form { margin-top: -10px; }

.home-widget .hci-thumb .caption > form > .form-group { text-align: left; }

.home-widget .hci-thumb .caption > form > .form-group:nth-child(3) { text-align: center; }

.home-widget .hci-thumb .caption > form > .form-group button { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }

.homeContainer { position: relative; width: 100%; margin-top: 170px; background-color: transparent; z-index: 0; }

.topHomeContent { background-color: white; margin-top: 170px; z-index: 5; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

@media (max-width: 960px) { .topHomeContent { margin-top: 128px; } }

.bottomHomeContent { background-color: white; z-index: 5; }

.parallaxImage { position: fixed; top: 0; left: 50%; width: 1200px; height: 110vh; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; margin: 0 0 0 -600px; z-index: -1; }

@media (max-width: 1200px) { .parallaxImage { width: 100%; height: 110vh; background-position: right; margin-left: -50%; } }

.parallaxSpace { position: relative; width: 100%; height: 60vh; z-index: 10; }

.mobileHomeQuoteForm { display: none; background-color: #003346; color: #fff; padding: 10px; }

@media (max-width: 640px) { .mobileHomeQuoteForm { display: block; } }

.mobileHomeQuoteForm input, .mobileHomeQuoteForm select { background-color: #fff; font-size: 18px; color: #000; }

.mobileHomeQuoteForm label { color: #fff; }

.areas { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

@media (max-width: 640px) { .areas { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.areas > div { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; }

@media (max-width: 640px) { .areas > div { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; } }

@media (max-width: 640px) { .areas > div:last-child { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } }

.areas .caption { min-height: 0 !important; height: 140px !important; padding-top: 40px !important; }

@media (max-width: 640px) { .areas .caption { padding-top: 20px !important; } }

.areas .caption h2 { margin-bottom: 40px !important; }

@media (max-width: 640px) { .areas .caption h2 { margin-bottom: 0; } }

@media (max-width: 640px) { #posterThumbParent5 { height: 150px !important; } }

@media (max-width: 640px) { #posterThumb5 { height: 150px !important; } }

.topInformationPanel { padding: 40px 0 75px; }

@media (max-width: 1023px) { .topInformationPanel { padding: 40px 0 50px; } }

@media (max-width: 767px) { .topInformationPanel { padding: 0 0 35px; } }

.bottomInformationPanel { padding: 0; }

.topInformationContent, .bottomInformationContent, .londonInformationContent, .familyInformationContent { width: 100%; padding: 0 70px 0 170px; }

@media (max-width: 960px) { .topInformationContent, .bottomInformationContent, .londonInformationContent, .familyInformationContent { padding: 0 5%; } }

@media (max-width: 640px) { .topInformationContent, .bottomInformationContent, .londonInformationContent, .familyInformationContent { padding: 0 5%; } }

.bottomInformationContent { padding: 90px 70px 120px 170px; }

.londonInformationContent { padding: 70px 70px 180px 100px; }

@media (max-width: 640px) { .londonInformationContent { padding: 40px 20px; } }

.familyInformationContent { padding: 180px 70px 70px 100px; }

@media (max-width: 640px) { .familyInformationContent { padding: 40px 20px; } }

.stemCellsInformationContent { padding-top: 50px !important; padding-bottom: 50px !important; }

.topInformationContentRow, .bottomInformationContentRow { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; margin-bottom: 30px; }

@media (max-width: 767px) { .topInformationContentRow, .bottomInformationContentRow { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; margin: 30px 0; } }

.topInformationContentRow > div:first-child, .bottomInformationContentRow > div:first-child { -webkit-box-flex: 0; -webkit-flex: 0 0 70px; -moz-box-flex: 0; -ms-flex: 0 0 70px; flex: 0 0 70px; }

@media (max-width: 767px) { .topInformationContentRow > div:first-child, .bottomInformationContentRow > div:first-child { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; margin-bottom: 10px; } }

.topInformationContentRow > div:first-child a, .bottomInformationContentRow > div:first-child a { display: inline-block; border: none; }

.topInformationContentRow > div:first-child img, .bottomInformationContentRow > div:first-child img { width: 40px; }

.topInformationContentRow .topInformationContentRow__button, .bottomInformationContentRow .topInformationContentRow__button { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -webkit-justify-content: flex-end; -moz-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: start; -webkit-align-items: flex-start; -moz-box-align: start; -ms-flex-align: start; align-items: flex-start; min-width: 212px; padding-left: 70px; white-space: nowrap; }

@media (max-width: 1200px) { .topInformationContentRow .topInformationContentRow__button, .bottomInformationContentRow .topInformationContentRow__button { display: none; } }

.topInformationContentRow .topInformationContentRow__button a, .bottomInformationContentRow .topInformationContentRow__button a { margin: 0; }

.topInformationContentRow .info-panel__title, .bottomInformationContentRow .info-panel__title { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 24px; }

@media (max-width: 767px) { .topInformationContentRow .info-panel__title, .bottomInformationContentRow .info-panel__title { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 15px; } }

.topInformationContentRow .info-panel__title > a:hover, .bottomInformationContentRow .info-panel__title > a:hover { border: none; }

.topInformationContentRow .info-panel__title h2, .bottomInformationContentRow .info-panel__title h2 { margin-bottom: 0; }

@media (max-width: 767px) { .topInformationContentRow .info-panel__title h2, .bottomInformationContentRow .info-panel__title h2 { margin-bottom: 10px; text-align: center; } }

.topInformationContentRow .info-panel__title > div, .bottomInformationContentRow .info-panel__title > div { display: none; }

.topInformationContentRow .info-panel__title > div a, .bottomInformationContentRow .info-panel__title > div a { display: inline-block; margin: 0; }

@media (max-width: 1200px) { .topInformationContentRow .info-panel__title > div, .bottomInformationContentRow .info-panel__title > div { display: block; } }

.topInformationContentRow p, .bottomInformationContentRow p { font-size: 16px; line-height: 1.45; text-align: left; }

@media (max-width: 640px) { .topInformationContentRow p, .bottomInformationContentRow p { text-align: left; } }

.topExtraInformation { display: none; }

.addon-widget .hci-thumb .caption { background-color: white; min-height: 160px; margin-top: 0 !important; padding-top: 20px; z-index: 500; }

.addon-widget .hci-thumb .caption h2 { color: #003346; margin-bottom: 10px; }

.addon-widget .hci-thumb .caption > p { min-height: 50px; }

@keyframes rotate { 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } }

.img-loading { background: url('data:image/svg+xml;utf-8,<svg fill="rgba(0, 173, 238, 0.7)" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z"/><path d="M0 0h24v24H0z" fill="none"/></svg>') 50% no-repeat; width: 100%; height: 100%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-animation: rotate 1s linear infinite; -moz-animation: rotate 1s linear infinite; -o-animation: rotate 1s linear infinite; animation: rotate 1s linear infinite; color: rgba(102, 102, 102, 0.5); }

.home-widget .hci-thumb, .addon-widget .hci-thumb { position: relative; }

.home-widget .hci-thumb .img-wrapper, .addon-widget .hci-thumb .img-wrapper { position: relative; }

.home-widget .hci-thumb .caption, .addon-widget .hci-thumb .caption { margin-top: 20px; text-align: center; border-right: 1px solid rgba(60, 60, 60, 0.2); /*>a{ @extend .hci-alt-dark-blue-btn; padding: 10px 15px; font-weight: 400; margin: 10px 0px; display: inline-block; border-width: 2px; }*/ }

.home-widget .hci-thumb .caption > p, .addon-widget .hci-thumb .caption > p { text-align: center; line-height: 1.3em; margin-bottom: 30px; }

.home-widget .hci-thumb:last-child .caption, .addon-widget .hci-thumb:last-child .caption { border: none; }

.areasBorder { width: 100%; height: 3px; background-color: #003346; }

.callout, .calloutShadow { position: absolute; top: 35px; right: 70px; width: 300px; font: 40px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; text-align: right; line-height: 1em; }

@media (max-width: 767px) { .callout, .calloutShadow { right: auto; left: 0; font-size: 32px; } }

.callout { color: #3e535e; z-index: 2000; }

.calloutShadow { display: none; color: #99989c; top: 38px; right: 67px; z-index: 1000; }

.imagePointer { position: absolute; bottom: -17px; left: 50%; width: 30px; height: 30px; background-color: white; -webkit-transform: translateX(-50%) rotateZ(45deg); -moz-transform: translateX(-50%) rotateZ(45deg); -ms-transform: translateX(-50%) rotate(45deg); -o-transform: translateX(-50%) rotateZ(45deg); transform: translateX(-50%) rotateZ(45deg); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; z-index: 500; }

.homeQuotePanel h1 { margin-top: 54px; }

.homeQuoteFormSelector { padding: 0; border-color: #003346; border-width: 0 0 1px 0; -webkit-transition: none !important; -o-transition: none !important; -moz-transition: none !important; transition: none !important; outline: none; }

@media (max-width: 767px) { .homeQuoteFormSelector { font-size: 18px; } }

@media (max-width: 767px) { .homeQuoteFormDOB select { font-size: 18px; } }

.dob-inline select { border: 1px solid #003346; }

.dob-inline select:nth-child(2), .dob-inline select:last-child { margin-left: -1px; }

.dob-inline select:nth-child(2) { width: 42%; }

.posterThumbnailParent:after { padding-bottom: 100%; }

.posterThumbnailParent, .pagePosterThumbnailParent, .addonThumbnailParent { width: 100%; height: auto; overflow: hidden; }

.posterThumbnailParent:after, .pagePosterThumbnailParent:after, .addonThumbnailParent:after { content: ""; display: block; }

.posterThumbnailChild, .pagePosterThumbnailChild, .addonThumbnailChild { width: 100%; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; background-position: center bottom; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }

.posterThumbnailParent:hover .posterThumbnailChild { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }

.demoButton { margin-left: -50px; }

.posters, .familyPosters { overflow: auto; }

.postersAlternative { overflow: hidden; }

.posterCaption { position: relative; background-color: white; -webkit-background-clip: border-box; -moz-background-clip: border-box; background-clip: border-box; height: 140px; text-align: center; margin-top: 0 !important; padding-top: 40px; border-right: 1px solid #d8d7de; cursor: pointer; z-index: 500; }

@media (max-width: 767px) { .posterCaption { height: 90px; }
  .posterCaption h2 { font-size: 18px; } }

@media (max-width: 640px) { .posterCaption { height: 120px; }
  .posterCaption h2 { font-size: 18px; } }

.posters:last-child hci-thumb .posterCaption:last-child, .familyPosters:last-child hci-thumb .posterCaption:last-child { border-right: 0; }

.postersInformationPanel { width: 100%; height: 3px; background-color: #003346; color: white; overflow-y: hidden; }

.postersInformation { display: none; margin: 40px 0; padding: 0 40px; }

.gridPanelRow { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

.gridPanelRow > div { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; }

.gridPanelTopRow > div:first-child { background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; }

.gridPanelMiddleRow > div:nth-child(2) { background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; }

.gridPanelMiddleRow > div:last-child { background-color: #003346; color: #fff; }

.gridPanelBottomRow > div:nth-child(2) { background-color: #00adee; color: #fff; }

.gridPanelBottomRow > div:last-child { background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; }

.homeGridSquare { text-align: justify; padding: 40px; }

.homeGridSquare.first { padding-top: 60px; }

.homeGridSquare.second { text-align: center; }

.homeGridSquare.second img { width: 300px; margin: -10px auto 30px; }

.homeGridSquare.second > div { text-align: left; margin: 0 auto; }

.homeGridSquare.second > div:first-child div { width: 80%; margin: 0 auto; }

@media (max-width: 960px) { .homeGridSquare { text-align: left; } }

.homeGridListDiseases { margin-top: 20px; padding: 10px 10px 5px; border: 1px solid #fff; }

.homeGridSquareListText { padding: 0 0 20px 30px; }

.blogFeed { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; width: 100%; height: 240px; z-index: 0; }

@media (min-width: 640px) and (max-width: 960px) { .blogFeed { height: 240px; overflow-y: hidden; } }

.blogFeed > div:first-child, .blogFeed > div:last-child { position: relative; -webkit-box-flex: 0; -webkit-flex: 0 0 20%; -moz-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; background-color: #003346; }

@media (min-width: 640px) and (max-width: 960px) { .blogFeed > div:first-child, .blogFeed > div:last-child { -webkit-box-flex: 0; -webkit-flex: 0 0 33.33333%; -moz-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; } }

.blogFeed > div:first-child img, .blogFeed > div:last-child img { position: absolute; top: 50%; width: 40px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.blogFeed > div:first-child img { left: 40px; }

@media (max-width: 640px) { .blogFeed > div:first-child img { left: 20px; } }

.blogFeed > div:last-child img { right: 40px; }

@media (max-width: 640px) { .blogFeed > div:last-child img { right: 20px; } }

.blogFeed > div:nth-child(2) { position: relative; -webkit-box-flex: 0; -webkit-flex: 0 0 60%; -moz-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; }

@media (min-width: 640px) and (max-width: 960px) { .blogFeed > div:nth-child(2) { -webkit-box-flex: 0; -webkit-flex: 0 0 33.33333%; -moz-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; } }

.blogFeedOverlay { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; position: absolute; top: 0; left: 0; width: 100%; height: 240px; z-index: 1000; }

@media (max-width: 960px) { .blogFeedOverlay { display: none; } }

.blogFeedOverlay > div { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; }

.blogFeedOverlay > div:first-child, .blogFeedOverlay > div:last-child { background-color: rgba(255, 255, 255, 0.8); }

.blogFeedOverlay > div:nth-child(2) { position: relative; }

.blogFeedOverlay > div:nth-child(2) div { position: absolute; width: 100%; height: 100%; background-color: #fff; opacity: 0; }

.blogFeedOverlay > div:nth-child(2) div:hover { opacity: 0.5; }

@media (min-width: 640px) and (max-width: 960px) { .carousel-inner { margin-top: -240px !important; } }

@media (min-width: 640px) and (max-width: 960px) { .carousel-inner > .item { width: 300% !important; } }

@media (min-width: 360px) and (max-width: 960px) { .blogFeedItem { width: 300% !important; } }

/* override position and transform in 3.3.x */
.carousel-inner .item.left.active { -webkit-transform: translateX(-33%); -moz-transform: translateX(-33%); -ms-transform: translateX(-33%); -o-transform: translateX(-33%); transform: translateX(-33%); }

@media (max-width: 1000px) { .carousel-inner .item.left.active { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); } }

.carousel-inner .item.right.active { -webkit-transform: translateX(33%); -moz-transform: translateX(33%); -ms-transform: translateX(33%); -o-transform: translateX(33%); transform: translateX(33%); }

@media (max-width: 1000px) { .carousel-inner .item.right.active { -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } }

.carousel-inner .item.next { -webkit-transform: translateX(33%); -moz-transform: translateX(33%); -ms-transform: translateX(33%); -o-transform: translateX(33%); transform: translateX(33%); }

@media (max-width: 1000px) { .carousel-inner .item.next { -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } }

.carousel-inner .item.prev { -webkit-transform: translateX(-33%); -moz-transform: translateX(-33%); -ms-transform: translateX(-33%); -o-transform: translateX(-33%); transform: translateX(-33%); }

@media (max-width: 1000px) { .carousel-inner .item.prev { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); } }

.carousel-inner .item.right, .carousel-inner .item.left { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }

.carousel-control.left, .carousel-control.right { background-image: none; }

.blogFeedItem { width: 240px; height: 240px; padding: 0 !important; }

@media (max-width: 640px) { .blogFeedItem:first-child, .blogFeedItem:last-child { display: none; } }

.blogFeedItem div { width: 100%; height: 240px; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; }

.familyPosters { overflow: hidden; }

.familyFeatures { position: relative; }

.familyFeatureButton { display: block; position: absolute; left: -webkit-calc(45% + 5px); left: -moz-calc(45% + 5px); left: calc(45% + 5px); width: 75%; font-size: 20px !important; text-align: center; -webkit-transform: translateX(-45%); -moz-transform: translateX(-45%); -ms-transform: translateX(-45%); -o-transform: translateX(-45%); transform: translateX(-45%); padding: 15px !important; z-index: 10; }

#familyFeature1 { top: -webkit-calc(25% - 5px); top: -moz-calc(25% - 5px); top: calc(25% - 5px); }

#familyFeature2 { top: -webkit-calc(50% - 20px); top: -moz-calc(50% - 20px); top: calc(50% - 20px); }

#familyFeature3 { top: -webkit-calc(75% - 35px); top: -moz-calc(75% - 35px); top: calc(75% - 35px); }

.familyFeatureContent { position: absolute; width: 100%; padding: 40px; color: #fff; }

.familyFeatureContent img { width: 150px; margin: 0 auto 40px; }

#familyFeatureContent2, #familyFeatureContent3 { display: none; }

#imagePointerFamily { position: absolute; left: -2px; top: -webkit-calc(25% + 6px); top: -moz-calc(25% + 6px); top: calc(25% + 6px); background-color: #00adee; z-index: 2; }

.pointerMask { position: absolute; top: 25%; right: 20px; width: 50px; height: 50px; background-color: #00adee; z-index: 10; }

.posterElement { width: 33.33333333% !important; }

@media (max-width: 768px) { .posterElement { width: 33.33333% !important; } }

@media (max-width: 767px) { .familyPosterElement { width: 100% !important; } }

#demoPageContainer { position: relative; width: 100%; background-color: #f3f1f3; }

#demoPageContainer img { width: 100%; }

.statistics { position: absolute; width: 100%; height: 200px; bottom: 50px; background-color: #00adee; font-family: "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; color: white; padding: 20px; }

.statistics table { width: 100%; }

.statistics table td { font-size: 32px; color: white; line-height: 32px; text-align: center; }

.statistics table td:first-child { padding-top: 40px; }

.statistics table td:first-child, .statistics table td:nth-child(2), .statistics table td:nth-child(3), .statistics table td:nth-child(4) { border-right: 3px solid #fff; }

.statsGrid { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; font-size: 32px; line-height: 32px; text-align: center; }

.statsGrid > div { -webkit-box-flex: 0; -webkit-flex: 0 0 20%; -moz-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; }

.statsGrid > div:first-child { padding-top: 40px; }

.statsGrid > div:first-child, .statsGrid > div:nth-child(2), .statsGrid > div:nth-child(3), .statsGrid > div:nth-child(4) { border-right: 3px solid #fff; }

.statDate { font: 50px "Montserrat", "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif; font-weight: 500; line-height: 54px; }

.statsFigure { font: 100px "Montserrat", "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif; font-weight: bold; line-height: 120px; }

.security-login, .security-register { margin: 40px auto; }

.security-login .logo-wrapper, .security-register .logo-wrapper { border-bottom: 2px solid rgba(60, 60, 60, 0.15); }

.security-login .logo-wrapper img, .security-register .logo-wrapper img { padding: 25px; padding-bottom: 10px; max-width: 350px; margin: 0px auto; }

.security-login form, .security-register form { margin-top: 20px; }

.security-login label, .security-register label { font-size: 13px; }

.security-login .checkbox label, .security-register .checkbox label { font-size: 11px; }

.security-login input[type='text'], .security-login input[type='password'], .security-register input[type='text'], .security-register input[type='password'] { width: 100%; border: 1px solid #003346; }

.security-login input[type='submit'], .security-register input[type='submit'] { padding: 7px 25px; font: 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; }

.security-login .error, .security-register .error { font-size: 14px; margin-bottom: 10px; padding: 7px; color: #3c3c3c; }

.security-login { max-width: 350px; }

.security-register { max-width: 650px; }

.contact { border-top: 5px solid #00adee; }

.contact .nav-tabs { float: right; }

.contact .nav-tabs li { font: 700 1.6rem "Montserrat", sans-serif; margin-top: 5px; }

.contact .nav-tabs li:first-child { padding: 15px 25px; color: #00adee; }

.contact .nav-tabs li.active { background-color: #003346; }

.contact .nav-tabs li.active a { background-color: #003346; color: #fff; padding-bottom: 15px; }

.contact .nav-tabs li.active a:hover { border: 2px solid #003346; }

.contact .nav-tabs li a { font: 400 1.4rem "Montserrat", sans-serif; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; color: #003346; border: 2px solid #003346; margin: 3px 10px; outline: none; }

.contact .nav-tabs li a:focus { border: 2px solid #003346; background-color: inherit; }

.contact .tab-content { background-color: #003346; width: 100%; margin-bottom: 5px; }

.contact .tab-content .tab-pane { max-width: 1170px; margin: 0px auto; padding: 15px 0px; }

.contact .tab-content .tab-pane > * { color: #fff; }

.contact .tab-content .tab-pane label { color: #fff; }

.contact .tab-content .tab-pane button { border: 2px solid #00adee; background-color: #003346; color: #fff; padding: 7px 15px; float: right; }

.contact .tab-content .tab-pane button:hover { background-color: #00adee; }

.contact .tab-content .tab-pane p b, .contact .tab-content .tab-pane p span { padding-right: 10px; }

.zopim { position: fixed; right: 10px; left: auto; }

.hci-faqs { padding: 0px; }

.hci-faqs > .wrapper { max-width: 1170px; margin: 0px auto; padding: 10px 0px; }

.hci-faqs > .wrapper .heading { padding: 20px 15px; }

.hci-faqs > .wrapper .heading h1 { color: #fff; }

.hci-faqs > .wrapper .intro { padding: 0px 15px; }

.hci-faqs > .wrapper .intro article { overflow-wrap: normal; overflow-wrap: break-word; }

.hci-faqs > .wrapper .intro p { font: 300 1.6em "Ubuntu", sans-serif; line-height: 1.6em; color: #fff; display: block; margin: 0px; }

.hci-faqs .nav-tabs { margin-top: -72px; margin-bottom: 0px; }

.hci-faqs .nav-tabs li { margin-right: 10px; }

.hci-faqs .nav-tabs li a { padding: 20px 30px; font: 300 17px "Ubuntu", sans-serif; color: rgba(60, 60, 60, 0.7); background-color: rgba(221, 221, 221, 0.7); text-align: center; min-width: 130px; }

.hci-faqs .nav-tabs li.active a { font: 700 17px "Montserrat", sans-serif; color: #00adee; background-color: #fff; }

.tab-content { padding: 0px; margin-bottom: 20px; }

.tab-content .tab-pane .faq-item { background-color: #fff; padding: 15px; margin-bottom: 10px; }

.tab-content .tab-pane .faq-item .faq-heading { cursor: pointer; font: 300 14px "Montserrat", sans-serif; color: #3c3c3c; }

.tab-content .tab-pane .faq-item .faq-heading:after { font-size: 20px; float: right; color: #00adee; }

.tab-content .tab-pane .faq-item .faq-heading[aria-expanded="false"]:after { content: "+"; }

.tab-content .tab-pane .faq-item .faq-heading[aria-expanded="true"] { color: #00adee; }

.tab-content .tab-pane .faq-item .faq-heading[aria-expanded="true"]:after { content: "-"; }

.tab-content .tab-pane .faq-item .faq-body { margin-top: 15px; padding-top: 15px; border-top: 1px solid rgba(60, 60, 60, 0.1); color: #3c3c3c; }

.faqs-sidebar { background-color: #fff; padding-bottom: 30px; }

.faqs-sidebar > .info { padding: 0 0 0 15px; }

.faqs-sidebar > .info p { font: 300 30px "Ubuntu", sans-serif; color: #003346; padding: 10px 0px; line-height: 40px; }

.faqs-sidebar > .info > a { padding: 10px 25px; border-width: 2px; font-weight: 700; display: inline-block; }

.bg-cyan { background-color: #00adee; }

.pd-btm-50 { padding-bottom: 50px; }

.mg-btm-50 { margin-bottom: 50px; }

.pd-btm-100 { padding-bottom: 100px; }

@media (min-width: 992px) { .tab-content { padding-right: 15px; }
  .hci-faqs > .wrapper .intro p { font: 300 2em "Ubuntu", sans-serif; line-height: 1.6em; } }

@media (min-width: 1200px) { .tab-content { padding-right: 15px; }
  .hci-faqs > .wrapper .heading { padding: 20px 0px; }
  .hci-faqs > .wrapper .intro { padding: 0px; }
  .hci-faqs > .wrapper .intro p { font: 300 2em "Ubuntu", sans-serif; line-height: 1.6em; } }

.imd-form-wrapper > .wrapper { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); }

.imd-form-wrapper > .wrapper > .inner-wrapper { position: absolute; top: 40%; left: 0%; right: 0; -webkit-transform: translate(0%, -40%); -moz-transform: translate(0%, -40%); -ms-transform: translate(0%, -40%); -o-transform: translate(0%, -40%); transform: translate(0%, -40%); }

.imd-form-wrapper > .wrapper > .inner-wrapper > * { width: 90%; max-width: 420px; margin: 0px auto; }

.imd-form-wrapper > .wrapper > .inner-wrapper h2, .imd-form-wrapper > .wrapper > .inner-wrapper p, .imd-form-wrapper > .wrapper > .inner-wrapper label { color: #fff; text-align: center; }

.imd-form-wrapper > .wrapper > .inner-wrapper h2 { font: "IskraLAT-Light", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-bottom: 5px; }

.imd-form-wrapper > .wrapper > .inner-wrapper p { font: 400 1em "Montserrat", sans-serif; line-height: 1.6em; padding: 1em .2em; }

.imd-form-wrapper > .wrapper > .inner-wrapper .imd-form { padding: 0px 15px; }

.imd-form-wrapper > .wrapper > .inner-wrapper .imd-form .form-group { margin-bottom: 20px; }

.imd-form-wrapper > .wrapper > .inner-wrapper .imd-form button { width: 100%; padding: 7px 0px; display: inline-block; color: #fff; background-color: #A42789; border-color: #A42789; }

.imd-form-wrapper > .wrapper > .inner-wrapper .imd-form button:hover { background-color: #b92c9a; border-color: #b92c9a; }

.imd-text-wrapper { padding-top: 2em; padding-bottom: 2em; }

.imd-text-wrapper h2 { font: "IskraLAT-Light", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; line-height: 1.6em; padding: 0 3em 1em 0em; color: #565656; }

.imd-text-wrapper p { font: 300 1em "Montserrat", sans-serif; color: #565656; line-height: 26px; }

.imd-text-wrapper a { padding: 10px 25px; margin-top: 20px; }

.imd-text-wrapper a:hover { background-color: #09bcff; border-color: #09bcff; }

.imd-form-wrapper { text-align: center; }

.imd-form-wrapper > .wrapper { text-align: center; }

.imd-form-wrapper > .wrapper > .inner-wrapper { text-align: center; }

.imd-form-wrapper > .wrapper > .inner-wrapper a { padding: 10px 25px; }

@media (min-width: 992px) { .imd-text-wrapper { padding-top: 4em; padding-bottom: 4em; }
  .imd-text-wrapper h2 { font: "IskraLAT-Light", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; line-height: 1.5em; padding: 0 1em 1em 0em; }
  .imd-text-wrapper p { font: 300 1.4em "Ubuntu", sans-serif; line-height: 1.6em; }
  .imd-form-wrapper > .wrapper > .inner-wrapper h2 { font: "IskraLAT-Light", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; }
  .imd-form-wrapper > .wrapper > .inner-wrapper p { font: 400 1.6em "Ubuntu", sans-serif; line-height: 1.6em; } }

@media (min-width: 1200px) { .imd-text-wrapper h2 { font: "IskraLAT-Light", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; line-height: 1.4em; padding: 0 5em 1em 0em; }
  .imd-text-wrapper p { font: 300 1.4em "Ubuntu", sans-serif; line-height: 1.6em; } }

.intermediaries-page { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.intermediaries-page__text { width: 49%; }

@media (max-width: 767px) { .intermediaries-page__text { width: 100%; } }

.intermediaries-page .imd-form-wrapper { width: 49%; }

@media (max-width: 767px) { .intermediaries-page .imd-form-wrapper { width: 100%; margin-top: 30px; } }

.hci-testimonials { max-width: 1170px; margin: 0px auto; margin-top: 20px; }

.hci-testimonials > div:first-child { padding-top: 20px; }

.hci-testimonials > div:last-child { padding-bottom: 20px; }

.hci-testimonials > div > div { padding: 15px; }

.hci-testimonials > div > div > h2 { color: #00adee; font: 300 28px "Ubuntu", sans-serif; margin-bottom: 10px; }

.hci-testimonials > div > div > h2 * { color: #00adee; }

.hci-testimonials > div > div > p { font: 300 15px "Montserrat", sans-serif; line-height: 24px; color: #6f6f6f; margin: 0px; }

.hci-feedback-form { max-width: 1170px; margin: 0px auto; margin-top: 210px; margin-bottom: 40px; padding: 0px 15px; }

.hci-feedback-form > h1 { color: #A42789; margin-bottom: 15px; }

.hci-feedback-form > p { font: 300 1.4em "Ubuntu", sans-serif; color: #6f6f6f; line-height: 1.6em; border-bottom: 1px solid #bcbcbc; padding-bottom: 20px; margin-bottom: 25px; }

.hci-feedback-form > form .form-group:nth-child(5) .form-control, .hci-feedback-form > form .form-group:nth-child(5) .security-login input[type='text'], .security-login .hci-feedback-form > form .form-group:nth-child(5) input[type='text'], .hci-feedback-form > form .form-group:nth-child(5) .security-login input[type='password'], .security-login .hci-feedback-form > form .form-group:nth-child(5) input[type='password'], .hci-feedback-form > form .form-group:nth-child(5) .security-register input[type='text'], .security-register .hci-feedback-form > form .form-group:nth-child(5) input[type='text'], .hci-feedback-form > form .form-group:nth-child(5) .security-register input[type='password'], .security-register .hci-feedback-form > form .form-group:nth-child(5) input[type='password'] { height: 42px; }

.hci-feedback-form > form .captcha-wrapper .captcha { margin-bottom: 15px; float: left; display: inline-block; }

.hci-feedback-form > form .captcha-wrapper .captcha * { display: inline-block; margin-right: 10px; }

.hci-feedback-form > form .captcha-wrapper .captcha img { border: 1px solid #3c3c3c; }

.hci-feedback-form > form .captcha-wrapper .captcha .form-control, .hci-feedback-form > form .captcha-wrapper .captcha .security-login input[type='text'], .security-login .hci-feedback-form > form .captcha-wrapper .captcha input[type='text'], .hci-feedback-form > form .captcha-wrapper .captcha .security-login input[type='password'], .security-login .hci-feedback-form > form .captcha-wrapper .captcha input[type='password'], .hci-feedback-form > form .captcha-wrapper .captcha .security-register input[type='text'], .security-register .hci-feedback-form > form .captcha-wrapper .captcha input[type='text'], .hci-feedback-form > form .captcha-wrapper .captcha .security-register input[type='password'], .security-register .hci-feedback-form > form .captcha-wrapper .captcha input[type='password'] { width: auto; height: 42px; }

.hci-feedback-form > form .captcha-wrapper > button { display: inline-block; padding: 11px 25px; float: left; }

.group-product-icons { padding-top: 2em; padding-bottom: 2em; }

.group-product-icons > .group-product-wrapper .group-product { max-width: 100%; margin: 0px auto; border-bottom: 1px solid #bcbcbc; text-align: center; }

.group-product-icons > .group-product-wrapper .group-product img { width: 38px; padding: 20px 0px; margin: 0px auto; }

.group-product-icons > .group-product-wrapper .group-product p { color: #6f6f6f; font: 300 1em "Montserrat", sans-serif; line-height: 1.5em; min-height: 50px; margin-bottom: 15px; }

.group-product-icons > .group-product-wrapper:nth-child(5) .group-product, .group-product-icons > .group-product-wrapper:nth-child(6) .group-product { border-bottom: 0px; }

.payment-sidebar-section h2 { font: 300 2.7em "Ubuntu", sans-serif; padding: 15px 25px; color: #003346; }

.our-policy .wrapper { margin: 0px auto; max-width: 1170px; margin-top: 40px; margin-bottom: 40px; }

.our-policy .wrapper > div { padding: 20px 15px; margin-bottom: 10px; }

.our-policy .wrapper > div > .head { padding-bottom: 30px; border-bottom: 1px solid #bcbcbc; }

.our-policy .wrapper > div > .head:hover { cursor: pointer; }

.our-policy .wrapper > div > .head > img { display: inline-block; }

.our-policy .wrapper > div > .head h2 { display: inline-block; font: 300 1.5em "Ubuntu", sans-serif; color: #003346; padding: 5px 15px; }

.our-policy .wrapper > div > .info { margin-top: 20px; }

.our-policy .wrapper > div > .info * { font: 300 1em "Montserrat", sans-serif; line-height: 1.8em; }

@media (min-width: 992px) { .our-policy .wrapper > div > .head > h2 { padding: 10px 15px; font: 300 2em "Ubuntu", sans-serif; } }

.hci-news { max-width: 1170px; margin: 0px auto; }

.hci-news .articles-wrapper > .article-item { margin: 20px 0px; }

.hci-news .articles-wrapper > .article-item > a { display: block; }

.hci-news .articles-wrapper > .article-item > a > span { position: absolute; top: 0px; left: 15px; right: 15px; bottom: 0px; color: #fff; background-color: rgba(60, 60, 60, 0.3); font: 700 2.4em "Ubuntu", sans-serif; line-height: 1.3em; padding: 30px; text-shadow: 1px 1px 5px #3c3c3c; }

.article-content { margin-bottom: 50px; }

.article-content p { font: 300 1.2em "Montserrat", sans-serif; line-height: 1.7em; }

.article-side-text { padding: 10px 15px; }

.article-side-text > span { display: block; padding-bottom: 5px; }

.article-side-text > span:nth-child(1) { color: #898989; font: 300 1.2em "Montserrat", sans-serif; }

.article-side-text > span:nth-child(2) { color: #00adee; font: 700 1.3em "Ubuntu", sans-serif; }

.join-the-team { margin-bottom: 50px; }

.join-the-team > div > div > h2 { font: 300 2em "Ubuntu", sans-serif; padding: 15px 0px; color: #003346; }

.join-the-team > div > div .join-btn-group > a { text-decoration: none; }

.join-the-team > div > div .join-details { margin: 20px 0px; }

.join-the-team > div > div .join-details p { line-height: 1.6em; }

.join-the-team > div:first-child > div .join-btn-group > a:first-child { padding: 9px 25px; margin-right: 15px; }

.join-the-team > div:first-child > div .join-btn-group > a:nth-child(2) { padding: 10px 25px; }

.join-the-team > div:nth-child(2) > div .join-btn-group > a:first-child { padding: 9px 25px; margin-right: 15px; }

.join-the-team > div:nth-child(2) > div .join-btn-group > a:nth-child(2) { padding: 10px 25px; }

/** 'HEALTH QUOTE REQUEST' PAGE STYLE RULES */
.healthQuotePanel.div1 { -webkit-box-flex: 0; -webkit-flex: 0 0 33.33333%; -moz-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; }

@media (max-width: 1200px) { .healthQuotePanel.div1 { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; -webkit-box-ordinal-group: 2; -webkit-order: 1; -moz-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } }

@media (max-width: 640px) { .healthQuotePanel.div1 { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; -webkit-box-ordinal-group: 2; -webkit-order: 1; -moz-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } }

.healthQuotePanel.div2 { -webkit-box-flex: 0; -webkit-flex: 0 0 -webkit-calc(66.66666% - 300px); -moz-box-flex: 0; -ms-flex: 0 0 calc(66.66666% - 300px); flex: 0 0 calc(66.66666% - 300px); padding-left: 40px; }

@media (max-width: 1200px) { .healthQuotePanel.div2 { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; -webkit-box-ordinal-group: 3; -webkit-order: 2; -moz-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; padding-left: 20px; } }

@media (max-width: 640px) { .healthQuotePanel.div2 { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; -webkit-box-ordinal-group: 6; -webkit-order: 5; -moz-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; padding: 20px; } }

.healthQuotePanel.div3 { -webkit-box-flex: 0; -webkit-flex: 0 0 320px; -moz-box-flex: 0; -ms-flex: 0 0 320px; flex: 0 0 320px; margin-left: -20px; }

@media (max-width: 1200px) { .healthQuotePanel.div3 { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; -webkit-box-ordinal-group: 6; -webkit-order: 5; -moz-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; padding: 10px; } }

@media (max-width: 640px) { .healthQuotePanel.div3 { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; -webkit-box-ordinal-group: 7; -webkit-order: 6; -moz-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; padding: 10px; overflow: auto; } }

.healthQuotePanel.div4, .healthQuotePanel.div5, .healthQuotePanel.div6 { -webkit-box-flex: 0; -webkit-flex: 0 0 33.33333%; -moz-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; }

.healthQuotePanel.div4 input, .healthQuotePanel.div4 select, .healthQuotePanel.div6 input, .healthQuotePanel.div6 select { width: 100%; background-color: white; color: black; border: 1px solid #003346; }

.healthQuotePanel.div4 input[type="checkbox"], .healthQuotePanel.div6 input[type="checkbox"] { width: auto; }

.healthQuotePanel.div4 > div > div { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; background-position: center; }

@media (max-width: 1200px) { .healthQuotePanel.div4 { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; -webkit-box-ordinal-group: 4; -webkit-order: 3; -moz-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } }

@media (max-width: 640px) { .healthQuotePanel.div4 { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; -webkit-box-ordinal-group: 3; -webkit-order: 2; -moz-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } }

.healthQuotePanel.div5 { text-align: left; color: white; }

.healthQuotePanel.div5 p { line-height: 1.3em; margin-top: 15px; }

.healthQuotePanel.div5 table { width: 100%; margin-top: 15px; }

@media (max-width: 1200px) { .healthQuotePanel.div5 { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; -webkit-box-ordinal-group: 5; -webkit-order: 4; -moz-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; } }

@media (max-width: 640px) { .healthQuotePanel.div5 { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; -webkit-box-ordinal-group: 4; -webkit-order: 3; -moz-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } }

.healthQuotePanel.div6 { font-size: 11px; color: white; }

.healthQuotePanel.div6 a { color: white; text-decoration: underline; }

.healthQuotePanel.div6 a:hover { color: white; }

.healthQuotePanel.div6 button { border: 0; opacity: 0.5; }

@media (max-width: 1200px) { .healthQuotePanel.div6 { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; -webkit-box-ordinal-group: 7; -webkit-order: 6; -moz-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; } }

@media (max-width: 640px) { .healthQuotePanel.div6 { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; -webkit-box-ordinal-group: 5; -webkit-order: 4; -moz-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; } }

.retrieveQuoteButtonContainer { margin-top: 5px; }

.quickQuote { padding: 20px 0 30px; }

.quickQuotePanel { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

@media (max-width: 767px) { .quickQuotePanel { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.quickQuotePanel > div:first-child, .quickQuotePanel > div:last-child { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }

@media (max-width: 767px) { .quickQuotePanel > div:first-child, .quickQuotePanel > div:last-child { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } }

.quickQuotePanel > div:last-child > div:first-child { width: 75%; margin: -8px auto 0; }

@media (max-width: 767px) { .quickQuotePanel > div:last-child > div:first-child { margin: 20px auto 0; } }

.quickQuoteAge { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

.quickQuoteAge > div:first-child, .quickQuoteAge > div:nth-child(3) { line-height: 30px; }

.quickQuoteAge > div:first-child { -webkit-box-flex: 0; -webkit-flex: 0 0 60px; -moz-box-flex: 0; -ms-flex: 0 0 60px; flex: 0 0 60px; }

.quickQuoteAge > div:nth-child(2) { -webkit-box-flex: 0; -webkit-flex: 0 0 60px; -moz-box-flex: 0; -ms-flex: 0 0 60px; flex: 0 0 60px; }

.quickQuoteAge > div:nth-child(3) { -webkit-box-flex: 0; -webkit-flex: 0 0 120px; -moz-box-flex: 0; -ms-flex: 0 0 120px; flex: 0 0 120px; padding-left: 10px; }

.quickQuoteAge > div:last-child { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; text-align: right; }

.quickQuoteForm .form-group { margin-bottom: 0 !important; }

.quickQuoteForm > div:last-child { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.quickQuoteForm > div:last-child > div:first-child { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; padding: 0 40px; }

.quickQuoteForm > div:last-child > div:first-child > div:last-child { position: relative; }

.quickQuoteForm > div:last-child > div:last-child { -webkit-box-flex: 0; -webkit-flex: 0 0 310px; -moz-box-flex: 0; -ms-flex: 0 0 310px; flex: 0 0 310px; }

.quickQuoteForm > div:last-child > div:last-child img { width: 100px; }

.productFeatureChangeButtons { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; margin-bottom: 20px; }

.productFeatureChangeButtons > div { -webkit-box-flex: 0; -webkit-flex: 0 0 33.33333%; -moz-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; }

.productFeatureChangeButtons > div:nth-child(2) { text-align: center; }

.productFeatureChangeButtons > div:last-child { text-align: right; }

.productFeatureChangeButtons img { width: 98%; }

.productFeatureText { position: relative; text-align: justify; }

#appbundle_medical_quote_lengthOfCover { white-space: nowrap; }

#appbundle_medical_quote_lengthOfCover label { white-space: normal; width: -webkit-calc(50% - 5px); width: -moz-calc(50% - 5px); width: calc(50% - 5px); text-align: center; }

#appbundle_medical_quote_lengthOfCover label:first-child { margin-right: 10px; }

#appbundle_medical_quote_lengthOfCover label:last-child { margin-left: 10px; }

.quickQuoteBox { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; background-color: #003346; margin-top: 20px; }

.quickQuoteBox > div:first-child { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; padding: 20px; }

.quickQuoteBox > div:first-child > div { position: relative; background-color: #fff; /*&:after { content: ""; display: block; padding-bottom: 100%; }*/ }

.quickQuoteBox > div:last-child { -webkit-box-flex: 0; -webkit-flex: 0 0 30px; -moz-box-flex: 0; -ms-flex: 0 0 30px; flex: 0 0 30px; padding: 20px 10px 0 0; }

.quickQuoteResult { font: 42px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; color: #00adee; text-align: center; padding: 20px; }

@media (max-width: 576px) { .quickQuoteResult { font-size: 38px; } }

.quickQuoteText { width: 100%; background-color: #003346; font: 24px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; color: white; text-align: center; padding-bottom: 20px; margin-bottom: 25px; }

.quoteFootnote { font: 10px "Montserrat", "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif; }

.healthProductFeature { display: none; }

#healthProductFeature1 { display: block; }

.healthQuoteConfigurator > div > div { color: white; padding: 20px; }

.healthQuoteConfigurator > div > div input, .healthQuoteConfigurator > div > div select { width: 100%; background-color: white; color: black; border: 1px solid #003346; }

.addPersonAge { border: 0; }

.healthQuoteConfigPersonType { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; width: 80%; height: auto; margin: 0 auto; }

.healthQuoteIndividual, .healthQuoteGroup { position: relative; -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; cursor: pointer; }

.healthQuoteIndividual img, .healthQuoteGroup img { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); width: 90%; }

.individualIcon, .groupIconActive { display: none; }

.additionalPersonsComponentText, .additionalPersonsComponentDiv { display: none; }

.additionalPersonsComponent { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; background-color: white; width: 100%; height: 30px; }

.additionalPersonsComponent > div:first-child { -webkit-box-flex: 0; -webkit-flex: 0 0 30px; -moz-box-flex: 0; -ms-flex: 0 0 30px; flex: 0 0 30px; }

.additionalPersonsComponent > div:nth-child(2) { -webkit-box-flex: 0; -webkit-flex: 0 0 60px; -moz-box-flex: 0; -ms-flex: 0 0 60px; flex: 0 0 60px; text-align: center; }

.additionalPersonsComponent > div:nth-child(3) { -webkit-box-flex: 0; -webkit-flex: 0 0 30px; -moz-box-flex: 0; -ms-flex: 0 0 30px; flex: 0 0 30px; }

.additionalPersonsComponent > div:nth-child(4) { -webkit-box-flex: 0; -webkit-flex: 0 0 30px; -moz-box-flex: 0; -ms-flex: 0 0 30px; flex: 0 0 30px; }

.additionalPersonsComponent > div:nth-child(5) { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; }

.additionalPersonsComponent > div:nth-child(5) input { width: 100%; height: 24px; font: 20px "IskraLAT-Light", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; color: #003346 !important; text-align: center; line-height: 28px; border: 0; }

.additionalPersonsComponent > div:nth-child(5) input:focus { outline: none !important; }

.additionalPersonsComponent > div:nth-child(6) { -webkit-box-flex: 0; -webkit-flex: 0 0 60px; -moz-box-flex: 0; -ms-flex: 0 0 60px; flex: 0 0 60px; text-align: right; }

.additionalPersonsComponent > div:last-child { -webkit-box-flex: 0; -webkit-flex: 0 0 30px; -moz-box-flex: 0; -ms-flex: 0 0 30px; flex: 0 0 30px; }

.additionalPersonsComponent button { background-color: #00adee; font-size: 16px; color: #fff; border: 0; border-right: 1px solid #fff; }

.activePersonIcon { display: inline-block; width: 30px; height: 20px; font-size: 12px; color: #003346; text-align: right; vertical-align: -4px; }

.activePerson, .totalPersons { display: inline-block; height: 30px; font: 20px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; color: #003346; text-align: center; padding: 0 5px 0 2px; }

.activePersonIndicator { display: none; }

.proceedUpPersons { border-right: 0 !important; }

.retrieveHealthQuoteDiv { margin: 10px 0 0 -40px; }

.miniIconHealth { width: 15px; margin-top: -5px; }

.umbrellaIcon { width: 40px; }

.quickQuoteBasicOptions { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

.quickQuoteBasicOptions > div:first-child { -webkit-box-flex: 0; -webkit-flex: 0 0 200px; -moz-box-flex: 0; -ms-flex: 0 0 200px; flex: 0 0 200px; line-height: 30px; }

@media (max-width: 767px) { .quickQuoteBasicOptions > div:first-child { -webkit-box-flex: 0; -webkit-flex: 0 0 170px; -moz-box-flex: 0; -ms-flex: 0 0 170px; flex: 0 0 170px; } }

.quickQuoteBasicOptions > div:last-child { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; text-align: right; }

/* HEALTH PLANS OVERVIEW TABLE */
.healthPlansOverviewTable { border-spacing: 2px; border-collapse: separate; }

.healthPlansOverviewTable th, .healthPlansOverviewTable td { width: 16%; height: 108px; background-color: #f3f1f3; margin: 2px; padding: 10px; }

.healthPlansOverviewTable tr:first-child { color: white; }

.healthPlansOverviewTable tr:first-child th { font: 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; font-weight: normal !important; padding: 0; }

.healthPlansOverviewTable tr:first-child th:first-child { width: 20%; background-color: #003346; }

.healthPlansOverviewTable tr:first-child th:nth-child(2) { background-color: #ef804a; }

.healthPlansOverviewTable tr:first-child th:nth-child(3) { background-color: #f39412; }

.healthPlansOverviewTable tr:first-child th:nth-child(4) { background-color: #00adee; }

.healthPlansOverviewTable tr:first-child th:nth-child(5) { background-color: #84c14a; }

.healthPlansOverviewTable tr:first-child th:last-child { background-color: #a42789; }

.healthPlansOverviewTable tr:first-child th img { width: 100%; }

.healthPlansOverviewTable tr:nth-child(2) td { font-size: 18px; font-weight: bold; }

.healthPlansOverviewTable tr:last-child th, .healthPlansOverviewTable tr:last-child td { height: 95px; }

.healthPlansOverviewTable tr td { width: 16%; color: #646369; text-align: center; }

.healthPlansOverviewTable tr td.styled { font-size: 18px; font-weight: bold; color: #99989c; }

.healthPlansOverviewTable tr td img.cross { width: 40px; }

.healthPlansOverviewTable tr td img.tick { width: 40px; }

.healthPlansNotBoldText { font-size: 12px; font-weight: normal; color: #99989c; }

/* BOXED PANEL */
.healthQuoteBoxedPanel > div { color: #fff; }

.healthQuoteBoxedPanel > div:first-child { background-color: #003346; }

.healthQuoteBoxedPanel > div:last-child { background-color: #00adee; }

.healthQuoteBoxedPanel > div > div { padding: 40px; }

@media (max-width: 1200px) { .healthQuoteTopGridRow, .healthQuoteBottomGridRow { font-size: 10px; } }

@media (max-width: 960px) { .healthQuoteTopGridRow, .healthQuoteBottomGridRow { font-size: 9px; line-height: 1.4em; } }

@media (max-width: 576px) { .healthQuoteTopGridRow, .healthQuoteBottomGridRow { font-size: 12px; } }

.healthQuoteTopGridRow > div { color: white; }

.healthQuoteTopGridRow > div:first-child { background-color: #003346; }

.healthQuoteTopGridRow > div:last-child { background-color: #00adee; }

.healthQuoteTopGridRow > div > div { padding: 20px; }

.healthQuoteBottomGridRow > div { color: white; }

.healthQuoteBottomGridRow > div:first-child { background-color: #00adee; }

.healthQuoteBottomGridRow > div:last-child { background-color: #003346; }

.healthQuoteBottomGridRow > div > div { padding: 20px; }

.healthQuoteFeatures { width: 100%; padding: 0 70px 0 170px; }

.healthQuoteFeatures > div:first-child .boxedHeading { margin-left: 170px; }

.healthQuoteFeatures > div:nth-child(2) .boxedHeading { margin: 0 auto; }

.healthQuoteLargeSquare { position: relative; overflow: hidden; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; }

.healthQuoteLargeSqContent { position: absolute; top: 50%; left: 50%; width: 80%; background-color: #003346; font: 20px "IskraLAT-Light", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; color: #fff; text-align: center; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); padding: 80px; }

.healthQuotePointer { position: absolute; bottom: -65px; left: 47%; width: 60px !important; height: 60px !important; background-color: #fff; -webkit-transform: translateY(-50%) rotateZ(45deg); -moz-transform: translateY(-50%) rotateZ(45deg); -ms-transform: translateY(-50%) rotate(45deg); -o-transform: translateY(-50%) rotateZ(45deg); transform: translateY(-50%) rotateZ(45deg); -webkit-transform-origin: center center; -moz-transform-origin: center center; -ms-transform-origin: center center; -o-transform-origin: center center; transform-origin: center center; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.healthQuoteRequestSqButton { position: relative; width: 200px; height: 200px; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; margin: 0 auto; }

.healthQuoteRequestSqButton:hover { opacity: 0.5; }

.healthQuoteRequestSqButton > div { position: absolute; top: 50%; left: 50%; font: 24px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; color: white; text-align: center; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

/** MAIN STYLES */
.medical-insurance-quote, .medical-insurance-plan { margin: 0px auto; max-width: 1170px; padding: 0px; }

.medical-insurance-quote .quote-section > h1, .medical-insurance-plan .quote-section > h1 { padding-top: 40px; padding-bottom: 30px; color: #00adee; }

.medical-insurance-quote .quote-section .radio, .medical-insurance-plan .quote-section .radio { display: inline-block; margin-right: 10px; }

.medical-insurance-quote .quote-section .radio > label, .medical-insurance-plan .quote-section .radio > label { font-size: 13px; font-weight: 400; }

.medical-insurance-quote .quote-section button, .medical-insurance-plan .quote-section button { font: 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 10px; padding: 10px 20px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: #00adee; color: white; }

.medical-insurance-quote .quote-section button:hover, .medical-insurance-plan .quote-section button:hover { text-decoration: none; }

.medical-insurance-quote .quote-section .quote-retrieve > p, .medical-insurance-plan .quote-section .quote-retrieve > p { font: 300 17px "Montserrat", sans-serif; line-height: 24px; display: block; }

.medical-insurance-quote .quote-section .quote-retrieve > div:nth-child(2) > p, .medical-insurance-plan .quote-section .quote-retrieve > div:nth-child(2) > p { color: #00adee; font: 700 14px "Montserrat", sans-serif; line-height: 42px; }

.medical-insurance-quote .quote-section .quote-retrieve > div:nth-child(3), .medical-insurance-plan .quote-section .quote-retrieve > div:nth-child(3) { text-align: right; }

.medical-insurance-quote .quote-section .quote-retrieve > div:nth-child(3) a, .medical-insurance-plan .quote-section .quote-retrieve > div:nth-child(3) a { font: 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 10px; padding: 10px 20px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: white; color: #00adee; border: 2px solid #00adee; }

.medical-insurance-quote .quote-section .quote-retrieve > div:nth-child(3) a:hover, .medical-insurance-plan .quote-section .quote-retrieve > div:nth-child(3) a:hover { text-decoration: none; }

.medical-insurance-quote .quote-section .quote-retrieve > div:nth-child(3) a:hover, .medical-insurance-quote .quote-section .quote-retrieve > div:nth-child(3) a:focus, .medical-insurance-plan .quote-section .quote-retrieve > div:nth-child(3) a:hover, .medical-insurance-plan .quote-section .quote-retrieve > div:nth-child(3) a:focus { background-color: #00adee; color: white; }

.medical-insurance-quote .sidebar-section > a, .medical-insurance-plan .sidebar-section > a { /*padding: 0px 15px 15px 15px; display: block; color: rgba($grey_1, 1); text-decoration: underline;*/ }

.medical-insurance-quote .sidebar-section .sidebar-info > img, .medical-insurance-plan .sidebar-section .sidebar-info > img { margin: 10px 0px; }

.medical-insurance-quote .sidebar-section .sidebar-info a.side-btn, .medical-insurance-plan .sidebar-section .sidebar-info a.side-btn { color: #00adee; border-color: #00adee; padding: 10px 15px; margin-top: 15px; border-width: 2px; }

.medical-insurance-quote .sidebar-section .sidebar-info a.side-btn:hover, .medical-insurance-plan .sidebar-section .sidebar-info a.side-btn:hover { background-color: #00adee; color: #fff; }

.medical-insurance-quote .sidebar-section .sidebar-info button, .medical-insurance-plan .sidebar-section .sidebar-info button { color: #fff; background-color: #00adee; border-color: #00adee; padding: 10px 15px; margin-top: 15px; border-width: 2px; }

.medical-insurance-quote .sidebar-section .sidebar-info button:hover, .medical-insurance-plan .sidebar-section .sidebar-info button:hover { background-color: #09bcff; border-color: #09bcff; color: #fff; }

.medical-insurance-plan .quote-section .heading h1 { color: #00adee; margin: 30px 0px; }

.medical-insurance-plan .quote-section .heading h5 { color: rgba(60, 60, 60, 0.7); font: 300 17px "Montserrat", sans-serif; margin: 20px 0px; }

.medical-insurance-plan .quote-section h2 { display: block; float: left; width: 100%; color: #00adee; margin-top: 30px; margin-bottom: 15px; }

.student-insurance-quote, .student-insurance-plan { margin: 0px auto; max-width: 1170px; padding: 0px; }

.student-insurance-quote .quote-section > h1, .student-insurance-plan .quote-section > h1 { padding-top: 40px; padding-bottom: 30px; color: #a42789; }

.student-insurance-quote .quote-section .radio, .student-insurance-plan .quote-section .radio { display: inline-block; margin-right: 10px; }

.student-insurance-quote .quote-section .radio > label, .student-insurance-plan .quote-section .radio > label { font-size: 13px; font-weight: 400; }

.student-insurance-quote .quote-section button, .student-insurance-plan .quote-section button { font: 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 10px; padding: 10px 20px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: #a42789; color: white; }

.student-insurance-quote .quote-section button:hover, .student-insurance-plan .quote-section button:hover { text-decoration: none; }

.student-insurance-quote .quote-section .quote-retrieve > p, .student-insurance-plan .quote-section .quote-retrieve > p { font: 300 17px "Montserrat", sans-serif; line-height: 24px; display: block; }

.student-insurance-quote .quote-section .quote-retrieve > div:nth-child(2) > p, .student-insurance-plan .quote-section .quote-retrieve > div:nth-child(2) > p { color: #a42789; font: 700 14px "Montserrat", sans-serif; line-height: 42px; }

.student-insurance-quote .quote-section .quote-retrieve > div:nth-child(3), .student-insurance-plan .quote-section .quote-retrieve > div:nth-child(3) { text-align: right; }

.student-insurance-quote .quote-section .quote-retrieve > div:nth-child(3) a, .student-insurance-plan .quote-section .quote-retrieve > div:nth-child(3) a { font: 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 10px; padding: 10px 20px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: white; color: #a42789; border: 2px solid #a42789; }

.student-insurance-quote .quote-section .quote-retrieve > div:nth-child(3) a:hover, .student-insurance-plan .quote-section .quote-retrieve > div:nth-child(3) a:hover { text-decoration: none; }

.student-insurance-quote .quote-section .quote-retrieve > div:nth-child(3) a:hover, .student-insurance-quote .quote-section .quote-retrieve > div:nth-child(3) a:focus, .student-insurance-plan .quote-section .quote-retrieve > div:nth-child(3) a:hover, .student-insurance-plan .quote-section .quote-retrieve > div:nth-child(3) a:focus { background-color: #a42789; color: white; }

.student-insurance-quote .sidebar-section > a, .student-insurance-plan .sidebar-section > a { /*padding: 0px 15px 15px 15px; display: block; color: rgba($grey_1, 1); text-decoration: underline;*/ }

.student-insurance-quote .sidebar-section .sidebar-info > img, .student-insurance-plan .sidebar-section .sidebar-info > img { margin: 10px 0px; }

.student-insurance-quote .sidebar-section .sidebar-info a.side-btn, .student-insurance-plan .sidebar-section .sidebar-info a.side-btn { color: #a42789; border-color: #a42789; padding: 10px 15px; margin-top: 15px; border-width: 2px; }

.student-insurance-quote .sidebar-section .sidebar-info a.side-btn:hover, .student-insurance-plan .sidebar-section .sidebar-info a.side-btn:hover { background-color: #a42789; color: #fff; }

.student-insurance-quote .sidebar-section .sidebar-info button, .student-insurance-plan .sidebar-section .sidebar-info button { color: #fff; background-color: #a42789; border-color: #a42789; padding: 10px 15px; margin-top: 15px; border-width: 2px; }

.student-insurance-quote .sidebar-section .sidebar-info button:hover, .student-insurance-plan .sidebar-section .sidebar-info button:hover { background-color: #b92c9a; border-color: #b92c9a; color: #fff; }

.student-insurance-plan .quote-section .heading h1 { color: #a42789; margin: 30px 0px; }

.student-insurance-plan .quote-section .heading h5 { color: rgba(60, 60, 60, 0.7); font: 300 17px "Montserrat", sans-serif; margin: 20px 0px; }

.student-insurance-plan .quote-section h2 { display: block; float: left; width: 100%; color: #a42789; margin-top: 30px; margin-bottom: 15px; }

.life-insurance-quote, .life-insurance-plan { margin: 0px auto; max-width: 1170px; padding: 0px; }

.life-insurance-quote .quote-section > h1, .life-insurance-plan .quote-section > h1 { padding-top: 40px; padding-bottom: 30px; color: #f39412; }

.life-insurance-quote .quote-section .radio, .life-insurance-plan .quote-section .radio { display: inline-block; margin-right: 10px; }

.life-insurance-quote .quote-section .radio > label, .life-insurance-plan .quote-section .radio > label { font-size: 13px; font-weight: 400; }

.life-insurance-quote .quote-section button, .life-insurance-plan .quote-section button { font: 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 10px; padding: 10px 20px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: #f39412; color: white; }

.life-insurance-quote .quote-section button:hover, .life-insurance-plan .quote-section button:hover { text-decoration: none; }

.life-insurance-quote .quote-section .quote-retrieve > p, .life-insurance-plan .quote-section .quote-retrieve > p { font: 300 17px "Montserrat", sans-serif; line-height: 24px; display: block; }

.life-insurance-quote .quote-section .quote-retrieve > div:nth-child(2) > p, .life-insurance-plan .quote-section .quote-retrieve > div:nth-child(2) > p { color: #f39412; font: 700 14px "Montserrat", sans-serif; line-height: 42px; }

.life-insurance-quote .quote-section .quote-retrieve > div:nth-child(3), .life-insurance-plan .quote-section .quote-retrieve > div:nth-child(3) { text-align: right; }

.life-insurance-quote .quote-section .quote-retrieve > div:nth-child(3) a, .life-insurance-plan .quote-section .quote-retrieve > div:nth-child(3) a { font: 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 10px; padding: 10px 20px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: white; color: #f39412; border: 2px solid #f39412; }

.life-insurance-quote .quote-section .quote-retrieve > div:nth-child(3) a:hover, .life-insurance-plan .quote-section .quote-retrieve > div:nth-child(3) a:hover { text-decoration: none; }

.life-insurance-quote .quote-section .quote-retrieve > div:nth-child(3) a:hover, .life-insurance-quote .quote-section .quote-retrieve > div:nth-child(3) a:focus, .life-insurance-plan .quote-section .quote-retrieve > div:nth-child(3) a:hover, .life-insurance-plan .quote-section .quote-retrieve > div:nth-child(3) a:focus { background-color: #f39412; color: white; }

.life-insurance-quote .sidebar-section > a, .life-insurance-plan .sidebar-section > a { /*padding: 0px 15px 15px 15px; display: block; color: rgba($grey_1, 1); text-decoration: underline;*/ }

.life-insurance-quote .sidebar-section .sidebar-info > img, .life-insurance-plan .sidebar-section .sidebar-info > img { margin: 10px 0px; }

.life-insurance-quote .sidebar-section .sidebar-info a.side-btn, .life-insurance-plan .sidebar-section .sidebar-info a.side-btn { color: #f39412; border-color: #f39412; padding: 10px 15px; margin-top: 15px; border-width: 2px; }

.life-insurance-quote .sidebar-section .sidebar-info a.side-btn:hover, .life-insurance-plan .sidebar-section .sidebar-info a.side-btn:hover { background-color: #f39412; color: #fff; }

.life-insurance-quote .sidebar-section .sidebar-info button, .life-insurance-plan .sidebar-section .sidebar-info button { color: #fff; background-color: #f39412; border-color: #f39412; padding: 10px 15px; margin-top: 15px; border-width: 2px; }

.life-insurance-quote .sidebar-section .sidebar-info button:hover, .life-insurance-plan .sidebar-section .sidebar-info button:hover { background-color: #f49f2a; border-color: #f49f2a; color: #fff; }

.life-insurance-plan .quote-section .heading h1 { color: #f39412; margin: 30px 0px; }

.life-insurance-plan .quote-section .heading h5 { color: rgba(60, 60, 60, 0.7); font: 300 17px "Montserrat", sans-serif; margin: 20px 0px; }

.life-insurance-plan .quote-section h2 { display: block; float: left; width: 100%; color: #f39412; margin-top: 30px; margin-bottom: 15px; }

.travel-insurance-quote, .travel-insurance-plan { margin: 0px auto; max-width: 1170px; padding: 0px; }

.travel-insurance-quote .quote-section > h1, .travel-insurance-plan .quote-section > h1 { padding-top: 40px; padding-bottom: 30px; color: #84c14a; }

.travel-insurance-quote .quote-section .radio, .travel-insurance-plan .quote-section .radio { display: inline-block; margin-right: 10px; }

.travel-insurance-quote .quote-section .radio > label, .travel-insurance-plan .quote-section .radio > label { font-size: 13px; font-weight: 400; }

.travel-insurance-quote .quote-section button, .travel-insurance-plan .quote-section button { font: 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 10px; padding: 10px 20px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: #84c14a; color: white; }

.travel-insurance-quote .quote-section button:hover, .travel-insurance-plan .quote-section button:hover { text-decoration: none; }

.travel-insurance-quote .quote-section .quote-retrieve > p, .travel-insurance-plan .quote-section .quote-retrieve > p { font: 300 17px "Montserrat", sans-serif; line-height: 24px; display: block; }

.travel-insurance-quote .quote-section .quote-retrieve > div:nth-child(2) > p, .travel-insurance-plan .quote-section .quote-retrieve > div:nth-child(2) > p { color: #84c14a; font: 700 14px "Montserrat", sans-serif; line-height: 42px; }

.travel-insurance-quote .quote-section .quote-retrieve > div:nth-child(3), .travel-insurance-plan .quote-section .quote-retrieve > div:nth-child(3) { text-align: right; }

.travel-insurance-quote .quote-section .quote-retrieve > div:nth-child(3) a, .travel-insurance-plan .quote-section .quote-retrieve > div:nth-child(3) a { font: 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin-right: 10px; padding: 10px 20px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: white; color: #84c14a; border: 2px solid #84c14a; }

.travel-insurance-quote .quote-section .quote-retrieve > div:nth-child(3) a:hover, .travel-insurance-plan .quote-section .quote-retrieve > div:nth-child(3) a:hover { text-decoration: none; }

.travel-insurance-quote .quote-section .quote-retrieve > div:nth-child(3) a:hover, .travel-insurance-quote .quote-section .quote-retrieve > div:nth-child(3) a:focus, .travel-insurance-plan .quote-section .quote-retrieve > div:nth-child(3) a:hover, .travel-insurance-plan .quote-section .quote-retrieve > div:nth-child(3) a:focus { background-color: #84c14a; color: white; }

.travel-insurance-quote .sidebar-section > a, .travel-insurance-plan .sidebar-section > a { /*padding: 0px 15px 15px 15px; display: block; color: rgba($grey_1, 1); text-decoration: underline;*/ }

.travel-insurance-quote .sidebar-section .sidebar-info > img, .travel-insurance-plan .sidebar-section .sidebar-info > img { margin: 10px 0px; }

.travel-insurance-quote .sidebar-section .sidebar-info a.side-btn, .travel-insurance-plan .sidebar-section .sidebar-info a.side-btn { color: #84c14a; border-color: #84c14a; padding: 10px 15px; margin-top: 15px; border-width: 2px; }

.travel-insurance-quote .sidebar-section .sidebar-info a.side-btn:hover, .travel-insurance-plan .sidebar-section .sidebar-info a.side-btn:hover { background-color: #84c14a; color: #fff; }

.travel-insurance-quote .sidebar-section .sidebar-info button, .travel-insurance-plan .sidebar-section .sidebar-info button { color: #fff; background-color: #84c14a; border-color: #84c14a; padding: 10px 15px; margin-top: 15px; border-width: 2px; }

.travel-insurance-quote .sidebar-section .sidebar-info button:hover, .travel-insurance-plan .sidebar-section .sidebar-info button:hover { background-color: #91c85d; border-color: #91c85d; color: #fff; }

.travel-insurance-plan .quote-section .heading h1 { color: #84c14a; margin: 30px 0px; }

.travel-insurance-plan .quote-section .heading h5 { color: rgba(60, 60, 60, 0.7); font: 300 17px "Montserrat", sans-serif; margin: 20px 0px; }

.travel-insurance-plan .quote-section h2 { display: block; float: left; width: 100%; color: #84c14a; margin-top: 30px; margin-bottom: 15px; }

.medical-insurance-plan .quote-section .quote-retrieve { margin-bottom: 20px; }

.medical-insurance-plan .quote-section .quote-retrieve > .inner-retrieve:first-child { width: 70%; }

.medical-insurance-plan .quote-section .quote-retrieve > .inner-retrieve:last-child { width: 28%; }

.medical-insurance-plan .quote-section .quote-retrieve > .inner-retrieve > p { color: rgba(60, 60, 60, 0.7); font: 300 17px "Montserrat", sans-serif; line-height: 24px; margin: 0px; }

.medical-insurance-plan .quote-section table { border-color: #000; width: auto; }

.medical-insurance-plan .quote-section table colgroup > col.light-up.emergency.light-up, .medical-insurance-plan .quote-section table td.emergency.light-up, .medical-insurance-plan .quote-section table th.emergency.light-up { background-color: rgba(239, 128, 74, 0.2); }

.medical-insurance-plan .quote-section table colgroup > col.light-up.emergency.light-up > span:nth-child(1), .medical-insurance-plan .quote-section table td.emergency.light-up > span:nth-child(1), .medical-insurance-plan .quote-section table th.emergency.light-up > span:nth-child(1) { color: #ef804a; }

.medical-insurance-plan .quote-section table colgroup > col.light-up.standard.light-up, .medical-insurance-plan .quote-section table td.standard.light-up, .medical-insurance-plan .quote-section table th.standard.light-up { background-color: rgba(243, 148, 18, 0.2); }

.medical-insurance-plan .quote-section table colgroup > col.light-up.standard.light-up > span:nth-child(1), .medical-insurance-plan .quote-section table td.standard.light-up > span:nth-child(1), .medical-insurance-plan .quote-section table th.standard.light-up > span:nth-child(1) { color: #f39412; }

.medical-insurance-plan .quote-section table colgroup > col.light-up.plus.light-up, .medical-insurance-plan .quote-section table td.plus.light-up, .medical-insurance-plan .quote-section table th.plus.light-up { background-color: rgba(0, 173, 238, 0.2); }

.medical-insurance-plan .quote-section table colgroup > col.light-up.plus.light-up > span:nth-child(1), .medical-insurance-plan .quote-section table td.plus.light-up > span:nth-child(1), .medical-insurance-plan .quote-section table th.plus.light-up > span:nth-child(1) { color: #00adee; }

.medical-insurance-plan .quote-section table colgroup > col.light-up.shortplus.light-up, .medical-insurance-plan .quote-section table td.shortplus.light-up, .medical-insurance-plan .quote-section table th.shortplus.light-up { background-color: rgba(0, 173, 238, 0.2); }

.medical-insurance-plan .quote-section table colgroup > col.light-up.shortplus.light-up > span:nth-child(1), .medical-insurance-plan .quote-section table td.shortplus.light-up > span:nth-child(1), .medical-insurance-plan .quote-section table th.shortplus.light-up > span:nth-child(1) { color: #00adee; }

.medical-insurance-plan .quote-section table colgroup > col.light-up.premium.light-up, .medical-insurance-plan .quote-section table td.premium.light-up, .medical-insurance-plan .quote-section table th.premium.light-up { background-color: rgba(132, 193, 74, 0.2); }

.medical-insurance-plan .quote-section table colgroup > col.light-up.premium.light-up > span:nth-child(1), .medical-insurance-plan .quote-section table td.premium.light-up > span:nth-child(1), .medical-insurance-plan .quote-section table th.premium.light-up > span:nth-child(1) { color: #84c14a; }

.medical-insurance-plan .quote-section table colgroup > col.light-up.shortterm.light-up, .medical-insurance-plan .quote-section table td.shortterm.light-up, .medical-insurance-plan .quote-section table th.shortterm.light-up { background-color: rgba(132, 193, 74, 0.2); }

.medical-insurance-plan .quote-section table colgroup > col.light-up.shortterm.light-up > span:nth-child(1), .medical-insurance-plan .quote-section table td.shortterm.light-up > span:nth-child(1), .medical-insurance-plan .quote-section table th.shortterm.light-up > span:nth-child(1) { color: #84c14a; }

.medical-insurance-plan .quote-section table colgroup > col.light-up.executive.light-up, .medical-insurance-plan .quote-section table td.executive.light-up, .medical-insurance-plan .quote-section table th.executive.light-up { background-color: rgba(164, 39, 137, 0.2); }

.medical-insurance-plan .quote-section table colgroup > col.light-up.executive.light-up > span:nth-child(1), .medical-insurance-plan .quote-section table td.executive.light-up > span:nth-child(1), .medical-insurance-plan .quote-section table th.executive.light-up > span:nth-child(1) { color: #a42789; }

.medical-insurance-plan .quote-section table td, .medical-insurance-plan .quote-section table th { text-align: center; }

.medical-insurance-plan .quote-section table td { font: 400 12px "Montserrat", sans-serif; border-top: 1px solid rgba(153, 153, 153, 0.2); }

.medical-insurance-plan .quote-section table thead > tr > th { padding: 20px 5px; border-bottom: 1px solid rgba(153, 153, 153, 0.2); }

.medical-insurance-plan .quote-section table thead > tr > th > span { font: 700 14px "Montserrat", sans-serif; }

.medical-insurance-plan .quote-section table thead > tr > th > span:first-child { display: inline-block; padding: 5px 9px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; color: #fff; margin-bottom: 10px; }

.medical-insurance-plan .quote-section table thead > tr > th > span:nth-child(2) { display: block; }

.medical-insurance-plan .quote-section table thead > tr > th > span i { color: #fff; }

.medical-insurance-plan .quote-section table thead > tr > th.emergency > span:nth-child(1) { background-color: #ef804a; }

.medical-insurance-plan .quote-section table thead > tr > th.emergency > span.switch-plan { color: #ef804a; }

.medical-insurance-plan .quote-section table thead > tr > th.standard > span:nth-child(1) { background-color: #f39412; }

.medical-insurance-plan .quote-section table thead > tr > th.standard > span.switch-plan { color: #f39412; }

.medical-insurance-plan .quote-section table thead > tr > th.plus > span:nth-child(1) { background-color: #00adee; }

.medical-insurance-plan .quote-section table thead > tr > th.plus > span.switch-plan { color: #00adee; }

.medical-insurance-plan .quote-section table thead > tr > th.shortplus > span:nth-child(1) { background-color: #00adee; }

.medical-insurance-plan .quote-section table thead > tr > th.shortplus > span.switch-plan { color: #00adee; }

.medical-insurance-plan .quote-section table thead > tr > th.premium > span:nth-child(1) { background-color: #84c14a; }

.medical-insurance-plan .quote-section table thead > tr > th.premium > span.switch-plan { color: #84c14a; }

.medical-insurance-plan .quote-section table thead > tr > th.shortterm > span:nth-child(1) { background-color: #84c14a; }

.medical-insurance-plan .quote-section table thead > tr > th.shortterm > span.switch-plan { color: #84c14a; }

.medical-insurance-plan .quote-section table thead > tr > th.executive > span:nth-child(1) { background-color: #a42789; }

.medical-insurance-plan .quote-section table thead > tr > th.executive > span.switch-plan { color: #a42789; }

.medical-insurance-plan .quote-section table tbody tr td, .medical-insurance-plan .quote-section table tbody tr th { text-align: center; padding: 20px 5px; color: #282828; }

.medical-insurance-plan .quote-section table tbody tr td { padding: 13px; }

.medical-insurance-plan .quote-section table tbody tr td .tick { font-size: 20px; color: rgba(60, 60, 60, 0.5); font-family: "Montserrat", sans-serif; }

.medical-insurance-plan .quote-section table tbody tr td span { display: block; }

.medical-insurance-plan .quote-section table tbody tr td span:nth-child(1) { padding-bottom: 7px; font: 700 13px "Montserrat", sans-serif; visibility: hidden; }

.medical-insurance-plan .quote-section table tbody tr td.light-up span:nth-child(1) { visibility: visible; }

.medical-insurance-plan .quote-section table tbody tr td .switch-plan { padding: 5px 25px; visibility: visible !important; height: auto !important; }

.medical-insurance-plan .quote-section table tbody tr td .switch-plan i { display: none; }

.medical-insurance-plan .quote-section table tbody tr td .switch-plan.load i { display: inline-block; }

.medical-insurance-plan .quote-section table tbody tr td .switch-plan:hover { color: #fff !important; cursor: pointer; }

.medical-insurance-plan .quote-section .customise .form-group { width: 70%; }

.medical-insurance-plan .quote-section .customise .form-group > label { color: #f08150; font: 700 14px "Montserrat", sans-serif; }

.medical-insurance-plan .quote-section .customise .form-group input[type="radio"] { position: relative; margin: 2px 5px 0 5px; }

.medical-insurance-plan .quote-section .customise label { font: 400 12px "Montserrat", sans-serif; padding: 4px; }

.medical-insurance-plan .quote-section .customise input[type='range'] { width: 388px; height: 7px; position: relative; top: 4px; -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-appearance: none; background-color: rgba(0, 0, 0, 0.2); height: 2px; padding: 4px 0px; margin: 4px; }

.medical-insurance-plan .quote-section .customise input[type='range']:hover { cursor: pointer; }

.medical-insurance-plan .quote-section .customise input[type='range']::-webkit-slider-thumb { -webkit-appearance: none; position: relative; top: 0px; z-index: 1; width: 20px; height: 20px; cursor: pointer; -webkit-border-radius: 40px; border-radius: 40px; background-color: #f39412; }

.medical-insurance-plan .quote-section .excess { /* Tool Tip */ }

.medical-insurance-plan .quote-section .excess > p { font-size: 16px; }

.medical-insurance-plan .quote-section .excess #slider { width: 400px; height: 37px; position: relative; }

.medical-insurance-plan .quote-section .excess #slider .bar { width: 388px; height: 7px; position: relative; top: 4px; -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px; }

.medical-insurance-plan .quote-section .excess #slider .bar:hover { cursor: pointer; }

.medical-insurance-plan .quote-section .excess input[type="range"] { -webkit-appearance: none; background-color: rgba(0, 0, 0, 0.2); height: 2px; }

.medical-insurance-plan .quote-section .excess input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; position: relative; top: 0px; z-index: 1; width: 20px; height: 20px; cursor: pointer; -webkit-border-radius: 40px; border-radius: 40px; background-color: #f39412; }

.medical-insurance-plan .quote-section .excess input[type="range"]:hover ~ #rangevalue, .medical-insurance-plan .quote-section .excess input[type="range"]:active ~ #rangevalue { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; top: -75px; }

.medical-insurance-plan .quote-section .excess .range-value { font-size: 12px; font-family: Arial, sans-serif; display: block; width: 30px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; top: 0px; }

.medical-insurance-plan .quote-section .excess input[type="range"]:focus { outline: none; }

.medical-insurance-plan .quote-section .add-ons { margin: 0px; }

.medical-insurance-plan .quote-section .add-ons .row .wrapper, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .wrapper, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .wrapper, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .wrapper { border: none; }

.medical-insurance-plan .quote-section .add-ons .row .wrapper > div, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .wrapper > div, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .wrapper > div, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .wrapper > div { padding: 0px 5px; margin-bottom: 20px; }

.medical-insurance-plan .quote-section .add-ons .row .wrapper .addon-item .top-border-line, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .wrapper .addon-item .top-border-line, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .wrapper .addon-item .top-border-line, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .wrapper .addon-item .top-border-line, .medical-insurance-plan .quote-section .add-ons .row .wrapper .addon-item .add-ons, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .wrapper .addon-item .add-ons, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .wrapper .addon-item .add-ons, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .wrapper .addon-item .add-ons { margin: 20px 0px; }

.medical-insurance-plan .quote-section .add-ons .row .wrapper .addon-item .form-group, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .wrapper .addon-item .form-group, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .wrapper .addon-item .form-group, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .wrapper .addon-item .form-group { margin-bottom: 0px; }

.medical-insurance-plan .quote-section .add-ons .row .wrapper .addon-item .checkbox label, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .wrapper .addon-item .checkbox label, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .wrapper .addon-item .checkbox label, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .wrapper .addon-item .checkbox label { float: left; }

.medical-insurance-plan .quote-section .add-ons .row .caption, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .caption, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .caption, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .caption { text-align: center; background-color: #fff; padding-bottom: 10px; width: 100%; float: left; }

.medical-insurance-plan .quote-section .add-ons .row .caption p, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .caption p, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .caption p, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .caption p { font: 700 14px "Montserrat", sans-serif; padding: 10px 5px; margin: 0px; height: 60px; }

.medical-insurance-plan .quote-section .add-ons .row .caption a, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .caption a, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .caption a, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .caption a { display: block; font: 700 12px "Montserrat", sans-serif; text-decoration: underline; margin-bottom: 10px; }

.medical-insurance-plan .quote-section .add-ons .row .caption > span, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .caption > span, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .caption > span, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .caption > span { display: inline-block; padding: 6px 25px; }

.medical-insurance-plan .quote-section .add-ons .row .caption > span:hover, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .caption > span:hover, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .caption > span:hover, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .caption > span:hover { cursor: pointer; }

.medical-insurance-plan .quote-section .add-ons .row .caption > span[aria-expanded="true"], .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .caption > span[aria-expanded="true"], .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .caption > span[aria-expanded="true"], .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .caption > span[aria-expanded="true"] { background-color: #004158; color: #fff; }

.medical-insurance-plan .quote-section .add-ons .row .caption > .collapse .top-border-line, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .caption > .collapse .top-border-line, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .caption > .collapse .top-border-line, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .caption > .collapse .top-border-line, .medical-insurance-plan .quote-section .add-ons .row .caption > .collapse .add-ons, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .caption > .collapse .add-ons, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .caption > .collapse .add-ons, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .caption > .collapse .add-ons { margin: 20px 0px; }

.medical-insurance-plan .quote-section .add-ons .row .caption > .collapse .form-group, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .caption > .collapse .form-group, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .caption > .collapse .form-group, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .caption > .collapse .form-group { margin: 0px; }

.medical-insurance-plan .quote-section .add-ons .row .caption > .collapse .form-group select, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .caption > .collapse .form-group select, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .caption > .collapse .form-group select, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .caption > .collapse .form-group select { width: 100%; padding: 5px 15px; margin-top: 10px; }

.medical-insurance-plan .quote-section .add-ons .row .caption > .collapse .form-group label span, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .caption > .collapse .form-group label span, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .caption > .collapse .form-group label span, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .caption > .collapse .form-group label span { display: block; padding: 5px; }

.medical-insurance-plan .quote-section .add-ons .row .caption > .collapse .form-group label span:nth-child(1), .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .caption > .collapse .form-group label span:nth-child(1), .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .caption > .collapse .form-group label span:nth-child(1), .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .caption > .collapse .form-group label span:nth-child(1) { font: 400 14px "Montserrat", sans-serif; }

.medical-insurance-plan .quote-section .add-ons .row .caption > .collapse .form-group label span:nth-child(2), .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .caption > .collapse .form-group label span:nth-child(2), .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .caption > .collapse .form-group label span:nth-child(2), .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .caption > .collapse .form-group label span:nth-child(2) { font: 200 12px "Montserrat", sans-serif; color: rgba(25, 25, 25, 0.8); }

.medical-insurance-plan .quote-section .add-ons .row .caption > .collapse .checkbox label, .medical-insurance-plan .quote-section .add-ons .hci-feedback-form > form .caption > .collapse .checkbox label, .medical-insurance-plan .quote-section .add-ons .hci-news .articles-wrapper .caption > .collapse .checkbox label, .hci-news .medical-insurance-plan .quote-section .add-ons .articles-wrapper .caption > .collapse .checkbox label { width: 80%; margin: 0px auto; text-align: left; }

.medical-insurance-plan .sidebar-section h2 { color: #A42789; }

.medical-insurance-plan .sidebar-section > a { display: block; padding: 0px 15px; padding-bottom: 15px; color: #3c3c3c; font: 400 14px "Montserrat", sans-serif; text-decoration: underline; }

.medical-insurance-plan .sidebar-section > a:hover { color: #3c3c3c; text-decoration: none; }

.medical-insurance-plan .sidebar-section .sidebar-info { max-width: 340px; min-height: -webkit-calc(100vh - 10px); min-height: -moz-calc(100vh - 10px); min-height: calc(100vh - 10px); }

.medical-insurance-plan .sidebar-section p { font: 300 12px "Montserrat", sans-serif; text-align: left; }

.medical-insurance-plan .sidebar-section h5 { font: 400 14px "Montserrat", sans-serif; text-align: center; }

.medical-insurance-plan .sidebar-section > div h1 { font: 700 28px "Montserrat", sans-serif; margin-top: 15px; margin-bottom: 20px; }

.medical-insurance-plan .sidebar-section > div h2 { font: 700 28px "Montserrat", sans-serif; margin-top: 15px; margin-bottom: 10px; }

.medical-insurance-plan .sidebar-section > div p { text-align: left; }

.medical-insurance-plan .sidebar-section > div h5, .medical-insurance-plan .sidebar-section > div p { line-height: 20px; }

.retrieveQuoteContainer { width: 90%; max-width: 1200px; margin: 40px auto; }

.medical-insurance-plan .health .health-type { border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding: 0px; margin: 10px 0px; padding-bottom: 10px; }

.medical-insurance-plan .health .health-type:nth-child(6) { border: 0px; }

.medical-insurance-plan .health .health-type .form-group { margin: 0px; margin-bottom: 10px; }

.medical-insurance-plan .health .health-type .form-group > label { font: 400 15px "Montserrat", sans-serif; line-height: 20px; }

.medical-insurance-plan .health .health-type .form-group > label p { margin: 0px; }

.medical-insurance-plan .health .health-type .form-group select { -moz-border-radius: 0px; border-radius: 0px; -webkit-appearance: none; -webkit-border-radius: 0px; }

.medical-insurance-plan .health .radio-wrapper { padding: 0px; font: 400 14px "Montserrat", sans-serif; line-height: 20px; }

.medical-insurance-plan .health .health-condition-form > div { display: none; }

.medical-insurance-plan .health .health-condition-form h3 { color: #00adee; font: 700 16px "Montserrat", sans-serif; margin: 20px 0px; }

.medical-insurance-plan .health .health-condition-form .health-condition > div:nth-child(1), .medical-insurance-plan .health .health-condition-form .health-condition > div:nth-child(2) { display: none; }

.medical-insurance-plan .health .health-checkbox-list { display: none; padding: 10px 0px; margin: 0px; }

.medical-insurance-plan .health .health-checkbox-list p { font: 700 16px "Montserrat", sans-serif; line-height: 20px; }

.medical-insurance-plan .health .health-checkbox-list li { display: inline; }

.medical-insurance-plan .health .health-checkbox-list li .checkbox { display: inline; padding: 0px 7px 0px 0px; }

.medical-insurance-plan .health .health-checkbox-list li .checkbox label { font: 400 16px "Montserrat", sans-serif; line-height: 20px; }

.medical-insurance-plan .health-answers .health-answer-item { border-bottom: 1px solid rgba(60, 60, 60, 0.2); margin-top: 15px; padding-bottom: 15px; }

.medical-insurance-plan .health-answers .health-answer-item > .form-group { margin-bottom: 0px; }

.medical-insurance-plan .health-answers .health-answer-item .form-group { margin-bottom: 5px; }

.medical-insurance-plan .health-answers .health-answer-item .health-answer-person { border: 1px solid rgba(60, 60, 60, 0.1); margin: 10px 0px 0px 0px; padding-top: 15px; }

.medical-insurance-plan .health-answers .health-answer-item .health-answer-person.health-error { border: 1px solid rgba(231, 135, 135, 0.6); }

.medical-insurance-plan .health-answers .health-answer-item .health-answer-person ul { padding: 0px; }

.medical-insurance-plan .health-answers .health-answer-item .health-answer-person ul li { display: inline-block; margin-right: 15px; }

.medical-insurance-plan .health-answers .health-answer-item .health-answer-person ul li label { margin-left: 5px; }

.medical-insurance-plan .error { margin-top: 10px; }

.medical-insurance-plan .error p { font: 400 13px "Montserrat", sans-serif; padding: 7px; }

.declaration p { font: 300 14px "Montserrat", sans-serif; line-height: 22px; color: #3c3c3c; text-align: justify; }

.medical-insurance-plan .overview { background-color: #fff; }

.medical-insurance-plan .overview h2 { margin: 20px 0px 0px 0px; font: 700 30px "Montserrat", sans-serif; }

.medical-insurance-plan .overview .top-border-line, .medical-insurance-plan .overview .quote-section .add-ons, .medical-insurance-plan .quote-section .overview .add-ons { margin: 10px 0px 30px 0px; }

.medical-insurance-plan .overview p { font: 300 15px "Montserrat", sans-serif; line-height: 17px; color: #3c3c3c; }

.medical-insurance-plan .overview > div > div > div { margin-bottom: 10px; }

.medical-insurance-plan .overview > div > div > div p:nth-child(2) { color: #000; font: 400 14px "Montserrat", sans-serif; }

.medical-insurance-plan .overview > div > div > div a { font: 700 14px "Montserrat", sans-serif; padding: 7px 15px; display: inline-block; }

.premium-overview .item-12 { font: 300 1.2em "Montserrat", sans-serif; color: #003346; }

.premium-overview .item-6 { margin-bottom: 15px; }

.premium-overview .item-6 p { font: 300 1.2em "Montserrat", sans-serif; color: #A42789; }

.premium-overview.student-icon p { line-height: 40px; }

.premium-overview.student-icon > div:nth-child(2) p:before { content: ""; background-image: url("http://127.0.0.1:8000/img/tabs/OC_HCI_website-asset_icon_student-tab_purple_v1@2x.png"); background-repeat: no-repeat; background-position: center; padding: 20px; display: inline-block; background-repeat: no-repeat; -webkit-background-size: 40px 40px; -moz-background-size: 40px; background-size: 40px; vertical-align: middle; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; text-align: center; margin-right: 15px; color: #fff; }

.premium-overview.total-icon p { line-height: 40px; }

.premium-overview.total-icon > div p { color: #003346; }

.premium-overview.total-icon > div:nth-child(2) p:before { content: ""; background-image: url("http://127.0.0.1:8000/img/products_plans_premiums/OC_HCI_website-asset_icon_premium_v1@2x.png"); background-repeat: no-repeat; background-position: center; padding: 20px; display: inline-block; background-repeat: no-repeat; -webkit-background-size: 40px 40px; -moz-background-size: 40px; background-size: 40px; vertical-align: middle; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; text-align: center; margin-right: 15px; color: #fff; }

.border-line { float: left; display: block; width: 100%; }

.sidebar-info { background-color: #fff; padding: 0px 15px 20px 15px; }

.sidebar-info.affix { top: 0px; bottom: 0px; }

.sidebar-info .plan-chosen { display: block; padding: 2px 0px; margin: 0px; }

.sidebar-info .plan-chosen > span { padding: 3px 0px; }

.sidebar-info .plan-chosen > span:first-child { font: 400 14px "Montserrat", sans-serif; display: block; }

.sidebar-info .plan-chosen > span:nth-child(2) { font: 700 14px "Montserrat", sans-serif; color: #00adee; text-transform: capitalize; display: block; }

.sidebar-info .plan-chosen > span:nth-child(2) span { color: #00adee; display: inline-block; }

.sidebar-info .addons-chosen { display: block; padding: 2px 0px; margin: 0px; }

.sidebar-info .addons-chosen > span { padding: 0px 0px 5px 0px; }

.sidebar-info .addons-chosen > span:nth-child(2) { -webkit-transition: display 1s; /* Safari */ -o-transition: display 1s; -moz-transition: display 1s; transition: display 1s; }

.sidebar-info .addons-chosen > span > span { color: #00adee; font: 700 14px "Montserrat", sans-serif; line-height: 18px; }

.sidebar-info .addons-chosen > span > span:nth-child(1) { padding: 0px 0px 5px 0px; }

.sidebar-info .addons-chosen > span > span:nth-child(2) { padding: 0px 0px 5px 0px; }

.sidebar-info .covered > span { padding: 3px 0px; }

.sidebar-info .covered > span:first-child { font: 400 14px "Montserrat", sans-serif; display: block; }

.sidebar-info .covered > span:nth-child(2) { font: 400 14px "Montserrat", sans-serif; color: #000; display: block; }

.sidebar-info .covered .inline { display: inline-block; padding: 0px; }

.sidebar-info div > a { margin: 5px 0px; text-decoration: underline; color: #000; font: 200 14px "Montserrat", sans-serif; }

.sidebar-info .fixed-links a { margin: 5px 0px; text-decoration: underline; color: #000; font: 400 14px "Montserrat", sans-serif; }

.sidebar-info .app-summary-header { margin-top: 0px; }

.sidebar-info .policy-nav p { margin: 7px 0px; font: 400 15px "Montserrat", sans-serif; }

.sidebar-info .policy-nav p i { padding: 6px 7px; margin-right: 2px; border: 1px solid #00adee; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background-color: #00adee; color: #fff; font-size: 12px; }

.sidebar-info .policy-nav p i.fa-check { background-color: #84c14a; border: 1px solid #84c14a; }

.sidebar-info .policy-nav p i.fa-check + span { color: #84c14a; }

/* GENERIC STANDARD PAGES */
.standardPageHeader { background-color: #00adee; height: 200px; padding-top: 30px; }

.standardPageHeading { width: 90%; max-width: 1200px; margin: 20px auto; }

.standardPageBody { width: 90%; max-width: 1200px; margin: 0 auto; padding: 40px 0; }

.fullWidthPageBody { width: 100%; margin: 5px 0; }

/** CONTENT STYLE RULES */
/* CONTENT CONTAINERS */
.contentContainer, .fullWidthContainer { width: 100%; }

.contentContainer { margin: 40px 0 180px; }

@media (max-width: 960px) { .contentContainer { margin: 20px 0 20px; } }

.fullWidthContainer, .paddedContainer { background-color: #fff; }

.paddedContainer { width: 100%; padding: 0 70px 0 170px; }

@media (max-width: 960px) { .paddedContainer { width: 90%; padding: 0; margin: 0 auto; overflow: auto; } }

.equalColumnsContainer { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; width: 100%; }

.equalColumnsContainer > div { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; }

.columnsContainer { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; width: 100%; }

@media (max-width: 767px) { .columnsContainer { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.columnsContainer > div.oneThird { -webkit-box-flex: 0; -webkit-flex: 0 0 33.33333%; -moz-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; }

@media (max-width: 767px) { .columnsContainer > div.oneThird { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } }

.columnsContainer > div.twoThirds { -webkit-box-flex: 0; -webkit-flex: 0 0 66.66667%; -moz-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; }

@media (max-width: 767px) { .columnsContainer > div.twoThirds { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } }

/* GRIDS */
.flex { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.square { position: relative; }

.square > div:after { content: ""; display: block; padding-bottom: 100%; }

.square > div > div { position: absolute; width: 100%; height: 100%; padding: 20px; }

.gridRow { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; width: 100%; }

@media (max-width: 640px) { .gridRow { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.gridRow.squares > div { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; position: relative; }

@media (max-width: 640px) { .gridRow.squares > div { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } }

.gridRow.squares > div:after { content: ""; display: block; padding-bottom: 100%; }

@media (max-width: 576px) { .gridRow.squares > div:after { padding-bottom: inherit; } }

.gridRow.squares > div > div { position: absolute; width: 100%; height: 100%; }

@media (max-width: 576px) { .gridRow.squares > div > div { position: relative; } }

.gridRow.oneToTwo > div { position: relative; }

.gridRow.oneToTwo > div:first-child { -webkit-box-flex: 0; -webkit-flex: 0 0 33.33333%; -moz-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; }

.gridRow.oneToTwo > div:first-child:after { content: ""; display: block; padding-bottom: 100%; }

.gridRow.oneToTwo > div:last-child { -webkit-box-flex: 0; -webkit-flex: 0 0 66.66666%; -moz-box-flex: 0; -ms-flex: 0 0 66.66666%; flex: 0 0 66.66666%; }

.gridRow.oneToTwo > div > div { position: absolute; width: 100%; height: 100%; }

.outerSquareSpacing { padding: 0 70px 0 170px; }

@media (max-width: 1200px) { .outerSquareSpacing { padding: 0; } }

/* ELEMENTS */
.boxedHeading { width: 150px; background-color: #003346; font: 16px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; color: white; margin-bottom: 10px; }

@media (max-width: 1200px) { .boxedHeading { width: 120px; } }

.boxedHeading.cyan { background-color: #00adee; }

.boxedHeading img { width: 100%; }

/* WHITESPACE */
.whitespace.height-xs { height: 10px; }

.whitespace.height-small { height: 25px; }

.whitespace.height-medium { height: 40px; }

.whitespace.height-large { height: 80px; }

@media (max-width: 960px) { .whitespace.height-large { height: 20px; } }

.whitespace.height-xl { height: 130px; }

@media (max-width: 960px) { .whitespace.height-xl { height: 40px; } }

.whitespace.height-xxl { height: 150px; }

.whitespace.height-70 { height: 70px; background-color: #fff; }

@media (max-width: 640px) { .whitespace.height-70 { height: 35px; } }

.whitespace.height-180 { height: 180px; background-color: #fff; }

@media (max-width: 640px) { .whitespace.height-180 { height: 90px; } }

.margin-b-70 { margin-bottom: 70px; }

@media (max-width: 640px) { .margin-b-70 { height: 35px; } }

/* TYPOGRAPHY */
.leadingText, .healthQuoteBoxedPanel > div:first-child { font: 18px "IskraLAT-Light", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; }

.notBold { font-weight: normal; }

/* COLOURS */
.backgroundColour.cyan { background-color: #00adee; }

.container { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; max-width: 1200px; min-height: 100vh; height: 100%; margin: 0 auto; background-color: #fff; padding: 0; -webkit-box-shadow: 2px 2px 80px #a6b5ba; -moz-box-shadow: 2px 2px 80px #a6b5ba; box-shadow: 2px 2px 80px #a6b5ba; }

.headerContainer { -webkit-box-flex: 0; -webkit-flex: 0 0 170px; -moz-box-flex: 0; -ms-flex: 0 0 170px; flex: 0 0 170px; height: 170px; z-index: 700000; }

@media (max-width: 960px) { .headerContainer { -webkit-flex-basis: 128px; -ms-flex-preferred-size: 128px; flex-basis: 128px; height: 128px; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .headerContainer { z-index: 0; } }

.bodyContainer { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .bodyContainer { min-height: 1200px; } }

.footerContainer { -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -moz-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; }

.standardPageBody .oneColumnContent { width: 100%; }

.standardPageBody .twoColumnContent { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

.standardPageBody .twoColumnContent > div { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }

.standardPageBody .twoColumnContent > div:first-child { padding-right: 30px; }

.standardPageBody .twoColumnContent > div:last-child { padding-left: 30px; }

.fullWidthPageBody .twoColumnContent { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

.fullWidthPageBody .twoColumnContent > div { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; }

.fullWidthPageBody .twoColumnContent > div:first-child > div { width: 90%; max-width: 600px; margin: 0 0 0 auto; padding-right: 30px; }

.fullWidthPageBody .twoColumnContent > div:last-child > div { width: 90%; max-width: 600px; margin: 0 auto 0 0; padding-left: 30px; }

.fullWidthPageBody .twoOnePanelledContent { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

.fullWidthPageBody .twoOnePanelledContent > div:first-child { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }

.fullWidthPageBody .twoOnePanelledContent > div:first-child > div { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; width: 100%; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; }

.fullWidthPageBody .twoOnePanelledContent > div:first-child > div > div { width: 90%; max-width: 600px; margin: 0 30px 0 auto; padding: 0 0 40px 0; }

.fullWidthPageBody .twoOnePanelledContent > div:first-child > div > div.withTopPadding { padding-top: 40px; }

.fullWidthPageBody .twoOnePanelledContent > div:last-child { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }

.fullWidthPageBody .twoOnePanelledContent > div:last-child > div { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; width: 100%; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; }

.fullWidthPageBody .twoOnePanelledContent > div:last-child > div > div { width: 90%; max-width: 600px; padding: 0 0 40px 30px; }

.fullWidthPageBody .twoOnePanelledContent > div:last-child > div > div.withTopPadding { padding-top: 40px; }

.columnWithBackground { padding-top: 40px; padding-bottom: 40px; }

.costs { border: 0; width: 100%; font-size: 16px; margin-bottom: 20px; }

.costs .icons { width: 35px; }

.costs .values { width: 100px; }

.basicTwoColumnContent { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; margin: 10px 0; }

.basicTwoColumnContent > div { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }

.basicTwoColumnContent > div:first-child { padding-right: 30px; }

.basicTwoColumnContent > div:last-child { padding-left: 30px; }

.textContainer { width: 100%; }

@media (max-width: 767px) { .textContainer { padding: 0 20px; } }

/* ELEMENTS */
.squareImage, .squareImageWithLink { width: 100%; height: auto; overflow: hidden; }

.squareImage:after, .squareImageWithLink:after { content: ""; display: block; }

.squareImage > div { width: 100%; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; background-position: center bottom; }

.whiteLabel { color: #fff !important; }

.privacyPolicyLink { display: block; margin: -15px 0 0 18px; }

.quickQuoteParameters { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

.quickQuoteParameters > div:first-child { -webkit-box-flex: 0; -webkit-flex: 0 0 50px; -moz-box-flex: 0; -ms-flex: 0 0 50px; flex: 0 0 50px; line-height: 30px; }

.quickQuoteParameters > div:nth-child(2) { -webkit-box-flex: 0; -webkit-flex: 0 0 60px; -moz-box-flex: 0; -ms-flex: 0 0 60px; flex: 0 0 60px; }

.quickQuoteParameters > div:nth-child(3) { -webkit-box-flex: 0; -webkit-flex: 0 0 80px; -moz-box-flex: 0; -ms-flex: 0 0 80px; flex: 0 0 80px; line-height: 30px; }

.quickQuoteParameters > div:nth-child(4) { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; }

.quickQuoteParameters > div:nth-child(5) { -webkit-box-flex: 0; -webkit-flex: 0 0 175px; -moz-box-flex: 0; -ms-flex: 0 0 175px; flex: 0 0 175px; text-align: right; line-height: 30px; }

.quickQuoteParameters > div:nth-child(6) { -webkit-box-flex: 0; -webkit-flex: 0 0 150px; -moz-box-flex: 0; -ms-flex: 0 0 150px; flex: 0 0 150px; text-align: right; }

.quickQuoteParameters > div:last-child { -webkit-box-flex: 0; -webkit-flex: 0 0 110px; -moz-box-flex: 0; -ms-flex: 0 0 110px; flex: 0 0 110px; text-align: right; padding-left: 15px; }

.quickQuoteCoverStart { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

.quickQuoteCoverStart > div { -webkit-box-flex: 1; -webkit-flex: 1 1 50%; -moz-box-flex: 1; -ms-flex: 1 1 50%; flex: 1 1 50%; }

.quickQuoteCoverStart > div:last-child > div { width: 250px; margin: 0 0 0 auto; }

.quickQuoteActions { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; height: 50px; padding-top: 25px; }

.quickQuoteActions > div { -webkit-box-flex: 1; -webkit-flex: 1 1 50%; -moz-box-flex: 1; -ms-flex: 1 1 50%; flex: 1 1 50%; }

.quickQuoteActions > div:first-child { text-align: right; }

.quickQuoteActions > div:last-child { font-size: 16px; line-height: 45px; }

/* Health */
/* => Date of Birth Repeated Region */
.dobFieldsListContainer { position: relative; -webkit-transition: all 1s; -o-transition: all 1s; -moz-transition: all 1s; transition: all 1s; }

#dob-fields-list { list-style-type: none; }

#dob-fields-list li { margin: 20px 0; padding-bottom: 20px; border-bottom: 1px #d8d7de dashed; }

#add-another-dob { display: none; position: absolute; right: 0; margin: -10px 0 0; }

#removePerson { display: none; position: absolute; margin: -10px 0 0 40px; }

/* PLAN PAGES */
/* Question/Answer Accordions */
h2.tab { padding-bottom: 15px; border-bottom: 1px solid #d8d7de; }

.accordionTab { padding-bottom: 15px; border-bottom: 1px solid #d8d7de; cursor: pointer; }

.healthQuoteSidebarTableRow { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

.healthQuoteSidebarTableRow > div:first-child { -webkit-box-flex: 0; -webkit-flex: 0 0 30px; -moz-box-flex: 0; -ms-flex: 0 0 30px; flex: 0 0 30px; font-size: 20px; color: #00adee; }

.healthQuoteSidebarTableRow > div:last-child { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; padding-bottom: 25px; }

.premiumBreakdownTableRow, .premiumBreakdownTotal { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

.premiumBreakdownTableRow > div:first-child, .premiumBreakdownTotal > div:first-child { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; line-height: 1em; }

.premiumBreakdownTableRow > div:last-child, .premiumBreakdownTotal > div:last-child { -webkit-box-flex: 0; -webkit-flex: 0 0 80px; -moz-box-flex: 0; -ms-flex: 0 0 80px; flex: 0 0 80px; text-align: right; padding-bottom: 5px; }

.premiumBreakdownTableRow { border-bottom: 1px dotted #d8d7de; }

.premiumBreakdownTableRow:last-child { border-bottom: none; }

.premiumBreakdownTotal { font-weight: bold; border-top: 1px solid #00adee; }

.premiumBreakdownTotal:last-child { padding-top: 5px; }

.mobileApplyButton { display: none; }

@media (max-width: 576px) { .mobileApplyButton { display: block; } }

.mobileRestartQuoteButton { display: none; }

@media (max-width: 576px) { .mobileRestartQuoteButton { display: inline-block; } }

/* Application Flow Indicator */
.flow { display: none !important; position: fixed; top: 128px; width: 100%; background-color: #f3f1f3; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; margin: 0 0 30px 0; padding: 20px 280px 15px 10px; z-index: 250; }

.flow > div { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; font-family: "IskraLAT-Light", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; text-align: center; }

.flow > div:not(.activeStepChain):not(.stepChain) { font-size: 14px; }

.flow > div a { color: #003346; text-decoration: none; }

.flow > div a:hover { color: #003346; }

.flow > div p { margin: 3px 0; }

.flow > div p:hover { opacity: 0.5; }

.flow > div img { width: 45px; }

.flow > div img:hover { opacity: 0.5; }

@media (max-width: 767px) { .flow > div img { width: 35px; } }

.stepChain, .activeStepChain { font-size: 24px; padding-top: 10px; }

.quoteRetrieveContainer { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; width: 100%; margin: 16px 0; }

.quoteRetrieveContainer > div:first-child { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; }

@media (max-width: 767px) { .quoteRetrieveContainer > div:first-child { display: none; } }

.quoteRetrieveContainer > div:last-child { -webkit-box-flex: 0; -webkit-flex: 0 0 210px; -moz-box-flex: 0; -ms-flex: 0 0 210px; flex: 0 0 210px; text-align: center; }

@media (max-width: 767px) { .quoteRetrieveContainer > div:last-child { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; text-align: left; padding-left: 10px; } }

.healthQuoteButtons { text-align: center; padding-top: 6px; }

.healthQuoteButtons img { width: 150px; }

.quotePlanContainerFree, .quotePlanContainer { position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

@media screen and (max-width: 960px) { .quotePlanContainerFree, .quotePlanContainer { width: 90%; margin: 0 auto; } }

.quotePlanContainer { padding-left: 20px; padding-right: 250px; }

@media (max-width: 767px) { .quotePlanContainer { width: 100%; padding-right: 10px; } }

.quotePlanContent { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; padding: 50px 35px 30px 0; }

@media (max-width: 767px) { .quotePlanContent { width: 60%; padding: 140px 20px 30px; } }

@media (max-width: 576px) { .quotePlanContent { padding-top: 140px; } }

.quotePlanContentWithFlow { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; padding: 130px 40px 30px 0; }

.mobilePremiumContainer { display: none; }

@media (max-width: 767px) { .mobilePremiumContainer { display: block; position: fixed; top: 0; width: 100%; color: #fff; background-color: #003346; font-size: 16px; text-align: center; padding: 10px; z-index: 1200; } }

.quotePlanSidebar { position: absolute; right: 0; min-height: -webkit-calc(100vh - 290px); min-height: -moz-calc(100vh - 290px); min-height: calc(100vh - 290px); height: 100vh; -webkit-box-flex: 0; -webkit-flex: 0 0 250px; -moz-box-flex: 0; -ms-flex: 0 0 250px; flex: 0 0 250px; width: 250px; background-color: #fff; z-index: 300; }

@media (max-width: 576px) { .quotePlanSidebar { display: none; } }

.quotePlanSidebarFree { -webkit-box-flex: 0; -webkit-flex: 0 0 250px; -moz-box-flex: 0; -ms-flex: 0 0 250px; flex: 0 0 250px; background-color: #fff; }

@media (max-width: 767px) { .quotePlanSidebarFree { display: none; } }

.quotePlanSidebarContent { padding: 0; }

@media screen and (max-width: 960px) { .quotePlanSidebarContent { padding: 0; } }

.quotePlanSidebarPanel, .quotePlanSidebarPanelTop { margin-bottom: 50px; }

.quotePlanSidebarPanel h2, .quotePlanSidebarPanelTop h2 { font-family: "IskraLAT-Light", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; }

.quotePlanSidebarPanel img, .quotePlanSidebarPanelTop img { width: 60px; }

.quotePlanSidebarPanel.first, .first.quotePlanSidebarPanelTop { margin-top: 60px; }

.quotePlanSidebarPanelTop { margin-bottom: 10px; }

.sidebarContainer { height: -webkit-calc(100vh - 435px); height: -moz-calc(100vh - 435px); height: calc(100vh - 435px); overflow-y: scroll; }

.sidebarIcon { width: 60px; margin-bottom: 20px; }

.sidebarIcon.smaller { width: 30px; vertical-align: -25px; }

.premiumResult, .waitingResult { position: relative; display: inline-block; font-size: 28px; font-weight: bold; color: white; padding: 10px 8px; }

.premiumResult.cyan, .cyan.waitingResult { background-color: #00adee; }

.premiumResult.magenta, .magenta.waitingResult { background-color: #a42789; }

.premiumResult.green, .green.waitingResult { background-color: #84c14a; }

.premiumResult.orange, .orange.waitingResult { background-color: #f39412; }

.premiumResult.peach, .peach.waitingResult { background-color: #ef804a; }

.premiumDisplay { position: relative; display: inline-block; font-size: 28px; font-weight: 600; padding: 5px; border: 3px solid; }

.premiumDisplay.cyan { color: #00adee; border-color: #00adee; }

.premiumDisplay.magenta { color: #a42789; border-color: #a42789; }

.premiumDisplay.green { color: #84c14a; border-color: #84c14a; }

.premiumDisplay.orange { color: #f39412; border-color: #f39412; }

.premiumDisplay.peach { color: #ef804a; border-color: #ef804a; }

/* BLOG PAGES */
.blogMainTitle { padding: 0 15px; }

.blogArticleThumbnail > div { padding: 15px; }

.blogArticleThumbnail:hover { opacity: 0.5; }

.blogArticleThumbTitle:hover, .blogArticleThumbTitleShadow:hover { text-decoration: none; }

.blogArticleThumbTitle { position: relative; width: 100%; font: 24px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; color: white; z-index: 1; }

.blogArticleThumbTitleShadow { position: absolute; top: 1px; left: 1px; width: 100%; color: #99989c; z-index: -1; }

.blogArticleLink:hover { text-decoration: none; opacity: 0.5; }

.blogArticleContent { padding: 0 20px 30px 0; }

@media (max-width: 767px) { .blogArticleContent { padding: 0; } }

.blogFeedArticle { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

.blogFeedArticle > div:first-child { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; height: 100px; overflow: hidden; }

@media (max-width: 640px) { .blogFeedArticle > div:first-child { height: 120px; }
  .blogFeedArticle > div:first-child p { display: none; } }

.blogFeedArticle > div:last-child { position: relative; -webkit-box-flex: 0; -webkit-flex: 0 0 200px; -moz-box-flex: 0; -ms-flex: 0 0 200px; flex: 0 0 200px; }

.blogFeedArticle > div:last-child a { position: absolute; top: 0; right: 0; }

@media (max-width: 848px) { .zopim { position: fixed !important; top: auto !important; bottom: 0 !important; } }

.planNavigation { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; margin: 20px 0 30px; }

.planNavigation > div:first-child { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; }

.planNavigation > div:last-child { -webkit-box-flex: 0; -webkit-flex: 0 0 120px; -moz-box-flex: 0; -ms-flex: 0 0 120px; flex: 0 0 120px; }

.planCurrencySelector { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; width: 90px; height: 30px; border: 1px solid #00adee; }

.planCurrencySelector div { -webkit-box-flex: 0; -webkit-flex: 0 0 30px; -moz-box-flex: 0; -ms-flex: 0 0 30px; flex: 0 0 30px; font-size: 18px; color: #00adee; text-align: center; padding-top: 5px; cursor: pointer; -webkit-transition: all 1s; -o-transition: all 1s; -moz-transition: all 1s; transition: all 1s; }

.planCurrencySelector div:not(:last-child) { border-right: 1px solid #00adee; }

.planCurrencySelector div:hover, .planCurrencySelector div.selected { background-color: #00adee; color: #fff; }

.planCurrencySelector div:hover a, .planCurrencySelector div.selected a { color: #fff; text-decoration: none; }

.planCurrencySelector div:hover a:hover, .planCurrencySelector div:hover a:focus, .planCurrencySelector div:hover a:active, .planCurrencySelector div.selected a:hover, .planCurrencySelector div.selected a:focus, .planCurrencySelector div.selected a:active { text-decoration: none !important; }

.plansTable, .plansSummaryTable { width: 100%; }

.plansTable tr, .plansSummaryTable tr { border-bottom: 1px solid #d8d7de; }

.plansTable th, .plansSummaryTable th, .plansTable td, .plansSummaryTable td { position: relative; padding: 8px 10px; width: 15%; }

.plansTable th.planFirstColumn, .plansSummaryTable th.planFirstColumn, .plansTable td.planFirstColumn, .plansSummaryTable td.planFirstColumn { width: 25%; padding: 8px 0; }

.plansTable td, .plansSummaryTable td { font-size: 11px; text-align: center; }

.plansTableHover { background-color: #ede8ed; }

.planHeading { position: relative; width: 100%; height: 55px; font-size: 18px; }

.planHeading img { width: 50px; }

.planIcon { position: absolute; top: 0; left: 50%; width: 30px; height: 30px; background-color: black; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }

.planIcon.peach { background-color: #ef804a; }

.planIcon.orange { background-color: #f39412; }

.planIcon.cyan { background-color: #00adee; }

.planIcon.green { background-color: #84c14a; }

.planIcon.magenta { background-color: #a42789; }

.planAccordionTab { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; margin-top: 20px; cursor: pointer; border-bottom: 1px solid #d8d7de; -webkit-transition: all 1s; -o-transition: all 1s; -moz-transition: all 1s; transition: all 1s; }

.planAccordionTab:hover { opacity: 0.5; }

.planAccordionTab#benefitsTabCat0 { border-bottom: 1px solid white; }

.planAccordionTab > div:first-child { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; }

.planAccordionTab > div:last-child { -webkit-box-flex: 0; -webkit-flex: 0 0 20px; -moz-box-flex: 0; -ms-flex: 0 0 20px; flex: 0 0 20px; }

.planAccordionIndicator { position: relative; width: 20px; height: 20px; margin-top: 15px; }

.planAccordionIndicator div { position: absolute; width: 20px; height: 1px; background-color: #00adee; -webkit-transition: all 1s; -o-transition: all 1s; -moz-transition: all 1s; transition: all 1s; }

.planAccordionIndicator div:last-child { -webkit-transform: rotateZ(90deg); -moz-transform: rotateZ(90deg); -ms-transform: rotate(90deg); -o-transform: rotateZ(90deg); transform: rotateZ(90deg); }

.planAccordionIndicator.expanded div { position: absolute; width: 20px; height: 1px; background-color: #00adee; -webkit-transition: all 1s; -o-transition: all 1s; -moz-transition: all 1s; transition: all 1s; }

.planAccordionIndicator.expanded div:first-child { -webkit-transform: rotateZ(-90deg); -moz-transform: rotateZ(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotateZ(-90deg); transform: rotateZ(-90deg); opacity: 0; }

.planAccordionIndicator.expanded div:last-child { -webkit-transform: rotateZ(0); -moz-transform: rotateZ(0); -ms-transform: rotate(0); -o-transform: rotateZ(0); transform: rotateZ(0); }

.planSubtitleText { font-family: "IskraLAT-Light", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; color: #99989c; }

.planAccordionPanel { height: 0; overflow: auto; cursor: default; }

.planAccordionPanel#benefitsPanelCat0 { height: auto; overflow: auto; }

.footnotes { font-size: 10px; margin-top: 20px; }

.footnotes ul { list-style-type: none; margin: 0; padding: 0; }

.compareButtonDesktop { display: block; }

@media (max-width: 576px) { .compareButtonDesktop { display: none; } }

.compareButtonMobile { display: none; }

@media (max-width: 576px) { .compareButtonMobile { display: block; margin: -15px 0 0 -10px; } }

.plansSummaryTableContainer { position: relative; width: 100%; overflow: hidden; }

@media (max-width: 576px) { .plansSummaryTableContainer { overflow-x: scroll; } }

.plansSummaryTableScrollArrows { display: none; }

@media (max-width: 576px) { .plansSummaryTableScrollArrows { display: block; position: absolute; top: 50%; left: 10px; font-size: 60px; color: #99989c; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); opacity: 0.2; z-index: 1000; } }

.tapIndicator { -webkit-transform: rotateZ(-30deg); -moz-transform: rotateZ(-30deg); -ms-transform: rotate(-30deg); -o-transform: rotateZ(-30deg); transform: rotateZ(-30deg); }

.tapIndicatorThinSpace { font-size: 30px; }

.selectedPlanDescription { height: 60px; }

.selectedPlanHighlight { position: absolute; top: 0; left: 0; width: 20%; height: 100%; z-index: 0; background-color: #f5f6f7; -webkit-box-shadow: -2px 5px 20px #ccc; -moz-box-shadow: -2px 5px 20px #ccc; box-shadow: -2px 5px 20px #ccc; -webkit-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; }

@media (max-width: 576px) { .plansSummaryTable { width: 600px; } }

.plansSummaryCell { line-height: 24px; padding: 15px 0 !important; }

@media (max-width: 576px) { .plansSummaryCell { line-height: 20px; padding: 3px 0 !important; } }

.premiumRow th { text-align: center; padding: 10px 0; }

@media (max-width: 576px) { .premiumRow th { padding: 2px 0; } }

.premiumRow .premiumResult, .premiumRow .waitingResult { width: 80%; height: 40px; font-size: 14px; padding: 7px 0 0 0; }

@media (max-width: 576px) { .premiumRow .premiumResult, .premiumRow .waitingResult { height: 30px; padding: 6px 0 0 0; } }

.waitingResult { position: absolute; top: 0; left: 50%; width: 100%; height: 40px; font-size: 11px !important; text-align: center; padding-top: 2px; margin-bottom: 10px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); vertical-align: -5px; }

.waitingResult > svg { margin-top: -3px; }

.plansSummaryItems { font-size: 11px; font-weight: 700; color: #ece7ec; }

@media (max-width: 576px) { .plansSummaryItems { font-size: 9px; } }

.plansSummaryItems.disabled { color: #ece7ec; }

.plansSummaryItems.cyan { color: #00adee; }

.plansSummaryItems.magenta { color: #a42789; }

.plansSummaryItems.green { color: #84c14a; }

.plansSummaryItems.orange { color: #f39412; }

.plansSummaryItems.peach { color: #ef804a; }

.plansSummaryData { font-size: 12px; font-weight: bold; color: #ece7ec; }

@media (max-width: 576px) { .plansSummaryData { font-size: 10px; } }

.plansSummaryData.enlarge { font-size: 14px; font-weight: normal; }

.planButton { cursor: pointer; }

.addonsRow { margin: 0; }

.addonThumbnailChild { position: relative; }

.addonTitle, .addonTitleShadow { position: absolute; top: 10px; left: 10px; font: 18px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; color: white; z-index: 1000; }

.addonTitleShadow { top: 12px; left: 12px; color: #646369; z-index: 500; }

.addonAdd { position: absolute; top: 50%; left: 50%; font-size: 80px; color: white; text-align: center; opacity: 0.5; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.addonsRow { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; width: 100%; margin-bottom: 10px; }

.addonsRow > div:first-child { -webkit-box-flex: 0; -webkit-flex: 0 0 150px; -moz-box-flex: 0; -ms-flex: 0 0 150px; flex: 0 0 150px; }

.addonsRow > div:last-child { position: relative; -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; }

.addonBackground { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: #00adee; background-position: center bottom; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; background-blend-mode: luminosity; opacity: 0.1; z-index: 0; }

.addonForm { width: 100%; margin: 20px auto 20px; }

@media (max-width: 576px) { .addonForm { position: relative; } }

.addonCost { position: absolute; top: 35px; right: 0; width: 140px; z-index: 1100; }

@media (max-width: 576px) { .addonCost { display: none; } }

.addonPriceValue { display: block; }

@media (max-width: 576px) { .addonPriceValue { display: none; } }

.inline-checkbox { display: inline-block; margin-right: 10px; }

.startingPrice { font-size: 20px; font-weight: 600; }

.startingPriceText { font-size: 10px; }

.startingPriceSmall { font-size: 8px; }

.articleItem { padding-bottom: 20px; }

.blogArticleThumbnail > div { padding: 15px; }

/**/
.blogArticleThumbTitle { font: 20px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; color: white; }

.blogArticleContent > div:nth-child(2) { font-family: "Montserrat", "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif; font-size: 12px; }

.blogArticleContent > div:nth-child(2) h1 { font-family: "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif !important; font-size: 26px !important; font-weight: normal !important; color: #003346 !important; text-align: left !important; }

.blogArticleContent > div:nth-child(2) h2 { font-family: "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif !important; font-size: 22px !important; font-weight: normal !important; color: #003346 !important; text-align: left !important; }

.blogArticleContent > div:nth-child(2) h3 { font-family: "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif !important; font-size: 18px !important; font-weight: normal !important; color: #003346 !important; text-align: left !important; }

.blogArticleContent > div:nth-child(2) h4 { font-family: "IskraLAT-Light", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif !important; font-size: 16px !important; font-weight: normal !important; color: #003346 !important; text-align: left !important; }

.blogArticleContent > div:nth-child(2) h5 { font-family: "Montserrat", "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif !important; font-size: 16px !important; font-weight: bold !important; color: #003346 !important; text-align: left !important; }

.blogArticleContent > div:nth-child(2) h6 { font-family: "Montserrat", "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif !important; font-size: 14px !important; font-weight: bold !important; color: #003346 !important; text-align: left !important; }

.blogArticleContent > div:nth-child(2) p:first-child { font-family: "IskraLAT-Light", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif !important; font-size: 18px !important; font-weight: normal !important; }

.blogArticleContent > div:nth-child(2) p:not(:first-child) { font-family: "Montserrat", "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif !important; }

.blogArticleContent > div:nth-child(2) a { color: #00adee !important; text-decoration: none !important; }

.blogArticleContent > div:nth-child(2) a:hover { text-decoration: underline !important; }

.blogArticleContent > div:nth-child(2) code { background-color: #f0fbff !important; color: #003346 !important; }

.blogSocialMediaLinks { list-style-type: none; margin: 0; padding: 0; }

.blogSocialMediaLinks li { display: inline-block; color: #00adee; margin-right: 15px; }

.blogSocialMediaLinks li:first-child { font: 20px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; color: #003346; }

.cells4Life { position: relative; height: 70px; width: 100%; max-width: 1675px; margin: 0 auto; background-position: bottom center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; cursor: pointer; overflow: hidden; }

@media (max-width: 1200px) { .cells4Life { padding-left: 20px; padding-right: 20px; } }

@media (max-width: 767px) { .cells4Life { margin-bottom: -40px; } }

.cells4LifeContent { position: relative; width: 100%; max-width: 1168px; margin: 0 auto; }

.cells4LifeContent img { width: 110px; margin-top: 8px; }

.cells4LifeText div { position: absolute; }

.cells4LifeText div:first-child, .cells4LifeText div:nth-child(2) { font: 24px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; }

.cells4LifeText div:first-child { top: 10px; left: 220px; z-index: 2000; }

@media (max-width: 660px) { .cells4LifeText div:first-child { top: 10px; } }

@media (max-width: 500px) { .cells4LifeText div:first-child { left: 120px; } }

@media (max-width: 400px) { .cells4LifeText div:first-child { top: 15px; } }

@media (max-width: 380px) { .cells4LifeText div:first-child { font-size: 18px; } }

.cells4LifeText div:nth-child(2) { top: 12px; left: 222px; color: #99989c; z-index: 1000; }

@media (max-width: 660px) { .cells4LifeText div:nth-child(2) { top: 12px; } }

@media (max-width: 500px) { .cells4LifeText div:nth-child(2) { left: 122px; } }

@media (max-width: 400px) { .cells4LifeText div:nth-child(2) { top: 17px; } }

@media (max-width: 380px) { .cells4LifeText div:nth-child(2) { font-size: 18px; } }

.cells4LifeText div:nth-child(3) { top: 20px; left: 220px; font-size: 15px; line-height: 50px; }

@media (max-width: 500px) { .cells4LifeText div:nth-child(3) { left: 120px; } }

@media (max-width: 400px) { .cells4LifeText div:nth-child(3) { display: none; } }

.cells4LifeText div:last-child { top: 180px; width: 300px; font-size: 16px; color: black; opacity: 0; }

@media (max-width: 767px) { .cells4LifeDescription { right: 10px; } }

.cells4LifeDescription a { color: #333; }

.cells4LifeDescription a:hover { color: black; text-decoration: underline; }

.cells4LifePointer { display: inline-block; font-size: 20px; margin: 0 15px; }

.cells4LifeBottom { position: absolute; width: 100%; height: 50px; bottom: 0; background-image: url("images/cells4life/cells4life_bottom.png"); -webkit-background-size: 50px 50px; -moz-background-size: 50px 50px; background-size: 50px 50px; background-repeat: repeat-x; }

@media (min-width: 1200px) { .posterImage { max-width: 1675px; } }

.healthPageCells4Life { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; width: 100%; height: auto; background-image: url("../../../../images/cells4life/med_cells4life_2.jpg"); -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; background-position: center; color: white; margin: 5px 0; overflow: auto; }

.healthPageCells4Life a { color: #d8d7de; text-decoration: none; }

.healthPageCells4Life a:hover { color: #fff; text-decoration: underline; }

.healthPageCells4Life > div { padding: 10px; }

.healthPageCells4Life > div:first-child { -webkit-box-flex: 0; -webkit-flex: 0 0 120px; -moz-box-flex: 0; -ms-flex: 0 0 120px; flex: 0 0 120px; }

.healthPageCells4Life > div:first-child img { width: 100px; }

.healthPageCells4Life > div:last-child { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; }

.healthPageCells4LifeTitle { font: 20px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; margin: 0 0 10px; }

.healthPageCells4LifeDescription p { margin: 5px 0; }

.medCells4LifeContainer { width: 100%; max-width: 1650px; margin: 0 auto; overflow-x: hidden; overflow-y: auto; }

.medCells4Life { width: 101%; max-width: 1700px; background-image: url("images/cells4life/med_cells4life_2.jpg"); background-repeat: no-repeat; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; margin: 0 -10px; padding: 20px 0; }

@media (max-width: 767px) { .medCells4Life { background-position: center top; -webkit-background-size: 1000px 1000px; -moz-background-size: 1000px; background-size: 1000px; margin: 0; padding: 0 0 20px; } }

.medCells4Life a { color: #ccc; text-decoration: none; }

.medCells4Life a:hover { text-decoration: underline; }

.mainCells4Life { margin-bottom: 40px; }

.mainCells4Life a:not(.button) { color: #00adee; text-decoration: none; }

.mainCells4Life a:not(.button):hover { color: #00adee; text-decoration: underline; }

.mainCells4Life a.button { text-decoration: none; }

.mainCells4Life a.button:active { text-decoration: none; }

@media (max-width: 576px) { .mainCells4Life { margin-top: -30px; margin-bottom: 30px; } }

.medCells4LifeContent { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; width: 100%; max-width: 1200px; margin: 0 auto; }

@media (max-width: 1200px) { .medCells4LifeContent { max-width: 970px; } }

@media (max-width: 990px) { .medCells4LifeContent { max-width: 780px; } }

@media (max-width: 767px) { .medCells4LifeContent { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.medCells4LifeLogo { -webkit-box-flex: 0; -webkit-flex: 0 0 300px; -moz-box-flex: 0; -ms-flex: 0 0 300px; flex: 0 0 300px; }

@media (max-width: 767px) { .medCells4LifeLogo { -webkit-box-flex: 1; -webkit-flex: 1 1 100%; -moz-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; } }

.medCells4LifeLogo img { width: 250px; margin-top: 100px; }

@media (max-width: 767px) { .medCells4LifeLogo img { margin-top: 25px; margin-left: 20px; } }

.medCells4LifeText { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -moz-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; color: white; }

@media (max-width: 767px) { .medCells4LifeText { -webkit-box-flex: 1; -webkit-flex: 1 1 100%; -moz-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; margin: 0 15px; } }

.medCells4LifeText .titleText { font-size: 24px; font-weight: bold; line-height: 1.2em; margin-top: 50px; }

@media (max-width: 1600px) { .medCells4LifeText .titleText { margin-top: 30px; } }

@media (max-width: 990px) { .medCells4LifeText .titleText { margin-top: 20px; } }

@media (max-width: 767px) { .medCells4LifeText .titleText { margin-top: 25px; } }

.medCells4LifeText .headlineText { margin-top: 20px; }

@media (max-width: 1600px) { .medCells4LifeText .headlineText { margin-top: 10px; } }

@media (max-width: 1200px) { .medCells4LifeText .headlineText { margin-top: 5px; } }

@media (max-width: 990px) { .medCells4LifeText .headlineText { margin-top: 40px; } }

@media (max-width: 767px) { .medCells4LifeText .headlineText { display: none; } }

.medCells4LifeText .mobileHeadlineText { display: none; }

@media (max-width: 767px) { .medCells4LifeText .mobileHeadlineText { display: block; margin-top: 5px; } }

.medCells4LifeText .descriptionText { margin-top: 20px; }

@media (max-width: 767px) { .medCells4LifeText .descriptionText { display: none; } }

.cells4LifeSnippet { display: none; }

@media (max-width: 767px) { .cells4LifeSnippet { display: block; position: relative; margin-top: 20px; padding: 80px 20px 20px; border: 1px solid #003346; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
  .cells4LifeSnippet img { position: absolute; top: -10px; left: 20px; width: 150px; } }

/* Main 'Cells4Life' Page */
.mainCells4Life, .mainCells4LifeTable { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.mainCells4Life div { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }

@media (max-width: 767px) { .mainCells4Life div { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } }

.mainCells4Life div:first-child { padding-right: 20px; }

@media (max-width: 767px) { .mainCells4Life div:first-child { padding-right: 0; } }

.mainCells4Life div:last-child { padding-left: 20px; }

@media (max-width: 767px) { .mainCells4Life div:last-child { padding-left: 0; } }

.mainCells4LifeTable ul, .mainCells4LifeTable li { font-size: 14px; margin: 0; padding: 0; }

@media (max-width: 767px) { .mainCells4LifeTable { margin: 15px 0; } }

.mainCells4LifeTable div { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }

@media (max-width: 576px) { .mainCells4LifeTable div { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } }

.mainCells4LifeTable div:first-child { padding-right: 20px; }

@media (max-width: 576px) { .mainCells4LifeTable div:first-child { padding-right: 0; } }

.mainCells4LifeTable div:last-child { padding-left: 20px; }

@media (max-width: 576px) { .mainCells4LifeTable div:last-child { padding-left: 0; } }

.mainCells4LifeLogo { width: 350px; margin-bottom: 40px; }

@media (max-width: 767px) { .mainCells4LifeLogo { display: none; } }

.mobileMainCells4LifeLogo { display: none; margin-bottom: 20px; }

@media (max-width: 767px) { .mobileMainCells4LifeLogo { display: block; width: 300px; height: 100%; } }

.cells4LifeTsCs { width: 100%; }

.cells4LifeTsCs a { color: #00adee; text-decoration: none; }

.cells4LifeTsCs a:hover { color: #00adee; text-decoration: underline; }

.tsCsDivider { font-size: 16px; line-height: 16px; }

.planCells4LifeLogo { width: 100%; text-align: center; }

.planCells4LifeLogo img { width: 100px; }

@media (max-width: 767px) { .medBenefitsContainer { margin-top: 50px; } }

.cells4LifeContactForm { width: 80%; max-width: 800px; margin: 0 auto; }

@media (max-width: 576px) { .cells4LifeContactForm { width: 100%; } }

.cells4LifeContactForm input { margin-bottom: 10px; outline: none; }

@media (max-width: 576px) { .cells4LifeContactForm input { font-size: 18px; } }

.cells4LifeContactForm textarea { height: 200px; margin-bottom: 20px; outline: none; resize: none; }

@media (max-width: 576px) { .cells4LifeContactForm textarea { font-size: 18px; } }

.cells4LifeContactForm a { color: #00adee; }

.cells4LifeContactForm a:hover { color: #00adee; text-decoration: underline; }

.cells4LifeContactConfirm a { color: #00adee; text-decoration: none; }

.cells4LifeContactConfirm a:hover { color: #00adee; text-decoration: underline; }

.captcha_image { border: 1px solid #00adee; }

#cells4_life_contact_captcha { width: 130px; }

.cells4LifePlansLogo { width: 100px; }

.portalSidebar { width: 100%; }

.portalSidebar img { width: 100%; }

.portalTitle { font-size: 24px; color: white; text-align: center; padding: 20px 0; }

.portalTextInput { width: 100%; }

.portalTextarea { width: 100%; height: 120px; margin-bottom: 20px; }

html, body { font-weight: 500; }

h1 { font-family: "IskraLAT-UltraBold", "Helvetica", "Arial", sans-serif !important; }

.branding > div { margin: 20px 0 0 5px !important; }

.branding img { width: 60px !important; }

.sidenav .sidenav-content > .nav-link { font-family: "Montserrat", "Arial", "Helvetica", sans-serif !important; }

.ui-datepicker { background-color: rgba(255, 255, 255, 0.9); padding: 10px; border: 1px solid #003346; z-index: 50000; }

.ui-datepicker-calendar th, .ui-datepicker-calendar td { padding: 3px; }

/** MISCELLANEOUS */
/* TEMPORARY STYLE RULES */
#appbundle_life_quote_coverAmount, #appbundle_life_quote_salary { width: 200px; }

.lifeCoverAmount, .lifePipEarnings { width: 220px; }

.pip-elements { margin-bottom: 15px; }

#canvas, #canvas2, #canvasMobile { position: absolute; background-color: transparent; opacity: 0.4; background-blend-mode: screen; top: 53%; left: 33%; width: 63%; height: 23%; z-index: 100; }

#canvas2 { top: 33%; left: 31%; width: 77%; height: 32%; z-index: 2000; }

#canvasMobile { top: 33%; left: 36%; width: 53%; height: 32%; z-index: 2000; }

.posterSpaceForDemo, .posterSpaceForMobile { position: relative; }

.footer-info { color: #fff; font-size: 10px; padding: 0; }

.warning { display: none; position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 600px; height: 480px; background-color: white; border: 1px solid #003346; padding: 20px; z-index: 3000000; }

.warning > div:first-child { font: 24px "IskraLAT-UltraBold", "Ubuntu", "Montserrat", "Tahoma", "Helvetica", "Arial", sans-serif; }

.warning > div:first-child img { width: 30px; }

.warning > div:nth-child(3) textarea { width: 100%; height: 120px; color: black; font: 10px monospace; }

.warning > div:nth-child(4) { font-size: 10px; }

.warning > div:nth-child(5) { text-align: center; font-size: 16px; }

.warning > div:last-child { text-align: center; height: 50px; }

.form-control, .security-login input[type='text'], .security-login input[type='password'], .security-register input[type='text'], .security-register input[type='password'] { color: #000; font-weight: 600; }

.form-control:focus, .security-login input:focus[type='text'], .security-login input:focus[type='password'], .security-register input:focus[type='text'], .security-register input:focus[type='password'] { border-color: inherit; }

input:not([type=checkbox]):not([type=radio]) { -webkit-appearance: none !important; }

/** IE-ONLY STYLES */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .bodyContainer { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; min-height: -webkit-calc(100vh - 320px); min-height: -moz-calc(100vh - 320px); min-height: calc(100vh - 320px); }
  .hciLogo { height: 170px; }
  .quickQuoteOptions > div:last-child input, .quickQuoteOptions > div:last-child select { width: 90%; } }

/*# sourceMappingURL=style.min.css.map */
