﻿.LayoutBody {
  font-family: Sans-Serif;
  padding: 0px;
  margin: 0px;
  font-size: small !important;
  color: #646464;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}


/*
:root {
  --header-height: 100px; 
  --three-points-height: 50px; 
  --balloon-height: 80px;
}

.balloon-top {
  top: calc((var(--header-height) + ((100vh - var(--three-points-height) - var(--header-height )) / 2) - (var(--balloon-height) / 2)) - 15px) !important;
}
*/


body {
  /*  background-image: url('/_Template/images/logonav.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  background-position: center center;  
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
*/
}

.partner-logo
{
  position: fixed;
  top: 5px;
  right: 5px;
  /*/opacity: 1; */
  width: 120px;
  height:auto;
  z-index: 100000;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  /* Styles go here */

  .highlight-small
  {
    display: none;
  }
}

.HomeBar {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  position: fixed;
  opacity: 0.75;
  top: 0px;
}

a
{
  color:darkgrey;
}

a:hover
{
  color: white;
}

a.mainlink:hover {
  text-decoration: none;
  color: black;
}

a.mainlink:link {
  text-decoration: none;
  color: black;
}

.img-shadow {
  /*filter: drop-shadow(8px 8px 8px black);*/
  -moz-box-shadow: 8px 8px 8px black;
  -webkit-box-shadow: 8px 8px 8px black;
  box-shadow: 8px 8px 8px black;
}



.div-panel-home {
  background-image: url('/images/home-circle.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height:200px;
  min-width: 100px;
  min-height: 100px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.div-panel-corporate {
  background-image: url('/images/corporate-software-3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100px;
  min-height: 100px;
  width: 200px;
  height: 200px;
}


.div-panel {
  margin: 0px;
  margin-left: 10px;
  margin-top: 10px;
  display: inline-table;
  height: 435px;
  font-size: small;
  border-radius: 25px;
  padding: 20px;
  background-color: white;
  opacity: 0.8;
  text-align: left;
  vertical-align: top;
  transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
}

  .div-panel:hover {
    background-color: gray;
    border-radius: 25px;
    padding: 20px;
    opacity: 1;
    transform:scale(1.05);
    -webkit-transform: scale(1.05);
  }



.div-link {
  text-decoration: none;
  color: black;
  margin-top: 0px;
  padding-top: 0px;
  vertical-align: top;
}

.div-panel-screen {
  width: 100%;
}

#contentMain
{
  bottom: 0px;
}

.div-panel-all {
  width: 100% !important;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  box-sizing:content-box;
  position: absolute;
}

.arrow {
  text-align: center;
  margin: 8% 0;
}

.bounce2 {
  -moz-animation: bounce 15s infinite;
  -webkit-animation: bounce 15s infinite;
  animation: bounce 15s infinite;
}

@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-2px);
  }

  60% {
    transform: translateY(-4px);
  }
}

.div-down-arrow {
  justify-content: center;
  align-self: center;
  align-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

.div-down-arrow-main {
  justify-content: center;
  align-self: center;
  align-content: center;
  align-items: center;
  text-align: center;
  padding-right: 30px;
  width: 100%;
}

.section-white {
  width2: 100%;
  position: absolute;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: white;
  opacity: 0.75;
  z-index: 1000;
  
  /*display:list-item;
  box-sizing:content-box;*/
}

.section-site-map {
  position: absolute;
  opacity: 0.9;
  background-color: #333333;
  color: white;
  width: 100%;
  display: run-in;
  justify-content: center;
  padding: 15px;
}

.emphasize-section {
  transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
}

  .emphasize-section:hover {
    transform: scale(1.05);
  }

a.mainlink
{
  color: black;
  text-decoration:none;
}

h1::before {
  display: block;
  content: " ";
  height: 200px;
  visibility: hidden;
  pointer-events: none;
}

@media (min-width: 0px) and (max-width: 450px) {
  /*.div-panel-main {
    width: 75%;
    height: 75%
  }*/

  #JRB-image
  {
    text-align: center;
    display2:inline-block !important;
  }

  .div-panel-screen
  {
    vertical-align: middle;
    padding-top2: 20px !important;
  }

  .div-down-arrow-main {
    display: inline;
    padding-right: 35px;
    padding-top: -30px !important;
  }

  .div-panel-main {
    width: 250px !important;
    height: 250px !important;
    margin: 0px;
    margin-right: 0px;
    margin-top2: 15px;
    min-width: 100px;
    min-height: 100px;
    display: inline-flex;
    font-size: small;
    border-radius: 250px;
    background-color: white;
    opacity: 0.95;
    text-align: center;
    vertical-align: middle;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
  }

  #divPanelFrame {
   top2: 80px;
  }


}

@media (min-width: 401px) and (max-width: 800px) {
  .div-panel-main {
    width: 75%;
    height: 75%
  }

  #divPanelFrame {
    top: 20px;
  }



  #JRB-image {
    text-align: center;
    display2: inline-block !important;
  }

  #divPanelFrame {
    top2: 150px;
  }

  .down-arrow-main {
    display: inline;
  }

  .div-down-arrow-main {
    margin-top: -60px !important;
    padding-right: 25px !important;
  }


  .div-panel-main {
    width: 200px;
    margin: 0px;
    margin-right: 0px;
    display: inline-flex;
    height: 200px;
    font-size: small;
    border-radius: 300px;
    min-width: 200px;
    min-height: 200px;
    padding: 15px;
    background-color: white;
    opacity: 0.95;
    text-align: center;
    vertical-align: top;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
  }
}


@media (min-width: 801px) and (max-width: 1200px) {
  .div-panel-main {
    width: 200px;
    margin: 0px;
    margin-right2: 80px;
    display: inline-table;
    height: 200px;
    font-size: small;
    border-radius: 400px;
    padding2: 20px;
    min-width: 200px;
    min-height: 200px;
    background-color: white;
    opacity: 0.95;
    text-align: center;
    vertical-align: top;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
  }
  .div-down-arrow-main {
    margin-top: -90px !important;
  }

    .div-panel-main:hover {
      background-color: gray;
      padding: 20px;
      opacity: 1;
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
    }

 }

@media (min-width: 1201px) {
  .div-panel-main {
    width: 150px;
    margin: 0px;
    margin-right: 80px;
    margin-top2: 50px;
    display: inline-table;
    height: 150px;
    font-size: small;
    border-radius: 400px;
    padding2: 180px;
    background-color: white;
    opacity: 0.95;
    text-align: center;
    vertical-align: top;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
  }

  .div-down-arrow-main {
    margin-top: -90px !important;
  }

    .div-panel-main:hover {
      background-color: gray;
      padding: 20px;
      opacity: 1;
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
    }

}

/*
@media (min-width: 0px) and (max-width: 800px) {
  #SiteMapStripped {
    display: inline;
  }

  #SiteMapFullBottom {
    display: none;
  }

}
*/

@media (min-width: 0px) and (max-width: 500px) {
  #HeaderElement {
    display:none;
  }
}


@media (min-height: 0px) and (max-height: 500px) {
  #HeaderElement {
    display: none;
  }
}


/*
@media (min-width: 801px) and (max-width: 2000px) {
  #SiteMapStripped {
    display: none;
  }

  #SiteMapFullBottom {
    display: inline;
  }
}

*/

ul.rsmLevel:first-child
{
  color: rgb(247, 186, 0) !important;
}

.rsmItem
{
  min-width: 150px !important;

}

.rsmList
{
  color: white;
  display: inline;
  flex-wrap: wrap;
}