html {
  font-size: 100%;
}
body {
  font-size: 1rem;
  font-family: "Assistant", Helvetica, Arial, sans-serif;
  color: #333;
  padding: 0;
}

a {
color:#295E94;
}

.topspace {
  margin-top: 80px;
}

 .topspace.first_row {
 	margin-top: 25vw;
 }
 
 .top-room {
 	margin:16px 0;
 }
 
 .bottomspace {
  margin-bottom: 80px;
}

.tabcontent .topspace {
	margin-top: 64px;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
 }
    
.row:first-of-type {
 /*margin-top: 40px;*/
}

hr {
	border-top: 3px solid #eee;
}
    
h3.group{
	margin-left: 25%;
	margin-bottom:24px;
	padding-left: 18px;

}


/**************************************************************************************************************


                            Navigation in header


***************************************************************************************************************/
.navbar {
  border-width: 1px 0;	
  border-radius: 0;
  background-clip: padding-box;
  width: 100%;
  z-index:20;
}
.navbar.stick {
  position: fixed;
  top: 0;
  left: 0;
  opacity: .95;
}
.navbar-collapse {	
  border-radius: 0;
  background-clip: padding-box;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  overflow: auto;
  white-space: nowrap;
  /*text-transform: uppercase;*/
}
.navbar-collapse .navbar-nav {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.navbar-collapse .navbar-nav > li {
  float: none;
  display: inline-block;
}
.navbar-collapse .navbar-nav > li > a, .material-tabs>a{
  padding: 16px 20px;
}

.container-fluid>.navbar-header{
	display:none;
}
.collapse {
display: inline-block;
width:100%;
}

.dropdown ul.dropdown-menu {
  top: 85%;
  text-align: left;
}
.dropdown ul.dropdown-menu > li > a {
  padding: 5px 30px;
}
.navbar-default {
  background-color: #ffffff;
  border-color: #cccccc;
}
.navbar-default .navbar-nav > li > a {
  color: #454545;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000000;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000000;
  background-color: #ffffff;
}
.navbar-default .dropdown ul.dropdown-menu > li > a {
  color: #454545;
}
.navbar-default .dropdown ul.dropdown-menu > li > a:hover {
  background-color: #eeeeee;
  color: #000000;
}
.navbar-default .navbar-toggle {
  border-color: #666666;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #333333;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #cccccc;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ffffff;
  color: #000000;
}

@media (max-width: 767px){
.navbar-nav .open .dropdown-menu {
    position: static;
    float: left;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	}
}


/**************************************************************************************************************************************************************************


                               				      Sidebar special Nav


***************************************************************************************************************************************************************************/
.nav-side {
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: -0.37em;
}
.nav-side > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #f392b4;
}
.nav-side > li > a:hover {
  color: #9C034F;
  background: none;
}
.nav-side > li.active > a {
  color: #9C034F;
}
/**************************************************************************************************************


                               				 TYPOGRAPHY


***************************************************************************************************************/
p {
  line-height: 1.6em;
  margin: 0 0 30px 0;
}
strong{
	font-weight:550;
}
ul,
ol {
  	margin: 0 0 30px 0;
	padding:0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333;
}
blockquote li {
	font-size:14px;
}

h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2.25rem;
}
h3 {
  font-size: 2rem;
  margin-top: 10px;
}
h4 {
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 600;
}
h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top:0;
  color:#666;
}

}
a {
  color: #9C034F;
}

.lead {
  font-size: 1.1rem;
  padding-right:  10vh;
}

.lead span:first-child {
  font-weight: 500;
}

.lead p:last-child {
  margin-bottom: 0;
}

