@import url('https://fonts.googleapis.com/css?family=Muli:400,600,800');
.text-default {
  color: #444444;
}
.text-primary {
  color: #00a160;
}
.text-info {
  color: #8cc63e;
}
.text-warning {
  color: #f7901d;
}
.text-success {
  color: #008b54;
}
.text-danger {
  color: #d02b00;
}
.btn-default {
  color: #333333;
  background-color: #ece8e9;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #dad2d4;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ece8e9;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #00a160;
  border-color: #008851;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #007848;
  border-color: #004a2c;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #00a160;
  border-color: #008851;
}
.btn-warning {
  color: #fdfdfd;
  background-color: #f7901d;
  border-color: #f28409;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fdfdfd;
  background-color: #e37c08;
  border-color: #b76406;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f7901d;
  border-color: #f28409;
}
.btn-danger {
  color: #ffffff;
  background-color: #d02b00;
  border-color: #b72600;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #a72300;
  border-color: #791900;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d02b00;
  border-color: #b72600;
}
.btn-success {
  color: #ffffff;
  background-color: #00be73;
  border-color: #00a563;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #00955a;
  border-color: #00673e;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #00be73;
  border-color: #00a563;
}
.btn-info {
  color: #ffffff;
  background-color: #8cc63e;
  border-color: #7fb535;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #76a932;
  border-color: #5e8628;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #8cc63e;
  border-color: #7fb535;
}
.panel-default {
  border-color: #d7d7d7;
}
.panel-default > .panel-heading {
  color: #555555;
  background-color: #f0f0f0;
  border-color: #d7d7d7;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d7d7d7;
}
.panel-default > .panel-heading > .dropdown .caret {
  border-color: #555555 transparent;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d7d7d7;
}
.panel-primary {
  border-color: #00a160;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #00a160;
  border-color: #00a160;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #00a160;
}
.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #00a160;
}
.panel-success {
  border-color: #00d782;
}
.panel-success > .panel-heading {
  color: #002516;
  background-color: #00d782;
  border-color: #00d782;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #00d782;
}
.panel-success > .panel-heading > .dropdown .caret {
  border-color: #002516 transparent;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #00d782;
}
.panel-warning {
  border-color: #f7901d;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #f7901d;
  border-color: #f7901d;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f7901d;
}
.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f7901d;
}
.panel-danger {
  border-color: #d02b00;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #d02b00;
  border-color: #d02b00;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d02b00;
}
.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d02b00;
}
.panel-info {
  border-color: #71a130;
}
.panel-info > .panel-heading {
  color: #8cc63e;
  background-color: #71a130;
  border-color: #71a130;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #71a130;
}
.panel-info > .panel-heading > .dropdown .caret {
  border-color: #8cc63e transparent;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #71a130;
}
.alert-success {
  background-color: #008b54;
  border-color: #005835;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #003e26;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #8cc63e;
  border-color: #8cc63e;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #7fb535;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #f7901d;
  border-color: #f7901d;
  color: #5e3303;
}
.alert-warning hr {
  border-top-color: #f28409;
}
.alert-warning .alert-link {
  color: #2d1802;
}
.alert-danger {
  background-color: #d02b00;
  border-color: #d02b00;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #b72600;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
body {
  font-family: 'Muli';
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 800;
  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: inherit;
}
a {
  color: #444444;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00a160;
  text-decoration: underline;
  outline: none;
}
.navbar {
  border-bottom: 3px solid #00a160;
}
.navbar-default {
  background: #ffffff;
}
.navbar-default .navbar-nav {
  float: none;
  margin: 10px -15px;
}
.navbar-default .navbar-nav > li > a {
  color: #444444;
  font-weight: 400;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #80bd00;
  text-decoration: underline;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #00a160;
  border-bottom-color: #00a160;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #efefef;
  color: #00a160;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #00a160;
  border-bottom-color: #00a160;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #444444;
  border-bottom-color: #444444;
}
.dropdown-backdrop {
  position: static;
}
.navmenu-nav .dropdown-menu {
  position: relative;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #efefef;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #00a160;
  border-color: #00a160;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f7f7f7;
  color: #6a6a6a;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  color: #ffffff;
  background-color: #939597;
  border-color: #939597;
}
a.list-group-item .badge {
  color: #939597;
  background-color: #dddddd;
  border-color: #ffffff;
}
a.list-group-item.active .badge {
  color: #939597;
}
a.panel-title,
.panel-title a {
  color: #444444;
}
a.panel-title:hover,
.panel-title a:hover {
  color: #444444;
}
table.table-list,
table.orders-list {
  border: 2px solid #dddddd;
  border-collapse: initial;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
}
table.table-list thead,
table.orders-list thead {
  background: #dddddd;
  color: #444444;
}
table.table-list thead th > a,
table.orders-list thead th > a {
  color: #444444;
  text-decoration: none;
}
table.table-list thead th > a:hover,
table.orders-list thead th > a:hover {
  color: #00a160;
  text-decoration: underline;
}
table.table-list tbody > tr.alt-row-color,
table.orders-list tbody > tr.alt-row-color {
  background: #f5f5f5;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: #67ffc3;
}
.alt-row-color {
  background: #58ffbd;
}
.ui-widget-overlay {
  position: fixed !important;
}
/* Mixins */
.bg-color {
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  color: #ffffff;
}
/* OVERRIDES */
body {
  font-family: 'Muli';
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Muli';
  font-weight: 800;
  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: inherit;
}
.jumbotron {
  margin-bottom: 0;
}
/*textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
{
  outline:0px !important;
  -webkit-appearance:none;
}*/
.mcs-header {
  background: #fff;
}
.header-shadow {
  -webkit-box-shadow: 0px 6px 7px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 6px 7px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 7px -5px rgba(0, 0, 0, 0.3);
}
.header-divider {
  display: block;
  height: 6px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6e6f71+0,6e6f71+100&0.6+0,0+100 */
  background: -moz-radial-gradient(top, rgba(110, 111, 113, 0.6) 0%, rgba(110, 111, 113, 0) 70%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(top, rgba(110, 111, 113, 0.6) 0%, rgba(110, 111, 113, 0) 70%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(to bottom, rgba(110, 111, 113, 0.6) 0%, rgba(110, 111, 113, 0) 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#996e6f71', endColorstr='#006e6f71', GradientType=0);
  /* IE6-9 */
}
.upper-header {
  height: 66px;
  padding-left: 11.5%;
  padding-right: 11.5%;
  line-height: 66px;
}
.lower-header {
  /*height: 66px;*/
  padding-left: 11.5%;
  padding-right: 11.5%;
  line-height: 66px;
}
.lower-header .mcs-logo {
  height: 44px;
}
ul.lower-header-links {
  /*list-style: none;*/
  /*border: solid blue 1px;*/
  /*height: 66px;*/
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: auto;
  /*border: 1px solid red;*/
}
ul.lower-header-links > li {
  float: left;
}
ul.lower-header-links > li.link-separator {
  /*border: 1px solid blue;*/
  width: 3px;
  margin-left: 10px;
  padding-left: 3px;
  height: 66px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 30%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 30%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 30%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
ul.lower-header-links > li > a {
  color: #00a160;
  font-size: 16px;
  padding-left: 10px;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 500;
}
ul.lower-header-links > li > a:hover,
ul.lower-header-links > li > a.active {
  color: #80bd00;
}
.navbar {
  margin-bottom: 0;
}
.navbar.navbar-default,
.navbar.mcs-subnav {
  border-bottom: none;
}
.navbar.mcs-subnav {
  margin: 0;
  padding: 0;
  min-height: 36px;
  line-height: 36px;
  background: #ffffff;
}
.navbar.mcs-subnav {
  top: 70px;
  height: 12px;
  padding: 0;
}
.mcs-subnav .navbar-nav li {
  border-right: 1px solid #a1d38c;
}
.mcs-subnav .navbar-nav li.mcs-home-icon:hover {
  background-color: transparent;
}
.mcs-subnav .navbar-nav li.no-divider {
  border-right: none;
}
.mcs-subnav .navbar-nav li > a {
  font-size: 15px;
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ffffff;
}
.mcs-subnav .navbar-nav li > a:hover,
.mcs-subnav .navbar-nav li > a:active {
  color: #555555;
  background-color: #dfefda;
}
.mcs-subnav .navbar-nav li > a.home-link:hover,
.mcs-subnav .navbar-nav li > a.home-link:active {
  color: #555555;
  background-color: transparent;
}
.mcs-subnav .navbar-nav .mcs-home-icon {
  display: block;
}
.navbar.navbar-default {
  background: #fff;
  height: 70px;
}
#navbar-brand-logo {
  display: block;
  background: url("/bundles/qinetixstore/themes/mcs/logo.png") no-repeat;
  width: 116px;
  height: 48px;
}
#navbar-brand-logo.logo-xs {
  background: url("/bundles/qinetixstore/themes/mcs/logo.png") no-repeat;
  width: 116px;
  height: 48px;
}
#wrap > .container,
#wrap > .x-container {
  padding: 0;
}
.well {
  background-color: #ffffff;
  border: 1px solid #ededed;
}
.well-default {
  background-color: #fdfdfd;
  border: 1px solid #ebebeb;
  text-align: right;
}
.well-green {
  background-color: #8ec63f;
  border: 1px solid #81b636;
}
.well-green:hover {
  background-color: #73a230;
}
.well-orange {
  background-color: #fcb040;
  border: 1px solid #fca627;
}
.well-orange:hover {
  background-color: #fb9b0e;
}
.well-lime-green {
  background-color: #bed73d;
  border: 1px solid #b5d02b;
}
.well-lime-green:hover {
  background-color: #a3bb26;
}
.well-gray {
  background-color: #949599;
  border: 1px solid #87888d;
}
.well-gray:hover {
  background-color: #7a7b80;
}
#wrap > .container.feature {
  padding-top: 0;
}
.badge {
  min-width: 29px;
}
/* ADDITIONAL CLASSES */
body {
  background: #f2f2f2;
  color: #444444;
}
body.print-style {
  width: 1160px;
  background: none;
}
body.print-style #wrap {
  overflow: hidden;
}
body.print-style #wrap > .container {
  padding: 20px;
  margin: 0 auto;
}
body.print-style div[class|=col-] {
  float: left;
}
body.print-style div[class|=col-] .col-sm-6 {
  width: 50%;
}
body.print-style div[class|=col-] .col-sm-3 {
  width: 33%;
}
body.print-style div[class|=col-] .col-sm-4 {
  width: 25%;
}
p.help-block {
  font-size: .8em;
}
div#back-top-tab {
  padding: 8px;
  background: #00a160;
  border: 2px solid #97cc58;
  margin-left: -1px;
  -webkit-border-top-right-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-radius-topright: 12px;
  -moz-border-radius-bottomright: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
