@charset "utf-8";
/*CARD website 2016 CSS Document */
body {
	font-family: sans-serif;
	min-width:261px;
}

#navsec {
	height:90px;
}
.dicon {
	width:30px;
	height:30px;
}
      #dismenu {
        position:absolute;
		z-index:1000;
        width: 100%;
        height:inherit;
        top: 0;
		display:none;
        transform: translateX(-100%);
        background: white;
		background-size:cover;
		-webkit-transition: all 2s ease 1s; /* For Safari 3.1 to 6.0 */
    	transition: all 2s ease 1s;
      }
a {
	text-decoration:none;
	color:inherit;
}
/*----- global styles*/
.msnrytri {
	width:32%;
}

.goldena {
	width:60%;
	display:inline-block;
	vertical-align:top;
	
}
.goldenb{
	width:38%;
	display:inline-block;
	vertical-align:top;
	
}
.widepara {
	width:90%;
	padding:3%;
}
.centwidepara {
	width:90%;
	padding:3%;
	text-align:center;
}
.staticheader {
	width:100%;
	height:250px;
	overflow:hidden;
}
.statichpic {
	width:100%;
	height:auto;
}
.staticheader h1 {
    color: #00134d;
    position: absolute;
    width: 100%;
    height: 75px;
    text-align: center;
    background-color: rgba(216, 225, 243, 0.5);
    top: 27%;
    font-size: 30px;
	
}
.otherstaticheader{
	width:100%;
	height:350px;
	overflow:hidden;
}
.otherstaticheader h1 {
	    color: #00134d;
		margin:0;
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: rgba(216, 225, 243, 0.5);
    font-size: 30px;
	    position: relative;
    top: 100px;
}
.otherstaticheader img {
	width:100%;
}
.otherstaticimg {
	width:100%;
}
.headericon {
	width:35px;
	height:35px;
}
.headingwicon {
	display:inline;	
}
.iconsmall {
	width:20px;
	height:20px;
}
.iconforty {
	width:40px;
	height:40px;
}
.icontreinta {
	width:35px;
	height:35px;
}
/*TEXT RICH */
.textrichsection {
	width:100%;
	
}
.textrichsection p {
	width:90%;
	padding:2%;
}
.textrichsection h1, h2, h3, h4 {
	margin-left:2%;
}
.textrichsection h1 {
	font-size:2em;
	width:100%;
	color:#0c5585;
}
.textrichsection h2 {
	    color: #b52e92;
}
.textrichsection h3 {
	    color: #ca258e;
    background-color: #e9f6fc;
	padding: 2px 0 2px 0;
}
.textrichsection h4 {
	    color: #2297c4;
    border-bottom: solid 1px #2297c4;
    border-top: solid 1px #2297c4;
    padding: 2px 0 2px 0;
}
.textrichsection address {
    margin-left: 25px;
    line-height: 1.25em;
}
/**/
/*DOREEN PAGE */
#doreenbio .goldenb{
	float:right;
}
.doreenportrait {
	width:80%;
	
	display:inline-block;
}
.doreenportrait img{
	width:100%;
}
#doreensocial {
	list-style:none;
	display:inline-block;
	vertical-align: top;
	width:7%;
	margin:0;
	padding:0;
}
#doreensocial li {
	
	width: 30px;
    line-height: 30px;
	padding:5px;
}
#doreensocial img {
	width:30px;
}
#doreengallerybtn {
	cursor: pointer;
}
/*image gallery*/
.galbtn {
	 width: 15%;
    height: 80%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3em;
}
.galbtn:hover {
	cursor: pointer;
}
.imagegallerycontainer{
	position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    left: 0;
}
.galimgcontain{
	background-color: #333;
    width: 60%;
    height: auto;
}
.galimgcontain img{
	width:100%;
	height:auto;
}
/**/
#doreen blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
 #doreen blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
#doreen blockquote p {
  display: inline;
}
/*********************/
/*lightbox styles bpopup */
 #interncontent{ 
    background-color:#fff;
    color:#000;
    display:none; 
    padding:20px;
    min-width:300px;
	width:90%;
    min-height: 400px;
}
.bpopgen {
	 background-color:#fff;
    color:#000;
    display:none; 
    padding:20px;
    min-width:300px;
	width:90%;
    min-height: 400px;
}
/*.bpopgen h3 {
	text-align:center;
} 
.bpopgen p {
	width:100%;
	text-align:center;
}*/
.bpopgen figure {
	    height: 300px;
    overflow: hidden;
}
.bpopgen figure img {
	margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.b-close{
    cursor:pointer;
    position:absolute;
    right:10px;
    top:5px;
	font-weight:bold;
	z-index: 999;
}	
#internbtn{
	
}
.msnryquad {
	width:24%;
}
.msnrytri {
	width:calc((100% - 9px) / 3);
	
}

.mobapps .msnrytri {
	border:solid 1.5px white;
}
.wideparaleft {
	width:85%;
	text-align:left;
	padding:2%;
}

