/*
Theme Name: TregoED
Theme URI: http://tierra-innovation.com
Author: Tierra Innovation
Author URI: http://tierra-innovation.com
Description: 
Version: 1.0.0
*/

/***** Basic Styles *****/

html {
	background-color: white;
}

body {
	font-family: "Open Sans", "Arial", sans-serif;
  padding-top: 10px;
  font-size:15px;
}

header {
    -ms-flex-negative: 0;
      flex-shrink: 0;
}

section {
  background-color: transparent;
}

p {
  padding-top: 8px;
}

a {
  color: #e0612b;
}

.columns, .columns:last-child{
  margin:0;
}

.input:active, .input:focus, .input.is-active, .textarea:active, .textarea:focus, .textarea.is-active {
  border-color: initial;
}

.container {
	max-width: 1280px;
	padding: 0 5px;
}

.container.is-fluid {
  margin: 0 auto;
}

.yellow, .button.is-primary {
	background-color: #ffde00;
}

.grey {
  background-color: #f5f5f5;
}

.negative-margin {
    margin-top: -180px;
}

.yellow-type {
	color: #ffde00;
}

.white {
	color: white;
}

.white-background {
  background-color: white;
}

.black {
  color: black;
}

.sm-sub-head {
  font-size: 1.9em;
}

.black-bck {
  background-color: #eeeded;
}


i {
  font-weight: 400;
}

strong {
  font-weight: 700;
}

#home_wrap li, .footer li {
  padding-top: 6px;
}

.lgt-grey {
  color: #b2b1b1;
}

a:hover{
  text-decoration: none;
}

.footer a:not(.icon), .footer a:visited:not(.icon) {
    border-bottom: none;  
}

/*.icon:last-child, .icon:first-child {
  margin-left: 0px;
  margin-right: 0px;
}*/



.tabs li.is-active a {
    border-bottom-color: none;
    color: none;
    padding-bottom: 16px;
    color: #7a7a7a;
}


/***** Header & Nav *****/
.is-brand {
    min-width: 125px;
}

.nav{
	min-height: 55px;
  z-index:100;
}

.nav-item img {
  max-height: 63px;
}

.nav-item a:hover,
a.nav-item:hover {
  color: #4e4e4e;
}

button:focus {
  outline:0;
}

.tregoed-padding {
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 20px;
  padding-bottom: 10px;
}

.icon.is-medium {
  font-size: 18px;
  height: 32px;
  line-height: 30px;
}

.icon.is-subnav {
  font-size: 30px;
  height: 32px;
  line-height: 43px;
}

.circle {
    border-radius: 50%;
    min-height: 35px;
    min-width: 35px;
    border: 3px solid #ffde00;
}

.playbutton {
  margin: 0 auto;
  text-align: center;
  font-size: 8em;
  color: #dadbdf;
  opacity: 0.7;
}

.subnav-circle {
    border-radius: 60%;
    min-height: 45px;
    min-width: 45px;
    border: none;
    margin-bottom: 6px;
}

.subnav-circle.purple-circle {
    background-color:  #8b0170;
}

.subnav-circle.green-circle {
    background-color:  #3d9a27;
}

.subnav-circle.red-circle {
    background-color:  #b20002;
}

.subnav-circle.umber-circle {
    background-color:  #ca8a07;
}

.nav-type {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	letter-spacing: .0675em;
	text-transform: uppercase;
	font-weight: 800;
	margin-right: 65px;
}

.nav-type.last-item{
  margin-right: 0px;
}

.line {
	height: 7px;
	width: 40%;
	margin: 5px auto;
}

.submenu {
  padding-top: 25px; 
  padding-bottom: 25px;
}

.hiw-boxes {
  width: 48%;
/*  border: 1px solid purple;*/
}

.how-it-works-menu {
/*     padding-top: 15px; */
    margin: 0 auto;
/*    border: 1px solid green;*/
}

.submenu li {
  display: inline-block;
  color: #8b0170;
/*      border: 1px solid black;*/
}


.mobile-subnav {
  display: none;
}

.how-it-works-type {
  font-size: 2.75em;
  font-weight: 300;
}

.nav-left {
  overflow: visible;
  overflow-x: visible;
  white-space: normal;
}

a.popup-youtube:hover{
  text-decoration:none;
}

a.popup-youtube:visited, a.popup-youtube:active, a.popup-youtube:focus {
  outline: 0;
}

/***** Header & Nav *****/

/* Dropdown Button */


.dropbtn {
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    display: inline;
}



/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 1080px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-sizing: border-box;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content.how-it-works {
 /*   display: none;*/
    width: 1000px;
}

/* Links inside the dropdown */
.dropdown-content a {
/*     padding: 12px 16px; */
    text-decoration: none;
    display: inline-block;
    margin-bottom: 6px;
}

/* Change color of dropdown links on hover */
/*.dropdown-content a:hover {background-color: #fff}*/

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #fff;
    color: #4e4e4e;
}

/***** Rollovers *****/

.purple {
  color: #8b0170;
}

.green {
  color: #3d9a27;
}

.red {
    color: #b20002;
}

.burnt-umber {
  color: #ca8a07;
}

.four-process-type {
    font-size: 1.05em;
}

i.fa.fa-balance-scale {
    font-size: .9em;
    padding-left: 2px;
}

i.fa.fa-search {
    font-size: .9em;
    padding-right: 2px;
}

.purpose {
  color: black;
  font-size: 12.5px;
  letter-spacing: .0675em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: -5px;
}

.subnav-graphic {
  border-right: 1px solid #e0dfdf;
  min-width: 100px;
  padding: 20px 32px;
}

