/* =========================
   GLOBAL STYLES
========================= */

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  background-color: #ffffff;
  color: #000000;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.right-image {
    float: right;
    margin: 0 0 10px 15px; /* space between image and text */
    height: auto;
	max-width: 500px;
}

video {
  max-width: 80%;
  height: auto;
  display: block;
	margin: 1% 10%;
}
.inside {
  width: 62%;
  height: 100%;
  margin: 0 auto;
  padding: 2% 19%;
  background-color: #ffffff;
  text-align: left;
  vertical-align: top;
}

h1 {
  /*margin-top: 0;*/
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 200;
  text-align:center;
  color: #12337a;
}

hr {
    border: 0;
    height: 1px;
    background: #ccc;
    margin: 20px 0;
}

p,
ul {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #000000;
}

p.footer {
  font-size: 10px;
  line-height: 1.8;
  color: #ffffff;
}

aside,
footer,
header,
main,
section {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

a:link, a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* =========================
   SIDEBAR / FOOTER
========================= */

.wrapper {
  max-width: 1452px;
  margin: 0 auto;
  padding: 0 20px;
}

.flex-container {
  display: flex;
}

.sidebarPicFooter {
  flex: 0 1 300px;
  margin: 20px 10px;
  background: #000000;
  font-size: 10px;
  color: #ffffff;
}

.footer,
.sidebar {
  border: 0 solid #000000;
}

.footer {
  background: #000000;
}
