﻿@charset "utf-8";

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local(OpenSans-Bold), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzJ1r3JsPcQLi8jytr04NNhU.woff) format("woff")
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local(OpenSans-Light), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format("woff")
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    src: local("Open Sans Extrabold"), local(OpenSans-Extrabold), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hp1r3JsPcQLi8jytr04NNhU.woff) format("woff")
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local(OpenSans), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/K88pR3goAWT7BTt32Z01mz8E0i7KZn-EPnyo3HZu7kw.woff) format("woff")
}

em {
    padding-right: 0.15em;
}

.red {
    color: #ff0004;
}

a {
    color: #115871;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #307287;
    text-decoration: underline;
}
a:focus{
    color: #307287;      
    outline-color: #cc5200 !important; 
    outline-offset: 0;
    text-decoration: underline;
}

@media only screen and (min-width:992px) {
    a:focus{
    outline-offset: 5px;
    }
}

@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {
    a:focus{
    outline-offset: 0;
    }
}

#affiliates a,
aside,
footer {
    text-align: center;
}

body {
	background-color: #fff;
    font-family: "Open Sans", sans-serif;
    margin: 0 auto;
    max-width: 100%;
    overflow-x: hidden;
    padding: 0;  
}

body.modal-open {
}

footer {
    background-color: #115871;
	color: #fff;
    font-weight: normal;
    padding: 15px 30px !important; 
}

footer a {
    border: 1px solid transparent;
    border-radius: 1px;
    color: #fff;
    display:inline-block;
    font-weight:400;
    padding-top:2px;
}

footer a:hover {
    background-color: transparent;
	color: #fff;
    text-decoration: underline;
}
footer a:focus { 
   background-color: transparent;
   color: #fff;
   font-weight: 400;
   outline-color: #ffffff !important;
   outline-offset: 0; 
   outline-style: solid;
   outline-width: .125em;
   padding: 2px;
   text-decoration: none;
}

h1 { 
	clear: left;
	color: #000;
	font-family: "Open Sans";
	font-size: 26px;
    font-weight: 700;
    line-height: 1.333;
    margin:0;
    padding:0; 
}

h1 > strong {
font-size:90%;
}

h2 { 
	clear: left;
	color: #000;
	font-family: "Open Sans";
	font-size: 1.35em;
    font-weight: 700;
    line-height: 1.333;
	margin: 1em 0 .45em;
}

h3 { 
	clear: left;
	color: #000;
    font-family: "Open Sans";
	font-size: 1.15em;
    font-weight: 700;
    line-height: 1.333;
	margin-top: 0;
	padding-top: .5em;
}

h4 { 
	clear: left;
	color: #000;
    font-family: "Open Sans";
	font-size: 1.1em;
    font-weight: 700;
    line-height: 1.333;
}

header {
    margin: 10px 0 !important;
    padding: 0 15px
}
header a {
    display:inline-block;
}
header a:focus {
    outline: none;
}
header a:hover {
    text-decoration: none;
}

.radinfo-iframe {
    border: none;
	height: 390px;
	margin: 0;
    padding: 0; 
}

sup {
    font-family: Arial !important
}

.list-item-starter {
    border-bottom: solid 1px #000;
	font-weight: 700;
}

#affiliates a {
    display: block;
	float: left;
    height: 200px;
    margin: 10px 30px 0 0;
    width: 180px;
}

#affiliates div {
    display: inline-block;
    height: 120px;
}

#affiliates img {
    display: inline-block;
	margin: 10px auto;
    max-height: 100px;
	max-width: 150px;
    vertical-align: baseline;  
}

#affiliates p {
    clear: both;
    display: block;
}

#article,
#contact,
#faq,
#gallery,
#links,
#printable-handouts,
#sitemap,
#submenu {
    max-width: 1110px;
    padding: 0 20px;
}

#main-inner {
    background-color: #fff;
    max-width: 1110px;
	padding: 0 10px 0;
}

#article h2 {
	border-top: 1px #ccc solid;
    padding: .75em 0 .25em;
}

#comment-box {
	max-width: 820px;
    padding: 15px;
    width: 99%;
}

#dis-page-contents ul {
    list-style: none;
	margin: 10px 0 15px;
    padding: 0;
}

ul li {
    margin-bottom: 0;
    padding-top: 3px;
}

#dis-page-contents ul li,
.padded li {
    margin-bottom: 10px;
}

#page-contents ul li,
.padded li {
    margin-bottom: 7px;
}

#dis-page-contents ul li a:hover,
#page-contents ul li a:hover {
    color: #307287 !important;
    text-decoration: underline;
}

#ri-rtcol {
    background-image: none;
    background-repeat: repeat-x;
    height: 100%; 
    margin: 0;
    min-height: 645px;
    padding: 0 0 0 4px;
    text-align: center;
}

#dis-page-contents ul li a,
#page-contents ul li a,
#spotlight a,
#spotlight-m a {
    color: #115871;
    font-weight: bold;
    text-decoration: none;
}

#spotlight a:hover,
#spotlight-m a:hover {
    color: #307287 !important;
    font-weight: bold;
    text-decoration: underline;
}
#spotlight p,
#spotlight-m p {
    color: #333 !important;
    font-size: 1.2em;
    font-weight: 600;
    padding-top: 10px;
}
#spotlight div.left-pad p,
#spotlight-m div.left-pad p{
    margin-top:0;
    padding-top: 0;   
}
#spotlight div.left-pad ul,
#spotlight-m div.left-pad ul{
    margin-top:-10px;
    padding-top: 0;
    }
