/*body {
    -webkit-user-select: none;*/  /* Chrome all / Safari all */
    /*-moz-user-select: none;*/     /* Firefox all */
    /*-ms-user-select: none;*/      /* IE 10+ */
    /*-o-user-select: none;
    user-select: none;
}*/

strong {
	font-weight:600;
}

/*#region Generic */
#profile-page {
    margin-bottom: -30px; /*balance out static-page bottom padding*/
}

#profile-page .quick-hid, 
#profile-page .quick-fav{
	display: none;
}


.ng-ccb-collapse .collapse {
	overflow: hidden;
}


.footer-container {
	margin-top: -68px; /*removes white space between footer and contact-us*/
}

/*#endregion */


/* NON-MOBILE */
@media (min-width:768px){
	.visible-xs-inline-block {
        display: none !important;
    }

	.tab-content>.tab-pane {
		display: block;
		opacity: 1;
	}

	#donor-profile-alert {
		margin-bottom: 40px;
	}

	.donor-info {
		margin-top: -10px;
	}
	
	.donor-info .donor-id {
		font-size: 24px;
		font-weight: normal;
	}

	.collapse-btn {
		display: none;
	}

	.collapse-label-header {
		font-weight: bold;
	}

	hr {
		border-top: 1px solid #ddd;
	}

	#donor-items .item {
		height: 130px;
	}
	
	.collapse-label-container {position: absolute;}
	
	.item.unavailable a {cursor: default;}
}
@media (min-width: 992px){
}

@media (min-width:1200px){}

/*tablet only*/
 @media (max-width: 991px) and (min-width: 768px){
	 .visible-sm .vial-container{
		width: 100%;
		display: inline-block;
	 }

	 .form-group-mobile{
		 margin-bottom:15px;
	 }

	.vial-availability-container-tablet .vial-container .btn-container {
		vertical-align: middle;
	}

	 .vial-availability-container-tablet.visible-sm .btn-container .btn{
		width: 100%;
		margin: 0;
		background-color: #a72f88;
		color: #fff;
		font-size: 12px;
		font-family: Quicksand,Arial,Helvetica,sans-serif;
	 }

	
	.vial-availability-container-tablet {
		background-color: #F9FAEF;
		text-align: center;
	}

	.vial-availability-container-tablet .vial-container div{
		padding-right: 10px;
		margin-top: 5px;
		display: inline-block;
	}

	.vial-availability-container-tablet hr{
		margin-top:0;
		margin-bottom:0;
		margin-left: 15px;
		margin-right: 15px;
		display: block;
		height: 1px;
		border: 0;
		border-top: 1px solid #959595;
		padding: 0; 
	}

	 .vial-availability-container-tablet .vial-container {
		padding: 15px 20px;
		line-height: 28px;
	}


	 /*EGT*/
		.vial-availability-container-tablet .btn-container .egt-consent-form {
			display: block;
 }

 }

/*#endregion*/



#profile-page {
	color: #4a4a4a;
}


#profile-page h2 {
    margin-top: 0;
}

ol {
  counter-reset: list;
}
ol > li {
  list-style: none;
}

ol > li:before {
    font-weight: bold;
    content: counter(list) ") ";
    counter-increment: list;
}

/*Sticky Header*/
#sticky-header,
#sticky-header a, 
#sticky-header a:hover,
#sticky-header .link {
	color: white;
	line-height: 34px;
}

#fixed-vial-title{
	display:block;
}
#sticky-header
{
	background-color: #4F7A96;
	color: white;
	line-height: 34px;
    width: 100%;
	z-index: 50;
	font-size:18px;
}
#sticky-header .nav {text-align: right;}
#sticky-header .search {margin-right: 20px;}
#sticky-header .nav i {margin: 0 4px;}

/*#sticky-header*/ .cart-link {
	/*margin-right: 28px;*/
	/*visibility: hidden;*/
}
	#sticky-header .cart-link:hover {text-decoration: none;}
 /*#sticky-header#sticky-header*/
.logged-in .affix-bottom .cart-link,
.logged-in .affix .cart-link {
	display: inline-block;
	float:left;
}


/*#region affix plugin*/

#sticky-header.affix-bottom {
	position: absolute;
}

#header-cart.affix {position: fixed}

#sticky-header-container {min-height:34px;}

@media (max-width: 320px) {
    #sticky-header .hidden-tiny {
        display: none;
    }
}

