/*
Theme Name: Stop Hazing
Theme URI: https://www.stophazing.org/
Author: Visible Logic inc.
Author URI: http://visiblelogic.com/
Description: Stop Hazing custom WordPress Theme
Version: 1
 */
/*********************
BASE (MOBILE) SIZE
*********************/
html, body {
	-webkit-text-size-adjust: none;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-style: normal;
	font-size: 100%;
	color: #000;

}
.group::after {
	clear: both;
	content: "";
	display: table;
}
.wrap, .wp-block-group.alignfull .wp-block-group__inner-container  {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.wrap .wp-block-editor-blocks-wrapper .wrapper-inner {
	padding-left:0;
	padding-right:0;
	}
.wp-block-editor-blocks-wrapper .wrapper-inner {
	max-width: 90% !important;
}
.wp-block-group.alignfull.has-background {
    padding: 45px 0;
}
.has-background div.wp-block-group__inner-container {
    padding: 15px
}
.mobile-hide, .mobile-hide.button {
	display: none;
}
.mobile-show {
	display: block;
}
.no-bottom-margin {
    margin-bottom: 0!important;
}
/*****NAV STYLES*******/
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul li.button ul.sub-menu {
  margin-top: .75em;
}
.main-navigation ul ul li {
  font-size: .8em;
  margin-bottom: .5em;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  display: block;
	left: auto;
}
.main-navigation ul.nav-menu li:not(.menu-item-has-children) ul.sub-menu {
  display: none !important;
}
.main-navigation li {
	position: relative;
}@media screen and (max-width: 992px) {
	#nav ul ul.sub-menu {
		display: none !important;
	}
}
@media screen and (min-width: 37.5em) {
#nav ul ul.sub-menu {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    text-align: left;
    background: #fff;
    padding-bottom: 1em;
    min-width: 200px;
    padding: 1em 0 .5em 0;
  }
  	.main-navigation ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
#nav ul ul.sub-menu li {
	font-size: .8em;
  display: block;
  padding: 0 1em;
  margin-bottom: 1em;
}

#nav ul li.menu-item-has-children:hover > ul, #nav ul li.focus > ul {
  display: block;
  left: auto;
  margin-left: -.9em;
}
#nav {
   display: block;
  width: 100%;
  text-align: center;
	 padding: 0 0 15px 0;
		}
#nav a#pull  {
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
	text-decoration: none;
	margin-left: -10px;
	padding-top: 15px;
	 font-size: 1em;
  text-transform: uppercase;
  letter-spacing: .02em;
	color: #286496;
    font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
}
#nav a#pull:after {
	width: 15px;
	height: 18px;
	position: absolute;
	top: 2px;
	margin-left: 5px;
	background-size: contain;
	margin-top: 15px;
    font-family: "font awesome 5 free";
font-weight: 900;
content: "\f0c9";
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
}
.sidebar a#sub-pull::after {
    width: 15px;
	height: 18px;
	position: absolute;
	top: 2px;
	margin-left: 5px;
	background-size: contain;
	margin-top: 15px;
    font-family: "font awesome 5 free";
font-weight: 900;
content: "\f0d7";
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
}
.sidebar a#sub-pull {
    display: block;
	width: 100%;
	position: relative;
	text-align: center;
	text-decoration: none;
	margin-left: 0;
	padding-top: 15px;
	font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .02em;
	color: #286496;
    font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
}
#nav ul {
  list-style: none;
   margin: 0;
	display: none;
	padding-top:15px;
	padding-left: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