#spotlight p.colorhead,
#spotlight-m p.colorhead{
    color: #fff !important;
    font-weight: 500 !important;
    padding-top: 10px;
}
#spotlight p a{
    display:inline-block;
    font-size: 0.92em;
}
#spotlight li a{
    display:block;
}

#pediatric {
    min-height: 100px;
}

#video1 {
    background-color: #f2f2f3;
	background-image: -moz-linear-gradient( 88deg, rgb(255,255,255) 0%, rgb(249,249,249) 41%, rgb(242,242,243) 55%);
    background-image: -webkit-linear-gradient( 88deg, rgb(255,255,255) 0%, rgb(249,249,249) 41%, rgb(242,242,243) 55%);
    background-image: -ms-linear-gradient( 88deg, rgb(255,255,255) 0%, rgb(249,249,249) 41%, rgb(242,242,243) 55%);
	border-color: rgb(0, 0, 0);
	border-style: solid;
	border-width: 0;
    min-height: 295px;
    padding: 20px;
    text-align: left;
}

#incontentvideo,
#video1-mobile {  
	margin: 0 0 1.5em 0 !important;
	padding: .5em;  
}

.center {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

p.colorhead{
    font-weight: 500;
    letter-spacing:.1rem;
}
.colorhead {
    background-color: #115871 !important;
	border-top: 0;
	color: #fff !important;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 16px !important;
    font-weight:500;
    margin: 0;
	max-width: 100%;
    padding: .5em;
    text-align: left !important;
}

.colorhead.dontsplit {
    margin-left: 0;
}

.image-pad img {
    float: left;
    padding: 0 20px 10px;
}

.nobullet {
    list-style: none;
}

.reviewdate {
    border-top: 1px #ccc solid;
	clear: both;
    margin-top: 10px;
    padding: 10px 0;
}

.sectiondiv {
    clear: left;
    padding: 10px;
}

.snapshot {
	clear: left;
    color: #333; 
	font-size: 1.3em;
    padding: 10px 10px 5px 10px;
}

.snapshot a {
    font-size: 1em !important;
	white-space: normal;
}

p.snapshot   {
 background-color:#fff;
 font-weight: 400;
}

.small {
    font-size: .9em
}

.tagline {
    margin: -9vw auto 0; 
    padding: 0 10px;
    position: relative;width: 90%;
    z-index: 2; 
}

.tight {
    margin: 0
}

.tiny {
    font-size: 10px;
    font-style: italic
}

.top-link {
    clear: both;
    display: block; 
	font-size: .8em;
    margin-bottom: 0;
    padding: 10px 0;
	text-align: center; 
	width: 100%;
}

.wide {
    float: none;
    margin-top: 0 !important;
	width: 100% !important;
}

#submen .twoColumns a,
#submenu .column a {
    font-size: 1.2em;
	font-weight: 600;
}

.column {
    float: left; 
	min-width: 320px;
	width: 50%;
}

.topic {
    float: left;
	margin: 0;
	max-width: 525px;
}
    
.topic,
.topic img {
    width: 100%;
}
    
.topic img {
    padding-bottom: 6px;
}

.topic a {
    background-color: #f2f2f3;
    display: block;
    font-size: 1.2em !important;
    font-weight: 600;
    padding: 0 0 10px;	
    text-align: center;
}

.topic a:hover {
    background-color: #115871;
	color: #fff;
	display: block;
    font-size: 1.2em !important;
    padding: 0 0 10px;
    text-align: center;
}

.topic a::after {
    color: #295e70;
	content: "none";
}

div.topic,
img.topic {
    height: auto;
}

div.topic {
    min-height: 125px;
}

.twoColumns {
    clear: both;
    font-size: 1em;
	margin: 0 0 1em; 
	max-width: 1110px;
    width: 100%;
}

.column > *,
.page-contents > *,
.twoColumns > * {
	min-width: 320px;
    padding-right: 30px; 
}

.twoColumns h2:first-child {
    margin-top: 0;
    padding-top: 0;
}

.ABC:link,
.ABC:visited,
.ABC_on {
	background-image: none;
    border: 1px solid #429fbb;
    border-radius: 4px;
	cursor: pointer;
    display: inline-block;
	font-weight: 700;
    margin: 0 0 12px;
	min-width: 40px;
    padding: 8px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	user-select: none;
	vertical-align: middle; 
}

.ABC_on {
    background-color: #115871;
	color: #fff;
}

.ABC:link,
.ABC:visited {  
    background-color: #fff; 
	color: #429fbb;
}

.ABC:hover,
.ABC_on:hover {
    background-color: #307287;
	color: #fff;
}
.ABC_on:focus {
   background-color: #115871;
   color: #fff;
}

.glance {
    background-image: -moz-linear-gradient( 88deg, rgb(255,255,255) 0%, rgb(249,249,249) 41%, rgb(242,242,243) 55%);
    background-image: -webkit-linear-gradient( 88deg, rgb(255,255,255) 0%, rgb(249,249,249) 41%, rgb(242,242,243) 55%);
    background-image: -ms-linear-gradient( 88deg, rgb(255,255,255) 0%, rgb(249,249,249) 41%, rgb(242,242,243) 55%);
	float: left;
	margin: -10px 0 10px 0;
    padding: 10px 20px;
    width: 100%;
}

