/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Mono&display=swap');

html {
  position: relative;
  min-height: 100%;
}

p {
  margin-bottom: 15px;
}

tt,
code,
kbd,
samp {
}

code{
  font-family: "JetBrains Mono", "Courier New", monospace;
  font-size: 15px;
}

tt.docutils.literal {
  background: #e2f4f2;
  padding: 2px;
}

span.pre {
  font-family: "JetBrains Mono", "Courier New", monospace;
  color: black;
  background: #CCCFD3;
  padding: 2px 7px;
  border-radius: 4px;
}

h2 {
  margin-bottom: 10px;
}

h5 {
  margin-bottom: 0;
}

.lead {
  font-size: 18px;
  font-weight: 400;
}

a {
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

/*Header Navigation*/

.brand-wrapper {
  margin: 10px 0;
  padding-right: 20px;
  float: left;
  border-right: 1px solid #eee;
  min-width: 135px;
}

@media (max-width: 767px) {
  .brand-wrapper {
    border-right: none;
  }
}

@media (min-width: 768px) and (max-width: 1025px) {
  .brand-wrapper {
    width: 75px;
    min-width: 75px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  a.navbar-brand {
    margin-left: 15px;
  }
}

.navbar-default {
  border: none;
  border-radius: 0px;
  background: #fff;
  margin-bottom: 0;
  padding: 20px 0;
}

.navbar.bg-light {
  color: #666;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#471b37+22,126666+100 */
  background-color: #fff;
  border-bottom: 1px solid #ef2369;
  margin-bottom: 0;
  border-radius: 0;
}
.navbar.bg-light .form-group{
  border: 1px solid #CCCFD3;
    border-radius: 30px;
    overflow: hidden;
}
.navbar.bg-light .form-group .fa-search{
  padding-left: 15px;
  color: #CCCFD3
}
.navbar.bg-light .form-group .fa-times-circle{
padding: 0 5px;
  color: #CCCFD3
}

.guilabel {
  font-weight: bold;
}

strong.command{
  font-family: "JetBrains Mono", "Courier New", monospace;
  color: black;
  font-weight: 700;
}
code.docutils{
  background-color: #CCCFD3;
  padding-left: 0;
  padding-right: 0;
}
code.docutils > span{
  padding-right: 0;
}
code.docutils > span + span{
  padding-left: 0;
}
code.docutils > span:last-child{
  padding-right: 7px;
}

div.mm_miralogo img {
  max-height: 45px;
  max-width: 185px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: auto;
}

#mira-menu-int {
  margin-top: 0;
  float: left;
}

a.glink {
  color: white;
  display: inline-block;
  font-size: 19px;
  letter-spacing: 1px;
  padding: 17px 16px;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
}

a.glink:active,
a.glink:hover,
a.glink.active {
  color: #fff;
  background: rgba(63, 63, 63, 0.9);
}

.top-menu-social .form-inline .form-control {
  border: none;
  border-radius: 8px 0 0 8px;
  box-shadow: none;
}

button.btn.btn-search {
  background: #ef2369;
  color: #fff;
  padding: 4px 12px;
  height: 34px;
  border-radius: 0 8px 8px 0;
  opacity: 0.9;
}

button.btn.btn-search:hover {
  opacity: 1;
  transition: all 0.2s ease;
}

.top-menu-social {
  margin-top: 13px;
  float: right;
}

@media (max-width: 991px) {
  .top-menu-social {
    margin-top: 8px;
  }
  div.mm_miralogo img {
    margin-top: 14px;
    margin-bottom: 14px;
  }
}

div.docs-sidebar-toc {
  font-size: 14px;
}

#table-of-contents>ul {
  list-style: none;
}
#table-of-contents>ul li{
  position: relative;
}

#table-of-contents>ul>li>ul {
  list-style-type: disc;
}
#table-of-contents>ul>li>ul>li:before{
  display: none;
}

#table-of-contents>ul>li>ul>li>ul {
  list-style: none;
  padding-left: 0em;
}
#table-of-contents>ul>li>ul>li>ul>li:before{
    content: "-";
    text-indent: 0em;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    top:4px;
}

#table-of-contents>ul>li>ul>li>ul>li>ul {
    list-style: none;
  padding-left: 0em;
}
#table-of-contents>ul>li>ul>li>ul>li>ul>li:before{
      content: "-";
      top:4px;
    text-indent: 0em;
    display: inline-block;
        width: auto;
    height: auto;
    background-color: transparent;
}

