p {
  font-size: 18px;
  line-height: 1.35em;
}

a:hover {
 text-decoration: underline;
 color: #d65050;
}
/* not working in private mode */
a:visited {
 color: #3388d7;
}

/*No hover underline on buttons*/
.so-widget-sow-button a:hover {
 text-decoration: underline;
}

.widget-title:after {
  display: none !important;
}

/*Fix FontAwesome menu icon*/
.btn-menu {
 font-weight: 900;
 font-family: "Font Awesome 5 Free";
}
.btn-submenu {
 font-weight: 900;
 font-family: "Font Awesome 5 Free";
}

/* increase menu width for long items*/
#mainnav ul li ul {
    width: 280px;
}
#mainnav ul ul a {
    width: 280px;
}

/*===Footer===*/
.site-footer p {
 color: #fff;
 font-size: 15px;
}
.site-footer a {
 color: #fff;
 text-decoration: underline;
}
.site-footer a:hover {
 color: #d65050;
}
.site-footer {
 background-color: #3c3c3c; 
}
/*Footer Social Media icons (some of css is in php, maybe consolidate?)*/
.fab {
  font-size: 40px;
}
.footer-icon {
 float:left;
 margin-top: 10px;
 margin-right: 10px;
 margin-bottom: 10px;
 margin-left: 10px; 
}
/*============*/

/*===Front Page===*/
.home p {
 line-height: 1.5; 
}
.text-slider .maintitle  {
  font-size: 62px;
}
.text-slider .maintitle:after {
 display: none !important; 
}
.slides-container {
background-color: black;  
}
/* disable parallax -- not working on mobile*/
.slides-container .slide-item {
  background-position: top center !important;  
}
/* for mobile phones */
@media only screen and (max-width: 600px) {
	h2.maintitle {
	font-size: 28px !important;
}	
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
	.slides-container .slide-item {
 background-position:center!important;background-attachment:scroll!important;
}
}
.header-slider {
 background-color: black; 
}
.slide-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
/*Top/bottom padding for each row set at 75 in page editor*/
/*============*/

/*===Services Buttons===*/
.services .widget-title {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin: 7px 0 10px;
}
.services .widget-title:after {
  display: none !important;
}
.services .panel-grid-cell {
	background-color: #f5f5f5;
	height: 320px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border-style: solid;
	border-width: 1px;
  border-color: #ddd;
  /*Old shadow effect: box-shadow: 0 -1px 5px rgba(0,0,0,0.05), 0 2px 5px rgba(0,0,0,0.07), 0px 5px 10px rgba(0,0,0,0.1);*/
  top: 0;
  transition: top ease 0.25s;
  position: relative;
}
.services .panel-grid-cell:hover {
 /*Old shadow effect: box-shadow: 0 -1px 5px rgba(0,0,0,0.2), 0 2px 5px rgba(0,0,0,0.15), 0px 5px 10px rgba(0,0,0,0.2);*/
 top: -15px;
}
.services .button {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  padding: 1em 2em;
  background: transparent;
  border: 2px solid #d65050;
  color: #d65050 !important;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  text-align: center !important;
  display: inline-block;
}
.services p {
 color: #47425d;
}
.services a:hover {
 text-decoration: none;
}
/*============*/

/*===Testimonials===*/
.testimonials {
 height: 704px;
 background-image: none !important;
 background-color: #1c1c1c;
}
.testimonials .overlay {
 display: none !important; 
}
/*============*/
.info .widget-title {
 text-align: left;
}
.info .widget-title:after {
 display: none !important;
}

.comments-area {
 display: none !important; 
}

.roll-testimonials .avatar {
  border: none;
  background-color: white;
  width: 300px;
  -webkit-border-radius: 0%;
  border-radius: 0%;
}
.roll-testimonials .avatar img {
 -webkit-border-radius: 0%;
  border-radius: 0%;
}

.heading-icon {
 width: 100px;
 height: auto;
}

.page2-title .widget-title {
  text-align: left;
  margin-bottom: 20px;
}
.page2-title .widget-title:after {
 display: none !important; 
}
.page2-title h1 {
  font-size: 40px;
  color: #000;
}
.page2-title h3 {
  font-size: 40px;
}
.page2-title p {
  font-size: 26px;
}

/****************************************************/
/* hero image used as page banner class page3-title */

.page3-title h3 {
  font-size: 68px !important;
  margin-top: 90px !important;
}
.page3-title h2 {
  font-size: 2.6em !important;
}

