/* ==========================================================================
   COLORS
   ========================================================================== */
.superskyblue-bg2 {
  background: #00aee0; }

.white-bg {
  background: #fff; }

.superskyblue-bg {
  background: #00a9e0; }

.skyblue-bg {
  background: #0085ca; }

.greyblue-bg {
  background: #5b7f95; }

.greyblue-txt {
  color: #5b7f95; }

.lightblue-bg {
  background: #b9d9eb; }

.lightblue-txt {
  color: #b9d9eb; }

.darkblue-bg {
  background: #011c47; }

.darkblue-txt {
  color: #011c47; }

.midblue-bg {
  background: #004b87; }

.midblue-txt {
  color: #004b87; }

.lightgreen-txt {
  color: #77bc1f; }

.greenblue-bg {
  background: #00c4b3; }

.greenblue-txt {
  color: #00c4b3; }

.white-txt {
  color: #fff; }

.green-txt {
  color: #77bc1f; }

.green-txt a {
  color: #77bc1f;
  text-decoration: underline; }

.green-txt a:hover {
  opacity: 0.5; }

.uppercase {
  text-transform: uppercase; }

.grey-txt {
  color: #888b8d !important;
  font-size: 16px !important; }

.blue-txt {
  color: blue; }

/* ==========================================================================
   FONTS - Effra  
   ========================================================================== */
@font-face {
  font-family: 'effraregular';
  src: url("../fonts/Effra/effra-regular-webfont.eot");
  src: url("../fonts/Effra/effra-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Effra/effra-regular-webfont.woff2") format("woff2"), url("../fonts/Effra/effra-regular-webfont.woff") format("woff"), url("../fonts/Effra/effra-regular-webfont.ttf") format("truetype"), url("../fonts/Effra/effra-regular-webfont.svg#effraregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'effrabold';
  src: url("../fonts/Effra/effra-bold-webfont.eot");
  src: url("../fonts/Effra/effra-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Effra/effra-bold-webfont.woff2") format("woff2"), url("../fonts/Effra/effra-bold-webfont.woff") format("woff"), url("../fonts/Effra/effra-bold-webfont.ttf") format("truetype"), url("../fonts/Effra/effra-bold-webfont.svg#effrabold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'effraheavy';
  src: url("../fonts/Effra/effra-heavy-webfont.eot");
  src: url("../fonts/Effra/effra-heavy-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Effra/effra-heavy-webfont.woff2") format("woff2"), url("../fonts/Effra/effra-heavy-webfont.woff") format("woff"), url("../fonts/Effra/effra-heavy-webfont.ttf") format("truetype"), url("../fonts/Effra/effra-heavy-webfont.svg#effraheavy") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'efframedium';
  src: url("../fonts/Effra/effra-medium-webfont.eot");
  src: url("../fonts/Effra/effra-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Effra/effra-medium-webfont.woff2") format("woff2"), url("../fonts/Effra/effra-medium-webfont.woff") format("woff"), url("../fonts/Effra/effra-medium-webfont.ttf") format("truetype"), url("../fonts/Effra/effra-medium-webfont.svg#efframedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'effraitalic';
  src: url("../fonts/Effra/effra-italic-webfont.eot");
  src: url("../fonts/Effra/effra-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Effra/effra-italic-webfont.woff2") format("woff2"), url("../fonts/Effra/effra-italic-webfont.woff") format("woff"), url("../fonts/Effra/effra-italic-webfont.ttf") format("truetype"), url("../fonts/Effra/effra-italic-webfont.svg#effraitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
.font16 {
  font-size: 16px; }

.upcase {
  text-transform: uppercase; }

.italic-txt {
  font-family: 'effraitalic'; }

.medium-txt {
  font-family: 'efframedium'; }

.bold-txt {
  font-family: 'effrabold'; }

.heavy-txt {
  font-family: 'effraheavy'; }

.normal-txt {
  font-family: 'effraregular'; }

/* ==========================================================================
   LOGO (Identity)
   ========================================================================== */
#logo-section {
  background-color: #004B87 !important; }

div.logo a {
  background-color: #001E46;
  display: inline-block; }

/* ==========================================================================
   BASE LAYOUT
   ========================================================================== */
img, object {
  border: 0;
  max-width: 100%;
  height: auto; }

.global-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }

body {
  font-family: 'effraregular';
  color: #001e46; }

#main-navigation {
  margin: 0;
  min-height: 49px; }

a {
  color: #004b87; }

/* ==========================================================================
   PADDED ELEMENTS
   ========================================================================== */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding: 0px;
  margin: 0px; }

.block-level {
  display: block;
  clear: both; }

.h1-bottom50 {
  padding-bottom: 50px; }

.h1-bottom30 {
  padding-bottom: 30px; }

.h1-padding-top-50 {
  padding-top: 50px; }

.reference-link {
  color: #001e46; }

/* ==========================================================================
   FOOTER LAYOUT
   ========================================================================== */
#footer {
  background: #001e46;
  color: #fff;
  padding: 30px 0;
  font-size: 12px;
  text-transform: uppercase;
  clear: both; }
  #footer .footer-nav {
    float: right; }
    #footer .footer-nav li {
      float: left;
      display: inline; }
      #footer .footer-nav li a {
        color: #fff; }

#footer .footer-nav li a {
  padding: 0px 50px 0px 0px; }

#footer .company {
  display: inline;
  padding-left: 20px; }

#legal {
  padding: 10px 60px;
  margin: 0 auto; }
  #legal small {
    padding-left: 25px;
    line-height: 1; }

/* ==========================================================================
   PAGE LAYOUT - inner pages
   ========================================================================== */
#Medtronic,
#gerd {
  padding: 0;
  margin: 0; }
  #Medtronic h1,
  #gerd h1 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: .9em; }
  #Medtronic h2,
  #gerd h2 {
    font-size: 20px;
    font-family: 'effrabold';
    text-transform: uppercase;
    padding: 10px 0px 10px 0px;
    margin: 0; }
  #Medtronic h3,
  #gerd h3 {
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 21px; }
  #Medtronic h4,
  #gerd h4 {
    font-size: 20;
    padding: 5px 0; }
  #Medtronic p,
  #gerd p {
    font-size: 20px;
    line-height: 22px;
    color: #001e46; }
  #Medtronic ul li,
  #gerd ul li {
    font-size: 20px;
    line-height: 23px;
    list-style-type: square; }
  #Medtronic .header-sec,
  #gerd .header-sec {
    overflow: hidden; }
    #Medtronic .header-sec img,
    #gerd .header-sec img {
      height: auto; }
  #Medtronic .left-block,
  #gerd .left-block {
    display: block;
    float: left; }
  #Medtronic .right-block,
  #gerd .right-block {
    float: left; }
  #Medtronic .content-sec,
  #gerd .content-sec {
    overflow: hidden;
    color: #011c47; }
    #Medtronic .content-sec ul,
    #gerd .content-sec ul {
      padding-left: 30px; }
  #Medtronic .reference,
  #gerd .reference {
    padding: 0;
    font-size: 12px;
    display: block;
    clear: both;
    line-height: 1em; }
  #Medtronic .reference2,
  #gerd .reference2 {
    padding: 20px 0 0 0;
    font-size: 12px;
    display: block;
    clear: both;
    line-height: 1em; }
    #Medtronic .reference2 p,
    #gerd .reference2 p {
      margin: 0;
      padding: 0; }
  #Medtronic .panel,
  #gerd .panel {
    border: 0; }
  #Medtronic .panel-default > .panel-heading,
  #gerd .panel-default > .panel-heading {
    background-image: none;
    background-color: #00a9e0;
    padding-right: 20px;
    font-size: 20px; }
    #Medtronic .panel-default > .panel-heading a:hover,
    #gerd .panel-default > .panel-heading a:hover {
      text-decoration: underline; }
    #Medtronic .panel-default > .panel-heading a:focus,
    #gerd .panel-default > .panel-heading a:focus {
      font-family: 'effrabold';
      text-decoration: none; }
  #Medtronic .panel-title,
  #gerd .panel-title {
    font-size: 20px; }
  #Medtronic .panel-heading,
  #gerd .panel-heading {
    padding: 0;
    border: 0;
    padding: 8px 0;
    border-bottom-color: #004b87; }
    #Medtronic .panel-heading a,
    #gerd .panel-heading a {
      color: #011c47;
      font-family: 'effraregular';
      font-weight: normal;
      text-transform: normal; }
  #Medtronic .panel-default > .panel-heading + .panel-collapse > .panel-body,
  #Medtronic .panel-group .panel-heading + .panel-collapse > .panel-body, #Medtronic .panel-group .panel-heading + .panel-collapse > .list-group,
  #gerd .panel-default > .panel-heading + .panel-collapse > .panel-body,
  #gerd .panel-group .panel-heading + .panel-collapse > .panel-body,
  #gerd .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #00a9e0 !important; }
  #Medtronic .panel-body,
  #gerd .panel-body {
    padding: 10px 0px;
    background-color: #00a9e0; }
  #Medtronic .accord-inner,
  #gerd .accord-inner {
    padding: 0px 0 0px 10px; }
    #Medtronic .accord-inner p,
    #gerd .accord-inner p {
      padding-bottom: 0px; }
    #Medtronic .accord-inner ul,
    #gerd .accord-inner ul {
      padding-top: 0px; }
  #Medtronic .line,
  #gerd .line {
    border-right: #ccc solid 1px; }
  #Medtronic .resources,
  #gerd .resources {
    padding-left: 0px !important; }
  #Medtronic .resources li,
  #gerd .resources li {
    list-style: none;
    font-size: 16px; }
  #Medtronic .by-line,
  #gerd .by-line {
    padding-top: 20px;
    clear: both; }
  #Medtronic .generic-ul,
  #gerd .generic-ul {
    padding: 20px; }
  #Medtronic .life-style,
  #gerd .life-style {
    list-style: none;
    padding-left: -10px; }
    #Medtronic .life-style li,
    #gerd .life-style li {
      padding-bottom: 20px;
      list-style: none !important; }
    #Medtronic .life-style li img,
    #gerd .life-style li img {
      margin-right: 10px; }
  #Medtronic ul.resources,
  #gerd ul.resources {
    list-style: none; }

