.mya-vidwrapper {
    width: 960px;
    max-width: 100%;
}
.mya-video {
    position: relative;
    padding-bottom: 52.6%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.mya-video iframe, 
.mya-video object,  
.mya-video embed {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


a.mya-logout {
	float:right;
	font-style:italic;
	padding-bottom:8px;
	
	}

.mya-scorebox {
	clear: left;
  	background-color: #fff;
	margin-bottom: 1em;
	
	
	}
	
.mya-linespace {
	line-height:1.5em;
	
	}
	
.mya-scorebox__title {
	color:#fff;
	padding:10px;
	margin-bottom:0;
	font-style:normal;
	font-weight:600;
}

.mya-decisionbox {
	width:100%;
  	background-color: #fff;
	
	}

.mya-btn  {
  color:#fff;
  display: inline-block;
  margin-bottom: 0;
  padding: 0.5em 1em;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}

a:hover.mya-btn,
a:focus.mya-btn   {
  color: #002855;
  text-decoration: none;
  background-color:#fff;
  border:solid 1px #002855;
  margin:-1px;
}

.mya-decision-btn {
	width:100%;
	font-size:1.25rem;
	color:#fff;
	background-color:#008EAA;
	display: inline-block;
	padding: 0.5em 1em;
	text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
	}

a:hover.mya-decision-btn,
a:focus.mya-decision-btn   {
  color: #002855;
  text-decoration: none;
  background-color:#ddaa00;
}

.mya-land-image {
	width:100%;
	height:auto;
	background:url(https://myadmissions.ucdavis.edu/images/sir-d.jpg);
	background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 30%;
}

.mya-pre-image {
	width:100%;
	height:auto;
	background:url(https://myadmissions.ucdavis.edu/images/sir-d.jpg);
	background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 30%;
}

.mya-dec-border {
	border:dotted 2px #7F93AE;
	}	
	
.mya-task-border {
	border:solid 1px #002855;
	}	
	

.mya-blue {
	background-color:#002855;
	}
.mya-purple {
	background-color:#642667;
	}
.mya-medblue {
	background-color:#335379;
	}
.mya-red {
	background-color:#BA0C2F;
}

.mya-recblue {
	background-color:#017890;
	}
.mya-gray {
	background-color:#5B7F95;
	}
	
.mya-green{
	background-color:#007152;
	}
.mya-yellow {
	background-color:#ddaa00;
	}

.task-holder {
	background-color:#fff;
	margin: 0px 5px 10px 5px;
	padding: .5em;
	border-style: solid;
	border-color: #002855;
	border-width: 1px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	
}

.task-holder-done {
	background-color:#ddd;
	margin: 0px 5px 10px 5px;
	padding: .5em;
	border-style: solid;
	border-color: #002855;
	border-width: 1px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	
}
.task-item {display:table;}
.task-box-check {display:table-cell; text-align:center;  width:30px; vertical-align:middle;}
.task-box-link {display:table-cell; padding:.5em; vertical-align:middle;font-size:19px;}
	
.sirGraphic {
	width:675px;
	height:200px;
	border:none;
	padding:0px;
	margin: 0px 0px 15px 0px;
	background-image:url(/images/sir-d.jpg);
	background-repeat:no-repeat;
	background-position:left;
}