.page3-title p {
  font-size: 26px !important;
}
@media only screen and (max-width: 1200px) {
  .page3-title .panel-grid-cell {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 0px !important;
}
 .page3-title h2 {
  padding-left: 60px;
  padding-right: 60px;
  }
 .page3-title h3 {
  padding-left: 60px;
  padding-right: 60px;
  }
 .page3-title p {
   padding-left: 60px;
   padding-right: 60px;
  }
  }
@media only screen and (max-width: 720px) {
  .page3-title .panel-grid-cell {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 0px !important;
}
 .page3-title h2 {
  padding-left: 10px;
  padding-right: 10px;
  }
 .page3-title h3 {
  margin-top: 60px !important;
  padding-left: 10px;
  padding-right: 10px;
   font-size: 3.1em !important;
  }
 .page3-title p {
   padding-left: 10px;
   padding-right: 10px;
   font-size: 1.1em !important;
  }
  }

/* sections with column listings */
 .page2-matrix .widget-title {
 margin-bottom: 0px; 
}

.page2-matrix p {
 margin-bottom: 0px; 
}
/*
.assessment-title .widget-title {
  text-align: left;
  margin-bottom: 20px;
}
.assessment-title .widget-title:after {
 display: none !important; 
}
*/

/* testimonials rows */
.page2-testimonial p {
  font-size: 1.5em;
  margin-bottom: 30px;
}
/* not working */
.page2-testimonial-author p {
 line-height: 1.1em;
 margin-bottom: 10px;
 font-size: 1.4em;
 font-weight: 900; 
}
.page2-testimonial a {
 color: #fff;
 text-decoration: underline;
}
.page2-testimonial a:hover {
 color: #d65050;
}


/*===Assessment Page===*/
.page-id-854 .services .panel-grid-cell {
	padding-top: 40px;
	padding-left: 60px;
	padding-right: 60px;
  height: 300px;
}
.page-id-854 .explore .widget-title:after {
 display: none !important; 
}
/*============*/

/*===Habits Page===*/
.page-id-1165 .services .panel-grid-cell {
	padding-top: 40px;
	padding-left: 60px;
	padding-right: 60px;
  height: 300px;
}
.page-id-1165 .explore .widget-title:after {
 display: none !important; 
}
/*===============*/

/*===Leadership Page===*/
.page-id-1417 .services .panel-grid-cell {
	padding-top: 40px;
	padding-left: 60px;
	padding-right: 60px;
  height: 300px;
}
.page-id-1417 .explore .widget-title:after {
 display: none !important; 
}
/*============*/

/* Impact page - case studies - projects */
/* remove navigation on pages showing single post - case studies, projects */
.post-navigation {
	display: none;
}
/*======== remove category/edit links =======*/
.hentry .meta-post {
    display: none;
}
.entry-footer .edit-link {
  display: none;
}
.projects .entry-header {
 display: none;
}
.hentry .title-post h1 {
 text-align: left;
}
.content-area .entry-thumb {
 text-align: left; 
}
.projects h1 {
  font-size: 2.5em;
  font-weight: 600;
}
.projects h3 {
  font-size: 1.6em;
  font-weight: 400;
  margin-top: 45px;
}
.projects p {
 margin-bottom: 30px;
 font-size: 1.2em;
 font-weight: 100;
 line-height: 1.6em;
}
/*============*/

/*Vertical centering is done in page editor>row layout, not css*/

/*Fix uneccesary bottom margin on videos*/
.arve-wrapper {
 margin-bottom: 0px !important;
}
/**/

.panel-row-style[data-hasbg="hasbg"] {
	overflow-x: hidden;
	background-attachment: fixed;
	background-position: center;
	background-repeat: repeat-y;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

/*Remove unneccesary bottom padding on client grid*/
.roll-project {
 padding-bottom: 0px; 
}

.roll-team .team-content .pos {
 font-size: 1.1em;
 font-weight: 500;
}

/* temporary team2 section */
.team2 .widget-title  {
 font-size: .9em;
 font-weight: 800;
}
.team2 .widget-title  {
 margin-bottom: 15px;
}

.page2-lead p {
 font-size: 1.5em;
 font-weight: 200;
 letter-spacing: .05em;
 line-height: 1.6em;
 margin-bottom: 0px;
}

.page2-call p {
 font-size: 1.6em;
 font-weight: 300;
 letter-spacing: .05em;
 line-height: 1.6em;
 margin-bottom: 0px;
}

.pop-overlay {
 display: none !important 
}

/*Employee/About Page Social Media Icons */
.twitter .fa {
 font-family: "Font Awesome 5 Brands"; 
}
.team-social .fa-google-plus:before {
    content: "\f0e0";
}
.team-item .pop-overlay {
 display: block !important;
}

.bio {
 font-size: 50px !important;
}