@charset "UTF-8";
/*
Theme Name: NMA 2024
Theme URI: https://convention.nmanet.org
Author: The Design Foundry
Author URI: https://thedesignfoundry.net
Description: 
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.0
License: 
License URI: 
Text Domain: twentynineteen
Tags: 
 */
 
 @font-face {
   font-family: 'socialicoregular';
   src: url('./fonts/socialico-webfont.eot');
   src: url('./fonts/socialico-webfont.eot?#iefix') format('embedded-opentype'),
      url('./fonts/socialico-webfont.woff2') format('woff2'),
      url('./fonts/socialico-webfont.woff') format('woff'),
      url('./fonts/socialico-webfont.ttf') format('truetype'),
      url('./fonts/socialico-webfont.svg#socialicoregular') format('svg');
   font-weight: normal;
   font-style: normal;
 }
 
 @font-face {
   font-family: 'socialico_plusregular';
   src: url('./fonts/socialico_plus-webfont.eot');
   src: url('./fonts/socialico_plus-webfont.eot?#iefix') format('embedded-opentype'),
      url('./fonts/socialico_plus-webfont.woff2') format('woff2'),
      url('./fonts/socialico_plus-webfont.woff') format('woff'),
      url('./fonts/socialico_plus-webfont.ttf') format('truetype'),
      url('./fonts/socialico_plus-webfont.svg#socialico_plusregular') format('svg');
   font-weight: normal;
   font-style: normal;
 }

/* defaults */

body {
  font-size: 62.5%;
 font-family: 'Oswald', sans-serif;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
  background-color: #f2f2f2;
}

a img {
  border: 0px;
}

a {
  text-decoration: none;
  color: #187bbd;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
}



#page {
  margin: 0 auto;
  background-color: #fff;
  background-color: rgba(255,255,255,.85);
  padding: 0px;
  max-width: 1152px;
  text-align: left;
}

header {
  margin: 0 0 0px 0;
  position: relative;
  border-bottom: 10px solid #187bbd;
}

header h1 span {
  padding-bottom: 50%;
  display: block;
  text-indent: -9000px;
}

