@charset "IBM437";
/* Responsive CSS
* This is not only for layouts, but also any additional features such as CSS3 for any elements already declared in base.css
*/
/* Variables */
/*!
	Twitter Bootstrap (Scss version)
*/
/*	
	Loaded first, so it can be overrridden easily.
	Only uncomment the stuff that you really need */
/* line 9, ../sass/bootstrap/_type.scss */
p {
  margin: 10px 0px;
}
#footer-links p{
margin:0px 5px;	
}
.footer-div{
margin-top:5px;
float:left;
}
#page-footer .footer-div a{
color:#336699;
}
.right{
float:right;
}
.sidebar_columns .sidebar .active {
width: 96.3%;
}
.sidebar .sublinks .active {
width: 97.6%;
}
.front .sidebar{
width:280px;
}
.noindent{
list-style-type:none;
margin-left:0px;
}
.sidebar h2{color:#444}
/* line 12, ../sass/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 22.5px;
  font-weight: 200;
  line-height: 30px;
}

/* line 24, ../sass/bootstrap/_type.scss */
small {
  font-size: 85%;
}

/* line 26, ../sass/bootstrap/_type.scss */
strong {
  font-weight: bold;
}

/* line 27, ../sass/bootstrap/_type.scss */
em {
  font-style: italic;
}

/* line 28, ../sass/bootstrap/_type.scss */
cite {
  font-style: normal;
}

/* line 31, ../sass/bootstrap/_type.scss */
.muted {
  color: #999999;
}

/* line 33, ../sass/bootstrap/_type.scss */
a.muted:hover,
a.muted:focus {
  color: gray;
}

/* line 35, ../sass/bootstrap/_type.scss */
.text-warning {
  color: #c09853;
}

/* line 37, ../sass/bootstrap/_type.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

/* line 39, ../sass/bootstrap/_type.scss */
.text-error {
  color: #b94a48;
}

/* line 41, ../sass/bootstrap/_type.scss */
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

/* line 43, ../sass/bootstrap/_type.scss */
.text-info {
  color: #3a87ad;
}

/* line 45, ../sass/bootstrap/_type.scss */
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

/* line 47, ../sass/bootstrap/_type.scss */
.text-success {
  color: #468847;
}

/* line 49, ../sass/bootstrap/_type.scss */
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

/* line 51, ../sass/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 52, ../sass/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 53, ../sass/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 59, ../sass/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizeLegibility;
}
/* line 66, ../sass/bootstrap/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* line 75, ../sass/bootstrap/_type.scss */
h1,
h2,
h3 {
  line-height: 40px;
}

/* line 77, ../sass/bootstrap/_type.scss */
h1 {
  font-size: 41.25px;
}

/* line 78, ../sass/bootstrap/_type.scss */
h2 {
  font-size: 33.75px;
}

/* line 79, ../sass/bootstrap/_type.scss */
h3 {
  font-size: 26.25px;
}

/* line 80, ../sass/bootstrap/_type.scss */
h4 {
  font-size: 18.75px;
}

/* line 81, ../sass/bootstrap/_type.scss */
h5 {
  font-size: 15px;
}

/* line 82, ../sass/bootstrap/_type.scss */
h6 {
  font-size: 12.75px;
}

/* line 84, ../sass/bootstrap/_type.scss */
h1 small {
  font-size: 26.25px;
}

/* line 85, ../sass/bootstrap/_type.scss */
h2 small {
  font-size: 18.75px;
}

/* line 86, ../sass/bootstrap/_type.scss */
h3 small {
  font-size: 15px;
}

/* line 87, ../sass/bootstrap/_type.scss */
h4 small {
  font-size: 15px;
}

/* line 93, ../sass/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

/* line 105, ../sass/bootstrap/_type.scss */
ul, ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

/* line 112, ../sass/bootstrap/_type.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/* line 115, ../sass/bootstrap/_type.scss */
li {
  line-height: 20px;
}

/* line 121, ../sass/bootstrap/_type.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 128, ../sass/bootstrap/_type.scss */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
/* line 131, ../sass/bootstrap/_type.scss */
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 140, ../sass/bootstrap/_type.scss */
dl {
  margin-bottom: 20px;
}

/* line 144, ../sass/bootstrap/_type.scss */
dt,
dd {
  line-height: 20px;
}

/* line 147, ../sass/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 150, ../sass/bootstrap/_type.scss */
dd {
  margin-left: 10px;
}

/* line 154, ../sass/bootstrap/_type.scss */
.dl-horizontal {
  *zoom: 1;
}
/* line 15, ../sass/bootstrap/_mixins.scss */
.dl-horizontal:before, .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/bootstrap/_mixins.scss */
.dl-horizontal:after {
  clear: both;
}
/* line 156, ../sass/bootstrap/_type.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 163, ../sass/bootstrap/_type.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 172, ../sass/bootstrap/_type.scss */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid white;
}

/* line 182, ../sass/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

/* line 186, ../sass/bootstrap/_type.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 192, ../sass/bootstrap/_type.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
/* line 196, ../sass/bootstrap/_type.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 18.75px;
  font-weight: 300;
  line-height: 1.25;
}
/* line 202, ../sass/bootstrap/_type.scss */
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
/* line 206, ../sass/bootstrap/_type.scss */
blockquote small:before {
  content: '\2014 \00A0';
}
/* line 212, ../sass/bootstrap/_type.scss */
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
/* line 219, ../sass/bootstrap/_type.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
/* line 223, ../sass/bootstrap/_type.scss */
blockquote.pull-right small:before {
  content: '';
}
/* line 226, ../sass/bootstrap/_type.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 237, ../sass/bootstrap/_type.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 242, ../sass/bootstrap/_type.scss */
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

/* line 8, ../sass/bootstrap/_code.scss */
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 13px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 17, ../sass/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}

/* line 26, ../sass/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 42, ../sass/bootstrap/_code.scss */
pre.prettyprint {
  margin-bottom: 20px;
}
/* line 47, ../sass/bootstrap/_code.scss */
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* line 58, ../sass/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 9, ../sass/bootstrap/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 19, ../sass/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}
/* line 24, ../sass/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
/* line 31, ../sass/bootstrap/_tables.scss */
.table th {
  font-weight: bold;
}
/* line 35, ../sass/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
}
/* line 44, ../sass/bootstrap/_tables.scss */
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
/* line 48, ../sass/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
/* line 53, ../sass/bootstrap/_tables.scss */
.table .table {
  background-color: white;
}

/* line 65, ../sass/bootstrap/_tables.scss */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

/* line 74, ../sass/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 81, ../sass/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
/* line 93, ../sass/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
/* line 99, ../sass/bootstrap/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
/* line 105, ../sass/bootstrap/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
/* line 113, ../sass/bootstrap/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
/* line 121, ../sass/bootstrap/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
/* line 126, ../sass/bootstrap/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
/* line 129, ../sass/bootstrap/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
/* line 137, ../sass/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
/* line 143, ../sass/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

/* line 159, ../sass/bootstrap/_tables.scss */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 172, ../sass/bootstrap/_tables.scss */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: whitesmoke;
}

/* line 186, ../sass/bootstrap/_tables.scss */
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

/* line 196, ../sass/bootstrap/_tables.scss */
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
/* line 196, ../sass/bootstrap/_tables.scss */
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
/* line 196, ../sass/bootstrap/_tables.scss */
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
/* line 196, ../sass/bootstrap/_tables.scss */
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
/* line 196, ../sass/bootstrap/_tables.scss */
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
/* line 196, ../sass/bootstrap/_tables.scss */
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
/* line 196, ../sass/bootstrap/_tables.scss */
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
/* line 196, ../sass/bootstrap/_tables.scss */
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
/* line 196, ../sass/bootstrap/_tables.scss */
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
/* line 196, ../sass/bootstrap/_tables.scss */
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
/* line 196, ../sass/bootstrap/_tables.scss */
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
/* line 196, ../sass/bootstrap/_tables.scss */
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/* line 207, ../sass/bootstrap/_tables.scss */
.table tbody tr.success > td {
  background-color: #dff0d8;
}
/* line 210, ../sass/bootstrap/_tables.scss */
.table tbody tr.error > td {
  background-color: #f2dede;
}
/* line 213, ../sass/bootstrap/_tables.scss */
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
/* line 216, ../sass/bootstrap/_tables.scss */
.table tbody tr.info > td {
  background-color: #d9edf7;
}

/* line 223, ../sass/bootstrap/_tables.scss */
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
/* line 226, ../sass/bootstrap/_tables.scss */
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
/* line 229, ../sass/bootstrap/_tables.scss */
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
/* line 232, ../sass/bootstrap/_tables.scss */
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

/* line 8, ../sass/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 11, ../sass/bootstrap/_dropdowns.scss */
.dropdown-toggle {
  *margin-bottom: -3px;
}

/* line 16, ../sass/bootstrap/_dropdowns.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

/* line 22, ../sass/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 34, ../sass/bootstrap/_dropdowns.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/* line 41, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: white;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
/* line 64, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 70, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid white;
}
/* line 75, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

/* line 91, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: white;
  background-color: #4171a2;
  background-image: -moz-linear-gradient(top, #4477aa, #3d6a98);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4477aa), to(#3d6a98));
  background-image: -webkit-linear-gradient(top, #4477aa, #3d6a98);
  background-image: -o-linear-gradient(top, #4477aa, #3d6a98);
  background-image: linear-gradient(to bottom, #4477aa, #3d6a98);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4477AA', endColorstr='#FF3D6A98', GradientType=0);
}

/* line 101, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #4171a2;
  background-image: -moz-linear-gradient(top, #4477aa, #3d6a98);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4477aa), to(#3d6a98));
  background-image: -webkit-linear-gradient(top, #4477aa, #3d6a98);
  background-image: -o-linear-gradient(top, #4477aa, #3d6a98);
  background-image: linear-gradient(to bottom, #4477aa, #3d6a98);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4477AA', endColorstr='#FF3D6A98', GradientType=0);
}

/* line 113, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

/* line 118, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}

/* line 128, ../sass/bootstrap/_dropdowns.scss */
.open {
  *z-index: 1000;
}
/* line 133, ../sass/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 140, ../sass/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 151, ../sass/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 163, ../sass/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid black;
  content: "";
}
/* line 169, ../sass/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* line 178, ../sass/bootstrap/_dropdowns.scss */
.dropdown-submenu {
  position: relative;
}

/* line 182, ../sass/bootstrap/_dropdowns.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

/* line 189, ../sass/bootstrap/_dropdowns.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 194, ../sass/bootstrap/_dropdowns.scss */
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

