/*
  Device = Tablets, Ipads (portrait)
  Screen = B/w 768px to 1022px
*/
/*
@media (min-width: 768px) and (max-width: 1022px) {
  html,
  body,
  .container {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    overflow:hidden;
    border:0;
    border-radius:0;
        overflow: hidden;
  }
}
*/
/*
  Device = Tablets, Ipads (landscape)
  Screen = B/w 768px to 1022px
*/
/*
  Device = Low Resolution Tablets, Mobiles (Landscape)
  Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  /*
  Device = Most of the Smartphones Mobiles (Portrait)
  Screen = B/w 320px to 479px
*/
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  outline: 0;
  outline-style: none;
  box-sizing: border-box;
  /*transition-duration: .1s;*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  vertical-align: middle;
  border: 0;
}
ol, ul {
  list-style: square;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
b, strong {
  font-weight: 900;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.nav {
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 220px;
  top: 90px;
  padding: 80px 10px 20px 5px;
  font-size: 0.9em;
  border-right: 1px solid #bbb;
  overflow: auto;
  background-color: #d4d7dc;
  background-image: linear-gradient(0, rgba(0, 0, 0, 0.3) 0%, transparent 50%), linear-gradient(45deg, rgba(0, 0, 0, 0.3) 19%, rgba(0, 0, 0, 0.3) 19%, rgba(0, 0, 0, 0.05) 19%, rgba(0, 0, 0, 0.05) 29%, transparent 29%);
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.3);
  z-index: 11;
}
.nav .sticky {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
.nav h2 {
  font-size: 1.5em;
}
.nav ul {
  font-size: 1.1em;
  list-style: none;
  line-height: 24px;
}
.nav ul li a {
  padding: 10px 15px;
  color: white;
  display: block;
  background-color: #666;
  border: solid #00aaff;
  border-width: 0 0 0 3px;
  margin: 3px;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
  font-size: 1.2em;
  transition: 0.5s;
}
.nav ul li a:hover {
  background-color: #F60;
}
.nav ul li a.selected {
  background-color: #0561ca;
}
.nav i {
  margin: 5px 10px 0 0;
}
ul.navOther > li > a {
  padding: 3px 15px;
  color: white;
  display: block;
  background-color: #666;
  border: solid #00aaff;
  border-width: 0 0 0 3px;
  margin: 3px;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
  font-size: 0.8em;
}
.searchEngine {
  position: absolute;
  right: 20px;
  top: 95px;
  z-index: 10;
}
.searchEngine label {
  font-size: 0.8em;
  color: #000;
}
.searchEngine input[type="text"] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px 0 0 12px;
  padding: 5px 10px;
}
.searchEngine input[type="submit"] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 12px 12px 0;
  padding: 5px 10px;
}
/*slider switch css */
.theme-switch-wrapper {
  display: block;
  align-items: center;
  margin: 10px 0;
  padding: 0;
}
.theme-switch-wrapper em {
  display: block;
  margin: 3px 5px;
  font-size: 0.8em;
}
.theme-switch {
  display: block;
  position: relative;
  height: 24px;
  width: 60px;
  margin: 0 0 0 5px;
}
.theme-switch input {
  display: none;
}
.slider {
  position: absolute;
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  right: 0;
  top: 0;
  transition: 0.4s;
  box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.3), 0 5px 5px inset rgba(0, 0, 0, 0.3);
}
.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  box-shadow: 0 0 5px inset rgba(0, 0, 0, 0.2);
}
input:checked + .slider {
  background-color: #66bb6a;
}
input:checked + .slider:before {
  transform: translateX(35px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
#background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  transition-duration: 0.5s;
  pointer-events: none;
}
#background:before {
  content: "";
  background-image: linear-gradient(to bottom, rgba(110, 130, 160, 0.6), rgba(0, 0, 0, 0.8)), linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 22%, rgba(0, 0, 0, 0.05) 22%, rgba(0, 0, 0, 0.05) 29%, transparent 29%);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
/* #background::after {
  content: '';
  background-image:url( /assets/vectors/dot.svg );
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  opacity:.04;
  z-index: -1;
  transform:rotate(45deg);
  zoom:1000%;
} */
.title {
  position: absolute;
  background: #777;
  color: white;
  height: 60px;
  top: 90px;
  bottom: 80px;
  left: 220px;
  right: 0;
  padding: 0;
  line-height: 0;
  text-transform: capitalize;
  border-bottom: 2px solid #666;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2), 0 4px 10px rgba(0, 0, 0, 0.4);
  z-index: 3;
  border-radius: 0 0 15px 0;
}
.title h2 {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 2em;
  color: #fff;
  font-weight: 900;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
}
html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* overflow-y:scroll;
  -webkit-overflow-scrolling: touch; */
}
body {
  padding: 10px;
  text-align: left;
  text-overflow: ellipsis;
  font-size: 1.01em;
  font-family: Lato, Helvetica, Arial, sans-serif;
  color: #000;
  cursor: default;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 0.5em;
  height: 0.5em;
  font-size: 1em;
  font-weight: 100;
  column-span: all;
}
a {
  text-decoration: none;
  color: #00476b;
  cursor: pointer;
  font-weight: 700;
}
a:visited {
  color: #c70074;
}
a:hover {
  color: #F60;
}
hr {
  position: relative;
  display: block;
  width: 100%;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.18);
  margin: 8px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  overflow: visible;
}
hr:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  top: -5px;
  right: 0;
  background: gray;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
