/*
Theme Name: STICK
Theme URI: https://www.ischool.umd.edu
Author: iSchool
Author URI: https://ischool.umd.edu/about/directory/rochelle-robinson
Description: Custom iSchool theme baseed on the Hopper theme named in honor of Grace Hopper using the Bootstrap 5 framework and Font-Awesome.
Version: 2.0
Text Domain: stick
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*--------------------------------------------------------------
# GLOBALS
--------------------------------------------------------------*/

body {
  font-family: Open Sans, Arial,sans-serif !important;
  color: #333 !important;
  font-size: 1.1em;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 1.5em;
  font-weight: normal;
}
h1 {
  font-size: 2.3em;
  margin-top: 0;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.1em;
}
h5, h6 {
  font-size: 1em;
}
.clearfix {
    clear: both;
    display: table;
}
.site {
    margin: 0;
    width: 100%;
}
.navbar-brand{
  display:none;
}
/*--------------------------------------------------------------
# BOOTSTRAP OVERRIDE
--------------------------------------------------------------*/

a {
  color: #e21833;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #900900;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
    max-width: 1300px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
}
.carousel-caption {
  background: #333;
  font-size: 1.8em;
  max-width: 450px;
  padding: 1em;
  bottom: 15%;
}
.checkbox, .radio {
    display: inline;
}


/*--------------------------------------------------------------
# NAVIGATION
--------------------------------------------------------------*/

.primary-menu li a {
    color: #999999;
    padding: 1em;
    font-size:  15px;
    text-transform: uppercase;
    font-weight: bold;
}
.primary-menu li a:hover, .primary-menu li a:active {
    color: #fff;
    text-decoration: none;
    background-color: #FB5A02;

}

nav.container{
  padding-top: 12px !important;
  padding-bottom: 12px;
}

.primary-menu .menu-item.current-menu-item a, .navbar-default .navbar-nav > li > a:hover
{
    color: #fff;
    
}
.dropdown-menu > li > a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    max-width: 250px;
    border-bottom: 1px #EEE solid;
    padding: 15px !important;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
   color:#FFF !important;
   background-color: #333;
   text-decoration: none;
}
ul.dropdown-menu li > ul.dropdown-menu{
left: 100%;
top: 0;
}
.navbar-toggle {
    background-color: #FFF;
}
ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
display: block;
}
ul li .dropdown-menu ul li {
    margin-left: 1em;
}
.dropdown-toggle:after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid;
border-right: .3em solid transparent;
border-bottom: 0;
border-left: .3em solid transparent;
 }

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.menu-item-has-children:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}






/* -------------  Buttons ------------  */

.btn {
  padding: 5px 15px;
  font-size: 14px;
  text-transform: uppercase;
}

.btn-primary {
  color: #fff;
  background-color: #900;
  border-color: #900;
  border-radius: 4px;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 14px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #f3c726;
    background-color: #000;
    border-color: #000;
}

input:focus {
    outline: none !important;
}

.wpcf7-submit {
color: #fff;
background-color: #333;
border-color: #FFF;
display: inline-block;
padding: 20px 40px;
border-width: 2px;
border-style: solid;
font-size: .875rem;
font-weight: 700;
line-height: 1;
text-transform: uppercase;
text-decoration: none;
text-align: center;
}

.wpcf7-submit:hover {
    border-color: #333;
    background-color: #FFF;
    color: #333;
}

.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
  float: left;
}

/*--------------------------------------------------------------
# WP GLOBAL
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption .wp-caption-text {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}
blockquote {
    margin: 1em;
position: relative;
padding-left: 1em;
border-left: 0.2em solid
gold;
font-weight: 100;
color:
gray;
float: right;
width: 35%;
font-style: italic;
}

/* -------------  Table ------------  */
table {
  border-bottom: 1px solid #eee;
  margin: 0 0 1.5em 0;
  width: 100%;
}
th {
  font-weight: bold;
  padding: 0.75em;
  text-transform: uppercase;
}
td {
  border-top: 1px solid #eee;
  padding: 0.75em;
}
select {
  -webkit-appearance: menulist;
      box-sizing: border-box;
     align-items: center;
      white-space: pre;
      -webkit-rtl-ordering: logical;
      color: black;
     background-color: rgb(248, 248, 248);
     border-width: 1px;
      border-style: solid;
      border-color: rgb(166, 166, 166);
      border-image: initial;
     border-radius: 5px;
}
optgroupÂ {
  font-weight:Â bolder;
  display:Â block;
}
optionÂ {
 font-weight:Â normal;
 display:Â block;
 white-space:Â pre;
 min-height:Â 1.2em;
 padding:Â 0px 2px 1px;
}
dd  {
  margin: 0 1em 1.5em 1em;
}
.gallery-caption {
  display: none;
}
.sticky {
  position: relative;
}
.post:not(.sticky) .icon-thumb-tack {
  display: none;
}
.sticky .icon-thumb-tack {
  display: block;
  height: 18px;
  left: -1.5em;
  position: absolute;
  top: 1.65em;
  width: 20px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* ------ IFrame Tables ------------------*/

.iframetable {
  background: #ececec !important;
  border: 1px solid #bbbbbb!important;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 15px;
}

.iframetable th{
  border: 1px solid #bbbbbb!important;
}
.iframetable td{
  border: 1px solid #bbbbbb!important;
}


/* -------------  Alignments ------------  */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* -------------  Clearings ------------  */

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}

