/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Cblackit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    /*background-color: rgb(240, 240, 230);*/
    /*background-color: white;*/
    /*background-color: rgb(25, 25, 25);*/
    /*background-color: rgb(25, 25, 25);*/

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    color: black;

    font-family: 'space', helvetica neue;
        -webkit-transition: color 1400ms cubic-bezier(0.770, 0, 0.295, 0.975); /* older webkit */
        -webkit-transition: color 1400ms cubic-bezier(0.770, -0.010, 0.295, 0.975); 
        -moz-transition: color 1400ms cubic-bezier(0.770, -0.010, 0.295, 0.975); 
        -o-transition: color 1400ms cubic-bezier(0.770, -0.010, 0.295, 0.975); 
        transition: color 1400ms cubic-bezier(0.770, -0.010, 0.295, 0.975); /* custom */

        -webkit-transition-timing-function: cubic-bezier(0.770, 0, 0.295, 0.975); /* older webkit */
        -webkit-transition-timing-function: cubic-bezier(0.770, -0.010, 0.295, 0.975); 
        -moz-transition-timing-function: cubic-bezier(0.770, -0.010, 0.295, 0.975); 
        -o-transition-timing-function: cubic-bezier(0.770, -0.010, 0.295, 0.975); 
        transition-timing-function: cubic-bezier(0.770, -0.010, 0.295, 0.975); /* custom */

    -webkit-overflow-scrolling: touch !important;

}


body {
    font-size: 1.15em;
    line-height: 1.25;
    /*background-color: #f2f0e3;*/
    
/*    font-weight: bold;*/
/*    font-size: 1.5vw;*/
    
}

iframe {
    width: auto;
    height: auto;
    frameBorder:0;
}




::-webkit-scrollbar {
    width: .25em;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
    background-color: none;
}
 
::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 3px;
}







.thelist::-webkit-scrollbar-thumb {
  outline: 10px solid #ff4c3f;
  display: none;
}

.thelist:hover::-webkit-scrollbar-thumb {
    display: block;
}



::-moz-selection {
    background: #ff4c3f;
    text-shadow: none;
}

::selection {
    background: #ff4c3f;
    text-shadow: none;
    color: white;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 0px;
    border: 1px solid #1f1f1f;
    background-color: #1f1f1f
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    padding: 0;
}

.hr2 {
    font-size: 5em;
    width: 100%;
    text-align: center;
    display: block;
    color: #ff4c3f;
        display: none;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    /*background: #ccc;*/
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Project specific styles
   ========================================================================== */
   
   /*MEANWHILE, IN TIME:*/

   #sashasclock {
    cursor: move!important;
    right:205px;
    top: 100px;
    width: 250px;
    height: 250px;
    position: absolute;
    background-color: none;
    z-index: 9;
    overflow: none;
/*    border:1px solid black;*/
   }

   #sashasclock p {
    margin-top: -10px;
    text-align: center;
    mix-blend-mode: overlay;
   }

   #sashasclock iframe {
    cursor: move!important;
    width: 250px;
    height: 250px;
    overflow: none;
   }

   .dragon {
    cursor: move!important;
    z-index: 999999999;
    
   }



/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
    font-family: 'GalapagosBC-RegularGrid';
    src: url('../fonts/GalapagosBC-RegularGrid.otf');
}

@font-face {
    font-family: 'Spooky';
    src: url('http://annualreportt.com/firstscreening/fonts/spooky.otf');
}

@font-face {
    font-family: 'Nuckle';
    src: url('../fonts/NuckleBookTrial.otf');
}

@font-face {
    font-family: 'blabla';
    src: url('../fonts/blabla.ttf');
}

@font-face {
    font-family: 'Euclid';
    src: url('../fonts/Euclid-Tight.ttf');
}

@font-face {
    font-family: 'Magister';
    src: url('../fonts/FL_Magister_Roman.otf');
}

@font-face {
    font-family: 'Annual Reportt';
    src: url('../fonts/annual_reportt.ttf');
}

@font-face {
    font-family: 'Annual Reportt Italic';
    src: url('../fonts/annual_reportt_italic.ttf');
}
@font-face {
    font-family: 'Space';
    src: url('../fonts/space.otf');
}

/*i {
    font-family: 'Annual Reportt Italic';
}*/

.ryk50left {
    left: -50% !important;
    -webkit-transition: left 500ms cubic-bezier(0.610, 0.130, 0.190, 0.975); 
   -moz-transition: left 500ms cubic-bezier(0.610, 0.130, 0.190, 0.975); 
     -o-transition: left 500ms cubic-bezier(0.610, 0.130, 0.190, 0.975); 
        transition: left 500ms cubic-bezier(0.610, 0.130, 0.190, 0.975); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.610, 0.130, 0.190, 0.975); 
   -moz-transition-timing-function: cubic-bezier(0.610, 0.130, 0.190, 0.975); 
     -o-transition-timing-function: cubic-bezier(0.610, 0.130, 0.190, 0.975); 
        transition-timing-function: cubic-bezier(0.610, 0.130, 0.190, 0.975); /* custom */
}



.pdf-download {
    margin:0 auto;
    text-align: left;
    color:black;
}

.pdf-download img{
    width: 150px;
    height: auto;
    margin-bottom: .5em;
}

.pdf-download a {
    color:black !important;
    border-bottom: 0px;
}

.pdf-download a:hover {
    border-bottom: 0px;
}

input:focus {
    outline:none;
}