#sticky-body-nav {
	visibility: hidden;
	position: absolute;
	text-align: right;
	width: 100%;
	z-index: 10;
	position:fixed;
}
	#sticky-body-nav a {text-decoration: none}

	#sticky-body-nav.affix {
		top: 120px;
		position: fixed;
		visibility: visible;
		pointer-events: none;
	}

	.notification-bar-active #sticky-body-nav.affix {
		top: 160px;
	}
	.notification-bar-active.universal #sticky-body-nav.affix {
		top: 180px;
	}
	.maint-error-active.notification-bar-active #sticky-body-nav.affix {
		top: 195px; 
	}
	.maint-error-active.notification-bar-active.universal #sticky-body-nav.affix {
		top: 215px;
	}


	#sticky-body-nav.affix-bottom {
		visibility: visible;
	}

	#sticky-body-nav i {
		font-size: 25px;
		padding: 4px 6px;
		color: #d7df94;
	}
	
	#sticky-body-nav .links {padding-right: 75px;} /*align with icons in header*/
	#sticky-body-nav .links a {pointer-events: visible;} /*align with icons in header*/
/*#endregion affix plugin*/



/*PHOTOS*/
#childhood-photos {
	position: relative;
	z-index: 10;
}

.prev-scroll, .next-scroll {
	position: absolute;
	z-index: 1501;
	margin-top: -20px;
	top: 50%;
	font-size: 40px;
}
.prev-scroll {
	left: 30px;
}

.next-scroll {
	right: 30px;
}



@media (min-width: 1200px) {
	#childhood-photos {
		/*height: 310px;*/
	}
}

#childhood-photos .photos {
	font-size: 0;
	background-image: url(../jpg/donor-mask.jpg);
    text-align: center;
	white-space: nowrap;
	z-index: 15;
}

	#childhood-photos .photos .photo-wrap {
		position: relative;
		display: inline-block;
	}

		#childhood-photos .photos .photo-wrap .no-photo {
			position: absolute;
			top: 260px;
			font-size: 15px;
			left: 0;
			right: 0;
			text-align: center;
			z-index: 1;
			color: #676767;
		}

			/* L1 PHOTO ACCESS*/
	@media (min-width:768px) {
		#childhood-photos .photos.l1 {
			background: url(../jpg/profile_banner_bg.jpg) no-repeat white;
		}
	}
			#childhood-photos .photos .photo-wrap .stack {
				height: 290px;
				vertical-align: middle;
			}
			#childhood-photos .photos .photo-wrap.container {
				text-align: left;
			}
			
			#childhood-photos .photos .photo-wrap.container .copy {
				display: inline-block;
				vertical-align: middle;
				margin-left: 30px;
			}

			#childhood-photos .photos.l1 .photo-wrap.container h2 {
				padding-top: 0;
				font-size: 36px
			}

@media (max-width:767px) {
	#childhood-photos .photo-wrap.container {padding: 0;}

	#childhood-photos .photo-wrap.container img {
		height: 125px;
		position: relative;
		top: 10px;
	 }

	#childhood-photos .photos .photo-wrap.container .copy {
	    background: white;
		padding: 18px;
		height: 125px;
		position: relative;
		top: 10px;
		margin-left: 0;
	}

	#childhood-photos .photos .photo-wrap .stack {display:none;}

	#childhood-photos .photos.l1 .photo-wrap.container h2 {
		padding-top: 0;
		font-size: 17px
	}

	#childhood-photos .photos .photo-wrap .no-photo {
		top: 123px;
		font-size: 11px;
		white-space: normal;
		left: 0;
		line-height: 12px;
    color: black;
	}
}

			/* END L1 PHOTO ACCESS*/

#childhood-photos .photo,
#childhood-photos .photos img {
	height: 300px;
}

/*carousel*/
#childhood-photos .photos.photos-carousel img {
	width: 100%;
	height: unset;
}

#childhood-photos .banner-wrapper { 
	background-color: #f0faf9;
}
#childhood-photos .banner-wrapper img {
	width : 100%;
	max-width: 1176px;
}

/*#childhood-photos .container{
	right: 0;
    left: 0;
    position: absolute;
    top: 25px;
}*/

#childhood-photos .call-to-action {
    background-color: #fff;
    height: 250px;
}

/*#childhood-photos .call-to-action {
    background-color: #fff;
    position: absolute;
    width: 870px;
    left: 50%;
    margin-left: -435px;
    height: 240px;
    top: 50%;
	margin-top: -120px;
}*/
#childhood-photos .call-to-action h3 {
	color: #09738c; /*blue*/
	font-size: 32px;
}

/*#childhood-photos .call-to-action .copy {
    width: 50%;
    float: right;
}*/

#childhood-photos .call-to-action img {
    width: 330px;
    margin-top: -10px;
}

#childhood-photos .call-to-action ul {
	padding-left: 15px;
    margin-bottom: 20px;
}

