* {
	font-family: "Open Sans",sans-serif;
}
.nav a {
	color: #13284a;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
.nav a:hover {
	color: #4B9CD3;
	text-decoration: none;
	
}
.nav-xs a {
	line-height: 2em;
	display: block;
	line-height: auto;
	margin-left: auto;
}
.nav-md a {
	margin-left: 1.5em;
	line-height: 5em;

}

#background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-image: url('/custom/assets/campaign/background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    opacity: 0.1;
    filter:alpha(opacity=10);
}
.btn-campaign-block {
	width: 100%;
}
.btn-campaign {
    display: inline-block;
    position: relative;
    border: 0;
    padding: 0 10px;
    min-width: 210px;
    height: 36px;
    line-height: 36px;
    background-color: #13284a;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
}
.btn-campaign:hover, .btn-campaign:active {
	background-color: #4B9CD3;
	color: white;
	text-decoration: none;
}
.btn-campaign:before, .btn-campaign:after {
    content: '';
    width: 97.83%;
    height: 4px;
    background: #4B9CD3;
    position: absolute;
    bottom: -2px;
    right: -2px;
    appearance: none;
    z-index: 1;
}
.btn-campaign:hover:before, .btn-campaign:hover:after {
    background: #13284a;

}
.btn-campaign:after {
    width: 4px;
    height: 75%;
}


.btn-link {
    display: inline-block;
    position: relative;
    border-top: 2px solid #4B9CD3; // yellow = #f0de1b;
    background-color: transparent;
    color: #13284a;
	text-decoration: none;
	font-size: 1.5em;
	padding-bottom: 1.5em;
	font-family: "Libre Baskerville",Georgia,"Times New Roman",serif;
    font-weight: 400;
    font-style: normal;
}
.btn-link:hover, .btn-link:active {
    border-top: 2px solid #f0de1b;
    color: #13284a;
	text-decoration: none;
}

.btn-link-block {
	width: 100%;
}