.pad-bttom {
  padding-bottom: 30px; }

.call-out {
  font-size: 16px;
  color: #001e46;
  font-family: 'effrabold';
  text-transform: uppercase; }
  .call-out img {
    margin-top: -4px;
    padding-left: 3px; }

.call-out2 {
  font-size: 16px;
  color: #004b87;
  font-family: 'effrabold';
  text-transform: uppercase;
  padding: 20px 0px;
  display: inline-block; }
  .call-out2 img {
    margin-top: -4px;
    padding-left: 3px; }

.font18 h2 {
  padding-bottom: 4px !important; }

.font18 p {
  font-size: 18px !important;
  line-height: 20px !important; }

/* ==========================================================================
   HOME PAGE
   ========================================================================== */
body {
  position: relative; }

#home {
  position: relative; }

.contain {
  position: relative;
  overflow: hidden; }

.col-xs-6 {
  padding: 0px;
  float: left;
  margin-bottom: -1000px;
  padding-bottom: 1000px; }

.masthead {
  background: #00a9e0;
  display: block;
  padding-right: 0px;
  padding-left: 0px; }

.masthead2 {
  background: #004b87;
  display: block;
  padding-right: 0px;
  padding-left: 0px; }

.containerHome {
  float: left;
  padding: 40px 40px 40px 70px;
  display: block;
  z-index: 50;
  position: relative; }
  .containerHome h1 {
    font-size: 59px;
    text-transform: uppercase;
    margin-top: 50px;
    line-height: .9em;
    padding-bottom: 20px; }
  .containerHome h2 {
    font-size: 2em;
    margin-bottom: 20px; }
  .containerHome h3 {
    font-size: 16px; }
  .containerHome h4 {
    font-size: 16px; }
  .containerHome h5 a {
    font-family: 'effrabold';
    text-transform: uppercase; }
  .containerHome p {
    padding-top: 10px;
    padding-bottom: 2px;
    font-size: 20px;
    line-height: 22px; }
  .containerHome button {
    background: none;
    border: 2px solid #fff;
    padding: 5px 50px;
    color: #fff; }
  .containerHome button:hover {
    border: 2px solid #77bc1f;
    color: #77bc1f; }

.border-home {
  position: absolute;
  width: 96%;
  height: 594px;
  border: 14px solid #fff;
  display: block;
  z-index: 1;
  top: 23px;
  left: 25px; }

.home {
  margin-top: 30px 0 0 0 !important; }
  .home a.white-button {
    clear: both; }

.home-btn2 a.white-button {
  margin-bottom: 5px !important; }

.home-btn {
  margin-top: 25px !important; }

.home-btn a.button {
  margin-top: 10px;
  margin-right: 15px;
  border: 2px #fff solid !important; }

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .containerHome p {
    font-size: 1em; }

  .text1 {
    width: 50%;
    float: left;
    padding: 50px; }
    .text1 h1 {
      font-size: 1.3em;
      text-transform: uppercase; }
    .text1 h2 {
      padding-bottom: 10px;
      color: red; }
    .text1 p {
      padding-bottom: 20px;
      font-size: .1em; }
    .text1 button {
      background: none;
      border: 2px solid #fff;
      padding: 5px 50px;
      color: #fff; }
    .text1 button:hover {
      border: 2px solid #77bc1f;
      color: #77bc1f; } }
h5.home-links img {
  margin-top: -5px; }

.home-links2 a {
  color: #fff;
  font-size: 16px; }
  .home-links2 a img {
    padding-left: 5px;
    line-height: 18px; }

.home-links a {
  font-size: 16px; }
  .home-links a img {
    padding-left: 5px;
    line-height: 18px; }

/* ==========================================================================
  	TABS(CSS3)
   ========================================================================== */
.RealTabs main {
  /*  padding: 50px;*/
  margin: 0 auto;
  background: #fff;
  /*max-width: 854px;*/
  width: 100%; }

.RealTabs section {
  display: none;
  padding: 0; }

.RealTabs input {
  display: none; }

.RealTabs label {
  display: inline-block;
  margin: 0 0 -1px;
  width: 24.7%;
  padding: 20px 25px;
  text-align: center;
  color: #b1b3b3;
  background: #001e46;
  border: 1px solid transparent;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal; }

.RealTabs label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px; }

.RealTabs label[for*='1']:before {
  content: 'Feat';
  display: none; }

.RealTabs label[for*='2']:before {
  content: 'Tech';
  display: none; }

.RealTabs label[for*='3']:before {
  content: 'Spec';
  display: none; }

.RealTabs label[for*='4']:before {
  content: 'Res';
  display: none; }

.RealTabs label:hover {
  color: #888;
  cursor: pointer; }

.RealTabs input:checked + label {
  color: #555;
  background: #fff; }

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block; }

/* ==========================================================================
   MAIN MENU - Navigation
   ========================================================================== */
#main-navigation {
  background-color: #001E46; }

.menu-mobile {
  display: none;
  padding: 0px;
  float: right; }

.menu-mobile:after {
  font-family: "Ionicons";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%); }

.menu-dropdown-icon:before {
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333; }

.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 15px; }

.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table; }

.menu > ul:after {
  clear: both; }

.menu > ul > li:first-child {
  padding-left: 20px; }

.menu > ul > li {
  float: left;
  padding: 0;
  margin: 0;
  border-right: 1px solid #fff; }

.menu > ul > li:last-child {
  border-right: none;
  padding-left: 30px; }

.menu > ul > li a {
  text-decoration: none;
  display: block;
  color: #fff;
  padding-right: 30px; }

.menu > ul > li a:hover {
  color: #00a9e0; }

.menu > ul > li a.active {
  color: #00a9e0; }

.menu > ul > li a:focus {
  color: #00a9e0; }

.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #fff;
  padding: 20px;
  position: absolute;
  z-index: 9999;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  top: 49px; }

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table; }

.menu > ul > li > ul:after {
  clear: both;
  padding-left: 10px; }

.menu > ul > li > ul.sub-view > li:active a {
  color: #333; }

.menu > ul > li > ul > li a {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 100%;
  background: none;
  float: left;
  padding: 0px 50px 0 0px;
  color: #333; }

.menu > ul > li > ul > li:focus a {
  color: #333;
  padding: 0;
  display: inline;
  float: left; }

.menu > ul > li > ul > li a:hover {
  color: #00a9e0; }

.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 0px 0 0;
  list-style: none;
  box-sizing: border-box; }

.menu > ul > li > ul > li > ul:hover {
  color: #333; }

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table; }

.menu > ul > li > ul > li > ul:after {
  clear: both; }

.menu > ul > li > ul > li > ul {
  padding-left: 20px;
  margin-left: -20px; }

.menu > ul > li > ul > li > ul > li {
  float: left;
  min-width: 500px;
  padding: 0px;
  margin: 0;
  font-size: 1em;
  background-color: none; }

.menu > ul > li > ul > li > ul.sub-view li.line {
  border-right: 1px solid #333;
  padding-right: 80px;
  padding-left: 20px; }

.menu > ul > li > ul > li > ul.sub-view li {
  float: left; }

.menu > ul > li > ul > li > ul.sub-view > a {
  border: 0;
  background: #fff;
  display: block; }

.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px; }

.menu > ul > li > ul.normal-sub > li {
  width: 100%; }

.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
  float: left; }

.navbar-nav > li a {
  color: #00c4b3;
  text-transform: uppercase;
  background: none;
  display: inline-block;
  padding: 14px 35px;
  cursor: pointer;
  z-index: 200; }

.navbar-nav > li a:hover {
  color: #fff;
  background: none; }

.navbar-nav {
  margin: 0; }

.line {
  border-right: 1px solid #011c47; }

.line:last-child {
  border-right: none; }

/* ==========================================================================
   ELEMENTS - Basic Page
   ========================================================================== */
hr {
  margin: 0px;
  padding: 0px;
  border: .5px solid #c5c6c6; }

.special {
  padding: 10px 0 20px 20px; }

.line-border-top {
  border-top: 1px solid #ccc; }

.line-border-left {
  border-left: 1px solid #ccc; }

.padding-15 {
  padding: 15px; }

.padding-20 {
  padding: 20px; }

.padding-30 {
  padding: 30px; }

.padding-bot50 {
  padding: 20px 30px 50px 30px; }

.padding-left10 {
  padding-left: 10px; }

.padding-left50 {
  padding-left: 50px; }

.padding-left20 {
  padding-left: 20px; }

.padding-top10 {
  padding-top: 10px; }

.padding-top20 {
  padding-top: 20px; }

.padding-top5 {
  padding-top: 5px; }

.padding-bottom10 {
  padding-bottom: 10px; }

.padding-bottom30 {
  padding-bottom: 30px; }

.padding-bottom2 {
  padding-bottom: 2px; }

.padding-bottom-legal {
  padding-bottom: 4px; }

.padding-bottom5 {
  padding-bottom: 5px; }

.negmargin-bottom {
  margin-bottom: -1px; }

.negmargin-bottom10 {
  margin-bottom: -10px; }

.margin-top10px {
  margin-top: 10px; }

.margin-top20px {
  margin-top: 20px; }

.margin-bottom10px {
  margin-bottom: 10px; }

.margin-bottom30px {
  margin-bottom: 30px; }

.padding-top100 {
  padding-top: 100px; }

.padding-top50 {
  padding-top: 50px; }

.padding-bottom50 {
  padding-bottom: 50px; }

.padding-botMix {
  padding: 10px 30px 78px 30px; }

.padding-right10 {
  padding-right: 10px; }

.padding-half {
  padding: 10px 30px; }

.minheight380px {
  min-height: 380px; }

.overflow-col {
  overflow: hidden;
  margin-bottom: -6px;
  margin-bottom: -1000px;
  padding-bottom: 1000px;
  height: 100%; }

.form-all {
  width: 100%; }

a.white-button {
  background: none;
  padding: 5px 20px;
  border: 2px solid #fff;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px; }

a.white-button:hover {
  border: 2px solid #001e46;
  color: #001e46;
  text-decoration: none; }

a.button {
  background: none;
  padding: 5px 20px;
  border: 2px solid #77bc1f;
  color: #77bc1f;
  text-transform: uppercase;
  margin-bottom: 20px; }

a.button:hover {
  border: 2px solid rgba(119, 188, 31, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  opacity: 0.5;
  text-decoration: none; }

a.blue-button {
  background: none;
  padding: 5px 20px;
  border: 2px solid #001e46;
  color: #001e46;
  text-transform: uppercase;
  margin-top: 20px; }

a.blue-button:hover {
  border: 2px solid rgba(0, 30, 70, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  opacity: 0.5;
  text-decoration: none; }

.image-scale {
  width: 100%; }

.chart-pic {
  margin-top: 20px; }

.header-sec p {
  font-size: 1.2em; }

.gerd-img img {
  margin-top: -30px;
  margin-bottom: 20px; }

.big-image {
  display: none; }

.big-playback {
  margin: 10px 0 20px 0; }

.small-playback {
  margin-bottom: 5px; }

.sub-wrap {
  position: relative; }

sub {
  top: 6px;
  display: inline;
  position: absolute;
  min-width: 100px; }

.resources a {
  text-decoration: underline; }

.basic-cont {
  overflow: hidden; }

iframe {
  border: none; }

iframe #physician input {
  width: 100% !important; }

#gerd h4,
.col-sm-5 h4 {
  padding: 10px 0 -10px 0 !important; }

.next-txt {
  font-size: 20px;
  color: #004b87; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fff !important;
  border-color: #fff; }

.panel {
  border-bottom: 1.8px solid #011c47 !important; }

.footnote {
  margin-top: 12px; }

.footnote small {
  font-size: 12px;
  line-height: 10px; }

.position-rel {
  position: relative;
  display: block; }

.this-bottom {
  position: absolute;
  bottom: 0px;
  left: 40px; }

.contact-form textarea,
.contact-form select,
.contact-form input,
.contact-form label {
  width: 100%;
  display: block; }
.contact-form input {
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 4px 10px;
  font-size: 14px; }
.contact-form select {
  padding: 8px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #888;
  border: 1px solid #ccc;
  outline: none;
  cursor: pointer;
  background: #fff; }
.contact-form .submit-btn {
  border: 2px solid #024989;
  color: #024989;
  background: none;
  text-transform: uppercase;
  padding: 5px 15px;
  display: inline;
  width: auto;
  border-radius: 0px; }
.contact-form textarea {
  border: 1px solid #ccc; }
.contact-form em {
  color: #888b8d; }

.underline {
  text-decoration: underline; }

.spec-table {
  display: block;
  padding-bottom: 30px; }
  .spec-table .table-wrap {
    width: 100%; }
  .spec-table .headtable {
    background: #005c96;
    color: #fff;
    padding: 3px 15px;
    font-size: 16px; }
  .spec-table td {
    border: 1px solid #9fc2d7;
    padding: 3px 10px; }
  .spec-table .spec-label {
    background: #00b4ee;
    color: #fff;
    padding-left: 20px; }

.spec-table-responsive {
  display: none;
  clear: both;
  margin: 20px 0 25px 0; }
  .spec-table-responsive .spec-label {
    background: #00b4ee;
    color: #fff;
    padding: 10px; }
  .spec-table-responsive td {
    border: 1px solid #9fc2d7;
    padding: 3px 8px;
    width: 50%; }

.modal-content {
  background-color: #000; }

.modal-header .close {
  color: #fff; }

.modal-header {
  border-bottom: none; }

.modal-footer {
  border-top: none; }

.close {
  float: right;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  /* text-shadow: 0 1px 0 #fff; */
  filter: alpha(opacity=20);
  opacity: 0; }

#Medtronicp.video-link {
  z-index: 100 !important; }

/* ==========================================================================
  ANINMATION
   ========================================================================== */
.pannel-heading {
  padding-right: 30px; }

.pannel-title {
  position: relative; }

#accordion a i.fa-chevron-up {
  right: 12px;
  left: auto;
  font-size: 16px; }

/* ==========================================================================
   RESPONSIVE LAYOUT
   ========================================================================== */
@media only screen and (max-width: 1280px) {
  .border-home {
    display: none !important; } }
@media only screen and (max-device-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #gerd .sidebar {
    width: 50%;
    float: left; }

  .carousel {
    overflow: hidden;
    width: 100%; }

  .carousel-inner > .item > img,
  .carousel-inner > .item > a img {
    width: 100%; }

  #footer .footer-nav li {
    display: block;
    padding: 20px 0; } }
@media only screen and (min-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .containerHome {
    position: relative;
    z-index: 900; }

  .containerHome h1 {
    font-size: 3.0em; }

  .containerHome h5 {
    font-size: .9em; }

  #gerd h1 {
    margin: -5px 0 10px 0;
    font-size: 2.2em; }

  #gerd p {
    font-size: 1.2em; }

  .chart-pic {
    margin-top: -5px; }

  .menu > ul > li > ul > li > ul.barretts li.line {
    padding-right: 20px !important; }

  .border-home {
    position: absolute;
    width: 98%;
    height: 486px;
    border: 3px solid #fff;
    display: block !important;
    z-index: 500;
    top: 10px;
    left: 10px; } }
/* iPads (portrait and landscape DEVISE MODE) ----------- */
@media only screen and (1 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .containerHome p {
    font-size: 1em; }

  .border-home {
    display: block !important; }

  .text1 {
    width: 50%;
    float: left;
    padding: 50px; }
    .text1 h1 {
      font-size: 1.3em;
      text-transform: uppercase;
      color: red; }
    .text1 h2 {
      padding-bottom: 10px; }
    .text1 p {
      padding-bottom: 20px;
      font-size: .1em; }
    .text1 button {
      background: none;
      border: 2px solid #fff;
      padding: 5px 50px;
      color: #fff; }
    .text1 button:hover {
      border: 2px solid #77bc1f;
      color: #77bc1f; } }
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #Medtronic h1.right-for-me {
    font-size: 32px !important; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .containerHome {
    padding: 30px; }
    .containerHome h1 {
      margin-top: 0; }
    .containerHome h2 {
      margin-top: 0; }
    .containerHome p {
      padding-bottom: 5px; }
    .containerHome a.button {
      margin-top: 10px; }

  #Medtronic h1.long-heading {
    font-size: 34px; }

  #Medtronic h1 .padding-bottom30 {
    font-size: 38px;
    padding-bottom: 12px; }

  .h1-padding-top-50 {
    padding-top: 0px; }

  .h1-bottom30 {
    padding-bottom: 0px; }

  #Medtronic p {
    font-size: 18px; }

  .RealTabs label {
    width: 33%; }

  .padding-top100 {
    padding-top: 30px; }

  #legal {
    padding: 15px; }

  #legal small {
    padding-left: 0px; }

  a.reference-link {
    color: #001e46; }

  .h1-bottom50 {
    padding-bottom: 0px; } }
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #gerd .sidebar {
    width: 50%;
    float: left; }

  .carousel {
    overflow: hidden;
    width: 100%; }

  .padding-top100 {
    padding-top: 10px; } }
/*Styles for screen 990px and lower*/
@media screen and (max-width: 990px) {
  #gerd .header-sec img.fullview,
  img.fullview {
    width: 100%; }

  .navbar-right,
  .navbar-nav > a {
    display: none !important; } }
/* Max-width 960px */
@media screen and (max-width: 960px) {
  #footer {
    background: #001e46;
    color: #fff;
    text-transform: uppercase;
    clear: both; }
    #footer .gerd-img img {
      padding: 20px 0;
      margin-top: 20px;
      margin-bottom: 10px;
      clear: both;
      display: block; }
    #footer .footer-nav {
      float: none;
      margin: 0px; }
      #footer .footer-nav li {
        float: left;
        display: block;
        padding: 20px 0px;
        width: 100%;
        margin-left: -18px; }
        #footer .footer-nav li a {
          color: #fff; }
    #footer #footer .footer-nav {
      width: 100%;
      float: left;
      padding-left: 0px;
      margin-left: -160px; }
    #footer #footer .footer-nav li a {
      padding: 0px 10px 0px 0px !important; }
    #footer .company {
      padding: 12px 0 0 18px;
      clear: both; }
    #footer .gerd-img img {
      margin-top: 20px !important; }
    #footer .gerd-img {
      clear: both;
      background: red;
      border: 2px solid red;
      display: block; }
    #footer .line-border-left {
      border-left: none; }
    #footer .padding-left20 {
      padding-left: 0px; }

  #legal {
    padding: 15px; }

  #legal small {
    padding-left: 0px; }

  .col-md-4,
  .superskyblue-bg2,
  .test {
    width: 100%;
    padding-bottom: -30px; }

  .minheight380px {
    min-height: 80px; }

  .contact-form {
    display: block;
    clear: both;
    padding-top: 30px; }

  .spec-table {
    margin-top: 20px; }

  .h1-bottom50 {
    padding-bottom: 0px; }

  .padding-top50 {
    padding-top: 0px; }

  .padding-botMix {
    padding: 10px 30px; }

  .containerHome h1 {
    margin-top: 5px;
    font-size: 46px; } }