.appbadge {
	width: 135px;
    height: 42px;
	border:none;
}
.iconsixty {
	width:60px;
	height:60px;
}
.iconxl {
	width:75px;
	height:75px;
}
/**-----------**/
/*end of lightbox styles */
#becomecardian {
	margin:0;
	width:100%;
}
#videoheader {
	width:100%;
	height:300px;
	overflow:hidden;
}
#videoheader img {
	width:100%;
}
#cardiancontent {
	width:100%;
	margin-top:30px;
}
#whycard {
	width:55%;
	display: inline-block;
}
#whycard h2 {
	text-align:center;
}
#whycard p {
	    width: 85%;
    margin-right: auto;
    margin-left: auto;
}
#cardianctas {
	width: 43%;
    display: inline-block;
	vertical-align:top;
	background-color: #e6fcff;
    padding: 3px;
}
.carcta {
	text-align:center;
	display:block;
	margin-bottom:10px;
	margin-top:10px;
	    background-color: #01adc3;
	padding:5px;
	font-weight:bold;
	color:#FFF;
	font-size:25px;
}
.carcta:hover, .carcta:focus {
	background-color:#00cbe6;
}
.careeralert {
	width:100%;
	display:inline-block;
	background-color:#e6fcff;
}
.careeralert input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel] {
	width:100%;
}
.careeralert button {
    width: 31%;
}
#jobalert button {
    width: 31%;
	min-width:200px;
}
.careeralert h3 {
    color: #01adc3;
    font-size: 25px;
    text-align: center;
}
input.alertinput {
	width:32%;
}
#cardianpath {
	width:100%;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}
#carpath {
		width:100%;
		height:50px;
		
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:20px;
}
#spcontain { 
	width:40%;
	margin-left:auto;
	margin-right:auto;
	border-bottom: 3px solid gray;
  
}
.splitpanel {
	margin-bottom:30px;
}
.splitchoice1, .splitchoice2  {
	display:inline-block;
	text-align:center;
	width:45%;
	font-weight:bold;
	
}
.splitchoice1 {
	border-right:3px solid gray;
}
.splitactive {
	border-bottom: 11px solid #EC35D4;
}
#cp-two {
	display: none;
}
#cp1, cp2 {
	display: none;
}
.pathimg {
	width:100%;
	padding:0 5px 0 5px;
}
.split-choice {
  display:inline-block;
  position: relative;
	text-align:center;
  font-size: 18px;
  font-family: sans-serif;
	width:47%;
  color:#018798;
}
.split-choice:first-child {
  border-right: 3px solid gray;
}

.split-active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #EC35D4;
  left: 0%;
  bottom: -15px;
}
.split-choice:hover, .split-choice:focus {
	color: #f05cdc;
}
/*------------------ FIND LOCATION */
.locinfobox {
	width:250px;
	padding-top: 5px;
	background-color:#FFF;
	    display: flex;
    flex-direction: column;
}
.locinfobox p {
	text-align:center;
}
.locfulldets {
	color:#FFF;
	width:100%;
	text-align:center;
	padding:5px 0 5px 0;
	background-color:#ee91ca;
	margin-bottom:5px;
}
.locfulldets:hover, .locfulldets:focus  {
	background-color:#c10c89;
}
.locfulldets a {
	color:#FFF;
}
.locinfoctas {
	width:100%;
	margin-right:auto;
	margin-left:auto;
	    display: flex;
    justify-content: space-between;
}
.locinfoctas a {
	width:48%;
	margin:0;
	display: flex;
    align-items: center;
    justify-content: center;
}
/**/
.locinfolist {
	width:50%;
	background-color:rgba(235,252,252,1.00);
}
.locinfolistbox {
	width:100%;
	background-color:#FFF;
	border-bottom: lightblue;
    margin-bottom: 10px;
}
.locinfolistdets{
	width:calc(100% - 60px);
	display:inline-block;
}
.locinfolistctas {
	display:inline-block;
	width:50px;
	padding-top: 5px;
	float:right;
}
.locinfolistctas a img{
	margin-bottom:20px;
}
#findlocation {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
#locsearch {
	width:100%;
    min-width: 255px;
}

#locactas {
	width:100%;
	background-color: rgba(230, 241, 247, 0.5);
}
.flexwrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: space-around;
	justify-content:space-around;
}

.flex-item {
	-webkit-flex: 1 0 20%;
	flex: 1 0 20%;
}
.locacta {
	    width: 33%;
    display: inline-block;
	padding:5px;
	    background-color: #00acc2;
		color:#FFF;
}
.locacta img {
	width:50px;
	height:auto;
}
.locacta figcaption {
	display: inline-block;
    vertical-align: super;
}
#locfindmap {
	width:100%;
}
#findmapcontrols{
	width:100%;
	background-color: rgba(230, 241, 247, 0.5);
}
#findmapcontrols a img {
	width:35px;
	height:auto;
	padding:3px;
}

