




body {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}

p {
	line-height: 145%;
	margin: 0 0 10px;
	font-weight: 300;
	
}

h1, h2, h3, h4, h5, h6 {
	color: #2E4A74 !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

h1 {
	font-size: 28px !important;
	margin: 0 0 15px;
	font-weight: normal;
}

h2 {
	font-size: 22px !important;
	margin: 0 0 25px;
	font-weight: normal;
}

h3 {
	font-size: 15px !important;
	margin: 0 0 15px;
	font-weight: normal;
}


h4, h5, h6 {
	margin: 5px 0 5px;
	font-weight: bold;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {}

a.anchor {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}

@media screen and (min-width: 768px)
.jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
}
.jumbotron {
    padding-top: 50px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #fff;
}

.jumbotron p {
    font-size: 16px !important;
}

@media screen and (min-width: 768px)
.irplus-footer {
    padding-top: 48px;
    padding-bottom: 0px;
}
.irplus-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0px;
    color: inherit;
    background-color: #ccc;
    color: #000;
    text-align: center;
}

.navbar {
background-color: #fff;
padding-top: 15px;
padding-bottom: 5px;
font-size: 16px;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
}

.navbar-toggle {
background-color: #ddd;
}

.navbar-toggle .icon-bar {
background-color: #fff;
}

.navbar-nav > li > a {
text-transform: uppercase;
}

.navbar-nav > li > a:hover:after {
    width: 100%;
}

.navbar-nav > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    border-bottom: 2px solid #0095d9;
    transition: 0.4s;
}

.navbar-brand {
height: 0px !important;
padding: 0 0 !important;
}