/**
 * @file
 * Subtheme specific CSS.
 */
@font-face {
  font-family: "GT-Haptik-Bold";
  src: url("../fonts/GT-Haptik-Bold.eot");
  src: url("../fonts/GT-Haptik-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GT-Haptik-Bold.woff") format("woff"),
    url("../fonts/GT-Haptik-Bold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GT-Haptik-Regular";
  src: url("../fonts/GT-Haptik-Regular.eot");
  src: url("../fonts/GT-Haptik-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GT-Haptik-Regular.woff") format("woff"),
    url("../fonts/GT-Haptik-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?2044975");
  src: url("../fonts/fontello.eot?2044975#iefix") format("embedded-opentype"),
    url("../fonts/fontello.woff?2044975") format("woff"),
    url("../fonts/fontello.ttf?2044975") format("truetype"),
    url("../fonts/fontello.svg?2044975#fontello") format("svg");
  font-weight: 400;
  font-style: normal;
}

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: "GT-Haptik-Regular", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: 0.67em 0;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: 0 0 !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "GT-Haptik-Regular", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #10a3c8;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #0a6981;
  text-decoration: underline;
}

a:focus {
  outline: #333 dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
  margin: 0 0 24px;
}

img.img-caption {
  margin: 24px 0 48px;
}

div.img-caption {
  -webkit-box-shadow: inset 4px 4px 0 #f2f2f2;
  box-shadow: inset 4px 4px 0 #f2f2f2;
  position: relative;
  margin-top: -144px;
  margin-left: 20px;
  float: right;
  width: 270px;
  background-color: #f9f9f9;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  color: #999;
}

div.img-caption strong {
  display: block;
  color: #555;
}

div.img-caption-sm {
  position: relative;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  color: #999;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
}

div.img-caption-sm strong {
  display: block;
  color: #555;
}

.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5em;
}

.img-rounded {
  border-radius: 6px;
}

.img-circle {
  border-radius: 500px;
}

.img-pull-left {
  float: left;
  width: 50%;
  margin-right: 20px;
}

.img-pull-right {
  float: right;
  width: 50%;
  margin-left: 20px;
}

.img-pull-left img,
.img-pull-right img {
  margin-top: 7px;
  margin-bottom: 10px;
}

.img-pull-left img.img-caption,
.img-pull-right img.img-caption {
  margin: 7px 0 0;
}

.img-pull-left div.img-caption,
.img-pull-right div.img-caption {
  -webkit-box-shadow: inset 4px 4px 0 #f2f2f2;
  box-shadow: inset 4px 4px 0 #f2f2f2;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 10px;
  float: none;
  width: auto;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eee;
}

/*p {
  margin: 0 0 1.5em;
}*/

.lead {
  color: #999;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.625em;
}

small {
  font-size: 75%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999!important;
}

small.text-muted {
  font-weight: bold;
}

.text-primary {
  color: #00587e;
}

.text-warning {
  color: #c09853;
}

.text-danger {
  color: #b94a48;
}

.text-success {
  color: #468847;
}

.text-info {
  color: #3a87ad;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}



.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  font-family: "GT-Haptik-Bold", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 24px;
  color: #333;
}

.h1,
h1{
  -webkit-font-smoothing: antialiased;
  font-family: "GT-Haptik-Bold", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 24px;
  color: #333;
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #999;
}

.h1.brand-primary,
.h2.brand-primary,
.h3.brand-primary,
.h4.brand-primary,
.h5.brand-primary,
.h6.brand-primary,
h1.brand-primary,
h2.brand-primary,
h3.brand-primary,
h4.brand-primary,
h5.brand-primary,
h6.brand-primary {
  color: #00587e;
}

h1 {
  margin-bottom: 10px;
}

h1,
h2,
h3 {
  margin-top: 24px;
}

h4,
h5,
h6 {
  margin-top: 12px;
  /*margin-bottom: 2em;*/
}

.h1,
h1 {
  font-size: 44px;
}

.h2,
h2 {
  font-size: 36px;
}

.h3,
h3 {
  font-size: 28px;
}

.h4,
h4 {
  font-size: 20px;
}

.h5,
h5 {
  font-size: 16px;
}

.h6,
h6 {
  font-size: 14px;
}

.h1 small,
h1 small {
  font-size: 28px;
}

.h2 small,
h2 small {
  font-size: 20px;
}

.h3 small,
.h4 small,
h3 small,
h4 small {
  font-size: 16px;
}

.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eee;
}

ol,
ul {
  margin: 0 0 1.5em;
}

ol li,
ul li {
  margin-bottom: 1em;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

ul.toolbar-menu li {
  margin: 0;
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-bottom: 24px;
}

dd,
dt {
  line-height: 1.5;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 30px;
  margin: 0 0 24px;
  background-color: #f9f9f9;
  -webkit-box-shadow: inset 4px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 4px 4px 0 rgba(0, 0, 0, 0.05);
}

blockquote p {
  font-size: 18px;
  font-family: "GT-Haptik-Regular", Arial, sans-serif;
  color: #00587e;
  margin-bottom: 10px;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.5;
  color: #555;
  font-weight: 700;
  font-size: 14px;
}

blockquote small cite {
  display: block;
  color: #999;
  font-weight: 400;
}

blockquote.pull-left {
  width: 50%;
  margin: 0 20px 20px 0;
}

blockquote.pull-right {
  float: right;
  width: 50%;
  margin: 0 0 20px 20px;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}

address {
  display: block;
  margin-bottom: 1.5em;
  font-style: normal;
  line-height: 1.5;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.container:after,
.container:before {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.row:after,
.row:before {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
  float: left;
}

.col-1 {
  width: 8.33333333%;
}

.col-2 {
  width: 16.66666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333333%;
}

.col-5 {
  width: 41.66666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333333%;
}

.col-8 {
  width: 66.66666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333333%;
}

.col-11 {
  width: 91.66666667%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 728px;
  }
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-push-1 {
    left: 8.33333333%;
  }
  .col-push-2 {
    left: 16.66666667%;
  }
  .col-push-3 {
    left: 25%;
  }
  .col-push-4 {
    left: 33.33333333%;
  }
  .col-push-5 {
    left: 41.66666667%;
  }
  .col-push-6 {
    left: 50%;
  }
  .col-push-7 {
    left: 58.33333333%;
  }
  .col-push-8 {
    left: 66.66666667%;
  }
  .col-push-9 {
    left: 75%;
  }
  .col-push-10 {
    left: 83.33333333%;
  }
  .col-push-11 {
    left: 91.66666667%;
  }
  .col-pull-1 {
    right: 8.33333333%;
  }
  .col-pull-2 {
    right: 16.66666667%;
  }
  .col-pull-3 {
    right: 25%;
  }
  .col-pull-4 {
    right: 33.33333333%;
  }
  .col-pull-5 {
    right: 41.66666667%;
  }
  .col-pull-6 {
    right: 50%;
  }
  .col-pull-7 {
    right: 58.33333333%;
  }
  .col-pull-8 {
    right: 66.66666667%;
  }
  .col-pull-9 {
    right: 75%;
  }
  .col-pull-10 {
    right: 83.33333333%;
  }
  .col-pull-11 {
    right: 91.66666667%;
  }

  input[type="search"] {
    width: 275px;
    height: 40px;
  }
}

.main-content.col {
  padding: 0 !important;
}

@media (min-width: 992px) {

  .bs-pt-5 {
    padding-top: 5rem !important;
  }

  #navbar-main {
    width: 100% !important;
  }
  .container {
    max-width: 940px;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-offset-3 {
    margin-left: 25%;
  }
  .col-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-offset-6 {
    margin-left: 50%;
  }
  .col-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-offset-9 {
    margin-left: 75%;
  }
  .col-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-offset-11 {
    margin-left: 91.66666667%;
  }
  #views-exposed-form-search-page-1 .api-search-input-wrapper {
    width: 190px;
  }

  #views-exposed-form-search-page-1 {
    margin-top: 45px;
    right: 0;
    position: absolute;
  }
  .navbar-brand {
    margin-top: 25px;
  }

}

@media (min-width: 1200px) {


  section.region.region-header {
    height: 135px;
    grid-template-columns: 30% 10% 20% 40%;
  }
  .menu_hidden_gl {
    visibility: hidden !important;
    width: 0% !important;
  }
  .select2-container, .select2-drop, .select2-search, .select2-search input {
    display: none;
  }
  .bs-bg-light {
    visibility: visible !important;
  }
  body {
    overflow-x: visible !important;
  }
  .layout--twocol-section--25-75 > div.layout__region.layout__region--first {
    height: auto;
  }

  #navbar-main {
    width: 100% !important;
  }
  .container {
    max-width: 1170px;
  }
  #block-search > div > div {
    float: right !important;
    margin-top: 45px !important;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
  font-size: 14px;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 24px;
}

.table tbody > tr > td,
.table tbody > tr > th,
.table tfoot > tr > td,
.table tfoot > tr > th,
.table thead > tr > td,
.table thead > tr > th {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #eee;
}

.table caption + thead tr:first-child td,
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table tbody > tr > td.no-border,
.table tbody > tr > th.no-border,
.table tfoot > tr > td.no-border,
.table tfoot > tr > th.no-border,
.table thead:first-child tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead > tr > td.no-border,
.table thead > tr > th.no-border {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #eee;
}

.table .table {
  background-color: #fff;
}

.table-condensed tbody > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed thead > tr > th {
  padding: 5px;
}

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #eee;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #eee;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class^="col-"] {
  float: none;
  display: table-column;
}

table td[class^="col-"],
table th[class^="col-"] {
  float: none;
  display: table-cell;
}

.table > tbody > tr.active > th,
.table > tbody > tr > th,
.table > tfoot > tr.active > th,
.table > tfoot > tr > th,
.table > thead > tr.active > th,
.table > thead > tr > th {
  background-color: #f8f8f8;
  color: #999;
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
  border-color: #eed3d7;
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.group-nature1 legend,
.group-nature2 legend,
.group-nature3 legend {
  font-size: 16px;
}

label {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="file"]:focus {
  outline: #333 dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

.form-control:-moz-placeholder {
  color: #999;
}

.form-control::-moz-placeholder {
  color: #999;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control-sm {
  height: calc(1.5em + .5rem + 2px)!important;
  line-height: 1.5!important;
  padding: .25rem .5rem!important;
  border-radius: .2rem!important;
  border: 1px solid #ccc!important;
}

.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 8px 5px;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #555;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.checkbox,
.radio {
  display: block;
  min-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}

.checkbox label,
.radio label {
  display: inline;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  float: left;
  margin-left: -20px;
}

.block-views-blockprocurement-status-block-1 > div{
  margin-left: -20px;
}

.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control.input-large {
  height: 57px;
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.form-control.input-small {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}

select.input-large {
  height: 57px;
  line-height: 57px;
}

select.input-small {
  height: 33px;
  line-height: 33px;
}

.has-warning .control-label,
.has-warning .help-block {
  color: #c09853;
}

.has-warning .form-control {
  padding-right: 32px;
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #a47e3c;
}

.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}

.has-error .control-label,
.has-error .help-block {
  color: #b94a48;
}

.has-error .form-control {
  padding-right: 32px;
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #953b39;
}

.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}

.has-success .control-label,
.has-success .help-block {
  color: #468847;
}

.has-success .form-control {
  padding-right: 32px;
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #356635;
}

.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959595;
}

.btn {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-family: "GT-Haptik-Bold";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
}

.btn:focus {
  outline: #333 dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.btn:focus,
.btn:hover {
  color: #fff;
  text-decoration: none;
}

.btn.active,
.btn:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: default;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #fff;
  background-color: #10a3c8;
  border-color: #10a3c8;
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  background-color: #0e90b0;
  border-color: #0c7d99;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #10a3c8;
  border-color: #10a3c8;
}