/*-- end of FIND LOCATION */
/*single location style*/
.internalcontentcontainer {
	width:100%;
	
}
.locintheadline {
	text-align:center;
	font-size:25px;
	color:#3294cd;
}
.locphone {
	height:25px;
	  border-right: 3px solid gray;
	  padding-right:5px;
}
.locdirections {
	padding-left:5px;
}
.lservacta {
	    width: 33%;
    display: inline-block;
	padding:5px;
	    background-color: #00acc2;
		color:#FFF;
}
.lservacta img {
	width:100%;
	height:auto;
}
.lservacta figcaption {
	display: inline-block;
    vertical-align: super;
}
#singlelocation {
	  
}
#singlelocinfo {
	width:100%;
	height:400px;
	background: url(../img/location-header.jpg) no-repeat fixed; 
    background-size:100%;
}
#sinlocdetails {
	width:33%;
	min-width:380px;
	background-color: rgba(168,221,243, 0.3);
	padding:2%;
	text-align:center;
	margin-left:50px;
}
#sinlocdetails h1 {
	font-size:25px;
}
#sinlocdetails address {
	font-size:16px;
	padding-bottom:10px;
	background:inherit;
}
#singlecontact {
	background-color: rgba(250,250,250, 0.8);
	text-decoration:none;
    width: 100%;
    height: 50px;
    padding-top: 10px;
	border-top: 3px solid gray;
	border-bottom: 3px solid gray;
}
#singlecontact a {
	text-decoration: none;
    vertical-align: middle;
    font-size: 18px;
    color: black;
}
.singleloccta {
	color:#FFF;
	font-weight:700;
	background-color:#c00c89;
	text-decoration:none;
    width: 100%;
    height: 30px;
    padding-top: 10px;
    display: block;
	font-size:18px;
}
.singleloccta:hover, .singleloccta:focus {
	background-color:#006fbb;
}
#sinloevents {
	min-height:300px;
	
}
/*----------------------*/
/* PRODUCT LIST*/
#productlist {
	   
		border-bottom: solid 5px #BABFC0;
}
.prodsegment {
	width:100%;
	margin-bottom:25px;
}
.prodimg {
	width:65%;
	height:auto;
	display:inline;
}
.segmentctas {
	width:32%;
	display:inline-block;
	vertical-align:top;
	padding-top:100px;
}
.segmentctas img {
	display:none;
}
.segmentheadlines {
	width:100%;
}
.segmentheadlines h1 {
	color:#006fbb;
	font-size:2.5em;
}
.segmentheadlines h2 {
	color:#00acc2;
	font-size:1.25em;
}
.segmentops {
	width:100%;	
	text-align:right;
}
.segmentlink {
	color:#c10c89;
	font-size:20px;
	font-weight:700;
	padding:5px;
}
.segmentlink:hover {
	background-color:#c10c89;
	color: #FFF;
}
/*career - jobsearch*/
#findcareer {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

#careerslinks {
	width:100%;
	padding:25px 0 25px 0;
	margin-left:auto;
	margin-right:auto;
}
#careerctas {
	width:100%;
	padding-top:20px;
	background-color: rgba(230, 241, 247, 0.5);
}
#jobalertcta {
	margin:0;
	display:inline-block;
	vertical-align: top;
	width:35%;
}
#jobalertcta figcaption{
	display: inline-block;
    font-size: 25px;
    width: 145px;
	color:#008b99;
	vertical-align: top;
}
.jobalert {
	width:62%;	
	display:inline-block;
}
.jobalert input {
	width:70%;
	    height: 20px;
    line-height: 20px;
    font-size: 15px;
}
.jobalert button {
	width:27%;
}
#careeropps {
	width:100%;
	padding-top:25px;
	padding-bottom:100px;
	padding-left:5px;
	
}
#careertable {
	color:#006fbb;
}
#careertable a {
	color: #008b99;
	font-weight:bold;
}
#careertable_filter {
    padding-right: 50px;
	padding-bottom:25px;
	font-size:20px;
    color: #c00c89;
    font-weight: bold;
}
.innlink {
	font-family: 'Ubuntu', sans-serif;
    padding: 5px;
    font-size: 25px;
	font-weight:bold;
    vertical-align: middle;
    background-color: #01adc3;
	color:#FFF;
	margin:15px;
	display:inline-block;
}
.innlink:hover, innlink:focus {
	background-color:#00cbe6;
}
/*form stuff*/
.findformwrap {
	width:65%;
	margin-left:auto;
	margin-right:auto;
}
input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel] {
  -webkit-appearance: none; -moz-appearance: none;
  display: inline;
  margin: 0;
  width: 80%; height: 40px;
  line-height: 40px; font-size: 17px;
  border: 1px solid #bbb;
}
button[type=submit] {
 -webkit-appearance: none; -moz-appearance: none;
 display: inline;
 margin: 1.5em 0;
 font-size: 1em; line-height: 2.5em;
     color: #c00c89;
 font-weight: bold;
 height: 2.5em; width: 43px;
 background: #fdfdfd; background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)); background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);
 border: 1px solid #bbb;
 -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}
/* ---- particles.js container ---- */

#particles-js {

  width: 100%;
  height: 100%;
  background-color: #eafbf6;
  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 0%;
}


/* ---- stats.js ---- */

.count-particles {
  background: #000022;

  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}
/**--- SIMPLE TEXT INTERNAL NAV----**/
.internaltextnav {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	    padding: 15px 1% 15px 1%;
}
.intlink  {   
color:#FFF;
 background-color:#006fbb;
    padding: 5px;
	font-weight:700;
	margin-right:20px;
	}	
.intlink:hover, .intlink:focus{
	text-decoration:none;
	background:#c10c89;
	padding:5px;
	font-weight:700;
	
}
/**-----------**/
/*Internal Tri Figure Navigation*/
.internaltrifignav {
	width:100%;
	padding-top:15px;
	margin-bottom: 25px;
}
.trifignav {
	width:31%;
	text-align:center;
	display: inline-block;
    margin: 0;
	color:#e84aae;
	font-weight:700;
	border-bottom:solid 2px #FFF;
}
.trifignav:hover, .trifignav:focus{
	border-bottom:solid 2px #D81C94;
}
.trifignav img {
	width:40%;
	height:auto;
}
.trifignav figcaption {
	
}
/**/
/*slick */
.emslider-nav .empic{
	height:100px;
	width:100px;
	}