.subnav-graphic.ppa {
/*   padding-right: 22px; */
  border-right: none;
}

/* .subnav-graphic.sa {
  padding-right: 36px;
} */

.subnav-graphic.hiw {
    padding-right: 14px;
    padding-left: 14px;
    padding-top: 32px;
    margin: 0 auto;
}


.subnav-graphic:hover {
  opacity: .75;
}


/***** Hero *****/

.hero {
	margin: 0 auto; 
  width:100%;
  min-height: 600px;
  max-height: 600px;
  padding-bottom: 0px;
  padding-top: 0px;
  position:relative;
}

#image_carousel{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#image_carousel div{
  position:absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tagline {
  padding-top: 45px;
  }


.is-large {
	width:100%;
	max-width: 2400px;
  background-size: cover;
  padding-bottom: 0px;
  padding-top: 220px;
}


h1 {
	font-family: 'Kreon', 'Georgia', serif;
	text-align: center; 
  font-weight: 700;
  font-size: 3.6em;
  text-shadow: 2px 2px #070707;
  letter-spacing: .05em;
  line-height: 1.1em;
  padding-bottom: 10px;
}

.section-head h1{
  text-shadow: none;
  color: #231f20;
  font-size: 2.38em;
  margin-top: 73px;
  font-weight: 700;
}


@media screen and (min-width: 769px) {
/*  .hero.is-large .hero-body {
    padding-bottom: 119px;
    padding-top: 178px;
  }*/
}


.subtitle {
  font-weight: 700;
  font-size: 1.688em;
  margin-top: 3px;
  letter-spacing: .01em;
  text-shadow: 1px 1px #292929;
  text-align: center;
}

/* black square */


.black-square {
  display: flex;
  position: absolute;
}

.box {
  z-index: 5;
  background-color: transparent;
  border-right: 1px solid #eeedee;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  display: block;
}

.box.border{
  border: none;
  background-color: transparent;
}

.notification {
    background-color: black;
    border-radius: 0px;
    margin-right: 5%;
    color: white;
    margin-top: -20%;
    padding-top: 24px;
    padding-bottom: 33px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 6;

}

.key-benefit {
  font-size: 1em;
}


.twenty-two-pt {
  font-size: 1.22em;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px; 
}

.reach-out {

}

.field-is-smaller {
  width: 50%;
}

h2 {
  font-family: 'Kreon', 'Georgia', serif;
  text-align: center; 
  font-weight: 700;
  font-size: 2.3em;
  padding-bottom: 15px;
}


h4 {
  font-weight: 300;
  font-size: 2.4em;
  line-height: 1.4em;
}

 h4.mission {
    margin-top: 0px;
}

h5 {
  font-weight: 700;
  font-size: 1.125em; 
  color: #e0612b; 
  text-transform: uppercase;
}

h5.is-sub-head {
  padding-bottom: 10px;
}

h6 {
  font-style: italic;
  font-weight: 400;
  color: #212121;
  font-size: 1.55em;
  letter-spacing: -.005em;
}

.black-box-type {
  font-family: "Kreon", serif;
  font-weight: 400;
  font-size: 1.15em;
/*  color: #c2c2c2;*/
  letter-spacing: .5px;
  margin-left: 20px;
}

.black-box-type.lgt-grey strong{
  color:#fff;
}

/* call to action */

.control {
  font-size: 22px;
}

#home_wrap .columns {
  padding-right: 24px;
  padding-left: 24px;
}

.is-benefit-box {
  margin-top: -108px;
}

#home_wrap .column {
  padding: 0px;
}

.call-to-action {
    width: 60%;
    margin-top: -16%;
    padding-top: 2%;
    padding-bottom: 30px;
    padding-left: 24px;
    padding-right: 24px;
    z-index: 5;
}

.input {
  height: 50px;
  border: 1px solid #afafaf;
}

.button {
  height: 50px;
  width: 100%;
  border: 1px solid #777576;
  font-size: 16px;
}

.button.narrow {
  width: 20%;
}

.button.type {
  font-size: .6em;
  color: #231f20;
  text-transform: uppercase;
  font-weight: 500;
}

.button.newsletter {
  background-color: #959595;

}

.form-type {
  font-size: 1em;
  color: #636363;
  font-weight: 300;
}

.center {
  text-align: center;
}

.fixed-size {
    width: 200px;
}


/***** TregoED Workshops *****/

.heading {
  text-transform: none;
  border-bottom: 1px solid #e0612b;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 35px;
}

.best-for {
  text-transform: uppercase;
}

.notification.is-success {
    background-color: transparent;
    color: black;
}

.title {
    padding-bottom: 0px;
}

.content h5 {
  color: #e0612b;
  font-weight: 700;
  font-size: 1.125em;
  padding-top: 10px;
}

.content ol {
     margin-left: 0; 
}

.title:not(:last-child) {
    margin-bottom: 0px;
}

.orange-square {
    background-color: #e0612b;
    height: 355px;
    margin-top: -355px;
    margin-left: -40px;
    width: 65%;
    margin-bottom: 40px;
}

.above {
  z-index: 5;
}

.workshop-button {
  width: 60%;
  margin: 0 auto;
}


/***** TregoED Consulting *****/

.consulting-graphics {
  padding-top: 24px;
  padding-bottom: 34px;
}

