@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:400,700");
@font-face {
    font-family: 'uni_neueheavy_italic';
    src: url('fonts/unineue-heavyitalic-webfont.woff2') format('woff2'),
         url('fonts/unineue-heavyitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'uni_neuelight';
    src: url('fonts/unineue-light-webfont.woff2') format('woff2'),
         url('fonts/unineue-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{font-family:'uni_neuelight' !important;color: #635257 !important;}
.inner-page-banner {
	height:auto;
	border-bottom:none;
	background: #442547;
	position:relative;
}
.text-center{text-align:center;}
html body #footer .footer_sec2{padding:0;}
.footer_sec2 p{line-height:36px;}
html body div#footer{padding:25px 0;}
button{
    border: 0;
	height: auto !important;
    padding: 14px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
	background: #85498e !important;
}
.form-title h2 {
	font-weight:800 !important;
	color:#442547 !important;
	font-size: 36px !important;
}
.main-logo {
    display: block;
    color: #fff;
    height: 22px;
    width: 140px;
}
svg {
    display: block;
    fill: currentColor;
}
.inner{padding:20px 30px 0;}.inner .flex-wrap{padding-bottom:15px;position:relative;}
.inner .flex-wrap:after{border-width:0 0 1px 0 !important;border: 1px solid #dadcd3;height:1px;width:100%;left:0;position:absolute;content:"";opacity:0.25;bottom:0px;}
	.form-title {padding-top:0}
	.sign-in-form form {padding:20px 0px;}
html body div#content {
    padding-top: 45px;
}
.form-content {
    padding-bottom: 50px;
}
.title{
    text-align: center;
    width: 100%;
    padding: 20px 0;
}
h1{font-size:46px;color:#fff;margin-bottom:15px;line-height: 46px}
p{font-size:24px;color: #826f75;}
html body div#site-wrap div#content a {
    color: #442547;
}
html body .navigation_links > ul > li > a{color:#fff !important;}
html body div#site-wrap div#content .new-nav ul li.active a {
    color: #e0310e !important;
}
html body .navigation_links > ul > li.active > a,.news-item a {
    color: #e0310e !important;
}
.flex-wrap{
	display: flex;
    flex-flow: row wrap;
    align-items: baseline;
    justify-content: space-around;
    margin: 0 auto;
}
div.flex-item.left {
    flex: 1 175px;
}
div.flex-item.right {
    flex: 1 auto;
    text-align: right;
}
html body .navigation_links > ul > li{padding:0px 16px !important;}
#myaccount .tabcontent ,html body .edge_sorting_sec {
    padding-top: 0;
}
#interestsBtn {
    background-color: #442547 !important;
}
#triangle-bottom-right {
    border-bottom: 50px solid #442547 !important;
}
.blog-link:hover + .blog-content {
    background: #442547 !important;
}
.blog-link:hover + .blog-content #triangle-bottom-right:after {
    color: #442547 !important;
    font-weight: bold;
}
.blog-link:hover + .blog-content #triangle-bottom-right {
    border-bottom: 50px solid #fff !important;
}
html body .tabcontent {
    color: #333;
    padding: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}