.btn-primary {
  color: #fff;
  background-color: #10a3c8;
  border-color: #10a3c8;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #0e90b0;
  border-color: #0c7d99;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #10a3c8;
  border-color: #10a3c8;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
  background-color: #eea236;
  border-color: #ec971f;
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
  background-color: #d43f3a;
  border-color: #c9302c;
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
  background-color: #4cae4c;
  border-color: #449d44;
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover {
  background-color: #46b8da;
  border-color: #31b0d5;
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-clear {
  color: #999;
  background-color: #fff;
  border-color: #ccc;
}

.btn-clear.active,
.btn-clear:active,
.btn-clear:focus,
.btn-clear:hover {
  background-color: #10a3c8;
  color: #10a3c8;
}

.btn-clear.active,
.btn-clear:active {
  color: #00587e;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link {
  color: #999;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #0a6981;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #333;
  text-decoration: none;
}

.btn-large {
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.btn-small {
  padding: 6px 10px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-small i.glyphicon {
  font-size: 11px;
}

.btn-xxsmall {
  padding: 0 10px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

/***
Comment by Eddy Cortez, to avoid conflicts with the boostrap cdn styles

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
*/

.fade.in {
  opacity: 1;
}



/* commented too general!! */
/*.collapse {
  display: none;
}

.collapse.in {
  display: block;
}*/

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.input-group {
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-small {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}

.input-group-addon.input-large {
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:active,
.input-group-btn > .btn:hover {
  z-index: 2;
}

.form-inline .checkbox,
.form-inline .form-control,
.form-inline .radio {
  display: inline-block;
}

.form-inline .checkbox,
.form-inline .radio {
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .control-label {
  padding-top: 7px;
}

.entitytype-email_sign_up-form.form-horizontal .control-label {
  padding-top: 0;
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .entitytype-email_sign_up-form.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
  }
}

.g-recaptcha {
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
  background-color: #fff;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 30px 10px 15px;
  margin-bottom: -1px;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item .list-group-item-text {
  color: #555;
}

a.list-group-item:focus,
a.list-group-item:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

a.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #00587e;
  border-color: #00587e;
}

a.list-group-item.active .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text {
  color: #4bc9ff;
}

.panel {
  clear: both;
  padding: 19px;
  margin-top: 32px;
  margin-bottom: 24px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  font-size: 14px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.panel p:last-child,
.panel ul:last-child {
  margin-bottom: 0;
}

.panel-heading {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel-primary {
  border-color: #00587e;
}

.panel-primary .panel-heading {
  color: #fff;
  background-color: #00587e;
  border-color: #00587e;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.list-group-flush .list-group-item {
  border-width: 1px 0;
}

.list-group-flush .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  border-bottom: 0;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-top: 32px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 29px;
  border-radius: 6px;
}

.well-small {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:after,
.nav:before {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
}

.nav > li.disabled > a {
  color: #999;
}

.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav.open > a,
.nav.open > a:focus,
.nav.open > a:hover {
  color: #fff;
  background-color: #10a3c8;
  border-color: #10a3c8;
}

.nav.open > a .caret,
.nav.open > a:focus .caret,
.nav.open > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav > .pull-right {
  float: right;
}

.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav-tabs {
  border-radius: 4px 4px 0 0;
  border: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  font-size: 14px;
  font-weight: 700;
  background: #f8f8f8;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  color: #10a3c8;
}

.nav-tabs > li.active {
  background-color: #fff;
  border-bottom: 1px solid transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #333;
  cursor: default;
}

.nav-tabs > li.disabled {
  background-color: #f8f8f8;
}

.nav-tabs > li.disabled > a,
.nav-tabs > li.disabled > a:focus,
.nav-tabs > li.disabled > a:hover {
  color: #999;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
  display: table-cell;
  width: 1%;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
}

.nav-tabs.nav-justified > li:first-child a {
  margin-left: 0;
}

.nav-tabs.nav-justified > li > a {
  margin-left: -1px;
  margin-right: 0;
}

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fff;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 5px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #00587e;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
  display: table-cell;
  width: 1%;
}

.nav-justified > li > a {
  text-align: center;
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li:first-child a {
  margin-left: 0;
}

.nav-tabs-justified > li > a {
  margin-left: -1px;
  margin-right: 0;
}

.nav-tabs-justified > .active > a {
  border-bottom-color: #fff;
}

.tabbable:after,
.tabbable:before {
  content: " ";
  display: table;
}

.tabbable:after {
  clear: both;
}

.pill-content > .pill-pane,
.tab-content > .tab-pane {
  display: none;
}

.pill-content > .active,
.tab-content > .active {
  display: block;
}

.tab-padded-content {
  font-size: 14px;
  padding: 20px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.form-spacer {
  width: 100%;
  margin-left: -1px;
  background: url(../img/spacer-bg.png) top left repeat-x;
  padding: 0 0 0 20px;
  height: 21px;
}

.form-spacer img {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.form-submit {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 2px;
  background: #f4f4f4;
}

.nav .caret {
  border-top-color: #10a3c8;
  border-bottom-color: #10a3c8;
}

.nav a:hover .caret {
  border-top-color: #0a6981;
  border-bottom-color: #0a6981;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar:after,
.navbar:before {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

.navbar-nav > li {
  padding-top: 0;
  margin-bottom: 0;
}

.navbar-nav > li > a {
  padding-top: 39px;
  padding-bottom: 39px;
  color: #555;
  line-height: 22px;
  border-radius: 4px;
  font-family: "GT-Haptik-Bold";
  font-size: 18px;
}

.navbar-nav > li > a small {
  display: block;
  padding-top: 10px;
  color: #999;
  font-family: Arial, sans-serif;
  line-height: 16px;
  font-size: 12px;
}

.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
  color: #087ea3;
}

.navbar-nav > li > a:focus small,
.navbar-nav > li > a:hover small {
  color: #555;
}

.navbar-nav > .active-trail > a,
.navbar-nav > .active-trail > a:focus,
.navbar-nav > .active-trail > a:hover,
.navbar-nav > .active > a,
.navbar-nav > .active > a:focus,
.navbar-nav > .active > a:hover {
  color: #00587e;
}

.navbar-nav > .active-trail > a small,
.navbar-nav > .active-trail > a:focus small,
.navbar-nav > .active-trail > a:hover small,
.navbar-nav > .active > a small,
.navbar-nav > .active > a:focus small,
.navbar-nav > .active > a:hover small {
  color: #555;
}

.navbar-nav > .disabled > a,
.navbar-nav > .disabled > a:focus,
.navbar-nav > .disabled > a:hover {
  color: #ccc;
}

.navbar-nav.pull-right {
  width: 100%;
}

.navbar-static-top {
  border-radius: 0;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  border-radius: 0;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

.navbar-toggle {
  position: absolute;
  top: 46px;
  right: 10px;
  width: 52px;
  height: 42px;
  padding: 8px 12px;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 27px;
  height: 3px;
  background-color: #ccc;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-form {
  margin-bottom: -40px;
  margin-top: 15px;
  display: grid;
  grid-template-columns: 40% 10% 50%;
}

.navbar-form .checkbox,
.navbar-form .form-control,
.navbar-form .radio {
  display: inline-block;
}

.navbar-form .checkbox,
.navbar-form .radio {
  margin-top: 0;
  margin-bottom: 0;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.navbar-nav > .dropdown > a:focus .caret,
.navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #087ea3;
  border-bottom-color: #087ea3;
}

.navbar-nav > .open > a,
.navbar-nav > .open > a:focus,
.navbar-nav > .open > a:hover {
  background-color: rgba(230, 230, 230, 0.95);
  color: #00587e;
}

.navbar-nav > .open > a .caret,
.navbar-nav > .open > a:focus .caret,
.navbar-nav > .open > a:hover .caret {
  border-top-color: #00587e;
  border-bottom-color: #00587e;
}

.navbar-nav > .dropdown > a .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

.navbar-inverse {
  background-color: #222;
}

.navbar-inverse .navbar-brand {
  color: #999;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
  color: #999;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #080808;
  color: #fff;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-btn {
  margin-top: 41.5px;
}

.navbar-text {
  margin-top: 50.5px;
  margin-bottom: 50.5px;
}

.navbar-link {
  color: #555;
}

.navbar-link:hover {
  color: #087ea3;
}

.navbar-inverse .navbar-link {
  color: #999;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.sidebar.affix {
  position: static;
}

.sidenav {
  padding-top: 20px;
  padding-bottom: 20px;
  text-shadow: 0 1px 1px #009bd6;
  background-color: #10a3c8;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease-out 1s;
  transition: all ease-out 1s;
}

.sidenav li {
  margin-bottom: 0;
}

.sidebar .nav > li > a {
  display: block;
  color: #fff;
  padding: 13px 20px 10px;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.sidebar .nav > li > a:focus,
.sidebar .nav > li > a:hover {
  text-decoration: none;
  background-color: #087ea3;
}

.sidebar .nav > .active-trail:focus > a,
.sidebar .nav > .active-trail:hover > a,
.sidebar .nav > .active-trail > a,
.sidebar .nav > .active:focus > a,
.sidebar .nav > .active:hover > a,
.sidebar .nav > .active > a {
  background-color: #00587e;
}

.sidebar {
  font-family: "GT-Haptik-Regular", Arial, sans-serif;
}

.sidebar .nav .nav {
  display: none;
  margin-bottom: 8px;
}

.sidebar .nav > .active > ul {
  display: block;
}

.sidebar .nav .nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-size: 90%;
}

.sidebar .sidebar-top {
  background: url(../img/sidebar-top.png) no-repeat;
  width: 100%;
  height: 0;
  padding-top: 25.53%;
  display: block;
  background-size: cover;
}

.sidebar .sidebar-bottom {
  background: url(../img/sidebar-bottom.png) no-repeat;
  width: 100%;
  height: 0;
  padding-top: 60.422%;
  display: block;
  background-size: cover;
}

.callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}

.callout h4 {
  margin-top: 0;
}

.callout p:last-child {
  margin-bottom: 0;
}

.callout .highlight,
.callout code {
  background-color: #fff;
}

.callout-danger {
  background-color: #fcf2f2;
  border-color: #dfb5b4;
}

.callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}

.callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}

.select-sidebar-nav {
  margin-top: 20px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 4px;
}

.pagination .icon {
  font-size: 9px;
  line-height: 24px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  float: left;
  padding: 4px 12px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-left-width: 1px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > li > a:focus,
.pagination > li > a:hover {
  background-color: #f5f5f5;
}

.pagination > .active > a,
.pagination > .active > span {
  color: #999;
  cursor: default;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed;
}

.pagination-large > li > a,
.pagination-large > li > span {
  padding: 14px 16px;
  font-size: 18px;
}

.pagination-large > li:first-child > a,
.pagination-large > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-large > li:last-child > a,
.pagination-large > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-small > li > a,
.pagination-small > li > span {
  padding: 5px 10px;
  font-size: 14px;
}

.pagination-small > li:first-child > a,
.pagination-small > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-small > li:last-child > a,
.pagination-small > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}

.pager:after,
.pager:before {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .next .glyphicon {
  margin-left: 5px;
  font-size: 12px;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .previous .glyphicon {
  margin-right: 5px;
  font-size: 12px;
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed;
}

.alert {
  padding: 10px 35px 10px 15px;
  margin-bottom: 24px;
  color: #c09853;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert hr {
  border-top-color: #f8e5be;
}

.alert .alert-link {
  font-weight: 500;
  color: #a47e3c;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.alert-danger hr {
  border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
  color: #953b39;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-block {
  padding-top: 15px;
  padding-bottom: 15px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.img-thumbnail,
.thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.thumbnail {
  display: block;
}

.img-thumbnail,
.thumbnail > img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5em;
}

a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #10a3c8;
}

.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.label {
  display: inline;
  padding: 0.25em 0.6em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #999;
  border-radius: 0.25em;
}

.label[href]:focus,
.label[href]:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: grey;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #00587e;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-color: #00587e;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-color: #d9534f;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-color: #5cb85c;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-color: #f0ad4e;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.accordion {
  margin-bottom: 24px;
}

.accordion-group {
  border-bottom: 1px solid #e5e5e5;
}

.view-faq > div > div > ul > li{
  border-bottom: 1px solid #e5e5e5;
  margin-left: 0px;
}

.view-faq > div > div > ul > li:last-child {
  border-bottom: none;
}

.accordion-group {
  border-bottom: 1px solid #e5e5e5;
}

.accordion-group:last-child {
  border-bottom: none;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
  cursor: pointer;
  color: #555;
}

.accordion-heading .accordion-toggle.collapsed {
  color: #10a3c8;
}

.accordion-heading .accordion-toggle:hover {
  text-decoration: none;
}

.accordion-heading .accordion-toggle span {
  font-weight: 400;
  color: #999;
}

.accordion-inner {
  padding: 9px 15px;
}

/***
Comment by Eddy Cortez, to avoid conflicts with the boostrap cdn styles

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.fade.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.fade.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.5px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:after,
.modal-footer:before {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
*/

/*.clearfix:after,
.clearfix:before {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}*/

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.clear {
  clear: both;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.visible-sm {
  display: block !important;
}

tr.visible-sm {
  display: table-row !important;
}

td.visible-sm,
th.visible-sm {
  display: table-cell !important;
}

.hidden-sm,
.visible-lg,
.visible-md,
.visible-xlg,
td.hidden-sm,
td.visible-lg,
td.visible-md,
td.visible-xlg,
th.hidden-sm,
th.visible-lg,
th.visible-md,
th.visible-xlg,
tr.hidden-sm,
tr.visible-lg,
tr.visible-md,
tr.visible-xlg {
  display: none !important;
}

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

td.hidden-md,
th.hidden-md {
  display: table-cell !important;
}

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

td.hidden-lg,
th.hidden-lg {
  display: table-cell !important;
}

.hidden-xlg {
  display: block !important;
}

tr.hidden-xlg {
  display: table-row !important;
}

td.hidden-xlg,
th.hidden-xlg {
  display: table-cell !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm,
  td.visible-sm,
  th.visible-sm,
  tr.visible-sm {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
  .visible-lg,
  .visible-xlg,
  td.visible-lg,
  td.visible-xlg,
  th.visible-lg,
  th.visible-xlg,
  tr.visible-lg,
  tr.visible-xlg {
    display: none !important;
  }
  .hidden-sm {
    display: block !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  td.hidden-sm,
  th.hidden-sm {
    display: table-cell !important;
  }
  .hidden-md,
  td.hidden-md,
  th.hidden-md,
  tr.hidden-md {
    display: none !important;
  }
  .hidden-lg {
    display: block !important;
  }
  tr.hidden-lg {
    display: table-row !important;
  }
  td.hidden-lg,
  th.hidden-lg {
    display: table-cell !important;
  }
  .hidden-xlg {
    display: block !important;
  }
  tr.hidden-xlg {
    display: table-row !important;
  }
  td.hidden-xlg,
  th.hidden-xlg {
    display: table-cell !important;
  }
}

@media (min-width: 992px) {

  .visible-md,
  .visible-sm,
  td.visible-md,
  td.visible-sm,
  th.visible-md,
  th.visible-sm,
  tr.visible-md,
  tr.visible-sm {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
  .visible-xlg,
  td.visible-xlg,
  th.visible-xlg,
  tr.visible-xlg {
    display: none !important;
  }
  .hidden-sm {
    display: block !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  td.hidden-sm,
  th.hidden-sm {
    display: table-cell !important;
  }
  .hidden-md {
    display: block !important;
  }
  tr.hidden-md {
    display: table-row !important;
  }
  td.hidden-md,
  th.hidden-md {
    display: table-cell !important;
  }
  .hidden-lg,
  td.hidden-lg,
  th.hidden-lg,
  tr.hidden-lg {
    display: none !important;
  }
  .hidden-xlg {
    display: block !important;
  }
  tr.hidden-xlg {
    display: table-row !important;
  }
  td.hidden-xlg,
  th.hidden-xlg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xlg {
    display: block !important;
  }
  tr.visible-xlg {
    display: table-row !important;
  }
  td.visible-xlg,
  th.visible-xlg {
    display: table-cell !important;
  }
  .hidden-xlg,
  td.hidden-xlg,
  th.hidden-xlg,
  tr.hidden-xlg {
    display: none !important;
  }
}

.visible-print,
td.visible-print,
th.visible-print,
tr.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  td.hidden-print,
  th.hidden-print,
  tr.hidden-print {
    display: none !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphiconshalflings-regular.eot);
  src: url(../fonts/glyphiconshalflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/glyphiconshalflings-regular.woff) format("woff"),
    url(../fonts/glyphiconshalflings-regular.ttf) format("truetype"),
    url(../fonts/glyphiconshalflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}

a.with-glyphicon {
  font-family: "GT-Haptik-Bold";
  font-weight: 500;
  font-size: 13px;
}

a.with-glyphicon .glyphicon,
a.with-glyphicon:hover {
  text-decoration: none;
}

a.with-glyphicon .glyphicon {
  float: left;
  margin-top: 4px;
  margin-right: 3px;
  font-size: 12px;
  display: inline-block;
}

.glyphicon {
  font-size: 16px;
}

.glyphicon:before {
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #aaa;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.old-glyphicon:before {
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.old-glyphicon-arrow-left:before {
  content: "\E091";
}

.old-glyphicon-arrow-right:before {
  content: "\E092";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse:before {
  content: "\e159";
}

.glyphicon-collapse-top:before {
  content: "\e160";
}

@font-face {
  font-family: bchydro-glyphicons;
  src: url(../fonts/bchydro-glyphicons.eot);
  src: url(../fonts/bchydro-glyphicons.eot?#iefix) format("eot"),
    url(../fonts/bchydro-glyphicons.woff) format("woff"),
    url(../fonts/bchydro-glyphicons.ttf) format("truetype"),
    url(../fonts/bchydro-glyphicons.svg#bchydro-glyphicons) format("svg");
  font-weight: 400;
  font-style: normal;
}

.bchydro-glyph:before {
  display: inline-block;
  font-family: bchydro-glyphicons;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bchydro-glyph-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.bchydro-glyph-2x {
  font-size: 2em;
}

.bchydro-glyph-3x {
  font-size: 3em;
}

.bchydro-glyph-4x {
  font-size: 4em;
}

.bchydro-glyph-5x {
  font-size: 5em;
}

.bchydro-glyph-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.bchydro-glyph-comment:before {
  content: "\EA01";
}

.bchydro-glyph-document:before {
  content: "\EA02";
}

.bchydro-glyph-globe:before {
  content: "\EA03";
}

.bchydro-glyph-link:before {
  content: "\EA04";
}

.bchydro-glyph-search:before {
  content: "\EA05";
}

.bchydro-glyph-play:before {
  content: "\EA06";
}

html {
  overflow-y: overlay;
}

body {
  overflow-x: visible;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#logo-site-c {
  font-family: "GT-Haptik-Bold";
  margin-left: 15px;
  color: #00587e;
  font-size: 32px;
  display: block;
}

#logo-site-c:active,
#logo-site-c:hover {
  text-decoration: none;
}

#logo-site-c .logo--subtext {
  font-family: "GT-Haptik-Regular";
  color: #3e3935;
  white-space: nowrap;
}

.utilbar {
  min-height: 103px;
  font-size: 14px;
  position: relative;
  background: #fff;
  z-index: 5;
}

.utilbar .logo {
  margin-top: 24px;
  margin-bottom: 24px;
}

.utilbar form {
  padding-top: 33px;
}

.utilbar .util-nav {
  margin-top: 41px;
  margin-bottom: 41px;
}

.utilbar .util-nav ul {
  margin-bottom: 0;
}

.utilbar .util-nav ul li {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.utilbar .util-nav a {
  color: #999;
}

.utilbar .util-nav a.active {
  color: #555;
}

.utilbar .list-inline {
  float: right;
}

.search-form .form-control,
.search-group .form-control {
  height: auto;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  padding: 10px 30px 10px 16px;
}

.search-form .btn,
.search-group .btn {
  border: 0;
  background: 0 0;
  padding: 2px 5px;
  margin-top: 4px;
  position: relative;
  left: -32px;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.search-form .btn .glyphicon,
.search-group .btn .glyphicon {
  font-size: 16px;
}

.search-form .btn.active,
.search-group .btn.active {
  color: #10a3c8;
}

.navbar .search-group {
  display: none;
}

.main {
  padding: 0 0 60px;
}

.main .content {
  padding-top: 60px;
}

.bordered {
  padding: 20px;
  -webkit-box-sizing: boder-box;
  -moz-box-sizing: boder-box;
  box-sizing: boder-box;
  border: 1px solid #eee;
  margin-bottom: 20px;
}

.assessment-timeline {
  font-size: 14px;
}

.assessment-timeline ul {
  margin: 1em 0 0;
  padding-left: 1.2em;
}

.assessment-timeline ul li {
  margin-left: 0;
  margin-bottom: 0.5em;
}

.icon-back {
  font-size: 9px;
  font-style: normal;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.full .main {
  padding: 40px 0 60px;
}

.full .main .content {
  padding-top: 0;
}

.full .latest-information {
  padding: 40px 0 60px;
}

.additional-info {
  border-top: 1px solid #ccc;
  padding: 40px 0;
}

.additional-info h3 {
  margin-top: 12px;
}

.additional-info .container {
  position: relative;
}

.additional-info .icon {
  border-radius: 40px;
  border: 1px solid #10a3c8;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: -60px;
  background-color: #fff;
  font-family: "GT-Haptik-Bold";
  font-size: 18px;
  color: #10a3c8;
}

.news,
.resources {
  font-size: 14px;
}

.news li,
.resources li {
  padding-left: 25px;
  position: relative;
}

.news i,
.resources i {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 16px;
  color: #aaa;
}

.news i span,
.resources i span {
  display: none;
}

.news a,
.resources a {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.news a.btn,
.resources a.btn {
  font-size: 12px;
  font-weight: 400;
}

.news small,
.resources small {
  padding-left: 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.news .resources,
.resources .resources {
  margin-top: 16px;
  margin-left: 30px;
}

.table-resources i {
  font-size: 16px;
  color: #aaa;
  padding-right: 8px;
}

.table-resources i span {
  display: none;
}

.table-resources a {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.table-resources a.btn {
  font-size: 12px;
  font-weight: 400;
}

.table-resources small {
  padding-left: 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.table-data .news a,
.table-data .resources a {
  font-weight: 400;
}

.table-data p,
.table-data ul {
  margin-bottom: 0;
}

footer .footer-region-left form {
  margin-bottom: 50px !important;
}

footer .contextual-links-region .btn.twitter {
  margin-right: 16px;
}

footer #logo-bch {
  position: relative;
  background: url(../img/logo-bchydro.svg?v=1.3) no-repeat;
  background-size: cover;
  width: 114px;
  height: 21px;
  margin-right: 10px;
  text-indent: -9999px;
  display: inline-block;
}

footer .ft-utils {
  border-top: 1px solid #ccc;
  background-color: #f5f5f5;
  font-size: 14px;
  color: #555;
}

footer .ft-utils .container > .row {
  padding: 20px 0;
}

footer .ft-utils h4 {
  color: #555;
  margin-bottom: 30px;
}

footer .ft-utils address strong {
  margin-bottom: 5px;
  display: block;
}

footer .ft-utils .twitter i {
  position: relative;
  top: -1px;
  font-size: 10px;
  margin-left: 5px;
}

footer .ft-utils .form-horizontal .control-label {
  text-align: left;
}

footer .copyright {
  border-top: 1px solid #dadada;
  background-color: #f1f1f1;
  font-size: 12px;
  color: #555;
  line-height: 1.3;
}

footer .copyright .row {
  padding: 10px 0;
}

footer .copyright ul {
  margin-bottom: 0;
}

footer .copyright ul li {
  margin-bottom: 0;
  border-left: 1px solid #d6d6d6;
  padding-left: 8px;
}

footer .copyright ul li a {
  color: #555;
}

footer .copyright ul li:first-child {
  border-left: none;
}

.video-header {
  position: relative;
  margin-top: -65px;
  background-color: #333;
}

.video-header {
  margin-top: 0;
}

.video-header .copy small {
  padding-left: 10px;
}

.video-header #video-play {
  display: inline-block;
  color: #fff;
  font-size: 100px;
  cursor: pointer;
  opacity: 0.8;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.video-header #video-play:hover {
  color: #00587e;
  text-decoration: none;
}

.video-header .video-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #333;
}

.video-header .video-slide #video-container {
  padding-bottom: 40px;
  z-index: 2;
  opacity: 0;
  display: none;
}

.video-header .video-slide #video-container .vid-close {
  top: -18px;
  right: -3px;
  position: absolute;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  padding: 10px;
  background-color: #000;
  border-radius: 18px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 1;
  z-index: 5;
}

.video-header .video-slide #video-container .vid-close:hover {
  color: #999;
}

.video-responsive {
  width: 100%;
  padding-top: 56.27%;
  position: relative;
  z-index: 4;
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.more {
  display: inline-block;
}

.more i {
  font-size: 6px;
  line-height: 15px;
  vertical-align: middle;
  color: #10a3c8;
}

@media only screen and (max-width: 768px) {
  .feature-media,
  .view-featured-media {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.feature-media .media__container,
.view-featured-media .media__container {
  display: block;
}

.feature-media .media__container:focus,
.feature-media .media__container:hover,
.view-featured-media .media__container:focus,
.view-featured-media .media__container:hover {
  text-decoration: none;
}

.feature-media .media__container:focus .media__headline span,
.feature-media .media__container:hover .media__headline span,
.view-featured-media .media__container:focus .media__headline span,
.view-featured-media .media__container:hover .media__headline span {
  color: #00587e;
}

.feature-media .media__container:focus,
.view-featured-media .media__container:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

@media only screen and (max-width: 991px) {
  .float-div{
    visibility: hidden;
  }

  .navbar-expand-lg > .container {
    justify-content: flex-start;
  }

  #block-sitec-energy-bootstrap-main-menu {
    width: 100%;
  }
  .feature-media .media__container,
  .view-featured-media .media__container {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .feature-media .media .view-content .col-lg-6:last-of-type .media__container,
  .view-featured-media
    .media
    .view-content
    .col-lg-6:last-of-type
    .media__container {
    margin-bottom: 0;
  }
}

.feature-media .media__icon-video,
.view-featured-media .media__icon-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  background: url(../img/icon-video.svg) center;
  background-size: cover;
  transform: translate(-50%, -50%);
}

.feature-media .media__info,
.view-featured-media .media__info {
  margin-top: 10px;
  margin-bottom: 0;
  color: #555;
  font-size: 14px;
}

.feature-media .media__info span,
.view-featured-media .media__info span {
  text-transform: uppercase;
}

.feature-media .media__headline,
.view-featured-media .media__headline {
  margin-top: 10px;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {

  .home .view-news,
  .latest-information .view-news {
    padding: 0 30px;
  }
}

.home .main,
.latest-information .main {
  padding: 30px 0;
}

.home .story,
.home .announcement,
.latest-information .announcement,
.latest-information .story {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  font-size: 14px;
  color: #555;
}

.view-featured-stories > div > div >ul >li {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  font-size: 14px;
  color: #555;
}

.view-featured-stories > div > div >ul >li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.home .story img,
.latest-information .story img,
.home .announcement img,
.latest-information .announcement img {
  margin-top: 2px;
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .home .story img,
  .latest-information .story img,
  .home .announcement img,
  .latest-information .announcement img  {
    width: 100%;
    height: 265px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

.home .story h3,
.latest-information .story h3,
.home .announcement h3,
.latest-information .announcement h3 {
  margin-top: 0;
  margin-bottom: 14px;
  color: #555;
}

.home .story .field-item,
.home .story p,
.latest-information .story .field-item,
.latest-information .story p,
.home .announcement .field-item,
.home .announcement p,
.latest-information .announcement .field-item,
.latest-information .announcement p {
  margin-bottom: 14px;
}

.home .story:last-child,
.latest-information .story:last-child,
.home .announcement:last-child,
.latest-information .announcement:last-child  {
  padding-bottom: 0;
  border-bottom: none;
}

.home .info,
.latest-information .info {
  font-size: 14px;
  margin-bottom: 24px;
  color: #555;
}

.home .info strong,
.latest-information .info strong {
  color: #555;
  display: block;
  margin-bottom: 5px;
}

.home .info .more,
.latest-information .info .more {
  display: inline-block;
  margin-top: 5px;
}

.view__header-text {
  margin-top: 0;
  margin-bottom: 32px;
  font-family: "GT-Haptik-Bold", Arial, sans-serif;
}

.view-latest-information > div.row {
  display: block;
  margin: 0px;
}

.view-latest-information > div.row > div {
  font-size: 14px;
  margin-bottom: 24px;
  color: #555;
}

.view-latest-information .views-field-title {
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .view__header-text {
    margin-bottom: 20px;
  }
}

.view.view--modal-well {
  padding: 20px;
}

.view.view--modal-well h4 {
  margin-top: 0;
  margin-bottom: 0.75em;
}

.view.view-recommended-links {
  padding: 30px;
  font-size: 14px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}

.view.view-recommended-links .view-header {
  margin-bottom: 1.5rem;
}

.view .links {
  padding-left: 0;
}

.view .link {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  list-style-type: none;
}

.view .link a {
  font-size: 14px;
}

.view .link__icon {
  position: relative;
  top: 50%;
  left: 0;
  height: 19px;
  transform: translateY(-50%);
  display: contents;
}

.more .glyphicon-play {
  display: none;
}

.downloads .accordion-toggle,
.faqs .accordion-toggle,
.maps .accordion-toggle {
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  padding: 8px 0 8px 35px;
  position: relative;
}

.downloads .accordion-toggle:before,
.faqs .accordion-toggle:before,
.maps .accordion-toggle:before {
  display: inline-block;
  content: "-";
  border-radius: 20px;
  border: 1px solid #555;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 17px;
  background-color: #fff;
  font-family: "GT-Haptik";
  font-size: 16px;
  color: #555;
  margin-right: 10px;
  position: absolute;
  top: 8px;
  left: 0;
}

.downloads .accordion-toggle:active,
.downloads .accordion-toggle:hover,
.faqs .accordion-toggle:active,
.faqs .accordion-toggle:hover,
.maps .accordion-toggle:active,
.maps .accordion-toggle:hover {
  color: #00587e;
}

.downloads .accordion-toggle:focus,
.downloads .accordion-toggle:hover,
.faqs .accordion-toggle:focus,
.faqs .accordion-toggle:hover,
.maps .accordion-toggle:focus,
.maps .accordion-toggle:hover {
  text-decoration: none;
}

.downloads .accordion-toggle.collapsed:before,
.faqs .accordion-toggle.collapsed:before,
.maps .accordion-toggle.collapsed:before {
  content: "+";
  border: 1px solid #10a3c8;
  color: #10a3c8;
  line-height: 19px;
}

.downloads .accordion-inner,
.faqs .accordion-inner,
.maps .accordion-inner {
  padding-left: 35px;
}

.downloads .resources a,
.faqs .resources a,
.maps .resources a {
  font-weight: 400;
}

.downloads a.btn,
.faqs a.btn,
.maps a.btn {
  margin: 0 10px 0 0;
}

.downloads small,
.faqs small,
.maps small {
  font-size: 10px;
  font-weight: 700;
  line-height: 24px;
}

.faqs .field--type-entity-reference {
  display: none;
}

#map {
  margin-bottom: 24px;
}

.infobox {
  background-color: #fff;
  padding: 20px;
  opacity: 0.95;
  width: 280px;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  position: relative;
}

.infobox h6 {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.infobox:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  left: 25%;
  margin-left: -10px;
}

.info-sheet {
  display: table;
  width: 100%;
}

.info-sheet .item {
  display: table-cell;
  text-align: center;
}

.info-sheet .item img {
  max-width: 100%;
}

.search-results {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-results li {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.search-results h4 {
  margin-bottom: 0;
}

.search-results p {
  margin: 5px 0;
}

#search-results .ais-Hits-item p {
  margin-bottom: 10px;
}

.search-box.search-box--mobile .ais-SearchBox-form {
  width: 100%;
}

.search-box.search-box--mobile .region-search-form {
  margin-bottom: 0;
}

.search-box.search-box--mobile #edit-search-api-views-fulltext-wrapper {
  width: 100%;
}

.search-box.search-box--mobile #edit-submit-search {
  right: 11px !important;
}



@media only screen and (max-width: 991px) {
  /*#views-exposed-form-search-page-1 {
    display: none;
  }*/
}

#views-exposed-form-search-page-1 > div.form-row > div.form-actions {
  display: none;
}

#views-exposed-form-search-page-1 .api-search-input-wrapper {
  position: relative;
  padding-top: 0;
}

@media only screen and (min-width: 1199px) {
  #views-exposed-form-search-page-1 .api-search-input-wrapper {
    width: 250px;
  }
}

.api-search-input-wrapper .api-search-submit-button svg {
  width: 13px;
  height: 13px;
}

/* .search-box.search-box--desktop .ais-SearchBox-form {
  margin-top: 33px;
} */

.search-box #edit-search-api-views-fulltext-wrapper {
  width: 190px;
  padding: 0;
}

.search-box #edit-search-api-views-fulltext-wrapper input {
  width: 100%;
  padding: 10px 40px 10px 16px;
  line-height: 1;
}

@media only screen and (min-width: 1199px) {
  .search-box #edit-search-api-views-fulltext-wrapper {
    width: 250px;
  }
}

.search-box .views-exposed-widgets {
  display: block;
  position: relative;
  margin: 0;
}

.search-box .views-exposed-widgets .views-submit-button {
  position: static;
  padding: 0;
  margin: 0;
}

.search-box .views-exposed-widgets #edit-submit-search {
  position: absolute;
  top: 50%;
  left: auto;
  right: 31px;
  margin: 0;
  width: 18px;
  height: 18px;
  font-size: 0;
  transform: translateY(-50%);
  background-image: url(../img/question-mark.svg);
  background-size: 13px 13px;
  background-position: center;
  background-repeat: no-repeat;
}

.search-box .ais-SearchBox-form {
  position: relative;
  width: 190px;
  padding-top: 0;
}

@media only screen and (min-width: 1199px) {
  .search-box .ais-SearchBox-form {
    width: 250px;
  }
}

.search-box .ais-SearchBox-input {
  width: 100%;
  padding: 10px 40px 10px 16px;
  line-height: 1;
}

.search-box .ais-SearchBox-submit {
  position: absolute;
  top: 50%;
  right: 11px;
  padding: 5px 5px 2px;
  transform: translateY(-50%);
}

.search-box .ais-SearchBox-submit svg {
  width: 13px;
  height: 13px;
}

#pagination .ais-Pagination-item {
  margin-bottom: 0;
}

#pagination .ais-Pagination-item--disabled {
  display: none;
}

#pagination .ais-Pagination-item--selected .ais-Pagination-link {
  background-color: #f5f5f5;
}

#pagination .ais-Pagination-link {
  padding: 6px 12px;
  line-height: 1;
  border: 1px solid #ddd;
  border-left-width: 0;
}

#pagination .ais-Pagination-link:first-of-type {
  border-left-width: 1px;
}

#pagination .ais-Pagination-link:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.parsley-error-list {
  padding-top: 5px;
}

.parsley-error-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

:focus,
input:focus,
textarea:focus {
  outline: 0;
}

.checkbox-group {
  display: table;
}

.checkbox-group .checkbox-holder {
  display: table-cell;
}

.checkbox-group label {
  display: table-cell;
  vertical-align: top;
  cursor: pointer;
}

.summary ul {
  list-style: none;
}

#secondary-contact {
  display: none;
}

.icon-approved {
  display: inline-block;
  width: 14px;
  height: 16px;
  background: url(../img/approved-sprite.png) 0 5px no-repeat;
  margin: 0 8px 0 0;
}

.icon-disapproved {
  display: inline-block;
  width: 14px;
  height: 17px;
  background: url(../img/approved-sprite.png) -15px 5px no-repeat;
  margin: 0 8px 0 0;
}

.fourofour .content,
.fourofour .content h2 {
  color: #999;
}

.contact-offices {
  margin-bottom: 60px;
}

.status {
  font-weight: 400;
}

.status.status--open {
  color: #48ae42;
}

.status.status--closed {
  color: #d06067;
}

.status.status--completed {
  color: #48ae42;
}

.status.status--current {
  color: #555;
}

.link-separator {
  color: #ccc;
  font-size: 14px;
  padding: 0 1em;
}

.procurement-file-link {
  border-left: 1px solid #d6d6d6;
  padding-left: 12px;
  margin-left: 8px;
}

.procurement-details .table .even,
.procurement-details .table .odd {
  background-color: transparent;
}

.view-gallery-navigation {
  clear: both;
}

.view-gallery-navigation .views-row {
  float: left;
}

.view-gallery-navigation .views-row div {
  cursor: pointer;
  margin: 10px 20px;
  font-family: "GT-Haptik-Bold";
  font-size: 16px;
  color: #999;
}

.view-gallery-navigation .views-row div:first-child {
  margin-left: 0;
}

.view-gallery-navigation .views-row div.active {
  color: #222;
  border-bottom: 4px solid #00587e;
}

.field-name-field-featured-gallery {
  position: relative;
}

.field-name-field-featured-gallery h2 {
  padding: 15px;
}

.field-name-field-featured-gallery .node-gallery-item {
  background: #e5e1dd;
}

.field-name-field-featured-gallery .field-item .gallery-title {
  display: none;
}

.field-name-field-featured-gallery .field-item .lSGallery li {
  margin-bottom: 0;
}

.field-name-field-featured-gallery .field-item .lSGallery li img {
  opacity: 0.6;
}

.field-name-field-featured-gallery .field-item .lSGallery li.active img {
  opacity: 1;
}

.field-name-field-featured-gallery .lSGallery .lslide,
.field-name-field-featured-gallery .lSGallery img,
.field-name-field-featured-gallery .light-gallery .lslide,
.field-name-field-featured-gallery .light-gallery img {
  margin-bottom: 0;
}

ul#light-gallery {
  height: 550px;
  max-height: 550px;
}


li.lslide.active img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}

ul.lSPager.lSGallery li {
  opacity: .6;
  background-color: rgba(248, 247, 216, 1);
}

ul.lSPager.lSGallery li.active {
  opacity: 1;
}



.field-name-field-featured-gallery #slideDesc {
  background: #00587e;
  color: #fff;
  width: 100%;
  padding: 20px;
  font-size: 13px;
  opacity: 0.8;
}

.field-name-field-featured-gallery #slideDesc .pipe {
  color: #70a7b3;
}

.field-name-field-featured-gallery #slideControls {
  position: absolute;
  bottom: 0;
  width: 93vw;
}

.field-name-field-featured-gallery #slideControls #goToPrevSlide {
  float: left;
}

.field-name-field-featured-gallery #slideControls #goToNextSlide {
  float: left;
  margin-left: 41.2em;
}

.field-name-field-featured-gallery #slideControls .slideButton {
  background-color: #ccc;
  cursor: pointer;
  color: #00587e;
}