.half-size img {
  width: 40%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.is-negative-margin {
  margin-top: -35px;
}

.narrow {
  padding-left: 24px;
  padding-right: 24px;
}

table.consulting-icon{
  width:100%;
  height:100%;
  max-height:300px;
  max-width:300px;
  background-color:#000;
  margin:0 auto;
}

table.consulting-icon td{
  color:#E2E6E5;
  text-align:center;
}

table.consulting-icon td.icon-title{
  text-transform: uppercase;
  font-weight:700;
  font-size:1.2em;
  vertical-align: middle;
}

table.consulting-icon td.icon-img{
  vertical-align:bottom;
}

table.consulting-icon td.icon-details{
  padding:0 50px;
}

/***** Discuss & Share *****/

.ds-type {
  font-size: 0.85em;
  padding-top: 5px;
  padding-bottom: 5px;
}

.is-inline {
    display: flex;
/*    justify-content: left;*/
}

.sm-article-type {
  font-family: 'Kreon', 'Georgia', serif;
  font-weight: 700;
  font-size: 1.2em;
  padding-bottom: 15px;
  color: black;
  letter-spacing: 0.03em;
  padding-top: 5px;
}

.sm-article-type:after {
    content: "";
    display: inline;
    background: url(../images/chevron.png) center center no-repeat;
    height: 40px;
    width: 40px;
    float: right;
    margin-top: -9px;
    margin-right: -4px;
}

.is-inline {
  display: flex;
}




/***** Colors *****/

.black {
  color: black;
}

.orange {
  color: #e0612b;
}

.dark-grey {
  color: #7a7a7a;
}


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


}

.nav-right {
	justify-content: center;
}


.other-content {
  height: 600px;
  width: 100%;
  background: #ececec;
}

/***** Testamonials *****/

.carousel {
  margin: 0 auto;
  padding-bottom: 40px;
}

.gallery {
  background: white;
  margin-top: 19px;
}

.gallery-cell {
  width: 100%;
  margin-right: 10px;
  background: #8C8;
  counter-increment: gallery-cell;
  background-color: white;
}

/* cell number */
.gallery-cell:before {
  display: none;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.flickity-page-dots {
    height: 36px;
    text-align: right;
    position: absolute;
    top: -45px;
}

.flickity-prev-next-button {
  display: none;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: -11px 12px;
    background: gray;
    border-radius: 50%;

    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100); /* IE8 */
  background-color: #ffde00;
}

.rule {
    border-bottom: 1px solid #e0612b;
    height: 3px;
    padding-top: 15px;
}

.quote {
  text-align: left;
  width: 83%;
  padding-top: 58px;
  font-weight:400;
}

.testamonial-photo {
  width: 74%;
  margin-bottom: 20px;
  display:block;
  -webkit-box-shadow: 24px 25px 0px 0px rgba(224,97,43,1);
  -moz-box-shadow: 24px 25px 0px 0px rgba(224,97,43,1);
  box-shadow: 24px 25px 0px 0px rgba(224,97,43,1);
}

/***** Footer *****/

footer {
    border-top: 3px solid #ffde00;
}

.tabs {
  overflow: visible;
  overflow-x: visible;
  white-space: normal;
}

.box {
  background: none;
}

.footer-padding {
    padding-right: 14px;
    padding-left: 14px;
}

#signup_result{
  padding: 5px;
}

#signup_result.success{
  color: #4F8A10;
  background-color: #DFF2BF;
}

#signup_result.error{
  color: #D8000C;
  background-color: #FFBABA;
}

.is-brand-footer {
    width: 70%;
    min-width: 140px;
}


.is-small {
    font-size: 16px;
    text-align: center;
}

/* .is-for-about-footer {
    min-width: 22%;
    margin-top: 11px;
}

.about-footer-padding {
    margin-top: 11px;
    margin-right: 156px;
} */

.footer-blog {
    margin-top: 11px;
    max-width: 205px;
    margin-right: 78px;
}

.about-footer {
   margin-top: 11px;
}


.nav-item-footer {
  padding-left: 130px;
  padding-top: 16px;
}

.top-padding {
  padding-top: 16px;
}

.circle-footer {
    border-radius: 50%;
    min-width: 30px;
    border: 3px solid #ffde00;
}

.vert-center {
  margin-top: 4px;
}