#childhood-photos .call-to-action li:before {    
	font-family: 'FontAwesome';
	content: '\f00c';
	margin:0 5px 0 -15px;
	color: #09738c; /*blue*/
}


/*BANNERS*/
@media (max-width: 767px) {
    body { cursor: pointer; }

	#mobile-banner {
		background: url('../jpg/donor-mask.jpg') repeat-x;
		padding: 30px;
		padding-bottom: 60px;
	}
}
#mobile-banner .content {
	padding: 10px;
	background: white;
    text-align: center;
}
#mobile-banner h3 {
	font-size: 21px;
	margin-top: 0;
}


.container.body {margin-top: 40px;}


/*desktop*/
#content header, #content .header-div {
	background-color: white; /*override default (mobile)*/
	padding-bottom: 10px;
}


/*CONTENT*/
	#content header .id, #content .header-div .id {
		color: #666;
		font-size: 24px;
	}

	#content header .new-donor, #content .header-div .new-donor {
		font-size: 20px;
		margin-left: 5px;
		font-weight: bold;
	}

/*#content header > div {display:inline-block;}*/

.sections-nav {
	color: #23628d;
}

	.sections-nav li {
		display: inline-block;
		text-align: center;
		margin: 0 20px;
		font-size: 12px;
		color: #09738c;
	}

	.sections-nav>a {
		display: inline-block;
		text-align: center;
		margin: 0 20px;
		font-size: 12px;
	}

	.sections-nav a:hover,.sections-nav a:focus {text-decoration: none;}



	#content h2 {
		text-transform: uppercase;
	}

@media (min-width: 768px) {
	.sections-nav i {
		color: #d7df94; /*yellow-green*/
		font-size: 25px;
		display: block;
		margin-bottom: 4px;
	}
}


/*Description*/
#description h2 {
    padding-top: 0px;
}
#description p {
    padding: 10px 0;
}

.description-label{
	font-weight: bold;
}

		#description .look-a-likes a:not(:last-child):after {
			content: ',';
			margin-right: 2px;
		}

/*shared*/		
#about section > label,
#description label {
	position: absolute;
	font-weight: 600;
	width: 160px;
	vertical-align: top;
}

/*ABOUT*/
#about {}

#about section:last-child {border-bottom: none;}

#profile-page section li label {
	font-weight: normal;
	width: auto;
	margin-right: 5px;
}

#profile-page section li span {
	color: #4a4a4a;
	font-weight: 600;
}

@media (min-width:768px) {
	#profile-page h2 {
		padding-top: 40px;
	}

	#about ul { margin-bottom: -5px;}
}

/*#region MORE DETAILS*/
.subExp {
	color: #a72f88;
	font-size: 14px;
}
	.subExp i {
		font-size: 20px;
		margin-right: 3px;
		vertical-align: middle;
	}


#donor-items{
	display: inline-block;
	margin-top: 20px;
}
	#donor-items header, #donor-items .header-div {
		text-align: left;
	}
		#donor-items header .level, #donor-items .header-div .level {
			color: #0e5162;
		}
		#donor-items header .price, #donor-items .header-div .price {
			color: #a72f88;
		}

		#donor-items header .level, #donor-items .header-div .level,
		#donor-items header .price, #donor-items .header-div .price {
			font-weight: bold;
		}

		#donor-items header .desc, #donor-items .header-div .desc {
			font-size: 12px;
		}

#donor-items hr { margin-top: 15px;}

#donor-items .item {
	color: #23628d;
	display: inline-block;
	text-align: center;
	font-size: 12px;
    vertical-align: top;
	padding-top: 10px;
	padding-bottom: 15px;
}

.item > a {
    text-decoration: none;
}

#donor-items .item a > i,
#donor-items .item > i {
	color: #d7df94;
	font-size: 30px;
	display: block;
}

#donor-items .item a > span
#donor-items .item > span {
    display: inline-block;
    height: 34px;
	line-height: 14px;
}

#donor-items .item .item-info {
	height: 1.5rem;
	font-size: 12px;
} 

#donor-items .item .view-download { display: none;}

#donor-items .item .view-download i {margin-right: 5px;}

#donor-items .item.unavailable *,
#donor-items .item.limited *,
#donor-items .item.no-access * {
	color: #4a4a4a;
}

#donor-items .item .sample-item {display: none;}

#donor-items .item .sample-item,
#donor-items .item .sample-item i {
	cursor: pointer;
	color: #23628D;
}

#donor-items .item.no-access:not(.downloaded):not(.unavailable) .sample-item {
	display: block;
}




#donor-items .item .item-title {
    height: 36px;
    display: inline-block;
}

#donor-items .item .unavailable-notice {
	display: none;
	font-size: 12px;
}

#donor-items .item.unavailable .unavailable-notice {
	display: block;
}


