/* 768px / 16px = 48em */
/* Extra Small Only */
/* Small Devices, Tablets */
/* Grooter as phone 414px 26em */
/* 768px / 16px = 48em */
/* Large */
/* Large */
/* Medium 453px; */
/* Extra Small Only */
/* Small Devices, Tablets */
/* waar on col begin kry */
/* Hero Text*/
/***************************
****************************
Reset
****************************
***************************/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

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

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

/* Change all elements to use border-box */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@font-face {
  font-family: 'Montserrat';
  src: url(../font/Montserrat-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url(../font/Montserrat-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

html {
  font-family: Montserrat, sans-serif, 'Trebuchet MS', 'Lucida Sans Unicode',  Verdana;
  color: #222222;
}

body {
  background-color: #E4E4E4;
}

a {
  text-decoration: none;
  color: #222222;
}

a:active {
  color: #222222;
}

a:visited {
  color: #222222;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/***************************
****************************
Base Styles
****************************
***************************/
/*Button Modules*/
.btn {
  /* display: inline-block; 
    vertical-align: middle; - dis net vir inline elements*/
  display: block;
  text-align: center;
  white-space: nowrap;
  background-image: none;
  margin: .5em !important;
  color: white;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  border: none;
  margin: 0em 1em 1em 1em;
  height: 60px;
  width: 285px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn:active {
  color: #e1e1eb;
}

.btn:visited {
  color: #e1e1eb;
}

.am {
  background-color: #7B1E1E;
}

.need {
  background-color: #FF6C00;
}

.btnMenu {
  cursor: pointer;
}

/***************************
****************************
Layout Styles
****************************
***************************/
/* Content Container max-width: 1170px; */
.container {
  padding-right: 1em;
  padding-left: 1em;
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
}

/***************************
****************************
HERO
****************************
***************************/
#BackgroundContainer {
  overflow: hidden;
}

#SlidingBackground {
  background-image: url("../images/hero-s.jpg");
  background-repeat: repeat-x;
  height: 100vh;
  background-size: cover;
  -webkit-animation: slide 1000s linear infinite;
          animation: slide 1000s linear infinite;
}

@media only screen and (min-width: 426px) {
  #SlidingBackground {
    background-image: url("../images/hero-m.jpg");
  }
}

@media only screen and (min-width: 1441px) {
  #SlidingBackground {
    background-image: url("../images/hero-l.jpg");
  }
}

@-webkit-keyframes slide {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -50000px center;
  }
}

@keyframes slide {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -50000px center;
  }
}

#mask {
  background-color: rgba(2, 1, 0, 0.5);
  width: 100%;
  height: 100%;
  height: 100vh;
  position: absolute;
}

#HeroText {
  color: #e1e1eb;
  position: relative;
  text-align: center;
  padding: .5em;
  padding-top: 10vh;
}

#HeroText h1 {
  margin: 0;
  font-weight: 700;
  font-size: 30pt;
}

@media only screen and (min-width: 768px) {
  #HeroText h1 {
    font-size: 72px;
  }
}

@media only screen and (min-width: 1000px) {
  #HeroText h1 {
    font-size: 110px;
  }
}

#HeroText p {
  margin: 1em;
  line-height: 1.5em;
  font-weight: 600;
  font-size: 1.5em;
}

@media only screen and (min-width: 1000px) {
  #HeroText p {
    font-size: 26px;
  }
}

#HeroText .lang select {
  margin-top: 1em;
  font-size: 1.5em;
  padding: .1em .5em;
  color: #e1e1eb;
  background: transparent;
  border: 1px solid #e1e1eb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#HeroText .lang select option {
  color: black;
}

.HeroBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5vh;
}

.HeroBtnRow2 {
  margin-top: 0;
}

/*********************************************** SIDE MENU ******************************************/
.sideMenu {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  overflow-y: auto;
  background-color: white;
  height: 100%;
  width: 100vw;
  max-width: 375px;
  z-index: 101;
}

.sideMenu select, .sideMenu input, .sideMenu .dropBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 285px;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 1em;
  padding: .3em .5em;
}

.sideMenu select:required:invalid {
  color: gray;
}

.sideMenu option[value=""][disabled] {
  display: none;
}