.text-msg {
  line-height: 1.7em;
  color: #b3b3b3;
  font-weight: 300;
  text-transform: capitalize;
  margin-top: -0.23em;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

figure {
	text-align: center;
}

figcaption {
	margin: -20px 0 20px 0;
	font-size: 1rem;
	font-weight:  600;
	color: #666;
}

/* Use Cases */
dt {
	margin :22px 0 8px 0;
}

dd {
	line-height: 1.6rem;
}

blockquote {
	padding: 0px 20px;
	margin: 0 0 30px;
  	border-left: 5px solid #eee;
 	display: block;
}
ol {
    counter-reset: list;
    margin: 0;
     line-height: 1.6em;
}

ol > li {
    list-style: none;
    position: relative;
    margin-left:2em;
}

ul  li, dd {
	padding-bottom: .5em;
}

ol > li:before {
    counter-increment: list;
    content: counter(list) ") ";
    position: absolute;
    left: -1.4em;

}

 .article_banner_title {
	width:100%;
	color: white;
	position: absolute;
	font-size: 4.25vw;
	background: #00000033;
	padding: .5rem 0;
	margin-top: initial;
}

.sub-title {
	font-size: 2.35vw;
}
 
 .article_banner {
    line-height: 160px;
    margin-top: 48px;
    display: flex;
    text-align: center;
	position: relative;
}

#banner-background {
    right: 0; 
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    width: 90%; 
    height: auto; 
    height: 46vw;
    z-index: -100;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

#displays {
	position:absolute;
	margin-top: 15vw;
	margin-left: 3.5vw;
}

.next {
	text-align: center;
    font-size: 4rem;
    background: beige;
    margin-bottom: 0px;
    padding: 1.2rem 0;
}

/* -------Player -----*/
	
.player-title, .player-info {
	color:white !important;
	font-size: 14px !important;
}
.player {
	padding: 12px 16px !important;
	margin: 0px 0 36px 0 !important
}
.player .material-icons {
    line-height: 0;
}
.player-play .material-icons, .player-pause .material-icons{
    font-size: 48px;
    margin-left: -10px;
    margin-top: 10px;
}
.player .group-name {
	color:white;
	text-align:center;
	padding-bottom:10px;  
	font-family: 'Open Sans', Arial, sans-serif;"
	}

.player-audios {
		display:none;
	}
/**************************************************************************************************************


                               				 HEADER


***************************************************************************************************************/
#nav {
	margin-top:5px !important;
}
.navbar-brand {
    padding: 10px 15px;
}
#dropdown-custom {
	position: absolute;
    background-color: #fff;
     background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
     box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.home#head {
  background: #f4f4f4 url(../images/design-thinking.jpg) top center;
  background-size: cover;
  color: #7C7C7C;
  padding: 30px 0 35px 0;
}
#head div.img-circle {
  display: block;
  width: 180px;
  height: 180px;
  overflow: hidden;
  border: 9px solid rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  background: url('../images/avatar-256.png' ) no-repeat  center;
  background-size:  180px 180px;;
  transition: background-image .5s;
}
#head div.img-circle:hover {
	background: url('../images/portrait.png' ) no-repeat  center;
	 background-size:  180px 180px;;
}

#head .title {
  font-family: Alice, Georgia, serif;
  font-size: 3.0625rem;
 background: #f0f8ff75;
 display: block;
 color: #333;
}
#head .title a {
  text-decoration: none;
  color: #333;
}
#head .tagline {
  display: block;
   font-size: 1.2rem;
  margin: 15px 0 0;
  background: #f0f8ff75;
  color: #333;
}
#head .tagline b {
  font-weight: normal;
}
#head .tagline a {
  color: #333;
}
.home#head {
  padding: 30px 0;
}
.home #head .title {
  font-size: 3.0625rem;
}
#nav a {
	color: #2a2a2a;
	font-weight:600;
}
#nav a:hover {
	  background: #d9e1e9;
}
.navbar-collapse .navbar-nav >  .selected {
	border-bottom: 2px orange solid;
	margin-bottom:12px;
}

/*-- ------------------------ Music-------------------------------*/
.music .bio {
  background: url(../../images/band-background.jpg) top center;
  background-size: cover;
  padding: 30px 0 35px 0;
  display:block;
  font-weight: 600;
}


.photo img {
	margin-top: 10px;
	margin-bottom:24px;
}

.hide {
	display:none;
}

	
.document-link {
	/*border: 1px solid #295E94;
    margin-top: 8px;*/
    text-decoration: underline;
    margin-top: -8px;
}	

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
 white-space: nowrap;
overflow-x: auto;
background: #757f8f;
color:#4a4a4a;
/*margin-bottom: 24px;
padding-top: 48px;
height:650px;*/
}

.timeline h3 {
	background: #f0f8ffc9;
	text-align: center;
	padding: 16px 0;
}