.small-field {
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.dark-grey-bck {
  background-color: #e2e2e2;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 5px;
  padding-bottom: 15px;
  height: 180px;
}

.form-type-footer {
  font-size: .8em;
  color: #636363;
  font-weight: 300;
}

.ital-newsletter {
  color: #6d6d6d;
  font-weight: 700;
  font-style: italic;
  font-size: 1.22em;
  padding-top: 18px;
}

.sign-up {
  margin-top: -20px;
  font-size: 1em;
}


.is-in-newsletter {
  background-color: #959595;
}

.is-wide {
  width: 100%;
}

.is-footer-type {
  font-weight: 700;
  color: #6d6d6d;
  font-size: 1rem;
}

.top-row {
      padding-top: 74px;
}

.is-sign-up-box {
  margin-right: 60px;
}

.is-kc-margin {
    margin-right: 245px;
}

.not-in-mobile {
  display: block;
}

.has-negative-margin {
  margin-right: 0px;

}

.copyright {
  font-size: .77em;
  font-weight: 700;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 24px;
  margin-top: 50px;
  border-top: 1px solid #eeedee;
}


/*SECTION HEADER*/
.section-head {
  margin: 0;
}

.history-content {
  margin: 70px 0 0 0;
}

.section-head h3 {
  font-weight: 300;
  font-size: 2.75em;
  line-height: 1.4em;
  text-align:center;
  margin: 60px 0 !important;
}

.section-head p {
  width: 87%;
  text-align:center;
  margin: 0 auto;
  padding:0;
  font-size: 1.125em;
  line-height: 1.55em;
}

/*SUB-NAV*/
.sub-nav {
  border-top: 1px solid #E8B7A0;
  border-bottom: 1px solid #E8B7A0;
  margin: 18px 0 26px !important;
}

.sub-nav a {
  color: #000;
  font-size: 1.125em;
  font-weight: 700;
  display:block;
  padding: 15px 0;
  margin: 1px 0;
}

.sub-nav a:hover, .sub-nav a.active{
  background-color: #ffde00;
}

/*SITE CONTENT*/
.site-content {
  font-size: 1.125em;
  line-height: 1.55em;
  max-width: 954px;
}

.pullquote h4{
	font-family: 'Kreon', 'Georgia', serif;
  font-weight: 700;
  color: #000;
  font-size: 2.375em;
  letter-spacing: .05em;
  line-height: 1.473684211em;
}

.pullquote-text{
  margin: 50px 0 0 65px;
}

.pullquote-text cite{
  color: #919191;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.125em;
  line-height: 1.56;
  margin: 73px 0 0;
  display:block;
}

/*TEAM MEMBER*/
.team-member {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom:3px !important;
}

.team-member:last-child {
  border-bottom: none;
}

.team-image {
  padding: 30px 50px 20px 50px;
}

.team-member .team-text {
   padding: 30px 10px 50px 10px;
}

.team-member .team-text h3, .donor .donor-text h3 {
	font-family: 'Kreon', 'Georgia', serif;
  font-weight: 700;
  color: #000;
  font-size: 1.375em;
  line-height: 1.55em;
}


.team-member .team-text a.team-email {
  display:block;
  font-family: 'Kreon', 'Georgia', serif;
  color: #e0612b;
  font-size: 1.375em;
  line-height: 1.55em;
}

.team-member .team-text a.team-email:hover{
  text-decoration:underline;
}

.team-member .team-text p, .donor .donor-text p {
  font-size: 1.125em;
  line-height: 1.55em;
}

/*KNOWLEDGE CENTER*/

#featured-knowledge-image img{
  -webkit-box-shadow: -20px 20px 0px 0px #ffde00;
  -moz-box-shadow:    -20px 20px 0px 0px #ffde00;
  box-shadow:         -20px 20px 0px 0px #ffde00;
}

#featured-knowledge-header h2, #knowledge-home-bottom h2{
	font-family: 'Kreon', 'Georgia', serif;
  font-weight: 700;
  color: #212121;
  font-size: 2.3em;
  line-height: 1.273em;
}

#featured-knowledge-header h3, #knowledge-home-middle h3, #knowledge-home-bottom h3{
  margin:0 !important;
  padding:0;
  text-align:left !important;
  font-weight: 700;
  color: #e0612b;
  font-size: .875em;
  line-height: 1.429em;
  text-transform: uppercase;
}

#featured-knowledge-text {
  margin: 70px 0 80px 0;
}

#featured-knowledge-text p{
  text-align: left !important;
}

#knowledge-home-middle h2{
  font-size: 1.2em;
  line-height: 1.273em;
  color: #212120;
}

.kc {
  margin: 0 0 20px 0 !important;
}

.kc .kc-text h3{
  font-family: 'Kreon', 'Georgia', serif;
  font-weight: 700;
  font-size: 1.375em;
  line-height: 1.273em;
  color:#212120;
}

.kc .kc-text p{
  font-size: 1.125em;
  line-height: 1.56em;
}

.is-kc-margin {
   margin-right: 188px;
}

a.pdf-link {
  color: #060606;
  font-family: 'Kreon', 'Georgia', serif;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.56em;
}

a.pdf-link:hover{
  text-decoration: underline;
}

hr.orange-rule {
    border: none;
    height: 1px;
    color: #e0612b;
    background-color: #e0612b;
    margin: 0 auto;
    padding: 0;
/*     width: 98.5%; */
}

.kc-rule {
    width: 98.5%;
    padding-bottom: 10px;
}

div.kc_btm_img {
  text-align:center;
}

/*BLOG*/
h1#blog_title, h1#page_title, .lp-top h1{
  font-family: 'Kreon', 'Georgia', serif;
  font-weight: 700;
  color:#231f20;
  font-size:2.375em;
  line-height:1em;
  text-shadow: none;
  border-bottom: 1px solid #e0612b;
  margin: 73px 0 10px;
  padding: 0 0 15px 0;
}

h1#page_title{
  margin: 73px 0 30px;
}

#blog_sidebar h2{
  color:#e0612b;
  text-align:left;
  font-size:1.125em;
  line-height:1.625em;
  font-family: "Open Sans", "Arial", sans-serif;
  text-transform: uppercase;
  padding-left: 5px;
}

#blog_sidebar li a{
  color:#000;
  font-weight: 700;
  font-size:1.125em;
  line-height:1.56em;
  padding-left: 5px;
}

#blog_sidebar li a:hover{
  text-decoration: underline;
}

#blog_main h1{
  text-align:left;
  text-shadow: none;
  color:#070707;
  font-size:2.75em;
  line-height:1.273em;
}

#blog_main h1 a{
  color:#070707;
}

h2.entry-title {
  font-size:2.75em;
  line-height:1.273em;
  color:#070707;
  text-align:left;
  width:80%;
  padding-top: 20px;
}

h2.entry-title a{
  color:#070707;
}

section.entry-summary{
  margin: 0 0 100px 0;
}

section.entry-summary header img{
  display:block;
  margin: 0 auto;
}