.glance h4,
p.glanceheadln {
    font-size: 100% !important; 
	font-weight: 700;
	text-align: center !important;
}

.glance p,
.glance ul li {
    font-size: 90%;
	text-align: left;
}

.glance ul {
    padding-left: 20px;
}

.glance ul li {
    margin: 0 20px 10px 0
}

.NotRadInfo,
p.right-align,
p.right-align.noprint {
    display: none
}

.normal {
    font-size: 10pt
}

article {
    padding: 0 !important
}

.col-lg-2,
.col-lg-8 {
    padding-right: 20px
}

.col-lg-12 {
    padding: 0 20px 0 30px
}

.col-lg-10 {
    padding: 0;
}

.navbar-inverse {
    background-color: #fff;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0
}

.navbar-nav li a {
    color: #333 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-right: 24px !important;
	padding-left: 12px;
}

.navbar-nav li a.gold {
    background: #115871;
    -webkit-border-radius: 30;
    -moz-border-radius: 30;
    border-radius: 30px;
    color: #fff !important;
    font-family: Arial;
    font-size: 16px !important;
    padding: 10px 20px 10px 20px !important;
    text-decoration: none;
}

.dropdown-menu li a:focus,
.dropdown-menu li a:hover,
.navbar-nav li:focus {
    background-color: #307287;
}

.navbar-toggle {
    background-color: #307287;
    border: 1px solid #307287 !important;
	margin-left: 15px;
}

.navbar-inverse .navbar-toggle:focus{
 outline-color: #cc5200 !important;
 outline-offset: 0;
 outline-style: solid;
 outline-width: 2px;
 padding: 10px;
}

.dropdown-menu {
    background-color: #429fbb;
    border: none;
    border-radius: 0;
    margin: 10px 0 0;
    padding: 0;
}

li.dropdown,
li.dropdown.open,
li.dropdown.open a.dropdown-toggle {
    background-color: #429fbb !important;
}

.dropdown-menu li {
    margin: 0;
}

.dropdown-menu li a {
    padding: 10px 15px !important;
}

.border {
    border: 1px solid #999;
}

.carousel-inner img,
.img-responsive {
    width: 100%;
}

.float-right {
    float: right;
    height: auto;
    margin: 10px 0 0 20px;
	width: 250px;
}

.float-right img {
    display: block;
	height: auto;
    padding: 5px 0; 
	width: 250px;
}

.photoholder {
    background-color: #f2f2f3;
	background-image: -moz-linear-gradient( 88deg, rgb(255,255,255) 0%, rgb(249,249,249) 41%, rgb(242,242,243) 55%);
	background-image: -ms-linear-gradient( 88deg, rgb(255,255,255) 0%, rgb(249,249,249) 41%, rgb(242,242,243) 55%);
    background-image: -webkit-linear-gradient( 88deg, rgb(255,255,255) 0%, rgb(249,249,249) 41%, rgb(242,242,243) 55%);
    border-color: rgb(0, 0, 0);
    border-style: solid;
	border-width: 0;
    margin: 0;
    padding: 0;
    text-align: left;
}

.photoholder .enlarge {
	background: url(/images/radinfo-sprites.png) 0 -202px no-repeat;
    color: #fff;
	display: block;
	font-style: italic;
	font-weight: 700;
	left: 0;
	padding: 5px 30px;
    position: relative;
	top: -30px;
    width: 100%;
    z-index: 1; 
}

.resource {
    float: right;
	margin: -30px 0 10px 20px;
    width: 180px;
}

.button {
    background-color: #115871;
    background-image: none;
    border: 1px solid #429fbb;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: 12px 0;
    max-width: 180px;
	min-width: 80px;
    padding: 8px;
    text-align: center;
    -moz-user-select: none;
    -ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
    vertical-align: middle;   
}

.button:hover {
    background-color: #307287; 
	color: #fff;
}

.inverse,
.on {
	background-color: #fff;
    color: #115871;
}

.ped-graphic,
.ped-graphic-multispan {
    background: url(/-/media/images/radinfo/sprites/pediatric-sm.png) 0 0 no-repeat;
    margin: 10px 0;
    min-height: 42px; 
	padding-left: 50px;
}

div.ped-graphic ul {
    margin-top:-8px;
}
div.ped-graphic li, div.ped-graphic-multispan li  {
   margin-left:14px; 
}

.head-graphic,
.head-graphic-multispan {
    background: url(/-/media/radinfo/radinfo%204%20kids/headshot.jpg) no-repeat;
    margin: 10px 0;
    min-height: 42px;
	padding-left: 45px;
}

#kids-activities li {
    position: relative;
    z-index: 1;
}

.ped-graphic ul,
.ped-graphic-multispan ul {
    padding-left: 10px;
}

.ped-graphic img,
.ped-graphic-multispan img {
    display: none;
}

#share-links a {
    width: 38px;
}

#share-links {
    float: right;
    padding: 3px 10px 0 0 !important;
    width: auto;
}

.view-PDF-en,
.view-PDF-sp {
    background: url(/-/media/images/radinfo/sprites/pdf.png) 0 0 no-repeat;
    background-size: 35px 35px;
	display: inline-block;
    height: 35px;
    width: 35px;
}

