/***********************************************************************************************/
/* html5doctor.com/html-5-reset-stylesheet */
/***********************************************************************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;	
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
li {
	line-height: 1.325em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/***********************************************************************************************/
/* PSUEDO */
/***********************************************************************************************/

a,
a:hover {
	font-weight: bold;
	color: #3dc1c7; /* Teal M1 */
	text-decoration: none;
}

a img {
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
a:hover,
a img:hover {
	opacity: 0.65;
    filter: alpha(opacity=65); /* For IE8 and earlier */
	/*-webkit-filter: hue-rotate(240deg) saturate(3.3);
	-webkit-filter: grayscale(100%);*/
}


/***********************************************************************************************/
/* FONTS & HEADERS */
/***********************************************************************************************/
/* Helvetica Neue Light and Bold */

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1em;
	margin: 0;
	padding: 0;
}

h1 {
	font: normal 2.125em/1em 'Helvetica Light', san-serif;
	color: #FFF;
	margin-bottom: 16px;
}
h2 {
	font: normal 1.56em/1em 'Helvetica Light', san-serif;
	color: #3dc1c7; /* Teal M1 */
	margin-bottom: 10px;
}
h3 {
	font: normal 1.25em/1em "Helvetica Light", san-serif;
	color: #3dc1c7; /* Teal M1 */
	margin-bottom: 5px;
}
h4 {
	font: normal 1.125em/1em "Helvetica Light", san-serif;
}
h5 {
	font: normal 1em "Helvetica Bold", san-serif;
	margin-bottom: 5px;
}
h6 { /* Eyebrow */
	font: normal 1.45em "Helvetica Bold", san-serif;
	color: #FFF;
}

#page_about h1 {
	margin-bottom: 30px;
}

/***********************************************************************************************/
/* SELF CLEARING FLOATS */
/***********************************************************************************************/
.clearfix:after { 
   content: ''; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

/***********************************************************************************************/
/* COLORS BACKGROUNDS BORDERS */
/***********************************************************************************************/

/*#4c5059;  Gray MW1 */
/*#57585b;  Gray MW2 */
/*#f7931d;  Drk Yellow W1 */
/*#faa633;  Yellow */
/*#fcbd79;  Lt Yellow */
/*#bf5f16;  UT Orange */



/*#4c5059;  Gray MW1 */
/*#57585b;  Gray MW2 */
/*#3dc1c7;  Teal M1 */
/*#78cdd4;  Med Teal M2 */
/*#b4e1e3;  Lt Teal M3 */
/*#008d94;  Drk Teal M4 */

.tealTxt {
	color: #3dc1c7; /* Teal M1 */
}
.whtTxt {
	color: #FFF;
}
.drkYellow,
.drkYellow:hover {
	color: #f7931d; /* Drk Yellow W1 */
}


/* Backgrounds */



/* BORDERS */

.brdrBot { 
	border-bottom: solid 1px #4c5059; /* Gray MW1 */
	margin-bottom: 25px;
	padding-bottom: 25px;
}

header .content_wrapper .brdrBot { 
	border-bottom: solid 1px #4c5059; /* Gray MW1 */
	margin: 15px 0;
}


/***********************************************************************************************/
/* SHADOWS */
/***********************************************************************************************/

.shadow-top {
	-webkit-box-shadow: 0 -8px 10px -1px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 -8px 10px -1px rgba(0,0,0,0.35);
	box-shadow: 0 -8px 10px -1px rgba(0,0,0,0.35);
}
.shadow-bottom {
	-webkit-box-shadow: 0 8px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 8x 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0 8px 10px 0px rgba(0,0,0,0.25);
	/*border-bottom: solid 1px #0a0102;*/
}
.shadow-bottom-up {
	-webkit-box-shadow: inset 0 -12px 10px -5px rgba(0,0,0,0.30);
	-moz-box-shadow: inset 0 -12x 10px -5px rgba(0,0,0,0.30);
	box-shadow: inset 0 -12px 10px -5px rgba(0,0,0,0.30);
}


/***********************************************************************************************/
/* FLEX CENTERING */
/***********************************************************************************************/
.horzCentr img {
	display: block;
	margin: 25px auto 0;
}
.center-all {
	min-height: 10em;
	display: flex;
  	align-content: space-between;
  	justify-content: center;
}
.center-all2 {
	min-height: 24em;
	display: flex;
  	align-items: center;
  	justify-content: center;
}

/***********************************************************************************************/
/* BASE STYLES */
/***********************************************************************************************/

#mobile {
	display: none;
}


