h1 { 
	color: #7a7a7a;
	font-size: 32px;
	line-height: 40px;
  	font-weight: 600;
}

h2 { 
    color: #c01285;
	font-size: 1.375rem;
	line-height: 1.5em;
	font-weight: 500;
}

h3 { 
    color: #c01285;
	font-size: 1.375rem;
	line-height: 1.5em;
	font-weight: 400;
}

p, li { 
	font-size: 16px;
  	line-height: 24px;
  	font-weight: 400;
  	color: #333;
}

strong {
    font-size: 16px;
  	line-height: 24px;
  	font-weight: 600;
}

a,
a.nav,
a.path,
a:hover.nav,
a:hover.path { 
	font-size: 16px;
  	line-height: 24px;
  	font-weight: 400;
  	color: #c01285;
}



/*** General Styles ***/

body { 
	margin: 0px; 
	padding: 0px; 
	margin: 0px;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Libre Franklin', Arial;
}

#center {
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/***  Style Elements  ***/

.clearer {
	clear: both;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.ce-div {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 4px solid #ae1d82;
  border-bottom: 1px solid #fff;
}

/***  Header  ***/

.header {
  	height: 100vh;
  	width: 100%;
  	display: block;
    top: 0px;
    left: 0px;
    box-shadow: 0px 4px 17px rgba(0,0,0,0.2);
    position: fixed;
    background: #fff;
    z-index: 2;
}

.header.small {
    height: 400px;
}

.header .header-img img {
  	height: 100vh;
  	width: 100vw;
  	display: block;
    object-fit: cover;
    -webkit-filter: opacity(.8);
    filter: opacity(.8);
}

.header.small .header-img img {
  	height: 400px;
}

.header-title {
	position: absolute;
	top:40%;
	right: 10%;
	color: #3d3e3c;
	font-size: 40px;
	line-height: 50px;
  	font-weight: 700;
}

.header-title span {
  	font-weight: 400;
}

.logo {
  	position: absolute;
  	top: 35%;
  	left: 20%;
  	z-index: 5;
  	display: inline-block;
  	-webkit-filter: opacity(1);
    filter: opacity(1);
}

.logo img {
    display: block;
    height: 150px;
    width: auto;
}



/***  Content  ***/

#stage { 
	width: 100%;
  	margin-left: auto;
	margin-right: auto;
	padding: 50px 0px 80px 0px; 
	text-align: left;  
	display: block;
	background: #fff;
	z-index: 10;
	position: relative;
	margin-top: 100vh;
}

#stage.small {
    margin-top: 400px;
}

#stage:before {
	content: "";
	height: 50%;
	width: 100%;
	display: block;
	background-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.4) 100%);
	position: absolute;
	top: -50%;
	left: 0px;
}

#stage img {
  max-width: 100%;
  height: auto;
  display: block;
}

.main-col {
	/*max-width: 1000px;*/
	margin-top: 50px;
	margin-bottom: 90px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}

.frame-default,
.frame-layout-0,
.frame-layout-1 {
  padding: 0px 0px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  
}

.frame-layout-2 {
  padding: 30px 0px 30px 0px;
  max-width: 92%;
  width: 100%;
  margin-right: 0px;
  display: block;
  background: #BBC6B8;
  margin-bottom: 80px;
}

.frame-layout-2 .frame-layout-0 {
  max-width: 98%;
}

.frame-layout-3 {
  padding: 30px 0px 30px 0px;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.bg-wrapper .ce-col {
  background: #f4f4f4;
}

#stage.small .col-md-6 {
  margin-left: 45%;
}


/*** Footer ***/

.quickpanel {
    height: auto;
    width: 100%;
    display: block;
    background: #333333;
    border-top: 5px solid #ae1d82;
    z-index: 10;
	position: relative;
}

.quickpanel-inner {
  	height: auto;
  	width: 1360px;
  	position: relative;
  	margin-left: auto;
	margin-right: auto;
	text-align: center;
    padding: 70px 20px 70px 20px;  
}

.company {
    color: #fff;
    float: left;
    display: inline-block;
    text-align: left;
    padding-right: 20px;
    width: auto;
    min-width: 20%;
    height: 100%;
}

.company a, 
.company a:hover,
.company p {
    color: #fff;
    text-decoration: none;
}

.company p strong {
    color: #fff;
}

.company img {
  	height: 100px;
  	width: auto;
  	margin-bottom: 40px;
}

.quicklinks {
	display: inline-block;
	box-sizing: border-box;
    padding-bottom: 10px;
    color: #fff;
    display: inline-block;
    padding-left: 2%;
    margin-top: 0px;
    vertical-align: top;
}

.quicklinks h3 {
	color: #fff;
	text-align: left;
    padding-top: 0px;
    margin-top: 10px;
}

.quicklinks ul {
	margin: 0px;
	padding: 0px;
}

.quicklinks ul li {
	list-style: none;
	text-align: left;
	margin-left: 0px;
	padding: 0px;
}

.quicklinks ul li a,
.quicklinks ul li a:hover  {
	color: #fff;
    text-decoration: none;
}



/* Footer */

.footer {
	background: #333333;
    border-top: 4px solid #ae1d82;
    height: auto;
    width: 100%;
    display: block;
    color: #fff;
    z-index: 10;
	position: relative;
}

.footer-inner {
  	height: auto;
  	width: 1360px;
  	position: relative;
  	margin-left: auto;
	margin-right: auto;
    padding: 20px 20px 20px 20px;
}

.footer-inner a,
.footer-inner a:hover {
	color: #fff;
}

.copyright {
	width: auto;
	display: inline-block;
    width: auto;
    margin-top: 0px;
}

/* Menu Bottom */

.menu-bottom {
  width: auto;
  display: inline-block;
  text-align: right;
  margin-right: 0px;
  margin-top: 0px;
  float: right; 
}

.menu-bottom ul { 
	padding: 0px 10px 0px 0px; 
    margin: 0px;
}

.menu-bottom ul li {
  display: inline-block;
  color: #fff;
  list-style-type: none;
  padding: 0px 15px 0px 15px;
  border-right: 1px solid #fff;
}

.menu-bottom ul li:last-of-type {
  border-right: 0;
}

.menu-bottom ul li a, 
.menu-bottom ul li a:hover { 
    color: #fff;
    text-decoration: none;
}

/* Social Media */

.social-media {
	padding-top: 20px;
}

.social-media img {
    width: 32px;
    height: auto;
    display: inline-block;
    margin-right: 30px;
}