@import "../css/font-awesome.min.css";
/*@import "../css/responsive.css";*/

@font-face {
    font-family: 'League Gothic';
    src: url('../fonts/LeagueGothic-Regular-webfont.eot');
    src: url('../fonts/LeagueGothic-Regular-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/LeagueGothic-Regular-webfont.woff') format('woff'),
         url('../fonts/LeagueGothic-Regular-webfont.ttf') format('truetype'),
         url('../fonts/LeagueGothic-Regular-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LeagueGothic-Italic';
    src: url('../fonts/LeagueGothic-Italic-webfont.eot');
    src: url('../fonts/LeagueGothic-Italic-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/LeagueGothic-Italic-webfont.woff') format('woff'),
         url('../fonts/LeagueGothic-Italic-webfont.ttf') format('truetype'),
         url('../fonts/LeagueGothic-Italic-webfont.svg#LeagueGothicItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LeagueGothic-CondensedRegular';
    src: url('../fonts/LeagueGothic-CondensedRegular-webfont.eot');
    src: url('../fonts/LeagueGothic-CondensedRegular-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/LeagueGothic-CondensedRegular-webfont.woff') format('woff'),
         url('../fonts/LeagueGothic-CondensedRegular-webfont.ttf') format('truetype'),
         url('../fonts/LeagueGothic-CondensedRegular-webfont.svg#LeagueGothicCondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LeagueGothic-CondensedItalic';
    src: url('../fonts/LeagueGothic-CondensedItalic-webfont.eot');
    src: url('../fonts/LeagueGothic-CondensedItalic-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/LeagueGothic-CondensedItalic-webfont.woff') format('woff'),
         url('../fonts/LeagueGothic-CondensedItalic-webfont.ttf') format('truetype'),
         url('../fonts/LeagueGothic-CondensedItalic-webfont.svg#LeagueGothicCondensedItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, 
address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, 
var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td {
	margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
	font-size:100%; 
	vertical-align:baseline; 
	background:transparent;
	} 


body {
	font-size: 15px;
	line-height: 1.8;
	}

ol, ul{list-style:none;} 
blockquote, q{quotes:none;} 
blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} 
:focus{outline:0;} 
ins{text-decoration:none;} 
del{text-decoration:line-through;} 
table{border-collapse:collapse; border-spacing:0;}

img {
	width: 100%;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	}
 
 
/*MAIN*/
body {
  color: #717272;
  font-family: 'open sans', arial, sans-serif;
  height: 100%;
  margin: 0;
  padding: 140px 0 0 0;
}

h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 50px;
}

a, a:hover, a:visited {
  color: #5e94ff;
}

.page-wrap {
  background: #fff;
  position: relative;
  /*margin-top:140px*/
}


/** Buttons */
.button,
.button-primary,
 input[type="submit"],
.submit.button {
	font: bold 22px 'open sans', arial, sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 20px 40px 22px;
	background: #838383;
	display: inline-block;
	border-radius: 4px;
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .25);
}

.button-small {
	font-size: 15px;
	padding: 13px 30px 15px;
}



.button:active,
.button-primary:active,
.submit.button:active {
	padding: 22px 40px 20px;
	box-shadow: none;
}

.button-small:active,
input[type="submit"]:active{
	padding: 15px 30px 13px;
	box-shadow: none;
}

.button:hover,
.submit.button:hover {
	text-decoration: none;
}

.bordered {
	border: 3px solid #fff;
	display: inline-block;
}
.full-rounded {
	border-radius: 1000px;
	-moz-border-radius: 1000px;
	-webkit-border-radius: 1000px;
	-ms-border-radius: 1000px;
}
/* Helpers */




.content {margin-top: 55px;}

.title {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.title:before {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  content: " ";
  display: block;
  height: 2px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 1;
}

.title span {
  background: #fff;
  padding: 0 50px;
  position: relative;
  z-index: 5;
  font-size: 48px;
  font-family: "League Gothic",sans-serif;
  text-align: center;
  text-transform: uppercase;
  
}

.hide {
  display: none;
}


.title-box{
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 40px;
	padding-bottom: 20px;
	position: relative;
}
.title-box:after {
	background: none repeat scroll 0 0 #FFFFFF;
	content: "";
	float: left;
	height: 1px;
	margin-top: 21px;
	width: 100%;
}

/*span*/

.stripe div {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 500px;
  min-height: 500px;
  width: 33%;
}


.stripe img {
  height: 100%;
}

/* Navigation */
section {
	padding: 20px 0;
}



.main-nav {
  float: right;
  list-style: none;
  margin: 0 65px 0 0;
  padding: 5px 0;
}

.main-nav li {
  display: inline-block;
  padding: 0 15px;
}

.main-nav li.sep {
  border-right: 1px solid #d4d4d4;
}

#header .button {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 0;
}

header {
	position: fixed;
	width: 80%;
	top: 50px;
	left: -40%;
}

#navigation {
    background: rgba(34, 42, 49, 0.80);
    position: fixed;
    width: 100%;
    height: 140px;
    top: 0px;
    left:0%;
    margin-left: 0%;
    
    z-index: 999;
    
    
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}


	#navigation.sticky{
		width: 100%;
		top: 0px;
		left: 0px;
		margin-left: 0px;
	}


