/*
	Theme Name: Moves Like Water OLD
	Theme URI: http://rjdtoolkit.org
	Description: Moves like water wordpres theme
	Version: 1.0.0
	Author: Shawn Hayward
	Author URI: http://westwarddigital.com
	
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */

/*@font-face {
    font-family: 'freight-sans';
    src: url('fonts/FreightSans-Book.ttf');
    font-weight: normal;
}
@font-face {
    font-family: 'freight-sans';
    src: url('fonts/FreightSans-Bold.ttf');
    font-weight:bold;
}*/
/*@font-face {
    font-family: 'freight-sans';
    src: url('fonts/NotoSerif/NotoSerif-Condensed.ttf');
    font-weight: normal;
}
@font-face {
    font-family: 'freight-sans';
    src: url('fonts/NotoSerif/NotoSerif-Bold.ttf');
    font-weight:bold;
}
*/
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'urw-din, sans-serif', sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#999;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input[type="text"]:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	/*max-width:1280px;*/
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

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

}

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

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

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

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		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) ")";
	}
	.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;
	}
	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;
	}
}




p, h3,h4, h5, span, li, h1, span, div, .tooltip{font-family: 'urw-din, sans-serif',sans-serif}
p {font-size:19px; font-weight:normal; display:block;}
ul, li{font-size:19px; font-weight:normal;}
li{padding:10px;}
h5{font-size:22px; font-weight:bold; font-style:normal}
h4 span{text-transform: uppercase; line-height:20px; display:block; font-size:17px; color:#42CBD1;}
h3 span{font-size:22px; line-height: 19px; display: block;}
h3{
	margin-top:10px;
}
.tooltip>div.tooltip-inner{font-size:19px !important; line-height:22px!important; max-width:250px;}
.tooltip{width:240px;}

.right{text-align: right;}
.center{text-align: center;}
a:hover, .navLink:hover{
	opacity:.6 !important;
}

.nav li, .fixed-nav li {display:inline; list-style:none; font-size:17px; padding:20px; line-height: 80px; text-transform: uppercase; font-weight: bold;}
.nav li a:hover{
	cursor:pointer;
	text-decoration: underline;
	background:transparent !important;

}
.container{padding:20px; width:60%;}
h1,h2,h3,h4{font-weight: bold;}
.progressMenu div, .menuToggle{font-size:40px;  line-height: 40px;}
.progressMenuText{font-size:18px !important; line-height: 40px; }
.progressMenuText, .navDot{ height:40px; }
.progressMenuText a{     line-height: 58px;
    position: relative;
    vertical-align: middle;
     }
.firstProgress{height:100px;}

.progressNavMenuHide{
	 transform: translateX(-100%) !important;
	 transition: transform 0.3s ease-in-out;
}

.progressNavMenu{
	width:33%;
	transform: translateX(0%);
    transition: transform 0.3s ease-in-out;
}




.progressMenuText.child{
	padding-left:50px;
}



.subtitle::before{
	    content: '_';
    height: 80%;
    width: 1px;
    background: black;
    display: block;
    overflow: hidden;
    position: absolute;
    transform: skewX(-35deg);
    margin: 3%;
    left: -10px;

}





.white, .white span, .white li{color:#fff;}


.subtitle.white::before{
	    content: '_';
    height: 80%;
    width: 1px;
    background: #fff;
    display: block;
    overflow: hidden;
    position: absolute;
    transform: skewX(-35deg);
    margin: 3%;
    left: -10px;

}

#imageCircle{
	border-radius: 100%;
    overflow: hidden;
    width: 300px;
    height: 300px;
}

#imageCircle.mobile{
	border-radius: 100%;
    overflow: hidden;
    width: 200px;
    height: 200px;
}

.blue-outline-circle{
	 border-radius: 100%;
    overflow: hidden;
    width: 250px;
    height: 250px;
    border:solid 1px #42CCCF;
    position:relative;
    right:20px;
    top:30px;
}

.circleImg{
	border-radius:100%;
	width:400px;
}

.little-blue-fill-circle{
	 border-radius: 100%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    background:#42CCCF;
    position:relative;
    top:-70px;
    right:20px;
}

div.blue{
	color:#4EB0DD;
}
div.one::before{
	content:'1';
	font-size: 120px; 
	
	text-align: center;
	font-weight:bold;
	font-style: italic;
	line-height: 400px;
}
a.blueBtn{
	background-color: #4EB0DD;
	padding:10px 20px;
	min-width:300px;
	display: inline-block;
	color:#fff;
	border-radius:10px;
	font-weight:bold;
	margin-top:30px;


}

 input.blueBtn, button.blueBtn{
	background-color: #00ADB4;
	padding:10px 20px;
	min-width:300px;
	display: inline-block;
	color:#fff;
	border-radius:10px;
	font-weight:bold;
	margin-top:30px;
	box-shadow:none;


}