.sideMenu option {
  color: black;
}

.sideMenu button {
  margin-bottom: .5em !important;
}

.sideMenu .closeBtn {
  width: 30px;
  height: 30px;
  margin: 20px 20px 0px 20px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-color: white;
}

.sideMenu h1 {
  text-align: center;
  margin-top: -.3em;
  margin-bottom: 0;
  margin-left: .5em;
  margin-right: .5em;
  font-size: 2em;
  font-weight: 700;
}

.sideMenu h2 {
  text-align: center;
  margin-top: .2em;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
}

.sideMenu p, .sideMenu li {
  font-size: 1.2em;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: .5em;
  margin-bottom: .5em;
  color: #5E5A5A;
}

.sideMenu a {
  color: #7B1E1E;
}

.sideMenu .sidebtn a {
  color: white;
}

.sideMenu ul a {
  color: #5E5A5A;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.sideMenu ul a:hover {
  color: #7B1E1E;
}

.sideMenu .btn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.sideMenu .sidebtn:last-child {
  margin-bottom: 1em;
}

.sideMenu .sidebtn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: auto;
}

.sideMenuAm {
  left: -377px;
}

.sideMenuMore {
  left: -377px;
}

.sideMenuWeb {
  left: -377px;
}

.sideMenuNeed {
  left: -377px;
}

.sideMenuNeed h1 {
  font-size: 1.9em;
}

.sideMenuResearch {
  right: -377px;
}

.sideMenuContact {
  right: -377px;
}

#matterForm {
  margin-top: 1em;
}

.needSearch {
  margin-top: 1em !important;
}

.dropDown .dropBox {
  border: 2px solid #7B1E1E;
  cursor: pointer;
  width: auto;
  margin: .5em 1.5em .5em 1.5em;
}

.dropDown .dropOptions {
  display: none;
  margin-left: 1.5em;
}

.dropDown .dropOptions .option {
  cursor: pointer;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 1em;
}

.dropDown .dropOptions .sub {
  list-style-type: disc;
  font-size: .9em;
}

.dropDown .dropOptions .sub .suboption {
  font-size: 1em;
  font-weight: 400;
  list-style-position: outside;
  margin-left: 2em !important;
}

details {
  margin: 1em;
}

details summary {
  font-size: 1.1em;
  padding: .5em;
  border: 3px solid #7B1E1E;
}

details ul li a {
  font-size: .8em;
  color: #7B1E1E;
}

.innerBullet {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 2em;
}

.listHeading {
  font-weight: 600;
}

.sideMenuAd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
  margin-bottom: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sideMenuAd h1 {
  padding-bottom: .2em;
}

.sideMenuAd img {
  padding: .9em;
  border: 2px solid red;
}

.menuActs {
  margin: 1em;
  padding: .7em;
  border: solid 3px #7B1E1E;
}

/**************** color bar **********************/
#colorBar {
  background-color: #7B1E1E;
  height: 20px;
  width: 100%;
}

.oneAndTheSame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: white;
}

.oneAndTheSame .bannerHeader {
  padding-top: 4em;
  width: 18em;
  margin: 1em;
}

.oneAndTheSame .bannerHeader h1 {
  font-size: 1.8em;
  margin: 0;
}

.oneAndTheSame .same {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 5em;
}

.oneAndTheSame .same .one {
  background-image: url(../images/dot.svg);
  background-repeat: no-repeat;
  background-position: 0% 80%;
  padding-left: 1.5em;
  padding-top: .5em;
}

.oneAndTheSame .same .dotSelected {
  background-image: url(../images/dotSelected.svg);
}

.oneAndTheSame .same a {
  font-size: 2em;
  color: #7B1E1E;
}

@media only screen and (min-width: 900px) {
  .oneAndTheSame .same {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .oneAndTheSame .same .one:nth-child(2) {
    margin-left: 3em;
    margin-right: 3em;
  }
}

.sameSideMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.sameSideMenu a {
  font-size: 1.3em;
  color: #7B1E1E;
}

.sameSideMenu .oneSideMenu {
  background-image: url(../images/dot.svg);
  background-repeat: no-repeat;
  background-position: 0% 120%;
  padding-left: 1.5em;
  padding-top: .5em;
}

.sameSideMenu .oneSideMenu .smallDate {
  font-size: .8em;
}

.sameSideMenu .dotSelectedSideMenu {
  background-image: url(../images/dotSelected.svg);
}

/************BLUR************/
#blur {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blurOn {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(2, 1, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 100;
}