.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 250px 0;
  transition: all 1s;
  /*margin-left:-90px;*/
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 3px;
  background: #333;
}

.timeline ol li:last-child {
  /*width: 280px;*/
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #c77dcd;
}

.timeline ol li div {
  position: absolute;
 left: calc(100% + 10px);
  width: 280px;
  padding: 15px;
  font-size: 1rem;
  white-space: normal;
  background: white;
  line-height:24px;
  box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.43);
}

.timeline ol li div::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(even) div {
  top: -16px;
  transform: translateY(-100%);
}

.timeline ol li:nth-child(even) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent;
}

.timeline ol li:nth-child(odd) div {
  top: calc(100% + 16px);
}

.timeline ol li:nth-child(odd) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;
}

.timeline time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.timeline time span {
  font-size: .9rem;
  text-align:right;
  display:block;
  }

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
  .timeline ol,
  .timeline ol li {
    width: auto;}
 .timeline ol {
    padding: 0;
    transform: none !important;
  }
 .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }
 .timeline ol li:first-child {
    margin-top: 25px;
  }
 .timeline ol li:not(:first-child) {
    margin-left: auto;
  }
 .timeline ol li div {
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }
 .timeline ol li div {
    position: static;
  }
 .timeline ol li:nth-child(even) div {
    transform: none;
  }
 .timeline ol li:nth-child(even) div::before,
  .timeline ol li:nth-child(odd) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }
 .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div::before,
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    /*display: none;*/
  }
}

/********** Skills *********/
.skills ul {	
	list-style: none;
	padding-left: 0px;
	margin-bottom:0px;
	}
 .skills ul li {
	margin-bottom: 15px;
	position: relative;
}
 .skills p {
	padding: 0 0 0 15px;
	color: #ffffff;
	width: 100%;
	margin: 0;
	cursor: pointer;
}

.skill1 {
	background: #467495;
	width: 320px;
	height: 27px;
}

.skill2 {
	background: #45786E;
	width: 320px;
	height: 27px;
}
.skill3 {
	background: #946029;
	width: 320px;
	height: 27px;
}

.skill5 {
	background: #7E5EA6;
	width: 320px;
	height: 27px;
}
.skill4 {
	background: #A1597E;
	width: 320px;
	height: 27px;
}
.skill6 {
	background: #333;
	width: 320px;
	height: 27px;
}

/* ----------------------Event Table -----------*/

.calendar_feature table.table-style a:hover {
	text-decoration: underline;
}

.calendar_feature table.table-style {
  width: 100%;
  border-spacing: 0;
  color: rgb(35, 77, 77)
}

.calendar_feature table.table-style td {
  padding: 0.8rem 1rem;
  border-left-width: 0;
  border-width: 1px 0;
  border-style: solid;
  vertical-align: top;
}

