.module {
	margin: 20px 0
}
@media screen and (min-width: 768px) {
	.module {
		margin: 0 0
	}
}

.module-title {
    display: inline-block;
    margin: 0 0 50px;
    text-align: center;
    text-transform: uppercase;
	font-family: "futura-pt", sans-serif;
}
.module-title:after {
    content: '';
    display: block;
    width: 25%;
    height: 2px;
    background-color: #4b2855;
    margin-top: 10px
	font-family: "futura-pt", sans-serif;
}
.module-heading {
    /*text-transform: uppercase;*/
    text-align: left
}
.module-heading h2 {
    margin: 0;
    width: auto;
    display: inline-block;
    line-height: 35px;
    word-break: break-word;
    line-height: normal;
}
.module-heading h2,
.module-title {
  font-size: 40px;
  color:#4b2855;
  font-weight: normal;
}
/*.module-heading h2:after,
.module-heading:before,
.boxed-content:before,
.boxed-content:after{
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background-color: #4b2855;
    margin: 18px 0;}
*/


.module-heading h5 {
    margin: 0;
    color: #787777;
    font-size: 1em;
    line-height: 25px;
    width: 100%
}
@media screen and (min-width: 768px){
  .module-quote p{
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px){
  .module-quote p{
    padding:15px 30px;
  }
  .module-heading h2,
  .module-title {
      margin-top: 5px;
	  font-family: "futura-pt", sans-serif;
  }
}
.module-paragraph .module-body h3{
	color: #4b2855;
	font-weight: normal;
	font-size: 1em;
	margin-top: 2em;
    margin-bottom: 1em;
}
.paragraph-image-wrapper{
    position: absolute;
    width: 50%;
    width: calc(50% - 30px);
    float: left;
    margin-right: 30px;
}
.paragraph-image-wrapper:before{
    display: block;
    content: "";
    width: 100%;
    padding-top: 28.125%;
}
.paragraph-image{
     position: absolute;
    right: 0;
    bottom: 0;
    top: -145px;
    left: -480px;
    height: 400px;
    width: 150%;
    width: calc(150% + 30px);
    background-size: cover;
    background-position: center center;
}
.module .border-right{
    border-right: 1px solid #4b2855;
}
.module .border-left{
    border-left: 1px solid #4b2855;
}

/*------------------------------------
    HERO
----------------------------------- */
.module.hero{
	margin: 0;
}
.module.hero-navigation .inner{
    text-align: left;
    margin: 0;
}
.module.hero-navigation .inner h1{
    text-align: left;
}
.hero-large .hero-bg{
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;


}
.hero-nav-container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.hero-nav{
    width: 50%;
    height: 100%;
    padding: 83px 0 40px 15px ;
}
.hero-nav-inner{
    height: 100%;
    background: #424a5d;
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    align-items: center;
    align-content: center;
}
.hero-nav ol{
    padding-left:40px;
    margin:0;
}
.hero-nav ol li {
    position: relative;
    margin-bottom: 10px;
    line-height: 1.5;
    list-style: none;
}
.hero-nav ol li:before{
    content: '';
    position: absolute;
    width: 51px;
    height: 2px;
    background-color: #fff;
    top: 30px;
    left: -67px;
}

.hero-nav ol li,
.hero-nav ol li a{
    color: #fff;
    font-size: 40px;
    border: none;
}
.hero-nav ol li:hover a{
    color: #8b816d;
}
.hero-nav ol li a{
    padding:0;
    margin: 0;
}
/*------------------------------------
    Module Short Text right
----------------------------------- */
.module.has-table > .container,
.module .module-content.has-table{
	position: relative;
	/*border-right: 1px solid #4b2855 ;
	border-left: 1px solid #4b2855;*/
}
.module.third .module-content.has-table{
    text-align: right;
    padding: 0 15px;
}
.module .row{
	border-left: 1px solid #4b2855;
	border-right: 1px solid #4b2855;
}

.module.third .module-body li:before{
    content: none;
}
.module.third .module-body .inner{
    margin-left: -60px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #fff;
	text-align: left;
}
.module.third .middle-line{
    border-right: 1px solid #4b2855;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    min-height: 60px;
}
.module-bottom-image{
	width: 270px;
	position: absolute;
	height: 450px;
	top: -420px;
	right: -135px;
	background-size: cover;
	background-position: center center;
	z-index: 2;
}
.module.third .boxed-content .module-heading{
    border: none;
}
.module.third .module-heading h2:after,
.module.third .module-heading:before{
    content: none;
}
.module.third .boxed-content:before,
.module.third .boxed-content:after{
    margin-left: auto;
}
.module.third .module-table {
    padding-top: 18px;
}
.module.third .module-table .inner{
    min-height: 320px;
    background-size: cover;
    background-position: center center;
}
@media (max-width: 768px) {
  .module .module-content.has-table {
     padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
    .module.module-paragraph{
		margin:0;
	}
    .module.third .module-body{
        min-height: 60px;
    }
    .module.third .module-table .inner{
        min-height: 480px;
    }
    .module.has-table .module-heading{
		/*border-right: 1px solid #4b2855;*/
		margin-left: 18%;
	}
    .module.has-table.third .module-heading,
    .module.has-table.third .has-table h5{
        text-align: right;
    }
  .module .module-content.has-table {
		padding-right: 30px;
		padding-left: 30px;
	}
	.module-paragraph .module-content{
		padding-left: 30px;
		padding-right: 30px;
	}
  .module-paragraph .module-content.centered .module-body {
    padding: 0
  }
}
@media screen and (min-width: 992px){
    .module.third .module-table .inner{
        min-height: 580px;
    }
}
@media screen and (min-width: 1024px){
    .module.third .module-table .inner{
        min-height: 690px;
    }
}

.module-paragraph ul {
    list-style: none;
	padding-left:15px;
	margin-top: 35px;
}
.module-paragraph ul li {
    position: relative;
    margin: 30px 0;
    padding-left: 30px
}
.module-paragraph ul li:before {
    content: "+";
    position: absolute;
    top: -3px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-radius: 100%;
    background-color: #4b2855;
    margin: 0 auto;
		color: #888;
	font-size: 22px;
}
.module-paragraph ul.blue-list{
	padding-left: 50px;
}
.module-paragraph ul.blue-list li{
	color: #424a5d;
}
.module-paragraph ul.blue-list li:before {
    background: #8b816d;
    line-height: 1;
    height: 1px;
    width: 40px;
    position: absolute;
    left: -50px;
    top: 15px;
}


/*------------------------------------
    Module with Background
----------------------------------- */
.module-paragraph.has-bg-color,
.module-paragraph.has-background {
    margin: 0;
    padding: 30px 0;
    position: relative;
}
.module-paragraph.has-background img {
    margin: 50px 0
}
.module.has-background .module-content .inner{
    background-color: #4b2855;
    padding: 30px;
}
.module.has-background .module-heading h2{
    color: #4b2855;
	font-family: "futura-pt", sans-serif;
}
.module.has-background .module-heading h5{
    color: #d5d0c5
}
.module.has-background .module-heading:before{
    margin-top: 0
}
.module.has-background .module-body,
.module.has-background .module-body h4,
.module.has-background .module-body h3{
    color: #d5d0c5
}
@media screen and (min-width: 768px) {
    .module-paragraph.has-bg-color,
    .module-paragraph.has-background {
        padding: 50px 0
    }
    .module.has-background .module-content{
        padding-right: 50px;
    }
    .module.has-background .module-content .inner{
        padding: 60px
    }
}

/*------------------------------------
    Team
----------------------------------- */
.module.module-employees{
    margin: 0;
}
.teams {
    display: block;
    position: relative;
}
.teams .teams-item {
    display: none;
    min-height: 400px;
}
.teams .teams-item:first-child {
    display: block;
}
.teams .teams-item .image {
    display: block;
    /*width: 80%;*/
    max-height: 600px;
    max-width: none;
    filter: grayscale(15%);
	/*margin-left: 128px;
	margin-top:80px;
	margin-bottom: 40px;*/
    margin: 80px auto 40px auto;
}
.teams .teams-item .content, .box-content-pre {
    position: absolute;
    display: block;
    top: 80px;
    left: -240px;
    max-width: 287px;
    color: #897b73;
    background-color: #e6e5e5;
    height: 375px;
	padding-top:45px;
}

.box-content-pre {
    position: absolute !important;
}

.teams .teams-item .content h2 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 27px;
    line-height: 46px;
    font-weight: 700;
    text-transform: none;
    color: #4b2855;
}
.teams .teams-item .content h4 {
    display: block;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 13px;
    margin-top: 15px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    color: #4b2855;
}
.teams .teams-item .content p {
    margin: 10px 0;
    padding: 0;
    line-height: 16px;
	color: #4b2855;
	font-size: 15px;
}
@media screen and (max-width: 1024px){
    .teams .teams-item .content p{
        word-break: break-all;
    }
    .teams-item-img {
        overflow: hidden;
        height: 150px;
        margin-top: 80px;
    }
    .teams-item-img img{
        padding: 0!important;

    }
    .teams .teams-item .image{
        margin: 0;
    }
    .teams .teams-item .content {
        min-height: 225px;
    }
    .module .row, .container > .row {
        margin-bottom: 30px;
    }
    .teams .teams-item .content h4 {
        color: #000!important;
    }
}
@media screen and (max-width: 480px){
    .teams-item-img {
        overflow: hidden;
        height: 350px;
        margin-top: 80px;
    }
}
.teams-list {
    display: block;
    position: absolute;
    top: 20px;
    right: -135px;
    width: 270px;
    background-color: rgba(75,40,85,0.98);
    padding: 30px;
    color: #fff;
	text-align: left
}

.teams-list a {
    display: block;
    text-transform: uppercase;
    font-size: 1em;
    color: #fff;
}
.teams-list a:hover,
.teams-list a.active {
    cursor: pointer;
    color: #b4b4b4;
}
.teams-filters {
    text-align: center;
    font-size: 12px;
    padding-top: 25px;
    padding-bottom: 80px;
}
.teams-filters .teams-filter {
    text-transform: uppercase;
    padding: 3px 15px;
    font-size: 16px;
    border-bottom: 1px solid #a29886
}
.teams-filters .teams-filter.active {
    font-weight: normal;
    background-color: #424a5d;
    color: #d5d0c5;
}
.teams-item .border-line{
    width: 1px;
    height: 100%;
    background: #d5d0c5;
    position: absolute;
    top: 0;
    max-height: 100%;
}
.teams-item .border-line.left{
    left: 11.111%;
}
.teams-item .border-line.right{
    left:auto;
    right: 0;
}
@media (max-width: 920px) {
    .teams {
        max-width: 700px;
    }
    .teams:after {
        display: block;
        content: "";
        clear: both;
    }
    .teams-list {
        display: none;
    }
    .teams .teams-item {
        float: left;
        width: 31.333%;
        margin: 1%;
        display: block;
        min-height: 250px;
    }
    .teams .teams-item .image {
        margin-left: 0;
        border: 1px solid #000;
        width: 100%;
    }
    .teams .teams-item .content {
        display: block;
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
    }
    .teams .teams-item .content h2 {
        font-size: 14px;
        line-height: 18px;
        margin-top: 10px;
    }
    .teams .teams-item .content h4 {
        font-size: 10px;
        margin-top: 0;
		color: #fff
    }
}
@media (max-width: 480px) {
    .teams .teams-item {
        width: 100%;
        margin-bottom: 1%;
        display: block;
        min-height: 285px;
    }
}
@media only screen and (min-width: 1400px) {
    .teams .teams-item .image {
        max-height: 800px;
    }
    .teams-list{
        margin-top: 60px;
    }
}

/*------------------------------------
    Two columns
----------------------------------- */

.module.module-two-columns{
    background-color: #b4b4b4;
    padding: 100px 0;
    color: #fff;
}
.module.module-two-columns .module-heading h2,
.module.module-two-columns .module-heading h5,
.module.module-two-columns .module-body h3{
    color: #4b2855;
    transition: all .5s;
}
.module.module-two-columns .module-heading:before{
    margin-top: 0
}
.module.module-two-columns .module-heading h2:hover{
    color: #424a5d;
    transition: all .5s;
}
.module.module-two-columns .module-body{
    border-left: 1px solid #4b2855;
    border-right: 1px solid #4b2855;
}
.module.module-two-columns .inner{
    padding: 0 26px;
}
.module.module-two-columns .inner:first-child{
    border-right: 1px solid #4b2855
}
.module.module-two-columns .inner h3:first-child{
    margin-top: 0;
}
.module.module-two-columns .inner h3{
    font-weight: bold;
}
.module.module-two-columns .module-heading h2:after,
.module.module-two-columns .module-heading:before{
    background-color: #4b2855;
}

.module-table-1{
	display: inline-block;
    width: 25%;
    margin: 0;
    padding: 30px;
    background: rgba(66,74,93,0.93);
    color: white;
    min-height: 380px;
    position: absolute;
    right: 0;
}
