@font-face {
  font-family: "Avenir LT W05_35 Light";
  src: url("../../fonts/avenir-next/bb590848-4012-46d6-a8d5-48c9893a176b.woff2") format("woff2"),
       url("../../fonts/avenir-next/3a42a252-67ff-4186-88cf-762f56719ca1.woff") format("woff");
}

@font-face {
  font-family: "Avenir LT W04_65 Medium1475536";
  src: url("../../fonts/avenir-next/7195d5d0-582f-42d4-86ca-9da8dc31146e.woff2") format("woff2"),
       url("../../fonts/avenir-next/0417e965-6ae1-4395-8f71-f61ea767d523.woff") format("woff");
}

@font-face {
  font-family: "Avenir LT W01_85 Heavy";
  src: url("../../fonts/avenir-next/b86524f7-009e-4c08-a266-c43f1fb68e5e.woff2") format("woff2"),
       url("../../fonts/avenir-next/e40e6ac5-f2bd-4d65-baf7-b1e397d7fdcc.woff") format("woff");
}

.cta-button {
  background: #EF8D36;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #FFF;
  font-size: 13px;
  padding: 10px 22px;
}
.cta-button:hover {
  background: orange;
  color: #FFF;
}

html.scroll-lock body,
.scroll-lock {
  height: 100% !important;
}

.page {
  overflow: inherit;
}

