@charset "utf-8";
/* CSS Document */


body * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

a {
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #2165cb;
}

h1 {
    font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
}

h1:after {
	display: block;
	content: '';
	width: 120px;
	height: 4px;
	background-color: #212121;
	margin: 20px auto;
}

h2 {
    font-size: 36px;
    line-height: 120%;
	font-weight: 700;
}

h3 {
    font-size: 28px;
    line-height: 120%;
	font-weight: 700;
}

h4 {
    font-size: 22px;
    line-height: 120%;
	font-weight: 700;
}

h5 {
    font-size: 18px;
    line-height: 120%;
	font-weight: 700;
}

h6 {
    font-size: 16px;
    line-height: 120%;
	font-weight: 700;
}

p {
    font-size: 16px;
    line-height: 20px;
    margin-top: -20px;
    margin-bottom: -10px;
}

blockquote {
    font-style: italic;
    margin-left: 50px;
    margin-top: -30px;
    margin-bottom: -30px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

ol {
    margin-left: 1em;
    margin-top: -30px;
    margin-bottom: -40px;
}

ol li {
    font-size: 16px;
    list-style-type:decimal;
    list-style-position: outside;
    margin-top: -30px;
    margin-bottom: 0px;
}

ul {
    margin-left: 1em;
    margin-top: -30px;
    margin-bottom: -40px;
}

ul li {
    font-size: 16px;
    list-style-type:square;
    list-style-position: outside;
    margin-top: -30px;
    margin-bottom: 0px;
}

.error {
	color: red;
}

.succ {
	color: green;
}

#header {
	width:100%;
	position:fixed;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	z-index:60;
}

.skip-to-content {
	position: absolute;
	top: -2000px;
	left: 15px;
	font-family: 'Hind', sans-serif;
	background-color: #212121;
	color: #fff;
	padding: 18px 25px 15px;
}

.skip-to-content:focus {
	top: auto;
	bottom: -80px;
}

nav {
	width:95%;
	margin-left:auto;
	margin-right:auto;
    margin-top: 70px;
	z-index:1000;
}

#navigation {
	z-index:1000;
}

#navigation button {
	/*transition-duration:0.1s;
	-webkit-transition-duration:0.1s;*/
	padding:12px 10px 10px 10px;
	position:relative;
	display:inline-block;
	list-style:none;
	font-family: 'Hind', sans-serif;
	font-weight:400;
	font-size:14px;
	text-transform: uppercase;
	letter-spacing:1px;
	margin:10px 15px 10px 15px;
	cursor:pointer;
    text-decoration: none;
	background-color: transparent;
	border: none;
}


/* Fill hover effect */

#navigation button:before {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 0px;
    content: '';
    opacity: 0.3;
    transition: all 0.3s;
}

#navigation button:hover:before {
    opacity: 0.3;
	height: 100%;
}

#navigation button:focus:before {
    opacity: 0.3;
	height: 100%;
}

#navigation button:focus {
	outline: none;
}

.logo-link:focus #logo-div {
	border: solid 3px #212121 !important;
}

#logo {
	max-height:50px;
	max-width:65px;
	vertical-align:middle;
}

#logo-div {
	text-align:center;
	width:70px;
	height:58px;
	line-height:56px; /*logo-div height minus border x2*/
    margin-right: auto;
    margin-left: auto;
	position:fixed;
	top:0px;
	left:5px;
	background-color:white;
	cursor:pointer;
    z-index: 1500;
}

#container {
	text-align:center;
	min-height: calc(100vh - 220px);
}

#contentholder {
    position: relative;
}

#loading-icon {
    margin-top: 150px;
    height: 100px;
    width: 100px;
    display: none;
}

#menu-icon {
	position:fixed;
	top:0px;
	right:0;
	padding:18px 10px 10px 10px;
	width:75px;
	height:67px;
	cursor:pointer;
	z-index:70;
}

#rewind-div {
    padding-top: 13px;
    padding-right: 0px;
    text-align: center;
    height: 66px;
    width: 75px;
    position: fixed;
    left: 0px;
    top: 1px;
	z-index:101;
    cursor:pointer;
}

#rewind {
    cursor:pointer;
    font-size: 40px;
}

.row {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:40px;
	height:4px;
	z-index:20;
}

#content {
    display: inline-block;
	margin-top:100px;
    width:100%;
    text-align:center;
    padding-left: 10px;
    padding-right: 10px;
}

.tableauPlaceholder {
    margin: 0 auto 0 auto;
    overflow: auto !important;
    width: 100%;
    text-align: center;
    display: block;
}

iframe.tableauViz {
    margin-left: auto !important;
    margin-right: auto !important;
}