header h1 {
  line-height: 0;
  grid-area: logo;
  background-image: url(https://convention.nmanet.org/control/wp-content/uploads/2024/02/nmalogo.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 65%;
  margin: 0 auto;
  display: none;
}

header .contain {
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 25.8%;
  background-image: url(./images/banner24.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

header .contain > span {
  display: grid;
  grid-template-columns: 25.8% 1fr 13.2%;
  grid-template-rows: auto;
  grid-template-areas: 
    "logo . nav";
  column-gap: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
}

  header + .partner {
    grid-area: partnerhd;
    text-align: center;
    padding: 15px 0;
  }
  
  header + .partner .sample {
    width: 728px;
    height: 90px;
    background-color: #fff;
    margin: 0 auto;
  }

header h2 {
  margin: 0;
  width: 200px;
  position: absolute;
  left: 80px;
  top: -30px;
  background-color: #E1EBEF;
  padding: 30px 20px 20px 20px;
}

  header h2 span {
    padding-bottom: 37.8%;
    text-indent: -10000px;
    background-image: url(/images/logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
  }

header h3 {
  font-size: 2.8em;
  font-style: italic;
  line-height: 1;
  margin: 40px 0 15px 0;
  color: #99cc33;
  font-weight: 400;
  text-transform: uppercase;
}

header p {
  font-size: 1.5em;
  line-height: 1.5;
  margin: 0px 0 0px 0;
  color: #fff;
  font-weight: 400;
  max-width: 300px;
}

header p a {
  color: #99cc33;
}

header .branding {
  grid-area: logo;
}

header nav {
  grid-area: nav;
  text-align: center;
  margin-top: 80%;
}

a.trigger {
  font-size: 5em;
  color: #0072BB;
  cursor: pointer;
  background-color: rgba(255,192,0,1);
  padding: 15px 5px 5px 5px;
  display: inline-block;
}

a.trigger::after {
  display: block;
  content: 'MENU';
  font-size: 12px;
  text-align: center;
  line-height: 2;
  padding-top: 25px;
  color: #0072BB;
}

#navigate {
  display: none;
}

nav {
  position: relative;
}

nav ul {
  list-style: none;
  padding: 15px 0 0 0;
  margin: 0;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 90;
}

nav ul li {
  margin: 0;
  padding: 5px 0;
  line-height: 1;
  font-size: 1.9em;
  color: #fff;
}

nav ul li a {
  padding: 9px 13px;
  color: #fff;
  background-color: #006699;
  background-color: rgba(0, 102, 153, 0.848);
  display: inline-block;
  transition: all .3s;
}

nav ul li a:hover, nav ul li a:focus {
  background-color: #7b921f;
}

.register {
  padding: 0px;
background: rgb(216,111,65);
  background: -moz-linear-gradient(90deg, rgba(216,111,65,1) 36%, rgba(255,192,0,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(216,111,65,1) 36%, rgba(255,192,0,1) 100%);
  background: linear-gradient(90deg, rgba(216,111,65,1) 36%, rgba(255,192,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d86f41",endColorstr="#ffc000",GradientType=1);
}

.register h3 {
  grid-area: regtitle;
  color: #ffffff;
  margin: 0;
  line-height: 1em;
  font-family: 'Montserrat', sans-serif;
  font-size: 3.7em;
  text-transform: uppercase;
  font-weight: 900;
  padding: 20px 0;
  text-align: center;
}

.register ol {
  grid-area: reglist;
  color: #afdfe4;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  position: relative;
}

.register ol li {
  font-family: 'EB Garamond', serif;
  font-size: 2.5em;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  box-sizing: border-box;
  letter-spacing: .125em;
  padding: 0;
  position: relative;
}

.register a {
  color: #f4f1d1;
  padding: 0px 20px 0px 20px;
  position: relative;
  transition: all .3s;
}

.register ol li a:hover {
  color: #7fb7bd;
}




.pitch {
  display: grid;
  grid-template-columns: .4fr .6fr;
  grid-template-rows: auto;
   grid-template-areas: 
   "pitchlogo pitch";
  column-gap: 60px; 
  padding: 0px 60px 60px 60px;
  align-items: center;
  background-image: url('https://convention.nmanet.org/control/wp-content/uploads/2024/02/pitchbg.jpg');
  background-size: cover;
  background-position: center top;
}

.pitch img {
  grid-area: pitchlogo;
  max-width: 85%;
  height: auto;
}

.pitchvid {
  width: 100%;
  margin: 0px 0px 0 0px;
  padding-bottom: 58.5%;
  position: relative;
}

.page-template-accom .pitchvid {
  grid-area: pitchvid;
  width: 100^;
  margin: 40px 0px 0 0px;
  padding-bottom: 56.25%;
  position: relative;
}

.pitchvid > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.pitchvid #mep_0 {
  width: 100% !important;
  height: 100% !important;
}

.pitch h3 {
  grid-area: pitchlabel;
  font-family: 'Montserrat', sans-serif;
  font-size: 4em;
  color: #8F4766;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0;
  text-align: right;
}

.pitch .pitchtext {
  grid-area: pitch;
  padding-top: 50px;
}

.pitch h5 {
  grid-area: pslogan;
  font-family: 'Montserrat', sans-serif;
  font-size: 5.5em;
  color: #E9B836;
  line-height: 1.1;
  font-variant: small-caps;
  word-spacing: .125em;
  letter-spacing: .0625em;
  margin: 0px -60px 0 -60px;
  text-align: center;
  padding: 40px 10% 50px 10%;
  background: rgb(238,230,220);
  background: -moz-linear-gradient(302deg, rgba(238,230,220,1) 5%, rgba(255,255,255,1) 28%, rgba(238,230,220,1) 51%, rgba(255,255,255,1) 74%, rgba(238,230,220,1) 95%);
  background: -webkit-linear-gradient(302deg, rgba(238,230,220,1) 5%, rgba(255,255,255,1) 28%, rgba(238,230,220,1) 51%, rgba(255,255,255,1) 74%, rgba(238,230,220,1) 95%);
  background: linear-gradient(302deg, rgba(238,230,220,1) 5%, rgba(255,255,255,1) 28%, rgba(238,230,220,1) 51%, rgba(255,255,255,1) 74%, rgba(238,230,220,1) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eee6dc",endColorstr="#eee6dc",GradientType=1);
}



.pitch .pitchtext p {
 font-family: 'Montserrat', sans-serif;
  font-size: 2em;
  line-height: 1.5;
  margin: 0 0 .5em 0;
  color: #222222;
}

.featuredimage {
  padding-bottom: 40%;
  background-size: cover;
  background-position: center center;
}


#featuredevents {
  margin: 0;
  position: relative;
  background-color: #e0e7f5;
  background-image: url(https://convention.nmanet.org/control/wp-content/uploads/2024/02/feback.jpg);
  background-size: cover;
  background-position: center center;
}

#featuredevents > span {
  display: block;
}

.fecontain {
  z-index: 310;
  padding: 0 50px 50px 50px;
  text-align: center;
}

.fecontain > * {
  z-index: 310;
}

.fecontain h3, .speakers h3 {
  color: #ffffff;
  margin: -40px auto 0 auto;
  line-height: 1em;
  font-family: 'Montserrat', sans-serif;
  font-size: 3.7em;
  text-transform: uppercase;
  letter-spacing: .125em;
  padding: 20px 30px;
  text-align: center;
  display: inline-block;
background: rgb(216,111,65);
  background: -moz-linear-gradient(90deg, rgba(216,111,65,1) 36%, rgba(255,192,0,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(216,111,65,1) 36%, rgba(255,192,0,1) 100%);
  background: linear-gradient(90deg, rgba(216,111,65,1) 36%, rgba(255,192,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d86f41",endColorstr="#ffc000",GradientType=1);
}

.fecontain h3 a {
  font-size: 50%;
  text-transform: none;
  color: #f4f1d1;
  letter-spacing: .0625em;
  padding-left: 10px;
}

.fecontain > img {
  grid-area: fedeco;
  max-width: 160px;
  height: auto;
  justify-self: right;
}

.fecontain ul {
  grid-area: felist;
  margin-top: 120px;
  list-style: none;
  padding: 40px 0 0 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fecontain ul li {
  font-size: 2.1em;
  line-height: 1.2;
  margin: 2%;
  font-family: 'Montserrat', sans-serif;
  background-color: #326fb4;
  width: 21%;
  text-align: center;
  color: #FFC000;
  padding: 0 20px 20px;
  box-sizing: border-box;
  position: relative;
}

.fecontain ul li::before {
  content: '\25C6';
  color: #FFC000;
  font-size: 40px;
  position: relative;
  top: -12px;
  line-height: 0;
}

.fecontain ul li span {
  display: block;margin-bottom: 10px;
}

.fecontain ul li em {
  display: block;
  color: #fff;
  font-size: 70%;
}

main {
  display: block;
  padding: 0 50px;
   overflow: visible;
   clear: both;
   margin: 0 auto;
   text-align: center;
}

main > div.contain {
    max-width: 1300px;
    margin: 0 auto;
    text-align: left;
}

.topper {
}


.topper h2 {
 padding: 40px 50px 0 50px;
 color: #187bbd;
 width: 100%;
 margin: 0;
 font-size: 7.2em;
 line-height: 1.2;
 font-weight: 900;
 text-transform: uppercase;
 font-family: 'Montserrat', sans-serif;
 text-align: center;
 box-sizing: border-box;
}

.topper h2 img {
  width: 30px;
  height: 30px;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.entry-content {
  padding: 30px 80px 60px 80px;
}

.entry-content p, .entry-content li {
  font-size: 1.8em;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  margin:  0;
}

.entry-content p {
  margin: 0 0 1em 0;
}

.entry-content h3 {
   color: #c26725;
   width: 100%;
   margin: .75em 0 .25em;
   font-size: 3.2em;
   line-height: 1.2;
   font-weight: 400;
   font-family: 'Montserrat', sans-serif;
}

.entry-content h4 {
   color: #c26725;
   width: 100%;
    margin: .75em 0 .25em;
   font-size: 2.2em;
   line-height: 1.2;
   font-weight: 400;
   font-family: 'Montserrat', sans-serif;
}

.botter {
 display: grid;
 grid-template-columns: .4fr .6fr;
 grid-template-rows: auto;
   grid-template-areas: 
   "covid clouds";
 column-gap: 60px; 
 margin-bottom: -210px;
 margin-top: 70px;
}

.botter img {
  grid-area: clouds;
  max-width: 100%;
  height: auto;
}

.home .botter {
  margin-top: 30px;
}

.home .botter img {
  grid-area: clouds;
  max-width: 90%;
  height: auto;
  margin-top: -90px;
  position: relative;
  z-index: 9000;
  margin-bottom: 90px;
}

.botter .covid {
  grid-area: covid;
}

.botter .covid a, p.covlink a {
  display: inline-block;
  background-color: #ff0000;
  color: #fff;
  padding: 12px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 1.9em;
  line-height: 1;
  margin-top: 25px;
  margin-left: -40px;
}

p.covlink {
  text-align: right;
  padding-top: 15px;
}

p.covlink a {
  margin: 0 !important;
  font-size: 1em;
  padding: 8px 20px 11px 20px;
  transition: all .3s;
}

p.covlink a:hover {
  color: #ff0000;
  background-color: #fff;
}

footer {
  display: block;
  padding: 10px 30px 10px 30px;
  box-sizing: border-box;
  margin: 0 0px;
   text-align: center;
background: rgb(216,111,65);
background: -moz-linear-gradient(90deg, rgba(216,111,65,1) 36%, rgba(255,192,0,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(216,111,65,1) 36%, rgba(255,192,0,1) 100%);
background: linear-gradient(90deg, rgba(216,111,65,1) 36%, rgba(255,192,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d86f41",endColorstr="#ffc000",GradientType=1);
}

footer .contain {
  text-align: left;
  margin: 0 auto;
   display: grid;
   grid-template-columns: 25% 1fr;
   grid-template-rows: auto;
     grid-template-areas: 
     "brand meta";
   column-gap: 60px; 
   align-items: center;
   max-width: 1300px;
}

footer .brand {
  grid-area: brand;
  padding: 30px;
}

footer .meta {
  grid-area: meta;
  text-align: right;
}

footer .meta span {
  padding: 0 30px;
}

footer .meta a {
  color: #fff;
}

footer h6 {
  font-size: 2.1em;
  line-height: 1;
  margin: 0 0 5px 0;
  color: #004385;
  font-weight: 400;
}

footer h5 {
  color: #fff;
  line-height: 1;
  font-size: 3em;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
}

p.pitch {
  padding: 0 15%;
  font-size: 2.5em;
  line-height: 1.5;
  margin: 30px 0 0 0;
  text-align: center;
  font-style: italic;
  color: #006699;
  font-weight: 100;
}

p.pitch strong {
  font-style: normal;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

#buttons {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 10%;
  position: relative;
}

#buttons li {
  background-color: #fff;
  padding-bottom: 21%;
  width: 21%;
  margin: 2%;
  position: relative;
  box-sizing: border-box;
  border: 3px solid #fff;
  background-position: center center;
  background-size: cover;
}

#buttons li.menu-item-183 {
  background-image: url(./images/butreg.jpg);
}

#buttons li.menu-item-26 {
  background-image: url(./images/butabo.jpg);
}

#buttons li.menu-item-25 {
  background-image: url(./images/butsch.jpg);
}

#buttons li.menu-item-24 {
  background-image: url(./images/buthot.jpg);
}

#buttons li.menu-item-23 {
  background-image: url(./images/butspe.jpg);
}

#buttons li.menu-item-22 {
  background-image: url(./images/floor.jpg);
}

#buttons li.menu-item-21 {
  background-image: url(./images/butcam.jpg);
}

#buttons li.menu-item-20 {
  background-image: url(./images/butanm.jpg);
}

#buttons li.menu-item-277 {
  background-image: url(./images/butcovid.jpg);
}

#buttons li a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

#buttons li span {
  display: inline-block;
  background-color: #0082ca;
  background-color: rgba(0, 130, 202, 0.913);
  color: #fff;
  padding: 10px 15px;
  position: absolute;
  right: -15px;
  bottom: 20px;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: 1;
}

#buttons li:first-of-type {
  display: none;
}

.dandp {
 max-width: 1300px;
 margin: 0 auto;
 display: grid;
 grid-template-columns: 1fr 300px;
 grid-template-rows: auto;
   grid-template-areas: 
   "dp sidepart";
 column-gap: 60px;
 padding: 50px 10%;
 align-items: center;
}

.dandp .dp {
  grid-area: dp;
}

.dandp .partner {
  grid-area: sidepart;
}

.dandp .partner .sample {
  width: 300px;
  height: 250px;
  background-color: #fff;
}

.partner .sample {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: .5em;
  color: #aaa;
}

.dandp .dp h4 {
  font-size: 6em;
  line-height: 1;
  color: #006699;
  margin: 0;
  text-align: center;
}

.dandp .dp h3 {
  font-size: 12.5em;
  line-height: 1;
  color: #fff;
  font-weight: 100;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.speakers {
  padding: 20px 0 50px 0;
  background-color: #e1e1e1;
  text-align: center;
  position: relative;
}

.speakers h3 {
  top: -20px;
  position: relative;
}

.speakers p {
  color: #8F4766;
  font-size: 3em;
  line-height: 1.2;
  text-align: center;
  font-family: 'EB Garamond', serif;
  margin: 0;
  padding: 40px 30px 20px 30px;
  box-sizing: border-box;
}

.speakers ul {
  padding: 40px 7%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  justify-content: center;
}

.speakers ul li {
  padding: 0;
  margin: 1% 1%;
  width: 23%;
  font-family: 'Montserrat', sans-serif;
}

.speakers ul li div {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center top;
}

.speakers ul li span {
  display: block;
  text-align: center;
  line-height: 1;
}

.speakers span.spname {
  font-size: 1.6em;
  color: #0072BB;
  margin: 15px 0 5px;
}

.speakers span.sporg {
  font-size: 1.3em;
  color: #000;
  font-style: italic;
  line-height: 1.2;
}

.blurbs {
  padding: 60px 0 100px 0;
  text-align: center;
}

.blurbs .contain {
  max-width: 1300px;
  padding: 0 10%;
  margin: 0 auto;
}

/*

.blurbs .contain > div {
   display: grid;
   grid-template-columns: .33fr .66fr;
   grid-template-rows: auto;
     grid-template-areas: 
     "blphoto  bltext";
   column-gap: 40px;
   align-items: center;
   padding: 30px 10%;
}

.blurbs .contain > div:nth-of-type(even) {
   grid-template-columns: .66fr .33fr;
     grid-template-areas: 
     "bltext blphoto";
}

.blurb p {
  font-size: 1.8em;
  letter-spacing: .0625em;
  font-style: italic;
  line-height: 1.5;
  margin: 0;
  color: #fff;
  text-align: left;
}

.blurb .blurbtext {
  grid-area: bltext;
}

.blurb .blurbphoto {
  grid-area: blphoto;
  background-size: cover;
  background-position: center center;
}

.blurbphoto {
  padding-bottom: 100%;
  border: 5px solid #fff;
}

*/

.highlights {
  padding: 50px 60px;
}

.highlights .contain {
   display: grid;
   grid-template-columns: 1fr 350px;
   grid-template-rows: auto;
     grid-template-areas: 
     "hlslide  hlad";
   column-gap: 60px;
}

.highlights .contain #carousel {
  grid-area: hlslide;
}

.highlights .contain #hlad {
  grid-area: hlad;
  background-size: cover;
  background-position: center center;
}