#donor-items .item.unavailable .unavailable-notice .fa { color: #F2141E;}
#donor-items .item.downloaded * { color: inherit;}
#donor-items .item.downloaded i { color: #a72f88;}
#donor-items .item.downloaded span {color: #a72f88;}
#donor-items .item.downloaded .view-download i { font-size: 12px;  display: inline-block;}
#donor-items .item.downloaded .view-download a { display: inline-block; }
#donor-items .item.downloaded .view-download {
	display:inline-block;
	color: #a72f88;
	margin-left: -10%;
	width: 120%;
}

#profile-page .donor-info {
	font-size: 20px;
	font-family: Quicksand, Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	padding-bottom: 14px;
}

@media (min-width: 768px) {
	#profile-page .donor-info {
		padding-bottom: 0px;
	}

	#donor-items .item a > i,
	#donor-items .item > i {
		font-size: 40px;
	}
}

.donor-info .id {margin: 0 2px;}
   
.donor-info .new-donor { font-weight: bold}

.donor-info .prev-next-donor {
	font-size: 14px;
	text-transform: uppercase;
	min-height: 20px;
}

.donor-info > div > * {
	vertical-align: middle;
}

#more-details { padding-bottom: 50px;}

#more-details .keepsake-notice {
	display: inline-block;
	color: #4a4a4a;
}

/*#endregion*/

.vial-availability-container.affix .vial-availability-content, .vial-availability-container.affix-bottom .vial-availability-content{
	
}

	.vial-availability-container.affix {
		top: 140px;
		position: fixed;
		z-index:3;
	}

	.notification-bar-active.universal .vial-availability-container.affix {
		top: 180px;
	}

	.maint-error-active.notification-bar-active .vial-availability-container.affix {
		top: 195px;
	}

	.maint-error-active.notification-bar-active.universal .vial-availability-container.affix {
		top: 215px;
	}

	.vial-availability-container.affix .vial-title {
	   	border-width: 0px 1px 0px 1px;
		border-style: solid;
		border-color:#fff;
		}

	.vial-availability-container.affix .cart-wrp{
		display: inline-block;
	}
	.vial-availability-container .cart-wrp{
		color: #FFF;
		line-height: 34px;
	}

	.affix .cart-wrp{
		float: right;
		padding-right: 15px;
	}

	.vial-availability-container.affix-bottom{
		position:relative;
	}

	.vial-availability-container.affix-bottom .vial-availability-content {
		position: absolute;
		right:0;
	}

	.vial-availability-container{
		height:675px;
	}

	body .static-page {
		padding-top: 0 !important;
	}

/*SIDE BAR*/
@media (max-width: 991px) {
    .affix {
        position: static !important;
    }
	
}



.alacarte-desc {
	font-size: 12px;
}

.alacarte-desc .link {
	display: block;
}

#more-details p.description {
    padding: 10px 0;
}


/************************/
/* #region TABS STYLING */
/************************/
#mobile-tabs li .fa {
    margin-right: 4px;
}

.nav-tabs{
  background-color:#f6f6f6;
  border: none;
}
.nav-tabs > li > a{
  border: none;
  border-radius: 0;
  color: #4a4a4a;
  font-size: 15px;
  margin-right: 0;
}
.nav-tabs > li > a:hover{
	background-color: #f6f6f6 !important;
	border: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{
    background-color: #09738c !important;
	color: white;
	border: none;
}

@media (max-width: 320px) {
	.nav-tabs > li > a {
		font-size: 13px;
	}
}
/* #endregion */

/************************/
/*#region SIMILAR DONORS*/
/************************/

#similar-donors {
	background-color: #f9faef;
	padding-bottom: 60px;
}

#similar-donors .glide__slide {
    padding: 0;
}
#similar-donors .img-container .no-photo {
	display: none;
	top: 175px;
}

@media (max-width:767px){
	#similar-donors {
		padding-top: 15px;
	}

	#similar-donors .no-photo {
		bottom: 20px;
		top: inherit;
		font-size: 14px;
		width: 100%;
	}

	#similar-donors .donors .similar-donor {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 12px;
	}

	.static-quickview-wrapper .show-donor-quickview {
		font-size: 14px;
	}
	
	.profile-block .donor-id {
		font-size: 14px;
	}
	
	.profile-block .round {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
}

/*#endregion*/


/************************/
/*#region BOOTSTRAP MEDIA QUERIES */
/************************/