.emslider-nav .emvid{
	height:100px;
	width:125px;
	}
.emslider-nav .slick-prev{
	left:0;
}
.emslider-nav .slick-next{
	right:0;
}
.emslider-for {
	background-color:#F6F6F6;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.emslider-for div img{
	height:360px;
	width:auto;
	margin:auto;
}
.emslider-for div div div{
	margin:auto;
}
.emvid video{
	margin:auto;
	
}
/*ABA styles*/
#abaprogs {
	
}
#abaprogheader {
	
}
#abaprogcontent{
}
#abaprogctas{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.dualfigcta {
	width:45%;
	display:inline-block;
	margin:0;
}
.dualfigcta img{
	width:40px;
	height:40px;
}
.dualfigcta figcaption {
	display:inline;
}

.otherstaticheader h1 {
	    color: #00134d;
		margin:0;
    width: 100%;
    height: 75px;
    text-align: center;
    background-color: rgba(216, 225, 243, 0.5);
    font-size: 30px;
}
.otherstaticimg {
	width:100%;
}
.figcta {
	width:100%;
	margin: 5px;
	padding: 5px;
   
}
.figcta img {
	width:40px;
	height:40px;
	vertical-align: middle;
}
.figcta figcaption {
	display:inline-block;
	min-width: 100px;
}
.figcta a{
	font-size:20px;
}
/*XCHANGE */
#xchangenav {
	vertical-align:top;
	padding-top: 50px;
}
#xchangecontent1, #xchangecontent2, #xchangecontent3, #xchangecontent4, #xchangecontent5 {
	display:none;
}
#xchangenav div {
	width: 100%;
    text-align: center;
    padding: 15px 0 15px 0;
    border-bottom: solid 1px #e452ab;
}
#xchangenav a {
	color:#006fbb;
	 font-size: 30px;
}
.xchangeimg {
	width:100%;
	display:inline;
}
.abactas {
    position: relative;
    top: -200px;
    background-color: rgba(230, 252, 255, 0.70);
}

.abaheadlines h1 {
    color: #006fbb;
    font-size: 30px;
}

.abaheadlines h2 {
    color: #00acc2;
    font-size: 20px;
}

.abatops {
    width: 100%;
    text-align:right;
}
/*PRESS STYLES */
.presslist {
	width:100%;
	margin-left:auto;
	margin-right:auto;	
}
.fdload {
	width:70%;min-width:235px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #006fbb;
	padding:10px;
	background-color: rgba(230, 245, 255, 0.5);
	text-align:center;
}
 .fdload h2{
	 color: #999;
	 margin:0;
	 line-height:0.5em;
	 text-align:center;
 }
 .fdload a{
	 padding:0 25px 0 0 ;
	color: #e452ab; 
 }
 .fdload .dload img{
	Width:20px;
	height:20px; 
 }
 #presscontent {
	margin-top: 20px;
    margin-bottom: 50px;
}
/**-----------**/
/* - CONTACT - */

/*GET STARTED*/
#getstarted {
	width:100%;
	margin-top:20px;
	padding-top:15px;
	min-height:400px;
	border-top: solid 5px #BABFC0;
	color:#1E1E1E;
}
#startheader {
	width:100%;
	text-align:center;
	background-color: #f3d0a5;
    padding: 5px 0 5px 0;
}
#startheader h1{
	font-size: 30px;
}
#getstartcontainer {
	padding:15px;
}
#startformcontainer {
	width:100%;
}
#contactops {
	text-align:center;
}

/*get started: step tracker*/
#steptrack {
	width:100%;
	min-width:315px;
	margin-bottom: 20px;
    background-color: #F5F5F5;
    height: 32px;
}
.arrow_box {
  float: left;
  display: block;
  position: relative;
  padding: 0px 14px 0 20px;
  background: #F5F5F5;
  line-height: 45px;
  height: 32px;
  text-align: center;
}
.arrow_box h1 {
  position: relative;
  left: 3px;
  font: 13px Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #999;
}
.arrow_box:before,
.arrow_box:after {
  content: '';
  position: absolute;
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-left: 16px solid #181947;
  border-bottom: 16px solid transparent;
}
.arrow_box:after {
  right: -15px;
  border-left: 16px solid #F5F5F5;
}
.arrow_box:last-child:before,
.arrow_box:last-child:after {
  display: none;
}
.statusactive {
	color:#FFF;
	background-color:#69e0bc;
}
.statusactive:after {
	border-left-color:#69e0bc;
}
.statusactive h1 {
	color:#333;
}

/*BACK TO TOP*/
a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 1001;
	right: 20px;
	bottom: 20px;
	background: #e452ab url(http://2018.vidalma.biz/tests/IBT-/BICC2/images/up-arrow.png) no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a:hover.back-to-top {
    background-color: #c10c89;
}
/*end of back to top*/
#smnav {display:none;}
#searchmtog {
		display:none;
}
a {
	text-decoration:none;
}
#sidr ul li a span {
	display:inline;
	font-size:34px;
	color:#e6f5ff;
	
}
nav {
	width:100%;
	
}
#nbrand {
	display:inline-block;
	
}
#nbrand img {
	width:auto;
	height:110px;
	display:inline;
	margin-left:40px;
}
#ffbreak {
	width:100%;
	border-top: solid 5px #BABFC0;
}
#simple-menu span { font-size:35px; color:#fff; background-color:#78848C; padding:3px;}