.highlights .sphead {
   transform: rotate(2deg);
}

.hlpic {
  width: 100%;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
}

.hlpic div {
  padding-bottom: 65%;
}

.slide {
  position: relative;
  margin: 0;
  width: 100%;
  text-align: center;
}

.hltxt {
  position: absolute;
  width: 80%;
  right: 0;
  bottom: 40px;
  background-color: #8F4766;
  left: -15px;
}

.hltxt p {
  color: #fff;
  line-height: 1.3;
  font-size: 1.8em;
  margin: 0;
  font-family: 'EB Garamond', serif;
  text-align: left;
  padding: 10px 40px;
}

.cycle-pager {
  position: absolute;
  right: 45%;
  bottom: -30px;
}

.cycle-pager span {
  background-color: #fff;
  border-radius: 50%;
  text-indent: -10000px;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 3px;
}

.cycle-pager span.cycle-pager-active {
  background-color: #0082ca;
}



.thefacts {
  padding: 100px 0 140px 0;
  text-align: center;
  background-color: #0082ca;
  margin: 0 -50px;
  clip-path: polygon(0 0, 100% 6%, 100% 94%, 0% 100%);
}

.thefacts .contain {
  max-width: 1300px;
  padding: 0 10%;
  margin: 0 auto;
  min-height: 200px;
   display: grid;
   grid-template-columns: .5fr 1px .5fr;
   grid-template-rows: auto;
     grid-template-areas: 
     "tfcovid  tfdivider tfabout";
   column-gap: 60px;
   text-align: left;
}

