/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==|== primary styles =====================================================
   Author: Brendan Barr
   ========================================================================== */

    /* USING KULER THEME: http://kuler.adobe.com/#themeID/1721526 */

body {
	color: #111; /* dark black text */
	background-color: #fff;
	background-image: url('../img/bg/pw_maze_white/pw_maze_white.png');
}

/* These are default settings and also mobile (narrow width) settings */
.page {
	background-color: #ccc;  /* grey */
	border: 1px solid #aaa;
	border-left:0;
	border-right:0;
}

/* Retina Display: http://css-tricks.com/snippets/css/retina-display-media-query/ */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
	body {
		background-image: url('../img/bg/pw_maze_white/pw_maze_white_@2X.png');
		background-size: 46px 23px;
	}
}

/* add borders, shadow and rounded corners to right side of page container when sidebar is on the right */
@media only screen and (min-width: 48em) {
    .page {
		border: 1px solid #aaa;
		border-left:0;
        -moz-border-radius: 0px 15px 15px 0px;
        border-radius: 0px 15px 15px 0px;
		box-shadow: 1px 1px 0px #999, 2px 2px 0px #999, 3px 3px 0px #999, 4px 4px 0px #999, 5px 5px 0px #999, 6px 6px 0px #999, 7px 7px 0px #999;
        /*(smaller box shadow)--> box-shadow: 0.5px 0.5px 0px #999, 1px 1px 0px #999, 1.5px 1.5px 0px #999, 2px 2px 0px #999, 2.5px 2.5px 0px #999, 3px 3px 0px #999, 3.5px 3.5px 0px #999;  */
    }
    aside 
	{
        padding-left: 3px;
    }
}
/* add full borders, rounded corners to entire page container when it is "floating" horizontally with gutters on both sides */
@media only screen and (min-width: 62.50em) 
{
    .page {
		border: 1px solid #aaa;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }
}  

/* special 3D class I added to raise an element up off the page a certain # of levels as if it's 3-dimensional */
.raised-1, .raised-2, .sunken-1, .sunken-2
{
    border: 1px solid #999;
}
.raised-1
{    
    box-shadow: 0.5px 0.5px 0px #aaa, 1px 1px 0px #aaa, 1.5px 1.5px 0px #aaa, 2px 2px 0px #aaa, 2.5px 2.5px 0px #aaa, 3px 3px 0px #aaa, 3.5px 3.5px 0px #aaa;
    margin: -3.5px 3.5px 3.5px -3.5px;
}
.raised-2 
{
    box-shadow: 1px 1px 0px #aaa, 2px 2px 0px #aaa, 3px 3px 0px #aaa, 4px 4px 0px #aaa, 5px 5px 0px #aaa, 6px 6px 0px #aaa, 7px 7px 0px #aaa; 
    margin: -7px 7px 7px -7px;
}
.raised-4 
{
    box-shadow: 2px 2px 0px #aaa, 4px 4px 0px #aaa, 6px 6px 0px #aaa, 8px 8px 0px #aaa, 10px 10px 0px #aaa, 12px 12px 0px #aaa, 14px 14px 0px #aaa; 
    margin: -14px 14px 14px -14px;
}
.sunken-1
{    
    box-shadow: inset 0.5px 0.5px 0px #aaa, inset 1px 1px 0px #aaa, inset 1.5px 1.5px 0px #aaa, inset 2px 2px 0px #aaa, inset 2.5px 2.5px 0px #aaa, inset 3px 3px 0px #aaa, inset 3.5px 3.5px 0px #aaa;
    margin: 0;
}
.sunken-2 
{
    box-shadow: inset 1px 1px 0px #aaa, inset 2px 2px 0px #aaa, inset 3px 3px 0px #aaa, inset 4px 4px 0px #aaa, inset 5px 5px 0px #aaa, inset 6px 6px 0px #aaa, inset 7px 7px 0px #aaa;
    margin: 0;
    background-image: url('../img/bg/pw_maze_white/pw_maze_white.png');  /* match the actual background of page */
}
.circle-medium {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 80px;
}
.round-like-page
{
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.large-number {
    font-size: 2rem;
    font-weight: bold;
    position: absolute;
    left: 1.75px;
    top: 1.75px;
    width: 80px;
    line-height: 80px;
}

body > footer h3 small, body > footer h4 small
{
	color: #6f6f6f; /* light grey text */
}

.bold {
    font-weight: bold;
}

.feature-img {
	border: 1.5px solid #2ba6cb;  /* light blue link colour */
	width: 720px;
	height: auto;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.feature-img:hover {
	box-shadow: 0px 0px 5px #2ba6cb;
}


@font-face 
{
    font-family: 'JungleFeverRegular';
    src: url('/font/jungle-fever/webfont.eot');
	/* smiley fix added by b2 */
    src: url('/font/jungle-fever/webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/jungle-fever/webfont.woff') format('woff'),
         url('/font/jungle-fever/webfont.ttf') format('truetype'),
         url('/font/jungle-fever/webfont.svg#JungleFeverRegular') format('svg');
	/* the following values are defaults in FF/Opera/IE but not webkit (Chrome/Safari) */
    font-weight: normal;
    font-style: normal;
    font-variant:normal;  /* added by b2 */
    /* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 30, 2011 03:09:41 PM America/New_York */
	/*   with modifications by BumbleB2na for better cross-browser support */
	/*   see Paul Irish's @font-face gotchyas article: http://paulirish.com/2010/font-face-gotchas/ */
}

body > header h1
{
	margin-bottom: 0.2em;  /* overrides foundation margin-bottom: 0.5em; */
}
body > header h1 a
{
    letter-spacing: 0;
    line-height: 1.3;       /* and adjust line-height instead of height */
	text-decoration: none;
	
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;  /* white outline around text */
}

body > header h3
{
	margin-bottom: 0.2em;  /* overrides foundation margin-bottom: 0.5em; */
	
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;  /* white outline around text */
	text-align: center;
}
body > header h3 a, aside h3, .menu li
{	
	/*(old button link font styles):*/
	/*color: #2ba6cb;*/ /* light blue text - from foundation default link colour */
    /*font: 30px/34px 'JungleFeverRegular', Arial, sans-serif;*/
	/* light blue shadow */
	/*text-shadow: 0.5px 0.5px 0px black, 1px 1px 0px #004043, 1.5px 1.5px 0px #004043, 2px 2px 0px #004043, 2.5px 2.5px 0px #004043, 3px 3px 0px #004043, 3.5px 3.5px 0px #004043; */
	
    letter-spacing: 0;
    line-height: 1.5;       /* and adjust line-height instead of height */
	text-decoration: none;
}

body > header h1 a:active {
	/*(old button link font styles):*/
	/*text-shadow: 0.5px 0.5px 0px black, 1px 1px 0px #004043, 1.5px 1.5px 0px #004043, 2px 2px 0px #004043, 2.5px 2.5px 0px #004043, 3px 3px 0px #004043, 3.5px 3.5px 0px #004043; */
	/*padding-left: 4px; */
	/*line-height: 1.43;*/
	
	text-decoration: none; 
}
body > header h3 a:active {
	/*(old button link font styles):*/
	/*text-shadow: none;*/
	/*padding-left: 2px; */
	/*line-height: 1.63;*/
	
	text-decoration: none; 
}
.row.images-grid-2-col {
    padding-left: 15px;
}
.row.images-grid-2-col .columns {
    padding-left: 0;
}


/* OLD STYLES */

/*
body header a {text-decoration: none; color: #d0d90c;} 
body header a:link {text-decoration: none; color: #d0d90c;} 
body header a:visited {text-decoration: none; color: #d0d90c;} 
body header a:active {text-decoration: none}
body header a:hover { 
	text-decoration: none; 
	padding-left: 8px; 
	line-height: 1.23; 
	color: #e3ff55;
	
	text-shadow: 0.5px 0.5px 0px black, 1px 1px 0px #004043, 1.5px 1.5px 0px #004043, 2px 2px 0px #004043, 2.5px 2.5px 0px #004043, 3px 3px 0px #004043, 3.5px 3.5px 0px #004043; 
}

.menu li a {text-decoration: none; color: #d0d90c;} 
.menu li a:link {text-decoration: none; color: #d0d90c;} 
.menu li a:visited {text-decoration: none; color: #d0d90c;}
.menu li a:active {text-decoration: none}
.menu li a:hover { 
	text-decoration: none; 
	padding-left: 8px; 
	line-height: 1.23; 
	color: #e3ff55;
	
	text-shadow: 0.5px 0.5px 0px black, 1px 1px 0px #004043, 1.5px 1.5px 0px #004043, 2px 2px 0px #004043, 2.5px 2.5px 0px #004043, 3px 3px 0px #004043, 3.5px 3.5px 0px #004043; 
}

a { text-decoration: underline; color: #004043; } 
a:visited { text-decoration: underline; color: #004043; }  
a:hover { text-decoration: underline; color: #052229; } 
a:focus { outline: thin dotted; }

a:hover, a:active { outline: 0; }

.error {
    color: #ff0000;
}
.grey {
    color: #ccc;
}
.bold {
    font-weight: bold;
}
.center {
	text-align: center;
}


.set, .art 
{
	display: inline-block;
	width: 192px;
	margin:13px;
	background-color: #ccc;
	text-align: center;
	
    font-weight: bold;
}
*/


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}