.go-top {
		position: fixed;
		bottom: 3em;
		right: .5em;
		text-decoration: none;
		color: #FFF;
		background-color: rgba(0, 0, 0, 0.5);
		padding: 2px 5px 8px 5px;
		font-size: 1.5em;
		display: none;
		border-radius: 2em;
		z-index: 9999;
	}
	.fa-chevron-up {
		display: inherit;
	}
	.go-top:hover {
		background-color: rgba(0, 0, 0, 1);
		color: #FFF;
		text-decoration: none;
	}

body {
	font: normal 1em/1em 'Helvetica Light', sans-serif;
	color: #57585b; /* Gray MW2 */
}
img,
embed,
object,
video {
	max-width: 100%;
}
p {
	font: normal 1.125em/1.25em "Helvetica Light", san-serif;
	margin: 0 0 1.5em 0;
	padding: 0 4% 0 0;
}
sup {
	font-size: .625em;
}
img {
	vertical-align: top;
}
#master_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
header {
	position: fixed;
	background: #FFF;
	width: 100%;
	height:	105px;
	padding: 15px 0;
	z-index: 999;
}
.logo {
	float: left;
	width: 151px;
	height: 68px;
	margin-bottom: 8px;
}
.logo a:hover img {
	opacity: 0.65;
    filter: alpha(opacity=65); /* For IE8 and earlier */
	/*-webkit-filter: hue-rotate(240deg) saturate(3.3);
	-webkit-filter: grayscale(100%);*/
}
.tagline {
	position: absolute;
	font: normal 1.25em 'Helvetica Roman', san-serif;
	color: #78cdd4; /* Med Teal M2 */
	right: 0;
	bottom: 10px;
}
.first_wrapper {
	position: relative;
	float: left;
	background: #3dc1c7; /* Teal M1 */
	width: 100%;
	margin: 0;
	padding: 0;
}
#intro h6,
#intro h1,
#intro p {
	width: 48%;
}
#intro p {
	margin: 0;
	padding: 0;
}
#intro img {
	float: right;
	width: 50%;
}
.wrapper {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.wrapper:after { 
   content: ''; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.fixPad {
	padding-top: 105px;
}
#page_home .addPad {
	padding: 50px 0 15px !important;
}
.addPad {
	padding: 50px 0 65px !important;
}
.addPadTop {
	padding-top: 50px;
}
.addPadBot {
	padding-bottom: 100px;
}
.padPad {
	padding: 35px 0 25px;
}
.smTxt {
	font-size: .75em;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.center {
	text-align: center;
}
.center img {
	display: block;
	margin: 0 auto;
}

/***********************************************************************************************/
/* MENU NAVIGATION */
/***********************************************************************************************/

/*
MENU SOCIAL
*/
.menuSocial {
	float: left;
	width: 100%;
	text-align: center !important;
}
.menuSocial p {
	margin: 1em 0 0;
}
.menuSocial p:nth-child(2) {
	padding-bottom: 2.5em ;
}
.menuSocial p:first-child a:nth-child(2) {
	display: none;
}

.menuSocial a {
	font-size: 2.25em;
	color: #78cdd4; /* Med Teal M2 */
	margin: 0 8%;
}


/*
MENU COPYRIGHT
*/
/*.menuCR {
	position: absolute;
	width: 74%;
	font-size: .825em;
	color: #FFF;
	bottom: 0;
	padding-top: 1.5em;
	border-top: solid 1px #FFF;
}*/
.menuCR {
	position: relative;
	float: left;
	width: 100%;
	font-size: .825em;
	color: #FFF;
	padding-top: 1.5em;	
	margin: 40% auto 0 auto;
	border-top: solid 1px #FFF;
}
	
.menuCR a {
	color: #FFF;
}


/***********************************************************************************************/
/* SLIDER */
/***********************************************************************************************/
.slider {
	position: relative;
	margin: 0 auto;
	padding: 0;
	z-index: 990;
}
.slider .centered-btns_tabs {
	position: absolute;
	bottom: 5px;
	right: 10px;
	z-index: 999;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


/***********************************************************************************************/
/* CALLOUTS */
/***********************************************************************************************/
.callout {
	float: left;
	position: relative;
	width: 100%;
	min-height: 118px;
	margin-bottom: 1.5em;
	border-bottom: solid 1px #FFF;
}
.callout:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
.callout img {
	position: absolute;
	left: 0;
	top: 0;
	width: 140px;
}
.callout h2 {
	color: #008d94; /* Drk Teal M4 */
	margin: 0 0 8px 0;
	padding-left: 156px;
}
.callout a {
	color: #008d94; /* Drk Teal M4 */
}
.callout a:hover h2 {
	opacity: 0.65;
    filter: alpha(opacity=65); /* For IE8 and earlier */
}
.callout i {
	font-size: .75em;
}
.callout p {
	font-size: 1em;
	color: #FFF;
	margin: 0 0 0 156px;
	padding-right: 8% !important;
}
.CTA { /* Use in Columns */
	background: #b4e1e3;
	padding: 5% 0;
}
.CTA h1 { /* Use in Columns */
	font: normal 1.5em/1.25em 'Helvetica Light', sans-serif; 
	color: #008d94;
	text-align: center;
	padding: 0 5%;
}

/***********************************************************************************************/
/* CONTENT */
/***********************************************************************************************/
.content_wrapper,
.triangle_wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	/*overflow: hidden;*/
	/* Width defined in Media Queries */
}
.content_wrapper:after,
.content:after { 
   content: ''; 
   visibility: hidden; 
   display: block; 
   height: 0;
   clear: both;
}
.content,
.weebaby_logo {
	float: left;
	width: 100%;
	margin: 0;
	padding: 50px 0;
	border-bottom: solid 1px #57585b; /* Gray MW2 */
}
.weebaby_logo img {
	width: 280px;
	margin-bottom: 15px;
}

.content p {
	width: 75%;
}
.content:last-child,
.weebaby_logo:last-child {
	border: none;
}
.note {
	width: 80%;
	font: normal 1.25em 'Helvetica Bold', san-serif;
	color: #3dc1c7; /* Teal M1 */
}
#doc img {
	float: left;
	margin: 0 3% 0 0;
}
#doc p {
	width: 90%;
	margin: 0;
	padding: 0;
}