section.entry-summary p, .entry-content p, .entry-content li{
  font-size:1.125em;
  line-height:1.56em;
}

.entry-content ul, .kc-text ul {
  list-style: initial;
      margin: initial;
      padding: 0 0 0 40px;
}
.entry-content ol, .kc-text ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}
.entry-content ul ul, .entry-content ol ul, .kc-text ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.entry-content ol ol, .entry-content ul ol, .kc-text ul ol, .kc-text ol ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.entry-content li, .kc-text li {
    display: list-item;
}

.paging {
    background:#E7E6E5;
    background:rgba(255,255,255,0.35);
    padding:7px 10px 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

.paging li{
  display:inline;
}

.paging .page-numbers {
    padding:3px 6px;
    font-size:.9375em;
    font-weight:bold;
}
.paging .current {
    color:#000;
}

/*PAGES*/
div.consulting-header{
  position:relative;
}

div#header-box{
  background:#231f20;
  padding: 50px 60px;
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  width:40%;
}

@media screen and (min-width: 1367px) {
  div#header-box{ left: -87px; }
}

@media screen and (max-width: 1000px) {
   div#header-box{
    position:relative;
    top: -5px;
    transform: none;
    padding: 20px;
    width:100%;
  }
}

div#header-box h3{
  color:#ffde00;
  font-weight:700;
  text-transform:uppercase;
  font-size:1.125em;
  line-height:1.11em;
  margin:0 0 30px 0;
}

ul.main-bullets li{
  color:#fff;
  display: list-item;
  font-family: 'Kreon', 'Georgia', serif;
  font-weight: 700;
  font-size:1.15em;
  letter-spacing: .03em;
  line-height:1.2em;
  margin:0 0 25px 0;
}

ul.main-bullets.dark-bullets li, ul.small-bullets li {
  color:#0b0b0b;
}

ul.main-bullets li:last-child{
  margin:0 0 0px 0;
}

h3.oj-title {
  font-weight:700;
  color:#e0612b;
  text-align:left;
  font-size:1.125em;
  line-height:1.625em;
  font-family: "Open Sans", "Arial", sans-serif;
  text-transform: uppercase;
}

.content-pages p, .content-pages li{
  font-size:1.125em;
  line-height:1.625em;
  color:#212121;
}

ul.main-bullets{
  list-style: initial;
  margin: initial;
  padding: 0 0 0 20px;
  margin-top: 20px;
}

ul.main-bullets li{
  font-family: 'Kreon', 'Georgia', serif;
  font-weight: 700;
  font-size: 1.15em;
  line-height:1.4em;
  letter-spacing: .03em;
  margin:0 0 25px 0;
}

.consulting-box{
  padding: 38px 18px;
  margin: 0 0 20px 0;
}

.consulting-box button.button{
  width: auto;
  font-size: 1.05em;
  padding: 0 20px;
  margin: 20px 0 0;
}

.grey-back{
  background-color: #F5F5F5;
}

.consulting-box h3{
  color:#e0612b;
  font-size:2.75em;
  line-height:1.136em;
  font-weight:300;
  margin-bottom: 25px;
}
.consulting-box h4{
  font-weight: 700;
  font-size:1.375em;
  line-height:1.273em;
  color:#212121;
  margin-bottom: 35px;
}
.consulting-box h5{
  font-weight: 600;
  font-size:1.125em;
  line-height:1.625em;
  color:#070707;
  font-style: italic;
  text-transform: none;
}
.consulting-box li {
  font-size:1.125em;
  line-height:1.625em;
  color:#070707;
}
h2.sub-head, .lp-top h2{
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight:200;
  font-size:2.75em;
  line-height:1.318em;
  color:#070707;
  width: 82%;
  margin: 40px auto;
}

.lp-top h2 {
  width: 100%;
}

h3.oj-title{
  margin: 0 0 3px;
}

.gray-full-background{
  background-color:#f5f5f5;
}

.columns.workshops {
    margin-top: 15px;
}

h3.workshop-tiers-header {
    text-align: center;
    font-size: 2em;
    font-family: 'Kreon', 'Georgia', serif;
    font-weight: 700;
    padding: 40px 0 5px;
    margin-top: 50px;
}

h4.workshop-tiers-subheader {
    text-align: center;
    font-style: italic;
    font-size: 1.17em;
    color: #111010;
    padding: 0 0 15px;
}

.workshop-detail h4{
  font-size: 1.125em;
  line-height:1.56em;
  font-weight: 700;
  text-transform: uppercase;
  color:#585656;
}

.workshop-detail h5{
  font-size: 2.75em;
  line-height:1.1364em;
  color:#e0612b;
  text-transform: none;
  font-weight: 100;
}

.workshop-detail p{
  font-size: 1.125em;
  line-height:1.56em;
}

.workshop-detail h4.workshop-orange{
  color:#e0612b;
  font-size: 1.125em;
  line-height:1.44em;
  padding: 50px 0 0;
}

.workshop-detail li{
  font-size:1.375em;
  line-height:1.273em;
}

.workshop-elements p{
  margin-bottom:40px;
}

.workshop-elements h5{
  color:#212121;
  text-transform: none;
}

a.grey-button {
  display:block;
  background-color: #585656;
  color: #ffde00;
  text-transform: uppercase;
  text-align:center;
  font-weight:700;
  font-size: 1.047em;
  height: 50px;
  line-height:50px;
  width:245px;
  margin: 10% auto 0;
}

a.grey-button:hover{
  text-decoration:none;
}
/***** WHAT WE TEACH *****/

.columns.process-box {
    margin-bottom: 53px;
}