#table-of-contents ul ul ul li a {
  position: relative;
  left: -10px;
}

.docs-sidebar-toc ul li a {
  line-height: 1rem;
  display: block;
  padding: 0.5rem 0.4rem;
  text-decoration: none;
}


#table-of-contents ul li {
  margin-bottom: 0px;
}

.version-dropdown{
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  width: 100%;
}
.version-dropdown .dropdown-menu{
  top: calc(100% - 16px);
  left: 24px;
  width: calc(100% - 48px);
}
.version-dropdown-label{
  font-size: 12px;
  font-weight: 400;
}
.version-dropdown-select{
  width: 100%;
  margin-bottom: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  border-bottom: 2px solid black;
  padding: 5px 0;
  width: 100%;
  border-radius: 0;
  background-color: transparent;
  text-align: left;
}
.version-dropdown:after{
  font-family: FontAwesome, sans-serif;
  padding-right: 6px;
  padding-left: 0;
  position: relative;
  border: none;
  font-weight: 400;
  content: "\f078";
  position: absolute;
  top: auto;
  right: 17px;
  bottom: 25px;
  pointer-events: none;
}

.docs-sidebar-toc ul.current > li.current > a:after {
  font-family: FontAwesome, sans-serif;
  padding-right: 4px;
  padding-left: 2px;
  top: 0;
  position: relative;
  border: none;
  font-weight: 400;
  margin-left: 4px;
  color: #4bbfaf;
}

#table-of-contents ul.current > li.current > a.no-after:after {
  content: none;
}

div.relations {
  margin-top: 25px;
}

div#prev,
div#next {
  padding: 0;
  border: none;
}
div#prev{
  text-align: left;
}
div#next {
  text-align: right;
}

div#prev h4,
div#next h4 {
  display: none;
}

div#prev a,
div#next a {
  color: #ef2369;
  transition: all 0.1s ease-out;
  background: white;
  border-radius: 28px;
  padding: 8px 10px;
  text-decoration: none !important;
  display: inline-block;
  margin-bottom: 15px;
}

div#prev a:hover,
div#next a:hover {
  text-decoration: none !important;
  opacity: 1;
  transition: all 0.05s ease;
  color: #771727;
}

table.docutils {
  border: none;
  font-size: 14px;
  width: 100%;
}

@media (max-width:767px){
  table.docutils {
    table-layout: fixed;
  }
  table.docutils p{
    word-wrap: break-word;
  }
  a{
    word-wrap: break-word;
  }
}

table.docutils caption {
  font-size: 1.3em;
  color: #66707A;
}

table.docutils th {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#126666+0,284753+77 */
  background-color: #66707A;
  color: white;
  padding: 12px 8px;
  border: 1px solid #CCCFD3;
  font-weight: bold;
}
table.docutils th p{
  margin-bottom: 0;
}

table.docutils td {
  padding: 12px 8px;
  border: 1px solid #CCCFD3;
}

table.docutils tr:nth-child(even) {
  background: #EFF2F4;
}

table.docutils tr:nth-child(even) .admonition{
  background-color: #fff;
}

table.docutils tr:nth-child(odd) {
  background: none;
}

.scroll-table {
  width: fit-content;
  border-collapse: collapse;
  max-width: 100%;
  display: block;
  overflow-x: auto;
}

.scroll-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}

div.toctree-wrapper {
  margin-top: 40px;
}

div.toctree-wrapper ul li {
  margin-bottom: 8px;
}

ul.simple li {
  margin-bottom: 10px;
}

ul li p {
  margin-bottom: 10px;
}

ol li p {
  margin-bottom: 10px;
}

div.toctree-wrapper ul li.toctree-l2,
div.toctree-wrapper ul li.toctree-l3,
div.toctree-wrapper ul li.toctree-l4,
div.toctree-wrapper ul li.toctree-l5 {
  margin-top: 8px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .navbar-default .container {
    width: 100%;
  }
}

ul.navbar-main {
  display: none;
  float: right;
}

@media (min-width: 768px) and (max-width: 1097px) {
  ul.navbar-main {
    display: block;
  }
}

