/* ========== BODY ============ */
.Home_page body {
  padding-block-start: 0px !important;padding-inline-end: 0px !important;padding-block-end: 0px !important;padding-inline-start: 0px !important;
  font-family: manrope-600, sans-serif;
  overflow: auto;
  color: #3c4257;
  height: 100% !important;
}
.Home_page .BaseMaster_searchBoxContainer {
  display: none !important;
}
::-webkit-scrollbar,
::-webkit-scrollbar:vertical:hover,
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:horizontal
{
  /* all: inherit;*/
  width: 8px;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:vertical
{
  background: rgba(0,0,0,0.5);
  border-radius: 6px;
  border: transparent;
  -webkit-border-radius: 100px;
}
.cb-blue {
  color: #064f8c;
}
h1,
h2,
h3,
h4,
h5,
h6
{
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif !important;
}

.card-link a:hover, a:hover
{
  text-decoration: none !important;
}

*:focus,
button:focus
{
  outline: none;
}


a.btn,
a.btn:visited,
a.btn:hover {
  color: white !important;
  
}
a,
a:visited
{
  color: #064f8c !important;
  text-decoration: none;
}
a:hover
{
  color: #25425e !important;
}
.CHMenu_menuItem a, .CHMenu_menuItem a:visited {
  color: rgba(255,255,255,.8) !important;
}
li.CHMenu_menuItem:hover, li.CHMenu_menuItem a:hover {
  color: white !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
}
p
{
  line-height: 26px;
}
.btn-coral {
  background-color: #F05B68 !important;
  border: 1px solid #F05B68 !important;
}
.btn-blue {
  background-color: #6ee0cc !important;
  border: 1px solid #103044 !important;
}
.btn-cb-blue {
  background-color: #064f8c !important;
  border-color: #064f8c !important;
}
.btn-teal {
  background-color: #00a99d !important;
  border: 1px solid #00a99d !important;
}
.btn-coral, .btn-teal, .btn-blue, .btn-cb-blue {
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 14px;
}
li.CHMenu_menuItem a {
  text-transform: none !important;
  font-family: inherit !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}
/* ========== HEADER ========== */

.BaseMaster_mainMenuContainer
{
  padding-block-start: 10px ;padding-inline-end: 10px ;padding-block-end: 10px ;padding-inline-start: 10px ;
  font-size: 16px;
  overflow: hidden;
  box-shadow: none;
  height: 68px !important;
  border-bottom: 1px solid #e3e8ee !important;
}

.BaseMaster_imgLogo
{
  left: 15px;
  padding-top: 0px;
  max-height: 42px !important;
}

.cloudbg-01 {
  /*background-image: url("/resources/Storage/Branding/cloudbolt-docs-01.png");
  background-repeat: no-repeat;
  background-position: center -150px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  border-radius: 0rem !important; */
  background-color: #efefef !important;
}
/* ========== CARD LINKS ====== */
.card-link {
  height: 200px;
  width: 150px;
  border: 0px !important;
}
.card-link i {
  font-size: 34px !important;
}
.card-link a,
.card-link a:visited,
.card-link,
.card-link i {
  color: white !important;
}
.card-link:hover {
  opacity: 0.8;
  transition: 0.3s;
  
}
.card-teal {
  background-color:  #00a99d !important;
  opacity: 1;
}
.card-blue {
  background-color:  #6ee0cc !important;
  opacity: 1;
}
.card-green {
  background-color:  #71c42b !important;
  opacity: 1;
}
/* ========== FORM ============ */
.form-control:focus {
  border-color: #ced4da !important;
  box-shadow: none !important;
}
.btn-outline-secondary:focus {
  box-shadow: none !important;
}
.btn-outline-secondary {
  border-color: #ced4da !important;
  
}
/* ========== FOOTER ========== */
.footer
{
  bottom: 0px;
  background-color: #000;
  margin-top: 0px !important;
  padding-block-start: 36px ;padding-inline-end: 10px ;padding-block-end: 10px ;padding-inline-start: 10px ;
  position: relative;
  width: 100%;
}

.footerLogo
{
  height: 55px;
}

.footerTitle
{
  font-size: 16px;
  color: white;
}

.footerAbout
{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0px;
}

.footer .footerInner ul.socials
{
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-inline-start: 0px ;
}

.footer .footerInner ul.socials li
{
  align-items: center;
  border-radius: 2px;
  display: flex;
  font-size: 24px;
  justify-content: center;
  height: 38px;
  width: 38px;
  padding-inline-start: 0px !important;
}

.btn-social
{
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  font-size: 16px;
  min-height: 38px;
  height: 38px;
  max-width: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-icon
{
  font-size: 24px;
  margin-inline-end: 10px ;
}

a.footer-link,
a.footer-link:visited,
a.btn-social,
a.btn-social:visited,
a.social-link,
a.social-link:visited
{
  color: white !important;
}

a.footer-link
{
  font-size: 12px;
}

a.footer-link:hover,
a.btn-social:hover,
a.social-link:hover
{
  color: rgba(255, 255, 255, 0.75) !important;
}

span.copyright
{
  color: white;
  font-size: 12px;
}
hr.column {
  border-inline-start: 1px solid rgba(0,0,0,.1) ;
  height: 100px;
  margin-block-start: auto ;margin-inline-end: auto ;margin-block-end: auto ;margin-inline-start: auto ;
}
/*HOME PAGE DOC LINKS*/
a.home-item {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  border-radius: 36px;
  margin-block-start: 0 ;margin-inline-end: auto ;margin-block-end: 0 ;margin-inline-start: auto ;
  padding-block-start: 27px ;padding-inline-end: 30px ;padding-block-end: 50px ;padding-inline-start: 30px ;
  background-color: #FFF;
  flex-direction: column;
  box-shadow: 0 12px 24px rgb(0 0 0 / 6%);
  margin-bottom:20px !important;
}
.home-item-icon {
  display: flex;
  overflow: hidden;
  min-height: 188px;
  align-items: center;
  justify-content: center;
  transition: all .2s ease-in-out;
}
.home-item-text p {
  color: #134B5F;
  max-width: 329px;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "lato",sans-serif;
	font-size: 18px;
  line-height: 32px;
}
a.home-item:hover > .home-item-icon {
   transform: scale(1.2);
}.CHBlock_richTextContent, .CHBlock_container * {font-family: 'Segoe UI',Frutiger,'Frutiger Linotype','Dejavu Sans','Helvetica Neue',Arial,sans-serif;}