@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=News+Cycle&subset=latin,latin-ext);
/** General Style Info **/
body {
	font-family: 'News Cycle', sans-serif;
}
head{
	font-family: 'News Cycle', sans-serif;
}
h1, h2, h3, h4, h5, h6 ,li, dd, dl, a, .row, dd.active a,dl.tabs dd a {
  font-family: 'News Cycle', sans-serif;
  }

table{
	width: 100%;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
.row.full-width{
    max-width: 100%;
}


select{
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 0.875em;
    height: 2.3125em;
    margin: 0 0 1em;
    padding: 0.4em;
    transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
    width: 100%;
}
dl.sub-nav dd{
	font-family: 'News Cycle', sans-serif;
}

@media print {
  a[href].noPrint:after,
  ul.breadcrumbs li a[href]:after,
  ul.title-area li.name a[href]:after,
  table tr th a[href]:after {
    content: ""; }
}
