/* ----- CSS VARIABLES ----- */
body {
    --goldenBG: linear-gradient(to bottom right,#edcd6e -20%,#987a43 130%);
    --cyanBG: linear-gradient(to bottom,#09c 0%,#0B73BA 100%);
    --moduleHeight: 400px;
}
/* ----- END css variables ----- */

/* ----- PAGE STRUCTURE ----- */
#Content .wrapper {
	max-width: 100%;
	padding: 0;
}
#Content .section-wrapper {
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
#Content .section-wrapper.medium {
    max-width: 960px;
}
/* ----- END page structure ----- */

/* ----- FONTS ----- */
/* col3Master adjustments */
.col3Master h3 {
    font-size: 1.3rem;
}
#Content .col3Master p {
    padding: 2px 0 10px 0;
}
/* sup adjustments */
p sup {
  font-size: .75em;
  padding-left: initial;
  vertical-align: text-top;
}
/* END fonts */

/* ----- GLOBAL STYLES ----- */

/* -- TEXT ALIGN AND MARGINS -- */
.alignCenter, .alignFlex { text-align: center; }
.paddingV {padding: 40px 0;}

/* the douchebag vertical align */
.module { padding: 40px 0;}
.middle.middleMaster {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* -- COLORS -- */
.gray {background-color: #F3F3F5}
.blue {background-color: #01386D}


/* -- IMAGES AND VIDEOS -- */
.store a {
    display: inline-block;
    margin: 2px auto;
    min-height: initial;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent !important;
    height: 46px;
    width: 152.5px;
    border-radius: 5px;
    border: solid 2px #A6A6A6;
}
.store .badge-android {
  background: url("/fmfiles/index.asp/::clinic::/site/clinic/_imgs/GooglePlayRet-2x.png") center/100% no-repeat;
}
.store .badge-apple {
  background: url("/fmfiles/index.asp/::clinic::/site/clinic/_imgs/AppStoreRet-2x.png") center/100% no-repeat;
}
.store .badge-amazon {
  background: url("/fmfiles/index.asp/::clinic::/site/clinic/_imgs/AmazonStoreRet-2x.png") center/100% no-repeat;
}

.video1 iframe {
	width:800px;
	max-width:100%;
	height:250px;
}
.video240 iframe {
	width:420px;
	max-width:100%;
	height:240px;
}
.video320 iframe {
	width:560px;
	max-width:100%;
	height:320px;
}
#middlesite .Button span {
    float: right;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 10px;
}
  .pdf span {
    background: url("/fmfiles/index.asp/::clinic::/site/clinic/_imgs/icons.svg") no-repeat -32px 0;
  }
.imgcol {
	height: 72px;
	margin: 0 auto;
	width: 72px;
}


/* ----- MEDIA QUERIES ----- */

@media only screen and (min-width: 400px){
	.video1 iframe {height:350px;}
}
@media only screen and (min-width: 728px) {
  /* The douchebag vertical align */
	.module { height: var(--moduleHeight); padding: 0;}
	.middle {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}

	.alignFlex {text-align: left;}

  .store a {
    border-radius: 7px;
    height: 61px;
    width: 209.9px;
  }

}
@media only screen and (min-width: 860px){
	.video1 iframe {height:450px;}
}
@media only screen and (min-width: 960px){
  .col3, .col3.col3Master {   /* fix */
    width: 31.7%;
    margin: 1% 0 1% 1.6%;
  }
}
/* ----- END media queries ----- */

/* ----- REALLY SERIOUS STUFF ----- */
