.float-div > nav.block.block-menu {
    background-color: #10a3c8 !important;
    width: 230px;
    margin-top: -20px;
    border-radius: 0.5rem;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
    padding-right: 0.25rem !important;
    text-align: left;
}

.float-div > nav.block.block-menu > ul > li {
    width: 100%;
    margin-bottom: 0px !important;
}

.float-div > nav.block.block-menu > ul > li  a.active {
    background-color: #00587e !important;
    color: white !important;
    width: 100%;
}

.float-div > nav.block.block-menu > ul > li > a {
    font-size: 18px;
    display: block;
    padding: 13px 20px 10px;
    line-height: 1.2;
    letter-spacing: 0.03em;
}


.navbar {
  padding: 0;
}

.navbar-brand {
  display: inline-block;
  color: #00587e;
  font-size: 20px;
  font-family: "GT-Haptik-Bold";
  padding: 7px 7px;
  align-self: center;
  z-index: 999;
}
.navbar-brand:hover {
  color: #00587e;
}
.site-name-slogan {
  font-size: 20px;
  font-family: "GT-Haptik-Regular";
  color: #3e3935;
  align-self: center;
}

.container.nav_custom {
  min-height: 25px;
}
.nav > li > a,
.nav > li > a:focus {
  text-decoration: none;
  font-weight: normal;
  font-family: "GT-Haptik-Regular";
}

#block-search p {
  margin: 0;
}
#block-topsecondarynavigation ul li {
  margin: 0;
}
/* Primary menu */
#navbar-main {
  min-height: 125px;
  z-index: 1;
}
#navbar-main .navbar-nav > li > a {
  font-weight: normal;
  font-family: "GT-Haptik-Regular";
  font-size: 18px;
  align-items: center;
}

#navbar-main .navbar-nav > li > a:hover {
  color: #087ea3;
  text-decoration: none;
}

#navbar-main .navbar-nav > li > a.active {
  color: #00587e;
}

@media screen and (min-width: 991px) {
  .jumbotron .spacer {
    height: 125px;
  }

  .navbar-brand {
    float: left;
    margin-left: 0px;
    margin-right: 8px;
  }
  /* Primary menu */
  #block-sitec-energy-bootstrap-main-menu,
  #navbar-main .navbar-nav {
    width: 100%;
  }
}

#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
  zoom: 1;
}

html.js input.form-autocomplete {
  background-image: url(/misc/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}

html.js input.throbbing {
  background-image: url(/misc/throbber-active.gif);
  background-position: 100% center;
}

html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}

html.js fieldset.collapsed .fieldset-wrapper {
  display: none;
}

fieldset.collapsible {
  position: relative;
}

fieldset.collapsible .fieldset-legend {
  display: block;
}

.form-textarea-wrapper textarea {
  display: block;
  margin: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.resizable-textarea .grippie {
  background: #eee url(/misc/grippie.png) no-repeat
    center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

body.drag {
  cursor: move;
}

.draggable a.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none;
}

a.tabledrag-handle:hover {
  text-decoration: none;
}

a.tabledrag-handle .handle {
  background: url(/misc/draggable.png) no-repeat 6px
    9px;
  height: 13px;
  margin: -0.4em 0.5em;
  padding: 0.42em 0.5em;
  width: 13px;
}

a.tabledrag-handle-hover .handle {
  background-position: 6px -11px;
}

div.indentation {
  float: left;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  padding: 0.42em 0 0.42em 0.6em;
  width: 20px;
}

div.tree-child {
  background: url(/misc/tree.png) no-repeat 11px
    center;
}

div.tree-child-last {
  background: url(/misc/tree-bottom.png) no-repeat
    11px center;
}

div.tree-child-horizontal {
  background: url(/misc/tree.png) no-repeat -11px center;
}

.tabledrag-toggle-weight-wrapper {
  text-align: right;
}

table.sticky-header {
  background-color: #fff;
  margin-top: 0;
}

.progress .bar {
  background-color: #fff;
  border: 1px solid;
}

.progress .filled {
  background-color: #000;
  height: 1.5em;
  width: 5px;
}

.progress .percentage {
  float: right;
}

.ajax-progress {
  display: inline-block;
}

.ajax-progress .throbber {
  background: transparent
    url(/misc/throbber-active.gif) no-repeat 0
    center;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}

.ajax-progress .message {
  padding-left: 20px;
}

tr .ajax-progress .throbber {
  margin: 0 2px;
}

.ajax-progress-bar {
  width: 16em;
}

.container-inline div,
.container-inline label {
  display: inline;
}

.container-inline .fieldset-wrapper {
  display: block;
}

.nowrap {
  white-space: nowrap;
}

html.js .js-hide {
  display: none;
}

.element-hidden {
  display: none;
}

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
}

*:first-child + html .clearfix {
  min-height: 1%;
}

ul.menu {
  border: 0;
  list-style: none;
  text-align: left;
}