/* MOBILE ONLY*/
@media (max-width:767px) {
	#sticky-header .nav {
		text-align: left;
	}

	#sticky-header .search {
		margin-left: 20px;
		margin-right: 0px;
	}

	.sections-nav li {
		width: 33.33334%;
		margin: 0;
	}

	.sections-nav {
		width: 100%;
	}

	#header-hr {
		display: none;
	}

	#content header, #content .header-div {
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	.container.body{
		margin-top:0px;
	}

	#childhood-photos .call-to-action-mobile{
		background-color: #fff;
		height: 100px;
		text-transform: uppercase;
		text-align: center;
		padding: 0;
	}

	#childhood-photos .call-to-action-mobile h3 {
		font-size: 20px;
	}

	#childhood-photos .photos{
		overflow-x: scroll;
		overflow-y: hidden;
	}

        #childhood-photos .photos,
        #childhood-photos .photos img,
        #childhood-photos .photos.photos-carousel img {
            height: 150px;
            width: auto;
        }

	#description .collapse-label-header,  #about .collapse-label-header{
		font-size: 16px;
		font-weight: normal;
		width: auto;
		position: relative;
		text-transform: uppercase;
		line-height: 28px;
	}

	.collapse-label-header span {
		background: #fff;
		padding-right: 15px;
		position: relative;
		z-index: 1;
	}

	.collapse-btn{
		font-size: 14px;
		color: #a72f88;
	}

	.hr-line{
		background: #ddd;
		content: "";
		height: 1px;
		position: absolute;
		top: 50%;
		width: 100%;
	}

	#description ul, #about section ul{
		padding-left: 0;
	}

	#description ul li, #about ul li{
		padding-top: 10px;
	}

	.form-group-mobile{
		margin-bottom: 15px;
	}

	.form-group-mobile .look-a-likes{
		width: 100%;
		padding-left: 15px;
	}

	#about section {
		border-bottom: none;
		padding: 0;
	}

	#about h2{
		padding-top: 25px;	
	}

	.collapse-label-container{
		padding-left: 0;
	}

	#donor-items .item {
		margin-right: 0px;
	}

	/*EGT*/
	#childhood-photos.has-egt.level_2, 
	#childhood-photos.has-egt.level_3 {
		/*padding: 5px 5px 0px;*/
		background-image: url(../jpg/donor-mask.jpg);
	}

	#childhood-photos.has-egt .photos {
		height: 200px; /*150 + room for EGT*/
	}
	

	
}

#mobile-about {
	z-index: 1;
}

#mobile-about section li label {
	margin-right: 10px;
}

/* TABLET & MOBILE */
@media (max-width:991px){
	.call-to-action .copy{
		text-align: center;
	}

	#childhood-photos {
		z-index: 5;
	}

	#childhood-photos .photos{
		overflow-x: scroll;
		overflow-y: hidden;
	}
}

/*********************/
/*#region DONOR ITEM */
/*********************/

#mainContainer-mp3 {
    height: 100%;
}
#mainContainer-mp3 .audio-container {
    padding-top: 40%;
    height: 100%;
    background-color: #fff;
    position: relative;
}
#mainContainer-mp3 .audio-container .audiojs {
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

#mainContainer-mp3 .audio-container .audiojs .play-pause,
#expressYourself-mp3 .audio-container .audiojs .play-pause {
    width: auto;
}

#expressYourself-mp3 {
    display: none;
    position: relative;
}
#expressYourself-mp3 .audio-container {
    padding: 20px 0px;
    background-color: #fff;
}
#expressYourself-mp3 .audio-container .audiojs {
    margin: 0 auto;
}

#secondaryToolbarToggle,
#toolbarViewerRight .verticalToolbarSeparator,
#secondaryToolbar,
#viewBookmark,
#download,
#print,
#findbar,
#openFile,
#viewFind,
#toolbarViewerLeft .toolbarButtonSpacer,
#sidebarToggle,
#sidebarContainer,
#fileInput {
    display: none !important;
}

@media (max-width: 991px) {
    body.modal-open {
        overflow: hidden;
        /*position: fixed;*/
    }
}

#document-item,
#document-item .modal-body {
    height: 100% !important;
    overflow: hidden;
    
}
#document-item .modal-body {
    overflow-x: hidden;
}

#mainContainer #viewerContainer {
    background: #fff;
	position: relative;
    width: 100%;
    top: 0px;
    height: 100%;
}
#document-item .full-height {
    height: 90%;
}

#document-item .modal-dialog {
    height: 95%;
}
#document-item .modal-content,
#document-item .modal-body {
    height: 100%;
}
#document-item .loadingInProgress {
    height: 100%
}
#document-item #mainContainer {
    position: relative;
    height: 100%;
}

#document-item #mainContainer.showEy {
    height: 80%
}

#document-item .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.modal-backdrop, .modal-backdrop.fade.in {
    background-color: #000;
}