/* SEARCH BAR */

#search{
	visibility:visible;
	width:225px;
	height:auto;border: solid 1px #666;
	/*
	-webkit-box-shadow: 0px 5px 30px 0px rgba(50, 50, 50, 0.35);
-moz-box-shadow:    0px 5px 30px 0px rgba(50, 50, 50, 0.35);
box-shadow:         0px 5px 30px 0px rgba(50, 50, 50, 0.35); */
	}
#search input[type=text]{
	
	-webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
	width:200px;
	
	  line-height: 20px;
  vertical-align: top;
  height:20px;
	}	
.submitbtn{
	position:absolute;
	margin-left: -4px;
	width:20px;
	height:20px;
	padding: 1px 3px;
	background-color:#5682ff;}
/* end of global nav search*/
/*golden break*/
#breakgen {
	width:100%;
	height:10px;
	background-color:#00B0C2;
  overflow:hidden;
  display:inline-block;

}
#breakgen div{
	vertical-align:top;
	height:10px;
	margin:0; 
	display:inline-block;
	}
.break1{
  width:14%;
float:left;
  background-color:#D81C94;
}
.break3{
  width:calc(100% -38%);
float:right;
  background-color:#00B0C2;
}
.break2{
  width:calc(24%);
  background-color:#006DB1;
  float:left;
}
/* end of break */
.btn-link{
	font-family: 'Ubuntu', sans-serif;
	text-align:center;
	 width: 157px;
  float: right;
	padding: 5px 5px;
	background-color:#006fbb;
	color:#fff;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}
.btn-link:hover, .btn-link:focus {
    background: #c00c89;
    border: solid 1px #000;
    text-decoration: none;
	color:#fff;
}
/*---footer ---*/
footer{
	color:#006fbb;
	width:100%;
	font-family:Gotham, "Helvetica Neue",sans-serif;	

}
footer p {
	text-align:center;
	font: italic normal 13px/150% Arial, Helvetica, sans-serif;
	background-color:rgba(221,221,221,1.00);
}
#fconected{
	float:right;
	width:30%;
	
}
#fconected h2{
	font-size:18px;
	color:#A4A4A4;
	margin: 0;
}
#fconected ul {	
  padding: 0;
  margin: 0;
  list-style: none; 
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;

}
#flinks {
	text-align:center;
	margin-top:30px;
	float:right;
	width:100%;
	padding:5px;
	color: #006fbb;
    font-weight: 700;
	background-color:#EEF8FB;

}
#flinks a {
	color: #006fbb;
    font-weight: 700;
}
#fglobal {
	width:67%;
	
}
#fglobal ul {
	display:inline-block;
	width:25%;
	line-height:2em;
	list-style:none;
	border-right:solid 1px #BABFC0;
}
#fglobal ul h1 {
	font-size:25px;
}
/*----------------- sidr nav*/
a {
	text-decoration:none;
}
#sidr ul li a span {
	display:inline;
	
}
#simple-menu  {
	position:relative;
	top: -75px;
    left: -317px;
	width:40px;
	height:40px;
	background-color:#78848C;
}
[data-icon]:before{ font-size:35px; color:#fff; background-color:#78848C; padding:3px;}
/* Video Header */
.vidbg-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}
.no-video .video-container video,
.touch .video-container video {
  display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}
.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 60%;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}
.video-container .title-container {
  z-index: 200;
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  color: #fff;
}
.video-container .description .inner {
  font-size: 1em;
  width: 45%;
  margin: 0 auto;
}
.video-container .link {
  position: absolute;
  bottom: 3em;
  width: 100%;
  text-align: center;
  z-index: 999;
  font-size: 2em;
  color: #fff;
}
.video-container .link a {
  color: #fff;
}
.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}
.video-container video.fillWidth {
  width: 100%;
}

/*------------------ homepage layout*/

body {
	margin:0;
}


#contentcontain {
	width:100%;
	min-height:600px;
	
}
.slogan {
	text-align:center;
	color:#b3e0ff;
	font-family: 'Ubuntu', sans-serif;
}
.slogan span {
	color:#fbb7e6;
}
#hcontainer {
	width:100%;
	max-width:1600px;
	/*min-width:1023px;*/
	background-color:rgba(230, 241, 247, 0.5);
	margin-right:auto;
	margin-left:auto;
}
#ctas {
	width:43%;
	display:inline-block;	
	vertical-align:top;
}
#ctas figure {
	width:100%;
	background-color:rgba(230, 241, 247, 0.20);
	vertical-align:top;
	padding:3px;
	margin:0;
}
#ctas figure img {
	width:40%;
	height:auto;
	vertical-align:top;
}
#ctas figure figcaption {
	display: inline-block;
	width:55%;
	padding:3px;
	vertical-align:top;
}
#ctas h1 {
	font-size:20px;
	font-weight: bold;
	vertical-align:top;
}
#ctas p {
	font-size:15px;
	line-height: 25px;
	vertical-align:top;
}
/**----------------------------------------------- FEATURED-------------*/
#featured {
	width:100%;
	border-top:solid 5px #BABFC0;
	border-bottom:solid 5px #BABFC0;
}
#featured h2{
	font-family: 'Ubuntu', sans-serif;
	color:#C8C8C8;
	text-align:center;
}