/*** COLUMNS ***/
.column_wrap {
	overflow: hidden;
}
.column_2-3 {
	float: left;
	width: 67%;
	margin-right: 5%;
}
.column_1-3 {
	float: left;	
	width: 33.3%;
	/*min-height: 172px;*/
	/*margin: 2% 0;*/
	padding-right: 4%;
	/*padding: 2% 4% 0 0;*/
}
/*.column_1-3:nth-child(3n+3) {
	padding-right: 0;
}*/
/*#page_services #vascular .column_1-3 {
	min-height: 215px;
}
#page_services #cardiac .column_1-3 {
	min-height: 260px;
}*/
/*#page_services #women .column_1-3 {
	min-height: 195px;
}*/

#page_services #general,
#page_services #vascular,
#page_services #cardiac,
#page_services #women {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	/*justify-content: space-between;	*/
}
#general .note {
	margin-bottom: 25px;
}
.column_3-4 {
	float: left;
	width: 74%;
	margin-right: 4%;	
    border-right: solid 1px #57585b; /* Gray MW2 */
	margin-bottom: -100em;
	padding-bottom: 100em;
}
#page_packages .column_3-4 {
	border: none;
}

.column_1-4 {
	float: left;
	width: 22%;
	margin-right: 4%;
}
.column_1-4:last-child {
	margin-right: 0;
}
.column_1-4 img {
	width: 100%;
	margin-bottom: 10px;
}
.column_1-4 h1 {
	font: 700 1em/1.125em 'Helvetica Bold', san-serif;
	margin: 10px 0 5px 0;
	text-align: left;
	text-transform: uppercase;
}
.column_1-4 p {
	font-size: .875em;
}
.column_1-4 li {
	margin-bottom: 8px;
}
.column_rt {
	float: right;
	width: 22%;
}
.column_rt a {
	text-transform: uppercase;
}
.column_rt .note {
	width: 100%;
	font: bold 1.125em 'Helvetica Roman', san-serif;
}
.column_1-2 {
	float: left;
	position: relative;
	width: 49%;
	margin: 0 2% 2% 0;
	text-transform: none !important;
}
.column_1-2 h3 a {
	color: #3dc1c7; /* Teal M1 */
}
.column_1-2:first-child {
	border-right: solid 1px #57585b; /* Gray MW2 */
}
.column_1-2:last-child {
	margin: 0 0 2% 0;
}
/*#page_home .column_1-2 p {
	padding: 0;
}*/
.img_1-3 {
	float: left;
	width: auto;
	margin-right: 5.45%;
}
.img_1-3:last-child {
	margin-right: 0;
}