/* line 203, ../sass/bootstrap/_dropdowns.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

/* line 216, ../sass/bootstrap/_dropdowns.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: white;
}

/* line 221, ../sass/bootstrap/_dropdowns.scss */
.dropdown-submenu.pull-left {
  float: none;
}
/* line 227, ../sass/bootstrap/_dropdowns.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 237, ../sass/bootstrap/_dropdowns.scss */
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 244, ../sass/bootstrap/_dropdowns.scss */
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 10, ../sass/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: whitesmoke;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=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);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -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 513, ../sass/bootstrap/_mixins.scss */
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 521, ../sass/bootstrap/_mixins.scss */
.btn:active, .btn.active {
  background-color: #cccccc \9;
}
/* line 61, ../sass/bootstrap/_mixins.scss */
.btn:first-child {
  *margin-left: 0;
}
/* line 30, ../sass/bootstrap/_buttons.scss */
.btn:hover, .btn:focus {
  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 41, ../sass/bootstrap/_buttons.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 47, ../sass/bootstrap/_buttons.scss */
.btn.active, .btn: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 55, ../sass/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 70, ../sass/bootstrap/_buttons.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 18.75px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

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

/* line 81, ../sass/bootstrap/_buttons.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 12.75px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

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

/* line 91, ../sass/bootstrap/_buttons.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

/* line 96, ../sass/bootstrap/_buttons.scss */
.btn-mini {
  padding: 0px 6px;
  font-size: 11.25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

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

/* line 115, ../sass/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

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

/* line 139, ../sass/bootstrap/_buttons.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 145, ../sass/bootstrap/_buttons.scss */
.btn-primary {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #25588b;
  background-image: -moz-linear-gradient(top, #336699, #114477);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#336699), to(#114477));
  background-image: -webkit-linear-gradient(top, #336699, #114477);
  background-image: -o-linear-gradient(top, #336699, #114477);
  background-image: linear-gradient(to bottom, #336699, #114477);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF336699', endColorstr='#FF114477', GradientType=0);
  border-color: #114477 #114477 #071e34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #114477;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../sass/bootstrap/_mixins.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: white;
  background-color: #114477;
  *background-color: #0e3761;
}
/* line 521, ../sass/bootstrap/_mixins.scss */
.btn-primary:active, .btn-primary.active {
  background-color: #0b2a4a \9;
}

/* line 149, ../sass/bootstrap/_buttons.scss */
.btn-warning {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f9a732;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
  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);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../sass/bootstrap/_mixins.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  color: white;
  background-color: #f89406;
  *background-color: #df8505;
}
/* line 521, ../sass/bootstrap/_mixins.scss */
.btn-warning:active, .btn-warning.active {
  background-color: #c67605 \9;
}

/* line 153, ../sass/bootstrap/_buttons.scss */
.btn-danger {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #b71e1e;
  background-image: -moz-linear-gradient(top, #cc3333, #990000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc3333), to(#990000));
  background-image: -webkit-linear-gradient(top, #cc3333, #990000);
  background-image: -o-linear-gradient(top, #cc3333, #990000);
  background-image: linear-gradient(to bottom, #cc3333, #990000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC3333', endColorstr='#FF990000', GradientType=0);
  border-color: #990000 #990000 #4d0000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #990000;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../sass/bootstrap/_mixins.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: white;
  background-color: #990000;
  *background-color: maroon;
}
/* line 521, ../sass/bootstrap/_mixins.scss */
.btn-danger:active, .btn-danger.active {
  background-color: #660000 \9;
}

/* line 157, ../sass/bootstrap/_buttons.scss */
.btn-success {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2c8b3d;
  background-image: -moz-linear-gradient(top, #3d994d, #147827);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3d994d), to(#147827));
  background-image: -webkit-linear-gradient(top, #3d994d, #147827);
  background-image: -o-linear-gradient(top, #3d994d, #147827);
  background-image: linear-gradient(to bottom, #3d994d, #147827);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3D994D', endColorstr='#FF147827', GradientType=0);
  border-color: #147827 #147827 #093612;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #147827;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../sass/bootstrap/_mixins.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: white;
  background-color: #147827;
  *background-color: #106220;
}
/* line 521, ../sass/bootstrap/_mixins.scss */
.btn-success:active, .btn-success.active {
  background-color: #0d4c19 \9;
}

/* line 161, ../sass/bootstrap/_buttons.scss */
.btn-info {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e3eef9;
  background-image: -moz-linear-gradient(top, #eff6fc, #d1e4f6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eff6fc), to(#d1e4f6));
  background-image: -webkit-linear-gradient(top, #eff6fc, #d1e4f6);
  background-image: -o-linear-gradient(top, #eff6fc, #d1e4f6);
  background-image: linear-gradient(to bottom, #eff6fc, #d1e4f6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEFF6FC', endColorstr='#FFD1E4F6', GradientType=0);
  border-color: #d1e4f6 #d1e4f6 #91bee9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #d1e4f6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../sass/bootstrap/_mixins.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: white;
  background-color: #d1e4f6;
  *background-color: #bcd7f2;
}
/* line 521, ../sass/bootstrap/_mixins.scss */
.btn-info:active, .btn-info.active {
  background-color: #a6cbee \9;
}

/* line 165, ../sass/bootstrap/_buttons.scss */
.btn-inverse {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0);
  border-color: #222222 #222222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../sass/bootstrap/_mixins.scss */
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: white;
  background-color: #222222;
  *background-color: #151515;
}
/* line 521, ../sass/bootstrap/_mixins.scss */
.btn-inverse:active, .btn-inverse.active {
  background-color: #090909 \9;
}

/* line 174, ../sass/bootstrap/_buttons.scss */
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
/* line 177, ../sass/bootstrap/_buttons.scss */
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* line 186, ../sass/bootstrap/_buttons.scss */
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
/* line 190, ../sass/bootstrap/_buttons.scss */
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
/* line 194, ../sass/bootstrap/_buttons.scss */
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 207, ../sass/bootstrap/_buttons.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 212, ../sass/bootstrap/_buttons.scss */
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #4477aa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 219, ../sass/bootstrap/_buttons.scss */
.btn-link:hover,
.btn-link:focus {
  color: #114477;
  text-decoration: underline;
  background-color: transparent;
}

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

/* line 7, ../sass/bootstrap/_button-groups.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
/* line 61, ../sass/bootstrap/_mixins.scss */
.btn-group:first-child {
  *margin-left: 0;
}

/* line 18, ../sass/bootstrap/_button-groups.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 23, ../sass/bootstrap/_button-groups.scss */
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 29, ../sass/bootstrap/_button-groups.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

/* line 35, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 39, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn + .btn {
  margin-left: -1px;
}

/* line 44, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 15px;
}

/* line 49, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-mini {
  font-size: 11.25px;
}

/* line 52, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-small {
  font-size: 12.75px;
}

/* line 55, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-large {
  font-size: 18.75px;
}

/* line 60, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 67, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 72, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

/* line 78, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

/* line 87, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

/* line 93, ../sass/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 103, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 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);
  *padding-top: 5px;
  *padding-bottom: 5px;
}

/* line 110, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

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

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

/* line 131, ../sass/bootstrap/_button-groups.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 137, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
/* line 140, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #114477;
}
/* line 143, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
/* line 146, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #990000;
}
/* line 149, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #147827;
}
/* line 152, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #d1e4f6;
}
/* line 155, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

/* line 162, ../sass/bootstrap/_button-groups.scss */
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

/* line 167, ../sass/bootstrap/_button-groups.scss */
.btn-large .caret {
  margin-top: 6px;
}

/* line 170, ../sass/bootstrap/_button-groups.scss */
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

/* line 176, ../sass/bootstrap/_button-groups.scss */
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

/* line 180, ../sass/bootstrap/_button-groups.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

/* line 193, ../sass/bootstrap/_button-groups.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: white;
  border-bottom-color: white;
}

/* line 204, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

/* line 208, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 214, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}

/* line 218, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 221, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 224, ../sass/bootstrap/_button-groups.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 227, ../sass/bootstrap/_button-groups.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 6, ../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 12, ../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 white;
}
/* line 16, ../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
/* line 21, ../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb .active {
  color: #999999;
}

/* line 7, ../sass/bootstrap/_utilities.scss */
.pull-right {
  float: right;
}

/* line 10, ../sass/bootstrap/_utilities.scss */
.pull-left {
  float: left;
}

/* line 15, ../sass/bootstrap/_utilities.scss */
.hide {
  display: none;
}

/* line 18, ../sass/bootstrap/_utilities.scss */
.show {
  display: block;
}

/* line 23, ../sass/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 28, ../sass/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

/* line 33, ../sass/bootstrap/_utilities.scss */
.clearfix {
  *zoom: 1;
}
/* line 15, ../sass/bootstrap/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/bootstrap/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 38, ../sass/bootstrap/_utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 43, ../sass/bootstrap/_utilities.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, ../sass/_drupal-specific.scss */
#page {
  position: relative;
}

/* line 4, ../sass/_drupal-specific.scss */
body.toolbar-drawer #overlay-container {
  margin-top: 65px;
  height: 89%;
}

/* line 10, ../sass/_drupal-specific.scss */
#page-footer a.contextual-links-trigger {
  padding: 0;
}

/* line 13, ../sass/_drupal-specific.scss */
ul.primary,
ul.secondary {
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid #bbbbbb;
  list-style: none;
  margin: 1em 0 1.5em;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 24, ../sass/_drupal-specific.scss */
ul.primary li,
ul.secondary li {
  float: left;
  /* LTR */
  margin: 0.5em 3px 0;
}

/* line 30, ../sass/_drupal-specific.scss */
ul.primary a,
ul.secondary a {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/*
 * Primary tabs
 */
/* line 43, ../sass/_drupal-specific.scss */
ul.primary li {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: white 1px 1px 0;
  border-bottom: 0;
  margin: 0.5em 0 0 3px;
  /* LTR */
}

/* line 60, ../sass/_drupal-specific.scss */
ul.primary li.active {
  margin-bottom: -1px;
  /* Overlap the ul's border. */
}

/* line 66, ../sass/_drupal-specific.scss */
ul.primary a:link,
ul.primary a:visited {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 90, ../sass/_drupal-specific.scss */
ul.primary a:hover,
ul.primary a:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 95, ../sass/_drupal-specific.scss */
ul.primary a.active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -o-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -ms-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs */
/* line 110, ../sass/_drupal-specific.scss */
ul.secondary {
  font-size: .9em;
  margin-top: -1.5em;
  /* Collapse bottom margin of ul.primary. */
  padding-bottom: .5em;
}

/* line 117, ../sass/_drupal-specific.scss */
ul.secondary a:link,
ul.secondary a:visited {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  border-radius: 0.75em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: white 1px 1px 0;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 135, ../sass/_drupal-specific.scss */
ul.secondary a:hover,
ul.secondary a:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 142, ../sass/_drupal-specific.scss */
ul.secondary a.active,
ul.secondary a:active {
  text-shadow: #333333 1px 1px 0;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/*

FontAwesome

*/
/*!
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"
 *
 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/font-awesome/full/fontawesome-webfont.eot?v=3.1.0");
  src: url("../font/font-awesome/full/fontawesome-webfont.eot?#iefix&v=3.1.0") format("embedded-opentype"), url("../font/font-awesome/full/fontawesome-webfont.woff?v=3.1.0") format("woff"), url("../font/font-awesome/full/fontawesome-webfont.ttf?v=3.1.0") format("truetype"), url("../font/font-awesome/full/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*  Font Awesome styles
    ------------------------------------------------------- */
/* line 44, ../sass/responsive/_font-awesome.scss */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
/* line 76, ../sass/responsive/_font-awesome.scss */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* line 81, ../sass/responsive/_font-awesome.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes sure icons active on rollover in links */
/* line 90, ../sass/responsive/_font-awesome.scss */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}

/* makes the font 33% larger relative to the icon container */
/* line 96, ../sass/responsive/_font-awesome.scss */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}

/* line 103, ../sass/responsive/_font-awesome.scss */
.btn [class^="icon-"],
.btn [class*=" icon-"], .nav [class^="icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */
}
/* line 106, ../sass/responsive/_font-awesome.scss */
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
/* line 107, ../sass/responsive/_font-awesome.scss */
.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

/* line 113, ../sass/responsive/_font-awesome.scss */
.nav-tabs [class^="icon-"],
.nav-tabs [class*=" icon-"], .nav-pills [class^="icon-"],
.nav-pills [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
}
/* line 115, ../sass/responsive/_font-awesome.scss */
.nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}

/* line 121, ../sass/responsive/_font-awesome.scss */
li [class^="icon-"],
li [class*=" icon-"], .nav li [class^="icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
/* line 125, ../sass/responsive/_font-awesome.scss */
li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large, .nav li [class^="icon-"].icon-large,
.nav li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}

/* line 132, ../sass/responsive/_font-awesome.scss */
ul.icons {
  list-style-type: none;
  text-indent: -.75em;
}
/* line 138, ../sass/responsive/_font-awesome.scss */
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em;
}

/* line 144, ../sass/responsive/_font-awesome.scss */
.icon-muted {
  color: #eeeeee;
}

/* line 151, ../sass/responsive/_font-awesome.scss */
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 160, ../sass/responsive/_font-awesome.scss */
.icon-2x {
  font-size: 2em;
}
/* line 162, ../sass/responsive/_font-awesome.scss */
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 167, ../sass/responsive/_font-awesome.scss */
.icon-3x {
  font-size: 3em;
}
/* line 169, ../sass/responsive/_font-awesome.scss */
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 174, ../sass/responsive/_font-awesome.scss */
.icon-4x {
  font-size: 4em;
}
/* line 176, ../sass/responsive/_font-awesome.scss */
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 186, ../sass/responsive/_font-awesome.scss */
.pull-right {
  float: right;
}

/* line 187, ../sass/responsive/_font-awesome.scss */
.pull-left {
  float: left;
}

/* line 191, ../sass/responsive/_font-awesome.scss */
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
/* line 194, ../sass/responsive/_font-awesome.scss */
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}

/* line 203, ../sass/responsive/_font-awesome.scss */
.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
/* line 205, ../sass/responsive/_font-awesome.scss */
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}

/* line 213, ../sass/responsive/_font-awesome.scss */
.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}

/* line 220, ../sass/responsive/_font-awesome.scss */
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
/* line 223, ../sass/responsive/_font-awesome.scss */
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
/* line 225, ../sass/responsive/_font-awesome.scss */
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
/* line 226, ../sass/responsive/_font-awesome.scss */
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}

/* line 231, ../sass/responsive/_font-awesome.scss */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  /* line 240, ../sass/responsive/_font-awesome.scss */
  0% {
    -moz-transform: rotate(0deg);
  }

  /* line 241, ../sass/responsive/_font-awesome.scss */
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  /* line 244, ../sass/responsive/_font-awesome.scss */
  0% {
    -webkit-transform: rotate(0deg);
  }

  /* line 245, ../sass/responsive/_font-awesome.scss */
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  /* line 248, ../sass/responsive/_font-awesome.scss */
  0% {
    -o-transform: rotate(0deg);
  }

  /* line 249, ../sass/responsive/_font-awesome.scss */
  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  /* line 252, ../sass/responsive/_font-awesome.scss */
  0% {
    -ms-transform: rotate(0deg);
  }

  /* line 253, ../sass/responsive/_font-awesome.scss */
  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  /* line 256, ../sass/responsive/_font-awesome.scss */
  0% {
    transform: rotate(0deg);
  }

  /* line 257, ../sass/responsive/_font-awesome.scss */
  100% {
    transform: rotate(359deg);
  }
}

@-moz-document url-prefix() {
  /* line 261, ../sass/responsive/_font-awesome.scss */
  .icon-spin {
    height: .9em;
  }

  /* line 262, ../sass/responsive/_font-awesome.scss */
  .btn .icon-spin {
    height: auto;
  }

  /* line 263, ../sass/responsive/_font-awesome.scss */
  .icon-spin.icon-large {
    height: 1.25em;
  }

  /* line 264, ../sass/responsive/_font-awesome.scss */
  .btn .icon-spin.icon-large {
    height: .75em;
  }
}

/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
/* line 269, ../sass/responsive/_font-awesome.scss */
.icon-glass:before {
  content: "\f000";
}

/* line 270, ../sass/responsive/_font-awesome.scss */
.icon-music:before {
  content: "\f001";
}

/* line 271, ../sass/responsive/_font-awesome.scss */
.icon-search:before {
  content: "\f002";
}

/* line 272, ../sass/responsive/_font-awesome.scss */
.icon-envelope:before {
  content: "\f003";
}

/* line 273, ../sass/responsive/_font-awesome.scss */
.icon-heart:before {
  content: "\f004";
}

/* line 274, ../sass/responsive/_font-awesome.scss */
.icon-star:before {
  content: "\f005";
}

/* line 275, ../sass/responsive/_font-awesome.scss */
.icon-star-empty:before {
  content: "\f006";
}

/* line 276, ../sass/responsive/_font-awesome.scss */
.icon-user:before {
  content: "\f007";
}

/* line 277, ../sass/responsive/_font-awesome.scss */
.icon-film:before {
  content: "\f008";
}

/* line 278, ../sass/responsive/_font-awesome.scss */
.icon-th-large:before {
  content: "\f009";
}

/* line 279, ../sass/responsive/_font-awesome.scss */
.icon-th:before {
  content: "\f00a";
}

/* line 280, ../sass/responsive/_font-awesome.scss */
.icon-th-list:before {
  content: "\f00b";
}

/* line 281, ../sass/responsive/_font-awesome.scss */
.icon-ok:before {
  content: "\f00c";
}

/* line 282, ../sass/responsive/_font-awesome.scss */
.icon-remove:before {
  content: "\f00d";
}

/* line 283, ../sass/responsive/_font-awesome.scss */
.icon-zoom-in:before {
  content: "\f00e";
}

/* line 285, ../sass/responsive/_font-awesome.scss */
.icon-zoom-out:before {
  content: "\f010";
}

/* line 286, ../sass/responsive/_font-awesome.scss */
.icon-off:before {
  content: "\f011";
}

/* line 287, ../sass/responsive/_font-awesome.scss */
.icon-signal:before {
  content: "\f012";
}

/* line 288, ../sass/responsive/_font-awesome.scss */
.icon-cog:before {
  content: "\f013";
}

/* line 289, ../sass/responsive/_font-awesome.scss */
.icon-trash:before {
  content: "\f014";
}

/* line 290, ../sass/responsive/_font-awesome.scss */
.icon-home:before {
  content: "\f015";
}

/* line 291, ../sass/responsive/_font-awesome.scss */
.icon-file:before {
  content: "\f016";
}

/* line 292, ../sass/responsive/_font-awesome.scss */
.icon-time:before {
  content: "\f017";
}

/* line 293, ../sass/responsive/_font-awesome.scss */
.icon-road:before {
  content: "\f018";
}

/* line 294, ../sass/responsive/_font-awesome.scss */
.icon-download-alt:before {
  content: "\f019";
}

/* line 295, ../sass/responsive/_font-awesome.scss */
.icon-download:before {
  content: "\f01a";
}

/* line 296, ../sass/responsive/_font-awesome.scss */
.icon-upload:before {
  content: "\f01b";
}

/* line 297, ../sass/responsive/_font-awesome.scss */
.icon-inbox:before {
  content: "\f01c";
}

/* line 298, ../sass/responsive/_font-awesome.scss */
.icon-play-circle:before {
  content: "\f01d";
}

/* line 299, ../sass/responsive/_font-awesome.scss */
.icon-repeat:before {
  content: "\f01e";
}

/* \f020 doesn't work in Safari. all shifted one down */
/* line 302, ../sass/responsive/_font-awesome.scss */
.icon-refresh:before {
  content: "\f021";
}

/* line 303, ../sass/responsive/_font-awesome.scss */
.icon-list-alt:before {
  content: "\f022";
}

/* line 304, ../sass/responsive/_font-awesome.scss */
.icon-lock:before {
  content: "\f023";
}

/* line 305, ../sass/responsive/_font-awesome.scss */
.icon-flag:before {
  content: "\f024";
}

/* line 306, ../sass/responsive/_font-awesome.scss */
.icon-headphones:before {
  content: "\f025";
}

/* line 307, ../sass/responsive/_font-awesome.scss */
.icon-volume-off:before {
  content: "\f026";
}

/* line 308, ../sass/responsive/_font-awesome.scss */
.icon-volume-down:before {
  content: "\f027";
}

/* line 309, ../sass/responsive/_font-awesome.scss */
.icon-volume-up:before {
  content: "\f028";
}

/* line 310, ../sass/responsive/_font-awesome.scss */
.icon-qrcode:before {
  content: "\f029";
}

/* line 311, ../sass/responsive/_font-awesome.scss */
.icon-barcode:before {
  content: "\f02a";
}

/* line 312, ../sass/responsive/_font-awesome.scss */
.icon-tag:before {
  content: "\f02b";
}

/* line 313, ../sass/responsive/_font-awesome.scss */
.icon-tags:before {
  content: "\f02c";
}

/* line 314, ../sass/responsive/_font-awesome.scss */
.icon-book:before {
  content: "\f02d";
}

/* line 315, ../sass/responsive/_font-awesome.scss */
.icon-bookmark:before {
  content: "\f02e";
}

/* line 316, ../sass/responsive/_font-awesome.scss */
.icon-print:before {
  content: "\f02f";
}

/* line 318, ../sass/responsive/_font-awesome.scss */
.icon-camera:before {
  content: "\f030";
}

/* line 319, ../sass/responsive/_font-awesome.scss */
.icon-font:before {
  content: "\f031";
}

/* line 320, ../sass/responsive/_font-awesome.scss */
.icon-bold:before {
  content: "\f032";
}

/* line 321, ../sass/responsive/_font-awesome.scss */
.icon-italic:before {
  content: "\f033";
}

/* line 322, ../sass/responsive/_font-awesome.scss */
.icon-text-height:before {
  content: "\f034";
}

/* line 323, ../sass/responsive/_font-awesome.scss */
.icon-text-width:before {
  content: "\f035";
}

/* line 324, ../sass/responsive/_font-awesome.scss */
.icon-align-left:before {
  content: "\f036";
}

/* line 325, ../sass/responsive/_font-awesome.scss */
.icon-align-center:before {
  content: "\f037";
}

/* line 326, ../sass/responsive/_font-awesome.scss */
.icon-align-right:before {
  content: "\f038";
}

/* line 327, ../sass/responsive/_font-awesome.scss */
.icon-align-justify:before {
  content: "\f039";
}

/* line 328, ../sass/responsive/_font-awesome.scss */
.icon-list:before {
  content: "\f03a";
}

/* line 329, ../sass/responsive/_font-awesome.scss */
.icon-indent-left:before {
  content: "\f03b";
}

/* line 330, ../sass/responsive/_font-awesome.scss */
.icon-indent-right:before {
  content: "\f03c";
}

/* line 331, ../sass/responsive/_font-awesome.scss */
.icon-facetime-video:before {
  content: "\f03d";
}

/* line 332, ../sass/responsive/_font-awesome.scss */
.icon-picture:before {
  content: "\f03e";
}

/* line 334, ../sass/responsive/_font-awesome.scss */
.icon-pencil:before {
  content: "\f040";
}

/* line 335, ../sass/responsive/_font-awesome.scss */
.icon-map-marker:before {
  content: "\f041";
}

/* line 336, ../sass/responsive/_font-awesome.scss */
.icon-adjust:before {
  content: "\f042";
}

/* line 337, ../sass/responsive/_font-awesome.scss */
.icon-tint:before {
  content: "\f043";
}

/* line 338, ../sass/responsive/_font-awesome.scss */
.icon-edit:before {
  content: "\f044";
}

/* line 339, ../sass/responsive/_font-awesome.scss */
.icon-share:before {
  content: "\f045";
}

/* line 340, ../sass/responsive/_font-awesome.scss */
.icon-check:before {
  content: "\f046";
}

/* line 341, ../sass/responsive/_font-awesome.scss */
.icon-move:before {
  content: "\f047";
}

/* line 342, ../sass/responsive/_font-awesome.scss */
.icon-step-backward:before {
  content: "\f048";
}

/* line 343, ../sass/responsive/_font-awesome.scss */
.icon-fast-backward:before {
  content: "\f049";
}

/* line 344, ../sass/responsive/_font-awesome.scss */
.icon-backward:before {
  content: "\f04a";
}

/* line 345, ../sass/responsive/_font-awesome.scss */
.icon-play:before {
  content: "\f04b";
}

/* line 346, ../sass/responsive/_font-awesome.scss */
.icon-pause:before {
  content: "\f04c";
}

/* line 347, ../sass/responsive/_font-awesome.scss */
.icon-stop:before {
  content: "\f04d";
}

/* line 348, ../sass/responsive/_font-awesome.scss */
.icon-forward:before {
  content: "\f04e";
}

/* line 350, ../sass/responsive/_font-awesome.scss */
.icon-fast-forward:before {
  content: "\f050";
}

/* line 351, ../sass/responsive/_font-awesome.scss */
.icon-step-forward:before {
  content: "\f051";
}

/* line 352, ../sass/responsive/_font-awesome.scss */
.icon-eject:before {
  content: "\f052";
}

/* line 353, ../sass/responsive/_font-awesome.scss */
.icon-chevron-left:before {
  content: "\f053";
}

/* line 354, ../sass/responsive/_font-awesome.scss */
.icon-chevron-right:before {
  content: "\f054";
}

/* line 355, ../sass/responsive/_font-awesome.scss */
.icon-plus-sign:before {
  content: "\f055";
}

/* line 356, ../sass/responsive/_font-awesome.scss */
.icon-minus-sign:before {
  content: "\f056";
}

/* line 357, ../sass/responsive/_font-awesome.scss */
.icon-remove-sign:before {
  content: "\f057";
}

/* line 358, ../sass/responsive/_font-awesome.scss */
.icon-ok-sign:before {
  content: "\f058";
}

/* line 359, ../sass/responsive/_font-awesome.scss */
.icon-question-sign:before {
  content: "\f059";
}

/* line 360, ../sass/responsive/_font-awesome.scss */
.icon-info-sign:before {
  content: "\f05a";
}

/* line 361, ../sass/responsive/_font-awesome.scss */
.icon-screenshot:before {
  content: "\f05b";
}

/* line 362, ../sass/responsive/_font-awesome.scss */
.icon-remove-circle:before {
  content: "\f05c";
}

/* line 363, ../sass/responsive/_font-awesome.scss */
.icon-ok-circle:before {
  content: "\f05d";
}

/* line 364, ../sass/responsive/_font-awesome.scss */
.icon-ban-circle:before {
  content: "\f05e";
}

/* line 366, ../sass/responsive/_font-awesome.scss */
.icon-arrow-left:before {
  content: "\f060";
}

/* line 367, ../sass/responsive/_font-awesome.scss */
.icon-arrow-right:before {
  content: "\f061";
}

/* line 368, ../sass/responsive/_font-awesome.scss */
.icon-arrow-up:before {
  content: "\f062";
}

/* line 369, ../sass/responsive/_font-awesome.scss */
.icon-arrow-down:before {
  content: "\f063";
}

/* line 370, ../sass/responsive/_font-awesome.scss */
.icon-share-alt:before {
  content: "\f064";
}

/* line 371, ../sass/responsive/_font-awesome.scss */
.icon-resize-full:before {
  content: "\f065";
}

/* line 372, ../sass/responsive/_font-awesome.scss */
.icon-resize-small:before {
  content: "\f066";
}

/* line 373, ../sass/responsive/_font-awesome.scss */
.icon-plus:before {
  content: "\f067";
}

/* line 374, ../sass/responsive/_font-awesome.scss */
.icon-minus:before {
  content: "\f068";
}

/* line 375, ../sass/responsive/_font-awesome.scss */
.icon-asterisk:before {
  content: "\f069";
}

/* line 376, ../sass/responsive/_font-awesome.scss */
.icon-exclamation-sign:before {
  content: "\f06a";
}

/* line 377, ../sass/responsive/_font-awesome.scss */
.icon-gift:before {
  content: "\f06b";
}

/* line 378, ../sass/responsive/_font-awesome.scss */
.icon-leaf:before {
  content: "\f06c";
}

/* line 379, ../sass/responsive/_font-awesome.scss */
.icon-fire:before {
  content: "\f06d";
}

/* line 380, ../sass/responsive/_font-awesome.scss */
.icon-eye-open:before {
  content: "\f06e";
}

/* line 382, ../sass/responsive/_font-awesome.scss */
.icon-eye-close:before {
  content: "\f070";
}

/* line 383, ../sass/responsive/_font-awesome.scss */
.icon-warning-sign:before {
  content: "\f071";
}

/* line 384, ../sass/responsive/_font-awesome.scss */
.icon-plane:before {
  content: "\f072";
}

/* line 385, ../sass/responsive/_font-awesome.scss */
.icon-calendar:before {
  content: "\f073";
}

/* line 386, ../sass/responsive/_font-awesome.scss */
.icon-random:before {
  content: "\f074";
}

/* line 387, ../sass/responsive/_font-awesome.scss */
.icon-comment:before {
  content: "\f075";
}

/* line 388, ../sass/responsive/_font-awesome.scss */
.icon-magnet:before {
  content: "\f076";
}

/* line 389, ../sass/responsive/_font-awesome.scss */
.icon-chevron-up:before {
  content: "\f077";
}

/* line 390, ../sass/responsive/_font-awesome.scss */
.icon-chevron-down:before {
  content: "\f078";
}

/* line 391, ../sass/responsive/_font-awesome.scss */
.icon-retweet:before {
  content: "\f079";
}

/* line 392, ../sass/responsive/_font-awesome.scss */
.icon-shopping-cart:before {
  content: "\f07a";
}

/* line 393, ../sass/responsive/_font-awesome.scss */
.icon-folder-close:before {
  content: "\f07b";
}

/* line 394, ../sass/responsive/_font-awesome.scss */
.icon-folder-open:before {
  content: "\f07c";
}

/* line 395, ../sass/responsive/_font-awesome.scss */
.icon-resize-vertical:before {
  content: "\f07d";
}

/* line 396, ../sass/responsive/_font-awesome.scss */
.icon-resize-horizontal:before {
  content: "\f07e";
}

/* line 398, ../sass/responsive/_font-awesome.scss */
.icon-bar-chart:before {
  content: "\f080";
}

/* line 399, ../sass/responsive/_font-awesome.scss */
.icon-twitter-sign:before {
  content: "\f081";
}

/* line 400, ../sass/responsive/_font-awesome.scss */
.icon-facebook-sign:before {
  content: "\f082";
}

/* line 401, ../sass/responsive/_font-awesome.scss */
.icon-camera-retro:before {
  content: "\f083";
}

/* line 402, ../sass/responsive/_font-awesome.scss */
.icon-key:before {
  content: "\f084";
}

/* line 403, ../sass/responsive/_font-awesome.scss */
.icon-cogs:before {
  content: "\f085";
}

/* line 404, ../sass/responsive/_font-awesome.scss */
.icon-comments:before {
  content: "\f086";
}

/* line 405, ../sass/responsive/_font-awesome.scss */
.icon-thumbs-up:before {
  content: "\f087";
}

/* line 406, ../sass/responsive/_font-awesome.scss */
.icon-thumbs-down:before {
  content: "\f088";
}

/* line 407, ../sass/responsive/_font-awesome.scss */
.icon-star-half:before {
  content: "\f089";
}

/* line 408, ../sass/responsive/_font-awesome.scss */
.icon-heart-empty:before {
  content: "\f08a";
}

/* line 409, ../sass/responsive/_font-awesome.scss */
.icon-signout:before {
  content: "\f08b";
}

/* line 410, ../sass/responsive/_font-awesome.scss */
.icon-linkedin-sign:before {
  content: "\f08c";
}

/* line 411, ../sass/responsive/_font-awesome.scss */
.icon-pushpin:before {
  content: "\f08d";
}

/* line 412, ../sass/responsive/_font-awesome.scss */
.icon-external-link:before {
  content: "\f08e";
}

/* line 414, ../sass/responsive/_font-awesome.scss */
.icon-signin:before {
  content: "\f090";
}

/* line 415, ../sass/responsive/_font-awesome.scss */
.icon-trophy:before {
  content: "\f091";
}

/* line 416, ../sass/responsive/_font-awesome.scss */
.icon-github-sign:before {
  content: "\f092";
}

/* line 417, ../sass/responsive/_font-awesome.scss */
.icon-upload-alt:before {
  content: "\f093";
}

/* line 418, ../sass/responsive/_font-awesome.scss */
.icon-lemon:before {
  content: "\f094";
}

/* line 419, ../sass/responsive/_font-awesome.scss */
.icon-phone:before {
  content: "\f095";
}

/* line 420, ../sass/responsive/_font-awesome.scss */
.icon-check-empty:before {
  content: "\f096";
}

/* line 421, ../sass/responsive/_font-awesome.scss */
.icon-bookmark-empty:before {
  content: "\f097";
}

/* line 422, ../sass/responsive/_font-awesome.scss */
.icon-phone-sign:before {
  content: "\f098";
}

/* line 423, ../sass/responsive/_font-awesome.scss */
.icon-twitter:before {
  content: "\f099";
}

/* line 424, ../sass/responsive/_font-awesome.scss */
.icon-facebook:before {
  content: "\f09a";
}

/* line 425, ../sass/responsive/_font-awesome.scss */
.icon-github:before {
  content: "\f09b";
}

/* line 426, ../sass/responsive/_font-awesome.scss */
.icon-unlock:before {
  content: "\f09c";
}

/* line 427, ../sass/responsive/_font-awesome.scss */
.icon-credit-card:before {
  content: "\f09d";
}

/* line 428, ../sass/responsive/_font-awesome.scss */
.icon-rss:before {
  content: "\f09e";
}

/* line 430, ../sass/responsive/_font-awesome.scss */
.icon-hdd:before {
  content: "\f0a0";
}

/* line 431, ../sass/responsive/_font-awesome.scss */
.icon-bullhorn:before {
  content: "\f0a1";
}

/* line 432, ../sass/responsive/_font-awesome.scss */
.icon-bell:before {
  content: "\f0a2";
}

/* line 433, ../sass/responsive/_font-awesome.scss */
.icon-certificate:before {
  content: "\f0a3";
}

/* line 434, ../sass/responsive/_font-awesome.scss */
.icon-hand-right:before {
  content: "\f0a4";
}

/* line 435, ../sass/responsive/_font-awesome.scss */
.icon-hand-left:before {
  content: "\f0a5";
}

/* line 436, ../sass/responsive/_font-awesome.scss */
.icon-hand-up:before {
  content: "\f0a6";
}

/* line 437, ../sass/responsive/_font-awesome.scss */
.icon-hand-down:before {
  content: "\f0a7";
}

/* line 438, ../sass/responsive/_font-awesome.scss */
.icon-circle-arrow-left:before {
  content: "\f0a8";
}

/* line 439, ../sass/responsive/_font-awesome.scss */
.icon-circle-arrow-right:before {
  content: "\f0a9";
}

/* line 440, ../sass/responsive/_font-awesome.scss */
.icon-circle-arrow-up:before {
  content: "\f0aa";
}

/* line 441, ../sass/responsive/_font-awesome.scss */
.icon-circle-arrow-down:before {
  content: "\f0ab";
}

/* line 442, ../sass/responsive/_font-awesome.scss */
.icon-globe:before {
  content: "\f0ac";
}

/* line 443, ../sass/responsive/_font-awesome.scss */
.icon-wrench:before {
  content: "\f0ad";
}

/* line 444, ../sass/responsive/_font-awesome.scss */
.icon-tasks:before {
  content: "\f0ae";
}

/* line 446, ../sass/responsive/_font-awesome.scss */
.icon-filter:before {
  content: "\f0b0";
}

/* line 447, ../sass/responsive/_font-awesome.scss */
.icon-briefcase:before {
  content: "\f0b1";
}

/* line 448, ../sass/responsive/_font-awesome.scss */
.icon-fullscreen:before {
  content: "\f0b2";
}

/* line 450, ../sass/responsive/_font-awesome.scss */
.icon-group:before {
  content: "\f0c0";
}

/* line 451, ../sass/responsive/_font-awesome.scss */
.icon-link:before {
  content: "\f0c1";
}

/* line 452, ../sass/responsive/_font-awesome.scss */
.icon-cloud:before {
  content: "\f0c2";
}

/* line 453, ../sass/responsive/_font-awesome.scss */
.icon-beaker:before {
  content: "\f0c3";
}

/* line 454, ../sass/responsive/_font-awesome.scss */
.icon-cut:before {
  content: "\f0c4";
}

/* line 455, ../sass/responsive/_font-awesome.scss */
.icon-copy:before {
  content: "\f0c5";
}

/* line 456, ../sass/responsive/_font-awesome.scss */
.icon-paper-clip:before {
  content: "\f0c6";
}

/* line 457, ../sass/responsive/_font-awesome.scss */
.icon-save:before {
  content: "\f0c7";
}

/* line 458, ../sass/responsive/_font-awesome.scss */
.icon-sign-blank:before {
  content: "\f0c8";
}

/* line 459, ../sass/responsive/_font-awesome.scss */
.icon-reorder:before {
  content: "\f0c9";
}

/* line 460, ../sass/responsive/_font-awesome.scss */
.icon-list-ul:before {
  content: "\f0ca";
}

/* line 461, ../sass/responsive/_font-awesome.scss */
.icon-list-ol:before {
  content: "\f0cb";
}

/* line 462, ../sass/responsive/_font-awesome.scss */
.icon-strikethrough:before {
  content: "\f0cc";
}

/* line 463, ../sass/responsive/_font-awesome.scss */
.icon-underline:before {
  content: "\f0cd";
}

/* line 464, ../sass/responsive/_font-awesome.scss */
.icon-table:before {
  content: "\f0ce";
}

/* line 466, ../sass/responsive/_font-awesome.scss */
.icon-magic:before {
  content: "\f0d0";
}

/* line 467, ../sass/responsive/_font-awesome.scss */
.icon-truck:before {
  content: "\f0d1";
}

/* line 468, ../sass/responsive/_font-awesome.scss */
.icon-pinterest:before {
  content: "\f0d2";
}

/* line 469, ../sass/responsive/_font-awesome.scss */
.icon-pinterest-sign:before {
  content: "\f0d3";
}

/* line 470, ../sass/responsive/_font-awesome.scss */
.icon-google-plus-sign:before {
  content: "\f0d4";
}

/* line 471, ../sass/responsive/_font-awesome.scss */
.icon-google-plus:before {
  content: "\f0d5";
}

/* line 472, ../sass/responsive/_font-awesome.scss */
.icon-money:before {
  content: "\f0d6";
}

/* line 473, ../sass/responsive/_font-awesome.scss */
.icon-caret-down:before {
  content: "\f0d7";
}

/* line 474, ../sass/responsive/_font-awesome.scss */
.icon-caret-up:before {
  content: "\f0d8";
}

/* line 475, ../sass/responsive/_font-awesome.scss */
.icon-caret-left:before {
  content: "\f0d9";
}

/* line 476, ../sass/responsive/_font-awesome.scss */
.icon-caret-right:before {
  content: "\f0da";
}

/* line 477, ../sass/responsive/_font-awesome.scss */
.icon-columns:before {
  content: "\f0db";
}

/* line 478, ../sass/responsive/_font-awesome.scss */
.icon-sort:before {
  content: "\f0dc";
}

/* line 479, ../sass/responsive/_font-awesome.scss */
.icon-sort-down:before {
  content: "\f0dd";
}

/* line 480, ../sass/responsive/_font-awesome.scss */
.icon-sort-up:before {
  content: "\f0de";
}

/* line 482, ../sass/responsive/_font-awesome.scss */
.icon-envelope-alt:before {
  content: "\f0e0";
}

/* line 483, ../sass/responsive/_font-awesome.scss */
.icon-linkedin:before {
  content: "\f0e1";
}

/* line 484, ../sass/responsive/_font-awesome.scss */
.icon-undo:before {
  content: "\f0e2";
}

/* line 485, ../sass/responsive/_font-awesome.scss */
.icon-legal:before {
  content: "\f0e3";
}

/* line 486, ../sass/responsive/_font-awesome.scss */
.icon-dashboard:before {
  content: "\f0e4";
}

/* line 487, ../sass/responsive/_font-awesome.scss */
.icon-comment-alt:before {
  content: "\f0e5";
}

/* line 488, ../sass/responsive/_font-awesome.scss */
.icon-comments-alt:before {
  content: "\f0e6";
}

/* line 489, ../sass/responsive/_font-awesome.scss */
.icon-bolt:before {
  content: "\f0e7";
}

/* line 490, ../sass/responsive/_font-awesome.scss */
.icon-sitemap:before {
  content: "\f0e8";
}

/* line 491, ../sass/responsive/_font-awesome.scss */
.icon-umbrella:before {
  content: "\f0e9";
}

/* line 492, ../sass/responsive/_font-awesome.scss */
.icon-paste:before {
  content: "\f0ea";
}

/* line 493, ../sass/responsive/_font-awesome.scss */
.icon-lightbulb:before {
  content: "\f0eb";
}

/* line 494, ../sass/responsive/_font-awesome.scss */
.icon-exchange:before {
  content: "\f0ec";
}

/* line 495, ../sass/responsive/_font-awesome.scss */
.icon-cloud-download:before {
  content: "\f0ed";
}

/* line 496, ../sass/responsive/_font-awesome.scss */
.icon-cloud-upload:before {
  content: "\f0ee";
}

/* line 498, ../sass/responsive/_font-awesome.scss */
.icon-user-md:before {
  content: "\f0f0";
}

/* line 499, ../sass/responsive/_font-awesome.scss */
.icon-stethoscope:before {
  content: "\f0f1";
}

/* line 500, ../sass/responsive/_font-awesome.scss */
.icon-suitcase:before {
  content: "\f0f2";
}

/* line 501, ../sass/responsive/_font-awesome.scss */
.icon-bell-alt:before {
  content: "\f0f3";
}

/* line 502, ../sass/responsive/_font-awesome.scss */
.icon-coffee:before {
  content: "\f0f4";
}

/* line 503, ../sass/responsive/_font-awesome.scss */
.icon-food:before {
  content: "\f0f5";
}

/* line 504, ../sass/responsive/_font-awesome.scss */
.icon-file-alt:before {
  content: "\f0f6";
}

/* line 505, ../sass/responsive/_font-awesome.scss */
.icon-building:before {
  content: "\f0f7";
}

/* line 506, ../sass/responsive/_font-awesome.scss */
.icon-hospital:before {
  content: "\f0f8";
}

/* line 507, ../sass/responsive/_font-awesome.scss */
.icon-ambulance:before {
  content: "\f0f9";
}

/* line 508, ../sass/responsive/_font-awesome.scss */
.icon-medkit:before {
  content: "\f0fa";
}

/* line 509, ../sass/responsive/_font-awesome.scss */
.icon-fighter-jet:before {
  content: "\f0fb";
}

/* line 510, ../sass/responsive/_font-awesome.scss */
.icon-beer:before {
  content: "\f0fc";
}

/* line 511, ../sass/responsive/_font-awesome.scss */
.icon-h-sign:before {
  content: "\f0fd";
}

/* line 512, ../sass/responsive/_font-awesome.scss */
.icon-plus-sign-alt:before {
  content: "\f0fe";
}

/* line 514, ../sass/responsive/_font-awesome.scss */
.icon-double-angle-left:before {
  content: "\f100";
}

/* line 515, ../sass/responsive/_font-awesome.scss */
.icon-double-angle-right:before {
  content: "\f101";
}

/* line 516, ../sass/responsive/_font-awesome.scss */
.icon-double-angle-up:before {
  content: "\f102";
}

/* line 517, ../sass/responsive/_font-awesome.scss */
.icon-double-angle-down:before {
  content: "\f103";
}

/* line 518, ../sass/responsive/_font-awesome.scss */
.icon-angle-left:before {
  content: "\f104";
}

/* line 519, ../sass/responsive/_font-awesome.scss */
.icon-angle-right:before {
  content: "\f105";
}

/* line 520, ../sass/responsive/_font-awesome.scss */
.icon-angle-up:before {
  content: "\f106";
}

/* line 521, ../sass/responsive/_font-awesome.scss */
.icon-angle-down:before {
  content: "\f107";
}

/* line 522, ../sass/responsive/_font-awesome.scss */
.icon-desktop:before {
  content: "\f108";
}

/* line 523, ../sass/responsive/_font-awesome.scss */
.icon-laptop:before {
  content: "\f109";
}

/* line 524, ../sass/responsive/_font-awesome.scss */
.icon-tablet:before {
  content: "\f10a";
}

/* line 525, ../sass/responsive/_font-awesome.scss */
.icon-mobile-phone:before {
  content: "\f10b";
}

/* line 526, ../sass/responsive/_font-awesome.scss */
.icon-circle-blank:before {
  content: "\f10c";
}

/* line 527, ../sass/responsive/_font-awesome.scss */
.icon-quote-left:before {
  content: "\f10d";
}

/* line 528, ../sass/responsive/_font-awesome.scss */
.icon-quote-right:before {
  content: "\f10e";
}

/* line 530, ../sass/responsive/_font-awesome.scss */
.icon-spinner:before {
  content: "\f110";
}

/* line 531, ../sass/responsive/_font-awesome.scss */
.icon-circle:before {
  content: "\f111";
}

/* line 532, ../sass/responsive/_font-awesome.scss */
.icon-reply:before {
  content: "\f112";
}

/* line 533, ../sass/responsive/_font-awesome.scss */
.icon-github-alt:before {
  content: "\f113";
}

/* line 534, ../sass/responsive/_font-awesome.scss */
.icon-folder-close-alt:before {
  content: "\f114";
}

/* line 535, ../sass/responsive/_font-awesome.scss */
.icon-folder-open-alt:before {
  content: "\f115";
}

/*!

BYU Styles 

*/
/* line 3, ../sass/responsive/_bootstrap-override.scss */
.btn-info {
  color: #114477;
  text-shadow: #fff 0px -1px 0px;
}
/* line 6, ../sass/responsive/_bootstrap-override.scss */
.btn-info:hover {
  color: #002255;
}

/* line 11, ../sass/responsive/_bootstrap-override.scss */
.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 21, ../sass/responsive/_bootstrap-override.scss */
.bs-docs-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}

/* line 36, ../sass/responsive/_bootstrap-override.scss */
.bs-docs-example + .prettyprint {
  margin-top: -20px;
  padding-top: 15px;
}

/* line 40, ../sass/responsive/_bootstrap-override.scss */
h3 code {
  font-size: 15px;
  font-weight: normal;
}

/* line 44, ../sass/responsive/_bootstrap-override.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 61, ../sass/responsive/_bootstrap-override.scss */
code, pre {
  padding: 0 3px 2px;
  font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 69, ../sass/responsive/_bootstrap-override.scss */
dd {
  margin-left: 10px;
  padding: 0 0 10px 0;
}

/* line 73, ../sass/responsive/_bootstrap-override.scss */
.bs-docs-separator {
  margin: 40px 0 39px;
}

/* line 78, ../sass/responsive/_bootstrap-override.scss */
a:link.btn, a:visited.btn {
  color: #333;
}
/* line 81, ../sass/responsive/_bootstrap-override.scss */
a:link.btn-primary, a:link.btn-success, a:link.btn-warning, a:link.btn-danger, a:link.btn-inverse, a:visited.btn-primary, a:visited.btn-success, a:visited.btn-warning, a:visited.btn-danger, a:visited.btn-inverse {
  color: #fff;
}
/* line 84, ../sass/responsive/_bootstrap-override.scss */
a:link.btn-link, a:link.btn-info, a:visited.btn-link, a:visited.btn-info {
  color: #336699;
}

/*!

* Header & Footer
*
*/
/* Variables */
/* line 14, ../sass/responsive/_header-footer.scss */
#logo {
  padding-left: 3%;
}
/* line 16, ../sass/responsive/_header-footer.scss */
#logo h2 {
  margin-left: -9px;
}

/* line 20, ../sass/responsive/_header-footer.scss */
a.mybyu, a.sign-in, .open #search-button {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

/* line 24, ../sass/responsive/_header-footer.scss */
#header-top a.sign-in {
  right: 3%;
  background: #4a79a7;
  background: -webkit-linear-gradient(top, #628cb6, #336699);
  background: -moz-linear-gradient(top, #628cb6, #336699);
  background: -ms-linear-gradient(top, #628cb6, #336699);
  background: -o-linear-gradient(top, #628cb6, #336699);
  background: linear-gradient(top, #628cb6, #336699);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 8px rgba(0, 0, 0, 0.2);
}
/* line 28, ../sass/responsive/_header-footer.scss */
#header-top a.sign-in:hover {
  border: none;
  margin: 0;
  background: #366797;
  background: -webkit-linear-gradient(top, #4a79a7, #225588);
  background: -moz-linear-gradient(top, #4a79a7, #225588);
  background: -ms-linear-gradient(top, #4a79a7, #225588);
  background: -o-linear-gradient(top, #4a79a7, #225588);
  background: linear-gradient(top, #4a79a7, #225588);
}

/* line 35, ../sass/responsive/_header-footer.scss */
#site-name {
  text-shadow: 0 0 12px rgba(0, 25, 72, 0.5);
}

/* line 39, ../sass/responsive/_header-footer.scss */
.parentlink {
  text-shadow: 0 0 6px rgba(0, 25, 72, 0.65);
}

/* line 44, ../sass/responsive/_header-footer.scss */
#site-name:hover, .parentlink:hover {
  text-decoration: none;
  color: #ffffee;
  text-shadow: 0 0 20px #001948;
}

/* line 53, ../sass/responsive/_header-footer.scss */
#logo a.parentlink:hover {
  color: #ffffee;
}

/* line 59, ../sass/responsive/_header-footer.scss */
#page-footer {
  -webkit-box-shadow: 0 -1px 0px #dddddd;
  -moz-box-shadow: 0 -1px 0px #dddddd;
  box-shadow: 0 -1px 0px #dddddd;
  border-top: 1px solid #fff;
}

@media all and (min-width: 32em) {
  /* line 66, ../sass/responsive/_header-footer.scss */
  #logo a.byu {
    background-image: url("//home.byu.edu/home/sites/default/files/global/img/byu-logo-header.png");
    width: 350px;
  }
  /* line 69, ../sass/responsive/_header-footer.scss */
  .svg #logo a.byu {
    background-image: url("//home.byu.edu/home/sites/default/files/global/img/byu-logo-header.svg");
  }
}
/* Medium width */
@media all and (min-width: 37.5em) {
  /* line 83, ../sass/responsive/_header-footer.scss */
  #main-header {
    background: #003366 url("//home.byu.edu/home/sites/default/files/global/img/byu-header-bg.png") top left no-repeat;
    background-size: 100% 100%;
  }
  /* line 86, ../sass/responsive/_header-footer.scss */
  .svg #main-header {
    background-image: url("//home.byu.edu/home/sites/default/files/global/img/byu-header-bg.svg");
  }

  /* line 91, ../sass/responsive/_header-footer.scss */
  #header-top h1 {
    margin: .25em 4% .4em;
  }

  /* line 96, ../sass/responsive/_header-footer.scss */
  #logo {
    background-color: transparent;
    padding-bottom: 0;
    border: none;
  }

  /* line 102, ../sass/responsive/_header-footer.scss */
  .parentlink {
    letter-spacing: 1px;
  }

  /* line 109, ../sass/responsive/_header-footer.scss */
  #page-footer .wrapper {
    margin-left: 4%;
    margin-right: 4%;
  }

  /* line 117, ../sass/responsive/_header-footer.scss */
  #footer-links .col {
    display: inline-block;
    vertical-align: top;
    width: 41.855%;
    margin-left: 5.43%;
    padding-top: 1em;
  }
  /* line 124, ../sass/responsive/_header-footer.scss */
  #footer-links .double {
    width: 89.14%;
  }
  /* line 126, ../sass/responsive/_header-footer.scss */
  #footer-links .double .right, #footer-links .double .left {
    width: 46%;
    display: inline-block;
  }
  /* line 130, ../sass/responsive/_header-footer.scss */
  #footer-links .double .right {
    margin-left: 7%;
  }
  /* line 134, ../sass/responsive/_header-footer.scss */
  #footer-links h2 {
    margin: 0;
  }
}
@media all and (min-width: 56.25em) {
  .front .sidebar {
    width: 30% !important;
    margin: 0 1%;
  }

  /* line 156, ../sass/responsive/_header-footer.scss */
  #page-footer .wrapper {
    margin: 1em auto 2em;
  }
  /* line 160, ../sass/responsive/_header-footer.scss */
  #page-footer #footer-bottom {
    padding: .5em 9% 1px;
	text-align: center;
  }
  /* line 162, ../sass/responsive/_header-footer.scss */
  #page-footer #footer-bottom a {
    display: inline-block;
   
  }
  /* line 167, ../sass/responsive/_header-footer.scss */
  #page-footer #footer-bottom #lds {
    text-indent: 0em;
  }
  /* line 169, ../sass/responsive/_header-footer.scss */
  #page-footer #footer-bottom a#copyright {
    text-indent: 0em;
  }
  /* line 175, ../sass/responsive/_header-footer.scss */
  #page-footer #footer-bottom a#ldsbc, #page-footer #footer-bottom a#byui, #page-footer #footer-bottom a#byuh, #page-footer #footer-bottom a#byu {
    background: transparent url("../img/footer-logos.png") no-repeat;
    opacity: 0.7;
    margin: 0 5px;
    height: 51px;
    width: 70px;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    float: left;
  }
  /* line 184, ../sass/responsive/_header-footer.scss */
  .svg #page-footer #footer-bottom a#ldsbc, .svg #page-footer #footer-bottom a#byui, .svg #page-footer #footer-bottom a#byuh, .svg #page-footer #footer-bottom a#byu {
    background-image: url("../img/footer-logos.svg");
  }
  /* line 188, ../sass/responsive/_header-footer.scss */
  #page-footer #footer-bottom a#ldsbc:hover, #page-footer #footer-bottom a#byui:hover, #page-footer #footer-bottom a#byuh:hover, #page-footer #footer-bottom a#byu:hover {
    opacity: 1;
  }
  /* line 193, ../sass/responsive/_header-footer.scss */
  #page-footer #footer-bottom a#lds {
    width: 14em;
    text-align: center;
    opacity: .9;
    float: right;
    margin-right: -15px;
    /*
    @extend %school-link;
    background-position: -425px 0;
    width: 160px;
    */
  }
  /* line 206, ../sass/responsive/_header-footer.scss */
  #page-footer #footer-bottom a#ldsbc {
    background-position: -300px 0;
  }
  /* line 211, ../sass/responsive/_header-footer.scss */
  #page-footer #footer-bottom a#byui {
    background-position: -210px 0;
    margin-left: -6px;
  }
  /* line 217, ../sass/responsive/_header-footer.scss */
  #page-footer #footer-bottom a#byuh {
    background-position: -110px 0;
  }
  /* line 221, ../sass/responsive/_header-footer.scss */
  #page-footer #footer-bottom a#byu {
    background-position: -8px -9px;
    margin-left: -6px;
    width: 80px;
  }

  /* line 232, ../sass/responsive/_header-footer.scss */
  #footer-links .wrapper {
    margin-right: 0;
    margin-left: 9%;
  }
  /* line 236, ../sass/responsive/_header-footer.scss */
  #footer-links .col {
    display: inline-block;
    vertical-align: top;
   
    margin-left: 2%;
    padding-top: 1em;
  }
  /* line 243, ../sass/responsive/_header-footer.scss */
  #footer-links .double {
    width: 34.8%;
  }
  /* line 245, ../sass/responsive/_header-footer.scss */
  #footer-links .double .right, #footer-links .double .left {
    width: 43%;
    display: inline-block;
  }
  /* line 249, ../sass/responsive/_header-footer.scss */
  #footer-links .double .right {
    margin-left: 10%;
  }
  /* line 253, ../sass/responsive/_header-footer.scss */
  #footer-links .col.alpha, #footer-links .col:first-child {
    margin-left: 0;
  }
}
@media all and (min-width: 71.625em) {
  /* line 262, ../sass/responsive/_header-footer.scss */
  #page-footer #footer-links .wrapper {
    max-width: 71.625em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 1, ../sass/responsive/_breadcrumb.scss */
.breadcrumb {
  display: block;
  padding: 0;
  background-color: transparent;
}
/* line 6, ../sass/responsive/_breadcrumb.scss */
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited {
  color: #336699;
}
/* line 10, ../sass/responsive/_breadcrumb.scss */
.breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus {
  text-decoration: none;
  color: #003366;
}
/* line 15, ../sass/responsive/_breadcrumb.scss */
.breadcrumb .divider {
  width: 10px;
}

/*!
* Search
*/
/* Variables */
/* Small width */
/* line 16, ../sass/responsive/_search.scss */
#search-menu {
  height: auto;
  padding: 5px 3% 5px 75px;
  overflow: hidden;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 25, ../sass/responsive/_search.scss */
#search-container {
  padding: 0;
  height: 32px;
  position: relative;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background: #4a79a7;
  background: -webkit-linear-gradient(top, #628cb6, #336699);
  background: -moz-linear-gradient(top, #628cb6, #336699);
  background: -ms-linear-gradient(top, #628cb6, #336699);
  background: -o-linear-gradient(top, #628cb6, #336699);
  background: linear-gradient(top, #628cb6, #336699);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 8px rgba(0, 0, 0, 0.2);
  /** Styling for both search forms **/
}
/* line 33, ../sass/responsive/_search.scss */
#search-container .gcse-wrapper {
  background: none;
  position: absolute;
  padding: 0 5px;
  top: 1px;
  left: 0;
  text-align: left;
}
/* line 41, ../sass/responsive/_search.scss */
#search-container .gcse-wrapper div, #search-container .gcse-wrapper table, #search-container .gcse-wrapper td, #search-container .gcse-wrapper form {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  position: static;
}
/* line 51, ../sass/responsive/_search.scss */
#search-container .gcse-wrapper .gsc-control-cse td {
  vertical-align: top !important;
}
/* line 52, ../sass/responsive/_search.scss */
#search-container .gcse-wrapper .gsc-control-cse table td .gsc-input-box {
  background: none;
  padding: 0;
}
/* line 60, ../sass/responsive/_search.scss */
#search-container .gcse-wrapper .gsc-control-cse table td .gsc-input-box-hover, #search-container .gcse-wrapper .gsc-control-cse table td .gsc-input-box-focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 63, ../sass/responsive/_search.scss */
#search-container .gcse-wrapper .gsc-control-cse td.gsc-search-button {
  padding: 0;
}
/* line 65, ../sass/responsive/_search.scss */
#search-container .gcse-wrapper .gsc-control-cse td.gsc-search-button input.gsc-search-button-v2 {
  background: none;
  border: none;
  text-indent: -1000px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  padding: 8px 1.5em;
}
/* line 77, ../sass/responsive/_search.scss */
#search-container .gcse-wrapper .gsc-results-wrapper-overlay {
  background: #fff;
  left: 2%;
  width: 86%;
  padding: 10px 5%;
  border: 1px solid #bbb;
  -webkit-box-shadow: 0 0 200px 50px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 200px 50px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 200px 50px rgba(0, 0, 0, 0.25);
}
/* line 85, ../sass/responsive/_search.scss */
#search-container .gcse-wrapper .gsc-results-wrapper-overlay a, #search-container .gcse-wrapper .gsc-results-wrapper-overlay a b {
  color: #264cb2;
}
/* line 88, ../sass/responsive/_search.scss */
#search-container .gcse-wrapper .gsc-results-wrapper-overlay a:visited, #search-container .gcse-wrapper .gsc-results-wrapper-overlay a:visited b {
  color: #539;
}
/* line 92, ../sass/responsive/_search.scss */
#search-container .gcse-wrapper .gsc-results-wrapper-overlay .gsc-above-wrapper-area {
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}
/* line 97, ../sass/responsive/_search.scss */
#search-container .gcse-wrapper .gsc-results-wrapper-overlay .gsc-results-close-btn {
  top: 7px;
  right: 7px;
  background: #d8e8f7;
  background: -webkit-linear-gradient(top, #e0edf9, #d1e4f6);
  background: -moz-linear-gradient(top, #e0edf9, #d1e4f6);
  background: -ms-linear-gradient(top, #e0edf9, #d1e4f6);
  background: -o-linear-gradient(top, #e0edf9, #d1e4f6);
  background: linear-gradient(top, #e0edf9, #d1e4f6);
  border: 1px solid #91b2d2;
  width: 2.3em;
  height: 2.3em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 108, ../sass/responsive/_search.scss */
#search-container .gcse-wrapper .gsc-results-wrapper-overlay .gsc-results-close-btn:before {
  content: "×";
  font-size: 2em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #336699;
  line-height: 1em;
}
/* line 119, ../sass/responsive/_search.scss */
#search-container .gcse-wrapper .gsc-results-wrapper-overlay .gsc-results-close-btn:hover {
  background: #cbdff2;
  background: -webkit-linear-gradient(top, #d8e8f7, #bed6ed);
  background: -moz-linear-gradient(top, #d8e8f7, #bed6ed);
  background: -ms-linear-gradient(top, #d8e8f7, #bed6ed);
  background: -o-linear-gradient(top, #d8e8f7, #bed6ed);
  background: linear-gradient(top, #d8e8f7, #bed6ed);
  border-color: #628cb6;
}
/* line 123, ../sass/responsive/_search.scss */
#search-container .gcse-wrapper .gsc-results-wrapper-overlay .gsc-results-close-btn:hover:before {
  color: #001948;
}
/* line 132, ../sass/responsive/_search.scss */
#search-container .gcse-wrapper .gsc-results .gsc-cursor-box {
  margin: 2em 0 3em;
}
/* line 135, ../sass/responsive/_search.scss */
#search-container .gcse-wrapper .gsc-results .gsc-cursor-box .gsc-cursor-page {
  padding: .75em;
  background-color: #eee;
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
/* line 141, ../sass/responsive/_search.scss */
#search-container .gcse-wrapper .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  background-color: #114477;
  color: #fff;
  text-decoration: none;
}
/* line 147, ../sass/responsive/_search.scss */
#search-container .gcse-wrapper .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: #336699;
  color: #fff;
}
/* line 152, ../sass/responsive/_search.scss */
#search-container .gcse-wrapper .gsc-results .gsc-cursor {
  display: inline;
}
/* line 158, ../sass/responsive/_search.scss */
#search-container .gcse-wrapper .gsib_b div {
  position: absolute;
  top: 5px;
  right: 48px;
}
/* line 163, ../sass/responsive/_search.scss */
#search-container .gcse-wrapper .gsib_b div a span {
  color: #aaa;
}
/* line 166, ../sass/responsive/_search.scss */
#search-container .gcse-wrapper .gsib_b div a:hover span {
  color: #777;
}
/* line 172, ../sass/responsive/_search.scss */
#search-container .gcse-wrapper .gsc-result {
  padding: .75em 0;
}
/* line 181, ../sass/responsive/_search.scss */
#search-container .gcse-wrapper .gs-webResult .gs-snippet, #search-container .gcse-wrapper .gs-imageResult .gs-snippet, #search-container .gcse-wrapper .gs-fileFormatType {
  color: #555;
}
/* line 185, ../sass/responsive/_search.scss */
#search-container .gcse-wrapper .gsc-url-top {
  margin: .2em 0 .4em;
}
/* line 191, ../sass/responsive/_search.scss */
#search-container .gsc-search-button, #search-container .gsc-search-button-v2 {
  background-color: #628cb6;
  background-image: none;
  padding: 7px 18px;
  position: relative;
  top: 1px;
}
/* line 197, ../sass/responsive/_search.scss */
#search-container .gsc-search-button:hover, #search-container .gsc-search-button:active, #search-container .gsc-search-button-v2:hover, #search-container .gsc-search-button-v2:active {
  margin: 0;
  margin-right: -2px;
}
/* line 203, ../sass/responsive/_search.scss */
#search-container input.gsc-input {
  background-position: 14px 50% !important;
}
/* line 208, ../sass/responsive/_search.scss */
#search-container .gsc-input-box {
  padding-right: 20px !important;
  position: relative;
  padding-right: 0 !important;
  height: auto;
}
/* line 217, ../sass/responsive/_search.scss */
#search-container #basic-search, #search-container .gcse-wrapper {
  margin: 0;
  top: 0;
  left: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 225, ../sass/responsive/_search.scss */
