body {
  background: #37516c;
}

body a, body a:visited {
  color: unset;
  color: #14b5e3;
}

a:hover {
  opacity: 1;
}
/* fix map sizing in IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 .div-for-svg {
    height: 0px;
    padding-top: 48%;
    position: relative;
    right: 0px;
}
 .div-for-svg svg {
   position: absolute;
   top: 0px;
   right: 0px;
 }
}
/* END fix map sizing in IE*/
/* Two col layout for country list*/
@media  (min-width:820px) {
ul.hylawCountryList {
    list-style-type: disc;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;//this is important addition
}
}
/* End Two col layout for country list*/
.w3-tiny {
  font-size: 12px !important;
}

.w3-light-green, .w3-hover-light-green:hover {
  color: #4a4a4a !important;
  background-color: #82B845 !important;
}

.w3-white, .w3-hover-white:hover {
  color: #4a4a4a !important;
}

.w3-blue {
  background-color: #14b5e3 !important;
}

.w3-button.w3-blue:hover {
  color: #fff !important;
  background-color: #82B845 !important;
}

.hl1 {
  color: #14b5e3;
  font-weight: bold;
}

.hl2 {
  color: #82B845;
  font-weight: bold;
}

.w3css-content a:hover {
  color: #82B845;
  text-decoration: underline;
}

.w3css-content a.w3-button:hover {
  text-decoration: none;
}

.feed-icon {
  display: none !important;
}

ul.links li.node-readmore {
  padding: 0 !important
}

ul.links li.node-readmore a {
  display: block;
  padding: 8px 16px !important;
  border: 1px solid #14b5e3 !important
}

ul.links li.node-readmore a:hover {
  border: 1px solid #82B845 !important;
  text-decoration: none;
}

.w3-hoverable tbody tr:hover, .w3-ul.w3-hoverable li:hover {
  background-color: #f4f4f4;
}

#header {
  border-bottom: 1px solid #e7e7e7;
}

h1.site-name {
  color: #14b5e3;
  padding-top: 10px;
}

h1.site-name span {
  color: #82B845
}

h1.site-name a {
  text-transform: none;
}

h2 {
  font-size: 26px;
}

#main-navigation-h {
  z-index: 499;
}

#main-navigation-h a.w3-button {
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
}

html, body, .copyright-inner, .ul-parent-account, .ul-parent-footer, .w3-tiny {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.w3-tiny {
  font-size: 14px !important
}

.embedded-entity .w3-table-all {
  border: none;
}

.embedded-entity .w3-table-all th {
  display: none;
}

.embedded-entity .w3-table-all tr {
  border: none;
}

#block-drupal8-w3css-subtheme-main-menu {
  float: left;
}

#block-drupal8-w3css-subtheme-main-menu a {
  font-size: 18px;
}

#search-block-form .w3-btn, #search-block-form .w3-button {
  padding: 4px 16px;
}

#block-drupal8-w3css-subtheme-main-menu .w3-button.is-active {
  background: #f4f4f4 !important;
  color: #4a4a4a !important;
}

#block-drupal8-w3css-subtheme-main-menu .w3-button:hover {
  color: #82B845 !important;
  background-color: #fff !important;
}

#search-block-form {
  width: auto;
  float: right;
  top: 2px;
}

#search-block-form {
  padding: 0 16px !important;
}

.w3-search-block-form>.form-type-search::before {
  top: 9px;
  color: #ccc;
}

#block-homepagecontact {
  padding: 0 48px;
}

#natpol td {
  width: 33%;
  max-width: 300px;
}

.mypdf a:before {
  font-family: FontAwesome;
  content: "\f1c1";
  padding: 0 6px 0 0;
  color: #cc0000
}

.mypdf p:has(a):before {
  font-family: FontAwesome;
  content: "\f1c1";
  padding: 0 6px 0 0;
}

.mypdf a:hover:before {
  color: #82B845
}

#block-homepagecontact h2 {
  padding: 0 !important;
  margin: 0 !important;
}

