/* General=================================== */
a {
	color:#ff9000;
}
p {
	margin:0px 0px 20px 0px;
}
.cleared {
	clear:both;
}
.aligncenter {
	display:block;
	margin:0px auto 20px auto;
}
.alignleft {
	float:left;
	margin:0px 20px 20px 0px;
}
.alignright {
	float:right;
	margin:0px 0px 20px 20px;
}
.roundBtn:Hover {
	opacity:0.80;
}
.roundBtn:focus {
	color:#fff;
}
/* Drop Down=================================== */
#navigation-sticky-wrapper ul.nav li.dropdown a i {
	float:right;
	margin:0px 0px 0px 5px;
}
#navigation-sticky-wrapper ul.nav li a {
	padding:10px 15px;
	margin:-5px 0px 0px 0px;
}
#navigation-sticky-wrapper ul.nav li a:hover {
	background:#026C7A;
	color:#fff !important;
	border-radius:5px;
}
#navigation-sticky-wrapper ul.nav ul.dropdown-menu {
	padding:10px 0px 0px 0px;
	right:0px;
	left:-8px;
	width:230px;
	float:none;
}
#navigation-sticky-wrapper ul.nav ul.dropdown-menu li {
	background:#026C7A;
	margin-bottom:0px;
}
#navigation-sticky-wrapper ul.nav ul.dropdown-menu li:first-child {
	border-radius:10px 10px 0px 0px;
}
#navigation-sticky-wrapper ul.nav ul.dropdown-menu li:first-child a:hover {
	border-radius:10px 10px 0px 0px;
}
#navigation-sticky-wrapper ul.nav ul.dropdown-menu li:last-child {
	border-radius:0px 0px 10px 10px !important;
}
#navigation-sticky-wrapper ul.nav ul.dropdown-menu li:last-child a:hover {
	border-radius:0px 0px 10px 10px;
}
#navigation-sticky-wrapper ul.nav ul.dropdown-menu li a {
	color:#fff !important;
	padding:10px 20px;
	font-size:14px;
	margin:0px;
}
#navigation-sticky-wrapper ul.nav ul.dropdown-menu li a:hover {
	background:#FF9000;
	border-radius:0px;
}
#navigation-sticky-wrapper ul.nav ul.dropdown-menu ul.children li:first-child, #navigation-sticky-wrapper ul.nav ul.dropdown-menu ul.children li:first-child a:hover {
	border-radius:0px;
}
#navigation-sticky-wrapper ul.nav ul.dropdown-menu:before {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0px 10px 10px;
	border-color: #026C7A transparent;
	margin: -10px 0px 0px 0px;
	position:absolute;
	right:166px;
}
#navigation-sticky-wrapper ul.nav ul.dropdown-menu ul.children {
	width:100%;
}
#navigation-sticky-wrapper ul.nav ul.dropdown-menu ul.children li a {
	display:block;
}
.subNav #brand {
	background: url("images/logo2.png") no-repeat scroll 0% 12px transparent;
}
#brand, .is-sticky #brand {
	margin: 6px 15px 0px 28px;
}
.subNav #brand, .subNav.is-sticky #brand {
	margin: -6.5px 15px 0px 28px;
}
.subNav .searchBox .inputTxt {
	background: url("images/search-icon-dark.png") no-repeat scroll left center transparent;
}
.homeNav {
/*padding-top:12px;*/
}
.homeNav.is-sticky .nav {
	margin-top: 16px !important;
}
.homeNav .inputTxt::-webkit-input-placeholder { /* WebKit browsers */
 color:    #fff;
}
.homeNav.is-sticky .searchBox form {
	margin-top: 12px;
}
.homeNav.is-sticky .contactBtn {
	margin-top: 16px;
}
.homeNav .inputTxt:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #fff;
 opacity:  1;
}
.homeNav .inputTxt::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #fff;
 opacity:  1;
}
.homeNav .inputTxt:-ms-input-placeholder { /* Internet Explorer 10+ */
 color:    #fff;
}
.is-sticky .inputTxt::-webkit-input-placeholder, .subNav .searchBox .inputTxt::-webkit-input-placeholder { /* WebKit browsers */
 color:    #666767;
}
.is-sticky .inputTxt:-moz-placeholder, .subNav .searchBox .inputTxt:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #666767;
 opacity:  1;
}
.is-sticky .inputTxt::-moz-placeholder, .subNav .searchBox .inputTxt::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #666767;
 opacity:  1;
}
.is-sticky .inputTxt:-ms-input-placeholder, .subNav .searchBox .inputTxt:-ms-input-placeholder { /* Internet Explorer 10+ */
 color:    #666767;
}
.subNav .searchBox .inputTxt {
	color:#666767;
}
.topPiece .roundBtn:hover {
	background:#026C7A;
	color:#fff;
}
.section3 .roundBtn:hover {
	background:#ff9000;
	color:#fff;
}
.newsletterBtn:hover {
	opacity:0.80;
}
.subNav .nav li a:focus {
	color:#333;
}
/* Member Benefits=================================== */
.section1SubMB {
	background: url("images/member-benefits-header-bg.jpg") no-repeat scroll center top transparent;
}
.grayBox {
	background:#f6f6f6;
	padding:10px 20px;
	margin:0px 0px 30px 0px;
}
.grayBox strong {
	line-height:32px;
	display:block;
	margin:0px 0px 20px 0px;
}
.grayBox ul {
	padding:0px;
}
.grayBox ul li {
	background:url('images/orange-bullet.png') no-repeat left 4px;
	list-style:none;
	padding:0px 0px 10px 25px;
}
.section2SubMB {
	background: #a5a6a1 url("images/testimonial2-bg.jpg") no-repeat scroll center top transparent;
}
.section2SubMB p {
	margin-top:50px;
}
.eBanner {
	background: url('images/blueGradient.jpg') repeat-y center top;
	padding:5px;
	color:#fff;
}
.eBanner h3 {
	color:#fff;
	font-weight: bold;
	font-size: 30px;
}
.eBanner p {
	font-size:16px;
}
.legends {
	width:60%;
	margin:20px auto;
	color:#353535;
	font: 21px 'futura-medium-condensed';
}
.legends img {
	margin:-5px 10px 0px 0px;
}
.eRow {
	border-bottom:1px solid #9f9f9f;
	padding:20px 0px 30px 0px;
}
.eRow .col-md-3 img {
	display:block;
	margin:20px 0px 0px 0px;
}
.eRow .col-md-9 h3 {
	text-transform:uppercase;
	font-size:23px;
	font-family: 'Open Sans';
}
.eRow .element-line {
	margin-top:20px;
}
.greenBg {
	background-color:#026c7a;
}
.grayBg {
	background-color:#3c3c3c;
}
.eRow .progress span {
	color:#6a6b6b;
	font-weight:bold;
	font-size:17px;
	margin:10px 0px 0px 0px;
	display:block;
}
.noBorder {
	border:none;
}
.mbSlider .col-md-3 img {
	display:block;
	margin:50px 0px 0px 0px;
}
/* Blog=================================== */
.section1Blog {
	background:url('images/mbBanner.jpg') no-repeat center 2px;
}
.blogArticle, .blogDetail {
	margin:50px -15px 0px -15px;
}
.blogArticle .col-md-5 img {
	border:2px solid #fff;
	box-shadow:0px 0px 5px #999;
}
.imgFormat img {
	border:2px solid #fff;
	box-shadow:0px 0px 5px #999;
	width:100%;
	height:auto;
}
.blogArticle .col-md-3 {
	background:url('images/menuShadow.jpg') no-repeat left top;
}
.blogArticle .col-md-3 img {
	display:block;
	margin:0px auto 40px auto;
}
.blogArticle .col-md-9 .row {
	border-bottom:1px solid #f0f0f0;
	margin:0px -15px 30px -15px;
}
.blogArticle .col-md-9 .row:last-child {
	border:none;
}
.blogArticle h2 {
	color:#525252;
	font-size:28px;
}
ul.sideMenu {
	padding:0px 0px 30px 25px;
}
ul.sideMenu li {
	list-style:none;
	margin:0px 0px 5px 0px;
}
ul.sideMenu li a {
	background:	url('images/b-icon.png') no-repeat 5px center;
	color:#505050;
	display:block;
	padding:14px 0px 14px 24px;
	font: 18px 'futura-medium-condensed';
}
ul.sideMenu li:hover {
	background:	#ff9000;
	color:#fff;
}
ul.sideMenu li:hover a {
	background: url('images/b-icon-hover.png') no-repeat 5px center;
}
ul.sideMenu li a:hover {
	color:#fff;
}
ul.sideMenu li.current-cat {
	background:	#ff9000;
}
ul.sideMenu li.current-cat a {
	color:#fff;
}
.byline img {
	margin:-5px 8px 0px 0px;
	width:auto !important;
	height:auto !important;
	box-shadow:none !important;
}
.byline span {
	margin:0px 20px 0px 0px;
	font-size:15px;
	text-transform:capitalize;
}
.detailByline {
	margin:35px -15px 0px !important;
	border:none !important;
}
.detailByline .byline {
	margin:0px 0px 0px 20px;
}
.detailByline .col-md-6:last-child img {
	width:auto !important;
	height:auto !important;
	box-shadow:none !important;
	float:right;
}
.pcLink {
	margin:40px 0px 0px 0px;
}
.pcLink span.pComment {
	background: none repeat scroll 0% 0% #ff9000;
	padding: 9.5px 15px 9px 40px;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	font: 24px 'futura-medium-condensed';
	top: 4px;
}
.vcLink {
	background: none repeat scroll 0% 0% #026c7a;
	padding: 9.5px 70px 6.5px 40px;
	color: #FFF;
	display: inline-block;
	font: 24px 'futura-medium-condensed';
}
.pcLink span.pComment::after {
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 27px 0px;
	border-color: #ff9000 transparent;
	position: relative;
	left: 52px;
	top: 2px;
	transform: rotate(-90deg);
}
.shareaholic-share-buttons-heading-image {
	display:none !important;
}
.shareBox {
	float:right;
	margin:-20px -10px 0px 0px;
	width:85%;
}
ul.shareaholic-share-buttons li i {
	font-size:0px !important;
	width:39px !important;
	height:39px !important;
	border-radius:0px !important;
}
ul.shareaholic-share-buttons li:first-child i {
	background:url('images/iconTwitter.jpg') no-repeat center center !important;
}
ul.shareaholic-share-buttons li:first-child i:hover {
	background:url('images/iconTwitterHover.jpg') no-repeat center center !important;
}
ul.shareaholic-share-buttons li:nth-child(2) i {
	background:url('images/iconFb.jpg') no-repeat center center !important;
}
ul.shareaholic-share-buttons li:nth-child(2) i:hover {
	background:url('images/iconFbHover.jpg') no-repeat center center !important;
}
ul.shareaholic-share-buttons li:nth-child(3) i {
	background:url('images/iconGplus.jpg') no-repeat center center !important;
}
ul.shareaholic-share-buttons li:nth-child(3) i:hover {
	background:url('images/iconGplusHover.jpg') no-repeat center center !important;
}
ul.shareaholic-share-buttons li:nth-child(4) i {
	background:url('images/iconPinterest.jpg') no-repeat center center !important;
}
ul.shareaholic-share-buttons li:nth-child(4) i:hover {
	background:url('images/iconPinterestHover.jpg') no-repeat center center !important;
}
ul.shareaholic-share-buttons li:nth-child(5) i {
	background:url('images/iconEmail.jpg') no-repeat center center !important;
}
ul.shareaholic-share-buttons li:nth-child(5) i:hover {
	background:url('images/iconEmailHover.jpg') no-repeat center center !important;
}
ul.shareaholic-share-buttons li:nth-child(6) i {
	background:url('images/iconMore.jpg') no-repeat center center !important;
}
ul.shareaholic-share-buttons li:nth-child(6) i:hover {
	background:url('images/iconMoreHover.jpg') no-repeat center center !important;
}
.blogDetail .col-md-9 .col-md-12 figure, .blogDetail .col-md-9 .col-md-12 img.alignnone, .blogDetail .col-md-9 .col-md-12 img.alignleft, .blogDetail .col-md-9 .col-md-12 img.alignright, .blogDetail .col-md-9 .col-md-12 img.aligncenter {
	margin:0px auto;
	display:block;
}
.whiteBox {
	background:#fff;
	margin: 0px 0px 0px 0px;
	padding: 93px 0px 50px 0px;
}
.contactInfo {
	z-index:1000;
}
.footer ul li a {
	display: block;
}
.is-sticky .dropdown-menu {
	background: none;
}
.section2Sub .element-line {
	margin-top:25px;
}
.section2 .element-line {
	margin-top:5px;
}
.cBtn1 span {
	margin-left:0px !important;
}
#accordion {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#accordion .panel-heading a {
	margin-bottom: 0px;
	position:relative;
}
#accordion .panel-body {
	padding: 10px 30px 0px 30px;
}
#accordion .panel-title a.collapsed i {
	background:#027f8f url('images/plusSign.png') no-repeat center center;
	font-size:0px;
	padding:14px;
	border-radius:50px;
}
#accordion .panel-title a i {
	background: #d17600 url('images/minusSign.png') no-repeat center center;
	font-size: 0px;
	padding: 14px;
	position: absolute;
	margin: -13px 0px 0px 0px;
	border-radius:50px;
	right: 8px;
	top: 50%;
}
#accordion .panel-title p {
	margin:0px;
}
.vcLink {
	margin: 0px 0px 0px -4px;
}
#respond #commentform label {
	font-size:13px;
}
.commentBox {
	margin:30px 0px 0px 0px;
}
#commentform div {
	background:none !important;
}
#commentform input {
	width:50%;
	height:40px;
}
#commentform textarea {
	width:100%;
	min-height:100px;
}
#comment_submit {
	background:#026C7A !important;
	color:#fff;
	border:none;
	width: auto !important;
	padding: 0px 27px;
}
#comment_submit:hover {
	background:#ff9000 !important;
}
.blogArticle .col-md-5 a:nth-child(2) {
	display: block;
	overflow: hidden;
	border: 2px solid #fff;
	box-shadow: 0px 0px 5px #999;
}
.blogArticle .col-md-5 a:nth-child(2) img {
	border: 0px;
	box-shadow: none;
	width:100%;
	height:auto;
}
.blogArticle .col-md-7 h2 {
	margin:0px 0px 10px 0px;
}
.contactContainer .col-md-6 a img {
	display:block;
	margin:0px auto;
}
.section-advantage {
	margin:70px 0px 0px 0px;
	padding:40px 0px 50px 0px
}
.section2Sub {
	margin: 65px 0px 0px 0px;
}
.drProfile h2 {
	text-transform: uppercase;
}
.drProfile ul.drInfo li {
	margin-bottom: 28px;
	font-size: 16px;
	/*font-weight:600;*/
	padding: 1.5px 0px 5px 45px;
	background-position: left top;
	min-height:35px;
}
.drProfile2 ul.drInfo2 li {
	margin-bottom: 28px;
	font-size: 1px;
	/*font-weight:600;*/
	padding: 1.5px 0px 5px 42px;
	background-position: left top;
	min-height:35px;
}
.drHour {
	height: auto;
}
footer.comment-meta {
	text-align:left;
	padding:0px;
}
#checkbox-comments {
	width:30px !important;
}
ul.commentlist {
}
.commentlist li {
	list-style:none;
	border-bottom:1px solid #d2d2d2;
	margin-top:20px;
	padding-bottom:10px;
}
.captchaLabel {
	margin-top:14px;
	position:absolute;
}
footer.comment-meta img {
	width:auto !important;
	height:auto !important;
}