#navilist {
	display: flex;
	flex-direction: column;
	align-items: center;
	position:absolute;
    top: 0;
	width:100%;
	margin-top:0px;
	padding-top:90px;
	padding-bottom:20px;
	z-index:10;
}

.path {
	line-height:25px;
	font-family:'Hind', sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:13px;
	color:#777;
	margin-top: 10px;
	margin-bottom: 0;
}

.viz-title {
	line-height:1.4;
	font-family:'Hind', sans-serif;
	font-weight: 700;
	font-size:32px;
	margin: 50px 0;
}

.viz-title:after {
	display: block;
	content: '';
	width: 70px;
	height: 4px;
	background-color: #212121;
	margin: 8px auto;
}

.hidden-button-subcat-list, .hidden-button-viz-list {
	background-color: transparent;
	border: none;
}

.hidden-button-subcat-list:focus, .hidden-button-viz-list:focus {
	outline: transparent;
}

.link {
	background-color: transparent;
	border: none;
	line-height:25px;
	cursor:pointer;
	font-family:'Hind', sans-serif;
	text-transform:uppercase;
    text-decoration: none;
	letter-spacing:2px;
	font-size:12px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: normal;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.link:hover {
	opacity:0.7;
}

.link:focus {
	outline-color: #ffffff;
	outline-style: solid;
	outline-width: 2px;
}

.vizlist a:focus {
	outline-color: #212121;
	outline-width: 2px;
}

.vizlist .link {
	margin-top: 18px;
	margin-bottom: 18px;
}

.vizlist .link:focus {
	outline-color: #212121;
}

.close-button {
	position: absolute;
	bottom: 2000px;
}

.close-button:focus {
	position: static;
}

.pathlink {
	cursor:pointer;
    text-decoration: none;
	background-color: transparent;
	border: none;
	line-height:25px;
	font-family:'Hind', sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:13px;
	color:#777;
}

.pathlink:hover {
	//opacity:0.7;
    text-decoration: underline;
}

#right-nav {
	position: fixed;
	bottom: 40px;
	right: 0px;
	width: 55px;
	background-color: white;
	border-radius: 15px 0px 0px 15px;
	z-index:1;
    padding-left: 8px;
}

#icon-home {
	margin-left: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 40px;
	width: 40px;
	cursor: pointer;
	-ms-transition: -webkit-transform .2s ease-in-out;
	-webkit-transition: -webkit-transform .2s ease-in-out;
 	transition: transform .2s ease-in-out;
}

#icon-home:hover {
	-ms-transform: translate(-5px,0px);
	-webkit-transform: translate(-5px,0px);
  	transform: translate(-5px,0px);
}

#icon-logout {
    margin-left: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 40px;
	width: 40px;
	cursor: pointer;
	-ms-transition: -webkit-transform .2s ease-in-out;
	-webkit-transition: -webkit-transform .2s ease-in-out;
 	transition: transform .2s ease-in-out;
}

#icon-logout:hover {
	-ms-transform: translate(-5px,0px);
	-webkit-transform: translate(-5px,0px);
  	transform: translate(-5px,0px);
}

#icon-settings {
	margin-left: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 40px;
	width: 40px;
	cursor: pointer;
	-ms-transition: -webkit-transform .2s ease-in-out;
	-webkit-transition: -webkit-transform .2s ease-in-out;
 	transition: transform .2s ease-in-out;
}

#icon-settings:hover {
	-ms-transform: translate(-5px,0px);
	-webkit-transform: translate(-5px,0px);
  	transform: translate(-5px,0px);
}

#icon-user {
	margin-left: 3px;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 38px;
	width: 38px;
	cursor: pointer;
	-ms-transition: -webkit-transform .2s ease-in-out;
	-webkit-transition: -webkit-transform .2s ease-in-out;
 	transition: transform .2s ease-in-out;
}

#icon-user:hover {
	-ms-transform: translate(-5px,0px);
	-webkit-transform: translate(-5px,0px);
  	transform: translate(-5px,0px);
}

.user {
	margin-bottom: 10px;
	line-height:20px;
	font-family:'Hind', sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:13px;
	color:#777;
}

#logindiv {
	width: 90%;
	position: fixed;
	bottom: 100px;
	right: 5%;
	background-color: #EBE8E3;
	padding-top: 40px;
	padding-bottom: -40px;
	display:none;
	border:solid 3px #fff;
    z-index: 2000;
}

.logintitle {
	line-height:22px;
	font-family:'Hind', sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:14px;
	color:#777;
    margin: 0 10px;
}