ul.menu li {
  margin: 0 0 0 0.5em;
}

ul li.expanded {
  list-style-image: url(/misc/menu-expanded.png);
  list-style-type: circle;
}

ul li.collapsed {
  list-style-image: url(/misc/menu-collapsed.png);
  list-style-type: disc;
}

ul li.leaf {
  list-style-image: url(/misc/menu-leaf.png);
  list-style-type: square;
}

li.expanded,
li.collapsed,
li.leaf {
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}

/*li a.active {
  color: #000;
}*/

td.menu-disabled {
  background: #ccc;
}

ul.inline,
ul.links.inline {
  display: inline;
  padding-left: 0;
}

ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

.breadcrumb {
  padding-bottom: 0.5em;
}

ul.primary {
  border-bottom: 1px solid #bbb;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 5px;
  padding: 0 0 0 1em;
  white-space: nowrap;
}

ul.primary li {
  display: inline;
}

ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-style: solid solid none solid;
  border-width: 1px;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em;
  text-decoration: none;
}

ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}

ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}

ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}

ul.secondary li {
  border-right: 1px solid #ccc;
  display: inline;
  padding: 0 1em;
}

ul.secondary a {
  padding: 0;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: 4px solid #999;
}

div.messages {
  background-position: 8px 8px;
  background-repeat: no-repeat;
  border: 1px solid;
  margin: 6px 0;
  padding: 10px 10px 10px 50px;
}

div.status {
  background-image: url(/misc/message-24-ok.png);
  border-color: #be7;
}

div.status,
.ok {
  color: #234600;
}

div.status,
table tr.ok {
  background-color: #f8fff0;
}

div.warning {
  background-image: url(/misc/message-24-warning.png);
  border-color: #ed5;
}

div.warning,
.warning {
  color: #840;
}

div.warning,
table tr.warning {
  background-color: #fffce5;
}

div.error {
  background-image: url(/misc/message-24-error.png);
  border-color: #ed541d;
}

div.error,
.error {
  color: #8c2e0b;
}

div.error,
table tr.error {
  background-color: #fef5f1;
}

div.error p.error {
  color: #333;
}

div.messages ul {
  margin: 0 0 0 1em;
  padding: 0;
}

div.messages ul li {
  list-style-image: none;
}

fieldset {
  margin-bottom: 1em;
  padding: 0.5em;
}

form {
  margin: 0;
  padding: 0;
}

hr {
  border: 1px solid gray;
  height: 1px;
}

img {
  border: 0;
}

table {
  border-collapse: collapse;
}

th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}

tbody {
  border-top: 1px solid #ccc;
}

tr.even, tr.odd {
  background-color: #eee;
  border-bottom: 2px solid #ededed;
  padding: 0.1em 0.6em;
}

th.active img {
  display: inline;
}

td.active {
  background-color: #ddd;
}

.item-list .title {
  font-weight: bold;
}

.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}

.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
}

.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}

tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}

.form-item .description {
  font-size: 0.85em;
}

label {
  display: block;
  font-weight: bold;
}

label.option {
  display: inline;
  font-weight: normal;
}

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

input.form-checkbox,
input.form-radio {
  vertical-align: middle;
}

.marker,
.form-required {
  color: #f00;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}

.container-inline .form-actions,
.container-inline.form-actions {
  margin-top: 0;
  margin-bottom: 0;
}

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

.more-help-link {
  text-align: right;
}

.more-help-link a {
  background: url(/misc/help.png) 0 50% no-repeat;
  padding: 1px 0 1px 20px;
}

.item-list .pager {
  clear: both;
  text-align: center;
}

.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em;
}

.pager-current {
  font-weight: bold;
}

#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}

html.js fieldset.collapsible .fieldset-legend {
  background: url(/misc/menu-expanded.png) 5px 65%
    no-repeat;
  padding-left: 15px;
}

html.js fieldset.collapsed .fieldset-legend {
  background-image: url(/misc/menu-collapsed.png);
  background-position: 5px 50%;
}

.fieldset-legend span.summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

.tabledrag-toggle-weight {
  font-size: 0.9em;
}

body div.tabledrag-changed-warning {
  margin-bottom: 0.5em;
}

tr.selected td {
  background: #ffc;
}

td.checkbox,
th.checkbox {
  text-align: center;
}

.progress {
  font-weight: bold;
}

.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.progress .filled {
  background: #0072b9 url(/misc/progress.gif);
}

#comments {
  margin-top: 15px;
}

.indented {
  margin-left: 25px;
}

.comment-unpublished {
  background-color: #fff4f4;
}

.comment-preview {
  background-color: #ffffea;
}

.field .field-label {
  font-weight: bold;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
  float: left;
}

form .field-multiple-table {
  margin: 0;
}

form .field-multiple-table th.field-label {
  padding-left: 0;
}

form .field-multiple-table td.field-multiple-drag {
  width: 30px;
  padding-right: 0;
}

form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
  padding-right: 0.5em;
}