/* Media Queries=================================== */
/*Chrome*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
#navigation-sticky-wrapper ul.nav li a i {
	margin:0px 0px 0px 5px !important;
}
.newsletterBtn {
	top: 62px;
}
.pcLink .vcLink {
	padding: 8.5px 70px 7.5px 40px;
}
}
/*Safari*/
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, #navigation-sticky-wrapper ul.nav li a i {
 margin:-17px 0px 0px 5px !important;
}
	::i-block-chrome, .newsletterBtn {
 top: 62px;
}
	::i-block-chrome, .emailInput {
 padding: 11px 50px 5px 10px;
 line-height:21px;
}
}
@media (max-width: 765px) {
.navbar-default .navbar-toggle {
	padding:6px 6px 2px 6px;
	background:#026C7A;
	border-radius:3px;
}
.rqBtn {
	display: none;
}
.navbar-default .navbar-collapse {
	border-color: #026C7A;
	background: rgba(2, 108, 122, 0.9);
}
.navbar-inner .navbar-toggle, .navbar-inner .collapsed {
	background:#026c7a !important;
}
.navbar-collapse ul.nav, .navbar-collapse ul.nav li a {
	margin:0px !important;
	border-color:#fff;
}
#navigation-sticky-wrapper ul.nav ul.dropdown-menu li:first-child a:hover {
	border-radius:10px 10px 0px 0px !important;
}
#navigation-sticky-wrapper ul.nav ul.dropdown-menu li:last-child a:hover {
	border-radius:0px 0px 10px 10px !important;
}
#navigation-sticky-wrapper ul.nav li a {
	color: #fff !important;
}
.navbar-collapse ul.nav li a:hover {
	border-radius:0px !important;
	background:#ff9000 !important;
}
.is-sticky ul li a {
	color:#fff !important;
}
.searchBox .inputTxt {
	background: url("images/search-icon.png") no-repeat scroll left center transparent !important;
}
	::-webkit-input-placeholder { /* WebKit browsers */
 color:    #fff !important;
}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #fff !important;
 opacity:  1;
}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #fff !important;
 opacity:  1;
}
	:-ms-input-placeholder { /* Internet Explorer 10+ */
 color:    #fff !important;
}
.is-sticky .inputTxt {
	background: url("images/search-icon.png") no-repeat scroll left center transparent;
}
.searchBox form {
	margin-top: 25px;
}
.searchBox .inputTxt {
	margin:0px 0px 0px 15px;
}
.contactBtn {
	width: 100%;
	margin: 20px 0px 20px 0px !important;
	padding: 5px 20px 15px 20px;
}
.contactBtn i {
	position:relative;
	left:auto;
}
.contactBtn br {
	display:none;
}
.section2 .flex-direction-nav .flex-prev, .section2 .flex-direction-nav .flex-next, .section-advantage .flex-direction-nav .flex-next, .section-advantage .flex-direction-nav .flex-prev {
	display:none;
}
.section2:hover .flex-direction-nav .flex-prev, .section-advantage:hover .flex-direction-nav .flex-prev {
	display:block;
	left:0px !important;
}
.section2:hover .flex-direction-nav .flex-next, .section-advantage:hover .flex-direction-nav .flex-next {
	display:block;
	right:0px !important;
}
.contactInfo {
	display:none;
}
.commentBox #respond div, #commentform input {
	width:100% !important;
	display:block;
}
#commentform input, #commentform textarea {
	border:1px solid #d2d2d2;
	padding:10px;
}
.commentBox #respond div {
	min-height:50px;
	height:auto !important;
}
.commentBox #respond label {
	display:block;
	line-height: 17px;
	margin: 0px 0px 10px 0px;
}
.commentBox h4 {
	color:#565656;
}
#comments {
	margin:0px !important;
}
#si_refresh_com {
	display:none !important;
}
#si_image_com {
	width:auto;
}
.headingBG h2 {
	margin: 14px 0px 10px 20px;
}
/*Contact*/
	.contactContainer .col-md-8 .col-md-6 img {
	display:block;
	margin:0px auto;
}
.headingBG h2 {
	margin: 7px 0px 10px 20px;
}
}
@media (max-width: 480px) {
.intro-video {
	height: 30px;
}
.headingBG h2 {
	margin: 14px 0px 10px 20px;
}
#wrapper_mbYTP_bgndVideo, #controlBar_bgndVideo {
	display:none !important;
}
.fapad {
	margin-top:-14px !important;
}
.gettingStartedBG {
	background-size:534%;
}
.section-content {
	padding:0px 0px 0px 0px;
}
.topContainer {
	background: url('images/intro-bg.jpg') no-repeat center top;
    background-size: 120% 62%;
    margin-top: -550px;
	height:580px;

}
.video_container_pm {
	height:580px !important;
}
.video_area_pm {
	min-height:580px !important;
}*/
.headingBG {
	margin: 60% -15px 29px -15px;
}
.navbar .nav > li:before {
	content:'';
}
.topPiece h2, .section3 h2, .section4 h2 {
	font-size:33px;
}
.threeBlock {
	margin: 0px auto 0px auto;
	top: -113px;
}
.whiteBox {
	margin: -125px 0px 50px;
}
.section2 span {
	font-size:18px;
}
.section4 {
	background-position:-800px top;
}
.section4 .verticalCenter, .section4 .verticalCenter ul li {
	text-shadow:0px 0px 5px #000, 0px 0px 5px #000;
	-webkit-text-shadow:0px 0px 5px #000, 0px 0px 5px #000;
	-o-text-shadow:0px 0px 5px #000, 0px 0px 5px #000;
	-moz-text-shadow:0px 0px 5px #000, 0px 0px 5px #000;
}
.pCare, .stdCare {
	list-style:none;
	padding:0px;
}
.customUL li {
	text-shadow: 5px 5px 7px #000;
}
.vDivider {
	border-top:1px solid #318793;
	border-bottom:1px solid #318793;
}
.footer ul li {
	margin-left:10px;
	line-height:30px;
}
.panel-title {
	font-size:12px !important;
}
.fa-plus {
}
#brand, .is-sticky #brand {
	margin: 0px 15px 0px 20px;
	background-size: 70% !important;
	margin:-2.5px 15px 0px 28px !important;
}
.homeNav.is-sticky #brand {
	margin:10px 15px 0px 28px !important
}
.navbar-header {
	padding-bottom: 0px;
	height:64px;
}
.contactBtn {
	margin: 25px 45% 10px 0px;
}
.section1 h1 {
	font-size: 30px;
	line-height: 30px;
	margin: 90px 0px 20px 0px;
}
.section1 p.tagline {
	font: 18px/20px "Open Sans";
	margin:-15px 0px 55px 0px;
}
.topPiece .roundBtn {
	margin:0px auto 5px auto;
	display:block;
	width:90%;
	top:-30px !important;
}
.video_container_topshadow_pm{
	display:none;
}