/*Styles for screen 959px and lower*/
@media only screen and (max-width: 959px) {
  .col-md-8 {
    position: none !important; }

  .global-wrap {
    width: 100%; }

  #gerd .sidebar {
    width: 50%;
    float: left; }

  .menu-container {
    width: 100%; }

  .menu-mobile {
    display: block;
    background: #011c47;
    position: absolute;
    right: 20px;
    top: 10px;
    padding: 6px 10px 4px 10px;
    border-radius: 4px;
    font-size: 1.4em; }

  .fa-bars {
    font-size: 1.6em; }

  .menu-dropdown-icon:before {
    display: block; }

  .menu > ul {
    display: none;
    padding-top: 0px; }

  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
    background: #011c47;
    border-right: none; }

  .menu > ul > li a {
    padding: 20px 20px 10px 22px;
    width: 100%;
    display: block; }

  .menu > ul > li > ul {
    position: relative;
    padding: 0px 0px 0px 0px;
    padding-bottom: 10px; }

  .menu > ul > li > ul > li {
    padding: 0px 0px 0px 40px; }

  .menu > ul > li:first-child,
  .menu > ul > li > ul > li:first-child {
    padding-left: 0px; }

  .menu > ul > li > ul > li > ul {
    margin-left: 0px;
    padding-left: 50px; }

  .menu > ul > li > ul > li > ul > li {
    float: none;
    display: block; }

  .menu > ul > li > ul > li > ul.sub-view li.line {
    border-right: none !important; }

  .menu .show-on-mobile {
    display: block; }

  .menu > ul > li > ul {
    background: #011c47;
    display: block;
    top: 0px; }

  .menu > ul > li:last-child {
    padding-left: 0px; }

  .menu > ul > li > ul > li a {
    color: #fff; }

  .image-scale {
    display: none; }

  .big-image {
    display: block; }

  .RealTabs label {
    width: 24.7%; }

  #Medtronic .right-block, #gerd .right-block {
    float: none; }

  .sidebar {
    width: 100%; }

  .h1-padding-top-50 {
    padding-top: 0px; }

  .call-out2 {
    padding-left: 30px; } }