div.yellow{
	color:#F0A90F;
}
div.two::before{
	content:'2';
	font-size: 120px; 
	
	text-align: center;
	font-weight:bold;
	font-style: italic;
	line-height: 400px;
}
a.yellowBtn{
	background-color: #F0A90F;
	padding:10px 20px;
	min-width:300px;
	display: inline-block;
	color:#fff;
	border-radius:10px;
	font-weight:bold;
	margin-top:30px;

}



div.red{
	color:#FA6046;
}
div.three::before{
	content:'3';
	font-size: 120px; 
	
	text-align: center;
	font-weight:bold;
	font-style: italic;
	line-height: 400px;
}
a.redBtn{
	background-color: #FA6046;
	padding:10px 20px;
	min-width:300px;
	display: inline-block;
	color:#fff;
	border-radius:10px;
	font-weight:bold;
	margin-top:30px;

}

a.whiteBtn{
	background-color: #FFF;
	padding:10px 20px;
	min-width:300px;
	display: inline-block;
	color:#555;
	border-radius:10px;
	font-weight:bold;
	margin-top:30px;
	font-size:20px;
	text-transform: uppercase;

}

a.blueBtn::after, a.yellowBtn::after, a.redBtn::after{
	font-family: 'Glyphicons Halflings';
    content: " ";
    float: right;
    /* background-image: url('https://rjdtoolkit.impactjustice.org/wp-content/themes/MovesLikeWater/img/icons/PNGs_Medium Arrow White.png');
    */
	width: 31px;
    height: 28px;
    background-repeat: no-repeat;
    background-position-y: 4px;

}

a.whiteBtn::after{
	font-family: 'Glyphicons Halflings';
    content: " ";
    float: right;
    /*background-image: url('https://rjdtoolkit.impactjustice.org/wp-content/themes/MovesLikeWater/img/icons/PNGs_Medium Arrow Navy.png');
    */
	width: 31px;
    height: 28px;
    background-repeat: no-repeat;
    background-position-y: 4px;

}

.glyphicon.glyphicon-arrow-right-long::before{
	font-family: 'Glyphicons Halflings';
    content: " " !important;
   
    /*background-image: url('https://rjdtoolkit.impactjustice.org/wp-content/themes/MovesLikeWater/img/icons/PNGs_Long Arrow Navy.png');
    */
	width: 61px;
    height: 28px;
    background-repeat: no-repeat;
    background-position-y: 4px;
    display: inline-block;
    top:20px;
}

.glyphicon.glyphicon-arrow-right, .glyphicon.glyphicon-arrow-left  {
top:2px;
}
.glyphicon.glyphicon-arrow-right-long {
    position: relative;
    top: 1px;
    display: inline;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    line-height: 80px;
}

#circle {
      border-radius: 100%;
    overflow: hidden;
    width: 300px;
    height: 300px;
    border:solid 1px #fff;
    }

    #circle.mobile {
      border-radius: 100%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    border:solid 1px #fff;
    }
    #smallCircle {
      border-radius: 100%;
    overflow: hidden;
    width: 200px;
    height: 200px;
   	background-color: #CF9108;
    }

    #smallCircle.mobile {
      border-radius: 100%;
    overflow: hidden;
    width: 100px;
    height: 100px;
   	background-color: #CF9108;
    }

    .blueCircle{
    	background-color: #3FA1CE !important;
    }

    .redCircle{
    	background-color: #F2583E !important;
    }


    .circle{position: relative;}

.step-image{
	background-size: cover !important;
	max-height:600px;
	min-height:600px;

}

.circleHolder{max-height:500px;}