#search-container #basic-search {
  padding-right: 43px;
}
/* line 228, ../sass/responsive/_search.scss */
#search-container .gcse-wrapper {
  width: 100%;
}
/* line 232, ../sass/responsive/_search.scss */
#search-container #search-submit {
  background: url(../img/search_box_icon.png) 9px 8px no-repeat;
  overflow: hidden;
  text-indent: -1000px;
  margin: 0;
  padding-left: 0;
  width: 34px;
  top: 1px;
}
/* line 242, ../sass/responsive/_search.scss */
#search-container #basic-search #search, #search-container input.gsc-input {
  border: 0 !important;
  padding: 6px 8px 6px 14px !important;
  background-position: 14px 50% !important;
  height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
/* line 252, ../sass/responsive/_search.scss */
#search-container #basic-search #search::selection, #search-container input.gsc-input::selection {
  border: 0;
}
/* line 257, ../sass/responsive/_search.scss */
#search-container input.gsc-input {
  position: relative;
  top: 1px;
  height: 30px !important;
}

/*** Medium width ***/
@media all and (min-width: 37.5em) {
  /* line 283, ../sass/responsive/_search.scss */
  #search-menu {
    padding-left: 37%;
    text-align: right;
    border: none;
  }
}
/*!

* Navigation
*
*/
/* line 12, ../sass/responsive/_nav.scss */
html {
  overflow-x: hidden;
  overflow-y: scroll;
}