h1, h2, h3, h4, h5, h6, p, li, div, span {
  -webkit-font-smoothing: antialiased;
}
h2 {
  font-size: 2.4em;
  letter-spacing: normal;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.block-group-5-up .block {
  float: left;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.arcgis-online-signin-background {
  background: url(../../graphics/sign-in-background-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 35% center;
}

@media screen and (max-height: 698px) {
  .arcgis-online-signin-background {
    background: url(../../graphics/sign-in-background-image-arcgis-online-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.main-arcgis-message-container {
  padding-bottom: 66px;
}

.intro-transition {
  animation: fadeinAndUp .5s ease;
}

@keyframes fadeinAndUp {
  0% {
    transform: translate(0, 40px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.esri-header-barrier {
  animation: fadein 1s ease;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  20% {
    opacity: .30;
  }
  100% {
    opacity: 1;
  }
}

.arcgis-online-banner-main-text {
  margin-top: 14vh;
}

.arcgis-online-logo {
  height: 90px;
  width: 90px;
  margin-bottom: 15px;
}

.esriRtl .arcgis-online-footer {
  float: right;
  clear: both;
  font-size: 85%;
  border-top: 1px solid #ccc;
}

.arcgis-online-footer {
  border-top: 1px solid #e5e5e5 !important;
  padding-top: 1rem;
  text-align: center;
  animation: fadein 1s ease;
}

.arcgis-online-footer .esriItemLinks span {
  color: #ccc !important;
}

.arcgis-online-footer-link {
  color: #151515 !important;
}

.arcgis-online-footer > span.esriItemLinks > a {
  margin-inline-start: 2rem;
  margin-inline-end: 2rem;
}

.arcgis-online-footer {
  width: 100%;
  background: #ffffff;
  text-align: center;
  color: #151515;
  font-family: "Avenir LT W05_35 Light", Arial, Helvetica, sans-serif;
  bottom: 0;
}
.arcgis-online-footer > a:hover {
  text-decoration: underline;
}

.arcgis-online-subnav {
  background-color: #007ac2;
  background-image: linear-gradient(140deg, #007ac2 10%, #00619b 120%);
  color: white;
}

.arcgis-online-subnav-wrap {
  position: relative;
  min-height: 64px;
}

.arcgis-online-subnav-edit {
  margin: 0 0.5rem;
}

.arcgis-online-subnav-title {
  font-size: 20px;
  font-weight: 500;
  margin: .35em 0;
  width: 100%;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-1 {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-align-center {
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 479px) {
  .phone-flex-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.arcgis-online-heading-description {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 0 28%;
  font-family: var(--calcite-sans-family);
}

.arcgis-online-powered-by {
  color: #fff;
  font-size: 30px;
  font-family: "Avenir LT W05_35 Light", Arial, Helvetica, sans-serif;
  margin-bottom: 1rem;
  margin-top: .25rem;
}

.arcgis-online-bottom-section {
  position: absolute;
  width: 100%;
  bottom: 7rem;
}

.arcgis-online-links-container {
  text-align: center;
  width: 100%;
}

div.arcgis-online-line-break {
  text-align: center;
  width: 75vw;
  min-width: 375px;
  margin: 3rem auto;
  border-top: 1px solid rgba(255, 255, 255, .25);
}

@media screen and (max-height: 910px) {
  .arcgis-online-bottom-section {
    bottom: 3rem;
  }
}

@media screen and (max-height: 750px) {
  .arcgis-online-bottom-section {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  div.arcgis-online-line-break {
    margin-top: 1rem;
  }
}

.arcgis-online-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.arcgis-online-links .arcgis-online-info-link {
  --calcite-color-text-1: white;
}

hr.arcgis-online-line-break {
  margin: 0 auto;
  margin-bottom: 25px;
  margin-top: 15px;
  width: 60px;
  border-top: 3px solid rgba(255, 255, 255, .7);
}

.banner-title {
  color: #fff;
  font-size: 65px;
  font-family: "Avenir LT W05_35 Light",Arial,Helvetica,sans-serif;
  letter-spacing: normal;
  letter-spacing: normal;
  margin-bottom: 0;
}
.home-banner p {
  font-size: 24px;
}


@media screen and (max-width:1030px) {
  .block-group-5-up .block {
    min-height: 250px;
    width: 25%;
  }
}

@media screen and (max-width: 960px) {
  .site-search {
    display: none;
  }
}

@media screen and (max-width: 850px) {
  .arcgis-online-heading-description {
    padding: 0 15%;
  }
}


@media screen and (max-width:600px) {
  .block-group-5-up .block {
    width: 33%;
  }
  .arcgis-online-heading-description {
    padding: 0 10%;
  }
  .arcgis-online-links {
    flex-direction: column;
  }
  .arcgis-online-footer > span.esriItemLinks > a {
    margin-inline-start: 1rem;
    margin-inline-end: 1rem;
  }
}

@media screen and (max-width:487px) {
  .block-group-5-up .block {
    width: 50%;
  }
  .arcgis-online-heading-description {
    font-size: 14px;
    padding: 0;
  }
  .arcgis-online-logo {
    height: 70px;
    width: 70px;
  }
  .banner-title {
    font-size: 45px;
  }
  .arcgis-online-banner-main-text {
    margin-top: 7vh;
  }
}

.pull-right{
  float:right;
}
.esriRtl .pull-right{
  float:left;
}

/*  Esri Logo  */
#esri-logo {
  float: right;
  height: 48px;
  padding-top: 8px;
  width: 85px;
}
@media screen and (max-width: 650px) {
  #esri-logo {
    /* display: none; */
  }
}

.site-logo,
.site-logo span{
  font-family: "Avenir LT W04_65 Medium1475536",Arial,Helvetica,sans-serif;
}
.site-search .site-search-toggle {
  color: #828282;
}
.site-search:hover .site-search-toggle {
  color: #007ac2;
}
.site-search input[type="search"],
.site-search input[type="text"] {
  color: #323232;
  font-family: "Avenir LT W05_35 Light",Arial,Helvetica,sans-serif !important;
  font-size: 16px;
  letter-spacing: normal;
  padding-top: 6px;
  padding-right: 0;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}

.site-search input[type="search"]:hover,
.site-search input[type="text"]:hover,
.site-search input[type="search"]:focus,
.site-search input[type="text"]:focus {
  color: #007ac2;
}

.site-search.active input[type="search"]:hover,
.site-search.active input[type="text"]:hover,
.site-search.active input[type="search"]:focus,
.site-search.active input[type="text"]:focus {
  color: #007ac2;
}

.site-dropdown {
  position: absolute;
  top: 2em;
  left: -3%;
  /* width: 106%; */
  width: 250px;
  max-width: 320px;
  display: none;
  background: white;
  -webkit-box-shadow: 0px 3px 4px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 3px 4px rgba(0,0,0,0.25);
  box-shadow: 0px 3px 4px rgba(0,0,0,0.25);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  z-index: 1000;
}
.site-dropdown a {
  display: block;
  padding: 12px;
}

.site-dropdown a h4 {
  color: #4D4D4D;
  font-size: 0.9em;
  margin-bottom: 0.4em;
  font-family: "Avenir LT W04_65 Medium1475536", Arial, Helvetica, sans-serif;
  text-transform: none;
}
.site-dropdown a p {
  color: #888888;
  font-size: 0.7em;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-transform: none;
}


.site-brand .site-dropdown-toggle {
  position: relative;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  background-position: center 1px;
  background-color: white;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  vertical-align: -4px;
  overflow: hidden;
  width: 18px;
  /* margin-left: -2px; */
  margin-left: 5px;
}

.site-dropdown.visible {
  display: block;
}

#logged-out-navigation a:before {
  padding-left: 0;
  padding-right: 0.5166666667em;
}

.site-search .site-search-form {
  /*width: 140px;*/
  width: auto;
}

@media screen and (max-width: 650px) {
  .site-search.active .site-search-form {
    width: 220px;
  }
}
@media screen and (max-width: 450px) {
  .site-search.active .site-search-form {
    width: 180px;
  }
}

.site-brand {
  margin-top: 1em;
  margin-right: 2em;
}

.block {
  display: inline !important;
  /* fix for languages not centering properly in browsers */
}
.page-navigation .block {
  display: inline-block !important;
}

.navigation-bar header h1 {
  letter-spacing: 0;
}

.banner-text {
  font-size: 18px;
  font-family: "Avenir LT W05_35 Light",Arial,Helvetica,sans-serif;
  margin-bottom: 30px;
  line-height: 1.5em;
}

.banner-sub-text {
  background-color: #444F52;
}
.banner-sub-text p {
  color: #FFF;
  font-family: "Avenir LT W05_35 Light",Arial,Helvetica,sans-serif;
  font-size: 21px;
  line-height: 1.5em;
}

@media screen and (max-width: 800px) {
  .features-at-a-glance p,
  .banner-sub-text p {
    font-size: 18px;
  }
}


/* MAIN - Page Navigation */
.main-page-navigation {
  background: #222;
  padding: 70px 0 10px 0;
  text-align: center;
}
.main-page-navigation h1,
.main-page-navigation h2,
.main-page-navigation h3,
.main-page-navigation p {
  color: #FFF;
}
.main-page-navigation h2 {
  font-size: 44px;
}
.main-page-navigation .navigation {
  background-color: transparent;
  margin: 0 0 30px 0;
}
.main-page-navigation .navigation .block {
  float: left;
  width: 16.66667%;
}
.main-page-navigation .page-nav-text {
  color: #FFF;
}

@media screen and (max-width: 750px) {
  .main-page-navigation .navigation .block {
    width: 33%;
  }
}
@media screen and (max-width: 600px) {
  .main-page-navigation .navigation .block {
    width: 50%;
  }
}

/* Banner Navigation */
.navigation-bar-nav {
  /* margin-top: 0; */
  padding-left: 0;
}
.navigation-bar-nav h1 {
  font-size: 48px;
}

.navigation-bar-nav ul li {
  background: rgba(255,255,255,0.1);
  line-height: normal;
  padding-left: 0;
}

.cta-block{
  background-color: #efefef;
  margin-bottom: 32px;
  padding: 20px 25px;
  min-height: 32px;
  font-size: 1.25em;
}

#home-banner {
  box-sizing: border-box;
  display: table;
  min-height: 780px;
  width: 100%;
}
#home-banner .container {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.header-large {
  font-size: 400%;
}

.avenir-light {
  font-family: "Avenir LT W05_35 Light",Arial,Helvetica,sans-serif;
}
.avenir-medium {
  font-family: "Avenir LT W04_65 Medium1475536",Arial,Helvetica,sans-serif;
}

.font-size--3 {
  font-size: 0.8125rem !important;
  line-height: 1.55rem; }

.font-size--2 {
  font-size: 0.875rem !important;
  line-height: 1.55rem; }

.font-size--1 {
  font-size: 0.9375rem !important;
  line-height: 1.55rem; }

.font-size-0 {
  font-size: 1rem !important;
  line-height: 1.55rem; }

.font-size-1 {
  font-size: 1.2019rem !important;
  line-height: 1.55rem; }

.font-size-2 {
  font-size: 1.414rem !important;
  line-height: 1.55rem; }

.font-size-3 {
  font-size: 1.69949rem !important;
  line-height: 2.325rem; }

.font-size-4 {
  font-size: 1.9994rem !important;
  line-height: 2.325rem; }

.font-size-5 {
  font-size: 2.40307rem !important;
  line-height: 3.1rem; }

.font-size-6 {
  font-size: 2.82715rem !important;
  line-height: 3.1rem; }

.font-size-7 {
  font-size: 3.39795rem !important;
  line-height: 3.1rem; }

.font-size-8 {
  font-size: 3.99758rem !important;
  line-height: 3.875rem; }

.text-italic {
  font-style: italic;
}

/*  RTL Languages */
.esriRtl .left,
.esriRtl .site-brand,
.esriRtl .site-nav,
.esriRtl .site-nav li,
.esriRtl fieldset label,
.esriRtl .navigation-bar header,
.esriRtl .navigation-bar-nav,
.esriRtl dl.inline dt,
.esriRtl .toolbar .btn,
.esriRtl .toolbar .dropdown-wrapper,
.esriRtl .btn-group a,
.esriRtl .column-23, .esriRtl .column-24,
.esriRtl .input-list li label,
.esriRtl input[type="checkbox"],
.esriRtl input[type="radio"],
.esriRtl .navigation-bar header h1,
.esriRtl .navigation-bar-nav ul li,
.esriRtl .main-page-navigation .navigation .block {
  float: right !important;
}

.esriRtl .right,
.esriRtl #logged-out-navigation,
.esriRtl .feature.flip .feature-text,
.esriRtl .esri-logo,
.esriRtl #esri-logo,
.esriRtl .navigation-bar input,
.esriRtl [class*="column-"].last-column {
  float: left !important;
}

.esriRtl .site-brand {
  margin-left: 2em;
  margin-right: 0;
}

.esriRtl #esri-logo {
  margin-right: 25px;
  margin-left: 0;
}
.esriRtl .site-nav {
  margin-left: 2.5em;
  margin-right: 1.5em;
}
.esriRtl .site-dropdown {
  left: auto;
  right: -3%;
}
.esriRtl .site-search {
  right: 0;
  width: auto;
}
.esriRtl .site-search .site-search-form {
  position: relative;
  right: auto;
}
.esriRtl .site-dropdown a.selected {
  border-left: none;
  border-right: 3px solid #007ac2;
  padding-left: 12px;
  padding-right: 9px;
}

.esriRtl .icon-user:before {
  padding-left: 10px;
}
.esriRtl #logged-out-navigation {
  border-left: none;
  border-right: 1px solid #EDEDED;
  margin-left: 0;
  margin-right: 1em;
  padding-left: 0;
  padding-right: 1em;
}

.esriRtl [class*="column-"].center {
  float: none !important;
}

.esriRtl .navigation-bar-nav ul li {
  margin: 0px 0px 0px 2%;
  padding-right: 0;
}

.esriRtl .footer ul li {
  background: none;
}

.esriRtl .accordian .cui-accordian-header:before {
  float: right;
  margin: -1px -1px 0px 15px;
}

.esriRtl .banner-section .banner-background hr {
  margin-right: 0;
  text-align: right;
}

.esriRtl .block {
  float: right;
  text-align: right;
}

.esriRtl .customer-story-container .customer-main-text {
  left: 0;
}
.esriRtl #b433a6cd-3e85-4a69-bfb5-3ca63d70f3b6 .banner-background .column-12,
.esriRtl #b903c9fe-e6d4-4f2e-847b-e691bc769b18 .banner-background .column-12 {
  float: left !important;
}

.esriRtl .premium-icon {
  background-position: right top !important;
  display: inline-block;
  padding: 10px 50px 10px 0px !important;
}

@media screen and (max-width: 960px) {
  .esriRtl .tablet-left {
    float: right !important
  }

  .esriRtl .tablet-right {
    float: left !important
  }
}

@media screen and (max-width: 480px) {
  .esriRtl .phone-left {
    float: right !important
  }

  .esriRtl .phone-right {
    float: left !important
  }
}

/* Internet Explorer Fixes */
@media \0screen {
  .site-search INPUT[type='text'],
  .site-search INPUT[type='search'] {
    margin-top: 6px;
    padding-bottom: 3px;
  }
}

/* Search Width Fix for LV, FR and EL */
.lv .site-search,
.fr .site-search,
.el .site-search {
  width: 130px !important;
}


/* LITHUANIAN FONT FIX */
.lt h1,
.lt h2,
.lt h3,
.lt h4,
.lt h5,
.lt h6,
.lt p,
.lt .banner-sub-text p,
.lt .btn,
.lt .header-light,
.lt .top-nav-link,
.lt .header-font,
.lt .header-bold,
.lt p.light,
.lt .feature .call-to-action,
.lt .site-nav li a,
.lt .site-logo,
.lt .site-logo span,
.lt .site-search input[type="search"],
.lt .site-search input[type="text"],
.lt .site-search input[type="search"]:focus,
.lt .site-search input[type="text"]:focus,
.lt .drawer-nav .drawer-link,
.lt .drawer-nav .drawer-search,
.lt .site-dropdown a h4,
.lt .home-banner p,
.lt .main-banner-text,
.lt .banner-title
.lt .banner-text
.lt .banner-sub-text p,
.lt .main-page-section .content-features h2,
.lt .main-page-section .content-features p,
.lt .content-case-studies .case-studies-block .case-studies-content h4,
.lt .content-case-studies .case-studies-block .case-studies-content p,
.lt .page-section .content-feature-center h2,
.lt .page-section .content-feature-center p,
.lt .planning-analysis p,
.lt .operational-awareness p,
.lt .field-data-collection p,
.lt .asset-management p,
.lt .public-engagement p,
.lt .features-at-a-glance,
.lt .imgFrame .plans-button,
.lt .feature-block .feature-title p,
.lt .footer h4,
.lt .footer h4 span,
.lt .footer a {
  font-family: "Lucida Grande", "Seoge UI", "Arial", sans-serif !important;
}

/* VIETNAMESE FONT FIX */
.vi h1,
.vi h2,
.vi h3,
.vi h4,
.vi h5,
.vi h6,
.vi p,
.vi .banner-sub-text p,
.vi .btn,
.vi .header-light,
.vi .top-nav-link,
.vi .header-font,
.vi .header-bold,
.vi p.light,
.vi .feature .call-to-action,
.vi .site-nav li a,
.vi .site-logo,
.vi .site-logo span,
.vi .site-search input[type="search"],
.vi .site-search input[type="text"],
.vi .site-search input[type="search"]:focus,
.vi .site-search input[type="text"]:focus,
.vi .drawer-nav .drawer-link,
.vi .drawer-nav .drawer-search,
.vi .site-dropdown a h4,
.vi .home-banner p,
.vi .main-banner-text,
.vi .banner-title
.vi .banner-text
.vi .banner-sub-text p,
.vi .main-page-section .content-features h2,
.vi .main-page-section .content-features p,
.vi .content-case-studies .case-studies-block .case-studies-content h4,
.vi .content-case-studies .case-studies-block .case-studies-content p,
.vi .page-section .content-feature-center h2,
.vi .page-section .content-feature-center p,
.vi .planning-analysis p,
.vi .operational-awareness p,
.vi .field-data-collection p,
.vi .asset-management p,
.vi .public-engagement p,
.vi .features-at-a-glance,
.vi .imgFrame .plans-button,
.vi .feature-block .feature-title p,
.vi .footer h4,
.vi .footer h4 span,
.vi .footer a {
  font-family: "Lucida Grande", "Seoge UI", "Arial", sans-serif !important;
}

/* LATVIAN FONT FIX */
.lv h1,
.lv h2,
.lv h3,
.lv h4,
.lv h5,
.lv h6,
.lv p,
.lv .banner-sub-text p,
.lv .btn,
.lv .header-light,
.lv .top-nav-link,
.lv .header-font,
.lv .header-bold,
.lv p.light,
.lv .feature .call-to-action,
.lv .site-nav li a,
.lv .site-logo,
.lv .site-logo span,
.lv .site-search input[type="search"],
.lv .site-search input[type="text"],
.lv .site-search input[type="search"]:focus,
.lv .site-search input[type="text"]:focus,
.lv .drawer-nav .drawer-link,
.lv .drawer-nav .drawer-search,
.lv .site-dropdown a h4,
.lv .home-banner p,
.lv .main-banner-text,
.lv .banner-title
.lv .banner-text
.lv .banner-sub-text p,
.lv .main-page-section .content-features h2,
.lv .main-page-section .content-features p,
.lv .content-case-studies .case-studies-block .case-studies-content h4,
.lv .content-case-studies .case-studies-block .case-studies-content p,
.lv .page-section .content-feature-center h2,
.lv .page-section .content-feature-center p,
.lv .planning-analysis p,
.lv .operational-awareness p,
.lv .field-data-collection p,
.lv .asset-management p,
.lv .public-engagement p,
.lv .features-at-a-glance,
.lv .imgFrame .plans-button,
.lv .feature-block .feature-title p,
.lv .footer h4,
.lv .footer h4 span,
.lv .footer a {
  font-family: "Lucida Grande", "Seoge UI", "Arial", sans-serif !important;
}

/* CHINESE FONT FIXES */
.zh h1,
.zh h2,
.zh h3,
.zh h4,
.zh h5,
.zh h6,
.zh p,
.zh .banner-sub-text p,
.zh .btn,
.zh .header-light,
.zh .top-nav-link,
.zh .header-font,
.zh .header-bold,
.zh p.light,
.zh .feature .call-to-action,
.zh .site-nav li a,
.zh .site-logo,
.zh .site-logo span,
.zh .site-search input[type="search"],
.zh .site-search input[type="text"],
.zh .site-search input[type="search"]:focus,
.zh .site-search input[type="text"]:focus,
.zh .drawer-nav .drawer-link,
.zh .drawer-nav .drawer-search,
.zh .site-dropdown a h4,
.zh .home-banner p,
.zh .main-banner-text,
.zh .banner-title
.zh .banner-text
.zh .banner-sub-text p,
.zh .main-page-section .content-features h2,
.zh .main-page-section .content-features p,
.zh .content-case-studies .case-studies-block .case-studies-content h4,
.zh .content-case-studies .case-studies-block .case-studies-content p,
.zh .page-section .content-feature-center h2,
.zh .page-section .content-feature-center p,
.zh .planning-analysis p,
.zh .operational-awareness p,
.zh .field-data-collection p,
.zh .asset-management p,
.zh .public-engagement p,
.zh .features-at-a-glance,
.zh .imgFrame .plans-button,
.zh .feature-block .feature-title p,
.zh .footer h4,
.zh .footer h4 span,
.zh .footer a {
  font-family: "Lucida Grande", "Seoge UI", "Arial", sans-serif !important;
}

/* POLISH FONT FIXES */
.pl h1,
.pl h2,
.pl h3,
.pl h4,
.pl h5,
.pl h6,
.pl p,
.pl .banner-sub-text p,
.pl .btn,
.pl .header-light,
.pl .top-nav-link,
.pl .header-font,
.pl .header-bold,
.pl p.light,
.pl .feature .call-to-action,
.pl .site-nav li a,
.pl .site-logo,
.pl .site-logo span,
.pl .site-search input[type="search"],
.pl .site-search input[type="text"],
.pl .site-search input[type="search"]:focus,
.pl .site-search input[type="text"]:focus,
.pl .drawer-nav .drawer-link,
.pl .drawer-nav .drawer-search,
.pl .site-dropdown a h4,
.pl .home-banner p,
.pl .main-banner-text,
.pl .banner-title
.pl .banner-text
.pl .banner-sub-text p,
.pl .main-page-section .content-features h2,
.pl .main-page-section .content-features p,
.pl .content-case-studies .case-studies-block .case-studies-content h4,
.pl .content-case-studies .case-studies-block .case-studies-content p,
.pl .page-section .content-feature-center h2,
.pl .page-section .content-feature-center p,
.pl .planning-analysis p,
.pl .operational-awareness p,
.pl .field-data-collection p,
.pl .asset-management p,
.pl .public-engagement p,
.pl .features-at-a-glance,
.pl .imgFrame .plans-button,
.pl .feature-block .feature-title p,
.pl .footer h4,
.pl .footer h4 span,
.pl .footer a {
  font-family: "Lucida Grande", "Seoge UI", "Arial", sans-serif !important;
}

/* TURKISH FONT FIXES */
.tr h1,
.tr h2,
.tr h3,
.tr h4,
.tr h5,
.tr h6,
.tr p,
.tr .banner-sub-text p,
.tr .btn,
.tr .header-light,
.tr .top-nav-link,
.tr .header-font,
.tr .header-bold,
.tr p.light,
.tr .feature .call-to-action,
.tr .site-nav li a,
.tr .site-logo,
.tr .site-logo span,
.tr .site-search input[type="search"],
.tr .site-search input[type="text"],
.tr .site-search input[type="search"]:focus,
.tr .site-search input[type="text"]:focus,
.tr .drawer-nav .drawer-link,
.tr .drawer-nav .drawer-search,
.tr .site-dropdown a h4,
.tr .home-banner p,
.tr .main-banner-text,
.tr .banner-title
.tr .banner-text
.tr .banner-sub-text p,
.tr .main-page-section .content-features h2,
.tr .main-page-section .content-features p,
.tr .content-case-studies .case-studies-block .case-studies-content h4,
.tr .content-case-studies .case-studies-block .case-studies-content p,
.tr .page-section .content-feature-center h2,
.tr .page-section .content-feature-center p,
.tr .planning-analysis p,
.tr .operational-awareness p,
.tr .field-data-collection p,
.tr .asset-management p,
.tr .public-engagement p,
.tr .features-at-a-glance,
.tr .imgFrame .plans-button,
.tr .feature-block .feature-title p,
.tr .footer h4,
.tr .footer h4 span,
.tr .footer a {
  font-family: "Lucida Grande", "Seoge UI", "Arial", sans-serif !important;
}

/* CZECH FONT FIXES */
.cs h1,
.cs h2,
.cs h3,
.cs h4,
.cs h5,
.cs h6,
.cs p,
.cs .banner-sub-text p,
.cs .btn,
.cs .header-light,
.cs .top-nav-link,
.cs .header-font,
.cs .header-bold,
.cs p.light,
.cs .feature .call-to-action,
.cs .site-nav li a,
.cs .site-logo,
.cs .site-logo span,
.cs .site-search input[type="search"],
.cs .site-search input[type="text"],
.cs .site-search input[type="search"]:focus,
.cs .site-search input[type="text"]:focus,
.cs .drawer-nav .drawer-link,
.cs .drawer-nav .drawer-search,
.cs .site-dropdown a h4,
.cs .home-banner p,
.cs .main-banner-text,
.cs .banner-title
.cs .banner-text
.cs .banner-sub-text p,
.cs .main-page-section .content-features h2,
.cs .main-page-section .content-features p,
.cs .content-case-studies .case-studies-block .case-studies-content h4,
.cs .content-case-studies .case-studies-block .case-studies-content p,
.cs .page-section .content-feature-center h2,
.cs .page-section .content-feature-center p,
.cs .planning-analysis p,
.cs .operational-awareness p,
.cs .field-data-collection p,
.cs .asset-management p,
.cs .public-engagement p,
.cs .features-at-a-glance,
.cs .imgFrame .plans-button,
.cs .feature-block .feature-title p,
.cs .footer h4,
.cs .footer h4 span,
.cs .footer a {
  font-family: "Lucida Grande", "Seoge UI", "Arial", sans-serif !important;
}

/* ROMANIAN FONT FIXES */
.ro h1,
.ro h2,
.ro h3,
.ro h4,
.ro h5,
.ro h6,
.ro p,
.ro .banner-sub-text p,
.ro .btn,
.ro .header-light,
.ro .top-nav-link,
.ro .header-font,
.ro .header-bold,
.ro p.light,
.ro .feature .call-to-action,
.ro .site-nav li a,
.ro .site-logo,
.ro .site-logo span,
.ro .site-search input[type="search"],
.ro .site-search input[type="text"],
.ro .site-search input[type="search"]:focus,
.ro .site-search input[type="text"]:focus,
.ro .drawer-nav .drawer-link,
.ro .drawer-nav .drawer-search,
.ro .site-dropdown a h4,
.ro .home-banner p,
.ro .main-banner-text,
.ro .banner-title
.ro .banner-text
.ro .banner-sub-text p,
.ro .main-page-section .content-features h2,
.ro .main-page-section .content-features p,
.ro .content-case-studies .case-studies-block .case-studies-content h4,
.ro .content-case-studies .case-studies-block .case-studies-content p,
.ro .page-section .content-feature-center h2,
.ro .page-section .content-feature-center p,
.ro .planning-analysis p,
.ro .operational-awareness p,
.ro .field-data-collection p,
.ro .asset-management p,
.ro .public-engagement p,
.ro .features-at-a-glance,
.ro .imgFrame .plans-button,
.ro .feature-block .feature-title p,
.ro .footer h4,
.ro .footer h4 span,
.ro .footer a {
  font-family: "Lucida Grande", "Seoge UI", "Arial", sans-serif !important;
}


/* SERBIAN FONT FIXES */
.sr h1,
.sr h2,
.sr h3,
.sr h4,
.sr h5,
.sr h6,
.sr p,
.sr .banner-sub-text p,
.sr .btn,
.sr .header-light,
.sr .top-nav-link,
.sr .header-font,
.sr .header-bold,
.sr p.light,
.sr .feature .call-to-action,
.sr .site-nav li a,
.sr .site-logo,
.sr .site-logo span,
.sr .site-search input[type="search"],
.sr .site-search input[type="text"],
.sr .site-search input[type="search"]:focus,
.sr .site-search input[type="text"]:focus,
.sr .drawer-nav .drawer-link,
.sr .drawer-nav .drawer-search,
.sr .site-dsrpdown a h4,
.sr .home-banner p,
.sr .main-banner-text,
.sr .banner-title
.sr .banner-text
.sr .banner-sub-text p,
.sr .main-page-section .content-features h2,
.sr .main-page-section .content-features p,
.sr .content-case-studies .case-studies-block .case-studies-content h4,
.sr .content-case-studies .case-studies-block .case-studies-content p,
.sr .page-section .content-feature-center h2,
.sr .page-section .content-feature-center p,
.sr .planning-analysis p,
.sr .operational-awareness p,
.sr .field-data-collection p,
.sr .asset-management p,
.sr .public-engagement p,
.sr .features-at-a-glance,
.sr .imgFrame .plans-button,
.sr .feature-block .feature-title p,
.sr .footer h4,
.sr .footer h4 span,
.sr .footer a {
  font-family: "Lucida Grande", "Seoge UI", "Arial", sans-serif !important;
}

/* CROATIAN FONT FIXES */
.hr h1,
.hr h2,
.hr h3,
.hr h4,
.hr h5,
.hr h6,
.hr p,
.hr .banner-sub-text p,
.hr .btn,
.hr .header-light,
.hr .top-nav-link,
.hr .header-font,
.hr .header-bold,
.hr p.light,
.hr .feature .call-to-action,
.hr .site-nav li a,
.hr .site-logo,
.hr .site-logo span,
.hr .site-search input[type="search"],
.hr .site-search input[type="text"],
.hr .site-search input[type="search"]:focus,
.hr .site-search input[type="text"]:focus,
.hr .drawer-nav .drawer-link,
.hr .drawer-nav .drawer-search,
.hr .site-dhrpdown a h4,
.hr .home-banner p,
.hr .main-banner-text,
.hr .banner-title
.hr .banner-text
.hr .banner-sub-text p,
.hr .main-page-section .content-features h2,
.hr .main-page-section .content-features p,
.hr .content-case-studies .case-studies-block .case-studies-content h4,
.hr .content-case-studies .case-studies-block .case-studies-content p,
.hr .page-section .content-feature-center h2,
.hr .page-section .content-feature-center p,
.hr .planning-analysis p,
.hr .operational-awareness p,
.hr .field-data-collection p,
.hr .asset-management p,
.hr .public-engagement p,
.hr .features-at-a-glance,
.hr .imgFrame .plans-button,
.hr .feature-block .feature-title p,
.hr .footer h4,
.hr .footer h4 span,
.hr .footer a {
  font-family: "Lucida Grande", "Seoge UI", "Arial", sans-serif !important;
}

/* BOSNIAN FONT FIXES */
.bs h1,
.bs h2,
.bs h3,
.bs h4,
.bs h5,
.bs h6,
.bs p,
.bs .banner-sub-text p,
.bs .btn,
.bs .header-light,
.bs .top-nav-link,
.bs .header-font,
.bs .header-bold,
.bs p.light,
.bs .feature .call-to-action,
.bs .site-nav li a,
.bs .site-logo,
.bs .site-logo span,
.bs .site-search input[type="search"],
.bs .site-search input[type="text"],
.bs .site-search input[type="search"]:focus,
.bs .site-search input[type="text"]:focus,
.bs .drawer-nav .drawer-link,
.bs .drawer-nav .drawer-search,
.bs .site-dhrpdown a h4,
.bs .home-banner p,
.bs .main-banner-text,
.bs .banner-title
.bs .banner-text
.bs .banner-sub-text p,
.bs .main-page-section .content-features h2,
.bs .main-page-section .content-features p,
.bs .content-case-studies .case-studies-block .case-studies-content h4,
.bs .content-case-studies .case-studies-block .case-studies-content p,
.bs .page-section .content-feature-center h2,
.bs .page-section .content-feature-center p,
.bs .planning-analysis p,
.bs .operational-awareness p,
.bs .field-data-collection p,
.bs .asset-management p,
.bs .public-engagement p,
.bs .features-at-a-glance,
.bs .imgFrame .plans-button,
.bs .feature-block .feature-title p,
.bs .footer h4,
.bs .footer h4 span,
.bs .footer a {
  font-family: "Lucida Grande", "Seoge UI", "Arial", sans-serif !important;
}

.sidenavDropdown {
  padding-top: 0.25em;
  margin-bottom: 0;
  margin-top: 1.71429em;
}

@media screen and (max-width: 650px) {
  .container .phone-column-24 {
    width: 100%;
  }
}