form .field-add-more-submit {
  margin: 0.5em 0 0;
}

.node-unpublished {
  background-color: #fff4f4;
}

.preview .node {
  background-color: #ffffea;
}

td.revision-current {
  background: #ffc;
}

#permissions td.module {
  font-weight: bold;
}

#permissions td.permission {
  padding-left: 1.5em;
}

#permissions tr.odd .form-item,
#permissions tr.even .form-item {
  white-space: normal;
}

#user-admin-settings fieldset .fieldset-description {
  font-size: 0.85em;
  padding-bottom: 0.5em;
}

#user-admin-roles td.edit-name {
  clear: both;
}

#user-admin-roles .form-item-name {
  float: left;
  margin-right: 1em;
}

.password-strength {
  width: 17em;
  float: right;
  margin-top: 1.4em;
}

.password-strength-title {
  display: inline;
}

.password-strength-text {
  float: right;
  font-weight: bold;
}

.password-indicator {
  background-color: #c4c4c4;
  height: 0.3em;
  width: 100%;
}

.password-indicator div {
  height: 100%;
  width: 0;
  background-color: #47c965;
}

input.password-confirm,
input.password-field {
  width: 16em;
  margin-bottom: 0.4em;
}

div.password-confirm {
  float: right;
  margin-top: 1.5em;
  visibility: hidden;
  width: 17em;
}

div.form-item div.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  width: 38.5em;
  border: 1px solid #b4b4b4;
}

div.password-suggestions ul {
  margin-bottom: 0;
}

.confirm-parent,
.password-parent {
  clear: left;
  margin: 0;
  width: 36.3em;
}

.profile {
  clear: both;
  margin: 1em 0;
}

.profile .user-picture {
  float: right;
  margin: 0 1em 1em 0;
}

.profile h3 {
  border-bottom: 1px solid #ccc;
}

.profile dl {
  margin: 0 0 1.5em 0;
}

.profile dt {
  margin: 0 0 0.2em 0;
  font-weight: bold;
}

.profile dd {
  margin: 0 0 1em 0;
}

.youtube-container--responsive {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.youtube-container--responsive iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.views-exposed-form .views-exposed-widget {
  float: left;
  padding: 0.5em 1em 0 0;
}

.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.6em;
}

.views-exposed-form .form-item,
.views-exposed-form .form-submit {
  margin-top: 0;
  margin-bottom: 0;
}

.views-exposed-form label {
  font-weight: bold;
}

.views-exposed-widgets {
  margin-bottom: 0.5em;
}

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

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

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

.views-view-grid tbody {
  border-top: 0;
}

.view .progress-disabled {
  float: none;
}

.rteindent1 {
  margin-left: 40px;
}

.rteindent2 {
  margin-left: 80px;
}

.rteindent3 {
  margin-left: 120px;
}

.rteindent4 {
  margin-left: 160px;
}

.rteleft {
  text-align: left;
}

.rteright {
  text-align: right;
}

.rtecenter {
  text-align: center;
}

.rtejustify {
  text-align: justify;
}

.ibimage_left {
  float: left;
}

.ibimage_right {
  float: right;
}

.ctools-locked {
  color: red;
  border: 1px solid red;
  padding: 1em;
}

.ctools-owns-lock {
  background: #ffd none repeat scroll 0 0;
  border: 1px solid #f0c020;
  padding: 1em;
}

a.ctools-ajaxing,
input.ctools-ajaxing,
button.ctools-ajaxing,
select.ctools-ajaxing {
  padding-right: 18px !important;
  background: url(/misc/status-active.gif)
    right center no-repeat;
}

div.ctools-ajaxing {
  float: left;
  width: 18px;
  background: url(/misc/status-active.gif)
    center center no-repeat;
}

div.panel-pane div.admin-links {
  font-size: xx-small;
  margin-right: 1em;
}

div.panel-pane div.admin-links li a {
  color: #ccc;
}

div.panel-pane div.admin-links li {
  padding-bottom: 2px;
  background: white;
  z-index: 201;
}

div.panel-pane div.admin-links:hover a,
div.panel-pane div.admin-links-hover a {
  color: #000;
}

div.panel-pane div.admin-links a:before {
  content: "[";
}

div.panel-pane div.admin-links a:after {
  content: "]";
}

div.panel-pane div.panel-hide {
  display: none;
}

div.panel-pane div.panel-hide-hover,
div.panel-pane:hover div.panel-hide {
  display: block;
  position: absolute;
  z-index: 200;
  margin-top: -1.5em;
}

div.panel-pane div.feed a {
  float: right;
}

.icheckbox_flat-blue,
.iradio_flat-blue {
  display: block;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  background: url(/misc/blue.png)
    no-repeat;
  border: 0;
  cursor: pointer;
  float: left;
}

.icheckbox_flat-blue {
  background-position: 0 0;
}

.icheckbox_flat-blue.checked {
  background-position: -22px 0;
}