div#back-top-tab a {
  color: #ffffff;
  font-variant: small-caps;
  font-size: .9em;
}
address {
  color: #555555;
}
address strong span.glyphicon {
  font-size: 18px;
  top: 10px;
  margin-right: 6px;
  position: unset;
}
address strong span.glyphicon.glyphicon-thumbs-up {
  top: 6px;
}
.form-row {
  zoom: 1;
  margin-top: 10px;
}
.form-row:before {
  content: '';
  display: block;
}
.form-row:after {
  content: '';
  display: table;
  clear: both;
}
.form-row label {
  text-align: right;
}
.container h1 {
  color: #444444;
}
.container h1 i {
  color: #444444;
}
#back-top-tab.affix {
  bottom: 0;
  left: 0;
}
.highlight-text {
  color: #00a160;
}
.highlight-text-purple {
  color: #00a160;
}
.green-text {
  font-weight: 700;
  color: #8fc63f;
}
h1.thin-header {
  color: #80bd00;
  font-size: 3em;
  padding: 0;
  font-weight: 700;
  line-height: 1em;
}
h1.thin-header span {
  font-weight: 400;
}
h3.thin-subheader {
  font-size: 2em;
  padding: 0;
  font-weight: 400;
  line-height: 1em;
}
h3.thin-subheader span {
  font-weight: 400;
}
#footer {
  color: #ffffff;
  font-size: 12px;
  padding-top: 10px;
  border-top: 0 solid #b0ff0b;
  background: #00b768;
  margin-top: 0;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  color: #ffffff;
}
#footer a:focus {
  color: #ffffff;
}
#footer p {
  font-weight: 700;
}
#map > img {
  margin: 0 auto;
}
/* CAROUSEL OVERRIDES */
.carousel {
  margin-top: 0px;
  border-bottom: 5px solid #d8e1e0;
  z-index: -100;
}
.carousel-caption h1 {
  color: #ffffff;
}
.mcs-caption {
  position: absolute;
  left: 50px;
  background: #cbd7e6;
  padding: 20px 30px;
  top: -5px;
  bottom: 0;
  min-width: 270px;
  background: rgba(203, 215, 230, 0.6);
}
/* HOMEPAGE */
.centered {
  margin: 0 auto;
}
#company-logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
#about {
  background-color: #ffffff;
  border-bottom: 5px solid #d8e1e0;
}
p.thin-text {
  font-size: 2.2em;
  font-family: 'Muli';
  font-weight: 300;
}
#steps {
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  color: #ffffff;
  background-color: #fdfdfd;
  color: #444444;
}
#more {
  background: #00a160;
  color: #ffffff;
}
#more p {
  font-size: 1.5em;
  font-family: 'Muli';
  font-weight: 300;
}
#more h1.thin-header {
  color: #fdfdfd;
  font-size: 1.8em;
  padding: 0;
  font-weight: 700;
  line-height: 1em;
}
#more h1.thin-header span {
  font-weight: 400;
  font-size: 1.5em;
}
#intro {
  margin-top: 100px;
  min-height: 512px;
  text-align: center;
  padding: 50px;
  background: url(http://lorempixel.com/1024/512/people) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#intro > .container {
  padding: 20px;
  color: #333333;
}
.home_carriers {
  text-align: center;
  padding: 10px auto;
  margin-top: 50px;
}
.carrier_logos {
  list-style: none;
  display: inline-block;
  margin-top: 25px;
}
.carrier_logos li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
/* FEATURES */
.feature {
  font-size: 13px;
}
.feature ul li {
  list-style-image: url("/bundles/qinetixstore/themes/mcs/list_icon_leaf.png");
}
.feature .row {
  padding: 40px 0;
}
.search-button {
  background: -moz-linear-gradient(50% 8.1% -90deg, #98d320 0%, #80bd00 100%);
  background: -webkit-linear-gradient(-90deg, #98d320 0%, #80bd00 100%);
  background: -webkit-gradient(linear, 50% 8.1%, 50% 88.47%, color-stop(0, #98d320), color-stop(1, #80bd00));
  background: -o-linear-gradient(-90deg, #98d320 0%, #80bd00 100%);
  background: -ms-linear-gradient(-90deg, #98d320 0%, #80bd00 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#98D320', endColorstr='#80BD00' ,GradientType=0)";
  background: linear-gradient(180deg, #98d320 0%, #80bd00 100%);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98D320', endColorstr='#80BD00', GradientType=0);
}
.search-button img.search-icon {
  margin-bottom: 5px;
}
.search-button img.button-divider {
  display: inline;
  margin-top: -7px;
  margin-left: 3px;
  margin-right: 3px;
  height: 30px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+100 */
}
.side-image {
  margin-top: -65px;
}
/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.feature-image.pull-left {
  margin-right: 20px;
}
.feature-image.pull-right {
  margin-left: 40px;
}
/* Thin out the marketing headings */
.feature-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
}
.justified {
  text-align: justify;
}
.container-home {
  margin-bottom: 50px;
}
.info-col {
  margin-top: 20px;
  background: #fff;
  padding: 12px;
}
/* SINGLE COLUMN PAGE STYLES*/
#single-column-content {
  color: #555555;
}
#single-column-content-inner {
  padding: 20px;
  background-color: #fdfdfd;
}
#sidebar-left-inner {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding: 25px 10px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#content-inner {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 25px;
  z-index: -1;
}
.terms-of-use .term {
  counter-increment: term;
}
.terms-of-use .term .term-item {
  counter-increment: termitem;
}
.terms-of-use .term .term-sub-item {
  list-style-type: none;
  counter-increment: termsubitem;
}
.terms-of-use .term .term-sub-item:before {
  content: counter(termitem) "." counter(termsubitem);
}
.terms-of-use .term .term-item,
.terms-of-use .term .term-item-title,
.terms-of-use .term .term-sub-item-title {
  font-size: 1em;
  font-weight: bold;
}
.terms-of-use .term .term-item-title {
  padding-bottom: 5px;
  display: block;
}
.terms-of-use .term .term-sub-item-title {
  display: inline-block;
}
.terms-of-use .term p,
.terms-of-use .term ul > li {
  font-weight: normal;
}
.terms-of-use .term ul > li {
  list-style: disc;
}
.terms-of-use .term ul {
  margin-bottom: 5px;
}
.qinetix_contact_message_form_group {
  display: none;
}
.banner-text {
  color: #8a6d3b;
}
.payment-amount-box {
  margin-top: 15px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #999999;
  background-color: #fdfdfd;
  text-align: center;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
}
.payment-amount {
  font-size: 25px;
  font-weight: bold;
}
.payment-amount-title {
  font-weight: bold;
}
.to-plans {
  display: inline-block;
  vertical-align: middle;
  float: none;
  outline: 1px solid green;
}
.ui-widget {
  font-family: 'Muli';
  font-size: inherit;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: 'Muli';
  font-size: inherit;
}
@media (max-width: 767px) {
  .navbar {
    margin-bottom: 0;
  }
  .navbar .container {
    background: #fff;
  }
  .navbar-toggle {
    margin-top: 15px;
  }
  .carousel {
    margin-top: 0;
  }
  .navbar.navbar-default {
    background: #ffffff;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7;
    background: #ededed;
  }
  div.page-header > div.row > div {
    position: unset;
  }
  div.page-header > div.row > div > h1 {
    position: unset;
  }
  div.page-header > div.row > div > h1 > i {
    position: unset;
  }
  #plan-list-header > div {
    position: unset;
  }
  #plan-list-header > div > a > i {
    position: unset;
  }
  #sort-text-caption div.sort-by {
    z-index: -1;
  }
}
@media (max-width: 768px) {
  h1.thin-header {
    color: #17a160;
    font-size: 2.6em;
    padding-bottom: 10px;
    font-weight: 400;
    line-height: 1em;
  }
  h1.thin-header span {
    font-weight: 400;
  }
}