.hflex {
	margin-top:50px;
	width:100%;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  justify-content: space-around;
}
.hfitem {
		width:30%;
		max-width:350px;
	
}
.hfitem img{	
	width:100%;
	height:auto;

	}
	

/*-------------------------------------------  SLIDESHOW----------*/
/* slideshow -- Change width and height to match your graphic  */
#indexslide {
	width:55%;
	height:inherit;
	display: inline-block;
	vertical-align:bottom;

}
ul.slideshow {
	list-style:none;
	width:100%;
	height:600px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:90;	
}

ul img {
	border:none;
    width:100%;
    height:auto;
}

/*  Change width to match your graphic  */

#slideshow-caption {
	width:100%;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#666;
	z-index:90;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:95;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:1em;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
	font-size:1em;
}
/* end of slideshow */
/* discover autism styles*/
#dsingle {
	background-color: rgba(216, 225, 243, 0.5);
}
#dsingle h1 {
	display:inline-block;
	    color: #00134d;
    height: 50px;
    font-size: 30px;
}
.dincontrols {
	width: 25%;
    float: right;
    list-style-type: none;
	font-size:25px;
	
}
#dinav a {
	text-decoration:none;
}
.closed {
	margin:15px;
}
.dincontrols li {
	display:inline;
	margin-left:30px;
}
.autmark {
	width:60px;
	margin:10px;
	display:inline-block;
	font-size:55px;
	color:#5baad7;

}
.dinglobe img {

    width: 80px;
    height: auto;
}
#dincontent {
	padding:2%;
}
#dincontent p {
	margin-top:30px;
}
.autismfooter {
    background-color: rgba(216, 225, 243, 0.5);
    text-align: center;
    padding: 1%;
}
.autismfooter:hover {
	background-color:rgba(226, 246, 249, 0.5);
}
.autismfooter h2 {
    font-size: 30px;
    color: #cb34a3;
}
.autismfooter h2:hover, .autismfooter h2:focus {
    font-size: 30px;
    color: #d55db5;
}
.autismfooter p {
    font-size: 18px;
    font-weight: 700;
    color: #414141;
}
/*******/
.ffbreak {
	width:100%;
	border-top: solid 5px #BABFC0;
}
.sitemaplist {
	color:	 #007ecc;
	margin-left:10px;
}
.sitemaplist span{
	font-size:30px;
}
.sitemaplist a:hover {
	color:#f457c5;
}
.nostylelist{
	list-style:none;
	line-height:1.5em;
}
.blogcontain iframe{ 
    outline: none;
	border:none;
}

.blogcontain iframe[seamless] { 
    display: block;
}
.hopobio{
	margin-left:10px;
	background-color: rgba(255, 255, 230, 0.5);
}
.hopobio dt{
	color:#9494b8;
}
.hopobio dd {
    display: inline;
    margin-left: 10px;
    color: #1a8cff;
}
/**************-- THEME COLORS -- *******/

.bgb3shade {
	background-color:#27be94;
}
/*------------------------ MEDIA QUERIES*/
@media only screen and (min-width: 1307px){
	.otherstaticheader{
	width:100%;
	height:450px;
	overflow:hidden;
}
}
@media only screen and (max-width: 1306px) {
	#singlelocinfo {
    width: 100%;
    height: 400px;
    background: url(../img/location-header.jpg) no-repeat center fixed;
    background-size: contain;
}
		ul.slideshow {
	list-style:none;
	width:100%;
	height:500px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}
.hflex{
	width:100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow:nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.hfitem {	
	width:20%;			
}
}

@media only screen and (max-width: 1024px) {
	
	#disautism {
	width:100%;
	height: 250px;
	overflow:hidden;
	background:white;
}
.disdivs {
	width:49.5%;
	height: 255px;
	overflow:hidden;
	display:inline-block;
	background-color: rgba(129, 170, 223, 0.50);
}
			ul.slideshow {
	list-style:none;
	width:100%;
	height:420px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}
#spcontain {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    
    text-align: center;
}
#spcontain { 
	width:40%;
	margin-left:auto;
	margin-right:auto;
	
  
}
#whycard {
	width:100%;
	display: inline-block;
}
#cardianctas {
	width: 100%;
   
}
.dincontrols {
	width:auto;
	margin:5px;
}
}
@media only screen and (min-width: 962px) {	 
	.discspacer {    
	height: 500px;
    
	}
	#discopen {
	margin:0;
	width:100%;
}
#discopen section {
	display:inline-block;
}
#dsubs{
	width:62%;
	height:100%;
	float:left;
	background-color:white;
}
.disautism {
	width:100%;
	height:400px;
	overflow:hidden;
	background:white;
}
.disautism h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	display: inline;
    text-align: center;
	padding:10px;
	background-color: rgba(255, 255, 255, 0.50);
    position:absolute;
}

