@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	color: #000000;
	font-size: 87.5%; /* Base font size is 14px */
	font-family: Arial, 'Lucida Sans Unicode';
	line-height: 1.5;
	text-align:left;
}
a {
	text-decoration:none;
}

a img
{
  border:none;
}
img {
	border: none;
}

a:link, a:visited {
	color: #E56284;
}
/*
a:hover, a:active {
	display: inline-block;
	color: #E56284;
	font-weight: bold;
}
*/	
.body {
	margin: 0 auto;
	width: 70%;
	clear:both;
}
h1 {
	color: #dd2b5b;
	font-size: 1.8em;
	margin-bottom: 3%;
	margin-top: 3%;
}
h2 {
	color: #000;
	font-size: 1.2em;
	margin-top: 2%;
}
h3 {
	color: #000;
	font-size: 1em;
	font-weight: normal;
	margin-top: 2%;
}
h4 {
	font-size: .8em;
	color:#000;
	font-weight: normal;
	margin-top: 2%;
}
ul{
	list-style-position: inside;
	margin-left: 5%;
	font-weight: normal;
}

.mainHeader img {
	width: 100%;
	height: auto;
	margin: 2% 0;
	background-color:#FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-color:#FFF;
}

#cssmenu {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  font-size: 1em;
  line-height: 15px;
  color: #005852;
  text-transform: uppercase;
  text-align: left;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#cssmenu > ul {
  width: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #FFF;
  border: 1px solid #ece6e8;
  border-bottom: 3px solid #e56284;
}
#cssmenu > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */
}
#cssmenu > ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
  z-index: 50;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 250px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #ffffff;
  border-left: 3px solid #d9ced2;
  border-right: 3px solid #d9ced2;
  border-bottom: 3px solid #d9ced2;
  border-top: 0 none;
}
#cssmenu > ul li.has-sub ul li {
  display: block;
}
#cssmenu > ul li.has-sub > a {
  background-image: url('images/caret.png');
  background-repeat: no-repeat;
  background-position: 90% -95%;
}
#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
  background: #005852 url('images/caret.png') no-repeat;
  background-position: 90% 195%
  	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#cssmenu > ul li a {
  display: block;
  padding: 12px 24px 11px 24px;
  text-decoration: none;
  color: #545454;
  text-shadow: 0px 1px 0px #fff;
}
#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {
  background: #005852;
  color: #fff;
  text-shadow: 0px 1px 0px #000;
 	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#cssmenu > ul li.social {
	float: right;
	margin-top: 0px;
	padding: 0px;
	line-height: 0px;
}

#cssmenu > ul li.social a:active,
#cssmenu > ul li.social a:hover {
	background: none;
	color: #FFF
}
#phone {
	display: none;
}
#wrapper {
    margin-left:auto;
    margin-right:auto;
    width:100%;
}
.mainContent {
	line-height: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.content {
	width: 70%;
	float: left;
	position: relative;
	margin-left: 0px;
    margin-right: auto;
}

.content img:not(.acc) {
	max-width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.all {
	margin: 2% 0 0 4%;
	text-align: center;
	max-width: 100%;
}
#circle { 
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
	background: rgba(128, 137, 145, 0.5);
	background: url(images/circle/bhrt2.png) center;
	background-size: cover; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	margin: 2%;
	border-radius: 50%;
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%;
	width: 20%;
	height: 20%;
	position: relative;   
	float: left;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	transition: 1s ease;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='images/circle/bhrt2.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='images/circle/bhrt2.png',
sizingMethod='scale')";
}
#circle:before {
	content: "";
	display: block;
	padding-top: 100%;
}
#circle:hover{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: 1s ease;
}
#circle2 { 
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
	background: rgba(128, 137, 145, 0.5);
	background: url(images/circle/connect2.png) center;
	background-size: cover; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	margin: 2%;
	border-radius: 50%;
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%;
	width: 20%;
	height: 20%;
	position: relative;   
	float: left;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	transition: 1s ease;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='images/circle/connect2.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='images/circle/connect2.png',
sizingMethod='scale')";
}
#circle2:before {
	content: "";
	display: block;
	padding-top: 100%;
}
#circle2:hover{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: 1s ease;
}
#circle3 { 
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
	background: rgba(128, 137, 145, 0.5);
	background: url(images/circle/info2.png) center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover; 
	margin: 2%;
	border-radius: 50%;
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
	width: 20%;
	height: 20%;
	position: relative;   
	float: left;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	transition: 1s ease;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='images/circle/info2.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='images/circle/info2.png',
