
/*------------ Global style ------------*/
body { background: #fff; color: #505050; font-size: 12px; font-family: Helvetica, Arial, sans-serif; }

h1, h2, h3 { font-weight: bold !important; color: #00152E !important; padding: 0; margin: 0;}

h3,h4,h5,h6 { font-weight: normal; color: #1d3e71; padding: 0; margin: 0; }

h1 { font-size: 2.3em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.7em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; font-weight: bold; }
p { margin: 0; }
a { color: #012169 }
a[href^="mailto:"] {
    padding: 0 0 0 15px;
    background: transparent url(/idp/duq/img/icon_mailto.gif) left 50% no-repeat;
}
a:link, a:visited { /* color: #ba0c2f; text-decoration: none; */ }
a:hover, a:active { color: #ba0c2f !important; text-decoration: none; cursor: pointer;}
a:focus { outline: none; }

ol { padding: 0 0 0 20px; }

ul { list-style: none; padding: 0;}
ul li { margin-bottom: 25px;}

img[align=left] { float: left; }
img[align=right] { float: right; }
table td > img { padding: 5px; }
table td img[align=left] { padding: 5px 5px 5px 0; }
table td img[align=right] { padding: 5px 0 5px 5px; }

table, tbody, tr, td, th { border-color: #000; }

iframe,
object,
video { max-width: 100%; }

.social.icon:hover { opacity: 0.8; filter: alpha(opacity=80); }

.hide-text { text-indent: 100%; white-space: nowrap; overflow: hidden; }

a.more { font-weight: bold; }

.box-model * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;	
}

.globalNoscript { background: url("../img/icon_alert.png") no-repeat scroll 8px center #FFFFBD; border: 1px solid #000000; color: #000000; font-size: 1.2em; line-height: 1.4em; padding: 8px 12px 8px 50px; text-align: left; }

form { 
	/*display: table;*/ 
	border-collapse:collapse; 
}
form label { }
form br.clearfix { padding: 0; margin: 0; display: inline; }
input[type='text'] { font-size: 12px; color: #16273e; padding: 3px 3px 3px 7px; }
input[type='checkbox'], input[type='radio'] { margin-right: 4px; }
input.searchbtn {
	border: none;
	background: #295daa  8px 7px no-repeat;
	padding: 5px 25px 5px 25px;
	color: #FFF;
	font-size: 16px;
}

/*----------------- Header ------------------*/
#header .topRedBar{
  position:absolute;
  top:0px;
  left:0px;
  height:40px;
  width:100%;
  background-color:#ba0c2f;
}

#header #main-nav { 
	height: 66px;
	width: 100%; 
	clear: both; 
	overflow: visible; 
	position: relative; 
	display: block;
	margin:0 auto;
	max-width:1200px;
	padding: 12px 0 0 15px;
}
#header #main-nav .nav-container { width: 960px; margin: 0 auto; }

#header #breadcrumbs { 
	height: 15px;
	padding-bottom: 3px; 
	position: relative; 
	margin-top: 4px; 
}
#header #topRedBar{
	height: 30px;
	position: relative; 
	background-color:#ba0c2f;
}

#header #topLogo{
	box-shadow: 3px 0 10px 2px #ccc;
}

#header #breadcrumbs .inner-container { margin: 0 auto; max-width:1200px; padding: 5px 0 0 15px; }
#header #breadcrumbs span { color: #ba0c2f; font-size: 15px; font-weight: bold}
#header #breadcrumbs span.seperator { }
 #silverBorder {
	width: 100%;
    position: absolute;
    background-color: #ccc;
    padding: 2px;
}

#securityNotice p { text-align:justify; }

#securityNotice ul {
	list-style: disc;
	padding: 0 0 0 20px;
	
}
#securityNotice ul li{
	margin-bottom: 0px;
}

/*----------------- Footer ------------------*/
footer#dori-footer{
	background-image: none;
	font-size: 13px;
	margin-top: 50px; 
	color: #012169;
}

.footerItems{
	margin:0 auto;
	max-width:1200px;
}

.footerItems .col-sm-4{
	float:left;
}

footer#dori-footer a{
	color: #012169;
}

span#redborder{
	width: 100%;
	margin-top: -8px;
	position: absolute;
	background-color: #A32538;
	padding: 4px;
}

.bullet.red {
    background-color: #ba0c2f;
}

.bullet {
    border-radius: 4px;
    display: inline-block;
    height: 4px;
    margin: 0 0.5em 0.25em;
    width: 4px;
}

div.ft-center{
	text-align:center;	
}

div.ft-right a {
	font-size:1.5em; 
    font-family: "proxima-nova",Helvetica,Arial,sans-serif;
    line-height: 1em;
    max-width: 200px;
}

div.ft-right a:hover {
	text-decoration: none;
}

.ft-hide{
	display: none;
}

.steeple {
    height:190px;
}

div.ft-right .the-steeple {
    position: absolute;
    width: 123px;
    height: 189px;
    background-image: url(/idp/duq/img/steeple.png);
    bottom: 0;
    right: 10px;
}

.steepleText {
	display: inline-block;
	padding-right:20px; 
}

/*----------------- Mobile view ------------------*/
@media only screen and (max-width:1030px){

	.steepleText{
		max-width:250px;
	}

}

@media only screen and (max-width:768px){

	#header #breadcrumbs span {
		font-size: 13px;
	}
	
 	.footerItems .col-sm-4{
		width: 100%;
		 text-align:center; 
	} 
	
	.steepleText {
		max-width:230px;
		padding-right:0;
	}
	
	div.ft-center, div.ft-right {
		margin-top:20px;
	}
	
}

@media only screen and(max-width:425px){
	#header #breadcrumbs span {
		font-size: 13px;
	}
	
	.footerItems .col-sm-4{
		width: 100%;
		text-align:center;
	}
	.steepleText{
	    max-width:230px;
	    padding-right:0;
	}
	
	div.ft-right {
		margin-top:20px;
	}

}












