@font-face {
  font-family: 'cora_rgbold';
  src: url("../fonts/cora_bold-webfont.eot");
  src: url("../fonts/cora_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/cora_bold-webfont.woff2") format("woff2"), url("../fonts/cora_bold-webfont.woff") format("woff"), url("../fonts/cora_bold-webfont.ttf") format("truetype"), url("../fonts/cora_bold-webfont.svg#cora_rgbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 7, ../_lib/custom.scss */
body {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  color: #8d96a4;
  margin-top: 100px;
}

/* line 14, ../_lib/custom.scss */
#wrapper {
  padding-left: 260px;
}

/* line 18, ../_lib/custom.scss */
#main-content {
  padding: 30px 0 20px 0;
}

/* line 24, ../_lib/custom.scss */
h1, h2, h3, h4 {
  color: #4e515e;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 20px;
}
/* line 30, ../_lib/custom.scss */
h1.feat-heading, h2.feat-heading, h3.feat-heading, h4.feat-heading {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
/* line 71, ../_lib/_mixins.scss */
h1.feat-heading:after, h2.feat-heading:after, h3.feat-heading:after, h4.feat-heading:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #d9d9d9;
  position: absolute;
  bottom: -6px;
  left: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
/* line 34, ../_lib/custom.scss */
h1.feat-heading.no-marg-bot, h2.feat-heading.no-marg-bot, h3.feat-heading.no-marg-bot, h4.feat-heading.no-marg-bot {
  margin-bottom: 0;
}
/* line 37, ../_lib/custom.scss */
h1.feat-heading.no-marg-top, h2.feat-heading.no-marg-top, h3.feat-heading.no-marg-top, h4.feat-heading.no-marg-top {
  margin-bottom: 0;
}

/* line 43, ../_lib/custom.scss */
h1 {
  font-size: 32px;
  margin-top: 0;
}

/* line 48, ../_lib/custom.scss */
h2 {
  font-size: 26px;
  margin-top: 30px;
}

/* line 53, ../_lib/custom.scss */
h3 {
  font-size: 20px;
}

/* line 57, ../_lib/custom.scss */
h4 {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0px;
  text-transform: uppercase;
  color: #5d829c;
  font-weight: 600;
}

/* line 67, ../_lib/custom.scss */
#main-content p, #main-content ul li, #main-content ol li {
  line-height: 1.7em;
}
/* line 70, ../_lib/custom.scss */
#main-content p {
  margin-bottom: 1.2em;
}
/* line 75, ../_lib/custom.scss */
#main-content img.pull-right {
  margin: 0 0 10px 10px;
}
/* line 78, ../_lib/custom.scss */
#main-content img.pull-left {
  margin: 0 10px 10px 0;
}
/* line 81, ../_lib/custom.scss */
#main-content img.pull-right, #main-content img.pull-left {
  max-width: 100%;
}

/* line 88, ../_lib/custom.scss */
a, a:visited {
  color: #004990;
  text-decoration: underline;
}
/* line 91, ../_lib/custom.scss */
a:hover, a:active, a:focus, a:visited:hover, a:visited:active, a:visited:focus {
  text-decoration: none;
  color: #0070dd;
}

