/* This comment is
    * several lines long.
    * since it uses the CSS comment syntax,
    * it will appear in the CSS output. */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, 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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/*
IMPORT FONTS
-------------------------------------------- */
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
button {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em; }

h1 {
  font-size: 50px;
  line-height: 60px;
  color: #000000;
  font-weight: 700; }

h2 {
  font-size: 36px;
  line-height: 55px;
  color: #000000;
  font-weight: 500; }

h3 {
  font-size: 25px;
  line-height: 38px;
  color: #000000;
  font-weight: 400; }

h4 {
  font-size: 25px;
  line-height: 38px;
  color: #000000;
  font-weight: 500; }

h5 {
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase; }

h6 {
  font-size: 14px;
  line-height: 21px;
  color: #AADB1E;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em; }

p {
  font-size: 16px;
  line-height: 26px;
  color: #000000; }
  p strong {
    font-weight: 500; }

@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 64px; }
  h2 {
    font-size: 22px;
    line-height: 33px; }
  h3 {
    font-size: 22px;
    line-height: 33px; }
  h4 {
    font-size: 22px;
    line-height: 33px; } }

@media (max-width: 480px) {
  h1 {
    font-size: 32px;
    line-height: 49px; }
  h2 {
    font-size: 24px;
    line-height: 37px; }
  h3 {
    font-size: 18px;
    line-height: 27px; }
  h4 {
    font-size: 18px;
    line-height: 27px; }
  h5, h6 {
    font-size: 12px;
    line-height: 18px; }
  p {
    font-size: 14px;
    line-height: 22px; } }

.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  margin-bottom: 32px; }

.entry p {
  margin-bottom: 26px; }
  .entry p > a {
    color: #318CCB; }

.entry ol,
.entry ul {
  margin-bottom: 32px; }
  .entry ol li,
  .entry ul li {
    font-size: 16px;
    line-height: 26px;
    color: #000000; }
    .entry ol li strong,
    .entry ul li strong {
      font-weight: 600; }

.entry .text-margin-small h3 {
  margin-bottom: 16px; }

.entry .text-margin-small h3 {
  margin-bottom: 16px; }

.entry > .wrapper-text > h1 {
  padding-top: 50px;
  margin-bottom: 40px; }

html,
body {
  overflow-x: hidden; }

.wrapper {
  max-width: 1100px;
  margin: 0 auto; }

.group-create-body {
  border: 1px solid black;
  background-color: indianred; }

#member-institution-cat-18 {
  display: none; }

.wp-admin {
  background-color: red; }

.bold {
  font-weight: bold;
  font-size: 40px; }

/*
|------------------------------------------------------------
| Clearfix
|------------------------------------------------------------
*/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

/*
|------------------------------------------------------------
| Global resets
|------------------------------------------------------------
*/
ol, ul {
  list-style: none; }

a {
  text-decoration: none; }
  a:active, a:focus, a:hover {
    text-decoration: none; }

/*
BUTTONS GLOBAL
-------------------------------------------- */
/*
FORMS GLOBAL
-------------------------------------------- */
/*
HEADER
-------------------------------------------- */
.main-nav {
  padding-top: 20px;
  margin-bottom: 40px; }
  .main-nav li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase; }
    .main-nav li a {
      display: block;
      color: black; }
    .main-nav li > .children {
      position: absolute;
      left: 0;
      top: 20px;
      display: none;
      width: 200px;
      padding-top: 10px;
      background-color: white; }
      .main-nav li > .children li {
        display: block; }
    .main-nav li:hover > .children {
      display: block; }

/*
FOOTER
-------------------------------------------- */