#wwt h1 {
  font-size:2.375em;
  color:#231f20;
  text-shadow:none;
  letter-spacing: normal;
  padding:0;
  margin: 73px 0 30px;
}

#wwt-top-left {
  background-color:#F5F5F5;
  text-align:center;
  padding: 35px 0;
}

#wwt-top-right {
  background-color:#000;
  padding: 25px 25px;
}

#wwt-top-right h3{
  margin-top: 15px;
}

#wwt-top-right h2{
  color: #f5f5f5;
  text-align:left;
  font-size:2em;
  line-height:1.365em;
}

.steps-left {
    margin-left: 60px;
    padding: 25px 0;
}

.steps-right {
    padding: 40px 0;
    margin-left: -40px;
}

.steps-right h4 {
  font-weight: 100;
  font-size:2.75em;
  line-height:1.136em;
  color:#010101;
  margin-bottom:30px;
}

.steps-right p {
  color:#212121;
  font-size:1.375em;
  line-height:1.273em;
  margin: 0 20% 0 45px;
}

.last-step {
    padding-bottom: 50px;
}

#leadership-portal{
  margin-bottom:150px;
}

.lp-main h3 {
  color:#e0612b;
  text-align: center;
/*   padding-left: 14px; */
  text-transform:uppercase;
  font-weight:700;
  font-size:1.0575em;
  line-height:1.67em;
}

.lp-main h4 {
  color:#585656;
  text-align:center;
  font-style: italic;
  font-size:1.410625em;
  line-weight:1.2499em;
  font-weight:normal;
}

.portal-section-header {
  padding: 25px 65px;
}

.portal-section-header h4 {
  text-align:left;
  text-transform:uppercase;
  color:#808080;
  font-weight:700;
  font-style: normal;
  font-size:1.375em;
   padding:10px 0;
}

a.lp-button {
  display:block;
  background-color:#D1683B;
  text-align:center;
  color:#fff;
  text-transform:uppercase;
  text-decoration:none;
  font-weight:700;
  width:245px;
  font-size:1.375em;
  padding:10px 0;
}

.portal-section-listing{
  margin: 0px 30px;
  display:none;
}

.portal-section-desc {
  margin: 25px 0px;
  width:70%;
}

.portal-section-listing .column{
  padding:0;
}

.portal-section-listing h4{
  text-align:left;
  text-transform:uppercase;
  font-weight:700;
  font-style: normal;
  font-size:1.0625em;
  color:#231f20;
  margin-bottom:5px;
}

.portal-section-listing h5 {
  text-align:left;
  text-transform:uppercase;
  font-weight:700;
  font-style: normal;
  font-size:0.875em;
  color: #d1683b;
/*   margin-bottom:15px; */
}

.portal-section-listing ul{
  margin-bottom:24px;
}

.portal-section-listing li {
  font-family: 'Kreon', 'Georgia', serif;
  font-weight: 700;
}

.portal-section-listing li a {
  color:#060606;
}

h4.lp-stat{
  display:table;
  margin-bottom: 10px;
}

.lp_strat_wrap {
  margin-bottom: 50px;
}

.lp-icon {
    display: inline-block;
    font-size: 21px;
    height: 24px;
    line-height: 32px;
    text-align: center;
    width: 24px;
    margin: 5px 0;
}

.lp-icon-subnav {
    border: 0;
}

.lp-strategy {
  display:table-cell;
  vertical-align:middle;
  font-family: 'Open Sans',sans-serif;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  font-size: .95em;
  color: #231f20;
  padding-left: 3px;
  line-height: 32px;
}

.sm {
    padding-top: 5px;
}

#errors_list {
  padding: 20px;
  background-color: #f44336;
  color: white;
}

#success_box {
  padding: 20px;
  background-color: #4CAF50;
  color: white;
}

#errors_list li{
  color: white;
}

.input_error{
  border-color: #f44336;
}

h2.client-title{
  font-size:2.75em;
  line-height:1.454545455em;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight:200;
  margin: 50px 0px 50px 0px;
}

.client-list{
  margin:0 0 30px !important;
}

.client-list h3{
  font-size:1.0625em;
  color:#e0612b;
  font-weight:700;
  margin:0 0 10px;
  text-transform: uppercase;
}

.client-list ul{
  margin: 0 0 40px;
}

.client-list li {
  color: #060606;
  font-family: 'Kreon', 'Georgia', serif;
  font-weight: 500;
  font-size:1.125em;
  line-height:1.555555556em;
}

.history {
    padding: 10px;
}

/* .invalid class prevents CSS from automatically applying */
.invalid input:required:invalid {
    background: #BE4C54;
}
.invalid textarea:required:invalid {
    background: #BE4C54;
}
.invalid select:required:invalid {
    background: #BE4C54;
}
/* Mark valid inputs during .invalid state */
.invalid input:required:valid {
    background: #17D654 ;
}
.invalid textarea:required:valid {
    background: #17D654 ;
}
.invalid select:required:valid {
    background: #17D654 ;
}

.trainer {
    padding-top: 2px;
}

.instructor {
    padding-top: 1px;
}

img.consulting-graphic {
    max-width: 22%;
}


/***** Smaller Browser Windows *****/

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

  .column {
  padding: -10px;
  }

/*   .call-to-action {
    margin-top: -13.6%;
  } */
}