.thefacts .contain .covid {
  grid-area: tfcovid;
}

.thefacts .contain .divider {
  grid-area: tfdivider;
  height: 100%;
  background-color: #b7d447;
}

.thefacts .contain .about {
  grid-area: tfabout;
}

.thefacts p {
  font-size: 1.6em;
  line-height: 1.5;
  margin: 0;
  color: #fff;
}

.thefacts .contain .about img {
  float: right;
  max-width: 50%;
  height: auto;
  margin: 3px 0 20px 40px;
}

.thefacts h3 {
  color: #b7d447;
  font-size: 2.5em;
  line-height: 1;
  margin: 0 0 1em 0;
}

.thefacts h3 span {
  font-size: 70%;
}

.alignright {
  float: right;
  margin: 3px 0 20px 40px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  clear: both;
  margin-bottom: 20px;
}

.gallery-columns-3 figure {
  width: 29%;
  margin: 2%;
  text-align: center;
}

.gallery-columns-2 figure {
  width: 46%;
  margin: 2%;
  text-align: center;
}


.sched h4 {
  font-size: 3em;
  letter-spacing: .125em;
  line-height: 1.4;
  margin: .75em 0;
  text-transform: uppercase;
  color: #D86F41;
  padding-top: 20px;
  margin-top: 50px;
  border-top: 2px dotted #D86F41;
  font-style: normal;
}