.share-facebook-en,
.share-facebook-sp {
    background: url(/-/media/images/radinfo/sprites/facebook.png) 0 0 no-repeat;
    background-size: 35px 35px; 
	display: inline-block;
    height: 35px;
    width: 35px;
}

.share-twitter {
    background: url(/-/media/images/radinfo/sprites/twitter.png) 0 0 no-repeat;
    background-size: 35px 35px; 
	display: inline-block;
    height: 35px;
    width: 35px;
}

.radinfo-facebook {
    background: url(/images/radinfo-sprites.png) 0 -145px no-repeat;
	display: inline-block;
    height: 25px;
    width: 20px;
}
.radinfo-twitter {
    display: inline-block;
    height: 25px;
    width: 22px;
}

.radinfo-twitter {
    background: url(/images/radinfo-sprites.png) -25px -145px no-repeat;
}

.radinfo-rss {
    background: url(/-/media/images/radinfo/sprites/instagram.png) no-repeat bottom;
    margin: 5px 0 0 5px;
}

#glossary-container-main {
    margin: 0 auto 10px;
    max-width: 650px;
    padding: 10px;
	width: 99%;
}

.close {
    float: right;
	font-size: 2.5em;
    height: 40px;
	width: 40px;
}

.term {
    font-size: 1.3em;
    font-weight: 700;
	margin-bottom: 6px;
}

.phonetic {
    font-size: .9em
}

.glossary-body dd {
    font-size: .9em;
    line-height: 2;
	margin: 0;
}

.feedback-content {
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
    border: 1px solid #f2f2f3;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0; 
    position: relative;
}

.hp-special {
    display: none;
}

.popover {
    background-color: #e74c3c;
    color: #ecf0f1;
    width: 150px;
}

.popover.right .arrow:after {
    border-right-color: #e74c3c;
}

label.error {
    color: red;
	float: none;
	font-size: 90%; 
	font-weight: 400;
    padding-left: .5em;
    vertical-align: top; 
}

.on_toc,
.ourmission {
    color: #005572;
    font-weight: 700;
}

.ourmission {
    font-style: normal;
    font-weight: 900;
	margin-bottom: 0 !important;
}

#missionbody {
    background: #f7fbfc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZmJmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2Q5ZWRmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZGQ5ZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #f7fbfc 0, #d9edf2 40%, #add9e4 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #f7fbfc), color-stop(40%, #d9edf2), color-stop(100%, #add9e4));
    background: -webkit-linear-gradient(left, #f7fbfc 0, #d9edf2 40%, #add9e4 100%);
    background: -o-linear-gradient(left, #f7fbfc 0, #d9edf2 40%, #add9e4 100%);
    background: -ms-linear-gradient(left, #f7fbfc 0, #d9edf2 40%, #add9e4 100%);
    background: linear-gradient(to right, #f7fbfc 0, #d9edf2 40%, #add9e4 100%);
	border: 1px solid teal; 
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px; 
	border-radius: 6px;
	max-width: 760px; 
	padding: 4px;
}

#missionbody p {
    font-size: 114%;
	margin-bottom: 30px;
    padding: 8px 0 8px 2px;
}

#missiontrailer {
    margin-top: 30px;
    max-width: 760px;
	padding: 4px;
}

.alt-left-col {
    font-size: 1em;
    font-style: italic; 
	margin-top: 10px;
    text-align: center;
}

.search-txt {
    color: navy;
    padding-top: 6px;
}

.btn-navbarmini {
    margin-bottom: 6px;
}

.btn-navbarmini a {
    color: teal;
}

.btn:hover {
    background-color: wheat;
}

.active {
    border-right: 1px solid #fff;
	color: #f4f7e3;
	font-size: 1em;
	margin: 0;
    padding: 0;
}

.active a {
    background-color: teal;
    color: #fff !important;
}

.active a .black a {
    background-color: #000;
}

.active a .gray a {
   background-color: #e8e8e8;
}

.active a .orange a {
   background-color: orange;
}

.clearfloat {
    clear: both;
    font-size: 1px;
	height: 0;
    line-height: 0;
}

.image-modal-body {
    width: 920px;
}

#sitemap-accordion a {
    font-size: 110%; 
	line-height: 30px;
}

#sitemap-accordion li {
    line-height: 35px;
	list-style: none;
    margin-left: 15px;
}

#sitemap-accordion .glyphicon {
    color: #307287;
	font-size: .8em;
    padding-right: 5px;
}

#sitemap-accordion p {
    margin: 0;
}

table#booklets {
    border: none;
	width: 100%;
}

#booklets tr {
    border: none;
}

#booklets td {
    border: none;
	padding-left: 4px;  
}

#rad_dose_chart {
    margin: 12px 0 10px;
    width: 100%;
}

#rad_dose_chart table,
td,th {
    border: 1px solid #000;
}

.category-head {
    padding-left: 1px;
	vertical-align: top;
}

.valign-mid {
    padding-left: 1px;
	vertical-align: middle;
}

.valign-top {
    padding-left: 2px;
	vertical-align: top;
}

.cell-width-50 {
    width: 50%;
}

.cell-width-25 {
    padding-left: 1px;
	width: 25%;
}

.center-text {
    text-align: center;
}

#rad_dose_chart .note {
    margin: 14px 2px 10px 6px;
}

#safety-benefits-risks {
    page-break-inside: avoid;
}

#example {
    background-color: wheat;
	border: 1px solid #000;
    margin: 20px 30px 0;
    padding: 4px;
}