#document-item #viewContainer {
    max-height: 570px;
}
/*#document-item #mainContainer-mp3,
#document-item #mainContainer-pdf  {
    max-height: 570px;
}*/
#document-item #viewer {
    /*height: 540px;*/
}
#document-item .donor-product-id {
    color: #fff;
    font-size: 20px;
    background-color: transparent;
    margin-bottom: 5px;
}
#document-item .donor-product-id .donor-mini-pic {
    height: 40px;
}
#document-item .donor-product-name {
    text-transform: uppercase;
}
#document-item .close-modal {
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    right: 58px;
    top: 15px;
}
#document-item a {
    text-decoration: none;
}
#document-item .icon {
    border: 2px solid transparent;
	color: #d7df94;
    display: block;
    padding: 3px;
    font-size: 30px;
    text-align: center;
    margin-bottom: 5px;
}

.profile-modals {
	margin-left: -15px;
    background: rgba(0,0,0,.4);
    padding-top: 10px;
}

	.profile-modals .subscription-link {
		color: white;
		border-top: 1px solid #d7df94;
		font-size: 11px;
		margin-top: 10px;
		padding: 10px 0;
		cursor: pointer;
	}
		
	.profile-modals .subscription-link > * {cursor: pointer;}
	.profile-modals .subscription-link label{
			font-weight: normal;
		}

		.profile-modals .subscription-link .price {
			background: #a72f88;
			padding: 2px 6px;
			border-radius: 4px;
			font-weight: bold;
		}


#document-item .profile_modal .active .icon,
#document-item .profile_modal_mp3 .active .icon {
    background-color: #d7df94;
    color: #333; /*#B4B4B4;*/
    border: none !important;
}
#document-item .profile_modal .icon:hover,
#document-item .profile_modal_mp3 .icon:hover {
    border-color: #d7df94;
}


#document-item .status-icon {
    margin-left: -10px;
    font-size: 20px;
}
#document-item .status-icon.available {
    color: #1fa67a;
}

#document-item .status-icon.download {
    font-size: 25px;
}
#document-item .modal-icon-download {
    padding-left: 9px;
}


#document-item .modal-body {
    overflow: hidden !important;
}

#document-item{
	z-index: 3051;
}

.modal-backdrop {
    z-index: 3040;
}


.mobile-purchase-options{
	margin-bottom: 20px;
}

.mobile-purchase-options a{
	font-size: 18px;
	color: #A52D86;
	font-weight:bold;
	text-transform:uppercase;
	display: block;
}

.mobile-purchase-options i{
	float: right;
	padding-right:15px;
}

.mobile-purchase-option{
	border-top: 1px solid #ddd;
	padding:10px;
}

.mobile-purchase-options:last-child{
	border-bottom: 1px solid #ddd;
}

.mobile-cta{
	text-align: center;
	padding-bottom:20px;
	font-size: 12px;
}


.mobile-purchase .purchase-status a {
	display: block;
}

.tools.profile-block.visible-xs {
	float: right; 
	display: inline-block; 
	width: auto; 
	border: none;
	top: -5px;
}

.tools.profile-block.visible-xs .round{
	 position: relative;
}


/* END DONOR ITEM */
/*#endregion*/


/*profile vial containter*/

.vial-availability-container{
	z-index:3;
}

.vial-availability-container hr {
	border-top: 1px solid #959595;
	margin: 12px auto -12px;
	padding: 0;
	text-align: center;
}

.vial-availability-container .vial-container {
	/*background-color: #F9FAEF;*/
	padding: 15px 20px;
	line-height: 28px;
	text-align: center;
}

.vial-container .alert-info{
    font-size: 12px;
    line-height: normal;
}


.popovers{
    color: #a72f88;
}
.popover-content{
    color:#8e8c86;
}
.popover {
    max-width: 350px;
    z-index:3060;
}

.vial-box{
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color:#eee;
	background-color: #fff;
	margin-top:-5px;
}


.vial-availability-container header, .vial-availability-container .header-div {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}

.vial-availability-container .vial-container .btn-container .btn, .vial-availability-container-tablet .vial-container .btn-container .btn{
	font-size:18px;
}
/*.vial-availability-container .vial-title, .vial-availability-container-tablet*/
.vial-title {
	text-transform: uppercase;
	background-color: #4F7A96;
	color: #FFF;
	/*line-height: 34px;*/
	width: 100%;
	text-align: center;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #4F7A96;
	font-size: 18px;
	position: relative;
}

.vial-availability-container, .vial-availability-container-tablet{
	font-size: 16px;
}

.vial-availability-container-tablet .vial-title{
	padding-left:15px;
	text-align:left;
}

.vial-availability-container hr, .vial-availability-container-tablet hr{
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #eee;
    margin: 1em 0;
    padding: 0; 
}