/* Side slider navigation */
/* line 19, ../sass/responsive/_nav.scss */
body {
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
  position: relative;
  left: 0;
  overflow: hidden;
}

/* line 26, ../sass/responsive/_nav.scss */
#content {
  background-color: white;
}

/* line 30, ../sass/responsive/_nav.scss */
#main-header, #content, #page-footer {
  z-index: 2;
  left: 0%;
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

/* line 36, ../sass/responsive/_nav.scss */
body.sideNav {
  min-height: 1600px;
}
/* line 39, ../sass/responsive/_nav.scss */
body.sideNav #main-header, body.sideNav #search-menu, body.sideNav #content, body.sideNav #page-footer {
  left: 75%;
}

/* line 45, ../sass/responsive/_nav.scss */
.nav-container {
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  z-index: 1;
  background-color: #002255;
}
/* line 54, ../sass/responsive/_nav.scss */
.nav-container a:active {
  background-color: transparent;
}
/* line 58, ../sass/responsive/_nav.scss */
.nav-container:after {
  content: " ";
  display: block;
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 25, 72, 0)), color-stop(25%, rgba(0, 25, 72, 0.1)), color-stop(100%, rgba(0, 25, 72, 0.65)));
  background-image: -webkit-linear-gradient(left, rgba(0, 25, 72, 0), rgba(0, 25, 72, 0.1) 25%, rgba(0, 25, 72, 0.65));
  background-image: -moz-linear-gradient(left, rgba(0, 25, 72, 0), rgba(0, 25, 72, 0.1) 25%, rgba(0, 25, 72, 0.65));
  background-image: -o-linear-gradient(left, rgba(0, 25, 72, 0), rgba(0, 25, 72, 0.1) 25%, rgba(0, 25, 72, 0.65));
  background-image: linear-gradient(left, rgba(0, 25, 72, 0), rgba(0, 25, 72, 0.1) 25%, rgba(0, 25, 72, 0.65));
}