#example h2 {
    border-top: none;
	margin-top: 0;
}

#MoreLinkContainer {
    background-color: #fff;
	display: inline-block;
    margin-top: 0;
    text-align: left; 
	width: 100%;
}

#MoreLinkContainer p {
    background-color: #fff;
    color: #000;
    padding-left: 5px;
}

#player3 {
    width: 100% !important;
}

@media only screen and (min-width:320px) {
    #myElement1-mobile {
        margin: -10px 0 10px;
        padding: 0
    }

    #page-contents ul {
        padding: 0
    }

    #share-links {
        margin-top: .5em !important;
        width: 100%
    }
	
	#page-contents div {
	    background-color: #f2f2f3;
	}
}

@media only screen and (min-width:992px) {
    #incontentvideo {
        margin-bottom: 30px
    }

    #player3 {
        width: 600px !important
    }

    #player3 {
        margin: 0 auto;
        text-align: center
    }

	#main-inner {
        padding: 0 30px 0 30px !important;
    }

    #printable-handouts {
        padding-left: 5px;
    }

    #main-inner .glance,
    #printable-handouts .glance
     {
        float: right;       
        margin: 0 0 1em 1em !important;
        max-width: 100%;
        width: 300px;
    }

    .wideglance {
        background-image: -moz-linear-gradient( 88deg, rgb(255,255,255) 0%, rgb(249,249,249) 41%, rgb(242,242,243) 55%);
        background-image: -webkit-linear-gradient( 88deg, rgb(255,255,255) 0%, rgb(249,249,249) 41%, rgb(242,242,243) 55%);
        background-image: -ms-linear-gradient( 88deg, rgb(255,255,255) 0%, rgb(249,249,249) 41%, rgb(242,242,243) 55%);
        float: left;
		margin: 10px 0;
		padding: 10px 20px;
        width: 100%;
    }

    #share-links {
        float: right;
        margin-left: 8px;
        padding: 0 0 0 2em;
        width: auto;
    }

    img.topic {
        float: right;
        margin-left: 40px
    }

    .twoColumns p:first-child {
        padding-top: 8px
    }
}

@media only screen {
    .fullURL {
        display: none
    }
}

@media print {
    .glance {
        border: 1px solid #999
    }

    #FeedbackForm,
    #SurveyRequest,
    #dis-page-contents,
    #footer-nav,
    #kidslink,
    #metadata,
    #page-contents,
    #pediatric,
    #related,
    #spotlight,
    #spotlight-m, 
    #player1, 
    #video1-mobile, 
    #incontentvideo {
        display: none
    }

    #myElement1-mobile {
        height: 0;
    }

    .aboutsite,
    .button,
    .colorhead,
    .enlarge,
    .feedback-content,
    .navbar-form,
    .printdelete,
    .top-link
    {
        display: none !important;
    }

    .ped-graphic,
    .ped-graphic-multispan {
        padding-left: 0;
    }

    a[href]:after {
        content: none;
    }

    a.externalURL[href]:after {
        content: " (" attr(href) ") ";
        display: inline;
        font-style: italic;
    }

    a.fullURL[href]:after {
        content: " (" attr(href) ") "
    }

    a.fullURL[href]:after,
    span.fullURL {
        display: inline;
        font-style: italic;
    }

    #eop-info {
        margin-top: 24px;
    }
}

a.externalURL,
a.fullURL {
    display: inline;
    font-style: italic;
    padding-right: 0;  
}

.video-container {
    height: 0;
    overflow: hidden; 
	padding: 30px 0 56.25%;
	position: relative;
}

.video-container embed,
.video-container iframe,
.video-container object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (min-height:800px) {
    .pat-stories-modal {
        width: 90%;
    }
}

.epcot-video-modal {
    max-width: 800px;
}


.glossary-iframe {
    height: 400px;
	width: 99%;
}

.epcot-kids-iframe {
    min-height: 550px;
	width: 95%;
}


#dis-page-contents {
    margin-bottom: 35px;
}

#page-contents li,
.kids-list li {
	break-inside: avoid;
	-ms-column-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	display: inline-block;
    margin: 0 40px 0 10px;
    max-width: 85%;
	min-width: 70%;
    page-break-inside: avoid;
}

#dis-page-contents a::after,
#page-contents a::after,
#spotlight a::after,
#spotlight-m a::after,
#submenu p a::after,
.sitemap a::after,
.topic a::after {
    color: #429fbb;
	content: none;
   	display: inline-block;
    margin-right: -30px;
    padding: 0 5px;
    position: relative;
}

#dis-page-contents a,
#page-contents a {
    font-size: 1.1em;
}

.kids-list a::after {
    color: orange;
	content: "►";
	display: inline-block;
    margin-right: -30px;
    padding: 0 5px;
    position: relative;
}

#spotlight ul {
    list-style: disc;
}

#spotlight li::before {
    color: #307287;
    display: inline-block;
    margin-left: -1.25em;
	width: 1em;   
}

#radtable table {
    background-color: #F7F7F7;
}

#radtable table th {
    background-color: #C0E6F3;
}

#radtable table tr th:first-child {
    background-color: #CBF2FF;
    text-align: center;
}

#radtable .valign-top {
    vertical-align: text-top;
}

#radtable .center-text {
    text-align: center;
}

#radtable img {
    width: 60%;
}