.blurOff {
  background-color: rgba(2, 1, 0, 0);
}

/********************************************** AD Banner *********************************************/
.bannerAd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.adContainer {
  margin: auto;
  margin-bottom: .5em;
  margin-top: 0.5em;
}

.adContainer img {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  width: 90vw;
}

.adContainer .adText {
  width: 90vw;
}

.adContainer .adText p {
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: .5em;
  margin-top: .5em;
}

/********************************************** AD Block *********************************************/
.block {
  margin: 1em;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
}

.block .blockAdHeaderContainer {
  background-color: white;
  width: 300px;
  height: 50px;
  border: 3px solid #FF6C00;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.block .blockAdHeaderContainer h4 {
  text-align: center;
  font-weight: 700;
  font-size: 1.3em;
  margin: auto;
  line-height: 45px;
}

.block .blockAdImgContainer {
  background-color: white;
  width: 300px;
  padding: 17px;
  margin-top: 10px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.block .blockAdImgContainer img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}

.blockAd > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

/******************************************** LINE **********************************************/
.line {
  width: 100%;
  height: 2px;
  background-color: #EEEEEE;
}

.line .red {
  background-color: #7B1E1E;
}

.line .Orange {
  background-color: #FF6C00;
}

.subLine {
  width: 60px;
  height: 2px;
}

footer .line {
  background-color: #4B4B4B;
}

/******************************************** Footer *******************************************/
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #222222;
  color: white;
}

@media only screen and (min-width: 1200px) {
  footer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

footer h3 {
  font-size: .9em;
  font-weight: 700;
  margin: 2em .5em .5em;
  text-transform: uppercase;
}

footer .line {
  width: 90%;
  height: 2px;
  background-color: #4B4B4B;
  margin-left: .5em;
}

footer .subLine {
  width: 60px;
  height: 2px;
  background-color: #FF6C00;
}

footer .column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer a {
  font-size: .9em;
  color: white;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

footer a:active {
  color: white;
}

footer a:visited {
  color: white;
}

footer a:hover {
  color: #7C7C7C;
}

footer .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer [class*='col'] {
  margin: 1em;
  -ms-flex-preferred-size: 80vw;
      flex-basis: 80vw;
}

@media only screen and (min-width: 500px) {
  footer [class*='col'] {
    -ms-flex-preferred-size: 40vw;
        flex-basis: 40vw;
  }
}

@media only screen and (min-width: 1000px) {
  footer [class*='col'] {
    -ms-flex-preferred-size: 20vw;
        flex-basis: 20vw;
  }
}

footer [class*='subCol'] {
  margin: .5em;
}

footer li {
  margin-bottom: .8em;
  margin-top: .5em;
}

footer #contact {
  margin: 1em 0 1em .5em;
}

footer #mandela {
  max-width: 200px;
  height: 170px;
  background: url("../images/nelson-mandela.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 1.5em;
  margin-left: .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

footer #mandela select {
  width: 100%;
  height: 2em;
}

footer #mandelaText {
  margin-left: .5em;
  font-size: .85em;
  font-weight: 400;
  line-height: 1.5em;
}

footer .contactContainer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/**************************************************  NAV ***************************************************/
nav #bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 40px;
  background-color: white;
  color: #999999;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

nav #bar a {
  font-size: .9em;
  color: #999999;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

nav #bar a:active {
  color: #999999;
}

nav #bar a:visited {
  color: #999999;
}

nav #bar a:hover {
  color: #7C7C7C;
}

nav #bar h4 {
  margin: 0;
  margin-left: 1em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 1.2em;
  font-weight: 400;
}

nav #bar svg {
  margin-right: 1em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: auto;
}

nav #menuContainer {
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: -322px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  overflow-y: auto;
  background-color: white;
  height: 100%;
  width: 100vw;
  max-width: 320px;
  z-index: 101;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

nav #menuContainer .closeBtn {
  margin: 1em;
  margin-left: auto;
}