.step-imageColor, .current-step-image a, .step-image-content h2{
	color: #555;
}
.gray{background:#eee; padding:40px 0px;}
.whitebg{background:#fff; padding:40px 0px;}
 h2{
	margin-top:30px;
	margin-bottom:30px;
}

.step-image-content h1{
	font-size:35px;
}

 	.step-image-title{padding-top:250px;}
    .step-image-title h3 {color:#fff; font-size:18px; text-transform: uppercase; }
    .step-image-title h3 small{color:#fff; font-size:18px; font-weight: bold;}
    .step-image-title h1{color:#fff; font-size:55px; font-weight: bold; margin-bottom:10px;}
    .step-image-title p{color:#fff; font-size:19px; line-height:30px;}



.step1{
	background-color: #4EB0DD;
}
.step1Color, .current-step1 a, .step1-content h2, .step1_checklist,.step1_checklist h3, .step1_checklist small{
	color: #4EB0DD !important;
}
.progressMenuText.child.selected2 a{
	color: #4EB0DD;

}
.step1-content h2{
	margin:10px 0px;
	margin-top:40px;
}

.minMargin{
	margin:5px !important;
}

.step1-content h4{
	margin-top:50px;
	font-size:27px;
	font-style: italic;
}
.step1-title{}
.step1-title h3 {color:#fff; font-size:18px; text-transform: uppercase; }
.step1-title h3 small{color:#161A37; font-size:18px; font-weight: bold;}
.step1-title h1{color:#161A37; font-size:55px; font-weight: bold; margin:2px;}
.step1-title p{color:#161A37; font-size:19px; }
.step1-section-list h2{
	color: #4EB0DD;
}
.selectedDot1 circle{
	stroke: #4EB0DD;
	fill: #4EB0DD;
	border-radius:100%;
	

}
.selectedDot2 circle{
	stroke:  #F0A90F;
	fill:#F0A90F;
	border-radius:100%;
	
}

.selectedDot3 circle{
	stroke: #FA6046;
	fill:#FA6046;
	border-radius:100%;
	
}

.progressMenuText.selected2 a{
	color: #F0A90F;
}

.progressMenuText.selected3 a{
	color: #FA6046;
}



.has-small-font-size{
	font-size:16px;
}



.progressMenuText.selected1 a{
	color: #4EB0DD;
}

.step1.insides, .step2.insides, .step3.insides{
	padding-top:60px;
	overflow:hidden;
}
.section-list{
	background-color:white;
	 transition: background-color .2s linear; 
   -moz-transition: background-color .2s linear;  
   -webkit-transition: background-color .2s linear; 
   -ms-transition: background-color .2s linear;
}

.section-list h2{
	
	 transition:color .2s linear; 
   -moz-transition:color .2s linear;  
   -webkit-transition:color .2s linear; 
   -ms-transition:color .2s linear;
}

.section-list:nth-child(even){
	background:#eee;
}
.step1-section-list:hover h2, .step2-section-list:hover h2{
	color: #fff;
}
.step1-section-list:hover{
	cursor:pointer;
	background-color: #4EB0DD !important;
}
.step2-section-list h2{
	color: #F0A90F;
}
.step2-section-list:hover{
	cursor:pointer;
	background: #F0A90F !important;
}




.step2-section-list:hover{
	cursor:pointer;
	background: #F0A90F !important;
}

.step2{
	background-color: #F0A90F;
}
.step2Color, .current-step2 a, .step2-content h2, .step2_checklist, .step2_checklist h3, .step2_checklist small{
	color: #F0A90F !important;
}
.progressMenuText.child.selected2 a{
	color: #F0A90F;
}
.step2-content h2{
	margin:10px 0px;
	margin-top:40px;
}

.step2-content h4{
	margin-top:50px;
	font-size:27px;
	font-style: italic;
}

.step2-title h3 {color:#fff; font-size:18px; text-transform: uppercase; }
.step2-title h3 small{color:#161A37; font-size:18px; font-weight: bold;}
.step2-title h1{color:#161A37; font-size:55px; font-weight: bold;}
.step2-title p{color:#161A37; font-size:19px; }




.step3-section-list:hover{
	cursor:pointer;
	background: #FA6046 !important;
}

.step3{
	background-color: #FA6046;
}
.step3Color, .current-step3 a, .step3-content h2, .step3_checklist{
	color: #FA6046;
}
.progressMenuText.child.selected3 a{
	color: #FA6046;
}
.step3-content h2{
	margin:10px 0px;
}

.step3-content h4{
	margin-top:50px;
	font-size:27px;
	font-style: italic;
}

.step3-title h3 {color:#fff; font-size:18px; text-transform: uppercase; }
.step3-title h3 small{color:#161A37; font-size:18px; font-weight: bold;}
.step3-title h1{color:#161A37; font-size:55px; font-weight: bold;}
.step3-title p{color:#161A37; font-size:19px; }
.step3-content a{color:#FA6046;}

.subsections p a{
	font-weight:bold;
	font-size:15px;
	
}

.subsections p{
	line-height:18px;
	margin-bottom:20px;
	
}
.subsections{
	padding:2px;
}


.mainContent{
	padding-right:200px
}



    .breadcrumbs{
    	font-size:15px;
    	padding:10px;
    	-webkit-box-shadow: 0px 7px 21px -13px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 7px 21px -13px rgba(0,0,0,0.75);
box-shadow: 0px 7px 21px -13px rgba(0,0,0,0.75);
    }

ul.dropDown, ul.dropDownShown{
	font-size:19px; 
	font-weight:bold;
	padding:20px;
	border-top:solid 1px;
	line-height: 30px;
	cursor:pointer;
}

ul.dropDown.last, ul.dropDownShown.last{
	border-bottom:solid 1px;
}


ul.dropDown::before{
	content: '+';
    font-size: 30px;
    color: #ccc;
    float: right;
    position: relative;
    top: 0px;
        padding-left: 100px;
        height: 70px;
}

ul.dropDownShown::before{
	content: '-';
    font-size: 30px;
    color: #ccc;
    float: right;
    position: relative;
    top: 0px;
    padding-left: 100px;
            height: 70px;
}

ul.dropDownShown li{
	font-size:19px; 
	font-weight:normal;
	padding:10px;
	margin-left:50px;
	
}

ul.dropDown li{
	font-size:19px; 
	font-weight:normal;
	padding:10px;
	margin-left:50px;
	
}
.menuToggle{cursor: pointer; display:inherit !important;}

.dot{        height: 30px; 
     width: 25px; 
    display: inline-block;
    line-height: 16px;
    text-align: center;
    font-size: 23px;
    vertical-align: middle;
    top: 0px;
    position: relative; color:#ccc; }
    .dot circle{fill:#ccc;     
    	r: 7;
    stroke-width:7;
    cx: 12;
    cy: 12;}
    .dot.visited.section1{
		;    

    }
    .dot.visited.section2{
		;    	
    }
    .dot.visited.section3{
		;    	
    }


    .dot.finished.section1 circle{
    	fill:#555;
    	opacity:1;

    }
    .dot.finished.section2 circle{
    	fill:#555;
    	opacity:1;
    }
    .dot.finished.section3 circle{
    	fill:#555;
    	opacity:1;
    }

.dot:hover {cursor:pointer; }
.navLink:hover{cursor:pointer; text-decoration: underline;}


.nav>li>a {color:#fff; display:inline-block !important; position: inherit;}

.wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2, .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2 {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 900px;
    padding: 14px;
    text-align: left;
    
}

.wp-block-cover, .wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: center center;
    min-height: 430px;
    width: 100%;
    margin: 0 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    margin-top:50px;
    float: left;
}

footer{background-color: #161A37;}


.socialMedia i { 
font-size:25px; color:#fff; margin:20px 20px 20px 5px;}

.footerNav div li{ list-style: none; }
.footerNav div li a{ color:#fff; font-weight: bold; text-transform: uppercase;     font-size: 18px; }
.footer p { color:#fff;font-weight: bold; text-transform: uppercase;     font-size: 18px;  }
.footer p i {font-size:19px; margin: 5px 20px;}
.fa.fa-long-arrow-right{top:3px;}
.extraPadding{padding: 20px 200px 100px 200px !important;}

.extraPadding h2{text-transform:uppercase; font-size:28px; }

.current-step-image a{
	color:#00AEB7;
	
}
.image-child>p>a{
	font-weight:normal;
}
.image-child h3, .mainMain h3{
	text-transform: uppercase;
	font-size:19px;
	margin:20px 0px;
	margin-top:30px;

	

}
.image-child h2{
	text-transform:uppercase;
	font-weight:normal;
	margin-top:0px;

}

.backDrop{
	width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.3);
    z-index: 111;
    position:fixed;
    cursor: url(https://rjdtoolkit.impactjustice.org/wp-content/themes/MovesLikeWater/img/PNGs_X%20White.png), auto;
    

}
.progressMenu{
	z-index:111 !important;
	background:#fff;
	height: 100%;
}
.progressFirst{
	z-index:150 !important;
	background:#00acb3;
	height: 100%;
	
}


.checklistItem{
	padding:20px;
	padding-left:0px;
}
.checklistItem:nth-child(even){
	background:#eee;
}

.checklistHeader{
	font-size:25px !important;
	text-transform: uppercase;
}

.checkmark{
	    height: 30px;
    width: 30px;
    color: blue;
}
.checkmark:checked{
	background-color: #2196F3;

}

.questionnaire{
	background: #eee;
    border-radius:10px;
    padding:0px;
    overflow:hidden;
    margin: 40px 0px;
}
.questionnaire>div:first-child{
	
    padding: 0px 70px 0px 20px;
    margin: 40px 0px;

}

.questionnaire>div.results{
	 padding: 0px 70px 50px 80px;
	 background:#F0A90F;
	 display:none;
}

.questionnaire>div.results.redLight{
	display:inline-block;
	background:#f7adad;
	}

	.questionnaire>div.results.greenLight{
	display:inline-block;
	background:#c1ffc1;
	}
.questionnaire p{
	font-size:18px;
}
.questionnaire div.yes p,.questionnaire div.no p{
	font-weight:bold;
	text-transform: uppercase;
	background-color:#161A37;
	text-align: center;
	color:#ffffff;
	padding:3px;
	border-radius:10px;
	cursor:pointer;

	
}
.questionnaire div.yes.selected p,.questionnaire div.no.selected p{
	background-color:#01AEB4 !important;
	color:#fff !important;
}
.organizationTable tr td, .organizationTable tr th{
	font-size:18px;
	padding:6px;
	min-width: 36px;
}

div.organization_results{
	 padding: 20px 70px 50px 80px;
	 background:#F0A90F;
	 display:none;
}

div.organization_results.redLight{
	display:inline-block;
	background:#f7adad;
	}
	div.organization_results.yellowLight{
	display:inline-block;
	background:#F0A90F;
	}

	div.organization_results.greenLight{
	display:inline-block;
	background:#c1ffc1;
	} 

div.organization_tableHolder{
	border-radius: 10px;
	overflow:hidden;
	background:#eee;
	padding:0px;
	margin:20px 0px;
}
.organizationTable{
	margin-top: 40px;
	margin-bottom:40px;
}
.creditsRow{ padding:20px; }
.creditsRow:nth-child(odd){ background:#eee; }

.resultsHeader{
	color:#00AFB4;
	text-transform: uppercase;
}

.ijField, .search input{
	border:0px;
	box-shadow: none;
	border-bottom:solid 2px #00AFB4;
	border-radius:0px;
	font-size:20px;
	height: 40px;
}
.ijFieldTextarea{
	border:solid 2px #00AFB4;
	min-height:250px;
}

.search input{width}


.overallProgress div.progressCheck{
	font-size:20px;
	padding-top:50px;
	text-transform: uppercase;
	color:#41CBCE;
	font-weight:bold;
}


.regular-checkbox {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #555;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

.regular-checkbox:active, .regular-checkbox:checked:active, {

	
}


.regular-checkbox:checked {
	background-color: #e9ecee;
	border: 1px solid #555;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.regular-checkbox:checked:after {
	    content: " ";
    font-size: 44px;
    position: absolute;
    top: -24px;
    left: -4px;
    color: #555;
    border: 0px !important;
    background-image: url('https://rjdtoolkit.impactjustice.org/wp-content/themes/MovesLikeWater/img/icons/PNGs_Check Mark Navy.png');
    background-repeat: no-repeat;
    top: -6px;
    width: 60px;
    height: 40px;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: thin dotted;
    /* outline: 5px auto -webkit-focus-ring-color; */
    outline-offset: -2px;
}
input[type=checkbox]:checked.step1{background-color:#4EB0DD !important;}
input[type=checkbox]:checked.step2{background-color:#F0A90F !important;}
input[type=checkbox]:checked.step3{background-color:#FA6046 !important;}

.imgLogo{
	padding-top:10px;

}

.imgLogo a img{
	max-width:250px;
}

.mobileLink{
	display:none !important;
}
.sideNav{ overflow:hidden; }

.sideNav{ overflow:hidden;}



.sideNav ul li a{color:#555;}
.sideNav ul li{padding:0px; line-height:inherit; width:100%; display: inline-block;}



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

	/*
.mainContent{
	padding-right: 0px;
}
	*/
}

@media only screen and (max-width: 1300px) {
  .navLinks .nav li{ padding:1px; }
  .imgLogo{
	padding-top:20px;
}
.imgLogo a img{    width: 250px;}
.footerNav div li a, .footer div div div p, .footer div div div p i {font-size:12px;}

}


.fixedTitle{width:28%;}
.fixedNavLinks{width:72%;}


@media only screen and (max-width: 1050px) {
	
  .navLinks{ display:none; }
  .imgLogo{width:100%; text-align: center;}

  .fixed-nav  {display:none;}

  .sideNav{display:inherit;}

  .navIcon{display:none !important;}
  .mobileLink{
	display:inline-block !important;
}
.insides{}
.progressNavMenu{width:50%;}


.fixedTitle{width:inherit;}
.fixedNavLinks{width:inherit;}

.step1.insides, .step2.insides, .step3.insides {
padding-top:90px !important;
	} 

	footer{
		display:inline-block;
		width:100%;
	}
}




.wrapper {
      position: fixed;
    min-height: 100vh;
    z-index: 99999999999999999999999999;
width:100%;
  min-height: 100vh;
  display:none;
}

[class|="confetti"] {
  position: absolute;
}

.redd {
  background-color: #E94A3F;
}

.yelloww {
  background-color: #FAA040;
}

.bluee {
  background-color: #5FC9F5;
}

.gray{min-height:400px; display:inline-block;}
.circleImgHolderMobile{display:none;}
.subcontentSection{        
	/*padding: 60px 0px;
    padding-right: 10%;*/}

    main {
    padding-right: 270px !important;
}

.checkListPageList{
	padding:0px 200px !important;
}
.tooltip.top{opacity:1 !important;}
.tooltip.top .tooltip-inner{ color: #000 !important; width:400px; max-width:400px;padding:10px; text-align:left; background-color:#02AAB5;}
.tooltip.top .tooltip-arrow{ border-top-color:#02AAB5; }
.tooltip.top .tooltip-inner a{color:#000; text-decoration: underline;}
span.note{color:#02AAB5;}

div.story{
	padding:20px;
	border-radius:10px;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	margin-top:45px;
}
div.story:nth-child(odd){
	background:#eee;
}

/*
div.story:nth-child(even){
	background:#fcfcfc;
}
*/

div.story h2{
	font-weight:bold;
	font-size:25px;
}

/*story INSIDE STEPS */

div.story-step{
	padding:20px;
	border-radius:10px;
	padding-top:0px;
	padding-left:30px;
	padding-right:30px;
	margin-top:30px;
	margin-right:10px;
	margin-left:10px;
}
div.story-step:nth-child(odd){
	background:#eee;
}

div.story-step p{
	font-size:18px;
}

.mobileTopNav{display:none;
background:#161a37; height:60px;}

.footerNavLink{
	background: #00acb5;
	color:#fff;
	display: flow-root;

    
}

h4.notice{
	background:rgba(0,172,181,.25);
	padding:20px;
	width: 40%;
}

.footerFixed{
	display: none;
}
.footerDesktop{
	display:inherit;
}
.footerFixed.show{
	display: none !important;    width: 100% !important;

	}

	.breadcrumbs .fixedNav {	display:none !important;
	 
	 opacity:1;
}

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

	.fixedBread{
		top:60px !important;
	}

	.breadcrumbs .fixedNav {	display:none !important;
	 
	 opacity:1;
}

	.footerDesktop{
	display:none;
}
	.progressNavMenu{
		position: fixed!important;
		    height: 100% !important;
		    padding-bottom:220px !important;
	}
	.progressMenuText{
		left:20px;
	}
	.imgLogo{display: none;}

	.mobileTopNav{display:inherit;}

	.glyphicon-menu-hamburger:after{
	    
   
    display: inline-block !important;
   
    padding-top: -5px !important;
    top: -6px !important;
    position: relative !important;

}
.glyphicon-menu-hamburger.active:before{
	    
   
   top: -4px !important;
    position: relative !important;
    
}
.footerFixed.show{
	position: fixed;
	bottom: 0px;
	z-index: 99999999;
	display: inherit !important;
}

.dropdown-item{
	font-size:15px;
}

.progressFirst{

	height:60px;
}

	.footerContent{display: inline-block;}

	.subsections{display:none !important;}

	.footerLinks{padding:0px;}
	.col-sm-11.col-sm-offset-1 {
    width: 100% !important;
    padding: 0px;
}

	.footerHolder{padding:10px !important;}
	.extraPadding{
		padding:15px !important;
	}

	.checklistHeader{padding:15px;}

	.checkListPageList{
	padding:0px 0px !important;
}
 .progressFirst{background: transparent; text-align:left;}
 .firstProgress{height:60px;}


 .blueCircles{display:none;}
 .step-image{
 	    max-height: inherit;
    	min-height: inherit;
    	padding:0px;
 }
 .mainMain{padding:0px;}

 .stepMainMain{padding:10px !important;}

 div.one::before {
    content: '1';
    font-size: 80px;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    line-height: 100px;
}
.subcontentSection{padding:inherit;}


div.two::before {
    content: '2';
    font-size: 80px;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    line-height: 100px;
}
div.three::before {
    content: '3';
    font-size: 80px;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    line-height: 100px;
}

a.blueBtn, a.yellowBtn, a.redBtn,{
	min-width:200px;
}
.gray{padding:0px;}
.circleImgHolderMobile{display:inline-block; padding:0px;}

.circleImgHolder{display:none;}
.whitebg{padding:0px;}

.progressNavMenu{width:100%;}

.step1{padding:0px;}


.navDot{display:none;}

.insides{max-height: inherit !important;}


.whiteBtn{
	margin-bottom:40px;
}


.section-list{    display: inline-block;}

.mobileNoPadding, .noPaddingMobile{padding:10px;}
.subsections{display:none;}


.questionnaire>div:first-child {
    padding: 0px;
    margin: 40px 0px;
}
.mobileMarginTop{
	margin-top:20px;
}

.questionnaire>div.results {
    padding: 0px 70px 50px 30px;
    background: #F0A90F;
}

.progressMenu{
	overflow-y:auto;
}




.glyphicon.glyphicon-arrow-right.step2Color, .glyphicon.glyphicon-arrow-left.step2Color{
	display:none;
}
.glyphicon.glyphicon-arrow-right.step1Color, .glyphicon.glyphicon-arrow-left.step1Color{
	display:none;
}

.fixedBread{
	width:100% !important;
	padding:0px;
	left:0px!important;
}

.topFixedNav{padding-top:7px; text-align: right;}
.fixedNav{width:100%;}
.fixed-nav{display:none;}
.menuToggle{color:#fff;}
.fixedNav{height:100px;}

.fixedToggle{padding-top:10px; display:inline-block;}

h1{font-size:40px !important;}

.fifths{width:100% !important;}

.organization{padding-bottom:50px;}


main {
    padding-right:15px !important;
}








}
.fixedToggle{display:none;}

.noPadding{padding:0px;}

.glyphicon-menu-hamburger:before{
	color:#fff;
}
.glyphicon-menu-hamburger:after{
	    color: #fff;
    content: 'TOOLKIT MENU';
    font-size: 12px;
    display: block;
    width: 60px;
    text-align: center;
    line-height: 18px;
    font-family: 'urw-din, sans-serif', sans-serif;
    padding-top: 5px;
}
.glyphicon-menu-hamburger.active:before {
    content: " ";
    background-image: url(https://rjdtoolkit.impactjustice.org/wp-content/themes/MovesLikeWater/img/icons/PNGs_X%20White.png);
    background-size: cover;
    height: 30px;
    width: 30px;
    display: inline-block;

}


.fixedBread{
	position:fixed;
	background-color: #fff;
	left:8.33333333%;
	padding-right:attr(data-offset)px;
	top:0px;
	z-index:100;
	width:91.66666667%;
	padding:0px;
	
	opacity:1;
}

.fade-in{
	opacity: 1 !important;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: .2s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fixedNav{
	
}

.fixedNav .fixedTitle{
	display:none;
}
.breadcrumbs .fixedNav{
	
	opacity:0;
	
}

.fixedBread .fixedNav{
	
	 
	 opacity:1;
}

.fixedBread .col-xs-5.navLink {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fixedNav{background:#161A37;}

.fixed-nav{margin:0px; padding:0px;}
.fixed-nav li{list-style: none; display: inline-block}
.fixed-nav li a{ color:#fff; }


main {    min-height: 340px !important;}

.fixedSub div{position:fixed; width: 14.666667%; top:130px; }



div.yes p:hover,div.no p:hover{
	cursor:pointer;
	background-color: #036164 !important;
}


.orgTableOption li{
	list-style:none;
	font-size:22px;
	display:inline;
	color:#fff;
	font-weight:bold;
	float:left;
	padding:3px 20px;

}
.orgTableOption li:nth-child(odd){
	background:#aaa;
	}
	.orgTableOption li:nth-child(even){
	background:#ccc;
	}
	.orgTableOption li:first-child{
		border-radius: 10px 0px 0px 10px;
		overflow: hidden;
	}

	.orgTableOption li:last-child{
		border-radius: 0px 10px 10px 0px;
		overflow: hidden;
	}

	.orgTableOption li:hover{
		background-color:#038C8C;
		cursor:pointer;
	}

	.orgTableOption li.selected{
		
		background-color:#01AEB4;
	}
	.fifths{width:20%;}
	.orgOptions{ background-color: #161A37; padding-top:10px; }
	.orgOptions div p{color:#fff; font-weight:bold; font-size:16px;}

	.blueBtn:hover, .yellowBtn:hover, .redBtn:hover{opacity:.7;}
	.whiteBtn:hover{opacity:.9;}
	.socialMedia i:hover{cursor:pointer; opacity:.8;}

	.imgLogo a:hover{opacity:.8; cursor:pointer;}

	.footerContent:hover h1{color:#fff;}
	.footerContent:hover{cursor:pointer;}

	p>a.link{ color: #01AEB4; }


	p>a.link:focus, p>a.link:hover {
    border-bottom:solid 1px #01AEB4;
    text-decoration:inherit;
	}


	li>a.link{color: #01AEB4;}

	li>a.link:focus, p>a.link:hover {
    border-bottom:solid 1px #01AEB4;
    text-decoration:inherit;
	}
	.topSubContentSection{
		
	}
	a i.fa:hover{cursor:pointer; opacity:.8;}


.progressMenu{overflow-y:auto;}

.progressFirst::-webkit-scrollbar { 
    display: none; 
}


.col-sm-11.col-sm-offset-1{width:91.66666667%; padding:0px;};

a.anchor {
    top: -100px;
    background: blue;
    height: 100px;
    width: 100px;
    position: relative;
    display: inline-block !important;
    visibility: hidden;
}
.page-numbers{
	font-size:20px;
	margin:10px;
}

em.margin40{ margin-top:40px; }

.search-submit{font-size:20px; color:#fff !important;}

div.tips{
	background:#eee;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:20px;
	border-radius:10px;
	margin-top:30px;
	margin-bottom:30px;
}

/*div.tips{
	background:#eee; 
	margin-top:20px; 
	margin-bottom:20px; 
	padding: 25px; 
	border-radius: 5px;
}
*/

div.tips p{font-size:18px;}
div.tips h4{margin:10px; font-size:20px; color:#161A37;}
div.tips h4 {margin-left: 0;}

.fixed-nav li{
	padding:12px 20px;
	line-height: inherit;
}

.anchor{
	position: relative;
    width: 101px;
    height: 10px;
    top: -140px;
    display: inline-block;
}



.currentSubSection.subSectionStep1{ color: #5FC9F5;
}

.currentSubSection.subSectionStep2{ color: #FAA040;
}

.currentSubSection.subSectionStep3{ color: #E94A3F;
}


a.resource{
	/*text-decoration: underline;*/
}

a.resource::before { 
  	  content: '\f15c';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin:0px 10px;
   text-decoration:none;
}


.section-list div.col-sm-8 p {
	margin:5px;

}

.step1-content a { color:#5FC9F5 !important; }
.step2-content a { color:#F0A90F !important; }

.grayBg{background:#eee; padding:10px 0px;}

.checkListPageList > div:nth-child(odd) {
    background-color: white !important;
}

/* test */
.checkListPageList > div:nth-child(even) {
    margin-bottom: 65px;
}



/* responsive embed corrections */

.youtube-responsive-container {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.responsive-org-chart{
	width: 100%;
	height:auto;
	margin-top:20px;
	margin-bottom:10px;
}


/* questionnaire hyperlink corrections */

.redLight a{
	color:#444 !important;
}

	div.organization_results.yellowLight a{
		color:#444 !important;
}

div.svgDot{
	background-image:url(https://rjdtoolkit.impactjustice.org/wp-content/themes/MovesLikeWater/img/icons/circles/Gray%20Incomplete.png);
	background-size: contain;
	background-repeat: no-repeat;
}

div.svgDot.selectedDot1{
	background-image:url(https://rjdtoolkit.impactjustice.org/wp-content/themes/MovesLikeWater/img/icons/circles/Blue%20Active.png);
}

div.svgDot.selectedDot2{
	background-image:url(https://rjdtoolkit.impactjustice.org/wp-content/themes/MovesLikeWater/img/icons/circles/Yelllow%20Active.png);
}

div.svgDot.selectedDot3{
	background-image:url(https://rjdtoolkit.impactjustice.org/wp-content/themes/MovesLikeWater/img/icons/circles/Red%20Active.png);
}

div.svgDot.selectedDot1.finished{
	background-image:url(https://rjdtoolkit.impactjustice.org/wp-content/themes/MovesLikeWater/img/icons/circles/Blue%20Complete.png);
}

div.svgDot.selectedDot2.finished{
	background-image:url(https://rjdtoolkit.impactjustice.org/wp-content/themes/MovesLikeWater/img/icons/circles/Yelllow%20Complete.png);
}

div.svgDot.selectedDot3.finished{
	background-image:url(https://rjdtoolkit.impactjustice.org/wp-content/themes/MovesLikeWater/img/icons/circles/Red%20Complete.png);
}

div.svgDot.finished{
	background-image:url(https://rjdtoolkit.impactjustice.org/wp-content/themes/MovesLikeWater/img/icons/circles/Dark%20Blue%20Complete.png);

}

div.dropdownAboutMenu{
	    position: fixed;
    top: 57px;
    left: -1px;
    z-index: 1000;
    display: none;
    float: left;
    width: 100%;
    height: 500px;
    /* margin: 2px 0 0; */
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #161A37;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    
    /* border: 1px solid rgba(0,0,0,0.15); */
    /* border-radius: 4px; */
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);

}
.dropdownAboutMenu li a {
	color:#fff;
	font-size:25px;
}
.showing{
	overflow:hidden !important;
}
.showing>div.mobileTopNav{
	background:#00acb5 !important;
}
.showing>div.mobileTopNav>div.dropdown{
	display: none;
}

.showingMenu>div.menuToggle{
	background:#161A37 !important;

}
.showingMenu>div.menuToggle>span{
	display: none;
	
}

div.menuToggle>span{

	line-height:50px;
	}

	.mobileTopNav>div>a{
		    line-height: 45px;
	}

	.dropdown{
		left:-5px;
	}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none!important;
    }

.dropdown-backdrop{
	display: none;
}

.hideMenu{    background: #161A37 !important; pointer-events: none;}
.hideMenu span{ display:noness !important; }

figure{    max-width: 100%;
    overflow: hidden;}

    iframe.__youtube_prefs__{max-width:100%;}

    body.menuShowing{overflow:hidden;}


    @media (min-width: 768px){
/*.col-sm-1 {
    width: 8.433333% !important;
}*/



}

.hideWhiteButton{
	display:none !important;
}