/*Styles for screen 800px and lower*/
@media only screen and (max-width: 800px) {
  #main-navigation .menu > ul > li > ul > li > ul.sub-view li {
    display: block;
    width: 92%;
    padding: 12px 0px 12px 5px;
    border-bottom: 1px dotted #ccc; }

  .col-xs-6 {
    width: 100%; }

  .carousel {
    overflow: hidden;
    width: 100%; }

  .containerHome {
    padding: 30px; } }
/*Styles for screen 768px and lower*/
/* Max-width 768px */
@media screen and (max-width: 50em) {
  .col-xs-6 {
    width: 100%; }

  .containerHome {
    padding: 20px; }

  .carousel {
    overflow: hidden;
    width: 100%; }

  .carousel-inner > .item > img,
  .carousel-inner > .item > a img {
    width: 100%; }

  .overflow-col {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    height: auto; } }
/*Styles for screen 685px and lower*/
@media screen and (max-width: 685px) {
  #footer .footer-nav li {
    display: block;
    padding: 20px 0;
    width: 100%; }

  #footer .company {
    display: block;
    clear: both; }

  .overflow-col {
    margin-bottom: 0px !important;
    padding-bottom: 1px !important;
    height: auto; }

  .side-img {
    width: 100%; } }
/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
  .global-wrap {
    width: 100%; } }