.schedevent {
   display: grid;
   grid-template-columns: .28fr .38fr .33fr;
   grid-template-rows: auto;
     grid-template-areas: 
     "schevetimes  schevetitle schevenote";
   column-gap: 60px;
   padding: 13px 15px 0;
   border-bottom: 1px solid #fff;
}

.schedevent p {
  line-height: 1.5;
}

.sched > div:nth-of-type(even) {
  background-color: #f7f7f7;
}

.sched .schedevent.featured {
  background-color: #d5e9f5;
}

.schedevent p.evename {
  grid-area: schevetitle;
}

.schedevent.featured p.evename {
  font-weight: 700;
  color: #187bbd;
}

.schedevent p.evetimes {
  grid-area: schevetimes;
}

.schedevent p.evenote {
  grid-area: schevenote;
}


.ftsocial {
   padding: 30px 7%;
   margin: 0 0px;
   clear: both;
   background-color: #fdf3e1;
}

.home .ftsocial {
   background-color: #fff;
}

.ftsocial .contain {
  text-align: left;
  margin: 0 auto;
   display: grid;
   grid-template-columns: 1fr auto;
   grid-template-rows: auto;
     grid-template-areas: 
     "soclinks sochead";
   column-gap: 60px;
   align-items: center;
}

.ftsocial .headers {
  grid-area: sochead;
}

.ftsocial .headers h3 {
  font-size: 3.3em;
  color: #0082ca;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}
.ftsocial .headers h3 span {
  display: block;
  font-size: 130%;
  line-height: 1;
  font-weight: 400;
}

.ftsocial .headers p {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2em;
  line-height: 1;
  margin: 10px 0 0 5px;
  color: #333;
}

.ftsocial .links {
  grid-area: soclinks;
}

.ftsocial .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  justify-content: center;
} 

.ftsocial .links ul li {
  font-family: 'socialicoregular';
  margin: 0;
  padding: 0 3px;
  font-size: 11em;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 1;
}

.ftsocial .links ul li:nth-of-type(4) {
  font-family: 'socialico_plusregular';
}

.ftsocial .links li a {
  color: #0082ca;
  transition: color .3s;
  transition: all .3s;
}

.ftsocial .links li a:hover {
  color: #fff;
}

