/* Base Styles */
body {
  background-color: #b9d9eb;
}
h1, h2, h3, h4, h5, h6 {
  color: #001e46;
  font-family: 'effra';
  font-weight: 700;
  text-transform: uppercase;
}
h1 {
  line-height: 32px;
}
h2 {
  line-height: 28px;
}
h3 {
  line-height: 24px;
}
h4 {
  line-height: 20px;
}
.inner-pad {
  padding: 2em;
}
.col-md-4.col-sidebar h2 {
  font-weight: 300;
  margin-top: 0px;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.col-md-4.col-sidebar h2:first-line {
  font-weight: 700;
}
p {
  color: #444;
  font-size: 18px;
}
.fontbold {
  font-weight: 500;
}
.field-name-body .col-main p:last-child {
  margin-bottom: 1.5em;
}
.field-name-field-tab-content .col-main p:last-child {
  margin-bottom: 1.5em;
}
ul {
  margin-bottom: 1.5em;
}
ul:last-child {
  margin-bottom: 0em;
}
.field-name-body .col-main ul:last-child {
  margin-bottom: 1.5em;
}
.field-name-body .col-main ol:last-child {
  margin-bottom: 1.5em;
}
.main-container ul, .main-container ol {
  color: #444;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 20px;
}
strong {
  -webkit-font-smoothing: antialiased;
}
/*small{
	display: block;
	font-size: 75%;
	font-weight: 400;
	line-height: 14px;
}*/
img {
  max-width: 100%;
}
.btn {
  background-color: #0085ca;
  border-color: transparent;
  border-radius: 0;
  color: #fff;
  min-width: 150px;
  padding: 5px 8px 5px 8px;
  text-align: center;
  text-transform: uppercase;
  min-width: 150px;
  width: auto;
}
.btn.btn-border {
  background-color: transparent;
  border-color: white;
}
.btn.btn-border:hover {
  border-color: white;
  color: white;
  background-color: transparent;
}
.btn:hover {
  background-color: #0085ca;
  border-color: transparent;
  color: #192852;
}
.btn-turquoise {
  background-color: #00c4b3;
  color: white;
}
.btn-turquoise::hover {
  background-color: #00c4b3;
  color: white;
}
.btn.download {
  background-color: #77bd1f;
  background-image: url('./img/download.png');
  background-position: right 4px;
  background-repeat: no-repeat;
  padding: 5px 34px 5px 8px;
  text-align: left;
}
.btn.download:hover {
  background-position: right -24px;
}
.btn.continue, .page-search .btn.continue {
  background-color: #00a9e0 !important;
  background-image: url('./img/tick.png');
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  font-weight: bold;
  margin-left: 16px;
  min-width: 0;
  padding: 1px 5px 0px 24px;
  text-align: right;
  -webkit-font-smoothing: antialiased;
}
.page-search .btn.continue {
  height: auto;
  width: auto;
}
.btn.continue:hover {
  background-position: 5px -16px;
}
.btn.full-width {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.btn a {
  color: #fff;
}
.btn a:hover {
  color: #192852;
  text-decoration: none;
}
.breadcrumb {
  background-color: transparent;
  border-radius: 0px;
  margin-bottom: 0px;
  padding: 18px 10px 13px 10px;
}
.breadcrumb li {
  color: #333;
  font-family: 'effra', sans-serif;
  font-size: 13px;
}
.breadcrumb > li + li:before {
  color: #333;
  content: ">>";
}
.breadcrumb > .active {
  color: #333;
}
.breadcrumb a {
  color: #333;
  font-family: 'effra', sans-serif;
  font-size: 13px;
}
.breadcrumb .delimiter {
  color: #333;
  font-family: 'effra', sans-serif;
  font-size: 13px;
}
.breadcrumb .inline.last {
  color: #333;
  font-family: 'effra', sans-serif;
  font-size: 13px;
}
.field-collection-container {
  border-bottom: 0px;
  margin-bottom: 0px;
}
.field-collection-container .field-items .field-item {
  margin-bottom: 0px;
}
.action-links-field-collection-add {
  display: none;
}
.field-name-field-section > .field-items > .field-item {
  margin-top: 15px;
  margin-bottom: 15px;
}
.field-name-field-section .field-collection-view {
  border-bottom: 0px solid #fff;
  margin: 0px;
  padding: 0px;
}
/*.field-name-field-section-body{
	margin-bottom: 32px;
}
*/
.field-name-field-section-body .blue {
  /*	margin-top: -32px;*/
}
.quickfact {
  background-color: #004b87;
  margin-bottom: 4px;
  padding: 14px;
}
.flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flex-box_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse wrap;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
}
@media screen and (max-width: 991px) {
  .quickfact {
    margin-top: 1.5em;
  }
}
.quickfact.first {
  background-image: url('img/quick-facts-bg.png');
  background-position: 14px 14px;
  background-repeat: no-repeat;
  padding-top: 86px;
}
.quickfact ul {
  padding-left: 14px;
}
.quickfact li {
  color: #ffffff;
  line-height: 18px;
  margin-bottom: 12px;
  -webkit-font-smoothing: antialiased;
}
.quickfact p {
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
.callout {
  background-color: #71c5e8;
  margin-bottom: 4px;
  min-height: 316px;
  padding: 34px;
}
.callout h2 {
  color: #ffffff;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
div.blue {
  background-color: #66b6df;
  /*	margin-left: -90px;
    margin-right: -90px;*/
  padding-bottom: 1.5em;
}
div.blue:first-child {
  padding-top: 1.5em;
}
div.blue > h1, div.blue > h2, div.blue > h3, div.blue > p, div.blue > ul, div.blue > ol, div.blue > div {
  margin-left: 90px;
  margin-right: 90px;
}
div.blue h3 {
  border-bottom: 1px solid #fff;
}
div.blue p, div.blue ul, div.blue ol {
  color: #fff;
}
::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: #c6c6c6;
  text-transform: uppercase;
}
.node-webform .group-right h4 {
  margin-top: 0px;
}
.webform-client-form .form-item {
  margin: 0px 0px 2em 0px;
}
.webform-client-form .webform-container-inline label {
  display: inline-block;
  font-weight: light;
  margin: 0;
  width: 16%;
}
.webform-client-form .form-control, .webform-client-form .form-text, .webform-client-form .form-email {
  border-color: #5ab1e7;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  -webkit-box-shadow: none;
  display: inline-block;
  font-weight: 300;
  width: 66%;
}
.webform-client-form .form-textarea-wrapper {
  width: 66%;
}
.webform-client-form .form-control.form-textarea {
  width: 100%;
}
.webform-client-form .form-text.form-email {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
}
.webform-container-inline div.description {
  margin-left: 34%;
  margin-top: 12px;
  width: 66%;
}
.selectBox-dropdown .selectBox-label {
  padding: 0;
}
.selectBox-dropdown .selectBox-arrow {
  border-left: 0px;
  background-color: #5ab1e7;
  background-image: url(./img/select-arrow.png);
  width: 34px;
}
select {
  background-image: url(img/select-arrow-webkit.png) !important;
  background-position: 100% 0%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
}
input {
  -webkit-appearance: none;
}
input[type=checkbox] {
  -webkit-appearance: checkbox;
}
button {
  -webkit-appearance: none;
}
textarea {
  resize: none;
  -webkit-appearance: none;
}
.views-field-field-footnotes ol {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
}
.views-field-field-footnotes small {
  font-size: 100%;
}
.views-field-field-footnotes p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased;
}
.top-margin {
  margin-top: 1.5em !important;
}
.bottom-margin {
  margin-bottom: 1.5em !important;
}
/* Bootstrap Overrides */
/* These should be split out */
.help-block {
  display: block;
}
.alert {
  border-radius: 0px;
}
.alert-danger {
  background-color: #fff;
  border-color: #5ab1e7;
  color: #e35205;
}
.alert-danger a {
  background-image: url(img/validation-close.png);
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  display: block;
  height: 18px;
  opacity: 1;
  text-indent: -9999px;
  width: 19px;
}
.alert-danger a:hover {
  color: transparent;
  opacity: 1;
}
.alert-danger ul {
  color: #e35205;
}
div.error, table tr.error {
  background-color: #fff;
  color: #e35205;
}
.error {
  color: #e35205;
}
.navbar {
  margin-bottom: 0px;
}
.front .navbar {
  margin-bottom: 40px;
}
.navbar-btn {
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1000;
}
.navbar #block-search-form {
  margin-top: 24px;
  margin-bottom: 24px;
}
.navbar-default {
  background-color: #ffffff;
  border: 0px;
  border-radius: 0px;
}
.navbar-header {
  width: 100%;
}
.navbar-collapse {
  clear: both;
  padding: 0px;
}
.navbar-default .dropdown-menu {
  border-radius: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .dropdown-menu > li > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: transparent;
  border-bottom: 6px solid #FFFFFF;
  color: #114c88;
  font-family: 'effra', sans-serif;
  font-weight: 900; /* heavy */
  -webkit-font-smoothing: antialiased;
  padding: 15px 10px 9px 10px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active-trail > a, .navbar-default .navbar-nav > .active-trail > a:hover, .navbar-default .navbar-nav > .active-trail > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li.open > a {
  border-bottom: 6px solid #ffce00;
}
.navbar-default .navbar-nav > .active:nth-child(2) > a, .navbar-default .navbar-nav > .active:nth-child(2) > a:hover, .navbar-default .navbar-nav > .active:nth-child(2) > a:focus, .navbar-default .navbar-nav > .active-trail:nth-child(2) > a, .navbar-default .navbar-nav > .active-trail:nth-child(2) > a:hover, .navbar-default .navbar-nav > .active-trail:nth-child(2) > a:focus, .navbar-default .navbar-nav > li:nth-child(2) > a:hover, .navbar-default .navbar-nav > li:nth-child(2):hover > a, .navbar-default .navbar-nav > li.open:nth-child(2) > a {
  border-bottom: 6px solid #71c5e8;
}
.navbar-default .navbar-nav > .active:nth-child(3) > a, .navbar-default .navbar-nav > .active:nth-child(3) > a:hover, .navbar-default .navbar-nav > .active:nth-child(3) > a:focus, .navbar-default .navbar-nav > .active-trail:nth-child(3) > a, .navbar-default .navbar-nav > .active-trail:nth-child(3) > a:hover, .navbar-default .navbar-nav > .active-trail:nth-child(3) > a:focus, .navbar-default .navbar-nav > li:nth-child(3) > a:hover, .navbar-default .navbar-nav > li:nth-child(3):hover > a, .navbar-default .navbar-nav > li.open:nth-child(3) > a {
  border-bottom: 6px solid #f7a800;
}
.navbar-default .navbar-nav > .active:nth-child(4) > a, .navbar-default .navbar-nav > .active:nth-child(4) > a:hover, .navbar-default .navbar-nav > .active:nth-child(4) > a:focus, .navbar-default .navbar-nav > .active-trail:nth-child(4) > a, .navbar-default .navbar-nav > .active-trail:nth-child(4) > a:hover, .navbar-default .navbar-nav > .active-trail:nth-child(4) > a:focus, .navbar-default .navbar-nav > li:nth-child(4) > a:hover, .navbar-default .navbar-nav > li:nth-child(4):hover > a, .navbar-default .navbar-nav > li.open:nth-child(4) > a {
  border-bottom: 6px solid #e35205;
}
.navbar-default .navbar-nav > .active:nth-child(5) > a, .navbar-default .navbar-nav > .active:nth-child(5) > a:hover, .navbar-default .navbar-nav > .active:nth-child(5) > a:focus, .navbar-default .navbar-nav > .active-trail:nth-child(5) > a, .navbar-default .navbar-nav > .active-trail:nth-child(5) > a:hover, .navbar-default .navbar-nav > .active-trail:nth-child(5) > a:focus, .navbar-default .navbar-nav > li:nth-child(5) > a:hover, .navbar-default .navbar-nav > li:nth-child(5):hover > a, .navbar-default .navbar-nav > li.open:nth-child(5) > a {
  border-bottom: 6px solid #b0008e;
}
.navbar-default .navbar-nav > .active:nth-child(6) > a, .navbar-default .navbar-nav > .active:nth-child(6) > a:hover, .navbar-default .navbar-nav > .active:nth-child(6) > a:focus, .navbar-default .navbar-nav > .active-trail:nth-child(6) > a, .navbar-default .navbar-nav > .active-trail:nth-child(6) > a:hover, .navbar-default .navbar-nav > .active-trail:nth-child(6) > a:focus, .navbar-default .navbar-nav > li:nth-child(6) > a:hover, .navbar-default .navbar-nav > li:nth-child(6):hover > a, .navbar-default .navbar-nav > li.open:nth-child(6) > a {
  border-bottom: 6px solid #77bc1f;
}
.navbar-default .navbar-nav > .active:nth-child(7) > a, .navbar-default .navbar-nav > .active:nth-child(7) > a:hover, .navbar-default .navbar-nav > .active:nth-child(7) > a:focus, .navbar-default .navbar-nav > .active-trail:nth-child(7) > a, .navbar-default .navbar-nav > .active-trail:nth-child(7) > a:hover, .navbar-default .navbar-nav > .active-trail:nth-child(7) > a:focus, .navbar-default .navbar-nav > li:nth-child(7) > a:hover, .navbar-default .navbar-nav > li:nth-child(7):hover > a, .navbar-default .navbar-nav > li.open:nth-child(7) > a {
  border-bottom: 6px solid #00c4b3;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #ffce00;
  color: #114c88;
}
.primary-nav ul.navbar-nav > li:nth-child(2) .dropdown-menu > .active > a, .primary-nav ul.navbar-nav > li:nth-child(2) .dropdown-menu > .active > a:hover, .primary-nav ul.navbar-nav > li:nth-child(2) .dropdown-menu > .active > a:focus {
  background-color: #71c5e8;
}
.primary-nav ul.navbar-nav > li:nth-child(3) .dropdown-menu > .active > a, .primary-nav ul.navbar-nav > li:nth-child(3) .dropdown-menu > .active > a:hover, .primary-nav ul.navbar-nav > li:nth-child(3) .dropdown-menu > .active > a:focus {
  background-color: #f7a800;
}
.primary-nav ul.navbar-nav > li:nth-child(4) .dropdown-menu > .active > a, .primary-nav ul.navbar-nav > li:nth-child(4) .dropdown-menu > .active > a:hover, .primary-nav ul.navbar-nav > li:nth-child(4) .dropdown-menu > .active > a:focus {
  background-color: #e35205;
  color: #fff;
}
.primary-nav ul.navbar-nav > li:nth-child(5) .dropdown-menu > .active > a, .primary-nav ul.navbar-nav > li:nth-child(5) .dropdown-menu > .active > a:hover, .primary-nav ul.navbar-nav > li:nth-child(5) .dropdown-menu > .active > a:focus {
  background-color: #b0008e;
  color: #fff;
}
.primary-nav ul.navbar-nav > li:nth-child(6) .dropdown-menu > .active > a, .primary-nav ul.navbar-nav > li:nth-child(6) .dropdown-menu > .active > a:hover, .primary-nav ul.navbar-nav > li:nth-child(6) .dropdown-menu > .active > a:focus {
  background-color: #77bc1f;
}
.primary-nav ul.navbar-nav > li:nth-child(7) .dropdown-menu > .active > a, .primary-nav ul.navbar-nav > li:nth-child(7) .dropdown-menu > .active > a:hover, .primary-nav ul.navbar-nav > li:nth-child(7) .dropdown-menu > .active > a:focus {
  background-color: #00c4b3;
}
.dropdown-menu > li > a {
  background-color: #dfdfdf;
  border-bottom: 0px solid #ffffff;
  text-align: left;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  border-bottom: 0px solid #ffffff;
}
.navbar-nav > li > .dropdown-menu {
  border: 0;
  box-shadow: 0;
  -webkit-box-shadow: 0;
  margin-left: -1px;
  padding: 0;
}
.primary-nav ul.dropdown-menu li {
  border-right: 0;
  border-bottom: 1px solid #c6c6c6;
}
.primary-nav ul.dropdown-menu li:last-child {
  border-bottom: 0px;
}
.primary-nav ul.dropdown-menu li:first-child {
  border-left: 0;
}
.primary-nav ul.dropdown-menu li a {
  padding-top: 11px;
  padding-bottom: 11px;
  width: 380px;
}
@media screen and (max-width: 991px) {
  .primary-nav ul.dropdown-menu li a {
    padding-right: 60px;
    width: auto;
  }
}
.primary-nav .expanded.dropdown .expanded.dropdown > a {
  background-image: url(img/sub-nav-indicator.png);
  background-position: 323px center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .primary-nav .expanded.dropdown .expanded.dropdown > a {
    background-position: 96% center;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    display: table;
    float: none;
    width: 100%;
  }
  .navbar-nav > li {
    float: none;
    display: table-cell;
  }
}
.navbar-nav .caret {
  display: none;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-menu .dropdown-menu {
  border: 0;
  left: 100%;
  margin: 0;
  padding: 0;
  top: 0px;
}
ul.secondary {
  float: none;
}
header.container {
  padding: 0;
}
@media (min-width: 992px) {
  .container {
    /*	    width: 960px;*/
  }
}
@media (min-width: 1200px) {
  .container {
    /*	    width: 960px;*/
  }
}
.panel-default > .panel-heading {
  color: #333;
  background-color: transparent;
  border-color: #ddd;
  border-width: 0px;
}
.panel-heading {
  padding: 0;
  border-radius: 0;
}
.panel-group .panel {
  border-radius: 0;
  border: 0;
}
.footer {
  background-color: #0085ca;
  border-top: 0px solid transparent;
  font-family: 'effra', sans-serif;
  font-weight: 500;
  margin-top: 0px;
  padding-top: 24px;
  padding-bottom: 0px;
  -webkit-font-smoothing: antialiased;
}
.footer p {
  font-size: 11px;
}
.glyphicon-search:before {
  content: "GO";
  font-weight: bold;
  font-family: 'Effra';
  margin-left: -3px;
}
.form-control {
  border-color: #0085ca;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #0085ca;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pagination .next a {
  background-color: transparent !important;
  background-image: url(img/next.png);
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
  color: transparent !important;
  padding-right: 0;
  padding-top: 7px;
}
.pagination .prev a {
  background-color: transparent !important;
  background-image: url(img/prev.png);
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
  color: transparent !important;
  padding-left: 0;
  padding-top: 7px;
}
.pagination > li > a, .pagination > li > span {
  background-color: transparent;
  border: 1px solid #f7a800;
  color: #f7a800;
  float: left;
  font-weight: bold;
  line-height: 1.428571429;
  margin-left: 8px;
  padding: 5px 12px;
  position: relative;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.pagination .progress-disabled {
  float: left;
}
.pagination .ajax-progress {
  display: none !important;
  color: #fff !important;
  position: absolute;
  left: 0;
  background-color: #f7a800;
  width: 100%;
  height: 100%;
  top: 0;
  border: 1px solid #f7a800;
  text-align: left;
  padding: 5px 0px 0px 1px;
}
.pagination .prev .ajax-progress {
  left: -16px;
  width: 34px;
}
.pagination .next .ajax-progress {
  right: -16px;
  width: 34px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #f7a800;
  border-color: #f7a800;
  color: #fff;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: #f7a800;
  color: #fff;
}
/* Region Styles */
.top {
  background-color: #0085ca;
  padding-top: 22px;
  padding-bottom: 22px;
}
.top .text-right {
  float: right;
}
.region-before {}
.region-header {
  float: right;
  width: 346px;
}
.main-container {
  background-color: #ffffff;
  padding-bottom: 20px;
}
.front .main-container {
  padding-bottom: 0px;
}
.region-footer-bottom {
  border-top: 1px solid #98a0a3;
  border-top: 1px solid rgba(152, 160, 163, 0.3);
  padding-top: 20px;
}
/* Menu Styles */
.menu-title {
  display: inline-block;
  text-indent: -9999em;
}
#block-menu-menu-social-links {
  /*	float: right;*/
}
#block-menu-menu-social-links ul {
  list-style: none;
  margin-left: -5px;
  padding-left: 0;
  padding-bottom: 24px;
  text-align: right;
}
#block-menu-menu-social-links ul li {
  display: inline-block;
  padding-right: 3px;
  padding-left: 3px;
}
#block-menu-menu-social-links ul li a {
  background-color: #fff;
  border-radius: 100%;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 32px;
  line-height: 32px;
  outline: 0;
  padding: 0;
  text-align: center;
  width: 32px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#block-menu-menu-social-links ul li a:hover {
  background-color: #b9d9eb;
}
#block-menu-menu-social-links ul li i {
  color: #0285c9;
}
.primary-nav.container-fluid {
  border-top: 1px solid #f0f0f0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.primary-nav.container {}
.primary-nav ul li {
  border-right: 1px solid #f0f0f0;
  text-align: center;
  text-transform: uppercase;
}
.primary-nav ul li:first-child {
  border-left: 1px solid #f0f0f0;
}
#block-system-user-menu {
  display: inline-block;
}
#block-system-user-menu ul li {
  border-top: 1px solid #00a9e0;
  border-right: 1px solid #00a9e0;
  border-bottom: 1px solid #00a9e0;
  border-left: 0px solid #00a9e0;
  display: inline-block;
}
#block-system-user-menu ul li:first-child {
  border-left: 1px solid #00a9e0;
  ;
}
#block-system-user-menu ul li:hover {
  background-color: transparent;
}
#block-system-user-menu ul li.last {
  float: right;
}
#block-system-user-menu ul li a {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
#block-system-user-menu ul li a:hover {
  background-color: transparent;
  text-decoration: underline;
}
#block-menu-menu-footer-menu ul li {
  display: inline-block;
  border-right: 1px solid #fff;
}
#block-menu-menu-footer-menu ul li:last-child {
  border-right: 0px solid #fff;
}
#block-menu-menu-footer-menu ul li a {
  color: #fff;
  display: block;
  padding: 0px 5px 0px 5px;
  text-decoration: none;
}
#block-menu-menu-footer-menu ul li a:hover, #block-menu-menu-footer-menu ul li a:focus {
  background-color: transparent;
  text-decoration: underline;
}
#block-menu-menu-footer-menu ul li:first-child a {
  padding: 0px 5px 0px 0px;
}
#block-menu-menu-footer-menu ul li:last-child a {
  padding: 0px 0px 0px 5px;
}
/* Block Styles */
/* Logo */
.logo img {
  float: left;
}
.logo .tagline {
  color: #5b7f95;
  float: left;
  font-size: 14.4px;
  padding: 15px 0px 0px 32px;
  position: relative;
}
/* Royal Slider */
.header-banner {
  position: relative;
}
.not-front .header-banner {
  /*margin-left: -90px;
	margin-right: -90px;*/
}
.field-name-field-desktop-banner {
  position: relative;
  z-index: 1;
}
.field-name-field-desktop-banner-text {
  left: 65px;
  position: absolute;
  top: 50px;
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .field-name-field-desktop-banner-text {
    left: 58px;
    top: 55px;
  }
}
.field-name-field-desktop-banner-text h1 {
  color: #fff;
  font-weight: 300;
  line-height: 32px;
  margin: 0;
  width: 740px;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  .field-name-field-mobile-banner {
    display: none;
  }
  .field-name-field-mobile-banner-text {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .field-name-field-desktop-banner-text h1 {
    line-height: 29px;
    width: 422px;
  }
}
.field-name-field-desktop-banner-text h1 strong {
  font-weight: 500;
}
.field-name-field-desktop-banner-text h1:first-line {
  /*	font-weight: bold;*/
}
.field-name-field-mobile-banner {
  /*	display: none; */
}
.field-name-field-mobile-banner-text {
  /*display: none;*/
}
.field-name-field-royal-slider {
  margin-right: -75px;
  margin-bottom: 28px;
  margin-left: -75px;
}
.rsContent-content .rsABlock h1 {
  color: #fff;
}
.rsContent-content .rsABlock:last-child h1 {
  font-weight: 300;
}
/* Are you a patient */
#block-block-1 {}
#block-block-1 p {
  color: #fff;
  font-size: 12px;
  margin: 0;
}
#block-block-1 a {
  color: #fff;
  text-decoration: underline;
}
#block-block-1 a:hover {
  text-decoration: none;
}
/* Search Website */
#block-search-form .btn {
  background-color: #0085ca;
  height: 34px;
  min-width: auto;
  width: 34px;
}
@media screen and (max-width: 991px) {
  #block-search-form .btn {
    min-width: 34px;
  }
}
#block-search-form .form-control {
  border-color: #0085ca;
}
#block-block-2 {
  color: #fff;
  float: right;
}
#block-block-2 p {
  display: inline-block;
}
#block-block-2 a {
  color: #fff;
  text-decoration: underline;
}
#block-block-2 a:hover {
  text-decoration: none;
}
/* Click here to register */
.front #accordion .panel-title:first-child {
  background-color: #e45207;
  color: #fff;
  padding: 32px 0px 32px 0px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.front #accordion .panel-title:first-child:hover {
  cursor: pointer;
}
/* Footer Copyright */
#block-block-3 p {
  color: #fff;
}
/* Footer Disclaimer */
#block-block-5 {
  margin-bottom: 22px;
}
#block-block-5 p {
  color: #fff;
}
#block-block-5 a {
  color: #fff;
  text-decoration: none;
}
#block-block-5 a:hover {
  text-decoration: underline;
}
/* All Products Block View */
#block-views-product-teasers-block-1 {}
#block-views-product-teasers-block-1 .views-row {
  display: inline-block;
  padding: 0 1px;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  #block-views-product-teasers-block-1 .views-row {
    width: 380px;
  }
  #block-views-product-teasers-block-1 .views-row:nth-child(odd) {
    margin-right: 1px;
  }
}
#block-views-product-teasers-block-1 .views-row:nth-child(3n) {
  /*	margin-right: 0px;*/
  /*	margin-left: 1px;*/
}
#block-views-product-teasers-block-1 .views-row img {
  width: 100%;
}
/* Case Studies */
#block-views-case-studies-block {}
#block-views-case-studies-block .block-title {
  text-align: center;
}
#block-views-case-studies-block .views-row {}
#block-views-case-studies-block .views-row:first-child {}
#block-views-case-studies-block .views-row:nth-child(4n + 5) {}
#block-views-case-studies-block .views-row:nth-child(4n) {}
@media screen and (max-width: 991px) {
  #block-views-case-studies-block .views-row {}
  #block-views-case-studies-block .views-row:first-child {}
  #block-views-case-studies-block .views-row:nth-child(3n + 4) {}
  #block-views-case-studies-block .views-row:nth-child(3n) {}
}
#block-views-case-studies-block img {
  width: 100%;
}
#block-views-case-studies-block .group-bottom-content {
  padding: 10px 20px 20px 20px;
}
#block-views-case-studies-block .group-bottom-content h4 {
  font-weight: normal;
}
#block-views-case-studies-block .group-bottom-content h4:first-line {
  font-weight: 700;
}
#block-views-case-studies-block .group-bottom-content .field-name-body {
  height: 264px;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 991px) {
  #block-views-case-studies-block .group-bottom-content .field-name-body {
    height: 264px;
  }
}
.mfp-iframe-holder .mfp-close {
  background-image: url(img/video-close.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  color: transparent;
  opacity: 1;
  right: 0px;
  top: -38px;
}
#block-views-case-studies-block-1 {
  margin-bottom: 56px;
}
#block-views-case-studies-block-1 .block-title {
  text-align: center;
}
#block-views-case-studies-block-1 .view-content {}
@media screen and (max-width: 991px) {
  #block-views-case-studies-block-1 .view-content {
    margin-left: -23px;
    margin-right: -23px;
  }
}
#block-views-case-studies-block-1 .views-row {
  margin-right: 4px;
  padding: 0px;
  width: 236px;
}
#block-views-case-studies-block-1 .views-row-last {
  margin-right: 0px;
}
#block-views-case-studies-block-1 .group-bottom-content {
  padding: 10px 20px 20px 20px;
}
#block-views-case-studies-block-1 .field-name-body {
  height: 72px;
  margin-bottom: 22px;
  overflow: hidden;
}
/* Related Content */
#block-views-related-content-block .block-title {
  background-color: #001e46;
  border-bottom: 0px solid #e0e2e3;
  color: #fff;
  margin-bottom: 0px;
  padding: 20px 0px 20px 0px;
  text-align: center;
}
#block-views-related-content-block .view-related-content {
  background-color: #fff;
}
#block-views-related-content-block .views-row {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
#block-views-related-content-block .views-row .bottom-content {
  padding: 20px;
}
#block-views-related-content-block .views-row h4 {
  font-weight: bold;
  height: 34px;
  margin-top: 0px;
  overflow: hidden;
}
#block-views-related-content-block .views-row p {
  color: #001e46;
  height: 72px;
  overflow: hidden;
}
#block-views-related-content-block .views-row p:first-child {
  font-weight: bold;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 10px;
  overflow: hidden;
}
#block-views-related-content-block .views-row p:last-child {
  /*height: auto;*/
  margin-bottom: 0px;
}
#block-views-related-content-block .views-row img {
  width: 100%;
}
/* Evidence */
#block-views-evidence-block {
  border-top: 1px solid #e0e2e3;
  padding-top: 10px;
}
#block-views-evidence-block .views-exposed-widgets {}
#block-views-evidence-block .views-exposed-form .views-exposed-widget {
  padding: 0;
}
#block-views-evidence-block .views-exposed-form .form-item-field-filters-tid {
  float: left;
  width: 347px;
}
#block-views-evidence-block .views-exposed-form .views-widget-per-page {
  float: right;
  padding: 5px 0px 0px 0px;
}
#block-views-evidence-block .views-exposed-form .views-widget-per-page .bef-select-as-links .form-group {
  color: #f6a800;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#block-views-evidence-block .views-exposed-form .views-widget-per-page .bef-select-as-links .form-group a {
  border: 1px solid #f6a800;
  color: #f6a800;
  display: block;
  font-weight: bold;
  margin-right: 8px;
  padding: 6px 9px;
  min-width: 33px;
  -webkit-font-smoothing: antialiased;
}
#block-views-evidence-block .views-exposed-form .views-widget-per-page .bef-select-as-links .form-group:last-child a {
  margin-right: 0px;
}
#block-views-evidence-block .views-exposed-form .views-widget-per-page .bef-select-as-links .form-group a.active {
  background-color: #f6a800;
  color: #fff;
}
#block-views-evidence-block .views-exposed-form .views-widget-per-page .bef-select-as-links .form-group a:hover {
  background-color: #f6a800;
  color: #fff;
  text-decoration: none;
}
#block-views-evidence-block .views-exposed-form .views-widget-per-page .bef-select-as-links .form-group a:focus {
  text-decoration: none;
}
#block-views-evidence-block .views-exposed-form .views-widget-per-page .bef-select-as-links .selectBox {
  display: none !important;
}
#block-views-evidence-block .field-name-field-filters {
  color: #f6a800;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