#radtable-notes {
    border: 1px solid #cfcfcf;
    margin: 5px;
	padding: 5px; 
}

.radtablecell-mw70 {
    max-width: 70%;
}

.radtablecell-mw65 {
    max-width: 65%;
}

.radtablecell-mw60 {
    max-width: 60%;
}

.radtablecell-mw50 {
    max-width: 50%;
}

.radtablecell-bgwhite {
    background-color: #fff;
}

.radtablecell-margin6040 {
    margin: 6px 0 4px;
}

.center-text {
    text-align: center;
}

.right-image {
    clear: right;
	float: right;
    padding: 10px;
}

.left-image {
    clear: left;
	float: left;
    padding: 10px;
}

.bottom-list {
    margin-bottom: 1.2em;
}

.overflow-hidden {
    overflow: hidden;
}

@media print {
    #radtable img {
        width: 50%;
    }

    .img-responsive {
        height: 60%;
        width: 60%;
    }
}

.indentsm,
.indentsmem {
    margin-left: 1.25em;
}

.indent {
    margin-left: 3em;
}

#resources p {
    margin: 2px 0 6px 5px;
}

#resources h3 {
    margin-bottom: 0;
}

.feedback-content {
    margin: 10px auto;
	max-width: 600px;
	padding: 10px 10px;
	text-align: center;
}

.feedback-content span {
    font-weight: 700;
	text-align: center;
}

.feedback-content p {
    text-align: left;
}

.feedback-form-group {
    text-align: left;
}

#feedback-found-info .radiobutton {
    padding-bottom: 16px;
}

.kid-content-container {
    max-width: 1200px;
	padding-left: 10px !important;
}

#main-inner > div.kid-content-container + p{
    padding-bottom:24px;
}

.kid-content-container p {
    font-size: 1.05em;
}

.kid-content {
    max-width: 650px;
}

.kid-content h2 {
    margin-top: 40px;
}

#be-rad-kid-header {
    display: inline-block;
    font-style: italic;
	font-weight: 700;
}

.for-kids-facility {
    color: teal;
    font-style: italic;
}

.for-kids-video {
    margin-bottom: 12px;
    max-width: 640px;
    padding: 12px 35px 4px;
}

.kids-byline {
    font-weight: 700;
}

.kids-btn {
    background-color: #307287 !important;
	color: #fff !important;
	font-weight: 500 !important;
	padding: 10px !important;  
}

.kids-btn:hover {
    background-color: orange !important;
	color: #000 !important;
    font-weight: 500 !important; 
}

.kids-list {
    width: 80%;
}

.kids-list li {
    font-size: 1.1em;
    padding: 4px;
}

.kids-list a {
    color: #307287 !important;
}

.kids-list a:hover {
    color: #4b4b4b !important;
}

#epcot-vids.kids-list li {
    font-size: 1.1em;
	letter-spacing: .09em;
	margin-bottom: .9em;
    padding: 4px; 
}

.byline {
    color: #778899;
	font-size: 90%;
    padding-left: 1em;
}

.jw-state-idle .jw-controls {
    background-color: transparent !important;
}

.more {
    background-color:#000;
    color:#333;
    font-weight: 500;
    margin-top: -20px;
}
.more a {
    font-weight: 600;
}

.submenu-link {
 background-color:#fff;
}
.submenu-link a:focus {
 color: #307287;
}

#safety-menu {
    margin-left: 12px;
}

#cookie_chart {
    width: 100%;
}


#cookietable {
    background-color: #F7F7F7;
    margin-bottom: 16px !important;
}

#cookietable th {
    background-color: #C0E6F3;
}
#cookietable tr th {
    text-align: center;
}
#cookietable td {
   color: #000;
   font-size: 95%;
   padding: 4px;
}

.sponsored-logo {
    display: inline-block;
    height: 55px;
    margin: 10px;
	width: 100px;
}

.sm-ftxt {
    margin-top: 20px;
}

.form-div-submit {
    position: relative;
	text-align: center;
}

.form-group-left {
    text-align: left;
}

.radio-label {
    display: block;
}

.feedback-content input[type=radio] {
    margin-left: 10px;
}

.feedback-content .thanks {
    color: red;
    font-family: Cambria, "Hoefler Text", "Times New Roman", Serif;
    font-size: 2em;
    font-weight: 800;
    text-align: center;
}

#thanks {
    display: none;
}

.thanks {
    color: red;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", Serif;
    font-size: 2em;
    font-weight: 800;
    text-align: center;
}

.disabled-button {
    background-color: lightgray;
    border: 1px solid lightgray;
    color: #eeeeee;
	cursor: not-allowed;
}

.disabled-button:hover {
    background-color: lightgray;
    border: 1px solid lightgray;
    color: #eeeeee;
	cursor: not-allowed;
}

.form-loading {
    position: absolute !important;
    text-align: center;
	top: 37%;
	width: 93.5%;
}

.form-loading {
    background: url(../../images/radinfo/AjaxLoader.gif) no-repeat center;
    display: inline-block;
	height: 32px;
	position: relative;
	width: 32px;  
}

