body {
	font: Roboto;
}

.black-opacity {
  padding: 30px;
  /* background-color: rgba(39, 72, 148, 0.5); */
  background-color: rgba(0, 0, 0, 0.5);
}

.hand-hover {
	cursor: pointer;
}

.btn-block-impose {
	display: block;
    width: 100% !important;
}

.link-decoration-none {
	color: black;
	text-decoration: none;
}

.link-decoration-none:hover, .link-decoration-none:active, .link-decoration-none:focus {
	color: black;
	text-decoration: none;
}

* {
	font-family: Roboto, Lato, Sans Serif, Franklin Gothic Book, Helvetica, Arial;
	margin: 0;
	padding: 0;
}

a:hover, a:focus{
	color: #3a8d9f;
}

::selection {
	background: #6B240E; /* WebKit/Blink Browsers */
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
::-moz-selection {
	background: #6B240E; /* Gecko Browsers */
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.alg_members {
	max-height: 80%;
	max-width: 80%;
}

.alg_members:hover {
	
	/* max-height: 80%; */
	/* max-width: 80%; */
	transform: scale(1.25);
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
}

.nav-realm {
	background-color: #0697CE !important;
	position: static;
}

.background-complimentary-brown {
	background-color: #3a8d9f;
}

.navbar-opacity {
	background-color: rgba(0, 0, 0, 0.5) !important;
}

.navbar-alg {
	background-color: #3a8d9f !important;
	color: white !important;
}

.navbar-default .navbar-nav > li > a {
    color: white;
}

.navbar-alg .navbar-nav > li > a:hover, .navbar-alg .navbar-nav > li > a:focus {
	color: white;
    background-color: #3a8d9f;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	
	background-color: #275F6B !important;
    border-color: #337ab7;
	color: white;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: white;
    background-color: #3a8d9f;
}

.navbar-default .navbar-nav > li > a:after {
    background-color: #FF0000;
}

.top-header-content {
	background-color: #FE9B00 !important;
	line-height: -10px;
	color: #FFF !important;
	padding-top: 10px;
}

.no-padding {
	padding: 0px;
}

.no-margin {
	margin: 0px;
}

#masthead {
	min-height: 88px;
}

.img-masthead {
	position: relative;
	max-height: 400%;
	top: 4px;
}

.img-header {
	/* background-color: #E90006; */
	position: relative;
	/* max-height: 45px; */
	max-height: 210%;
	top: -7px;
}

.padding-top-bottom-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}


.padding-top-bottom-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.padding-top-bottom-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.padding-top-bottom-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

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

.image-holder-padding {
	padding: 20px;
}

.header-bold {
	font-weight: bold;
}

.with-icon {
	position: relative;
    left: 10px;
    padding-right: 6px;
    white-space: normal;
}

.place-right {
	padding-left: 10px;

	float: right;
	vertical-align: middle !important;
}

.whole-padding{
	padding: 15px;
}

.btn-form{
	min-width: 120px;
}

.badge-personal{
	background-color: #337AB7 !important;
}

.neighbor-style:hover{
	
	filter: grayscale(1);
    transition: transparent 0.5s;
}

.left-padding-20{
	padding-left: 20px;
}

.button-spacing {
	margin: 10px;
	min-width: 100px;
}

.container-caption {
	
	width: 100%; 
	position: absolute; 
	text-align: center; 
	top: 50%;
	
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);

}

.container-caption-opacity {
	
	width: 100%; 
	position: absolute; 
	text-align: center; 
	top: 50%;
	
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);

}

.left-align-container-caption {
	
	width: 100%; 
	position: absolute; 
	text-align: left; 
	top: 50%;
	
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);

}

.title-spacing {
	letter-spacing: 5px;
	word-wrap: break-word;
}

.title-spacing-heading-two {
	letter-spacing: 3px;
	word-wrap: break-word;
}


.btn-icon {
	font-size: 20px !important;
}