#nav ul li {
  margin-bottom: 15px;
  font-size: 1.1em;
}
#nav ul li a {
  text-decoration: none;
  color: #000;
}
#nav ul li.current-page-ancestor a, #nav ul li.current_page_item a, #nav ul li.current_page_parent a, #nav ul li.current_page_parent.current-menu-item a, #nav ul li.current-menu-item.menu-item-has-children ul.sub-menu li a:hover,
#nav ul li.current-page-ancestor.menu-item-has-children ul.sub-menu li.page_item.current_page_item a {
  color: #ff2400;
}
#nav ul li.current-menu-item.menu-item-has-children ul.sub-menu li a,
#nav ul li.current-page-ancestor.menu-item-has-children ul.sub-menu li a {
  color: #000;
}
.sidebar {
    font-size:1.25em;
}
.sidebar ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}
.sidebar ul li.current_page_item a,
.sidebar ul li.current_page_ancestor ul li.current_page_item a{
    font-weight: 700;
}
.sidebar ul li a {
    color: #000;
    text-decoration: none;
}
.sidebar ul li {
    margin-bottom: 1em;
}
.sidebar ul ul {
    margin-top: 1em;
}
.sidebar ul li.current_page_item ul li a {
    font-weight: 300;
}
.sidebar ul ul ul {
    display: none !important;
}

.sidebar ul li.current_page_ancestor .current_page_item ul {
display: block !important;
  margin-left: .5em;
  font-size: .9em;
}
.sidebar ul li.current_page_ancestor.current_page_parent ul li.page_item.page_item_has_children.current_page_item ul.children li.page_item_has_children ul.children,
.sidebar ul li.current_page_ancestor ul li.page_item_has_children.current_page_ancestor.current_page_parent ul.children li.page_item_has_children ul.children {
	display: none !important;
}
.sidebar ul li.current_page_ancestor.current_page_parent ul li ul.children li a{
  font-weight: 500;
}
/*****TEXT STYLES*******/
h1 {
font-weight: 700;
font-style: normal;
font-size: 2.25em;
color: #5489b8;
line-height: 1.3em;
margin: 0 0 1em 0;
}
h2 {
	color: #000;
	font-weight: 700;
	font-style: normal;
	font-size: 1.500em;
	margin-bottom: .8em;
}
h1 + h2, h2 + h2, p + h2 {
	margin-top: 1.5em;
}
p + h3, ul + h3 {
	margin-top: 1.5em;
}
h3 {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
font-style: normal;
font-size: 1.3em;
margin-bottom: 5px;
letter-spacing: .5px;
margin-top: 0;
}
h4 {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
font-style: normal;
font-size: 1em;
margin-bottom: 0;
letter-spacing: .5px;
}
p {
	margin-top: 0;
	font-size: 1.1em;
	margin-bottom: .8em;
	line-height: 1.5em;
	color: #000;
}
p strong {
    font-weight: 700;
}
p.is-style-read-more {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: .5px;
}
.content-wrap ol, .content-wrap ul {
    margin-top: 0;
	
}
.content-wrap ol li, .content-wrap ul li {
    font-size: 1.1em;
	margin-bottom: .8em;
	line-height: 1.5em;
	color: #000;
}
.small {
	font-size: .8em;
}
.has-small-font-size {
    font-size: .9em;
}
.content ul, .content ol {
	padding-left: 15px;
}
.content ul li, .content ol li {
	margin-top: 0;
	font-size: 1.1em;
	margin-bottom: .8em;
	line-height: 1.5em;
	color: #000;
}
.content-wrap {
    margin-bottom:4em;
}
a {
	color: #253A4F;
  text-decoration: underline;
}
hr {
	border: 0;
	height: 1px;
	background: #cccccc;
	margin-top: 1.75em;
	margin-bottom: 1.75em;
}
hr.nospace {
	margin: 0;
}
.links hr.nospace {
	margin-top: 25px;
}
.links hr {
	background: #0b85a5;
}
.button, .wp-block-button__link, .wp-block-file .wp-block-file__button {
	background: #286496;
color: #fff;
padding: 10px 25px;
font-size: 1em;
display: inline-block;
margin-bottom: 12px;
border-radius: 4px;
	margin-top:25px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: .5px;
}

p span.button a {
	color: #fff;
}
blockquote {
	background: #286496;
	margin: 1em 0;
	padding: 5% 5% 3% 5%;
	border-radius: 5px;
	color: #fff;
	font-style: italic;
	font-size: 1.5em;
	text-align: center;
}
/*****LAYOUT STYLES*******/
.logo {
margin-right: auto;
margin-left: auto;
text-align: center;
padding-top: 25px;
padding-bottom: 25px;
}
.logo img {
	display: block;
	margin: auto;
	max-width: 85px;
	height: auto;
}
.header-divider {
    margin-bottom: 15px;
    background: #5489b8;
    height: 20px;
    }