#navigation .inside {
    margin: 0 auto;
    z-index: 1000;
}
#navigation h1{
	display: none;
}
#navigation #logo {
   display: inline-block;
   width: 13%;
/*   background: url("../imgs/logo.png") no-repeat 0 0;
   text-transform: uppercase;
   font-size: 30px;
   text-indent: -999em;
   width: 250px;
   height: 60px;*/
   vertical-align: middle;
   margin: 10px 0px 5px 0px;
    }
    #navigation #logo a{
    	display: block;
    	padding: 0;
    }


nav {
	width: 100%;
	position: relative;
}

nav ul {text-align: center;}
nav ul li {display: inline;}
nav ul li a {
    color: #e5e3e3;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    
    /*line-height: 58px;*/
    padding: 4px 1px 6px 15px;
    text-transform: uppercase;
    font-family: Futura, 'Century Gothic', 'Apple Gothic', AppleGothic, sans-serif;
    font-size: 1.60em;
    font-weight: 400;
}

nav a#pull { display: none;  }  

/*-----------------------------------------SLIDER SECTION--------------------------------------------------*/
.slider {
	margin: 0;
	z-index: 1;
}
.main-slider {
	
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
	ul.heroSlider{
		position: relative;
		display: block;
		list-style-type: none;
		margin: 0;
		padding: 0;
		white-space: nowrap;
		height: 570px !important;
	}
	/*ul.heroSlider li {
		background: transparent;
		display: block;
		overflow: hidden;
		float: left;
		position: relative;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	ul.heroSlider li img {
		position: absolute;
		left: 50%;
		height: 100%;
		-webkit-transition: all 0.3;
		-moz-transition: all 0.3;
		-ms-transition: all 0.3;
		-o-transition: all 0.3;
		transition: all 0.3;
		margin: 0 -720px;
	}*/
	
	.main-slider .bx-wrapper .bx-viewport{
		display: block;
		width: 100% !important;
		/*overflow: visible !important;*/
		position: relative;
		-webkit-transition: all 0.3;
		-moz-transition: all 0.3;
		-ms-transition: all 0.3;
		-o-transition: all 0.3;
		transition: all 0.3;
		max-height: 570px !important;
	}
#donate{display: none;}
#heroDonate {
	position: absolute;
	width: 335px;
	top: 20%;
	left: 28%;
	margin-left: -230px;
	z-index: 100;
	color: #f6f6f6;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	background: rgba(34, 42, 49, 0.62);
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	
}
	#heroDonate h2{
		color: #5e94ff;
		font-weight: 300;
		margin: 10px 0 20px 0;
		font-size: 60px;
		line-height: 80px;
		text-transform: uppercase;
		font-family: League Gothic;
		text-align: center;
	}
	#heroDonate p{letter-spacing: -0.05em;}
	#heroDonate .donationDonate{
		text-align: center;
		margin: 43px 0 20px;
	}
	#heroDonate .donationDonate a{
		background: #5e94ff;
		color: #FFFFFF;
		font-weight: 400;
		font: inherit;
		font-size: 22px;
		font-weight: 200;
	}
