/*

OLD ZEN STUFF, MOVED TO layout.scss

@import "zen";

$zen-column-count: 9;
$zen-gutter-width: 20px;
$zen-grid-width: 1600px;

.container {
 @include zen-grid-container; // Apply this mixin to the container.
}

.content {
 @include zen-grid-item(9, 1); // Make this grid item span 4 columns. // Position this grid item in the 3rd column.
}

.footer1 {
 @include zen-clear(); // Apply this mixin to start a new row.
 @include zen-grid-item(6, 3);
}
.footer2 {
 @include zen-grid-item(9, 1);
}  
 
.sidebars {
 @include zen-grid-item(12, 3);
}  
 */
/* import mixins */
/* SOME VARIABLES */
/* TO BE MOVED TO THE SASS FILE! */
/* line 45, ../sass/uia2013.scss */
div.graph_caption {
  font-size: .8em;
  color: #666;
  max-width: 600px;
  margin: -15px auto 0 auto;
  text-align: center;
}

/*  Some TWEAKS ON THE OPEN CAL/YB SEARCH */
/* line 51, ../sass/uia2013.scss */
#edit-submit-arev-cal, #edit-submit-yearbook-working {
  margin-top: 15px !important;
}


/* FOOTABLE OVERRIDES */

.footable {
	border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border: solid #ccc 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  color: #444;
}

.footable {border-collapse:collapse !important;}

.footable > thead > tr > th, .footable > thead > tr > td {
 /* background-color: #dce9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
  background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: linear-gradient(to bottom, #ebf3fc, #dce9f9);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  /* box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; */
  border-top: none !important;
  text-shadow: none !important;
   font-family: "brandon grotesque", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif !important;
   font-size:15px;
  
}

.footable > thead > tr:first-child > th.footable-first-column, .footable > thead > tr:first-child > td.footable-first-column {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.footable > thead > tr:first-child > th.footable-last-column, .footable > thead > tr:first-child > td.footable-last-column {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.footable > thead > tr:first-child > th.footable-first-column.footable-last-column, .footable > thead > tr:first-child > td.footable-first-column.footable-last-column {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}


table.footable th {background:#369 !important;color:#fff !important;}


/* line 57, ../sass/uia2013.scss */
#icco_table, table.footable {
  width: 100% !important;
}

/* line 61, ../sass/uia2013.scss */
#icco_table, table.footable td, #ybio_table, table.footable td {
  padding: 7px !important;
}

/* line 65, ../sass/uia2013.scss */
#icco_table, table.footable tr.even, #ybio_table, table.footable tr.even {
  background-color: #eee !important;
}

/* line 69, ../sass/uia2013.scss */
#icco_table, table.footable tr.odd, #ybio_table, table.footable tr.odd {
  background-color: #dedede !important;
}

/* line 73, ../sass/uia2013.scss */
#ybio_table, table.footable {
  width: 100% !important;
}

/* line 77, ../sass/uia2013.scss */
#ybio_table, table.footable td.views-field-name-en {
  width: 70% !important;
}

/* line 81, ../sass/uia2013.scss */
#ybio_table, table.footable td.views-field-addcity-1-en {
  width: 8% !important;
}

/* line 85, ../sass/uia2013.scss */
#ybio_table, table.footable td.views-field-abbr-en {
  width: 8% !important;
}

/* line 89, ../sass/uia2013.scss */
#ybio_table, table.footable td.views-field-birthyear {
  width: 6% !important;
}

/* line 92, ../sass/uia2013.scss */
#ybio_table, table.footable td.views-field-addpays-1-en {
  width: 8% !important;
}

/* ICCO Calender Styling */
/* line 103, ../sass/uia2013.scss */
table tr.icco_result_row {
  padding: 7px;
}

/* line 104, ../sass/uia2013.scss */
h3.calrowtitle {
  margin-top: 20px;
}

/* line 107, ../sass/uia2013.scss */
div#icco_now h4.pane-title {
  font-size: 21px;
}

/* YBIO Styling */
/* line 112, ../sass/uia2013.scss */
table tr.icco_result_row {
  padding: 7px 15px;
}

/* line 113, ../sass/uia2013.scss */
h3.calrowtitle {
  margin-top: 20px;
}

/* line 116, ../sass/uia2013.scss */
div#icco_now h4.pane-title {
  font-size: 21px;
}

/* line 120, ../sass/uia2013.scss */
.views-table td, table.footable-first-column td {
  padding: 2px !important;
}
/* line 121, ../sass/uia2013.scss */
.views-table th, table.footable-first-column th {
  padding: 5px !important;
}

/* line 125, ../sass/uia2013.scss */
div.view-display-id-page_2 .icco-date {
  font-weight: bold !important;
}
/* line 126, ../sass/uia2013.scss */
div.view-display-id-page_2 td {
  vertical-align: top;
  padding: 12px;
  margin-top: 10px;
  width: 25%;
}

/* line 129, ../sass/uia2013.scss */
div.views-savedsearches-container {
  float: right !important;
  /*margin-top:-120px;*/
  line-height: 100% !important;
}

/* line 137, ../sass/uia2013.scss */
div.views-widget button.ui-multiselect {
  width: 250px !important;
}

/* line 144, ../sass/uia2013.scss */
div.views-widget-filter-secondary {
  clear: left !important;
}

/* line 147, ../sass/uia2013.scss */
div.views-savedsearches-list-ahah {
  margin: 0 !important;
}

/* line 152, ../sass/uia2013.scss */
form#views-savedsearches-save-search-form div.form-type-textfield {
  margin: 0 !important;
}

/* RANDOM CORRECTIONS */
/* line 161, ../sass/uia2013.scss */
div.pane-block-80 {
  clear: left;
}

/* line 164, ../sass/uia2013.scss */
div.region-newsblock div.view-footer {
  color: #888 !important;
}

/* line 167, ../sass/uia2013.scss */
div.pane-content li {
  font-size: 12px;
  line-height: 140% !important;
  margin-bottom: 2px;
}