.field-name-field-page-galleries .field-items .field-item {
  margin-bottom: 30px;
}

.field-name-field-page-galleries .field-items .field-item .node-gallery-item {
  position: relative;
}

.field-name-field-page-galleries
  .field-items
  .field-item
  .node-gallery-item
  .img-responsive {
  margin-bottom: 0;
}

.field-name-field-page-galleries .field-items .field-item .gallery-item {
  overflow: hidden;
  border-radius: 5px;
}

.field-name-field-page-galleries .field-items .field-item ul.light-gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.field-name-field-page-galleries .field-items .field-item ul.light-gallery li {
  margin: 0;
  padding: 0;
  display: none;
  list-style: none;
  visibility: hidden;
}

.field-name-field-page-galleries
  .field-items
  .field-item
  ul.light-gallery
  li.first {
  display: block;
  visibility: visible;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}

ul.lSPager.lSGallery {
  max-height: 138px;
}

.lSSlideOuter {
  width: 770px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  max-width: 100%;
  object-fit: cover;
  width: 185px;
  height: 139px;
}

ul.gallery-year{
  margin: 0;
  padding: 0;
}

.node-gallery-item {
  padding-left: 0!important;
  padding-right: 0.5em!important;
  max-height: 25em;
}

ul.gallery-year li:not(:first-child) {
  display: none;
}