.disautism img {
	width:100%;
	height:auto;
}
.disdivs {
	width:49.5%;
	height:30%;
	
	overflow:hidden;
	display:inline-block;
	background-color:white;
}
.disdivs h2 {
	position: absolute;
    width: 20%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	display: inline;
    text-align: center;
	padding:10px;
	background-color: rgba(255, 255, 255, 0.50);
   
}
.disdivs img {
	width:100%;
	height:auto;
}
#disctas{
	width:38%;
	float:right;
}
#dishead {
	width:100%;
	height:60px;
	background-color:white;
}
#dishead a span {
	font-size:25px;
	color:#FF8EE2;
}
.navcall {
	width:100%;
	text-align:center;
	font-family: 'Ubuntu', sans-serif;
	font-size: 30px;
	text-decoration:none;
	color:#c00c89;
}
.disglobe {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.disglobe figcaption {
	width: 100%;
	font-size:30px;
	color:#007CBA;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}
.disglobe img {
	margin-left: 38%;
	width:125px;
	height:auto;
}
#discall {
	text-align:center;
}
.dsocial {
	width:100%;
	height:50px;
	border-top:solid 5px #BABFC0;
	border-bottom:solid 5px #BABFC0;
	padding-top: 10px;
    padding-bottom: 20px;
	margin-top: 5%;
	background-color: white;
	margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.dsocial p {
	width:50%;
	margin-left:auto;
	margin-right:auto;
}
#newscta {
	width:100%;
	
	background-color: #D1D1D1;
}
#newscta h2 {
	position: absolute;
    width: 20%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    display: inline;
    text-align: center;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.50);
}
}
@media only screen and (min-width: 962px) {
	#searchmtog {
		 visibility: hidden;
		display:none;
	}
	#simple-menu {
        position: relative;
  
    top: -75px;
    width: 45px;
    height: 40px;
    background-color: #78848C;
}

#navsec{
	width: 62%;
	display:inline-block;
	float:right;
	padding-top:3px;
	font-family:Century Gothic, Helvetica, Arial, sans-serif;
}
	#navfeat{
		    display: inline-block;
    
    width: 62%;
    position: relative;
    top: 90px;
    left: 38%;
	}
	
	.discovernav {
	font-family: 'Ubuntu', sans-serif;
	float: right;
    padding:5px;
	font-size: 25px;
    vertical-align: middle;
	color:#006fbb;
	width:280px;
}
.discovernav span{
	font-size:35px;
	vertical-align:middle;
}
	#navsp {
		visibility:hidden;
		display:inline-block;
		width:38%;
		float:right;
	}
	#quickcta {
		text-align:center;
		display:inline-block;
		width:61%;
		font-family: 'Ubuntu', sans-serif;
		position: relative;
    	top: -38px;
	}
	#quickcta a {
		width: 49%;
	}
	#quickcta a span {
    font-size: 30px;
    vertical-align: -webkit-baseline-middle;
}
	#navcall {
		width:38%;
		
		float:right;
		font-family: 'Ubuntu', sans-serif;
 		 padding:2px;
		font-size: 23px;
    	vertical-align: middle;
		color:#c00c89;
		position: relative;
    top: -60px;	
	}
	#navcall a {	
	font-family: 'Ubuntu', sans-serif;
	float: right;    
	font-size: 25px;
    vertical-align: middle;
	color:#c00c89;
	width:280px;
}
#navcall span{
	font-size:35px;
	vertical-align:middle;
}
	#jobalertcta figcaption{
	display: inline-block;
	font-size: 32px;
	width:calc(100% - 60px);
}	
}
@media only screen and (max-width: 961px) {
	.discspacer {    
	height: 2000px;
    width: 100%;
	}
#dsubs{
	width:100%;
	

	background-color:white;
}
.disautism {
	width:100%;
	height:400px;
	overflow:hidden;
	background:white;
}
.disautism h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	display: inline;
    text-align: center;
	padding:10px;
	background-color: rgba(255, 255, 255, 0.50);
    position:absolute;
}

