@charset "UTF-8";

/* Fonts */
@font-face {
  font-family: 'matterhorn';
  src: url(""); /* IE9 Compat Modes */
  src: url("") format('embedded-opentype'), /* IE6-IE8 */
       url("urn:scrapbook:download:error:https://www.disneyinternational.com/fonts/matterhorn-regular.woff") format('woff'), /* Pretty Modern Browsers */
       url("urn:scrapbook:download:error:https://www.disneyinternational.com/fonts/matterhorn-regular.ttf")  format('truetype'), /* Safari, Android, iOS */
       url("") format('svg'); /* Legacy iOS */
}

body {
  background: #1C5FA0;
  font-family: "matterhorn", Helvetica, Roboto, Arial, sans-serif;
}
h1 {
	font-weight: 100;
}
a {
	color: white;
	text-decoration: none;
}
.logo {
text-align: center;	


background: #7db9e8; /* Old browsers */

background: -moz-radial-gradient(center, ellipse cover,  #00bdf0 0%, #1C5FA0 100%); /* FF3.6+ */

background: -webkit-gradient(radial, top top, 0px, top top, 170%, color-stop(0%,#00bdf0), color-stop(100%,#1C5FA0)); /* Chrome,Safari4+ */

background: -webkit-radial-gradient(center, ellipse cover,  #00bdf0 0%,#1C5FA0 70%); /* Chrome10+,Safari5.1+ */

background: -o-radial-gradient(center, ellipse cover,  #00bdf0 0%,#1C5FA0 70%); /* Opera 12+ */

background: -ms-radial-gradient(center, ellipse cover,  #00bdf0 0%,#1C5FA0 70%); /* IE10+ */

background: radial-gradient(ellipse at top, #00bdf0 11%,#1C5FA0 70%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bdf0', endColorstr='#1C5FA0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

ul, menu, dir {
    -webkit-padding-start: 0px;
}

.accordion {
    margin: 0;
	text-decoration: none;
}

.arrow {
  width: 20px;
  height: 20px;
  float: right;
margin-right: 20px;
margin-top: 15px;
  background-image: url("0e55aec74fdc9ea1fe9c796ea82da6472f3331ed.svg");
  background-size: contain;
}


.accordion .accordion-navigation > a, .accordion dd > a {
    border-bottom: #96b0ca 1px solid;
	text-decoration: none;
	border-radius: 10px;
}
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
   
    border-radius: 10px;
}

.content img{
width:30px;
padding-right: 5px;
padding-bottom: 3px;
}

footer p{
	font-size:10px;	
	text-align: center;
}