ul.gallery-year li:first-child {
  display: block;
}

ul.gallery-year li {
  list-style: none;
  width: 100%;
  margin: 0;
}

ul.gallery-year li img {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  object-fit: cover;
  overflow: hidden;
  min-height: 350px;
  max-height: 350px;
  width: 100%;
  margin: 0;
}

.node-gallery-group {
  padding-left: 0px;
  padding-right: 0px;
}

div.node-gallery-item div.gallery-title {
  position: relative;
  background-color: #00587e;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  opacity: 0.9;
  padding: 20px;
  color: #fff;
  pointer-events: none;
  bottom: 100px;
  height: 100px;
}

ul.gallery-year-selector li{
  cursor: pointer;
  float: left;
  list-style: none;
  margin: 5px 10px;
  font-family: "GT-Haptik-Regular"; /*estaba bold pero es regular para q se asemeje al original*/
  font-size: 16px;
  color: #999;
}

ul.gallery-year-selector li:first-child {
  margin-left: 0px;
}

ul.gallery-year-selector li.active {
  color: #222;
  border-bottom: 4px solid #00587e;
}

.block-views-blockgallery-page-selected-block-1 h2 {
  padding: 15px;
}

@media screen and (max-width: 480px) {
  .why-table > tbody > tr > td {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }

  .utilbar .logo {
    width: 100%;
    text-align: center;
  }
  .utilbar .logo #logo-site-c {
    margin: auto;
  }
  .utilbar .util-nav {
    width: 100%;
    text-align: center;
    margin: 0 auto 20px;
  }
  .utilbar .util-nav .list-inline {
    float: none;
  }
  .utilbar .util-nav .list-inline li {
    padding-left: 10px;
    line-height: 1em;
  }
  .utilbar .util-nav .list-inline li:first-child {
    border-left: none;
  }
  .tabbable .nav > li > a {
    padding: 10px 5px;
    font-size: 12px;
  }
  .video-header {
    margin-top: 0;
  }
  .video-header {
    background-color: #fff;
    padding: 0;
    min-height: 0;
  }
  .video-header .copy {
    padding: 20px 0;
    border: none;
  }
  .video-header .copy p {
    font-family: Arial;
    font-weight: 400;
  }
  .video-header #video-container {
    margin-top: 50px !important;
  }
  .table-data {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .utilbar {
    min-height: -50px;
  }

  ul#light-gallery {
    height: 400px;
    max-height: 400px;
  }

  .main .content {
    padding-top: 0;
  }
  blockquote.pull-left,
  blockquote.pull-right {
    float: none;
    width: 100%;
    margin: 0 0 24px;
  }
  img.img-caption {
    margin-bottom: 0;
  }
  div.img-caption,
  div.img-caption-sm {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 24px;
    float: none;
    width: auto;
  }
  .img-pull-left,
  .img-pull-right {
    width: 100%;
    float: none;
    margin: 0;
  }
  .img-pull-left div.img-caption,
  .img-pull-right div.img-caption {
    margin-bottom: 24px;
  }
  .additional-info .icon {
    left: 15px;
  }
  .ft-utils .twitter {
    margin-bottom: 24px;
  }
  .copyright .col-lg-8 span {
    margin: 5px 0 8px;
    display: block;
  }
  .img-pull-left img,
  .img-pull-right img {
    margin-bottom: 1.5em;
  }

  .field-name-field-featured-gallery #slideControls {
    max-width: 100%;
  }

  .field-name-field-featured-gallery #slideControls .slideButton {
    display: flex;
    align-items: center;
    height: 139px;
  }

}