@media screen and (max-width: 1250px) {
  .dropdown-content {
    width: 1050px;
  }

  .subnav-graphic {
    padding-left: 10px;
    margin-left: 10px;
  }
	
.subnav-graphic.sa {
    padding-right: 26px;
 }

/* .four-process-type {
    font-size: .95em;
 } */

  .tagline {
    padding-top: 10px;
  }

  .column {
  padding: -10px;
  }

  .call-to-action {
    margin-top: -18.6%;
  }

   .carousel {
    padding-bottom: 0px;
  }
	
   .footer li {
    padding-top: 6px;
    font-size: .95em;
}

}

@media screen and (max-width: 1300px) {
  .footer-blog{
    margin-right: 70px;
  }
}

@media screen and (max-width: 1250px) {
  .footer-blog{
    margin-right: 55px;
  }
}

@media screen and (max-width: 1225px) {
  .call-to-action {
    margin-top: -21.9%;
  }
}

@media screen and (max-width: 1150px) {
  .footer-blog{
    margin-right: 34px;
  }

  .call-to-action {
    margin-top: -21.9%;
  }
}


@media screen and (max-width: 1100px) {
	
  .dropdown-content {
    width: 1070px;
  }

  .four-process-type {
    font-size: 1.05em;
  }	
	
 .quote {
    padding-top: 10px;
  }

.is-sign-up-box {
    margin-right: 50px;
}

.nav-item-footer {
    padding-left: 90px;
}
	
  .footer-blog{
    margin-right: 25px;
  }

.is-kc-margin {
    margin-right: 210px;
}
	
 h4.mission {
    margin-top: -40px;
}
	
.call-to-action {
    margin-top: -25.9%;
  }
	
.key-benefit {
  font-size: 1em;
}

}

@media screen and (max-width: 1050px) {
  .nav-type {
    margin-right: 25px;
    font-size: 14px;
  }
	
   .dropbtn {
    font-size: 14px;
  }

   .hero {
    max-height: 0px; 
    min-height: 575px;
  }

  .tagline {
    width: 90%;
    margin: 0 auto;
    padding-top: 0px;
  }

   .dropdown-content {
    width: 920px;
  }
	
/*  .quote {
    padding-top: 20px;
  } */

  .subnav-graphic {
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 3px;
  }
	
 .subnav-graphic.sa {
    padding-right: 20px;
  }

  .subnav-graphic.ppa {
    padding-right: 10px;
  }

  .call-to-action {
    margin-top: -23.6%;
  }

  .four-process-type {
    font-size: .95em;
  }

  .icon.is-subnav {
    font-size: 22px;
    line-height: 36px;
  }

  .subnav-circle {
    min-height: 35px;
    min-width: 35px;
  }

  .purpose {
    font-size: 10.5px;
  }

  .how-it-works-type {
    font-size: 2.25em;
  }

  .dropdown-content.how-it-works {
    width: 900px;
  }

  .nav-item-footer {
    padding-left: 30px;
  }

  .is-sign-up-box {
    margin-right: 44px;
  }
	
 .black-box-type {
    font-size: 1em;
  }

  .tile.is-6 {
    width: 31%;
  }

    .carousel {
    padding-bottom: 0px;
  }

  .flickity-page-dots {
    margin-bottom: 398px;
  }
	
  i.fa.fa-search {
    padding-right: 0px;
  }

  i.fa.fa-balance-scale {
    font-size: .92em;
    padding-left: 1px;
}
	
.steps-left {
    margin-left: 20px;
}
	
.footer-blog {
    margin-right: 16px;
  }
	
}

@media screen and (max-width: 1000px) {
  .call-to-action {
    margin-top: -28.6%;
  }
	
.steps-right {
    margin-left: -20px;
}
	
  .footer-blog {
    margin-right: 10px;
  }
}



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

.is-brand {
  width: 80%;
  margin-left: -110px;
}
  .nav-type {
    font-size: 13px;
    }
	
 .dropbtn {
    font-size: 13px;
  }

.dropdown-content {
    width: 855px;
  }
	
.subnav-graphic {
    padding-left: 0px;
    margin-left: 19px;
  }

    .call-to-action {
    margin-top: -31.6%;
  }


  .four-process-type {
    font-size: .85em;
  }

  .icon.is-subnav {
    font-size: 18px;
  }

  .subnav-circle {
    min-height: 35px;
    min-width: 35px;
  }

  .purpose {
    font-size: 9.5px;
  }

  .dropdown-content.how-it-works {
    width: 800px;
  }

    .orange-square {
    display: none;
  }

   .not-in-mobile {
  display: none;
  }

    .quote {
    padding-top: 45px;
  }
	
 h4.mission {
    font-size: 1.9em;
 }
	
.pullquote-text cite {
    margin: 20px 0 0;
  }
	
  .is-footer-type {
    font-size: .9em;
  }
	
   .footer li {
    font-size: .8em;
  }
	
  .is-wide {
    width: 66%;
  }
	
  .nav-item-footer {
    padding-left: 2px;
  }
	
  .circle-footer {
    min-width: 30px;
    border: 2px solid #ffde00;
  }
	
  .footer-blog	{
   max-width: 170px;
  }
	
}

@media screen and (max-width: 975px) {
  .call-to-action {
    margin-top: -34.6%;
  }
}

@media screen and (max-width: 875px) {
  .call-to-action {
    margin-top: -39.6%;
  }
	
  .footer-blog {
    margin-right: 5px;
  }
}

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

 .dropdown-content {
    width: 786px;
  }

  .four-process-type {
    font-size: .85em;
  }

    .subnav-graphic {
    margin-left: 10px;
    padding-top: 3px;
    padding-bottom: 2px;
  }
	
  .control {
    font-size: 19px;
   }
	
   .sign-up {
    font-size: 0.85em;
}

  .dropbtn {
    font-size: 13px;
  }

  .nav-type {
    font-size: 13px;
    }

    .subnav-graphic.sa {
    padding-right: 17px;
  }
	
  .is-brand-footer {
    width: 50%;
    min-width: 110px;
   }
	
  .footer-blog {
    min-width: 152px;
  }
	
  .call-to-action {
    margin-top: -42.6%;
  }
	
  .steps-right {
    margin-left: 0px;
}
	
}