iframe {
  display: none;
}
ul {
  list-style-type: none;
}
noscript {
  display: block;
  height: 40px;
  text-align: center;
}
i.fa-external-link-alt {
  margin: 5px;
  font-size: 0.6em;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  color: black;
  background: white;
}
#snackbar a {
  color: black;
  background: white;
}
#snackbar.show {
  visibility: visible;
  animation: fadein 0.5s;
}
.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
a:focus {
  outline: 5px blue solid;
}
@media print {
  @page {
    size: auto;
    margin: 0mm;
  }
  html {
    background-color: #FFFFFF;
    margin: 0px;
    /* this affects the margin on the html before sending to printer */
    overflow: auto;
  }
  body {
    margin: 0;
    /* margin you want for the content */
    padding: 0;
    border: solid 1px gray;
    overflow: auto;
  }
  header nav, footer {
    display: none;
  }
  * {
    box-shadow: none !important;
  }
}
.container {
  max-width: 960px;
  min-width: 330px;
  /* height:100%; */
  min-height: 280px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border: 5px solid transparent;
  box-shadow: 0 0 120px rgba(0, 0, 0, 0.4), 0 20px 30px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  z-index: 2;
  /*display:none;*/
}
.container:before {
  background: #f2f2f2;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.hide {
  display: none !important;
}
/*****************************************************************************/
.libutton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7px;
  text-align: center;
  outline: none;
  text-decoration: none !important;
  color: #ffffff !important;
  width: 200px;
  height: 32px;
  border-radius: 16px;
  background-color: #0A66C2;
  font-family: "SF Pro Text", Helvetica, sans-serif;
  transition: 0.5s;
}
.libutton:hover {
  color: #ffffff !important;
  background-color: orange;
}
/*****************************************************************************/
#prompt {
  background-color: #005580;
  padding: 5px 15px;
  margin: 5px;
  border-radius: 6px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  display: none;
}
/*****************************************************************************/
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 0.5;
  display: block;
  z-index: -1;
}
/*****************************************************************************/
.flare {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  background-color: rgba(255, 255, 255, 0.1);
  /*
	box-shadow:
	0 0 30px rgba(255,255,255,.4),
	0 0 30px rgba(255,255,255,.2) inset;
	*/
  position: absolute;
  opacity: 0.8;
  z-index: 1;
}
.pwa {
  float: right;
  margin: 2px 5px;
  opacity: 0.6;
}
.hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*display:none;*/
  z-index: 1000;
  /*background:rgba(255,255,255,.5);*/
}
.loader i {
  position: absolute;
  width: 180px;
  height: 180px;
  border: 4px solid #bbb;
  border-top-color: #F60;
  border-radius: 50%;
  left: calc(50% - 90px);
  top: 280px;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 0.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 0.5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 1000;
}
/*
  Device = Desktops
  Screen = 1281px to higher resolution desktops
*/
/*
  Device = Laptops, Desktops
  Screen = B/w 1025px to 1280px
*/
.header {
  height: 90px;
  padding: 10px 20px;
  background: #fefefe;
  position: relative;
  font-size: 0.8em;
  border: solid #00aaff;
  border-width: 0 0 6px 0;
}
.header h1 {
  display: none;
}
.header h2 {
  font-size: 1.8em;
  position: absolute;
  top: 30px;
  left: 188px;
  font-weight: 800;
  color: #c70074;
}
.header h3 {
  font-size: 1.1em;
  position: absolute;
  top: 53px;
  left: 190px;
  color: #666;
}
.shownav {
  display: none;
}
.header img.logos {
  position: absolute;
  top: 30px;
  right: 30px;
}
.header:before {
  content: "";
  position: absolute;
  top: 50px;
  left: -25px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  z-index: 3;
  border: 1px solid rgba(0, 0, 0, 0.3);
  opacity: 0.4;
}
.header:after {
  content: "";
  position: absolute;
  top: 55px;
  left: 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  z-index: 3;
  border: 1px solid rgba(0, 0, 0, 0.3);
  opacity: 0.4;
}
/****************************/
.header div.avatar > img {
  width: 100%;
  height: 100%;
}
.header div.avatar {
  position: absolute;
  top: 14px;
  left: 35px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  z-index: 12;
  border: 2px solid #00aaff;
  box-shadow: 10px 20px 20px -8px rgba(0, 0, 0, 0.3), 0 8px 10px -5px rgba(0, 0, 0, 0.6);
  animation-iteration-count: 1;
  animation-delay: 2s;
  animation-name: rotation;
  animation-duration: 0.5s;
  /* animation-iteration-count: infinite; */
  animation-iteration-count: 1;
  overflow: hidden;
}
@keyframes rotation {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
.header div.avatar:after {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 300px;
  transform: rotate(45deg);
  background-color: white;
  z-index: 2;
  animation: moveFlash 3s infinite ease-in-out;
}
@keyframes moveFlash {
  20%, 100% {
    opacity: 0;
    transform: translate(140px, 0);
  }
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.3;
  }
}
div.breadcrumb {
  display: block;
  padding: 5px 0 0 100px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 0 0 25px 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.5);
  margin-right: 10px;
  height: 40px;
}
div.breadcrumb ul li {
  position: relative;
  float: left;
  padding: 0 10px;
}
div.breadcrumb ul li:after {
  content: ">";
  position: absolute;
  color: gray;
  padding: 2px 5px;
  font-size: 0.8em;
}
div.breadcrumb ul li:last-child:after {
  content: "";
}
div.breadcrumb strong {
  position: absolute;
  color: gray;
  padding: 2px 5px;
  font-size: 0.7em;
  left: 16px;
}
@media (max-width: 1022px) {
  /* .header div.avatar > img{
    width:80px;
    height:80px;
  } */
  html, body, .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    overflow: hidden;
  }
  .header div.avatar {
    width: 80px;
    height: 80px;
    margin-left: -20px;
  }
  .shownav {
    position: absolute;
    width: 40px;
    top: 95px;
    right: 30px;
    display: block;
    z-index: 10;
    /*filter:invert(1);*/
    /*filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');*/
  }
  .header h2, .header h3 {
    left: 120px;
  }
  .header h2 {
    font-size: 1.6em !important;
    top: 35px;
  }
  .header h3 {
    top: 58px;
  }
  .title {
    left: 0;
    border-radius: 0 0 0 0;
  }
  .page {
    position: absolute !important;
    overflow-y: scroll !important;
    top: 150px !important;
    bottom: 80px !important;
    left: 0 !important;
    right: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
  }
  main:before {
    top: 150px;
    bottom: 40px;
    left: 0 !important;
    right: 0;
  }
  .header img.logos {
    display: none;
    transform: scale(0.7);
    right: -10px;
    top: 20px;
  }
  .nav {
    top: 90px;
    bottom: 40px;
    width: 100%;
    position: absolute;
    display: none;
    padding: 10px;
  }
  .nav ul li a {
    font-size: 1.5em;
  }
  .sticky {
    width: 100% !important;
  }
  #background {
    display: none;
  }
  #shownavinput {
    z-index: 10;
    position: absolute;
  }
  #shownavinput {
    display: none;
  }
  label[for="shownavinput"]:before {
    background-image: url(/assets/vectors/bars.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 30px 30px;
    background-color: white;
    content: "";
    height: 45px;
    width: 45px;
    position: absolute;
    top: 25px;
    right: 30px;
    display: block;
    z-index: 11;
    border-radius: 50%;
  }
  #shownavinput:checked ~ .nav {
    display: block;
  }
  .footer {
    padding: 8px 18px;
    height: 40px;
    border-width: 0 0 0 30px !important;
    font-size: 0.7em;
  }
  .footer span {
    bottom: 32.5px;
  }
}
@media only screen and (max-width: 600px) {
  /***********************/
  /*
  .footer span {
    bottom: 52.5px;
  }

  .footer {
    height: 60px;
  }

*/
  .searchEngine input[type="text"] {
    width: 80px;
  }
  .searchEngine input[type="submit"] {
    width: 30px;
    color: transparent;
  }
  article.contact figure, article.contact figure img {
    display: none;
    width: 0 !important;
  }
  .page {
    bottom: 40px;
  }
}
@media only screen and (max-width: 500px) {
  /*
  .footer img {
    left: -117px;
    width: 105px;
    height: auto;
  }

  .footer span {
    bottom: 52.5px;
  }
*/
  body {
    zoom: 80%;
  }
  article.about div:not(:first-child) {
    margin-top: 10px;
  }
  .header h2 {
    font-size: 1em;
  }
  .header img.logos {
    display: none;
  }
  .page {
    font-size: 1.2em;
  }
  .page, .nav {
    bottom: 40px;
  }
  .page article {
    padding: 20px;
  }
  .page article h2, .page article h3 {
    font-size: 2.2em;
  }
  .page article p {
    padding: 0 20px;
  }
  article.about div:not(:first-child) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 350px) {
  body {
    zoom: 60%;
  }
  .searchEngine input[type="text"] {
    width: 80px;
  }
}
@media only screen and (max-width: 270px) {
  body {
    zoom: 80%;
    background: gray;
  }
  body:after {
    position: absolute;
    content: "sorry, check your zoom!";
    top: 50%;
    left: calc(50% - 90px);
    background: white;
    padding: 5px;
  }
  .container {
    visibility: hidden;
  }
}
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  padding: 30px 60px;
  height: 80px;
  border: solid rgba(0, 0, 0, 0.5);
  border-width: 0 0 0 220px;
  color: white;
  z-index: 12;
}
.footer a {
  color: white;
}
.footer a:hover {
  background-color: #F60;
}
.footer p:nth-child(1) {
  float: left;
}
.footer p:nth-child(2) {
  float: right;
}
.footer p:nth-child(3) {
  float: left;
  display: block;
  margin-left: 10px;
}
.footer span {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  bottom: 72.5px;
  left: -8px;
  background: #aaa;
  transform: rotate(45deg);
  z-index: 5;
  border: 1px rgba(0, 0, 0, 0.2) solid;
  border-radius: 50%;
}
.footer img {
  position: absolute;
  bottom: 20px;
  left: -180px;
}
main:before {
  content: "";
  position: absolute;
  top: 130px;
  left: 220px;
  right: 0;
  bottom: 80px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2) inset;
  background-image: linear-gradient(45deg, transparent 0%, transparent 96%, rgba(0, 0, 0, 0.1) 96%, rgba(0, 0, 0, 0.1) 96%), linear-gradient(45deg, transparent 0%, transparent 95%, rgba(0, 0, 0, 0.1) 95%, rgba(0, 0, 0, 0.1) 95%);
  z-index: 0;
  /* background:red; */
}
.page {
  position: relative;
  top: 10px;
  min-height: 750px;
  line-height: 1.5em;
  overflow: hidden;
  font-size: 1.1em;
  padding-top: 30px;
  padding-left: 220px;
  padding-bottom: 80px;
  z-index: 1;
}
.page article {
  padding: 20px 40px 60px 40px;
  font-size: 1em;
  line-height: 1.4em;
}
.page article img {
  /*position:relative;*/
  border: solid rgba(255, 255, 255, 0.3);
  border-width: 4px;
  border-radius: 10px;
  box-shadow: 0 30px 20px -20px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.page a.pdf {
  background: #00aaff;
  color: white;
  border-radius: 8px;
  padding: 10px 60px;
  margin: 10px 0;
  display: block;
  float: left;
  clear: right;
  border-bottom: 3px groove rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
}
.page a.pdf:hover {
  background: #F60;
  cursor: default;
}
.page article h2:first-of-type {
  margin-top: 20px;
}
.page article h2, .page article h3 {
  height: auto;
  line-height: 1em;
  font-size: 2.5em;
  font-weight: 900;
  letter-spacing: -0.02em;
  display: block;
  color: #525252;
  background: #FFFFFF;
  background: linear-gradient(to bottom, #FFFFFF 26%, #ADADAD 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /*text-shadow: 0 -1px 1px #555, 0 2px 0 #fff; */
  filter: drop-shadow(0 -1px 1px #888);
}
.page article h4 {
  height: auto;
  line-height: 1em;
  font-size: 1.3em;
  margin: 0 0 15px 0;
  color: rgba(0, 0, 0, 0.4);
  display: block;
}
.page article img.auto {
  width: 100%;
  height: auto;
}
.page article section fieldset {
  margin-top: 10px;
  padding: 10px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.page article section fieldset legend {
  padding: 5px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}
/*****************************************************************************/
article.columns div ul {
  padding: 0;
  margin-bottom: 30px;
  list-style: none;
  overflow: auto;
  position: relative;
  display: block;
}
article.columns div ul li {
  padding: 10px 10px 10px 20px;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.2em;
  position: relative;
  display: block;
  break-inside: avoid;
}
article.columns div ul li:before {
  content: " ";
  position: absolute;
  background-color: #F60;
  border-radius: 50%;
  margin-top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
}
article.columns div ul li strong {
  font-weight: 900;
  font-size: 1.1em;
  color: rgba(0, 0, 0, 0.7);
  display: block;
  padding: 0;
}
article.columns p {
  padding: 0 0 20px 30px;
  color: rgba(0, 0, 0, 0.6);
}
/*****************************************************************************/
article.contact {
  display: table;
  width: 100%;
}
article.contact figure {
  display: table-cell;
}
article.contact section {
  display: table-cell;
}
