@import url(reset.css);
@import url("https://fonts.googleapis.com/css?family=Fira+Mono:400,500,700");
@font-face {
  font-family: "Articulat Thin";
  src: url("../fonts/articulat/ArticulatCFv2-Thin.eot?") format("eot"), url("../fonts/articulat/ArticulatCFv2-Thin.woff2") format("woff2"), url("../fonts/articulat/ArticulatCFv2-Thin.woff") format("woff"), url("../fonts/articulat/ArticulatCFv2-Thin.ttf") format("truetype"), url("../fonts/articulat/ArticulatCFv2-Thin.svg#Articulat_Thin") format("svg"); }
@font-face {
  font-family: "Articulat Light";
  src: url("../fonts/articulat/ArticulatCFv2-Light.eot?") format("eot"), url("../fonts/articulat/ArticulatCFv2-Light.woff2") format("woff2"), url("../fonts/articulat/ArticulatCFv2-Light.woff") format("woff"), url("../fonts/articulat/ArticulatCFv2-Light.ttf") format("truetype"), url("../fonts/articulat/ArticulatCFv2-Light.svg#Articulat_Light") format("svg"); }
@font-face {
  font-family: "Articulat Text";
  src: url("../fonts/articulat/ArticulatCFv2-Text.eot?") format("eot"), url("../fonts/articulat/ArticulatCFv2-Text.woff2") format("woff2"), url("../fonts/articulat/ArticulatCFv2-Text.woff") format("woff"), url("../fonts/articulat/ArticulatCFv2-Text.ttf") format("truetype"), url("../fonts/articulat/ArticulatCFv2-Text.svg#Articulat_Text") format("svg"); }
@font-face {
  font-family: "Articulat Medium";
  src: url("../fonts/articulat/ArticulatCFv2-Medium.eot?") format("eot"), url("../fonts/articulat/ArticulatCFv2-Medium.woff2") format("woff2"), url("../fonts/articulat/ArticulatCFv2-Medium.woff") format("woff"), url("../fonts/articulat/ArticulatCFv2-Medium.ttf") format("truetype"), url("../fonts/articulat/ArticulatCFv2-Medium.svg#Articulat_Medium") format("svg"); }
@font-face {
  font-family: "Articulat DemiBold";
  src: url("../fonts/articulat/ArticulatCFv2-DemiBold.eot?") format("eot"), url("../fonts/articulat/ArticulatCFv2-DemiBold.woff2") format("woff2"), url("../fonts/articulat/ArticulatCFv2-DemiBold.woff") format("woff"), url("../fonts/articulat/ArticulatCFv2-DemiBold.ttf") format("truetype"), url("../fonts/articulat/ArticulatCFv2-DemiBold.svg#Articulat_DemiBold") format("svg"); }
@font-face {
  font-family: "Articulat Bold";
  src: url("../fonts/articulat/ArticulatCFv2-Bold.eot?") format("eot"), url("../fonts/articulat/ArticulatCFv2-Bold.woff2") format("woff2"), url("../fonts/articulat/ArticulatCFv2-Bold.woff") format("woff"), url("../fonts/articulat/ArticulatCFv2-Bold.ttf") format("truetype"), url("../fonts/articulat/ArticulatCFv2-Bold.svg#Articulat_Bold") format("svg"); }
html {
  position: relative;
  font-size: 16px;
  overflow: hidden;
  overflow-y: auto; }

button {
  cursor: pointer; }

body {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  font-family: "Articulat Medium";
  font-size: 1rem;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f7fafb 8%, #ecf3f5 62%, #ffffff 90%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7fafb 8%, #ecf3f5 62%, #ffffff 90%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f7fafb 8%, #ecf3f5 62%, #ffffff 90%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
  background-repeat: no-repeat;
  background-attachment: fixed; }