@media screen and (max-width: 991px) {

  .field-name-field-featured-gallery #slideControls #goToNextSlide {
    float: right;
    margin-left: 0px;
  }

  #views-exposed-form-search-page-1 .api-search-input-wrapper {
    width: 90%;
  }
  .navbar .search-group {
    padding: 16px 0;
    display: block;
  }
  .navbar .navbar-toggle {
    top: 0;
    position: relative;
    right: 0;
    float: right;
  }
  .nav-collapse .navbar-nav {
    margin: 0;
  }
  .search-form {
    display: none;
  }

  .navbar-toggle {
    top: 15px;
  }
  .nav-collapse .navbar-nav > li > a small,
  .nav-collapse br {
    display: none;
  }

  ul.clearfix.nav.navbar-nav > li > a br {
    display: none;
  }

  .nav-collapse .nav > li {
    border-top: 1px solid #eee;
  }
  .nav-collapse .nav > li a:focus,
  .nav-collapse .nav > li a:hover,
  .nav-collapse .nav > li.active a:hover {
    color: #fff;
    border-radius: 0;
    background-color: #087ea3;
  }
  .navbar-toggle {
    background: #10a3c8;
    border: 0;
  }
  .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-toggle:active,
  .navbar-toggle:hover {
    background: #00587e;
  }
  .nav > li > a {
    position: static;
    display: block;
    padding: 10px 15px;
  }
  .pagination-wrapper {
    text-align: center;
  }
  .panel ul,
  ol {
    padding-left: 1.3em;
  }
  .video-header {
    margin-top: 0;
  }
  .video-header {
    background-color: #fff;
    padding: 30px 0;
    min-height: 0;
  }
  .info-sheet,
  .info-sheet .item {
    display: block;
  }
  .copyright .col-lg-4 {
    margin-top: 5px;
  }
  .copyright .col-lg-4 .list-inline {
    float: left;
  }
  .copyright .col-lg-4 .list-inline li:first-child {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {


  .sidebar.affix,
  .sidebar.affix-bottom {
    width: 223px;
  }
  .field-name-field-featured-gallery #slideControls .slideButton {
    padding: 29px 20px;
  }
  .api-search-input-wrapper .api-search-submit-button {
    position: absolute;
    top: 40%;
    right: -10px;
    transform: translateY(-50%);
    border: unset;
    background: #fff;
  }
}

@media screen and (min-width: 991px) {

  .api-search-input-wrapper .api-search-submit-button {
    position: absolute;
    top: 50%;
    right: 11px;
    padding: 5px 5px 2px;
    transform: translateY(-50%);
    border: unset;
    background: #fff;
  }


  .api-search-input-wrapper > input.form-control {
    width: 100%;
    padding: 10px 40px 10px 16px;
    line-height: 1;
    height: unset;
  }

  .navbar-brand {
    float: left;
    margin-left: -15px;
    margin-right: 5px;
    align-self: center;
  }
  .navbar-nav {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    border-radius: 0;
  }
  .navbar-nav.pull-right {
    float: right;
    width: auto;
  }
  .navbar-toggle {
    position: relative;
    top: auto;
    left: auto;
    display: none;
  }
  .nav-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
}

@media screen and (min-width: 992px) {

  .bs-ml-3 {
    margin-right: 9rem !important;
    margin-left: 1rem !important;
  }

  .navbar-nav {
    width: 100%;
  }
  .navbar-nav li {
    width: 14.28%;
  }

  .video-header {
    margin-top: -165px;
  }
  .sidebar {
    margin-right: 20px;
  }
  .sidebar.affix {
    position: fixed;
    top: 5px;
    z-index: 100;
  }
  .sidebar.affix-bottom {
    position: absolute;
  }
  .sidebar.affix,
  .sidebar.affix-bottom {
    width: 193px;
  }
  .additional-info .icon {
    left: 203px;
  }
  .nav-justified li {
    white-space: nowrap;
  }
  label[for="edit-field-general-updates-und"],
  label[for="edit-field-construction-updates-und"] {
    width: 65%;
  }
  .field-name-field-featured-gallery #slideControls .slideButton {
    padding: 57px 20px;
  }
  .captcha {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-content: center;
  }
  .captcha .g-recaptcha {
    position: relative;
    transform: translateX(-51%);
    left: 48%;
  }
}