/* FOUR THUMBS */
.four-thumbs img {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}
.four-thumbs img:last-child {
	margin-right: 0;
}

/*** SHOW LISTS ***/
.showList  {
	list-style: outside disc;
	margin: 0 0 20px 15px;
	padding-left: 5px;
}
.showList li {
	margin-bottom: 6px;
}	


/***********************************************************************************************/
/* BUTTONS */
/***********************************************************************************************/
.hack {
	float: left;
	position: relative;
	width: 100%;
}
.content .hack p {
	width: 55%;
}
.btn_services {
	position: absolute;
	width: 50%;
	top: 0;
	right: 0;
	text-align: right;
}
.btn_services a {
	display: inline-block;
	background: #b4e1e3; /* Lt Teal M3 */
	width: auto;
	font: normal 1.5em 'Helvetica Light', san-serif;
	color: #008d94; /* Drk Teal M4 */
	text-align: center;
	margin: 0 0 0 20px;
	padding: 8px 30px;	
}
.btn_services a:hover {
	background: #008d94; /* Drk Teal M4 */
	color: #FFF;
	text-decoration: none;
	opacity: 1.0 !important;
    filter: alpha(opacity=100) !important; /* For IE8 and earlier */
}
.btn_services a:first-child {
	margin-left: 0;
}

/***********************************************************************************************/
/* CSS - HOVER EFFECT */
/***********************************************************************************************/

* {
  	box-sizing: border-box;
}
/*.wrap {
  	width: 87%;
  	margin: auto;
  	padding: 0 10px;
  	background-color: rgba(255,255,255,0.9);
  	overflow: hidden;
  	box-shadow: 0 0 5px #eee;
}*/
.more:link, .more:visited {
  	transition-duration: 0.2s;    
  	transition-timing-function: ease-out;
}
.show img {
 	width: 100%;
  	height: auto;
}
.show {
  	width: 100%;
  	height: 100%;
  	float: left;
  	/*border: 1px solid rgba(0,0,0,0.04);*/
  	overflow: hidden;
  	position: relative;
  	text-align: center;
  	cursor: default;
  	/*background: #fff;*/
  	display: block;
 	/*border-radius: 4px;*/
 	margin-bottom: 12px;
}
.aspect {
  	position: relative;
  	padding-bottom: 120%;
  	height: 0;
  	overflow: hidden;
}
.show .mask {
  	width: 100%;
  	height: 100%;
  	position: absolute;
  	overflow: hidden;
  	top: 0;
  	left: 0;
}
.show-first a.more {
  	display: inline-block;
  	text-decoration: none;
  	padding: 7px 14px; 
  	background: #FFF;
  	color: #222;
  	text-transform: uppercase;
  	box-shadow: 0 0 1px #000;
  	position: relative;
  	/*border: 1px solid #999;*/
}
.show-first a.more:hover {
  	box-shadow: 0 0 5px #000;
}
.show-first p {
	font: normal 1.25em 'Helvetica LightCond', san-serif;
  	color: #f4f4f4; 
	margin: 5% 0 !important;
	padding: 1% 10%;
}
.show-first img {
  	transition: all 0.2s linear;
}
.show-first .mask {
  	opacity: 0;
  	background-color: rgba(0,0,0, 0.6);
  	transition: all 0.4s ease-in-out;
}
.show-first h2 {
  	color: #f2f2f2;
  	margin-top: 0;
  	opacity: 0;
  	transition: all 0.2s ease-in-out;
  	background: rgba(0,0,0,0.7);
}
.show-first p {
  	opacity: 0;
  	transition: all 0.2s linear;
}
.show-first a.info {
  	opacity: 0;
  	transition: all 0.2s ease-in-out;
}
.show-first:hover img {
  	transform: scale(1.1);
}
.show-first:hover .mask {
  	opacity: 1;
}
.show-first:hover h2,
.show-first:hover p,
.show-first:hover a.info {
  	opacity: 1;
}
.show-first:hover p {
  	transition-delay: 0.1s;
}
.show-first:hover a.info {
  	transition-delay: 0.2s;
}
	