/* line 169, ../sass/uia2013.scss */
div.field-body li {
  line-height: 140% !important;
  margin-bottom: 2px;
}

/* line 171, ../sass/uia2013.scss */
body.front div.field-body li {
  color: #CCC;
}

/* line 173, ../sass/uia2013.scss */
ul#dashboardrights li {
  margin: 10px 0px !important;
  margin-bottom: 10px;
}

/* line 175, ../sass/uia2013.scss */
#homebox .homebox-portlet .portlet-header {
  background: #047;
  color: #fff;
  padding: 10px;
}

/* line 176, ../sass/uia2013.scss */
#homebox .portlet-content {
  padding: 10px !important;
}

/* line 178, ../sass/uia2013.scss */
table.yb_faq td {
  padding: 0 20px 0 10px;
}

/* line 181, ../sass/uia2013.scss */
div.his_date {
  width: 50px;
  color: #025;
  font-weight: bold;
  float: left;
}

/* line 182, ../sass/uia2013.scss */
div.his_date:after {
  content: ': ';
}

/* line 183, ../sass/uia2013.scss */
div.his_content {
  margin-bottom: 10px;
}

/* HIDE BREADCRUMBS */
/* line 186, ../sass/uia2013.scss */
nav.breadcrumb {
  display: none;
}

/* Sidebars */
/* line 193, ../sass/uia2013.scss */
section.sidebar li {
  margin: 5px 0;
}

/* line 196, ../sass/uia2013.scss */
span.temp_note {
  color: #666;
  font-size: 11px;
}

/* ADD FANCY FONT TO A FEW SUBTITLES */
/* line 200, ../sass/uia2013.scss */
div#newsheader h3 {
  font-family: "brandon-grotesque", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
}

/* line 204, ../sass/uia2013.scss */
div#block-block-106 h4.block-title, div#block-block-105 h4.block-title, div#block-block-84 h4.block-title, h4.home-title {
  font-family: "brandon-grotesque", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  color: #047;
  font-size: 19px;
  font-weight: normal;
}

/* line 208, ../sass/uia2013.scss */
div#content_home div.field-body h3 {
  font-family: "brandon-grotesque", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  color: #047;
  font-size: 19px;
  font-weight: normal;
}

/* Our Work Block */
/* line 214, ../sass/uia2013.scss */
ul#knownfor {
  list-style-type: circle;
  margin-left: 0;
  padding-left: 15px;
}

/* line 218, ../sass/uia2013.scss */
ul#knownfor li {
  margin-left: none;
}

/* line 222, ../sass/uia2013.scss */
ul#knownfor li em {
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  line-height: 130%;
}

/* line 226, ../sass/uia2013.scss */
ul#knownfor li cite {
  font-style: normal;
}

/* Yearbook and Cal Grid table rows */
/* line 234, ../sass/uia2013.scss */
ul.three_col_list {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 238, ../sass/uia2013.scss */
ul.yblist, yb-featureslist {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* line 240, ../sass/uia2013.scss */
ul.yblist li.views-row-odd, yb-featureslist li.views-row-odd {
  clear: left !important;
}
/* line 245, ../sass/uia2013.scss */
ul.yblist h2.fieldcontent, yb-featureslist h2.fieldcontent {
  margin: 0 !important;
  padding: 0 !important;
}

/* line 248, ../sass/uia2013.scss */
div.field-content {
  line-height: 140%;
}
/* line 249, ../sass/uia2013.scss */
div.field-content ul {
  margin-top: 3px !important;
  padding: 6px !important;
}
/* line 253, ../sass/uia2013.scss */
div.field-content li {
  margin-bottom: 3px;
  margin-left: 10px;
}

/* line 260, ../sass/uia2013.scss */
div.view-footer h3, footer h3 {
  font-size: 13px;
  color: #444;
}
/* line 263, ../sass/uia2013.scss */
div.view-footer p, footer p {
  font-size: 11px;
  color: #444;
}

/*  ROUND TABLE STYLING */
/* line 270, ../sass/uia2013.scss */
img.rt_sponsor_gold {
  width: 120px;
}

/* line 271, ../sass/uia2013.scss */
img.rt_sponsor_plat {
  height: 58px;
}

/*  MEGA MENU STYLING */
/* line 277, ../sass/uia2013.scss */
.megamenu-menu {
  line-height: 250% !important;
  margin-top: -11px;
}

/* line 279, ../sass/uia2013.scss */
.megamenu-menu ul li ul {
  line-height: 120% !important;
  z-index: 20 !important;
}

/* line 281, ../sass/uia2013.scss */
div#nav-1 {
  display: inline !important;
}

/* line 284, ../sass/uia2013.scss */
div.region-navigation {
  margin-bottom: 11px !important;
}

/* line 286, ../sass/uia2013.scss */
ul#megamenu-main-menu {
  height: none !important;
}