.threeBlock .col-md-4 {
	width: 96%;
	font-size:20px;
}
.btn1:after, .btn2:after, .btn3:after {
	display:none;
}
.btn1, .btn1:hover {
	background-position:18%;
	padding-left: 136px !important;
}
.btn2, .btn2:hover {
	background-position:18%;
	padding-left: 136px !important;
	margin: 6px 6px 0px !important;
}
.btn3, .btn3:hover {
	background-position:18%;
	padding-left: 136px !important;
}
.whiteBox .col-md-5 {
	padding:0px 15px;
}
.whiteBox .col-md-5 img {
	width:100%;
	height:auto;
}
.whiteBox h2, .section3 h2, .section4 h2, .section5 h2 {
	line-height:44px;
}
.whiteBox .roundBtn, .section3 .roundBtn, .page .roundBtn {
	width:90%;
	margin:0px auto;
	display:block;
}
.section2 {
	padding:20px 0px;
	margin-top:45px;
}
.section2 li p {
	font: 18px HelveticaLight;
	margin-top: 15px;
}
.section3 .col-md-6:first-child {
	margin:0px 0px 35px 0px;
}
.section3 .col-md-6:nth-child(2) {
	padding:0px 15px;
}
.afBlock {
	width: 100%;
	height: 410px;
	background: url("images/afImg.jpg") no-repeat scroll center center transparent !important;
	background-size: 91% !important;
}
.afBlock img {
	display:none;
	height:auto;
}
.verticalCenter {
	margin-top: 10px;
	padding:80px 0px 0px 0px;
}
.verticalCenter .col-md-6 .col-md-6:last-child ul {
	margin: 0px 0px 0px 8px;
}
.section4 {
	min-height: 460px;
}
.section5 {
	padding: 28px 0px 60px;
	background-position: center 265px;
	background-size: auto 15%;
}
.section5 .container {
	width: 100%;
	min-height: none;
}
.section5.patient_page .container {
	width: 100%;
	min-height: none;
}
.topOrb {
	margin-top: 255px;
}
.vDivider {
	padding:0px 15px;
}
.footer .vDivider::before, .footer .vDivider::after {
	display:none;
}
.emailInput {
	width: 100%;
}
.newsletterBtn {
	right: 6%;
	top: 27%;
}
.footer {
	padding:40px 0px 20px 0px;
}
.footer .col-md-4 {
	padding:0px 15px 20px 15px;
}
.copyright {
	font-size: 13px;
	line-height: 20px;
}
/*Subpages*/
	.headingBG h2 {
	font-size: 30px;
	line-height:23px;
}
.headingBG .col-md-3 {
	display:none;
}
.section-advantage {
	background: #026c7a url('images/blue-stripe.jpg') no-repeat center bottom;
	height: auto;
	padding-bottom:30px;
}
.mbSlider {
	/*height:650px;*/
  height: 100%;
}
.section-advantage li .col-md-3 img {
	width: 100%;
	margin: 50px 0px 0px 0px;
}
.section-advantage .flexslider {
	padding: 0px 0px 10px;
	position: relative;
}
.vimg {
	display:block;
	width:100%;
}
.gettingStartedBG .container .col-md-12 .line, .diffContainer .line {
	width:5%;
}
.gettingStartedBG .container .col-md-12 .roundBtn, .diffContainer .roundBtn {
	margin:0px auto;
	display:inline-block;
}
#concierge_medicine ul.orangeBullet li {
	text-shadow:none;
	-webkit-text-shadow:none;
	-o-text-shadow:none;
	-moz-text-shadow:none;
}
.legends {
	width:100%;
}
.legends .col-md-6 {
	width:50%;
	float:left;
}
.eRow {
	width: 100%;
	margin: 0px auto;
}
.eRow .col-md-3 img {
	margin: 20px auto 0px;
}
.eRow .col-md-9 h3 {
	text-align:center;
}
.eRow .progress span {
	font-size: 8px;
}
.section1Sub {
	background-size: 534% auto;
}
.section1Blog {
	/*background-size: 400% 2.65%;*/
}
.pressContainer iframe {
	width:100%;
}
/*Blog*/
.section1Blog .col-md-3 {
	padding:0px 15px;
}
ul.sideMenu {
	padding: 0px 0px 30px 0px;
}
.detailByline .byline {
	margin: 0px;
}
.detailByline .col-md-6:nth-child(2) {
	height:75px;
}
.shareBox {
	float: right;
	margin: 0px -29px 0px 0px;
	width: 115%;
}
.section1Blog .col-md-9 .col-md-12 img {
	width:100%;
	height:auto;
}
.section1Blog .pComment img, .section1Blog .vcLink img {
	width:auto !important;
	height:auto !important;
}
.pcLink span.pComment:after {
	display:none;
}
.pcLink span.pComment, .pcLink .vcLink {
	width: 100%;
	padding: 9.5px 15px 9px 0px;
}
.pcLink .vcLink {
	margin:0px;
}
.blogArticle .col-md-5 img {
	width: 100%;
	height: auto;
}
.blogDetail {
	margin: 30px -15px 0px;
}
.blogArticle .col-md-5 a:nth-child(2) {
	height: 175px;
	margin:0px 0px 20px 0px;
}
.blogArticle ol {
}
.section1Blog {
	overflow-x:hidden;
}
/*Doctor*/
.drProfile .col-md-6:first-child img, .drProfile .col-md-5 img {
	margin:35px auto 0px auto;
	width:50%;
}
.drProfile .col-md-6 h2, .drProfile .col-md-7 h2 {
	font-size: 35px;
	margin: 5px 0px 10px;
	text-align: center;
	padding:30px 0px 0px 0px;
}
.drProfile .col-md-7 iframe {
	margin:25px auto 0px auto;
}
#eventRSVP {
	margin: 0px 0px 20px 0px;
	width: 100%;
}
#eventRSVP input, #eventRSVP select {
	width: 100% !important;
}
.drProfile .roundBtn {
	line-height: 15px;
	text-align: left;
	background-position: 9% center;
	padding: 15px 20px 15px 22%;
}
ul.drNav {
	margin: 25px 15px 35px 15px;
	padding:0px 0px 25px 0px;
}
ul.drNav li {
	/*width: 33%;*/
 float: left;
}
ul.drNav li a {
	font-size: 11px !important;
	text-align: center;
	line-height: 15px;
}
/*Contact*/
	#genForm .col-md-6 br {
	display:none;
}
#genForm input, #genForm select, #genForm textarea {
	width:100% !important;
}
#genForm textarea {
	height:200px;
}
}
 @media (max-width: 600px) and (max-height: 400px) {
#brand, .is-sticky #brand {
	margin: 9px 15px 0px 20px;
	background-size: 72% !important;
}
.homeNav #brand {
	background-size: 72% !important;
}
.subNav #brand, .subNav.is-sticky #brand {
	margin: -2px 15px 0px 28px;
}
.searchBox {
	width: 50%;
	float: left;
}
.navbar-header {
	padding-bottom: 0px;
	height:64px;
}
.section1 h1 {
	margin-top: 110px;
	font-size:35px;
	line-height: 35px;
	margin-bottom: 30px;
}
.section1 p.tagline {
	font-size: 20px;
	margin-bottom: 51px;
}
.topPiece .roundBtn {
	float: none;
	margin: 0px auto 10px;
	display: block;
	width: 80%;
}
.topPiece .orange:after {
	clear:both;
}
.threeBlock {
	margin: 35px auto 100px;
}
.threeBlock .col-md-4 {
	width: 97%;
}
.btn2, .btn2:hover {
	margin: 6px 6px 0px !important;
	background-position: 14%;
	padding: 37px 10px 38px 138px !important;
}
.btn3, .btn3:hover {
	background-position: 14%;
	padding: 37px 10px 38px 138px !important;
}
.btn2 a br, .btn3 a br {
	display:none;
}
.btn1::after, .btn2::after, .btn3::after {
	top: 25px;
}
.whiteBox .roundBtn, .section3 .roundBtn, .page .roundBtn {
	display:block;
	width:80%;
	margin:0px auto 30px auto;
	float:none;
}
.section2 li p {
	font-size: 20px;
	margin-top: 0px;
}
.section3 .col-md-6:first-child {
	margin:0px 0px 35px 0px;
}
.afBlock {
	margin:0px auto;
}
.verticalCenter {
	margin-top: 21px;
}
.verticalCenter .col-md-6 .col-md-6:last-child ul {
	margin: 0px 0px 0px 8px;
}
.section5 {
	padding: 28px 0px 60px;
	background-position: center 215px;
	background-size: 245%;
}
.section5 .container {
	width: 100%;
	min-height: none;
}
.section5.patient_page .container {
	width: 100%;
	min-height: none;
}