#block-contact {
  padding: 0 48px;
}

#contact-message-feedback-form {
  max-width: 600px;
  margin: 0 25px !important;
  padding-top: 0 !important;
}

#block-contactblock {
  float: left;
}

#block-contactblock h2 {
  padding-left: 32px !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.page-node-12 iframe {
  width: 100%;
  margin-top: 16px;
}

#edit-keys {
  padding: 4px
}

.form-outer {}

.form-outer select {
  max-width: 700px;
  margin-top: 15px;
  font-weight: bold;
}

.form-outer label {
  min-width: 120px;
  display: inline-block;
  margin-top: 15px;
  font-weight: bold;
  color: #fff;
}

.twitter:before {
  font-family: FontAwesome;
  content: "\f081";
  padding: 0 2px;
}

.form-outer .w3-twothird {
  background: #82B845;
  padding: 0 15px 15px 15px !important;
}

.linkedin:before {
  font-family: FontAwesome;
  content: "\f08c";
  padding: 0 2px;
}

.legal-table i {
  padding-left: 25px;
  padding-right: 5px;
  background-repeat: no-repeat;
  background-size: 18px auto;
}

.w3css-content .legal-table a:hover {
  text-decoration: none !important;
  background: green
}

.hylaw_legislationtable_titles {
  padding-left: 15px;
}

hr.hylaw_question_hr {
  margin-top: 3px;
  margin-bottom: 3px;
}

.w3-half.w3-card-2 {
  width: 49%;
}

.w3-half-left {
  margin-right: 1.99% !important;
}

#edit-submit {
  padding: 4px 16px;
  color: #14b5e3;
  font-weight:bold;
}

th.hylaw_legislation_title {
  border-top: 3px solid #14b5e3
}

#search-block-form:hover #edit-submit, #search-block-form:hover .form-type-search::before {
  color: #4a4a4a;
}

.adminimal-admin-toolbar #main-navigation-h {
  top: 79px;
}

#main-navigation-h a.w3-button {
  color: #14b5e3;
  font-weight: bold;
}

.ul-parent-main>li:last-child {
  display: none;
}

.fa-bars {
  background-color: transparent !important;
}

.fa-bars:before, h2 button.w3-button {
  color: #14b5e3;
}

.fa-bars:hover {
  background-color: transparent !important;
}

.fa-bars:hover:before {
  color: #82B845;
}

.w3-table td, .w3-table th, .w3-table-all td, .w3-table-all th {
  word-break: normal;
}

#block-drupal8-w3css-subtheme-content {
  padding-bottom: 0px;
}

.breadcrumb {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.debug, .debug h2, .debug h3 {
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace !important;
}

.main-container-inner .w3css-content {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -55px 0 0 -55px;
  border: 16px dashed #f3f3f3;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  animation: spin 2s linear infinite;
  background: #fff url(../hylaw-logo.png) no-repeat center center !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#hylawMain, #hylawLinkbox {
  padding: 0 16px;
}

#hylawLinkbox select {
  width: 20%;
  padding: 2px;
  font-weight: bold;
  margin-bottom: 5px;
}

#maininner {
  min-height: 80vh
}

.header-select th {
  position: sticky;
  position: -webkit-sticky;
  top: 49px;
  background: #82B845 !important;
  z-index: 10;
}
.hidden-answer
#lap-table td, #lap-table th {
  border-right: 3px solid #fff;
}

#lap-table td:last-child {
  border-right: 0px;
}

#lap-table td {
  background-position: 8px 11px;
  background-repeat: no-repeat;
  text-indent: 22px;
  background-size: 18px auto;
  padding-right: 16px;
}

#lap-table td.onecountryanswer {
  background-position: 17px 11px;
  background-repeat: no-repeat;
  text-indent: 26px;
  background-size: 18px auto;
  padding-right: 16px;
}

#lap-table td:hover, #lap-table td:empty:hover+td, #lap-table td:empty:hover+td+td {
  background-color: #FFFFF0;
}

#lap-table th:not(.header-select):hover, #lap-table th:not(.header-select):hover+td, #lap-table th:not(.header-select):hover+td+td {
  background-color: #FFFFF0;
}

#lap-table td.lap-legislation:hover {
  background: none;
}

#lap-table td * {
  text-indent: 0;
}

#lap-table td:empty {
  background-image: none !important;
}

#lap-table td ul {
  margin: 0px 0px 0px 8px;
}

#lap-table td ul, #lap-table td li {
  text-indent: 0px;
}

#lap-table td li {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  list-style: none;
}

#lap-table td li:first-child {
  padding-top: 0;
}

#lap-table td li:last-child {
  border-bottom: 0px;
}

.lap-legislation {
  text-indent: 0 !important;
}

.country-16239, .table-country-title-16239 {
  background-image: url(../img/flags/24/Austria.png);
}

.country-21335, .table-country-title-21335 {
  background-image: url(../img/flags/24/Hungary.png);
}

.country-49715, .table-country-title-49715 {
  background-image: url(../img/flags/24/Poland.png);
}

.country-50046, .table-country-title-50046 {
  background-image: url(../img/flags/24/Denmark.png);
}

.country-51477, .table-country-title-51477 {
  background-image: url(../img/flags/24/Germany.png);
}

.country-52411, .table-country-title-52411 {
  background-image: url(../img/flags/24/Belgium.png);
}

.country-52822, .table-country-title-52822 {
  background-image: url(../img/flags/24/Sweden.png);
}

.country-54224, .table-country-title-54224 {
  background-image: url(../img/flags/24/Finland.png);
}

.country-62149, .table-country-title-62149 {
  background-image: url(../img/flags/24/United-Kingdom.png);
}

.country-72594, .table-country-title-72594 {
  background-image: url(../img/flags/24/Latvia.png);
}

.country-90689, .table-country-title-90689 {
  background-image: url(../img/flags/24/Romania.png);
}

.country-186382, .table-country-title-186382 {
  background-image: url(../img/flags/24/Bulgaria.png);
}

.country-295480, .table-country-title-295480 {
  background-image: url(../img/flags/24/Portugal.png);
}

.country-365331, .table-country-title-365331 {
  background-image: url(../img/flags/24/Italy.png);
}

.country-1311341, .table-country-title-1311341 {
  background-image: url(../img/flags/24/Spain.png);
}

.country-2202162, .table-country-title-2202162 {
  background-image: url(../img/flags/24/France.png);
}

.country-2323309, .table-country-title-2323309 {
  background-image: url(../img/flags/24/Netherlands.png);
}

.country-2978650, .table-country-title-2978650 {
  background-image: url(../img/flags/24/Norway.png);
}

.hylawCountrySelect {
  padding: 3px 0;
}

.hylawCountryList {
  padding-left: 0
}

.hylawCountryList li {
  list-style: none;
}

.hylawCountryList li a {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 28px;
  font-family: "Oswald";
  font-size: 16px;
  color: #4a4a4a !important;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}

.hylawCountryList li a:hover {
  text-decoration: none;
  background-color: #f4f4f4 !important;
  color: #14b5e3 !important;
}

.hylawCountryList>li a:first-child:hover {}

.hylawCountryList ul {
  padding-left: 0;
}

.hylawCountryList ul li a {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 3px 28px
}

.header-select th {
  width: 40%
}

.fixed-x, .fixed-y {
  background-color: #f1f1f1;
}

th#thtd0x0 {
  background-color: #fff;
}

th.table-empty {
  background-color: #d8d8d8 !important;
}

.clonedtable th {
  background-color: #f1f1f1
}

th.table-country {
  background-position: 6px 6px;
  background-repeat: no-repeat;
  text-indent: 0px;
  background-size: 18px auto;
  padding-left: 30px !important;
  text-align: left;
  background-color: #6B9938;
  color: #FFFFFf;
  border-right: 1px solid #fff;
}

#hylaw_div_country label {
  font-size: 18px;
  font-family: "Oswald";
  margin-left: 0px;
}

.category-table {
  /* margin-bottom: 22px !important; TWE 2018-07-04 */
}

.table-compare .hylawMenuAccordionMainlink2 {
  font-size: 16px;
  font-family: "Oswald";
  margin-left: 0px;
  display: block;
}

.table-compare .hylaw_div_country {
  margin-bottom: 15px;
}

.table-compare h3 {
  font-size: 18px;
  /* border-top: 2px solid #14b5e3; TWE 2018-07-04

  margin-top: 24px;
  padding-top: 12px;*/
}

.table-compare .select-level-1 {
  padding-left: 5px;
  position: relative;
  top: 30px;
  left: 200px;
  z-index: 3;
  display: inline-block;
}

.table-compare a.hylawMenuAccordionMainlink1 {
  z-index: 2;
  margin-bottom: -24px !important;
  white-space: normal;
}

.table-compare .w3-button {
  margin-bottom: 0px;
}

#hylaw_div_country {
  border-top: 2px solid #14b5e3;
}

.table-compare a#advancedSettings {
  margin: 15px 0 !important;
}

.table-compare .hylawMenuAccordionMainlink1:last-child {
  /* border-bottom: 2px solid #14b5e3; */
  border-bottom: 0;
  /* TWE 2018-07-04 */
  margin-bottom: 0px !important;
  margin-top: -2px;
}

.table-compare .select-level-2 {
  padding-left: 15px;
}

.table-compare .hylawMenuPart2 {
  padding-left: 15px;
}

.table-compare .hylawMenuAccordionMainlink1 {}

#compareform .div-for-svg-auto {
  padding-bottom: 65px !important;
}

#comparetable th {
  text-align: left;
}

#comparetableleftheader {
  position: sticky;
  position: -webkit-sticky;
  box-shadow: 5px 0 5px -5px #333;
}

#comparetableheader {
  position: sticky;
  position: -webkit-sticky;
  box-shadow: 0 5px 5px -5px #333;
}

#comparetableheader table td, #comparetableheader table th, #comparetableleftheader table td, #comparetableleftheader table th, #comparetablewrapper table td, #comparetablewrapper table th {
  padding: 6px;
}

.path-frontpage .main-container-inner .w3css-content {
  margin-top: 35px !important;
}

.path-frontpage .node-readmore {
  display: none;
}

.path-admin #main-container-inner {
  margin-top: 35px !important;
}

h3.node__title {
  font-size: 26px;
}

.severity {
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.severity-veryhigh, .severity-3, .severity-4, .severity-5, .severity-6, .severity-7, .severity-8, .severity-9, .severity-10 {
  background: #cc0000;
  fill: #cc0000;
}

.severity-high, .severity-2 {
  background: #f59e00;
  fill: #f59e00;
}

.severity-medium, .severity-1 {
  background: #e4e62e;
  fill: #e4e62e;
}

.severity-low, .severity-0 {
  background: #82B845;
  fill: #82B845;
}

.severity-no, .severity--1 {
  background: #999999;
  fill: #999999;
}

.svg-map-active-countries.severity-high {
  fill: #cc0000;
}

.svg-map {
  float: right;
}

.svg-dontfloatright .svg-map {
  float: none;
}

#block-views-block-slider-block-1 {
  position: relative;
  top: -10px
}

.slick-arrow::before {
  color: #14b5e3;
}

.slick-arrow:hover::before {
  color: #4caf50;
}

.slide__constrained>.slide__caption {
  width: 100% !important;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  font-family: "Oswald";
  font-size: 36px;
  color: #fff;
}

.slide__constrained>.slide__caption:hover {}

.slide__constrained>.slide__caption p {
  margin-top: 16px;
  margin-bottom: 16px
}

.slide__constrained>.slide__caption a {
  color: #fff;
  display: block;
}

.slide__constrained>.slide__caption a:hover {
  color: #4caf50;
  text-decoration: none;
}

.slick--skin--fullwidth .slide__constrained {
  left: 0;
  margin-left: 0;
  width: 100%;
}

.myframe {
  width: 100%;
  max-width: 600px;
}

#footer-container-inner {
  width: 100%;
  max-width: unset !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: 0 5px 5px -5px #333;
}

.first-footer {
  text-align: center;
  font-size: 14px;
  padding: 0 !important;
  margin: 0 !important;
}

.first-footer .w3-section, .second-footer .w3-section, .third-footer .w3-section {
  margin: 0 !important
}

.path-frontpage h3 a {
  color: #4a4a4a;
}

img.align-right {
  padding-left: 20px;
  padding-top: 0px;
}

.page-node-5 h2 {
  border-top: 1px solid #e7e7e7;
  margin: 0;
}

.page-node-5 button {
  width: 100%;
}

.page-node-5 article .field--type-text-with-summary {
  border-bottom: 1px solid #e7e7e7;
}

a.readmore {
  display: inline-block;
  padding: 8px 16px !important;
  border: 1px solid #14b5e3 !important;
}

a.readmore:hover {
  color: #82B845;
  border: 1px solid #82B845 !important;
  text-decoration: none;
}

.node__content {
  padding: 0.01em 32px 0.01em 16px;
}

.page-node-12 #block-drupal8-w3css-subtheme-content {
  float: left;
}

figure {
  margin-top: 0
}

figcaption {
  text-align: right;
  font-size: 14px;
}

.page-node-11 figure {
  max-width: 226px;
  margin: 1em 1em;
  display: inline-block;
  position: relative;
}

.page-node-11 figcaption {
  position: absolute;
  bottom: 0;
  z-index: 2;
  max-width: 226px;
  padding: 12px 10px;
  text-align: center;
  width: 100%;
  line-height: 18px;
  background: rgba(20, 181, 227, 0.8);
  height: 100%;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
  display: none;
  pointer-events: none;
}

.page-node-11 figure:hover figcaption {
  display: block;
}

.page-node-11 figure:hover img {
  filter: grayscale(100%);
}

#main-container {
  margin-bottom: 162px;
  position: relative;
  z-index: 2;
  box-shadow: 0 5px 5px -5px #333;
  min-height: 90vh;
  padding-bottom: 25px;
}

#main-container {
  background: url("../background2.jpg") no-repeat fixed top left;
  background-size: cover;
}

.breadcrumb {
  color: #fff;
}

#footer-outer {
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

#copyright {
  border-top: 1px solid #0877a3;
}

#copyright p {
  text-align: center !important;
}

.w3-fixed {
  background: #fff url(../hylaw-logo.png) no-repeat 20px center !important;
  background-size: 35px !important;
}

.w3-container.main-container-inner {
  padding: 0.01em 0px !important;
}

.w3-card, .w3-card-2 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.contextual .contextual-links {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px 0 4px 4px;
  clear: both;
  float: right;
  margin: 0;
  padding: 0.25em 0;
  position: relative;
  right: 6px;
  text-align: left;
  top: -1px;
  white-space: nowrap;
  color: #000;
}

.contextual-links a {
  font-size: 16px !important;
}

.category-table .w3-button {
  white-space: normal;
  padding: 8px 24px 8px 16px;
}

.category-table .w3-button:hover {
  color: #4a4a4a !important;
  background-color: #f4f4f4 !important;
}


a.hylawMenuAccordionMainlink1 {
  border-top: 2px solid #14b5e3;
  font-size: 22px;
  font-family: "Oswald";
  position: relative;
  color: #4a4a4a !important;
}

.table-compare a.hylawMenuAccordionMainlink1 {
  /*border-top: 2px solid #14b5e3;*/
  border-top: 2px solid #f1f1f1;
  font-size: 18px;
  padding: 3px !important;
}

.table-compare a.hylawMenuAccordionMainlink1 {
  padding-right: 20px !important;
}

.table-compare .hylawMenuAccordion2AlwaysOpen {
  padding-left: 2px;
}

.table-compare .hylawMenuAccordion1 {
  margin-bottom: 10px;
  margin-top: 22px;
}

a.hylawMenuAccordionMainlink1.slideopen {
  border-top: 2px solid #82B845;
}

a.hylawMenuAccordionMainlink1:last-child, #block-hylaw #hylawLeft {
  border-bottom: 2px solid #14b5e3
}

a.hylawMenuAccordionMainlink1:hover, a.hylawMenuAccordionMainlink2:hover {
  text-decoration: none;
}

.hylawMenuPart1 .w3-section {
  margin: 0 !important
}

.hylawMenuAccordion1 .w3-button {
  overflow: visible !important;
  white-space: normal !important;
}

.hylawMenuPart2 .w3-section {
  padding-left: 15px;
  padding-right: 3px;
}

.hylawMenuPart2 a {
  padding-bottom: 5px;
  padding-top: 2px;
  display: block;
}

a.hylawMenuAccordionMainlink2 {
  font-family: "Oswald";
  font-size: 18px;
  position: relative;
  color: #4a4a4a !important;
}

span.hylawMenuAccordionMainlink2 {
  padding: 5px 0 0 5px;
}

a.hylawMenuAccordionMainlink1.slideopen, a.hylawMenuAccordionMainlink2.slideopen, a.hylawMenuAccordionMainlink1.slideopen:hover, a.hylawMenuAccordionMainlink2.slideopen:hover {
  color: #82B845 !important
}

.hylawMenuPart1 .w3-section a {
  border-bottom: 2px solid #e4e4e4 !important;
}

.hylawMenuPart1.slideopen .w3-section a, .hylawMenuPart1 .w3-section a.slideopen {
  border-bottom: 0px !important;
}

.hylawMenuPart2 .w3-section a {
  border-bottom: 1px solid #e4e4e4 !important;
  color: #4a4a4a;
  display: block;
  font-family: 'Oswald', Arial, sans-serif;
}

.hylawMenuPart2 .w3-section a:hover {}

.hylawMenuPart1:last-child .w3-section a, .hylawMenuPart2:last-child .w3-section a {
  border-width: 1px !important
}

.hylawMenuPart2:last-child {
  padding-bottom: 0px;
}

.hylawMenuPart2 .w3-section a:hover {
  text-decoration: none;
}

.hylawMenuPart2 .w3-section a:before {
  font-family: FontAwesome;
  content: "\f05a";
  padding: 0 5px 0 2px;
}

.hylawMenuPart2 .w3-section a:hover:before {
  content: "\f138";
}

.hylawAfterSymbol {
  color: #c2c2c2;
  font-size: 14px;
  font-weight: bold;
}

a.hylawMenuAccordionMainlink1:after, a.hylawMenuAccordionMainlink2:after, #lap-table th a:after {
  font-family: FontAwesome;
  content: "\f150";
  padding: 0 0px 0 10px;
  color: #c2c2c2;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 22px;
  font-weight: normal;
}

.hylaw_lap_description {
  padding-bottom: 10px;
}

#lap-table th a:after {
  right: -6px;
}

a.hylawMenuAccordionMainlink2:after {
  font-size: 18px;
}

.table-compare a.hylawMenuAccordionMainlink1::after {
  top: 0;
}

#lap-table th {
  border: none;
}

#lap-table th a {
  position: relative;
  display: block;
  padding-right: 10px;
  margin-right: 12px;
}

#lap-table th a:after {
  top: -2px;
}

#lap-table th a:hover {
  text-decoration: none;
}

a.slideopen:after, .slideopen a:after {
  content: "\f151" !important;
}

a.hylawMenuAccordionMainlink1:hover:after, a.hylawMenuAccordionMainlink2:hover:after, #lap-table th a:hover:after {
  color: #14b5e3;
}

a.slideopen {
  color: #82B845
}

@media (max-width: 1700px) {
  .w3-fixed {
    background: #fff !important;
  }
}

@media (min-width:993px) and (max-width: 1200px) {
  #main-container img.align-right {
    width: 65% !important;
    height: auto;
  }
}

@media (max-width: 1023px) {
  #block-views-block-slider-block-1 {
    margin-bottom: -175px;
  }
  .slide__constrained {
    padding-top: 0;
  }
  .slide__constrained>.slide__caption {
    font-size: 22px;
  }
  .slide__constrained>.slide__caption p {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 16px;
    padding-bottom: 4px;
  }
  .slick__arrow {
    top: 30%;
  }
}

@media (max-width: 1010px) {
  #main-navigation-h .ul-parent li>a {
    padding: 15px 16px !important;
  }
}

@media (min-width: 993px) {
  #main-navigation-h .ul-parent li>a {
    padding: 11px 19px;
  }
}

@media (max-width: 992px) {
  .w3-fixed {
    background: #fff !important;
    position: relative;
  }
  #footer-outer {
    position: relative;
  }
  #main-container {
    margin-bottom: 0px;
  }
  .ul-parent-main>li:last-child {
    display: inline-block;
  }
  #search-block-form {
    display: none;
  }
  #main-navigation-h {
    width: 100%;
    float: right;
    box-shadow: none;
    background-color: transparent !important;
    position: relative;
    top: -102px;
    pointer-events: none;
    margin-bottom: -50px;
  }
  .mobile-nav {
    width: auto;
    float: right;
    position: relative;
    top: 25px;
    pointer-events: all;
  }
  #header {
    width: auto;
    float: left;
    border-bottom: 0;
  }
  #block-drupal8-w3css-subtheme-main-menu {
    width: 100%;
    pointer-events: all;
    position: relative;
    top: 50px;
    border-top: 1px solid #f1f1f1;
  }
  .w3-table td, .w3-table th, .w3-table-all td, .w3-table-all th {
    font-size: 12px;
  }
}

@media (max-width: 800px) {
  #main-container-inner .w3-col {
    padding: 0
  }
  .path-frontpage .main-container-inner .w3css-content {
    margin-top: 0px !important;
  }
  #main-container {
    padding-bottom: 0px;
  }
  #maininner {
    min-height: 90vh
  }
  body .simple-responsive-table td {
    padding-left: 18px;
  }
  .page-node-10 .w3-table th:first-child, .page-node-10 .w3-table td:first-child, .page-node-10 .w3-table-all th:first-child, .page-node-10 .w3-table-all td:first-child, body.page-node-10 .simple-responsive-table td {
    padding-left: 33% !important;
  }
  #natpol td {
    width: auto;
    padding-left: 10px;
  }
  #block-drupal8-w3css-subtheme-content, .w3-panel {
    margin: 0 !important;
    padding: 0 !important
  }
  #block-homepagecontact {
    margin: 0 !important;
    padding: 0 16px !important
  }
  .path-frontpage .main-container-inner .w3css-content {
    margin-top: 5px !important;
  }
  .main-container-inner .w3css-content {
    padding: 0 !important;
  }
  .page-node-10 .simple-responsive-table th {
    display: none;
  }
}

@media (max-width: 480px) {
  .site-name a {
    font-size: 24px !important;
  }
  .slide__constrained>.slide__caption {
    font-size: 18px;
  }
}

@media (max-width: 360px) {
  .page-node-10 .w3-table th:first-child, .page-node-10 .w3-table td:first-child, .page-node-10 .w3-table-all th:first-child, .page-node-10 .w3-table-all td:first-child, body.page-node-10 .simple-responsive-table td {
    padding-left: 50% !important;
  }
  .site-name a {
    font-size: 18px !important;
  }
}

@media print {
  #main-navigation-h, .breadcrumb {
    display: none;
  }
  #main-container {
    background: none;
    margin-bottom: 0px;
  }
  .w3-card, .w3-card-2, #main-container {
    box-shadow: none !important;
  }
  #footer-outer {
    position: relative !important;
    display: none;
  }
}

@supports (-ms-ime-align:auto) {
  .slide__constrained>.slide__caption {
    position: relative !important;
    top: -50% !important;
    width: 100% !important;
  }
  .slick--skin--fullwidth .slide__constrained {
    left: 50% !important;
    margin-left: -50% !important;
    width: 100% !important;
  }
  .slide--caption--center .slide__caption, .slide--caption--center-top .slide__caption, .slide--caption--left .slide__caption, .slide--caption--right .slide__caption {
    width: 100% !important;
  }
}

@media all and (-ms-high-contrast:none) {
  #edit-keys {
    padding: 6.5px !important;
  }
}

/*----MS Edge Browser CSS Start----*/

@supports (-ms-ime-align:auto) {
  #comparetableleftheader, #comparetableheader, .header-select th {
    position: relative !important;
  }
}

/*----MS Edge Browser CSS End----*/

/* Some changes, TWE 20180615 */

#lap-table .th-question a {
  font-weight: bold;
}
#lap-table .w3-button {
  background-color: transparent!important;
}
#lap-table .w3-button:hover {
  color: #4a4a4a !important;
  background-color: #82b845 !important;
}
#lap-table .w3-button.hylaw_flagging_div:hover {
  color: #4a4a4a !important;
  background-color: #fff !important;
}
#lap-table td div.severity {padding:0px 3px}
.subquestion {
  display: block;
  margin-left: 16px;
  font-style: normal;
  font-weight: normal;
}

.countrybox {
  width: 18px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 18px auto;
}

.hylaw_flagging_div {
  cursor: pointer;
}

.hylaw_flagging.fa-thumbs-up {
  color: #82B845;
}

.hylaw_flagging.fa-thumbs-down {
  color: #cc0000;
}

.hylawnopadding {
  padding: 0 !important;
}

.hylawnopadding-top {
  padding-top: 0 !important;
}

.hylawnopadding-bottom {
  padding-bottom: 0 !important;
}

.hylawnopadding-right {
  padding-right: 0 !important;
}

.hylawnopadding-left {
  padding-left: 0 !important;
}

.hylawbluetop {
  border-top: 2px solid #14b5e3;
}

a.hylawMenuAccordionMainlink1.slideopen.forcompare {
  border-bottom: 0px !important;
}

.w3-padding-top {
  padding-top: 8px;
}

.w3-padding-left {
  padding-left: 16px;
}

.w3-padding-bottom {
  padding-bottom: 8px;
}

.w3-padding-right {
  padding-right: 8px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .w3-half td, w3-third td, .w3-twothird td, .w3-quarter td, .w3-threequarter td {
   /* Let long URLs not break the site on IE */
      display: inline-block;
      word-break: break-all;
      hyphens: auto;
  }
}
/* Sticky Position for Footer DIV, TWE 20180615 */

#hylaw_lis_bottomfix {
  bottom: 35px;
  width: 100%;
  background-color: white;
  z-index: 1000;
}

/* Suggest an Improvement-Form (TWE, 20180615) */

.compare-select-all {
  z-index: 30;
  width: 140px;
  white-space: nowrap;
  padding-bottom: 5px;
}

form#hylaw-form-lap details {
  position: relative;
  cursor: pointer;
}

form#hylaw-form-lap details summary {
  font-weight: bold;
  color: #14b5e3;
}

form#hylaw-form-lap details summary::after {
  top: -2px;
}

form#hylaw-form-lap details summary::after {
  font-family: FontAwesome;
  content: "\f150";
  padding: 0 0px 0 10px;
  color: #c2c2c2;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 22px;
  font-weight: normal;
}

.copyright-inner a {
	color: #fff !important;
}

.copyright-inner a:hover {
	font-weight:bold;
}

@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */
  textarea,
  input.text,
  input[type="text"],
  input[type="button"],
  input[type="submit"],
  .input-checkbox,
  select {
  -webkit-appearance: none;
  border-radius: 0;
  }
  select {width:100%!important;}
}