nav #menuContainer #menulogo h4 {
  text-align: center;
  font-weight: 400;
}

nav #menuContainer #menulogo h4 a {
  font-size: 1.5em;
  color: #999999;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

nav #menuContainer #menulogo h4 a:active {
  color: #999999;
}

nav #menuContainer #menulogo h4 a:visited {
  color: #999999;
}

nav #menuContainer #menulogo h4 a:hover {
  color: #7C7C7C;
}

nav #menuContainer li {
  margin: 2em 0 2em 0;
}

nav #menuContainer li a:active {
  color: white;
}

nav #menuContainer li a:visited {
  color: white;
}

nav #menuContainer li .btn {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

nav #menuContainer .btnAm {
  margin-top: auto;
  margin-bottom: 2.5em;
}

@media only screen and (min-width: 850px) {
  nav #menuContainer {
    z-index: 99;
    left: 0;
    width: 100vw;
    max-width: 100%;
    height: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  nav #menuContainer .closeBtn, nav #menuContainer .btnAm {
    display: none;
  }
  nav #menuContainer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: auto;
    margin-right: 2em;
  }
  nav #menuContainer ul li {
    margin: 0;
    height: 30px;
  }
  nav #menuContainer ul li a:active {
    color: white;
  }
  nav #menuContainer ul li a:visited {
    color: white;
  }
  nav #menuContainer ul li .btn {
    height: 30px;
    line-height: 30px;
    margin: 0 !important;
    margin-left: 1em !important;
  }
  nav #menuContainer ul li .btn:hover {
    background-color: #7B1E1E;
  }
  nav #menuContainer #menulogo {
    margin-left: 1em;
  }
  nav #menuContainer #menulogo h4 {
    margin: 0;
  }
}

/**************************************************   bg ***************************************************/
.faqHero {
  background-image: url("../images/faq/books_425j.jpg");
}

@media only screen and (min-width: 426px) {
  .faqHero {
    background-image: url("../images/faq/books_768j.jpg");
  }
}

@media only screen and (min-width: 769px) {
  .faqHero {
    background-image: url("../images/faq/books_1024j.jpg");
  }
}

@media only screen and (min-width: 1025px) {
  .faqHero {
    background-image: url("../images/faq/books_1440j.jpg");
  }
}

@media only screen and (min-width: 1441px) {
  .faqHero {
    background-image: url("../images/faq/books_2560j.jpg");
  }
}

.bgProperty {
  background-image: url("../images/bg/PropertyS.jpg");
}

@media only screen and (min-width: 426px) {
  .bgProperty {
    background-image: url("../images/bg/PropertyM.jpg");
  }
}

@media only screen and (min-width: 769px) {
  .bgProperty {
    background-image: url("../images/bg/PropertyL.jpg");
  }
}

@media only screen and (min-width: 1025px) {
  .bgProperty {
    background-image: url("../images/bg/PropertyXL.jpg");
  }
}

@media only screen and (min-width: 1441px) {
  .bgProperty {
    background-image: url("../images/bg/PropertyXXL.jpg");
  }
}

.bgMandela {
  background-image: url("../images/bg/Nelson Mandela.jpg");
  background-color: black;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
}

@media only screen and (min-width: 769px) {
  .bgMandela {
    background-size: 650px auto !important;
  }
}

.bgContactUs {
  background-image: url("../images/bg/gavel and book.jpg");
  background-color: white;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  background-size: 100% !important;
}

@media only screen and (min-width: 426px) {
  .bgContactUs {
    background-size: 400px auto !important;
  }
}

/**************************************************  FAQ ***************************************************/
.faqHero {
  background-size: cover;
  background-position: center;
  overflow: hidden;
  width: 100%;
  height: 330px;
  color: #e1e1eb;
}

.faqHero h1 {
  padding-top: 3em;
  margin-top: 0;
  font-size: 2.5em;
}

.faqHero h1, .faqHero h2 {
  position: relative;
  text-align: center;
}

.faqHero #faqMask {
  background-color: rgba(2, 1, 0, 0.5);
  width: 100%;
  height: 330px;
  position: absolute;
}

.faq ol {
  padding-left: 1em;
}

