









































*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.dnd-section {
  padding: 0 0px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 21px;
  padding-right: 21px;
}

@media(mim-width:768px){
  .dnd-section > .row-fluid {
    padding-left: 21px;
    padding-right: 21px;
  }
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

/*body every div margin in the bottom*/
.body-container .dnd-module { 
  margin-bottom: 35px; 
}
.blog .body-container form{
  margin-bottom: 0; 
}
@font-face {
	font-family: proxima-nova;
	font-style: normal;
	font-weight: 900;
  src: url(https://use.typekit.net/af/51a84d/00000000000000003b9b0393/27/l?subset_id=1&fvd=n9&v=3) format("woff2"), 
  url(https://use.typekit.net/af/51a84d/00000000000000003b9b0393/27/d?subset_id=1&fvd=n9&v=3) format("woff"),
   url(https://use.typekit.net/af/51a84d/00000000000000003b9b0393/27/a?subset_id=1&fvd=n9&v=3) format("opentype");
}

@font-face {
	font-family: proxima-nova;
	font-style: italic;
	font-weight: 900;
  src: url(https://use.typekit.net/af/61f5ec/00000000000000003b9b0392/27/l?subset_id=1&fvd=i9&v=3) format("woff2"), 
  url(https://use.typekit.net/af/61f5ec/00000000000000003b9b0392/27/d?subset_id=1&fvd=i9&v=3) format("woff"), 
  url(https://use.typekit.net/af/61f5ec/00000000000000003b9b0392/27/a?subset_id=1&fvd=i9&v=3) format("opentype");
}
@font-face {
	font-family: proxima-nova;
	font-style: normal;
	font-weight: 800;
  src: url(https://use.typekit.net/af/994732/00000000000000003b9b0390/27/l?subset_id=1&fvd=n8&v=3) format("woff2"), 
  url(https://use.typekit.net/af/994732/00000000000000003b9b0390/27/d?subset_id=1&fvd=n8&v=3) format("woff"),
   url(https://use.typekit.net/af/994732/00000000000000003b9b0390/27/a?subset_id=1&fvd=n8&v=3) format("opentype");
}

@font-face {
	font-family: proxima-nova;
	font-style: italic;
	font-weight: 800;
  src: url(https://use.typekit.net/af/611731/00000000000000003b9b0391/27/l?subset_id=1&fvd=i8&v=3) format("woff2"),
   url(https://use.typekit.net/af/611731/00000000000000003b9b0391/27/d?subset_id=1&fvd=i8&v=3) format("woff"),
    url(https://use.typekit.net/af/611731/00000000000000003b9b0391/27/a?subset_id=1&fvd=i8&v=3) format("opentype");
} 
@font-face {
	font-family: proxima-nova;
	font-style: normal;
	font-weight: 700;
  src: url(https://use.typekit.net/af/925423/00000000000000003b9b038f/27/l?subset_id=1&fvd=n7&v=3) format("woff2"), 
  url(https://use.typekit.net/af/925423/00000000000000003b9b038f/27/d?subset_id=1&fvd=n7&v=3) format("woff"), 
  url(https://use.typekit.net/af/925423/00000000000000003b9b038f/27/a?subset_id=1&fvd=n7&v=3) format("opentype");
}

@font-face {
	font-family: proxima-nova;
	font-style: italic;
	font-weight: 700;
  src: url(https://use.typekit.net/af/cd78b3/00000000000000003b9b038e/27/l?subset_id=1&fvd=i7&v=3) format("woff2"),
   url(https://use.typekit.net/af/cd78b3/00000000000000003b9b038e/27/d?subset_id=1&fvd=i7&v=3) format("woff"), 
   url(https://use.typekit.net/af/cd78b3/00000000000000003b9b038e/27/a?subset_id=1&fvd=i7&v=3) format("opentype");
}


@font-face {
	font-family: proxima-nova;
	font-style: normal;
	font-weight: 600;
  src: url(https://use.typekit.net/af/8e11d4/00000000000000003b9b038c/27/l?subset_id=1&fvd=n6&v=3) format("woff2"),
   url(https://use.typekit.net/af/8e11d4/00000000000000003b9b038c/27/d?subset_id=1&fvd=n6&v=3) format("woff"),
    url(https://use.typekit.net/af/8e11d4/00000000000000003b9b038c/27/a?subset_id=1&fvd=n6&v=3) format("opentype");
}

@font-face {
	font-family: proxima-nova;
	font-style: italic;
	font-weight: 600;
  src: url(https://use.typekit.net/af/553b72/00000000000000003b9b038d/27/l?subset_id=1&fvd=i6&v=3) format("woff2"),
   url(https://use.typekit.net/af/553b72/00000000000000003b9b038d/27/d?subset_id=1&fvd=i6&v=3) format("woff"), 
   url(https://use.typekit.net/af/553b72/00000000000000003b9b038d/27/a?subset_id=1&fvd=i6&v=3) format("opentype");
}

@font-face {
	font-family: proxima-nova;
	font-style: normal;
 font-weight: 500;
  src: url(https://use.typekit.net/af/77eeb5/00000000000000003b9b038b/27/l?subset_id=1&fvd=n5&v=3) format("woff2"),
   url(https://use.typekit.net/af/77eeb5/00000000000000003b9b038b/27/d?subset_id=1&fvd=n5&v=3) format("woff"),
    url(https://use.typekit.net/af/77eeb5/00000000000000003b9b038b/27/a?subset_id=1&fvd=n5&v=3) format("opentype"); 
}

@font-face {
	font-family: proxima-nova;
  font-style: italic;
 font-weight: 500;
  src: url(https://use.typekit.net/af/626c16/00000000000000003b9b038a/27/l?subset_id=1&fvd=i5&v=3) format("woff2"), 
  url(https://use.typekit.net/af/626c16/00000000000000003b9b038a/27/d?subset_id=1&fvd=i5&v=3) format("woff"),
   url(https://use.typekit.net/af/626c16/00000000000000003b9b038a/27/a?subset_id=1&fvd=i5&v=3) format("opentype");
} 
@font-face {
	font-family: proxima-nova;
	font-style: normal;
	font-weight: 400;
  src: url(https://use.typekit.net/af/219c30/00000000000000003b9b0389/27/l?subset_id=1&fvd=n4&v=3) format("woff2"), 
  url(https://use.typekit.net/af/219c30/00000000000000003b9b0389/27/d?subset_id=1&fvd=n4&v=3) format("woff"),
   url(https://use.typekit.net/af/219c30/00000000000000003b9b0389/27/a?subset_id=1&fvd=n4&v=3) format("opentype");
}

@font-face {
	font-family: proxima-nova;
	font-style: italic;
	font-weight: 400;
  src: url(https://use.typekit.net/af/0de7d4/00000000000000003b9b0388/27/l?subset_id=1&fvd=i4&v=3) format("woff2"),
   url(https://use.typekit.net/af/0de7d4/00000000000000003b9b0388/27/d?subset_id=1&fvd=i4&v=3) format("woff"), 
   url(https://use.typekit.net/af/0de7d4/00000000000000003b9b0388/27/a?subset_id=1&fvd=i4&v=3) format("opentype");
}

@font-face {
	font-family: proxima-nova;
	font-style: normal;
  font-weight: 300; 
  src: url(https://use.typekit.net/af/ed2fe5/00000000000000003b9b0387/27/l?subset_id=1&fvd=n3&v=3) format("woff2"),
   url(https://use.typekit.net/af/ed2fe5/00000000000000003b9b0387/27/d?subset_id=1&fvd=n3&v=3) format("woff"), 
   url(https://use.typekit.net/af/ed2fe5/00000000000000003b9b0387/27/a?subset_id=1&fvd=n3&v=3) format("opentype");
}

@font-face {
	font-family: proxima-nova;
	font-style: italic;
	font-weight: 300;
  src: url(https://use.typekit.net/af/4a8cbc/00000000000000003b9b0386/27/l?subset_id=1&fvd=i3&v=3) format("woff2"),
   url(https://use.typekit.net/af/4a8cbc/00000000000000003b9b0386/27/d?subset_id=1&fvd=i3&v=3) format("woff"), 
   url(https://use.typekit.net/af/4a8cbc/00000000000000003b9b0386/27/a?subset_id=1&fvd=i3&v=3) format("opentype");
}

 
@font-face {
	font-family: proxima-nova;
	font-style: normal;
	font-weight: 100;
  src: url(https://use.typekit.net/af/6a07dc/00000000000000003b9b0385/27/l?subset_id=1&fvd=n1&v=3) format("woff2"),
   url(https://use.typekit.net/af/6a07dc/00000000000000003b9b0385/27/d?subset_id=1&fvd=n1&v=3) format("woff"), 
   url(https://use.typekit.net/af/6a07dc/00000000000000003b9b0385/27/a?subset_id=1&fvd=n1&v=3) format("opentype");
}

@font-face {
	font-family: proxima-nova;
	font-style: italic;
	font-weight: 100;
  src: url(https://use.typekit.net/af/bb2067/00000000000000003b9b0384/27/l?subset_id=1&fvd=i1&v=3) format("woff2"),
   url(https://use.typekit.net/af/bb2067/00000000000000003b9b0384/27/d?subset_id=1&fvd=i1&v=3) format("woff"),
    url(https://use.typekit.net/af/bb2067/00000000000000003b9b0384/27/a?subset_id=1&fvd=i1&v=3) format("opentype");
}

/*
  @font-face {
  font-family: "simple-line-icons";
  font-style: normal;
  font-weight: normal;
  src:
    url("//7092390.fs1.hubspotusercontent-na1.net/hubfs/7092390/WestinghouseArtsAcademy_March2020/fonts/Simple-Line-Icons/Simple-Line-Icons.eot?v=2.4.0#iefix") format("embedded-opentype"),
    url("//7092390.fs1.hubspotusercontent-na1.net/hubfs/7092390/WestinghouseArtsAcademy_March2020/fonts/Simple-Line-Icons/Simple-Line-Icons.woff2?v=2.4.0") format("woff2"),
    url("//7092390.fs1.hubspotusercontent-na1.net/hubfs/7092390/WestinghouseArtsAcademy_March2020/fonts/Simple-Line-Icons/Simple-Line-Icons.ttf?v=2.4.0") format("truetype"),
    url("//7092390.fs1.hubspotusercontent-na1.net/hubfs/7092390/WestinghouseArtsAcademy_March2020/fonts/Simple-Line-Icons/Simple-Line-Icons.woff?v=2.4.0") format("woff"), 
    url("//7092390.fs1.hubspotusercontent-na1.net/hubfs/7092390/WestinghouseArtsAcademy_March2020/fonts/Simple-Line-Icons/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons") format("svg");
}
 
@font-face {
 font-family: "FontAwesome";
 font-style: normal;
 font-weight: normal;
 src:
   url("https://7092390.fs1.hubspotusercontent-na1.net/hubfs/7092390/WestinghouseArtsAcademy_March2020/fonts/fontawesome/fa-brands-400.eot") format("embedded-opentype"),
   url("https://7092390.fs1.hubspotusercontent-na1.net/hubfs/7092390/WestinghouseArtsAcademy_March2020/fonts/fontawesome/fa-brands-400.woff2") format("woff2"),
   url("https://7092390.fs1.hubspotusercontent-na1.net/hubfs/7092390/WestinghouseArtsAcademy_March2020/fonts/fontawesome/FontAwesome5Brands-Regular.ttf") format("truetype"),
   url("https://7092390.fs1.hubspotusercontent-na1.net/hubfs/7092390/WestinghouseArtsAcademy_March2020/fonts/fontawesome/FontAwesome5Brands-Regular.woff") format("woff"), 
   url("https://7092390.fs1.hubspotusercontent-na1.net/hubfs/7092390/WestinghouseArtsAcademy_March2020/fonts/fontawesome/FontAwesome5Brands-Regular.svg") format("svg");
}
  */

@font-face{font-family:tk-proxima-nova-n9;src:url(https://use.typekit.net/af/51a84d/00000000000000003b9b0393/27/l?subset_id=1&fvd=n9&v=3) format("woff2"),url(https://use.typekit.net/af/51a84d/00000000000000003b9b0393/27/d?subset_id=1&fvd=n9&v=3) format("woff"),url(https://use.typekit.net/af/51a84d/00000000000000003b9b0393/27/a?subset_id=1&fvd=n9&v=3) format("opentype");font-weight:900;font-style:normal;}@font-face{font-family:tk-proxima-nova-i9;src:url(https://use.typekit.net/af/61f5ec/00000000000000003b9b0392/27/l?subset_id=1&fvd=i9&v=3) format("woff2"),url(https://use.typekit.net/af/61f5ec/00000000000000003b9b0392/27/d?subset_id=1&fvd=i9&v=3) format("woff"),url(https://use.typekit.net/af/61f5ec/00000000000000003b9b0392/27/a?subset_id=1&fvd=i9&v=3) format("opentype");font-weight:900;font-style:italic;}@font-face{font-family:tk-proxima-nova-n7;src:url(https://use.typekit.net/af/925423/00000000000000003b9b038f/27/l?subset_id=1&fvd=n7&v=3) format("woff2"),url(https://use.typekit.net/af/925423/00000000000000003b9b038f/27/d?subset_id=1&fvd=n7&v=3) format("woff"),url(https://use.typekit.net/af/925423/00000000000000003b9b038f/27/a?subset_id=1&fvd=n7&v=3) format("opentype");font-weight:700;font-style:normal;}@font-face{font-family:tk-proxima-nova-i7;src:url(https://use.typekit.net/af/cd78b3/00000000000000003b9b038e/27/l?subset_id=1&fvd=i7&v=3) format("woff2"),url(https://use.typekit.net/af/cd78b3/00000000000000003b9b038e/27/d?subset_id=1&fvd=i7&v=3) format("woff"),url(https://use.typekit.net/af/cd78b3/00000000000000003b9b038e/27/a?subset_id=1&fvd=i7&v=3) format("opentype");font-weight:700;font-style:italic;}@font-face{font-family:tk-proxima-nova-n8;src:url(https://use.typekit.net/af/994732/00000000000000003b9b0390/27/l?subset_id=1&fvd=n8&v=3) format("woff2"),url(https://use.typekit.net/af/994732/00000000000000003b9b0390/27/d?subset_id=1&fvd=n8&v=3) format("woff"),url(https://use.typekit.net/af/994732/00000000000000003b9b0390/27/a?subset_id=1&fvd=n8&v=3) format("opentype");font-weight:800;font-style:normal;}@font-face{font-family:tk-proxima-nova-i8;src:url(https://use.typekit.net/af/611731/00000000000000003b9b0391/27/l?subset_id=1&fvd=i8&v=3) format("woff2"),url(https://use.typekit.net/af/611731/00000000000000003b9b0391/27/d?subset_id=1&fvd=i8&v=3) format("woff"),url(https://use.typekit.net/af/611731/00000000000000003b9b0391/27/a?subset_id=1&fvd=i8&v=3) format("opentype");font-weight:800;font-style:italic;}@font-face{font-family:tk-proxima-nova-n1;src:url(https://use.typekit.net/af/6a07dc/00000000000000003b9b0385/27/l?subset_id=1&fvd=n1&v=3) format("woff2"),url(https://use.typekit.net/af/6a07dc/00000000000000003b9b0385/27/d?subset_id=1&fvd=n1&v=3) format("woff"),url(https://use.typekit.net/af/6a07dc/00000000000000003b9b0385/27/a?subset_id=1&fvd=n1&v=3) format("opentype");font-weight:100;font-style:normal;}@font-face{font-family:tk-proxima-nova-i1;src:url(https://use.typekit.net/af/bb2067/00000000000000003b9b0384/27/l?subset_id=1&fvd=i1&v=3) format("woff2"),url(https://use.typekit.net/af/bb2067/00000000000000003b9b0384/27/d?subset_id=1&fvd=i1&v=3) format("woff"),url(https://use.typekit.net/af/bb2067/00000000000000003b9b0384/27/a?subset_id=1&fvd=i1&v=3) format("opentype");font-weight:100;font-style:italic;}@font-face{font-family:tk-proxima-nova-n6;src:url(https://use.typekit.net/af/8e11d4/00000000000000003b9b038c/27/l?subset_id=1&fvd=n6&v=3) format("woff2"),url(https://use.typekit.net/af/8e11d4/00000000000000003b9b038c/27/d?subset_id=1&fvd=n6&v=3) format("woff"),url(https://use.typekit.net/af/8e11d4/00000000000000003b9b038c/27/a?subset_id=1&fvd=n6&v=3) format("opentype");font-weight:600;font-style:normal;}@font-face{font-family:tk-proxima-nova-i6;src:url(https://use.typekit.net/af/553b72/00000000000000003b9b038d/27/l?subset_id=1&fvd=i6&v=3) format("woff2"),url(https://use.typekit.net/af/553b72/00000000000000003b9b038d/27/d?subset_id=1&fvd=i6&v=3) format("woff"),url(https://use.typekit.net/af/553b72/00000000000000003b9b038d/27/a?subset_id=1&fvd=i6&v=3) format("opentype");font-weight:600;font-style:italic;}@font-face{font-family:tk-proxima-nova-n4;src:url(https://use.typekit.net/af/219c30/00000000000000003b9b0389/27/l?subset_id=1&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/219c30/00000000000000003b9b0389/27/d?subset_id=1&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/219c30/00000000000000003b9b0389/27/a?subset_id=1&fvd=n4&v=3) format("opentype");font-weight:400;font-style:normal;}@font-face{font-family:tk-proxima-nova-i4;src:url(https://use.typekit.net/af/0de7d4/00000000000000003b9b0388/27/l?subset_id=1&fvd=i4&v=3) format("woff2"),url(https://use.typekit.net/af/0de7d4/00000000000000003b9b0388/27/d?subset_id=1&fvd=i4&v=3) format("woff"),url(https://use.typekit.net/af/0de7d4/00000000000000003b9b0388/27/a?subset_id=1&fvd=i4&v=3) format("opentype");font-weight:400;font-style:italic;}@font-face{font-family:tk-proxima-nova-n3;src:url(https://use.typekit.net/af/ed2fe5/00000000000000003b9b0387/27/l?subset_id=1&fvd=n3&v=3) format("woff2"),url(https://use.typekit.net/af/ed2fe5/00000000000000003b9b0387/27/d?subset_id=1&fvd=n3&v=3) format("woff"),url(https://use.typekit.net/af/ed2fe5/00000000000000003b9b0387/27/a?subset_id=1&fvd=n3&v=3) format("opentype");font-weight:300;font-style:normal;}@font-face{font-family:tk-proxima-nova-i3;src:url(https://use.typekit.net/af/4a8cbc/00000000000000003b9b0386/27/l?subset_id=1&fvd=i3&v=3) format("woff2"),url(https://use.typekit.net/af/4a8cbc/00000000000000003b9b0386/27/d?subset_id=1&fvd=i3&v=3) format("woff"),url(https://use.typekit.net/af/4a8cbc/00000000000000003b9b0386/27/a?subset_id=1&fvd=i3&v=3) format("opentype");font-weight:300;font-style:italic;}@font-face{font-family:tk-proxima-nova-n5;src:url(https://use.typekit.net/af/77eeb5/00000000000000003b9b038b/27/l?subset_id=1&fvd=n5&v=3) format("woff2"),url(https://use.typekit.net/af/77eeb5/00000000000000003b9b038b/27/d?subset_id=1&fvd=n5&v=3) format("woff"),url(https://use.typekit.net/af/77eeb5/00000000000000003b9b038b/27/a?subset_id=1&fvd=n5&v=3) format("opentype");font-weight:500;font-style:normal;}@font-face{font-family:tk-proxima-nova-i5;src:url(https://use.typekit.net/af/626c16/00000000000000003b9b038a/27/l?subset_id=1&fvd=i5&v=3) format("woff2"),url(https://use.typekit.net/af/626c16/00000000000000003b9b038a/27/d?subset_id=1&fvd=i5&v=3) format("woff"),url(https://use.typekit.net/af/626c16/00000000000000003b9b038a/27/a?subset_id=1&fvd=i5&v=3) format("opentype");font-weight:500;font-style:italic;}
 /* =============== fonts =============== */

 [class*="fa-"], [class*="li_"], [class*="sl-"] {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}  
.fa, .fas, .far, .fal, .fad, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block; 
  font-variant: normal;
  font-style: normal;
  line-height: 1;
  text-rendering: auto;
}
[class*="fa-"] {
  font-family: FontAwesome;
}
 /* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

html {
  font-size: 24px;
} 
body {   
   -webkit-font-smoothing: antialiased;
  color: #494a52;
  font-family: Lato, serif;
  font-size: 16px; 
  line-height: 1.75; 
} 
#site-wrapper {
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
} 
/* Highlighted Text */
::-moz-selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

/* Basic text */
p {
  font-family: Lato, serif;
  margin-top: 0;
  margin-bottom: 1rem;
} 

/* TODO */
small {}

strong {
  font-weight: 700;
}
em {}
cite {}
code {
  vertical-align: bottom;
}
pre {}
 
/* TODO */
mark {}

sup,sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1,h2,h3,h4,h5,h6 {
  color: #494a52;
  font-family: Merriweather, serif;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2; 
  margin: 0 0 15px 0px;
  word-break: break-word;
} 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1, .h1, h2, .h2, h3, .h3 { }
h1 {
  font-size: 2.1rem;
  line-height: 44px;
}

h2 {
  font-size: 1.6rem;
  line-height: 42px;
}

h3 {
  font-size: 1.25rem;
  letter-spacing: normal;
  line-height: 24px;
} 
h4, .h4, h5, .h5, h6, .h6 { }
h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 27px;
}

h5 {
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 18px;
}

h6 {
  font-size: .9rem;
  letter-spacing: normal;
  line-height: 18px;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

ul,ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  line-height: 1.5rem;
}

ul ul,ol ul,ul ol,ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* Block Quotes */ 
blockquote {
  border-left: 5px solid #eee;
  font-size: 1em;
  font-style: normal;
  margin: 0 0 20px;
  padding: 10px 20px;
}
blockquote p {}
blockquote small {}


/* Horizontal Rules */
hr {
  background-image: none;
  background-color: #999999;
  border: none; 
  color: #ccc;
  clear: both;
  height: 1px;
  margin: 22px 0; 
  overflow: visible;
}
 
/* :focus {
  outline: auto;
  outline-color: green;
} */

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    src: url(//4320663.fs1.hubspotusercontent-na1.net/hubfs/4320663/GeographicSolutions_March2020/fonts/Font%20Awesome%205%20Free/fa-brands-400.eot);
    src: url(//4320663.fs1.hubspotusercontent-na1.net/hubfs/4320663/GeographicSolutions_March2020/fonts/Font%20Awesome%205%20Free/fa-brands-400.eot#iefix) format("embedded-opentype"),
    url(//4320663.fs1.hubspotusercontent-na1.net/hubfs/4320663/GeographicSolutions_March2020/fonts/Font%20Awesome%205%20Free/fa-brands-400.woff2) format("woff2"),
    url(//4320663.fs1.hubspotusercontent-na1.net/hubfs/4320663/GeographicSolutions_March2020/fonts/Font%20Awesome%205%20Free/fa-brands-400.woff) format("woff"),
    url(//4320663.fs1.hubspotusercontent-na1.net/hubfs/4320663/GeographicSolutions_March2020/fonts/Font%20Awesome%205%20Free/fa-brands-400.ttf) format("truetype"),
    url(//4320663.fs1.hubspotusercontent-na1.net/hubfs/4320663/GeographicSolutions_March2020/fonts/Font%20Awesome%205%20Free/fa-brands-400.svg#fontawesome) format("svg");
}

.fab {
    font-family: "Font Awesome 5 Brands"
}
 
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    src: url(//4320663.fs1.hubspotusercontent-na1.net/hubfs/4320663/GeographicSolutions_March2020/fonts/Font%20Awesome%205%20Free/fa-regular-400.eot);
    src: url(//4320663.fs1.hubspotusercontent-na1.net/hubfs/4320663/GeographicSolutions_March2020/fonts/Font%20Awesome%205%20Free/fa-regular-400.eot#iefix) format("embedded-opentype"),
    url(//4320663.fs1.hubspotusercontent-na1.net/hubfs/4320663/GeographicSolutions_March2020/fonts/Font%20Awesome%205%20Free/fa-regular-400.woff2) format("woff2"),
    url(//4320663.fs1.hubspotusercontent-na1.net/hubfs/4320663/GeographicSolutions_March2020/fonts/Font%20Awesome%205%20Free/fa-regular-400.woff) format("woff"),
    url(//4320663.fs1.hubspotusercontent-na1.net/hubfs/4320663/GeographicSolutions_March2020/fonts/Font%20Awesome%205%20Free/fa-regular-400.ttf) format("truetype"),
    url(//4320663.fs1.hubspotusercontent-na1.net/hubfs/4320663/GeographicSolutions_March2020/fonts/Font%20Awesome%205%20Free/fa-regular-400.svg#fontawesome) format("svg");
}

.far {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    src: url(//4320663.fs1.hubspotusercontent-na1.net/hubfs/4320663/GeographicSolutions_March2020/fonts/Font%20Awesome%205%20Free%20solid/fa-solid-900.eot);
    src: url(//4320663.fs1.hubspotusercontent-na1.net/hubfs/4320663/GeographicSolutions_March2020/fonts/Font%20Awesome%205%20Free%20solid/fa-solid-900.eot#iefix) format("embedded-opentype"),
    url(//4320663.fs1.hubspotusercontent-na1.net/hubfs/4320663/GeographicSolutions_March2020/fonts/Font%20Awesome%205%20Free%20solid/fa-solid-900.woff2) format("woff2"),
    url(//4320663.fs1.hubspotusercontent-na1.net/hubfs/4320663/GeographicSolutions_March2020/fonts/Font%20Awesome%205%20Free%20solid/fa-solid-900.woff) format("woff"),
    url(//4320663.fs1.hubspotusercontent-na1.net/hubfs/4320663/GeographicSolutions_March2020/fonts/Font%20Awesome%205%20Free%20solid/fa-solid-900.ttf) format("truetype"),
    url(//4320663.fs1.hubspotusercontent-na1.net/hubfs/4320663/GeographicSolutions_March2020/fonts/Font%20Awesome%205%20Free%20solid/fa-solid-900.svg#fontawesome) format("svg");
}
 


.fa,.far,.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,.fas {
    font-weight: 900
}

.fa.fa-glass:before {
    content: ""
}

.fa.fa-meetup {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-star-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-star-o:before {
    content: ""
}

.fa.fa-close:before,.fa.fa-remove:before {
    content: ""
}

.fa.fa-gear:before {
    content: ""
}

.fa.fa-trash-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-trash-o:before {
    content: ""
}

.fa.fa-file-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-o:before {
    content: ""
}

.fa.fa-clock-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-clock-o:before {
    content: ""
}

.fa.fa-arrow-circle-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-arrow-circle-o-down:before {
    content: ""
}

.fa.fa-arrow-circle-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-arrow-circle-o-up:before {
    content: ""
}

.fa.fa-play-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-play-circle-o:before {
    content: ""
}

.fa.fa-repeat:before,.fa.fa-rotate-right:before {
    content: ""
}

.fa.fa-refresh:before {
    content: ""
}

.fa.fa-list-alt {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-dedent:before {
    content: ""
}

.fa.fa-video-camera:before {
    content: ""
}

.fa.fa-picture-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-picture-o:before {
    content: ""
}

.fa.fa-photo {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-photo:before {
    content: ""
}

.fa.fa-image {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-image:before {
    content: ""
}

.fa.fa-pencil:before {
    content: ""
}

.fa.fa-map-marker:before {
    content: ""
}

.fa.fa-pencil-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-pencil-square-o:before {
    content: ""
}

.fa.fa-share-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-share-square-o:before {
    content: ""
}

.fa.fa-check-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-check-square-o:before {
    content: ""
}

.fa.fa-arrows:before {
    content: ""
}

.fa.fa-times-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-times-circle-o:before {
    content: ""
}

.fa.fa-check-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-check-circle-o:before {
    content: ""
}

.fa.fa-mail-forward:before {
    content: ""
}

.fa.fa-eye,.fa.fa-eye-slash {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-warning:before {
    content: ""
}

.fa.fa-calendar:before {
    content: ""
}

.fa.fa-arrows-v:before {
    content: ""
}

.fa.fa-arrows-h:before {
    content: ""
}

.fa.fa-bar-chart {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-bar-chart:before {
    content: ""
}

.fa.fa-bar-chart-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-bar-chart-o:before {
    content: ""
}

.fa.fa-facebook-square,.fa.fa-twitter-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-gears:before {
    content: ""
}

.fa.fa-thumbs-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-thumbs-o-up:before {
    content: ""
}

.fa.fa-thumbs-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-thumbs-o-down:before {
    content: ""
}

.fa.fa-heart-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-heart-o:before {
    content: ""
}

.fa.fa-sign-out:before {
    content: ""
}

.fa.fa-linkedin-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-linkedin-square:before {
    content: ""
}

.fa.fa-thumb-tack:before {
    content: ""
}

.fa.fa-external-link:before {
    content: ""
}

.fa.fa-sign-in:before {
    content: ""
}

.fa.fa-github-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-lemon-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-lemon-o:before {
    content: ""
}

.fa.fa-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-square-o:before {
    content: ""
}

.fa.fa-bookmark-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-bookmark-o:before {
    content: ""
}

.fa.fa-facebook,.fa.fa-twitter {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-facebook:before {
    content: ""
}

.fa.fa-facebook-f {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-facebook-f:before {
    content: ""
}

.fa.fa-github {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-credit-card {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-feed:before {
    content: ""
}

.fa.fa-hdd-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hdd-o:before {
    content: ""
}

.fa.fa-hand-o-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-o-right:before {
    content: ""
}

.fa.fa-hand-o-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-o-left:before {
    content: ""
}

.fa.fa-hand-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-o-up:before {
    content: ""
}

.fa.fa-hand-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-o-down:before {
    content: ""
}

.fa.fa-arrows-alt:before {
    content: ""
}

.fa.fa-group:before {
    content: ""
}

.fa.fa-chain:before {
    content: ""
}

.fa.fa-scissors:before {
    content: ""
}

.fa.fa-files-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-files-o:before {
    content: ""
}

.fa.fa-floppy-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-floppy-o:before {
    content: ""
}

.fa.fa-navicon:before,.fa.fa-reorder:before {
    content: ""
}

.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-google-plus:before {
    content: ""
}

.fa.fa-money {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-money:before {
    content: ""
}

.fa.fa-unsorted:before {
    content: ""
}

.fa.fa-sort-desc:before {
    content: ""
}

.fa.fa-sort-asc:before {
    content: ""
}

.fa.fa-linkedin {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-linkedin:before {
    content: ""
}

.fa.fa-rotate-left:before {
    content: ""
}

.fa.fa-legal:before {
    content: ""
}

.fa.fa-dashboard:before,.fa.fa-tachometer:before {
    content: ""
}

.fa.fa-comment-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-comment-o:before {
    content: ""
}

.fa.fa-comments-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-comments-o:before {
    content: ""
}

.fa.fa-flash:before {
    content: ""
}

.fa.fa-clipboard,.fa.fa-paste {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-paste:before {
    content: ""
}

.fa.fa-lightbulb-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-lightbulb-o:before {
    content: ""
}

.fa.fa-exchange:before {
    content: ""
}

.fa.fa-cloud-download:before {
    content: ""
}

.fa.fa-cloud-upload:before {
    content: ""
}

.fa.fa-bell-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-bell-o:before {
    content: ""
}

.fa.fa-cutlery:before {
    content: ""
}

.fa.fa-file-text-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-text-o:before {
    content: ""
}

.fa.fa-building-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-building-o:before {
    content: ""
}

.fa.fa-hospital-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hospital-o:before {
    content: ""
}

.fa.fa-tablet:before {
    content: ""
}

.fa.fa-mobile-phone:before,.fa.fa-mobile:before {
    content: ""
}

.fa.fa-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-circle-o:before {
    content: ""
}

.fa.fa-mail-reply:before {
    content: ""
}

.fa.fa-github-alt {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-folder-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-folder-o:before {
    content: ""
}

.fa.fa-folder-open-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-folder-open-o:before {
    content: ""
}

.fa.fa-smile-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-smile-o:before {
    content: ""
}

.fa.fa-frown-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-frown-o:before {
    content: ""
}

.fa.fa-meh-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-meh-o:before {
    content: ""
}

.fa.fa-keyboard-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-keyboard-o:before {
    content: ""
}

.fa.fa-flag-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-flag-o:before {
    content: ""
}

.fa.fa-mail-reply-all:before {
    content: ""
}

.fa.fa-star-half-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-star-half-o:before {
    content: ""
}

.fa.fa-star-half-empty {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-star-half-empty:before {
    content: ""
}

.fa.fa-star-half-full {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-star-half-full:before {
    content: ""
}

.fa.fa-code-fork:before {
    content: ""
}

.fa.fa-chain-broken:before {
    content: ""
}

.fa.fa-shield:before {
    content: ""
}

.fa.fa-calendar-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-calendar-o:before {
    content: ""
}

.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-ticket:before {
    content: ""
}

.fa.fa-minus-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-minus-square-o:before {
    content: ""
}

.fa.fa-level-up:before {
    content: ""
}

.fa.fa-level-down:before {
    content: ""
}

.fa.fa-pencil-square:before {
    content: ""
}

.fa.fa-external-link-square:before {
    content: ""
}

.fa.fa-compass {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-down:before {
    content: ""
}

.fa.fa-toggle-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-toggle-down:before {
    content: ""
}

.fa.fa-caret-square-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-up:before {
    content: ""
}

.fa.fa-toggle-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-toggle-up:before {
    content: ""
}

.fa.fa-caret-square-o-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-right:before {
    content: ""
}

.fa.fa-toggle-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-toggle-right:before {
    content: ""
}

.fa.fa-eur:before,.fa.fa-euro:before {
    content: ""
}

.fa.fa-gbp:before {
    content: ""
}

.fa.fa-dollar:before,.fa.fa-usd:before {
    content: ""
}

.fa.fa-inr:before,.fa.fa-rupee:before {
    content: ""
}

.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before {
    content: ""
}

.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before {
    content: ""
}

.fa.fa-krw:before,.fa.fa-won:before {
    content: ""
}

.fa.fa-bitcoin,.fa.fa-btc {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-bitcoin:before {
    content: ""
}

.fa.fa-file-text:before {
    content: ""
}

.fa.fa-sort-alpha-asc:before {
    content: ""
}

.fa.fa-sort-alpha-desc:before {
    content: ""
}

.fa.fa-sort-amount-asc:before {
    content: ""
}

.fa.fa-sort-amount-desc:before {
    content: ""
}

.fa.fa-sort-numeric-asc:before {
    content: ""
}

.fa.fa-sort-numeric-desc:before {
    content: ""
}

.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-youtube-play:before {
    content: ""
}

.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-bitbucket-square:before {
    content: ""
}

.fa.fa-tumblr,.fa.fa-tumblr-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-long-arrow-down:before {
    content: ""
}

.fa.fa-long-arrow-up:before {
    content: ""
}

.fa.fa-long-arrow-left:before {
    content: ""
}

.fa.fa-long-arrow-right:before {
    content: ""
}

.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-gittip:before {
    content: ""
}

.fa.fa-sun-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-sun-o:before {
    content: ""
}

.fa.fa-moon-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-moon-o:before {
    content: ""
}

.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-arrow-circle-o-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-arrow-circle-o-right:before {
    content: ""
}

.fa.fa-arrow-circle-o-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-arrow-circle-o-left:before {
    content: ""
}

.fa.fa-caret-square-o-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-left:before {
    content: ""
}

.fa.fa-toggle-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-toggle-left:before {
    content: ""
}

.fa.fa-dot-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-dot-circle-o:before {
    content: ""
}

.fa.fa-vimeo-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-try:before,.fa.fa-turkish-lira:before {
    content: ""
}

.fa.fa-plus-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-plus-square-o:before {
    content: ""
}

.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-bank:before,.fa.fa-institution:before {
    content: ""
}

.fa.fa-mortar-board:before {
    content: ""
}

.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-spoon:before {
    content: ""
}

.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-automobile:before {
    content: ""
}

.fa.fa-cab:before {
    content: ""
}

.fa.fa-envelope-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-envelope-o:before {
    content: ""
}

.fa.fa-deviantart,.fa.fa-soundcloud {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-file-pdf-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-pdf-o:before {
    content: ""
}

.fa.fa-file-word-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-word-o:before {
    content: ""
}

.fa.fa-file-excel-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-excel-o:before {
    content: ""
}

.fa.fa-file-powerpoint-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-powerpoint-o:before {
    content: ""
}

.fa.fa-file-image-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-image-o:before {
    content: ""
}

.fa.fa-file-photo-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-photo-o:before {
    content: ""
}

.fa.fa-file-picture-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-picture-o:before {
    content: ""
}

.fa.fa-file-archive-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-archive-o:before {
    content: ""
}

.fa.fa-file-zip-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-zip-o:before {
    content: ""
}

.fa.fa-file-audio-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-audio-o:before {
    content: ""
}

.fa.fa-file-sound-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-sound-o:before {
    content: ""
}

.fa.fa-file-video-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-video-o:before {
    content: ""
}

.fa.fa-file-movie-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-movie-o:before {
    content: ""
}

.fa.fa-file-code-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-code-o:before {
    content: ""
}

.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-life-bouy,.fa.fa-life-ring {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-life-bouy:before {
    content: ""
}

.fa.fa-life-buoy {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-life-buoy:before {
    content: ""
}

.fa.fa-life-saver {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-life-saver:before {
    content: ""
}

.fa.fa-support {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-support:before {
    content: ""
}

.fa.fa-circle-o-notch:before {
    content: ""
}

.fa.fa-ra,.fa.fa-rebel {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-ra:before {
    content: ""
}

.fa.fa-resistance {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-resistance:before {
    content: ""
}

.fa.fa-empire,.fa.fa-ge {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-ge:before {
    content: ""
}

.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-y-combinator-square:before {
    content: ""
}

.fa.fa-yc-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-yc-square:before {
    content: ""
}

.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-wechat:before {
    content: ""
}

.fa.fa-send:before {
    content: ""
}

.fa.fa-paper-plane-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-paper-plane-o:before {
    content: ""
}

.fa.fa-send-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-send-o:before {
    content: ""
}

.fa.fa-circle-thin {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-circle-thin:before {
    content: ""
}

.fa.fa-header:before {
    content: ""
}

.fa.fa-sliders:before {
    content: ""
}

.fa.fa-futbol-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-futbol-o:before {
    content: ""
}

.fa.fa-soccer-ball-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-soccer-ball-o:before {
    content: ""
}

.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-newspaper-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-newspaper-o:before {
    content: ""
}

.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-bell-slash-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-bell-slash-o:before {
    content: ""
}

.fa.fa-trash:before {
    content: ""
}

.fa.fa-copyright {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-eyedropper:before {
    content: ""
}

.fa.fa-area-chart:before {
    content: ""
}

.fa.fa-pie-chart:before {
    content: ""
}

.fa.fa-line-chart:before {
    content: ""
}

.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-cc {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-cc:before {
    content: ""
}

.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before {
    content: ""
}

.fa.fa-meanpath {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-meanpath:before {
    content: ""
}

.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-diamond {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-diamond:before {
    content: ""
}

.fa.fa-intersex:before {
    content: ""
}

.fa.fa-facebook-official {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-facebook-official:before {
    content: ""
}

.fa.fa-pinterest-p,.fa.fa-whatsapp {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-hotel:before {
    content: ""
}

.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-yc:before {
    content: ""
}

.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-battery-4:before,.fa.fa-battery:before {
    content: ""
}

.fa.fa-battery-3:before {
    content: ""
}

.fa.fa-battery-2:before {
    content: ""
}

.fa.fa-battery-1:before {
    content: ""
}

.fa.fa-battery-0:before {
    content: ""
}

.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-sticky-note-o:before {
    content: ""
}

.fa.fa-cc-diners-club,.fa.fa-cc-jcb {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-clone,.fa.fa-hourglass-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hourglass-o:before {
    content: ""
}

.fa.fa-hourglass-1:before {
    content: ""
}

.fa.fa-hourglass-2:before {
    content: ""
}

.fa.fa-hourglass-3:before {
    content: ""
}

.fa.fa-hand-rock-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-rock-o:before {
    content: ""
}

.fa.fa-hand-grab-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-grab-o:before {
    content: ""
}

.fa.fa-hand-paper-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-paper-o:before {
    content: ""
}

.fa.fa-hand-stop-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-stop-o:before {
    content: ""
}

.fa.fa-hand-scissors-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-scissors-o:before {
    content: ""
}

.fa.fa-hand-lizard-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-lizard-o:before {
    content: ""
}

.fa.fa-hand-spock-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-spock-o:before {
    content: ""
}

.fa.fa-hand-pointer-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-pointer-o:before {
    content: ""
}

.fa.fa-hand-peace-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-peace-o:before {
    content: ""
}

.fa.fa-registered {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-television:before {
    content: ""
}

.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-calendar-plus-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-calendar-plus-o:before {
    content: ""
}

.fa.fa-calendar-minus-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-calendar-minus-o:before {
    content: ""
}

.fa.fa-calendar-times-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-calendar-times-o:before {
    content: ""
}

.fa.fa-calendar-check-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-calendar-check-o:before {
    content: ""
}

.fa.fa-map-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-map-o:before {
    content: ""
}

.fa.fa-commenting {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-commenting:before {
    content: ""
}

.fa.fa-commenting-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-commenting-o:before {
    content: ""
}

.fa.fa-houzz,.fa.fa-vimeo {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-vimeo:before {
    content: ""
}

.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-credit-card-alt:before {
    content: ""
}

.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-pause-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-pause-circle-o:before {
    content: ""
}

.fa.fa-stop-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-stop-circle-o:before {
    content: ""
}

.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-wheelchair-alt:before {
    content: ""
}

.fa.fa-question-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-question-circle-o:before {
    content: ""
}

.fa.fa-volume-control-phone:before {
    content: ""
}

.fa.fa-asl-interpreting:before {
    content: ""
}

.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before {
    content: ""
}

.fa.fa-glide,.fa.fa-glide-g {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-signing:before {
    content: ""
}

.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-google-plus-official:before {
    content: ""
}

.fa.fa-google-plus-circle {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-google-plus-circle:before {
    content: ""
}

.fa.fa-fa,.fa.fa-font-awesome {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-fa:before {
    content: ""
}

.fa.fa-handshake-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-handshake-o:before {
    content: ""
}

.fa.fa-envelope-open-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-envelope-open-o:before {
    content: ""
}

.fa.fa-linode {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-address-book-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-address-book-o:before {
    content: ""
}

.fa.fa-vcard:before {
    content: ""
}

.fa.fa-address-card-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-address-card-o:before {
    content: ""
}

.fa.fa-vcard-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-vcard-o:before {
    content: ""
}

.fa.fa-user-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-user-circle-o:before {
    content: ""
}

.fa.fa-user-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-user-o:before {
    content: ""
}

.fa.fa-id-badge {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-drivers-license:before {
    content: ""
}

.fa.fa-id-card-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-id-card-o:before {
    content: ""
}

.fa.fa-drivers-license-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-drivers-license-o:before {
    content: ""
}

.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-thermometer-4:before,.fa.fa-thermometer:before {
    content: ""
}

.fa.fa-thermometer-3:before {
    content: ""
}

.fa.fa-thermometer-2:before {
    content: ""
}

.fa.fa-thermometer-1:before {
    content: ""
}

.fa.fa-thermometer-0:before {
    content: ""
}

.fa.fa-bathtub:before,.fa.fa-s15:before {
    content: ""
}

.fa.fa-window-maximize,.fa.fa-window-restore {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-times-rectangle:before {
    content: ""
}

.fa.fa-window-close-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-window-close-o:before {
    content: ""
}

.fa.fa-times-rectangle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-times-rectangle-o:before {
    content: ""
}

.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-eercast:before {
    content: ""
}

.fa.fa-snowflake-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-snowflake-o:before {
    content: ""
}

.fa.fa-spotify,.fa.fa-superpowers,.fa.fa-wpexplorer {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}
form { 
  font-family: Lato, sans-serif; 
  max-width: 500px;
} 
 
.form-title {
  border-bottom: 2px solid transparent;
  color: #1f7ca7;
  font-family: "Proxima-Nova", Futura, sans-serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 42px;
  margin: 0 0 10px;
  padding: 0 0 10px;
  text-transform: capitalize;
}
.hs-richtext {
  color: #494a52;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 3px;
}
.hs-richtext hr {
  margin-left: 0;
  text-align: left;
  width: 91%;
} 
.grecaptcha-badge {
  margin: 0 auto;
} 
.email-correction, 
.email-validation {
  font-size: 12px;
  padding-top: 3px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
ul.no-list {
  list-style: none;
}  
.inputs-list {
  margin: 0 0 5px;
  padding: 0;
  width: 100%;
}
.inputs-list > li {
  display: block;
  padding: 0;
  padding-top: 0;
  width: 100%;
}
.inputs-list label {
  display: block;
  float: none;
  font-weight: normal;
  line-height: 18px;
  padding: 0;
  text-align: left;
  white-space: normal;
  width: auto;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
} 
 


/* ==========================================================================
6. FORMS                                        
========================================================================== */
body .hs-search-field__suggestions,
.blog .blog-sidebar .hs-search-field__suggestions,
body .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0
}
.one-column .body-container form {
  width: 50% !important;
}
#email-prefs-form .email-edit { 
  max-width: 100%  !important;
}
div#comment-form input.hs-button.primary {
  margin-top: 20px;
}

/* =============== Global Form Styles =============== */

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
 
 
/* Form Field */

.field { } 
.hs-form-field {}

/* Descriptions */  
.hs-field-desc {
  color: #7c98b6;
  font-size: 14px;
  margin: 0px 0px 6px;
} 
/* Labels and Legends */ 
label {  } 
 
.hs-form-field > label { }

.hs-form label {
   color: rgba(119, 119, 119, 1.0);
  display: block;
  float: none;
  font-family:Proxima-Nova, Futura, sans-serif;
  font-size:12px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 24px;   
  margin: 0 0 5px;
  padding: 0;
  text-align: left;
  width: auto; 
}

.hs-form-required {
  color:#f2545b;
}
/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select { 
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  border-left: 5px solid #f00 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; 
  color: #33475b;
  display: inline-block;
  font-family: Lato, serif;  
  font-family:Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size:13px;
  font-weight: normal;
  height: 40px;
  letter-spacing: normal;
  height: 38px;
  line-height:24px;
  margin:0 0 18px 0 !important;
  min-height: 27px;
/*   outline:0 none; */
  padding:0 15px;
  position:relative;
  transition: border 0.2s linear;
  width: 100% !important; 
} 
.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin: 3px 5px 3px 0px;
  padding: 0;
  width: auto;
}
.hs-input[type=file] {
  background-color: #fff;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
} 
textarea.hs-input {
  height: auto;
} 
select[multiple].hs-input {
  height: inherit;
} 
input.hs-search-field__input {
    margin: 0 !important;
}  
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: rgba(82, 168, 236, 0.8);
/*   outline: none; */
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{ 
  color: #f2545b ; 
  display: block;
  float: none;
  font-family: Lato, serif;  
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  padding: 0;
  text-align: left;
  white-space: normal;
  width: auto;
}  

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  /* border-color: #c87872; */
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  /* border-color: #b9554d; */
} 
form, .submitted-message {
  border-width: 1px;
  border-style: solid;
  padding: 15px;
}
/* Placeholder Text */
::-webkit-input-placeholder {
	color: #bfbfbf;
	opacity: 1;
}
/* Webkit Browsers */
:-moz-placeholder {
	color: #bfbfbf;
	opacity: 1;
}
/* Firefox 18- */
::-moz-placeholder { 
	color: #bfbfbf;
	opacity: 1;
}
/* Firefox 19+ */
:-ms-input-placeholder { 
	color: #bfbfbf;
	opacity: 1;
} 

/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
} 
/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}

input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { 
	max-width: none; 
}
form.hs-form fieldset .hs-form-field {
	padding: 0 10px 0 0;
}
form.hs-form fieldset[class*="form-columns"] .input {
	margin-right: 0; 
}
form.hs-form fieldset[class*="form-columns"] .hs-input { 
	width: 100%;
}
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
	width: auto;
}
form.hs-form fieldset.form-columns-3 .hs-form-field {
	width: 33.33%; 
}

@media (max-width: 400px) {
	form.hs-form fieldset .hs-form-field { 
		padding: 0;
	}
	form.hs-form fieldset.form-columns-3 .hs-form-field,
	form.hs-form .form-columns-2 .hs-form-field .hs-input, 
	form.hs-form .form-columns-3 .hs-form-field .hs-input { 
		width: 100%;
	}
	form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { 
		width: auto; 
	}
}

@media (max-width: 400px),(min-device-width: 320px) and (max-device-width: 480px) {

  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form label {}
#comment-form .hs-form-field > label {}
 
/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] { 
	margin-right: 10px;
	width: auto;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

 
.actions {
  margin-top: 18px;
  margin-top: 0px;
  margin-bottom: 18px;
  padding: 17px 0px;
  text-align: left;
} 
 
.hs-button.primary,
input[type="submit"],
input[type="button"] {  
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #494A52; 
  border: 1px solid #494A52;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff; 
  cursor: pointer;
  display:inline-block;
  font-family: Lato, serif;  
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-size:13px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  margin:0; 
  outline:0 none;
  padding: 12px 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  vertical-align:middle;
} 
 
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover { 
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  /*
  
  */
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  /*
  
  */

} 

.hs-button.primary:active,
input[type="submit"]:active,
input[type="button"]:active {  
    /*
  
  */
  
}  

 

  
/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}
.custom-menu-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 40px;
}
 .custom-menu-primary .hs-menu-wrapper ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media (min-width:992px) {

/* =============== Custom Menu Primary =============== */

.custom-menu-primary {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{  
  position: relative;
  width: auto;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2){  
  position: static;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 20px;
  margin: 0 0px 0 2px;
  padding: 10px 10px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
}

.custom-menu-primary .hs-menu-wrapper > ul > li a .text {
  position: relative;
  z-index: 99;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a{}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a > .text:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  margin-left: -1px;
  position: relative;
  text-rendering: auto;
  top: -1px;
  vertical-align: baseline;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-of-type > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type > a{  }

.custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type > a:hover { }
/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background: #242424;
  border: 0 none;
  border-top: 6px solid #1f7ca7;
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0,0,0,0.09);
  left: 0;
  margin: 0 0 0 2px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  top: auto;
  visibility: hidden;
  width: 200px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul{
  opacity: 1;
  visibility: visible;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul{}

.custom-menu-primary .hs-menu-wrapper > ul ul li{
  line-height: 1;
  padding: 0 3px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  border: 0 none;
  border-radius: 0;
  border-bottom: 1px solid #f4f4f4;
  font-family: "Open Sans";
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
  padding: 8px 20px 8px 5px;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  width: auto;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a{  }
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  background: #1a1a1a;
  color: #fff;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

.custom-menu-primary .hs-menu-wrapper,
.custom-menu-primary .hs-menu-wrapper > ul ul { 
  display:block !important;
} 
.custom-menu-primary .hs-menu-wrapper>ul li a {
  white-space: normal !important;
}  

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul.level-2 {
  box-shadow: 0 20px 45px rgba(0,0,0,.08);
  left: 15px;
  padding: 35px 54px 30px 54px;
  width: calc(100% - 32px);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul.level-2>li {
  float: left;
  padding: 0 3px;
  width: 33.33%;
}  
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul.level-2>li:nth-child(1) {}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul.level-2>li:nth-child(2) {
  padding: 0 5.5px;
} 
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul.level-2>li:nth-child(3) {
  padding: 0 8.5px;
}
     /*
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul.level-2>li:nth-last-child(1) {
  clear: both;
  float: none;
  padding: 0;
  text-align: center;
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul.level-2>li:nth-last-child(1):before {
  background-image: linear-gradient(to right,transparent,#dbdbdb,transparent);
  border: 0;
  content: '';
  display: inline-block;
  height: 1px; 
  margin: 22px 0 19px 0;
  width: 100%;
}
   /*
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul.level-2>li:nth-last-child(1) > a {
  background-color: #1f7ca7;
  border: 1px solid transparent;
  border-color: #1f7ca7 #1f7ca7 #175c7c;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  margin: 0 0 5px 0;
  padding: 8px 16px;
  text-align: center;
  text-transform: none;
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  transition: all .1s;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
} 
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul.level-2>li:nth-last-child(1) > a:hover {
  background-color: #238cbd;
  border-color: #238cbd #238cbd #1b6c91;
}


.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul.level-2>li:nth-last-child(1) > a .text:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 8.5px 0 -0.5px;
}  
    */
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul.level-2 li a:hover {
  background: #f4f4f4;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul.level-2 ul {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: static;
  visibility: visible;
  width: 100%;
} 
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul.level-2>li>a {
  border-bottom: 0px solid #f4f4f4;
  font-weight: 600;
  margin: 0 0 0 0px;
  padding: 3px 8px 5px 8px;
  text-transform: uppercase;
  text-shadow: none;
} 
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul.level-2 ul li {
  padding:0px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul.level-2 ul li a {
  border: 0;
  padding: 3px 8px;
} 

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul.level-2>li:nth-child(1)>a {
  margin: 0 0 0 0px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2):hover>ul.level-2 {
  display: block !important; 
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul.level-2  {
  display: none !important; 
}


/* =============== Mobile Toggle Menu =============== */

  /* Hide button on Desktop */
  .mobile-trigger, 
  .child-trigger,
  #close-icon{ 
    display: none;
  }
}

.landing-page .mobile-trigger {
  display: none !important;
}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 991px) {


  /*============================================= 
  Menu resert
  ============================================= */ 


  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    background-image: none;
    background-color: transparent;
    border: 0px;
    bottom: auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    color:#fff;
    display: block;
    float: none;
    font-weight: normal;
    height: auto;
    left: auto;
    line-height: 1;  
    margin: 0px;
    max-width: none;
    padding: 0px;
    position: static;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    top: auto;
    width: 100%;
  } 

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{ 
    background: #1f7ca7;
    color: #e6e7e8;
    cursor: pointer;
    display: inline-block;
    font-size: 14.4px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 71px;
    top: 50px;
    width: 38px;
  }
  .mobile-trigger:hover{ 
    background: #186c98;
    color: #F3F4F5;
    text-decoration: none;  
  }  
  .mobile-trigger:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    outline: 0;
  } 
  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    text-decoration: none;  
  }
  .mobile-open .mobile-trigger em.fas.fa-bars:before {
      content: "";
  } 
  .scroll-header .mobile-trigger { 
    top: 75px; 
  }
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{  
    cursor: pointer;
    display: block !important;
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    height: 34px !important;
    line-height: 36px !important;
    min-width: 50px !important;
    padding: 0 !important;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: 80px !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  } 
  .child-trigger i {  }  
  .child-trigger.child-open i{}  
  .child-trigger.child-open i:before { } 
  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    background: #1f7ca7;
    height: auto;
    margin: 0 !important;
    min-height: 0 !important; 
    padding: 0px;
    position: relative;
    top: 0;
    width: 100% !important;
    z-index: 999;
  }
  .custom-menu-primary.js-enabled:after {
    background: #1f7ca7;
    content: '';
    height: 100%;
    left: -50%;
    position: absolute;
    top: 0;
    width: 2000px;
    z-index: 999;
  }
  .mobile-open .custom-menu-primary.js-enabled{
    margin: 0 0 29px !important;
  }

  /* Hide menu on mobile */ 
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary ul.hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    display: none;
    opacity: 1 !important;
    position: static !important;
    visibility: visible !important;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    clear: both;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: transparent;
    width: 100%;  
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block; 
    max-height: 330px;
    overflow-y: auto;
    padding: 15px 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    border-bottom: 1px solid white;
    line-height: 1.20em;
    margin: 0;
    padding: 0 20px 0 0;
    position: relative;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type {
    border-bottom:0px solid white;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover { 
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #FFFFFF;
    display: block;
    font-family:"Open Sans", arial, "helvatica"; 
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height:16.8px;
    outline: 0;
    padding: 9px 8px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize  ;
  } 
   
  .custom-menu-primary .hs-menu-wrapper>ul > li > a * {
    display: inline-block;
    width: auto;
  }
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper >  ul li a{}
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{}

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background: transparent !important;
    padding: 0 0 15px 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    border-bottom: 1px solid #fff;
    position: relative; 
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li:last-of-type {
    border-bottom:0px solid white;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #fff !important;
    display: block;
    font-family: "Open Sans",arial,"helvatica";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
    line-height: 19.2px;
    outline: 0;
    padding: 9px 8px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {  
    text-decoration: underline;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{}

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{} 

}   

@media (max-width: 767px) {
  .mobile-trigger { 
    line-height: 37px;  
  } 
}
@media (max-height: 329px) { 
  .custom-menu-primary .hs-menu-wrapper > ul { 
    max-height:180px; 
  }
}
table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* TODO */
/* Missing Template at Path: \'GeographicSolutions_March2020\/css\/_homepage.css\' */
.body-container__landing .dnd-section:nth-child(odd) {
  background-color: transparent
}
.body-container__website .dnd-section:nth-child(odd) {
  background-color: transparent
}
/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}
 
.no-banner .custom-header-wrapper {}
.hs-blog-listing.no-banner .custom-header-wrapper { } 
.custom-header-wrapper {
  min-height: 158px;
  width: 100%;
}
.custom-header{ 
  border-top: 5px solid #ededed;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  min-height: 158px;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transition: min-height 500ms ease-in-out;
  -o-transition: min-height 500ms ease-in-out;
  transition: min-height 500ms ease-in-out;
  width: 100% !important;
  z-index: 999;
}
.scroll .custom-header{}  
  
.header-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
}
.header .container {
  position: relative;
}
.header .header-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-height: 100%;
}
.header .header-column {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
} 
header#header .header__container .header-column {}
.header .header-column .header-row {
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
}
.scroll-header .custom-header {
  border-bottom-color: #e6e6e6;
  min-height: 127px;
  position: fixed;
  transform: translateY(-62px);
}  
.header-column.justify-content-end {
  -webkit-transition: margin 500ms ease-in-out;
  -o-transition: margin 500ms ease-in-out;
  transition: margin 500ms ease-in-out;
}
.scroll-header .header-column.justify-content-end { 
  margin-top: -40px;
} 
.custom-logo { 
  position: relative;
}
.hs-logo-inner-wrapper{
  max-width: 280px;
  position: relative;
  -webkit-transition: all .2s ease-in .2s;
  -moz-transition: all .2s ease-in .2s;
  transition: all .2s ease-in .2s;
}
.custom-logo a{
  display:inline-block;
  text-decoration:none;
  vertical-align:middle;
} 
.custom-logo img {
  display: block;
  margin: 16px 0 0px;
  max-height: 63px;
  max-width: 210px;
  -webkit-transition: margin 500ms ease-in-out;
  -o-transition: margin 500ms ease-in-out;
  transition: margin 500ms ease-in-out;
  width: 100% !important;
}
.scroll-header .custom-logo img { 
  margin: 61px 0 0px; 
} 
.landing-page .custom-logo img{ 
  margin: 29px 0 0px;
}
.scroll-header.landing-page .custom-logo img {
  margin: 61px 0 0px;
}
form#target {
  border: 0 none; 
  font-size: 14px;
  margin: 17px -3px 16px auto;
  max-width: 100%;
  padding: 0;
  position: relative; 
  -moz-transition: width .2s ease-in .2s;
  -o-transition: width .2s ease-in .2s;
  -webkit-transition: width .2s ease-in .2s;
  transition: width .2s ease-in .2s;
  width:100%;
} 
form#target input#q {
  background: #fff;
  background-image: none;
  border: 1px solid #ccc !important; 
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  color: #555;
  display: block;
  font-family: "Open Sans";
  font-size: .9em;
  height: 34px;
  line-height: 1.428571429;
  margin: 0 0 0 auto !important; 
  padding: 6px 32px 6px 12px;
  -moz-transition: width .2s ease-in .2s;
  -o-transition: width .2s ease-in .2s;
  -webkit-transition: width .2s ease-in .2s;
  transition: width .2s ease-in .2s;
  width: 170px !important;
} 
form#target input#q:focus {
  width: 220px !important;
}
form#target input#q::-webkit-input-placeholder {
    color: rgb(117, 117, 117);
}
form#target a.submit {
  background: url('//4320663.fs1.hubspotusercontent-na1.net/hubfs/4320663/GeographicSolutions_March2020/search.png') no-repeat center center;
  border: 0; 
  padding: 10px;
  position: absolute;
  right: 7px;
  text-decoration: none;
  top: 6px;
  width: auto;
} 
@media (min-width: 1200px){}  
@media (max-width: 1199px){}
@media (max-width: 1199px) and (min-width: 992px){ }
@media (max-width: 1024px){}

@media (max-width: 1024px) and (min-width: 992px){ }

@media (max-width: 991px){ 

  .mobile-open .custom-header {
    position: relative;
  }
  .scroll-header.mobile-open .custom-header {
    position: fixed;
  } 
  .scroll-header .custom-header {
      min-height: 132px; 
  }
  .header .header-row { 
    display: block;
  }
  .header .header-column { 
    display: block;
  }  
  .custom-logo img {
    margin: 29px 0 28px;
  } 
  .scroll-header .custom-logo img {
    margin: 61px 0 40px;
  }
  .header div.search-wrapper {
    display: none;
  }
}
@media (max-width: 767px){
    
}
@media (max-width: 575px){
  

}
@media (max-width: 375px){}
@media (max-width: 350px){
 
}
.custom-footer-wrapper{
  padding-top: 5%;
}
.footer {
  background: transparent; 
}
.footer__container { } 
.custom-footer-top{
  padding: 2% 4%;
}
.custom-footer-text{
  position: relative;
}
.custom-footer-text h3 { 
  color: inherit;
  font-family: "Proxima-Nova", Futura, sans-serif;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-shadow: 0px 1px rgb(0, 0, 0, 50%);
  text-transform: none;
}
.custom-footer-middle{
  border-top: 4px solid #060606;
  padding: 70px 0 41px;
}
.hs-social {
  padding-bottom: 5%;
}
.hs-social h3 { 
  color: inherit;
  font-family: "Proxima-Nova", Futura, sans-serif;
  font-weight: 300;
  margin: 0px;
  padding: 0px; 
  text-transform: none;
}
.hs-social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
} 
.hs-social ul li {
  background-image: url('//4320663.fs1.hubspotusercontent-na1.net/hubfs/4320663/GeographicSolutions_March2020/img/social-sprites.png');
  background-repeat: no-repeat;
  background-position: 0 100px;
  border-radius: 100%;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
  display: inline-block;
  margin: -1px 1px 5px 0;
  overflow: visible;
  padding: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  vertical-align: middle;
} 
ul.social-icons li.facebook {
  background-position: 0 -120px;
} 
ul.social-icons li.facebook:hover {
    background-position: 0 -150px;
}
ul.social-icons li.twitter {
  background-position: 0 -1140px;
} 
ul.social-icons li.twitter:hover {
    background-position: 0 -1170px;
}
ul.social-icons li.linkedin {
  background-position: 0 -540px;
} 
ul.social-icons li.linkedin:hover {
    background-position: 0 -570px;
}
ul.social-icons li.youtube {
  background-position: 0 -1380px;
}  
ul.social-icons li.youtube:hover {
    background-position: 0 -1410px;
}
ul.social-icons li[class] a {
    text-indent: -9999px;
}
.hs-social ul li a { 
  color: inherit;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle; 
  width: 30px;
}

.custom-footer-bottom{
  border-top: 4px solid #0f1011;
  margin-top: 0;
  padding: 30px 0 10px; 
}
.custom-copyright{}
.custom-copyright p { 
  font-family: "Open Sans";
  font-size: 12.6px;
  line-height: 22px;
  margin: 0;
  padding: 0px;
  position: relative;
}   
.custom-copyright p a{ 
  color: #FFFFFF;
  display: inline-block;
  font-family: Open Sans;
  font-size: 14px;
  line-height:22px;
} 
.custom-copyright p a:hover{ 
  color: #FFFFFF; 
} 
.custom-copyright p a:before {
  border-left: 1px solid #777;
  content: '';
  display: inline-block;
  float: left;
  height: 12px;
  margin: 5px 10px 0 7px;
}

@media(max-width:767px){ 
  .custom-footer-middle { 
    padding: 70px 0 39px;
  }
}
@media(max-width:480px){  
  .custom-footer-text {
    font-size: 14px; 
  }
  .custom-footer-text h3 {
    font-size: 1.25em;
    line-height: 1em;
  }  
  .hs-social {
    font-size: 12.6px;
  }
  .hs-social h3 { 
    font-size: 1.5em;
    line-height: 1.25em;
  }
 } 
/* TODO: Find a better place for this */
.hs-blog-listing .content-wrapper { }
.hs-blog-post .content-wrapper {  }

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
} 
.blog-index {
  padding:0;
}
.blog-index:after {
	content: "";
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}
.blog-index__tag-header {
	-webkit-box-flex:1;
	-ms-flex:1 0 100%;
	flex:1 0 100%;
	padding: 16px;
	padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}
.blog-index__post {
	-webkit-box-flex:0;
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	padding:16px;
	padding:1rem;
}
.blog-index__post-image {
  background-image: url('https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  padding-bottom: 63%;
}

.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  height: auto;
  max-width: 100%;
}  
.blog-pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;  
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
} 
.blog-pagination a.num-link { 
  background: #fff;
  border: 0 none;
  border-radius: 0;
  color: #777;
  display: inline-block;
  font-family: 'Lato',Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0; 
  padding: 7px 12px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .3s ease-in 0s;
  -o-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s;
}
.blog-pagination a.num-link:hover,
.blog-pagination a.num-link:focus {
  background-color: #eee;
  color: #444;
}
.blog-pagination a.num-link.active {
  background: #eee; 
  border-color: #eee;
  color: #444; 
} 
.blog-pagination a.num-link.disabled {
    display: none;
}
.blog-pagination a:hover,
.blog-pagination a:focus {
  text-decoration: none;
}
.blog-pagination a.prev-link,
.blog-pagination a.next-link { }  
.blog-pagination a svg {
  display: none;
}
.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.blog-post {}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  background-color: transparent;
  margin-top: 3rem;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
} 
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}
 
/* Blog Listing with Sidebar */
.post-item .page-center{ /* Safari */     
  display: -webkit-box;     
  display: -ms-flexbox;     
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4,
.post-item .page-center .span8 { /* Safari */
	-ms-flex: 1; /* IE 10 */
	-webkit-box-flex: 1;
	flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
	-ms-flex-preferred-size: 31.914893614%;
	flex-basis: 31.914893614%; 
}
img.featured-image {
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}


@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:0;
    -ms-flex:0 0 calc(100%/2);
    flex:0 0 calc(100%/2);
  } 

  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  } 

  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex:1;
    -ms-flex:1 0 100%;
    flex:1 0 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  } 
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  } 

  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex:0;
    -ms-flex:0 0 calc(100%/3);
    flex:0 0 calc(100%/3);
  }
 
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}



/* ==========================================================================
blog listing   rss                                 
========================================================================== */

.rss-head-wrapper {
  background: #fff;
  border: 1px solid #e5e5e5;
  font-family: 'Lato',Arial, Helvetica, sans-serif;
  font-size:14px;
  margin: 15px 0;
  padding: 15px;
}
.rss-head-wrapper h3.blogname {
  color: #777;
  display: inline-block;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 2.25em;
  font-weight: normal;
  line-height: normal;
  margin: 0px 0 10px;
  padding: 0px;
  text-transform: none;
} 
.rss-head-wrapper h3.blogname+a {
  float: right;
  margin-top: 10px;
} 
.rss-head-wrapper p.blogdescription {
  color: #999; 
  font-family: 'Lato',Arial, Helvetica, sans-serif;
  font-size: 1.25em ;
  font-weight: normal;
  line-height: normal;
  margin: 0px;
  padding: 0px;
  text-align: justify;
}
/* ==========================================================================
blog listing                                    
========================================================================== */

.hs-blog-listing {}
.post-listing{   
  padding: 0 0 0;
  width: 100%;
}
.post-item{  
  margin: 0 0px 15px;
  width: 100%;
} 
.custom-hs-post-item {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #777;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 26px;
  margin:0 0 15px;
  position: relative;
} 
.custom-featured-image-wrapper {
  padding: 0 11px 0;
} 
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{ 
  border-width: 0;
  display: block !important;
  float: none;
  height: auto;
  margin: 0;
  max-height: 100%;
  max-width: 100%; 
  width: 100%; 
}
.custom-post-content-wrapper{
  padding:15px;
} 
.post-item .post-header h2 {
  clear: right;
  display: inline-block;
  color: #777;
  font-family:"Lato", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing:-1px;
  line-height: 1.15em ;
  margin: 0px 0 5px;
  text-transform: capitalize;
}
.post-item .post-header h2 a{ 
  color: rgba(31,124,167,1.0);
  font-family: 'Lato',Arial,Helvetica,sans-serif;
  text-decoration:none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.post-item .post-header h2 a:hover{  
  color: rgba(31,124,167,1.0);
  text-decoration:none;
} 
div#custom-post-meta{
  border-bottom: 1px solid #e5e5e5;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 26px;
  padding-bottom: 5px;
  position: relative;
}
div#custom-post-meta ul {
  list-style: none;
  margin: 0;
  padding:0;
}
div#custom-post-meta ul li {
  display: inline-block;
  vertical-align: top;
}
div#custom-post-meta ul li+li:before {
  color: #ddd;
  content:'|';
  display: inline-block;
  padding: 0 10px;
  vertical-align: top;
}
div#custom-post-meta ul li .read_time:before {
  content: "\f017";
  font-family: fontawesome;
  padding-right: 4px;
}
div#custom-post-meta ul li .comment_icon:before {
  font-size: 14px;
  font-family: fontawesome;
  font-weight: 600;
  content: "\f0e5";
  padding-right: 4px;
}
div#custom-post-meta ul li .view_icon:before {
  content: "\f06e";
  font-family: fontawesome;
  padding-right: 4px;
}
div#custom-post-meta ul li .user_icon:before {
  content: "\f007";
  font-family: fontawesome;
  padding-right: 4px;
}
div#custom-post-meta ul li .Calendar_icon:before {
  content: "\f073";
  font-family: fontawesome;
  padding-right: 4px;
}
div#custom-post-meta ul li .categories_icon:before {
  content: "\f022";
  font-family: fontawesome;
  padding-right: 4px;
}
div#custom-post-meta ul li a{
  color: #1f7ca7;
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
} 
div#custom-post-meta ul li a:hover{
  color: #1f7ca7;
}
.post-body{
  color: #555;
  font-family: 'Lato',Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  line-height: 1.5em;
  margin: 0px 0 16px;
  padding: 0px;
} 
.post-social-share.clearfix{
  position: relative;
}
.post-social-share .timeline_social {
  float: right;
  font-size: 14px;
  padding: 0 0 5px;
}
.post-social-share .timeline_social ul{
  float: right;
  list-style-type: none;
  margin:0;
  padding:0;
}
.post-social-share .timeline_social ul li {
  display: inline-block;
  float: left;
  padding-left: 5px;
  width: 25px;
} 
.post-social-share .timeline_social ul li a {
  text-decoration: none;
}
.post-social-share .timeline_social ul li img {
  max-width: 100%;
  width: auto;
} 
.post-more-link-wrapper{
  border-top: 1px solid #f3f3f3;
  clear: both;
  padding: 10px 0 0;
  text-align: right;
}
.post-more-link-wrapper a.more-link {
  color: #bbb;
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  text-align: right;
  white-space: nowrap;
}
.post-more-link-wrapper a.more-link:hover {
  color: #777;
}
.post-more-link-wrapper a.more-link .arrowicon:after {
  content: "\f178";
  font-family: fontawesome;
  margin-left: 2px;
  vertical-align: middle;
}
.post-more-link-wrapper a.more-link:hover .arrowicon:after {
  animation: example 1s;
  animation-iteration-count: 1;
  animation-direction: reverse;
  color: #777;
  position: relative;
}
@keyframes example {
  0% {
    left: 0px;
  }
  25% {
    left: 5px;
  }
  50% {
    left: 0px;
  }
  75% {
    left: 10px;
  }
  100% {
    left: 0px;
  }
}

.post-author {
  color: #000;
  font-family: "Open Sans",arial,"helvatica";
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 40px;
  margin: 0 0 20px 0;
}
.hs-post-date {
  position: relative;
}
.hs-post-date:before {
  color: #07c284;
  content: "\f017";
  font-family: 'FontAwesome';
  font-size: 20px;
  font-weight: 400;
  padding-right: 5px;
} 
/* ==========================================================================
blog post                                    
========================================================================== */
.hs-blog-post{}

.blog-post-wrapper  {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #777;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 26px;
  margin-bottom: 15px;
  position: relative;
}
img.hs-post-image {
  display: block;
  margin: 0 auto;
}
.hs-post-body-wrapper{
  padding: 15px; 
} 
.hs-blog-post .section.post-header h1{  
  color: #777;
  display: block;
  font-family: 'Lato',Arial,Helvetica,sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  margin: 0px 0 5px;
  text-transform: capitalize;
}
.hs-blog-post .section.post-header h1 a{ 
  color: rgba(31,124,167,1.0);
  font-family: 'Lato',Arial,Helvetica,sans-serif;
  text-decoration: none;
}
.blog-post-wrapper .post-body {} 

.hs-topic-social-wrapper {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 10px 0 20px;
  padding: 20px 0;
}
.hs-topic-social-wrapper .hs-topics {
  float: left;
}
.hs-topic-social-wrapper .post-social-share {
  float: right;
} 
.hs-topics a {
  background-color: #f6f6f6;
  border: 1px solid #e5e5e5;
  display: inline-block;
  color: #999;
  font-size: 13px;
  margin: 0 4px 4px 0;
  padding: 4px 8px; 
  text-decoration: none;
}
.hs-topics a:hover {
  background: #e6e6e6;
  color: #777;
} 
.hs-related-wrapper {
  padding: 0 0;
  position: relative;
}
.hs-related-outer-wrapper h3.title {
  color: #444444;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
  text-transform: none;
} 
.hs-related-outer-wrapper h3.title:after{
  background: #444;
  color: #777;
  content: "";
  display: block;
  font-size: 17px;
  font-weight: bold;
  height: 2px;
  line-height: normal;
  margin-top: 8px;
  margin-bottom: 5px;
  width: 40px;
}
.hs-related-inner-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}
.related-post-item {
  display: inline-block;
  float: left;
  font-size: 13px;
  overflow: hidden;
  padding: 10px 10px;
  position: relative;
  text-align: center;
  width: 25%;
}
.hs-related-post-item{
  background-color: #fff;
  border: 1px solid #eee;
  font-family: Arial,Helvetica,sans-serif;
  padding: 10px;
  position: relative;
} 
.related-image{
  margin-bottom: 10px;
}
.related-image a {
  display: block;
} 
.related-image a img {
  display: block;
  width: 100%;
}
a.absolute_url {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.related-title h3{
  color: #444444;
  font-family: 'Lato',Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
  text-transform: none;
}
.related-title h3:after {
  background: #444;
  color: #777;
  content: "";
  display: block;
  font-size: 17px;
  font-weight: bold;
  height: 2px;
  line-height: normal;
  margin-top: 8px;
  margin-bottom: 5px;
  width: 40px;
}
.hs-related-inner-content-wrapper {
  text-align: left;
}
.newheading{
  color: #444444;
  display: block;
  font-family: 'Lato',Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.newheading:after{
  background: #444;
  content: "";
  display: block;
  height: 2px;
  margin-top: 5px;
  width: 40px;
}
/* ==========================================================================
all post page                                        
========================================================================== */
 
.post-item h2.post-listing-simple{
  color: #f7941d;
  font-family: "Open Sans",arial,"helvatica";
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -1px; 
  line-height: 40px;
  margin: 15px 0 15px;
}
.post-item h2.post-listing-simple a {
  color: inherit;
}
/* ==========================================================================
blog sidebar
========================================================================== */

.blog-sidebar { 
  position: relative;
 }
.blog-sidebar > div {
  margin-bottom: 35px;
}
 
.blog-sidebar h3, 
.blog-sidebar h3.form-title  { 
  color: #333333;
  font-family: "Proxima-Nova", Futura, sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0px;
  padding: 0px;
}  
.blog-sidebar-search{
  position: relative;
}
form.hs-blog-search {
  border: 0 none; 
  max-width: none;
  padding: 0;
}
form.hs-blog-search input#q2{   
  background: #fff;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  color: #222;
  font-family: "Open Sans";
  font-size: 14px;
  height: 46px;
  line-height: inherit;
  margin: 0 !important;
  padding: 6px 12px;
  width: 100%;
} 
form.hs-blog-search input#q2:focus{
  border-color: #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0;
}
form.hs-blog-search input#q2::-webkit-input-placeholder {
  -webkit-text-security: none;
  color: rgb(117, 117, 117);
  pointer-events: none;
}
form.hs-blog-search .blog-submit {
  background: url('//4320663.fs1.hubspotusercontent-na1.net/hubfs/4320663/GeographicSolutions_March2020/img/blog%20search.png') center center no-repeat #f0f0f0; 
  border-radius: 0 4px 4px 0;
  border: 1px solid #bfbfbf;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  height: 45px;
  line-height: normal;
  margin: 0;
  padding: 12px 27px;
  position: absolute;
  right: 0;
  text-indent: -999px;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  vertical-align: middle;
  width: 56px;
}
.blog-sidebar-topic-filter{
  position: relative;
}
.blog-sidebar-topic-filter ul{ 
  list-style-type: none;
  margin:0px 0 16px;
  padding: 0 0 0 ;
}
.blog-sidebar-topic-filter ul li{  
  border-bottom: 1px solid #EDEDDE;
  font-family: "Proxima-Nova", "Futura", sans-serif;
  font-size:14px;
  font-weight: 400;
  line-height:24px;
  margin: 0px;
  padding: 8px 0 8px 20px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.blog-sidebar-topic-filter ul li a{ 
  color: #666;
  display: block;
  font-family: "Open Sans";
  font-size: .9em;
  font-weight: 400;
  line-height: 24px;
  outline: 0;
  padding: 0 20px 0 0;
  position: relative;
  text-decoration: none;
} 

.blog-sidebar-topic-filter ul li a:after{
  background: transparent url(//4320663.fs1.hubspotusercontent-na1.net/hubfs/4320663/GeographicSolutions_March2020/img/rss.png) no-repeat center center /cover;
  background-position: 9px 19px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}
.blog-sidebar-topic-filter ul li a:hover{
  color: #999;
}


/* ==========================================================================
all post page                                        
========================================================================== */

div.post-listing-simple .post-item {
  float: none;
  margin: 0px 0px 20px 0;
  max-width: none;
  min-height: 0 !important;
  padding:0;
  width: 100% !important;
}
div.post-listing-simple .post-item h2{
  color: inherit;
  display: block ;
  font-family: inherit;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin: 20px 0 10px;
}

/* ==========================================================================
search result                                      
========================================================================== */

.hs-search-results__listing {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hs-search-results__listing li {
  border-bottom: 1px solid #e1e1e1;
  margin: 20px 0 0;
  padding: 0;
}
.hs-search-results__listing li a {
  color: #09060a; 
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-align: inherit;
  text-decoration:none;
  text-transform: none;
}
.hs-search-results__listing li a:hover { 
  color: #00416a; 
}

.hs-search-results__listing li p {
  margin: 12px 0 30px 0;
} 
.rss-head-wrapper p.blogdescription {
  color: #999;
  font-family: 'Lato',Arial,Helvetica,sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.5;
  margin: 0px;
  padding: 0 40px 0 0;
  text-align: justify;
} 
.hs-search-field--open .hs-search-field__suggestions { 
  border: 0px solid #000 !important;
}
@media (max-width: 767px){
  
  .hs-blog-listing {}
  
  .post-listing{  }
  .post-item{ 
    min-height:1px !important;
  }
  .custom-hs-post-item{
    margin-left:0px;
    margin-right:0px;
    min-height:1px !important;
  }   
  .custom-featured-image-wrapper {
      padding: 20px 0;
  }
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin: 0 auto 15px;
    max-width: 100px;
  }  
  .section.post-body img {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: auto !important;
  } 
  .related-post-item {
    display: block;
    float: none;
    font-size: 13px;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 100%;
  }
  
  .blog-comments {
      max-width: 680px;
      margin: 50px auto;
  }
  .blog-sidebar {
      padding-bottom: 50px;
      padding-top: 50px; 
  }
} 
@media (max-width: 480px){
  
  .blog-sidebar-topic-filter {
    font-size: 14px; 
  }
  .blog-sidebar h3, .blog-sidebar h3.form-title { 
      font-size: 1.25em;
      line-height: 1.25em;
  }
}
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

@media (max-width: 767px) {
  .systems-page .success { 
      min-width: 0; 
  }
}
/* =============== banner =============== */

.custom-banner-wrapper { 
    margin: 0 !important; 
} 
.custom-banner-wrapper.hs-no-text{
    background: transparent;
    min-height: 1px;
}  
.custom-banner-area {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    background: #282828 url('') no-repeat center -17.35vh /cover; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 468px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 99;
}
 
.custom-banner-wrapper .container{  }
.custom-banner-wrapper .row-fluid-wrapper {
    display: block !important;
    position: relative;
    width: 100% !important;
    z-index: 99;
}  
.custom-banner-wrapper .page-header.section-header{
    position: relative;
}   
.headerdext h1 { 
    color: #ffffff;
    font-family: "Proxima-Nova", "Futura", sans-serif;
    font-style: normal;
    font-weight: 100;
    margin: 0px;
    padding: 0px; 
}
.custom-banner-wrapper p {
    position: relative; 
}
/*******************************************
blog banner 
******************************************/  
.blog-listing.banner-section {
    margin-bottom: 165px;
}   
/*******************************************
blog post banner 
******************************************/ 
.blog-post.custom-banner-wrapper {
    background-color: #d8f6f9;
} 
.blog-post .custom-banner-area { 
    min-height: 300px; 
}   
/*******************************************
media 
******************************************/ 
@media (min-width: 992px){ 

    .headerdox {
        margin:0 auto;
        padding: 5% 25%;
    }
    .headerdext { 
        background: rgba(0,0,0,.5);
        border: 1px solid #fff;
        margin: 25px 29px;
        padding: 25px;
        text-align: center;
    }
    .headerdext h1 {
        font-size: 2.5em;
    }
}
@media  (max-width: 1199px) and (min-width: 992px){  

    .custom-banner-wrapper .page-center { 
        padding-left: 5px;
        padding-right: 5px;
    }
} 

@media (min-width: 1200px){
    .custom-banner-wrapper .page-center { 
        max-width: 1156px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1250px){
        
    .custom-banner-area { 
        background: #282828 url(main.min.css) no-repeat center -20vh /cover;
        background-position-x: 50%;
        background-size: 136.3%; 
    }

 }
@media (max-width: 1199px){  
    .custom-banner-area { 
        /* background: #282828 url(main.min.css) no-repeat center -20vh /cover; */
        background-position-x: 50%;
        background-size: 160.2%;    
        min-height: 432px; 
    }

}
@media (max-width: 1024px){
    .custom-banner-area { 
        background-size: 165.2%; 
    }

}
@media (max-width: 991px){
    
    .custom-banner-area {
        background: #282828 url(main.min.css) no-repeat center -20vh /cover; 
        background-size: 215%;
        min-height: 266px;
    }
    /* .blog-listing .custom-banner-area { 
        background: #282828 url(main.min.css) no-repeat center 30% /215%;
        background-position-x: 50%; 
        min-height: 266px; 
    } */
    .headerdox {
        margin: 0 auto;
        padding:0 5%;
    }
    .headerdext {
        background-color: rgba(0,0,0,.5);
        border: 1px solid white;
        font-size: 14px;    
        margin: 5px;
        padding: 25px;
        text-align: center;
    }
}
@media (max-width: 767px){
 
    .custom-banner-area {
        background: #282828 url(main.min.css) no-repeat center -20vh /cover;
        background-size: 215%;
        min-height: 250px;
    }
   
}

@media (max-width: 575px){
  
}
@media (max-width: 480px){ 
    .blog-listing.banner-section {
        margin-bottom: 79px;
    }
    .custom-banner-area {
        background: #282828 url(main.min.css) no-repeat center 30% /215%;
        min-height: 245px;
    }
    
    .headerdext h1{
        font-size: 2em;
        line-height: 1em;
    }
}
@media (max-width: 425px){
 
    .custom-banner-area { 
        min-height: 256px;
    }
    
}
@media (max-width: 414px){
 
    .custom-banner-area { 
        min-height: 251px;
    }
    
    .blog-listing.banner-section {
        margin-bottom: 90px;
    }
}
@media (max-width: 375px){
    
    .custom-banner-area { 
        min-height: 253px;
    }
    .blog-listing.banner-section {
        margin-bottom: 85px;
    }
    
}
@media (max-width: 350px){
 
    .custom-banner-area { 
        min-height: 247px;
    } 
    .blog-listing.banner-section {
        margin-bottom: 80px;
    }
}

.tooltip {
    background: #000;
    color: #fff;
    font-size: 14px;
    margin-top: 7px;
    padding: 3px 5px;
    position: absolute !important;
    z-index: 99;
}

.tooltip-arrow {
    border-top: 6px dashed;
    border-top: 4px solid\9;
    border-color: #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    display: block;
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -6px;
    transform: rotate(180deg);
    vertical-align: middle;
    width: 0;
    z-index: 99;
}