sizingMethod='scale')";
}
#circle3:before {
	content: "";
	display: block;
	padding-top: 100%;
}
#circle3:hover{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: 1s ease;
}
#circle4 { 
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
	background: rgba(128, 137, 145, 0.5);
	background: url(images/circle/med2.png) center;
	background-size: cover; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	margin: 2%;
	border-radius: 50%;
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%;
	width: 20%;
	height: 20%;
	position: relative;   
	float: left;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	transition: 1s ease;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='images/circle/med2.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='images/circle/med2.png',
sizingMethod='scale')";
}
#circle4:before {
	content: "";
	display: block;
	padding-top: 100%;
}
#circle4:hover{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: 1s ease;
}
.col-right {
	width: 50%;
	float: left;
	position: relative;
	margin-left:auto;
    margin-right:auto;	
}
.col-left {
	width: 50%;
	float: left;
	position: relative;
	margin-left:auto;
    margin-right:auto;	
}

.fix {
	width: 70%;
	float: left;
}

.topcontent {
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float:left;
	margin: 3%;
	max-width: 100%;
}
.topcontent .big2 {
	max-width: 100%;
}
.topcontent .small2 {
	display: none;
}
.bottomcontent {
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	margin: 3%;
	max-width: 100%;
}
.bottomcontent .big {
	max-width: 100%;
}
.bottomcontent .small {
	display: none;
}
.social {
	width: 26.75%;
	float:left;
	background-color: #FFF;
	border: #ffffff thin solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 1.5% 0% 0% 3%;
	text-align: center;
	padding-top: 1%;
}
.social a {
	width: 20%; /* Declare your value. Can be in relative units. */
	display: inline-block;
	vertical-align: middle;

	/* IE fix. */
	*display: inline;
	zoom: 1;
}
.social a:hover { background: none; }

#.social:after {
	content: "";
	width: 100%;
	display: inline-block;
    }
.fb {
	height: 35px;
	width: 35px;
	background: url(images/social/facebook.jpg)
}
.fb:hover {
	height: 35px;
	width: 35px;
	background: url(images/social/facebook2.jpg)
}
.link {
	height: 35px;
	width: 35px;
	background: url(images/social/linkedin.jpg)
}
.link:hover {
	height: 35px;
	width: 35px;
	background: url(images/social/linkedin2.jpg)
}
.pin {
	height: 35px;
	width: 35px;
	background: url(images/social/pinterest.jpg)
}
.pin:hover {
	height: 35px;
	width: 35px;
	background: url(images/social/pinterest2.jpg)
}
.tube {
	height: 35px;
	width: 35px;
	background: url(images/social/youtube.jpg)
}
.tube:hover {
	height: 35px;
	width: 35px;
	background: url(images/social/youtube2.jpg)
}