.disautism img {
	width:100%;
	height:auto;
}
.disdivs {
	width:48.5%;		
	overflow:hidden;
	display:inline-block;
	background-color:white;
}
.disdivs h2 {
	position: absolute;
    width: 20%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	display: inline;
    text-align: center;
	padding:10px;
	background-color: rgba(255, 255, 255, 0.50);
   
}
.disdivs img {
	width:100%;
	height:auto;
}
#disctas{
	width:100%;
	
}
#dishead {
	width:100%;
	height:60px;
	background-color:white;
}
#dishead a span {
	font-size:25px;
	color:#FF8EE2;
}
.navcall {
	width:100%;
	text-align:center;
	font-family: 'Ubuntu', sans-serif;
	font-size: 30px;
	text-decoration:none;
	color:#c00c89;
}
.disglobe {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.disglobe figcaption {
	width: 100%;
	font-size:30px;
	color:#007CBA;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}
.disglobe img {
	margin-left: 38%;
	width:125px;
	height:auto;
}
#discall {
	text-align:center;
}
.dsocial {
	width:100%;
	height:50px;
	border-top:solid 5px #BABFC0;
	border-bottom:solid 5px #BABFC0;
	padding-top: 10px;
    padding-bottom: 20px;
	margin-top: 5%;
	background-color: white;
	margin-left: auto;
    margin-right: auto;
    text-align: center;
	  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.dsocial p {
	width:50%;
	margin-left:auto;
	margin-right:auto;
}
#newscta {
	width:100%;

	background-color: #BFBFBF;
}
}
@media only screen and (max-width: 961px) {
	.hflex{
	width:100%;
	
	display: -webkit-box;
 	display: -moz-box;
 	display: -ms-flexbox;
 	display: -webkit-flex;
	display: flex;
 	-webkit-flex-flow:nowrap;
 	justify-content: space-around;
	}
	.hfitem {	
	width:20%;			
	}
	.slogan span {
	color:#fbb7e6;
	display:block;
	}
	#smnav {
		display:block;
	}
	#searchmtog {
		width:100%;
		margin-bottom:5px;
	}
	#searchmob {
		display:inline-block;
		width:100%;
		margin-right:auto;
		margin-left:auto;
	}
	#searchmob  input[type=text] {
		height:25px;
		width:calc(100% - 90px);
	}
	nav {
		min-width:320px;
	}
	#nbrand {
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}
	#nbrand img{
		width:auto;
		height:110px;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	#navsec{
		width:86%;
		z-index:96;
		float:right;
		min-width:240px;
		padding:0;
		
	}
	#simple-menu {
    position: static;
    width: 14%;
    height: 50px;
	padding-bottom: 39px;
    background-color: #78848C;
    display: inline-block;
	}
	#simple-menu span {
	text-align:center;
	font-size: 45px;
	padding:0;
	}
	#navsp {
		visibility:visible;
		background-color:#78848C;
	width:19.21%;
	position:relative;
	    top: -47px;
		height:50px;
	float:right;
	padding-bottom: 39px;
	}

	#navfeat {
	width:81%;
	height:42px;
	text-align:center;
	padding-top:5px;
	background-color:#c00c89;
	
	}
	.discovernav {
	font-family: 'Ubuntu', sans-serif;
	font-size:21px;
    vertical-align: middle;
	color:#FFF;
	}

	#quickcta {
	text-align:center;
	width:81%;
	padding-top:9px;
	font-size: 16px;
	color:#FFF;
	background-color:#00acc2;
	font-family: 'Ubuntu', sans-serif;
	}
	#quickcta a {
	padding:5px;
	color:#FFF;
	}
	#quickcta a span{
	vertical-align: -webkit-baseline-middle;
	}
	#navcall{
	width:100%;
	text-align: center;
	background-color:	 #e3e6e8;
	display:inline-block;
	padding:3px;
	
	}
	#navcall a {
	font-family: 'Ubuntu', sans-serif;
  	padding:2px;
	font-size: 23px;
    vertical-align: middle;
	color:#c00c89;
	}
	#search {
	display:none;
	border:none;
	}
	#fconected {
	width:100%;
	}
	#fglobal {
    width: 100%;
	}
	#fglobal ul{
	border:none;
	}
	.prodimg {
		display:none;
	}
	.segmentctas {
		width:100%;
		padding:0;
		
	}
	.segmentctas img {
		display:inline;
		width:100%;
		height:auto;	
	}
	.segmentheadlines {
		text-shadow: 0 3px 5px #e6fcff;
		position:absolute;
		background-color: rgba(230, 252, 255, 0.40);
	}
	.segmentops {
		position:relative;
		top:150px;
	}
	.segmentlink{
			background-color:#c10c89;
	color: #FFF;
	}

}
@media only screen and (max-width: 921px) {
	.goldena{
		width:100%;
		display:block;
	}
	.goldenb {
		width:100%;
		display:block;
	}
	#ctas {
		width:100%;
	}
	#quickcta a {
	padding:0;
	font-size: 17px;
	}
	#quickcta span {
		font-size:25px;
	}
	#indexslide {
	width:100%;
	}
	ul.slideshow {    
	width: 100%;
    height: 265px;
	}
		.otherstaticheader{
	width:100%;
	height:auto;
	overflow:hidden;
}
.otherstaticheader h1 {
	    color: #00134d;
		margin:0;
    width: 100%;
    height: 60px;
    text-align: center;
    background-color: rgba(216, 225, 243, 0.5);
    font-size: 30px;
	    position: initial;
    top: 0;
}

}
@media only screen and (max-width: 600px) {
	.emslider-nav .emvid {
    height: auto;
    width: calc(100% - 90px);
    margin-left: auto;
    margin-right: auto;
}
	.discovernav {
		font-size:19px;
	}
	.intlink {
    color: #FFF;
    background-color: #006fbb;
    padding: 5px;
    font-weight: 700;
    margin: 11px;
    display: block;
}
	#singlelocinfo {
    width: 100%;
    height: 400px;
    background: url(../img/location-header.jpg) no-repeat bottom fixed;
    background-size: 100%;
}
#sinlocdetails {
    width: 100%;
    min-width: 390px;
    background-color: rgba(168,221,243, 0.3);
    padding: 2%;
    text-align: center;
    margin-left: 0;
}
	#fglobal ul{
	width:100%;
	padding:0;
	text-align:center;
	background-color: #DDEFFB;
	}
	#fglobal ul li{
	display:none;
	}
	#flinks a {
	font-size:20px;	
	color: #006fbb;
    font-weight: 700;
	}
	.findformwrap {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
	#jobalertcta {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
	#jobalertcta figcaption{
	display: inline-block;
	font-size: 35PX;
	width: CALC(100% - 60PX);
}
.jobalert {
    width: 100%;
    display: inline-block;
}
#spcontain {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 3px solid black;
    text-align: center;
}
.flexwrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}	
.locacta {
    width: 100%;
    display: inline-block;
    padding: 5px;
    background-color: #00acc2;
    color: #FFF;
    margin: 10px 0;
}
#dsingle h1{
	    width: 100%;
    text-align: center;
}
}