.handouts {
    min-height: 100px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.1, 1.1);
    }

    100% {
        -webkit-transform: scale(1, 1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

.headshot-container {
    float: right;
    margin: 12px 0 6px 12px;
}

.headshot-image {
    height: auto;
	width: 220px;
}

.headshot-caption {
    font-style: italic;
	margin-top: 3px;
    text-align: center;
}

.flex-position {
    display: flex;
    flex-wrap: wrap;
	position: relative;
}

.form-container .radio, .checkbox, textarea {
    margin-left: 60px;
}

.feedback-form-group textarea {
    margin-left: inherit;
}

.form-container {
    min-width: 280px;
	padding:12px 20px 20px 20px;
}

.form-container .question-container {
    padding-left: 15px;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    margin-top: 4px\9;
    margin-left: -20px;
	position: absolute;
}

.select {
    margin-left: 60px;
	max-width: 400px;
    width: 75%;
}

.hide-visibility {
    visibility: hidden;
}

.navbar-form, .form-group {
    align-items: center;
	display: inline-block;
	flex-direction: row;
    margin-bottom: 0;
    vertical-align: middle;
    width: 324px;
}

#related {
    background-color: transparent;
}
#related p {
    margin-bottom:4px;
}
#related a {
    font-style: normal;
}
#related .left-pad ul {
    padding-top: 5px;
}
#related.left-pad ul:first-child{
    margin-top: -4px;
}
#related-images-and-videos {
    margin-top: -10px;
    padding-top: 0 !important;
}

#kidslink.left-pad {
    background-color: transparent;
    background-image:none;
}

.ped-blurb-container {
    margin-top: 0;
}

#ped-blurb-text {
    padding-top: 5px;
}

.ped-img-container {
    float: left;
    padding:10px 10px 10px 0;
}

.col-sm-4 {
    min-height: 1px; 
	padding: 12px 15px 0 25px;
	position: relative;
}

.col-sm-6 {
    margin-bottom: 10px;
	min-height: 1px;
	padding: 0 15px 0 25px;
    position: relative;
}

h1.dontsplit:not(.home-page) {
    background-color: #f2f2f3;
	margin: 0;
    padding: 10px;
}

h1,
h2,
h3,
#sitemap-accordion {
    color: #000;
}

#page-contents ul {
    list-style: none;
    padding: 0;
}

#page-contents ul:first-child {
    margin-top: 0;
    padding-top: 10px;
}

#page-contents {
    background-color: #f2f2f3;
	margin: -1.5em 0 1.5em;
    padding: 0;
}

.navbar-nav li {
    border-bottom: 4px solid transparent;
}

.navbar-nav li:hover {
    background-color: #fff;
    border-bottom: 4px solid #115871;
}

.navbar-nav .dontsplit li a:hover {
    background-color: transparent !important;
    border-bottom: 4px solid #115871 !important;
    color: #115871 !important;
}

.navbar {
    border: 1px solid transparent;
    margin-bottom: 0 !important;
    min-height: 50px;
    position: relative;
}

.navbar-inverse .navbar-form {
    border-color: #b2dddd !important;
    color:black;
}

ul.navbar-nav {
    color: #333 !important;
    margin-top: 10px;
}

.navbar-nav {
    background-color: rgb(255, 255, 255);
    height: 100%;
    padding-bottom: 5px;
}

.navbar-collapse {
    border-top: .5px solid #b2dddd !important;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav li a.gold:hover {
    background: #157597 !important;
    color: #ffffff !important;
    text-decoration: none;
}

.navbar-nav li a.gold:focus{
    background-color: #307287;
    color: #fff !important;
    padding: 0;
}

ul.nav-link {
    color: #333 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-right: 24px !important;
}

ul.nav-link:hover {
    background-color: transparent !important;
    border-bottom: 4px solid #115871 !important;
	color: #115871 !important; 
}

ul.nav-active a {
    border-bottom: 4px solid #115871;
	color: #115871 !important;
    font-weight: bold;
}

.navbar.navbar-inverse .container-fluid {
    padding: 0 !important;
}

.left-pad {
    background-color: #f2f2f3;
    background-image: -moz-linear-gradient( 88deg, rgb(255,255,255) 0%, rgb(249,249,249) 41%, rgb(242,242,243) 55%);
    background-image: -webkit-linear-gradient( 88deg, rgb(255,255,255) 0%, rgb(249,249,249) 41%, rgb(242,242,243) 55%);
    background-image: -ms-linear-gradient( 88deg, rgb(255,255,255) 0%, rgb(249,249,249) 41%, rgb(242,242,243) 55%);
    border-color: rgb(0, 0, 0);
	border-style: solid;
	border-width: 0;
    height: 100%;
    margin-top: 0;
	max-width: 100%;
    padding: 5px 10px 10px 15px;
    text-align: left;
}

#ri-leftcol-desktop {
    background-image: none;
	height: 100%;
    margin: 0;
	min-height: 645px;
	padding: 0;
    text-align: center;
}
#ri-leftcol-desktop.col-lg-2 {
padding-left:10px;
}

.aboutsite {
    background-color: #f2f2f3;
    background-image: -moz-linear-gradient( 88deg, rgb(255,255,255) 0%, rgb(249,249,249) 41%, rgb(242,242,243) 55%);
    background-image: -webkit-linear-gradient( 88deg, rgb(255,255,255) 0%, rgb(249,249,249) 41%, rgb(242,242,243) 55%);
    background-image: -ms-linear-gradient( 88deg, rgb(255,255,255) 0%, rgb(249,249,249) 41%, rgb(242,242,243) 55%);
}

.aboutsite div{
background-color:white !important;
margin-bottom:30px;
}
.aboutsite div a {
display:inline-block;
height:90px;
margin-bottom: -10px;
overflow:hidden;
width: 135px; 
}
.aboutsite div a img{
height: 90px; 
width: 135px; 
}

