/* 
*  Main CSS - Lapband US website
*  site is built using the Skeleton boilerplate 
*  utilizing skeleton.css and normalize.css
*  using rem instead of px in most places - 1.0rem = 10px
*
*  carousel and mobile nav are handled by the 
*  Formstone js libraries and styling (navigation.css and carousel.css)
*  TG - 1/2017
*  
*/
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
main{ overflow: hidden; }

header {
	border-bottom: none;
}
body { color: #6f6f6f; }
ul,ol {
	list-style-position: outside;
	margin-left: 1.5rem;
}

q, 
blockquote {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**************************************************/
/**** Navigation ****/
/**************************************************/
nav#topnav {
    background-color: transparent;
    padding: 1.0rem 0;
}
nav#topnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav#topnav ul li {
    display: inline-block;
    position: relative;
}
/* sub navigation */

nav#topnav li ul {
    background-color: #eee;
    position: absolute;
    left: 0;
    top: 4.0rem;
    /* make this equal to the line-height of the links (specified below) */    
    width: 20.0rem;
    z-index: 1;
}
nav#topnav li li {
    position: relative;
    margin: 0;
    display: block;
}
nav#topnav li li ul {
    position: absolute;
    top: 0;
    left: 20.0rem;
    /* make this equal to the width of the sub nav above */    
    margin: 0;
}
/* style all links */

nav#topnav a {
    line-height: 4.0rem;
    padding: 0 1.0rem;
    margin: 0;
}
nav#topnav a {
    color: #6f6f6f;
    text-decoration: none;
    display: block;
}
nav#topnav a:hover,
nav#topnav a:focus,
nav#topnav a:active {
    color: rgb(50, 50, 50);
}
/* style sub level links */

nav#topnav li li a {
    /* border-bottom:solid 1px rgb(200,50,50); */
    margin: 0 1.0rem;
    padding: 0;
}
nav#topnav li li:last-child a {
    border-bottom: none;
}
/* hide sub menu links */

#desk-menu ul.sub-menu {
    display: none;
}
#call-now {
    float: right;
}
#topnav {
    float: right;
}
.logo {
    margin-left: 1.5rem;
    width: 26.5rem;
}
.logo img {
    width: 100%;    height: auto;
}

nav#topnav #find-specialist-link > a {
	border: 1px solid #f69630;
    background-color: #f69630;    
    color: #fff;    
	text-transform: uppercase;
}

nav#topnav #find-specialist-link > a:hover {
	border: 1px solid #f69630;
	background-color: #fff;    
	color: #f69630;
}

#mobile-menu {
	list-style: none;
    margin-left: 1.5rem;
}
/* end nav */
/**************************************************/

/*** Footer and Nav *****/

.footer-block {
    padding: 1.0rem 0;
}
ul#footer-nav {
    list-style-type: none;
}
ul#footer-nav li {
    display: inline-block;
    padding-right: 2.0rem;
}
.copyright {
    font-size: 80%;
}
/***********************************/

.table { display: table; }
.table-row { display: table-row; }
.table-cell { display: table-cell; }
.padding25 { padding: 2.5rem }
.padding50 { padding: 5.0rem }
.padding100 { padding: 10.0rem; } 
.padding125 { padding: 12.5rem; } 
.padding-right50 { padding-right: 5.0rem; }
.width33 { width: 33.33% }

