/**************************************
MEYER CSS RESET
**************************************/
@import url("https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&family=Open+Sans:wght@300;400;700&family=PT+Sans:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*************************************
TYPE VARIABLES
**************************************/
/*************************************
COLOR VARIABLES
**************************************/
/*************************************
COLOR VARIABLES
**************************************/
.bggreen {
  background-color: #27AE60;
}

.bgred {
  background-color: #900;
}

.bgblue {
  background-color: #36F;
}

.green {
  color: #27AE60;
}

.white {
  color: white;
}

/*************************************
SIZE VARIABLES FOR MEDIA QUERIES
**************************************/
/*************************************
BASIC FOR EVERY PAGE STYLES
REGARDLESS OF MEDIA QUERIES OR SECTION
**************************************/
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-display: swap;
}

p {
  line-height: 140%;
  padding-bottom: 10px;
}

ul {
  list-style-type: none;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Arvo", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 10px;
  line-height: 120%;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

input[type=text], input[type=email] {
  font-size: 15px;
  padding: 3px;
}

/*************************************
CUSTOM RULES FOR HYPERLINKS AND BUTTONS
**************************************/
a {
  color: #196090;
  line-height: 140%;
}

a.button, div.button, input.button {
  font-size: 14px;
  display: inline-block;
  margin: 8px 5px;
  padding: 9px 10px;
  border-radius: 5px;
  background-color: #7F8C8D;
  color: white;
  text-decoration: none;
  cursor: pointer;
  line-height: 140%;
}

a.button.selected {
  background-color: #ccc;
  color: black;
}

a.button.proxibid {
  background-color: #0099d5;
}

.button:hover {
  background-color: #95A5A6;
}

.button.blue, .button-a.blue {
  background-color: #2472a4;
}

.button.blue:hover, .button-a.blue:hover {
  background-color: #5faee3;
}

.button.green {
  background-color: #16A085;
}

.button.green:hover {
  background-color: #1ccdaa;
}

.button.red {
  background-color: #C0392B;
}

.button.red:hover {
  background-color: #d65548;
}

.button.orange {
  background-color: #E67E22;
}

.button.orange:hover {
  background-color: #eb9950;
}

.button.large-text {
  font-size: 14px;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 10px;
}
@media only screen and (max-width: 946px) {
  .inner {
    max-width: 85%;
  }
}

.header {
  background-color: #2980b9;
}
.header .reveal-mobile-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  cursor: pointer;
}
@media only screen and (min-width: 946px) {
  .header .reveal-mobile-menu {
    display: none;
  }
}
.header .reveal-mobile-menu svg {
  color: white;
}
.header .reveal-mobile-menu svg.close {
  display: none;
}
.header .mobile-menu ul {
  width: 300px;
  z-index: 100;
  position: absolute;
  background: #2f81b7;
  border-top: 1px dotted white;
  right: 0;
  margin-top: 1px;
}
.header .mobile-menu ul a {
  color: white;
  text-decoration: none;
  display: block;
  font-size: 16px;
  padding: 10px 3px 10px 27px;
  border-bottom: 1px dotted;
  border-right: 1px dotted;
}
.header .logo {
  float: left;
  width: 350px;
  max-width: 100%;
  padding: 20px 10px;
}
.header .logo img {
  width: 75%;
  max-width: 500px;
}
.header .navigation {
  float: right;
}
@media only screen and (max-width: 945px) {
  .header .navigation {
    display: none;
  }
}
.header .navigation a {
  display: inline-block;
  color: white;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  padding: 25px 10px;
}
.header .navigation a:hover {
  background-color: white;
  color: #2980b9;
}

.footer {
  margin-top: 80px;
  background-color: #2980b9;
}

.hero-area {
  background-image: url("/_images/json-data-image3.gif");
  background-position: top right;
  background-repeat: no-repeat;
  color: white;
  margin-bottom: 20px;
}
.hero-area p {
  padding: 10px;
}

.hero-area-no-background {
  background-color: #2d3f50;
  color: white;
  margin-bottom: 20px;
}
.hero-area-no-background p {
  padding: 10px;
}

div.login-box {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
div.login-box span {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  text-transform: uppercase;
  width: 95%;
}
div.login-box .button {
  width: 95%;
  text-align: center;
  margin: 2px 0px;
}