#logo-buttons a:hover {
    color: #fff;
}

#kidslink {
	background-image: none;
    margin-top:-24px
}

@media only screen and (min-width:992px) {
    #incontentvideo {
        margin-bottom: 30px !important;
    }
	
	#main-inner.home-page {
        padding-left: 20px;
  }
}

#main-inner.home-page {
    padding-left: 20px;
}

.navbar-header {
    padding-left: 12px !important;
}

.navbar.navbar-inverse .container-fluid {
    padding: 0 !important;
} 

.navbar-collapse.collapse{
    overflow:hidden;
    padding-left:12px;
}

.navbar-nav li:last-child {
    border-bottom: 1px solid #fff;
    max-width: 12.5em;
    min-width: 12em;    
	padding-left: 0;
    text-align: center;
}

.navbar-nav li:nth-last-child(1):nth-child(odd) {
	padding-left:12px;	
}

.gold {
    margin: 10px 0 0 8px;
}

@media only screen and (min-width:992px) {
    .gold {
        margin-top: 0;
    }
}

.navbar-nav li:nth-last-child(1):nth-child(even) :not(.gold){
 border-bottom: 4px solid transparent;
}

.navbar-nav li:hover:nth-last-child(1):nth-child(even) :not(.gold){
background-color: transparent;
border-bottom: 4px solid #115871;   
}

.wrapper {
    margin: 6rem auto;
	width: 324px;
}
.searchBar {
    align-items: center;
    display: flex;
    flex-direction: row;
	width: 200px;
}

#term, #term-mobile {
    background-color: white;
	border: 1px solid #307287 !important;
    border-radius: 2.625rem;
    color:  #307287  !important; 
    font-size: 16px;
	height: 38px;
    outline: none;
    padding: 0 3.5rem 0 1.5rem;
	width: 200px;
}

#term:focus, #term-mobile:focus  {
    border: 1px dashed #307287 !important;
    color: #307287 !important;   
    outline-color: #cc5200 !important; 
    outline-style: dashed;
    outline-width: .01em;
} 

#termsubmit, #termsubmit-mobile{
    background: none;
	border: none;
    border-radius: 2.625rem;
    height: 2.8rem;
    margin-left: -3.5rem;
    outline: none;
	width: 3.5rem;
}

#termSubmit:hover, #termsubmit-mobile:hover {
    cursor: pointer;
}

#termsubmit:focus, #termsubmit-mobile:focus {
    border: 1px dashed #307287 !important;
    color:  #307287 !important;
    outline-color: #cc5200 !important;
    outline-style: dashed;
    outline-width: .01em;
} 

#termSubmit:active, #termsubmit-mobile:active {
 cursor: pointer;
 }

#page-contents\ sectiondiv{    
    clear:left;
}

.gallerynote {
    background-color: #E1EDF4;
    background-color: rgba(00, 80, 80, 0.1);
    border: 1px solid #115871;
    margin:  0 0 12px 10px;
    max-width: 500px;
    padding: 10px;
}

#StaticImage, #video-true { 
    padding: 10px 0 10px 10px; 
}

.media {
    max-width: 800px;
}

#safety-menu h2 {
	margin: 0;
    padding: 10px 0 5px 0;  
}
 
h2.kid-content {
	margin: 0;
    padding: 10px 0 5px 0;  
}

.screen-reader-only {
  clip: rect(0,0,0,0);
  overflow: hidden;  
  position: absolute;
  white-space: nowrap;  
  width: 1px;
 }

.cookie-popup{
    background-color: #192344 !important;
}
.popup-text{
    font-weight: 300;
} 
.cookie-popup a {
    color: #E8CA54 !important; 
}
.cookie-popup a:hover {
    text-decoration: underline !important; 
}
.cookie-popup .agree-button {
    background-color: #b33507 !important;
}
.cookie-popup .agree-button:hover {
    background-color: #bd4a1f !important;
    text-decoration: underline !important; 
}
.cookie-popup .find-more-button {
    background-color: #015091 !important;
}
.cookie-popup .find-more-button:hover {
    background-color: #005daa !important;
    text-decoration: underline !important;
}

#skiptocontent a {
    border-bottom: 1px solid #fff;
	border-radius: 4px;
    border-right: 1px solid #fff;
	color: #333;
    left: 0;
	padding: 6px;
	position: absolute;
	top: -40px;
    transition: top 1s ease-out;
	-webkit-transition: left 1s ease-out;
    z-index: 100;
}
#skiptocontent a:focus {
    border: 1px dashed #307287 !important;
    color: #307287 !important; 
    left: 10px;
    outline-color: #cc5200 !important;
    outline-offset: 0;
    outline-style: dashed;
    outline-width: .01em;
    position: absolute;
	text-decoration: none;
	top: 60px;
	transition: top .1s ease-in;
    -webkit-transition: top .1s ease-in;
}

#term:-webkit-autofill,
#term:-webkit-autofill:hover, 
#term:autofill:focus {
  -webkit-text-fill-color: #115871;
  -webkit-box-shadow: 0 0 0 40rem #ffff inset;
  box-shadow: 0 0 0 40rem #ffff inset;
  -webkit-autofill:focus;
}

.please-note{
font-size: 1.2em !important;
font-weight: bold;
}