/* line 290, ../sass/uia2013.scss */
div#block-megamenu-main-menu, div.pane-megamenu-menu-yb-user-guide-menu {
  width: 90%;
  height: none;
  display: inline-block;
  background-color: #036;
  margin: 0;
  padding: 0;
}
/* line 296, ../sass/uia2013.scss */
div#block-megamenu-main-menu h3, div.pane-megamenu-menu-yb-user-guide-menu h3 {
  background: none;
  text-align: left;
  margin-top: 4px;
  color: #BFCCD9;
  font-weight: bold !important;
  text-transform: none;
  margin-left: 10px;
}
/* line 303, ../sass/uia2013.scss */
div#block-megamenu-main-menu ul, div.pane-megamenu-menu-yb-user-guide-menu ul {
  background-color: #036 !important;
  padding: 0 !important;
  float: left;
  margin-left: 20px;
  height: none;
}
/* line 306, ../sass/uia2013.scss */
div#block-megamenu-main-menu ul li, div.pane-megamenu-menu-yb-user-guide-menu ul li {
  background-color: #036 !important;
  border: 0;
  padding: 5px 8px;
}
/* line 309, ../sass/uia2013.scss */
div#block-megamenu-main-menu h2 a, div.pane-megamenu-menu-yb-user-guide-menu h2 a {
  color: #fff;
  margin-top: 3px;
  text-transform: Capitalize;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px !important;
  font-weight: normal;
  white-space: no-wrap;
}
/* line 311, ../sass/uia2013.scss */
div#block-megamenu-main-menu h2 a:hover, div.pane-megamenu-menu-yb-user-guide-menu h2 a:hover {
  color: #BFCCD9;
  text-decoration: underline;
}
/* line 315, ../sass/uia2013.scss */
div#block-megamenu-main-menu ul li ul, div.pane-megamenu-menu-yb-user-guide-menu ul li ul {
  list-style-type: none;
  margin-top: 0;
  border: 0;
  background-color: #047;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px !important;
  margin-left: 10px;
  padding-left: 0;
}
/* line 319, ../sass/uia2013.scss */
div#block-megamenu-main-menu ul li ul a, div.pane-megamenu-menu-yb-user-guide-menu ul li ul a {
  font-size: 13px !important;
}
/* line 323, ../sass/uia2013.scss */
div#block-megamenu-main-menu ul li ul li, div.pane-megamenu-menu-yb-user-guide-menu ul li ul li {
  margin-left: 0;
  padding-left: 0;
  background: transparent;
}
/* line 331, ../sass/uia2013.scss */
div#block-megamenu-main-menu li.megamenu-slot, div.pane-megamenu-menu-yb-user-guide-menu li.megamenu-slot {
  background: transparent !important;
}
/* line 334, ../sass/uia2013.scss */
div#block-megamenu-main-menu li.megamenu-slot ul li, div.pane-megamenu-menu-yb-user-guide-menu li.megamenu-slot ul li{
  margin-left: 10px;
}
/* line 338, ../sass/uia2013.scss */
div#block-megamenu-main-menu h3.megamenu-slot-title a, div#block-megamenu-main-menu h3.megamenu-slot-title a:visited, div.pane-megamenu-menu-yb-user-guide-menu  h3.megamenu-slot-title a, div.pane-megamenu-menu-yb-user-guide-menu  h3.megamenu-slot-title a:visited {
  background: none;
  font-variant: normal;
  text-transform: capitalize;
  text-decoration: underline !important;
  color: #BFCCD9;
}
/* line 345, ../sass/uia2013.scss */
div#block-megamenu-main-menu h3.megamenu-slot-title a:hover, div#block-megamenu-main-menu h3.megamenu-slot-title a:visited:hover, div.pane-megamenu-menu-yb-user-guide-menu  h3.megamenu-slot-title a:hover, div.pane-megamenu-menu-yb-user-guide-menu  h3.megamenu-slot-title a:visited:hover {
  color: #fff;
  background:transparent !important;
}

div.pane-megamenu-menu-yb-user-guide-menu h3.megamenu-slot-title, div.pane-megamenu-menu-yb-user-guide-menu  h3.megamenu-slot-title {
  color: #fff;
  background:transparent !important;
}
/* line 350, ../sass/uia2013.scss */
div#block-megamenu-main-menu ul.megamenu-items, div.pane-megamenu-menu-yb-user-guide-menu  ul.megamenu-items{
  border: 0;
  background: transparent !important;
  color: #fff;
  text-align: left;
  text-transform: Capitalize;
}
/* line 354, ../sass/uia2013.scss */
div#block-megamenu-main-menu ul.megamenu-items a, div#block-megamenu-main-menu ul.megamenu-items a:visited, div.pane-megamenu-menu-yb-user-guide-menu  ul.megamenu-items a, div.pane-megamenu-menu-yb-user-guide-menu  ul.megamenu-items a:visited {
  background: transparent;
  font-variant: normal;
  text-transform: none;
  font-weight: normal;
  text-decoration: underline !important;
  color: #fff;
}
/* line 357, ../sass/uia2013.scss */
div#block-megamenu-main-menu ul.megamenu-items li, div.pane-megamenu-menu-yb-user-guide-menu  ul.megamenu-items li,{
  background: transparent !important;
}
/* line 361, ../sass/uia2013.scss */
div#block-megamenu-main-menu ul.megamenu-items a:hover, div#block-megamenu-main-menu ul.megamenu-items a:visited:hover {
  color: #BFCCD9;
  text-decoration: underline;
}

/* line 369, ../sass/uia2013.scss */
.megamenu-skin-minimal .megamenu-bin {
  background-color: #036;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 379, ../sass/uia2013.scss */
ul#nice-menu-0 {
  padding: 0 !important;
  float: left;
  margin-left: 20px;
}
/* line 381, ../sass/uia2013.scss */
ul#nice-menu-0 li {
  background-color: #036 !important;
  border: 0;
  padding: 7px 1px;
}

/* line 384, ../sass/uia2013.scss */
ul#nice-menu-0 a {
  color: #fff;
  font-variant: small-caps;
  margin-top: 3px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px !important;
}

/* line 386, ../sass/uia2013.scss */
ul#nice-menu-0 a:hover {
  color: #BFCCD9;
}

/* line 389, ../sass/uia2013.scss */
h2.newslinktitle {
  margin-top: 20px;
}

h2.newslink {
  margin-top: 0px;
}

/* line 393, ../sass/uia2013.scss */
div.othernewshead {
  float: right;
  padding: 10px;
  margin: 10px;
  border-left: 1px solid #333;
  width: 150px;
}

/* line 397, ../sass/uia2013.scss */
a#onewshelp {
  font-size: 11px;
}

/* line 402, ../sass/uia2013.scss */
div.newsrow {
  margin-bottom: 25px;
}

/* line 406, ../sass/uia2013.scss */
span.newsdate {
  font-size: 11px;
  color: #666;
}