.more-info {
	border: 2px solid;
	color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	display: inline-block;
	font-family: montserrat;
	margin: 40px;
	padding: 10px 20px;
	text-transform: uppercase;
}
.more-info:hover, .more-info:active {
	color: #f39c12;
}




.grey{
	padding: 20px;
	background: #f6f6f6;
	border-bottom: #e0e0e0;
	margin-top: 0;
	position: relative;
	text-align: center;
}



/* About */

.about p{
  text-align: left;
}

.about .container {
  padding-bottom: 50px;
}

.about h1 {
  color: #373737;
  font-size: 65px;
  font-weight: 300;
  margin: 10px 0 20px 0;
  font-size: 72px;
  line-height: 85px;
  text-transform: uppercase;
  font-family: League Gothic;
}

.about h2 {
  margin-top: -130px;
  visibility: hidden;
}

.about .line1,
.about .line2 {
  display: block;
  margin: 0 auto;
}

.about .line1 {
  max-width: 750px;
  text-align: center;
}

.about .line2 {
  margin-top: 20px;
  max-width: 760px;
}

.about strong {
  color: #373737;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.about p {
  color: #818181;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  margin-top: 15px;
}

.about .button {
  -moz-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  font-size: 19px;
  font-weight: 400;
  padding: 15px 75px;
  position: relative;
  top: 29px;
}

.about h3 {
  color: #666;
  font-size: 16px;
  font-weight: 300;
}

.about h3 span {
  background: #f6f6f6;
}

/* Countdown */
.countdown {
  margin: auto;
  width: 200px;
}