@media screen and (min-width: 1200px) {


  .video-header {
    margin-top: -125px;
  }
  .sidebar {
    margin-right: 40px;
  }
  .sidebar.affix {
    position: fixed;
    top: 5px;
    z-index: 100;
  }
  .sidebar.affix,
  .sidebar.affix-bottom {
    width: 230px;
  }
  .additional-info .icon {
    left: 250px;
  }
  .col-lg-6 .img-responsive,
  .home .story img,
  .home .announcement img {
    margin-bottom: 0;
  }
  label[for="edit-field-general-updates-und"],
  label[for="edit-field-construction-updates-und"] {
    width: 65%;
  }
}

[class*=" icon-"] span,
[class^="icon-"] span {
  display: none;
}

[class*=" icon-"]:before,
[class^="icon-"]:before {
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}

.icon-twitter:before {
  content: "\e803";
}

/***
Comment by Eddy Cortez, to avoid conflicts with the boostrap cdn styles

.modal.modal--media .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1170px;
  padding: 70px 0 50px;
  transform: translate(-50%, -50%);
  border-radius: 0;
}
*/
@media only screen and (max-width: 1200px) {
  section.region.region-header {
    grid-template-columns: 30% 10% 20% 40%;
  }

  .block-views-exposed-filter-blocksearch-page-1{
    right: 0px;
    position: absolute;
  }

  .navbar-brand {
    margin-top: 25px;
  }

  .menu_hidden_gl {
    visibility: hidden !important;
    width: 0% !important;
  }
  .select2-container, .select2-drop, .select2-search, .select2-search input {
    display: none;
  }
  .bs-bg-light {
    visibility: visible !important;
  }
  body {
    overflow-x: visible !important;
  }
  .layout--twocol-section--25-75 > div.layout__region.layout__region--first {
    height: auto;
  }
  div.sidebar-bottom,
  div.sidebar-top {
    visibility: visible !important;
  }
}

@media only screen and (max-width: 991px) {

  .bs-ml-3 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  section.container.region.region-primary-menu > nav > ul > li.nav-item {
    border-bottom: 1px solid #ccc;
    padding-left: 15px;
    height: 40px;
  }

  section.container.region.region-primary-menu > nav > ul > li.nav-item:focus {
    background-color: #087ea3;
  }

  section.container.region.region-primary-menu
    > nav
    > ul
    > li.nav-item:focus
    > a {
    color: #fff !important;
  }

  section.container.region.region-primary-menu > nav > ul > li:last-child {
    border-bottom: none;
  }

  section.region.region-header {
    grid-template-columns: auto;
  }

  .bs-pt-5, .bs-pt-4{
    padding-top: 0rem !important;
    margin-top: 50px;
  }

  .bs-mt-4 {
    margin-top: 5rem !important;
  }

  .api-search-input-wrapper > input.form-control {
    width: 75vw;
    padding: 10px 40px 10px 16px;
    margin-right: 20px;
    line-height: 1;
    height: unset;
  }

  .col-lg-5.col-sm-12.pull-left.views-row {
    border-top: 4px solid #f2f2f2;
    border-left: 4px solid #f2f2f2;
    background-color: #fff;
    border-radius: 3px;
    display: flow-root;
    margin-left: 0em;
    margin-right: 3em;
    margin-top: 8em;
    width: 27em;
    top: 30vh;
    padding: 20px;
  }
  .col-lg-5.col-sm-12.pull-right.views-row  {
    border-top: 4px solid #f2f2f2;
    border-left: 4px solid #f2f2f2;
    background-color: #fff;
    border-radius: 3px;
    display: flow-root;
    margin-left: 0em;
    margin-top: 8em;
    width: 27em;
    padding: 20px;
    top: 30vh;
  }

  .navbar-toggler.collapsed {
    background-color: #004f6c;
  }

  .navbar-toggler.collapsed:hover {
    background-color: #10a3c8;
  }

  .navbar-toggler {
    background-color: #10a3c8;
  }

  .navbar-toggler:hover {
    background-color: #004f6c;
  }

  .navbar-toggler-icon {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    vertical-align: middle;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='30' height='30' viewBox='0 0 7.9374998 7.9375002' version='1.1' id='svg821' inkscape:version='0.92.5 (2060ec1f9f, 2020-04-08)' sodipodi:docname='m-menu.svg'%3E%3Cdefs id='defs815' /%3E%3Csodipodi:namedview id='base' pagecolor='%23000000' bordercolor='%23666666' borderopacity='1.0' inkscape:pageopacity='0.0' inkscape:pageshadow='2' inkscape:zoom='22.4' inkscape:cx='5.817921' inkscape:cy='15.902111' inkscape:document-units='mm' inkscape:current-layer='layer1' showgrid='false' units='px' inkscape:window-width='1920' inkscape:window-height='1016' inkscape:window-x='1920' inkscape:window-y='27' inkscape:window-maximized='1' /%3E%3Cmetadata id='metadata818'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title /%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg inkscape:label='Capa 1' inkscape:groupmode='layer' id='layer1' transform='translate(0,-289.06248)'%3E%3Cg id='g1375' transform='translate(0,-0.14415667)' style='fill:%23f1f1f1;fill-opacity:1'%3E%3Crect ry='0.24804688' y='290.77518' x='0.92131686' height='1.0276227' width='6.0948663' id='rect1366' style='fill:%23f1f1f1;fill-rule:evenodd;stroke-width:0.26458332;fill-opacity:1' /%3E%3Crect style='fill:%23f1f1f1;fill-rule:evenodd;stroke-width:0.26458332;fill-opacity:1' id='rect1368' width='6.0948663' height='1.0276227' x='0.92131686' y='292.66156' ry='0.24804688' /%3E%3Crect ry='0.24804688' y='294.54797' x='0.92131686' height='1.0276227' width='6.0948663' id='rect1370' style='fill:%23f1f1f1;fill-rule:evenodd;stroke-width:0.26458332;fill-opacity:1' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 100% 100%;
  }

  .navbar-brand {
    text-align: left;
    left: 10px !important;
    position: relative;
    margin-bottom: 0px;
  }


  #views-exposed-form-search-page-1 {
    margin-top: 130px;
    margin-left: 2vw;
  }

  section.region.region-header {
    grid-template-columns: auto;
  }
  .navbar-brand {
    margin-top: 10px;
  }
  .block-views-exposed-filter-blocksearch-page-1{
    right: auto;
    z-index: 99;
  }
  #block-search > div > div {
    float: left !important;
    margin-top: 15px !important;
  }

  .menu_hidden_gl {
    visibility: visible !important;
    position: absolute;
    width: 92vw !important;
    left: 3vw;
  }

  .select2-container, .select2-drop, .select2-search, .select2-search input {
    display: block;
  }

  #navbar-main {
    border-bottom: 3px solid #ccc;
    border-top: 1px solid #ccc;
    min-height: 75px!important;
    background-color: rgba(255, 255, 255, 0.85);
  }

  #navbar-top {
    background-color: white;
  }

  .navbar {
    min-height: 25px;
  }

  .navbar .navbar-expand-lg {
    min-height: 0px;
  }

  .navbar-expand-lg > div{
    margin-top: 25px;
  }

  #navbar-main .navbar-nav > li:hover {
    background-color: #10a3c8;
  }

  #navbar-main .navbar-nav > li > a:hover {
    color: white !important;
  }

  .navbar-expand-lg > .container {
    justify-content: flex-start;
  }

  section.region.region-header {
    height: 120px;
  }

  .region-header > a > img {
    max-width: 400%;
  }

  .form-control {
    height: 40px;
  }

  div.SiteCJumbotrom > div > div.block{
    min-height: 0px;
  }

  .bs-bg-light {
    visibility: hidden !important;
  }

  body {
    overflow-x: hidden !important;
  }

  div.sidebar-bottom,
  div.sidebar-top {
    visibility: hidden !important;
  }

  .layout--twocol-section--25-75 > div.layout__region.layout__region--first {
    height: 45px;
  }

  .site-footer__top {
    grid-template-columns: auto !important;
  }

  .navbar-form {
    grid-template-columns: auto !important;
  }
}

/* Not required, because this style is set from the list management

.em_inputField input,
.em_inputField label,
.em_inputField_label,
.em_inputField_text {
  width: 100% !important;
}
*/

.row-padding-special {
  padding-top: 60px !important;
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
  .home .region {
    margin-bottom: 30px;
  }
  .navbar-brand {
    margin-top: 10px;
  }

  .api-search-input-wrapper .api-search-submit-button {
    position: absolute;
    top: 40%;
    right: 10px;
    transform: translateY(-50%);
    border: unset;
    background: #fff;
  }
}

.node-doc-library .links li.comment_forbidden {
  display: none;
}

.icon-twitter {
  font-size: 10px;
}

.site-footer {
  background-color: #f5f5f5 !important;
  color: #000 !important;
  border-top: 1px solid #ccc;
  overflow-x: hidden;
}

.site-footer address {
  color: #555 !important;
}
.site-footer h2,
.site-footer h4 {
  color: #555 !important;
}
.site-footer label {
  color: #555 !important;
}

.site-footer small {
  color: #555 !important;
}

.site-footer address > strong > a {
  color: #10a3c8 !important;
}

.site-footer address > a {
  color: #10a3c8 !important;
}

.site-footer address > strong > a:hover {
  color: #0a6981 !important;
}

.site-footer address > a:hover {
  color: #0a6981 !important;
}

.site-footer__top p {
  margin-bottom: 3em;
  margin-top: 2.7em;
}

#block-contactfootertwitterandenquiry .content {
  margin-top: 0px;
}

#block-contactfooter1 > div > div > address {
  margin-top: 40px;
}

#block-contactfooter1 > div > div > h4 {
  margin-top: 10px;
}

.site-footer .block {
  margin-top: -25px !important;
}

.region-footer-third {
  margin-top: -10px !important;
}

.site-footer__top .content {
  width: 190% !important;
  margin-top: 30px;
}

.site-footer__top .region {
  width: 100% !important;
  /*overflow: hidden !important;*/
}

.site-footer__top {
  display: grid;
  grid-template-columns: 0% 43% 26% 30%;
  /*gap: 1em;*/
  /*grid-template-rows:  minmax(100px, auto);*/
}

@media only screen and (max-width: 767px) {


  #views-exposed-form-search-page-1 {
    margin-top: 130px;
    margin-left: 5vw;
  }

  #views-exposed-form-search-page-1 .api-search-input-wrapper {
    width: 90%;
  }
  .layout--twocol-section--25-75 > div.layout__region.layout__region--first {
    height: 45px;
  }

  div.sidebar-bottom,
  div.sidebar-top {
    visibility: hidden !important;
  }

  .navbar-toggler.collapsed {
    background-color: #004f6c;
  }

  .navbar-toggler.collapsed:hover {
    background-color: #10a3c8;
  }

  .navbar-toggler {
    background-color: #10a3c8;
  }

  .navbar-toggler:hover {
    background-color: #004f6c;
  }

  .navbar-toggler-icon {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    vertical-align: middle;
    content: "";
    background-size: 100% 100%;
  }

  .navbar-brand {
    text-align: left;
    left: 10px !important;
    position: relative;
    margin-bottom: 0px;
  }

  /*.img-fluid {
    margin-bottom: -30px;
  }*/

  .col-lg-5.col-sm-12.pull-left.views-row {
    border-top: 4px solid #f2f2f2;
    border-left: 4px solid #f2f2f2;
    background-color: #fff;
    border-radius: 3px;
    display: flow-root;
    margin-left: 0em;
    margin-right: 3em;
    margin-top: 8em;
    width: 27em;
    top: 30vh;
    padding: 20px;
  }
  .col-lg-5.col-sm-12.pull-right.views-row  {
    border-top: 4px solid #f2f2f2;
    border-left: 4px solid #f2f2f2;
    background-color: #fff;
    border-radius: 3px;
    display: flow-root;
    margin-left: 0em;
    margin-right: 3em;
    margin-top: 8em;
    width: 27em;
    padding: 20px;
    top: 30vh;
  }

  .section.region.region-header {
    height: 120px;
  }

  .region-header > a > img {
    max-width: 400%;
  }

  .form-control {
    height: 40px;
  }

  div.SiteCJumbotrom > div > div.block{
    min-height: 0px;
  }

  .site-name-slogan {
    text-align: left;
    left: 20px !important;
    position: relative;
  }

  #navbar-main {
    border-bottom: 3px solid #ccc;
    border-top: 1px solid #ccc;
    min-height: 75px!important;
    background-color: rgba(255,255,255,.95);
  }

  .navbar {
    min-height: 25px;
  }

  .navbar .navbar-expand-lg {
    min-height: 0px;
  }

  .navbar-toggler {
    margin-top: -15px;
    margin-left: 82vw;
    margin-bottom: 25px;
  }

  .navbar-expand-lg > div{
    margin-top: 25px;
  }

  input[type="search"] {
    width: 270px !important;
    height: 40px;
  }

  .container .region .region-primary-menu {
    padding: 30px;
    margin-left: 20px;
  }

  #navbar-main .navbar-nav > li:hover {
    background-color: #10a3c8;
  }

  #navbar-main .navbar-nav > li > a:hover {
    color: white !important;
  }



  .menu_hidden_gl {
    visibility: visible !important;
    position: absolute;
    top: 500px;
    width: 92vw !important;
    left: 5vw;
  }

  .select2-container, .select2-drop, .select2-search, .select2-search input {
    display: inline-block;
  }

  .bs-bg-light {
    visibility: hidden !important;
  }

  body {
    overflow-x: hidden !important;
  }

  ul.clearfix.nav.navbar-nav > li > a br {
    display: none;
  }

  #block-search > div > div {
    float: left !important;
    margin-top: 15px !important;
  }

  section.container.region.region-primary-menu {
    border-top: 3px solid #ccc;
    padding: 0;
  }


  .block-views-exposed-filter-blocksearch-page-1{
    right: auto;
    z-index: 99;
  }
}
/*End @media mobile*/