.pageContainer {
  display: block;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  width: 100%;
  max-width: 700px;
  padding: 1em;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.pageContainer a {
  color: #7B1E1E;
}

.pageContainer a strong {
  color: #7B1E1E;
}

.pageContainer li {
  padding-bottom: .5em;
  margin-left: 1.1em;
}

.pageContainer h4 {
  font-size: 1.1em;
  margin-bottom: 0;
}

@media only screen and (min-width: 600px) {
  .pageContainer h4 {
    font-size: 1.4em;
  }
}

.pageContainer p, .pageContainer li {
  font-size: 1em;
  margin-top: 1em;
}

@media only screen and (min-width: 600px) {
  .pageContainer p, .pageContainer li {
    font-size: 1.1em;
  }
}

.pageContainer .line {
  margin-top: .2em;
}

.pageContainer ul {
  list-style-type: disc;
  list-style-position: outside;
}

.pageContainer ol {
  list-style-type: decimal;
  padding: 0;
}

.pageContainer ol a {
  color: #222222;
}

.pageContainer strong {
  color: #444444;
}

.pageContainer .backToQuestion {
  display: block;
  color: #5d3b3b;
  text-align: right;
  font-weight: 600;
  font-size: .8em;
}

@media only screen and (min-width: 600px) {
  .pageContainer .backToQuestion {
    font-size: .9em;
  }
}

#ResearchHoverBtn {
  position: fixed;
  display: block;
  bottom: 0;
  right: 0;
  height: 30px;
  width: 100%;
  margin: 0 !important;
  line-height: 30px;
  font-size: .8em;
}

@media only screen and (min-width: 850px) {
  #ResearchHoverBtn {
    display: none;
  }
}

table p {
  margin: .5em;
}

table, th, td {
  border-collapse: collapse;
  border: 1px solid black;
  font-size: .9em;
}

td {
  width: auto;
}

.tableMinWidth {
  min-width: 110px;
}

.onlyh1 h1 {
  padding-top: 4em !important;
}

#stepsinbuyingahome {
  width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#theHousingTribunal {
  width: 665px;
}

#smallClaimCourt {
  width: 665px;
}

#UniversityLawFaculties {
  max-width: 665px;
  font-size: .9em;
  border: none;
}

#UniversityLawFaculties tr, #UniversityLawFaculties td {
  border: none;
}

#UniversityLawFaculties td {
  padding: .5em .2em .5em .2em;
}

#UniversityLawFaculties tr:nth-child(even) {
  background-color: #f2f2f2;
}

.criminalLaw > li {
  font-size: 1em;
}

/**************************************************  Anchor ***************************************************/
:target:before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0;
}

/**************************************************  Anchor ***************************************************/
#actsAdContainer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  width: 300px;
  background-color: white;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

#actsAdContainer h4 {
  margin-top: 0;
  text-align: center;
  padding-bottom: .5em;
}

@media only screen and (min-width: 425px) {
  #actsAdContainer {
    background-color: none;
  }
  #actsAdContainer h4 {
    display: none;
  }
  #actsAdContainer .adContainer {
    margin-top: 0;
    margin-bottom: -1em;
  }
}

#ActsList li {
  font-size: 1em;
  list-style-position: outside;
  margin-top: 0;
  margin-left: 1.3em;
  padding-top: .5em;
  padding-bottom: 0;
}

#ActsList li a {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

#ActsList li a:hover {
  color: #222222;
}

#ActsList .SectionLink + ul {
  display: none;
}

#ActsList .openActs + ul {
  display: block;
}

#ActsList .Section > li {
  list-style-image: url("../images/book.gif");
}

#ActsList .openParent {
  list-style-image: url("../images/openBook.gif") !important;
}

#ActsList .subSection > li {
  list-style-image: url("../images/page.gif");
}

#Act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#Act ul {
  list-style-type: none;
  list-style-position: outside;
  padding-left: 1em;
}

#Act #theAct #innerdiv .glas {
  color: #222222;
  cursor: context-menu;
}

#Act #theAct #innerdiv .glas:visited {
  color: #222222;
}

#Act #theAct #innerdiv .glas:hover {
  color: #222222;
}

#Act #idheaderbg {
  margin-top: 1em;
}

#Act #idheaderbg table {
  width: 100%;
  border: 0;
}