tr {
  color: #6d6d6d; }

hr {
  border: 1px solid #e1eef2; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

nav ul {
  list-style-type: none; }

section.content .form-container .inline-fields input {
    width: 26em!important;
    margin-right: 15px!important;}

#token {
    width: 100%;
    border: none;
}
.change-password-card{
  margin-bottom: 15px;
}
textarea, input, button { outline: none; }
.copy-token img {
    float: right;
    cursor: pointer;
}
label{
  color:gray;
  padding-bottom: 10px;
}
table{
    table-layout: fixed;
}
.dropdown-body.hidden{display: none;}
.dropdown-body.active{display: block;}
tr > td > .info-label{
  font-size: 22px;
  color:grey;
}
.transfer-details-layout>tbody>tr>td{
      border-top: none;
}

.left-title{
  width:30%;
}
.right-data{
  text-align: left;
}
.dropdown-head{
  cursor: pointer;
}
.money-transfer-caption{
  font-size: 19px;
}
.money-transfer-card{
  margin-bottom: 20px;
}
.endpoint{
    word-wrap: break-word;
}
.card .card-body{
  padding: 30px
}
.jamnav-features-list li {
  padding-bottom: 10px; }

.faq-hr {
  color: gray; }

.faq-content-header {
  margin-left: 0px;
  padding-bottom: 12px; }

.faq-content-title h5 {
  color: black;
  padding-bottom:10px;
 }

.faq-list ul {
  list-style-image: url("../images/icon-circle-add.svg"); }

.faq-list ul > .answer {
  list-style-image: none; }

.question {
  cursor: pointer;
  font-size: 17px;
  padding-left: 12px; }

.question.active {
  color: #50c3c0; }

.answer {
  display: none;
  /*color:#50c3c0;*/
  font-size: 15px;
  list-style-type: none;
  margin-top: 6px;
  line-height: 24px;
 }

.answer.active {
  display: list-item; }

.faq-content-card {
  width: 400px;
  padding-left:40px;
 }

.authenticated {
  color: #fff;
  font-weight: 500;
  padding-left: 15px;
  font-size: 19.03px;
  text-decoration: none;
  padding-bottom: 50px; }

.authenticated a {
  color: #fff; }

.authenticated-label {
  color: #fff;
  padding-left: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
 }

.sidebar {
  height: 100vh;
  background-image: linear-gradient(180deg, #218daf, #21aaaf);
  padding-right: 0px;
  padding-left: 0px;
  position: fixed; }

.sidebar-api-logo-container {
  display: flex; }

.sidebar-content-separator {
  margin-left: 20px;
  margin-right: 20px; }

.company-logo-container {
  display: flex;
  bottom: 5px;
  position: absolute;
  left: 25%; }

.sidebar-api-logo-container img {
  margin: auto; }

.company-logo-container img {
  margin: auto;
  bottom: 0; }

.sidebar-api-logo-container img {
  margin-top: 15px;
  height: 170px;
  width: 170px; }

.col-sm-9.content {
  margin-left: 25%; }

.card {
  margin-top: 15px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 12px 26px 0 rgba(37, 155, 177, 0.08), 0 4px 8px 0 rgba(228, 239, 244, 0.5);
  border: none; }

.card-title {
  font-family: ArticulatCFv2;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.14;
  text-align: left;
  color: #259bb1;
  padding-bottom: 10px; }

.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.list-group .active {
  width: 100%;
  background-image: linear-gradient(to right, rgba(56, 196, 224, 0), #56f9d8);
  color: #F7F7F7; }

.list-group-item {
  background-color: transparent !important;
  border: none;
  font-size: 19.03px;
  padding-bottom: 20px; }

.list-group-item:hover {
  background-color: transparent; }

a.list-group-item, button.list-group-item {
  color: #fff; }

.register-success-box-container {
  display: flex; }

.signup-successful-label {
  width: 274px;
  height: 36px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #1ab3d5;
  margin: auto; }

.register-success-box {
  width: 496px;
  height: 533px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 12px 26px 0 rgba(37, 155, 177, 0.08);
  margin: auto;
  display: flex; }

.back {
  width: 58px;
  height: 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 0.88;
  text-align: center;
  color: #ffffff;
  text-decoration: none; }

.register-success-box img {
  margin: auto; }

.image-holder {
  height: 50%;
  width: 100%;
  display: flex; }

.signup-successful-label {
  height: 15%;
  width: 100%; }

.note-to-user {
  height: 20%;
  padding-left: 48px;
  padding-right: 48px;
  font-size: 19.03px;
  font-weight: 500;
  text-align: left;
  color: #7e8394; }

.back-button-container {
  height: 15%;
  width: 100%;
  padding-left: 48px;
  padding-right: 48px; }

.back-button {
  width: 103px;
  height: 44px;
  border-radius: 4px;
  background-color: #1ab3d5; }

.reset-password-messages {
  margin-left: 10em; }

.tier-container{
  text-transform: uppercase;
  color: grey;
}
.category{
  margin: 1em 0;
}
.tier-title{
  font-weight: bold;
  color: #565454;
}
.more-less-tier{
  cursor: pointer;
  padding-bottom: 10px;
  color:#1ab3d5;
}
.more-less-tier:hover{
  color: #1ec8eb;
}
.show_li{
  display: block
}
.hide_li{
  display: none;
}
.settings-error{
  display: none;
}
.dashboard-btn{
  height: 40.8px;
  border-radius: 4.8px;
  background-color: #1ab3d5;
  border: none;
  font-size: 16.8px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
.background-shape-container-1 {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -176.9rem; }
  .background-shape-container-1 .background-tilt-gradient-b {
    width: 28rem;
    height: 145rem;
    margin-top: -11rem;
    transform: rotate(45deg);
    position: absolute;
    z-index: -4;
    transform: rotate(45deg);
    background-image: -webkit-linear-gradient(346deg, rgba(255, 255, 255, 0.58) 0%, rgba(244, 248, 249, 0) 86%);
    background-image: -o-linear-gradient(346deg, rgba(255, 255, 255, 0.58) 0%, rgba(244, 248, 249, 0) 86%);
    background-image: linear-gradient(76deg, rgba(255, 255, 255, 0.58) 0%, rgba(244, 248, 249, 0) 86%); }

.background-shape-container-2 {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 131rem; }
  .background-shape-container-2 .background-tilt-gradient-a {
    width: 52rem;
    height: 199rem;
    margin-left: 470px;
    margin-top: -284px;
    transform: rotate(45deg);
    position: absolute;
    z-index: -4;
    background-image: -webkit-linear-gradient(107deg, rgba(227, 239, 244, 0.5) 33%, rgba(244, 248, 249, 0) 70%);
    background-image: -o-linear-gradient(107deg, rgba(227, 239, 244, 0.5) 33%, rgba(244, 248, 249, 0) 70%);
    background-image: linear-gradient(197deg, rgba(227, 239, 244, 0.5) 33%, rgba(244, 248, 249, 0) 70%); }

nav {
  margin-top: 3.4rem;
  font-size: 1.2rem;
  text-transform: uppercase; }
  nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    nav ul li {
      flex-shrink: 0; }
    nav ul #jamnav_logo {
      background: url(../images/jam-nav-api-logo.svg);
      background-size: 145px 61px;
      width: 145px;
      height: 61px;
      background-repeat: no-repeat;
      margin-right: 13rem;
      cursor: pointer;
      display: inline-block; }
    nav ul ul {
      width: 34rem;
      justify-content: space-between; }
      nav ul ul li {
        margin-left: 0.5rem;
        margin-right: 0.5rem; }
        nav ul ul li a {
          text-decoration: none;
          color: white; }
    nav ul .sign_in {
      margin-left: 7rem;
      font-family: "Articulat DemiBold";
      display: flex;
      align-items: center;
      text-decoration: none;
      color: white; }
      nav ul .sign_in .icon-arrow {
        background: url(../images/sign-in-arrow.svg);
        width: 1.25rem;
        height: 1.1rem;
        background-repeat: no-repeat;
        margin-left: 0.6rem; }

.banner-content {
  display: flex;
  margin-top: 6rem;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  height: 14rem;
  width: 100vw; }
  .banner-content article {
    color: white;
    width: 36.1rem;
    align-self: center; }
    .banner-content article header {
      font-size: 1.39rem;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 2rem;
      font-family: Articulat DemiBold; }
    .banner-content article p {
      font-size: 1rem;
      font-family: Articulat Medium;
      line-height: 1.6rem; }
      .banner-content article p .banner-article-bold {
        font-weight: bold; }
  .banner-content .banner-buttons {
    align-self: center;
    width: 25rem;
    display: flex;
    justify-content: space-between; }
    .banner-content .banner-buttons .banner-button-docs {
      background: #FFFFFF;
      border-radius: 10rem;
      font-family: Articulat DemiBold;
      font-size: 0.875rem;
      color: #259BB1;
      padding: 1.5rem;
      padding-top: 0.6rem;
      padding-bottom: 0.6rem;
      text-transform: uppercase;
      border: 0px; }
    .banner-content .banner-buttons .banner-button-account {
      background: #FFFFFF;
      border-radius: 10rem;
      font-family: Articulat DemiBold;
      font-size: 0.875rem;
      color: #EB5757;
      padding: 1.5rem;
      padding-top: 0.6rem;
      padding-bottom: 0.6rem;
      text-transform: uppercase;
      border: 0; }

.banner-shape-circle {
  background: gray;
  height: 571.75rem;
  width: 571.75rem;
  border-radius: 50%;
  margin-left: calc((100vw - 571.75rem) / 2);
  margin-top: -540.75rem;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  background-image: -webkit-linear-gradient(153deg, #58FFD4 62%, #218DAF 67%);
  background-image: -o-linear-gradient(153deg, #58FFD4 62%, #218DAF 67%);
  background-image: linear-gradient(243deg, #58FFD4 62%, #218DAF 67%); }
  .banner-shape-circle .banner-shape-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 537.6rem; }
    .banner-shape-circle .banner-shape-container .banner-tilt-gradient-banner-a {
      width: 28rem;
      height: 114rem;
      transform: rotate(45deg);
      background-image: -webkit-linear-gradient(300deg, rgba(66, 209, 196, 0) 48%, rgba(70, 233, 205, 0.99) 85%);
      background-image: -o-linear-gradient(300deg, rgba(66, 209, 196, 0) 48%, rgba(70, 233, 205, 0.99) 85%);
      background-image: linear-gradient(30deg, rgba(66, 209, 196, 0) 48%, rgba(70, 233, 205, 0.99) 85%);
      position: absolute;
      z-index: -4;
      margin-left: -28rem;
      margin-top: 23rem; }
    .banner-shape-circle .banner-shape-container .banner-tilt-gradient-banner-b {
      width: 53rem;
      height: 114rem;
      transform: rotate(45deg);
      background-image: -webkit-linear-gradient(10deg, rgba(62, 200, 194, 0) -19%, #1A86A9 73%);
      background-image: -o-linear-gradient(10deg, rgba(62, 200, 194, 0) -19%, #1A86A9 73%);
      background-image: linear-gradient(100deg, rgba(62, 200, 194, 0) -19%, #1A86A9 73%);
      position: absolute;
      z-index: -3;
      margin-left: 22rem;
      margin-top: 8rem; }
    .banner-shape-circle .banner-shape-container .banner-shape-rect-yellow {
      width: 111rem;
      height: 114rem;
      transform: rotate(45deg);
      background-image: -webkit-linear-gradient(left, #FEC10E 30%, #F0E346 100%);
      background-image: -o-linear-gradient(left, #FEC10E 30%, #F0E346 100%);
      background-image: linear-gradient(to right, #FEC10E 30%, #F0E346 100%);
      border-radius: 5rem;
      position: absolute;
      z-index: -2;
      margin-top: 23.4rem;
      margin-left: -101rem; }
    .banner-shape-circle .banner-shape-container .banner-shape-rect-red {
      width: 80rem;
      height: 114rem;
      transform: rotate(45deg);
      background-image: -webkit-linear-gradient(left, #EB5757 40%, #E89B7D 100%);
      background-image: -o-linear-gradient(left, #EB5757 40%, #E89B7D 100%);
      background-image: linear-gradient(to right, #EB5757 40%, #E89B7D 100%);
      border-radius: 5rem;
      position: absolute;
      z-index: -2;
      margin-left: 73rem;
      margin-top: 10rem; }

section.map-container {
  width: 900px;
  height: 543px;
  border-radius: 8px;
  background-color: #ffffff;
  position: relative;
  margin: 0px auto;
  margin-top: 24rem;
  box-shadow: 0 12px 26px 0 rgba(37, 155, 177, 0.08); }
  section.map-container .ui-dots {
    font-size: 2.3rem;
    position: absolute;
    margin-left: 1.3rem;
    margin-top: 1.3rem;
    display: flex;
    justify-content: space-between;
    width: 4.5rem; }
    section.map-container .ui-dots .red {
      width: 1rem;
      height: 1rem;
      border-radius: 0.5rem;
      background: #ff5f5f; }
    section.map-container .ui-dots .yellow {
      width: 1rem;
      height: 1rem;
      border-radius: 0.5rem;
      background: #ffc230; }
    section.map-container .ui-dots .green {
      width: 1rem;
      height: 1rem;
      border-radius: 0.5rem;
      background: #29cf42; }
  section.map-container .map {
    background: url(../images/map.png);
    background-size: 56.25rem 28.875rem;
    height: 28.875rem;
    width: 56.25rem;
    top: 3.5rem;
    position: relative; }
    section.map-container .map .pin-orange {
      background: url(../images/pin-orange.svg);
      background-size: 5rem 5.5rem;
      background-position: -0.5rem -0.43rem;
      background-repeat: no-repeat;
      width: 3.75rem;
      height: 3.43rem;
      margin-left: 8.9rem;
      top: 4.6rem;
      position: relative; }
    section.map-container .map .pin-aqua {
      background: url(../images/pin-aqua.svg);
      background-size: 5rem 5.5rem;
      background-position: -0.5rem -0.43rem;
      background-repeat: no-repeat;
      width: 3.75rem;
      height: 3.43rem;
      margin-left: 19.4rem;
      top: 7rem;
      position: relative; }
    section.map-container .map .pin-yellow {
      background: url(../images/pin-yellow.svg);
      background-size: 5rem 5.5rem;
      background-position: -0.5rem -0.43rem;
      background-repeat: no-repeat;
      width: 3.75rem;
      height: 3.43rem;
      margin-left: 25.3rem;
      top: -0.2rem;
      position: relative; }
    section.map-container .map .pin-teal {
      background: url(../images/pin-teal.svg);
      background-size: 5rem 5.5rem;
      background-position: -0.5rem -0.43rem;
      background-repeat: no-repeat;
      width: 3.75rem;
      height: 3.43rem;
      margin-left: 32.7rem;
      top: 1.5rem;
      position: relative; }
    section.map-container .map .pin-red {
      background: url(../images/pin-red.svg);
      background-size: 5rem 5.5rem;
      background-position: -0.5rem -0.43rem;
      background-repeat: no-repeat;
      width: 3.75rem;
      height: 3.43rem;
      margin-left: 35.6rem;
      top: 2.5rem;
      position: relative; }
    section.map-container .map .pin-purple {
      background: url(../images/pin-purple.svg);
      background-size: 5rem 5.5rem;
      background-position: -0.5rem -0.43rem;
      background-repeat: no-repeat;
      width: 3.75rem;
      height: 3.43rem;
      margin-left: 43rem;
      top: -9.9rem;
      position: relative; }
    section.map-container .map .map-legend {
      width: 17.5rem;
      height: 12.5625rem;
      border-radius: 0.625rem;
      background-color: #ffffff;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
      margin-top: -6.3rem;
      margin-left: 1.5rem;
      padding-left: 1.6rem;
      padding-top: 1.5rem; }
      section.map-container .map .map-legend ul {
        list-style-type: none;
        font-size: 1.2rem; }
        section.map-container .map .map-legend ul li {
          margin-bottom: 1rem;
          display: flex;
          flex-direction: row;
          align-items: center; }
          section.map-container .map .map-legend ul li .dot {
            width: 0.6rem;
            height: 0.6rem;
            border-radius: 0.3rem;
            margin-right: 1rem; }
        section.map-container .map .map-legend ul .entertainment {
          color: #1fd1b7; }
          section.map-container .map .map-legend ul .entertainment .dot {
            background: #1fd1b7; }
        section.map-container .map .map-legend ul .gas_stations {
          color: #eb5757; }
          section.map-container .map .map-legend ul .gas_stations .dot {
            background: #eb5757; }
        section.map-container .map .map-legend ul .banking {
          color: #f1b609; }
          section.map-container .map .map-legend ul .banking .dot {
            background: #f1b609; }
        section.map-container .map .map-legend ul .shopping {
          color: #ac6fe4; }
          section.map-container .map .map-legend ul .shopping .dot {
            background: #ac6fe4; }
        section.map-container .map .map-legend ul .government {
          color: #ff9d67; }
          section.map-container .map .map-legend ul .government .dot {
            background: #ff9d67; }

section.jamnavapi {
  width: 52rem;
  margin: 0px auto;
  margin-top: 6.5rem; }
  section.jamnavapi .section-heading {
    width: 28rem;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem; }
    section.jamnavapi  .section-icon-jamnavapi {
      background: url(../images/jamnav-api-icon.svg);
      background-size: 5rem 5rem;
      width: 5rem;
      height: 5rem; }
    section.jamnavapi .section-heading .section-title {
      font-family: Articulat Medium;
      font-size: 2rem;
      font-weight: 500;
      letter-spacing: 0.4rem;
      text-align: left;
      color: #259bb1; }
  section.jamnavapi p {
    width: 36.6rem;
    margin: 0px auto;
    margin-bottom: 3rem;
    line-height: 2.1rem;
    font-size: 1.3rem;
    color: #1AB3D5; }
    section.jamnavapi p .article-bold {
      font-family: Articulat Bold; }
    section.jamnavapi p .article-bold-google {
      font-family: Articulat Bold;
      color: #EB5757; }
  section.jamnavapi .jamnav-statements {
    display: flex;
    width: 52rem;
    justify-content: space-between; }
    section.jamnavapi .card {
      width: 16rem;
      height: 12rem;
      border-radius: 0.4rem;
      background-color: #ffffff;
      box-shadow: 0 12px 26px 0 rgba(37, 155, 177, 0.08);
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      section.jamnavapi .card .icon-gps {
        background: url(../images/icon-gps.svg);
        background-size: 2.75rem 2.8rem;
        width: 2.75rem;
        height: 2.8rem;
        margin-bottom: 1.4rem; }
      section.jamnavapi .card .icon-ground {
        background: url(../images/icon-ground.svg);
        background-size: 10.8rem 2.9rem;
        width: 10.8rem;
        height: 2.9rem;
        margin-bottom: 1.4rem; }
      section.jamnavapi .card .icon-globe {
        background: url(../images/icon-globe.svg);
        background-size: 2.65rem 2.65rem;
        width: 2.65rem;
        height: 2.65rem;
        margin-bottom: 1.4rem;
        margin-top: 0.5rem; }
      section.jamnavapi .card span {
        font-size: 1.1rem;
        color: #1AB3D5;
        width: 14rem;
        text-align: center;
        line-height: 1.5; }
.section-title{
  .newmargin-top: 25px;
}

.jamnav-api-container{
  margin-left: 21%;
}
.development-container{
  margin-left: 21%;
}
section.development {
  width: 52rem;
  margin: 0px auto;
  margin-top: 6.5rem; }
  section.development .section-heading {
    width: 25.5rem;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem; }
    section.development .section-icon-development {
      background: url(../images/icon-code.svg);
      background-size: 5rem 5rem;
      width: 5rem;
      height: 5rem; }
    section.development .section-title {
      font-family: Articulat Medium;
      font-size: 2rem;
      font-weight: 500;
      letter-spacing: 0.4rem;
      text-align: left;
      color: #259bb1;
      margin-top:22px;
       }
  section.development .code-samples {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; }
    section.development .code-samples .code-container {
      display: flex;
      flex-direction: column;
      width: 39rem; }
      section.development .code-samples .code-container .sample:last-child .sample-code {
        margin-bottom: 0px; }
      section.development .code-samples .code-container .sample .sample-heading {
        font-size: 1.2rem;
        text-align: left;
        color: #259bb1;
        font-family: Articulat Text; }
      section.development .code-samples .code-container .sample .sample-code {
        margin-top: 1.2rem;
        margin-bottom: 1.2rem; }
        section.development .code-samples .code-container .sample .sample-code pre {
          border-radius: 0.3rem;
          box-shadow: 0 12px 26px 0 rgba(37, 155, 177, 0.08); }
        section.development .code-samples .code-container .sample .sample-code pre.python tr.line.line-7 {
          display: none; }
        section.development .code-samples .code-container .sample .sample-code pre.python .line:nth-child(7) {
          line-height: 1.25rem; }
        section.development .code-samples .code-container .sample .sample-code pre.python .line:nth-child(7) .line-number {
          border-bottom-left-radius: 0.3rem;
          color: #B7F0E8; }
        section.development .code-samples .code-container .sample .sample-code pre.javascript tr.line.line-8 {
          display: none; }
        section.development .code-samples .code-container .sample .sample-code pre.javascript .line:nth-child(8) {
          line-height: 1.25rem; }
        section.development .code-samples .code-container .sample .sample-code pre.javascript .line:nth-child(8) .line-number {
          border-bottom-left-radius: 0.3rem;
          color: #B7F0E8; }
        section.development .code-samples .code-container .sample .sample-code pre.java .line:nth-child(2) span.entity {
          color: #b7b7b7; }
        section.development .code-samples .code-container .sample .sample-code pre.java .line:nth-child(2) code {
          color: #b7b7b7; }
        section.development .code-samples .code-container .sample .sample-code pre.java .line:nth-child(10) span.entity {
          color: #b7b7b7; }
        section.development .code-samples .code-container .sample .sample-code pre.java .line:nth-child(10) code {
          color: #b7b7b7; }
        section.development .code-samples .code-container .sample .sample-code pre.java .line:nth-child(13) .line-number {
          border-bottom-left-radius: 0.3rem;
          color: #B7F0E8; }
        section.development .code-samples .code-container .sample .sample-code pre.java tr.line.line-12 {
          line-height: 1.25rem; }
        section.development .code-samples .code-container .sample .sample-code pre.java tr.line.line-13 {
          display: none; }
    section.development .code-samples .menu {
      display: flex;
      flex-direction: column; }
      section.development .code-samples .menu span {
        font-size: 1.2rem;
        text-align: left;
        color: #259bb1;
        font-family: Articulat Medium;
        margin-bottom: 1.2rem;
        margin-left: 0.8rem; }
      section.development .code-samples .menu menu li.selected {
        background: #FFFFFF;
        box-shadow: 0 4px 12px 0 rgba(37, 155, 177, 0.08);
        border-radius: 0.5rem;
        font-family: Articulat Medium;
        color: #259bb1;
        font-size: 0.9rem;
        padding: 0.6rem;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
        width: 9.6rem;
        cursor: default; }
      section.development .code-samples .menu menu li {
        list-style-type: none;
        border-radius: 0.5rem;
        font-family: Articulat Text;
        color: #259bb1;
        font-size: 0.9rem;
        padding: 0.6rem;
        padding-left: 0.9rem;
        padding-right: 0.9rem;
        width: 9.6rem;
        cursor: pointer; }
      section.development .code-samples .menu menu li:last-child {
        padding-bottom: 0px; }
      section.development .code-samples .menu menu li.selected:last-child {
        padding-bottom: 0.6rem; }
      section.development .code-samples .menu .separator {
        height: 1px;
        width: 11.1rem;
        background: #bbd6df;
        margin-left: 0;
        margin-bottom: 0.6rem;
        margin-top: 0.6rem; }
      section.development .code-samples .menu a {
        text-decoration: none;
        color: #259bb1;
        font-size: 0.9rem;
        margin-left: 0.9rem;
        font-family: Articulat Text;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 8.9rem; }
        section.development .code-samples .menu a .icon-api-arrow {
          background: url(../images/icon-api-arrow.svg);
          background-size: 1rem 0.75rem;
          width: 1rem;
          height: 0.75rem; }

.rainbow {
  font-family: 'Fira Mono', monospace;
  font-weight: 400;
  color: #565656; }
  .rainbow .line:hover {
    background: none; }
  .rainbow span.string {
    font-weight: 400;
    color: #9DBF3F; }
  .rainbow span.keyword {
    color: #BA8BAF;
    font-weight: 400; }
  .rainbow span.keyword .operator {
    color: #86C1B9;
    font-weight: 400; }
  .rainbow span.selector {
    color: #ff5f5f;
    font-weight: 400; }
  .rainbow span.entity {
    color: #ff5f5f;
    font-weight: 400; }
  .rainbow .line-number {
    color: #259BB1; }
  .rainbow .line {
    line-height: 2.1rem; }
  .rainbow .line .line-number {
    background-color: #B7F0E8 !important; }
  .rainbow .line:first-child .line-number {
    border-top-left-radius: 0.3rem;
    color: #B7F0E8; }
  .rainbow .line:first-child {
    line-height: 1.25rem; }
  .rainbow .line:last-child .line-number {
    border-bottom-left-radius: 0.3rem;
    color: #B7F0E8; }
  .rainbow .line:last-child {
    line-height: 1.25rem; }
.payment-container{
  margin-left: 25%;
}
section.payments {
  width: 52rem;
  margin: 0px auto;
  margin-top: 6.5rem; }
  section.payments .section-heading {
    width: 20rem;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem; }
    section.payments .section-icon-payments {
      background: url(../images/icon-payments.svg);
      background-size: 5rem 5rem;
      width: 5rem;
      height: 5rem; }
    section.payments .section-title {
      font-family: Articulat Medium;
      font-size: 2rem;
      font-weight: 500;
      letter-spacing: 0.4rem;
      text-align: left;
      color: #259bb1;
      margin-top:22px;
       }
  section.payments .card-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0px auto;
    width: 34rem; }
    section.payments .card-container .card {
      /*width: 16.4rem;*/
      border-radius: 0.4rem;
      background-color: #ffffff;
      box-shadow: 0 12px 26px 0 rgba(37, 155, 177, 0.08);
      display: flex;
      padding-top: 1.3rem;
      padding-bottom: 1.6rem;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      section.payments .card-container .card .separator {
        height: 1px;
        width: 13rem;
        background: #bbd6df;
        margin-left: 0;
        margin-bottom: 1.6rem;
        margin-top: 1rem; }
      section.payments .card-container .card .button-monthly {
        border-radius: 5.375rem;
        border: 0px;
        color: white;
        background-color: #52C2D7;
        padding: 0.6rem;
        padding-left: 1.4rem;
        padding-right: 1.4rem; }
      section.payments .card-container .card .button-yearly {
        border-radius: 5.375rem;
        border: 0px;
        color: white;
        background-color: #EB5757;
        padding: 0.6rem;
        padding-left: 1.4rem;
        padding-right: 1.4rem; }
      section.payments .card-container .card .heading {
        font-size: 0.8rem;
        text-align: left;
        font-family: Articulat Demibold;
        text-transform: uppercase; }
      section.payments .card-container .card .money {
        font-size: 2rem;
        font-family: Articulat Light;
        margin-bottom: 1.4rem; }
      section.payments .card-container .card .money.monthly {
        color: #1AB3D5; }
      section.payments .card-container .card .monthly {
        color: #259bb1; }
      section.payments .card-container .card .yearly {
        color: #EB5757; }
.data-tier-container{
  margin-left: 32%;
}
.data-tiers-title-container{
  margin-top: 25px;
  /*margin-left: 5px;*/
}
.data-tier-title{
  padding-left: 23px;
}
section.data_tiers {
  width: 52rem;
  margin: 0px auto;
  margin-top: 6.5rem; }
  section.data_tiers .section-heading {
    width: 21.1rem;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem; }
    section.data_tiers .section-icon-data_tiers {
      background: url(../images/icon-data_tiers.svg);
      background-size: 5rem 5rem;
      width: 5rem;
      height: 5rem; }
    section.data_tiers .section-title {
      font-family: Articulat Medium;
      font-size: 2rem;
      font-weight: 500;
      letter-spacing: 0.4rem;
      text-align: left;
      color: #259bb1; }
  section.data_tiers .free-data {
    /*margin: 0px auto;*/
    /*display: flex;*/
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 42.3rem; }
    section.data_tiers .free-data .free {
      font-size: 1rem;
      font-family: Articulat Medium;
      background: #FFFFFF;
      box-shadow: 0 2px 4px 0 rgba(110, 169, 180, 0.25);
      border-radius: 6.25rem;
      padding: 0.5rem;
      padding-left: 1.4rem;
      padding-right: 1.3rem;
      color: #259BB1;
      width: 22%;
      display: inline-block;
    }
    section.data_tiers .free-data span {
      color: #1AB3D5; }
  section.data_tiers .card-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0px auto;
    width: 52rem;
    margin-top: 2rem; }
    section.data_tiers .card-container .card {
      width: 16.7rem;
      border-radius: 0.4rem;
      background-color: #ffffff;
      display: flex;
      padding-top: 1.3rem;
      padding-bottom: 1.2rem;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      section.data_tiers .card-container .card .icon-tier1 {
        background: url(../images/icon-tier1.svg);
        background-size: 6.0875rem 5.875rem;
        width: 6.0875rem;
        height: 5.875rem;
        margin-top: 1.6rem; }
      section.data_tiers .card-container .card .icon-tier2 {
        background: url(../images/icon-tier2.svg);
        background-size: 6.0875rem 5.875rem;
        width: 6.0875rem;
        height: 5.875rem;
        margin-top: 1.6rem; }
      section.data_tiers .card-container .card .icon-tier3 {
        background: url(../images/icon-tier3.svg);
        background-size: 6.0875rem 5.875rem;
        width: 6.0875rem;
        height: 5.875rem;
        margin-top: 1.6rem; }
      section.data_tiers .card-container .card .separator {
        height: 1px;
        width: 13rem;
        background: #bbd6df;
        margin-left: 0;
        margin-bottom: 1.6rem;
        margin-top: 0.6rem; }
      section.data_tiers .card-container .card ul {
        list-style: none;
        align-self: flex-start;
        margin-left: 1.9rem;
        line-height: 1.75; }
      section.data_tiers .card-container .card .ui-dots {
        margin-top: 1.3rem;
        display: flex;
        justify-content: space-between;
        align-self: center;
        width: 2.6rem;
        cursor: pointer; }
        section.data_tiers .card-container .card .ui-dots div {
          width: 0.5rem;
          height: 0.5rem;
          border-radius: 0.25rem; }
      section.data_tiers .card-container .card .money {
        font-size: 1.45rem;
        font-family: Articulat Medium;
        margin-bottom: 1rem; }
      section.data_tiers .card-container .card .card-cost-info {
        color: #ADADAD;
        font-family: Articulat Light;
        font-size: 1rem;
        margin-top: 0.8rem;
        margin-bottom: 1.2rem; }
      section.data_tiers .card-container .card .card-header {
        margin-top: 1rem; }
    section.data_tiers .card-container .tier1 {
      color: #1AB3D5; }
    section.data_tiers .card-container .tier1-shadow {
      box-shadow: 0 8px 20px 0 RGBA(132, 255, 232, 0.2); }
    section.data_tiers .card-container .tier1-dots div {
      background: #1AB3D5; }
    section.data_tiers .card-container .tier2 {
      color: #2D6AE7; }
    section.data_tiers .card-container .tier2-shadow {
      box-shadow: 0 8px 20px 0 RGBA(54, 132, 243, 0.15); }
    section.data_tiers .card-container .tier2-dots div {
      background: #2D6AE7; }
    section.data_tiers .card-container .tier3 {
      color: #EB5757; }
    section.data_tiers .card-container .tier3-shadow {
      box-shadow: 0 8px 18px 0 RGBA(254, 84, 74, 0.09); }
    section.data_tiers .card-container .tier3-dots div {
      background: #EB5757; }

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  height: 30rem;
  margin-top: 50.6rem;
  background-image: -webkit-linear-gradient(#F7FAFB 0%, #ECF3F5 100%);
  background-image: -o-linear-gradient(#F7FAFB 0%, #ECF3F5 100%);
  background-image: linear-gradient(#fbfeff 0%, #ECF3F5 100%); }
  footer .jamnav-logo2 {
    background: url(../images/jamnav-api-logo3.svg);
    background-size: 11.75rem 4.9375rem;
    width: 11.75rem;
    height: 4.9375rem;
    margin-top: 3rem; }
  footer .menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 47.4rem;
    margin-top: 2.6rem;
    margin-bottom: 2.6rem; }
    footer .menu menu {
      display: flex;
      justify-content: space-around;
      align-items: center;
      width: 36rem; }
      footer .menu menu li {
        list-style-type: none; }
        footer menu li a {
          color: #259BB1;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 1rem;
          padding-right:1rem; }
  footer .social-media-icons {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 9rem; }
    footer .social-media-icons .logo-facebook {
      background: url(../images/logo-facebook.svg);
      background-size: 1.5rem 1.455625rem;
      width: 1.5rem;
      height: 1.455625rem; }
    footer .social-media-icons .logo-instagram {
      background: url(../images/logo-instagram.svg);
      background-size: 1.5rem 1.5rem;
      width: 1.5rem;
      height: 1.5rem; }
    footer .social-media-icons .logo-twitter {
      background: url(../images/logo-twitter.svg);
      background-size: 1.75rem 1.375rem;
      width: 1.75rem;
      height: 1.375rem; }
  footer .mona-gis-teal {
    background: url(../images/monagis_teal.svg);
    background-size: 10.625rem 2.94875rem;
    width: 10.625rem;
    height: 2.94875rem;
    margin-bottom: 2.6rem; }
  footer .footer-contact-line1 {
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
    color: #259BB1;
    font-family: Articulat Medium; }
  footer .footer-contact-line2 {
    font-size: 0.9rem;
    margin-bottom: 0.6rem;
    color: #259BB1;
    font-family: Articulat Medium; }

@media only screen and (max-width: 800px) {
  .banner-content article {
    width: 25.1rem;
  }
  nav {
    font-size: 1rem;
  }
  section.jamnavapi {
    width: 30rem;

  }
  section.development .code-samples .menu {
      display: none;
   }
   section.map-container{
    width: 593px;
   }
   section.map-container .map{
    width:37rem;
   }
}
.dropdown-menu>li>a{
  color: #2fb3ba;
}
.btn-group{
  display: none;
}
.mini-card{
    margin-left: 2%;
}
.footer-menu-options{
  display: inline-block;
}
.footer-menu-container{
  width:70%;
}
.payment-caption{
  margin-top: 15px;
    margin-bottom: 3rem;
    line-height: 2.1rem;
    font-size: 1.3rem;
    color: #1AB3D5;
  }
@media only screen and (max-width: 420px) {
  .payment-caption{
    font-size: 1.1rem;
    text-align: start;
    color: #1AB3D5;
    font-family: Articulat Text;
    width: 46%;
    margin-left: 26px;
    line-height: 1.4;
    margin-top: 10px;
  }

  nav ul #jamnav_logo{
    margin-left:27%;
  }

  .footer-contact{
    padding-left:10px;
    padding-right:10px;
  }
  .footer-menu-container {
    width: 85%;
  }
  .footer-menu-options{
    margin:auto;
  }
  footer .social-media-icons {
    width: unset;
    padding-bottom: 1.5rem;
  }
  footer menu{
    padding-bottom: 1.5rem;
    display: flex;
  }
  section.map-container{
    margin-top: 26rem;
  }
  .header-ul{
    display: none;
  }
  .btn-group{
    margin-left: 22rem;
    margin-top: 10px;
    display: block
  }
  .tier-card{
    margin-left: 9%;
    display: flex;
  }
  section.data_tiers .card-container .card ul {
    margin:auto;
  }
  .data-tier-title{
    margin-left: 9%;
  }
  section.data_tiers .section-icon-data_tiers{
    margin-left: 22%;
  }
  .free{
    margin-left: 12%;
  }
  section.data_tiers .free-data .free{
    margin-top: 10px;
    margin-left: 20%;
  }
  .poi-caption{
    display: block;
    width: 65%;
    padding-left: 15px;
    margin-top: 22px;
  }
  .data-tier-container{
    margin-left: 0%;
  }
  section.payments .card-container .card {
      width: 50%;
      margin-left: 21%;
    }
  section.payments .card-container {
    margin: 0px 0px;
  }
  section.payments .section-title{
    margin-left:11%;
  }
  section.payments .section-icon-payments {
    margin-left: 18%;
  }
  .payment-container {
    margin-left: 0%;
  }



  .mini-card{
    margin-left: 18%;
  }
  section.development .code-samples .code-container .sample .sample-heading{
    padding-left: 10px;
  }
  .line-code{
    font-size: 16px;
  }
  .code-samples{
    margin-top: 3rem;
  }
  section.development .code-samples .code-container .sample .sample-code {
      width: 64%;
      margin-left: 4px;
  }
  section.development .development-container .section-title {
    font-size:1.5rem;
    padding:10px;
    width:42%;
    text-align: center;
    vertical-align: middle;
  }
  .jamnav-api-container{
    margin-left: 0%;
  }
  .development-container{
    margin-left: 0%;
  }
   .new.section-icon-jamnavapi{
    margin-left: 33%;
  }
  .new.section-icon-development{
    margin-left: 18%;
  }
  section.jamnavapi p {
    width: 85%;
    margin: 0px 0px;
    font-size: 1.4rem;
    color: #1AB3D5;
    padding-left: 15px;
  }

  section.jamnavapi .section-title {
    font-size: 1.6rem;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    width: 85%;
  }
  section.development .development-container .section-title {
    font-size:1.6rem;
    padding:10px;
    width:45%;
    text-align: center;
    vertical-align: middle;
  }
  .banner-content article p {
    width: 0.8rem;
    width: 85%;
    padding-left: 15px;
  }
  section.map-container {
    width: 400px;
  }
  section.map-container .map{
    width: 25rem;
  }
  .banner-content article p {
    width: 0.8rem;
    width: 100%;
    padding-left: 15px;
    font-size: 16px;
  }
  .banner-content .banner-buttons .banner-button-docs {
      margin-top: 10px;
  }
  .banner-content .banner-buttons .banner-button-account{
      margin-top: 10px;
  }
  .banner-content article header {
    width: 100%;
  }
}
@media only screen and (max-width: 385px) {
  .payment-caption{
    font-size: 1.1rem;
    text-align: left;
    color: #1AB3D5;
    font-family: Articulat Text;
    width: 41%;
    margin-left: 11px;
    line-height: 1.4;
    margin-top: 10px;
  }

  nav ul #jamnav_logo{
    margin-left:27%;
  }
   .footer-contact{
    padding-left:10px;
    padding-right:10px;
  }
  .footer-menu-container {
    width: 100%;
  }
  .footer-menu-options{
    margin:auto;
  }
  footer .social-media-icons {
    width: unset;
    padding-bottom: 1.5rem;
  }
  footer menu{
    padding-bottom: 1.5rem;
    display: flex;
  }
  section.map-container{
    margin-top: 30rem;
  }
  .btn-group{
    margin-left: 19rem;
    margin-top: 10px;
    display: block;
  }


  .tier-card{
    margin-left: 6%;
  }
  .data-tier-title{
  padding-left: 0px;
  }
  section.data_tiers .section-icon-data_tiers{
    margin-left: 18%;
  }
  .free{
    margin-left: 12%;
  }
  section.data_tiers .free-data .free{
    margin-top: 10px;
    margin-left: 15%;
  }
  .poi-caption{
    display: block;
    width: 45%;
    padding-left: 15px;
    margin-top: 22px;
  }
  .data-tier-container{
    margin-left: 0%;
  }
  section.payments .card-container .card {
      width: 50%;
      margin-left: 16%;
    }
  section.payments .card-container {
    margin: 0px 0px;
  }
  section.payments .section-title{
    margin-left:7%;
  }
  section.payments .section-icon-payments {
    margin-left: 15%;
  }
  .payment-container {
    margin-left: 0%;
  }




  .mini-card{
    margin-left: 13%;
  }
  .line-code{
    font-size: 16px;
  }
  .code-samples{
    margin-top: 3rem;
  }
  section.development .code-samples .code-container .sample .sample-code {
      width: 55%;
      margin-left: 4px;
  }
  section.development .development-container .section-title {
    font-size:1.5rem;
    padding:10px;
    width:42%;
    text-align: center;
    vertical-align: middle;
  }
  .jamnav-api-container{
    margin-left: 0%;
  }
  .development-container{
    margin-left: 0%;
  }
   .new.section-icon-jamnavapi{
    margin-left: 25%;
  }
  .new.section-icon-development{
    margin-left: 15%;
  }
  section.jamnavapi p {
    width: 80%;
    margin: 0px 0px;
    font-size: 0.8rem;
    color: #1AB3D5;
    padding-left: 15px;
  }

  section.jamnavapi .section-title {
    font-size: 1.5rem;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    width: 68%;
  }
  .banner-content article p {
    width: 0.8rem;
    width: 85%;
    padding-left: 15px;
  }
  section.development .code-samples .code-container .sample .sample-heading{
    padding-left: 10px;
  }
  section.map-container{
    width: 300px;
   }
   section.map-container .map{
    width:18.8rem;
   }
   section.map-container .map .map-legend {
    width: 13.5rem;
    height: 15.5625rem;
  }
  .banner-content article {
    align-self: end;
  }
  section.map-container{
    margin-top:27rem;
  }

  .banner-content .banner-buttons .banner-button-docs {
      margin-top: 10px;
      font-size: 10px;
      margin-left: 28px;
  }
  .banner-content .banner-buttons .banner-button-account{
      margin-top: 10px;
      font-size: 10px;
      margin-right: 28px;
  }
  .banner-content article header {
    width: 90%;
  }

}

@media only screen and (max-width: 340px) {
  .payment-caption{
    font-size: 0.9rem;
    text-align: left;
    color: #1AB3D5;
    font-family: Articulat Text;
    width: 36%;
    margin-left: 10px;
    line-height: 1.4;
    margin-top: 10px;
  }

  nav ul #jamnav_logo{
    margin-left:27%;
  }
  .footer-contact{
    padding-left:10px;
    padding-right:10px;
  }
  .footer-menu-container {
    width: 100%;
  }
  .footer-menu-options{
    margin:auto;
  }
  footer .social-media-icons {
    width: unset;
    padding-bottom: 1.5rem;
  }
  footer menu{
    padding-bottom: 1.5rem;
    display: flex;
  }
  section.map-container{
    margin-top: 30rem;
  }


  .btn-group{
    margin-left: 17rem;
    margin-top: 10px;
    display: block;
  }
  .data-tier-title {
      margin-left: 4%;
      padding-left: 0px;
  }
  section.data_tiers .free-data .free {
    margin-top: 10px;
    margin-left: 12%;
  }

  .tier-card{
    margin-left: 3%;
  }
  section.data_tiers .section-icon-data_tiers{
    margin-left: 15%;
  }
  .free{
    margin-left: 12%;
  }
  section.data_tiers .free-data .free{
    margin-top: 10px;
  }
  .poi-caption{
    display: block;
    width: 45%;
    padding-left: 15px;
    margin-top: 22px;
  }
  .data-tier-container{
    margin-left: 0%;
  }
  section.payments .card-container .card {
      width: 50%;
      margin-left: 12%;
    }
  section.payments .card-container {
    margin: 0px 0px;
  }
  section.payments .section-title{
    margin-left:5%;
  }
  section.payments .section-icon-payments {
    margin-left: 12%;
  }
  .payment-container {
    margin-left: 0%;
  }
  .mini-card{
    margin-left: 9%;
  }
  .line-code{
    font-size: 12px;
  }
  .code-samples{
    margin-top: 3rem;
  }
  section.development .code-samples .code-container .sample .sample-code {
      width: 50%;
      margin-left: 4px;
  }
  section.map-container .map .map-legend {
    width: 13.5rem;
    height: 15.5625rem;
  }
  section.jamnavapi p {
    width: 65%;
    margin: 0px 0px;
    font-size: 0.7rem;
    color: #1AB3D5;
    padding-left: 10px;
}
  .new.section-icon-jamnavapi{
    margin-left: 21%;
  }
  .new.section-icon-development{
    margin-left: 12%;
  }
  section.development .development-container .section-title {
    font-size:1.5rem;
    padding:10px;
    width:35%;
    text-align: center;
    vertical-align: middle;
  }
  section.jamnavapi .section-title {
    font-size:1.5rem;
    padding:10px;
    text-align: center;
    vertical-align: middle;
    width: 64%;

  }
  section.development .code-samples .code-container .sample .sample-heading{
    padding-left: 10px;
  }
  .jamnav-api-container{
    margin-left: 0%;
  }
  .development-container{
    margin-left: 0%;
  }

  .banner-content article p {
    width: 0.8rem;
    width: 74%;
    padding-left: 15px;
  }
  .banner-content .banner-buttons .banner-button-docs {
      margin-top: 10px;
      font-size: 10px;
      margin-left: 44px;
  }
  .banner-content .banner-buttons .banner-button-account{
      margin-top: 10px;
      font-size: 10px;
      margin-right: 44px;
  }
  .banner-content article header {
    width: 80%;
  }
}
.menu-button{
  background-color: transparent;
  border:none;
  margin-left:10rem;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
  background-color: transparent;
  border-color: none;
}
.btn-default:hover{
  background-color: transparent;
  border-color: none;
}
ul.dropdown-menu{
    transform: translate3d(-113px, 39px, 0px)!important;
}



/****Table Row Properties *****/
.clickable-row { transition: background-color 0.7s ease; cursor: pointer; }
.clickable-row:hover { background-color: #ededed; margin: 0; }
/*# sourceMappingURL=styles.css.map */