#block-views-evidence-block .views-row {
  border-bottom: 1px solid #e0e2e3;
}
#block-views-evidence-block .views-row .views-field > span > div {
  padding-top: 68px;
}
#block-views-evidence-block .field-name-field-paper-image img {
  border: 1px solid #e0e2e3;
}
#block-views-evidence-block .group-right p {
  margin-bottom: 0.5em;
}
#block-views-evidence-block .group-right p + ul {
  margin-top: 0;
}
#block-views-evidence-block .field-label {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
#block-views-evidence-block .field-name-title {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
#block-views-evidence-block .field-name-title p {
  color: #001e46;
  font-style: italic;
  font-size: 18px;
  line-height: 1.3em;
}
#block-views-evidence-block .field-name-request-this-paper-button {
  margin-top: 1.5em;
  margin-bottom: 40px;
}
#block-views-evidence-block .group-footer {
  background-color: #001e46;
  clear: both;
  display: none;
  padding: 54px 102px 54px 102px;
  position: relative;
}
#block-views-evidence-block .group-footer .close-form {
  background-image: url(./img/form-close.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 19px;
}
#block-views-evidence-block .group-footer .close-form:hover {
  cursor: pointer;
}
#block-views-evidence-block .group-footer .webform-component--request-a-paper .col-sidebar {
  margin: 0;
  padding: 0;
}
#block-views-evidence-block .group-footer h2 {
  font-weight: 500;
  text-align: right;
}
#block-views-evidence-block .group-footer h2:first-line {
  font-weight: 500;
}
#block-views-evidence-block .group-footer p {
  color: #fff;
  padding-left: 0px;
}
#block-views-evidence-block .group-footer label {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 33.33333333333333%;
  -webkit-font-smoothing: antialiased;
}
#block-views-evidence-block .group-footer .description {
  color: #fff;
  float: right;
  margin-top: 12px;
  margin-bottom: 3em;
  width: 65%;
}
#block-views-evidence-block .group-footer .form-item {
  clear: both;
  height: 34px;
}
#block-views-evidence-block .group-footer .form-item:first-child {
  height: auto;
}
#block-views-evidence-block .group-footer .form-control {
  border: 0px;
}
#block-views-evidence-block .group-footer .form-email {
  border: 0px;
}
#block-views-evidence-block .group-footer .form-text {
  float: right;
  width: 65%;
}
#block-views-evidence-block .group-footer .webform-component--clinical-study-paper-requested > p {
  float: left;
  text-align: right;
  width: 33.33333333333333%;
}
#block-views-evidence-block .group-footer .webform-component--clinical-study-paper-requested > p > label {
  text-align: right;
  width: 100%;
}
#block-views-evidence-block .group-footer .form-textarea-wrapper {
  float: right;
}
#block-views-evidence-block .group-footer .webform-confirmation .form-textarea-wrapper {
  width: 100%;
}
#block-views-evidence-block .group-footer .form-textarea-wrapper p {
  color: #f6a800;
  font-weight: bold;
  padding-top: 0;
  padding-left: 6px;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 991px) {
  #block-views-evidence-block .group-footer .form-textarea-wrapper p {
    padding-left: 0px;
  }
}
#block-views-evidence-block .group-footer .webform-submit {
  margin-left: 266px;
}
#block-views-evidence-block .group-footer .alert-success {
  display: none;
}
#block-views-evidence-block .group-footer .webform-confirmation .col-sidebar {
  padding: 0px;
}
#block-views-evidence-block .group-footer .webform-confirmation .col-main > p {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
#block-views-evidence-block .group-footer .links {
  display: none;
}
@media screen and (max-width: 991px) {
  #block-views-evidence-block .group-footer {}
  #block-views-evidence-block .group-footer h2 {
    text-align: left;
  }
  #block-views-evidence-block .group-footer .col-main {
    padding: 0;
  }
  #block-views-evidence-block .group-footer p {
    padding: 0;
  }
  #block-views-evidence-block .group-footer .webform-submit {
    margin-left: 191px;
  }
}
/* Resources */
#block-views-resources-library-block {
  border-top: 1px solid #e0e2e3;
  padding-top: 10px;
}
#block-views-resources-library-block .views-exposed-widgets {
  text-align: center;
}
#block-views-resources-library-block .views-exposed-form .views-exposed-widget {
  float: none;
}
#block-views-resources-library-block .views-exposed-form .form-item-field-resource-tags-tid {
  margin-left: auto;
  margin-right: auto;
  width: 347px;
}
#block-views-resources-library-block .view-content {
  margin-top: 68px;
}
#block-views-resources-library-block .views-row {
  margin: 0px 0px 60px 0px;
  padding: 0px 1px;
}
#block-views-resources-library-block .views-row:first-child {}
#block-views-resources-library-block .views-row:nth-child(4n + 5) {}
#block-views-resources-library-block .views-row:nth-child(4n) {}
@media screen and (max-width: 991px) {
  #block-views-resources-library-block .views-row {
    margin-right: 10px;
  }
  #block-views-resources-library-block .views-row:first-child {
    margin-left: 11px;
  }
  #block-views-resources-library-block .views-row:nth-child(3n + 4) {
    margin-left: 11px;
  }
  #block-views-resources-library-block .views-row:nth-child(3n) {
    margin-right: 11px;
  }
}
#block-views-resources-library-block .field-name-field-image img {
  border: 1px solid #e0e2e3;
}
#block-views-resources-library-block .field-name-field-resource-tags span {
  color: #001e46;
  font-size: 12px;
  font-weight: normal;
}
#block-views-resources-library-block .group-bottom-content {
  padding: 10px 20px 20px 20px;
}
#block-views-resources-library-block .group-bottom-content h4 {
  font-weight: normal;
}
#block-views-resources-library-block .group-bottom-content h4:first-line {
  font-weight: 700;
}
#block-views-resources-library-block .field-name-field-resource-tags {
  height: 51px;
  line-height: 16px;
}
#block-views-resources-library-block .field-name-field-resource-tags .field-label {
  color: #001e46;
  display: inline;
  float: none;
  font-size: 12px;
  font-weight: normal;
}
#block-views-resources-library-block .field-name-field-resource-tags .field-items {
  display: inline;
  float: none;
}
#block-views-resources-library-block .field-name-title-field {
  height: 51px;
  margin-bottom: 0.5em;
}
#block-views-resources-library-block .field-name-body {
  height: 172px;
  padding-top: 0px;
}
.node > .field-name-body {
  padding-top: 28px;
}
.node > .content > .field-name-body {
  padding-top: 28px;
}
#block-block-7 {
  background-color: #00a9e0;
  text-align: center;
}
#block-block-7 p {
  color: #fff;
  font-size: 14px;
  margin: 0px;
  padding: 20px 0px 20px 0px;
}
#block-block-7 a {
  color: #fff;
  text-decoration: underline;
}
#block-block-7 a:hover {
  text-decoration: none;
}
/* Page Specific Styles */
/* Front */
.front .col-md-4.col-sidebar h2 {
  color: #0085ca;
}
/*.front .field-name-field-royal-slider, .front .field-name-body {
  padding-right: 35px;
  padding-left: 35px;
}*/
.front .field-name-body .row.two-col-left {
  margin-left: -35px;
}
.field-name-field-content-grid .field-item {
  float: left;
  height: 390px;
  margin: 0px;
  overflow: hidden;
  width: 390px;
}
.field-name-field-content-grid .field-item:first-child {
  height: 390px;
  width: 390px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .field-name-field-content-grid .field-item {
    height: 375px;
    width: 375px;
  }
  .field-name-field-content-grid .field-item:first-child {
    height: auto;
    width: 375px;
    overflow: hidden;
  }
  .field-name-field-content-grid .field-item img {
    width: 100% !important;
  }
  .field-name-field-content-grid .field-item:first-child img {
    width: 100% !important;
  }
  .field-name-field-content-grid .field-item p:last-child {
    margin-bottom: 0px;
  }
}
.field-name-field-content-grid .field-item:nth-child(2) {
  background-color: #59b1e7;
}
.field-name-field-content-grid .field-item:nth-child(3) {}
.field-name-field-content-grid .field-item:nth-child(4) {
  background-color: #0085ca;
}
.field-name-field-content-grid .field-item:nth-child(6) {
  background-color: #004b87;
}
.field-name-field-content-grid .field-item:nth-child(8) {
  background-color: #59b1e7;
}
.field-name-field-content-grid .field-item:nth-child(9) {
  background-color: #192852;
}
.field-name-field-content-grid .field-item:nth-child(2), .field-name-field-content-grid .field-item:nth-child(4), .field-name-field-content-grid .field-item:nth-child(6), .field-name-field-content-grid .field-item:nth-child(8), .field-name-field-content-grid .field-item:nth-child(9) {
  padding: 32px 13px 32px 13px;
}
.field-name-field-content-grid .field-item:nth-child(2) h2, .field-name-field-content-grid .field-item:nth-child(4) h2, .field-name-field-content-grid .field-item:nth-child(6) h2, .field-name-field-content-grid .field-item:nth-child(8) h2, .field-name-field-content-grid .field-item:nth-child(9) h2 {
  color: #ffffff;
  margin-top: 0px;
  -webkit-font-smoothing: antialiased;
}
.field-name-field-content-grid .field-item:nth-child(2) h2:nth-child(2), .field-name-field-content-grid .field-item:nth-child(4) h2:nth-child(2), .field-name-field-content-grid .field-item:nth-child(6) h2:nth-child(2), .field-name-field-content-grid .field-item:nth-child(8) h2:nth-child(2), .field-name-field-content-grid .field-item:nth-child(9) h2:nth-child(2) {
  font-weight: 300;
  margin-top: -12px;
}
.field-name-field-content-grid .field-item p {
  color: #ffffff;
  line-height: 21px;
  -webkit-font-smoothing: antialiased;
}
.field-name-field-content-grid .field-item a {
  color: #ffffff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
/* Reimbursement Pages */
.section-reimbursement .region-content {}
.section-reimbursement .col-md-4.col-sidebar h2 {
  color: #e35205;
}
.section-reimbursement .field-name-body .two-col-left {
  margin-left: 20px;
}
.section-reimbursement .field-name-body .two-col-left .col-sidebar {
  margin-right: 15px;
  margin-left: 0px;
  padding: 0px;
}
.section-reimbursement .field-name-body .two-col-left .col-main {
  margin-left: -15px;
}
.section-reimbursement .btn, div.section-Reimbursement .btn {
  background-color: #e35205;
}
/* Therapy Pages */
.section-therapy .region-content {}
.section-therapy .col-md-4.col-sidebar h2 {
  color: #ffce00;
}
.section-therapy .col-md-4.col-sidebar h2:last-child {}
.section-therapy .col-md-4.col-sidebar .callout h2 {
  color: #ffffff;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.section-therapy .field-name-body .two-col-left {
  margin-left: 50px;
}
.section-therapy .field-name-body .two-col-left .col-sidebar {
  margin-right: 15px;
  margin-left: 0px;
  padding: 0px;
}
.section-therapy .field-name-body .two-col-left .col-main {
  margin-left: -15px;
}
.section-therapy .field-name-field-section-body .two-col-right .col-main {
  padding-right: 15px;
}
.section-therapy .field-name-field-section-body .two-col-right .col-main p {}
@media (min-width: 992px) {
  .section-therapy .field-name-field-section-body .two-col-right .col-sidebar {
    float: right;
    padding: 0;
  }
}
.section-therapy .btn, div.section-Therapy .btn {
  background-color: #ffce00;
}
/* Product Pages */
.section-products .region-content {}
.section-products .col-md-4.col-sidebar h2 {
  color: #71c5e8;
}
.section-products .btn, div.section-Products .btn {
  background-color: #71c5e8;
}
.section-products .btn.btn-turquoise {
  background-color: #00c4b3;
}
/* Product Teasers */
.node-product .group-product-overlay {
  padding: 20px;
}
.node-product.node-teaser h3 {
  border-bottom: 0;
  font-size: 24px;
  height: 54px;
  line-height: 26px;
  text-transform: none;
}
.node-product.node-teaser .field-name-field-summary {
  height: 168px;
  margin-bottom: 20px;
  overflow: hidden;
}
.node-product.node-teaser .field-name-field-summary p {
  color: #001e46;
}
.section-products .field-name-field-tab-section-title h3 {
  background-color: #001e46;
  border-bottom: 0px solid #e0e2e3;
  color: #fff;
  margin-bottom: 0px;
  padding: 20px 0px 20px 0px;
  text-align: center;
}
.section-products .ui-widget {
  font-family: 'Effra', sans-serif;
}
.section-products .field-name-field-tabs .ertatabs-processed {
  border: 0px;
  border-radius: 0;
  padding: 0;
}
.section-products .field-name-field-tabs .ertatabs-processed .resp-tabs-list {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.section-products .field-name-field-tabs .ertatabs-processed .resp-tabs-list li {
  background: #b1b3b3;
  background-image: url(img/tabs-arrow.png);
  background-position: 280px 15px;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0 !important; /* There is a corresponding style in ertatabs that has !important as well */
  white-space: normal;
  width: 250px;
}
.section-products .field-name-field-tabs .ertatabs-processed .resp-tabs-list li a {
  float: none;
  padding: 0;
}
.section-products .field-name-field-tabs .ertatabs-processed .resp-tabs-list li.resp-tab-active {
  background-color: #fff;
  background-position: 280px -38px;
}
.section-products .field-name-field-tabs .ertatabs-processed .resp-tab-content {
  border: 0px;
  padding: 20px 20px 0px 20px;
}
.section-products .field-name-field-tabs li .field-items {
  display: table;
  height: 63px;
}
.section-products .field-name-field-tabs li .field-name-field-tab-title .field-item {
  color: #fff;
  display: table-cell;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  padding-left: 15px;
  padding-right: 40px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
.section-products .field-name-field-tabs li.resp-tab-active .field-name-field-tab-title .field-item {
  color: #00a9e0;
}
.section-products .field-name-field-tabs p {
  color: #001e46;
}
.section-products .field-name-field-tabs ul {
  color: #001e46;
}
.section-products .field-name-field-tabs ol {
  color: #001e46;
  font-weight: bold;
  list-style: none;
  padding: 0px;
}
.section-products .field-name-field-tabs ol > li {
  margin-bottom: 1.5em;
}
.section-products .field-name-field-tabs ol > li:nth-child(3n) {}
.section-products .field-name-field-tabs ol > li > p {
  display: inline-block;
  font-weight: 300;
  vertical-align: top;
  width: 249px;
}
.section-products .field-name-field-tabs .field-name-field-tab-content {
  counter-reset: listnumbers;
}
.section-products .field-name-field-tabs ol p {
  /*	margin-bottom: 0;*/
}
.section-products .field-name-field-tabs ul p {
  color: #98a0a3;
}
.section-products .field-name-field-tabs ol > li:before {
  background-color: #0395d3;
  border-radius: 100%;
  color: #fff;
  counter-increment: listnumbers;
  content: counter(listnumbers);
  display: inline-block;
  height: 24px;
  margin-right: 10px;
  text-align: center;
  width: 24px;
}
.section-products .field-name-field-tabs ol ul {
  color: #98a0a3;
  font-weight: 300;
  list-style: disc;
  padding-left: 54px;
}
@media screen and (max-width: 991px) {
  .section-products .field-name-field-tabs .ertatabs-processed .resp-tabs-list li {
    width: 250px;
  }
  .section-products .field-name-field-tabs .ertatabs-processed .resp-tabs-list li {
    background-position: 210px 15px;
  }
  .section-products .field-name-field-tabs .ertatabs-processed .resp-tabs-list li.resp-tab-active {
    background-position: 210px -38px;
  }
  .section-products .field-name-field-tabs li .field-name-field-tab-title .field-item {
    font-size: 14px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .section-products h2.resp-accordion {
    background-color: #b1b3b3 !important;
    background-image: url(img/accordion-arrow.png) !important;
    background-position: 98% 15px !important;
    background-repeat: no-repeat !important;
    border: 0;
    margin-bottom: 2px;
    padding: 21px 15px 21px 15px !important;
  }
  .section-products h2.resp-accordion.resp-tab-active {
    background-color: #fff !important;
    background-position: 98% -156px !important;
  }
  .section-products .resp-arrow {
    display: none;
  }
  .section-products .field-name-field-tab-title {
    padding-right: 24px;
  }
  .section-products .field-name-field-tab-title .field-item {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
  }
  .section-products .resp-tab-active .field-name-field-tab-title .field-item {
    color: #00a9e0;
  }
  .section-products .field-name-field-tabs ol > li > p {
    width: 86%;
  }
  .section-products.page-node-102 .resp-accordion {
    /* Override for CareLink Personal page */
    /* There is only a single tabbed content with no tab title */
    display: none;
  }
}
/* Evidence Pages */
.section-evidence .region-content {}
.section-evidence .col-md-4.col-sidebar h2 {
  color: #f7a800;
}
.section-evidence .field-name-body .two-col-left {
  margin-left: 20px;
}
.section-evidence .field-name-body .two-col-left .col-sidebar {
  margin-right: 15px;
  margin-left: 0px;
  padding: 0px;
}
.section-evidence .field-name-body .two-col-left .col-main {
  margin-left: -15px;
}
.section-evidence .btn, div.section-Evidence .btn {
  background-color: #f7a800;
  width: auto;
}
.section-evidence .form-control {
  border-color: #f7a800;
}
.section-evidence .form-control:focus {
  border-color: #f7a800;
}
.section-evidence .selectBox-dropdown .selectBox-arrow {
  background-color: #f7a800;
}
.section-evidence select {
  background-image: url(img/select-arrow-evidence.png) !important;
}
/* Education Pages */
.section-education .region-content {}
.section-education .col-md-4.col-sidebar h2 {
  color: #b0008e;
}
.section-education .col-md-4.col-sidebar .callout h2 {
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
.section-education .field-name-body .two-col-left {
  margin-left: 20px;
}
.section-education .field-name-body .two-col-left .col-sidebar {
  margin-right: 15px;
  margin-left: 0px;
  padding: 0px;
}
.section-education .field-name-body .two-col-left .col-main {
  margin-left: -15px;
}
.section-education .btn, div.section-Education .btn {
  background-color: #b0008e;
}
.section-education iframe {
  max-width: 100%;
}
/* Resources Pages */
.section-resources .region-content {}
.section-resources .col-md-4.col-sidebar h2 {
  color: #77bc1f;
}
.section-resources .col-md-4.col-sidebar .callout h2 {
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
.section-resources .field-name-body .two-col-left {
  margin-left: 20px;
}
.section-resources .btn, div.section-Resources .btn {
  background-color: #77bc1f;
}
.section-resources .form-control {
  border-color: #77bc1f;
}
.section-resources .form-control:focus {
  border-color: #77bc1f;
}
.section-resources .selectBox-dropdown .selectBox-arrow {
  background-color: #77bc1f;
}
.section-resources select {
  background-image: url(img/select-arrow-resources.png) !important;
}
/* Contact Pages */
.section-contact .btn, div.section-Contact .btn {
  background-color: #00c4b3;
}
@media screen and (max-width: 1199px) {
  .section-contact .group-right {
    margin-top: 1.5em;
  }
}
.section-contact.page-node-35 .region-content {
  padding-top: 28px;
}
/* Site Map */
#site-map {
  padding: 20px;
}
#site-map h2 {
  border-bottom: 1px solid #e0e2e3;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0px;
}
#site-map .site-map-front-page a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
#site-map .site-map-front-page a:hover {
  text-decoration: none;
}
#site-map .site-map-front-page a.feed-link {
  display: none;
}
#site-map .site-map-front-page a em {
  font-style: normal;
}
#site-map .site-map-box-menu {
  margin-top: 3em;
}
#site-map .site-map-box-menu .content > .site-map-menu {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  margin: 0;
  padding: 0;
}
#site-map .site-map-box-menu .content > .site-map-menu a {
  border-bottom: 1px solid #0581cb;
}
#site-map .site-map-box-menu .content > .site-map-menu a:hover {
  text-decoration: none;
}
#site-map .site-map-box-menu .content > .site-map-menu > .expanded > a {
  font-weight: bold;
}
#site-map .site-map-box-menu .content > .site-map-menu > .expanded:before {
  background-image: url(img/sub-nav-indicator.png);
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 14px;
  margin-right: 10px;
  text-align: left;
  vertical-align: middle;
  width: 10px;
}
#site-map .site-map-box-menu .content > .site-map-menu > .leaf > a {
  font-weight: bold;
}
#site-map .site-map-box-menu .content > .site-map-menu > .leaf:before {
  background-image: url(img/sub-nav-indicator.png);
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 14px;
  margin-right: 10px;
  text-align: left;
  vertical-align: middle;
  width: 10px;
}
#site-map .site-map-box-menu .content > .site-map-menu .expanded > .site-map-menu {
  padding-left: 50px;
}
#site-map .site-map-box-menu .content > .site-map-menu .expanded > .site-map-menu li {
  color: #0581cb;
  list-style: disc;
}
#site-map .site-map-box-menu .content > .site-map-menu .expanded > .site-map-menu li.expanded {
  font-weight: 300;
}
/* Search */
.page-search .region-content {
  padding-top: 40px;
  padding-right: 75px;
  padding-left: 75px;
}
.page-search .btn {
  background-color: #0085ca;
  height: 34px;
  min-width: auto;
  width: 34px;
}
.page-search h2 {
  margin-bottom: 40px;
}
.page-search .search-result {
  margin-bottom: 48px;
}
.page-search em {
  font-style: normal;
}
/* Terms and Conditions */
.page-node-70 .region-content {
  padding-right: 75px;
  padding-left: 75px;
}
/* Privacy Policy */
.page-node-52 .region-content {
  padding-right: 75px;
  padding-left: 75px;
}
.med-navy-blue {
  color: rgb(0, 30, 70);
}
.med-blue {
  color: rgb(0, 75, 135);
}
.med-cobalt-blue {
  color: rgb(0, 133, 202);
}
.med-medium-blue {
  color: rgb(0, 169, 224);
}
.med-sky-blue {
  color: rgb(113, 197, 232);
}
.med-light-blue {
  color: rgb(185, 217, 235);
}
.med_yellow {
  color: rgb(255, 206, 0);
}
.med_light_orange {
  color: rgb(247, 168, 0);
}
.med_orange {
  color: rgb(227, 82, 5);
}
.med_purple {
  color: rgb(176, 0, 142);
}
.med_green {
  color: rgb(119, 188, 31);
}
.med_turquoise {
  color: rgb(0, 196, 179);
}
.med_charcoal_gray {
  color: rgb(83, 86, 90);
}
.med_blue_gray {
  color: rgb(91, 127, 149);
}
.med_dark_gray {
  color: rgb(136.139, 141);
}
.med_light_gray {
  color: rgb(177, 179, 179);
}
.med_pale_gray {
  color: rgb(232, 232, 231);
}
.med_white {
  color: rgb(255, 255, 255);
}
.med-navy-blue-bkg {
  background-color: rgb(0, 30, 70);
}
.med-blue-bkg {
  background-color: rgb(0, 75, 135);
}
.med-cobalt-blue-bkg {
  background-color: rgb(0, 133, 202);
}
.med-medium-blue-bkg {
  background-color: rgb(0, 169, 224);
}
.med-sky-blue-bkg {
  background-color: rgb(113, 197, 232);
}
.med-light-blue-bkg {
  background-color: rgb(185, 217, 235);
}
.med_yellow-bkg {
  background-color: rgb(255, 206, 0);
}
.med_light_orange-bkg {
  background-color: rgb(247, 168, 0);
}
.med_orange-bkg {
  background-color: rgb(227, 82, 5);
}
.med_purple-bkg {
  background-color: rgb(176, 0, 142);
}
.med_green-bkg {
  background-color: rgb(119, 188, 31);
}
.med_turquoise-bkg {
  background-color: rgb(0, 196, 179);
}
.med_charcoal_gray-bkg {
  background-color: rgb(83, 86, 90);
}
.med_blue_gray-bkg {
  background-color: rgb(91, 127, 149);
}
.med_dark_gray-bkg {
  background-color: rgb(136.139, 141);
}
.med_light_gray-bkg {
  background-color: rgb(177, 179, 179);
}
.med_pale_gray-bkg {
  background-color: rgb(232, 232, 231);
}
.med_white-bkg {
  background-color: rgb(255, 255, 255);
}
.bold {
  font-weight: 600;
}
.services-banner {
  position: relative;
  top: -30px;
}
.services-banner .slogan-wrapper {
  margin-left: 2em;
  margin-top: 2em;
}
.services-banner .slogan-wrapper .slogan {
  margin: 0;
  font-size: 3em;
  line-height: 0.9em;
  text-transform: uppercase;
}
.services-banner .slogan-wrapper .slogan-bold {
  font-weight: 600;
}
.services-banner .slogan-wrapper .slogan-message {
  line-height: 1.3em;
  font-size: 1.33em;
  color: white;
  font-weight: 400;
}
.services-banner .SupportHoursHalf {
  background-image: url(/sites/default/files/globalassistance.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 420px;
  background-size: cover;
}
.services-slogan {}
.services-slogan .slogan-wrapper {
  margin: 1em 2em 3em 2em;
}
.services-slogan .slogan-wrapper .medtronic-slogan {
  font-size: 1.5em;
  color: #004b87;
  font-weight: 600;
  line-height: 1.2em;
}
.services-boxes .medtronic-employee {
  background: rgb(0, 133, 202) url("/sites/default/files/img-wilme.jpg") 50% /cover no-repeat;
  min-height: 270px;
}
.services-boxes .service-box {
  color: white;
  min-height: 270px;
  padding: 1.7em 3em 1em 3em;
}
.services-boxes .service-box.unparalleled {
  padding: 4em 1em 0 1em;
}
.services-boxes .service-box .service-header {
  min-height: 54px;
  font-size: 1.8em;
  font-weight: bold;
  color: white;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.1em;
}
.services-boxes .service-box .no1 {
  max-width: 35%;
  display: inline;
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}
.services-boxes .service-box .service-message {
  color: white;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.1em;
}
.services-boxes .service-box a.learn-more {
  position: absolute;
  bottom: 2em;
  text-decoration: none;
  display: block-inline;
  font-size: 1.2em;
  font-weight: normal;
}
.services-boxes .service-box a.learn-more:hover {
  color: white;
}
.services-boxes .service-box .service-message.service {
  font-size: 1.6em;
}
.services-boxes .service-box .service-header-discover {
  font-size: 2em;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 1.3em;
  text-transform: uppercase;
}
.services-boxes .service-box .service-header-discover-contact {
  font-size: 1.2em;
  font-weight: 400;
}
.services-boxes .testimonial {
  color: #001e46;
  background-color: rgb(232, 232, 231);
  padding: 2em 3em;
}
.services-boxes .testimonial .quote {
  font-size: 1.6em;
  line-height: 1.2em;
  text-indent: -7px;
  margin-bottom: 15px;
  font-style: italic;
}
.services-boxes .testimonial .author {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
.services-boxes .testimonial .title {
  font-size: 13px;
  font-weight: 400;
}
/*   Guardian connect page */
.coffee-girl {
  background-image: url(/sites/default/files/gc-girl-coffee-shop-square1.jpg);
  background-size: cover;
  height: 250px;
}
.friends {
  background-image: url(/sites/default/files/gc-friends-square2.jpg);
  background-size: cover;
  height: 250px;
}
.benefit-wrapper {
  height: 80px;
  padding-left: 10px;
  padding-top: 10px;
  margin: 15px 0;
}
ul.square {
  list-style-type: square;
}
.gc-box-padding {
  padding: 30px;
}
.gc-box-padding img {
  margin: 0 auto;
}
.box-padding-small {
  padding: 15px 0;
}
.box-padding-large {
  padding: 30px 0;
}
.story__image {
  padding: 0
}
.story__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.centered-text {
  text-align: center
}
/** branded Medtronic colors **/
.navyblue {
  color: #001E46 !important;
}
.medtronicblue {
  color: #004B87 !important;
}
.cobaltblue {
  color: #0085CA !important;
}
.mediumblue {
  color: #00A9E0 !important;
}
.skyblue {
  color: #71C5E8 !important;
}
.lightblue {
  color: #B9D9EB !important;
}
.charcoalgray {
  color: #53565a !important;
}
.bluegray {
  color: #5B7F95 !important;
}
.darkgray {
  color: #888B8D !important;
}
.lightgray {
  color: #B1B3B3 !important;
}
.palegray {
  color: #E8E8E7 !important;
}
.white {
  color: #FFFFFF !important;
}
.yellow {
  color: #FFCE00 !important;
}
.lightorange {
  color: #F7A800 !important;
}
.orange {
  color: #E35205 !important;
}
.purple {
  color: #B0008E !important;
}
.green {
  color: #77BC1F !important;
}
.turquoise {
  color: #00C4B3 !important;
}
.error {
  color: red;
}
.navyblue-bg {
  background-color: #001E46;
}
.navyblue-bg p, .navyblue-bg a, .navyblue-bg h1, .navyblue-bg h2, .navyblue-bg h3, .navyblue-bg ul li, .navyblue-bg .btn.btn-border {
  color: white;
}
.navyblue-bg a:hover {
  color: #0085CA;
}
.navyblue-bg .btn.btn-border {
  border-color: white;
}
.navyblue-bg .btn.btn-border:hover {
  color: #001E46;
}
.medtronicblue-bg {
  background-color: #004B87;
}
.medtronicblue-bg p, .medtronicblue-bg a, .medtronicblue-bg h1, .medtronicblue-bg h2, .medtronicblue-bg h3, .medtronicblue-bg ul li, .medtronicblue-bg .btn.btn-border {
  color: white;
}
.medtronicblue-bg a:hover {
  color: #71C5E8;
}
.medtronicblue-bg .btn.btn-border {
  border-color: white;
}
.medtronicblue-bg .btn.btn-border:hover {
  color: #004B87;
}
.cobaltblue-bg {
  background-color: #0085CA;
}
.cobaltblue-bg p, .cobaltblue-bg h1, .cobaltblue-bg h2, .cobaltblue-bg h3, .cobaltblue-bg ul li, .cobaltblue-bg .btn.btn-border {
  color: white;
}
.cobaltblue-bg .btn.btn-border {
  border-color: white;
}
.cobaltblue-bg .btn.btn-border:hover {
  color: #0085CA;
}
.mediumblue-bg {
  background-color: #00A9E0;
}
.mediumblue-bg p, .mediumblue-bg h1, .mediumblue-bg h2, .mediumblue-bg h3, .mediumblue-bg ul li, .mediumblue-bg .btn.btn-border {
  color: #fff;
}
.mediumblue-bg .btn.btn-border {
  border-color: white;
}
.mediumblue-bg .btn.btn-border:hover {
  color: #00A9E0;
}
.skyblue-bg {
  background-color: #71C5E8;
}
.skyblue-bg p, .skyblue-bg h1, .skyblue-bg h2, .skyblue-bg h3, .skyblue-bg ul li, .skyblue-bg .btn.btn-border {
  color: #001e46;
}
.skyblue-bg .btn.btn-border {
  border-color: #001e46;
}
.skyblue-bg .btn.btn-border:hover {
  color: #71C5E8;
}
.lightblue-bg {
  background-color: #B9D9EB;
}
.lightblue-bg p, .lightblue-bg a, .lightblue-bg h1, .lightblue-bg h2, .lightblue-bg h3, .lightblue-bg ul li, .lightblue-bg .btn.btn-border {
  color: #001e46;
}
.lightblue-bg a:hover {
  color: #0085CA;
}
.lightblue-bg .btn.btn-border {
  border-color: #001e46;
}
.charcoalgray-bg .btn.btn-border:hover {
  color: #53565a;
}
.charcoalgray-bg {
  background-color: #53565a;
}
.charcoalgray-bg p, .charcoalgray-bg h1, .charcoalgray-bg h2, .charcoalgray-bg h3, .charcoalgray-bg ul li, .charcoalgray-bg .btn.btn-border {
  color: white;
}
.charcoalgray-bg .btn.btn-border {
  border-color: white;
}
.bluegray-bg {
  background-color: #5B7F95;
}
.bluegray-bg p, .bluegray-bg h1, .bluegray-bg h2 {
  background-color: white;
}
.darkgray-bg {
  background-color: #888B8D;
}
.darkgray-bg p, .darkgray-bg h1, .darkgray-bg h2 {
  color: white;
}
.lightgray-bg {
  background-color: #B1B3B3;
}
.lightgray-bg p, .lightgray-bg h1, .lightgray-bg h2, .lightgray-bg h3, .charcoalgray-bg .btn.btn-border {
  color: #001e46;
}
.lightgray-bg .btn.btn-border {
  border-color: white;
}
.palegray-bg {
  background-color: #E8E8E7;
}
.palegray-bg p, .palegray-bg h1, .palegray-bg h2, .palegray-bg ul li, .palegray-bg .btn.btn-border {
  color: #001e46;
}
.palegray-bg .btn.btn-border {
  border-color: #001e46;
}
.white-bg {
  background-color: #FFFFFF;
}
.white-bg p, .white-bg h1, .white-bg h2, .white-bg h3, .white-bg ul li, .white-bg .btn.btn-border {
  color: #333;
}
.white-bg .btn.btn-border {
  border-color: #333;
}
.yellow-bg {
  background-color: #FFCE00;
}
.lightorange-bg {
  background-color: #F7A800;
}
.orange-bg {
  background-color: #E35205;
}
.purple-bg {
  background-color: #B0008E;
}
.green-bg {
  background-color: #77BC1F;
}
.turquoise-bg {
  background-color: #00C4B3;
}
.shade {
  background: url(/sites/default/files/pagedivbg.png) repeat-x;
}
.youtube {
  /*    background-color: #000;*/
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
}
.youtube img {
  top: 0;
  left: 0;
  /*opacity: 0.7;*/
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #004b87;
  /* box-shadow: 0 0 30px rgba( 0,0,0,0.6 );*/
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}
.youtube img, .youtube .play-button {
  cursor: pointer;
}
.youtube img, .youtube iframe, .youtube .play-button, .youtube .play-button:before {
  position: absolute;
}
.youtube .play-button, .youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 999999 !important;
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.icon-pdf {
  width: 32px;
  height: 32px;
  margin-right: 22px;
  display: inline-block;
  background: url("/sites/default/files/pdf_32.png") no-repeat
}
.steps-row-box {
  background-color: #004b87;
  color: #ffffff;
  padding-bottom: 30px;
}
.steps-row-box .steps-row-box-head {
  padding: 40px 30px 15px 50px
}
.steps-row-box h2 {
  margin-bottom: 0;
  color: inherit;
  font-size: 32px;
  line-height: 36px
}
.steps-row-box .steps-row-box-table {
  padding: 40px 40px 15px 40px
}
.steps-row-box table.steps-row-container {
  background-color: #004b87;
  width: 100%;
  border-style: hidden;
  border: none
}
.steps-row-box table.steps-row-container td {
  color: #ffffff;
  padding: 0
}
.steps-row-box table.steps-row-container td table.steps-cell {
  background-color: transparent;
  border-style: hidden;
  border: none;
  margin-bottom: 10px
}
.steps-row-box table.steps-row-container td table.steps-cell tr, .steps-row-box table.steps-row-container td table.steps-cell td {
  background-color: transparent;
  padding: 5px;
  vertical-align: top
}
.steps-row-box table.steps-row-container td .steps-cell-nr {
  color: #f6a826;
  font-size: 170px;
  line-height: 94px;
  font-weight: bold
}
.steps-row-box table.steps-row-container td .steps-cell-title {
  font-size: 36px;
  line-height: 16px;
  font-weight: bold
}
.steps-row-box table.steps-row-container td .steps-cell-description {
  font-size: 24px;
  line-height: 28px;
  background-color: transparent
}
.steps-row-box table.steps-row-container td .steps-cell-description p {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0
}
.carousel-indicators li {
  background-color: #b0008e;
  border: 1px solid #b0008e;
}
.carousel-inner .item {
  min-height: 450px;
}
.text-uppercase {
  text-transform: uppercase;
}
/* ----------- Webinars ----------- */
.webinar-blue {
  background-color: #00a9e0;
  padding: 1.5em;
  color: #001e46;
  min-height: 300px;
}
.webinar-blue h2 {
  margin-top: 0px;
}
.webinar-blue p {
  color: #001e46;
}
.webinar-blue .col-md-12 p {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .webinar-blue img {
    margin-bottom: 25px;
  }
  .webinar-video {
    padding-right: 0px;
  }
  .webinar-info {
    padding-left: 0px;
  }
  .webinar-qa .field-name-field-mobile-banner-text .field-items {
    padding: 20px 0 !important;
  }
}
.webinar-video {
  padding-left: 0px;
}
.webinar-info {
  padding-right: 0px;
}
.webinar-qa {
  left: 280px;
  position: absolute;
  top: 50px;
  z-index: 100;
}
.webinar-qa h1 {
  color: #77bc1f !important;
  font-weight: 600;
  width: auto;
}
.webinar-qa h2 {
  color: #fff;
  margin-bottom: 30px;
}
.webinar-qa p a {
  background-color: #71c5e8;
  color: #171e43;
  padding: 10px 30px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .webinar-qa {
    left: 230px !important;
  }
}
@media (max-width: 991px) {
  .webinar-qa {
    left: 180px !important;
    position: absolute;
    top: 20px !important;
    z-index: 100;
  }
  .webinar-qa h1, .webinar-qa h2 {
    font-size: 20px !important;
  }
  .webinar-qa .field-name-field-mobile-banner-text .field-items {
    padding: 20px 0 !important;
  }
}
@media (max-width: 414px) {
  .webinar-qa {
    top: 430px !important;
    left: 10% !important;
  }
}
@media (max-width: 375px) {
  .webinar-qa {
    top: 375px !important;
    left: 10% !important;
  }
}
@media (max-width: 320px) {
  .webinar-qa {
    top: 320px !important;
    left: 10% !important;
  }
  .webinar-qa h1, .webinar-qa h2 {
    font-size: 15px !important;
  }
  .webinar-qa .field-name-field-mobile-banner-text .field-items {
    padding: 20px 0 !important;
  }
}
/* ----------- iPhone X ----------- */
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .webinar-qa {
    left: 30px !important;
    position: absolute;
    top: 800px !important;
    z-index: 100;
  }
}
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .webinar-qa {
    left: 30px !important;
    position: absolute;
    top: 800px !important;
    z-index: 100;
  }
}
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .webinar-qa {
    left: 30px !important;
    position: absolute;
    top: 800px !important;
    z-index: 100;
  }
}
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .webinar-qa {
    left: 30px !important;
    position: absolute;
    top: 700px !important;
    z-index: 100;
  }
}
/*=============================
      Resources Css
      ==============================*/