.vial-availability-container-tablet hr {
 margin: 0;
}

	.vial-availability-container .vial-container header, .vial-availability-container .vial-container .header-div {
		font-size: 16px;
		font-weight: bold;
	}

.vial-availability-container .vial-container label {
	font-weight: normal;
	/*font-size: 16px;*/
}

.vial-availability-container .vial-container .price .amount::before {
	content: '$';
}

.vial-availability-container .vial-container .amount,
.vial-availability-container .vial-container select {
	/*float: right;*/
	/*font-size: 16px;*/
}

.vial-availability-container .btn-container {
	text-align: center;
}

.vial-availability-container .btn-container .btn {
	background-color: #a72f88;
	color: white;
	width: 100%;
	margin: 10px 0px;
	font-size: 12px;
	font-family: Quicksand, Arial, Helvetica, sans-serif;
}

.vial-availability-container .vials-container {
	margin-bottom: 10px;
}

.vial-availability-container .alacarte-desc {
	padding: 20px;
}

	.vial-availability-container .alacarte-desc header, .vial-availability-container .alacarte-desc .header-div {
		font-size: 1.1em;
		font-weight: bold;
		margin-bottom: 10px;
		text-transform: none;
	}

	.vial-availability-container .alacarte-desc a {
		display: block;
		}

.vial-availability-container i {
    margin: 0 4px;
}


/*#region EXPANDED GENETIC TESTING*/
.item.gts {
	background-color: #e5ebf1;
}

.egt-notice {
	clear: both;
	margin-bottom: 1em;
}

	.egt-notice > .header .copy,
	.egt-notice a {
		font-family: Quicksand, Arial, Helvetica, sans-serif;
	}

	

	.egt-notice > .header {
		background: #e5ebf1;
		font-weight: 600;
		padding: 5px 10px 5px 0;
		position: relative;
		line-height: 22px;
	}

		.egt-notice > .header .icon-wrapper {
			background-color: #09738c;
			border-radius: 4px 2px 2px 4px;
			color: white;
			display: inline-block;
			font-size: 16px;
			height: 40px;
			margin: -11px 20px -10px 0;
			position: relative;
			padding-right: 4px;
			left: -5px;
		}

			.egt-notice > .header .icon-wrapper:after {
				content: ' ';
				width: 0;
				height: 0;
				border-top: 20px solid transparent;
				border-bottom: 20px solid transparent;
				border-left: 20px solid #09738c;
				position: absolute;
				border-radius: 4px;
				top: 0;
				right: -19px;
			}

			/*.egt-notice > .header .icon-wrapper:before {
				content: '+';
				position: absolute;
				bottom: 5px;
				right: 0;
			}*/

			.egt-notice > .header .icon-wrapper .icon {
				font-size: 30px;
				position: relative;
				top: 5px;
				left: 3px;
			}

	.egt-notice .header .copy {
		color: #09738c;
		font-size: 16px;
	}

	@media (max-width: 992px){
		.egt-notice .header .copy {
			font-size: 15px;
		}
	}
	.egt-notice a,
	.egt-block a {
		color: #a72f88;
		font-weight: 600;
	}

	.egt-notice .header a {
		float: right;
	}

.btn-container .egt-blocked {
	padding-left: 25px;
	padding-right: 25px;
}


	/*EGT BLOCK*/
.egt-block {
	position: relative;
	margin-bottom: 10px;
	clear: both;
}

.egt-collapse-copy p {
	display: none;
}

.egt-block:before {
	padding: 0;
}

	.egt-block .egt-notice {
		margin-bottom: unset;
		cursor: pointer;
	}

	.egt-block .body {
	background: #F9FAFC;
	padding: 15px 30px;
}

	.egt-block .body a {
		font-size: .9em;
	}

		.egt-block .body header, .egt-block .body .header-div {
			background: unset !important;
			font-weight: 600;
			padding-bottom: 0px !important;
		}

		.egt-block .body  p {
			margin-bottom: 0;
		}

		.egt-block .body .columns {
			margin-top: 15px;
		}


	.egt-block .footer {
		margin-top:10px;
}

	.egt-block .footer a {
		color: inherit;
		font-weight: 600;
		font-family: inherit;
		font-size: 1em;
	}


	@media(min-width: 768px) {
		.egt-notice a {
			font-size: 14px;
		}
		
		.tab-content .egt-alert {
			display: none;
		}
		
		.vial-availability-container-tablet .egt-alert {
			display: block;
		}
	}

	@media(min-width: 992px) {
		.egt-notice a {
			font-size: 16px;
		}

	}

	@media (min-width: 1200px)
	{
		.lvl-2-top {
		
		}
	}