.topOrb {
	margin-top: 250px;
}
.vDivider {
	padding:0px 15px;
}
.footer .vDivider::before, .footer .vDivider::after {
	display:none;
}
.footer .col-md-6 {
	width:50%;
	float:left;
}
.emailInput {
	width: 100%;
}
.newsletterBtn {
	right: 6%;
	top: 26.25%;
}
.footer {
	padding:40px 0px 20px 0px;
}
.copyright {
	font-size: 13px;
	line-height: 20px;
}
/*Subpage*/
	.headingBG h2 {
	font-size: 24px;
	line-height:23px;
}
.headingBG .col-md-9 {
	width: 65%;
	float: left;
}
.headingBG .col-md-3 {
	width: 25%;
	float: right;
	padding: 0px;
	font-size:0px;
}
.headingBG .col-md-3 a {
	font-size:0px;
	width:auto;
}
.section-advantage {
/*height: 610px;*/
}
.vimg {
	float:left;
	width:30%;
}
.gettingStartedBG .container .col-md-12 .line, .diffContainer .line {
	width:18%;
}
.gettingStartedBG .container .col-md-12 .roundBtn, .diffContainer .roundBtn {
	margin:0px auto;
	display:inline-block;
}
.diffContainer .roundBtn.orange {
	width:52%;
}
.legends {
	width:100%;
}
.legends .col-md-6 {
	width:50%;
	float:left;
}
.eRow {
	width: 100%;
	margin: 0px auto;
}
.eRow .col-md-3 img {
	margin: 20px auto 0px;
}
.eRow .col-md-9 h3 {
	text-align:center;
}
.eRow .progress span {
	font-size: 13px;
	margin: 11px 0px 0px;
}
.mbSlider .col-md-3 img {
	margin: 50px auto 0px;
}
/*Blog*/
	.section1Blog .col-md-3 {
	padding:0px 15px;
}
ul.sideMenu {
	padding: 0px 0px 30px 0px;
}
.detailByline .byline {
	margin: 0px;
}
.detailByline .col-md-6:nth-child(2) {
	height:75px;
}
.shareBox {
	float: right;
	margin: 0px -50px 0px 0px;
	width: 110%;
}
.section1Blog .col-md-9 .col-md-12 img {
	width:100%;
	height:auto;
}
.section1Blog .pComment img, .section1Blog .vcLink img {
	width:auto !important;
	height:auto !important;
}
.pcLink span.pComment:after {
	display:none;
}
.pcLink span.pComment, .pcLink .vcLink {
	width: 100%;
	padding: 9.5px 15px 9px 0px;
}
.blogArticle .col-md-5 a:nth-child(2) {
	margin:0px 0px 20px 0px;
}
.blogArticle .col-md-5 img {
	margin:0px auto;
	display:block;
}
.blogDetail {
	margin: 30px -15px 0px;
}
/*Doctor*/
	.drProfile .col-md-6:first-child img, .drProfile .col-md-5 img {
	margin:20px auto 0px auto;
	display:block;
}
.drProfile .col-md-6 h2, .drProfile .col-md-5 h2 {
	margin:5px 0px 10px 0px;
}
.drProfile .col-md-7 iframe {
	margin:30px 0px 0px 0px;
}
.drProfile ul.drNav li a {
	font-size: 12px;
}
.drProfile .roundBtn {
	line-height: 15px;
	text-align: left;
	background-position: 13% center;
	padding: 15px 20px 15px 18%;
}
ul.drNav {
	margin: 15px 15px 15px 6%;
	padding:0px 0px 25px 0px;
}
#eventRSVP {
	margin: 0px 0px 20px 0px;
	width: 100%;
}
#eventRSVP input, #eventRSVP select {
	width: 100% !important;
}
/*Contact*/
	#genForm .col-md-6 br {
	display:none;
}
#genForm input, #genForm select, #genForm textarea {
	width:100% !important;
}
#genForm textarea {
	height:200px;
}
#genForm .roundBtn {
	width:60% !important;
}
.pressContainer iframe {
	width:100%;
}
.section-advantage {
/*min-height:720px;*/
}
.mbSlider {
	min-height:605px;
}
}
@media (min-width: 601px) and (max-width: 750px) {
#brand, .is-sticky #brand {
	background-size: 70% !important;
	margin:-2.5px 15px 0px 28px !important;
}
.homeNav.is-sticky #brand {
	margin:10px 15px 0px 28px !important
}
.navbar-header {
	padding-bottom: 0px;
	height:64px;
}
.searchBox {
	width: 50%;
	float: left;
}
.navbar-default .navbar-toggle {
/*margin:20px 20px 0px 0px;*/
}
.threeBlock .col-md-4 {
	width: 100%;
}
.section1 h1 {
	margin: -400px 0px 27px 0px;
	line-height:60px;
}
.btn2, .btn2:hover {
	margin: 6px 6px 0px !important;
	background-position: 10%;
	padding: 37px 10px 38px 138px !important;
}
.btn1::after, .btn2::after, .btn3::after {
	top: 22px;
}
.btn3, .btn3:hover {
	background-position: 10%;
	padding: 37px 10px 38px 138px !important;
}
.btn2 a br, .btn3 a br {
	display:none;
}
.whiteBox .col-md-5 img {
	display:block;
	margin:0px auto;
}
.whiteBox .roundBtn, .section3 .roundBtn, .page .roundBtn {
	display: block;
	width: 50%;
	margin: 50px auto 0px auto;
}
.section2 .element-line {
	margin-top: 7px;
}
.afBlock {
	margin:65px auto 0px auto;
}
.section4 {
	min-height: 455px;
}
.verticalCenter {
	margin-top: 20px;
}
.verticalCenter .col-md-6 .col-md-6:last-child ul {
	margin: 0px 0px 0px 8px;
}
.section5 .container {
	width: 100%;
}
.section5.patient_page .container {
	width: 100%;
	min-height: none;
}