.top_header_wrapper {
  background-color: #004f6c;
  height: 45px;
}

.top_header_container {
  display: block;
}

.nav-link--document-library,
.nav-link--about-site-c-maps,
.nav-link--faq,
.nav-link--contact-us {
  color: white !important;
}

.nav-link--document-library:hover,
.nav-link--about-site-c-maps:hover,
.nav-link--faq:hover,
.nav-link--contact-us:hover {
  text-decoration: underline !important;
}

.float-div > nav > ul > li > a:hover{
  text-decoration: none !important;

}

section.region.region-header {
  display: grid;
  width: 100% !important;
}

div.sidebar-top {
  background: url(../img/sidebar-top.png) no-repeat;
  background-size: auto;
  width: 70%;
  height: 0;
  padding-top: 25.53%;
  display: block;
  background-size: cover;
  margin-top: -15px;
}
.hidden-sm {
  display: block !important;
}

div.sidebar-bottom {
  background: url(../img/sidebar-bottom.png) no-repeat;
  background-size: auto;
  width: 70%;
  height: 0;
  padding-top: 60.422%;
  display: block;
  background-size: cover;
}

.bs-bg-light {
  background-color: #10a3c8 !important;
  width: 230px;
  margin-top: -20px;
}

#block-emailupdatemicetype {
  width: 100%;
}

.float-div {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.nav > li > a {
  color: white;
  font-size: 14px;
}

.bs-bg-light > ul > li {
  width: 100%;
  margin-bottom: 0px !important;
}

.bs-bg-light > ul > li:hover {
  background-color: #087ea3 !important;
}

.bs-pt-4 {
  padding-top: 5rem !important;
}

.bs-mb-1 {
  margin-bottom: 6rem !important;
}

.bs-bg-light > ul > li > a {
  font-size: 18px;
  display: block;
  padding: 13px 20px 10px;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.bs-bg-light > ul > li > a .is-active,
.bs-bg-light > ul > li a.active {
  background-color: #00587e !important;
  color: white !important;
  width: 100%;
}

.main_title,
.field--name-title {
  font-size: 36px !important;
  color: #000 !important;
  font-weight: 400;
  font-family: "GT-Haptik-Bold";
}

.bs-bg-light > ul > li .menu-item--active-trail {
  background-color: #00587e !important;
  color: white !important;
  width: 100%;
}

.node__meta > em {
  visibility: hidden;
}

.regional-table > tbody > tr {
  background: transparent;
}

.why-table > tbody > tr {
  background: transparent;
}


.balance-table > tbody > tr {
  background: transparent;
}

.balance-table > tbody > tr > td,
.balance-table > thead > tr > th {
  border: 1px solid black !important;
}

.covid-table > tbody > tr, .covid-table > thead > tr  {
  background: transparent;
}

.covid-table > thead > tr > th, .covid-table > tbody > tr > th {
  background-color: transparent;
  color: #555;
  border-bottom: 3px solid #ccc;
}

#block-contactfootertwitterandenquiry {
  margin-top: -70px !important;
}

#block-contactfootertwitterandenquiry > div > div > p > a {
  color: #fcfcfc !important;
}

#block-bchydrosmall > div > div > p {
  margin-bottom: 1rem;
}

/***
  Custom styles for bootstrap modals content
*/
.modal.modal--media .modal-content {
  padding: 70px 0 50px;
  border-radius: 0;
}

.modal.modal--media .modal-content .modal__image--container img {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.modal.modal--media .modal-content .modal-close {
  position: absolute;
  top: -50px;
  right: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #555;
  cursor: pointer;
  text-decoration: none !important;
}

.modal.modal--media .modal-content .modal-close .close-icon {
  width: 25px;
  height: 25px;
  margin-left: 8px;
  background: url(../img/modal-cross.svg) center no-repeat;
  background-size: contain;
}
/***
  End Custom styles for bootstrap modals content
*/

/***
  Styles for blocks on home page
*/
.block-views-blockfeatured-media-block-1,
.block-views-blocklatest-information-block-1 {
  padding-top: 40px !important;
  padding-bottom: 0 !important;
}

@media (min-width: 768px) {
  .block-views-blocklatest-information-block-1 {
    padding: 0 30px;
  }
}

.block-views-blockare-you-looking-for-block-1 {
  padding: 30px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}

.view-are-you-looking-for .field--type-entity-reference {
  margin: 0;
}

.view.view-are-you-looking-for .item-list ul li {
  padding: 0;
  margin: 0;
}

div.block-views-blockare-you-looking-for-block-1 h4.brand-primary.view__header-text {
  margin-bottom: 10px;
}

.block-views-blockfeatured-stories-block-1 {
  padding: 30px 0;
}

.view-featured-stories {
  font-size: 14px;
  color: #555;
}

.view-featured-stories .views-row {
  padding-bottom: 0px;
  border-bottom: 0px;
  margin-bottom: 30px;
  margin-left: 15px;
}

.view-featured-stories .views-row:first-child {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.view-featured-stories .views-row .story h3,
  .view-featured-stories .views-row .announcement h3 {
  margin-top: 0;
  margin-bottom: 14px;
}

.view-featured-stories .views-row .story .field-item,
  .view-featured-stories .views-row .announcement .field-item {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .layout__region--first > hr{
    display: none;
  }
  .view-featured-stories .views-row .story img,
    .view-featured-stories .views-row .announcement img {
    width: 100%;
    height: 265px;
    object-fit: cover;
    font-family: "object-fit: cover;";
    margin-right: -15px;
  }
  .block-views-blockare-you-looking-for-block-1 {
    margin-bottom: 60px;
  }
}

/***
  End for Styles for blocks on home page
*/

/* kind of accordion without spaces */
#acc-set1 .accordion-heading {
  margin-bottom: 24px;
}


.news_title{
  font-size: 14px;
  font-family: "GT-Haptik-Regular", Arial, sans-serif;
  color: #10a3c8;
  text-decoration: none;
  font-weight: 700;
  margin-left: 5px!important;
  line-height: 35px;
  vertical-align: super;
}

.news_title:hover{
  color: #0a6981;
  text-decoration: underline;
}

.sub_items{
  font-size: 14px;
  font-family: "GT-Haptik-Regular", Arial, sans-serif;
  color: #10a3c8;
  text-decoration: none;
  margin-left: 5px!important;
  line-height: 35px;
  vertical-align: super;
}

.sub_items:hover{
  color: #0a6981;
  text-decoration: underline;
}

.news_small{
  vertical-align: super;
  font-weight: 700;
  margin-left: 10px;
}

.add_info_small{
  vertical-align: text-top;
  font-weight: 700;
  margin-left: 10px;
  font-size: 70%;
  color: #555
}

.subzip_small{
  vertical-align: 10px;
  margin-left: 10px;
}

.zip_small{
  vertical-align: 30px;
  margin-left: 10px;
  font-size: 10px;
  font-weight: 700;
}

.download-btn{
  margin-left: 22px;
  margin-bottom: 60px!important;
}

.subdownload-btn{
  margin-bottom: 20px!important;
}

.view-jobs-y-business-faq > div > div > ul > li,
.view-construction-faq > div > div > ul > li{
border-bottom: 1px solid #e5e5e5;
}

.block-views-blockengineering-and-technical-reports-eng > div > div > div{
  margin-left: 10px;
}

.view-jobs-y-business-faq > div > div > ul > li:last-child,
.view-construction-faq > div > div > ul > li:last-child{
  border-bottom: 0px;
  }

  .view-progress-reports > div.row,
  .view-permits-and-authorizations > div.row,
  .view-project-planning-and-evaluation-reports > div.row,
  .view-information-materials > div.row,
  .view-historical-site-c-reports > div.row,
  .view-environmental-assessment-information-materials > div.row,
  .view-environmental-socio-economic-plans > div.row,
  .view-consultation-engagement-reports > div.row,
  .view-construction-contracts > div.row,
  .view-monthly-employment-statistics > div.row{
    display: contents;
  }

  .view-progress-reports,
  .view-construction-contracts,
  .view-monthly-employment-statistics {
    margin-left: 1.5em;
  }

  .block-field-blocknodenewscreated > div > span{
    font-size: 75%;
    color: #999;
  }



  /*Changes to thepadding main page */
  .container .layout--sitec_two_col_section_left > div{
    padding: 0px;
  }

  .view-featured-media:first-child{
    padding-left: 0px;
  }

  .view-featured-media:last-child{
    padding-right: 0px;
  }

  /*Procurement changes*/

  .block-field-blocknodeprocurement-opportunityfield-procurement-information{
    margin-top: -30px;
  }

  .block-bootstrap-subtheme-system-main > div > hr{
    display: none;
  }

  .block-views-blockfeatured-stories-block-1 > div {
    margin-left: -15px;
  }

  /*End Procurement */


  /* webform contact us specific css*/
  .bs-bg-success{
    background-color: #f9f9f9!important;
    border: 1px solid #ddd;
    font-family: 'GT-Haptik-Regular';
  }

  div#edit-summary li {
    list-style: none;
    line-height: 15px;
  }

  .webform-submission-send-an-enquiry-form legend {
    margin-bottom: 10px;
  }

  #edit-construction-impacts--wrapper > legend,
  #edit-business-or-job-opportunities--wrapper > legend,
  #edit-other--wrapper > legend {
    font-size: 16px;
  }

  #edit-construction-impacts > div > label,
  #edit-business-or-job-opportunities > div > label,
  #edit-other > div > label{
    font-weight: bold;
    padding-left: 10px;
  }

  #edit-response > div > label{
    padding-left: 20px;
  }

  #edit-footer-contact > p > small{
    font-size: 70%;
    letter-spacing: -0.5px;
  }

  #edit-construction-impacts .checkbox,
  #edit-business-or-job-opportunities .checkbox,
  #edit-other .checkbox {
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 2px;
  }

  #edit-construction-impacts,
  #edit-construction-impacts--wrapper,
  #edit-flexbox,
  #edit-footer-contact,
  #edit-footer-contact > p {
    margin-bottom: 0px!important;
  }

  #edit-send-a-copy-to-myself--description > strong {
    color: rgb(85, 85, 85);
  }

  @media (max-width: 991px) {

    #block-contactfooter1, #block-contactfooter2{
      margin-top: -130px!important;
    }

    #edit-flexbox-01,
    #edit-flexbox-03,
    #edit-flexbox-04,
    #edit-flexbox-05,
    #edit-flexbox-06,
    .form-item--send-a-copy-to-myself{
      left: 0%;
      height: auto;
    }
    .js-form-item.js-form-type-checkbox.checkbox.form-check.js-form-item-checkbox-aboriginal-business.form-item-checkbox-aboriginal-business {
      margin-left: 10%;
    }
  }

  @media (min-width: 996px) {
    #edit-flexbox-01{
      left: 10%;
    }
    #edit-flexbox-03{
      left: 34%;
      height: 70px;
    }
    #edit-flexbox-04{
      left: 38%;
      height: 45px;
    }
    #edit-flexbox-05{
      left: 38.3%;
      height: 45px;
    }
    @supports(-moz-transform: scale(0, 0)){
      #edit-flexbox-06{
        left: 45.5%!important;
        height: 45px;
        width: 102%
      }
      .form-item--send-a-copy-to-myself{
        left: 59.5%
      }
    }
    #edit-flexbox-06{
      left: 47.5%;
      height: 45px;
    }
    .form-item--send-a-copy-to-myself{
      left: 63%;
    }
    #edit-phone{
      width: 83%;
      margin-left: 9px;
    }

  }

  @media (max-width: 767px) {
    .navbar-toggler {
      margin-top: -15px;
      margin-left: 85vw;
      margin-bottom: 25px;
    }

    #edit-phone{
      width: 90%;
      margin-left: 20px;
    }
  }

  @media (min-width: 768px) and (max-width: 991px) {
    .navbar-toggler {
      margin-top: -15px;
      margin-left: 87vw;
      margin-bottom: 25px;
    }

    #edit-phone{
      width: 83%;
      margin-left: 69px;
    }
  }