.countdown .caption {
  color: #acacac;
  display: block;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

.countdown time {
  display: none;
}

.countdown br {
  clear: both;
}

.countdown .part {
  float: left;
  margin-left: 10px;
  width: 58px;
}

.countdown .days {
  margin-left: 0;
}

.countdown .number {
  background: #fff;
  border: 1px solid #e0e0e0;
  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  
  border-radius: 5px;
  color: #444;
  font-size: 40px;
  font-weight: 300;
  line-height: 55px;
  text-align: center;
}

/* Our Mission */

.mission .container {
  padding-top: 35px;
}


.mission p {
  color: #818181;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  margin-top: 15px;
}

.mission .intro {
  font-size: 16px;
  line-height: 26px;
  margin: 20px 0;
  
  color: #373737;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  
}

.mission strong {
  color: #717272;
  font-weight: 600;
}

.mission .intro strong {
  color: #262728;
  font-weight: 400;
}

.mission .note {
  font-style: italic;
}
/* ======================================================================== */
/* ! THE TEAM
/* ======================================================================== */

.team,
.team .title span{background: #222a31;}
.team .title span{
	color: #fff;
}

.slider { margin: 50px 0 10px !important; position: relative;}
#carousel{margin-top: 20px;}

#carousel li {margin-right: 5px; -webkit-backface-visibility: visible; !important; text-align: center; color: #e5e3e3;}

#carousel img {display: block; opacity: .5; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}
#carousel .thumbnail {
	width: 130px;
	height: 130px;
	display: inline-block;
	margin: 0 auto 10px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	position: relative;
	box-shadow: none;
	padding: 0;
	overflow: hidden;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
}

	.thumbnail > img {
		width: 100%;
		height: auto;
		margin-top: -12px;
	}
	.desc{height: 50px;}
	
	
.carousel-indicators {
	position: relative;
	right: auto;
	left: auto;
	top: 0;
	text-align: center;
}
.carousel-indicators li {
	text-indent: 0;
	height: auto;
	min-height: 40px !important;
	cursor: pointer;
	background: none;
	opacity: 0.5;
}
.carousel-indicators li.flex-active-slide,
.carousel-indicators li:hover {
	background: none;
	opacity: 1;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}


.carousel-inner {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	min-height: 300px;
}
.carousel-inner li p {
	clear: both;
	border: none;
	position: relative;
	padding: 30px 50px;
	border-radius: 5px;
	background-color: rgba(255,255,255,.2);
	color: #e5e3e3;
	font-size: 15px;
	font-weight: 300;
	line-height: 26px;
}

.carousel-indicators li.flex-active-slide .arrow,
.carousel-indicators li.flex-active-slide:hover .arrow {
	width: 0;
	height: 0;
	margin: 10px auto 0;
	display: block;
	border-bottom: 30px solid transparent;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom-color: rgba(255,255,255,.2);
}


.carousel-indicators li .arrow,
.carousel-indicators li:hover .arrow {
	border-bottom-color: transparent;
	width: 0;
	height: 0;
	margin: 10px auto 0;
	display: block;
	border-bottom: 30px solid transparent;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
}
/*
.carousel-control {
	border: none;
	background: none;
	font-size: 30px;
	top: 80px;
}

.carousel-control.left {left: -10px;}
.carousel-control.right {right: -10px;}
*/




/**/


/* Inspiration */

/*.inspiration h2 {
  color: #555;
  font-size: 32px;
  font-weight: 300;
  margin: -35px 0 5px 0;
  padding-top: 85px;
}*/

.inspiration .title:before {
  top: auto;
  bottom: 24px;
}
.inspiration .title span {
  padding: 0 25px;
}

.inspiration .span12 {
  text-align: center;
}

.inspiration .span4 {
  /*max-width: 222px;*/
  opacity: 0;
}

.no-csstransitions .inspiration .span4 {
  opacity: 1;
}

.csstransitions .inspiration .span4 {
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.csstransitions .inspiration .n2 {
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.csstransitions .inspiration .n3 {
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.csstransitions .inspiration .n4 {
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.csstransitions .inspiration.visible .span4 {
  opacity: 1;
}

.inspiration h3 {
  font-size: 16px;
  font-weight: 400;
}

.inspiration p {
  color: #9f9f9f;
}

/* FAQ */

.faq dl {
	text-align: left;
}
	.faq dl dd{padding: 5px 20px;}
	
	.faq dl dt{
		padding: 8px 0px 8px 20px;
		background: rgba(37, 37, 37, 0.07);
		margin: 0 0 5px 0;
		display: block;
		cursor: pointer;
		text-decoration: none;
		-webkit-transition: background-color 0.4s ease-in;
		-moz-transition: background-color 0.4s ease-in;
		-o-transition: background-color 0.4s ease-in;
		transition: background-color 0.4s ease-in;
	}
	



/* Footer */

#footer-main {
background: #222a31;
color: #6e6e6e;
padding: 40px 0 30px;
text-align: left;
clear: both;
}
#footer-main a {
color: #6e6e6e;
display: inline-block;
}
#footer-main .container {
max-width: 1020px;
margin: 0 auto;
padding: 0 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#footer-main .container ul {
float: left;
margin-bottom: 30px;
}
#footer-main .container ul li {
line-height: 28px;
height: 28px;
list-style: none;
}

#footer-main .title, #footer-main .title a {
color: #e6e6e6;
margin-bottom: 80px;
/*text-align: center;*/
}
#footer-main .title span{
	background: #222a31;
}

#footer-main .container ul.socioIcons {width:100%; text-align: center; margin: 0 0 60px 0;}
#footer-main .container ul.socioIcons li{display: inline-block; vertical-align: top;}