.calendar_feature table.table-style th {
  padding: 0.5rem 1rem;
  border-width: 0;
  border-style: solid;
  font-size: 0.8em;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.calendar_feature table.table-style th:first-child {
  border-left-width: 0;
}

.calendar_feature table.table-style th:last-child {
  border-right-width: 0;
}

.calendar_feature table.table-style td + td {
  border-left-width: 0;
  border-right-width: 0;
}

.calendar_feature table.table-style tr + tr td {
  border-top: 0;
  border-left-width: 0;
}

.calendar_feature table.table-style td > a.event_details {
  display: block;
  text-decoration: none !important;
}

.calendar_feature table.table-style td > event_details b {
   font-weight: 600;
}
.calendar_feature table.table-style td.event-date {
  width: 20%;
  text-transform: uppercase;
}

.calendar_feature table.table-style td.event-date span.text {
  display: block;
}

.calendar_feature table.table-style td.event-date span.text.date {
  font-weight: bold;
}

.calendar_feature table.table-style td.event-date time {
  white-space: nowrap;
}

.calendar_feature table.table-style td.event-date .date-long {
  display: inline;
}

.calendar_feature table.table-style td.event-date .date-short {
  display: none;
}

.calendar_feature table.table-style td.event-name {
  width: 45%;
}
.calendar_feature table.table-style td.event-name b{
  font-weight: 600;
}

.calendar_feature table.table-style td.event-name .text-tertiary {
  display: none;
  color: rgba(0, 0, 0, 0.5)
}

.calendar_feature table.table-style td.event-location {
  width: 35%;
}

.calendar_feature table.table-style td.event-location a{
  color: rgba(0, 0, 0, 0.5)
}

.calendar_feature table.table-style + nav.pagination {
  padding-top: 0;
  border-top: 0;
}

/*---------------------Responsive Table -----------*/
@media screen and (max-width: 840px) {
 .calendar_feature table.table-style td.event-date {
  width: 15%;
	}
 .calendar_feature table.table-style td.event-name {
  width: 50%;
	}
 }
 
 @media screen and (max-width:700px) {
 .calendar_feature table.table-style td.event-date {
  width: 15%;
	}
 .calendar_feature table.table-style td.event-name {
  width: 50%;
	}
 .calendar_feature table.table-style td.event-date .date-long {
  display: none;
	}
 .calendar_feature table.table-style td.event-date .date-short {
  display: inline;
	}
 }
 
 @media screen and (max-width: 700px) {
 .calendar_feature table.table-style th {
  border-style: solid;
}

.calendar_feature table.table-style td,
.calendar_feature table.table-style th {
  border-width: 0 0 1px;
  padding: 1em 1.5em 0.95em 0;
}

.calendar_feature table.table-style th.date {
  width: 24%;
}

.calendar_feature table.table-style td.event-location,
.calendar_feature table.table-style th.location {
  display: none;
}

.calendar_feature table.table-style td.event-name {
  font-size: 1em;
  width: 76%;
}

.calendar_feature table.table-style td.event-name .text-tertiary {
  display: block;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5)
}
        }
@media screen and (max-width: 440px) {
         .calendar_feature table.table-style {
  display: block;
  border-bottom: none !important;
}

.calendar_feature table.table-style tbody,
.calendar_feature table.table-style td,
.calendar_feature table.table-style th,
.calendar_feature table.table-style thead,
.calendar_feature table.table-style tr {
  display: block;
}

.calendar_feature table.table-style td {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  width: 100% !important;
  box-sizing: border-box;
}

.calendar_feature table.table-style td:first-child {
  padding-top: 10px !important;
}

.calendar_feature table.table-style td.event-name {
  padding-bottom: 20px !important;
}

.calendar_feature table.table-style tr:hover > td {
  box-shadow: none;
}

.calendar_feature table.table-style tr:first-child td:first-child {
  padding-top: 0 !important;
}

.calendar_feature table.table-style tr {
  padding-bottom: 10px;
}

.calendar_feature table.table-style th {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.calendar_feature table.table-style td.event-date {
  border-bottom: none !important;
}

}



/* ----------------------Custom -----------*/

 .info_button {
	 color:#ccc;
	 padding: 0px 0px 5px 10px;
	 margin: -1px -1px;
	 display:none;
	 float:right; 
	 background:white;
	 cursor: pointer;
	 padding-right: 10px;
 }
  .info_button:hover {
  	color: #9C034F;
  }
.info {
    position: absolute;
    width:240px;
    top: 0px;
    right:53;
 	background:#999;
	padding:5px 15px 15px;
	opacity: 1;
	display:none;
	color:#fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.15);
	border-radius: .3125em;
	line-height: .98rem;
	z-index:888;
	 /* Safari */
    transition:  left .3s, opacity .5s;
 }
 .info > dt {
 	font-weight: bold;
 	z-index:2;
 	margin-top: 8px;
 }

 .split-button {
    margin: 0 auto;
    text-align: center;
    font-size: 1.2rem;
    width:fit-content;
}
.download, .resume {
	padding:10px 15px;
	display:inline-block;
	cursor:pointer;
	width:fit-content;
}
.res_container:hover .hidden_btn {
	opacity:1;
}
.hidden_btn {
	opacity:0;
	  transition: opacity .5s;
	}

.btn > a {
	color:#666;
}
.download {
	display:none;
}
.icon-holder {
    text-align: center;
    width: 11.5em;
    margin: 0 auto 1.5rem;
    border: solid 8px #606060;
    border-radius: 50%;
    /*padding: 15px;*/
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    display: flex;
    justify-content: space-around;
    transition:  border .3s;
}
.icon-holder:hover {   
 	border: solid 8px #9C034F;
}

.more {
	margin-top: -31px;
	color: #9C034F;
	display:none;
}

.deliverables:hover .more { 
	display: block;
}

.deliverables:hover .icon-holder { 
	border: solid 8px #9C034F; 
}

.icon-visited {
border-color:#d4c497;
}

.icon-visited:hover {  
 	border: solid 5px #9C034F;	
}

.circle {
	border-radius: 50%;
	padding: 15px;
    font-size: 8rem;
    color:white;
}
.icon-stock {
    background: #467495;
 }
 .icon-users {
    background: #A1597E;
 	transform: scale(.85,1); 
 }
 .icon-IA {
    background: #946029;
    transform: scale(.93,1);
 }
 
  .icon-flows{
    background: #45786E;
 	transform: scale(.84,1); 
 }
 .icon-research {
    background: #4a4a4a;
 	transform: scale(1.2,1); 
 }
   .icon-data {
    background: #7E5EA6;
 }

.deliverables {  
	margin-top: 0px;
    opacity:0
}

.deliverables >ul {  
	margin-bottom: 0px;
}
 
.deliverables >p {  
	height: 50px;
}

.fadeup {  

    opacity:0
}

/**************************************************************************************************************


                               				 Lightbox Overrides


***************************************************************************************************************/
.lightgallery {
   cursor:pointer;
}
 .lightgallery li p {
   height:100px;
   font-size:1.1rem;
}
 .lightgallery li h4 {
    height: 1.5rem;
}
.lightgallery li {
	list-style: none;
}
.img-responsive{
display:none;
}
.lg {
    width: 90% !important;
}
.lg-img-wrap {
    margin-top: 50px;
    max-height: 80%;
}
.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.8);
    color:#eee;
}
.lg-sub-html h4 {
	color:#eee;
	font-size: 16px;
	margin-bottom:10px;
}
.lg-sub-html div {
	height:3rem;
}