/***********************************************************************************************/
/* CONTACT INFO - FORM */
/***********************************************************************************************/
#contact-info {
	margin: 35px auto;
}
#contact-info div {
	display: inline-block;
	width: auto;
	line-height: 1.25em;
	vertical-align: top !important;
	padding: 0 4%;
	border-right: solid 1px #57585b; /* Gray MW2 */
}
#contact-info div:nth-child(-n+2) {
	width: 22%;
}
.pike {
	display: none;
}
#contact-info div:first-child {
	padding-left: 0;
}
#contact-info div:last-child {
	padding-right: 0;
	border: none;
}
#contact-info div:nth-child(3) h2 {
	display: inline-block;
	margin-bottom: 10px;
}
.cForm {
	width: 80%;
	margin: 0 0 30px 0;
}
.formInput {
	font-size: 1em;
	width: 96%;
	margin: 4px 0 15px 0;
	padding: 4px 2%;
	border-radius: 2px;
	border: solid 1px #837b64;
}
.btn_submit {
	background: #000;
	padding: 4px 10px;
	border-radius: 2px;
	border: none;
	color: #FFF;
}
.btn_submit:hover {
	background: #CCC;
	color: #000;
	cursor: pointer;
}

/***********************************************************************************************/
/* PHOTO GALLERY */
/***********************************************************************************************/
.photo_wrap {
	float: left;
	position: relative;
	background: #FFF;
	width: 100%;
	margin: 2% 0 4%;
	padding: 0;
}
.photo_wrap a h1 {
	font: 900 1.25em 'Helvetica HeavyCond', san-serif;
	color: #e01b22; /* Red */
	text-align: left;
	text-transform: uppercase;
	margin: 10px 0 5px 0;
	padding: 0;
}
.photo_wrap a h2 {
	font: normal 1em 'Helvetica LightCond', san-serif;
	color: #6d686a; /* Gray */
	margin: 0 0 10px 0;
}
.photo_wrap img {
	width: 100%;
}
.photo_wrap a:nth-child(4n+4) {
	margin-right: 0;
}
.photo_wrap a {
	float: left;
	position: relative;
	width: 23%;
	margin-right: 2.666666666666667%;
	margin-bottom: 2%;
	/*min-height: 225px;*/
}
/*.clips {
	height: 125px; 
	overflow: hidden;
}*/


/***********************************************************************************************/
/* ACCORDION */
/***********************************************************************************************/
/* ------ General Accordion Styles ------ */
#baseAccordion .accordion h3 {
	display: inline-block;
	position: relative;
	width: 100%;
	font: normal 1.75em/1em 'Helvetica Light', san-serif;
	color: rgba(255,255,255,1);
	margin-bottom: 12px;
	padding: 12px;
	cursor: pointer;
}
.baseArea_wrap {
	float: left;
	position: relative;
	width: 100%;
}
.baseAccordion_title {
	float: left;
	font: normal 2.5em/1em 'Helvetica Light', serif;
	color: #2c2b2d; /* WCS BLK */
	margin: 35px 0 6px 0;
	padding: 0;
	text-transform: uppercase;
}
#baseAccordion .accordion h3:hover {
	background: #008d94; /* Drk Teal M4 */
	color: rgba(255,255,255,1) !important;
	cursor: pointer;
}
#baseAccordion .accordion h3:hover:after {
    position: absolute;
  	font: normal 1em 'FontAwesome';
  	top: 12px;
  	right: 12px;
  	content: "\f0d7";
  	color: rgba(255,255,255,1);
}
#baseAccordion .accordion .ui-state-default {
    background: #3dc1c7; /* Teal M1 */
}	
#baseAccordion .accordion .ui-state-default:after {
    position: absolute;
  	font: normal 1em 'FontAwesome';
  	top: 12px;
  	right: 12px;
  	content: "\f0da";
  	color: rgba(000,141,148,1); /* Drk Teal M4 */
}
#baseAccordion .accordion .ui-state-active {
    background: #008d94; /* Drk Teal M4 */
	color: rgba(255,255,255,.5) !important;
	cursor: pointer;
	
	-webkit-box-shadow: 0 8px 10px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 8x 10px 0px rgba(0,0,0,0.35);
	box-shadow: 0 8px 10px 0px rgba(0,0,0,0.35);
}
#baseAccordion .accordion .ui-state-active:after {
    position: absolute;
  	font: normal 1em 'FontAwesome';
  	top: 12px;
  	right: 12px;
  	content: "\f0d7";
  	color: rgba(255,255,255,.5);
}
#baseAccordion .article {
	float: left;
	width: 100%;
	padding: 20px 0 0 0;
}
#baseAccordion .article .content_wrapper {
	width: 100% !important;
	margin-bottom: 12px;
	padding: 0 20px 20px 20px;
}
#baseAccordion .article p img {
	width: 23%;
	margin: 0 2% 2% 0;
}
#baseAccordion .article p img:nth-child(4n+4) {
	margin-right: 0;
}