#Act #idheaderbg table td {
  padding-left: 1em;
  border: 0;
}

#Act .ActNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#Act .ActNav .ActNavBtn {
  width: 35px;
  height: 35px;
  margin-left: 1em;
  margin-right: 1em;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

#Act .ActNav #left_arrow {
  background-image: url("../resources/images/left_arrow.png");
}

#Act .ActNav #left_arrow:hover {
  background-image: url("../resources/images/left_arrow_o.png");
}

#Act .ActNav #up_arrow {
  background-image: url("../resources/images/up_arrow.png");
}

#Act .ActNav #up_arrow:hover {
  background-image: url("../resources/images/up_arrow_o.png");
}

#Act .ActNav #right_arrow {
  background-image: url("../resources/images/right_arrow.png");
}

#Act .ActNav #right_arrow:hover {
  background-image: url("../resources/images/right_arrow_o.png");
}

#Act .ActNav #tocbtn {
  width: auto;
  padding-top: .5em;
  font-weight: 600;
  color: #7B1E1E;
}

#Act .ActNav #tocbtn:hover {
  color: #FF6C00;
}

@media only screen and (min-width: 1000px) {
  #Act .ActNav #tocbtn {
    display: none;
  }
}

#Act #ActTOC {
  position: fixed;
  top: 0;
  left: -405px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  overflow-y: auto;
  background-color: white;
  height: 100%;
  width: 100vw;
  max-width: 400px;
  z-index: 101;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  padding: 1.3em;
}

#Act #ActTOC .closeBtn {
  width: 30px;
  margin-left: auto;
}

@media only screen and (min-width: 1000px) {
  #Act #ActTOC {
    position: relative;
    position: inherit;
    z-index: auto;
    left: 0;
    margin: 2em .5em .5em .5em;
  }
  #Act #ActTOC .closeBtn {
    display: none;
  }
}

#Act #ActTOC .actTOCsection {
  margin-top: 0;
}

#Act #ActTOC .actTocActive {
  color: #7B1E1E;
  font-weight: 600;
}

#Act #ActTOC .ActTOCtitle {
  cursor: pointer;
}

#Act #ActTOC .ActTOCtitle:hover {
  color: #FF6C00;
  font-weight: 600;
}

#Act #ActTOC .line {
  margin-bottom: 1em;
}

.hideActContainer {
  display: none !important;
}

.imgGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.imgGroup h5 {
  font-size: 1em;
  margin-bottom: .5em;
  margin-top: 1em;
  text-align: center;
}

.imgGroup figure {
  margin: 1em;
}

.imgGroup figcaption {
  width: 300px;
}

.mandelaLargeImg img {
  max-width: 600px;
  width: 90vw;
}

.mandelaLargeImg figure {
  max-width: 600px;
  width: 90vw;
}

.mandelaLargeImg figcaption {
  max-width: 600px;
  width: 90vw;
}

#Contactform form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2em 0 2em 0;
  padding: 2em 0em 2em 0em;
}

#Contactform form > .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important;
  max-width: 25em;
}

@media only screen and (min-width: 426px) {
  #Contactform form > .btn {
    width: 400px;
  }
}

#Contactform form input, #Contactform form textarea {
  margin: .5em auto .5em auto;
  width: 90vw;
  border: 1px solid #444444;
  padding-left: .5em;
  padding-right: .5em;
  max-width: 400px;
}

#Contactform form input {
  height: 2em;
}

#Contactform form textarea {
  line-height: 1.2em;
}

.foreign .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.foreign .col {
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
}

.foreign .col p {
  margin: .2em;
}

.PackagesHero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.PackagesHero h1 {
  margin: 3em 2em .5em 2em;
  text-align: center;
  max-width: 640px;
  font-size: 1.5em;
}

@media only screen and (min-width: 426px) {
  .PackagesHero h1 {
    font-size: 2em;
  }
}

.iconHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.iconHeader h4 {
  margin-top: 1em;
}

.iconHeader svg {
  margin-top: 1em;
  margin-right: .7em;
}

@media only screen and (min-width: 426px) {
  .iconHeader {
    margin-top: 3em;
  }
}

.firstIconHeader {
  margin-top: 0;
}

.packagesContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.packagesContainer .package {
  margin: 1.8em;
}

.packagesContainer .package .priceHeader {
  height: 136px;
}

.priceContainer {
  margin-top: 1em;
  background-color: white;
  max-width: 320px;
  padding: 1em;
  text-align: center;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.priceContainer h4 {
  margin-top: 0;
}

.priceContainer h5 {
  margin-bottom: 0;
}

.priceContainer #packLowDiscricption {
  margin-top: 3em;
}

.priceContainer .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
}

.priceContainer .price .priceR {
  font-size: 1em;
  line-height: 2em;
  margin-right: .2em;
}

.priceContainer .price .priceValue {
  font-size: 2em;
}

.priceContainer .price .pricePer {
  margin-top: auto;
}

.priceContainer .priceFooter {
  font-style: italic;
  margin-top: .2em;
}

.priceContainer table {
  margin-top: 1em;
  font-size: 1.2em;
  width: 100%;
}

.priceContainer table, .priceContainer td {
  border: none;
}

.priceContainer td {
  padding: .5em;
}

.priceContainer tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.midContainer {
  margin-top: .1em;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.priceBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: .1em;
}

.company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.company p {
  margin-bottom: 0;
  margin-top: .2em;
}

.company .sheader {
  margin-top: 1em;
}

.company img {
  max-width: 210px;
}

.company .logo {
  margin-left: auto;
  margin-right: auto;
}

.company .irow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 700px) {
  .company {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .company .website a, .company .email a {
    font-size: .8em;
  }
  .company .lineLno {
    display: none;
  }
  .company img {
    margin-top: 1em;
    margin-right: 1em;
  }
  .company .irow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .company .iwidth {
    -ms-flex-preferred-size: 281px;
        flex-basis: 281px;
  }
  .company p {
    margin-top: 1em;
  }
  .company .sheader {
    min-width: 9.2em;
  }
}

#secondHeading h1, #secondHeading h2, #secondHeading h3, #firstHeading h1, #firstHeading h2, #firstHeading h3, #firstCategory h1, #firstCategory h2, #firstCategory h3, #secondCategory h1, #secondCategory h2, #secondCategory h3, #first h1, #first h2, #first h3, #second h1, #second h2, #second h3, #showall h1, #showall h2, #showall h3 {
  text-align: center;
}

.searchLinks {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 700px;
}

.searchLinks li {
  display: inline-block;
}

.searchLinks li {
  margin: .4em;
}

.searchLinks li a {
  color: #7B1E1E;
}

.searchLinks li a:visited {
  color: #7B1E1E;
}

#showall {
  margin-left: .5em;
  margin-right: .5em;
}

#showall p {
  text-align: center;
}

#showall a {
  color: #7B1E1E !important;
}

#showall a:visited {
  color: #7B1E1E !important;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

form #sweet {
  display: none;
}

form select, form input, form textarea {
  width: 315px;
  margin: 0;
}

form button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

form fieldset {
  margin-top: 2em;
}

form fieldset #registerAreaAll {
  height: 30px;
  line-height: 30px;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
}

form fieldset input {
  width: auto;
}

form fieldset div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0 1em 0;
}

form fieldset label h4 {
  margin: 0 0 0 .5em;
  font-size: 1em !important;
}

form fieldset label li {
  margin: 0.1em 0 0.1em 1.5em !important;
  padding: 0 !important;
}

#debitorder {
  margin: 2em auto 3em auto !important;
}

#tblCriminalLawyers tbody {
  border: none;
}

#tblCriminalLawyers table {
  margin-top: 1em;
  font-size: 1.2em;
  width: 100%;
}

#tblCriminalLawyers table, #tblCriminalLawyers td {
  border: none;
}

#tblCriminalLawyers td {
  padding: .5em;
}

#tblCriminalLawyers tr:nth-child(odd) {
  background-color: #f2f2f2;
}

#tblCriminalLawyers .crimHeader {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  background-color: silver;
}

#sundaytimeslogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  max-width: 390px;
}

#sundaytimesimg {
  width: 100%;
  height: auto;
  max-width: 500px;
}

#sundaytimesfig {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  max-width: 500px;
}
/*# sourceMappingURL=style.css.map */