.lg-sub-html p {
    width:1000px;
    max-width: 699px;
    text-align:left;
    margin-bottom:5px;
    font-size:1rem;
}
.lg-sub-html  p  a {
	color:#9DEBFA !important;
	}
.lg-download {
    color: #62f6fd !important;
}
.lg-download:hover {
    color: cyan !important;
}

/**************************************************************************************************************


                               				 CONTENT


***************************************************************************************************************/
img {
  max-width: 100%;
}
img.shadow {
	box-shadow: 4px 14px 20px rgba(0, 0, 0, 0.23);
}
.center{
	text-align: center;
}
.btn {
  /*font-size: 0.75rem;*/
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;	
  border-radius: 0px;
  background-clip: padding-box;
  transition-property: all;
 transition-duration: 0.2s;
  border: 0 none;
  padding: 12px 35px;
  text-shadow: 0 1px 0px #780d33;
}
.btn-primary {
  color: #fff;
  background-color: #9C034F;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #cf0468;
}
.btn-action {
  font-weight: normal;
  background: transparent!important;
  border: 1px solid #333;
  text-shadow: none;
}
.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active {
  color: #9C034F;
  border-color: #9C034F;
}
.btn-lg {
  padding: 15px 40px;
  font-size: .91rem;
  line-height: 1.33;
  font-weight: bold;
  box-shadow: 8px 8px 15px #aaa;
margin: 15px 0 0 0;
}
.panel-cta {
  box-shadow: 0 0 0 1px #e1e1e1, 0 0 0 3px #fff, 0 0 0 4px #e1e1e1;
  background: #f3f3f3;	
  border-radius: 0;
  background-clip: padding-box;
}
.panel-cta p,
.panel-cta h3,
.panel-cta h4,
.panel-cta h5,
.panel-cta h6 {
  margin: 0;
}
.panel-cta .panel-body {
  padding: 20px;
}

/* Section - Featured */
.featured {
  font-size: 0.9325rem;
  color:#666;
}
.featured h3 {
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.4em;
  vertical-align: middle;
  margin:8px 0;
}
/* Section - Recent works */
.recentworks {

}
.thumbnails {
  padding: 0;
}
.thumbnails li {
  margin-bottom: 30px;
}
.thumbnails .details {
  display: block;
  text-align: center;
  font-size: 0.915rem;
}
.thumbnail {
  display: block;	
  border-radius: 0;
  background-clip: padding-box;
  border: 0 none;
  margin: 10px 10% 0 10%;
  padding: 0;
  text-align: center;
  text-decoration: none;
  color: #333;
  opacity:0;
 }
