
/* icon libraries */
@import url("../css/fugue-sprite/fugue-sprite-5d837b9eb5.css");


/* General Typography */

.page-header { margin-top: 30px; padding-bottom: 10px; }
.post-header { margin-top: 15px; padding-bottom: 5px; border-bottom: 1px solid #ccc; }
.post-header h2 { line-height: 28px;} 
	
p small { color: #888 !important; }

h1, h2, h3, h4, h5, h2 a, h3 a, h4 a, h2 a:hover, h3 a:hover, h4 a:hover { color:  #294E75; }
.hero-unit h1 { color: #333; }

h2 { letter-spacing: -1px; }
h3 { margin-bottom: 4px; }
h4 { margin-bottom: 4px; }

h2 small { letter-spacing: 0px; }

p { margin: 0 0 15px; line-height: 18.5px;}

blockquote { border-left: 0px solid #fff; margin-left: 0px; border-top: 3px solid #555; border-bottom: 3px solid #555; padding: 10px 12px 12px; margin-top: 12px; margin-bottom: 12px;}
blockquote p { line-height: 20px; font-size: 18px; font-weight: 500; }

dd { margin-left: 0px; margin-bottom: 6px; }
dl { margin-top: 0; }


/* Updates to bootstrap grid */


.offset0-25 { margin-left: 40px; }
.offset0-5 { margin-left: 60px; }
.offset0-75 { margin-left: 80px; }
.offset1 {margin-left: 100px; }
.span0-5 {width: 20px; }
.span1-5 { width: 100px; }
.span2-5 { width: 180px; }
.span3-5 { width: 260px; }
.span4-5 { width: 340px; }
.span5-5 { width: 420px; }
.span6-5 { width: 500px; }
.span7-5 { width: 580px; }
.span8-5 { width: 660px; }
.span9-5 { width: 740px; }
.span10-5 { width: 820px; }
.span11-5 { width: 900px; }


/* General classes */


.block {display: block; }
.hidden {display: none; }
.padding5 { padding: 5px; }
.padding10px { padding: 10px; }
.padding15px { padding: 15px; }
.padding20px { padding: 20px; }
.padding-left5px {padding-left: 5px; }
.padding-left10px {padding-left: 10px; }
.padding-left20px {padding-left: 20px; }
.padding-right5px {padding-right: 5px; }
.padding-right10px {padding-right: 10px; }
.padding-right20px {padding-right: 20px; }
.padding-top5px {padding-top: 5px; }
.padding-top10px {padding-top: 10px; }
.padding-top20px {padding-top: 20px; }
.padding-bottom5px {padding-bottom: 5px; }
.padding-bottom10px {padding-bottom: 10px; }
.padding-bottom20px {padding-bottom: 20px; }
.margin-bottom0px { margin-bottom: 0px; }
.margin-bottom5px { margin-bottom: 5px; }
.margin-bottom10px { margin-bottom: 10px; }
.margin-bottom20px {margin-bottom: 20px; }
.margin-right5px { margin-right: 5px; }
.margin-right10px { margin-right: 10px; }
.margin-right20px { margin-right: 20px; }
.margin-top5px { margin-top: 5px; }
.margin-top10px { margin-top: 10px; }
.margin-top20px {  margin-top: 20px; }
.margin-left5px { margin-left: 5px; }
.margin-left10px { margin-left: 10px; }
.margin-left20px { margin-left: 20px; }
.padded-list { padding: 8px 15px 3px; }
.padded-list li { margin-bottom: 15px; }
.inline { display: inline !important; }
.last { margin-right: 0px !important; }
.opacity0-5 { opacity: 0.5 }
.opacity0-25 { opacity: 0.25 }
.center { text-align: center; }
.clearfix {clear: both; }
.float-left { float: left; }
.align-left {text-align: left !important; }
.align-right { text-align: right !important; }
.caps { text-transform: uppercase; }
.strong { font-weight: bold; }
.relative { position: relative; }
.hoverable:hover { cursor: pointer; }
.bordered { border: 1px solid #ccc; }
.rounded8px {border-radius: 10px; }
.rounded8px {border-radius: 8px; }
.rounded6px {border-radius: 6px; }
.rounded4px {border-radius: 4px; }
.rounded2px {border-radius: 2px; }

.signed-link { font-weight: bold; color: #294E75; font-size: 13px; letter-spacing: -0.1px; background: url(../imgMain/blue-right-arrow.png) no-repeat right center transparent; padding-right: 12px; cursor: pointer;}
.signed-link-white { background: url(../imgMain/white-right-arrow.png) no-repeat right 7px transparent; padding-right: 15px; cursor: pointer;}

.shaded { background-color: #f5f5f5; }
.shaded-lightblue { background-color: #F2F7FA; } 
.shaded-green { background: #eaffd7; }
.shaded-yellow { background: #ffffe1; }
.light-top { background-image: url(../imgMain/100pcwhite.png); background-repeat: repeat-x; }

.lift {box-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
.accessible-text { text-indent: -9999px; }

.inverse { background: #05192d; color: #fff; padding-left: 0.3em; padding-right: 0.3em; }
.highlight { background: #FFFFC0; padding-left: 0.3em; padding-right: 0.3em; }





ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;    
}

ul.nav li.dropdown.no-hover:hover ul.dropdown-menu{
    display: none !important;    
}

ul.nav li.dropdown.no-hover.open ul.dropdown-menu { 
    display: block !important;    
}


a.menu:after, .dropdown-toggle:after {
    content: none;
}

.navbar .dropdown-menu {
 margin-top: 20px;
 top: 37px;
}

.nav .dropdown-menu {
    border-radius: 4px 4px 4px 4px;
}

.navbar .dropdown-menu:after { display: none; }

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	background-color: #042b50;
}


.caret-white {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #FFFFFF;
    content: "";
    display: inline-block;
    height: 0;
    opacity: 0.3;
    vertical-align: top;
    width: 0;
}

/* fix to bootstrap buttons in nav */
.nav > li > .btn:hover {
    background-color: auto !important;
}


	
/* Icons */

.icon-headset { background-image: url(../imgMain/headset.png); width: 16px; height: 19px; background-position: 0 0; }

[class^="icon16-"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

[class^="icon24-"] {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

.icon16-help { background-image: url(../imgMain/help16.png);  }
.icon16-info { background-image: url(../img/information16-872047c0c1.png) ; }
.icon16-calendar { background-image: url(../imgMain/calendar16.png); }
.icon16-tick { background-image: url(../imgMain/tick16.png); } 
.icon16-feed { background-image: url(../imgMain/feed16.png); } 
.icon16-archives { background-image: url(../imgMain/archives16.png); } 




/* popovers */

.popover-inner {
  padding: 3px;
  width: 280px;
  overflow: hidden;
  background: #294E75;
  background: rgba(41,78,117, 0.8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
}

.popover-title {
  padding: 8px 15px 6px;
  margin:0px;
  line-height: 22px;
  }
  
.popover.left .arrow {
  top: 50%;
  right: -2px;
  margin-top: -7px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #294E75;
}

.popover.right .arrow {
  top: 50%;
  left: -2px;
  margin-top: -7px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #294E75;
}

.popover-content {
  margin: 0;
  padding: 8px 14px 10px; 
  }



/* Buttons - this extends and overrides where necessary the bootstrap buttons */

.btn {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(0, 0, 0, 0.3);
}

.btn-large { font-size: 18px; padding: 7px 18px; }
.btn-medium {font-size: 15px; padding: 6px 12px; }

/* End of Buttons */







/* Date picker Component */

.datepicker {
  background-color: white;
  border-color: #999;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  -o-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  background-clip: padding-box;
  display: none;
  position: absolute;
  padding-bottom: 4px;
  width: 218px;
  z-index: 10000;
  overflow: auto;
}
.datepicker .nav {
  font-weight: bold;
  width: 100%;
  padding: 4px 0;
  background-color: #f5f5f5;
  color: #777777;
  border-bottom: 1px solid #ddd;
  -moz-box-shadow: inset 0 1px 0 white;
  -webkit-box-shadow: inset 0 1px 0 white;
  -o-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  overflow: hidden;
  margin-bottom: 0px;
  *zoom: 1;
}
.datepicker .nav span {
  display: block;
  float: left;
  text-align: center;
  height: 20px;
  line-height: 20px;
  position: relative;
}
.datepicker .nav .bg {
  width: 100%;
  background-color: #fdf5d9;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.datepicker .nav .fg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.datepicker .button {
  cursor: pointer;
  padding: 0 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.datepicker .button:hover {
  background-color: #e5e5e5;
  color: white;
}
.datepicker .months {
  float: left;
  margin-left: 4px;
}
.datepicker .months .name {
  width: 72px;
  padding: 0;
}
.datepicker .years {
  float: right;
  margin-right: 4px;
}
.datepicker .years .name {
  width: 36px;
  padding: 0;
}
.datepicker .dow, .datepicker .days div {
  float: left;
  width: 30px;
  line-height: 1.9em;
  text-align: center;
  width: 14%;
}
.datepicker .dow {
  font-weight: bold;
  color: #777777;
}
.datepicker .calendar {
  padding: 4px;
}
.datepicker .days {
  clear: left;
}
.datepicker .days div {
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.datepicker .days div:hover {
  background-color: #339bb9;
  color: white;
}
.datepicker .overlap {
  color: #cccccc;
}
.datepicker .today {
  background-color: #fee9cc;
}
.datepicker .selected {
  background-color: #cccccc;
  color: white;
}

.datepicker i {
	opacity: 0.3;
}

.calendar-input { background-image: url(../imgMain/calendar-input.png); background-position: right center; background-repeat: no-repeat; padding-right: 36px;}

/* End of datepicker component */






