
.rt-embed input,
.rt-embed textarea,
.rt-embed select,
.rt-embed p {
    margin-top: 0;
    margin-bottom: 0;
}

.rt-embed p {
    margin: 10px 0;
}

.rt-embed div:after {
    content: '';
    display: block;
    clear: both;
}

.rt-embed img.osBorder {

}

.osTitle          {
    font-weight: bold;
    padding: 10px;
    border: none;
}

.rt-study-areas-details-and-application-button {
	background-color: #c92424; 
	border: 1px solid black; 
	border-radius: 5px;
	padding: 8px 8px; 
	margin: 5px 0px;
	color: white;
}

.rt-study-areas-details-and-application-button > * {
	color: white;
}

.rt-study-areas-details-and-application-button:hover {
	background-color: #ad0505; 
}

 
.osArea               {
  font-weight:bold;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align:left;
}

.osListing {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  border-top: 0px solid #C0C0C0;
  border-right: 0px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  border-left: 0px solid #C0C0C0;
}

.osContent {
	color: #000000;
	line-height:130%;
	padding:5px;
}
	
.osContent h1 {
}
	
.osContent hr {
    border: 0px;
    color: #990000;
    background-color: #990000;
    height: 1px;
}

.osContent a:hover {
    text-decoration: underline;
}

.osContent ul {
  list-style-type: circle;
}
  
.osThumb {
    background-color: #FFFFFF; 
    padding-top:10px;
    padding-right:10px;
    padding-bottom:10px;
    padding-left:10px;
    text-align: center;
}
	
.osThumb img {
	border: 1px solid #C0C0C0;
    max-width: 100%;
}
	
.osFlyer {
	background-color: #FFFFFF; 
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
	text-align: center;
}
	
.osFlyer img        {
	border: 1px solid #C0C0C0;
	width: 530px;
    max-width: 100%;
}
	
.osDetail          {
	line-height:130%;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
}
	
.osDetail ul    {
  list-style-type: circle;
  }
	
.osDetail a:link     {
	font-weight:bold;
	color: #990000;
	text-decoration:none;
  }

.osDetail a:visited  {
	color: #990000
  }

.osDetail a:hover    {
	text-decoration: underline
  }
  
.osDetail  h2             {
  font-weight:bold;
}

.osDetail  h3             {
  font-weight:normal;
}

.osBorder		          {
	border: 1px solid #C0C0C0;
}
	
.osField {
    font-family: inherit;
    font-size: inherit;
	background-color: #fff; 
	color: #111;
    border:1px solid #C0C0C0;
    padding: 6px 3px;
}
	
.osFieldComment              {
    font-family: inherit;
    font-size: inherit;
	background-color: #FFFFFF; 
	color: #000000;
  border:1px solid #C0C0C0;
	padding-top:3px;
	padding-right:3px;
	padding-bottom:3px;
	padding-left:3px;
	height:125px;
	}
	