.login-error {
	line-height:22px;
	font-family:'Hind', sans-serif;
	font-size:18px;
	color:red;
	margin-bottom:40px;
}

.loggedout {
	line-height:22px;
	font-family:'Hind', sans-serif;
	font-size:18px;
	color:green;
	margin-bottom:40px;
}

#footerp {
    text-align: left;
	font-family:'Hind', sans-serif;
	font-size:12px;
	color:#444;
	letter-spacing:0.5px;
	margin-left:12px;
	margin-top:0px;
	margin-bottom:0px;
	position: relative;
	bottom:-195px;
	height:20px;
}

.twitter-share-button {

}

.fb-share-button {
    position: relative;
    bottom: 3px;
    margin-right: 10px;
}

#some {
    width: 300px;
    margin: 0 auto;
}


/***** LOGIN FORM */
/***** Input styles by Mary Lou   *****   http://tympanus.net/Development/TextInputEffects/index2.html  *****  http://tympanus.net/codrops/author/crnacura/  ***/

	.input {
		position: relative;
		z-index: 1;
		display: inline-block;
		margin: 0.5em;
		max-width: 400px;
		width: calc(100% - 2em);
		vertical-align: top;
	}

	.input__field {
		position: relative;
        top: 10px;
		display: block;
		float: right;
		padding: 0.8em;
		width: 60%;
		height: 67px;
		border: none;
		border-radius: 0;
		background: #f0f0f0;
		color: #aaa;
		font-size: 120%;
		font-weight: 400;
		font-family: 'Hind', sans-serif;
		-webkit-appearance: none; /* for box shadows to show on iOS */
	}

	.input__field:focus {
		outline: none;
	}

	.input__label {
		display: inline-block;
		float: right;
		padding: 0 1em;
		width: 40%;
		color: #696969;
		font-family: 'Hind', sans-serif;
		font-weight: bold;
		font-size: 100%;
		-webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.input__label-content {
		position: relative;
		display: block;
		padding: 1.6em 0;
		width: 100%;
	}

	/* Nariko */
	.input--nariko {
		overflow: hidden;
		padding-top: 1em;
	}

	.input__field--nariko {
		width: 100%;
		background: transparent;
		opacity: 0;
		padding: 0.35em 0.45em;
		z-index: 100;
		color: #212121;
        margin: 0;
	}

	.input__label--nariko {
		width: 100%;
		bottom: 0;
		position: absolute;
		pointer-events: none;
		text-align: left;
		color: #8E9191;
		padding: 0 0.5em;
	}

	.input__label--nariko::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 4em;
		top: 100%;
		left: 0;
		background: #fff;
		border-top: 4px solid #9B9F9F;
		-webkit-transform: translate3d(0, -3px, 0);
		transform: translate3d(0, -3px, 0);
		-webkit-transition: -webkit-transform 0.4s;
		transition: transform 0.4s;
		-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
		transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	}

	.input__label-content--nariko {
        font-size: 16px;
		padding: 0.5em 0;
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transition: -webkit-transform 0.4s, color 0.4s;
		transition: transform 0.4s, color 0.4s;
		-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
		transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	}

	.input__field--nariko:focus,
	.input--filled .input__field--nariko {
		cursor: text;
		opacity: 1;
		-webkit-transition: opacity 0s 0.4s;
		transition: opacity 0s 0.4s;
	}

	.input__field--nariko:focus + .input__label--nariko::before,
	.input--filled .input__label--nariko::before {
		-webkit-transition-delay: 0.05s;
		transition-delay: 0.05s;
		-webkit-transform: translate3d(0, -3.3em, 0);
		transform: translate3d(0, -3.3em, 0);
	}

	.input__field--nariko:focus + .input__label--nariko .input__label-content--nariko,
	.input--filled .input__label-content--nariko {
		color: #6B6E6E;
		-webkit-transform: translate3d(0, -3.3em, 0) scale3d(0.81, 0.81, 1);
		transform: translate3d(0, -3.3em, 0) scale3d(0.81, 0.81, 1);
	}



/******************  ADMIN  ******************/

form h2 {
	color:#777;
	width:600px;
	margin-top:35px;
	margin-bottom:10px;
	font-family: 'Hind', sans-serif;
	font-size:20px;
	text-transform: uppercase;
	letter-spacing:2px;
	font-weight: 400;
}

#navigation h1 {
    display: inline-block;
}

.htwo {
	color:#212121;
	width:100%;
	margin-top:60px;
	margin-bottom:40px;
	font-family: 'Hind', sans-serif;
	font-size:42px;
	margin-left:auto;
	margin-right:auto;
}