/* line 102, ../_lib/custom.scss */
ul.nostyle, ul.list, ol.nostyle, ol.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 105, ../_lib/custom.scss */
ul.nostyle.push-bot, ul.list.push-bot, ol.nostyle.push-bot, ol.list.push-bot {
  margin-bottom: 20px;
}
/* line 108, ../_lib/custom.scss */
ul.nostyle.push-top, ul.list.push-top, ol.nostyle.push-top, ol.list.push-top {
  margin-top: 20px;
}
/* line 112, ../_lib/custom.scss */
ul.links, ol.links {
  margin-top: 15px;
}
/* line 114, ../_lib/custom.scss */
ul.links li, ol.links li {
  margin-top: 5px;
}
/* line 116, ../_lib/custom.scss */
ul.links li a, ol.links li a {
  display: block;
}
/* line 122, ../_lib/custom.scss */
ul.oneline, ol.oneline {
  overflow: hidden;
}
/* line 124, ../_lib/custom.scss */
ul.oneline li, ol.oneline li {
  float: left;
  margin-right: 15px;
}
/* line 127, ../_lib/custom.scss */
ul.oneline li i, ol.oneline li i {
  width: 14px;
  margin-right: 5px;
}
/* line 131, ../_lib/custom.scss */
ul.oneline li a, ul.oneline li a:visited, ol.oneline li a, ol.oneline li a:visited {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
/* line 135, ../_lib/custom.scss */
ul.oneline li a:hover, ul.oneline li a:active, ul.oneline li a:focus, ul.oneline li a:visited:hover, ul.oneline li a:visited:active, ul.oneline li a:visited:focus, ol.oneline li a:hover, ol.oneline li a:active, ol.oneline li a:focus, ol.oneline li a:visited:hover, ol.oneline li a:visited:active, ol.oneline li a:visited:focus {
  color: #004990;
  text-decoration: none;
}
/* line 143, ../_lib/custom.scss */
ul.bg-color, ol.bg-color {
  background-color: #5d829c;
  padding: 15px 20px;
  color: #fff;
}
/* line 148, ../_lib/custom.scss */
ul.bg-color li a, ul.bg-color li a:visited, ol.bg-color li a, ol.bg-color li a:visited {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
}
/* line 153, ../_lib/custom.scss */
ul.bg-color li a:hover, ul.bg-color li a:active, ul.bg-color li a:focus, ul.bg-color li a:visited:hover, ul.bg-color li a:visited:active, ul.bg-color li a:visited:focus, ol.bg-color li a:hover, ol.bg-color li a:active, ol.bg-color li a:focus, ol.bg-color li a:visited:hover, ol.bg-color li a:visited:active, ol.bg-color li a:visited:focus {
  color: #4e515e;
}
/* line 160, ../_lib/custom.scss */
ul.sbar-nav li, ol.sbar-nav li {
  border-top: 1px solid #65697a;
}
/* line 162, ../_lib/custom.scss */
ul.sbar-nav li a, ul.sbar-nav li a:visited, ol.sbar-nav li a, ol.sbar-nav li a:visited {
  color: #fff;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
/* line 168, ../_lib/custom.scss */
ul.sbar-nav li a:hover, ul.sbar-nav li a:active, ul.sbar-nav li a:focus, ul.sbar-nav li a:visited:hover, ul.sbar-nav li a:visited:active, ul.sbar-nav li a:visited:focus, ol.sbar-nav li a:hover, ol.sbar-nav li a:active, ol.sbar-nav li a:focus, ol.sbar-nav li a:visited:hover, ol.sbar-nav li a:visited:active, ol.sbar-nav li a:visited:focus {
  background-color: #424550;
}
/* line 172, ../_lib/custom.scss */
ul.sbar-nav li ul, ol.sbar-nav li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 175, ../_lib/custom.scss */
ul.sbar-nav li ul li:first-child, ol.sbar-nav li ul li:first-child {
  display: none;
}
/* line 178, ../_lib/custom.scss */
ul.sbar-nav li ul li a, ul.sbar-nav li ul li a:visited, ol.sbar-nav li ul li a, ol.sbar-nav li ul li a:visited {
  padding: 10px 20px 10px 40px;
}
/* line 184, ../_lib/custom.scss */
ul.sbar-nav li.active a, ul.sbar-nav li.active a:visited, ul.sbar-nav li.active a:hover, ul.sbar-nav li.active a:active, ul.sbar-nav li.active a:focus, ol.sbar-nav li.active a, ol.sbar-nav li.active a:visited, ol.sbar-nav li.active a:hover, ol.sbar-nav li.active a:active, ol.sbar-nav li.active a:focus {
  background-color: #5a5d6c;
}

/*--Buttons--*/
/* line 194, ../_lib/custom.scss */
.btn,
.btn:visited {
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  text-decoration: none;
  padding: 8px 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 202, ../_lib/custom.scss */
.btn.btn-default, .btn.btn-default:visited,
.btn:visited.btn-default,
.btn:visited.btn-default:visited {
  color: #405a6c;
}
/* line 205, ../_lib/custom.scss */
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus, .btn.btn-default:visited:hover, .btn.btn-default:visited:active, .btn.btn-default:visited:focus,
.btn:visited.btn-default:hover,
.btn:visited.btn-default:active,
.btn:visited.btn-default:focus,
.btn:visited.btn-default:visited:hover,
.btn:visited.btn-default:visited:active,
.btn:visited.btn-default:visited:focus {
  background-color: #fafafa;
  border-color: #4e515e;
  color: #4e515e;
}
/* line 211, ../_lib/custom.scss */
.btn.btn-primary, .btn.btn-primary:visited,
.btn:visited.btn-primary,
.btn:visited.btn-primary:visited {
  background-color: #4e515e;
  border-color: #4e515e;
  color: #fff;
}
/* line 216, ../_lib/custom.scss */
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:visited:hover, .btn.btn-primary:visited:active, .btn.btn-primary:visited:focus,
.btn:visited.btn-primary:hover,
.btn:visited.btn-primary:active,
.btn:visited.btn-primary:focus,
.btn:visited.btn-primary:visited:hover,
.btn:visited.btn-primary:visited:active,
.btn:visited.btn-primary:visited:focus {
  background-color: #5d829c;
  border-color: #6b8ea7;
}
/* line 221, ../_lib/custom.scss */
.btn.btn-inverse, .btn.btn-inverse,
.btn:visited.btn-inverse,
.btn:visited.btn-inverse {
  color: #5d829c;
  border-color: #5d829c;
}
/* line 225, ../_lib/custom.scss */
.btn.btn-inverse:hover, .btn.btn-inverse:active, .btn.btn-inverse:focus, .btn.btn-inverse:hover, .btn.btn-inverse:active, .btn.btn-inverse:focus,
.btn:visited.btn-inverse:hover,
.btn:visited.btn-inverse:active,
.btn:visited.btn-inverse:focus,
.btn:visited.btn-inverse:hover,
.btn:visited.btn-inverse:active,
.btn:visited.btn-inverse:focus {
  color: #fff;
  border-color: #5d829c;
  background-color: #5d829c;
}

/*--Containers--*/
/* line 235, ../_lib/custom.scss */
.bg-white {
  background-color: #fff;
}

/* line 238, ../_lib/custom.scss */
.bg-gray-light {
  background-color: #f5f8fa;
}
/* line 240, ../_lib/custom.scss */
.bg-gray-light.border-top {
  border-top: 1px solid #ebf1f5;
}
/* line 243, ../_lib/custom.scss */
.bg-gray-light.border-bot {
  border-bottom: 1px solid #ebf1f5;
}

/* line 247, ../_lib/custom.scss */
.bg-summary {
  background-color: #ebf1f5;
}
/* line 249, ../_lib/custom.scss */
.bg-summary.border-top {
  border-top: 1px solid #dae5ed;
}
/* line 252, ../_lib/custom.scss */
.bg-summary.border-bot {
  border-bottom: 1px solid #dae5ed;
}

/* line 256, ../_lib/custom.scss */
.bg-results {
  background-color: #e1ebf2;
}
/* line 258, ../_lib/custom.scss */
.bg-results.border-top {
  border-top: 1px solid #cfdfea;
}
/* line 261, ../_lib/custom.scss */
.bg-results.border-bot {
  border-bottom: 1px solid #cfdfea;
}
/* line 264, ../_lib/custom.scss */
.bg-results h2 {
  margin-bottom: 30px;
}

/* line 273, ../_lib/custom.scss */
.bg-white.padd-top,
.bg-gray-light.padd-top,
.bg-summary.padd-top,
.bg-results.padd-top {
  padding-top: 20px;
}
/* line 276, ../_lib/custom.scss */
.bg-white.padd-bot,
.bg-gray-light.padd-bot,
.bg-summary.padd-bot,
.bg-results.padd-bot {
  padding-bottom: 40px;
}

/* line 285, ../_lib/custom.scss */
.lg-home .bg-summary .content-padding {
  padding-bottom: 30px;
}
/* line 287, ../_lib/custom.scss */
.lg-home .bg-summary .content-padding h2, .lg-home .bg-summary .content-padding p {
  text-align: center;
  color: #5d829c;
}
/* line 291, ../_lib/custom.scss */
.lg-home .bg-summary .content-padding h2 {
  font-weight: 300;
  margin-top: 0;
  padding-top: 36px;
}
/* line 300, ../_lib/custom.scss */
.lg-home .bg-results h2 {
  margin-bottom: 20px;
}
/* line 304, ../_lib/custom.scss */
.lg-home .social {
  margin: 15px 0 5px 0;
}
/* line 306, ../_lib/custom.scss */
.lg-home .social h3 {
  font-weight: 300;
  float: left;
  margin-right: 20px;
}
/* line 311, ../_lib/custom.scss */
.lg-home .social .addthis_sharing_toolbox {
  margin-top: 20px;
  float: left;
}
/* line 319, ../_lib/custom.scss */
.lg-home#main-content .bg-summary .content-padding p {
  margin-bottom: 0;
}

/* line 329, ../_lib/custom.scss */
.form-control {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  box-shadow: none;
  height: 44px;
}

/* line 337, ../_lib/custom.scss */
.input-group .input-group-btn .btn {
  height: 44px;
}

/* line 344, ../_lib/custom.scss */
.form-group label {
  font-weight: 300;
  font-size: 16px;
  margin-top: 10px;
}
/* line 348, ../_lib/custom.scss */
.form-group label.radio-inline {
  margin: 0;
}
/* line 351, ../_lib/custom.scss */
.form-group label span {
  font-weight: bold;
  color: #4e515e;
}
/* line 356, ../_lib/custom.scss */
.form-group p {
  margin: 10px 0 5px 0;
}
/* line 358, ../_lib/custom.scss */
.form-group p span {
  font-weight: bold;
  color: #4e515e;
}
/* line 364, ../_lib/custom.scss */
.form-group button.btn {
  padding: 8px 20px;
}

/*--Tables--*/
/* line 373, ../_lib/custom.scss */
#main-content table[border="1"] {
  border: 1px solid #cbd8e0;
  border: 0;
}
/* line 377, ../_lib/custom.scss */
#main-content table[border="1"] tr th {
  padding: 20px;
  border-top: 0;
  background-color: #5d829c;
  color: #fff;
}
/* line 383, ../_lib/custom.scss */
#main-content table[border="1"] tr td {
  padding: 15px 20px;
  background-color: #f5fbff;
  color: #405a6c;
}
/* line 387, ../_lib/custom.scss */
#main-content table[border="1"] tr td.alttd {
  background: #e6f2fa;
}
/* line 391, ../_lib/custom.scss */
#main-content table[border="1"] tr th, #main-content table[border="1"] tr td {
  border: 0;
}
/* line 394, ../_lib/custom.scss */
#main-content table[border="1"] tr th:first-child, #main-content table[border="1"] tr td:first-child {
  border-left: 0;
}
/* line 397, ../_lib/custom.scss */
#main-content table[border="1"] tr th p, #main-content table[border="1"] tr td p {
  margin: 1em 0 0 0;
}
/* line 399, ../_lib/custom.scss */
#main-content table[border="1"] tr th p:first-child, #main-content table[border="1"] tr td p:first-child {
  margin-top: 0;
}
/* line 406, ../_lib/custom.scss */
#main-content table[border="1"].col2 th {
  width: 50%;
}
/* line 411, ../_lib/custom.scss */
#main-content table[border="1"].col3 th {
  width: 33%;
}
/* line 416, ../_lib/custom.scss */
#main-content table[border="1"].col4 th {
  width: 25%;
}
/* line 421, ../_lib/custom.scss */
#main-content table[border="1"].col5 th {
  width: 20%;
}
/* line 426, ../_lib/custom.scss */
#main-content table[border="1"].col6 th {
  width: 16.5%;
}
/* line 434, ../_lib/custom.scss */
#main-content .election_table table[border="1"] tr th {
  background: #f2f6f9;
  font-size: 11px;
  text-transform: uppercase;
  color: #9ba3af;
}
/* line 441, ../_lib/custom.scss */
#main-content .election_table table[border="1"] tr td {
  background: #ebf1f5;
  border-bottom: 1px solid #cfdfea;
}