.thumbnail .img {
  display: block;
  width: 100%;
  overflow: hidden;
  /*height: 260px;*/
  margin: 0px 0 10px 0;
  position: relative;
  /*  box-shadow: 12px 12px 25px #ccc;*/
} 
.thumbnail .title {
  text-transform: uppercase;
  /*margin: 0 2em;*/
  display: block;
  text-indent: 0;
}
.thumbnail .cover {
  position: absolute;
  display: block;
  opacity: 0;
  width: 100%;
  /* height: 260px;*/
  background-color: rgba(0, 0, 0, 0.6);
  transition-property: all;
  transition-duration: 550ms;
}
.thumbnail .cover .more {
  position: absolute;
  bottom: 15px;
  right: 0;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;	
  border-radius: 1px 0 0 1px;
  background-clip: padding-box;
  font-size: 0.91rem;
  text-transform: uppercase;
  text-shadow: 0 1px 0px #780d33;
  background: #9C034F;
  color: white;
}
.thumbnail img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.thumbnail:hover {
  color: #333;
  text-decoration: none;
}
.thumbnail:hover img {
  
}
.thumbnail:hover .cover {
  opacity: 1;
}
/* pagination */
.pagination > li > a {
  color: #808080;
  border: 0 none;
  font-size: 1.25rem;
  font-family: Georgia, serif;
}
.pagination > li > a:hover {
  color: #000000;
  background: none;
}
.pagination > li.active > a {
  color: #333333;
  background: none;
}
.pagination > li.active > a:hover {
  color: #000000;
  background: none;
}
.modal .carousel{
  display:block;
  }
  .testimonials img{
   width: 15%;
   float:left;
   margin: 5px;
   max-width:66px;
  }
  .recommender{
	font-weight: 600;
	margin-left:25px;
}
.card ~p {
    font-size:.92rem;
}
.card ~p span{
	color: #666;
	font-weight: initial;
}
.card {
    padding: 10px 25px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    color: #666666;
    position: relative;
    border-radius: 2px;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    margin: 20px 15px;
    font-size:1rem;
}
.card:before {
    bottom: -16px;
    left: 25px;
    border-top-color: #cccccc;
    border-width: 16px;
}
.card:before, .card:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-bottom: 0;
}

/* Stroke */
.card:before {
	bottom: -16px;
	left: 25px;
	/* If 1px darken stroke slightly */
	border-top-color: #cccccc;
	border-width: 16px;
}