body .ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 1.8em;
background: rgb(216,111,65);
  background: -moz-linear-gradient(90deg, rgba(216,111,65,1) 36%, rgba(255,192,0,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(216,111,65,1) 36%, rgba(255,192,0,1) 100%);
  background: linear-gradient(90deg, rgba(216,111,65,1) 36%, rgba(255,192,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d86f41",endColorstr="#ffc000",GradientType=1);
  border: 0;
  border-radius: 0;
  color: #fff;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

body .ui-icon-triangle-1-e, body .ui-icon-triangle-1-e:hover, body .ui-icon-triangle-1-e:focus {
  background-image: none;
}

body .ui-accordion .ui-accordion-header::before {
  content: '\002B';
  padding-right: 5px;
  font-style: normal;
}

body .ui-accordion .ui-accordion-header.ui-state-active::before {
  content: '\2212';
}

body .ui-accordion .ui-accordion-header span {
  display: none;
}

body .ui-accordion {
  padding-top: 20px;
}

body .ui-accordion .ui-accordion-content {
  padding: 40px 60px;
}

.post-18 .entry-content ul {
  columns: 2;
  column-gap: 80px;
}

.post-18 .entry-content ul li {
  break-inside: avoid;
}


body .ui-widget-content a {
  color: #5c94ab;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topcov {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  background-color: #aa0909;
  color: #fff;
  border-radius: 50%;
  float: right;
  margin: 3px 0 20px 40px;
  line-height: 1.2;
  transition: all .3s;
}

.topcov:hover {
  background-color: #ff0000;
}

.blurbs h3 {
  color: #0072BB;
  font-size: 5em;
  margin: 0 auto 20px auto;
  line-height: .9;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  display: inline-block;
}

.blurbs h3::after {
  content: '\00A0';
  background: rgb(0,114,188);
  background: -moz-linear-gradient(90deg, rgba(0,114,188,1) 36%, rgba(0,176,216,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0,114,188,1) 36%, rgba(0,176,216,1) 100%);
  background: linear-gradient(90deg, rgba(0,114,188,1) 36%, rgba(0,176,216,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0072BB",endColorstr="#00b0d8",GradientType=1);
  height: 7px;
  width: 95%;
  display: block;
  margin: 30px auto 0 auto;
}

.blurbs h3 span {
  display: block;
  font-size: 185%;
}

.blurbs ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0 10%;
  margin: 0;
}

.blurbs ul li {
  padding: 0;
  margin: 2%;
  text-align: center;
  width: 21%;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2em;
  line-height: 1.2;
  color: #000;
}

.blurbs ul li span {
  font-size: 210%;
  color: #D86F41;
  display: block;
}

#cye {
  overflow: hidden;
  padding-bottom: 30px;
}

#cye .slide .cyein {
 align-items: center;
}

.slide .cyein h4 {
  grid-area: cyetitle;
  text-align: center;
  color: #002846;
  font-size: 6.5em;
  line-height: 1.1;
  margin: 0 auto;
  font-family: 'EB Garamond', serif;
  max-width: 85%;
}

/*

.slide .cyein h4::before {
  content: '\201C';
}

.slide .cyein h4::after {
  content: '\201D';
}

*/

.slide .cyein h4 span {
  font-size: 120%;
  color: #fff;
}

.slide .cyein  > div {
  grid-area: cyedesc;
  text-align: left;
  display: none;
}

.slide .cyein > div p {
  color: #fff;
  font-size: 2.4em;
  line-height: 1.7;
  margin: 0 0 .75em 0;
  text-align: center;
}





.dandp .partner, .covlink {
  display: none;
}

.ui-accordion-content h5 {
    font-size: 1.4em;
    line-height: 1.2;
    color: #7b921f;
    margin: 0.75em 0 0.5em 0;
    font-family: 'Oswald', sans-serif;
}

.entry-content .ui-accordion-content li p {
  font-size: 100%;
}

a.button {
  display: block;
  float: right;
  margin: 3px 0 20px 40px;
  background: rgb(0,114,188);
  background: -moz-linear-gradient(0deg, rgba(0,114,188,1) 36%, rgba(0,176,216,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,114,188,1) 36%, rgba(0,176,216,1) 100%);
  background: linear-gradient(0deg, rgba(0,114,188,1) 36%, rgba(0,176,216,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0072BB",endColorstr="#00b0d8",GradientType=1);
  color: #fff;
  padding: 10px 20px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
}

.campcal {
  display: flex;
  width: 100%;
}

.campcal .day {
  flex-grow: 1;
  margin: 1px;
}

.campcal .day h3 {
  background-color: #7b921f;
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  font-size: 1.5em;
}

.cdevents {
  padding: 20px;
}

.campcal .day h5 {
  padding-top: 10px;
  border-top: 1px dotted #aaa;
  color: #888;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.4em;
  margin: 15px 0 4px 0;
  line-height: 1.3;
}

.campcal .day h4 {
  color: #444;
  font-style: normal;
  font-size: 2em;
  margin: 0px 0 10px 0;
  line-height: 1.3;
}

.modal { 
    display: none; 
    font-size: 1.7em;
    line-height: 1.6;
    padding: 50px;
}

.featherlight-content {
  max-width: 70%;
}

.campcal .day p a {
  font-style: italic;
  color: #7b921f;
}


.partner .g-1 {
    margin: 0px auto;
    width: auto;
}

.partner img {
  max-width: 100%;
  height: auto;
}

.campcal {
  display: none;
}

.ag {
  display: flex;
}

.ag > div {
  width: 18%;
  padding: 15px 30px;
  box-sizing: border-box;
  border-bottom: 1px dotted #ccc;
  margin: 0 1%;
}

.ag span {
  display: none;
}

.campcal2 > div:first-of-type > div {
  background-color: #7b921f;
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  padding: 10px !important;
  font-size: 1.5em;
  border-bottom: 0;
  line-height: 1.2;
}

.campcal2 h4, .campcal2 p {
  margin: 0;
  line-height: 1.4;
}

.campcal2 > div:last-of-type {
  background-color: #eee;
}

.entry-content .campcal2 h4 {
    font-size: 1.8em;
    line-height: 1.4;
    color: #0082ca;
    margin: 0.75em 0 0.5em 0;
    font-style: normal;
    font-family: 'Oswald', sans-serif;
}

.campcal2 {
  margin-bottom: 50px;
  margin-top: 40px;
}

.campcal2 .ag > div:first-of-type {
  text-align: right;
}

.campcal2 > div:first-of-type > div:first-of-type {
  text-align: center;
}

.alert {
  background-color: #d51414;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.alert p {
  font-size: 1.5em;
  line-height: 1;
  font-family: 'EB Garamond', serif;
  margin: 0;
  letter-spacing: .0625em;
}

.alert p a {
  color: #f3e779;
  padding-bottom: 2px;
  border-bottom: 1px dotted #f3e779;
}

footer p {
  font-size: 1.5em;
  text-align: right;
  line-height: 1.3;
  padding: 0px 0 0 0;
  margin: 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

footer p a {
  padding: 0;
  color: #fff;
}

footer p span {
  padding: 0 20px;
  border-right: 1px solid #fff;
}

footer p span:last-of-type {
  border-right: 0;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 300; /* Stay on top */
    top: 0;
    right: 0;
    background: rgb(0,114,188);
    background: -moz-linear-gradient(0deg, rgba(0,114,188,1) 36%, rgba(0,176,216,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,114,188,1) 36%, rgba(0,176,216,1) 100%);
    background: linear-gradient(0deg, rgba(0,114,188,1) 36%, rgba(0,176,216,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0072BB",endColorstr="#00b0d8",GradientType=1);
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 5px 8px 5px 32px;
    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.3s
}

.sidenav ul {
  font-family: 'Montserrat', sans-serif;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidenav ul li {
  font-size: 1.8em;
  line-height: 1.3;
  padding: 0;
  margin: 0;
}

.sidenav ul li span {
  text-align: right;
  padding-right: 40px;
  color: #fff;
}

.sidenav ul:first-of-type li {
  text-align: right;
  margin-bottom: 30px;
}

.sidenav p {
  font-family: 'Montserrat', sans-serif;
  list-style: none;
  font-size: 1.5em;
  line-height: 1.4;
  margin: 15px 0 0 0;
  color: #efdb96;
  padding: 0px 20px 5px 32px;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #efdb96;
}

/* Position and style the close button (top right corner) */
.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.page-template-accordion .gallery img {
  max-width: 100%;
  height: auto;
}

.entry-content li li {
  font-size: 100%;
}

.welcome_letter {
  padding: 40px 40px 100px;
  box-sizing: border-box;
   display: grid;
   grid-template-columns: 40% 1fr;
   grid-template-rows: auto;
     grid-template-areas: 
     "welhead weltext";
   column-gap: 60px;
   align-items: center;
}

.welcome_letter .welhead {
  grid-area: welhead;
}

.prespho {
  max-width: 50%;
  padding-bottom: 50%;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 30px;
}

.welcome_letter .welhead h3 {
      color: #D86F41;
      margin: 0;
      line-height: 1em;
      font-family: 'Montserrat', sans-serif;
      font-size: 7em;
      text-transform: uppercase;
      padding: 0px 0 15px;
      text-align: center;
      box-sizing: border-box;
}

.welcome_letter .welhead p {
      color: #0072BB;
      margin: 0;
      line-height: 1.2em;
     font-family: 'Montserrat', sans-serif;
      font-size: 3em;
      font-weight: 900;
      font-style: italic;
      padding: 0px 20px 0px;
      text-align: center;
      box-sizing: border-box;
}

.welcome_letter .welcometext {
  grid-area: weltext;
  padding-right: 40px;
  max-height: 450px;
  overflow: auto;
}

.welcome_letter .welcometext p {
 font-family: 'Montserrat', sans-serif;
  font-size: 1.6em;
  line-height: 1.3;
  margin: 0 0 0.5em 0;
  color: #222222;
}

.welcome_letter .welcometext li {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6em;
  line-height: 1.3;
  color: #222222;
  margin-top: 0;
}

.sections {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sections li {
  break-inside: avoid;
  margin: 0;
  padding: 10px 0 10px 0px;
   display: grid;
   grid-template-columns: 33% auto 1fr;
   grid-template-rows: auto;
     grid-template-areas: 
     "sectname sectloc sectsched";
   column-gap: 40px;  
   border-bottom: 1px dotted #ccc;
}

.sections li span {
  grid-area: sectname;
}

.sections li em {
  grid-area: sectloc;
  font-size: 80%;
}

.sections li a {
  grid-area: sectsched;
  justify-self: right;
}



.specialevents {
  list-style: none;
  padding: 0;
  margin: 0;
}

.specialevents li {
  break-inside: avoid;
  margin: 0;
  padding: 10px 0 10px 0px;
   display: grid;
   grid-template-columns: auto 1fr;
   grid-template-rows: auto;
     grid-template-areas: 
     "setname setloc";
   column-gap: 40px;  
   border-bottom: 1px dotted #ccc;
}

.specialevents li span {
  grid-area: setname;
}

.specialevents li em {
  grid-area: setloc;
  font-size: 80%;
  justify-self: right;
}


.campcal3 .campgroup3 {
  display: flex;
  gap: 25px;
}

.campcal3 .campgroup3 > div {
  width: 16.66%;
}

.campcal3 > div {
  padding-bottom: 1%;
  margin-bottom: 1%;
  border-bottom: 1px solid #ddd;
}

.campcal3 > div:first-of-type {
  padding-bottom: 2%;
  margin-bottom: 2%;
  border-bottom: 1px solid #c26725;
}

.campcal3  .campgroup3 > div:first-of-type {
  text-align: right;
  width: 13.66%;
  border-right: 1px solid #ddd;
  padding-right: 2%;
  box-sizing: border-box;
}

.campday h2 {
  font-size: 2em;
  line-height: 1;
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  color: #c26725;
}

.campday h3 {
  font-size: 1.7em;
  line-height: 1;
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  color: #c26725;
}

.campday p {
  font-size: 1.4em;
  line-height: 1;
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  color: #c26725;
}

.campday ul {
  padding: 0 0 0 10px;
  margin: 0px 0 0 0;
}

.campday li {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.3;
  font-family: 'EB Garamond', serif;
  font-weight: 100;
}

.campgroup3.double .campday {
  display: grid;
  grid-template-columns:auto;
  grid-template-rows:  1fr 1fr;
  grid-template-areas: 
    "gridtop"
    "gridbot";
  column-gap: 20px;
  row-gap: 10px;
  flex-direction: column;
}

.campgroup3.double .campday p:first-of-type, .campgroup3.double .campday ul:first-of-type {
  grid-area: gridtop;
}

.campgroup3.double .campday p:last-of-type, .campgroup3.double .campday ul:last-of-type {
  grid-area: gridbot;
}


.campgroup3.double .campday > * {
}

.page-id-750 .entry-content img, .page-id-769 .entry-content img {
	max-width: 150px;
	height: auto;
}

.page-id-750 .entry-content h4, .page-id-769 .entry-content h4 {
	padding-top: 50px;
}

.schedevent img {
  max-width: 150px;
  height: auto;
  max-height: 100px;
  width: auto;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
}

.evenote {
  break-inside: avoid;
}

.page-template-camp .entry-content > div:first-child {
	float: left;
	margin: 0 40px 30px 0;
}

.upcoming {
  background-color: #ebf8ff;
  text-align: center;
}

.upcoming .contain {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 50px 50px 50px;
  text-align: left;
}

.upcoming h3 {
  margin: 0 0 10px 0;
  line-height: 1.3;
  color: #E9B836;
  font-size: 3em;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .35em;
}

.upcoming h4 {
  color: #8F4766;
  font-size: 2em;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 20px 0 0em 0;
  text-align: center;
}

.ucsched {
  columns: 3;
  column-gap: 30px;
  padding-top: 30px;
}

.ucsched p {
  break-inside: avoid;
  font-size: 1.7em;
  line-height: 1.2;
   font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 1em 0;
  color: #002846;
}

.ucsched p span {
  display: block;
}

.ucsched p span:first-of-type {
  font-weight: 900;
  color: #187bbd;
}


.partner::after {
  content: 'Advertisement';
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #ccc;
  letter-spacing: .25em;
  line-height: 1;
  padding-top: 10px;
  opacity: .7;
}

.specsecs h3 {
  font-family: 'EB Garamond', serif;
  letter-spacing: .125em;
  text-align: center;
  text-transform: uppercase;
  font-size: 4.8em;
  margin: 1.5em 0 .6em 0;
}

.specsecs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 3;
  column-gap: 70px;
  column-rule: 1px solid #ccc;
}

.specsecs ul li {
  margin: 0;
  padding: 0;
  padding-left: 22px ;
  text-indent: -22px ;
  break-inside: avoid;
}

header .contain span div {
  display: none;
}

.page-template-accom #accordion table tr td:first-of-type {
  border-top: 1px solid #ccc;
  width: 80%;
}

.page-template-accom #accordion table tr td:last-of-type {
  border-top: 1px solid #ccc;
  width: 20%;
}

.page-template-accom #accordion table tr:first-of-type td {
  font-style: italic;
  border-top: 0;
} 

#regfees {
  padding-bottom: 50px;
}

#regfees .memtype {
  display: flex;
  border-bottom: 1px dotted #ccc;
}

#regfees .physician > div:last-of-type {
  border-bottom: 0;
}

#regfees .memtype > p {
  width: 23%;
  margin-right: 2%;
  padding: 10px 0;
}

#regfees .memtype > div {
  width: 75%;
  display: flex;
}