@import url('https://fonts.googleapis.com/css?family=Muli:400,600,800');
.text-default {
  color: #444444;
}
.text-primary {
  color: #00a160;
}
.text-info {
  color: #8cc63e;
}
.text-warning {
  color: #f7901d;
}
.text-success {
  color: #008b54;
}
.text-danger {
  color: #d02b00;
}
.btn-default {
  color: #333333;
  background-color: #ece8e9;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #dad2d4;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ece8e9;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #00a160;
  border-color: #008851;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #007848;
  border-color: #004a2c;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #00a160;
  border-color: #008851;
}
.btn-warning {
  color: #fdfdfd;
  background-color: #f7901d;
  border-color: #f28409;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fdfdfd;
  background-color: #e37c08;
  border-color: #b76406;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f7901d;
  border-color: #f28409;
}
.btn-danger {
  color: #ffffff;
  background-color: #d02b00;
  border-color: #b72600;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #a72300;
  border-color: #791900;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d02b00;
  border-color: #b72600;
}
.btn-success {
  color: #ffffff;
  background-color: #00be73;
  border-color: #00a563;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #00955a;
  border-color: #00673e;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #00be73;
  border-color: #00a563;
}
.btn-info {
  color: #ffffff;
  background-color: #8cc63e;
  border-color: #7fb535;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #76a932;
  border-color: #5e8628;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #8cc63e;
  border-color: #7fb535;
}
.panel-default {
  border-color: #d7d7d7;
}
.panel-default > .panel-heading {
  color: #555555;
  background-color: #f0f0f0;
  border-color: #d7d7d7;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d7d7d7;
}
.panel-default > .panel-heading > .dropdown .caret {
  border-color: #555555 transparent;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d7d7d7;
}
.panel-primary {
  border-color: #00a160;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #00a160;
  border-color: #00a160;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #00a160;
}
.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #00a160;
}
.panel-success {
  border-color: #00d782;
}
.panel-success > .panel-heading {
  color: #002516;
  background-color: #00d782;
  border-color: #00d782;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #00d782;
}
.panel-success > .panel-heading > .dropdown .caret {
  border-color: #002516 transparent;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #00d782;
}
.panel-warning {
  border-color: #f7901d;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #f7901d;
  border-color: #f7901d;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f7901d;
}
.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f7901d;
}
.panel-danger {
  border-color: #d02b00;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #d02b00;
  border-color: #d02b00;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d02b00;
}
.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d02b00;
}
.panel-info {
  border-color: #71a130;
}
.panel-info > .panel-heading {
  color: #8cc63e;
  background-color: #71a130;
  border-color: #71a130;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #71a130;
}
.panel-info > .panel-heading > .dropdown .caret {
  border-color: #8cc63e transparent;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #71a130;
}
.alert-success {
  background-color: #008b54;
  border-color: #005835;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #003e26;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #8cc63e;
  border-color: #8cc63e;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #7fb535;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #f7901d;
  border-color: #f7901d;
  color: #5e3303;
}
.alert-warning hr {
  border-top-color: #f28409;
}
.alert-warning .alert-link {
  color: #2d1802;
}
.alert-danger {
  background-color: #d02b00;
  border-color: #d02b00;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #b72600;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
body {
  font-family: 'Muli';
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 800;
  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: inherit;
}
a {
  color: #444444;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00a160;
  text-decoration: underline;
  outline: none;
}
.navbar {
  border-bottom: 3px solid #00a160;
}
.navbar-default {
  background: #ffffff;
}
.navbar-default .navbar-nav {
  float: none;
  margin: 10px -15px;
}
.navbar-default .navbar-nav > li > a {
  color: #444444;
  font-weight: 400;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #80bd00;
  text-decoration: underline;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #00a160;
  border-bottom-color: #00a160;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #efefef;
  color: #00a160;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #00a160;
  border-bottom-color: #00a160;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #444444;
  border-bottom-color: #444444;
}
.dropdown-backdrop {
  position: static;
}
.navmenu-nav .dropdown-menu {
  position: relative;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #efefef;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #00a160;
  border-color: #00a160;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f7f7f7;
  color: #6a6a6a;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  color: #ffffff;
  background-color: #939597;
  border-color: #939597;
}
a.list-group-item .badge {
  color: #939597;
  background-color: #dddddd;
  border-color: #ffffff;
}
a.list-group-item.active .badge {
  color: #939597;
}
a.panel-title,
.panel-title a {
  color: #444444;
}
a.panel-title:hover,
.panel-title a:hover {
  color: #444444;
}
table.table-list,
table.orders-list {
  border: 2px solid #dddddd;
  border-collapse: initial;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
}
table.table-list thead,
table.orders-list thead {
  background: #dddddd;
  color: #444444;
}
table.table-list thead th > a,
table.orders-list thead th > a {
  color: #444444;
  text-decoration: none;
}
table.table-list thead th > a:hover,
table.orders-list thead th > a:hover {
  color: #00a160;
  text-decoration: underline;
}
table.table-list tbody > tr.alt-row-color,
table.orders-list tbody > tr.alt-row-color {
  background: #f5f5f5;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: #67ffc3;
}
.alt-row-color {
  background: #58ffbd;
}
.ui-widget-overlay {
  position: fixed !important;
}
/* Mixins */
.bg-color {
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  color: #ffffff;
}
/* COVERAGE ICONS */
/* Rows */
/* Columns */
.coverage-icons {
  margin-top: 5px;
  display: block;
}
.coverage-icons span.label {
  background: #80bd00;
}
.coverage-icons span.label.label-large {
  font-size: 18px;
  vertical-align: middle;
  padding: 5px;
}
.coverage-icons a {
  text-decoration: none;
}
.coverage-icon-medical-included,
.coverage-icon-medical-notincluded,
.coverage-icon-medical-optional,
.coverage-icon-pharmacy-included,
.coverage-icon-pharmacy-notincluded,
.coverage-icon-pharmacy-optional,
.coverage-icon-dental-included,
.coverage-icon-dental-notincluded,
.coverage-icon-dental-optional,
.coverage-icon-vision-included,
.coverage-icon-vision-notincluded,
.coverage-icon-vision-optional,
.coverage-icon-travelers-included,
.coverage-icon-travelers-notincluded,
.coverage-icon-travelers-optional,
.coverage-icon-life-included,
.coverage-icon-life-notincluded,
.coverage-icon-life-optional {
  display: inline-block;
  background: transparent url("/bundles/qinetixstore/themes/mcs/tc-coverage-sprite-16X16.png") 0 0 no-repeat;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
.large {
  background: transparent url("/bundles/qinetixstore/themes/mcs/tc-coverage-sprite-32X32.png") 0 0 no-repeat;
  width: 32px;
  height: 32px;
}
.coverage-icon-vision-included {
  background-position: 50% 0;
}
.coverage-icon-vision-noutincluded {
  background-position: 0 0;
}
.coverage-icon-vision-optional {
  background-position: 100% 0;
}
.coverage-icon-medical-included {
  background-position: 50% 20%;
}
.coverage-icon-medical-notincluded {
  background-position: 0 20%;
}
.coverage-icon-medical-optional {
  background-position: 100% 20%;
}
.coverage-icon-pharmacy-included {
  background-position: 50% 40%;
}
.coverage-icon-pharmacy-notincluded {
  background-position: 0 40%;
}
.coverage-icon-pharmacy-optional {
  background-position: 100% 40%;
}
.coverage-icon-dental-included {
  background-position: 50% 60%;
}
.coverage-icon-dental-notincluded {
  background-position: 0 60%;
}
.coverage-icon-dental-optional {
  background-position: 100% 60%;
}
.coverage-icon-travelers-included {
  background-position: 50% 80%;
}
.coverage-icon-travelers-notincluded {
  background-position: 0 80%;
}
.coverage-icon-travelers-optional {
  background-position: 100% 80%;
}
.coverage-icon-life-included {
  background-position: 50% 100%;
}
.coverage-icon-life-notincluded {
  background-position: 0 100%;
}
.coverage-icon-life-optional {
  background-position: 100% 100%;
}
/* OVERRIDES */
body {
  font-family: 'Muli';
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Muli';
  font-weight: 800;
  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: inherit;
}
/*150px */
.list-toolbar {
  margin-bottom: 10px;
  display: block;
  padding-top: 10px;
  height: 50px;
}
.list-toolbar label {
  position: relative;
  top: -5px;
  width: 100px;
}
.list-toolbar h4 {
  margin: 4px 0 0 0;
}
#navbar-brand-logo {
  display: block;
  background: url("/bundles/qinetixstore/themes/mcs/logo.png") no-repeat;
  width: 140px;
  height: 50px;
}
#navbar-brand-logo.logo-xs {
  background: url("/bundles/qinetixstore/themes/mcs/logo.png") no-repeat;
  width: 140px;
  height: 50px;
}
.navbar-default {
  background: #ffffff;
  background-size: contain;
}
.addon-selector .product-price {
  background: white;
  border: 1px solid #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}
.addon-selector .product-price-title {
  display: block;
  font-weight: bold;
}
.addon-selector .product-price-amount {
  display: block;
  font-weight: bold;
  font-size: 2em;
}
.addon-selector .product-price-interval {
  display: block;
  font-size: small;
}
#header-comparison-button {
  margin-top: 10px;
}
/* COMPOSITION (right-sidebar) */
.composition .info-text {
  margin: 5px;
}
.composition .product-price {
  background: white;
  border: 1px solid #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}
.composition .rounded-top {
  border-bottom: none;
  -webkit-border-radius: 5px, 5px, 0, 0;
  -moz-border-radius: 5px, 5px, 0, 0;
  -ms-border-radius: 5px, 5px, 0, 0;
  -o-border-radius: 5px, 5px, 0, 0;
  border-radius: 5px, 5px, 0, 0;
}
.composition .addon-toggles {
  margin-top: -5px;
  background: #f5f5f5;
  text-align: center;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 0px, 0px, 5px, 5px;
  -moz-border-radius: 0px, 0px, 5px, 5px;
  -ms-border-radius: 0px, 0px, 5px, 5px;
  -o-border-radius: 0px, 0px, 5px, 5px;
  border-radius: 0px, 0px, 5px, 5px;
}
.composition .addon-toggles h5 {
  margin-top: 5px;
}
.composition .addon-toggles a {
  text-align: left;
  display: block;
  padding: 0px;
  margin: 0px;
}
.composition a.btn-primary.btn-block {
  margin-top: 20px;
}
.composition .product-price-title {
  display: block;
  font-weight: bold;
}
.composition .product-price-amount {
  display: block;
  font-weight: bold;
  font-size: 2em;
}
.composition .product-price-interval {
  display: block;
  font-size: small;
}
.composition .composition-list {
  margin-bottom: 20px;
}
.composition .composition-list-description {
  font-size: .9em;
  margin: 20px 0;
  text-align: center;
}
.composition .composition-list-person {
  border-bottom: 1px solid black;
  padding: 5px 0;
}
.composition span.help-block {
  font-weight: normal;
  font-size: small;
}
.composition .list-group-item:hover {
  background: #EEEEE9;
  cursor: pointer;
}
.composition .show-collection-empty {
  display: none;
}
.composition .hide-collection-empty {
  display: block;
}
.composition .collection-empty .show-collection-empty {
  display: block;
}
.composition .collection-empty .hide-collection-empty {
  display: none;
}
@media (max-width: 768px) {
  .ui-dialog .help-block {
    display: none;
  }
}
/* PRODUCT DETAILS */
#product-details-header {
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  color: #ffffff;
  background-color: #80bd00;
  margin-top: -20px;
}
#product-header {
  margin-top: 100px;
  padding: 25px;
}
#summary-header-block {
  display: block;
}
#coverage-bookmarks-list > li {
  background-color: #fdfdfd;
  border: 2px solid #dddddd;
  padding: 2px;
  margin-top: 15px;
  margin-left: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#coverage-bookmarks-list > liimg {
  width: 16px;
  height: 16px;
}
#coverage-bookmarks-list > li:hover {
  border: 2px solid #a3f000;
}
#plan-summary {
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  color: #ffffff;
  color: #444444;
  background-color: #fdfdfd;
}
#plan-summary h3 {
  color: #444444;
}
#plan-summary h3 {
  color: #444444;
}
#plan-summary table.table-bordered,
#plan-summary table.table-bordered > thead > tr > th,
#plan-summary table.table-bordered > tbody > tr > th,
#plan-summary table.table-bordered > tfoot > tr > th,
#plan-summary table.table-bordered > thead > tr > td,
#plan-summary table.table-bordered > tbody > tr > td,
#plan-summary table.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
#plan-details {
  color: #444444;
  /* product detail overrides */
}
#plan-details div.product-attributes-coverage-title {
  background-color: #eeeeee;
  color: #444444;
}
#plan-details div.product-attributes-coverage-title .rotatedTitle {
  position: absolute;
  width: 200px;
  text-align: right;
  top: 100px !important;
  left: -70px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#plan-details div.product-attributes-coverage-title .rotatedTitle h2 {
  font-size: 1.5em;
}
#plan-details div.product-attributes-coverage-title.visible-xs {
  background-color: #eeeeee;
  color: #444444;
}
#plan-details div.product-attributes-group.level1 > div.product-attributes-title {
  background-color: #c7d2ce;
  color: #444444;
}
#plan-details div.product-attributes-group.level2 > div.product-attributes-title {
  background-color: #dbe2df;
  color: #555555;
}
/* PLAN RESULTS LIST*/
.same-value-row .product-comparison-value {
  background: #f2faf7;
}
.different-value-row .product-comparison-value {
  background: #FCFAFF;
}
#plan-list-header {
  margin-top: 20px;
  color: #444444;
  margin-bottom: 20px;
}
#plan-list-header .col-xs-12 h1 {
  font-size: 22px;
  font-weight: bold;
}
#plan-list-header #btn-assistance-request {
  margin-top: 20px;
  color: #008851;
}
#plan-header {
  color: #555555;
}
#plan-header #back-to-list {
  margin-top: 10px;
  margin-bottom: 10px;
}
#plan-header h1 {
  color: #444444;
}
#plan-header h3 strong.highlight-text {
  font-size: 1.5em;
  color: #444444;
}
#plan-header #product-details-header-price {
  color: #444444;
  font-size: 2em;
  margin-top: 10px;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #80bd00;
  padding: 10px;
  margin-bottom: 10px;
}
#plan-header #detail-action-links {
  font-size: 1.2em;
  color: #00a160;
}
#sort-text-caption strong {
  font-size: 0.9em;
}
.product-summary {
  border: 2px solid #97cc58;
  margin-bottom: 20px;
  color: #444444;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
div.product-summary-row {
  border-bottom: 1px solid #dddddd;
}
.product-summary-left {
  padding: 10px;
  background-color: #fdfdfd;
}
.product-summary-right {
  padding: 10px;
  background-color: #97cc58;
}
#product-summary-action-buttons {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* Product */
.product {
  /* Common */
  /* Product Summary */
  /* Product XS */
  /* Product MD */
}
.product .product-box {
  text-decoration: none;
  color: #333333;
  display: block;
  border: 2px solid #ecece9;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 0px;
}
.product .product-box:hover {
  text-decoration: none;
}
.product .product-name {
  margin-bottom: 5px;
  display: table;
}
.product .product-attribute-summary {
  margin-top: 20px;
  font-size: 12px;
  padding: 0px !important;
  color: #444444;
}
.product .product-attribute-summary-row {
  padding: 0 !important;
}
.product .product-attribute-summary-label {
  font-weight: bold;
  padding: 3px 5px 3px 10px;
}
.product .product-attribute-summary-value {
  padding: 3px 5px 3px 0;
}
.product .product-xs {
  height: 70px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px;
  /* Product XS Left */
  /* Product XS Info */
}
.product .product-xs .product-xs-carrier {
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
}
.product .product-xs .product-carrier-logo {
  width: 90%;
}
.product .product-xs .product-name {
  font-weight: bold;
  font-size: .8em;
}
.product .product-xs .product-price {
  display: block;
}
.product .product-xs .product-price .product-price-title {
  display: none;
}
.product .product-xs .product-price .product-price-amount {
  font-weight: bold;
  color: #444444;
}
.product .product-xs .product-price .product-price-interval {
  font-size: .8em;
}
.product .product-xs .product-xs-info {
  margin-top: 5px;
}
.product .product-md .product-carrier-logo {
  float: right;
  max-width: 125px;
  max-height: 75px;
  margin-top: 10px;
}
.product .product-md .product-md-price {
  background: #ecece9;
  padding-bottom: 15px;
  color: #444444;
}
.product .product-md .product-carrier-name {
  color: #444444;
  font-weight: bold;
  margin: 10px 0 0 0;
}
.product .product-md .product-name {
  font-weight: bold;
  line-height: 1em;
  padding: 0;
  margin: 0 0 5px 0;
  color: #444444;
}
.product .product-md .product-price {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 20px;
}
.product .product-md .product-price .product-price-title {
  display: block;
  font-weight: bold;
}
.product .product-md .product-price .product-price-amount {
  display: block;
  font-weight: bold;
  font-size: 2em;
}
.product .product-md .product-price .product-price-interval {
  display: block;
  font-size: small;
}
/* Product Attribute Summary */
.product-attribute-summary table {
  width: 100%;
  border-collapse: collapse;
}
.product-attribute-summary tr {
  border-bottom: 1px dashed #F5F5F5;
}
.product-attribute-summary th {
  font-weight: bold;
  padding: 3px 10px 5px 0px;
  vertical-align: top;
}
.product-attribute-summary td {
  padding: 3px 10px 5px 3px;
  vertical-align: top;
}
.product-attribute-summary tr td:last-child {
  padding-right: 0px;
}
.product-attribute-summary table tr:last-child {
  border-bottom: 0;
}
i.attr-icon {
  color: #00a160;
}
/* Product Comparison Styles */
#product-comparison-body {
  display: table;
  margin-top: 0;
}
#product-comparison-text {
  display: block;
  margin-bottom: 0;
  height: auto;
  background-color: #f7901d;
  color: #555555;
}
#product-comparison-text p {
  padding: 10px 0 5px 5px;
  display: inline-block;
  width: 100%;
}
.product-comparison-row-header,
.product-comparison-row-header-fixed {
  position: relative;
  width: 100%;
  padding: 10px;
  text-align: center;
  height: 40px;
}
.product-comparison-row-header.lvl0,
.product-comparison-row-header-fixed.lvl0 {
  background: #c7d2ce;
  color: #555555;
}
.product-comparison-row-header.lvl1,
.product-comparison-row-header-fixed.lvl1 {
  background: #d2dbd8;
  height: 50px;
  padding: 5px;
  color: #555555;
}
.product-comparison-label {
  width: 300px;
  background: #e0e6e4;
  font-weight: bold;
}
/* Comparison Header ===================== */
#product-comparison-header {
  position: fixed;
  overflow: hidden;
  width: 100%;
  z-index: 10;
  margin-top: -10px;
}
#product-comparison-header .popover {
  z-index: 9999;
}
#product-comparison-header .popover-content {
  display: inline-block;
  margin-bottom: 50px;
}
#product-comparison-header-inner {
  display: inline-block;
  margin-bottom: 0;
  height: 140px;
  white-space: nowrap;
}
#product-comparison-header-inner .product-comparison-product-tl,
#product-comparison-header-inner .product-comparison-product {
  white-space: normal;
  display: inline-block;
  overflow: hidden;
  height: 140px;
  padding: 20px;
  border: 1px solid #d9d9d9;
  border-bottom: 5px solid #d9d9d9;
  margin-right: -5px;
  background: white;
}
#product-comparison-header-inner .product-comparison-product-tl {
  width: 300px;
}
#product-comparison-header-inner .product-comparison-product {
  width: 300px;
}
#product-comparison-header-inner .product-comparison-product #navbar-brand-logo {
  margin-top: 25px;
}
.product-comparison-carrier-logo {
  display: block;
  height: 25px;
  text-align: left;
  vertical-align: middle;
}
.product-comparison-carrier-logo .product-carrier-logo {
  display: inline-block;
  max-width: 300px;
  max-height: 25px;
  width: auto;
  height: auto;
}
.product-comparison-product-name {
  margin-top: 5px;
}
.product-comparison-label,
.product-comparison-value {
  white-space: normal;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  vertical-align: top;
  height: auto;
  padding: 20px;
  border: 1px solid #d6deab;
  margin-right: -5px;
  margin-top: -1px;
}
.product-comparison-label a.btn,
.product-comparison-value a.btn {
  margin-top: 10px;
}
.product-comparison-label .addon-toggles,
.product-comparison-value .addon-toggles {
  background: #efefef;
  text-align: center;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.product-comparison-label .addon-toggles h5,
.product-comparison-value .addon-toggles h5 {
  margin-top: 5px;
}
.product-comparison-label .addon-toggles a,
.product-comparison-value .addon-toggles a {
  text-align: left;
  display: block;
  padding: 0px;
  margin: 0px;
}
.product-comparison-nav {
  background-color: #e6e6e6;
  padding-top: 20px;
  height: 60px;
}
.compare-button-selected {
  background-color: #f7901d;
  border: 1px solid #f28409;
  color: #fdfdfd;
}
.compare-button-selected:hover {
  background-color: #f28409;
  border: 1px solid #e87e08;
}
.product-comparison-product-actions a.btn {
  margin-top: 5px;
}
.coverage-option-info {
  background: #efefef;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: #efefef;
}
.alt-row-color {
  background: #cfe4ad;
}
@media (max-width: 767px) {
  .navbar {
    margin-bottom: 0;
  }
  .navbar .container {
    background: #fff;
  }
  .navbar-toggle {
    margin-top: 15px;
  }
  .carousel {
    margin-top: 0;
  }
  .navbar.navbar-default {
    background: #ffffff;
  }
  .navbar-collapse .in,
  .navbar-default .navbar-form {
    border-color: #e7e7e7;
    background: #ededed;
    outline: 1px solid red;
    z-index: 10000000;
  }
}
