/* ===================
          Tags
   =================== */
html {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-family: 'Helvetica', 'Arial', 'Verdana', 'Tahoma', "sans-serif";
} /*ROOT ELEMENT*/
body {
	margin: 0;
	background-color: #ffe4c9;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 130px;
}
p,
li {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 1px;
}
ul {
	display: flex;
	list-style: none;
	
}
li {
	flex: 1;
}
/* ===================
    IDs
   =================== */
#logo {
	float: left;
	padding: 15px 32px 15px 32px;
}
#name {
	margin-left: 140px;
	padding-top: 28px;
	height: 100px;
	color: #ffe4c9;
	font-family: "Times New Roman", "serif";
	font-weight: normal;
	clear: none;
}
/* =======================
    ALL: Company Specific
   ======================= */

/* ===================
    Classes
   =================== */
.temp {
	clear: both;
	margin-top: 30px;
	text-align: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.wrapper {
	width: 90%;
	margin: 0 5%;
}
.header-container {
	display: flex;
	height: 130px;
	background: #614054;
	clear: none;
}
.footer-container {
	display: flex;
	background-color: rgba(166,97,59,0.8);
}
.footer-sections {
	flex: 1;
	width: 30%;
	
}
.footer-card {
	display: flex;
	flex: 1;
	flex-direction: column;
	width: 30%;
	
	
}
.partners {
	align-items: center;
	width: 20%;
	height: auto;
}
.bottom {
	display: contents;
	text-align: center;
	flex-shrink: 0;
	height: 25px;
	width: 100%;
	background-color: rgba(166,97,59,1.0);
	border-top: thin #000000;
}

.ie7 .title {
    padding-top: 20px;
}
/* ============================================
   Media Queries
   ========================================= */

/* ============================================
   Helper classes
   ========================================= */
/* .hidden {
   	display: none !important;
   	visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
} */