.topOrb {
	margin-top: 340px;
}
.footer .vDivider::before, .footer .vDivider::after {
	border:none;
}
.vDivider {
	padding:0px 15px;
}
.vDivider .col-md-6 {
	width:50%;
	float:left;
}
.emailInput {
	width: 97%;
}
.newsletterBtn {
	right: 4%;
	top: 30%;
}
.footer {
	padding:40px 0px 20px 0px;
}
.copyright {
	font-size: 13px;
	line-height: 20px;
}
/*Subpages*/
	.headingBG h2 {
	font-size: 30px;
}
.headingBG .col-md-9 {
	width: 69%;
	float: left;
}
.headingBG .col-md-3 {
	width: 21%;
	float: right;
	padding: 0px;
	font-size:0px;
}
.headingBG .col-md-3 a {
	font-size:0px;
	width:auto;
}
.section-advantage {
/*height: 600px;*/
}
.vimg {
	float:left;
	width:30%;
}
.gettingStartedBG .col-md-10 {
	width:70%;
	float:right;
}
.gettingStartedBG .container .col-md-12 .line, .diffContainer .line {
	width:25%;
}
.gettingStartedBG .container .col-md-12 .roundBtn, .diffContainer .roundBtn {
	margin:0px auto;
	display:inline-block;
}
.legends {
	width:100%;
}
.legends .col-md-6 {
	width:50%;
	float:left;
}
.eRow {
	padding: 20px 15px 30px;
}
.eRow .col-md-3 {
	width:25%;
	float:left;
}
.eRow .col-md-3 img {
	margin:15px auto 0px auto;
}
.eRow .col-md-9 {
	width:75%;
	float:left;
}
.mbSlider .col-md-3 img {
	margin: 50px auto 0px;
}
/*Blog*/
	.section1Blog .col-md-3 {
	padding:0px 15px;
	margin-right:-15px;
}
ul.sideMenu {
	padding: 0px 0px 30px 0px;
	width:50%;
	float:left;
}
.detailByline .byline {
	margin: 0px;
}
.detailByline .col-md-6:nth-child(2) {
	height:75px;
}
.shareBox {
	float: right;
	margin: 0px -50px 0px 0px;
	width: 110%;
}
.section1Blog .col-md-9 .col-md-12 img {
	width:100%;
	height:auto;
}
.section1Blog .pComment img, .section1Blog .vcLink img {
	width:auto !important;
	height:auto !important;
}
.blogDetail .pcLink span.pComment {
	padding: 9.5px 15px 9px 47px;
}
.blogArticle .col-md-5 img {
	margin:0px auto;
	display:block;
}
.blogDetail {
	margin: 30px -15px 0px;
}
.twitter-timeline {
	margin:0px auto !important;
	display:block !important;
}
.blogArticle .col-md-5 a:nth-child(2) {
	margin:0px 0px 20px 0px;
}
/*Doctor*/
	.drProfile .roundBtn {
	line-height: 15px;
	text-align: left;
	background-position: 15% center;
	padding: 15px 20px 15px 16%;
	margin: 30px auto 0px;
}
ul.drNav {
	margin: 15px 15px 15px 5%;
	padding:0px 0px 25px 0px;
}
.drProfile .col-md-5 img {
	margin:20px auto 0px auto;
	display:block;
}
.drProfile .col-md-7 iframe {
	margin:30px 0px 0px 0px;
	height:250px;
}
/*Contact*/
	#genForm .col-md-6 br {
	display:none;
}
#genForm input, #genForm select, #genForm textarea {
	width:100% !important;
}
#genForm textarea {
	height:200px;
}
#genForm .roundBtn {
	width:45% !important;
}
.drfoto {
	margin-top: 40px;
}
.drProfile h2 {
	padding-top: 25px;
}
}
@media (min-width: 751px) and (max-width: 800px) {
.contactInfo {
	display:none;
}
#brand, .is-sticky #brand {
	background-size: 100% !important;
	width:155px;
	margin: -4.5px 15px 0px 28px !important;
}
.homeNav.is-sticky #brand {
	margin:8px 15px 0px 28px !important
}
#navigation-sticky-wrapper ul.nav li a {
	padding: 10px 5px;
	font-size: 10px;
	margin: -2px 0px 0px 0px;
}
.contactBtn, #video-volume {
	display:none;
}
.searchBox {
	width:15%;
	overflow:hidden;
}
.section1 {
	margin-top: -160px;
}
#wrapper_mbYTP_bgndVideo {
	min-height:69%;
}
.threeBlock .col-md-4 {
	/*width: 32%;*/
	float: left;
	background-position: 25% center;
	padding: 19px 20px 20px 0px !important;
	font-size: 20px;
}
.btn1::after, .btn2::after, .btn3::after {
	top: 47px;
}
.whiteBox .col-md-5 img {
	margin:0px auto;
	display:block;
}
.whiteBox .roundBtn, .section3 .roundBtn, .page .roundBtn {
	display:block;
	width:40%;
	margin:0px auto;
}
.section2 .flex-direction-nav .flex-prev, .section2 .flex-direction-nav .flex-next {
	display:none;
}
.section2:hover .flex-direction-nav .flex-prev {
	display:block;
	left:0px !important;
}
.section2:hover .flex-direction-nav .flex-next {
	display:block;
	right:0px !important;
}
.section2 .element-line {
	margin-top: 25px;
}
.afBlock {
	margin:50px auto 0px auto;
}
.verticalCenter {
	margin-top: 34px;
	width: 72%;
}
.verticalCenter .col-md-6 .col-md-6:last-child ul {
	margin: 0px 0px 0px 8px;
}
.section5 .container {
	width: 100%;
	background-size:100%;
}
.section5.patient_page .container {
	width: 100%;
	min-height: none;
}
.topOrb {
	margin:365px 0px 50px 0px;
}
.topOrb .col-md-4 {
	width:33.3%;
	float:left;
}
.footer .col-md-4:first-child, .footer .col-md-4:nth-child(2), .footer .col-md-4:nth-child(2) .col-md-6 {
	width:50%;
	float:left;
}
.footer .col-md-4:last-child {
	clear:both;
}
.footer .vDivider::after {
	border:none;
}
.emailInput {
	width: 98%;
}
.newsletterBtn {
	right: 3%;
	top: 30%;
}
.copyright {
	font-size: 13px;
	line-height: 20px;
}
/*Subpages*/
	.headingBG .col-md-9 {
	width: 73%;
	float: left;
}
.headingBG .col-md-3 {
	width: 17%;
	float: right;
	padding: 0px;
	font-size:0px;
}
.headingBG .col-md-3 a {
	font-size:0px;
	width:auto;
	margin-left: 3px;
}
.section-advantage {
/*height: 565px;*/
}
.vimg {
	float:left;
	width:25%;
}
.gettingStartedBG .col-md-10 {
	width:75%;
	float:right;
}
.gettingStartedBG .container .col-md-12 .line, .diffContainer .line {
	width:30%;
}
.gettingStartedBG .container .col-md-12 .roundBtn, .diffContainer .roundBtn {
	margin:0px auto;
	display:inline-block;
}
.legends {
	width:65%;
}
.legends .col-md-6 {
	width:50%;
	float:left;
}
.eRow .col-md-3 {
	width:30%;
	float:left;
}
.eRow .col-md-3 img {
	margin:20px auto 0px auto;
}
.eRow .col-md-9 {
	width:70%;
	float:left;
}
.mbSlider {
	/*height:600px;*/
 height:100%;
}
.mbSlider .col-md-3 img {
	margin: 50px auto;
}
.mbSlider .flex-direction-nav .flex-prev, .mbSlider .flex-direction-nav .flex-next {
	display:none;
}
.mbSlider:hover .flex-direction-nav .flex-prev {
	display:block;
	left:0px !important;
}
.mbSlider:hover .flex-direction-nav .flex-next {
	display:block;
	right:0px !important;
}
/*Blog*/
	.headingBG h2 {
	font-size: 30px;
	line-height:23px;
	margin:16px 0px 10px 20px;
}
.blogArticle, .blogDetail {
	margin: 30px -15px 0px;
}
.section1Blog .col-md-3 {
	padding:0px 15px;
}
ul.sideMenu {
	padding: 0px 0px 30px 0px;
	width:50%;
	float:left;
}
.detailByline .byline {
	margin: 0px;
}
.detailByline .col-md-6 {
	width:50%;
	float:left;
}
.detailByline .col-md-6:nth-child(2) {
	height:75px;
}
.shareBox {
	float: right;
	margin: 0px -50px 0px 0px;
	width: 105%;
}
.section1Blog .col-md-9 .col-md-12 img {
	width:100%;
	height:auto;
}
.section1Blog .pComment img, .section1Blog .vcLink img {
	width:auto !important;
	height:auto !important;
}
.section1Blog #commentform input, .section1Blog #commentform textarea {
	padding:10px;
	border:1px solid #d2d2d2;
}
.blogDetail .pcLink span.pComment {
	padding: 9.5px 15px 9px 47px;
}
.blogArticle .col-md-9 .col-md-5 {
	width: 40%;
	float: left;
}
.blogArticle .col-md-9 .col-md-5 img {
	width: 100%;
	height:auto;
}
.blogArticle .col-md-9 .col-md-7 {
	width: 60%;
	float: left;
}
.blogArticle .col-md-9 .col-md-7 h2 {
	margin:0px 0px 10px 0px;
}
.twitter-timeline {
	display:block !important;
	margin:0px auto !important;
}
.commentBox h4 {
	font-family: "futura-medium-condensed";
	color:#565656;
}
#comments {
	margin:0px !important;
}
.commentBox #respond div {
	width:100% !important;
	display:block;
}
#si_refresh_com {
	display:none !important;
}
#si_image_com {
	width:auto;
}
#comment_submit {
	margin: 35px 0px 0px;
}
.blogArticle .col-md-5 a:nth-child(2) {
	height:165px;
}
/*Doctor*/
.drProfile .col-md-6 {
	width:55%; 
	float:left;
}
.drProfile .col-md-6:first-child img {
	width:80%;
	margin-top:55px;
}
.drProfile .roundBtn {
	margin: 20px auto 10px;
	width: 90%;
	line-height: 15px;
	text-align: left;
	padding: 15px 0px 15px 28%;
	background-position: 15%;
}
.drProfile ul.drNav li a {
	font-size: 9px;
	margin:10px 0px 0px 0px;
}
/*Contact*/
.contactContainer .col-md-8 .col-md-6 {
	width:50%;
	float:left;
}
.contactContainer .col-md-8 .col-md-6 img {
	display:block;
	margin:0px auto;
}
#genForm .col-md-6 br {
	display:none;
}
#genForm input, #genForm select, #genForm textarea {
	width:100% !important;
}
#genForm textarea {
	height:200px;
}
#genForm .roundBtn {
	width:40% !important;
}
}
@media (min-width: 801px) and (max-width: 1000px) {
.contactInfo {
	display:none;
}
#brand, .is-sticky #brand {
	background-size: 100% !important;
	width:165px;
	margin:-3px 15px 0px 28px;
}
.homeNav.is-sticky #brand {
	background-size: 100% !important;
	width:165px;
	margin:6px 15px 0px 28px;
}
#navigation-sticky-wrapper ul.nav li a {
	padding: 10px 5px;
	font-size:11px;
	margin: -3px 0px 0px 0px;
}
.contactBtn, #video-volume {
	display:none;
}
.searchBox .inputTxt {
	width: 95px;
}
.section1 {
	margin-top: -140px;
}
.section1 h1 {
	margin-top: -400px;
}
/*.threeBlock {
	margin: 55px auto 105px;
}*/
.threeBlock .col-md-4 {
	/*width: 32%;*/
	float: left;
	background-position: 25% center;
	/*padding: 37px 10px 38px 120px !important;*/
	font-size: 22px;
}
.btn1::after, .btn2::after, .btn3::after {
	top: 47px;
}
.whiteBox .col-md-5, .whiteBox .col-md-7 {
	width:50%;
	float:left;
}
.whiteBox .col-md-5 img {
	width:87%;
	height:auto;
}
.whiteBox .roundBtn, .section3 .roundBtn, .page .roundBtn {
	display:block;
	margin:30px auto 0px auto;
	width:42%;
}
.section2 .element-line {
	margin-top: 15px;
}
.afBlock {
	margin:50px auto 0px auto;
}
.section2 .flex-direction-nav .flex-prev, .section2 .flex-direction-nav .flex-next {
	display:none;
}
.section2:hover .flex-direction-nav .flex-prev {
	display:block;
	left:0px !important;
}
.section2:hover .flex-direction-nav .flex-next {
	display:block;
	right:0px !important;
}
.verticalCenter {
	margin-top: 34px;
	width: 72%;
}
.verticalCenter .col-md-6 .col-md-6:last-child ul {
	margin: 0px 0px 0px 8px;
}
.section5 .container {
	width: 100%;
	background-size:100%;
}
.section5.patient_page .container {
	width: 100%;
	min-height: none;
}
.topOrb {
	margin-bottom:50px;
}
.topOrb .col-md-4 {
	width:33.3%;
	float:left;
}
.footer .col-md-4:first-child, .footer .col-md-4:nth-child(2), .footer .col-md-4:nth-child(2) .col-md-6 {
	width:50%;
	float:left;
}
.footer .col-md-4:last-child {
	clear:both;
}
.footer .vDivider::after {
	border:none;
}
.emailInput {
	width: 98%;
}
.newsletterBtn {
	right: 3%;
	top: 30%;
}
.copyright {
	font-size: 13px;
	line-height: 20px;
}
/*Subpages*/
	.headingBG .col-md-9 {
	width: 73%;
	float: left;
}
.headingBG .col-md-3 {
	width: 17%;
	float: right;
	padding: 0px;
	font-size:0px;
}
.headingBG .col-md-3 a {
	font-size:0px;
	width:auto;
	margin-left: 3px;
}
.section-advantage {
/*height: 565px;*/
}
.section2 .flex-direction-nav .flex-prev, .section2 .flex-direction-nav .flex-next {
	display:none;
}
.section2:hover .flex-direction-nav .flex-prev {
	display:block;
	left:0px !important;
}
.section2:hover .flex-direction-nav .flex-next {
	display:block;
	right:0px !important;
}
.vimg {
	float:left;
	width:25%;
}
.gettingStartedBG .col-md-10 {
	width:75%;
	float:right;
}
.gettingStartedBG .container .col-md-12 .line, .diffContainer .line {
	width:30%;
}
.gettingStartedBG .container .col-md-12 .roundBtn, .diffContainer .roundBtn {
	margin:0px auto;
	display:inline-block;
}
.legends {
	width:65%;
}
.legends .col-md-6 {
	width:50%;
	float:left;
}
.eRow .col-md-5 .col-md-3 {
	width:25%;
	float:left;
}
.eRow .col-md-5 .col-md-3 img {
	margin:15px auto 0px auto;
}
.eRow .col-md-5 .col-md-9 {
	width:75%;
	float:left;
}
.mbSlider {
	/*height:530px;*/
 height:100%;
}
.mbSlider .flex-direction-nav .flex-prev, .mbSlider .flex-direction-nav .flex-next {
	display:none;
}
.mbSlider:hover .flex-direction-nav .flex-prev {
	display:block;
	left:0px !important;
}
.mbSlider:hover .flex-direction-nav .flex-next {
	display:block;
	right:0px !important;
}
.mbSlider li .col-md-3 img {
	margin:0px auto;
}
.diffContainer .roundBtn.readmoreBtn {
	width:35%;
}
/*Blog*/
.section1Blog .col-md-3 {
	padding:0px 15px;
}
ul.sideMenu {
	padding: 0px 0px 30px 0px;
	width:50%;
	float:left;
}
.detailByline .byline {
	margin: 0px;
}
.detailByline .col-md-6 {
	width:50%;
	float:left;
}
.detailByline .col-md-6:nth-child(2) {
	height:75px;
}
.shareBox {
	float: right;
	margin: 0px -50px 0px 0px;
	width: 105%;
}
.section1Blog .col-md-9 .col-md-12 img {
	width:100%;
	height:auto;
}
.section1Blog .pComment img, .section1Blog .vcLink img {
	width:auto !important;
	height:auto !important;
}
.blogDetail .pcLink span.pComment {
	padding: 9.5px 15px 9px 47px;
}
.blogArticle .col-md-9 .col-md-5 {
	width: 40%;
	float: left;
}
.blogArticle .col-md-9 .col-md-5 img {
	width: 100%;
	height:auto;
}
.blogArticle .col-md-9 .col-md-7 {
	width: 60%;
	float: left;
}
.blogArticle .col-md-9 .col-md-7 h2 {
	margin:0px 0px 10px 0px;
}
.headingBG h2 {
	font-size: 28px;
	line-height:23px;
	margin: 16px 0px 10px 20px;
}
.blogArticle, .blogDetail {
	margin: 30px -15px 0px;
}
.twitter-timeline {
	display:block !important;
	margin:0px auto !important;
}
.commentBox h4 {
	font-family: "futura-medium-condensed";
	color:#565656;
}
#comments {
	margin:0px !important;
}
.commentBox #respond div {
	width:100% !important;
	display:block;
}
#si_refresh_com {
	display:none !important;
}
#si_image_com {
	width:auto;
}
#comment_submit {
	margin: 35px 0px 0px;
}
.blogArticle .col-md-5 a:nth-child(2) {
	height:165px;
}
/*Doctor*/
.drProfile .col-md-6.dr_push.dr_push_rsvp {
	width:80%;
	float:left;
}
.drProfile .col-md-6.dr_specifics.dr_specifics_rsvp {
	width:100%;
	float:left;
}
.dr_push.dr_push_rsvp{
	
	min-height:406px;
	min-width: 55% !important;
}
.drProfile .col-md-6 {
	width:55%;  
	float:left;
}
.drProfile.drProfile_rsvp .col-md-6 {
    width: auto !important;
    float: left;
}
.drProfile .col-md-6:first-child img {
	width:81%;
	margin-top:45px;
}
.drProfile .roundBtn {
	margin: 20px auto 10px;
	width: 90%;
	line-height: 15px;
	text-align: left;
	padding: 15px 0px 15px 28%;
	background-position: 15%;
}
.drProfile ul.drNav li a {
	font-size: 12px;
	margin:10px 0px 0px 0px;
}
/*Contact*/
	.contactContainer .col-md-8 .col-md-6 {
	width:50%;
	float:left;
}
.contactContainer .col-md-8 .col-md-6 img {
	display:block;
	margin:0px auto;
}
#genForm .col-md-6 br {
	display:none;
}
#genForm input, #genForm select, #genForm textarea {
	width:100% !important;
}
#genForm textarea {
	height:200px;
}
#genForm .roundBtn {
	width:40% !important;
}
}
@media (min-width: 1001px) and (max-width: 1200px) {
.video-section {
	background: #fff url('../img/video-bg.jpg') no-repeat top center !important;
}
#navigation-sticky-wrapper ul.nav li a {
	padding: 10px;
	font-size:12px;
	margin: -4px 0px 0px 0px;
}
.contactBtn, #video-volume {
	display:none;
}
.section1 {
	margin-top: -140px;
}
.threeBlock .col-md-4 {
	/*width: 32.35%;*/
}
.whiteBox .col-md-5 img {
	width:94%;
}
.whiteBox .roundBtn {
	display:block;
	width:30%;
	margin:30px auto 0px auto;
}
.section2 .element-line {
	margin-top: 17px;
}
.section5 .container {
	width: 100%;
}
.section5.patient_page .container {
	width: 100%;
	min-height: none;
}
.footer .vDivider::before {
	left: -35px;
}
.footer .vDivider::after {
	left: 310px;
}
.emailInput {
	width: 98%;
}
.newsletterBtn {
	right: 3%;
	top: 32.5%;
}
.copyright {
	font-size: 13px;
	line-height: 20px;
}
/*Subpages*/
	.headingBG .col-md-3 {
	display:none;
}
.section-advantage .flexslider .col-md-3 {
	width:30%;
}
.section-advantage .flexslider .col-md-3 img {
	width:100%;
}
.section-advantage .flexslider .col-md-9 {
	width:70%;
}
.diffContainer .line {
	width:30%;
}
.diffContainer .roundBtn {
	margin:0px auto;
	display:inline-block;
}
/*Blog*/
	.blogArticle .col-md-3 img, .blogArticle .col-md-3 iframe {
	width: 100%;
}
.section1Blog .col-md-9 .col-md-12 img {
	width:100%;
	height:auto;
}
.section1Blog .pComment img, .section1Blog .vcLink img {
	width:auto !important;
	height:auto !important;
}
.blogArticle .col-md-9 .col-md-5 img {
	width: 100%;
	height:auto;
}
.blogArticle .col-md-9 .col-md-7 h2 {
	margin:0px 0px 10px 0px;
}
#comments {
	margin:0px !important;
}
.commentBox h4 {
	font-family: "futura-medium-condensed";
	color:#565656;
}
#si_refresh_com {
	display:none !important;
}
#si_image_com {
	width:auto;
}
.shareBox {
	margin: 0px -10px 0px 0px;
	width: 100%;
}
.blogArticle .col-md-5 a:nth-child(2) {
	height:165px;
}
/*Doctor*/
	.drProfile .col-md-6 {
	width:50%;
	float:left;
}
.drProfile .col-md-6:first-child img {
	width:60%;
	margin-top:55px;
}
/* .drProfile .roundBtn {
 margin: 20px auto 10px;
 width: 90%;
 line-height: 18px;
 text-align: left;
 padding: 15px 0px 15px 21%;
 background-position: 13%;
}*/
 .drProfile ul.drNav li a {
	font-size: 12px;
	margin:10px 0px 0px 0px;
}
/*Contact*/
	#genForm textarea, #genForm input, #genForm select {
	width: 100% !important;
}
}
@media (min-width: 1001px) {
.whiteBox .cleared {
	clear:none;
}
.homeNav .nav {
	margin: 35px 0px 0px 2px !important;
}
.homeNav .searchBox {
	margin-top: 18px !important;
}
}
@media (max-width: 1200px) {
.dr_banner_rsvp {
	margin-bottom: 45px !important;
}
.drProfile ul.drNav.drRSVPnav {
    margin-top: 5px;
    margin-bottom: 50px;
}
.drProfile.drProfile_rsvp ul.drNav li a {
	font-size:11.5px;
	
}
}
@media (max-width: 1199px) {
.dr_banner_rsvp {
	margin-bottom: 21px !important;
}
}
 @media (max-width: 1100px) {
.drProfile {
	background-position:38% 0px !important;
}
}
@media (max-width: 1000px) {
.drProfile.drProfile_rsvp {
	background-position:0% 0px !important; 
	background-size:auto 45% !important;
}
.drProfile.drProfile_rsvp h2 {
	margin-top: 0px !important;
}
.drProfile ul.drNav.drRSVPnav {
    margin-top: 0px;
}
.dr_specifics.dr_specifics_rsvp {
	margin-bottom:20px;
}
.drProfile ul.drNav.drRSVPnav {
    margin-bottom: 0px;
}
#what_is {
    margin-bottom: 20px !important;
}
}

