/*******************************************************************************
* v1 STYLES + MODIFICATIONS
*******************************************************************************/


.OurStory {
	margin-bottom: 2px;
	margin-top: 20px;
	font-weight: normal;
	font-style: italic!important;
}

#main .Executives {
	margin-bottom: 20px;
}

.onTheLeft {
	float: left;
	padding-right: 20px;
}

.thierTitle {
	font-size: 14px;
	text-decoration: none;
	color: rgb(134, 134, 134)!important;
	text-decoration: none!important;
}

.thierName {
	font-size: 14px!important;
}

/*******************************************************************************
* v2 STYLES
*******************************************************************************/

#main {
	margin: 2% 5%;
	padding-bottom: 20px;
}

#main h1,
#main h2,
#main h6 {
	color: #000;
	font-weight: 500;
}

#main h1 {
	font-size: 20pt;
	margin-bottom: 20px;
}

#main h2 {
	font-size: 16pt;
	margin-bottom: 10px;
}

#main h6 {
	font-size: 12pt;
}

/*
#main ul {
	margin-bottom: 20px;
	margin-left: 20px;
}

#main li {
	list-style-type: disc;
	line-height: 1.2;
}*/

/*******************************************************************************
* MEDIA QUERIES
*******************************************************************************/

@media all and (max-width: 480px) {
	.onTheLeft {
		clear: both;
	}
}

.info__link a {
  font-size: 12px;
  text-transform: uppercase;
  color: #007987;
  font-weight: bolder;
  cursor: pointer;
  text-decoration: none !important;
}

.info__link a:after {
  content: '\E62D';
  font-family: "Icons";
  font-size: 1rem;
  margin-left: 10px;
  opacity: 1;
  top: 40%;
}

ul.executives-list {
	margin: 0;
	display: table;
}

li.executive {
	list-style: none;
	display: inline-block;
	margin-bottom: 2rem;
	padding-right: 2rem;
	vertical-align: top;
	width: 100%;
	text-align: center;
}

li.executive p {
	margin: 0;
}

li.executive .name {
	color: #007987;
	text-decoration: underline;
	font-size: 14px;
}

li.executive .title {
	font-size: 14px;
	text-decoration: none;
	color: rgb(134, 134, 134);
	text-decoration: none;
}

@media screen and (min-width: 375px) {
	li.executive {
		width: 50%;
		text-align: left;
	}
}

@media screen and (min-width: 600px) {
	li.executive {
		width: 33%;
	}
}

@media screen and (min-width: 768px) {
	li.executive {
		width: 25%;
	}
}

@media screen and (min-width: 1024px) {
	li.executive {
		width: 20%;
	}
}

@media screen and (min-width: 1200px) {
	li.executive {
		width: 185px;
	}
}