/*--------------------------------------------------------------
# THEME SPECIFIC
--------------------------------------------------------------*/

/* -------------  Masthead ------------  */

.blog-masthead {
  background-color: #e21833;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          height: 48px;
          padding-top: 10px;
          text-align: center;
  
}
.blog-masthead a {
  color: #fff;
}
/* -------------  Header ------------  */

.umdheader a {
    font-size: 16px;
    color:#fff;
    text-transform: uppercase;
    font-family: 'Crimson Text', serif;
}
.umdheader a:hover {
  text-decoration: none;
  color:#333;
  }
.logo{
  float: left;
  margin-right: 2em;
}
.blog-title {
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: normal;
}
.blog-title a {
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
}
.blog-title a:hover {
    color: #999;
    text-decoration: none;
}
.blog-description {
  font-size: 20px;
  color: #999;
}

/* -------------  Navigation ------------  */

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}
/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}
nav .container {
    padding: 0;
}
.container-fluid {
  max-width: 1350px;
}
.nav {
      text-transform: uppercase;
}
#myNavbar {
    float: left;
    font-weight: 900;
}
.navbar-default {
    background-color: #000;
    border: none;
}
.navbar {
  margin-bottom: 0 !important;
  border-radius: 0;
  border-bottom: #FB5A02 2px solid;
}
.navbar-default .navbar-nav > li > a {
     color: #FFF !important;
     font-weight: bold;
      font-size: 12px;
      color: #FFF;
      margin: 0 10px;
}

.navbar-light {
  border-bottom: none;
}
.bg-light{
  background-color: #fff !important;
}

.navbar-nav .dropdown-menu{
	position: absolute;
	left: auto;
  top: inherit;
  min-width: auto;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
  background-color: #212529;
  border-radius: 0;
  padding: 0; 
  margin-top: .75em;
}




/* -------------  Main Layout ------------  */

.blog-post {
  margin-bottom: 3em;
  margin-right: 15px;
}

.blog-main {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 1em;
  padding: 0 5px;
}

.page-content {
  margin-top: 2em;
}

.eventdesc {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 1em;
  padding: 0 1em 0 0;
}

.homesidebar h3 {
    font-size: 1.2em;
    font-family: 'Open Sans';
	 text-transform: uppercase;
   font-weight: 900;
}
.toparea {
  background: rgb(252, 252, 252);
  border: 1px solid rgb(241, 241, 241);
  margin-right: 0.3em;
  width: 32%;
  padding-top: 1.2em;
}
.imgcenter {
  padding: 5px;
  box-shadow: 0 0 3px #EEE;
  background: #FFF;
  border: #EEE 1px solid;
  width: 270px;
  height: 200px;
}

/* -------------  Theme Headers ------------  */


a.sitename {
    color: rgb(148, 146, 146);
    white-space: nowrap;
    font-size: 12px;
    line-height: 2;
}

a:hover.sitename, .blog-footer a:hover {
    color: gold;
    text-decoration: none;
}

.sublogo img {
    margin-right: 1em;
}

.blog-header {
  /*background: url("images/banner.png");*/
}

.blog-post-title {
  margin-bottom:.5em;
  font-size: 2.3em !important;
}

.blog-post-meta {
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
  letter-spacing: 2px;
}
.homeimage {
  margin-bottom:2em;
}
#homemain h2, .sidepanel h2{
    font-family: 'Open Sans';
    font-size: 1em;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
}

.homeblurb {
  /*background: rgba(0,0,0,.7);*/
  color: #fff;
  /*padding: 3rem;*/
  margin: auto;
  text-align: center;
  width:100%;
}

.homeblurb h2 {
  font-size: 60px;
  line-height: 1;
  color: #FFF;
  border-bottom: 1px #FFF solid;
  padding-bottom: 5px;
  margin: 0;
}

.group-left ul.widget-container {
    padding-right: 42px;
}

.homeblurb p {
    font-size: 22px;
    margin-top: 10px;
}

/* -------------  Sidebar  ------------  */

