/*
Theme Name: Coastman
Theme URI:https://coastmannorway.com/
Author: #
Author URI: #
Description: Wordpress Theme
Version: 1.2
Tags: light, white, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-menu, featured-images, full-width-template, theme-options, fluid responsive
*/
/* Css 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; 
}
body {
	color:#000;
	padding:0;
	margin:0;
	font-size:12px;
	background:#fff;
	font-family: 'Lato', sans-serif;
}
ul,ol { list-style:none; }
img,fieldset { border:none; }	
a { text-decoration:none; }
a:hover { text-decoration:none; }
.skip {
	position:absolute;
	left:-9999px;
}
article,aside,details,figcaption,figure,footer,
header,hgroup,main,nav,section,summary { display: block; }
figure {
	margin:0;
	padding:0;
}
.clear {
	clear: both;
	height:0;
}
.wp-caption { max-width: 100%; }
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] { height: auto; }
img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}
embed,iframe, object,video { max-width: 100%; }
input, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin:0 auto;
	margin-bottom:15px;
}
.alignright {
	margin: 2px 0px 10px 15px;
	display: inline;
}
.alignleft {
	margin: 2px 15px 10px 0px;
	display: inline;
}
.alignright { float: right; }
.alignleft { float: left; }
/*----------------------*/
/*     Page structure   */
/*----------------------*/
#wrapper { width:100%; overflow:hidden; }
.container,
.header_container { width:100%;}
.center_content {
	max-width:940px;
	margin:0 auto;
	padding:0 15px;
}

/*----------------------*/
/*  Header              */
/*----------------------*/
.header_container {
	min-height:120px;
	background:#004659;
	z-index:100;
}
#header { padding-top:30px; }
.logo { float:left; padding-left:15px}
.logo img {
	display:block;
	max-width:100%;
	height:auto;
}

/*---------------------------*/
/*	Nav                      */
/*---------------------------*/
#rgt_header {
	float:right;
	padding:20px 50px 0 0;
	}
nav {
	width:100%;
	float:right;
	clear:both;
	padding-top:21px;
	position:relative;
	z-index:10;
}
nav ul { float:right; }
nav ul li {
	float:left;
	position:relative;
	padding:0 15px;
}
nav ul li a {
	color:#e7d86d;
	font-size:14px;
	min-height:32px;
	line-height:32px;
	display:block;
}
nav ul .current_page_item a,
nav ul li:hover > a { color:#fff; }
nav ul li ul {
	width:240px;
	position:absolute;
	left:0px;
	top:35px;
	visibility:hidden;
	opacity:0;
	transition: visibility 0s .5s, opacity .5s linear;
	text-align:left;
	padding-top:14px;
	background:#004659;
}
nav ul li:hover > ul {
	visibility:visible;
	opacity: 1;
	transition: opacity .5s linear;
}
nav ul li ul li {
	font-size:14px;
	line-height:normal;
	margin:0;
	display:inherit;
	padding:0;
	float:none;
	border-top:1px dotted #7297A9;
}
nav ul li ul li a {
	display:block;
	min-height:inherit;
	padding:8px 0 8px 10px;
	line-height:normal;
	background:#004659;
	color:#e7d86d !important;
}
nav ul li ul .current_page_item > a,
nav ul li ul li:hover > a {
	background:#e7d86d;
	color:#004659 !important;
}
nav ul li ul li ul {
	left:100%;
	top:0;
}
.slicknav_menu { display:none; }

/*---------------------------*/
/*	Banner                   */
/*---------------------------*/
#banner { overflow:hidden;  }
#banner img {
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

/*---------------------------*/
/*	Intro                    */
/*---------------------------*/

#intro_content { 
	margin:0 -.5%;
	padding:20px 0 20px 0;
	overflow:hidden;
	background:#5B8598;
	text-align:center;
}

#intro_content p a,#intro_content p{
	font-size:26px;
	line-height:1.3em;
	margin-bottom:10px;
	color:#f0f0f0;
	font-weight:100;		
}