#regfees .memtype > * {
}

#regfees .memtype > div > div {
  width: 29%;
  margin: 0 2%;
  text-align: center;
  padding: 10px 0;
}

.entry-content #regfees h3 {
    color: #c26725;
    margin: 0.75em 0 0.5em;
    font-size: 2.2em;
    text-transform: uppercase;
    padding-top: 12px;
    border-top: 1px solid #c26725;
}

#regfees p {
  margin: 0;
  line-height: 1;
}

#regfees p strong span {
  display: block;
  font-size: 80%;
  font-style: italic;
  padding-top: 5px;
}



.post-18 .entry-content .bugrid {
  list-style: none;
  padding: 0 5%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0;
  columns: 1;
}

.bugrid li {
  width: 43%;
  margin: 2%;
  box-sizing: border-box;
  padding: 30px;
  text-align: center;
  background-color: #f2f2f2;
}

.bugrid li span {
  display: block;
  font-size: 120%;
  color: rgb(216,111,65);
}

.bugrid li a {
  display: inline-block;
  background: rgb(216,111,65);
    background: -moz-linear-gradient(90deg, rgba(216,111,65,1) 36%, rgba(255,192,0,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(216,111,65,1) 36%, rgba(255,192,0,1) 100%);
    background: linear-gradient(90deg, rgba(216,111,65,1) 36%, rgba(255,192,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d86f41",endColorstr="#ffc000",GradientType=1);
  color: #fff;
  padding: 10px 15px;
  margin: 10px auto 0;
}

.bugrid li em {
  margin: 10px auto 0;
  display: block;
  color: #777;
}

.campcal3 > div:nth-of-type(2) .campday {
grid-template-rows: 1fr .4fr;
}

.entry-content h3.sponsortype {
  text-align: center;
  font-size: 4em;
  margin: 60px 0 30px 0;
}

.sponsorlevel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.sponsorlevel img {
  max-width: 21%;
  margin: 3%;
  max-height: 200px;
  width: auto;
  height: auto;
}

.sponsorset > div:first-of-type img {
  max-width: 27%;
}

.sponsorset > div:nth-of-type(2) img {
  max-width: 19%;
}

.sponsorset > div:nth-of-type(3) img {
  max-width: 14%;
}

#hlad {
  padding: 10px 0;
  display: flex;
  justify-content: center; 
  background-image: linear-gradient(45deg, #ffffff 25%, #f7f7f7 25%, #f7f7f7 50%, #ffffff 50%, #ffffff 75%, #f7f7f7 75%, #f7f7f7 100%);
  background-size: 28.28px 28.28px;
}

.speakerbios {
  list-style: none;
  padding: 0;
  margin: 0;
}

.speakerbios li {
 padding: 20px 0 0 0;
 margin: 0;
 display: grid;
 grid-template-columns: 25.8% 1fr;
 grid-template-rows: auto;
 grid-template-areas: 
   "spname spname"
   "spphoto sptitles"
   "spphoto spbio";
 column-gap: 50px; 
}

.speakerbios li h3 {
  grid-area: spname;
  font-size: 1.6em;
  padding-top: 20px;
  border-top: 3px solid #c26725;
  padding-bottom: 30px;
  font-weight: 900;
}

.speakerbios li p {
  font-size: .8em;
}

.speakerbios li .biophoto {
  grid-area: spphoto;
}

.speakerbios li .titles {
  grid-area: sptitles;
  font-style: italic;
  color: #888;
}

.speakerbios li .bio {
  grid-area: spbio;
}

.speakerbios li .biophoto > div {
  padding-bottom: 120%;
  background-size: cover;
  background-position: center top;
}

.bioshortcuts {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 3;
  column-gap: 30px;
}

.bioshortcuts li {
  break-inside: avoid;
  padding-left: 10px;
  text-indent: -10px;
}

.speakerbios li .bio p:last-of-type {
  padding-top: 15px;
}

.speakerbios li .bio p:last-of-type a {
  color: #888;
}

.speakerbios li .bio p:last-of-type a::after {
  content: '\2191';
  padding-left: 4px;
}