/*  Colors
    ******
sky    #d5e9f3
sand   #fbf2ea
tan    #7d500b
turq   #004f69
ocean  #007EC2
*/


/* General Styles
   **************  */
 html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -o-text-size-adjust: 100%; /* 2 */}

body {
    font-family:Georgia, serif;
	width:100%;
	height:100%;
	font-size: 16px;
	color: #000;
	line-height: 1.5em;
    background-color:#d5e9f3;
}
 a { 
    text-decoration: none;
    cursor: pointer;
	color:#004f69;
	background-color: transparent;
}
a:hover {
  color: #007540;
  text-decoration: none;
  background:none !important;
  background-color: transparent;
}
/* Typography 
   **********
*/
h1{
    font-family:"Monotype Corsiva", cursive;
	color:#004f69;

}
h2{
   font-size:1.5em;
   font-weight:normal;
   color:#004f69;
   margin:0 auto;
   padding:0;
}
h3{
   font-size:1.2em;
   font-weight:normal;
   color:#7d500b;
   margin:0 auto;
   padding:0;
}
h4{
   font-size:1.15em;
   font-weight:normal;
   color:#7d500b;
   margin:0 auto;
   padding:0;
}
h5 {
   font-size:1em;
   font-weight:normal;
   color:#7d500b;
   margin:0 auto;
   padding:0;
}
.head-wrap{
   margin:0 auto;
   text-align:center;

   
}
header {
    font-family:"Georgia";
    font-size: 1.5em;
	line-height: 1.55em;
    margin:0 auto;
	padding:0;
	width:90%;
	text-align:center;  
}

#navwrap{
	 width:100%;
	 margin:0 auto; 
	 text-align:center;   
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #004f69 /* change this to any color you want! */;
}
.navbar-nav {
    text-align:center;
}
.navbar-nav>li>a {
    font-size:1.05em;
	color:#7d500b;
	background-color:transparent;
	border-radius:4px;
 }

.navbar-nav a:hover {
  font-size: 1.1em;
  color: #004f69;
  background:none !important;
  background-color: transparent;
}
.navbar-nav > .active > a {
  font-size: 1.1em;
  color:#d5e9f3;
  background:none !important;
  background-color: transparent;
}
.navbar-ctr {
  text-align: center;
}
.dropdown {
    font-size:1.05em;
	color:#7d500b;
}
.dropdown a{
    font-size:1.05em;
	color:#7d500b;
}
.dropdown-menu>li>a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.5em;
    color: #004f69;
	border: none;
	padding: 0;
	margin:0;
    background-color:#fbf2ea;
	text-align: center;

}
.dropdown-menu>li>a:hover {
    color: #7d500b;
	background-color:#fbf2ea;
}
.open>.dropdown-menu{

    background-color:#fbf2ea;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background:none !important;
    background-color: transparent;
    border-color: transparent;
}
ul.dropdoown-menu>li>.dropdown-item {
    height:100%;
	width:100%;
	padding:0;
	margin:0 auto;
	background-color:#fbf2ea;

}

.arrow1 {
	 font-size:1.2em;
}

#hero {
	width:90%;
	text-align:center;
	align:center;
	margin:2px auto;
	padding:0;
}

.hero1{
    margin:0 auto;
	text-align:center;
	align:center;
}
.container-fluid {
   	align:center;
}
#inner-wrap {
   width: 90%;
   margin:0 auto;
}

/* Layout
   ******
 */
 /* Home */
#columnContent{
    display:block;
	max-width:600px;
	margin:0 auto;
	padding:0;
	font-size:1.2em;
	line-height:1.5em;
	overflow:hidden;
}
.content{
    width: 90%;
	margin:0 auto;
	padding:0;
	font-size:1.05em;
	line-height:1.5em;
}
/* Aloha */

.loha {
    width:20%;
	max-width: 260px;
	margin:0 auto;
	text-align: center;
	display: none;
	
}
.loha-word {
    margin:0 auto;
	padding-top: 1em;
	font-size: 2.1em;
	color: #004f69;
}

.loha-desc {
   font-size: 1.5em;
   color: #7d500b;
}