@media (max-width: 767px) {
  ul.navbar-main {
    display: block;
    margin-right: 30px;
    width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 1025px) {
  ul.navbar-main {
    margin-top: 1px;
  }
  .navbar-default ul.navbar-main > li > a {
    font-size: 11px;
    padding: 15px 8px;
  }
}

.navbar-default ul.navbar-main > li > a.sign-in-btn {
  background: #2e729a;
  padding: 7px 25px;
  border-radius: 2px;
  color: #fff;
  margin-top: 7px;
}

.navbar-default ul.navbar-main > li > a.sign-in-btn:hover {
  background: #286a9d;
  color: #fff;
}

@media (max-width: 1025px) {
  .navbar-default ul.navbar-main > li > a.sign-in-btn {
    padding: 5px 10px;
    margin-top: 9px;
  }
}

@media (max-width: 767px) {
  .navbar-default ul.navbar-main > li > a.sign-in-btn {
    margin: 0;
    padding: 10px 15px;
    background: transparent;
    border: none;
    color: #2e729a;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .navbar-default ul.navbar-main > li > a.sign-in-btn:hover {
    background: #fff;
    color: #286a9d;
  }
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: #fff;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 10px;
  padding: 10px 0;
  min-width: 230px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.navbar-nav > li > .dropdown-menu:after,
.navbar-nav > li > .dropdown-menu:before {
  bottom: 100%;
  left: 25%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.navbar-nav > li > .dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}

.navbar-nav > li > .dropdown-menu:before {
  border-color: rgba(170, 170, 170, 0);
  border-bottom-color: #aaaaaa;
  border-width: 16px;
  margin-left: -16px;
}

@media (max-width: 767px) {
  .navbar-nav > li > .dropdown-menu:after,
  .navbar-nav > li > .dropdown-menu:before {
    display: none;
  }
  .navbar-nav > li > .dropdown-menu:after {
    display: none;
  }
  .navbar-nav > li > .dropdown-menu:before {
    display: none;
  }
}

i.fa-caret-right {
  margin-left: 8px;
}

.navbar-nav > li > .dropdown-menu li a {
  text-transform: uppercase;
  padding: 13px 20px;
}

@media (max-width: 767px) {
  .navbar-default ul.navbar-main > li > a i.fa-caret-down {
    display: none;
  }
}

.navbar-default .navbar-toggle {
  border: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #5a5a5a;
  height: 3px;
  border-radius: 3px;
}

.search-container {
  position: relative;
  display: none;
  float: left;
  width: 84%;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .search-container {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .search-container {
    display: none;
  }
}

.search-icon {
  display: none;
  padding: 17px 20px 16px;
  float: left;
  text-transform: uppercase;
  color: #8a959e;
  font-size: 12px;
  font-weight: 400;
}

.search-icon:hover {
  cursor: pointer;
  color: #8a959e;
}

.search-icon i {
  margin-right: 5px;
  color: #8a959e;
}

@media (max-width: 767px) {
  .search-icon {
    display: none !important;
  }
}

.header-search-form {
  position: absolute;
  z-index: 1000;
  left: 20px;
  width: 100%;
  -webkit-transition-property: width;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: linear;
  /* Standard syntax */
  transition-property: width;
  transition-duration: 1s;
  transition-timing-function: linear;
}

@media (max-width: 767px) {
  .header-search-form {
    display: none;
  }
}

.mobile-search-form {
  display: none;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .mobile-search-form {
    display: block;
  }
}

.header-search {
  border: 2px solid #dae5ee;
  border-radius: 4px;
  height: 35px;
  margin: 7px 0 0 0;
  background: #fff;
  width: 100%;
  -webkit-transition: width 4s;
  -moz-transition: width 4s;
  -ms-transition: width 4s;
  -o-transition: width 4s;
  transition: width 4s;
}

.header-search::-webkit-input-placeholder {
  color: #8a959e;
  font-size: 12px;
  text-transform: lowercase;
  font-weight: 400;
}

.header-search:-moz-placeholder {
  /* Firefox 18- */
  color: #8a959e;
  font-size: 12px;
  text-transform: lowercase;
  font-weight: 400;
}

.header-search::-moz-placeholder {
  /* Firefox 19+ */
  color: #8a959e;
  font-size: 12px;
  text-transform: lowercase;
  font-weight: 400;
}

.header-search:-ms-input-placeholder {
  color: #8a959e;
  font-size: 12px;
  text-transform: lowercase;
  font-weight: 400;
}

.header-search:focus {
  border-radius: 4px;
  outline: none;
  border: 2px solid #3d84b6;
}

.close-search {
  position: absolute;
  top: 17px;
  right: 0px;
  color: #dae5ee;
  z-index: 1001;
  font-size: 16px;
}

.close-search:hover {
  color: #3d84b6;
  cursor: pointer;
}

@media (max-width: 767px) {
  .close-search {
    display: none !important;
  }
}

.show {
  display: block;
}

@media (max-width: 767px) {
  .show {
    display: none;
  }
}

/*End Header Navigation*/

/*Hero*/

.intro-header {
  padding-top: 0px;
  padding-bottom: 0;
  text-align: center;
  color: #f8f8f8;
  background-size: cover;
  position: relative;
}

.intro-message {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
}

@media (max-width: 1199px) {
  .intro-message {
    padding-bottom: 50px;
  }
}

.intro-message > h1 {
  margin: 0;
  width: 100%;
}

.intro-divider {
  width: 400px;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h3 {
  text-shadow: none;
  text-align: left;
  margin-top: 10px;
}

.hero-credit {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #fff;
  opacity: 0.5;
}

.hero-credit:hover {
  opacity: 1;
}

/*Hero Promo, add .featured to .intro-header*/

.intro-header.featured {
  text-align: center;
  min-height: 420px;
  background-size: cover;
  position: relative;
}

.intro-header.featured .intro-message {
  padding-bottom: 50px;
}

a.promo-btn {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 20px 35px;
  margin: 0 auto;
  text-align: center;
  min-width: 370px;
  display: inline-block;
}

a.promo-btn:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
}

a.promo-btn i.fa-chevron-right {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 0;
  font-size: 14px;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  line-height: 2.1;
}

p.promo-dates {
  display: inline-block;
  margin-top: 10px;
  font-weight: 400;
}

/*End Hero*/

/*Overview Section*/

.overview-section {
  padding: 80px 0;
}

@media (max-width: 767px) {
  .overview-section {
    padding-top: 40px;
  }
}

.overview-section h2 {
  margin-bottom: 25px;
}

.overview-section p {
  color: #888;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.btn-wrapper {
  float: left;
  width: 100%;
  text-align: center;
}

@media (max-width: 980px) {
  .overview-left {
    margin-bottom: 50px;
  }
}

a.overview-btn {
  float: left;
  background: #4c97c3;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 15px 25px;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

a.overview-btn:hover {
  background: #2e729a;
}

a.overview-btn.left-btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 1px solid #3f81a7;
  margin-right: 0;
}

a.overview-btn.right-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 1px solid #73b8e1;
  margin-left: 0;
}

.release-text {
  display: block;
  text-align: left;
  color: #636568;
  font-size: 13px;
}

.overview-section .img-responsive {
  max-width: 550px;
}

.overview-right {
  text-align: center;
}

.control-cloud-graphic {
  max-width: 600px;
  margin: 0 auto 15px;
}

a.demo-link {
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  color: #34789a;
  background: #f0f9fe;
  padding: 10px 25px;
  border-radius: 4px;
}

a.demo-link:hover {
  color: #34789a;
  background: #cdd9e2;
}

a.demo-link i {
  margin-left: 5px;
  font-size: 14px;
}

/*When Featured, Add Class .featured to .overview-section*/

.overview-section.featured .overview-right {
  background: #e8eef5;
  border-radius: 4px;
  text-align: center;
  padding: 20px;
  margin-top: 50px;
}

@media (max-width: 1200px) {
  .overview-section.featured .overview-right {
    margin-top: 50px;
  }
}

.overview-section.featured .overview-right h3 {
  text-align: center;
}

.overview-section.featured .overview-right p {
  color: #333;
  font-size: 13px;
}

.overview-section.featured .overview-right img.promo-graphic {
  max-width: 350px;
  margin: 20px auto;
}

/*End Overview Section*/

/*Customers Section*/

.customers-row {
  padding: 80px 0;
  text-align: center;
  background: #edf2f7;
}

.customers-row h2 {
  text-transform: capitalize;
  margin-bottom: 0;
}

.customer-logos-wrapper {
  margin: 15px 0;
}

.customer-logos {
  position: relative;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .customer-logos {
    position: relative;
    padding: 20px 0;
    width: 80%;
    margin: 0 auto;
  }
}

.logo-hover {
  background: #dee2e8;
  border-radius: 3px;
}

.logo-hover:after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-top-color: #dee2e8;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

.customers-description {
  margin: 40px 0;
  color: #284d68;
  text-align: center;
}

.customers-description p {
  padding: 20px 50px;
  border-top: 1px solid #dee2e8;
  border-bottom: 1px solid #dee2e8;
  display: inline;
}

@media (max-width: 767px) {
  .customers-description p {
    display: block;
  }
}

.customers-action {
  margin-top: 40px;
  text-align: center;
}

a.customer-btn {
  background: #2e729a;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 15px 25px;
  text-decoration: none;
  border-style: none;
}

a.customer-btn:hover {
  background: #173d5b;
  color: #fff;
}

/*When Featured, Add Class .featured to .customers-row*/

.customers-row.featured .customer-logos-wrapper {
  width: 50%;
  max-width: 1000px;
  margin: 40px 25% 0;
  border-top: 1px solid #dde3e8;
  padding-top: 20px;
}

.customers-row.featured .customer-logos-wrapper hr {
  color: #333;
}

.customers-row.featured .customer-logos img {
  width: 90%;
  max-width: 100px;
}

.customers-row.featured .customer-logos:hover {
  background: none;
}

.customers-row.featured .customer-logos:hover:after {
  display: none;
}

.customers-row.featured .customers-action {
  margin-top: 0;
}

.customers-row.featured button.customer-btn {
  background: none;
  border-radius: 0;
  padding: 0;
  text-decoration: underline;
  color: #2e729a;
  text-transform: capitalize;
}

.featured-description {
  width: 85%;
  margin: 40px auto;
}

@media (max-width: 767px) {
  iframe {
    width: 90%;
  }
}

/*End Customers Section*/

/*Community Section*/

.community-graphic {
  max-width: 650px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .community-graphic {
    margin-bottom: 20px;
  }
}

.community-section p {
  color: #fff;
}

@media (max-width: 1200px) {
  .community-section h2 {
    text-align: center;
  }
  .community-section p {
    text-align: center;
  }
}

a.community-btn {
  font-size: 16px;
  font-weight: 400;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-top: 10px;
  padding: 8px 30px 8px 40px;
  color: white;
  float: left;
}

a.community-btn i {
  margin-left: 10px;
}

a.community-btn:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
}

/*When Featured, add .featured to .community-section*/

@media (max-width: 1200px) {
  .community-section.featured h3 {
    text-align: center;
  }
}

.designate-logo {
  max-width: 302px;
  margin: 50px 0 20px;
}

@media (max-width: 1200px) {
  .designate-logo {
    margin: 50px auto 20px;
  }
}

.default-community {
  background-color: rgba(5, 54, 86, 0.7);
  border-radius: 4px;
  padding: 30px;
  text-align: center;
}

@media (max-width: 1200px) {
  .default-community {
    margin-top: 50px;
  }
}

.default-community h2 {
  margin-top: 0;
}

.community-graphic.small {
  max-width: 450px;
  margin: 20px auto;
}

a.featured-link {
  display: block;
  background: #b9301d;
  padding: 10px 20px;
  border-radius: 2px;
  width: 80%;
  text-decoration: none;
  margin: 10px auto 0;
  color: #fff;
  font-weight: 600;
}

a.featured-link:hover {
  text-decoration: none;
  background: #831917;
}

/*End Community Section*/

/*News and Events Section*/

.news-section {
  padding: 70px 0;
}

.news-section h2 a {
  margin-left: 30px;
}

.event-ad,
.news-ad {
  width: 100%;
  max-width: 560px;
  margin-bottom: 20px;
}

.news-section .news-wrapper ul {
  margin: 30px 0;
  padding-start: 0;
  -webkit-padding-start: 0;
}

.news-section .news-wrapper ul li {
  list-style: none;
}

.single-event,
.eventBlock .event {
  float: left;
  width: 100%;
  padding: 15px 10px;
  border-bottom: 1px solid #ebeff4;
}

.single-event:hover,
.eventBlock .event:hover {
  background: #f9f9f9;
}

.single-event.last,
.eventBlock .event.last {
  border-bottom: none;
}

.left-event {
  float: left;
  width: 20%;
}

@media (min-width: 768px) and (max-width: 981px) {
  .left-event {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .left-event {
    width: 15%;
  }
  .top-menu-social{
    display:block;
    clear:both;
    width: 100%;
  }
  .top-menu-social .form-group{
          -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
  }
}

.event-details {
  float: left;
  margin-left: 3%;
  width: 62%;
}

@media (min-width: 768px) and (max-width: 981px) {
  .event-details {
    width: 72%;
  }
}

.right-event {
  float: right;
  width: 13%;
}

@media (min-width: 768px) and (max-width: 981px) {
  .right-event {
    display: none;
  }
}

.date,
.news-type,
.planet-type {
  background: #fff;
  border: 2px solid #b9301d;
  border-radius: 4px;
  padding: 5px 15px;
  color: #b9301d;
  font-size: 10px;
  width: 100%;
  text-align: center;
  float: left;
  margin-top: 5px;
}

.event-name,
.news-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.location,
.news-date {
  display: block;
  float: left;
  font-style: italic;
  color: #333;
  font-weight: 300;
}

.right-arrow {
  float: right;
  background: #d9dfe5;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  padding: 6px 10px;
  color: #fff;
  margin-right: 10px;
  margin-top: 5px;
  display: none;
}

.single-event:hover .right-arrow {
  display: block;
}

.news-type {
  border: 2px solid #2a4d67;
  color: #2a4d67;
}

.planet-type {
  border: 2px solid #74c99f;
  color: #74c99f;
}

.see-more-bottom {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 40px;
}

.see-more-bottom a {
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 4px;
  border: 2px solid #2e729a;
}

.see-more-bottom a i {
  margin-left: 10px;
  font-size: 11px;
}

/*End News and Events Section*/

/*Photo Row*/

.photo-row-wrapper {
  width: 100%;
  color: #eee;
  max-height: 240px;
  margin: 80px 0 10px;
  overflow: hidden;
}

@media (max-width: 765px) {
  .photo-row-wrapper {
    display: none;
  }
}

.photo-container {
  width: 4000px;
  max-height: 240px;
  margin-left: -30px;
}

.photo-container img {
  margin: 0 10px 0 0;
  max-width: 22%;
  max-height: 240px;
}

/*End Photo Row*/

/*Footer*/

footer{
  position: relative;
  height: auto;
  width: 100%;
  padding:0;
}
.footer_wrapper{
  width: 100%;
  height: 100%;
  padding: 60px 0;
  background-color: #66707A;
}
.footer-wrapper__col{
      -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
    -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.footer-wrapper__col img {
    max-width: 220px;
    width: 100%;
    display: inline-block;
    margin: 0 auto 24px;
}
.footer-wrapper__col p{
  font-size: .875rem;
  color: #B2BDC9;
}
.footer-wrapper__col p.copyright{
  font-size: .6875rem;
}

.social-icons {
  width: 40px;
  min-height: 40px;
  display: inline-block;
  margin-right: 10px;
}

.newsletter-form {
  margin: 10px 0 30px;
  width: 100%;
}

.newsletter-form label {
  color: #aaa;
  font-size: 12px;
  font-weight: 300;
  display: block;
}

.newsletter-input {
  display: inline-block;
  background: transparent;
  border: 2px solid #888;
  border-radius: 4px;
  color: #888;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 15px;
  width: 70%;
}

@media (max-width: 767px) {
  .newsletter-input {
    width: 70%;
  }
}

.newsletter-input::-webkit-input-placeholder {
  color: #888;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.newsletter-input:-moz-placeholder {
  /* Firefox 18- */
  color: #888;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.newsletter-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #888;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.newsletter-input:-ms-input-placeholder {
  color: #888;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.newsletter-input:focus {
  outline: none;
  border: 2px solid #666;
}

.newsletter-btn {
  margin-left: 1%;
  display: inline-block;
  background: transparent;
  border: 2px solid #4c97c3;
  border-radius: 4px;
  color: #4c97c3;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 15px;
  text-transform: uppercase;
  width: 27%;
}

@media (max-width: 767px) {
  .newsletter-btn {
    width: 18%;
    margin-left: 2%;
    padding: 10px;
  }
}

.newsletter-btn:hover {
  border: 2px solid #888;
  color: #999;
}

.fine-print {
  margin-top: 20px;
  color: #aaa;
  font-size: 12px;
}

.footer-bottom {
  background: #222;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}

.feedback-input {
  display: inline-block;
  background: #222;
  border: 2px solid #444;
  border-radius: 4px;
  color: #777;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 20px;
  width: 310px;
}

@media (max-width: 767px) {
  .feedback-input {
    width: 70%;
  }
}

.feedback-input::-webkit-input-placeholder {
  color: #555;
  font-size: 12px;
  font-weight: 400;
}

.feedback-input:-moz-placeholder {
  /* Firefox 18- */
  color: #555;
  font-size: 12px;
  font-weight: 400;
}

.feedback-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #555;
  font-size: 12px;
  font-weight: 400;
}

.feedback-input:-ms-input-placeholder {
  color: #555;
  font-size: 12px;
  font-weight: 400;
}

.feedback-input:focus {
  outline: none;
  border: 2px solid #666;
}

.feedback-btn {
  margin-left: 11px;
  display: inline-block;
  background: #222;
  border: 2px solid #666;
  border-radius: 4px;
  color: #777;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 30px;
}

@media (max-width: 767px) {
  .feedback-btn {
    width: 18%;
    margin-left: 2%;
    padding: 10px;
  }
}

.feedback-btn:hover {
  border: 2px solid #888;
  color: #999;
}

/*End Footer*/

/*General Inner Page Styles*/

.navbar-default.inner {
  border-bottom: 1px solid #ddd;
}

/*End General Inner Page Styles*/

/*Events Page*/

.eventsBanner {
  height: 150px;
  padding: 20px;
}

.eventsPhotoCaption {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 10px;
  color: white;
}

.news-section.full {
  padding: 20px 0;
}

.eventTitleArea {
  text-align: center;
  margin: 40px 0;
}

.postEvent {
  float: left;
  width: 100%;
  height: 130px;
  padding: 30px 5%;
  background: #f4f5f8;
  margin: 20px 0 10px;
  text-align: center;
}

.postEvent p {
  margin-bottom: 20px;
}

.postEvent a {
  background: #2e729a;
  padding: 10px 25px;
  border-radius: 4px;
  color: #fff;
}

.eventBlock {
  float: left;
  width: 100%;
}

.eventBlock.summit .date {
  border-color: #255e88;
  color: #255e88;
}

.eventBlock.past h2 {
  margin-top: 50px;
}

.eventBlock.past .date {
  border-color: #555;
  color: #555;
}

/*End Events Page*/

/*Community Page*/

.communityBoxes {
  margin: 30px 0 10px;
  font-size: 13px;
}

.communityBoxes h2 {
  margin-bottom: 15px;
}

.developersRow {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 30px;
  margin-bottom: 30px;
}

.devLabel {
  float: left;
  margin-right: 30px;
  font-weight: 700;
}

ul#developerActivity {
  float: left;
  padding-left: 0;
  margin: 0;
}

ul#developerActivity li {
  list-style: none;
  display: inline-block;
}

ul#developerActivity li span {
  background: #e8eef5;
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 5px;
  color: #255e88;
  font-size: 11px;
  font-weight: 400;
}