/***** Mobile Devices - iPad*****/

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

  .footer {
      padding: 0px 20px 50px;
  }
  
  #testimonial_wrapper{
    display:none;
  }
  
  table.consulting-icon{
    width:100%;
    height:100%;
    min-height:300px;
    min-width:300px;
  }
	

  .is-brand {
  max-width: 35%;
  margin-left: 0px;
  }

  .negative-margin {
    margin-top: 0px;
  }
	
   #home_wrap .columns {
    padding-right: 0px;
    padding-left: 0px;
    }
	
  .container {
    padding: 0px;
  }

  .is-large {
    padding-top: 0px;
  }

   .box {
    border-right: none;
    border-bottom: 1px solid #eeedee;
    padding-bottom: 20px;
    padding-top: 10px;
  }

  .consulting-graphics {
    padding-top: 0px;
  }

  .hero {
    max-height: 0px; 
    min-height: 500px;
  }

  .hero-title {
    font-size: 3.4em;
  }

  .title {
  margin-top: 0px;
  }
	
.section-head h1 {
    margin-top: 42px;
}

  .is-benefit-box {
    margin-top: 0px;
  }

  .columns {
    margin-top: 0px;
    margin-bottom: -15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .columns:last-child {
    margin-bottom: -15px;
  }
	
/*   .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 0;
    margin: 0 auto;
   } */
	
    .column.is-9, .column.is-9-tablet {
    width: 85%;
    }


  .call-to-action {
    width: 100%;
    margin-top: 16px;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .submenu, .dropdown-content  {
    display: none;
  }

  .mobile-subnav {
  display: block;
  }

  .icon.is-medium {
    font-size: 14px;
    line-height: 27px;
  }

  .circle {
    min-height: 25px;
    min-width: 25px;
  }


  .tregoed-padding {
    padding-top: 0px;
    padding-bottom: 3px;
    padding-right: 16px;
    padding-left: 20px;
  }

  .nav-type {
    margin-right: 0;
  }

  .nav {
    min-height: 42px;
    padding-right: 10px;
  }

  .nav-center {
    padding-top: 10px;
  }

  .nav-toggle {
    height: 42px;
  }

  .subnav-circle {
    background-color: black;
  }

  .subnav-padding {
    padding-left: 7px;
  }

  .tagline {
    padding-top: 80px;
  }

  .hide {
  display: none;
  }

  .nav-menu .nav-item {
    border-top: 1px solid rgba(219, 219, 219, 0.5);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
  }

  .notification {
    margin-top: 0px;
    margin-right: 0px;
    padding-left: 36px;
  }

  .button.narrow {
  width: 100%;
  }

  .is-sign-up-box {
    margin-right: 0px;
  }

  .nav-item-footer {
    padding-left: 300px;
  }

  .not-in-mobile {
  display: none;
  }

  .workshop-button {
    width: 100%;
  }

  .testamonial-photo {
    width: 35%;
  }

  .rule {
    width: 70%;
  }

  .quote {
    width: 58%;
    float: right;
    margin-top: -400px;
    margin-right: 12px;
  }

  .quote-title {
    width: 60%;
    float: right;
    margin-top: -65px;
  }

  .district-title {
    width: 60%;
    float: right;
    margin-top: -40px;
  }
	
 .vert-center {
    margin-top: 5px;
  }
	
 .is-wide {
    width: 86%;
  }
	
.team-text {
    padding: 0px 10px 50px 10px;
}
	
 .pullquote-text {
    margin: 50px 0 0 38px;
  }
	
 .team-image {
    padding: 10px;
 }
	
.steps-left {
    text-align: center;
    padding: 25px 0;
}
	
.steps-right {
    padding: 0 5px 40px 5px;
    text-align: center;
}
	
.steps-right p {
     margin: 0 0 0 0px;
}
	
#wwt-top-right {
   margin-bottom: 20px;
}
	
.instructor {
    padding-top: 0px;
}
	
a.grey-button {
    margin: 10% auto 2%;
}
	
.fixed-size {
    width: 100%;
}
	
}

/***** iPhone 6+ Devices *****/

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

  .not-in-mobile {
  display: none;
  }

  .grey {
    margin-top: 0px;
  }

  .nav-item-footer {
    padding-left: 23px;
  }

    .dark-grey-bck {
    height: 175px;
  }

    .is-brand-footer {
    min-width: 120px;
  }

  .top-padding {
    min-width: 52px;
  }

  .testamonial-photo {
    width: 100%;
    padding-top: 24px;
  }

  .rule {
    width: 100%;
  }

  .quote {
    width: 100%;
    margin-top: -52px;
    margin-right: -6px;
  }

  .quote-title {
    width: 100%;
    float: right;
    margin-top: 15px;
  }

  .district-title {
    width: 100%;
    float: right;
    margin-top: 4px;
  }

  .flickity-page-dots {
    margin-bottom: 976px;
    text-align: center;
  }

}

@media screen and (max-width: 375px) {
  .nav-item-footer {
    padding-left: 0px;
  }
	
  .is-brand-footer {
    min-width: 100px;
  }
}