@media (max-width: 991px) {
.doctor-figure {
	width: 65%;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.drProfile ul.drNav li a {
	font-size: 9px;
}
.drProfile.drProfile_rsvp ul.drNav li a {
    font-size: 13px;
}
#genForm label.phys_error {
	opacity: 0.0;
	
}
#genForm label.billing_error {
	opacity: 0.0;
	
}
#genForm label.billing_error_two{
	opacity: 0.0;
	
}
.panel-title {
    font-size: 13px;
}
.section-advantage {
    margin: 30px 0px 0px 0px;
}
}
@media (max-width: 930px) {
.drProfile.drProfile_rsvp {
	background-position:11% 0px !important; 
}
}
@media (max-width: 800px) {
#physician_picture {
	margin-bottom: 50px;
}
.drProfile .col-md-6.dr_push.dr_push_rsvp {
	width:100%;
	float:left;
}
.dr_push.dr_push_rsvp{
	
	min-height:406px;
	min-width: 55% !important;
}
.drProfile .col-md-6.dr_specifics.dr_specifics_rsvp {
	width:100%;
	float:left;
}
.drProfile.drProfile_rsvp .col-md-6 {
    width: auto !important;
    float: left;
}

.drProfile.drProfile_rsvp {
	background-position:15% 0px !important;
}
.section2 li p {
    font: 20px HelveticaLight;
}
}