.resources-layout {
  text-align: center;
  margin: 0px 0 10px;
  float: left;
  width: 100%;
}
.resources-layout .img-responsive {
  margin: 0 auto;
}
.resources-layout h2 {
  font-weight: bold;
  text-align: left;
  font-size: 24px;
}
.resources-layout p {
  padding: 20px 0 20px
}
.resources-layout hr {
  margin-bottom: 60px;
}
.guides-items .guides-btn.resource-btn {
  font-size: 18px;
  line-height: 22px;
  color: #004b87;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px;
  background-color: #fff !important;
  min-height: 55px;
  display: block;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-image: none !important
}
.guides-items > div {
  margin-bottom: 10px;
}
.resource-container {
  position: relative;
  width: 100%;
}
.resource-container .img-responsive {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #0085ca;
}
.resource-container:hover .middle {
  opacity: 1;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 120px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/* My Learning */
.heading-wrapper {
  padding: 15px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 15px;
}
a.learning-module {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.drk-blue {
  background-color: #02528e;
}
.md-blue {
  background-color: #0585c8;
}
.light-blue {
  background-color: #00a9e0;
}
.login-button {
  padding: 20px 0;
}
.section-evidence .login-button a.btn {
  background-color: #02528e;
  color: #f3c70a;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
}
.section-evidence .login-button a.btn:hover {
  text-decoration: underline;
}
/* HCP 770G */
#hcp-770g .img-responsive {
  margin: 0 auto;
}
#hcp-770g .hero sup {
  font-size: 40%;
  top: -1.5em;
}
#hcp-770g .hero {
  padding: 2px 30px 40px;
}
#hcp-770g .hero h1 {
  text-transform: uppercase;
  color: #171e43;
  font-size: 49px;
}
#hcp-770g .hero h2 {
  text-transform: uppercase;
  color: #02528e;
  line-height: 48px;
  font-size: 42px;
  font-weight: 400;
  margin-top: 10px;
}
#hcp-770g .hero h2 span {
  display: block;
  color: #b0008e;
}
#hcp-770g .bluetooth {
  background-image: url(/sites/default/files/bluetooth-bg.jpg);
  background-size: cover;
}
#hcp-770g .bluetooth {
  padding: 30px;
  color: #fff;
}
#hcp-770g .bluetooth .row {
  margin-bottom: 25px;
}
#hcp-770g .bluetooth .devices img {
  padding: 35px;
}
#hcp-770g .bluetooth p {
  font-size: 18px;
  color: #fff;
}
#hcp-770g .bluetooth p.title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 20px;
}
#hcp-770g .bluetooth p.pink-title {
  color: #b0008e;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0px;
}
#hcp-770g .bluetooth .icon img {
  margin-top: 10px;
}
#hcp-770g .adjust-bg {
  background-image: url(/sites/default/files/hcp-device-770.jpg);
  background-size: cover;
  background-position: center;
  min-height: 530px;
}
#hcp-770g .adjust-copy {
  padding: 30px;
}
#hcp-770g .adjusts {
  background-color: #171e43;
}
#hcp-770g .adjusts p {
  color: #fff;
}
#hcp-770g .adjusts p.title {
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 35px;
}
#hcp-770g .adjusts .icons {
  margin: 25px 0 0;
}
#hcp-770g .adjusts .icons p {
  font-size: 16px;
}
#hcp-770g .adjusts p.title span, #hcp-770g .adjusts .icons p.title {
  color: #b0008e;
  font-weight: 400
}
#hcp-770g .adjusts .icons p.title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
margin-top: 15px;
  margin-bottom: 0;
}
#hcp-770g .insulin {
  padding: 30px;
}
#hcp-770g .insulin h2 {
  margin-top: 0;
  text-transform: none;
}
#hcp-770g .insulin img {
  margin-top: 10px;
}
#hcp-770g .insulin .moon-icon {
  height: 30px;
  background-image: url(/sites/default/files/night-icon.png);
  background-repeat: no-repeat;
  padding-left: 40px;
  background-position: center left;
  margin: 20px 0;
}
#hcp-770g .insulin .moon-icon p {
  color: #171e43;
  text-transform: uppercase;
  font-weight: bold;
}
#hcp-770g .insulin .dis p {
  margin-top: 20px;
  font-size: 14px;
}
#hcp-770g .target {
  background-color: #71c5e8;
  padding: 30px;
  margin-bottom: 20px;
}
#hcp-770g .target h2 {
  margin-bottom: 30px;
}
#hcp-770g .target p {
  color: #fff;
  margin-bottom: 30px;
}
#hcp-770g .target span {
  color: #b0008e;
}
#hcp-770g .target p.title {
  font-weight: bold;
  color: #171e43;
  margin-bottom: 5px;
}
#hcp-770g .target .bgm {
  margin-top: 80px;
}
#hcp-770g .target .cgm {
  margin-top: 60px;
}
#hcp-770g .references p {
  font-size: 14px;
}
@media only screen and (max-width : 1024px) {
  #hcp-770g .target .bgm {
    margin-top: 60px;
  }
  #hcp-770g .target .cgm {
    margin-top: 0px;
  }
  #hcp-770g .adjust-bg {
    min-height: 580px;
  }
}
@media only screen and (max-width : 768px) {
  #hcp-770g .hero h1 {
    font-size: 29px;
  }
  #hcp-770g .hero h2 {
    line-height: 28px;
    font-size: 24px;
  }
  #hcp-770g .bluetooth .devices img {
    padding: 0px;
  }
  #hcp-770g .adjust-bg {
    min-height: 350px;
  }
  #hcp-770g .adjusts p.title {
    font-size: 29px;
  }
  #hcp-770g .adjusts p {
    margin-bottom: 25px;
  }
  div br {
    display: none;
  }
  #hcp-770g .target .bgm {
    margin-top: 20px;
  }
  #hcp-770g .target .cgm {
    margin-top: 20px;
  }
  #hcp-770g .hero {
    padding: 0px 30px 40px;
  }
  #vdemo .modal-footer .btn + .btn {
    margin-bottom: 5px;
    margin-left: 0px;
    margin-top: 10px;
}
}