/*--Header--*/
/* line 452, ../_lib/custom.scss */
.navbar-header {
  background-color: #004990;
}
/* line 454, ../_lib/custom.scss */
.navbar-header .navbar-brand {
  display: none;
  background-image: url(../images/lgaq-logo-sml.png);
  height: 59px;
  width: 77px;
  margin-left: 15px;
}

/* line 463, ../_lib/custom.scss */
.navbar {
  border-bottom: 2px solid #ededed;
}

/* line 468, ../_lib/custom.scss */
.navbar-toggle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
/* line 470, ../_lib/custom.scss */
.navbar-toggle .icon-bar {
  background-color: #fff;
  height: 3px;
  width: 30px;
}
/* line 474, ../_lib/custom.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 7px;
}

/* line 480, ../_lib/custom.scss */
.navbar-brand {
  display: block;
  padding: 0;
  background: url(../images/lgaq-logo.png) center center no-repeat #004990;
  color: #fff;
  text-align: center;
  text-indent: -999em;
}

/* line 485, ../_lib/custom.scss */
#global-header {
  padding-left: 260px;
  background-color: #fff;
}

/* line 490, ../_lib/custom.scss */
.search-container {
  margin-right: 272px;
  min-height: 100px;
}

/* line 495, ../_lib/custom.scss */
.user-actions {
  float: right;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 501, ../_lib/custom.scss */
.user-actions li {
  float: left;
}
/* line 503, ../_lib/custom.scss */
.user-actions li a, .user-actions li a:visited {
  display: block;
  height: 100px;
  width: 90px;
  line-height: 99px;
  font-size: 26px;
  text-align: center;
  border-left: 2px solid #ededed;
  color: #9ba3af;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
/* line 513, ../_lib/custom.scss */
.user-actions li a:hover, .user-actions li a:active, .user-actions li a:focus, .user-actions li a:visited:hover, .user-actions li a:visited:active, .user-actions li a:visited:focus {
  background-color: #ededed;
  color: #8d96a4;
}

/*-- Sidebar--*/
/* line 524, ../_lib/custom.scss */
.side-nav .navbar-nav {
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 527, ../_lib/custom.scss */
.side-nav .navbar-nav > li {
  float: none;
  text-transform: uppercase;
}
/* line 530, ../_lib/custom.scss */
.side-nav .navbar-nav > li a, .side-nav .navbar-nav > li a:visited {
  padding: 20px;
  color: #cfe0f0;
  text-decoration: none;
  border-bottom: 1px solid #165797;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
/* line 536, ../_lib/custom.scss */
.side-nav .navbar-nav > li a:hover, .side-nav .navbar-nav > li a:active, .side-nav .navbar-nav > li a:focus, .side-nav .navbar-nav > li a:visited:hover, .side-nav .navbar-nav > li a:visited:active, .side-nav .navbar-nav > li a:visited:focus {
  color: #fff;
  text-decoration: none;
  background-color: #004486;
}
/* line 543, ../_lib/custom.scss */
.side-nav .navbar-nav > li.active a, .side-nav .navbar-nav > li.active a:visited {
  color: #fff;
  font-weight: 700;
  background-color: #165797;
}
/* line 550, ../_lib/custom.scss */
.side-nav .navbar-nav > li i {
  margin-right: 20px;
}
/* line 555, ../_lib/custom.scss */
.side-nav .navbar-nav > li.logo a, .side-nav .navbar-nav > li.logo a:visited {
  display: block;
  padding: 0;
  background: url(../images/lgaq-logo.png) center center no-repeat #004990;
  color: #fff;
  text-align: center;
  text-indent: -999em;
  border-bottom: 1px solid #165797;
  width: 260px;
  height: 184px;
}

/* line 567, ../_lib/custom.scss */
.tweet_container {
  padding: 0 1px;
  background: #fff;
  overflow: hidden;
  margin: 20px 0 0 0;
  border-right: 1px solid #ededed;
  display: block;
  float: left;
  width: 100%;
}

/*--Tabs--*/
/* line 580, ../_lib/custom.scss */
.nav-tabs {
  margin: 0 -15px;
  padding: 40px 0 0 40px;
  background-color: #fff;
  border-color: #dae5ed;
}
/* line 585, ../_lib/custom.scss */
.nav-tabs > li {
  background-color: #f2f6f9;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #dae5ed;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 591, ../_lib/custom.scss */
.nav-tabs > li.active {
  background-color: transparent;
  border-bottom: 1px solid #ebf1f5;
}
/* line 594, ../_lib/custom.scss */
.nav-tabs > li.active a,
.nav-tabs > li.active a:visited,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:active,
.nav-tabs > li.active a:focus {
  background-color: #ebf1f5;
  border-color: #dae5ed;
  border-bottom-color: transparent;
  color: #5d829c;
  font-weight: 700;
}
/* line 606, ../_lib/custom.scss */
.nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-right: 0;
  text-decoration: none;
  color: #8ba7ba;
  padding: 12px 30px 7px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
/* line 614, ../_lib/custom.scss */
.nav-tabs > li > a:hover, .nav-tabs > li > a:active, .nav-tabs > li > a:focus {
  background-color: #f9fbfc;
  color: #5d829c;
}

/* line 622, ../_lib/custom.scss */
.nav-tabs .dropdown {
  float: left;
}
/* line 623, ../_lib/custom.scss */
.nav-tabs .dropdown.hidden_drop {
  display: none;
}
/* line 627, ../_lib/custom.scss */
.nav-tabs .dropdown button.btn {
  background-color: #f2f6f9;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #dae5ed;
  text-transform: uppercase;
  font-size: 14px;
  border-top: none;
  border-left: none;
  line-height: 1.7em;
  color: #8ba7ba;
  padding: 11px 30px 7px;
  margin-bottom: -1px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
/* line 640, ../_lib/custom.scss */
.nav-tabs .dropdown button.btn:hover, .nav-tabs .dropdown button.btn:active, .nav-tabs .dropdown button.btn:focus {
  border: none;
  background-color: #f9fbfc;
  color: #5d829c;
  outline: none;
  box-shadow: none;
}
/* line 648, ../_lib/custom.scss */
.nav-tabs .dropdown.open button.btn {
  border: none;
  background-color: #f9fbfc;
  color: #5d829c;
}
/* line 654, ../_lib/custom.scss */
.nav-tabs .dropdown .dropdown-menu {
  margin: 0;
  box-shadow: none;
  min-width: 100%;
  border: none;
  padding: 0;
  background-color: #f9fbfc;
}
/* line 663, ../_lib/custom.scss */
.nav-tabs .dropdown .dropdown-menu li a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  padding: 10px;
  color: #5d829c;
  transition: all 500ms;
  text-transform: uppercase;
}
/* line 671, ../_lib/custom.scss */
.nav-tabs .dropdown .dropdown-menu li a:hover, .nav-tabs .dropdown .dropdown-menu li a:active, .nav-tabs .dropdown .dropdown-menu li a:focus {
  background-color: #f2f6f9;
}

/* line 679, ../_lib/custom.scss */
.content-padding {
  padding: 0 20px 10px 25px;
}
/* line 681, ../_lib/custom.scss */
.content-padding.social {
  padding-right: 0;
  padding-left: 0;
}
/* line 685, ../_lib/custom.scss */
.content-padding.disclaimer, .content-padding.copyright {
  padding: 40px 20px 20px 25px;
}
/* line 689, ../_lib/custom.scss */
.content-padding.copyright {
  padding-bottom: 0;
}

/* line 698, ../_lib/custom.scss */
.social h3 {
  margin-bottom: 30px;
  margin-top: 36px;
}
/* line 701, ../_lib/custom.scss */
.social h3 i {
  color: #5d829c;
}

/* line 707, ../_lib/custom.scss */
.addthis_sharing_toolbox a.at-share-btn,
.addthis_sharing_toolbox a.at-share-btn:visited {
  display: block;
  max-width: 100% !important;
  width: 100%;
  max-height: 60px !important;
  margin: 0 0 10px 0 !important;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
/* line 715, ../_lib/custom.scss */
.addthis_sharing_toolbox a.at-share-btn span,
.addthis_sharing_toolbox a.at-share-btn:visited span {
  width: 100% !important;
  height: 60px !important;
  text-align: center;
}
/* line 719, ../_lib/custom.scss */
.addthis_sharing_toolbox a.at-share-btn span svg,
.addthis_sharing_toolbox a.at-share-btn:visited span svg {
  margin-top: 14px;
}
/* line 723, ../_lib/custom.scss */
.addthis_sharing_toolbox a.at-share-btn:hover, .addthis_sharing_toolbox a.at-share-btn:active, .addthis_sharing_toolbox a.at-share-btn:focus,
.addthis_sharing_toolbox a.at-share-btn:visited:hover,
.addthis_sharing_toolbox a.at-share-btn:visited:active,
.addthis_sharing_toolbox a.at-share-btn:visited:focus {
  opacity: 0.85;
}

/* line 729, ../_lib/custom.scss */
.lg-home .addthis_sharing_toolbox a.at-share-btn,
.lg-home .addthis_sharing_toolbox a.at-share-btn:visited {
  display: inline-block;
  max-width: 50px !important;
  max-height: 50px !important;
  margin: 0 5px 0 0 !important;
}
/* line 735, ../_lib/custom.scss */
.lg-home .addthis_sharing_toolbox a.at-share-btn span,
.lg-home .addthis_sharing_toolbox a.at-share-btn:visited span {
  width: 50px !important;
  height: 50px !important;
  line-height: 49px !important;
  padding-top: 8px;
}
/* line 740, ../_lib/custom.scss */
.lg-home .addthis_sharing_toolbox a.at-share-btn span svg,
.lg-home .addthis_sharing_toolbox a.at-share-btn:visited span svg {
  margin-top: 0;
}

/* line 748, ../_lib/custom.scss */
.text-center.count_prog {
  margin: 0 0 40px 0;
  font-weight: 700;
}

/* line 753, ../_lib/custom.scss */
.progress {
  margin-bottom: 0;
}

/* line 759, ../_lib/custom.scss */
.vote_percent {
  overflow: hidden;
  border-radius: 0;
  padding: 0 10px 0 0;
  border-radius: 3px;
}
/* line 764, ../_lib/custom.scss */
.vote_percent span {
  float: left;
  width: 35px;
  font-size: 12px;
  padding: 13px 0;
  margin: 0 10px 0 0;
  background: rgba(0, 0, 0, 0.25);
  text-align: center;
  color: #fff;
  line-height: 12px;
  font-weight: 600;
}
/* line 776, ../_lib/custom.scss */
.vote_percent.leading {
  background: #15a4fa;
}
/* line 779, ../_lib/custom.scss */
.vote_percent.elected {
  background: #76c495;
}
/* line 782, ../_lib/custom.scss */
.vote_percent.tally {
  background: #e1ebf2;
}
/* line 785, ../_lib/custom.scss */
.vote_percent .progress {
  height: 10px;
  margin: 14px 0;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: none;
}
/* line 790, ../_lib/custom.scss */
.vote_percent .progress .progress-bar {
  box-shadow: none;
  background: #fff;
}

/* line 798, ../_lib/custom.scss */
.result-number {
  text-align: center;
}
/* line 800, ../_lib/custom.scss */
.result-number h5 {
  font-weight: 600;
  font-size: 200px;
  color: #ae69af;
  margin: 0;
}

/* line 812, ../_lib/custom.scss */
#wrapper .chosen-container {
  font-family: "Open Sans", sans-serif;
  width: 100% !important;
  margin: 10px 0 15px 0;
}
/* line 817, ../_lib/custom.scss */
#wrapper .chosen-container.chosen-container-single .chosen-single {
  font-size: 20px;
  font-weight: 300;
  color: #d4d4d4;
  border-color: #e0e0e0;
  background: #fff;
  height: 54px;
  line-height: 53px;
  padding-left: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
/* line 828, ../_lib/custom.scss */
#wrapper .chosen-container.chosen-container-single .chosen-single div {
  width: 34px;
}
/* line 830, ../_lib/custom.scss */
#wrapper .chosen-container.chosen-container-single .chosen-single div b {
  background: url(../images/sprite.png) 100% 24px no-repeat;
}
/* line 834, ../_lib/custom.scss */
#wrapper .chosen-container.chosen-container-single .chosen-single:hover, #wrapper .chosen-container.chosen-container-single .chosen-single:focus, #wrapper .chosen-container.chosen-container-single .chosen-single:active {
  border-color: #c7c7c7;
  color: #bababa;
}
/* line 839, ../_lib/custom.scss */
#wrapper .chosen-container.chosen-container-single .chosen-search {
  padding: 3px 20px 10px;
}
/* line 841, ../_lib/custom.scss */
#wrapper .chosen-container.chosen-container-single .chosen-search input[type=text] {
  border-color: #c7c7c7;
  padding: 10px 20px 10px 10px;
  font-family: inherit;
  background: url(../images/sprite.png) #fff 100% -182px no-repeat;
}
/* line 850, ../_lib/custom.scss */
#wrapper .chosen-container .chosen-results {
  color: #405a6c;
  margin: 0 20px 4px 0;
  padding: 0 0 0 20px;
}
/* line 857, ../_lib/custom.scss */
#wrapper .chosen-container .chosen-results li {
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
/* line 859, ../_lib/custom.scss */
#wrapper .chosen-container .chosen-results li.highlighted {
  background: #5d829c;
}
/* line 867, ../_lib/custom.scss */
#wrapper .chosen-container-active.chosen-with-drop {
  border-color: #bababa;
}
/* line 870, ../_lib/custom.scss */
#wrapper .chosen-container-active.chosen-with-drop .chosen-drop {
  background-image: none;
  border-color: #bababa;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/* line 875, ../_lib/custom.scss */
#wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #bababa;
  color: #405a6c;
}
/* line 879, ../_lib/custom.scss */
#wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: 100% -80px;
}
/* line 883, ../_lib/custom.scss */
#wrapper .chosen-container-active.chosen-with-drop .chosen-single:hover, #wrapper .chosen-container-active.chosen-with-drop .chosen-single:active, #wrapper .chosen-container-active.chosen-with-drop .chosen-single:focus {
  border-color: #bababa;
  color: #405a6c;
}
/* line 892, ../_lib/custom.scss */
#wrapper #global-header .chosen-container {
  margin: 0;
}
/* line 895, ../_lib/custom.scss */
#wrapper #global-header .chosen-container.chosen-container-single .chosen-single {
  border: 0;
  height: 100px;
  line-height: 99px;
  padding-left: 80px;
  font-size: 25px;
}
/* line 901, ../_lib/custom.scss */
#wrapper #global-header .chosen-container.chosen-container-single .chosen-single div {
  right: auto;
  left: 40px;
}
/* line 904, ../_lib/custom.scss */
#wrapper #global-header .chosen-container.chosen-container-single .chosen-single div b {
  background-position: 0% -298px;
}
/* line 913, ../_lib/custom.scss */
#wrapper #global-header .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop {
  background-color: #ededed;
  border-color: #fff;
}
/* line 917, ../_lib/custom.scss */
#wrapper #global-header .chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #ededed;
}
/* line 920, ../_lib/custom.scss */
#wrapper #global-header .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: 0 -298px;
}