/***********************************************************************************************/
/* VIDEO */
/***********************************************************************************************/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/***********************************************************************************************/
/* GOOGLE MAPS */
/***********************************************************************************************/
.google-maps {
	position: relative;
	padding-bottom: 55%; /* This is the aspect ratio*/
    height: 0;
    overflow: hidden;
	border: solid 1px #4c4c4c; /* Dark Grey */
	margin: 0 0 30px 0;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/***********************************************************************************************/
/* FOOTER */
/***********************************************************************************************/
footer {
	position: fixed;
	left: 0;
	bottom: 0;
	float: left;
	background: #4c5059; /* Gray MW1 */
	width: 100%;
	height: 45px;
	font-size: 1em;
	line-height: 1.625em;
	margin: 0;
	padding: 0;
	z-index: 9999;
}
.footer-left {
	float: left;
	width: auto;
	color: #FFF;
	margin: 10px 0;
	padding: 0;	
}
.footer-left a {
	color: #FFF;
	margin: 0;
}
.footer-left a:hover {
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
.footer-left i,
.footer-right i {
	display: inline;
	width: auto;
	font-size: 1.625em;
	margin: 0;
	padding: 0;
}
#phone-map {
	display: none;
}
.footer-right {
	display: inline-block;
	float: right;
	width: auto;
	text-align: right;
	margin: 12px 0;
}
.footer-right a {
	color: #3dc1c7; /* Teal M1 */
	margin-left: 1em;
}


/***********************************************************************************************/
/* MEDIA QUERIES */
/***********************************************************************************************/
@media screen and (min-width: 1281px) {	
	header .content_wrapper {
		width: 960px;
		/*padding-bottom: 8px;*/	
	}
	.content_wrapper,
	.triangle_wrap {
		width: 960px;
	}
	/*.triangle_wrap {
		margin-bottom: 30px;
	}*/
}

@media screen and (max-width: 1280px) {	
	.content_wrapper,
	.triangle_wrap {
		width: 960px;
	}
	.content p {
		width: 75%;
	}
	.show-first p {
		padding: 0 12%;
	}
	
	/**** SLIDER ****/
	.slider,
	.slider img {
		width: 100% !important;
	}
	/**** SLIDER ****/
}

@media screen and (max-width: 1024px) {	
	/*.menuCR {
		position: relative;
		float: left;
		width: 100%;
		margin: 40px auto 0 auto;
	}*/
	.content_wrapper {
		width: 96%;
	}
	.triangle_wrap {
		width: 100%;
	}
	.addPadTop {
    	padding-top: 25px;
	}
	
	/**** SLIDER ****/
	
	/**** SLIDER ****/
	
	.show-first p {
		padding: 0 6%;
	}
	.google-maps {
		margin: 0 8% 30px;
	}
	
}

@media screen and (min-width: 320px) and (max-width: 768px) {	
	body { /* Globally changes all fonts - makes them smaller */
		font-size: .875em;
	}
	header .content_wrapper,
	.content_wrapper {
		width: 94%;
	}
	#page_home .first_wrapper .content_wrapper {
		width: 70%;
	}
	#page_home .first_wrapper .column_1-2 {
		width: 100%;
		margin: 0 0 25px 0;
	}
	
	#page_about h1 {
		margin-bottom: 10px;
	}
	.fa-bars {
		font-size: 2.5em;
		margin: 0;
	}
	
	/******** MENU ********/	
	.menuCR {
		position: absolute;
		width: 74%;
	}
	.menuCR p {
		font-size: 1.125em;
	}
	/******* END MENU ********/
	
	/**** SLIDER ****/

	/**** SLIDER ****/
	
	
	
	
	.callout p {
		font-size: 1.25em;
		padding-right: 0 !important;
	}
	
	
	.btn_services a {
		padding: 8px 20px;	
	}
	
	
	
	#doc img {
		width: 22%;
	}
	#doc p {
		width: 100%;
	}	
	.column_2-3 {
		float: left;
		width: 75%;
		margin: 0;
		padding: 0;
	}
	.column_1-3 .column_1-2 {
		float: left;
		width: 70% ;
		margin: 0 0 25px 30%;
		padding: 0;
	}
	.article h1,
	.article h2,
	.article p {
		width: 95%;
	}
	#contact-info div {
		padding: 0 2%;
	}	
	.category {
		text-align: center;
	}
	.category p {
		width: 100%;
	}
	
	/***** VIEW OVER-EFFECT *****/
	.mask h2 {
		margin: 0;
	}
	.mask p {
		font-size: 1em;
  		padding: 1% 3%;
	}	
	/********************/	

}