img {
    position: relative;
    display: inline-block;
    z-index: 1;
    background-color: none;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

a {

}

   /* unvisited link */
a:link {
    text-decoration: none;
    color: #ff4c3f;
    cursor: pointer !important;
/*    border-bottom: 2px solid black;*/
}

/* visited link */
a:visited {
    color: #ff4c3f;
    cursor: pointer !important;

}
    
/* mouse over link */
a:hover {
/*    font-family: 'Annual Reportt Italic';*/
border-bottom: 2px solid #ff4c3f;
cursor: pointer !important;
}

.blacklinks a{
    color:black !important;
}

.black{
    color:black !important;
}

p {
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
/*    text-indent: 25px;*/
}




.bpwrapper {
    padding:25px;
}

.bpheader {
    margin-top: .85em;
    width: 100%;
    font-size: 3em;
    text-align: center;
}

.bpheader-small {
    font-size:.5em;
    margin-bottom: .25em;
}

.indented {
    margin-left: 2em;
}

.the-essay {
    font-size: 1.25em;
}

.bpfooter {
    width: 100%;
    padding: 50px 100px 5px 100px;
    text-align: center;
    font-size: .75em;
    color: grey;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}






.float-right {
    float: right!important;
}

.float-left {
    float: left!important;
}

.p100 {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    width: 100%;
    display: block;
    vertical-align: top;
}

.p75 {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    width: 75%;
    display: block;
    vertical-align: top;
}

.p66 {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    width: 66.66%;
    display: block;
    vertical-align: top;
}


.p50 {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    width: calc(50% - 25px);
    display: block;
    vertical-align: top;
}

.p33 {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    width: calc(33.33% - 5px);
    display: block;
    vertical-align: top;
}

.p25 {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    width: 25%;
    display: block;
    vertical-align: top;
}

.p15 {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    width: 15%;
    display: block;
    vertical-align: top;
}








.p50-extracontent {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    width: 50%;
    vertical-align: top;
}

.p100-extracontent {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    width: 100% !important;
    vertical-align: top;
}













.cycle-slideshow {
    width: 100%;
    position: relative;
    display: inline-block;
    z-index: 1;
    background-color: none;
    /*cursor: url('../../arrow.png'), pointer;*/
    cursor: url('http://annualreportt.com/firstscreening/css/img/arrow.png') 6 6, pointer;
}

.cycle-slideshow img{
    z-index: 1;
/*    mix-blend-mode: multiply;*/
    width: 100%;
    height: auto;
/*    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}

.adv-custom-caption {
    position: relative;
    width: auto;
/*    font-size: .75em;*/
    height: auto;
    line-height: auto;
    color: black;   
    left: 0px;
    margin-top: -1em;
    z-index: 999;
    background-color: none; 
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.adv-custom-caption-10, .adv-custom-caption-9, .adv-custom-caption-8, .adv-custom-caption-7, .adv-custom-caption-6, .adv-custom-caption-5, .adv-custom-caption-4, .adv-custom-caption-3, .adv-custom-caption-2, .adv-custom-caption-1 {
    position: relative;
    width: auto;
/*    font-size: .75em;*/
    height: auto;
    line-height: auto;
    color: black;   
    left: 0px;
    margin-top: -1em;
    z-index: 999;
    background-color: none; 
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.data-cycle-title {
    font-size: .5em !important;
    background-color: red;
}



.cycle-slideshow iframe{
    width: 100%!important;
    height: auto;
}


#custom-pager {
    padding: 10px;
    position: fixed;
/*    font-size: 1.5em;*/
/*    top: -30px;*/
    height: auto;
    width: 95%;
/*    mix-blend-mode: difference;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

/*            -webkit-transform-origin: 0% 0%;
    -webkit-transform: rotate(2deg);*/
}


.cycle-pager-active {
/*background-color: rgb(255, 255, 255);*/
/*border: 2px solid rgb(255, 255, 255);
border-radius: 15px;*/
text-align: center;
/*border-bottom: 4px solid rgb(255,255,255)!important;*/
padding-right: 1.5em;
padding-left: 1.5em;
}








.navigator {
    position: fixed;
    width: auto;
    padding:10px 0px 0px 10px;
    background-color: none;
/*        font-size: 1.5em;*/
        color: rgb(255, 255, 255);
/*    mix-blend-mode: difference;*/
}

#prev {
    cursor: pointer;
}

#next {
    cursor: pointer;
}



/* ==========================================================================
   Mulig true-image løsning
   ========================================================================== */
.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: ...;
    height: ...;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
</style>
<!--[if lt IE 8]><style>
.wraptocenter span {
    display: inline-block;
    height: 100%;
}



/* ==========================================================================
   Mulig true-image løsning
   ========================================================================== */














/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
/*    visibility: hidden;*/
    left:calc(-100% - 25px);
}

.inline {
    display: inline-block!important;
}

.block {
    float: left;
    width: 100%;
    height: auto;
/*    background-color: red;*/
    margin-bottom: 1em;
    display: block !important;
    clear: both !important;
}

.clear {
    clear:both!important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    display: none;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */



@media only screen and (min-width: 1300px) {


    .bpwrapper {
        padding: 100px;
    }

    .indented {
        margin-left: 5em;
    }

}






@media only screen and (max-width: 800px) {

    body{
        font-size: .75em;
    }

    .bpwrapper {
        padding: 30px 15px 15px 15px;
    }

}




@media only screen and (max-width: 1000px) {

html {
    /*font-family: 'Annual Reportt';*/
    /*text-rendering: optimizeLegibility;*/
}



@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: none;
        cursor: pointer !important;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}