#fixed-button-to-top{
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 40px;
    padding: 10px;
    background-color: transparent;
    border: 1px solid #CCCFD3;
    z-index: 1000;
    color: #ef23698c;
}
#fixed-button-to-top.sticky{
    position: fixed;
    right: 0;
    bottom: 0px;

}
#fixed-button-to-top:hover{
  color: #ef2369;
}

.docs-body .section[id]{
  margin-top: -60px;
  padding-top:60px;
}
.docs-body span[id]{
  margin-top: -60px;
  padding-top:60px;
}

@media (min-width: 769px){
  .docs-book-wrapper >.row >.col-lg-9{
    padding-left: 60px;
    padding-right: 120px;
  }
}

@media (max-width: 767px) {
  footer {
    text-align: center;
    height: 160px;
  }
  body {
    margin-bottom: 180px;
  }
  .docs-body .section[id]{
    margin-top: -10px;
    padding-top:10px;
  }
  .docs-body span[id]{
    margin-top: -10px;
    padding-top:10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  a.glink {
    padding: 17px 10px;
  }
}

@media (min-width: 400px) {
  .top-menu-social .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}

@media (min-width: 768px){
  .docs-sidebar{
    overflow: auto;
    padding-bottom: 30px;
  }
  .breadcrumb-row{
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    top: 0;
    background-color: var(--mds-theme-palette-white5);
    z-index: 1000;
    padding-top: 20px;
    margin-top: -20px;
  }
}

.footnote-reference {
  vertical-align: super;
  font-size: .8em;
}

.footnote .label{
  padding: 0 10px 0 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 2;
  float: left;
}

.footnote .label+dd{
        padding-left: 22px;
        font-size: 13px;
}

.footnote .label span.brackets{
        color: #ef2369;
}

.footnote .label span.brackets+.fn-backref{
        display: none;
}


/*NEW CUSTOM STYLES*/
.docs-book-wrapper {
  margin: 0;
  padding: 0;
}

.docs-book-wrapper > .row {
  display: flex;
  margin: 0;
}

@media (max-width: 767px) {
  .docs-book-wrapper > .row {
    flex-direction: column;
  }
}

.docs-header {
  background-color: var(--mds-theme-color-background-header1);
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: var(--mds-theme-shadow-box-sys0-box0);
  padding: 16px 24px;
  z-index: 3;
}

.docs-header__logo {
  display: flex;
  align-items: center;
  font-family: var(--mds-theme-font-heading-h3-fontFamily);
  font-size: var(--mds-theme-font-heading-h3-fontSize);
  color: var(--mds-theme-color-text-header1) !important;
}

.docs-header__logo .docs-header__logo-separator {
  width: 1px;
  height: 28px;
  background-color: var(--mds-theme-color-text-header1);
  opacity: 0.6;
  margin-left: 8px;
  margin-right: 8px;
}

.docs-header__logo span {
  margin-top: -2px;
}

.docs-sidebar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: var(--mds-theme-color-background-layer3);
  position: relative;
  padding: 24px 0;
  box-shadow: var(--mds-theme-shadow-box-sys0-box0);
  box-sizing: border-box;
}