/* Vial Container & Vial purchase (mobile)*/
.vial-container .btn-container .egt-blocked small,
.vial-purchase.mobile .add-to-cart-btn .egt-blocked small {
	display: block;
	font-size: 0.6em;
	margin-bottom: -5px;
}


	/*move to master*/ 
.alert.alert-info-secondary {
	background: #f6eaf3;
	color: #a72f88 !important;
}

.egt-alert {
	font-size: 14px;
	text-align: initial;
}

.egt-alert .fa {
	font-size: 1.2em;
}

	.egt-alert .copy {
		display: block;
		text-align: center;
		font-size: .9em;
	}

.egt-alert .egt-consent-form {
	margin-top: 10px;
	font-size: unset;
	font-weight: 600;
	text-align: center;
}

		.egt-alert .egt-consent-form .info {
			color: #27668C;
		}

		.egt-alert .egt-consent-form * {
			color: #a72f88 !important;
		}

.vial-box .egt-alert {
	margin: 5px;
	padding: 5px;
	position: relative;
	top: 5px;
}


@media (min-width: 480px) and (max-width: 992px) {
	.egt-alert .copy {
		float: left;
	}
	
	.egt-alert .egt-consent-form {
		margin-top: 0;
	float: right;
}

	.vial-box .egt-alert {
		padding: 10px;
		margin: 10px 10px 5px;
	}

}



/*iphone portrait, bigger phones*/ 
	@media(max-width: 767px){

		.tab-content .alert {
			margin-top: -20px;
			margin-bottom: 20px;
		}


		#childhood-photos .egt-notice {
			left: 10px;
			right: 5px;
			position: absolute;
			bottom: 6px;
			margin-bottom: 0;
            z-index:100;
		}

			.egt-notice .header .copy {
				display: inline-block;
				font-size: 13px;
				line-height: 1em;
				margin: 0;
			}

			.egt-notice .header .xs-small {
				display: block;
				font-size: 0.7em;
				line-height: 1em;
			}

		/*EGT BLOCK*/

		
		.egt-block {
			margin-left: -15px;
			margin-right: -15px;
		}

			.egt-block .body header, .egt-block .body .header-div {
				margin-bottom: 0 !important;
				color: #09738c;
				font-family: Quicksand, Arial, Helvetica, sans-serif;
				text-transform: uppercase;
				font-size: 1.1em;
			}


			.egt-block .body .columns {
				margin-top: 20px;
			}


				.egt-block .body .columns > div {
					margin-bottom: 20px;
				}

			.egt-block .header .egt-expand {
				font-size: .7em;
			}

		.vial-purchase .add-to-cart-btn .egt-blocked {
			font-size: 20px;
		}



		.vial-purchase.mobile .alert-info-secondary {
			margin-bottom: 1em;
		}



	.egt-alert .copy {
		text-align: unset;
		}

	} /*end mobile*/

/*Small mobile - galaxy, iphone*/
@media (max-width: 479px) {
	.alert-info-secondary {
		font-size: 13px;
	}

	.egt-alert {
		padding-left: 10px;
}

		.egt-alert .egt-consent-form {
			text-align: center;
			float: none;
			margin-top: 5px;
		}

}

/*iphone 5*/
@media (max-width: 320px) {
	.alert-info-secondary {
		font-size: 12px;
	}
	
	.egt-notice .header .copy {
		font-size: 12px;
	}

	.egt-notice .header .xs-small {
		font-size: 0.8em;
	}

}
/*end Small mobile*/




	/*#endregion*/


.alert-ivf {
	font-size: 14px;
	padding: 5px;
	display: block !important;
}


@media (min-width: 992px){
	.alert-ivf {
		margin-top: -10px;
	}

}

.donor-info .checkbox label::before, .donor-info .checkbox label::after {
    top: 5px;
}


.donor-info .compare-wrapper {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 30px;
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: -2px;
}

	.donor-info .compare-wrapper label {
		position: static !important;
		vertical-align: middle !important
	}


.donor-info .checkbox label {
    color: #a72f88;
}

.hero-text {
	text-align: left;
	position: absolute;
	top: 10%;
	left: 50%;
	max-width: 40%;
}

.hero-banner {
	margin: 0px;
	padding: 0px;
	position: relative;
}

.hero-img {
	width: 100%;
}

.hero-bullet {
	color: #a72f88;
	font-weight: 900;
}

h1.hero-title {
	font-size: 3vw;
}

h4.hero-list {
	font-weight: bold;
	font-size: 1.25vw;
	letter-spacing: -.5px;
}

ul.hero-list {
	font-weight: normal;
	font-size: 1.25vw;
	letter-spacing: -.5px;
}

.location-availability-content {
	font-weight: 600;
}