.osButton {
	cursor: pointer;
	padding: 15px 10px;
	width: 100%;
	font-weight: bold;
	color: #fff;
	border: 0 none;
	background: #999;
	background: -moz-linear-gradient(to bottom, #ccc, #606060);
	background: -ms-linear-gradient(to bottom, #ccc, #606060);
	background: -webkit-linear-gradient(to bottom, #ccc, #606060);
	background: linear-gradient(to bottom, #ccc, #606060);
	-moz-box-shadow: 3px 3px 5px -1px rgba(118, 118, 118, 0.73);
	-webkit-box-shadow: 3px 3px 5px -1px rgba(118, 118, 118, 0.73);
	box-shadow: 3px 3px 5px -1px rgba(118, 118, 118, 0.73);
	text-shadow: 2px 2px 0px #111;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.osButton-inline {
    width: auto;
}

.osHorizontalRule {
	height: 1px;
	background: #800000;
	margin: 15px 0;
}

.osClear {
	clear: both;}

.osClearLeft {
	clear: left;}

.osLogo {
	padding: 10px;
	text-align: right;
}

.osThumb          {
	background-color: #FFFFFF; 
	padding-top: 24px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
	text-align: center;
	float: left;
	width: 28%;
	margin-right: 2%;
	}
	
.osDetail          {
	float: left;
	width: 70%;
	line-height:130%;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
	}

.osDetail:after {
    content: '';
    display: block;
    clear: both;
}

.osThumb img        {
	border: 1px solid #C0C0C0;
	max-width: 100%;
}

.osBox {
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;}

.osBox.osBox-33 {
	width: 33%;}

.osBox.osBox-25 {
	width: 25%;}

.osBox.osBox-50 {
	width: 50%;}

.osBox.osBox-75 {
	width: 75%;}

.osBox.osBox-100 {
	width: auto;
	clear: left;
	float: none;}

.osFormLabel {
	float: left;
	width: 30%;
	clear: left;
	padding: 6px 25px 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;}

.osFormValue {
	float: left;
	width: 70%;
	padding: 0 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;}

.osPad-5 {
	padding: 5px;}

.osPad-10 {
	padding: 10px;}

.osPad-15 {
	padding: 15px;}

.osPad-20 {
	padding: 15px;}

.osCenter {
	text-align: center;}

.osRight {
	text-align: right;}

.osField {
	line-height: 1.2;
	padding: 6px 3px;}
	
.osButton {
	white-space: normal;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;}

.osFormLabel.singlePageBlockElem {
	float: none;
	width: 100%;
	padding: 3px 0px;}

.osFormValue.singlePageBlockElem {
	float: none;
	width: 100%;
	padding: 3px 0px;}

.osFlyer img {
	width: auto;
	max-width: 100%;
}

.rt-keyword-container {
    padding: 10px;
}

.rt-branding {
    padding-left: 10px;
    padding-right: 10px;
}

.alphabet-site-selectors {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
	margin-bottom: 20px;
}

.alphabet-site-selectors > * {
	display: inline-flex;
	margin: 0px 5px;
}

.site-location-search-elems  {
	display: flex;
	flexFlow: row nowrap;
	justifyContent: center;
}

.site-location-search-elems > * {
	margin-right: 10px;
	height: 50px;
	color: #333;
	flex: 1;
	width: 100%;
}

.site-location-search-elems > input {
	background-color: #f5f5f5;
}

.site-location-search-elems > div  {
	background-color: #f5f5f5;
}

.site-location-search-elems > select {
	background-color: #f5f5f5;
}

.osFormLabel.singlePageBlockElem {
	float: none;
	width: 100%;
	padding: 3px 0px;
}

.osFormValue.singlePageBlockElem {
	float: none;
	width: 100%;
	padding: 3px 0px;
}

.rt-study-opt-clause-container {
	padding-top:10px;
	font-size:10px;
	font-weight: normal !important;
}

.rt-study-terms-conditions-container {
	padding-top:10px;
	font-size:10px;
	font-weight: normal !important;
}

.application-opt-in-popup {
	/* iOS */
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	position: fixed;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999999;
}

.application-opt-in-popup-container {
	width: 50%;
	border: 1px solid black;
    border-radius: 5px;
	background-color: white;
}

.application-opt-button {
	display: inline-block;
	margin: 0% 5%;
}

.application-opt-title {
	text-align: center;
    padding-top: 10px;
    border-bottom: 1px solid black;
}

.application-opt-button-container {
	display: flex;
    justify-content: center;
	padding: 10px;
}

.application-opt-text {
	padding: 10px;
}

@media screen and (max-width: 900px) {
	.rt-study-area-buttons > input {
		display: block;
		width: 100%;
	}

	.rt-study-area-buttons > input:first-child {
		margin-bottom: 15px;
	}

    .rt-keyword-container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .rt-study-content {
        display: block;
    }

    .rt-study-content-single-page {
        display: block;
    }
	.osThumb {
		padding-top: 10px;
		clear: left;
		width: auto;}

	.osLogo {
		text-align: left;}

	.osDetail {
		clear: left;
		width: auto;}

	.osBox {
		float: none;}

	.osBox.osBox-33 {
		width: auto;}

	.osBox.osBox-25 {
		width: auto;}

	.osBox.osBox-50 {
		width: auto;}

	.osBox.osBox-75 {
		width: auto;}

	.osFormLabel {
		float: none;
        padding-right: 0;
		width: auto;}

	.osFormValue {
		float: none;
		width: auto;
		padding: 0 0 10px;}

	.osField {
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;}
	
	.site-location-search-elems {
		flex-flow: column;
	}

	.site-location-search-elems > input {
		margin: 10px 0px;
	}

	.site-location-search-elems > div  {
		margin: 10px 0px;
	}

	.site-location-search-elems > select {
		margin: 10px 0px;
	}
}

@media screen and (max-width: 720px) {
	.site-location-search-elems {
		flex-flow: column;
	}

	.site-location-search-elems > input {
		margin: 10px 0px;
	}

	.site-location-search-elems > div  {
		margin: 10px 0px;
	}

	.site-location-search-elems > select {
		margin: 10px 0px;
    }

	.application-opt-in-popup-container {
		width: 80%;
	}

	.application-opt-button-container {
		flex-direction: column;
		width: 100%;
	}

	.application-opt-button {
		margin: 3% 0%;
	}
}

@media (min-width: 901px) {
    .rt-study-content-single-page {
        display: block;
		padding-right: 20px;
    }
	
	.rt-study-content {
        display: flex;
		flex-direction: row;
    }

    .rt-study-content-info,
    .rt-study-content-flyer {
        flex: 1;
    }
	
	.osListing.osContent {
		width: 100%;
		float: none;
	}

    .rt-study-listing {
        width: 60%;
        box-sizing: border-box;
        float: left;
    }

    .rt-study-content-singlepage-application {
        border: 1px solid rgb(109,59,125,0.25);
        box-sizing: border-box;
        width: 40%;
        float: left;
        background-color: #F1F3F5;
        padding-bottom: 30px;
    }

	.application-opt-button-container {
		flex-direction: row;
	}

	.application-opt-button {
		margin: 0% 1%;
	}

}