.docs-sidebar-toc {
  padding: 0;
}

.docs-sidebar ul {
  padding-left: 0;
}

.docs-sidebar li::before {
  display: none !important;
}

.docs-sidebar ul li a {
  left: unset !important;
}

.docs-sidebar ul ul {
  margin: 0;
  margin-top: 10px;
  list-style: none;
}

.docs-sidebar-toc ul li a {
  position: relative;
  display: block;
  line-height: var(--mds-theme-font-content-body1-lineHeight);;
  padding: 10px 24px;
  color: var(--mds-theme-color-text-body1);
}

.docs-sidebar-toc ul ul li {
  margin-bottom: 4px !important;
}

.docs-sidebar-toc ul ul a {
  font-size: 12px;
  padding: 2px 36px;
}

.docs-sidebar-toc ul ul ul {
  margin-top: 2px;
}

.docs-sidebar-toc ul ul ul a {
  padding-left: 48px;
}

.docs-sidebar-toc ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background-color: var(--mds-theme-color-field-active-border);
  opacity: 0;
  visibility: hidden;
}

.docs-sidebar-toc ul li a.current {
  background-color: var(--mds-theme-color-background-layer4);
}

.docs-sidebar-toc ul li a.current::before {
  opacity: 1;
  visibility: visible;
}