/* line 412, ../sass/uia2013.scss */
body {
  color: #010101;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  color: #111;
  line-height: 120%;
  border-top: 32px solid #036;
}

/* line 417, ../sass/uia2013.scss */
#page {
  border: 0px solid green;
  margin: 0 auto;
  text-align: left;
}

/* line 419, ../sass/uia2013.scss */
#container {
  margin-top: -32px;
}

/* line 422, ../sass/uia2013.scss */
div#logoleft {
  width: 150px;
  height: 110px;
  text-align: center;
  float: left;
  margin-top: -22px;
  background: url("/sites/all/themes/uia2013/images/design/uialogo2013new.png") no-repeat center top;
  z-index: -999999 !important;
}

/* line 425, ../sass/uia2013.scss */
div#logoleft:hover {
  width: 150px;
  height: 110px;
  text-align: center;
  float: left;
  margin-top: -22px;
  background: url("/sites/all/themes/uia2013/images/design/uialogo2013new.png") no-repeat center -110px;
}

/* line 428, ../sass/uia2013.scss */
a.uialogo {
  display: block;
  text-indent: -9999px;
  width: 150px;
  height: 110px;
}

/* line 436, ../sass/uia2013.scss */
a#homelink:hover, a#homelink:visited:hover {
  color: #016699 !important;
}

/* line 439, ../sass/uia2013.scss */
h1#site-name {
  margin-top: 31px;
  margin-left: 20px;
  font-size: 20px;
  float: left;
  font-weight: normal;
  color: #111;
  font-family: "brandon-grotesque", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

/* line 442, ../sass/uia2013.scss */
h1#site-name a, h1#site-name a:visited {
  color: #111 !important;
  margin-top: 30px !important;
  font-weight: bold;
  font-family: "brandon-grotesque", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

/* line 444, ../sass/uia2013.scss */
h1#site-name a:hover, h1#site-name a:visited:hover {
  color: #016699 !important;
  margin-top: 30px !important;
  text-decoration: none;
  font-family: "brandon-grotesque", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

/* line 446, ../sass/uia2013.scss */
div#uiashort {
  display: none;
  margin-top: 16px !important;
  margin-left: 6px;
}
/* line 448, ../sass/uia2013.scss */
div#uiashort a {
  line-height: 130%;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-family: "brandon-grotesque", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 453, ../sass/uia2013.scss */
p {
  font-size: 13px;
  color: #333;
  line-height: 150%;
  margin: 6px 0;
}

/* line 457, ../sass/uia2013.scss */
h1 {
  font-size: 22px;
  margin: 3px 0;
  color: #025;
}
/* line 458, ../sass/uia2013.scss */
h1 a {
  color: #000;
}
/* line 459, ../sass/uia2013.scss */
h1 a span {
  color: #000;
}
/* line 462, ../sass/uia2013.scss */
h1 a:hover {
  color: #000;
}
/* line 463, ../sass/uia2013.scss */
h1 a:hover span {
  color: #444;
}

/* line 468, ../sass/uia2013.scss */
a, a:visited {
  color: #147;
  text-decoration: underline;
}

/* line 469, ../sass/uia2013.scss */
a:hover, a:visited:hover {
  color: #999;
  text-decoration: none;
}

/* line 471, ../sass/uia2013.scss */
header p {
  color: #036;
}

/* line 473, ../sass/uia2013.scss */
h2 {
  font-size: 18px;
  margin: 3px 0;
  line-height: 130%;
  color: #333;
  font-weight: bold;
}

/* line 476, ../sass/uia2013.scss */
a span.accordiantitle {
  font-size: 14px;
  margin: 3px 0;
  line-height: 110%;
  color: #047;
  font-weight: bold !important;
}

/*div.pane-content h2 {
margin-top:0px;
div.views-field-title h2.field-content {margin-top: -35px !important;}
}*/
/* line 483, ../sass/uia2013.scss */
h3 {
  font-size: 16px;
  margin: 3px 0;
}

/* line 486, ../sass/uia2013.scss */
h4 {
  font-size: 15px;
  margin: 3px 0;
}

/* line 488, ../sass/uia2013.scss */
div.n0f9grid, div.tof9grid, div.twoof9grid, div.fourof9grid {
  padding: 10px 20px;
}

/* line 490, ../sass/uia2013.scss */
div.gridclear, div.cleargrid {
  clear: both !important;
}

/* line 492, ../sass/uia2013.scss */
div.block-node h4, div.nof9grid h4, div.nof9grid h4, h4.pane-title, h4.twoof9grid {
  color: #036 !important;
}

/* line 494, ../sass/uia2013.scss */
li.node-readmore a {
  font-size: 11px;
}

/* line 495, ../sass/uia2013.scss */
li.node-readmore a {
  color: #036 !important;
}

/* line 503, ../sass/uia2013.scss */
h5 {
  font-size: 14px;
  margin: 3px 0;
}

/* line 505, ../sass/uia2013.scss */
h6 {
  font-size: 13px;
  margin: 3px 0;
}

/* line 507, ../sass/uia2013.scss */
div#right_higlight h4 {
  font-size: 14px !important;
  line-height: 120%;
}

/* line 512, ../sass/uia2013.scss */
p#uiafrench {
  font-size: 22px !important;
  font-style: normal;
  color: #999;
  margin-top: 3px;
  padding: 0;
  text-transform: none;
  font-weight: normal;
  display: block;
}

/* line 516, ../sass/uia2013.scss */
span.uialogo {
  display: none;
}

/* line 520, ../sass/uia2013.scss */
header#header {
  height: none;
  margin-top: -20px;
  position: relative;
  z-index: 8;
}

/* line 524, ../sass/uia2013.scss */
div#newsheader {
  background: #047;
  padding: 5px 10px;
  font-size: 12px;
  color: #FFF;
  height: none;
  padding: 10px 0px;
}

/* line 527, ../sass/uia2013.scss */
div#newsheader h3 {
  font-variant: small-caps;
  text-transform: lowercase;
  font-size: 18px;
  margin: 0px 10px;
}