@media screen and (max-width: 650px) {
  .text-target {
    display: none; }

  .RealTabs label {
    font-size: 1px;
    width: 24.5%; }

  .RealTabs label:before {
    margin: 0;
    font-size: 18px; }

  .RealTabs label[for*='1']:before {
    content: 'Feat';
    display: inline-block; }

  .RealTabs label[for*='2']:before {
    content: 'TECH';
    display: inline-block; }

  .RealTabs label[for*='3']:before {
    content: 'SPEC';
    display: inline-block; }

  .RealTabs label[for*='4']:before {
    content: 'RES';
    display: inline-block; } }

@media screen and (max-width: 400px) {
  .RealTabs label {
    padding: 13px;
    height: 60px;
    width: 49%; } }
@media screen and (max-width: 320px) {
  .RealTabs label {
    padding: 10px 0px;
    width: 32.8%; } }
/*Styles for screen 515px and lower*/
@media screen and (max-width: 568px) {
  .containerHome a.button {
    margin: 20px auto;
    padding: 10px 0px;
    display: block;
    text-align: center; }

  #gerd .sidebar {
    width: 100%;
    float: left; }

  .padding-left20 {
    padding-left: 0px; }

  .line-border-left {
    border-left: none; } }
/*Smartphone*/
@media screen and (max-width: 380px) {
  #footer .footer-nav li {
    display: block;
    padding: 20px 0; }

  .spec-table {
    display: none !important; }

  .spec-table-responsive {
    display: block !important; } }
@supports (overflow: -webkit-marquee) and (justify-content: inherit) {
  #Medtronic .panel-heading a:focus, #gerd .panel-heading a:focus {
    font-family: 'effrabold'; } }