/* Reset from base */
/* line 73, ../sass/responsive/_nav.scss */
#primary-nav, #secondary-nav {
  border-top: none;
  padding: 0;
}

/* Menu button */
/* line 79, ../sass/responsive/_nav.scss */
.menu-button {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999em;
  border-right: 1px solid #114477;
  width: 60px;
  height: 45px;
  display: block;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #002255), color-stop(100%, #001948));
  background-image: -webkit-linear-gradient(#002255, #001948);
  background-image: -moz-linear-gradient(#002255, #001948);
  background-image: -o-linear-gradient(#002255, #001948);
  background-image: linear-gradient(#002255, #001948);
}

/* line 89, ../sass/responsive/_nav.scss */
.menu-button:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #336699), color-stop(100%, #114477));
  background-image: -webkit-linear-gradient(#336699, #114477);
  background-image: -moz-linear-gradient(#336699, #114477);
  background-image: -o-linear-gradient(#336699, #114477);
  background-image: linear-gradient(#336699, #114477);
}
/* line 91, ../sass/responsive/_nav.scss */
.menu-button:hover:before {
  color: white;
}
/* line 95, ../sass/responsive/_nav.scss */
.menu-button:before {
  content: "\f0c9";
  font-family: "FontAwesome";
  position: absolute;
  width: 100%;
  text-align: center;
  top: 12px;
  display: block;
  text-indent: 0;
  font-size: 25px;
  color: #d1e4f6;
}

/* Side Navigation */
/* line 110, ../sass/responsive/_nav.scss */
#primary-nav, #secondary-nav {
  font-size: 1.2em;
}
/* line 112, ../sass/responsive/_nav.scss */
#primary-nav a, #secondary-nav a {
  color: #e0edf9;
  padding: 1em 5%;
  display: block;
  text-shadow: 0px -1px 0px black;
}
/* line 117, ../sass/responsive/_nav.scss */
#primary-nav a:hover, #secondary-nav a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #fff;
}
/* line 123, ../sass/responsive/_nav.scss */
#primary-nav > ul, #secondary-nav > ul {
  padding: 0;
  background: #003366;
  border-right: 1px solid #114477;
}
/* line 129, ../sass/responsive/_nav.scss */
#primary-nav li, #secondary-nav li {
  display: block;
  float: none;
  padding: 0;
  border-bottom: 1px solid #002255;
  border-top: 1px solid #114477;
  overflow: hidden;
}
/* line 136, ../sass/responsive/_nav.scss */
#primary-nav li.left, #secondary-nav li.left, #primary-nav li.right, #secondary-nav li.right {
  padding: 0;
}
/* line 137, ../sass/responsive/_nav.scss */
#primary-nav li.hover, #secondary-nav li.hover {
  background-color: #001948;
}