.col-sm-3.sidebar-primary {
    padding-left: 2em;
}

#sidebar-primary .widgettitle {
background: #2B75A9;
text-align: center;
color: #FFF;
padding: 13px 0;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
position: relative;
margin-bottom: 1em;
border-radius: 5px;
}

#sidebar-primary .widgettitle::after {
    content: "";
    display: block;
    position: absolute;
    border-top: 5px solid;
    border-top-color: #2B75A9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -5px;
    left: 90%;
    width: 0;
    height: 0;
    margin-left: -5px;
}


/* -------------  Widgets ------------  */

#blogimg-widgets {
  background: #FFFFFF;
  border-bottom: 1px dotted rgb(228, 228, 228);
  margin-bottom: 25px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}
.widget-container, .childmenu {
  list-style-type: none;
  list-style: none;
  padding: 1em 0 0 0;
}
.widget-container a, .widget-container a:hover {
  text-decoration: none;
}
.widget_recent_entries li {
}
.widget-container h2, .widget-container h3 {
  margin: .5em 0;
  font-size: 2em;
  font-family: 'Crimson Text', serif;
  color: #333;
}
.widgettitle a:hover {
  color: rgb(51, 102, 153);
}
.widget ul, .childmenu ul {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.childmenu {
    margin-top: 3em;
}
.widget ul li, .childmenu ul li {
  margin: 0 0 8px 0;
  padding: 4px 0 4px 0;
  font-size: 16px;
  border-bottom: 1px dotted #999;
}
.widget ul li ul li {
    border-bottom: none;
    margin: 2px 0;
}

.widget ul li ul li ul li {
    border-bottom: none;
}
.widget ul.sub-menu {
    margin-left: 15px;
}
.widget ul li .children {
  padding-left:.8em;
}

/* -------------  Search  ------------  */

.navbar #search {
    float: right;
}
.searchresults {
  margin: 1em;
  border-bottom: 1px solid #EEE;
  padding-bottom: 1em;
}
.searchresults h3 a {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}
.nosearchresults {
  padding: 5px;
  margin: 2em 0;
  border: 1px solid rgb(255,204,51);
  background-color: rgb(255,244,194);
}
#searchform {
  border: 1px solid #D8D8D8;
  background: #fff url(images/search.png) 99% 50% no-repeat;
  text-align: left;
  padding: 6px 18px 6px 6px;
  border-radius: 8px;
  font-size: 14px;
}
#search input[type="text"] {
  box-shadow:none;
  border:none;
  margin-bottom: 0px;
  color: #999;
  width: 90%;
}
#content-search {
  width: 300px;
  padding: 15px 0;
}

/* -------------  Pagination ------------  */

.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}

/* -------------  Form Elements ------------  */

.wpcf7-form input[type="text"], .wpcf7-form select, .wpcf7-form input[type="email"], .wpcf7 input[type="tel"], .wpcf7-form textarea {
margin: 5px 0 0;
width: 90%;
border: 1px solid #DDD;
box-shadow: 0 0 5px #DDD inset;
color: #999;
height: inherit;
padding: 4px;
font-weight: normal;
}

.wpcf7 label {
    font-weight: bold;
}
.regform {
   border: 1px solid #ddd;
padding: 1em;
background-color: #eee;
}

.regform h2 {
    margin-top: 0;
}
.regform h3 {
    border-top: solid 1px #ddd;
    padding-top: 1em;
}

input[type="file"] {
  max-width: 100%;
}

/* -------------  Social Media  ------------  */

#social {
  float: right;
  font-size: 2em;
  color: #e21833;
}
.required {
  color: #990000;
  font-weight: bold;
}


/* -------------  Accordian ------------  */

  .accordion-toggle:before {
     content: '\f146';
     font-family: 'Font Awesome\ 5 Free';
     font-size: 13px;
     margin-right: 10px
}
  .accordion-toggle.collapsed:before {
        content: '\f0fe';
        font-family: 'Font Awesome\ 5 Free';
        font-size: 13px;
        margin-right: 10px
}

.accordion .card-header:after {
   font-family: "Font Awesome 5 Free"; font-weight: 400; content: '\f146';
    float: right;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    font-family: 'Font Awesome\ 5 Free';
    content: '\f068';
}

/* -------------  Footer ------------  */

.footerlogo {
    display: none;
}

.blog-footer {
  color: #999;
  text-align: left;
  background-color: #000;
  font-size: 14px;
}

.blog-footer a {
  color: #fff !important;
  text-decoration: none;
}
.blog-footer a:hover {
  text-decoration: underline;
}

.blog-footer p:last-child {
  margin-bottom: 0;
}

/* ------------- oooo EXTRA oooo ------------  */