@media screen and (max-width: 736px) { /* iPhone 6 */
	header {
		position: relative;
		float: left;
		top: 0;
	}
	header .content_wrapper,
	.content_wrapper {
		width: 94%;
	}	
	.menuCR {
		position: relative;
		float: left;
		width: 100%;
		margin: 40px 0 0;	
		padding: 0 auto;	
	}
	.menuSocial p:first-child a:nth-child(2) {
		display: inline-block;
	}
	.fixPad {
		padding: 0;
	}
	.addPad {
    	padding: 20px 0 25px !important;
	}
	.addPadBot {
		padding-bottom: 20px;
	}
		
	/**** SLIDER ****/	
	
	/**** SLIDER ****/
	
	
	/******** MENU *********/

	/***********************/
	
	/*.content p,
	.article p {
		font-size: 1.125em;
	}*/
	
	.btn_services a {
		margin-left: 10px;
		padding: 8px 15px;	
	}
	.column_2-3 {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.column_1-3 .column_1-2 {
		float: left;
		width: 50% !important;
		margin: 0 !important;
		padding: 0;
	}
	.column_2-3 {
		margin-top: 20px;
	}	
	footer {
		position: relative;
		float: left;
		width: 100%;
		height: auto;
		bottom: 0;
	}
	footer p {
		display: inherit;
		width: 100%;
	}
	#phone-address {
		display: none;
	}
	#phone-map {
		display: inline-block;
		width: auto;
	}
	#phone-map a {
		margin-left: 1em;
	}
	.footer-left,
	.footer-right {
    	font: normal 1.25em 'Helvetica LightCond', san-serif;]
    	padding: 10px;
	}
	/*.go-top {
		bottom: .5em;
		right: .5em;
	}*/	
	
}

@media screen and (max-width: 667px) {	
	.first_wrapper .content_wrapper {
		width: 70%;
	}
	.first_wrapper .column_1-2 {
		width: 100%;
		margin: 0 0 25px 0;
	}
	#intro h6,
	#intro h1,
	#intro p {
		width: 100%;
	}
	#intro img {
		float: left;
		width: auto;
		margin-bottom: 20px;
	}
	#doc img {
		margin-bottom: 30px;
	}
	.mask p {
		font-size: 1.25em;
  		padding: 2% 8%;
	}	
	.cForm {
    	width: 100%;
	}
	#contact-info div {
		width: 49.5% !important;
		margin: 0;
		padding: 4% 5%;
		border-right: none;
	}
	#contact-info div:nth-child(-n+2) {
		border-bottom: solid 1px #57585b; /* Gray MW2 */
	}
	#contact-info div:nth-child(3) {
		padding-left: 0;
	}
	.pike {
		display: inline;
		margin: 0 10px;
	}
	
}

@media screen and (max-width: 600px) {
	#mobile {
		display: block;
	}
	#desktop {
		display: none;
	}
	.addPad {
    	padding: 25px 0 !important;
	}
	#page_home .first_wrapper .content_wrapper {
		width: 86%;
	}	
	h1 {
		font-size: 1.875em;
	}
	h6 {
		font-size: 1.125em;
	}
	
	/**** SLIDER ****/	
	
	/**** SLIDER ****/
	
	#doc img {
		margin-bottom: 60px;
	}
	.content p,
	.content .hack p {
		width: 100%;
	}
	.weebaby_logo {
		text-align: center;
	}
	
	.btn_services {
		float: left;
		position: relative;
		width: 100%;
		text-align: left;
		margin: 0 0 20px 0;
		padding: 0;	
	}
	.column_3-4,
	.column_1-4 {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		border: none;
	}
	.column_1-3 {
		float: left;
		width: 95%;
		margin: 0;
		padding: 0 2.5%;
		border: none;
	}
	.column_1-3 img {
		margin-bottom: 5%;
	}
	#general .note {
		margin-left: 2.5%;
	}
	.column_rt {
		float: left;
		width: 100%;	
		margin-bottom: 1.5em;
		padding-bottom: 1.5em;
		border-bottom: solid 1px #57585b; /* Gray MW2 */
	}
	/*.column_rt p {
		margin-bottom: 0;
	}*/
	.btn_mothers a {
		position: relative;
		width: 40%;
		margin: 2% 60% 6% 0;
	}
	
}