.aloha-wrap {
   width: 80%;
   max-width: 900px;
   margin: 0 auto;
}


.aloha-phrase {
   margin: 5% auto;
   text-align: center;
}

.goal {
   margin: 2% auto;
   text-align: left;
}

.callout{
   font-size: 1.2em;
   line-height: 1.6em;
   color: #7d500b;  
   margin:2px auto;
  text-align:center;
}
#content-law{
    display: block;
	width: 960px;
	margin:2em auto;
	line-height:1.5em;
}

.audio-wrap{
    margin: 2em auto;
	width: 450px;
	color: #7d500b;
}
/* Story */

#vid-wrap {
    display: flex;
 	flex-direction: column;
	position:relative;
	width: 95%;
    max-width:900px;
	margin: 0 auto;
    
}
#video {
    width: 500px;
	max-width: 650px;
    height: auto;
	margin: 0 auto;
}
.img-wrap {
    display:inline;
	width: 70%;
    max-width:600px;
	margin: 0 auto;
	padding:0 1em;
	background-color:#d5e9f3;
}
/* Home Page */
#release {
	width: 60%;
	min-width: 360px;
	height: auto;
	margin: 0 auto;
	padding:0;
}
.vir-pic {
    display:inline-block;
    margin:1.5em auto;
	padding:0 1em;
}

.badge{
   display:inline-block;
   float:right;
   width: 100%;
   height: auto;
   border: 0;
   margin: 0 auto;
   background-color:#d5e9f3;
}

.brand {
    display:inline-block;
	max-width:960px;
	margin:0 auto;
}
/* Social Media */
.social-group {
    width: 85%;
	margin: 2em auto;
}
 .social {
    width:75px;
	margin:1em auto;
	padding:0 25px;
	cursor: pointer;
}

.social a{
	color: #7d500b;
	text-decoration: none;
	cursor:pointer;
}
.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 /* About */
 .breadcrumb{
    display:inline;
	font-size:.5em;
	padding: 0;
	margin: 0 auto;
	color:#004f69;
	background-color: transparent;
}
.breadcrumb>li+li:before {
    height:45px;
    padding: 0 5px;
    color:#004f69;
	background-color: transparent;
    content: "";
}
.breadcrumb a{
    color:#004f69;
	background-color: transparent;
	content=" ";
}

.breadcrumb a:hover {
    color:#7d500b;
	background-color: transparent;
	content=" ";
	text-decoration: none;
	
}
.big {
    font-size: 1.1em;
    color:#004f69;	
}
#about{
    margin-top:20;
	padding-top: 10px;
}
#values, #workshops, #join {
   font-family: Georgia, sans-serif;
   line-height: 1.5em;
}
 .hosts{
    float: none;
	width:60%;
	margin:2em auto;
	
	
}
/* Alex */

.head-wrap{
    width:60%;
	margin:0 auto;
}	
.bio {
    width: 80%;
	margin:2em auto;
	font-size: 1.1em;
}
.alx {
    border-radius: 5px;
	float: left;
}
.titl {
	float:left;
	margin-left: 1.5em;
	font-size: 1.4em;
	color: #000080;
	line-height: 1.8em;
}
.lft-col {
    float:left;
	margin:0;
}

.rht-col {
    float:right;
	margin: 0;
}


/* Carousel */
#myCarousel {
    margin: 0 auto;
	border:0;
	padding:0;
	max-width:680px;
	height: 525px;
	font-size: 1.5em;
	line-height:1.8em;
	text-align: center;
 
}

.carousel-inner {
    margin: 0 auto;
	border:0;
	padding:0;
	height:520px;
	line-height:1.2em;
}

.carousel-inner > .item {
    margin: 0 auto;
	border:0;
	padding:0;
	height:450px;
	line-height:1.2em;
}
#carousel-stay .carousel-inner > .item {
    margin: 0 auto;
	border:0;
	padding:0;
	height:380px;
	line-height:1.1em;
}
.carousel-inner > .item > a, :hover {
    text-decoration: none;
}

.carousel-inner > .item > img {
    margin: 0 auto;
	border:0;
	padding:0;
	height:95%;
	line-height:1.2em;
}