#content form {
	background-color:#EBE8E3;
	color:#777;
	font-family: 'Hind', sans-serif;
	font-size:16px;
    width: 604px;
    margin: 0 auto;
}

.vizedit {
    border-left: solid 3px #91E879;
}

.subtitleedit {
    border-left: solid 3px #FFD72E;
}

.titleedit {
    border-left: solid 3px #57D1FA;
}

.layout {
	border-left: solid 3px #F08DB1;
}

.useredit {
	border-left: solid 3px #FCC060;
}

.button {
	margin-top:20px;
	margin-bottom:45px;
	transition-duration:0.6s;
	-webkit-transition-duration:0.6s;
	width:50%;
	height:50px;
	background-color:#777;
	color:#fff;
	border:none;
	cursor:pointer;
	font-family: 'Hind', sans-serif;
	font-size: 14px;
	text-transform:uppercase;
	letter-spacing:2px;
}

.button:hover {
	transition-duration:0.1s;
	-webkit-transition-duration:0.1s;
	background-color:#bbb;
	color:#444;
}

.button-js {
	margin: 20px auto 10px;
	padding: 20px;
	font-size: 14px;
}

.jscolor {
	padding-left:6px;
	padding-right:6px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#E8E8E8;
	border:none;
	cursor:pointer;
	height:50px;
	font-family: 'Hind', sans-serif;
	font-size:16px;
}

#content input[type=text], #content input[type=password], #content input[type=number] {
	border:none;
	padding-left:6px;
	padding-right:6px;
	margin-top:10px;
	margin-bottom:10px;
	width:400px;
	height:50px;
	font-family: 'Hind', sans-serif;
	font-size:16px;
}

.textareaholder {
    margin-left: 100px;
    margin-right: 100px;
}

#content textarea {
	border:none;
	padding:14px;
	margin-top:14px;
	margin-bottom:10px;
    width:400px;
    height:400px;
	font-family: 'Hind', sans-serif;
	font-size:16px;
}

input[type=file] {
	background-color:white;
	border:none;
	margin-top:10px;
	margin-bottom:10px;
	width:400px;
	font-family: 'Hind', sans-serif;
	font-size:14px;
}

select {
	border:none;
	padding-left:6px;
	padding-right:6px;
	margin-top:10px;
	margin-bottom:10px;
	width:400px;
	height:50px;
	cursor:pointer;
	font-family: 'Hind', sans-serif;
	font-size:16px;
}

/* min 720 */
	@media only screen and (min-width : 720px) {

        #header {
            z-index: 60;
        }

        nav {
            width:55%;
            margin-top: 0px;
        }

        #navilist {
            position:fixed;
            top: auto;
            width:100%;
            margin-top:70px;
            padding-top:20px;
            padding-bottom:20px;
            z-index:50;
        }

        #menu-icon {
            z-index: 40;
        }

        #logo {
            max-height:100px;
            max-width:130px;
            vertical-align:middle;
        }

        #logo-div {
            text-align:center;
            width:150px;
            height:120px;
            line-height:111px; /*logo-div height minus border x2*/
            position:fixed;
            top:25px;
            left:25px;
            background-color:white;
            cursor:pointer;
        }

        #logindiv {
            width: 500px;
            position: fixed;
            bottom: 70px;
            right: 80px;
            background-color: #EBE8E3;
            padding-top: 40px;
            padding-bottom: -40px;
            display:none;
            border:solid 3px #fff;
        }



        #rewind-div {
            top: 250px;
        }

        .htwo {
            width: 600px;
        }

        .button {
            width:400px;
        }

        #footerp {
            margin-left:20px;
        }

    }

/* min 960 */
	@media only screen and (min-width : 960px) {
		nav {
			width:65%;
		}

		#logo {
			max-height:100px;
			max-width:130px;
			vertical-align:middle;
		}

		#logo-div {
			text-align:center;
			width:150px;
			height:120px;
			line-height:111px; /*logo-div height minus border x2*/
			position:fixed;
			top:25px;
			left:25px;
			background-color:white;
		}


	}

/* min 1200 */
	@media only screen and (min-width : 1200px) {
		nav {
			width:60%;
		}

		#logo {
			max-height:130px;
			max-width:170px;
			vertical-align:middle;
		}

		#logo-div {
			text-align:center;
			width:200px;
			height:160px;
			line-height:151px; /*logo-div height minus border x2*/
			position:fixed;
			top:25px;
			left:45px;
			background-color:white;
		}


	}



/* min 1520 */
	@media only screen and (min-width : 1520px) {
		nav {
			width:70%;
		}
	}


/* min 1900 */
	@media only screen and (min-width : 1900px) {
		nav {
			width:75%;
		}
	}