.alert {
	border: 0px;
}

.alert-inline-icon {
	display: inline;
	font-size: 2em;
}

.alert-inline-text {
	display: inline;
	font-size: 1.1em;
	vertical-align: 6px;
	margin-left: 10px;
}

/* .alert > p, .alert > ul {
    margin-bottom: 0;
}
 */
.alert-success-new {
	background-color: #49ca3a !important;
	color: white;
}

.alert-danger-new {
	background-color: #db524a !important;
	color: white;
}

.container {
	max-width: 1060px;
}

.navbar-default {
	background-color: #fff;
	border: none;
	font-size: 0.9em;
	letter-spacing: 0.5px;
	/* height: 65px; */
	/* padding: 10px;
	margin: 0px; */
}

.navbar-nav > li > a {
	line-height: 30px;
	
}

/* .drop > a:hover, .drop > a:active {
	line-height: 30px;
	background-color: yellow !important;
	color: black !important;
	-webkit-transition: width 0.5s ease-out;
} */

.footer {
	padding-top: 18px;
	margin: 0 auto;
    color: #fff;
    background-image: url(../img/alg-footer.png); 
	background-size: cover;
    /* background-repeat: 	repeat; */
    background-color: #000;
    /* background-color: #2C3E50; */
    min-height: 300px; 
	letter-spacing: 1.5px;
	font-size: 11px;
	/*background-color: #1188bd;
	padding-top: 50px; */
}

.impact-button {
	background-color: #BF3518 !important;
	color: white;
	width: 100px;
}