.control-wrap{
    display: inline;
	margin:0 auto;
	padding:0;
    bottom:50%;
    background-color:transparent;	
}

.carousel-control {
    margin: 0 auto;
	font-size: 1.8em;
	line-height: 2em;
	color: #7d500b;
	background-color: none;
}



.carousel-control.left{
    position:absolute; 
    height:2em;
    left:25%;
    top:88%;
    color: #7d500b;
	background-image: none;

}

.carousel-indicators li{
    bottom:0;
    width:  12px;
    height: 12px;
	border: 1px solid #7d500b;
}

.carousel-indicators .active {
    margin: 0;
    width:  12px;
    height: 12px;
    background-color: #004f69;
  }


.carousel-control.right{
    position:absolute; 
    height:2em;
    right:25%;
    top:88%;
    color: #7d500b;
	background-image: none;
}
/* original solution by https://codepen.io/Rowno/pen/Afykb */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade {
    z-index: 2;
}
.fa {
    font-size: 1.5em;
	color: #7d500b;
}

/* Design Values */


#values {
    width: 80%;
	margin:2em auto;
 
}

/* Platform List */
#plat {
    width: 80%;
	margin:1em auto;
    padding-left: 20%;
}
.hdr {

	font-size:1.5em;
    font-weight:normal;
    color:#004f69;
}

.value-desc {
    width: 90%;
	text-align: left;
    font-size:1.2em;
	line-height:1.6em;
    font-weight:normal;
    color:#7d500b; 
}

/* Software lists */
.no-bullet, .desc {
    list-style-type:none;
	color: #007540;
}

/*  Training */

#path-wrap {
    margin: 0 auto;

}
.title{
	text-align: center;
	font-size: 1.8em;
	line-height: 1.8em;
	color: #7d500b;
	padding:1em;
}

.path { 
    border-radius: 10px;
	padding-top: 1.5em;
	text-align: center;

}
.path-desc{
	text-align: left;
	font-size: .95em;
	line-height: 1.em;
}

.tool {
   font-size:1em;
}

.tool-list {
    list-style-type:none;
	color: #007540;
}

/* FAQ */
:focus, :active { outline:0; }

#accordion { 
    width:650px; 
    margin:0 auto; 
    font:normal normal sans-serif; 
    color:#004f69; 
}

#accordion h3 {
    padding:5px;
	border-radius:3px;
	box-shadow:0 1px 4px #CCC;
	margin:3px 0;
	cursor:pointer;
}

#accordion div {
    margin:0 0 0 10px;
	padding:10px;
	border:solid 1px #7d500b;
	height:auto;
}

blockquote{
	color: #7d500b;
}

	
/* Footer */
footer{
	clear: both;
	float: none;
	display:inline;
	position: relative;
	width: 960px;
	margin:1em;
	font-size: .9em;
	font-weight: normal;
	color:#7d500b;
	line-height:32px;
	overflow:hidden;
}
.cpyrt{
	float: left;
	padding-left:20%;
	font-size: .9em;
	font-weight: normal;
	color:#7d500b;
}
.pwrd {
	float:right;
	margin: auto;
	padding-right:20%;
	font-size: .9em;
	color: #7d500b;
	font-weight: normal;
	text-align: center;
}
.ftr-link{
    float:none;
	display:inline;
	width:100%;
	margin:0 auto;
}
.ftr-link a,
footer .pwrd a{ 
	color: #7d500b;
	text-decoration: none;
	cursor:pointer;
}


footer a:hover, footer a:active{
    color:#004f69;
	background:transparent;
	text-decoration:none; 
	cursor:pointer; 
}
/* Contact form */

#schedule{
	position:relative;
	max-width:800px;
	margin:0 auto;
	font-size:1em;
	line-height:1.1em;
	color:#004f69;
	font-weight:bold;
	text-align:center;
	background-color:#fbf2ea;
	border:2px solid #7d500b;
	border-radius:.5em .5em .5em .5em;
	visibility:visible;
}