#footer {
	margin-bottom: 35px;
	color:#fff;
	font-size: 1em;
    background: #7d94a9;
    padding: 25px 0;
    font-family: 'Roboto Condensed', sans-serif;
    
}
#footer a {
	text-decoration: none;
	color:#fff;
}
#footer .social {
    font-size: 2em;
    text-align: center;
}
.home-hero-image {
    /* Set a specific height */
  height: 50%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
    min-height: 200px;

	}
.home-hero-text {
	text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-hero-text h1 {
      font-size: 3em;
      color: white;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
letter-spacing: 1px;
 opacity: 0.6; 
    min-width: 250px;
}
.hero-image {
    margin-bottom:15px;
}
.hero-image img {
    display: block;
  width: 100vw;
  object-fit: cover;
}
.home-resources h1 {
    font-size: 40px;
    margin-bottom: 10px;
}
.home-resources .wp-block-image {
    margin: 0 0 1em 0;
}
.home-resources p.has-medium-font-size {
    font-size: 28px;
}
.join-us {
    font-family: 'Roboto Condensed', sans-serif;
}
.join-us p {
  color: #fff;
font-size: 1.3em;  
 }
.join-us p a {
  color: #fff;
    text-decoration: underline;
}
.join-us h2 {
 font-size: 3.5em;
color: #fff;
text-align: center;
font-weight: 700;
 margin-top: 20px;
margin-bottom: 15px;
 }
.participating-institutions-text {
    margin-top: 2em;
    margin-bottom: 2em;
    font-family: 'Roboto Condensed', sans-serif;
}
.participating_institutions_logos img {
    max-height: 60px;
    width: auto;
}
.wp-block-columns.are-vertically-aligned-center.participating_institutions_logos {
	flex-wrap: wrap !important;
  }
  .participating_institutions_logos img {
	max-width: 200px;
  }
.video-lightbox-wrap + h3 {
    margin-bottom: 1.5em;
}
.wrap.search-results {
    margin-bottom: 55px;
}
.wrap.search-results h2 {
    margin-bottom: 0;
}
.pagination {
    margin: 1.5em 0;
    text-align: center;
}
.pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    list-style: none;
    list-style-position: outside;
    font-family: 'Roboto Condensed', sans-serif;
}
.pagination ul li {
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #ccc;
}
.pagination .current {
    cursor: default;
    color: #286496;
}
.pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    line-height: 1em;
    font-size: 1em;
    font-weight: 400;
    padding: .75em;
    min-width: 1em;
    display: block;
    color: #666;
}
.pagination li:last-child {
    border-right: 0;
}
.widget_accordion_archive ul {
    font-family: 'Roboto Condensed', sans-serif;
list-style: none;
padding-left: 0;
font-size: 18px;
}
.widget_accordion_archive ul li {
   margin-bottom: .5em;
}
.widget_accordion_archive ul li::before {
     font-family: "font awesome 5 free";
font-weight: 900;
content: "\f0d7";
    padding: 0 10px 0 0;
    color: #286496;
}
.widget_accordion_archive ul ul li::before {
    content: none;
}
.widget_accordion_archive ul ul li {
font-size: 14px;
margin: 10px 0 10px 20px;
    }