.icheckbox_flat-blue.disabled {
  background-position: -44px 0;
  cursor: default;
}

.icheckbox_flat-blue.checked.disabled {
  background-position: -66px 0;
}

.iradio_flat-blue {
  background-position: -88px 0;
}

.iradio_flat-blue.checked {
  background-position: -110px 0;
}

.iradio_flat-blue.disabled {
  background-position: -132px 0;
  cursor: default;
}

.iradio_flat-blue.checked.disabled {
  background-position: -154px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-moz-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min-device-pixel-ratio: 1.5) {
  .icheckbox_flat-blue,
  .iradio_flat-blue {
    background-image: url(/misc/blue%402x.png);
    -webkit-background-size: 176px 22px;
    background-size: 176px 22px;
  }
}



.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-container .select2-choice {
  display: block;
  height: 33px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  white-space: nowrap;
  line-height: 33px;
  color: #444;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #fbfbfb),
    color-stop(0.5, white)
  );
  background-image: -webkit-linear-gradient(
    center bottom,
    #fbfbfb 0,
    white 50%
  );
  background-image: -moz-linear-gradient(center bottom, #fbfbfb 0, white 50%);
  background-image: -o-linear-gradient(bottom, #fbfbfb 0, #fff 50%);
  background-image: -ms-linear-gradient(top, #fff 0, #fbfbfb 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fbfbfb', GradientType=0);
  background-image: linear-gradient(top, #fff 0, #fbfbfb 50%);
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #ccc;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #fbfbfb),
    color-stop(0.9, white)
  );
  background-image: -webkit-linear-gradient(
    center bottom,
    #fbfbfb 0,
    white 90%
  );
  background-image: -moz-linear-gradient(center bottom, #fbfbfb 0, white 90%);
  background-image: -o-linear-gradient(bottom, #fbfbfb 0, white 90%);
  background-image: -ms-linear-gradient(top, #fbfbfb 0, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fbfbfb', GradientType=0);
  background-image: linear-gradient(top, #fbfbfb 0, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url(/misc/select2.png)
    right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-undermask {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998;
  background-color: transparent;
  filter: alpha(opacity=0);
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  border-top: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-auto-width {
  border-top: 1px solid #ccc;
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #ccc;
  border-bottom: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-active {
  border: 1px solid #00adef;
  border-top: 0;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #00adef;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/misc/select2.png)
    no-repeat 0 5px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff
    url(/misc/select2.png)
    no-repeat 100% -22px;
  background: url(/misc/select2.png)
      no-repeat 100% -22px,
    -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #fbfbfb));
  background: url(/misc/select2.png)
      no-repeat 100% -22px,
    -webkit-linear-gradient(center bottom, white 85%, #fbfbfb 99%);
  background: url(/misc/select2.png)
      no-repeat 100% -22px,
    -moz-linear-gradient(center bottom, white 85%, #fbfbfb 99%);
  background: url(/misc/select2.png)
      no-repeat 100% -22px,
    -o-linear-gradient(bottom, white 85%, #fbfbfb 99%);
  background: url(/misc/select2.png)
      no-repeat 100% -22px,
    -ms-linear-gradient(top, #fff 85%, #fbfbfb 99%);
  background: url(/misc/select2.png)
      no-repeat 100% -22px,
    linear-gradient(top, #fff 85%, #fbfbfb 99%);
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #00adef;
  outline: 0;
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, white),
    color-stop(0.5, #fbfbfb)
  );
  background-image: -webkit-linear-gradient(
    center bottom,
    white 0,
    #fbfbfb 50%
  );
  background-image: -moz-linear-gradient(center bottom, white 0, #fbfbfb 50%);
  background-image: -o-linear-gradient(bottom, white 0, #fbfbfb 50%);
  background-image: -ms-linear-gradient(top, #fff 0, #fbfbfb 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #fff 0, #fbfbfb 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #00adef;
  border-top-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, white),
    color-stop(0.5, #fbfbfb)
  );
  background-image: -webkit-linear-gradient(center top, white 0, #fbfbfb 50%);
  background-image: -moz-linear-gradient(center top, white 0, #fbfbfb 50%);
  background-image: -o-linear-gradient(top, white 0, #fbfbfb 50%);
  background-image: -ms-linear-gradient(bottom, #fff 0, #fbfbfb 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(bottom, #fff 0, #fbfbfb 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: 0;
  filter: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 5px;
}

.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}

.select2-results
  ul.select2-result-sub
  ul.select2-result-sub
  > li
  .select2-result-label {
  padding-left: 40px;
}

.select2-results
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  > li
  .select2-result-label {
  padding-left: 60px;
}

.select2-results
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  > li
  .select2-result-label {
  padding-left: 80px;
}

.select2-results
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  > li
  .select2-result-label {
  padding-left: 100px;
}

.select2-results
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  > li
  .select2-result-label {
  padding-left: 110px;
}

.select2-results
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  > li
  .select2-result-label {
  padding-left: 120px;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: white;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}

.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4
    url(/misc/select2-spinner.gif)
    no-repeat 100%;
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #ccc;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    0% 0,
    0% 100%,
    color-stop(1%, #fbfbfb),
    color-stop(15%, #fff)
  );
  background-image: -webkit-linear-gradient(top, #fbfbfb 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #fbfbfb 1%, #fff 15%);
  background-image: -o-linear-gradient(top, #fbfbfb 1%, #fff 15%);
  background-image: -ms-linear-gradient(top, #fbfbfb 1%, #fff 15%);
  background-image: linear-gradient(top, #fbfbfb 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #00adef;
  outline: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

.select2-container-multi
  .select2-choices
  .select2-search-field
  input.select2-active {
  background: #fff
    url(/misc/select2-spinner.gif)
    no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #cccaaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(
    linear,
    0% 0,
    0% 100%,
    color-stop(20%, #f4f4f4),
    color-stop(50%, #f0f0f0),
    color-stop(52%, #e8e8e8),
    color-stop(100%, #fbfbfb)
  );
  background-image: -webkit-linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #fbfbfb 100%
  );
  background-image: -moz-linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #fbfbfb 100%
  );
  background-image: -o-linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #fbfbfb 100%
  );
  background-image: -ms-linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #fbfbfb 100%
  );
  background-image: linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #fbfbfb 100%
  );
}

.select2-container-multi
  .select2-choices
  .select2-search-choice
  .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: 0;
  background: url(/misc/select2.png)
    right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

.select2-container-multi
  .select2-choices
  .select2-search-choice
  .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi
  .select2-choices
  .select2-search-choice-focus
  .select2-search-choice-close {
  background-position: right -11px;
}

.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled
  .select2-choices
  .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled
  .select2-choices
  .select2-search-choice
  .select2-search-choice-close {
  display: none;
  background: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7!important;
  color: white;
}

.select2-dropdown--below{
  border: 1px solid #10a3c8;
  border-top: 0px!important;
}

.select2-dropdown--above{
  border: 1px solid #10a3c8;
  border-bottom: 0px!important;
}

.select2-container--below.select2-container--open > span > span.select2-selection--single {
  border: 1px solid #10a3c8;
  border-bottom: 0px!important;
}

.select2-container--above.select2-container--open > span > span.select2-selection--single {
  border: 1px solid #10a3c8;
  border-top: 0px!important;
}

.select2-container .select2-selection--single {
  height: 33px;
}

.select2-search--dropdown .select2-search__field {
  width: 100%!important;
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  outline: 0;
  left: 0;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url(/misc/select2x2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}

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: 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:  Arial, "GT-Haptik-Regular", 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;
}

/* Duplicated on style.css

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;
}

/** Duplicated on style.css

.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;
}

.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;
}

/***
  Repeat on style.css
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
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 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: 0.75em;
}

.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;
}

.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-Bold", 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: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%;
  }
}

@media (min-width: 992px) {
  div.SiteCJumbotrom > div > div.block {
    min-height: 500px;
    margin: 0;
  }

  div.view-announcements-view {

  }

  .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%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

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-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;
}

.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-Regular";
  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: #00587e;
  /*border-color: #00587e*/
}

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

.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: #00587e;
  border-color: #00587e;
}

.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;
}


.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 {
  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 .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(/misc/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 {
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

nav#navbar-top {
  width: 100%;
  border: none;
}

nav#block-topsecondarynavigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.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 .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-Bold", 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(/misc/sidebar-top.png)
    no-repeat;
  width: 100%;
  height: 0;
  padding-top: 25.53%;
  display: block;
  background-size: cover;
}

.sidebar .sidebar-bottom {
  background: url(/misc/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;
}

div > div#edit-actions,
#edit-submit-search,
.skip-link{
 display : none;
}

button.trigger.focusable.visually-hidden {
    position: relative!important;
}

div.webform-actions#edit-actions {
    display: block;
}

.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
  );
}



.modal-open {
  overflow: hidden;
}

.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;
  }
}

@media screen and (max-width: 500px) {

  .field-name-field-featured-gallery #slideControls .slideButton {
    height: 58px;
  }

  .field-name-field-featured-gallery #slideControls {
    height: 58px;
  }

  ul#light-gallery {
    height: 200px;
    max-height: 200px;
  }

  ul.lSPager.lSGallery {
    max-height: 58px;
  }
}

@media screen and (max-width: 405px) and (min-width: 365px){

 #block-topsecondarynavigation > ul >li > a {
    padding-right: 2vw;
    padding-left: 2vw;
  }
  .menu--top-secondary-navigation > ul >li:last-child a {
    padding-right: 5.5vw!important;
  }
}

@media screen and (max-width: 364px) and (min-width: 341px){

  #block-topsecondarynavigation > ul >li > a {
     padding-right: 2vw;
     padding-left: 2vw;
   }
 }

@media screen and (max-width: 340px) and (min-width: 325px){

  #block-topsecondarynavigation > ul >li > a {
     padding-right: 1vw;
     padding-left: 1vw;
   }
   .menu--top-secondary-navigation > ul >li:last-child a {
    padding-right: 5vw!important;
    padding-left: 1vw;
  }
 }

 @media screen and (max-width: 325px){

  #block-topsecondarynavigation > ul >li > a {
     padding-right: 1vw;
     padding-left: 1vw;
   }
 }

 @media screen and (max-width: 347px){
  .region-header > a > img {
    max-width: 95%;
}
 }


 .node--type-document-library span.select2.select2-container {
   top:15px!important;
 }

.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) {

  .container {
    max-width: 970px;
  }

  .select2-container {
    /*margin: 0;*/
    position: absolute;
    display: block;
    zoom: 1;
    vertical-align: middle;
    left: 3vw;
    top: 500px;
    width: 92vw!important;
  }

  .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: hidden;*/
  -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;
}

.utility .navbar {
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

.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;
  top: -60px;
  background-color: #fff;
  font-family: "GT-Haptik-Bold";
  font-size: 18px;
  color: #10a3c8;
}

@media screen and (min-width: 1200px){
  .additional-info .icon {
    left: 30%;
  }
}

@media screen and (min-width: 992px){
  .additional-info .icon {
    left: 20%;
  }
}

.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;
  white-space: normal;
}

.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(https://www.sitecproject.com/sites/all/themes/site_c-bootstrap/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;
  margin: 0px;
}

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: 0;
}

.site-footer .content {
  font-size: 14px;
  color: #555;
}

.site-footer .content {
  font-size: 14px;
  color: #555;
}

.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;
}

/* .view-featured-media-row {
  width: 50%;
  float: left;
  display: block;
  margin-right: 30px;
} */

.view-featured-media-row h3.field-content a {
  text-decoration: none;
  color: #333;
  font-family: "GT-Haptik-Regular";
}

.view-featured-media-row h3.field-content a:hover {
  color: #10a3c8;
}

/* Duplicated on style.css

.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: 992px) {
  .feature-media .media__container,
  .view-featured-media .media__container {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 992px) {
  .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__image-container,
.view-featured-media .media__image-container {
  position: relative;
  width: 100%;
  height: 265px;
  overflow: hidden;
}

.feature-media .media__image-container img,
.view-featured-media .media__image-container img {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.feature-media .media__icon-video,
.view-featured-media .media__icon-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  background: url(https://www.sitecproject.com/sites/all/themes/site_c-bootstrap/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;
}

/* Duplicated on style.css

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

@media only screen and (min-width: 768px) {
  .home .view-news,
  .latest-information .view-news {
    padding: 0 30px;
  }

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

}

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

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

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

.view-latest-information > div.row {
  margin: 0;
}

.view-featured-media > div.row {
  /* margin-left: -15px; */
  margin: 0;
}

.view-featured-stories > div.row {
  margin: 0;
}

/* Formatted on style.css

.view-latest-information > div.row > div.views-row {
  margin-bottom: 10px;
  display: block;
}
*/

/*NOT required

.view-latest-information > div.row > div.views-row a {
  color: #555;
  font-family: "GT-Haptik-Bold";
  line-height: 24px;
  font-size: 16px;
  padding-bottom: 10px;
  display: block;
  text-decoration: none;
}
*/

.view-latest-information > div.row > div.views-row a:hover {
  text-decoration: none;
  color: #0a6981;
}

.view-latest-information > div.row > div.views-row {
  font-family: Arial, "GT-Haptik-Regular", sans-serif;;
}

.view-latest-information > div.row > div.views-row > div.views-field-title {
  font-family: "GT-Haptik-Bold";
}

.view-latest-information > div.row > div.views-row > div.views-field-view-node {
  margin-top: 5px;
}

.view-latest-information
  > div.row
  > div.views-row
  > div.views-field-view-node
  a:hover {
  color: #0a6981;
  text-decoration: underline;
}

.featured-stories-img {
  padding-left: 15px;
  padding-right: 15px;
}

/* .featured-stories-img > div img { */
.featured-stories-img img {
    width: 100%;
}

.featured-stories-img > div.views-field-title > div {
  font-family: "GT-Haptik-Regular";
  line-height: 24px;
  font-size: 16px;
}
.featured-stories-img > div.views-field-body > div {
  font-family: "GT-Haptik-Regular";
  line-height: 24px;
  font-size: 12px;
}

.view-featured-stories > div.row > div.item-list ul li {
  /*padding: 0;
   margin: 0 0 0 -15px; */
  margin-left: 0;
  /* display: block; */
  font-family: "Arial";
  /* font-size: 15px; */
  clear: both;
}

.view-featured-stories h3.views-field-title {
  font-size: 24px;
  font-family: "GT-Haptik-Bold";
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {

  .select2-container {
    /*margin: 0;*/
    position: absolute;
    display: block;
    zoom: 1;
    left: 20px;
    width: 92vw!important;
  }

  .featured-stories-img img {
    width: 100%;
    height: 265px;
    object-fit: cover;
    font-family: 'object-fit: cover;';

}
  .view-featured-stories .field-content {
    padding-left: 15px;
  }

  .view-featured-stories .field-content > img {
    margin-left: -15px;
  }
}

.home .story h3,
.latest-information .story 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 {
  margin-bottom: 14px;
}

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

.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;
}

.row-padding-special {
  padding-top: 60px !important;
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
  .home .region {
    margin-bottom: 30px;
  }
}

.node-doc-library .links li.comment_forbidden {
  display: none;
}

.views-exposed-widgets {
  display: inline;
}

.views-widget-filter-search_api_views_fulltext {
  height: auto;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  padding: 10px 30px 10px 16px;
}

.views-submit-button {
  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;
}

.views-submit-button {
  font-size: 16px;
}

.views-submit-button.active {
  color: #10a3c8;
}

#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
  zoom: 1;
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff
    url(/sites/all/themes/site_c-bootstrap/js/select2/select2-spinner.gif)
    no-repeat 100%;
  background: url(/sites/all/themes/site_c-bootstrap/js/select2/select2-spinner.gif)
      no-repeat 100%,
    -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #fbfbfb));
  background: url(/sites/all/themes/site_c-bootstrap/js/select2/select2-spinner.gif)
      no-repeat 100%,
    -webkit-linear-gradient(center bottom, white 85%, #fbfbfb 99%);
  background: url(/sites/all/themes/site_c-bootstrap/js/select2/select2-spinner.gif)
      no-repeat 100%,
    -moz-linear-gradient(center bottom, white 85%, #fbfbfb 99%);
  background: url(/sites/all/themes/site_c-bootstrap/js/select2/select2-spinner.gif)
      no-repeat 100%,
    -o-linear-gradient(bottom, white 85%, #fbfbfb 99%);
  background: url(/sites/all/themes/site_c-bootstrap/js/select2/select2-spinner.gif)
      no-repeat 100%,
    -ms-linear-gradient(top, #fff 85%, #fbfbfb 99%);
  background: url(/sites/all/themes/site_c-bootstrap/js/select2/select2-spinner.gif)
      no-repeat 100%,
    linear-gradient(top, #fff 85%, #fbfbfb 99%);
}

.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;
}

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

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

.node__content {
  font-size: 16px !important;
}





@media screen and (max-width: 991px) {

  .lSSlideOuter {
    width: 93vw;
  }

  div.SiteCJumbotrom > div > div.block {
    min-height: 600px;
    margin: 0;
  }


  .layout--twocol-section > div.layout__region.layout__region--first{
    display: none;
  }

  .node--type-announcements > div > div > div.layout__region.layout__region--first{
    display:inline;
  }

  .layout--twocol-section.layout--twocol-section--25-75 > .layout__region--second, .layout--twocol-section.layout--twocol-section--75-25 > .layout__region--first{
    flex: 100%;
  }
  .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;
  }

  .jumbotron__hero-container .container {
    position: relative;
  }
}

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

  .feature-media,
  .view-featured-media {
    border-bottom: 0;
    padding: 0;
  }

  div.view-announcements-view {

  }

  .home .story img,
  .latest-information .story img {
    width: 100%;
    height: 265px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }

  .jumbotron__hero-container {
    min-height: 550px;
  }
}

/**
 START : jumbotron SiteCJumbotrom
 */

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */
  div.SiteCJumbotrom {
    margin-top: -134px;
    z-index: auto;
  }

  .jumbotron__hero-container {
    min-height: 381px;
  }

  .jumbotron__hero-container .container {
    position: absolute;
  }
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */
  div.SiteCJumbotrom {
    margin-top: -134px;
    z-index: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1223px) {
  .jumbotron .col-lg-5,
  .jumbotron .col-lg-7 {
    width: 50%;
  }
  div.SiteCJumbotrom {
    margin-top: -145px;
    z-index: auto;
  }

  .col-lg-5.col-sm-12.pull-left.views-row {
    border-top: 4px solid #f2f2f2;
    border-left: 4px solid #f2f2f2;
    padding: 20px 25px;
    background-color: #fff;
    border-radius: 3px;
    width: 33em;
    display: flow-root;
    margin-left: -18em;
    margin-top: 20em;
    margin-bottom: -20px;
  }
  .col-lg-5.col-sm-12.pull-right.views-row {
    border-top: 4px solid #f2f2f2;
    border-left: 4px solid #f2f2f2;
    padding: 20px 25px;
    background-color: #fff;
    border-radius: 3px;
    width: 33em;
    display: flow-root;
    margin-left: -20em;
    margin-top: 20em;
    left: 75em;
    right: auto;
    margin-bottom: -20px;
  }

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles */
  .jumbotron .copy {
    padding: 20px !important;
  }
  div.SiteCJumbotrom {
    margin-top: -135px;
    z-index: -99;
  }
}
@media screen and (max-width: 480px) {
  div.view-announcements-view {

  }
 }


/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
}

/* tablets (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */
}

@media only screen and (max-width: 992px) {
  div.SiteCJumbotrom {
    margin-top: -134px;
    z-index: -99;
  }

  .jumbotron__hero-container {
    min-height: 550px;
  }

  .jumbotron__hero-container .container {
    position: relative;
  }

  .jumbotron__hero-container .container {
    top: auto;
    bottom: 64px;
    transform: translate(-50%, 0);
  }
}



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

  .col-lg-5.col-sm-12.pull-left.views-row {
    border-top: 4px solid #f2f2f2;
    border-left: 4px solid #f2f2f2;
    padding: 20px 25px;
    background-color: #fff;
    border-radius: 3px;
    width: 33em;
    display: flow-root;
    margin-left: -24em;
    margin-top: 8em;
  }

  .col-lg-5.col-sm-12.pull-right.views-row {
    border-top: 4px solid #f2f2f2;
    border-left: 4px solid #f2f2f2;
    padding: 20px 25px;
    background-color: #fff;
    border-radius: 3px;
    width: 33em;
    display: flow-root;
    margin-left: -20em;
    margin-top: 8em;
    right: 10em;
    left: auto;
  }

}

/* tablets (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
}

/* tablets (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}

/* Jumbotron general ----------- */

div.SiteCJumbotrom {
  position: relative;
  padding: 0;
}


body.user-logged-in .SiteCJumbotrom {
  margin-top: 0px;
}


.jumbotron__hero-container {
  position: relative;
}

.jumbotron__hero-container .container {
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.jumbotron__hero-container p {
  margin-bottom: 0.5em;
}

.jumbotron h1 {
  font-size: 32px;
  line-height: 1;
  color: #00587e;
}

.jumbotron .copy h1 {
  margin-top: 0;
}

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

  font-size: 14px;
  font-family: Arial, sans-serif;
  line-height: 1.42857em;
  color: #555;
  border-bottom: 1px solid #ccc;
  background-color: #333;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 4px 0 #f2f2f2;
  box-shadow: inset 0 4px 0 #f2f2f2;
}

.jumbotron__hero-container .container {
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.jumbotron__hero-container p {
  margin-bottom: 0.5em;
}

.jumbotron h1 {
  font-size: 32px;
  line-height: 1;
  color: #00587e;
  margin-top: 0px;
}
/**
 END : jumbotron SiteCJumbotrom
 */

/**
 START: announcements
 */


div.sitec-announcements-row{
  width: 100%;
}

.div.sitec-announcements-row div.views-field-field-summary div.field-content {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #3e3935;
}

div.sitec-announcements-row div.views-row:first-child .views-field-title h1 {
  font-family: "GT-Haptik-Bold", Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #004F6C;
}

div.sitec-announcements-row div.views-row:not(:first-child) .views-field-title h1  {
  font-family: "GT-Haptik-Bold", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #004F6C;
}



/**
  END: announcements
*/

h2.search-result-title {
  color: inherit;
  font-size: 36px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #10a3c8;
  background-color: inherit;
  border-color: #ddd;
  text-decoration: underline;
}

.view-display-id-page_1 > .row {
  margin: 0;
}

.ais-Hits ol.ais-Hits-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination > li > a {
  color: #10a3c8;
}

/* this changes were made for the footer and the little transition it has with the original*/

.site-footer {
  padding: 5px 0px !important;
}

.site-footer__bottom .block {
  margin: 0px !important;
}
.site-footer__bottom .content {
  padding: 0px !important;
}

.site-footer__bottom .region {
  margin-top: 0px !important;
}

p {
  margin-bottom: 2.5rem;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.site-footer__bottom {
  letter-spacing: 0px;
  margin-top: 0px !important;
}

.site-footer .content {
  padding: 0px !important;
}

/* all class row must be changed*/
.row {
  margin-right: 0px;
  margin-left: 0px;
}


#form_1700002963a49da13542e0726b7bb758 input.submit {
  font-family: 'GT-Haptik-Regular'!important;
}


.justify-content-center {
  margin-top: 20px;
}

.regional-table > tbody > tr > td >p {
  word-break: break-all;
}


@media (max-width: 767px) and (min-width: 576px){
.container, .container-sm {
    max-width: 800px;
}
}

.contextual-region {
  position: initial;
}


.loading-div {
  position: absolute;
  width: 50%;
  height: 50%;
  background: url('/sites/default/files/loading.gif') 50% 50% no-repeat rgb(249,249,249);
  opacity: .8;
  background-color: white;
}

@media only screen and (max-width: 992px) {

  .loading-div {
    position: relative;
    width: 100%;
    height: 250px;
  }
}