#footer-main .container ul.socioIcons li a{
display: block;
margin: 0 5px;
text-decoration: none;
width: 50px;
line-height: 60px;
height: 50px;
color: #fff;
background: #6e6e6e;
-webkit-border-radius: 90px;
-moz-border-radius: 90px;
border-radius: 90px;

-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

/*#footer-main .title:before{display: none;}*/

#footer-main .footer-bottom {
clear: both;
text-align: center;
/*padding-top: 30px;
border-top: 1px solid #515151;*/
}



/* Responsive */

@media (max-width: 1600px) {
  .stripe img {
    display: none;
  }
}

@media (max-width: 977px) {
  .container {
    padding: 0 15px;
  }

  .main-nav {
    margin-right: 70px;
  }

  #header .button {
    right: 10px;
  }

}

@media (max-width: 767px) {
html, body {
	min-width: 0;
}
  #header {
    z-index: 10000;
  }
  #navigation {
  	background: rgba(34, 42, 49, 1);
  	 z-index: 100000; 
  }
  #navigation h1{
  	display: block;
  	width: 148px;
  	padding: 21px 0;
  	margin-left: 5%;
  	float: left;
  }
  
  #menu-button {
  		  float: right;
          font-size:50px; /* Change to alter button size */
          font-family:verdana !important;
          font-weight:normal !important;
          font-style:normal !important;
          height:0.9em;
          width:0.9em;
          cursor:pointer;
          position:relative; /* Also works with absolute */
          margin-top: 50px;
          margin-right: 5%;

  }
  
  #menu-button:after {
          content:'\2261';
          color:#e5e3e3;
          position:absolute;
          top:0.39em;
          left:0.036em;
          line-height:0em;
  }
  
  #menu-button:active {
          top:1px;
          left:1px;
  }
  
  nav {   
          height: auto;  
          background: rgba(34, 42, 49, 1);
          left: 0;
          top: 100%;
          position: absolute;
          box-shadow: rgba(0, 0, 0, .25) 0 3px 3px;
          display: none;
         
      }  
      
      nav ul {  
          width: 100%;  
          display: block;  
          height: auto; 
          
      }  
      nav li {  
          width: 100%;  
          float: left;  
          position: relative; 
          text-align: left; 
          border-top: 1px solid rgba(221, 221, 221, 0.05);
      }  
      #donate{display: block; }
      nav li:first-child{border: none;}
      
      #navigation #logo, #heroDonate{display: none;}  
      nav ul li a {display: block; padding-left: 25px;} 
      
      
}

@media (max-width: 480px) {
  #header h1 {
    font-size: 16px;
  }

  .title {
    padding: 0;
    width: 100%;
  }

  .title span {
    padding: 0 !important;
  }

 .title:before {
    display: none;
  }

  .mission h2:before {
    height: 270px;
    max-width: 296px;
    width: auto;
  }

/*  #faq .title {
    text-align: left;
  }

  .about h1 {
    font-size:40px;
  }
   nav {border-bottom: 0; }  
  nav ul {  
      display: none;  
      height: auto;  
  }  
  #navigation a#pull {  
      display: block;
      width: auto;
      position: relative;
      text-indent: -999em;
      padding: 20px;
      margin: 0;
      background: #222a31;
      overflow: hidden;
      
  }  
  #navigation a#pull:before{
	  background: transparent;
	  border-bottom: 13px double white;
	  border-top: 4px solid white;
	  content: "";
	  height: 5px;
	  position: absolute;
	  right: 20px;
	  top: 18px;
	  width: 30px;
	  
	}*/

}

@media (max-width: 380px) {}


/*
     FILE ARCHIVED ON 22:46:44 Apr 19, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:40:24 Nov 04, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 4.98
  exclusion.robots: 0.03
  exclusion.robots.policy: 0.017
  esindex: 0.013
  cdx.remote: 19.722
  LoadShardBlock: 397.681 (3)
  PetaboxLoader3.resolve: 575.872 (4)
  PetaboxLoader3.datanode: 318.471 (5)
  load_resource: 513.912
  loaddict: 51.578
*/