/* line 141, ../sass/responsive/_nav.scss */
#primary-nav .mega, #primary-nav .sub, #secondary-nav .sub {
  background-color: #002255;
  margin: 0;
  max-height: 0px;
  position: relative;
  -webkit-transition: max-height 0.2s ease;
  -moz-transition: max-height 0.2s ease;
  -o-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
}
/* line 147, ../sass/responsive/_nav.scss */
#primary-nav .mega a, #primary-nav .sub a, #secondary-nav .sub a {
  padding-left: 1.75em;
  border-top: 1px solid #003366;
  border-bottom: 1px solid #001948;
  padding: .4em 10%;
  padding-right: 5%;
  color: #e0edf9;
}
/* line 154, ../sass/responsive/_nav.scss */
#primary-nav .mega a:hover, #primary-nav .sub a:hover, #secondary-nav .sub a:hover {
  color: #fff;
}
/* line 156, ../sass/responsive/_nav.scss */
#primary-nav .mega .sublinks a, #primary-nav .sub .sublinks a, #secondary-nav .sub .sublinks a {
  padding-left: 15%;
}
/* line 159, ../sass/responsive/_nav.scss */
#primary-nav .mega ul, #primary-nav .sub ul, #secondary-nav .sub ul {
  padding: 0;
  margin: 0;
}
/* line 163, ../sass/responsive/_nav.scss */
#primary-nav .mega li, #primary-nav .sub li, #secondary-nav .sub li {
  border: none;
}