/*****WP STYLES*******/
.none { /* this class is used to hid the skip to content link at the beginning of the document for accessibility */
	display: none;
}
.normal {
	font-style: normal;
}
.left {
	float: left;
}
.right {
	float: right;
}
.aligncenter {
	text-align: center;
    clear: none;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.mobile-alignnone.alignright {
	float: none;
	margin: 0 0 1em 0;
}
img.mobile-alignnone.alignleft {
	float: none;
	margin: 0 0 1em 0;
}
a img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
a img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.wp-caption-text {
	font-size: 0.7em;
	text-align: center;
}
.wp-caption.alignleft {
	float: left;
	margin-left: 0;
	margin-right: 5px;
}
.wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.wp-caption.alignright {
	float: right;
	margin-left: 5px;
	margin-right: 0;
}
.oldernewer {
	font-size: .8em;
}

img {
	max-width: 100%;
	height: auto;
}
.search form.search-form label {
    width: 60%;
    display: inline-block;
    background: #fff;
flex: 2 0 250px;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.search form.search-form label input.search-field {
    border: none;
    padding: 5px 8px;
    width: 100%;
}
.search form.search-form input#searchsubmit {
    border: none;
    border-radius: 0;
    background: #ced9e2;
    color: #000;
    width: auto;
    display: inline-block;
}
.search form {
    margin-bottom: 2em;
display: flex;
    margin-right: 35px;
}
.error404 .entry-content .search form.search-form label input.search-field {
    border: 1px solid #ccc;
}
.error404 .entry-content {
    margin-bottom: 2em;
}
.error404 .entry-content .search-form {
    margin: 0 auto 1em;
}
#footer ul {
	list-style: none;
	margin-top: 0;
	padding-left: 0;
	}
#footer ul li {
    margin-bottom: 1em;
}
.copyright {
    font-size: .9em;
}
#cd-timeline .cd-timeline-img.cd-picture.icon-no-readmore {
    background: #5489b8 !important;
}
#cd-timeline .cd-timeline-content div.cd-timeline-title-container h2 {
    display:none;
}
/* Tweak Timeline Express announcement container
spacing on  larger screens devices*/
@media only screen and (min-width: 822px) {

   .cd-timeline-block {
      margin: -1.5em 0;
   }

   .cd-timeline-block:first-child {
      margin-top: 0;
   }

}
/*****WP GUTENBERG STYLES*******/
.alignfull {
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
.wp-block-image {
    margin: 0 0 2em 0;
}
/*****GRID STYLES*******/
.last {
	margin-right: 0 !important;
}
.margin-bottom {
	margin-bottom:30px;
}
.margin-top {
	margin-top:70px;
}
@media (min-width:600px) and (max-width:781px) {
    .entry-content div.wp-block-columns div.wp-block-column{
        flex-basis: 90% !important;
    }
    .entry-content div.wp-block-columns div.wp-block-column:first-child{
        flex-basis: 90% !important;
    }
}
/*********************
TABLET & SMALLER LAPTOPS This is the average viewing window. So Desktops, Laptops, and in general anyone not viewing on a mobile device. Here's where you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {

.wrap, .wp-block-editor-blocks-wrapper .wrapper-inner, .wp-block-group.alignfull .wp-block-group__inner-container {
	width: 768px;
}
.logo {
    width: 100%;
}
.t-1of2 {
	float: left;
	margin-right: 2%;
	width: 49%;
}
.t-last {
	margin-right: 0;
}
.t-1of4 {
	float: left;
	margin-right: 2%;
	width: 23%;
}
.t-3of4 {
	float: left;
	margin-right: 2%;
	width: 69%;
}
.t-1of3 {
	float: left;
	margin-right: 2%;
	width: 30%;
}
.t-2of3 {
	float: left;
	margin-right: 5%;
	width: 64%;
}
.error404 .entry-content .search-form {
    width: 80%;
    }
#footer .container {
 display: flex;
justify-content: space-between;
    }
#footer .container > * {
        flex-grow: 1;
    }
#footer .container .footer-menu {
        flex-grow: 2;
    }

} /** end of media query

/*********************

LANDSCAPE IPAD
*********************/

@media only screen and (min-width: 992px) {
    .sidebar ul {
        text-align: left;
    }
.header-divider {
    margin-bottom: 55px;
    }
.hero-image {
    margin-bottom:50px;
}
.header {
height: auto;
margin: 0 auto;
position: fixed;
width: 100%;
background: rgba(255,255,255,0.9);
color: rgba(255,255,255,0.9);
z-index: 999;
top: 0;
    }
.admin-bar .header {
    top: 32px;
}
.page-content-wrap {
     margin-top: 135px;   
    }
#nav a#pull, .sidebar a#sub-pull {
	display: none;
}
#nav {
    margin-top:20px;
    }