.border-right { border-right: 1px #fff solid; }

.single .u-max-full-width { padding-top: 5%; }
.single .u-max-full-width h1 { color: #fff; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/****** Hero Header and Full width Banners ****************/
/** Home Page **/
.header-home { background-image: url("../images/home-2020.jpg"); background-repeat: no-repeat; background-size:auto 100%;	-webkit-background-size: auto 100%; -moz-background-size: cover; -o-background-size: cover;	 position: relative; background-color: #E3E4E6; padding-top: 3.0rem; border-bottom: 1px solid #326CB0; padding-top: 10.5rem; padding-bottom: 11.5rem;     background-position: center center; }
.header-home > .container { max-width: 1140px; }
.header-home h1 {     font-size: 42px; color: #151A30; font-weight: 300; font-family: 'Rubik', sans-serif; line-height: 1.3; }
.header-home h1 strong { font-weight: 42px; font-weight: bold;  }
.header-home h1 span { color:#1BBDEA; }
.header-home h3 { font-size: 29px; font-weight: bold; color: #2775CC; font-weight: 300; font-family: 'Rubik', sans-serif;  text-transform:uppercase;   margin-bottom: 3rem; }
.header-home a { font-size: 20px; color: #fff; background:#FF8900; border-radius:5px; text-transform:uppercase; font-weight: 300; font-family: 'Rubik', sans-serif; padding: 11px 45px; border:1px solid #FF8900; }
.header-home a:hover { background-color: #fff; color:#FF8900; }
#form-home { padding-top:2%; padding-bottom:2%; }
@media (max-width:1199px) {
.success-full-karen { height: 300px !important; background-size: auto 138% !important; background-position: center top !important; }
}
@media (max-width:800px) {
    #form-home iframe { height:1000px !important; }
    .header-home { background-image: none !important; }
}
@media (max-width:479px) {
    .header-home h1 { font-size: 8vw; }
    .header-home h3 { font-size: 4vw; }
    .header-home a { font-size: 3vw; }
    .header-home { padding-top: 6.5rem; padding-bottom: 7.5rem; }
}
@media (max-width:320px) {
    #form-home iframe { height:1100px !important; }
}

.home-section-four {
    background-image: url("../images/headers/home-stay-section-four.jpg");
    background-repeat: no-repeat;
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;		
    position: relative;
    padding: 10.0rem 0;
}
.home-section-six {
    padding-bottom: 0 !important;
}

/** About Lapband **/
.header-about-lapband {
    background-image: url("../images/headers/header-about-lapband.jpg");
    background-repeat: no-repeat;
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;		
    position: relative;
	padding-top: 3.0rem;		
}

.about-truth-section {
    background-image: url("../images/headers/about-truth-section.jpg");
    background-repeat: no-repeat;
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	
    position: relative;
    padding: 10.0rem 0;	
}

/** How it Works **/
.header-how-it-works {
    background-repeat: no-repeat;
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	
    position: relative;
	padding-top: 3.0rem;		
}

.how-section-three {
    background-image: url("../images/headers/how-solution-section.jpg");
    background-repeat: no-repeat;
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	
    position: relative;
    padding: 10.0rem 0;
	background-position: right center;
}

.how-expert-team {	
    background-image: url("../images/how-nurses.jpg");
    background-repeat: no-repeat;
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	
	min-height: 45.0rem;
	background-position: center;
}


/** Compare Suregeries **/
.header-compare-weight-loss-surgeries {
    background-repeat: no-repeat;
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;		
    position: relative;
	padding-top: 3.0rem;	
}

.compare-section-three {
    background-image: url("../images/headers/compare-stay-full-longer.jpg");
    background-repeat: no-repeat;
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;		
    position: relative;
    padding: 10.0rem 0;
	background-position: right center;
}

.compare-gastric-sleeve {
    background-image: url("../images/compare-gastric-sleeve.jpg");
    background-repeat: no-repeat;
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	
	min-height: 45.0rem;
	background-position: center;
}
.compare-gastric-bypass {
    background-image: url("../images/compare-gastric-bypass.jpg");
    background-repeat: no-repeat;
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	
	min-height: 45.0rem;
	background-position: center;
}

/** Whats It cost **/ 
.header-what-will-lapband-cost {
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	
    background-repeat: no-repeat;
    position: relative;
	padding-top: 3.0rem;	
}

.cost-obesity {
    background-image: url("../images/cost-obesity.jpg");
    background-repeat: no-repeat;
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	
	min-height: 45.0rem;
	background-position: top center;
}

/** Why its different **/
.header-why-its-different {
    background-image: url("../images/headers/header-why-its-different.jpg");
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	
    background-repeat: no-repeat;
    position: relative;
	padding-top: 30px;	
}

.why-its-different-effective {
    background-image: url("../images/why-its-different-effective.jpg");
    background-repeat: no-repeat;
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	
	min-height: 45.0rem;
	background-position: top center;	
}

.why-its-different-alterations {	
    background-image: url("../images/why-its-different-alterations.jpg");
    background-repeat: no-repeat;
	background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;		
	min-height: 45.0rem;
	background-position: top center;	
}

.why-its-different-discover {
    background-image: url("../images/headers/why-its-different-discover.jpg");
    background-repeat: no-repeat;
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	
    position: relative;
    padding: 6.0rem 0 3.5rem 0;
	background-position: right top;
}

/** Is it right for you **/
.header-is-it-right-for-you {
    background-image: url("../images/headers/header-is-it-right-for-you.jpg");
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	
    background-repeat: no-repeat;
    position: relative;
	padding-top: 30px;		
}
.is-it-right-block {
    background-image: url("../images/is-it-right-block.jpg");
    background-repeat: no-repeat;
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	
    position: relative;
    padding: 6.0rem 0 3.5rem 0;
	background-position: right top;
}

/** What to Expect **/
.header-what-the-expect {
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	
    background-repeat: no-repeat;
    position: relative;
	padding-top: 30px;			
}

.what-to-expect-step1 {
    background-image: url("../images/what-to-expect-step1.jpg");
    background-repeat: no-repeat;
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	
    position: relative;
    padding: 6.0rem 0 3.5rem 0;
	background-position: right top;
}
.what-to-expect-step2 {
    background-image: url("../images/what-to-expect-step2.jpg");
    background-repeat: no-repeat;
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	
    position: relative;
    padding: 6.0rem 0 3.5rem 0;
	background-position: right top;
}
.what-to-expect-step3 {
    background-image: url("../images/what-to-expect-step3.jpg");
    background-repeat: no-repeat;
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	
    position: relative;
    padding: 6.0rem 0 3.5rem 0;
	background-position: right bottom;
}

.what-to-expect-step4 {
    background-image: url("../images/headers/what-to-expect-step4.jpg");
    background-repeat: no-repeat;
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;		
    position: relative;
    padding: 10.0rem 2.0rem 30.0rem 2.0rem;
	background-position: center bottom;
}
/** Success Stories **/
.header-success-stories {
    background-image: url("../images/headers/header-success-stories.jpg");
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	
    background-repeat: no-repeat;
    position: relative;
	padding-top: 30px;			
}
.success-stories-panel {
	height: 35.0rem;
}
.success-stories-panel:hover {
	border: 2px solid #00bce7;
}

.success-stories-panel-jessica {
	background-image: url("../images/success-stories-panel-jessica.jpg");
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	
    background-repeat: no-repeat;
    position: relative;
}
.success-stories-panel-denise {
	background-image: url("../images/success-stories-panel-denise.jpg");
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	
    background-repeat: no-repeat;
    position: relative;
}
.success-stories-panel-hector {
	background-image: url("../images/success-stories-panel-hector.jpg");
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	
    background-repeat: no-repeat;
    position: relative;
}
.success-stories-panel-tammy {
    background-image: url("../images/comapre-success-tammy.png");
    background-size: cover; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; 
    background-repeat: no-repeat;
    background-position: 120%;
    position: relative;
}
.success-stories-panel-karen {
	background-image: url("../images/success-stories-panel-karen.jpg");
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	
    background-repeat: no-repeat;
    position: relative;
}

/** Share Your Story **/
.header-submit-success-story {
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	
    background-repeat: no-repeat;
    position: relative;
	border-bottom: 1px #cecece solid;
}

/** Success Story Full Images **/
.success-full-jessica {
    background-image: url("../images/success-full-jessica.png");
    background-size: contain;	-webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain;	
    background-repeat: no-repeat;
    position: relative;	
	height: 100%;
}
.success-full-denise {
    background-image: url("../images/success-full-denise.png");
    background-size: contain;	-webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain;	
    background-repeat: no-repeat;
    position: relative;	
	height: 100%;
}
.success-full-hector {
    background-image: url("../images/success-full-hector.png");
    background-size: contain;	-webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain;	
    background-repeat: no-repeat;
    position: relative;	
	height: 100%;
}
.success-full-karen {
    background-image: url("../images/success-full-karen.png");
    background-size: contain;	-webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain;	
    background-repeat: no-repeat;
    position: relative;	
	height: 100%;	
}
.success-full-tammy {
    background-image: url("../images/success-full-tammy.png");
    background-size: contain;	-webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain;	
    background-repeat: no-repeat;
    position: relative;	
	height: 100%;	
}
.success-full-debra {
    background-image: url("../images/success-full-debra.png");
    background-size: contain;	-webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain;	
    background-repeat: no-repeat;
    position: relative;	
	height: 100%;	
}

/** Resources **/
.header-resources {
    background-image: url("../images/headers/header-resources.jpg");
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	
    background-repeat: no-repeat;
    position: relative;
	padding-top: 30px;				
}

/** Tips for Success **/
.header-tips-for-success {
    background-image: url("../images/headers/header-tips-for-success.jpg");
    background-size: cover;	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	
    background-repeat: no-repeat;
    position: relative;
	padding-top: 30px;				
}

/**************************************************/
/**************************************************/
.isi, 
.references {
    font-size: 0.85em;
}
.isi {
    padding-top: 2.0rem;
}
.references {
    padding-bottom: 2.0rem;
}

/**************************************************/
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
.align-baseline {
    vertical-align: baseline;
}
.vertical-align-middle {
    vertical-align: middle;
}

.blue-band {
    background-color: #1c5fad;
    color: white;
    display: block;
    padding: 6.0rem 0;
}
.white-band {
    background-color: #fff;
    padding: 6.0rem 0;
}
.tan-band {
    background-color: #f7f6f7;
    padding: 6.0rem 0;
}
.light-blue-band {
    background-color: #00bce7;
    padding: 6.0rem 0;
    height: 22.0rem
}
.top-band {
    background-color: #1c5fad;
    color: white;
    display: block;
    padding: 2.0rem;
    font-size: 2.2rem;
    height: 9.0rem;
	opacity: .90;
}
.cta-wrapper {
    display: inline-block;
    box-sizing: content-box;
    white-space: nowrap;
}
a.cta-orange {
	border: 1px solid #f69630;
    background-color: #f69630;
    padding: 1.0rem 2.0rem;
    color: white;
    text-transform: uppercase;
    font-size: 1.8rem;
    overflow: hidden;
    display: inline-block;	
}
a.cta-orange:hover {
	background-color: #fff;
	border: 1px solid #f69630;
	color: #f69630;
}

a.cta-orange-outline {
    border: 1px solid #f69630;
    padding: 1.0rem 2.0rem;
    background-color: transparent;
    color: #f69630;
    text-transform: uppercase;
    font-size: 1.8rem;
    overflow: hidden;
    display: inline-block;
}
a.cta-orange-outline:hover {
	background-color: #f69630;
	border: 1px solid #f69630;
	color: #fff;	
}
.top-band a.cta-orange-outline,  
.blue-band a.cta-orange-outline { 
	color: #fff; 
}

a.cta-white {
    border: 1px solid #fff;
    padding: 1.0rem 2.0rem;
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.8rem;
    overflow: hidden;
    display: inline-block;
}

a.cta-white:hover {
	background-color: #f69630;
	border: 1px solid #fff;
	color: #fff;	
}
a.cta-light-blue {
    border: 1px solid #1EAEDB;
    padding: 1.0rem 2.0rem;
    background-color: #1EAEDB;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.8rem;
    overflow: hidden;
    display: inline-block;
}

a.cta-light-blue:hover {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;	
}

a.cta-blue-outline {
    border: 1px solid #1c5fad;
    padding: 1.0rem 2.0rem;
    background-color: transparent;
    color: #1c5fad;
    text-transform: uppercase;
    font-size: 1.8rem;
    overflow: hidden;
    display: inline-block;
}

a.cta-blue-outline:hover {
	border: 1px solid #1c5fad;
	background-color: #1c5fad;
	color: #fff;
}

a.cta-big {
    font-size: 2.0rem;
    padding: 2.0rem 4.0rem;
}
.color-blue-text {
    color: #1c5fac;
}
.color-light-blue-text {
    color: #1EAEDB;    
}
.color-orange-text {
    color: #f69630;
}
.color-red-text {
    color: #f45c48;
    font-weight: bold;
}
.color-white-text {
    color: #fff;
}

.color-white-bg {
	background-color: #fff;
}

.color-light-blue-bg {
	background-color: #1EAEDB;
}
.color-blue-bg {
	background-color: #1c5fad;
}
.color-tan-bg {
	background-color: #f7f6f7;
}
.color-white-border {
	border: 1px solid #fff;
}
.color-blue-border {
	border: 2px solid #1c5fad;
}

.width-50 {
	width: 50% !important;
}
/* Vertical Alignment */
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.vertical-align-contents {
    /* put beside helper */    
    display: inline-block;
    vertical-align: middle;
}
.top-align-contents {
    vertical-align: top;
	padding-bottom: 4.0rem;
}

.spacer0::after, .spacer1::after, .spacer2::after, .spacer3::after, .spacer4::after, .spacer5::after, .spacer6::after {
    content: "\00000a";
    white-space: pre-wrap; /* or pre */	
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	display: -webkit-box;
	vertical-align: text-top;	
	clear: both;
	line-height: 1.5;
}
.spacer1::after {
	content: "\00000a \00000a";
}
.spacer2::after {
    content: "\00000a \00000a \00000a";
}
.spacer3::after {
    content: "\00000a \00000a \00000a \00000a";
}
.spacer4::after {
    content: "\00000a \00000a \00000a \00000a \00000a";
}
.spacer5::after {
    content: "\00000a \00000a \00000a \00000a \00000a \00000a";
}
.spacer6::after {
    content: "\00000a \00000a \00000a \00000a \00000a \00000a \00000a";
}


/*** page icons ***/
.page-icon {
    height: 14.0rem;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
.page-checkmark {
    height: 10.0rem;
    width: 100%;
    text-align: left;
    vertical-align: middle;
}
.page-icon img {
    vertical-align: middle;
    max-height: 10.0rem;
    max-width: 100%;
}
.page-checkmark img {
    vertical-align: middle;
    max-height: 10.0rem;
    max-width: 100%;
    width: 4.0rem;
}
.page-checkmark p {
    vertical-align: middle;
    display: inline-block;
    font-size: 2.2rem;
    max-height: 1.0rem;
    margin-left: 1.0rem;
    font-weight: bold;
}
.white-checkmark { margin: 30px 0px 20px 80px;}
ul.white-checkmark li {
   list-style: none;
}
ul.white-checkmark li {
	content: '';
	line-height: 40px;
	background-image: url('../images/icon-white-check.png');
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 2.2rem;
	font-weight: bold;
	padding: 20px 0 20px 50px;
}

.about-icon { width: 10.0rem; }
.about-icon > img { width: 6.0rem; }

.outter-shadow {
	border: 1px solid #ccc;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);	
}
.text-block-padding { padding: 1.0rem 2.5rem;}

.full-width-img > img {
	max-width: 100%;
    /* max-height: 100%; */
}

.compare-surgery-table {
	margin: 2.0rem auto;
	color: #1EAEDB;
}

.compare-surgery-table > .table-row > .table-cell {
	padding: 15px;
	border-bottom: 1px solid #e0e0e0;
}

.compare-section-four > div > div.color-light-blue-bg { 
	width: 40%; 
	margin-left: 0; 
}
.compare-section-four > div > div.color-blue-bg { 
	width: 60%; margin-left: 0;
}

.compare-section-four > div > div:first-child > div > div.table-cell { 
	float: left; 
	margin-left: 20%; 
	margin-top: 15%; 
	margin-right: 10%; 
	height:236px;
}

.right-float-content {
	float: left; 
	margin-left: 5%; 
	margin-right: 25%; 
	margin-top: 5%;	
}
.left-float-content {
	float: left; 
	margin-left: 25%; 
	margin-top: 5%; 
	margin-right: 5%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; 
	height: 0;
	/* padding-top: 2.5rem; 
	margin: 3.0rem 0; */
	margin: 20px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.resources-image {	height:180px; max-width:100% }
.resource-center-panel { height: 140px; }

.padding-zero { padding: 0; }
.margin-zero { margin: 0; }

#list-legend ul {	
	list-style-position: inside;
	display: table-cell;
}
#list-legend ul li.premier {	
	list-style: none;
	background: url('../images/icon-lapband-premier.png') no-repeat 0 0;
    padding: 6px 15px 6px 37px;
}
span.icon-lapband-premier {
	display: inline-block;
	height:  30px;
	width: 30px;
	background: url('../images/icon-lapband-premier.png') no-repeat 0 0;
}


/* CD Custom */

.box_wid { min-height: 289px;}
.may-vary {font-size: 13px;}
.ptop10 {padding-top: 10px;}
.m_top50 {margin-top: 50px;}

.header-success-stories h4.color-blue-text { color:#666;}

.content-how-it-works .full-width-img { margin-bottom: 20px;}


/******************************************/
/**** mobile ****/
/**************************************************/

@media (max-width:640px) {
    .cta-wrapper p {
        display: none !important;
    }
}

@media (max-width:1400px ) and (min-width: 1200px) {
    .header-how-it-works,.header-success-stories {background-size: contain; padding-top: 1rem;}
}


@media (min-width: 468px) and (max-width: 1200px) {
	.logo img {
		width: 50%;
	}
}
@media (max-width: 1200px) {

    .header-home .align-left { text-align: left !important; }
    #call-now,
    #topnav {
        display: none;
    }
    .logo {
        margin: 0;
        float: left;
        width: 75%;
        display: table-cell;
    }
	.logo img {
		width: 100%;
	}	
    #mobile-nav-button {
        display: table-cell;
        width: 25%;
        text-align: right;
        padding-top: 12%;
    }
    #mobile-nav-button button {
        float: right;
    }
    .hamburger {
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: .15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        overflow: visible;
        margin: 0;
        padding: 15px;
    }
    .hamburger:hover {
        opacity: 0.7;
    }
    .hamburger-box {
        width: 40px;
        height: 24px;
        display: inline-block;
        position: relative;
    }
    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -2px;
    }
    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 40px;
        height: 4px;
        background-color: #2362b2;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: .15s;
        transition-timing-function: ease;
    }
    .hamburger-inner::before,
    .hamburger-inner::after {
        content: "";
        display: block;
    }
    .hamburger-inner::before {
        top: -10px;
    }
    .hamburger-inner::after {
        bottom: -10px;
    }
    .hamburger--boring .hamburger-inner,
    .hamburger--boring .hamburger-inner::before,
    .hamburger--boring .hamburger-inner::after {
        transition-property: none;
    }
    .hamburger--boring.is-active .hamburger-inner {
        transform: rotate(45deg);
    }
    .hamburger--boring.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
    }
    .hamburger--boring.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
    }
	
	.call-link { margin: 1.0rem auto; }
	/*********************************************************************/
    /*** end mobile nav **/
	/*********************************************************************/
		
	/*********************************************************************/
    /*** layout adjustments ***/
	/*********************************************************************/
	.top-band { padding: initial; opacity: 100; }
	
	p:last-of-type { margin-bottom: 2.5rem; }
	
	.table, .table-cell { 
		display: inline-block; 
		box-sizing: border-box; 
		width: 100% 
	}
	
	.icon { display: table-cell; width: auto; padding: 5px; }
	.page-icon { height: auto; display: inline-block; margin: 10px auto;}
	.width-50 {		
		width: 100% !important;
		padding: 0rem 1.0rem;
	}
	.padding25 { padding: 0.5rem; }
    .cta-wrapper {
        white-space: initial;
        text-align: center;
		width: 100%;
		margin: 2.0rem 0;
    }
    .helper { display: none; }
    .top-band, .blue-band, .light-blue-band, .white-band, .tan-band {
        height: auto;
		padding: 2.0rem 0;
    }
    .align-right, .align-left {
        text-align: center;
    }
    .page-checkmark {
        height: auto;
        margin: 1.0rem 0;
    }
	.vertical-align-contents { margin: 10px 0; }
	.success-image { width: 100%; }
	
	.border-right { border-right: none; }
	
	.padding50, .padding100, .padding125, .padding-right50 
	{ padding: 0; } 
	
	.width33 { width: auto }
	
	.spacer1::after, .spacer2::after, .spacer3::after, .spacer4::after, .spacer5::after, .spacer6::after {
		content: none;
	}
	
	.white-checkmark { margin: 0; }

	.right-float-content, .left-float-content {
		float: none; 
		margin: 1.0rem 0 0 0; 
	}

	.compare-section-four > div > div.color-light-blue-bg { 
		width: auto; 		
	}
	.compare-section-four > div > div.color-blue-bg { 
		width: auto; 
	}

	.compare-section-four > div > div:first-child > div > div.table-cell { 
		float: none; margin: 0; height: auto; padding: 2.0rem;
	}

	.success-stories-panel {
		height: 40.0rem;
	}	
	.success-stories-panel-jessica, .success-stories-panel-denise, .success-stories-panel-hector, .success-stories-panel-karen	
	{
		background-size: contain;	-webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain;	
		background-position: right bottom;
	}

    .success-stories-panel-tammy {
        background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-position: right bottom;
    background-image:url("../images/tammy_mobile.jpg");
    }

	.resource-center-panel { height: auto; }	
	
	.top-band { text-align: center;}
	.vertical-align-contents, .cta-wrapper { margin: 1.0rem 0; }
	.color-red-text { padding-top: 10px; }
	
	.is-it-right-block, 
	.what-to-expect-step1,
	.what-to-expect-step2,
	.what-to-expect-step3
	{ height: 30.0rem; }
}
/** end Mobile **/
/****** Tablet Logo ****/
@media (min-width: 600px) and (max-width: 1200px) {
    
	.logo img {
		width: 50%;
	}
}

/******************************************/
/* Desktop overrides */
/**************************************************/
@media (min-width: 1201px) {
    body {
        overflow: initial;
    }
    #mobile-nav,
    #mobile-nav-button {
        display: none;
    }
    #call-now,
    #topnav {
        display: initial;
    }
    .logo {
        float: none;
        width: 100%;
    }
}
/****** End Desktop overrides ********/

/** Print Overrides **/
@media print {
    #mobile-nav,
    #mobile-nav-button, .hamburger {
        display: none;
    }
}
.page-template-find_a_specialist .blue-band.u-full-width.color-white-text .columns.u-full-width { text-align: center; }
.page-template-find_a_specialist .blue-band.u-full-width.color-white-text .columns.u-full-width a { color: #fff; text-decoration:underline; }
.page-template-find_a_specialist .blue-band.u-full-width.color-white-text .columns.u-full-width a:hover { text-decoration: none; }
.page-template-find_a_specialist .blue-band.u-full-width.color-white-text .columns.u-full-width p:last-child { margin-bottom: 0px !important; }
@media (max-width:715px) {
    .page-template-find_a_specialist .blue-band.u-full-width.color-white-text .columns.u-full-width p br { display: none; }
}

/** Blog Overrides 02-05-2020**/
.pagination { position: static !important; }
.carousel-home-img { width:100% !important; height: auto !important; }