.breadcrumb-row {
  margin-top: 20px;
}

.docs-byline {
  color: var(--mds-theme-color-field-disabled-label);
}

.atlwdg-trigger {
  background-color: var(--mds-theme-color-action-primary-normal-enabled-background) !important;
  border-radius: 4px !important;
  border-width: 1px !important;
  border-color: var(--mds-theme-color-action-primary-normal-enabled-border) !important;
  color: var(--mds-theme-color-action-primary-normal-enabled-text) !important;
  border-style: solid !important;
  cursor: default;
  font-family: var(--mds-theme-font-content-body1-fontFamily) !important;
  font-size: var(--mds-theme-font-content-body1-fontSize) !important;
  font-style: var(--mds-theme-font-content-body1-fontStyle) !important;
  font-weight: var(--mds-theme-font-content-body1-fontWeight) !important;
  letter-spacing: var(--mds-theme-font-content-body1-letterSpacing) !important;
  line-height: var(--mds-theme-font-content-body1-lineHeight) !important;
  white-space: nowrap !important;
  min-width: 80px !important;
  height: 24px;
  padding: 0px 16px !important;
  box-shadow: none !important;
}

.scroll-top-button {
  right: 10px !important;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 0 !important;
  background-color: var(--mds-theme-color-background-layer3) !important;
  box-shadow: var(--mds-theme-shadow-box-sys0-box0);
  cursor: pointer;
}

div#prev a,
div#next a {
  color: var(--mds-theme-color-action-tertiary-normal-enabled-text);
  background: var(--mds-theme-color-background-primary);
}

div#prev a:hover,
div#next a:hover {
  color: var(--mds-theme-color-action-tertiary-normal-hovered-text);
}

footer {
  padding: 44px 56px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--mds-theme-shadow-box-sys0-box0);
}

footer .address,
footer .copyright {
  color: var(--mds-theme-color-text-footer1);
}

footer .address {
  margin: 0 0 4px 0;
}

footer .copyright {
  font-size: 10px;
  opacity: 0.6;
  margin-bottom: 0;
}
