.link-black-none {
    color: #222;
    text-decoration: none;
	font-size: 16px;
}
.header-quicklink {
    z-index: 11;
    height: 30px;
}

.content--flow {
    padding-top: 30px;
}
.content {
    position: relative;
    z-index: 1;
    display: block;
    overflow-y: visible;
}
.content-area{max-width:1190px; margin:0 auto;}
/*header*/

/*header-desktop*/
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 30px;
	background-color:#222;
	font-weight:normal;
}

.header-viewport {
    position: relative;
    z-index: 2;
    width: 100%;
}

.header-content {
    position: relative;
    width: 100%;
}


.quicklink-item {
    font-size: 14px;
	line-height: 30px;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
	text-align:right;
}
.quicklink-item a{color:#FFF;border-left: 1px solid hsla(0,0%,100%,.2);padding-right: 20px;padding-left: 20px;}
@media only screen and (min-width: 1024px){
.only-mobile{display:none;}
}
/*header-mobile*/
@media only screen and (max-width: 1024px){
header {min-height: 60px;background-color:#fff;}
.content--flow {padding-top: 60px ;}
.quickLink{display:none;}
.quicklink-item{font-size:18px;text-align:left;line-height: 60px;}
.quicklink-item a{color:#222;border-left:0px;padding-left: 10px;}
.btn{white-space: normal;}
.btn-block{padding-left:10px;padding-right:10px;}
}

/*footer*/
footer {
	margin-top:20px;
    padding-top:20px;
	padding-bottom: 40px;
    text-align: center;
    background-color: #222;
	padding-left:20px;
	padding-right:20px;
	color:#FFF;
}
.main-container {
    position: relative;
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
	font-size: 14px;
}
@media only screen and (max-width: 1024px){
footer {margin-top:4px;}
}