@media (max-width: 750px) {
.drProfile {
	background-position:8% 0px !important;
	background-size:auto 40% !important;
}
.dr_push {
	min-height:560px;
}
.dr_banner {
	margin-bottom:30px !important;
}
.dr_specifics {
	margin-top:-260px;
}
.drProfile ul.drNav li a {
	font-size: 12px;
	margin-top:10px;
}
.drProfile.drProfile_rsvp {
	background-size:auto 41% !important;
	background-position:11% 0px !important;
}
.drProfile.drProfile_rsvp h2 {
	padding-top:105px !important;
    margin-top: 140px !important;
}
/*.event_info {
	top:-65px;
}*/
#nameone_error {
    margin: -30px 0px 0px 300px;
}
#emailone_error {
    margin: -30px 0px 0px 300px;
}
#rsvpamt_error {
    margin: -33px 0px 0px 300px;
}
#rsvptimes_error {
    margin: -23px 0px 0px 300px;
}
.whiteBox {
    padding: 93px 0px 0px 0px;
}
.vDivider {
    border-top: 1px solid #318793;
    border-bottom: 1px solid #318793;
	margin-top:20px;
	padding-top:20px !important;
}
#home-section1{
	padding: 29px 0px !important;
}
}
@media (max-width: 700px) {
.drProfile.drProfile_rsvp {
	background-position:13% 0px !important;
}

}
@media (max-width: 660px) {
.drProfile {
	background-position:20% 0px !important;
}
.drProfile.drProfile_rsvp {
	background-position:18% 0px !important;
}

}