/* Fill */
.card:after {
	bottom: -15px;
	left: 26px;
	border-top-color: #ffffff;
	border-width: 15px;
}
/**************************************************************************************************************


                               				  BLOG


***************************************************************************************************************/
.section-title,
.entry-title {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0px 0 48px;
  font-weight: 500;
  font-size: 2.25rem;
  letter-spacing: 1px;
}
.section-title a,
.entry-title a {
  color: #333333;
}
.section-title span,
.entry-title span {
  display: inline-block;
  position: relative;
}
.section-title span:before,
.entry-title span:before,
.section-title span:after,
.entry-title span:after {
  content: "";
  position: absolute;
  height: 4px;
  top: .53em;
  width: 400%;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.section-title span:before,
.entry-title span:before {
  right: 100%;
  margin-right: 45px;
}
.section-title span:after,
.entry-title span:after {
  left: 100%;
  margin-left: 45px;
}
.entry-header .entry-meta {
  text-align: center;
  font-family: Georgia, serif;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: normal;
  color: #a5a5a5;
  margin: 0 0 15px 0;
}
.entry-header .entry-meta a {
  color: #a5a5a5;
}
.entry-content {
  margin: 0 42px 60px 0;
}
.entry-content h2 {
  line-height: 1.2;
  font-size: 1.875rem;
  padding-top: 20px;
  margin-bottom: 20px;
}
.entry-content > p,  .entry-content li, .entry-content dd{
  font-size: 1.1rem;
 line-height: 1.6em;
}


.entry-content blockquote {
	border: 0 none;
    border-color: #71ada3;
    border-style: solid;
    border-left-width: 7px;
    padding-left: 20px;
    font-weight: 600;
    font-size: 1.3rem ;
}

.meta-nav,
.more-link {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}
.meta-nav:hover,
.more-link:hover {
  color: #333333;
  text-decoration: underline;
}
.more-link {
  display: block;
  width: 100%;
  text-align: right;
}
/* Posts navigation */
#nav-below {
  position: fixed;
  top: 48%;
}
#nav-below .meta-nav {
  display: block;
  padding: 27px 7px;
  background: #333;
  color: #fff;	
  border-radius: 3px;
  background-clip: padding-box;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  opacity: 0.2;
}
#nav-below .meta-nav:hover {
  text-decoration: none;
  color: #333;
}
#nav-below .nav-next {
  position: fixed;
  right: -3px;
}
#nav-below .nav-previous {
  position: fixed;
  left: -3px;
}
#nav-below b {
  display: none;
}
footer.entry-meta {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 0 35px 0;
  padding: 2px 0;
  color: #888888;
  font-size: 0.925rem;
}
footer.entry-meta a {
  color: #333333;
}
footer.entry-meta .meta-in {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.page-header, .section {
  	padding-bottom: 0;
 	margin: 36px auto;
    width: 90%;
    max-width: 45rem;
    overflow: visible;
    border-bottom: none;
}
.page-header .page-title {
  margin-top: 0;
  margin-bottom: 30px;

}
.page-header p {
  text-align: left;
}


/**************************************************************************************************************


                               				 COMMENTS


***************************************************************************************************************/
#comments {
  font-size: 0.8125rem;
}
#comments .comments-title {
  margin: 0 0 5px 0;
}
#comments .leave-comment {
  display: block;
  margin: 0 0 40px 0;
}
#comments ul,
#comments ol {
  margin: 0;
  padding: 0;
}
#comments .comment {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}
#comments .comments-title {
  text-shadow: none;
  margin-bottom: 0;
}
#comments .avatar {
  float: left;
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  border: 5px solid #eeeeee;	
  border-radius: 50%;
  background-clip: padding-box;
}
#comments .children {
  margin: 0 0 0 90px;
}
#comments .comment-meta {
  margin: 0 0 0 90px;
}
#comments .comment-meta a {
  color: #333333;
}
#comments .comment-meta a:hover {
  color: #9C034F;
}
#comments .comment-meta .author {
  margin: 0 20px 0 0;
  font-weight: bold;
}
#comments .comment-meta .date {
  margin: 0 20px 0 0;
}
#comments .comment-meta .date a {
  color: #666666;
}
#comments .comment-meta .reply {
  float: right;
}
#comments .comment-body {
  margin: 0 0 35px 90px;
}
.comment-navigation {
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 2px 0 0 0;
}
.comment-navigation .nav-content {
  border-top: 1px solid #ccc;
  width: 100%;
  padding: 10px 0 0 0;
}
.comment-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next {
  float: right;
  width: 50%;
  text-align: right;
}
#respond {
  margin: 55px 0 0 0;
}
/**************************************************************************************************************


                               				 FOOTER


***************************************************************************************************************/
#footer {
  background: #232323;
  padding: 30px 0 0 0;
 
  color: #999;
}
#footer a {
  color: #ccc;
}
#footer a:hover {
  color: #fff;
}
#footer h3.widget-title {
  font-size:1.1rem;
  text-transform: uppercase;
  color: #ccc;
  margin: 0 0 20px;
}
#underfooter {
  background: #191919;
  padding: 15px 0;
  color: #666;
  font-size: .821rem;
}
#underfooter a {
  color: #aaa;
}
#underfooter a:hover {
  color: #fff;
}
#underfooter p {
  margin: 0;
}
.follow-me-icons {
  font-size: 30px;
}
.follow-me-icons i {
  float: left;
  margin: 0 10px 0 0;
}

.pdfBtn, .docBtn {
	display:none;
}

.ball {
	 position: relative;
	left:-500px;
	visibility:hidden;
}