/* line 529, ../sass/uia2013.scss */
div#right_higlight {
  background: #DDD;
  padding: 7px 15px 12px;
  font-size: 11px;
  line-height: 140%;
}
/* line 532, ../sass/uia2013.scss */
div#right_higlight p {
  margin: 5px;
  padding: 0;
  font-size: 12px;
}
/* line 534, ../sass/uia2013.scss */
div#right_higlight h4 {
  margin: 5px 0px;
  font-size: 14px;
}

/* line 539, ../sass/uia2013.scss */
aside.sidebars {
  float: right;
}

/*  PRINTER ICON 
 li.print_html a {
 	font-size: 10px;
 }
  li.print_html a:after {
   content: "<i class=\"icon-print\"></i>";
 }
 */
/*  QUICK TAB STYLING, MOVE TO SCSS EVENTUALLY */
/* line 555, ../sass/uia2013.scss */
div.field-body table {
  width: 100%;
  padding: 5px;
}

/* line 561, ../sass/uia2013.scss */
div.field-body table th {
  border-bottom: 1px solid #CCC;
  background-color: #EFEFEF;
  padding: 7px;
  color: #047;
}

/* line 567, ../sass/uia2013.scss */
div.field-body table tr.tophead th {
  border-bottom: 1px solid #CCC;
  background-color: #047;
  padding: 7px;
  color: #FFF;
}

/* line 573, ../sass/uia2013.scss */
div.field-body table tr.tophead {
  border: 0px;
  text-transform: uppercase;
}

/* line 576, ../sass/uia2013.scss */
div.field-body table td {
  padding: 5px;
}

/* line 581, ../sass/uia2013.scss */
ul.quicktabs-style-zen li a {
  color: #004477 !important;
}

/* line 585, ../sass/uia2013.scss */
a.feed-icon {
  clear: both !important;
  display: block !important;
}

/* line 587, ../sass/uia2013.scss */
.footsocial {
  text-decoration: none !important;
  font-size: 13px;
  padding-right: 4px;
}

/* line 589, ../sass/uia2013.scss */
span.qtip-link {
  color: #047 !important;
  border-bottom-color: #047;
  border-bottom-style: normal;
  border-bottom: 1px solid #047;
  line-height: 160%;
}

/* line 598, ../sass/uia2013.scss */
div.connectblock ul {
  list-style-type: none;
  margin-left: 0;
  font-size: 14px;
}

/* line 599, ../sass/uia2013.scss */
div.portlet-content ul.menu {
  list-style-type: none !important;
  margin-left: 0;
  font-size: 14px;
}

/* line 601, ../sass/uia2013.scss */
div.uia-news-block {
  padding-bottom: 12px;
}

/* line 603, ../sass/uia2013.scss */
ul.contactpageconnect {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}

/* line 604, ../sass/uia2013.scss */
ul.contactpageconnect li {
  margin-bottom: 3px;
  padding-left: 4px;
}

/* line 609, ../sass/uia2013.scss */
h1#page-title {
  font-size: 32px !important;
  line-height: 120%;
  margin: 5px 0 20px 0;
  font-family: "brandon-grotesque", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #047;
}

/* line 613, ../sass/uia2013.scss */
div#block-user-login {
  display: none;
}

/* line 615, ../sass/uia2013.scss */
nav.breadcrumb, nav.breadcrumb a, nav.breadcrumb a:visited {
  font-size: 11px !important;
  color: #999;
}

/* line 618, ../sass/uia2013.scss */
div#utility-bar {
  text-align: right;
  background-color: none;
  color: #000;
  float: right;
  margin-right: 30px;
  width: 390px;
  height: 23px;
  padding: 8px 10px 0px 10px;
  font-size: 12px;
  clear: left;
  position: relative;
  z-index: 9;
  margin-top: -10px !important;
}

/* line 621, ../sass/uia2013.scss */
div#utility-bar a, div#utility-bar a:visited {
  color: #000;
  font-size: 12px;
  text-decoration: none;
  margin-top: 0px;
  text-decoration: none;
  font-weight: normal;
}

/* line 626, ../sass/uia2013.scss */
div#utility-bar a:visited:hover, div#utility-bar a:hover {
  color: #047;
}

/* line 629, ../sass/uia2013.scss */
#fancy_login_close_button {
  font-size: 10px;
  background: #036;
}

/* line 630, ../sass/uia2013.scss */
#fancy_login_close_button {
  text-decoration: none;
}

/* line 634, ../sass/uia2013.scss */
header.inline {
  display: inline !important;
  margin-top: 10px;
}

/* line 636, ../sass/uia2013.scss */
div.more-link a {
  font-size: 11px;
}

/* line 641, ../sass/uia2013.scss */
span.iconography {
  font-family: FontAwesome;
  font-size: 14px;
}

/* line 647, ../sass/uia2013.scss */
img {
  max-width: 100%;
}

/* line 651, ../sass/uia2013.scss */
img.imageinpanel {
  float: right;
  margin: -5px 20px 10px 10px;
}

/* line 656, ../sass/uia2013.scss */
div#mini-panel-latest_news, div#mini-panel-clone_of_latest_news {
  clear: both;
  margin-top: 20px;
  background-color: #444;
}

/* line 662, ../sass/uia2013.scss */
div#othernewspost {
  float: right;
  margin: 0px 5px 5px 10px;
  width: 150px;
}
/* line 664, ../sass/uia2013.scss */
div#othernewspost a {
  color: #003366 !important;
}

/* line 667, ../sass/uia2013.scss */

div.pane-news {
  width: 45%;
  float: left;
  font-size: 12px;
  padding: 20px;
}

body.page-news div.pane-news {
  width: 95%;
  float: left;
  font-size: 12px;
  padding: 20px;
}