form{
 padding:1em;
 margin:3px;
 font-size:1em;
 line-height:1.1em;
 text-align:left;
}
label {
  padding:1px;
  text-align:left;
  font-size:1em;
  line-height:2em;
}
select:-internal-list-box option {
    line-height: 1.2em !important;
}
select{
    margin: 1em 0 0 20%;
	padding: 1.2em;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    -webkit-rtl-ordering: logical;
	overflow-y: auto;
    color: #7d500b;
	font-size:1em;
    background-color: transparent;
    cursor: pointer;
    border: 1px solid #004f69;
	border-radius:.5em .5em .5em .5em;
}
option {
  padding:2px;
  text-align:left;
  font-size:1em;
  line-height: 1.1em;
}
.g-recaptcha{
margin:0 auto;
width:80%;
position:relative;
left:0;
padding:0;
transform:scale(0.77);
transform-origin:0;
-webkit-transform:scale(0.77);
transform:scale(0.77);
-webkit-transform-origin:0 0;
transform-origin:0 0;
display: table;
}

#PoweredByLink{
     float:right;
	 padding-right:10px;
}
input:not([type=submit]):not([type=reset]):not([type=textarea]):not([type=file]):not([type=hidden]):not([type=radio]) {
 padding:1px;
 margin:1em .5em .5em .5em;
 font-size:.9em;
 color:#000080;
 background-color: transparent;
 border:1px solid #004f69;
 border-radius:.25em .25em .25em .25em;
}

input[type=submit] {
 float:left;
  padding:5px 15px; 
  background:#f7cda4; 
  cursor:pointer;
 -webkit-border-radius: 5px;
 border-radius: 5px; 
 margin:2em auto;
 font-size:.9em;
 color: #7d500b;
 width:7.5em;
 border:1px solid #004f69;
}
input[type=radio] {
 padding:1em; 
 font-size:.9em;
 color:#7d500b;
}
textarea {
 padding:1px;
 font-size:.9em;
 color:#000080;
 width:20em;
 height:10em;
 background-color: transparent;
 border:1px solid #004f69;
 border-radius:.5em .5em .5em .5em;
}
#thanks {
width:100%;
margin:auto;
padding-bottom:2em;
font-size:1.1em;
color:#7d500b;
text-align:center;
display:inline;
}
#thanks a{
	color:#7d500b;
	background:transparent;
	text-decoration:none;  
}
#thanks a:link, 
#thanks a:hover,
#thanks a:active{
	color:#004f69;
	background:transparent;
	text-decoration:none;  
}

/* Global Styles 
   *************
*/

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/*  Text Colors*/
.tan, .tanh{
    color:#7d500b;
}
.tanh{
	display:inline-block;
	font-size:1.2em;
}
.tan a, .tanh a {
	color:#004f69;
	background:transparent;
	text-decoration:none;  
}
.tan a:link, .tanh a:link,
.tan a:hover,.tanh a:hover,
.tan a:active,.tanh a:active{
	color:#004f69;
	background:transparent;
	text-decoration:none;  
}
.turq, .turqh{
    color:#004f69;
}
.turqh{
	display:inline-block;
	font-size:1.2em;

}	
.turq a, .turqh a {
	color:#7d500b;
	background:transparent;
	text-decoration:none;  
}
.turq a:link, .turqh a:link, 
.turq a:hover,.turqh a:hover,
.turq a:active, .turqh a:active{
	color:#7d500b;
	background:transparent;
	text-decoration:none;  
}

/* All other pages */
#content{
    max-width:960px;
	margin:0 auto;
	text-align:left;
	font-family:"Times New Roman",Geneva, serif;
	font-size:1.2em;
	padding-top:.5em;
}	
.callOut{
    clear:both;
	float:none;
	max-width:850px;
	text-align:center;
	margin:0 auto;
	padding-left:0;
	color:#004f69;
	font-size:1.15em;
}
.callOut a{
	color:#7d500b;
	background:transparent;
	text-decoration:none;
	cursor:pointer;  
}

.callOut a:hover,
.callOut a:active {
	color:#004f69;
	background:transparent;
	text-decoration:none;
	cursor:pointer; 
}
@media only screen and (min-width:320px) and (max-width:700px){
nav .navbar-nav>li{
   display:inline;
   float:left;
}
}