.home-hero-text h1 {
      font-size: 5em;
    }
.home-hero-image {
     min-height: 400px;
    }
.mobile-show {
	display: none;
}

.logo {
	width: 9%;
	margin-left: 0;
	margin-right: 1%;
	float: left;
	}
.logo img {
	margin-left:0;
    }
#nav {
    width: 90%;
    float: left;
    text-align: right;
    }
figure {
    margin:0;
    }
.wrap, .wp-block-editor-blocks-wrapper .wrapper-inner, .wp-block-group.alignfull .wp-block-group__inner-container,
    .wp-block-columns{
	width: 960px;
	margin: auto;
}
.video_lightbox_auto_anchor_image, .wpvl_auto_thumb_box {
    width: 100%;
    height: auto;
}
.wpvl_auto_thumb_play {
    position: absolute;
    left: 42%;
    top: 40%;
}
.content-wrap .wp-block-columns {
    width:100%;
    }
    .t-1of4 {
	float: left;
	margin-right: 3.5%;
	width: 22%;
}
.t-3of4 {
	float: left;
	margin-right: 3.5%;
	width: 74%;
}
.t-1of3 {
	float: left;
	margin-right: 2%;
	width: 32%;
}
.t-2of3 + .t-1of3 {
	width: 33%;
}
.t-2of3 {
	float: left;
	margin-right: 5%;
	width: 60%;
}

#nav ul {
	list-style-type: none;
	margin: 0 auto;
	width: auto;
	padding-top: 72px;
	padding-right: 0;
	padding-left: 0;
	display: block;
}
#nav ul li {
	padding-left: 25px;
	display: inline-block;
	padding-right: 0;
	margin-bottom: 0;
}
#nav ul li:first-child {
	padding-left: 0;
}
#nav ul li a:hover {
	color: #ff2400;
}
.sidebar {
	margin-right: 1em;
}
.sidebar ul {
    display: block;
}

#footer ul li {
	padding-left: 30px;
	display: inline-block;
	padding-right: 0;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 1.1em;
}
#footer ul li:first-child {
	padding-left: 0;
}
#footer .social {
   text-align: right;
}

} /** end of media query

/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/

@media only screen and (min-width: 1440px) {
.wrap, 
.wp-block-editor-blocks-wrapper .wrapper-inner,
.wp-block-group.alignfull .wp-block-group__inner-container,
.wp-block-columns {
	width: 1040px;
}
.content-col {
	padding: 30px;
}
.wp-block-column.left-line {
        border-left: 1px solid #ccc;
    }
.d-1of2 {
	float: left;
	margin-right: 2%;
	width: 49%;
}
.d-1of4 {
	float: left;
	margin-right: 3.5%;
	width: 22%;
}
.d-3of4 {
	float: left;
	margin-right: 3.5%;
	width: 74%;
}
.d-1of3 {
	float: left;
	margin-right: 2%;
	width: 32%;
}
.d-1of6 {
	width: 15%;
	float: left;
	margin-right: 2%;
}
.d-2of3 {
	float: left;
	margin-right: 2%;
	width: 64%;
}
.d-2of3 + .d-1of3.last {
	width: 34%;
}

.d-1of2:nth-child(2n+0) {
	margin-right: 0!important;
}
a:nth-child(2n+0) .t-1of2 {
	margin-right: 2%!important;
}
} /** end of media query
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1870px) {
  /******************************************************************/
.wrap, .wp-block-editor-blocks-wrapper .wrapper-inner,
.wp-block-group.alignfull .wp-block-group__inner-container{
	width: 1180px;
}
} /** end of media query*/
.has-light-gray-background-color {
    background:#d1d2d4;
}
.has-dark-gray-background-color {
    background:#646464;
}
.has-blue-gray-background-color {
    background:#7d94a9;
}
.has-blue-background-color {
    background:#286496;
}
.has-red-background-color {
    background:#ed1c24;
}