/* line 672, ../sass/uia2013.scss */
div.pane-news div.field-body {
  padding-left: 15px;
}
/* line 673, ../sass/uia2013.scss */
div.pane-news h3 {
  color: #CCC;
  font-size: 13px;
}
/* line 674, ../sass/uia2013.scss */
div.pane-news h2 {
  color: #CCC;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 2px;
}
/* line 676, ../sass/uia2013.scss */
div.pane-news h2.field-content {
  margin-top: 0 !important;
}
/* line 680, ../sass/uia2013.scss */
div.pane-news h1.field-content {
  font-size: 13px;
  font-weight: normal;
  color: #eef3f6;
  margin-top: 10px;
  line-height: 130%;
}
/* line 681, ../sass/uia2013.scss */
div.pane-news h1.field-content a, div.pane-news h1.field-content a:visited {
  color: #eef3f6;
}
/* line 683, ../sass/uia2013.scss */
div.pane-news div.more-link {
  margin-bottom: 7px;
  text-align: left;
}
/* line 687, ../sass/uia2013.scss */
div.pane-news div.uianewsdate {
  font-size: 10px;
  float: right;
  width: 80px;
  margin-top: 1px;
  margin-left: 10px;
  color: #777;
  font-weight: bold;
}
/* line 691, ../sass/uia2013.scss */
div.pane-news h4.pane-title {
  color: #cccccc !important;
  margin-bottom: 15px;
  margin-top: -5px;
}
/* line 693, ../sass/uia2013.scss */
div.pane-news p {
  color: #BBB;
  font-size: 11px;
}
/* line 694, ../sass/uia2013.scss */
div.pane-news a {
  color: #8eb2c8;
}
/* line 695, ../sass/uia2013.scss */
div.pane-news div.views-field-title {
  margin-top: 10px;
}
/* line 702, ../sass/uia2013.scss */
div.pane-news div.views-row {
  margin-bottom: 18px !important;
  clear: left;
}

/* line 712, ../sass/uia2013.scss */
h4.graphtitle {
  text-align: center;
  font-style: italic;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 20px;
}

/* line 725, ../sass/uia2013.scss */
.arrowbuts {
  margin-top: 0px;
}
/* line 727, ../sass/uia2013.scss */
.arrowbuts a {
  text-align: center;
  text-decoration: none !important;
}

/* line 735, ../sass/uia2013.scss */
h5#footerheader {
  text-transform: uppercase;
  font-variant: small-caps;
  padding: 0 0 10px 0;
  font-family: "brandon-grotesque", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

/* line 737, ../sass/uia2013.scss */
div#info-footer {
  text-align: left;
  clear: left;
  margin-top: 10px !important;
  border-top: 1px solid #CCC;
  color: #777;
  margin-left: 0px;
  padding: 10px 10px 10px 20px;
  background: #DEDEDE;
  font-size: 10px;
}

/* line 739, ../sass/uia2013.scss */
div#info-footer h5 {
  color: #666;
  font-size: 12px;
  margin: 0px 10px 0px 0px;
  display: inline;
  float: left;
}

/* line 741, ../sass/uia2013.scss */
div.footlinkrow {
  clear: left;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* line 744, ../sass/uia2013.scss */
div#info-footer ul {
  list-style-type: none;
  display: inline;
  margin-bottom: 0px !important;
}

/* line 745, ../sass/uia2013.scss */
div#info-footer ul li {
  display: inline;
  float: left;
  margin-left: 0px;
  margin-right: 12px;
}

/* line 746, ../sass/uia2013.scss */
div#info-footer ul li a {
  color: #666;
  font-size: 12px;
}

/* line 747, ../sass/uia2013.scss */
div#info-footer ul li a:hover {
  color: #111;
  font-size: 12px;
  text-decoration: none;
}

/* line 749, ../sass/uia2013.scss */
div#copy-footer {
  text-align: left;
  color: #fff;
  clear: both;
  height: 40px;
  padding: 13px 0px 0px 20px;
  background: #036;
  font-size: 12px;
}

/* line 751, ../sass/uia2013.scss */
footer#footer.region.region-footer {
  padding: 0px 25px !important;
}

/* UTILITY BAR

div#utility-bar {text-align:center;color:#444;float:right;margin-right:30px;width:220px;height:16px;padding:2px 10px 10px 10px;background:#DDD;font-size:12px;}
div#utility-bar a, div#utility-bar a:visited {color:#222;font-size:12px;}*/
/* line 765, ../sass/uia2013.scss */
form.uc-cart-checkout-form legend span {
  font-weight: bold;
  color: #047;
  margin: 0px 5px;
  font-size: 14px;
}
/* line 766, ../sass/uia2013.scss */
form.uc-cart-checkout-form fieldset {
  border: 1px solid #DEDEDE;
  padding: 3px;
}
/* line 767, ../sass/uia2013.scss */
form.uc-cart-checkout-form table.cart-review td {
  padding: 10px;
}
/* line 769, ../sass/uia2013.scss */
form.uc-cart-checkout-form span.uc-price {
  font-size: 14px;
  font-weight: bold;
}

/* line 771, ../sass/uia2013.scss */
input.node-add-to-cart {
  padding: 3px 6px;
  /*@import "compass/css3/border-radius";
  border-corner-radius(5px); hide the submit button and put in a fancy little image, instead */
  background: #047 !important;
  /* hide standard button display stuff */
  border: none;
  color: #fff !important;
  /* hide standard button display stuff */
  cursor: pointer;
  /* make the mouse give the right feedback - IE stupidity, again */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 0px 0px 0px #fff;
}

/* line 788, ../sass/uia2013.scss */
input.node-add-to-cart:hover {
  background: #036 !important;
  color: #fff !important;
}