/* Carelink */
.page-node-283 .field.field-name-body.field-type-text-with-summary.field-label-hidden
{
    padding-top: 0px;
}
.carelink-section .test-class{color:red;}
.carelink-section .auto-updates sup {
  font-size: 60%;
}
.carelink-section .carelink-system {
  margin-bottom: 0px;
}
.carelink-section div.row.carelink-system  .skyblue-bg {
  background-color: #0585c8;
}
.carelink-section .carelink-system .skyblue-bg h2 span.carelinktm {
  font-size: 32px;
  text-transform: none;
}
.carelink-section .carelink-system .skyblue-bg h2 span.span-white {
  font-size: 32px;
  font-weight: 300;
  text-transform: none;
  color: #fff;
}
.carelink-section .carelink-system a.btn {
  background-color: #001E46;
  font-weight: bold;
  color: #00C4B3
}
.carelink-section .auto-updates h2.spend {
  font-weight: 300;
  margin: 0 0 20px;
}
.carelink-section .auto-updates a.btn {
  margin: 35px auto;
}
.carelink-section .virtual-insights {
  margin-top: 0;
}
.carelink-section .virtual-insights .skyblue-bg {
  background-color: #02528e;
}
.carelink-section .virtual-insights h2.skyblue {
  font-size: 36px;
}
.carelink-section .virtual-insights h2.white {
  font-size: 24px;
}
.carelink-section .virtual-insights .fs16 {
  font-size: 16px;
}
.carelink-section .asspro {
  background-color: #0585c8;
}
.carelink-section .asspro .pad30 {
  padding: 30px;
}
.carelink-section .asspro .carein {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
.carelink-section .asspro .docinfo {
  color: #fff;
  font-size: 15px;
}
.carelink-section .asspro .grey-bg {
  background-color: #b1b3b3;
  padding: 30px;
}
.carelink-section .asspro .grey-bg ul li {
  font-size: 16px;
  font-weight: 400
}
.carelink-section .telehealth p.talk {
  font-size: 16px;
  font-weight: 300;
  margin: 30px 0 20px;
}
.carelink-section .telehealth a.btn {
  margin: 25% auto;
}
.carelink-section .steps {
  background-color: #02528e;
  margin-top: 0;
}
.carelink-section .steps p.follow-steps {
  font-weight: 300;
  color: #fff;
}
.carelink-section .steps p.step-number {
  font-size: 120px;
  color: #00c4b3;
  font-weight: bold;
  line-height: 100px;
  text-align: center;
}
.carelink-section .steps p span.number-copy {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width : 768px) {
	.carelink-section .turquoise {
    color: #00C4B3 !important;
    display: block;
	}
	.carelink-section .telehealth span{
		display:block;
	}
	.carelink-section .telehealth a.btn {
    margin: 10% auto;
	}
	
	.carelink-section .steps .steps-row-box-head {
    padding: 30px;
}
.carelink-section .steps .steps-row-box-head h2 {
    margin-bottom: 0;
    color: inherit;
    font-size: 28px;
    line-height: 36px;
}
.carelink-section .steps .col-md-4{
	padding-left:30px;
	padding-right:30px;
}
h1.carelink-banner{
	line-height: 28px!important;
    font-size: 28px;
}	
}

/* Carelink System */

.page-node-285 .header-banner{
	display:none;
}
.page-node-285 .carousel-inner .item {
    min-height: 0;
}

.page-node-285 .node > .field-name-body {
    padding-top: 0px;
}
.page-node-285 .field-name-field-desktop-banner-text {
    left: 55px;
    position: absolute;
    top: 30px;
    z-index: 100;
}
.page-node-285 .field-name-field-desktop-banner-text h1, .page-node-285 .field-name-field-mobile-banner-text h1{color:#b0008e; margin-top:50px;}
.page-node-285 .field-name-field-desktop-banner-text h1{margin-top:35px;}
.page-node-285 .field-name-field-desktop-banner-text p{
margin-top:25px;}
.page-node-285 .field-name-field-desktop-banner-text h1 strong, .page-node-285 .field-name-field-mobile-banner-text h1 strong {font-weight:600}

.page-node-285 .field-name-field-desktop-banner-text h2, .page-node-285 .field-name-field-mobile-banner-text h2{color:#02528e;font-weight:400;margin-top:0;}
.page-node-285 .field-name-field-mobile-banner-text h2{color:#fff;}
.page-node-285 .field-name-field-desktop-banner-text p, .page-node-285 .field-name-field-mobile-banner-text p{color:#b0008e;font-size:22px;font-weight:400; margin-top:20px;}

.page-node-285 .upgradable .col-main{background-color:#fff; padding:65px 60px 0;}
.page-node-285 .upgradable .col-sidebar{padding:0;}

.page-node-285 .upgradable p.blue-text{text-transform:uppercase; font-weight:600; color:#171e43; display:block; font-size:40px;line-height:42px; margin-bottom:0}
.page-node-285 .upgradable p.mid-blue-text{text-transform:uppercase; font-weight:400; color:#02528e; display:block; font-size:40px;line-height:42px; margin-top:0;}
.page-node-285 .upgradable p.mid-blue-text span.purple-text{text-transform:uppercase; font-weight:400; color:#b0008e;}
.page-node-285 .upgradable p a.find-out{text-transform:uppercase;color:#171e43;font-size: 22px; font-weight: bold;}

.page-node-285 .field-name-field-content-grid .field-item:first-child{
	height:390px;
}
.page-node-285 .field-name-field-content-grid .field-item:nth-child(1) {
    padding: 32px 13px 32px 13px;
background-color: #0085ca;
}

.page-node-285 .field-name-field-content-grid .field-item:nth-child(1) h2{
color: #ffffff;
margin-top: 0px;
}
.page-node-285 .field-name-field-content-grid .field-item:nth-child(1) h2:nth-child(2) {
    font-weight: 300;
  
}
.page-node-285 .field-name-field-content-grid .field-item:nth-child(2), .page-node-285 .field-name-field-content-grid .field-item:nth-child(4), .page-node-285 .field-name-field-content-grid .field-item:nth-child(6) {
    padding: 0;
}

.page-node-285 .field-name-field-content-grid .field-item:nth-child(3) {
    padding: 32px 13px 32px 13px;
background-color: #004b87;
}

.page-node-285 .field-name-field-content-grid .field-item:nth-child(3) h2{
color: #ffffff;
margin-top: 0px;
}
.page-node-285 .field-name-field-content-grid .field-item:nth-child(3) h2:nth-child(2) {
    font-weight: 300;

}

.page-node-285 .field-name-field-content-grid .field-item:nth-child(5) {
    padding: 32px 13px 32px 13px;
background-color: #001e46;
}

.page-node-285 .field-name-field-content-grid .field-item:nth-child(5) h2{
color: #ffffff;
margin-top: 0px;
}
.page-node-285 .field-name-field-content-grid .field-item:nth-child(5) h2:nth-child(2) {
    font-weight: 300;
}
.page-node-285 p.small-text{font-size:65%;}

@media screen and (max-width: 1024px){
	.page-node-285 .field-name-field-desktop-banner-text {
   left:25px;
   position:absolute;
   top:10px;
   z-index:100;
}
.page-node-285 .field-name-field-desktop-banner-text h1{
	font-size:32px;
	margin-top:25px;
}
.page-node-285 .innovation .field-name-field-desktop-banner-text {
    left: 45px;
    position: absolute;
    top: 20px;
    z-index: 100;
}
.page-node-285 .upgradable .col-main {
    background-color: #fff;
    padding: 40px 60px 0;
}
.page-node-285 .field-name-field-content-grid .field-item:first-child {
    height: 390px;
}
.field-name-field-content-grid .field-item:first-child, .field-name-field-content-grid .field-item:nth-child(3), .field-name-field-content-grid .field-item:nth-child(5) {
    height: 390px;
    width: 580px;
}



@media screen and (max-width: 991px){
	.page-node-285 p.small-text{font-size:12px!important;}
	.page-node-285 .field-name-field-content-grid .field-item:first-child, .page-node-285 .field-name-field-content-grid .field-item:nth-child(3) {
    height: 375px!important;
}
	.page-node-285 .field-name-field-content-grid .field-item:first-child, .page-node-285 .field-name-field-content-grid .field-item:nth-child(3), .page-node-285 .field-name-field-content-grid .field-item:nth-child(5) {
    height: 390px;
    width: 375px;
}
.page-node-285 .field-name-field-content-grid .field-item:nth-child(6) {
	background-color:#e0f4ff;
}
.page-node-285 .field-name-field-content-grid .field-item:nth-child(5) {
    height: 375px;
    width: 375px;
}
.page-node-285 .field-name-field-desktop-banner-text h1{
font-size:22px;
margin-top:15px;
}
.page-node-285 .field-name-field-desktop-banner-text h1 span.green{display:block;}
.page-node-285 .field-name-field-desktop-banner-text h2{
font-size:16px!important;
margin-top:0px;
}
.page-node-285 .field-name-field-desktop-banner-text p{
font-size:16px;
margin-top:10px;
}
.page-node-285 .field-name-field-desktop-banner-text {
    left: 28px;
    top: 0px;
}
.page-node-285 .upgradable{
	padding-top:13px;
}
.page-node-285 .upgradable p.blue-text, .page-node-285 .upgradable p.mid-blue-text{
	font-size: 24px;
	line-height: 32px;
	max-width: 70%;
}
.page-node-285 .upgradable .col-main{background-color:#fff; padding:40px 50px 0;}

}

@media screen and (max-width: 767px){
		.page-node-285 .field-name-field-content-grid .field-item:first-child, .page-node-285 .field-name-field-content-grid .field-item:nth-child(3) {
    height: auto!important;
}
	.page-node-285 .field-name-field-content-grid .field-item:first-child, .page-node-285 .field-name-field-content-grid .field-item:nth-child(3), .page-node-285 .field-name-field-content-grid .field-item:nth-child(5) {
    height: auto;
    width: 100%;
}
.page-node-285 .field-name-field-mobile-banner-text {
    display: block;
    position: absolute;
    width: 100%;
    top: 380px;
    left: 5%;
}
.page-node-285 .innovation .field-name-field-mobile-banner-text {
    display: block;
    position: absolute;
    width: 80%;
    top: 380px;
    left: 10%;
}
.page-node-285 .upgradable p.blue-text, .page-node-285 .upgradable p.mid-blue-text {
    font-size: 29px;
    line-height: 32px;
    max-width: 90%;
}
.page-node-285 .upgradable {
    padding-top: 30px;
}
.page-node-285 p.small-text{
	max-width:80%;
}
.page-node-285 .field-name-field-mobile-banner-text p{
margin-top:25px;}
.page-node-285 .field-name-field-mobile-banner-text h1 span.green{display:block;}

.page-node-285 .field-name-field-mobile-banner.innovation .field-name-field-mobile-banner-text {
    display: block;
    position: absolute;
    width: 80%;
    top: 400px;
    left: 13%;
}
.page-node-285 .field-name-field-content-grid .field-item:first-child {
    height: auto;
}
}
@media screen and (max-width: 360px){
 .page-node-285 .field-name-field-mobile-banner-text h1{
	 margin-top:5px;
 }
}
    