.top-sidebar {
	width: 21%;
	float:right;
	background-color: #999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2% 3%;
	margin: 1.5% 0 2% 3%;
}
#search-box {
	position: relative;
	width: 100%;
	margin: 0;
}
#search-text {
	font-size: 14px;
	color: #ddd;
	border-width: 0;
	background: transparent;
}
#search-box input[type="text"] {
	width: 90%;
	padding: 11px 0 12px 1em;
	color: #333;
	outline: none;
}
#search-form {
	height: 40px;
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 5px #bbb;
	-moz-box-shadow: inset 0 0 5px #bbb;
	box-shadow: inset 0 0 5px #bbb;
	overflow: hidden;
}
#search-button {
	position: absolute;
	top: 1px;
	right: 1px;
	height: 40px;
	width: 79px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-width: 0;
	border-left: 1px solid #aaa;
	-webkit-border-radius: 0px 3px 2px 0px;
	-moz-border-radius: 0px 3px 2px 0px;
	border-radius: 0px 3px 2px 0px;
	background-color: #bbb;
	background: -moz-linear-gradient(top, #c9c9c9 0%, #999999);
	background: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#999999));
	-webkit-box-shadow: -4px 0px 3px -2px #ddd;
	-moz-box-shadow: -4px 0px 3px -2px #ddd;
	box-shadow: -4px 0px 3px -2px #ddd;
	cursor: pointer;
}
.middle-sidebar {
	width: 21%;
	float:right;
	background-color: #999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2% 3%;
	margin: 1.5% 0% 0% 3%;
}
.middle-sidebar p {
	margin-top: 15px;
}
.middle-sidebar a {
	color: #FFF;
}
.middle-sidebar a:hover {
	color: #e56284;
	background: #999999;
}
.middle-sidebar #email {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.bottom-sidebar {
	width: 22.5%;
	float:right;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 3%;
	padding: 1% 2%;
	margin: 1.5% 0% 0% 3%;
	max-width: 100%;
}
.bottom-sidebar img {
	max-width: 100%;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.bottom-sidebar img:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.mainFooter {
	width: 100%;
	height: 40px;
	float: left;
	background-color: #FFF;
	color: #000000;
	margin: auto;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.mainFooter .divider {
	color: #FFF;
	max-width: 100%;
	background-color: #e56284;
	line-height: .25em;
	margin-top: 3%;
}
.mainFooter img {
	max-width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.mainFooter p {
	width: 92%;
	margin: 10px auto;
	color: #000;
}
.mobilesOnly {
	visibility:hidden;
}
#scrollUp {
    bottom: 20px;
    right: 20px;
    background-color: #555;
    color: #fff;
    font-size: 12px;
    font-family: sans-serif;
    text-decoration: none;
    opacity: .9;
    padding: 10px 20px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    transition: background 200ms linear;
    -webkit-backface-visibility: hidden;
}
#scrollUp {
    background-image: url(images/top.png);
    bottom: 20px;
    right: 20px;
    width: 38px;    /* Width of image */
    height: 38px;   /* Height of image */
}
#scrollUp:hover {
    background-color: #000;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(229, 98, 132, 0.8) url(images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #FFF;
  opacity: 1;
}
 @media only screen and (min-width: 621px) and (max-width: 985px) {
.top-sidebar, .middle-sidebar {
	width: 94%;
	padding: 2% 3%;
	margin: 1.5% auto;
}

.bottom-sidebar {
	width: 94%;
	padding: 2% auto;
	margin: 1.5% auto;
}
.content {
	width: auto;
	float: none;
	position: relative;
}
.accordian {
	display: none;
}
  #cssmenu > ul {
    width: 100%;
	position: fixed;
 	  left: 0;
      top: 0;
      width: 100%;
      z-index: 50;
	overflow-y: auto;
	max-height: 359px;
  }
  #cssmenu > ul li#responsive-tab {
    display: block;
  }
  #cssmenu > ul li#responsive-tab a {
    background: url('images/menu.png') no-repeat;
    background-position: 95% -35%;
  }
  #cssmenu > ul li#responsive-tab a:hover {
    background-color: #e56284;
    background-position: 95% 135%;
  }
  #cssmenu > ul li {
    display: none;
  }
  #cssmenu > ul li.right {
    float: none;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
    background: #ffffff;
    border: 0 none;
	overflow-y: auto;
  }
  #cssmenu > ul li.has-sub ul li {
    display: block !important;
  }
  #cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
  }
  #cssmenu > ul li.has-sub > a {
    background-image: none;
  }
#phone {
	display: none;
}
.bottomcontent {
	margin-bottom: 3%;
}
  
.social {
	width: 94%;
}
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
}

}
 @media only screen and (min-width: 105px) and (max-width: 620px) {
.body {
	width: 90%;
	font-size: 95%;
	margin: auto;
}
.mainHeader img {
	width: 100%;
	margin-top: 20px;
}
  #cssmenu > ul {
    width: 100%;
	  position: fixed;
 	  left: 0;
      top: 0;
      width: 100%;
      z-index: 50;
	overflow-y: auto;
	max-height: 359px;
  }
  #cssmenu > ul li#responsive-tab {
    display: block;
  }
  #cssmenu > ul li#responsive-tab a {
    background: url('images/menu.png') no-repeat;
    background-position: 95% -35%;
  }
  #cssmenu > ul li#responsive-tab a:hover {
    background-color: #e56284;
    background-position: 95% 135%;
  }
  #cssmenu > ul li {
    display: none;
  }
  #cssmenu > ul li.right {
    float: none;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
    background: #ffffff;
    border: 0 none;
}
  #cssmenu > ul li.has-sub ul li {
    display: block !important;
  }
  #cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
  }
  #cssmenu > ul li.has-sub > a {
    background-image: none;
  }
#phone {
	display: block;
	text-align:center;
	padding-top: 0;
	padding-bottom: 2%;
	margin-left: auto;
	margin-right: auto;
	text-decoration: underline;
}  

.content {
	width: 100%;
	margin: auto;
}
.accordian {
	display: none;
}
.topcontent {
	margin: auto;
}
.topcontent .big2 {
	display:none;
}
.topcontent .small2 {
	display: block;
	max-height: 100%;
	margin: auto;
	text-align: center;
	max-width: 100%;
}
.bottomcontent {
	margin: auto;
}
.bottomcontent .big {
	display:none;
}
.bottomcontent .small {
	display: block;
	max-height: 100%;
	margin: 0px auto;
	max-width: 100%;
	text-align: center;
}

.social {
	width: 94%;
}

.top-sidebar, .middle-sidebar {
	width: 94%;
	padding: 2% 3%;
	margin: 1.5% auto;
}

.bottom-sidebar {
	width: 94%;
	padding: 2% auto;
	margin: 1.5% auto;
}
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