@media screen and (max-width: 414px) {	
	header .content_wrapper,
	.content_wrapper,
	.first_wrapper .content_wrapper {
		width: 86%;
	}
	h1 {
		font-size: 8.25vw;
	}
	.content h1 {
		font-size: 5.25vw;
	}
	h2 {
		font-size: 6vw;
	}
	h3 {
		font-size: 5.25vw;
	}
	h4 {
		font-size: 5vw;
	}
	h5 {
		font-size: 4.5vw;
	}
	h6 { /* Eyebrow */
		font-size: 6vw;
	}
		
	.no-see {
		display: none;
	}
	
	.callout {
   	 	min-height: 0;
   	 	margin-bottom: 1.75em;
		padding-bottom: 1.4em;
	}
	.callout img,
	.callout p {
		display: none;
	}
	.callout h2 {
		width: 100%;
		margin: 0;
		padding-left: 0;
	}
	.column_1-2 {
		width: 100%;
		margin: 0 0 1.5em 0;
	}
	.column_1-2:first-child {
		border-right: none;
		border-bottom: solid 1px #57585b; /* Gray MW2 */
	}
	.column_1-2:last-child {
		margin: 0 0 0 0;
	}
	#intro h6,
	#intro h1,
	#intro p {
		width: 100%;
	}
	#intro h6 {
		font-size: 4.5vw;
	}
	#intro h1 {
		font-size: 7vw;
		margin-bottom: 25px;
	}
	#intro img {
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}
	.note {
		width: 100%;
	}
	#doc img {
		float: none;
		width: 50%;
		margin-bottom: 25px;
	}
	.four-thumbs img {
		width: 100%;
		margin-right: 0;
	}
	.four-thumbs img:nth-child(n+2) {
		display: none;
	}
	/*.column_1-3 {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
	}*/
	
	.img_1-3 {
		float: left !important;
		width: 100% !important;
	}
	
	.mask p {
		font-size: 1em;
  		padding: 1% 3%;
	}
	
	.article h1,
	.article h2,
	.article p {
    	width: 100%;
	}
	
	/* Interaction states  ----------------------------------*/
	.ui-state-default,
	.ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default {
		font-size: 1.875em;
	}	
	
	.photo_wrap a:nth-child(2n+2) {
		margin-right: 0;
	}
	.photo_wrap a {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.btn_mothers a {
		width: 60%;
		margin: 2% 40% 6% 0;
	}
	#contact-info div {
		float: left;
		width: 100% !important;
		padding: 4% 5% !important;
		border-bottom: solid 1px #57585b; /* Gray MW2 */
		border-right: none;
	}
	#contact-info div:nth-child(3) h2:last-child {
		margin-bottom: 0 !important;
	}
	
}

@media screen and (max-width: 384px) {
	.copyright i {
    	padding: 5px 0 0 10px;
	}
	
}

@media screen and (max-width: 320px) {
	.text-logo {
		width: 160px;
		margin-top: 8px;
	}
	
	/**** SLIDER ****/
	/**** SLIDER ****/
	
	.photo_wrap {
		margin: 5px 0;
	}	
	.photo_wrap a {
		float: left;		
		width: 100%;
		margin: 0 0 4% 0;
	}
	.photo_wrap img {
		width: 100%;
		margin-top: 2%;
	}
	.mask p {
		font-size: .95em;
		line-height: 1em;
  		padding: 0% 2%;
	}
	.btn_services a {
		font-size: 1.25em;
	}
	#baseAccordion .accordion h3 {
		font-size: 1.625em;
	}
	.copyright {
		margin: 10px 0 0 8px;
	}
	#footerContact i {
		font-size: 2em;
	}
	
}