.ball-animate {
	visibility:visible;
	position:relative;
  animation-name: rolling;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  Animation-iteration-count: 1;
  /* Tells the animation what to-do outside */
  animation-fill-mode: both;
  animation-direction: alternate;
}

@keyframes rolling {
  60% {transform: translateX(300px) rotate(5.5turn);}100% {transform: translateX(0) rotate(-1.0turn);}  from {left: -600px;  }
    to {left: 0px;}
	}
}

.sax {
}
.sax-animate {
  animation-name: rock;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  Animation-iteration-count: 2;
  animation-delay:1.5s;
  /* Tells the animation what to-do outside */
  animation-fill-mode: both;
  animation-direction: alternate;
}

@keyframes rock {
	30% {transform: translateX(0px) rotate(.15turn);} 
	100% {transform: translateX(0px) rotate(-.25turn);} 

	}
}
.detangler {
	margin: 100px 0 0;
}

.animate span{
	display: inline-block;
	margin-right:0px;
	color:#004c92;
	opacity: 0;
	transform: rotate(-180deg) translate(150px, 0);
	animation: twister .5s forwards;

}

@keyframes twister {
	10% {
		opacity: 1;
	}
	100% {
		transform: rotate(0deg) translate(0);
		opacity: 1;
	}
}

.animate span:nth-of-type(1) {
	animation-delay: .05s;
}
.animate span:nth-of-type(2) {
	animation-delay: .1s;
}
.animate span:nth-of-type(3) {
	animation-delay: .2s;
}
.animate span:nth-of-type(4) {
	animation-delay: .3s;
}
.animate span:nth-of-type(5) {
	animation-delay: .4s;
}
.animate span:nth-of-type(6) {
	animation-delay: .5s;
}
.animate span:nth-of-type(7) {
	animation-delay: .6s;
}
.animate span:nth-of-type(8) {
	animation-delay: .7s;
}
.nav-wrapper{
	height:50px;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-duration: 800ms;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

.fade-scale-up {
    animation-name: fade-scale-up;
    animation-duration: 800ms;
    animation-fill-mode: both;
    animation-iteration-count: 1;
 	}

@keyframes fade-up {
    from,to {
        animation-timing-function: cubic-bezier(.4,0,.2,1);
        transform-origin: center center
    }

    from {
        opacity: 0;
        transform: matrix(1,0,0,1,0,25)
    }

    to {
        opacity: 1;
        transform: matrix(1,0,0,1,0,0)
    }
}

@keyframes fade-scale-up {
    from,to {
        animation-timing-function: cubic-bezier(.4,0,.2,1);
        transform-origin: center center
    }

    from {
        opacity: 0;
        transform: matrix(.92,0,0,.92,0,0)
    }

    to {
        opacity: 1;
        transform: matrix(1,0,0,1,0,0)
    }
}


/* Responsive
/////////////////////////////////////////////////////////////////////*/
@media (min-width: 1320px) {
  .container {
  max-width: 1320px;
  width: inherit;
  }
  
  .testimonials {
	max-width: 1200px;
  }
 
	.sub-title {
	font-size:36px !important;
	}
	
	#displays {
	margin-top: 14rem !important;
	}
	
	.topspace.first_row {
 	margin-top: 260px;
 }
}

 @media screen and (max-device-width: 425px), screen and (max-width: 990px) {
	/* Force table cells into rows */
	 .container {
    width: inherit;
    }
    
    
	.lead {
	font-size:1rem;
	padding-right: 2vh;
	}
	
	figcaption {
	font-size: .8rem;
}

 .coming {
	display:none;
	}
	
.thumbnail .img {
  /*height: 160px;*/
} 

.photo {
		text-align:center;
}

  h3.group{
	text-align:center;
	margin-left:0;
    }
    
 .timeline ol {
  margin-left:auto;
}

#prep-invite, #TLDR {
	display:none;
}

.lg-img-wrap:before{
    margin-top: 0px;
    max-height: 42%;
	}
}
  @media screen and (max-device-width: 425px), screen and (max-width: 766px) {
	 .container {
    width: inherit;
    }
     .entry-content > p, .entry-content > blockquote {
    font-size: 1rem;
    }
    
.lg-sub-html p {
	width:95%;
	font-size:.9rem;
	}
	.thumbnail > .notfirst {
    margin-top: 40px;
	}   
}
