@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/**************************************************/

h1{
    font:normal 36pt "Inter", sans-serif;
}
h2{
	font:normal 24pt "Inter", sans-serif;
}
h3{
	font:normal 12pt "Inter", sans-serif;
}
p, div{
    font:normal 10pt "Inter", sans-serif;
}


ul, ol
{
	list-style-image: url('../images/haverly-bullet.png');
}

.box > ul, .news > ul
{
	padding-left: 0;
	list-style-image: none;
	list-style-type: none;
}

.box > ul > li, .news > ul > li
{
	padding-bottom: 10px;
}

html{
    margin:0;
    overflow:-moz-scrollbars-vertical;
    overflow-y:scroll;
}

body{
    margin:0;
	font:12px/16px "Inter", sans-serif;
}

a, a:active{
    font: normal "Inter", sans-serif;
    color: #00B4F0;
    outline: none;
    text-decoration: none;
    transition: all 250ms;
}
a:hover{
    color: #0A6EB0;
    font-weight: bold;
    text-decoration: none;
}

a img{
    border: none;
}
a img:hover{
    filter: alpha(opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
}
p.list{
	padding-left: 15px;
	margin: 5px 0;
	background: url(../images/bullet.jpg) left 5px no-repeat;
}
/******************************* MISC *************************/
.page-header,.index-header{
    background: #142870;
    padding: 72px;
    color: #FFFFFF;
}
.page-header h1,.index-header h1{
    margin: 0px;
    font-weight: 300;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
.clearfix {
	clear:both;
}
.col-litegray{color:#CCC !important;}

.m0{margin:0 !important;}
.mt2{margin-top:10px !important;}
.mt3{margin-top:15px !important;}
/**/
.but{
	display:block;
	background:#dcdcdc url(../images/btn_bg.jpg) right top no-repeat;
	padding:0 28px 0 14px;
	color:#3b5aa8;
	border:none;
	cursor:pointer;
	height:24px;
	font:13px/24px "Lucida Sans Unicode", "Lucida Grande", sans-serif!important;
	}
.but:hover{
	text-decoration:none;
	color:#000;
}
.more{
	width:35px;
	}
.submit{
	width:77px;
	height:25px;
	}
	
.pull-right {
        float: right;
}
.pull-left {
        float: left;
}