/* End webform contact us specific css*/

.view-information-sheets > div > div > ul > li{
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}

.row.region.region-footer-second{
  display: grid;
}

.block-views-blockadditional-information-block-1 > div{
  margin-left: -25px;
}


.view-additional-information > div > div > ul > li > span{
  font-weight: bold;
  padding-left: 5px;
  font-size: 14px;
  vertical-align: top;
}

.view-additional-information > div > div > ul > li {
  margin-bottom: 15px;
}

.mb-3, .my-3 {
  margin-bottom: 0rem!important;
}

/*WebForm Business Directory*/
  /*Menu Tags*/
.bs-bg-warning.bs-p-3 {
  padding: 0 !important;
}

ul.webform-progress-tracker.progress-tracker.progress-tracker--center {
  margin: 0;
}

ul.webform-progress-tracker.progress-tracker.progress-tracker--center > li {
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  padding: 10px 15px;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}

ul.webform-progress-tracker.progress-tracker.progress-tracker--center > li[title="Complete"] {
  display: none;
}

ul.webform-progress-tracker.progress-tracker.progress-tracker--center .is-active {
  background-color: #fff;
  border-bottom: 1px solid transparent;
}

.bs-bg-warning.bs-p-3._none.block.block-webform.block-webform-block {
  background-color: #fff !important;
  border: none;
}

.progress-step .progress-marker{
    display: none;
}

.progress-text {
  padding: 0 !important;
}

@media screen and (max-width: 600px) {
  .webform-progress-tracker .progress-text {
      display: flex;
      font-size: xx-small;
  }
}
  /*End Menu Tags*/

  /*Content of Tags*/


fieldset#edit-description-company-info {
  font-family: Arial,sans-serif;
  font-size: 14px;
  margin: 0 0 1.5em !important;
}
#edit-company-info section {
    border-bottom: 1px solid #eee;
}

#edit-company-info section:last-child {
  border-bottom: 0px;
}

h5.webform-section-title {
    margin-bottom: .75em;
    font-size: 16px !important;
}
#webform-submission-business-directory-node-575-add-form > div > div > section > div > fieldset > label.js-form-required.form-required,
#webform-submission-business-directory-node-575-add-form > div > div > section > div > fieldset > label,
#webform-submission-business-directory-node-575-add-form > div > div > details > div  > section > div > fieldset > label.js-form-required.form-required,
#webform-submission-business-directory-node-575-add-form > div > div > details > div   > section > div > fieldset > label {
  display: none;
}

.webform-submission-business-directory-add-form small{
  font-weight: 700;
}

#edit-first-parst{
  font-size: 14px;
}

#edit-freedom-of-information- > div > label{
  font-weight: normal;
}


.progress-text {
  font-size: 14px;
}



.js-form-item.js-form-type-checkbox.checkbox.form-check.js-form-item-checkbox-aboriginal-business.form-item-checkbox-aboriginal-business {
  margin-left: 5%;
}

/*@media (min-width: 768px) {
  #webform-submission-business-directory-node-575-add-form > div > div > section > div > fieldset > small,
  #webform-submission-business-directory-node-575-add-form > div > div > details > div  > section > div > fieldset > small {
    text-align: right;
  }
}*/

div#edit-company-info, #edit-aboriginal-business, #edit-category-listing, #edit-summary {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
div#edit-actions {
  display: flex;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 2px;
  background: #f4f4f4;
  height: 80px;
}
input#edit-actions-wizard-next, input#edit-actions-submit {
  padding: 6px 10px 5px;
  font-size: 14px;
  line-height: 1.5;
  height: 100%;
  width: 60px;
  font-family: GT-Haptik-Bold;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 400;

}

input#edit-actions-wizard-prev {
  padding: 6px 10px 5px;
  font-size: 14px;
  line-height: 1.5;
  height: 100%;
  font-family: GT-Haptik-Bold;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  border-color: transparent;
  color: #999;
  width: 50px
}

input#edit-actions-wizard-prev:hover{
  text-decoration: underline;
  color: #087ea3;
}

.webform-section-title{
  font-size: 16px;
}

details#edit-captcha > * {
  display: none;
}

details#edit-captcha {
  margin-bottom: 55px;
}
label {
  font-weight: normal;
}
label.form-check-label {
  font-weight: bold!important;
}
.webform-section-wrapper>details>summary {
  color: #10a3c8;
  height: 37px;
  display: flex;
  align-items: center;
  font-weight: 700;
}

.webform-section-wrapper>details>summary span {
  font-weight: 400;
}

.webform-section-wrapper>details>summary:hover {
  color: #0a6981;
}
.webform-section-wrapper>details>div{
  padding: 0 15px 9px 35px;
}
.webform-section-wrapper>details {
  border-bottom: 1px solid #ddd;
  display: flex;
}
.webform-section-wrapper>details>div>fieldset {
  margin-top: 0;
}
div#edit-checkboxes-h, #edit-checkboxes-g-s {
  padding-left: 0;
  margin-top: 0;
}
.webform-section-wrapper>details>div>fieldset:not(#edit-checkboxes-h--wrapper, #edit-checkboxes-g-s--wrapper) {
  display: flex;
}
.webform-section-wrapper>details>div>fieldset>label {
  width: 15%;
  margin-bottom: 0;
  padding-top: 5px;
}
.webform-section-wrapper>details>div>fieldset>input {
  width: 80%;
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
@media (max-width: 991px){
  #webform-submission-business-directory-node-575-add-form > div > div > section > div > fieldset > input,
#webform-submission-business-directory-node-575-add-form > div > div > details > div > section > div > fieldset > input {
  order: 5;
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
  width: 100%;
  border: 1px solid #ccc;
}

#webform-submission-business-directory-node-575-add-form > div > div > section > div > fieldset > small,
#webform-submission-business-directory-node-575-add-form > div > div > details > div  > section > div > fieldset > small {
  order: 1;
  width: 100%;
  padding: 7px 30px 0 0px;
  color: #555 !important;
  font-size: 14px;
  font-family: Arial,sans-serif;
}
  section.webform-section fieldset {
    display: grid;
  }
}
@media (min-width: 992px){

  #webform-submission-business-directory-node-575-add-form > div > div > section > div > fieldset > input,
#webform-submission-business-directory-node-575-add-form > div > div > details > div > section > div > fieldset > input {
  order: 5;
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
  width: 38%;
  border: 1px solid #ccc;
}

#webform-submission-business-directory-node-575-add-form > div > div > section > div > fieldset > small,
#webform-submission-business-directory-node-575-add-form > div > div > details > div  > section > div > fieldset > small {
  order: 1;
  width: 32%;
  padding: 7px 30px 20px 0px;
  color: #555 !important;
  font-size: 14px;
  font-family: Arial,sans-serif;
  text-align: right;
}
  section.webform-section fieldset {
    display: flex;
  }
  .webform-section-wrapper>details>div>fieldset>input {
      width: 48%;
  }
  .webform-section-wrapper>details>div>fieldset>label {
      width: 10%;
  }
}
span.summary {
  margin-left: 5px;
  font-size: 14px;
  color: #999;
}
li.notAboriginal {
  display: none;
}

#edit-add-contacts > summary{
    color: #10a3c8;
    text-decoration: none;
    /*font-family: 'GT-Haptik-Bold'; This style comes from the original but is too bold*/
    font-weight: 500;
    font-size: 12px;
}

#edit-add-contacts > summary:hover{
  color: #0a6981;
  text-decoration: underline;
}

.plus-toggle{
border: 1px solid #10a3c8;
color: #10a3c8;
line-height: 20px;
display: inline-block;
border-radius: 20px;
text-align: center;
width: 20px;
height: 20px;
background-color: #fff;
font-family: "GT-Haptik-Bold";
font-size: 16px;
margin-right: 10px;
top: 8px;
left: 0;
}

  /* End Content of Tags*/
/*End WebForm Business Directory*/


.block-views-blockengineering-and-technical-reports-eng > div > div > div >div,
.view-environmental-socio-economic-plans div.accordion-inner > div,
.view-environmental-assessment-information-materials div.accordion-inner > div,
.view-historical-site-c-reports div.accordion-inner > div,
.view-information-materials div.accordion-inner > div,
.view-permits-and-authorizations div.accordion-inner > div,
.view-project-planning-and-evaluation-reports div.accordion-inner > div,
.block-views-blockengineering-and-technical-reports-due div.accordion-inner .pull-left{
  margin-bottom: 20px;
  font-size: 14px;
}

.block-views-blockengineering-and-technical-reports-due div.accordion-inner .pull-left{
  padding-left: 0px;
}

@media (min-width: 560px) and (max-width: 850px){
.site-footer__top .region:nth-child(2n) {
    padding-left: 0px!important;
}
}

.webform-submission-send-an-enquiry-form > div#edit-actions{
  background: transparent;
  border: 0px;
}

.project-table{
  border: 1px solid #000!important;
  width : 679;
  height : 697;
}

.project-table > tbody > tr{
  border: 1px solid black;
  background-color:transparent!important;
}

.project-table > tbody > tr > td{
  border-bottom: 1px solid #000 !important;
  border-left: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  border-top: 1px solid #ccc !important;
}

.url_complete{
  color: #10a3c8;
    text-decoration: none;
}
.url_complete:hover{
  color: #0a6981;
  text-decoration: underline;
}

.video-table > tbody > tr{
  background: transparent;
}

.UpakneeMessage{
  width: 50%;
}

.field--name-body{
  font-family: Arial, sans-serif;
}

.table{
  color: #555!important;
}

h3.views-field-title, h2.views-field-title{
  margin-top: 0px;
}

.media__infoA{
  margin-bottom: 0.5rem;
  margin-top: 10px;
  color: #555;
  font-size: 14px;
}

.block-field-blocknodeannouncementstitle{
  margin-bottom: 1em;
}


.announcement-img,.announcement-body {
  padding-left: 0px!important;
  padding-right: 15px;
}

.captcha-admin-links {
  display: none!important;
}

.captcha-admin-links {
  display: none;
}

.view-announcements-view{
  padding: 0px!important;
}

.media-oembed-content{
  width: 100%;
  height: 450px;
}

.announcement-title{
  font-weight: bold;
  color: #00587e;
}

.announcement{
  margin-bottom: 3em;
}

details.captcha-admin-links {
    display: none;
}

.sitec-announcements-row > div {
  min-width : 100%
}

.sitec-announcements-row >div:last-child > .announcement{
  margin-bottom: 0em;
}

.accordion-body > div > div {
  margin-bottom: 1em;
  font-size: 14px;
}

div.contextual{
  position:relative !important;
}