.maincontent ul li {
  list-style-image: url('/wp-content/uploads/2022/07/marker.png');
}

.mobile-logo{
  display:none;
}

.soliloquy-container .soliloquy-caption {
  background: rgba(255, 255, 255, .6) !important;

}
.soliloquy-container .soliloquy-caption-inside {
  color: #63A3DB !important;
  text-shadow: none !important;
  text-align: left !important;
  font-weight: bold;
}
.slider {
  /*background: url(images/umdcampus.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /*background-color: #333;*/
}

.slider img{
  width:100%;
}

.homeslide {
    color: #FFF;
    padding: 3em !important;
    background: #262626;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold;
}

.sidepanel {
  box-shadow: 0 0 10px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1);
  padding: 1em;
  border: 1px solid #ccc;
  border-top-color: rgb(204, 204, 204);
  border-top-style: solid;
  border-top-width: 1px;
  border-top: 5px solid #b1040e;
  margin-bottom: 3em;
}
.elementor {
  background-color: #efefef;
color: #6d6d6d;
padding: 10px;
font-weight: bold;
}
.elementor a {
color: #666;
}
.elementor a:hover {
color: #e21833;
}
.updates {
margin-bottom: 2em;
}

.bypostauthor {
  background-color: #ffe45a;
}


/* -------------  Media Queries ------------  */
@media screen and (max-width:1199px) {
    .primary-menu .menu-item.current-menu-item a, .navbar-default .navbar-nav > li > a:hover
    {
      background-color: #212529 !important;
    }

    .primary-menu li a:hover, .primary-menu li a:active {
      background-color: #212529 !important;
      padding: 0;
  
  }
}

@media screen and (max-width: 990px) {

.blog-header {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {

  .toparea {
    width: 100%;
  }

.blog-header .col-sm-3, .blog-header .col-sm-6 {
    width: 100%;
  }
  .logo {
   float: none;
   margin: 2em 0 0 0;
  }
 .navbar-default {
  background-color: #000;
  color: #FFF;
 }
 .navbar #search {
    float: none;
}
 .navbar-default .navbar-nav > li > a {
    color: #FFF !important;
}
.carousel-caption {
display:none;
}
#myNavbar {
    float: none;
    font-weight: 900;
}

.mobile-logo{
  display:none;
}
.blog-title{
  display:none;
}

.navbar-toggler {
    float: left !important;
    margin-left: 15px;
    margin-right: 0;
    padding: .25rem .25rem;
}
.blog-footer {
  text-align:center;
}
.footerlogo {
    display: inline-block;
    padding-top: 1em;
}
#social {
    float: none;
    padding-bottom: 10px;
}
.navbar-light .navbar-toggler {
    background: #333;
  }
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
}

@media screen and (max-width: 765px) {

.blog-header{
  display:none;
}
.blog-title a{
  display:none;
}
.mobile-logo{
  display:block;
}


.sitename {
  display: none;
 }

 .sublogo img {
  margin-bottom: 0; 
}

.homeblurb h2 {
    font-size: 30px;
}
.container .navbar .navbar-expand-xl .bg-dark .navbar-dark{
  padding-top: 0px !important;
}

.homeblurb p { font-size:18px;}

.page-content {
    margin-top: 1em;
}

.wp-block-columns {
  display: none;
  }

.widget-container, .childmenu {
  padding: 0 0 0 0;
  }

iframe {
    width: 100% !important;
  }

.wp-block-image .alignright {
    float: none;
    margin-left: 0
}
  .col-sm-12.navbar {
    display: flex;
    flex-flow: column;
    max-width: 100%;
  }
  .navbar-brand h1 {
    font-size: 1em;
    font-weight: bold;
    
}

.sublogo img {
  margin-bottom:  0;
}
  .navbar-brand {
    order: 1;
  }
  .navbar-light .navbar-toggler {
    order: 2;
  }
  #collapsibleNavbar {
    order: 3;
  }

  .navbar-brand {
    display: inline;
  }
  .headersearch {
  display:none;
  }

ul.primary-menu.navbar-nav li a {
    display: block;
    padding: 10px 15px;
    border-bottom: #DDD 1px dotted;
}
.navbar-nav .dropdown-menu {
  position: inherit;
  background-color: inherit;
  border: none;
  padding: 0 30px;
}
a.sitename {
  font-size: 1.5rem;
  white-space: normal;
  line-height: 1em;
}
.blog-title {
    margin: 16px 0;
    font-size: 2em;
}
.homeblurb {
  padding: 1rem;
}
  .blog-masthead {
    height: 32px;
    padding-top: 3px;
 }
  .group-left ul.widget-container {
    padding-right: 0;
}
}
/* -------------  Print CSS ------------  */