@media (max-width: 617px) {
.drProfile.drProfile_rsvp {
    background-position: 20% 0px !important;
    background-size: auto 42% !important;
}
.event_info {
	top:0px;
}
.threeBlock .col-md-4 {
    width: 100%;
}
}

@media (max-width: 610px) {
.drProfile {
	background-position:21% 0px !important;
}
.drProfile.drProfile_rsvp {
    background-position: 20% 0px !important;
    background-size: auto 32% !important;
}
}
@media (max-width: 600px) {
.dr_push {
	min-height:530px;
}
.dr_banner {
	margin-bottom:50px !important;
}
.dr_specifics {
	margin-top:-230px;
}
.drProfile ul.drNav li a {
	margin-top:-10px;
}
.question_rsvp {
	margin-bottom: 20px;	
}
.section5 .container {
	width: 100% !important;
	min-height: none;
}
.section1 h1 {
    font: 40px 'futura-medium-condensed';
}
.section1 p.tagline {
    font: 19px 'Open Sans';
    margin-top: -15px;
}
.vDivider {
    border-top: 1px solid #318793;
    border-bottom: 1px solid #318793;
	padding-left:18px;
}
.footer .vDivider:after {
    content: '';
    display: block;
    border-right: 0px solid #318793;
    width: 1px;
    height: 269px;
    position: absolute;
    left: -71px;
}
.headerBlock {
    background: transparent url("images/blue-stripe-header.jpg") no-repeat scroll 35% top;
}
.afBlock {
    margin: 65px auto 0px auto;
}

}
@media (max-width: 541px) {
.drProfile.drProfile_rsvp ul.drNav li a {
	font-size:11px;
	
}
}

 @media (max-width: 530px) {
.drProfile {
	background-position:22% 0px !important;
}
.drProfile.drProfile_rsvp {
	background-position:26% 0px !important;
}


}
@media (max-width: 510px) {
.drProfile ul.drNav li a {
	float:left;
!important;
	text-transform:uppercase;
!important;
	font:13px 'Open Sans';
!important;
	padding:0px 10px;
!important;
	border-right:1px solid #70eef6;
!important;
	display:inline-block;
!important;
}
}

@media (max-width: 496px) {

.section1 h1 {
    font: 30px 'futura-medium-condensed';
}
.section1 p.tagline {
    font: 15px 'Open Sans';
    margin-top: -15px;
}

}
@media (max-width: 480px) {
#super_doc {
	margin-top: 50px;
}
.doctor-figure {
	width: 85%;
}
.dr_specifics {
	margin:-250px 0px 10px !important;
}
.dr_brochure {
	width: 23%;
}
.dr_letter {
	width: 23%;
}
.dr_agreement {
	width: 25%;
}
.dr_terms {
	width: 25%;
}
.dr_banner {
	margin-bottom: 0px !important;
}
#member_text {
	display: inline-block !important;
}
.section1 h1 {
    font: 30px 'futura-medium-condensed';
}
.section1 p.tagline {
    font: 14px 'Open Sans';
    margin-top: -15px;
}
.video_area_pm {
	min-height:200px !important;
	margin-top:-50px;
}
.whiteBox .col-md-5 {
    padding: 170px 15px 10px 15px;
}
.section2 .element-line {
    margin-top: 45px;
}
.headerBlock {
    margin: 55% 0px 0px 0px;
}
.afBlock {
    margin: 0px auto 0px auto;
}
#member_advantage {
    margin-top:20px !important;
}
#what_is_matrix {
    margin-bottom:20px !important;
}
#home-section1{
	padding: 50px 0px 0px 0px!important;
}
.whiteBox {
    padding: 0px 0px 0px 0px;
}
#view_services {
    top: -30px !important;
}
#request_web {
    top: -30px !important;
}

}
@media (max-width: 470px) {
.drProfile {
	background-position:23% 0px !important;
}
}
@media (max-width: 430px) {
.drProfile {
	background-position:24% 0px !important;
}
.drProfile.drProfile_rsvp {
	background-position:27% 0px !important;
}
#what_is_matrix {
    margin-bottom:0px !important;
}

}

@media (max-width: 416px) {
.section1 p.tagline{
    font: 12px 'Open Sans';
}
}

@media (min-width: 768px) {
.subNav .navbar-collapse {
	background-color:#FFFFFF;
	max-height:65px;
}
.is-sticky .navbar-collapse {
	background-color:#FFFFFF;
	max-height:65px;
}
}
@media (min-width: 481px) and (max-width: 600px) {
.customUL.item_right.homeUL {
	margin-left:10px;	
	
}
}


@media (max-width: 2185px) {
.video_container_pm, .video_area_pm{
    height:750px;
	min-height: 750px;
}
}
@media (max-width: 1932px) {
.video_pm {
    top: 70%;
}
}
@media (max-width: 1784px) {
.video_pm {
    top: 65%;
}
}
@media (max-width: 1654px) {
.video_pm {
    top: 60%;
}
}
@media (max-width: 1513px) {
.video_pm {
    top: 55%;
}
}
@media (max-width: 1384px) {
.video_pm {
    top: 55%;
}
.video_container_pm, .video_area_pm{
    height:700px;
	min-height: 700px;
}
}
@media (max-width: 1284px) {
.video_pm {
    top: 55%;
}
.video_container_pm, .video_area_pm{
    height:650px;
	min-height: 650px;
}
}
@media (max-width: 1184px) {
.video_pm {
    top: 60%;
}
.video_container_pm, .video_area_pm{
    height:650px;
	min-height: 650px;
}
}
@media (max-width: 750px) {
.video_pm {
    top: 50%;
}
.video_container_pm, .video_area_pm{
    height:500px;
	min-height: 500px;
}
}
@media (max-width: 480px) {
.video_pm {
    top: 50%;
	display:none;
}
}


@media (max-width: 767px) {
/*  .video_area_pm {
    background: url('http://www.signaturemd.com/wp-content/themes/rttheme1/images/top_bk.png') center center / cover no-repeat;
  }*/
.video_area_pm {
	background: url('images/intro-bg.jpg') no-repeat center top;
    background-size: 120% 62%;
	height:700px;
	top: 90px;

}
.threeBlock {
	margin: -177px 0px 200px 0px;
	
}
.video_pm {
	display: none;
}
.video_container_topshadow_pm {
	display: none;
		
}
.section1 h1 {
    font-size: 50px;
}
.section1 p.tagline {
	font-size: 23px;
}

}
@media (max-width: 750px) {
.video_area_pm {
	background: url('images/intro-bg.jpg') no-repeat center top;
    background-size: 120% 62%;
	height:700px;
	top: 0px;

}
.threeBlock {
	margin: -267px 0px 200px 0px;
	
}


}
@media (max-width: 600px) {

.video_area_pm {
	height:550px;

}
.threeBlock {
	margin: -210px 0px 200px 0px;
	 
}
.section1 h1 {
    font-size: 40px;
}
.section1 p.tagline {
	font-size: 19px;
}

}
@media (max-width: 496px) {

.section1 h1 {
    font-size: 30px;
}
.section1 p.tagline {
	font-size: 15px;
}

.threeBlock {
	margin: -210px 0px 200px 0px;
	 
}
}
@media (max-width: 480px) {

.threeBlock {
	margin: -50px 0px 200px 0px;
	 
}
}
@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px) {
.video_area_pm {
	background: url('images/intro-bg.jpg') no-repeat center top;
    background-size: 120% 90%;
	height:700px;
	top: 0px;

}
.threeBlock {
	margin: -70px 0px 200px 0px;
	
}
.video_pm {
	display: none;
}
.video_container_topshadow_pm {
	display: none;
		
}
.section1 h1 {
    font-size: 50px;
}
.section1 p.tagline {
	font-size: 23px;
}

} 