/* line 802, ../sass/uia2013.scss */
.btn, li.node-readmore a, input.node-add-to-cart {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #047;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 845, ../sass/uia2013.scss */
.btn:hover, li.node-readmore a:hover, input.node-add-to-cart:hover,
.btn:active,
li.node-readmore a:active,
input.node-add-to-cart:active,
.btn.active,
li.node-readmore a.active,
input.active.node-add-to-cart,
.btn.disabled,
li.node-readmore a.disabled,
input.disabled.node-add-to-cart,
.btn[disabled],
li.node-readmore a[disabled],
input[disabled].node-add-to-cart {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

/* line 852, ../sass/uia2013.scss */
.btn:active, li.node-readmore a:active, input.node-add-to-cart:active,
.btn.active,
li.node-readmore a.active,
input.active.node-add-to-cart {
  background-color: #cccccc \9;
}

/* line 856, ../sass/uia2013.scss */
.btn:first-child, li.node-readmore a:first-child, input.node-add-to-cart:first-child {
  *margin-left: 0;
}

/* line 860, ../sass/uia2013.scss */
.btn:hover, li.node-readmore a:hover, input.node-add-to-cart:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

/* line 870, ../sass/uia2013.scss */
.btn:focus, li.node-readmore a:focus, input.node-add-to-cart:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 877, ../sass/uia2013.scss */
.btn.active, li.node-readmore a.active, input.active.node-add-to-cart,
.btn:active,
li.node-readmore a:active,
input.node-add-to-cart:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 886, ../sass/uia2013.scss */
.btn.disabled, li.node-readmore a.disabled, input.disabled.node-add-to-cart,
.btn[disabled],
li.node-readmore a[disabled],
input[disabled].node-add-to-cart {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 896, ../sass/uia2013.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 905, ../sass/uia2013.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

/* line 909, ../sass/uia2013.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 912, ../sass/uia2013.scss */
.btn-small i {
  font-size: 14px;
}

/* line 920, ../sass/uia2013.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 925, ../sass/uia2013.scss */
.btn-mini [class^="icon-"], li.node-readmore a [class^="icon-"], input.node-add-to-cart [class^="icon-"],
.btn-mini [class*=" icon-"],
li.node-readmore a [class*=" icon-"],
input.node-add-to-cart [class*=" icon-"] {
  margin-top: -1px;
}

/* line 929, ../sass/uia2013.scss */
.btn-mini, li.node-readmore a, input.node-add-to-cart {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 932, ../sass/uia2013.scss */
.btn-mini .news, li.node-readmore a .news, input.node-add-to-cart .news {
  background-color: #666666 !important;
}

/* line 939, ../sass/uia2013.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 949, ../sass/uia2013.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 955, ../sass/uia2013.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 964, ../sass/uia2013.scss */
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

/* line 968, ../sass/uia2013.scss */
.btn, li.node-readmore a, input.node-add-to-cart {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

/* line 973, ../sass/uia2013.scss */
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 994, ../sass/uia2013.scss */
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

/* line 1001, ../sass/uia2013.scss */
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

/* line 1005, ../sass/uia2013.scss */
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 1026, ../sass/uia2013.scss */
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

/* line 1033, ../sass/uia2013.scss */
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

/* line 1037, ../sass/uia2013.scss */
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 1058, ../sass/uia2013.scss */
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

/* line 1065, ../sass/uia2013.scss */
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

/* line 1069, ../sass/uia2013.scss */
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 1090, ../sass/uia2013.scss */
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

/* line 1097, ../sass/uia2013.scss */
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

/* line 1101, ../sass/uia2013.scss */
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 1122, ../sass/uia2013.scss */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

/* line 1129, ../sass/uia2013.scss */
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

/* line 1133, ../sass/uia2013.scss */
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 1154, ../sass/uia2013.scss */
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

/* line 1161, ../sass/uia2013.scss */
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

/* line 1166, ../sass/uia2013.scss */
button.btn,
input[type="submit"].btn,
input[type="submit"].node-add-to-cart {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 1172, ../sass/uia2013.scss */
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner,
input[type="submit"].node-add-to-cart::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 1178, ../sass/uia2013.scss */
button.btn.btn-large,
input[type="submit"].btn.btn-large,
input[type="submit"].btn-large.node-add-to-cart {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 1184, ../sass/uia2013.scss */
button.btn.btn-small,
input[type="submit"].btn.btn-small,
input[type="submit"].btn-small.node-add-to-cart {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 1190, ../sass/uia2013.scss */
button.btn.btn-mini,
input[type="submit"].btn.btn-mini,
input[type="submit"].node-add-to-cart {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 1197, ../sass/uia2013.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 1205, ../sass/uia2013.scss */
.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 1214, ../sass/uia2013.scss */
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

/* line 1220, ../sass/uia2013.scss */
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}

/* line 1225, ../sass/uia2013.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

/* line 1236, ../sass/uia2013.scss */
.btn-group:first-child {
  *margin-left: 0;
}

/* line 1240, ../sass/uia2013.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 1244, ../sass/uia2013.scss */
.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

/* line 1252, ../sass/uia2013.scss */
.btn-toolbar > .btn + .btn, li.node-readmore .btn-toolbar > a + .btn, .btn-toolbar > input.node-add-to-cart + .btn, li.node-readmore .btn-toolbar > .btn + a, li.node-readmore .btn-toolbar > a + a, li.node-readmore .btn-toolbar > input.node-add-to-cart + a, .btn-toolbar > .btn + input.node-add-to-cart, li.node-readmore .btn-toolbar > a + input.node-add-to-cart, .btn-toolbar > input.node-add-to-cart + input.node-add-to-cart,
.btn-toolbar > .btn-group + .btn,
li.node-readmore .btn-toolbar > .btn-group + a,
.btn-toolbar > .btn-group + input.node-add-to-cart,
.btn-toolbar > .btn + .btn-group,
li.node-readmore .btn-toolbar > a + .btn-group,
.btn-toolbar > input.node-add-to-cart + .btn-group {
  margin-left: 5px;
}

/* line 1256, ../sass/uia2013.scss */
.btn-group > .btn, li.node-readmore .btn-group > a, .btn-group > input.node-add-to-cart {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 1263, ../sass/uia2013.scss */
.btn-group > .btn + .btn, li.node-readmore .btn-group > a + .btn, .btn-group > input.node-add-to-cart + .btn, li.node-readmore .btn-group > .btn + a, li.node-readmore .btn-group > a + a, li.node-readmore .btn-group > input.node-add-to-cart + a, .btn-group > .btn + input.node-add-to-cart, li.node-readmore .btn-group > a + input.node-add-to-cart, .btn-group > input.node-add-to-cart + input.node-add-to-cart {
  margin-left: -1px;
}

/* line 1269, ../sass/uia2013.scss */
.btn-group > .btn, li.node-readmore .btn-group > a, .btn-group > input.node-add-to-cart,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

/* line 1273, ../sass/uia2013.scss */
.btn-group > .btn-mini, li.node-readmore .btn-group > a, .btn-group > input.node-add-to-cart {
  font-size: 10.5px;
}

/* line 1277, ../sass/uia2013.scss */
.btn-group > .btn-small {
  font-size: 11.9px;
}

/* line 1281, ../sass/uia2013.scss */
.btn-group > .btn-large {
  font-size: 17.5px;
}

/* line 1285, ../sass/uia2013.scss */
.btn-group > .btn:first-child, li.node-readmore .btn-group > a:first-child, .btn-group > input.node-add-to-cart:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 1296, ../sass/uia2013.scss */
.btn-group > .btn:last-child, li.node-readmore .btn-group > a:last-child, .btn-group > input.node-add-to-cart:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 1305, ../sass/uia2013.scss */
.btn-group > .btn.large:first-child, li.node-readmore .btn-group > a.large:first-child, .btn-group > input.large.node-add-to-cart:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

/* line 1316, ../sass/uia2013.scss */
.btn-group > .btn.large:last-child, li.node-readmore .btn-group > a.large:last-child, .btn-group > input.large.node-add-to-cart:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

/* line 1328, ../sass/uia2013.scss */
.btn-group > .btn:hover, li.node-readmore .btn-group > a:hover, .btn-group > input.node-add-to-cart:hover,
.btn-group > .btn:focus,
li.node-readmore .btn-group > a:focus,
.btn-group > input.node-add-to-cart:focus,
.btn-group > .btn:active,
li.node-readmore .btn-group > a:active,
.btn-group > input.node-add-to-cart:active,
.btn-group > .btn.active,
li.node-readmore .btn-group > a.active,
.btn-group > input.active.node-add-to-cart {
  z-index: 2;
}

/* line 1333, ../sass/uia2013.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 1337, ../sass/uia2013.scss */
.btn-group > .btn + .dropdown-toggle, li.node-readmore .btn-group > a + .dropdown-toggle, .btn-group > input.node-add-to-cart + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 1347, ../sass/uia2013.scss */
.btn-group > .btn-mini + .dropdown-toggle, li.node-readmore .btn-group > a + .dropdown-toggle, .btn-group > input.node-add-to-cart + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

/* line 1354, ../sass/uia2013.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

/* line 1359, ../sass/uia2013.scss */
.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

/* line 1366, ../sass/uia2013.scss */
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 1373, ../sass/uia2013.scss */
.btn-group.open .btn.dropdown-toggle, .btn-group.open li.node-readmore a.dropdown-toggle, li.node-readmore .btn-group.open a.dropdown-toggle, .btn-group.open input.dropdown-toggle.node-add-to-cart {
  background-color: #e6e6e6;
}

/* line 1377, ../sass/uia2013.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

/* line 1381, ../sass/uia2013.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

/* line 1385, ../sass/uia2013.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

/* line 1389, ../sass/uia2013.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

/* line 1393, ../sass/uia2013.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

/* line 1397, ../sass/uia2013.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

/* line 1401, ../sass/uia2013.scss */
.btn .caret, li.node-readmore a .caret, input.node-add-to-cart .caret {
  margin-top: 8px;
  margin-left: 0;
}

/* line 1408, ../sass/uia2013.scss */
.btn-mini .caret, li.node-readmore a .caret, input.node-add-to-cart .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}

/* line 1412, ../sass/uia2013.scss */
.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

/* line 1418, ../sass/uia2013.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

/* line 1427, ../sass/uia2013.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 1432, ../sass/uia2013.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

/* line 1440, ../sass/uia2013.scss */
.btn-group-vertical > .btn, li.node-readmore .btn-group-vertical > a, .btn-group-vertical > input.node-add-to-cart {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 1449, ../sass/uia2013.scss */
.btn-group-vertical > .btn + .btn, li.node-readmore .btn-group-vertical > a + .btn, .btn-group-vertical > input.node-add-to-cart + .btn, li.node-readmore .btn-group-vertical > .btn + a, li.node-readmore .btn-group-vertical > a + a, li.node-readmore .btn-group-vertical > input.node-add-to-cart + a, .btn-group-vertical > .btn + input.node-add-to-cart, li.node-readmore .btn-group-vertical > a + input.node-add-to-cart, .btn-group-vertical > input.node-add-to-cart + input.node-add-to-cart {
  margin-top: -1px;
  margin-left: 0;
}

/* line 1454, ../sass/uia2013.scss */
.btn-group-vertical > .btn:first-child, li.node-readmore .btn-group-vertical > a:first-child, .btn-group-vertical > input.node-add-to-cart:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 1460, ../sass/uia2013.scss */
.btn-group-vertical > .btn:last-child, li.node-readmore .btn-group-vertical > a:last-child, .btn-group-vertical > input.node-add-to-cart:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 1466, ../sass/uia2013.scss */
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

/* line 1472, ../sass/uia2013.scss */
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/* line 1478, ../sass/uia2013.scss */
.btn, li.node-readmore a, input.node-add-to-cart {
  text-decoration: none !important;
}

/* line 1481, ../sass/uia2013.scss */
.lt-ie9 #container {
  margin-top: -42px !important;
}
/* line 1482, ../sass/uia2013.scss */
.lt-ie9 header#header {
  margin-top: -17px;
  position: relative;
  z-index: 8;
}