/* line 937, ../_lib/custom.scss */
.e-status {
  background-color: #ededed;
  border: 1px solid #e0e0e0;
  float: right;
  padding: 10px 20px;
  color: #9ba3af;
  text-transform: uppercase;
  font-size: 17px;
  margin-top: 15px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  line-height: 100%;
}
/* line 948, ../_lib/custom.scss */
.e-status i {
  color: #76c495;
}
/* line 951, ../_lib/custom.scss */
.e-status.e-closed {
  background: #76c495;
  font-weight: 700;
  color: #fff;
  border: none;
}
/* line 957, ../_lib/custom.scss */
.e-status.e-closed i {
  color: #fff;
  font-size: 14px;
  margin: 0 5px 0 0;
}

/* line 966, ../_lib/custom.scss */
.browserupgrade {
  text-align: center;
  margin: 0;
  font-size: 110%;
}
/* line 970, ../_lib/custom.scss */
.browserupgrade b, .browserupgrade strong {
  font-weight: 600;
}

/* line 977, ../_lib/custom.scss */
.copyright a, .copyright a:visited,
.disclaimer a,
.disclaimer a:visited {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
/* line 981, ../_lib/custom.scss */
.copyright a:hover, .copyright a:active, .copyright a:focus, .copyright a:visited:hover, .copyright a:visited:active, .copyright a:visited:focus,
.disclaimer a:hover,
.disclaimer a:active,
.disclaimer a:focus,
.disclaimer a:visited:hover,
.disclaimer a:visited:active,
.disclaimer a:visited:focus {
  color: #4e515e;
  text-decoration: underline;
}

/* line 988, ../_lib/custom.scss */
.copyright {
  font-size: 12px;
  border-top: 1px solid #ededed;
}

/* line 993, ../_lib/custom.scss */
.disclaimer {
  font-style: italic;
  color: #5d829c;
}

/* line 998, ../_lib/custom.scss */
.divider {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid;
}

/* line 1004, ../_lib/custom.scss */
.text-center {
  display: block;
}

/* line 1007, ../_lib/custom.scss */
table .text-center {
  font-weight: 700;
}

/* line 1010, ../_lib/custom.scss */
.no-pad-left {
  padding-left: 0;
}

/* line 1014, ../_lib/custom.scss */
.no-pad-right {
  padding-right: 0;
}

/* line 1018, ../_lib/custom.scss */
.push-bot {
  margin-bottom: 20px;
}
/* line 1020, ../_lib/custom.scss */
.push-bot.x2 {
  margin-bottom: 40px;
}

/* line 1025, ../_lib/custom.scss */
.push-top {
  margin-top: 20px;
}
/* line 1027, ../_lib/custom.scss */
.push-top.x2 {
  margin-top: 40px;
}

/* line 1032, ../_lib/custom.scss */
.pad-left {
  padding-left: 25px;
}
/* line 1034, ../_lib/custom.scss */
.pad-left.x2 {
  padding-left: 40px;
}

/* line 1039, ../_lib/custom.scss */
hr {
  margin-bottom: 30px;
  margin-top: 30px;
}

/* line 1045, ../_lib/custom.scss */
.embed-responsive iframe {
  border-bottom: 1px solid #5d829c !important;
}

/* line 1050, ../_lib/custom.scss */
.reduced-width {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1058, ../_lib/custom.scss */
ul.graph-legend {
  margin: 0 auto 20px auto;
  padding: 0;
  list-style-type: none;
  text-align: center;
  overflow: hidden;
}
/* line 1064, ../_lib/custom.scss */
ul.graph-legend li {
  display: inline-block;
  text-align: left;
  margin: 0 10px;
  font-size: 12px;
  color: #4e515e;
}
/* line 1070, ../_lib/custom.scss */
ul.graph-legend li span {
  width: 10px;
  height: 10px;
  display: block;
  float: left;
  margin: 5px 10px 0 0;
}

/* line 1080, ../_lib/custom.scss */
.circle {
  text-align: center;
  position: relative;
}
/* line 1083, ../_lib/custom.scss */
.circle strong {
  font-size: 50px;
  line-height: 50px;
  color: #4e515e;
  position: absolute;
  width: 100%;
  left: 0;
  display: block;
  top: 42%;
  font-size: 55px;
}
/* line 1094, ../_lib/custom.scss */
.circle canvas {
  max-height: 100%;
  max-width: 100%;
}

@media (max-width: 1200px) {
  /* line 2, ../_lib/_media-queries.scss */
  #wrapper, #global-header {
    padding-left: 200px;
  }

  /* line 5, ../_lib/_media-queries.scss */
  .circle strong {
    top: 35%;
    font-size: 40px;
  }
}
@media (max-width: 450px) {
  /* line 17, ../_lib/_media-queries.scss */
  #global-header .user-actions {
    display: none;
  }
  /* line 21, ../_lib/_media-queries.scss */
  #global-header .search-container {
    margin-right: 0;
  }

  /* line 28, ../_lib/_media-queries.scss */
  ul.oneline li, ol.oneline li {
    float: none;
  }
}
@media (max-width: 480px) {
  /* line 40, ../_lib/_media-queries.scss */
  .lg-home .social h3 {
    float: none;
    margin-bottom: 15px;
    margin-right: 0;
  }
  /* line 45, ../_lib/_media-queries.scss */
  .lg-home .social .addthis_sharing_toolbox {
    margin-bottom: 20px;
    margin-top: 0;
    float: none;
  }
}
@media (max-width: 767px) {
  /* line 57, ../_lib/_media-queries.scss */
  body {
    margin-top: 120px;
  }

  /* line 61, ../_lib/_media-queries.scss */
  #global-header {
    padding-left: 0;
  }

  /* line 65, ../_lib/_media-queries.scss */
  .search-container {
    min-height: 60px;
    margin-right: 180px;
  }

  /* line 74, ../_lib/_media-queries.scss */
  #wrapper #global-header .chosen-container.chosen-container-single .chosen-single {
    height: 60px;
    line-height: 59px;
    font-size: 20px;
    padding-left: 45px;
  }
  /* line 79, ../_lib/_media-queries.scss */
  #wrapper #global-header .chosen-container.chosen-container-single .chosen-single div {
    left: 5px;
  }
  /* line 81, ../_lib/_media-queries.scss */
  #wrapper #global-header .chosen-container.chosen-container-single .chosen-single div b {
    background-position: 0 -171px;
  }
  /* line 91, ../_lib/_media-queries.scss */
  #wrapper #global-header .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 0 -171px;
  }

  /* line 105, ../_lib/_media-queries.scss */
  .user-actions li a, .user-actions li a:visited {
    width: 60px;
    height: 60px;
    font-size: 18px;
    line-height: 59px;
  }

  /* line 115, ../_lib/_media-queries.scss */
  .navbar-header .navbar-brand {
    display: block;
  }

  /* line 120, ../_lib/_media-queries.scss */
  .navbar-collapse {
    background-color: #004990;
  }

  /* line 127, ../_lib/_media-queries.scss */
  .side-nav .navbar-nav > li.logo {
    display: none;
  }

  /* line 134, ../_lib/_media-queries.scss */
  #wrapper {
    padding-left: 0px;
  }

  /* line 138, ../_lib/_media-queries.scss */
  .e-status {
    float: none;
    margin: 10px 0;
    text-align: center;
    font-size: 18px;
  }

  /* line 145, ../_lib/_media-queries.scss */
  .pad-left {
    padding-left: 0;
  }

  /* line 149, ../_lib/_media-queries.scss */
  .nav-tabs {
    padding-left: 15px;
  }

  /* line 153, ../_lib/_media-queries.scss */
  .content-padding {
    padding: 0;
  }
  /* line 155, ../_lib/_media-queries.scss */
  .content-padding.disclaimer, .content-padding.copyright {
    padding: 20px 0 0 0;
  }

  /* line 163, ../_lib/_media-queries.scss */
  .lg-home .bg-summary .content-padding {
    padding-bottom: 30px;
  }

  /* line 171, ../_lib/_media-queries.scss */
  #main-content .copyright p {
    margin-bottom: 0;
  }

  /* line 178, ../_lib/_media-queries.scss */
  .lg-home .social {
    margin: 0;
  }

  /* line 182, ../_lib/_media-queries.scss */
  .nav-tabs > li.divison_tab {
    display: none;
  }

  /* line 185, ../_lib/_media-queries.scss */
  .nav-tabs .dropdown.hidden_drop {
    display: block;
  }
}
@media (max-width: 1200px) {
  /* line 193, ../_lib/_media-queries.scss */
  .vote_percent {
    padding: 0;
    width: 100%;
  }
  /* line 196, ../_lib/_media-queries.scss */
  .vote_percent .percent {
    margin: 0;
    width: 100%;
  }
  /* line 200, ../_lib/_media-queries.scss */
  .vote_percent .progress {
    display: none;
  }
}
@media (max-width: 993px) {
  /* line 209, ../_lib/_media-queries.scss */
  .text-center.count_prog {
    margin: 40px 0;
  }
}
@media (min-width: 767px) {
  /* line 216, ../_lib/_media-queries.scss */
  .side-nav {
    position: fixed;
    top: 0;
    left: 260px;
    width: 260px;
    margin-left: -260px;
    border: none;
    border-radius: 0;
    background-color: #004990;
    bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 992px) {
  /* line 236, ../_lib/_media-queries.scss */
  .nav-tabs > li {
    font-size: 15px;
  }
  /* line 238, ../_lib/_media-queries.scss */
  .nav-tabs > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 244, ../_lib/_media-queries.scss */
  .circle strong {
    top: 42%;
    font-size: 55px;
  }

  /* line 249, ../_lib/_media-queries.scss */
  .addthis_sharing_toolbox a.at-share-btn,
  .addthis_sharing_toolbox a.at-share-btn:visited {
    display: inline-block;
    max-width: 50px !important;
    max-height: 50px !important;
    margin: 0 5px 0 0 !important;
  }
  /* line 255, ../_lib/_media-queries.scss */
  .addthis_sharing_toolbox a.at-share-btn span,
  .addthis_sharing_toolbox a.at-share-btn:visited span {
    width: 50px !important;
    height: 50px !important;
    line-height: 49px !important;
    padding-top: 8px;
  }
  /* line 260, ../_lib/_media-queries.scss */
  .addthis_sharing_toolbox a.at-share-btn span svg,
  .addthis_sharing_toolbox a.at-share-btn:visited span svg {
    margin-top: 0;
  }
}
/*-------------------------------- 
  Small Desktop
--------------------------------*/
@media (max-width: 1200px) {
  /* line 273, ../_lib/_media-queries.scss */
  .side-nav {
    width: 200px;
    left: 260px;
  }
  /* line 276, ../_lib/_media-queries.scss */
  .side-nav .navbar-nav {
    width: 100%;
  }
  /* line 280, ../_lib/_media-queries.scss */
  .side-nav .navbar-nav li.logo a {
    width: 120px;
    height: 83px;
    background: url(../images/lgaq-logo-mid.png) no-repeat;
    margin: 30px auto;
    border: none;
  }
  /* line 288, ../_lib/_media-queries.scss */
  .side-nav .navbar-nav li a {
    font-size: 12px;
    padding: 20px 10px;
    border: none;
  }

  /* line 296, ../_lib/_media-queries.scss */
  .nav-tabs > li.divison_tab {
    display: none;
  }

  /* line 299, ../_lib/_media-queries.scss */
  .nav-tabs .dropdown.hidden_drop {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 306, ../_lib/_media-queries.scss */
  .result-number h5 {
    font-size: 100;
    margin-bottom: 40px;
  }

  /* line 307, ../_lib/_media-queries.scss */
  .side-nav {
    width: 100%;
    margin: 0;
  }

  /* line 308, ../_lib/_media-queries.scss */
  .side-nav .navbar-nav {
    margin: 0;
  }
}
/* line 1109, ../_lib/custom.scss */
.holding {
  background: #004990;
  background: rgba(0, 73, 144, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  top: 0;
}
/* line 1119, ../_lib/custom.scss */
.holding .holding_content {
  width: 100%;
  text-align: center;
}
/* line 1122, ../_lib/custom.scss */
.holding .holding_content img {
  margin: 0 0 10px 0;
}
/* line 1126, ../_lib/custom.scss */
.holding .holding_content h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  line-height: 100%;
}
/* line 1135, ../_lib/custom.scss */
.holding .holding_content h2 {
  color: #15a4fa;
  text-transform: lowercase;
  font-size: 40px;
  margin: 30px 0 40px 0;
  font-weight: 300;
  line-height: 100%;
}
/* line 1143, ../_lib/custom.scss */
.holding .holding_content a.btn {
  border-radius: 3px;
  background: #15a4fa;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  transition: all 500ms;
  margin: 0;
  border: none;
}
/* line 1153, ../_lib/custom.scss */
.holding .holding_content a.btn i {
  margin: 0 0 0 10px;
  font-weight: bold;
}
/* line 1157, ../_lib/custom.scss */
.holding .holding_content a.btn:hover, .holding .holding_content a.btn:active, .holding .holding_content a.btn:focus {
  background: #0588d7;
}

/* line 1166, ../_lib/custom.scss */
h1 span {
  display: block;
  font-size: 0.5em;
  margin: 15px 0 0 0;
  color: #e16060;
}

/* line 1173, ../_lib/custom.scss */
select.chosen-select {
  min-height: 60px;
  border: 1px solid #bababa;
  background: #fff;
  color: #d4d4d4;
}
