.roboto-thin {
  font-family: "Roboto", serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: normal;
}
body {
    font-family: "Roboto", serif;
    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (2400 - 300)));
    color: #404040;
}
.color-blue{
	color: #0167a1 !important;
}
.lh-1{
	line-height: 1;
}
.container {
    max-width: 1200px;
}
header .navbar {
    padding: 1rem 1.5rem;
}
.navbar-brand {
    width: 12.708333333333332%;
    margin-right: 2rem;
}
#page-nav li > a{
	color: #404040;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	font-weight: 500;
}
#page-nav li > a:hover{
	color: #0167a1;
}
#page-nav li > a.active{
	color: #0167a1;
	border-bottom: 1px solid #0167a1;
}
.social-icon{
	width: 35px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
.page-heading,
.page-subheader {
    color: #0167a1;
}
.page-heading{
	font-weight: 700;
	text-transform: uppercase;
}
hr{
	border-color: #0167a1;
	border-width: 2px;
}
.default-btn {
    text-decoration: none;
    color: #fff;
    background-color: #0167a1;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 0.5rem 3rem;
    white-space: normal;
	font-weight: 500;
}
.default-btn:hover {
    background-color: #040404;
    color: #fff;
}
a {
    color: #0167a1;
    text-decoration: none;
}
a:hover {
    color: inherit;
    text-decoration: underline;
}
.offer-card .card-title{
	color: #000000;
	font-weight: 700;
	line-height: 1;
	font-size: 16px;
}
.offer-card .card-text{
	color: #0167a1;
	font-weight: 500;
	line-height: 1;
	font-size: 16px;
}
.short-rules{
    font-size: 14px;
    color: #404040;
    margin-top: 3rem;
}
footer{
    background-color: #0167a1;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
}
#footer-nav li a{
    color: #ffffff;
    font-size: 90%;
}
#footer-nav li + li::before {
	content: " | ";
	color: #fff;
	margin-right: 7px;
}
.footer-right ul{
    width: 185px;
    margin: 0 auto;
}
@media screen and (max-width: 767px){
	header .navbar {
        padding: 0.5rem 0;
    }
    .navbar-brand{
        width: 25%;
        margin-right: 0;
    }
	.social-nav.navbar-nav{
		flex-direction: row;
	}
    footer {
        text-align: center;
        display: block;
    }
    #footer-nav li.list-inline-item {
        display: block;
        margin-bottom: 0.5rem;
    }
    #footer-nav li + li::before {
        content: "";
        margin-right: 0px;
    }
    #footer-nav li a{
        font-size: 100%;
    }
}