.impact-button:hover {
	background-color: #982D15 !important;
	color: white;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.matcha-button {
	background-color: #BBDA51 !important;
	color: white;
	width: 100px;
}

.matcha-button:hover {
	background-color: #9DB138 !important;
	color: white;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.yellow-button {
	background-color: #ffcc33 !important;
	color: black;
	width: 100px;
}

.yellow-button:hover {
	background-color: #ffc310 !important;
	color: black;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.alg-button {
	background-color: #3a8d9f !important;
	color: white;
	width: 100px;
}

.alg-button:hover {
	background-color: #252AAB !important;
	color: white;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.red-button {
	background-color: #de1c23;
	color: white;
	width: 100px;
}

.red-button:hover {
	background-color: #8a171a;
	color: white;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.font-optimize {
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 1.5px;
	
}

.padding-right-40 {
	padding-right: 40px;
}

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

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

.padding-left-30 {
	padding-left: 30px;
}

.container-padding {
	padding-top: 30px;
	padding-bottom: 30px;
}

.container-padding-extended {
	padding-top: 50px;
	padding-bottom: 50px;
}

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

.background-red {
	background-color: #d5393a;
}

.background-matcha {
	background-color: #9DB138;
}

.background-black {
	background-color: #000;
}

.realm-background {
	background-color: #FE9B00;
}

.background-gray {
	background-color: #f4f4f4;
}

.text-matcha {
	color: #9DB138;
}

.text-yellow {
	color: #ffcc33;
}

.text-red {
	color: #e80006;
}

.text-red :hover {
	color: #e80006;
	text-decoration: none;
}

.text-black {
	color: #000;
}

.text-white {
	color: #FFF;
}

.text-opacity {
	opacity: 0.5;
}

.address-text {
	color: white;
	opacity: 0.8;
	line-height: 25px;
}

.footer-address-text {
	line-height: 20px !important;
}

.enlarged-text {
	font-size: 2em;
}

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


.matcha-logo-footer {
	position: relative;
	left: -50px;
}

.clean-link {
	color: white !important;
	text-decoration: none;
	opacity: 0.8;
	line-height: 25px;
}

.clean-link:hover {
	color: white !important;
	text-decoration: none;
}

.clean-black-link {
	color: #000 !important;
	text-decoration: none;
	opacity: 0.8;
	line-height: 25px;
}

.clean-black-link:hover {
	color: #000 !important;
	text-decoration: none;
}

.footer-link {
	color: white;
	text-decoration: none;
	opacity: 0.8;
	line-height: 25px;
}

.footer-link:hover {
	color: white;
	text-decoration: none;
}

.footer-additional-margin {
	padding-bottom: 50px;
}

.footer-navigation {
	padding-top: 20px;
}

.footer-middle-col {
	padding-top: 35px;
	/* left: -50px; */
}

.list-style {
	list-style-type:none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
	letter-spacing: 1px;
}

.sitemap-list {
	/* list-style-type:none; */
    padding-left: 30px;
    padding-top: 10px;
	color: black;
}

.sitemap-container {
	padding-top: 25px;
	padding-left: 40px;
	padding-bottom: 35px;
}

.copyright {
	
	text-align: center;
	opacity: 0.7;
	padding-bottom: 10px;
}

.ghost-button-matcha-rounded-corners {
  display: inline-block;
  width: 120px;
  padding: 8px;
  color: #9DB138;
  border: 1px solid #9DB138;
  border-radius: 5px;
  text-align: center;
  outline: none;
  text-decoration: none;

}
.ghost-button-matcha-rounded-corners:hover,
.ghost-button-matcha-rounded-corners:active {
  background-color: #9DB138;
  color: #fff;
}
.ghost-button-rounded-corners {
  display: inline-block;
  width: 200px;
  padding: 8px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  outline: none;
  text-decoration: none;

}

.ghost-button-inverse-rounded-corners {
  display: inline-block;
  width: 120px;
  padding: 8px;
  color: #222;
  border: 1px solid #222;
  border-radius: 5px;
  text-align: center;
  outline: none;
  text-decoration: none;

}
.ghost-button-inverse-rounded-corners:hover,
.ghost-button-inverse-rounded-corners:active {
  background-color: #222;
  color: #fff;
}
.ghost-button-rounded-corners {
  display: inline-block;
  width: 200px;
  padding: 8px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  outline: none;
  text-decoration: none;

}
.ghost-button-rounded-corners:hover,
.ghost-button-rounded-corners:active {
  background-color: #fff;
  color: #000;
}
.ghost-button:hover,
.ghost-button:active {
  background-color: #fff;
  color: #000;
}

.ghost-button-matcha-transition {
  display: inline-block;
  width: 120px;
  padding: 8px;
  color: #9DB138;
  border: 2px solid #9DB138;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out,
              color 0.2s ease-out;
}
.ghost-button-matcha-transition:hover,
.ghost-button-matcha-transition:active {
  background-color: #9DB138;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease-in,
              color 0.3s ease-in;
}

.ghost-button-inverse-transition {
  display: inline-block;
  width: 120px;
  padding: 8px;
  color: #222;
  border: 2px solid #222;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out,
              color 0.2s ease-out;
}
.ghost-button-inverse-transition:hover,
.ghost-button-inverse-transition:active {
  background-color: #222;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease-in,
              color 0.3s ease-in;
}
.ghost-button-transition {
  display: inline-block;
  width: 200px;
  padding: 8px;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out,
              color 0.2s ease-out;
}
.ghost-button-transition:hover,
.ghost-button-transition:active {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  transition: background-color 0.3s ease-in,
              color 0.3s ease-in;
}


@media (max-width: 768px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: -15px;
	}
	
	/* .navbar-nav > li > a  {
	line-height: 10px;
	} */
	
	.img-header {
		/* background-color: #E90006; */
		position: relative;
		/* max-height: 45px; */
		max-height: 170%;
		top: -7px;
	}

	.container-caption {
		font-size: 25px;
	}
	
	.red-container-caption h1 {
		font-size: 20px;
	}
	
	.icon-identifier {
		width: 40%;
	}
	
	.ghost-button-rounded-corners {
		width: 120px;
		padding: 1px;
	}
	
	.text-right {
		text-align: left !important;
	}
	
	.pull-right {
		float: left !important;
	}
	
	.initial-container {
		padding-left: 35px;
	}
	
}

:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/* Carousel Codes Modified */
.carousel-indicators {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -20%;
  text-align: right;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #67BBC8;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #AC1618;
  border: 1px solid #AC1618;
}
.carousel-caption {
  /* font-family: 'Lato'; */
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 5%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  /* color: #686868; */
  color: #686868;
  text-align: left;
  text-shadow: 0 1px 2px rgba(150, 150, 150, 1);
}
.carousel-caption .btn {
  text-shadow: 1px;
}

.caption-shadow {
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	/* letter-spacing: 1px; */
	/* text-shadow: 1px 1px 0px rgba(150, 150, 150, 1); */
}

.white-caption {
	color: white;
}

.with-shadow {
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
}

/* Carousel Codes Modified */


/* TIMELINE CODE START */

.timeline {
    list-style: none;
    padding: 0 0 20px;
    position: relative;
    margin-top: -15px
}
.timeline:before {
    top: 30px;
    bottom: 25px;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #ccc;
    left: 25px;
    margin-right: -1.5px
}
.timeline>li,
.timeline>li>.timeline-panel {
    margin-bottom: 5px;
    position: relative
}
.timeline>li:after,
.timeline>li:before {
    content: " ";
    display: table
}
.timeline>li:after {
    clear: both
}
.timeline>li>.timeline-panel {
    margin-left: 55px;
    float: left;
    top: 19px;
    padding: 4px 10px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 80%
}
.timeline>li>.timeline-badge {
    color: #2e6da4;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 1.2em;
    text-align: center;
    position: absolute;
    top: 26px;
    left: 9px;
    margin-right: -25px;
    background-color: #fff;
    z-index: 100;
    border-radius: 50%;
    border: 1px solid #d4d4d4
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: left
}
.timeline>li.timeline-inverted>.timeline-panel:before {
    border-right-width: 0;
    border-left-width: 15px;
    right: -15px;
    left: auto
}
.timeline>li.timeline-inverted>.timeline-panel:after {
    border-right-width: 0;
    border-left-width: 14px;
    right: -14px;
    left: auto
}
.timeline-badge.primary {
    background-color: #2e6da4!important
}
.timeline-badge.success {
    background-color: #3f903f!important
}
.timeline-badge.warning {
    background-color: #f0ad4e!important
}
.timeline-badge.danger {
    background-color: #d9534f!important
}
.timeline-badge.info {
    background-color: #5bc0de!important
}
.timeline-title {
    margin-top: 0;
    color: inherit
}
.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
    margin-top: 0
}
.timeline-body>p+p {
    margin-top: 5px
}
.timeline-badge>.fa {
    margin-right: 0px;
    color: #fff
}
.timeline-body>h4 {
    margin-bottom: 0!important
}

/* TIMELINE CODE END */

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

/* ZURSION BREADCRUMB */

.zursion-crumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 4px;
  text-decoration: none;
}
.zursion-crumb > li {
  display: inline-block;
}
.zursion-crumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.zursion-crumb > .active {
  color: #fff;
}

/* ZURSION BREADCRUMB */



.home-greyish {
    background-color: #333333;
}

.home-yellow {
    background-color: #ffcc00;
}

.home-alg {
    background-color: #3a8d9f;
}

.home-complimentary-brown {
    background-color: #3a8d9f;
}

.container-title {
    padding-left: 35px;
}

.content-left {
    display: inline-block;
    max-width: 480px;
}

.home-yellow-about-content {
    padding-left: 100px;
    padding-right: 65px;
}

.home-padding-about-content {
    padding-left: 100px;
    padding-right: 65px;
}

.half-container {
    max-width: 495px;
}

.container-padding-controlled {
	padding-top: 20px;
	padding-bottom: 20px;
}

.max-height-150 {
	max-height: 150px;
}

.company-logo-footer {
    position: relative;
    left: -50px;
}

.hr-yellow-horizontal-line {
	border:1px solid #ffcc33;
	width:5%;
	margin:auto;
	margin-top:2%;
	margin-bottom:2%;
	transition: width 1.5s;
	-webkit-transition: width 1.5s;
}

.hr-alg-horizontal-line {
	border:1px solid #3a8d9f;
	width:5%;
	margin:auto;
	margin-top:2%;
	margin-bottom:2%;
	transition: width 1.5s;
	-webkit-transition: width 1.5s;
}

.projects-z-yellow-line:hover .hr-yellow-horizontal-line, .projects-z-yellow-line:active .hr-yellow-horizontal-line {
	width: 15%;
}

.home-article-height {
	height: 70px;
}

.home-article-height-list {
	height: 100px;
}

.hr-yellow-10-percent{
	border:1px solid #ffcc33;
	width:10%;
	margin:auto;
	margin-top:1%;
}

.hr-yellow-20-percent{
	border:1px solid #ffcc33;
	width:20%;
	margin:auto;
	margin-top:1%;
}

.hr-yellow-30-percent{
	border:1px solid #ffcc33;
	width:30%;
	margin:auto;
	margin-top:1%;
}

.hr-yellow-40-percent{
	border:1px solid #ffcc33;
	width:40%;
	margin:auto;
	margin-top:1%;
}

.hr-yellow-50-percent{
	border:1px solid #ffcc33;
	width:50%;
	margin:auto;
	margin-top:1%;
}

.hr-yellow-60-percent{
	border:1px solid #ffcc33;
	width:60%;
	margin:auto;
	margin-top:1%;
}

.hr-yellow-70-percent{
	border:1px solid #ffcc33;
	width:70%;
	margin:auto;
	margin-top:1%;
}

.hr-yellow-80-percent{
	border:1px solid #ffcc33;
	width:80%;
	margin:auto;
	margin-top:1%;
}

.hr-yellow-90-percent{
	border:1px solid #ffcc33;
	width:90%;
	margin:auto;
	margin-top:1%;
}

.hr-yellow-100-percent{
	border:1px solid #ffcc33;
	width:100%;
	margin:auto;
	margin-top:1%;
}

.hr-project-yellow-10-percent {	
	border:1px solid #ffcc33;
	width:10%;
	margin:auto;
	margin-top:2%;
	margin-bottom:2%;
}

.hr-alg-10-percent{
	border:1px solid #3a8d9f;
	width:10%;
	margin:auto;
	margin-top:1%;
}

.hr-alg-20-percent{
	border:1px solid #3a8d9f;
	width:20%;
	margin:auto;
	margin-top:1%;
}

.hr-alg-30-percent{
	border:1px solid #3a8d9f;
	width:30%;
	margin:auto;
	margin-top:1%;
}

.hr-alg-40-percent{
	border:1px solid #3a8d9f;
	width:40%;
	margin:auto;
	margin-top:1%;
}

.hr-alg-50-percent{
	border:1px solid #3a8d9f;
	width:50%;
	margin:auto;
	margin-top:1%;
}

.hr-alg-60-percent{
	border:1px solid #3a8d9f;
	width:60%;
	margin:auto;
	margin-top:1%;
}

.hr-alg-70-percent{
	border:1px solid #3a8d9f;
	width:70%;
	margin:auto;
	margin-top:1%;
}

.hr-alg-80-percent{
	border:1px solid #3a8d9f;
	width:80%;
	margin:auto;
	margin-top:1%;
}

.hr-alg-90-percent{
	border:1px solid #3a8d9f;
	width:90%;
	margin:auto;
	margin-top:1%;
}

.hr-aalg-100-percent{
	border:1px solid #3a8d9f;
	width:100%;
	margin:auto;
	margin-top:1%;
}

.hr-project-alg-10-percent {	
	border:1px solid #3a8d9f;
	width:10%;
	margin:auto;
	margin-top:2%;
	margin-bottom:2%;
}

/* Email Attachment CSS */

	.mail-attachment {
		border-top: 1px solid #e7eaec;
		padding: 20px;
		font-size: 12px;
	}
	
	.file-box {
		float: left;
		width: 220px;
	}
	
	.file {
		border: 1px solid #e7eaec;
		padding: 0;
		background-color: #ffffff;
		position: relative;
		margin-bottom: 20px;
		margin-right: 20px;
	}
	
	.file .file-name {
		padding: 10px;
		background-color: #f8f8f8;
		border-top: 1px solid #e7eaec;
	}
	
	.corner {
		position: absolute;
		display: inline-block;
		width: 0;
		height: 0;
		line-height: 0;
		border: 0.6em solid transparent;
		border-right: 0.6em solid #f1f1f1;
		border-bottom: 0.6em solid #f1f1f1;
		right: 0em;
		bottom: 0em;
	}
	
	.file .icon, .file .image {
		height: 100px;
		overflow: hidden;
	}

/* Email Attachment CSS */




/* Layout */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Styling */
.timeline {
  margin: 4em auto;
  position: relative;
  max-width: 46em;
}
.timeline:before {
  background-color: black;
  content: '';
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 2em;
  width: 2px;
  height: 100%;
}

.timeline-event {
  position: relative;
}
.timeline-event:hover .timeline-event-icon {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #a83279;
}
.timeline-event:hover .timeline-event-thumbnail {
  -moz-box-shadow: inset 40em 0 0 0 #a83279;
  -webkit-box-shadow: inset 40em 0 0 0 #a83279;
  box-shadow: inset 40em 0 0 0 #a83279;
}

.timeline-event-copy {
  /* padding: 2em;	 */
  position: relative;
  top: -1.875em;
  left: 4em;
  width: 80%;
}
.timeline-event-copy h3 {
  font-size: 1.75em;
}
.timeline-event-copy h4 {
  font-size: 1.2em;
  margin-bottom: 1.2em;
}
.timeline-event-copy strong {
  font-weight: 700;
}
.timeline-event-copy p:not(.timeline-event-thumbnail) {
  padding-bottom: 1.2em;
}

.timeline-event-icon {
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: black;
  outline: 10px solid white;
  display: block;
  margin: 0.5em 0.5em 0.5em -0.5em;
  position: absolute;
  top: 0;
  left: 2em;
  width: 1em;
  height: 1em;
}

.timeline-event-thumbnail {
  -moz-transition: box-shadow 0.5s ease-in 0.1s;
  -o-transition: box-shadow 0.5s ease-in 0.1s;
  -webkit-transition: box-shadow 0.5s ease-in;
  -webkit-transition-delay: 0.1s;
  transition: box-shadow 0.5s ease-in 0.1s;
  color: white;
  font-size: 0.75em;
  background-color: black;
  -moz-box-shadow: inset 0 0 0 0em #ef795a;
  -webkit-box-shadow: inset 0 0 0 0em #ef795a;
  box-shadow: inset 0 0 0 0em #ef795a;
  display: inline-block;
  margin-bottom: 1.2em;
  padding: 0.25em 1em 0.2em 1em;
}


.words-of-wisdom {
	line-height: 2em;
}

.swiper-banner {
      width: 100%;
      height: 100%;
    }
    .swiper-banner .swiper-slide {
		background-position: center;
		background-size: cover;
		height: 350px;
    }
	
	.swiper-slide .title {
		font-size: 41px;
		font-weight: 300;
		color: white;
    }
	.swiper-slide .subtitle {
		font-size: 21px;
		color: white;
    }
    .swiper-slide .text {
		font-size: 14px;
		max-width: 400px;
		line-height: 1.3;
		color: white;
    }
	.swiper-text-container {
		padding: 100px;
	}
	
	
    .swiper-member {
      width: 100%;
      height: 100%;
    }
    .swiper-member .swiper-slide-member {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }