@charset "UTF-8";
/*
	Responsive Mixins
	iPhone6 = SamsungGalaxy
*/
/*
    Further iPhone6 and iPhone5 breakpoints;
        taken from old css .. not sure how neccessary they are
*/
/*
    Mixin for transitions
*/
/*
	Mixin for creating button 
	Params: Background Color, Height
*/
/* 
	Mixin for MarginMaker
*/
/*
	Mixin for linear Gradient
		w/ vendor prefixes
*/
/*
    Mixin for Vertical align
        for this to work parent element must have a set height
*/
/*

    Mixin for logo

*/
/*
    Mixin for chevron :before element
*/
/* @mixin chevron ($width, $position, $colour)
{
    
    //    wrap around an if statement 
    //        depending on position 
     
    bottom: -15px;
    left: 0;
    right: 0;
    top: 0;
    border-color: $highlight transparent transparent transparent;

    content: '';
    display: block;
    border-style: solid;
    border-width: 5px;
    margin: 0 auto;
    position: absolute;
    width: 10px;
} */
/* Mixins */
.-color-primary {
  color: #375390 !important; }

.-color-secondary {
  color: #2BA2EC; }

.-color-tertiary {
  color: #FB9945; }

.-color-highlight {
  color: #ff8924; }

.xs-margin {
  min-height: 1px;
  margin-bottom: 9px; }
  .xs-margin:before, .xs-margin:after {
    display: table;
    content: " "; }
  .xs-margin:after {
    clear: both; }

.sm-margin {
  min-height: 1px;
  margin-bottom: 19px; }
  .sm-margin:before, .sm-margin:after {
    display: table;
    content: " "; }
  .sm-margin:after {
    clear: both; }

.md-margin {
  min-height: 1px;
  margin-bottom: 39px; }
  .md-margin:before, .md-margin:after {
    display: table;
    content: " "; }
  .md-margin:after {
    clear: both; }

.lg-margin {
  min-height: 1px;
  margin-bottom: 59px; }
  .lg-margin:before, .lg-margin:after {
    display: table;
    content: " "; }
  .lg-margin:after {
    clear: both; }

/* Theme: Colors & Spacing */
.-display-Inline {
  display: inline; }

.-display-Block {
  display: block; }

.-display-inline-block {
  display: inline-block !important; }

.-remove-margin {
  margin: 0 !important; }

.-remove-padding {
  padding: 0 !important; }

.-font-bold {
  font-weight: bold !important; }

.ellipsis:after {
  content: '...'; }

.font-size-18 {
  font-size: 18px !important; }

.font-size-24 {
  font-size: 24px !important; }

.font-size-42 {
  font-size: 42px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

/* Helper classes */
html {
  height: 100%;
  min-width: 320px !important;
  overflow-y: scroll; }

body {
  font-family: "Work Sans", sans-serif;
  margin: 0;
  position: relative;
  font-size: 16px;
  min-height: 100%; }
  @media (min-width: 1092px) {
    body.About, body.Contact {
      background: #fff;
      background: linear-gradient(to right, #fff, #fff 80%, #e8e8e8 80%, #e8e8e8); }
      body.About nav + .container, body.Contact nav + .container {
        min-height: calc(100vh - 190px); }
      body.About .home-page-first-row, body.Contact .home-page-first-row {
        margin: 0; }
      body.About .-bg-shade, body.Contact .-bg-shade {
        padding-top: 180px;
        padding-bottom: 50px;
        background: #fff;
        background: linear-gradient(to right, #fff, #fff calc(66.66666% + 15px), #e8e8e8 calc(66.66666% + 15px), #e8e8e8);
        min-height: calc(100vh - 140px);
        margin-bottom: -140px; } }
  @media (min-width: 768px) {
    body > .container > .row {
      height: 100% !important; } }
  @media (min-width: 768px) {
    body > .container {
      min-height: calc(100% - 145px) !important; } }

a {
  color: #375390;
  cursor: pointer;
  transition: 0.2s; }
  a:active, a:hover, a:focus {
    outline: 0;
    color: #FB9945 !important;
    text-decoration: none; }
  a i.fa-caret-right, a i.fa-caret-down {
    font-size: 15px;
    padding-right: 5px; }

h1 {
  font-size: 34px; }
  @media (max-width: 767px) {
    h1 {
      font-size: 38px !important; } }

h2, h3 {
  font-size: 24px; }

h1, h2, h3, h4 {
  color: #375390 !important;
  font-family: "Work Sans", sans-serif;
  font-weight: lighter; }
  @media (min-width: 359px) and (max-width: 375px) {
    h1, h2, h3, h4 {
      color: #375390 !important;
      font-family: "Work Sans", sans-serif;
      font-weight: lighter; } }

label:hover:before {
  background-color: #b7e0f9; }

figure img {
  max-width: 100%; }

ul {
  padding: 0; }
  ul li {
    list-style-type: none; }

.panel-group ul {
  padding-left: 20px; }
  .panel-group ul li {
    list-style-type: disc; }

.container {
  margin-bottom: 0px; }

/* Forms */
form input,
form textarea {
  background-color: #e8e8e8 !important;
  border-left: 0px !important;
  border-radius: 0px !important; }

.form-container {
  padding-top: 25px; }

@media (max-width: 767px) {
  .form-control {
    width: 100% !important; } }

form label {
  border: solid 1px #d6d6d6;
  border-radius: 0px !important;
  color: #7d7d7d;
  font-size: 14px;
  font-weight: normal;
  height: 34px !important;
  line-height: 30px; }
  @media (max-width: 767px) {
    form label {
      border-bottom: 0 !important;
      margin: 0;
      width: 100% !important; } }

form .contact-error-message + .form-container .form-control {
  border: 1px solid rgba(214, 65, 65, 0.75) !important;
  color: #fff;
  box-shadow: 0px 0px 6px rgba(214, 65, 65, 0.75) !important; }

form .contact-success-message {
  border-left: 5px solid #74DF00;
  padding: 15px; }
  form .contact-success-message + .form-container {
    display: none; }

input,
textarea {
  border: none !important;
  box-shadow: none !important;
  outline: none; }

/*
    Lists
    About / Contact
*/
.list-container h3, .vertical-list li {
  border-bottom: 2px solid #dbdbdb;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-top: 10px; }

.list-container h3 {
  border-left: 3px solid #152f63;
  font-size: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500; }

.vertical-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .vertical-list li {
    border-left: 3px solid #375390; }
    .vertical-list li:hover {
      border-left: 3px solid #FB9945; }
      .vertical-list li:hover a {
        color: #FB9945; }
    .vertical-list li:last-child {
      border-bottom: 0; }
    .vertical-list li a {
      color: #3e3e3e; }
      .vertical-list li a:hover {
        color: #FB9945; }

.contact-map {
  width: 100%;
  height: auto;
  max-width: 500px; }
  @media (min-width: 1092px) {
    .contact-map {
      height: 158px; } }
  @media (min-width: 1200px) {
    .contact-map {
      height: 200px !important; } }

@media (max-width: 767px) {
  .contact-image {
    margin-top: 10px; } }

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"] + label {
  margin-bottom: 8px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 29px;
  cursor: pointer; }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 2px solid black;
  border-radius: 2px; }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 5px;
  left: 2px;
  font-size: 17px;
  line-height: 0.8;
  color: #2BA2EC; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
  transition: 0.2s; }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
  transition: 0.2s; }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:disabled + label {
  color: #aaa; }

/* Base or Recurring Elements / Forms */
/* Buttons */
.navbar-toggle,
.navbar-toggle:focus,
.navbar-toggle:active,
.btn:focus,
.btn:active {
  outline: none !important; }

.btn-main {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 100%;
  background-color: #2BA2EC;
  padding-right: 10px;
  padding-left: 10px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  cursor: pointer; }
  .btn-main span {
    position: relative;
    color: white;
    font-size: 16px;
    line-height: 27px;
    padding-right: 5px;
    vertical-align: text-bottom;
    z-index: 1; }
  .btn-main i {
    position: relative;
    color: white;
    font-size: 24px;
    z-index: 1;
    transition: 0.5s; }
  .btn-main:hover i {
    margin-right: -4px;
    margin-left: 4px; }
  .btn-main:focus {
    outline: 0; }
  @media (min-width: 768px) {
    .btn-main {
      width: auto; } }
  .btn-main .design-squares {
    bottom: 0;
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 30px;
    z-index: 0; }
    .btn-main .design-squares .design-squares-inside {
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid #5ca9d9;
      height: 30px;
      left: 0;
      position: absolute;
      top: 0;
      width: 30px; }
      .btn-main .design-squares .design-squares-inside:before {
        border-bottom: 15px solid #189aea;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        content: "";
        left: -15px;
        position: absolute;
        top: 0; }
      .btn-main .design-squares .design-squares-inside:after {
        border-bottom: 15px solid transparent;
        border-right: 15px solid #4ea0d3;
        border-top: 15px solid transparent;
        content: "";
        left: 0;
        position: absolute;
        top: -15px; }

.btn-main-alt {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 100%;
  background-color: #efefef;
  padding-right: 10px;
  padding-left: 10px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  cursor: pointer; }
  .btn-main-alt span {
    position: relative;
    color: white;
    font-size: 16px;
    line-height: 27px;
    padding-right: 5px;
    vertical-align: text-bottom;
    z-index: 1; }
  .btn-main-alt i {
    position: relative;
    color: white;
    font-size: 24px;
    z-index: 1;
    transition: 0.5s; }
  .btn-main-alt:hover i {
    margin-right: -4px;
    margin-left: 4px; }
  .btn-main-alt:focus {
    outline: 0; }
  @media (min-width: 768px) {
    .btn-main-alt {
      width: auto; } }
  .btn-main-alt .design-squares {
    bottom: 0;
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 30px;
    z-index: 0; }
    .btn-main-alt .design-squares .design-squares-inside {
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid #fefefe;
      height: 30px;
      left: 0;
      position: absolute;
      top: 0;
      width: 30px; }
      .btn-main-alt .design-squares .design-squares-inside:before {
        border-bottom: 15px solid #e5e5e5;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        content: "";
        left: -15px;
        position: absolute;
        top: 0; }
      .btn-main-alt .design-squares .design-squares-inside:after {
        border-bottom: 15px solid transparent;
        border-right: 15px solid #f4f4f4;
        border-top: 15px solid transparent;
        content: "";
        left: 0;
        position: absolute;
        top: -15px; }

.btn-secondary {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 100%;
  background-color: transparent;
  border: 2px solid #CCC;
  border-radius: 0px;
  box-shadow: none;
  margin-top: 10px;
  padding: 0px;
  padding-right: 10px;
  padding-left: 10px;
  cursor: pointer; }
  .btn-secondary span {
    position: relative;
    top: -3px;
    color: #2BA2EC;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 30px; }
  .btn-secondary i {
    transition: 0.5s;
    position: relative;
    top: -10px;
    left: 5px;
    color: white;
    font-size: 24px;
    vertical-align: middle;
    margin-top: -4px;
    z-index: 10; }
  .btn-secondary:hover i {
    margin-right: -8px;
    margin-left: 8px; }
  .btn-secondary:focus {
    outline: 0; }
  @media (min-width: 768px) {
    .btn-secondary {
      width: auto;
      margin: 0px; } }

.btn-square-alt {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 100%;
  background-color: #8e8e8e;
  padding-right: 10px;
  padding-left: 10px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  cursor: pointer; }
  .btn-square-alt span {
    position: relative;
    color: white;
    font-size: 16px;
    line-height: 27px;
    padding-right: 5px;
    vertical-align: text-bottom;
    z-index: 1; }
  .btn-square-alt i {
    position: relative;
    color: white;
    font-size: 24px;
    z-index: 1;
    transition: 0.5s; }
  .btn-square-alt:hover i {
    margin-right: -4px;
    margin-left: 4px; }
  .btn-square-alt:focus {
    outline: 0; }
  @media (min-width: 768px) {
    .btn-square-alt {
      width: auto; } }
  .btn-square-alt .design-squares {
    bottom: 0;
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 30px;
    z-index: 0; }
    .btn-square-alt .design-squares .design-squares-inside {
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid #9d9d9d;
      height: 30px;
      left: 0;
      position: absolute;
      top: 0;
      width: 30px; }
      .btn-square-alt .design-squares .design-squares-inside:before {
        border-bottom: 15px solid #848484;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        content: "";
        left: -15px;
        position: absolute;
        top: 0; }
      .btn-square-alt .design-squares .design-squares-inside:after {
        border-bottom: 15px solid transparent;
        border-right: 15px solid #939393;
        border-top: 15px solid transparent;
        content: "";
        left: 0;
        position: absolute;
        top: -15px; }

.btn-controls.row {
  margin: 0; }

.btn-controls > button {
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .btn-controls {
    margin-bottom: 0px; } }

.btn-find-out-more {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 100%;
  background-color: #2BA2EC;
  padding-right: 10px;
  padding-left: 10px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  cursor: pointer;
  width: 165px; }
  .btn-find-out-more span {
    position: relative;
    color: white;
    font-size: 16px;
    line-height: 27px;
    padding-right: 5px;
    vertical-align: text-bottom;
    z-index: 1; }
  .btn-find-out-more i {
    position: relative;
    color: white;
    font-size: 24px;
    z-index: 1;
    transition: 0.5s; }
  .btn-find-out-more:hover i {
    margin-right: -4px;
    margin-left: 4px; }
  .btn-find-out-more:focus {
    outline: 0; }
  @media (min-width: 768px) {
    .btn-find-out-more {
      width: auto; } }
  .btn-find-out-more .design-squares {
    bottom: 0;
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 30px;
    z-index: 0; }
    .btn-find-out-more .design-squares .design-squares-inside {
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid #5ca9d9;
      height: 30px;
      left: 0;
      position: absolute;
      top: 0;
      width: 30px; }
      .btn-find-out-more .design-squares .design-squares-inside:before {
        border-bottom: 15px solid #189aea;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        content: "";
        left: -15px;
        position: absolute;
        top: 0; }
      .btn-find-out-more .design-squares .design-squares-inside:after {
        border-bottom: 15px solid transparent;
        border-right: 15px solid #4ea0d3;
        border-top: 15px solid transparent;
        content: "";
        left: 0;
        position: absolute;
        top: -15px; }
  .btn-find-out-more span {
    font-weight: 500;
    padding-right: 0px; }
    @media (min-width: 1092px) {
      .btn-find-out-more span {
        position: absolute;
        top: 0px;
        left: 0px;
        margin-left: 10px;
        margin-right: 10px;
        z-index: 9; } }
  @media (max-width: 767px) {
    .btn-find-out-more {
      width: 100%; } }

a.disabled {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 100%;
  background-color: #CCC;
  padding-right: 10px;
  padding-left: 10px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  pointer-events: none;
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none; }
  a.disabled span {
    position: relative;
    color: white;
    font-size: 16px;
    line-height: 27px;
    padding-right: 5px;
    vertical-align: text-bottom;
    z-index: 1; }
  a.disabled i {
    position: relative;
    color: white;
    font-size: 24px;
    z-index: 1;
    transition: 0.5s; }
  a.disabled:hover i {
    margin-right: -4px;
    margin-left: 4px; }
  a.disabled:focus {
    outline: 0; }
  @media (min-width: 768px) {
    a.disabled {
      width: auto; } }
  a.disabled .design-squares {
    bottom: 0;
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 30px;
    z-index: 0; }
    a.disabled .design-squares .design-squares-inside {
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid #dbdbdb;
      height: 30px;
      left: 0;
      position: absolute;
      top: 0;
      width: 30px; }
      a.disabled .design-squares .design-squares-inside:before {
        border-bottom: 15px solid #c2c2c2;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        content: "";
        left: -15px;
        position: absolute;
        top: 0; }
      a.disabled .design-squares .design-squares-inside:after {
        border-bottom: 15px solid transparent;
        border-right: 15px solid #d1d1d1;
        border-top: 15px solid transparent;
        content: "";
        left: 0;
        position: absolute;
        top: -15px; }

.search-controls {
  padding-top: 10px;
  background-color: #e8e8e8; }

/* Buttons */
/* Header / Footer */
nav {
  /*position: fixed;*/
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px !important;
  z-index: 100; }
  @media (min-width: 768px) {
    nav {
      border-top: 5px solid #2BA2EC; } }
  nav .header-top-logo {
    display: inline-block;
    height: 130px;
    position: absolute;
    width: 270px;
    background-color: #102247;
    background-image: url("https://assets.chambers.com/logo/chambers_white_210x62.png");
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    z-index: 99999 !important; }
    @media (min-width: 1092px) {
      nav .header-top-logo {
        background-size: auto auto; } }
    nav .header-top-logo span {
      position: relative;
      top: 65%;
      color: #fafcff;
      font-size: 13px;
      font-weight: 200; }
      @media (max-width: 767px) {
        nav .header-top-logo span {
          font-size: 11px; } }
    @media (min-width: 1092px) {
      nav .header-top-logo:before {
        border-top: 28px solid #102247;
        border-left: 135px solid transparent;
        border-right: 135px solid transparent;
        content: "";
        height: 0;
        left: 0;
        position: absolute;
        top: 129px;
        width: 0; } }
    nav .header-top-logo:hover, nav .header-top-logo:focus {
      background-color: #102247 !important; }
    @media (max-width: 1092px) {
      nav .header-top-logo {
        display: inline-block;
        height: 65px;
        position: absolute;
        width: 200px;
        background-color: #102247;
        background-image: url("https://assets.chambers.com/logo/chambers_white_210x62.png");
        background-position: center;
        background-size: 80%;
        background-repeat: no-repeat;
        z-index: 99999 !important;
        left: 0; } }
  @media (max-width: 1092px) and (min-width: 1092px) {
    nav .header-top-logo {
      background-size: auto auto; } }
    @media (max-width: 1092px) {
        nav .header-top-logo span {
          position: relative;
          top: 65%;
          color: #fafcff;
          font-size: 13px;
          font-weight: 200; } }
    @media (max-width: 1092px) and (max-width: 767px) {
      nav .header-top-logo span {
        font-size: 11px; } }
  @media (max-width: 1092px) and (min-width: 1092px) {
    nav .header-top-logo:before {
      border-top: 28px solid #102247;
      border-left: 100px solid transparent;
      border-right: 100px solid transparent;
      content: "";
      height: 0;
      left: 0;
      position: absolute;
      top: 64px;
      width: 0; } }
    @media (max-width: 1092px) {
        nav .header-top-logo:hover, nav .header-top-logo:focus {
          background-color: #102247 !important; } }
  nav .container {
    margin-bottom: 0; }
  nav .nav__top, nav .nav__btm {
    height: 65px; }
  nav .nav__top {
    background-color: #193978; }
    nav .nav__top a {
      line-height: 65px;
      color: #fff;
      margin-right: 15px; }
      @media (max-width: 767px) {
        nav .nav__top a {
          display: none; } }
    nav .nav__top .navbar-toggle {
      border-color: #ddd;
      margin: 0;
      margin-top: 15px; }
      nav .nav__top .navbar-toggle .icon-bar {
        background-color: #ccc; }
  nav .nav__btm {
    background-color: #152f63; }
    @media (max-width: 1092px) {
      nav .nav__btm {
        background-color: transparent;
        height: 0px; } }
    nav .nav__btm .caret {
      border-top-color: #ff8924;
      border-bottom-color: #ff8924; }
    nav .nav__btm .navbar-collapse {
      border: 0 !important; }
      @media (max-width: 1092px) {
        nav .nav__btm .navbar-collapse {
          margin-top: -52px;
          padding-top: 52px;
          width: 100%;
          position: absolute;
          left: 0;
          background-color: #152f63;
          z-index: 101; } }
      @media (min-width: 1092px) {
        nav .nav__btm .navbar-collapse .navbar-nav {
          float: left;
          margin-left: 270px;
          position: absolute; } }
      @media (min-width: 1092px) {
        nav .nav__btm .navbar-collapse .navbar-nav {
          float: none;
          /*margin-left: 24.50%;*/ } }
      nav .nav__btm .navbar-collapse .navbar-nav .sub-menu {
        padding: 0px 15px;
        outline: 0;
        background: none;
        color: #fff;
        border: 0;
        line-height: 62px;
        text-transform: uppercase;
        width: 100%;
        text-align: left; }
      @media (max-width: 1092px) {
        nav .nav__btm .navbar-collapse .navbar-nav {
          margin: 0;
          margin-top: 0px;
          width: 100%; } }
      nav .nav__btm .navbar-collapse > ul {
        list-style: none;
        padding-left: 0; }
        nav .nav__btm .navbar-collapse > ul .open .dropdown-menu {
          background-color: #1e438d; }
          nav .nav__btm .navbar-collapse > ul .open .dropdown-menu > li > a {
            color: #fff; }
        nav .nav__btm .navbar-collapse > ul > li {
          text-transform: uppercase; }
          nav .nav__btm .navbar-collapse > ul > li.selected, nav .nav__btm .navbar-collapse > ul > li:hover {
            border-bottom: 3px solid #ff8924 !important;
            color: #dadada !important; }
          nav .nav__btm .navbar-collapse > ul > li:last-child {
            padding-right: 0; }
          @media (min-width: 1092px) {
            nav .nav__btm .navbar-collapse > ul > li {
              padding: 0 10px; } }
          nav .nav__btm .navbar-collapse > ul > li > a {
            line-height: 62px;
            color: #FFF !important;
            padding: 0 15px; }
            @media (min-width: 1092px) and (max-width: 1199px) {
              nav .nav__btm .navbar-collapse > ul > li > a {
                padding: 0 0; } }
            nav .nav__btm .navbar-collapse > ul > li > a:hover, nav .nav__btm .navbar-collapse > ul > li > a:focus {
              background-color: transparent; }

@media (max-width: 767px) {
  .js-navmenu {
    position: relative;
    z-index: 101; } }

.jump-link {
  display: inline !important; }
  @media screen and (max-width: 483px) {
    .jump-link {
      display: none !important; } }

/* Footer */
.push {
  height: 50px; }

.footer-container {
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #efefef;
  text-align: center;
  z-index: 1030;
  background-color: #193978;
  border-top: 6px solid #2BA2EC; }
  .footer-container hr {
    background-color: #ffffff;
    margin: 10px 0 10px 0; }
  .footer-container a {
    color: white; }
    .footer-container a:hover {
      color: #ff8924; }
  .footer-container .footer-left {
    padding-top: 19px;
    color: #fff;
    text-align: center; }
    @media (min-width: 1200px) {
      .footer-container .footer-left {
        text-align: left; } }
    .footer-container .footer-left span {
      color: #fff;
      display: inline !important; }
  .footer-container .footer-right {
    padding-top: 19px; }
    .footer-container .footer-right a {
      margin: 20px; }
  .footer-container .disclaimer {
    color: #fff;
    font-size: 14px;
    padding-bottom: 30px;
    text-align: left; }

/* Header & Footer */
/**
 * Tooltip Styles
 */
/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer; }

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transform: translate3d(0, 0, 0);
  pointer-events: none; }

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #152f63;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2; }

/* Directions */
/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%; }

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: rgba(51, 51, 51, 0.9); }

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px; }

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  transform: translateY(-12px); }

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto; }

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: rgba(51, 51, 51, 0.9); }

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  transform: translateX(-12px); }

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%; }

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: rgba(51, 51, 51, 0.9); }

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  transform: translateY(12px); }

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%; }

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: rgba(51, 51, 51, 0.9); }

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  transform: translateX(12px); }

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px; }

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -22px; }

/* Tooltip styles */
/*
    General CSS Styles
*/
.-flip-x {
  transform: scalex(-1); }

.cookie-policy-container {
  margin-top: 30px; }

.ot-button-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 2rem; }
  @media (max-width: 767px) {
    .ot-button-container {
      -ms-flex-pack: start;
          justify-content: flex-start; } }

.ot-sdk-show-settings {
  color: #006ce0 !important;
  border-color: #006ce0 !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
  background-color: white !important; }

.-separator-right {
  position: relative; }
  .-separator-right:before {
    content: " ";
    width: 2px;
    height: 100%;
    background-color: #ededed;
    position: absolute;
    right: -15px; }

.-margin-r70 {
  margin-right: 70px; }
  @media (max-width: 767px) {
    .-margin-r70 {
      margin-right: 0px; } }

.display-heading {
  font-size: 48px !important; }

[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important; }

/*Utilities*/
.no-pad {
  padding: 0 !important; }

.no-bor {
  border: 0 !important; }

.no-mar {
  margin: 0 !important; }

.no-border-bot {
  border-bottom: 0 !important; }

.bold-seperator,
.seperator {
  background-color: #e8e8e8; }

.bold-seperator {
  height: 3px; }

.clear-separator {
  clear: both; }

.seperator {
  height: 1px; }

/*Country and Topic Page Styles Start*/
@media (min-width: 768px) {
  .country-page-row p {
    margin-bottom: 20px; } }

.country-page-row .choose-all {
  font-style: italic;
  text-decoration: underline; }

.country-page-row .choose-all-container {
  display: inline-block;
  margin-top: 5px; }

.country-page-row .choose-all-container,
.country-page-row #select-all-topics-label {
  font-style: italic;
  font-weight: 500; }

.country-page-row #select-all-topics-label {
  padding-left: 0px;
  padding-right: 29px; }
  .country-page-row #select-all-topics-label::before {
    top: 4px;
    right: 0;
    left: auto; }
  .country-page-row #select-all-topics-label:after {
    font-style: normal;
    top: 7px;
    right: 2px;
    left: auto; }

.country-page-row .comparison-tabs-hight {
  height: 42px !important; }

.country-page-row .country-tab-container {
  border-bottom: 8px solid #e8e8e8;
  margin-top: 0;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 15px;
  height: 47px; }
  .country-page-row .country-tab-container .nav-tabs {
    height: 50px;
    border: none; }
    .country-page-row .country-tab-container .nav-tabs > li {
      background-color: #eee;
      border-top: 2px solid #e8e8e8;
      border-right: 2px solid #e8e8e8;
      border-left: 2px solid #e8e8e8;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      margin: 0px; }
      .country-page-row .country-tab-container .nav-tabs > li > a {
        border: none;
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        margin-right: 0px;
        background-color: #eee;
        color: #777; }
      .country-page-row .country-tab-container .nav-tabs > li.active {
        background-color: white; }
        .country-page-row .country-tab-container .nav-tabs > li.active > a {
          position: relative;
          border: none;
          border-bottom: 8px solid #ff8924;
          padding-bottom: 2px;
          background-color: white;
          color: #375390 !important; }

@media screen and (min-width: 462px) {
  .choose-all-container {
    margin-top: 0px; } }

.topic-selected {
  font-size: 14px;
  color: #404040;
  margin-top: 10px;
  font-style: italic; }
  .topic-selected span {
    font-weight: 600; }

.topic-control {
  font-size: 12px;
  color: #404040; }
  .topic-control label {
    font-size: 14px; }

.linksNoShow .child-topic {
  display: none !important; }

.linksNoShow .sub-topic i {
  transform: rotate(0) !important; }

.guide-name {
  margin-top: 10px;
  color: black !important;
  font-size: 48px; }

.guide-image {
  /*float: right;*/
  height: 215px; }
  @media (max-width: 767px) {
    .guide-image {
      margin-left: auto !important;
      margin-right: auto !important;
      display: block;
      float: none; } }

.update-date-container {
  padding-left: 10px;
  font-size: 18px; }
  .update-date-container i,
  .update-date-container p {
    color: #818a91;
    margin: 0px; }
  .update-date-container i.glyphicon {
    top: 3px;
    padding-right: 3px;
    font-size: 16px; }

.Details {
  margin-left: -40px; }
  .Details ul {
    float: left;
    line-height: 200%; }
    .Details ul li {
      font-weight: bold;
      list-style-type: none; }

.writer {
  font-size: 13px; }
  .writer:empty {
    display: none; }

.Label {
  font-weight: normal !important;
  margin-left: 10px;
  color: #404040; }

.location-list_wrapper,
.topic-container_wrapper {
  position: relative; }

.location-list_wrapper:hover {
  background-color: #5897fb;
  color: white; }

.location-list-item:hover {
  color: white; }

/*Country and Topic Page Styles End*/
.nav-tabs,
.nav-pills {
  position: relative; }

/* enable absolute positioning */
.inner-addon {
  position: relative; }
  .inner-addon .glyphicon {
    position: absolute;
    top: 2px;
    margin-top: -9px;
    padding-right: 10px;
    padding-left: 10px;
    pointer-events: none;
    transform: translateY(22px); }
  .inner-addon .ionicons {
    position: absolute;
    top: 2px;
    margin-top: -19px;
    padding-right: 13px;
    padding-left: 10px;
    pointer-events: none;
    transform: translateY(22px); }

/* align glyph */
.left-addon input {
  padding-left: 30px; }

.left-addon .glyphicon {
  left: 0px; }

.right-addon input {
  padding-right: 40px; }

.right-addon .glyphicon {
  right: 0px;
  color: #FB9945; }
  @media (max-width: 767px) {
    .right-addon .glyphicon {
      right: 5%; } }

.right-addon .ionicons {
  right: 0px;
  color: #2ba2ec; }

@media (max-width: 767px) {
  .right-addon .ionicons {
    right: 5%; } }

.h3-detail {
  font-weight: 500 !important;
  font-size: 20px !important;
  margin-bottom: 20px; }

.countryTabs .tabLi {
  border: 0;
  margin: 0px 15px 2px 0px !important; }
  .countryTabs .tabLi:after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ff8924; }

.countryTabs .dropdown .tabLi {
  margin: 0 !important;
  padding: 5px; }

.countryTabs .dropdown .dropdown-menu {
  padding: 0; }
  .countryTabs .dropdown .dropdown-menu > li:hover,
  .countryTabs .dropdown .dropdown-menu > li:focus {
    background-color: #FB9945; }
    .countryTabs .dropdown .dropdown-menu > li:hover a,
    .countryTabs .dropdown .dropdown-menu > li:focus a {
      color: #fff !important; }
  .countryTabs .dropdown .dropdown-menu > li > a:hover,
  .countryTabs .dropdown .dropdown-menu > li > a:focus {
    background-color: transparent !important;
    color: #fff;
    text-decoration: none;
    background-color: none; }

.tabA {
  padding-bottom: 7px;
  font-weight: 600 !important; }
  .tabA:hover {
    color: #375390 !important; }

.resultUpdated {
  margin: 0px; }
  @media (min-width: 1200px) {
    .resultUpdated {
      margin: 20px 0 10px; } }

.result-last-updated-container {
  background-color: #e8e8e8;
  color: #404040; }

.result-last-updated {
  margin: 8px 8px 8px 0px;
  font-weight: 600;
  color: #404040; }
  .result-last-updated.update-date-container {
    padding-left: 10px; }

.result-tab-container {
  border-bottom: 8px solid #e8e8e8;
  margin-top: 0;
  padding-top: 15px;
  padding-left: 0px;
  padding-right: 15px;
  height: 50px; }
  .result-tab-container .nav-tabs {
    height: 50px;
    border: none; }
    .result-tab-container .nav-tabs > li > a {
      border: none;
      font-size: 16px;
      color: #375390 !important; }
    .result-tab-container .nav-tabs > li.active > a {
      border: none;
      position: relative;
      border-bottom: 8px solid #ff8924; }

.result-right-box {
  padding: 5px 20px;
  background-color: #e8e8e8;
  overflow: hidden;
  min-height: 465px; }

.tab-content > div > h2 {
  font-weight: inherit !important; }

.tab-content button {
  display: block; }
  @media (min-width: 768px) {
    .tab-content button {
      float: right; } }
  @media (max-width: 767px) {
    .tab-content button {
      margin-top: 10px; } }

.tab-content div.contributor-container {
  margin-bottom: 25px;
  margin-top: 15px; }
  @media (min-width: 768px) {
    .tab-content div.contributor-container .contributors {
      padding-left: 0px; } }
  @media (min-width: 768px) {
    .tab-content div.contributor-container .expand-all-container {
      padding-right: 0px; } }

#accordion p {
  font-size: 18px; }

.panel-collapse {
  margin-left: 15px; }
  .panel-collapse .clean-html p,
  .panel-collapse .clean-html ul li,
  .panel-collapse .clean-html ol li {
    font-size: 18px; }

.accordion .panel-collapse {
  margin-left: 15px; }
  .accordion .panel-collapse .clean-html p,
  .accordion .panel-collapse .clean-html ul li,
  .accordion .panel-collapse .clean-html ol li {
    font-size: 18px; }

.accordion .clean-html p,
.accordion .clean-html ul li,
.accordion .clean-html ol li {
  font-size: 18px; }

.accordion h3 {
  font-size: 20px;
  margin-top: 0px; }

.accordion h4 {
  font-size: 18px; }

.accordion h4,
.accordion h3 {
  cursor: pointer;
  position: relative; }
  .accordion h4 > i.fa-caret-right,
  .accordion h3 > i.fa-caret-right {
    display: initial; }

.accordion h4.collapsed > i.fa-caret-down,
.accordion h4:not(.collapsed) > i.fa-caret-right,
.accordion h3.collapsed > i.fa-caret-down,
.accordion h3:not(.collapsed) > i.fa-caret-right {
  display: none; }

.panel-collapse.inner {
  padding-left: 20px; }
  .panel-collapse.inner ul {
    padding-left: 20px; }
    .panel-collapse.inner ul li {
      list-style-type: disc; }

.panel-title {
  font-weight: bold;
  margin-bottom: 10px; }

.search-location {
  border-radius: 0;
  border: 1px solid silver !important;
  height: 45px; }

.location-list,
.topic-container {
  margin: 15px 0 10px 0;
  max-height: 325px;
  overflow: auto; }

.home-dropdown-list {
  background-color: white;
  border: 1px solid gray;
  padding: 0px 0px 0px 5px;
  position: absolute;
  width: calc(100% - 30px);
  z-index: 100; }

.topic-container {
  max-height: 380px; }
  .topic-container .topic-list {
    padding-right: 10px; }

.location-list > div,
.topic-container > div,
.country-list > div {
  margin-bottom: 7px; }

.loading-container {
  height: 325px; }
  .loading-container figure {
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    .loading-container figure img {
      width: 25%;
      max-width: 100%; }

/*
    Styling for topic accordion checkbox
*/
div.main-topic + div.sub-topic {
  margin-left: 15px; }

div.main-topic label {
  margin-top: 15px; }

div.main-topic input + .sm-margin {
  display: none; }

.topic-check-list a b {
  text-transform: capitalize; }

.topic-check-list label.bold {
  font-weight: bold !important; }

.sub-topic > ul {
  padding: 0; }

.sub-topic i {
  transform: rotate(90deg); }
  @media (min-width: 768px) {
    .sub-topic i.open {
      transform: rotate(90deg); } }
  @media (min-width: 768px) {
    .sub-topic i {
      transform: rotate(0); } }

.child-topic {
  display: none; }
  .child-topic.open {
    display: block; }
  .child-topic ul {
    padding-left: 20px; }
  .child-topic ul.sub-links {
    padding-left: 60px; }
  .child-topic li {
    list-style-type: none; }

.about-title-container {
  margin-top: 50px; }

.home-image {
  margin: auto auto;
  max-width: none;
  margin-left: 0px;
  margin-top: 0px; }

/*home page styles start*/
@media (max-width: 991px) {
  .home-image {
    margin: 0 0;
    width: 60%;
    max-width: 500px;
    min-width: 240px; } }

.guide-list-main-container {
  height: 250px;
  overflow-y: auto; }

.guide-list-left {
  float: left;
  height: 100%;
  margin-right: 10px;
  vertical-align: top; }
  .guide-list-left + div span {
    font-size: 11px; }

.guide-list-seperator {
  color: #375390;
  font-weight: bold;
  font-size: 18px; }

.guide-list-link-container .guide-list-link {
  color: #404040;
  font-weight: 500;
  font-size: 18px; }

.guide-list-link-container span {
  margin-left: 0px; }

.home-page-row {
  margin-bottom: 40px;
  padding-left: 15px; }

.topic-page-back-button {
  margin-top: 50px;
  margin-left: 20px;
  font-size: 18px; }

.home-page-first-row {
  margin-top: 45px;
  margin-bottom: 10px; }

.home-page-contributors-row {
  margin-bottom: 50px; }

@media (min-width: 768px) {
  .home-page-first-row {
    margin-top: 45px; }
  .vertical-list .home-page-first-row {
    margin-top: 0px; } }

/* Quick Test */
.sub-topic > ul > li {
  list-style: none;
  width: 24.5%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px; }

@media (min-width: 767px) and (max-width: 991px) {
  .sub-topic > ul > li {
    width: 49.5%; } }

@media (max-width: 767px) {
  .sub-topic > ul > li {
    width: 100%;
    display: block; } }

.sub-topic label.Label {
  margin-left: 15px; }

.sub-topic div.sub-topic-header label.Label {
  margin-left: 35px; }

.sub-topic i {
  padding: 20px;
  position: absolute;
  top: -18px;
  left: 0;
  font-size: 18px; }

.sub-topic i + b {
  margin-left: 50px;
  float: left; }

.sub-topic-title {
  margin-left: 50px;
  float: left; }

.relative {
  position: relative; }

.error-msg .msg {
  padding: 10px;
  border-left: 3px solid #ff8924; }

.error-msg .msg h3 {
  margin: 0;
  font-size: 20px; }

.error-msg .msg i {
  color: #fb9945; }

.tab-pane {
  margin-top: 20px; }

.tab-pane h2:not(:first-child) {
  margin-top: 40px !important; }

/* General CSS styles */
.home-update {
  top: 40px;
  min-width: 200px; }

.home-control {
  opacity: 1;
  border: 1px solid #adadad;
  padding: 0px;
  min-width: 280px;
  border-radius: 0px;
  height: 40px;
  text-align: center;
  text-align: -webkit-center; }

/*home page styles end*/
.columns {
  column-count: 2; }

.columns .column a {
  display: inline-block;
  margin-bottom: 7px; }

.columns div.column {
  margin-bottom: 0;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  height: 100%; }

.columns div.column > div {
  position: relative; }

@media (min-width: 768px) {
  .columns {
    column-count: 4; }
  .columns.three {
    column-count: 3; } }

.columnsTwo {
  column-count: 1; }

.columnsTwo .columnsFive .columnsFour .column {
  padding-bottom: 20px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid; }

@media screen and (min-width: 515px) {
  .columnsTwo {
    column-count: 2;
    padding: 0; } }

@media screen and (min-width: 515px) {
  .columnsFive {
    column-count: 5;
    padding: 0; } }

@media screen and (min-width: 515px) {
  .columnsFour {
    column-count: 4;
    padding: 0; } }

.link {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  padding: 0;
  margin: 5px 0px;
  font-weight: bold; }

hyperlink {
  display: none; }

.select-all-btn {
  margin-left: 25px; }

.topic-unavailable {
  color: #ccc; }

@media (min-width: 1200px) {
  .chambers-books-image {
    top: 40px; } }

@media (min-width: 992px) {
  .chambers-books-image {
    padding-left: 0px; } }

@media (min-width: 991px) and (max-width: 1199px) {
  .chambers-books-image {
    top: 90px; } }

.chambers-books-description {
  font-size: 18px; }

@media (min-width: 1200px) {
  .chambers-books-description {
    margin-left: 36px !important;
    margin-right: 60px !important; } }

@media (min-width: 991px) and (max-width: 1199px) {
  .chambers-books-description {
    margin-left: 36px !important; } }

.home-page-description {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.28;
  text-align: left;
  color: #333333;
  min-height: 100px;
  margin-top: 10px; }

@media (max-width: 1024px) {
  .home-page-description {
    min-height: auto; } }

.home-page-row {
  font-size: 18px;
  opacity: 0.2; }

.hide-div-overflow {
  max-height: 8em;
  overflow: hidden;
  position: relative; }

.hide-div-overflow:before {
  content: "";
  width: 100%;
  height: 3em;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(transparent 1px, white); }

.compareChapter {
  padding: 0;
  padding-left: 1px; }

.compareChapter li {
  list-style-type: none;
  font-size: 34px; }

.business-card {
  position: relative;
  border: 1px solid black; }

.business-card .business-address {
  overflow: hidden; }

.business-card .business-address h5 {
  font-size: 17px;
  font-weight: 700; }

.author-img {
  padding: 5px 15px 10px 0; }

.author-details-img {
  padding: 5px 30px 10px 0; }

.dropdown .dropdown-scroll .dropdown-menu {
  max-height: 200px;
  width: 60px;
  overflow: auto; }

.search-control {
  padding: 5px 10px; }

.jurisdiction-search-topic {
  margin: 15px 0 10px 0;
  max-height: 200px;
  overflow: auto;
  background-color: whitesmoke;
  opacity: 1; }

.jurisdiction-search-container {
  padding: 10px;
  background-color: #e8e8e8;
  overflow: hidden;
  min-height: 100px; }

.author-index-container {
  margin-top: 0px;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.author-index-letter {
  font-size: 25px;
  margin-left: 5px;
  margin-right: 5px; }

.author-anchor-letter {
  font-size: 30px;
  display: block; }

.authors-group {
  padding-bottom: 20px; }

.practice-area-guide-list-container {
  margin-bottom: 10px;
  overflow: auto;
  height: 100%; }

.author-description {
  margin-top: 64px; }

.author-name {
  font-size: 34px;
  font-weight: 300;
  color: #375390;
  margin-bottom: 11px; }

.author-bolder-name {
  font-weight: 500; }

.default-font-weight {
  font-weight: 500; }

.author-context-description {
  font-size: 18px;
  text-align: left;
  color: #333333; }

.authors-title {
  display: block;
  margin-top: 0px; }

.authors-wrapper {
  margin-top: 20px; }

.author-container {
  margin-top: 10px;
  float: left;
  margin-right: 20px; }

.author-guide-image {
  object-fit: cover;
  float: left;
  height: 180px;
  position: relative;
  /* where the next element will be automatically positioned */
  display: inline-block;
  /* causes element width to shrink to fit content */
  left: 50%;
  /* moves left side of image/element to center of parent element */
  transform: translate(-50%); }

.author-guide-image-container {
  padding: 0px;
  float: left;
  width: 135px;
  height: 180px;
  overflow: hidden; }

.author-photo {
  padding: 0px;
  float: left;
  width: 90px;
  max-width: 90px;
  height: auto;
  overflow: hidden; }

.author-photo-container {
  margin: 5px;
  padding: 0px;
  float: left;
  width: 90px;
  max-width: 90px;
  height: 90px;
  overflow: hidden; }

.author-name-guide-reference {
  display: block;
  max-width: 135px;
  text-align: center;
  min-height: 230px; }

.contributions-title {
  font-size: 24px;
  text-align: left;
  color: #375390;
  margin-bottom: 20px; }

.contributor-chambers-firm-button {
  margin-top: 20px;
  font-size: 16px;
  color: white;
  width: 222px !important; }

.contributor-chambers-button {
  margin-top: 20px;
  width: 200px !important;
  font-size: 16px;
  color: white; }

.contributor-firm-name,
.color-black {
  color: black !important; }

.contributions-item {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #375390; }

.adjust-subtopic {
  margin-left: -20px; }

.inactive-title {
  color: black; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.padding-left {
  padding-left: 10px; }

.margin-left-15 {
  margin-left: 12px; }

.margin-top-minus5 {
  margin-top: -5px; }

/*new homepage design */
.full-width {
  width: 100%; }

.v3center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

.position-relative {
  position: relative; }

.v2center {
  position: relative;
  top: 54px; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.homepage-img {
  background: url("/Images/homepage-image.png") no-repeat center 0;
  height: 463px;
  background-size: cover; }

@media (min-width: 992px) {
  .homepage-img {
    height: 463px; } }

@media (max-width: 992px) {
  .homepage-img {
    height: 700px; } }

.gpg-home-row-1 {
  height: 463px;
  padding: 0px;
  margin: 0px; }

.gpg-title {
  width: -webkit-fit-content;
  width: fit-content;
  display: table;
  margin-left: 50px;
  margin-top: 23px; }

.gpg-home-title {
  font-size: 51px;
  font-weight: 500;
  color: #375390;
  letter-spacing: -0.5px;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 5px; }

.gpg-home-subtitle {
  margin-left: auto;
  margin-left: auto;
  font-size: 30px;
  font-weight: 500;
  color: #375390;
  text-align: center;
  padding: 0px 40px; }

.gpg-home-search {
  height: 154px;
  background-color: rgba(3, 9, 12, 0.34);
  z-index: 100;
  margin-top: -154px; }

@media (min-width: 992px) {
  .gpg-home-search {
    height: 154px;
    margin-top: -154px; } }

@media (max-width: 992px) {
  .gpg-home-search {
    height: 270px;
    margin-top: -270px; } }

.gpg-heading-1 {
  font-size: 34px;
  font-weight: 300;
  text-align: left;
  color: #333333;
  display: block; }

.gpg-heading-2 {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  color: #375390;
  display: block; }

.gpg-updated-date {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #999999; }

.gpg-info-button {
  width: 200px;
  height: 35px;
  border-width: 0px;
  border-radius: 1px;
  background-color: #2ba2ec;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 9px;
  position: relative;
  bottom: 0px; }

.gpg-info-button.on:after {
  content: "Show less"; }

.author-square-button {
  float: left;
  width: 200px;
  height: 30px;
  border-width: 0px;
  border-radius: 1px;
  background-color: #2ba2ec;
  font-size: 16px;
  text-align: left;
  color: #ffffff; }

.gpg-margin-top-15 {
  margin-top: 15px; }

.chevron-adjust {
  margin-top: 4px;
  margin-right: 9px; }

.gpg-description-top-margin {
  margin-top: 56px; }

.gpg-margin-bottom-15 {
  margin-bottom: 15px; }

.opacity-1 {
  opacity: 1; }

.gpg-search-icon {
  font-size: 36px;
  color: #2ba2ec; }

.gpg-pading-top-20 {
  padding-top: 20px; }

.gpg-pading-bottom-15 {
  padding-bottom: 15px; }

.gpg-left-description-bottom-margin {
  margin-bottom: 56px; }

.gpg-right-description-bottom-margin {
  margin-bottom: 56px; }

.gpg-margin-right-20 {
  margin-right: 20px; }

.gpg-margin-bottom-20 {
  margin-bottom: 10px; }

.-remove-padding-noimportant {
  padding: 0px; }

-remove-margin-noimportant {
  margin: 0px; }

.gpg-latest-publication-left {
  padding-left: 15px; }

.float-left {
  float: left; }

/*Global Practice Guides*/
.global-practice-guides-title {
  margin-top: 67px;
  margin-left: 15px;
  margin-bottom: 49px;
  font-size: 34px;
  font-weight: 500;
  text-align: left;
  color: #375390; }

.practice-area-image {
  width: 50px;
  height: 65px; }

.title-container {
  overflow: hidden;
  height: 100%; }

.gpg-practice-area .guide-list-link {
  letter-spacing: 0.2px; }

.gpg-practice-area .guide-list-link-container span {
  letter-spacing: 0.2px;
  font-size: 11px;
  letter-spacing: 0.2px;
  text-align: left;
  color: #333333; }

/*end practice guide */
/*home page/ main menu*/
.navbar-nav:hover {
  background-color: #152f63;
  z-index: 100;
  opacity: 1;
  overflow: visible !important;
  height: auto; }

.latest-publication-guideimage {
  float: left;
  padding-right: 25px;
  margin-bottom: 40px; }

/*end home page/ main menu*/
/*jurisdictions*/
.jurisdiction-img {
  background: url("/Images/world.png") no-repeat center 0;
  height: 100%;
  width: 100%;
  background-size: cover; }

.jurisdiction-locations {
  margin-top: 10px; }

.jurisdictions-title {
  display: block;
  margin-top: 68px;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-align: left;
  color: #375390; }

.jurisdiction-title {
  margin-left: 0px;
  font-weight: bold; }

.jurisdiction-list-link-container .jurisdiction-list-link {
  color: #404040;
  font-weight: 500;
  font-size: 18px;
  display: block; }

.jurisdiction-list-link {
  margin-left: 10px;
  margin-top: 7px;
  margin-bottom: 0px; }

.jurisdiction-icon {
  margin-left: 10px; }

.jurisdiction-doing-business {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px; }

.jurisdiction-guide {
  margin: 0px;
  padding: 0px;
  padding-top: 0px;
  font-weight: bold; }

.jurisdiction-guide-editorial {
  margin: 0px;
  margin-bottom: 5px;
  line-height: 1;
  padding: 0px;
  font-weight: bold; }

.font-family-jurisdiction {
  font-family: "Comic Sans MS";
  font-weight: bold; }

.normal-black-text {
  font-weight: normal;
  color: black; }

/*end jurisidictions*/
/*contributors */
.authors-group .guide-list-link {
  margin-top: 5px; }

.content-bottom-padding {
  padding-bottom: 50px; }

/*topics page with countries*/
.contributor-company {
  margin-top: 30px; }

.contributor-company-name {
  margin-top: 40px; }

.topic-authors {
  float: left; }

.topic-authors .tab-pane {
  position: absolute; }

.col-xs-visible {
  display: none; }

.col-sm-visible {
  display: none; }

.col-md-visible {
  display: block; }

.col-lg-visible {
  display: block; }

.compare .result-right-box {
  margin-top: 20px; }

.home .location-list:hover {
  cursor: pointer; }

.location-list .selected {
  background-color: #5897fb;
  color: white; }

.margin-left-minus-5 {
  margin-left: -5px; }

.btn-download {
  width: 170px;
  display: none; }

.hide {
  display: none; }

.bold-text {
  font-weight: bold; }

[aria-expanded="false"] .collapse-opened,
[aria-expanded="true"] .collapse-closed {
  display: none; }

.topic-authors .business-card {
  width: 100%;
  margin-left: 0px; }

.topic-authors .business-address {
  width: 100%; }

.topic-introduction ul {
  padding-left: 20px; }
  .topic-introduction ul li {
    list-style-type: disc; }

/*mobile*/
@media (max-width: 768px) {
  /*homepage i6 ui adjustments*/
  .td-title {
    margin-top: 32px; }
  .gpg-title {
    margin: 38px auto 0px auto; }
  .gpg-home-title {
    font-size: 32px; }
  .gpg-home-subtitle {
    font-size: 22px;
    padding: 0px; }
  .img-responsive.home-image {
    margin-top: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .gpg-description-top-margin {
    margin-top: 20px; }
  .gpg-left-description-bottom-margin {
    margin-bottom: 0px; }
  .gpg-right-description-bottom-margin {
    margin-bottom: 20px; }
  .latest-publication-guideimage {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px;
    width: 50%;
    float: none; }
  .gpg-latest-publication-left {
    margin-left: 0px;
    padding-left: 0px; }
  /*jursisdictions < 768*/
  .jurisdictions-title {
    font-size: 45px; }
  /*contributors < 768*/
  .author-index-container {
    margin: 20px 0; }
  .author-anchor-letter {
    margin-left: 15px; }
  .author-index-letter {
    font-size: 18px;
    font-weight: 700; }
  .topic-authors {
    max-height: -webkit-max-content;
    max-height: max-content; }
  .authors-title {
    margin-top: 15px; }
  .vertical-list .home-page-first-row {
    margin-top: 0px; } }

@media (min-width: 768px) and (max-width: 1092px) {
  /*media querry regions*/
  /*override hamburger shwitch on*/
  .navbar-toggle {
    display: block !important; }
  .navbar-nav > li {
    float: none; }
  .navbar-collapse {
    display: block !important;
    width: auto;
    border-top: 0;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: hidden !important;
    float: none; }
  .navbar-collapse.in {
    display: block !important;
    overflow-y: visible !important; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
  /*homepage iPad*/
  .gpg-description-top-margin {
    margin-top: 20px; }
  .gpg-left-description-bottom-margin {
    margin-bottom: 0px; }
  .gpg-right-description-bottom-margin {
    margin-bottom: 20px; }
  .latest-publication-guideimage {
    margin-bottom: 10px; } }

/*navbar-nav switch to dektop mode at 1092px*/
@media (min-width: 1092px) {
  .navbar-toggle {
    display: none; }
  .navbar-nav {
    display: block !important;
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

/*media queries for second line menu items*/
@media (min-width: 1092px) {
  .navbar-collapse.collapse {
    overflow: hidden !important; }
  .navbar-collapse.collapse:hover {
    overflow: visible !important; }
  .navbar-nav:hover .second-menu-line {
    display: block;
    overflow: visible !important; }
  .navbar-nav:focus .second-menu-line {
    display: block;
    overflow: visible !important; } }

@media (min-width: 1095px) {
  .navbar-nav .menu-contributions {
    display: block; } }

@media (min-width: 1195px) {
  .navbar-nav .menu-about {
    display: block; } }

@media (min-width: 1322px) {
  .navbar-nav .second-menu-line {
    display: block; } }

@media (max-width: 1024px) {
  .col-xs-visible {
    display: block; }
  .col-sm-visible {
    display: block; }
  .col-md-visible {
    display: none; }
  .col-lg-visible {
    display: none; } }

@media (min-width: 1024px) {
  .col-xs-visible {
    display: none; }
  .col-sm-visible {
    display: none; }
  .col-md-visible {
    display: block; }
  .col-lg-visible {
    display: block; } }

.chapter-container {
  border-bottom: 8px solid #e8e8e8;
  margin-top: 0;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 15px;
  height: 45px; }

.chapter-container .nav-tabs {
  height: 50px;
  border: none; }

.chapter-container .nav-tabs > li.active {
  background-color: white; }

.chapter-container .nav-tabs > li {
  background-color: #eee;
  border-top: 2px solid #e8e8e8;
  border-right: 2px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: 0px;
  padding-top: 3px; }

.chapter-container .nav-tabs > li.active > a {
  position: relative;
  border: none;
  border-bottom: 8px solid #ff8924;
  padding-bottom: 2px;
  background-color: white;
  color: #375390 !important; }

.chapter-container .nav-tabs > li > a {
  border: none;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  margin-right: 0px;
  background-color: #eee;
  color: #777; }

/* General CSS styles */