#intro_content p a:hover{
	text-decoration:underline;
}
.intro_info { padding-top:14px; }
.intro_info h2 {
	font-size:22px;
	color:#003142;
	font-weight:normal;
	padding-bottom:8px;
}
.intro_info h2 a { color:#003142; }
.intro_info p {
	font-size:15px;
	color:#003142;
	font-weight:normal;
	line-height:18px;
	padding-bottom:14px
}

/*---------------------------*/
/*	About header              */
/*---------------------------*/

#about_header {
	width:100%;	
	background:#5B8598;
}

#about_header p{
	font-size:16px;
	color:#fff;	
	font-weight:300;
}

	


/*---------------------------*/
/*	Feature                  */
/*---------------------------*/
.gray_container { background:#e6e6e6; }
#feature_content { 
	margin:0 -.5%;
	padding:34px 0 30px 0;
	overflow:hidden;
}
.feature_box {
	display:block;
	float:left;
	width:30.33%;
	margin:0 1.5%;
}
.feature_box:hover .feature_info h2 a{
	color:#5b8598;
}

	
.feature_inn {
	padding:14px 12px 34px 12px;
	background:#fff;
	min-height:310px;
	/*cursor:pointer;*/
}
.feature_inn:hover {
	background:#ddcd23;
}
.feature_pic { overflow:hidden; }
.feature_pic img {
	display:block;
	max-width:100%;

	height:auto;
}
.feature_info { padding-top:14px; }
.feature_info h2 {
	font-size:22px;
	color:#003142;
	font-weight:normal;
	padding-bottom:8px;
}
.feature_info h2 a { color:#003142; }
.feature_info p {
	font-size:15px;
	color:#003142;
	font-weight:normal;
	line-height:18px;
	padding-bottom:14px
}

/*---------------------------*/
/*	instragram               */
/*---------------------------*/
.instragram_container { background:#faf7e6; }
#instragram { 
	text-align:center;
	padding:10px 0;
}
/*---------------------------*/
/*	sponsor               */
/*---------------------------*/
#sponsor {
	max-width:800px;
	padding:36px 26px 30px 8px;
	overflow:hidden;
}
.sponsor_top { overflow:hidden; padding-bottom:39px; min-height:164px;}
.big_logo {
	float:left;
	width:38.317%;
}
.small_logo img,
.big_logo img {
	display: block;
	max-width:100%;
	height:auto;
	border:1px solid #cecece;
}
.big_logo img { border:1px solid #cecece; }
.sponsor_info {
	float:right;
	width:58.722%;
}
.sponsor_info h3 {
	padding-bottom:10px;
	font-size:24px;
	color:#1a1a1a;
	font-weight:400;
}
.sponsor_info p {
	line-height:23px;
	font-size:14px;
	color:#1a1a1a;
}
.sponsor_info p a { 
	color:#1a1a1a; 
	text-decoration:underline; 
	padding-left:8px; 
}
.logo_area { overflow:hidden; }
.small_logo {
	float:left;
	margin:0 16px 16px 0;
}
.small_logo { cursor:pointer; display:block;}
.sponsor_box {
    margin-top: 5px;
    /*opacity: 0.5;*/
    transition: all 0.5s ease-in-out 0s;
}

/*---------------------------*/
/*	Transition               */
/*---------------------------*/
.footer_container { min-height:358px; padding:110px 0 20px 0;}
#footer { overflow:hidden; }
.footer_widget_content { overflow:hidden; }
.footer_widget {
	float:left;
	width:33.33%;
	/*padding-left:86px; */
	padding-left:8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.footer_widget h3 {
	font-size:18px;
	font-weight:600;
	color:#000;
	text-transform:uppercase;
	padding-bottom:22px;
}
.footer_widget p, .footer_widget .textwidget{
	font-size:16px;
	line-height:1.6em;
	color:#000;
}
.footer_widget a{
	color:#5b8598;
}

.footer_widget a:hover{
	color:#000;
}

/*---------------------------*/
/*	Transition               */
/*---------------------------*/
.logo img,
.feature_inn,
nav ul li a,
.sponsor_box {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s
}

/*---------------------------*/
/*	entry-content            */
/*---------------------------*/
.entry-content { width:100%; }
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color:#000;
	font-weight:normal;
	padding-bottom:15px
}
.entry-content h1 {
	font-size:30px;
}
.entry-content h2 {
	font-size:24px;
}
.entry-content h3 {
	font-size:22px;
}
.entry-content h4 {
	font-size:18px;
}
.entry-content h5 {
	font-size:16px;
}
.entry-content h6 {
	font-size:14px;
}
.entry-content p {
	color:#000;
	font-size:15px;
	font-weight: normal;
	line-height:22px;
	padding-bottom:15px;
}
.entry-content ul {
	list-style-type:disc;
	padding:0 0 20px 20px;
}
.entry-content ul li {
	list-style-type:disc;
	color:#000;
	font-size:15px;
	line-height:20px;
	padding-bottom:10px;
}	
.entry-content ol {
	list-style-type:decimal;
	padding:0 0 20px 20px;
}
.entry-content ol li {
	list-style-type:decimal;
	color:#000;
	font-size:15px;
	line-height:20px;
}	
.entry-content a {
	color:#5c8699;
	
	-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;

}
.entry-content a:hover{
	color:#004659;
}

.entry-content blockquote {
	border:1px dashed #ccc;
	padding:10px;
	margin:0 0 20px 20px;
	color:#000;
	font-size:14px;
	line-height:24px;
	font-style:italic;
}	
.entry-content blockquote p {
	padding-bottom:0;
}
.entry-content table {
    border-collapse: collapse;
	width:100%;
	margin:10px 0;
}
.entry-content table, th, td {
    border: 1px solid #ccc;
	color:#000;
	font-size:14px;
	line-height:24px;
	text-align:center;
	padding:5px 0;
}

/*---------------------------*/
/*	content                  */
/*---------------------------*/
.content_head {
	/*height:89px;*/
	background:#5c8699;
	overflow:hidden;
	text-align:center;
}
.content_head h1 {
	display:block;
	/* float:left; */
	/* margin-left:38.870%; */
	padding-left:95px;
	/* background:url(https://70e607.claudeassets.com/20251212123657im_/https://coastmannorway.com/cms/wp-content/themes/coastman/images/icon_head.png) no-repeat left 13px; */
	/*height:89px;*/
	line-height:50px;
	padding:14px 0 13px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:30px;
	font-weight: normal;
	color:#e7d86e;
	text-transform:uppercase;
}

/*---------------------------*/
/*	News                     */
/*---------------------------*/
#news_content { 
	margin:0 -.5%;
	padding:14px 0 30px 0;
	overflow:hidden;
}
.news_box {
	display:block;
	float:left;
	width:30.33%;
	margin:0 1.5%;
}
#cff .cff-item {
	margin: 0 0 15px 3% !important;
	width:31% !important;
	clear:none !important;
	height:400px !important;
	padding:2% !important;
}
#cff .cff-item:first-child,
#cff .cff-item:nth-child(3n+1) {
	margin-left:0 !important;
}
.news_inn {
	padding:14px 12px 24px 12px;
	background:#fff;
	margin-bottom:18px;
}
.news_pic {
	overflow:hidden;
}
.news_pic img {
	display:block;
	max-width:100%;
	height:auto;
}
.news_info {
	padding-top:4px;
}
.news_info h2 {
	font-size:22px;
	color:#000;
	font-weight: 600;
	padding-bottom:2px;
}
.news_info small {
	font-size:12px;
	color:#717171;
	font-weight:600;
	display:block;
	padding-bottom:8px;
}
.news_info a { font-size:15px; color:#000; font-weight:bold; }
.news_info p {
	font-size:15px;
	color:#000;
	font-weight:normal;
	line-height:18px;
	padding-bottom:8px;
}
.social_content {
	background:#33667a;
	background-image:url(https://73e409.claudeassets.com/20251212123657im_/https://coastmannorway.com/cms/wp-content/themes/coastman/images/bg_social.png);
	text-align:center;
	padding:12px 0 17px 0;
	overflow:hidden;
	

}
.social_content h3 {
	font-size:18px;
	font-weight:300;
	color:#fff;
	padding-bottom:15px;
	
}
.social { overflow:hidden;}
.social a {
	display:inline-block;
	margin:0 20px;
}
.social img {
	display:block;
	max-width:100%;
	height:auto;
}

/*---------------------------*/
/*	About                    */
/*---------------------------*/
#content { padding:50px 0 50px 0; min-height:300px; }
#content h4 { padding-bottom:15px; }
#about_content { padding:55px 8px 10px 8px; }
.about_post {
	overflow:hidden;
	padding-bottom:68px;
}
.about_post_pic {
	float:left;
	width:40.291%;
	padding-top:6px
}
.about_post_pic img {
	display:block;
	max-width:100%;
	height:auto;
	
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");   
    transition: all 0.2s ease-in-out 0s;
	
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}

.about_post_pic img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
     
	 -webkit-transform: scale(1.05);  /* Chrome, Opera 15+, Safari 3.1+  */
     -ms-transform: scale(1.05);  /* IE 9  */
     transform: scale(1.05);  /* Firefox 16+, IE 10+, Opera  */
		  
	-webkit-filter: grayscale(0%);
     filter: grayscale(0%);



    transform: rotate(1deg) ;
    -webkit-transform: rotate(1deg) ;
    -moz-transform: rotate(1deg) ;
    -o-transform: rotate(1deg) ;
    -ms-transform: rotate(1deg) ;



}


.about_post_info {
	float:right;
	/* width:55.582%; */
	width:57.582%;
}
.about_post_info hr{
	display:none;
}

.about_post_info h2 {
	font-size:28px;
	color:#5c8699;
	padding-bottom:28px;
	
	-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;

}

.about_post_info h2:hover {	
	color:#000;
}

.about_post_info p {
	font-size:18px;
	color:#000;
	line-height:25px;
}
.about_post2 .about_post_pic { float: right;}
.about_post2 .about_post_info { float:left; }

.about_image {
	float:left;
	max-width:310px;
	margin-right:30px;		
	display:inline-block;
	margin-bottom:10px;
}

.about_image img{		
	border:2px solid #5c8699;	
}
.about_image a{
	color:#fff;
}
.about_image a:hover{
	color:#e7d86d;
}

.email_button{
	margin-top:0px;
	padding:8px 10px 10px 10px;
	background:#004659;
	color:#fff;
	font-size:16px;
	text-align:center;
	width:95%;
	float:left;	

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



/*---------------------------*/
/*	News                     */
/*---------------------------*/
#race_content {
	overflow:hidden;
	position:relative;
}
.cntl {

	position: relative;
	width: 100%;
	overflow: hidden;
}
.state1 { background:#f8f3dc; }
.state2 { background:#E8EFF0; }
.state3 { background:#fafafa; }
.state4 { background:#fff; }
.cntl-center {
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}
.cntl-bar {
	position: absolute;
	width: 9px;
	top: 0;
	bottom: 0;
	background-color: #5c8699 ;
	z-index:8;
}
.cntl-bar-fill {
	background-color: #ddcd23;
	position: absolute;
	left:0;
	right:0;
	top:0;
	height:0;
}
.cntl-state {
	position: relative;
	width:100%;
	min-height:224px;
}
.cntl-state::after {
	display:block;
	content: ' ';
	clear:both;
}
.cntl-icon {
	border-radius: 50%;
	width: 25px;
	height: 25px;
	background-color: #fff;
	border: solid 4px #5c8699;
	position: absolute;
	top: 29px;
	text-align: center;
	text-indent:-9999px;
	z-index:9;
}
.state1 .cntl-icon { top:73px; }
.cntl-content {
	width: 43.5%;
	padding:0 3.1%;
	float: right;
	opacity:0;
	position:relative;
}
.cntl-image {
	opacity:0;
	width: 49.8%;
	padding:0;
	float:left;
}
.cntl-image img {
	display:block;
	width:100%;
	height:auto;
}
.cntl-content h4 {
	font-size:20px;
	font-weight: normal;
	margin-bottom: 10px;
}
.cntl-bar-fill,.cntl-content,.cntl-image {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
}
.cntl-animate .cntl-content {
	opacity:1;
	margin-left:0%;
}
.cntl-animate .cntl-image { opacity:1; }
.state1 .cntl-content { padding-top:75px; }
.state2 .cntl-content,
.state3 .cntl-content { padding-top:26px;}
.state4 .cntl-content { padding-top:26px;}
.state5 .cntl-content { padding-top:26px;}
.state6 .cntl-content { padding-top:26px;}
.state7 .cntl-content { padding-top:26px;}
.heading {
	min-height:32px;
	padding-bottom:18px;
	overflow:hidden;
}
.heading img,
.heading span {
	display:block;
	float:left;
}
.heading strong {
	padding:0 0 0 7px;
	font-size:23px;
	color:#003142;
}
.cntl-content span {
	font-size:15px;
	color:#003142;
	line-height:18px;
	display:block;
}
.cntl-content p {
	font-size:15px;
	color:#003142;
	line-height:18px;
	padding-bottom:17px;
}
.pic_box { padding:15px 0 11px 0; }
.pic_box img {
	display:block;
	max-width:100%;
	height:auto;
}
.next_previous_post a { 
    color:#fff;
    font-size:16px;
	
	-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.next_previous_post a:hover{ 
    color:#e7d86e;
    font-size:16px;
}

hr{
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

#coast_slidebutton {
	background-color: #004659;

}

.sponsor_tag{
	float:right;
	width:85px;
	background:#e7d86d;
	color:#444;
	height:25px;
	text-align:center;	
	font-size:14px;
	font-weight:300;
	padding:3px 0px 0px;
	border-bottom:1px dashed #c0c0c0;
	border-left:1px dashed #c0c0c0;
	border-right:1px dashed #c0c0c0;
	margin-right:8px;
	

	}

.right_sidebar{
	width:30%;	
	float:right;
	
}
.right_sidebar ul {
	list-style:none;
	padding:0px 0px 15px 0px;
}

.right_sidebar ul li {
	list-style-type:none;
	list-style:none;
}

.left_content{
width:65%;
display:inline-block;
float:left;
}
.left_content .date ,.post-date{
	font-size:14px;
	color:#555;
}
.left_content img{
	width:100%;
	max-width:620px;
}

.category .left_content h3{
	padding-bottom:5px;
}


/* Social icons */

@font-face {
    font-family: 'si';
    src: url('https://721b77.claudeassets.com/20251212123657im_/https://coastmannorway.com/cms/wp-content/themes/coastman/fonts/socicon.eot');
    src: url('https://ab3139.claudeassets.com/20251212123657im_/https://coastmannorway.com/cms/wp-content/themes/coastman/fonts/socicon.eot#iefix') format('embedded-opentype'),
         url('https://ce885e.claudeassets.com/20251212123657im_/https://coastmannorway.com/cms/wp-content/themes/coastman/fonts/socicon.woff') format('woff'),
         url('https://3acdfe.claudeassets.com/20251212123657im_/https://coastmannorway.com/cms/wp-content/themes/coastman/fonts/socicon.ttf') format('truetype'),
         url('https://6f789a.claudeassets.com/20251212123657im_/https://coastmannorway.com/cms/wp-content/themes/coastman/fonts/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(https://cc1d14.claudeassets.com/20251212123657im_/https://coastmannorway.com/cms/wp-content/themes/coastman/fonts/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
	background-image:
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
  /*   -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;	
	*/
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
	
	-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 33px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 10px;
    color: #ffffff;
    background-color: #004659;
}

.soc a:hover {
    z-index: 2;
    background-color:#e1cc00 !important;
	

	
}

.soc-icon-last{
    margin:0 !important;
}

.soc-twitter:before {
    content:'a';
}
.soc-facebook:before {
    content:'b';
}

/* End social icons */



/*
     FILE ARCHIVED ON 14:34:02 Nov 06, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:13:53 Jun 09, 2026.
     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: 0.41
  exclusion.robots: 0.049
  exclusion.robots.policy: 0.042
  esindex: 0.005
  cdx.remote: 11.792
  LoadShardBlock: 99.196 (3)
  PetaboxLoader3.datanode: 131.151 (5)
  PetaboxLoader3.resolve: 103.738 (2)
  load_resource: 170.445
  loaddict: 58.205
*/