/* line 166, ../sass/responsive/_nav.scss */
#primary-nav li.hover .mega, #primary-nav li.hover .sub, #secondary-nav li.hover .sub {
  max-height: 1500px;
}

/* Primary Nav */
/* line 169, ../sass/responsive/_nav.scss */
#primary-nav {
  margin-top: 1em;
}
/* line 174, ../sass/responsive/_nav.scss */
#primary-nav .highlight, #primary-nav .featured, #primary-nav hr {
  display: none;
}
/* line 176, ../sass/responsive/_nav.scss */
#primary-nav a.current, #primary-nav a:hover {
  color: #fff;
  background-color: #003366;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #336699), color-stop(1px, #003366), color-stop(100%, #002255));
  background-image: -webkit-linear-gradient(#336699, #003366 1px, #002255);
  background-image: -moz-linear-gradient(#336699, #003366 1px, #002255);
  background-image: -o-linear-gradient(#336699, #003366 1px, #002255);
  background-image: linear-gradient(#336699, #003366 1px, #002255);
}
/* line 183, ../sass/responsive/_nav.scss */
#primary-nav .mega a:hover {
  background-color: #002255;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #336699), color-stop(1px, #002255), color-stop(100%, #001948));
  background-image: -webkit-linear-gradient(#336699, #002255 1px, #001948);
  background-image: -moz-linear-gradient(#336699, #002255 1px, #001948);
  background-image: -o-linear-gradient(#336699, #002255 1px, #001948);
  background-image: linear-gradient(#336699, #002255 1px, #001948);
}

/* Secondary Nav */
/* line 193, ../sass/responsive/_nav.scss */
#secondary-nav > ul {
  background-color: #336699;
}
/* line 195, ../sass/responsive/_nav.scss */
#secondary-nav a:hover {
  background-color: #114477;
}
/* line 196, ../sass/responsive/_nav.scss */
#secondary-nav ul {
  padding: 0;
}
/* line 197, ../sass/responsive/_nav.scss */
#secondary-nav li {
  border-top-color: #628cb6;
  border-bottom-color: #114477;
}

/* Sidebar nav */
/* line 210, ../sass/responsive/_nav.scss */
.sidebar-navigation nav.sidebar {
  background-color: #d1e4f6;
  padding: .5em 0 1em;
  margin: 3em -5.55% -2em;
  border-top: 1px solid #abc8e4;
}
/* line 216, ../sass/responsive/_nav.scss */
.sidebar-navigation nav.sidebar a {
  padding: .4em 5%;
  font-weight: bold;
  border: 1px solid transparent;
  border-right: none;
}
/* line 221, ../sass/responsive/_nav.scss */
.sidebar-navigation nav.sidebar a:hover {
  text-decoration: none;
  background-color: #e0edf9;
  color: #001948;
}
/* line 227, ../sass/responsive/_nav.scss */
.sidebar-navigation nav.sidebar .current a {
  background-color: rgba(255, 255, 255, 0.35);
  color: #001948;
}

/*** Medium width ***/
@media all and (min-width: 37.5em) {
  /* line 261, ../sass/responsive/_nav.scss */
  .menu-button {
    width: auto;
    height: auto;
    text-align: left;
    text-indent: 0;
    border-right: 0;
    background-image: none;
    color: #abc8e4;
    font-weight: bold;
    font-size: 15px;
    padding: 9px 5% 12px 3%;
  }

  /* line 272, ../sass/responsive/_nav.scss */
  .menu-button:link, .menu-button:visited {
    color: #abc8e4;
  }
  /* line 275, ../sass/responsive/_nav.scss */
  .menu-button:hover, .menu-button:active {
    color: white;
    text-decoration: none;
  }
  /* line 279, ../sass/responsive/_nav.scss */
  .menu-button:before {
    display: inline-block;
    position: relative;
    width: 24px;
    font-weight: normal;
    top: 3px;
    margin-right: 9px;
  }

  /* line 290, ../sass/responsive/_nav.scss */
  #content.sidebar-navigation nav.sidebar {
    margin: 4em -11% -4em;
  }
  /* line 292, ../sass/responsive/_nav.scss */
  #content.sidebar-navigation nav.sidebar a {
    padding-left: 9%;
    padding-right: 9%;
  }

  /* line 301, ../sass/responsive/_nav.scss */
  #primary-nav .mega .sublinks a,
  #primary-nav .sub .sublinks a,
  #secondary-nav .sub .sublinks a {
    padding-left: 12.5%;
  }
}
/*!

*
* Full menu width 
*
* YOU CAN MAKE ADJUSTMENTS HERE BASED ON YOUR SITE'S MENU
*
* This media query should be set to the width where the primary menu will fit 
* in the top bar without wrapping. Make sure to test in lots of browsers,
* and some buffer to account for differences in rendering. NOTE: If you use
* a width smaller than 45em, some other parts of the header may need to be
* adjusted--especially the BYU logo (it will run into the sign in button).
*
*/
/* 
* NOTE: The full-menu-width variable is found in _variables.scss
*/
@media all and (min-width: 60em) {
  /* line 350, ../sass/responsive/_nav.scss */
  #main-header {
    background-size: 100% 96px;
  }

  /* line 354, ../sass/responsive/_nav.scss */
  body.sideNav {
    min-height: 0;
  }
  /* line 356, ../sass/responsive/_nav.scss */
  body.sideNav #main-header, body.sideNav #content, body.sideNav #page-footer, body.sideNav #search-menu {
    left: auto;
  }

  /* line 361, ../sass/responsive/_nav.scss */
  #header-top {
    height: 96px;
    margin-right: 3%;
    margin-bottom: 36px;
  }
  /* line 366, ../sass/responsive/_nav.scss */
  #header-top a.sign-in {
    right: 262px;
  }

  /* line 371, ../sass/responsive/_nav.scss */
  #search-menu {
    width: 250px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: .35em;
    left: auto;
    right: 3%;
    background-color: transparent;
    z-index: 10;
    overflow: visible;
  }
  /* line 382, ../sass/responsive/_nav.scss */
  #search-menu .menu-button {
    display: none;
    color: #001948;
  }

  /* line 389, ../sass/responsive/_nav.scss */
  .nav-container {
    width: 100%;
    display: block;
    top: 96px;
    min-height: 36px;
    z-index: 5;
    background-color: #001948;
    border-top: 1px solid #114477;
    border-bottom: 1px solid #336699;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  }
  /* line 400, ../sass/responsive/_nav.scss */
  .nav-container:after {
    display: none;
  }

  /* line 410, ../sass/responsive/_nav.scss */
  #primary-nav, #secondary-nav {
    font-size: 1em;
  }
  /* line 412, ../sass/responsive/_nav.scss */
  #primary-nav > ul, #secondary-nav > ul {
    border-right: 0;
    background: transparent;
  }
  /* line 415, ../sass/responsive/_nav.scss */
  #primary-nav > ul > li, #secondary-nav > ul > li {
    float: left;
  }
  /* line 417, ../sass/responsive/_nav.scss */
  #primary-nav li, #secondary-nav li {
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
  }
  /* line 420, ../sass/responsive/_nav.scss */
  #primary-nav li.hover, #secondary-nav li.hover {
    overflow: visible;
  }
  /* line 422, ../sass/responsive/_nav.scss */
  #primary-nav li.hover > a, #secondary-nav li.hover > a {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    position: relative;
    z-index: 2;
    box-shadow: 0px 3px 0px #fff;
  }
  /* line 428, ../sass/responsive/_nav.scss */
  #primary-nav li.hover a, #secondary-nav li.hover a {
    background: #fff;
    color: #001948;
    text-shadow: none;
    -webkit-transition: background-color, 0.05s ease;
    -moz-transition: background-color, 0.05s ease;
    -o-transition: background-color, 0.05s ease;
    transition: background-color, 0.05s ease;
  }
  /* line 434, ../sass/responsive/_nav.scss */
  #primary-nav li.hover ul a:hover, #secondary-nav li.hover ul a:hover {
    background: #d1e4f6;
    color: #001948;
  }
  /* line 440, ../sass/responsive/_nav.scss */
  #primary-nav a, #secondary-nav a {
    padding: .6em 1.2em;
  }

  /* line 445, ../sass/responsive/_nav.scss */
  #primary-nav .mega, #secondary-nav .sub {
    background-color: #fff;
    border-bottom: 2px solid #003366;
    display: none;
    font-size: 13px;
    left: 0;
    position: absolute;
    padding: .5em 0 1em;
    width: 15em;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
  }
  /* line 457, ../sass/responsive/_nav.scss */
  #primary-nav .mega a, #secondary-nav .sub a {
    display: block;
    border: 0;
    padding: .4em 1.5em;
  }

  /* line 472, ../sass/responsive/_nav.scss */
  #primary-nav {
    padding-left: 2%;
    margin-top: 0;
  }
  /* line 476, ../sass/responsive/_nav.scss */
  #primary-nav > ul {
    margin: 0 auto;
    position: relative;
  }
  /* line 481, ../sass/responsive/_nav.scss */
  #primary-nav .mega {
    min-height: 400px;
    position: absolute;
    padding: 1em 0 2em;
    width: 97.95%;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
  }
  /* line 488, ../sass/responsive/_nav.scss */
  #primary-nav .mega a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 490, ../sass/responsive/_nav.scss */
  #primary-nav .sub {
    background-color: #fff;
    border-bottom: 3px solid #369;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.7);
    display: none;
    margin-top: 0;
    padding: 10px;
    position: absolute;
    width: 222px;
  }
  /* line 499, ../sass/responsive/_nav.scss */
  #primary-nav .sub li {
    margin-left: -10px;
    margin-right: -10px;
  }
  /* line 500, ../sass/responsive/_nav.scss */
  #primary-nav .sub a {
    border: none;
  }
  /* line 501, ../sass/responsive/_nav.scss */
  #primary-nav .sub .links {
    width: 100%;
  }
  /* line 508, ../sass/responsive/_nav.scss */
  #primary-nav li.hover .mega,
  #primary-nav li.hover .sub,
  #primary-nav .highlight,
  #primary-nav .featured, #primary-nav hr {
    display: block;
  }
  /* line 512, ../sass/responsive/_nav.scss */
  #primary-nav hr {
    border: none;
    border-top: 1px solid #ddd;
  }
  /* line 517, ../sass/responsive/_nav.scss */
  #primary-nav .mega li.featured {
    margin-bottom: 1em;
    padding-top: .5em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd;
  }
  /* line 522, ../sass/responsive/_nav.scss */
  #primary-nav .mega li.featured a {
    font-weight: bold;
  }
  /* line 526, ../sass/responsive/_nav.scss */
  #primary-nav .mega .links {
    float: left;
    width: 34%;
    margin-left: 3%;
    margin-right: 3%;
  }
  /* line 531, ../sass/responsive/_nav.scss */
  #primary-nav .mega .links.double {
    width: 44%;
    margin-right: 0;
  }
  /* line 535, ../sass/responsive/_nav.scss */
  #primary-nav .mega .links.double .featured .sublinks {
    padding-left: 5%;
  }
  /* line 537, ../sass/responsive/_nav.scss */
  #primary-nav .mega .links.double .left {
    float: left;
    width: 50%;
  }
  /* line 542, ../sass/responsive/_nav.scss */
  #primary-nav .mega .links .sublinks {
    padding: 0 25px 0 .25em;
  }
  /* line 544, ../sass/responsive/_nav.scss */
  #primary-nav .mega .links .sublinks a {
    padding-left: 1.5em;
  }
  /* line 547, ../sass/responsive/_nav.scss */
  #primary-nav .mega .links .sublinks li a:before {
    font-family: 'fontawesome';
    content: '\f105';
    padding-right: 8px;
    list-style-type: none;
    color: #ddd;
  }
  /* line 554, ../sass/responsive/_nav.scss */
  #primary-nav .mega .links .sublinks li a:hover:before {
    color: #fff;
  }
  /* line 560, ../sass/responsive/_nav.scss */
  #primary-nav .highlight {
    float: left;
    padding-left: 2%;
    width: 24%;
  }
  /* line 565, ../sass/responsive/_nav.scss */
  #primary-nav .highlight img {
    margin-bottom: 15px;
  }
  /* line 569, ../sass/responsive/_nav.scss */
  #primary-nav .highlight a {
    padding: 0;
    color: #003366;
  }
  /* line 572, ../sass/responsive/_nav.scss */
  #primary-nav .highlight a:hover {
    background-color: transparent;
    background-image: none;
    color: #001948;
    text-decoration: underline;
  }

  /* line 582, ../sass/responsive/_nav.scss */
  #secondary-nav {
    position: absolute;
    top: -41px;
    right: 9px;
  }
  /* line 588, ../sass/responsive/_nav.scss */
  #secondary-nav li.hover .sub {
    display: block;
    position: absolute;
    left: auto;
  }
  /* line 593, ../sass/responsive/_nav.scss */
  #secondary-nav a {
    display: inline-block;
    color: #d1e4f6;
  }
  /* line 596, ../sass/responsive/_nav.scss */
  #secondary-nav a:hover {
    background: transparent;
    color: #fff;
  }

  /* line 605, ../sass/responsive/_nav.scss */
  #content.sidebar-navigation {
    background-image: -webkit-linear-gradient(90deg, #d1e4f6 0px, #d1e4f6 289px, #abc8e4 289px, #abc8e4 290px, transparent 290px);
    background-image: -moz-linear-gradient(90deg, #d1e4f6 0px, #d1e4f6 289px, #abc8e4 289px, #abc8e4 290px, transparent 290px);
    background-image: -o-linear-gradient(90deg, #d1e4f6 0px, #d1e4f6 289px, #abc8e4 289px, #abc8e4 290px, transparent 290px);
    background-image: linear-gradient(90deg, #d1e4f6 0px, #d1e4f6 289px, #abc8e4 289px, #abc8e4 290px, transparent 290px);
    background-size: 290px 100%;
    background-repeat: no-repeat;
    padding-left: 280px;
    padding-right: 70px;
  }
  /* line 614, ../sass/responsive/_nav.scss */
  #content.sidebar-navigation nav.sidebar {
    padding: 1.5em 0;
  padding-top: 0px;
  background-color: transparent;
  margin: 0;
  border: none;
  width: 282px;
position: relative;
  margin-left: -281px;
  float: left;
  }
   #content.sidebar-navigation nav.sidebar ul{
   	margin-left:15px;
   }
   #content.sidebar-navigation nav.sidebar h2{
   	margin-left:10px;
	margin-top:8px;
   }
  /* line 623, ../sass/responsive/_nav.scss */
  #content.sidebar-navigation nav.sidebar a {
    padding:.1em .85em 0.1em 0.25em; 
 }
  /* line 626, ../sass/responsive/_nav.scss */
  #content.sidebar-navigation nav.sidebar .active a {
    background-color: white;
    border-color: #abc8e4;
  }
  #content.sidebar-navigation nav.sidebar .active .sublinks a{
  	background-color: inherit;
    border:none;
  }
}

