/**************************************
MEYER CSS RESET
**************************************/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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: 175%;
  padding: 10px 0px;
}

ul {
  display: table;
  margin: 20px 20px;
}

li {
  line-height: 175%;
  padding: 10px 20px;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 10px 0px;
  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;
}

.inner-text {
  max-width: 90%;
  width: 800px;
  margin: 0 auto;
}

.header {
  border-bottom: 10px solid black;
}
.header .reveal-mobile-menu {
  position: absolute;
  top: 60px;
  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.close {
  display: none;
}
.header .mobile-menu ul {
  display: block;
  top: 100px;
  width: 300px;
  z-index: 100;
  position: absolute;
  background: black;
  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 0px 10px 27px;
  border-bottom: 1px dotted;
  border-right: 1px dotted;
}
.header .mobile-menu ul a:hover {
  color: white;
  background-color: grey;
}
.header .logo {
  float: left;
  max-width: 70%;
  padding: 30px 10px;
}
.header .logo img {
  width: 100%;
  max-width: 500px;
}
.header .navigation {
  float: right;
  padding: 20px 0px;
  margin-right: 20px;
}
@media only screen and (max-width: 945px) {
  .header .navigation {
    display: none;
  }
}
.header .navigation a {
  display: inline-block;
  color: black;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  padding: 120px 10px 0px 0px;
}
.header .navigation a:hover {
  background-color: white;
  color: black;
  text-decoration: underline;
}

.footer {
  margin-top: 80px;
  background-color: black;
}

.guides {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.guides .guide {
  flex: 1 1 500px;
  margin: 20px 20px;
}
.guides .guide p {
  line-height: 200%;
}
.guides .guide div.guide-icon {
  margin-top: 5px;
  width: 120px;
  height: 120px;
  float: left;
  text-align: center;
}
.guides .guide div.guide-icon img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.guides .guide div.guide-info {
  width: calc(100% - 150px);
  float: right;
}
.guides .guide a {
  display: inline-block;
  color: #316f98;
  line-height: 140%;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
