/* GLOBALS */
#content { 
	font: normal 13px/1em 'open_sans_regular', sans-serif;
	line-height: 1.4em;
}
#content a, 
#content button {
    color: #fe679a;
    text-decoration: none;
}
#content a:focus { outline: none; }
#content .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}
#content .row {
    margin-left: -10px;
    margin-right: -10px;
}
#content .form-control {
    background-color: #f5f6f7;
}
#content .breadcrumb {
    padding: 10px 0;
    background-color: #ffffff;
}

/* GLOBALS (adapt old microsites to bootstrap styles */
#content .old-styles * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
    box-sizing: content-box;
	
	font-family: "Open Sans";
}
#content .old-styles h1, 
#content .old-styles h2, 
#content .old-styles h3, 
#content .old-styles h4 {
    margin: 0; 
	padding: 0;
}
#content .old-styles h3, 
#content .old-styles h4 {
	font-weight: bold;
}
#content .old-styles ul,
#content .old-styles ol {
	padding: 0;
    list-style: none;
}
#content .old-styles p {
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.4em;
}
#content .old-styles a {
    color: #000000;
    font-family: 'open_sans_regular', Arial, sans-serif;
	text-decoration: none;
}
#content .old-styles a:hover {
    color: #FF6699;
}
#content .old-styles label {
	font-size: 13px;
	font-weight: normal;
}
#content .old-styles input, 
#content .old-styles select, 
#content .old-styles textarea, 
#content .old-styles button {
	padding: 0;
    font: 12px Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #000;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#content .old-styles select {
	-webkit-appearance: none;
}
#content .old-styles button.button {
    border: 1px solid #FFAEBD;
	background: transparent;
}
#content .old-styles button.button span {
    color: #1D1D1B;
    font-family: 'open_sans_semibold', Arial, sans-serif;
    font-size: 12px;
    font-weight: lighter;
    text-transform: uppercase;
    background: #FFAEBD;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
}
#content .old-styles fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}