@media all and (max-width: 960px){
	.sidebar_columns #content{
background-image: none;
	}	
	.sidebar-navigation nav.sidebar {
		display:none;
	}
}
/*** Large width ***/
/*!
* Content 
*
*/
/* Variables */
@media all and (min-width: 37.5em) {
  /* line 13, ../sass/responsive/_content.scss */
  #content {
    padding: 1em 9% 4em;
	min-height:500px;
  }
}
@media all and (min-width: 56.25em) {
  /* line 18, ../sass/responsive/_content.scss */
  .one-sidebar #main-content, .one-sidebar .sidebar, .two-sidebars #main-content, .two-sidebars .sidebar {
      float: left;
 
  }
  #content {
    padding: 1em 9% 4em;
	min-height:500px;
  }
  /* line 22, ../sass/responsive/_content.scss */
 
 .one-sidebar #main-content h2,.one-sidebar .sidebar h2{
 	color:#336699;
	border-bottom:1px solid #dddddd;
 }
 .sidebar_columns #main-content h2,.sidebar_columns .sidebar h2{
 	color:inherit;
	border-bottom:0px;
 }
  /* line 26, ../sass/responsive/_content.scss */
  .sidebar_columns #main-content{
  	width: 93%;
	margin-left:30px;
	
  }
  .sidebar_columns #content{
	
  }
  .one-sidebar .sidebar {
    width: 33.3%;
	
  }
 
  
  .sidebar_columns .sidebar .menu{
  	list-style-type:none;
	margin-left:0px;
  }
  .sidebar_columns .sidebar li{
  	list-style-type:none;
	list-style: none;
  }
  .sidebar_columns .menu .sublinks{
  	display:block;
  }

  /* line 30, ../sass/responsive/_content.scss */
  .two-sidebars #main-content {
    margin-right: 5%;
    margin-left: 5%;
      }
  /* line 36, ../sass/responsive/_content.scss */
  .two-sidebars .sidebar {
    
  
  }
  
}
@media screen and (min-width: 71.625em) {
  /* line 44, ../sass/responsive/_content.scss */
  body {
   	background: url(../img/wave.png)no-repeat;
	background-position: center top;
    color: #444;
  }

  /* line 48, ../sass/responsive/_content.scss */
  .wrapper {
    max-width: 940px;
    margin: 0 auto;
  }

  /* line 52, ../sass/responsive/_content.scss */
  #content {
    position: relative;
   
    width: 940px;
    padding-left: 103px;
    padding-right: 103px;
    -webkit-box-shadow: 0 0 30px 0px rgba(222, 222, 222, 0.7);
    -moz-box-shadow: 0 0 30px 0px rgba(222, 222, 222, 0.7);
    box-shadow: 0 0 30px 0px rgba(222, 222, 222, 0.7);
  }

  /* line 61, ../sass/responsive/_content.scss */
  #content.sidebar-navigation {
    width: 720px;
  }
}
@media (min-width: 71.625em), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* Retina-specific stuff here */
  background-image: url("../img/background-patterns/../body-linen@2x.png");
  background-size: 227px 220px;
}
/*!

* Type 
*
*/
/* Variables */
/*** Small width ***/
/* line 20, ../sass/responsive/_type.scss */
body, button, input, select, textarea,
#search-container .gsc-control-cse,
#search-container .gsc-control-cse .gsc-table-result {
  font-size: 14px;
  line-height: 19px;
  font-family: "Whitney SSm A", "Whitney SSm B", "OpenSans", "Thonburi", "DroidSans", "Droid Sans", "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

/* line 26, ../sass/responsive/_type.scss */
#header-top h1 {
  font-family: "Sentinel SSm A", "Sentinel SSm B", "Sentinel A", "Sentinel B", "CreteRound", "Palatino", "DroidSerif", "Droid Serif", Georgia, serif;
  font-weight: 300;
}

/* line 30, ../sass/responsive/_type.scss */
h1, h2 {
  font-family: "Sentinel A", "Sentinel B", "CreteRound", "Palatino", "DroidSerif", "Droid Serif", Georgia, serif;
  font-weight: 500;
}

/* line 34, ../sass/responsive/_type.scss */
h2 .parentlink {
  font-family: "Requiem Text A", "Requiem Text B", "Palatino", Georgia, serif;
  font-weight: 400;
}

/* line 38, ../sass/responsive/_type.scss */
h3, h4, h5, h6 {
  font-family: "Whitney SSm A", "Whitney SSm B", "OpenSans", "Thonburi", "DroidSans", "Droid Sans", "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

/* line 42, ../sass/responsive/_type.scss */
h1 {
  font-size: 2em;
  margin: 30px 0px 10px;
}

/* line 43, ../sass/responsive/_type.scss */
h2 {
  font-size: 1.65em;
  margin: 25px 0px 10px;
}

/* line 44, ../sass/responsive/_type.scss */
h3 {
  font-size: 1.25em;
  margin: 20px 0px 10px;
  line-height: 1.25;
}

/* line 45, ../sass/responsive/_type.scss */
h4 {
  font-size: 1.1em;
  margin: 15px 0px 10px;
  line-height: 1.3;
}

/* line 46, ../sass/responsive/_type.scss */
h5 {
  font-size: 1em;
  margin: 10px 0px 10px;
  line-height: 1.3;
}

/* line 47, ../sass/responsive/_type.scss */
h6 {
  font-size: .9em;
  margin: 10px 0px 10px;
  line-height: 1.3;
}

/* line 50, ../sass/responsive/_type.scss */
a.mybyu, a.sign-in, .open #search-button, #search-submit, .gcse-wrapper input.gsc-search-button, .nav-container a {
  font-family: "Whitney SSm A", "Whitney SSm B", "OpenSans", "Thonburi", "DroidSans", "Droid Sans", "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

/* line 54, ../sass/responsive/_type.scss */
.nav-container .mega a, .nav-container .sub a {
  font-weight: 500;
}

/* line 57, ../sass/responsive/_type.scss */
#primary-nav .mega li.featured a {
  font-weight: 600;
}

/* line 61, ../sass/responsive/_type.scss */
body th, body tfoot {
  font-weight: 500;
}
/* line 63, ../sass/responsive/_type.scss */
body strong, body dt {
  font-weight: 600;
}

/* line 66, ../sass/responsive/_type.scss */
.sc, .small-caps {
  font-family: "Whitney SSm SC A", "Whitney SSm SC B", "Whitney SSm A", "Whitney SSm B", "OpenSans", "Thonburi", "DroidSans", "Droid Sans", "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* line 71, ../sass/responsive/_type.scss */
.lnum, .lining-numbers {
  font-family: "Whitney SSm Lining Num A", "Whitney SSm Lining Num B", "Whitney SSm A", "Whitney SSm B", "OpenSans", "Thonburi", "DroidSans", "Droid Sans", "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* line 77, ../sass/responsive/_type.scss */
#page-footer h2 {
  font-family: "Whitney SSm A", "Whitney SSm B", "OpenSans", "Thonburi", "DroidSans", "Droid Sans", "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  border-bottom:none;
  display:none;
}
#page-footer h3{
margin-top:0px;
font-size:20px;
color:#002255;
font-weight:600;
}
/*** Medium width ***/
@media all and (min-width: 37.5em) {
  /* line 89, ../sass/responsive/_type.scss */
  body, button, input, select, textarea {
    font-size: 15px;
    line-height: 20px;
  }

  /* line 93, ../sass/responsive/_type.scss */
  h1 {
    font-size: 2.2em;
    line-height: 40px;
    margin: 30px 0px 20px;
  }

  /* line 94, ../sass/responsive/_type.scss */
  h2 {
    font-size: 1.8em;
    line-height: 30px;
    margin: 30px 0px 20px;
  }

  /* line 95, ../sass/responsive/_type.scss */
  h3 {
    font-size: 1.3em;
    line-height: 25px;
    margin: 25px 0px 10px;
  }

  /* line 96, ../sass/responsive/_type.scss */
  h4 {
    font-size: 1.15em;
    line-height: 20px;
    margin: 25px 0px 10px;
  }

  /* line 97, ../sass/responsive/_type.scss */
  h5 {
    font-size: 1em;
    line-height: 20px;
    margin: 20px 0px 10px;
  }

  /* line 98, ../sass/responsive/_type.scss */
  h6 {
    font-size: .9em;
    line-height: 20px;
    margin: 15px 0px 10px;
  }
}
/*** Large width ***/
/*** Larger width ***/
/*** Extra large width ***/
@media all and (min-width: 95em) {
  /* line 132, ../sass/responsive/_type.scss */
  body, button, input, select, textarea {
    font-size: 16px;
    line-height: 22px;
  }
}
/*** Larger width ***/
@media all and (min-width: 71.625em) {
  /* line 116, ../sass/responsive.scss */
  #primary-nav {
    width: 1008px;
    margin: 0 auto;
    padding-left: 0;
  }
  /* line 120, ../sass/responsive.scss */
  #primary-nav .mega {
    width: 100%;
  }

  /* line 126, ../sass/responsive.scss */
  #primary-nav a, #secondary-nav a {
    padding-left: 8px;
    padding-right: 8px;
  }

  /* line 132, ../sass/responsive.scss */
  #logo {
    padding-left: 12px;
  }

  /* line 136, ../sass/responsive.scss */
  #header-top {
    max-width: 1008px;
    margin-right: auto;
  }

  /* line 141, ../sass/responsive.scss */
  #search-menu, #secondary-nav {
    right: 50%;
    margin-right: -504px;
  }

  /* line 146, ../sass/responsive.scss */
  #footer-links .wrapper {
    max-width: 65.17875em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8%;
  }
}
/*!
h5bp print styles 
*/
/* Print styles from h5bp
   https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css */
@media print {
  /* line 5, ../sass/responsive/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 13, ../sass/responsive/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 17, ../sass/responsive/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 21, ../sass/responsive/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 31, ../sass/responsive/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 36, ../sass/responsive/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 41, ../sass/responsive/_print.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 46, ../sass/responsive/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 50, ../sass/responsive/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 60, ../sass/responsive/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 66, ../sass/responsive/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/*** NEWS ***/
.news h2
{
	
	color: #888;
	padding: 20px 6px 5px;
	margin: 0 0 15px;
	border-bottom: 1px solid #DDD;
}

.news h3
{
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 9px 0 -3px;
}

.news
{
	clear:both;
	width:100%;
	display: block;
	padding-bottom: 12px;
	padding-top:12px;
}

#news-container
{	
	border-bottom: solid 1px #ddd;
	margin-bottom: 12px;
	padding-bottom: 12px;
	overflow: hidden;
	*zoom: 1;
	width:100%;
}

.news-item
{
	text-align:justify;	
	width: 45%;
	float: left;
	display: inline;
	margin-right: 5%;
	font-size:13px;
}

.news-item img
{
	border: solid 1px #dad9d7;
	padding: 3px;
}
#news .news-item img {
	width: 100%;
	border-style: none;
	padding: 0px;
}
.baseline
{
	font-weight: bold;
	margin-left: 6px;
}
#main-content .two_col h2{
	
}
#main-content .two_col p{
	text-align:justify;
}
.two_col{
	
	width:47%;
	float:left;
	
}
.two_col1{
	margin-right:4%;
}
.two_col h3{
font-size: 1em;
margin-right: 0px;
margin-left: 0px;
line-height: 1.3em;
margin-top: 1em;
}
.three_col{
	width:30.6%;
	float:left;
}
.three_colAfter{
	margin-left:24px;
}
.three_col img {
	width:183px;
}
.four_col{
        width: 24%;
        float:left;
}
.After{
        margin-left: 1%;
}
#rotate{
	height:	110px;
}
