a { color: #003262; text-decoration: underline; }
a:hover, a:focus { color: #46535E; text-decoration: underline; }
a:visited { color: #46535E; text-decoration: underline;}

.bar .bar-title a, .bar .bar-title a:hover, .bar .bar-title a:visited { color: black; }
.bar .nav-toggle { color: #46535E; }

.hide { display: none !important; }

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.logo { display: block; }
.header .logo { margin-right: 0; width: 37%; margin-bottom: 16px; float: left; max-width: 466px; }

.nav-secondary .socials { text-align: right; width: 100%; float: none; padding-right: 0px; position: relative; top: 0; right: 0; }
.nav-secondary .socials li + li { padding-left: 7px; }

/* .wrapper.home .header .header-content { display: block; } */

.header .header-content { display: block; }
.header .header-content a img { display: block; height: 144px; width: auto; }

.nav-secondary { padding: 14px 11px 16px; display: flex; flex-direction: column; justify-content: space-between; margin: 0; float: right; width: 63%; background: #fff; color: #000; }
.nav-secondary .slogan { float: none; width: 300px; margin: 0 auto; }
.nav-secondary h4 { font-size: 1.5em; color: #000; font-weight: 500; text-align: center; }
.nav-secondary .slogan p { font-size: 1.5em; font-style: italic; color: #000; font-weight: 500; text-align: center; }

.wrapper-primary .header .logo { width: 37%; float: left; margin: 0 0 16px 0; }

@media(max-width: 1340px){

	.nav-secondary h4 { padding-top: 0; }
	.nav-secondary p { padding-top: 0; }
	.wrapper-primary .nav-secondary .socials { position: relative; top: 0; right: 0; }
}

@media(max-width: 1300px){

	.nav-secondary { padding: 12px 11px 4px; }
}

@media(max-width: 1024px){

	.header .slogan { margin: 0; float: none; text-align: center; }
	.header .logo { border: none; }
	.header .header-content a img { height: auto; }
	.nav-secondary .socials { display: none; }

	.wrapper.home .nav-secondary { display: block; float: none; width: 100%; padding: 8px 0 0 0; background: none; }
	.wrapper.home .nav-secondary .slogan { margin: 0 auto; width: 100%; }
	.nav-secondary h4 { font-size: 1.1em; }
	.nav-secondary p { font-size: 1.1em; }
	.wrapper-primary .header .logo, .header .logo { width: 100%; max-width: 300px; height: 126px; float: none; margin: 0 auto; }
}

@media(max-width: 1023px){

	.article-primary .article-attachment-large.alignright, .article-primary .article-attachment-large.alignleft { display: inline; }
	.article-primary .article-attachment-full-width.alignnone { display: inline; }
	.article-primary .article-attachment { max-width: 100%; width: 100%; }
	.article-primary p, .article-primary ul, .article-primary ol { padding: 0 22px; }
	.article .article-icon-info, .article .article-icon-question, .article .article-icon-trophy, .article .article-icon-play-circle, .article .article-icon-arrow-right { margin: 10px 10px -10px 0; }
	.list-avatars li { padding: 0 0 26px 0; }
}

@media(max-width: 767px){

	.header .header-content { display: block; border: none; margin-bottom: 0; background-color: inherit; }
	.nav-secondary { width: 100%; }
	.footer-bottom:after { max-width: 100%; }
	.nav-secondary h4 { font-size: 1em; }
	.nav-secondary p { font-size: 1em; }

	.tiles { padding-top: 10px; }

}

@media(max-width: 413px){
	.header .logo { max-width: 200px; margin: 0 auto; }
}


/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav { font-size: 0; line-height: 0; background-color: #CFDD45; transition: background-color .4s ease, transform .4s ease; display: block; clear: both; }
.nav > ul { display: flex; padding-right: 12px; }
.nav > ul > li { flex: 1 0 auto; }
.nav > ul:after { position: absolute; }

.nav > ul > li > a {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #003262;
	font-weight: 700;
	text-align: center;
	display: block;
	background-color: #CFDD45;
	text-decoration: none;}

.nav > ul > li.current > a,
.nav > ul > li:hover > a,
.nav > ul > li > a:focus { background: #eee; color: #46535E; text-decoration: none;}
.nav:hover > ul > li.current:hover > a,
.nav.has-focused > ul > li.current > a:focus { color: #46535E; text-decoration: none;}
.nav:hover > ul > li.current > a,
.nav.has-focused > ul > li.current > a { color: #46535E; background-color: #eee; text-decoration: none;}


.nav > ul > li.nav-has-dropdown > a:after { border-top: 8px solid #46535E; text-decoration: none;}

@media(max-width: 1024px){

	.nav { position: absolute; top: 100%; left: 0; right: 0; transform: translateX(-100%); }
	.nav > ul { display: block; text-align: left; padding: 0; }
	.nav > ul > li { display: block; }
	.nav > ul > li > a { font-size: 1.4rem; padding: 10px 8px; text-align: left; text-decoration: none;}
	.nav > ul > li.nav-has-dropdown > a:after { display: block; border-top-color: #46535E; margin: 8px 0 0 7px; position: absolute; top: 16px; right: 8px; text-decoration: none;}

	.nav-visible .header { background-color: #FFF; }

	.nav-visible .nav { transform: translateX(0%); }

	.nav-visible .nav-toggle .nav-icon-close { margin-top: 8px; }

	.nav > ul > li:hover > .nav-dropdown,
	.nav > ul > li.focused > .nav-dropdown,
	.nav > ul > li.clicked > .nav-dropdown { padding: 15px 10px; }

	.nav-visible .nav-toggle .nav-icon-close { display: block; }
	.nav-visible .nav-toggle .nav-icon-open { display: none; }
}

@media(max-width: 768px){

	.nav-visible .nav-toggle .nav-icon-close { margin-top: 2px; }
}

/* ------------------------------------------------------------ *\
	HOME
\* ------------------------------------------------------------ */

.tiles { padding-top: 0; }

/* ------------------------------------------------------------ *\
	Nav Dropdown
\* ------------------------------------------------------------ */

.nav-dropdown { background: #eee; box-shadow: 2px 4px 6px 0 #666; border: 1px solid #eee; border-top: 3px solid #594A25; }
.nav-dropdown a { color: #003262; text-decoration: none;}
.nav-dropdown a:hover, .nav-dropdown a:visited { text-decoration: none; color: #46535E;}
.nav-dropdown ul { font-weight: 700; }
.nav-dropdown.padded ul li:not(:last-child) {
	padding: 0;
	margin-bottom: 1rem;
}


@media(max-width: 1024px) {
	.nav-dropdown { min-width: 0; position: static; top: auto; left: auto; padding: 0; box-shadow: none; }
}
@media(min-width: 1025px) {
	.nav-dropdown.padded {
		max-width: unset !important;
		width: unset !important;
		min-width: unset !important;
		height: unset !important;
		max-height: unset !important;
		width: 300% !important;
	}
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */

.socials li { display: inline-block; vertical-align: middle; float: none; }


.socials-primary a { background-color: #003262; }
.socials-secondary a { background: #003262; }

.socials-primary a:focus,
.socials-primary a:hover,
.socials-secondary a:focus,
.socials-secondary a:hover { background: #46535E;}
.socials-primary a:focus,
.socials-primary a:hover { color: white; background-color: #46535E; }
.socials-primary a:visited { color: white;  background-color: #46535E; }
.socials-secondary li + li  { padding-left: 5px; }

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper { padding-top: 3px; }

@media(max-width: 1024px){

	.wrapper { padding-top: 0; }
}

/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */

.testimonial { display: flex; color: #666; margin-bottom: 2em;}
.testimonial .avatar { margin-top: -75px; min-width: 185px; order: 1; }
.testimonial blockquote { display: flex; align-items: flex-end; position: relative; padding: 1em 1em 1.3em 0; }
.testimonial blockquote .testimonial-credit {
	font-family: 'Open Sans Condensed', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.25em;
	text-align: right;
}
.testimonial blockquote .testimonial-name {
	position: absolute;
	top: 86%;
	width: 100%;
	left: 0;
	padding: 1em 0 0 1em;
}
.testimonial blockquote .testimonial-affiliation {
	font-size: .8em;
	position: absolute;
	top: 103%;
	width: 100%;
	left: 0;
	padding: 1em 0;
}

.wrapper-primary .testimonial p { top: -0.2em; }
.wrapper-primary .footer-top:before { top: -100px; }

#profile-testimonial {
	color: #666;
	margin-top: 0;
	border-width: 0;
	border-style: solid;
	border-color: #eee;
}
#profile-testimonial figure { margin-bottom: 32px; }
#profile-testimonial figure figcaption { font-family: 'freight-sans-pro', sans-serif; font-size: 0.8em; line-height: 1.31; color: #666; font-weight: 400; font-style: italic; display: block; padding: 12px 0; text-align: left; }

#profile-testimonial .horizontal-split {
	margin-left: -100px; margin-right: -100px;
}

@media(max-width: 475px) {
	.testimonial blockquote .testimonial-name {
		margin-top: 0.8em;
	}
}

@media(max-width: 768px) {

	.testimonial { display: block; text-align: center; }
	.testimonial .avatar { width: 130px; height: 130px; margin: 0 5px auto; min-width: 0; }
	.testimonial blockquote { display: block; margin-top: 20px; padding-bottom: 0; text-align: left; }
	.testimonial blockquote .testimonial-name { position: absolute; top: 89%; }
	.testimonial blockquote .testimonial-affiliation { position: absolute; top: 103%; }
}

/* ------------------------------------------------------------ *\
	Profiles Page
\* ------------------------------------------------------------ */
.profiles-page .section-listing h4 {
	margin-bottom: 3rem;
}

/*.profiles-page .btn-primary span {*/
/*	vertical-align: initial;*/
/*	border-bottom: 1px solid;*/
/*	border-bottom: 1px solid;*/
/*	line-height: 1.2;*/
/*}*/

/*.profiles-page .btn-primary:hover span {*/
/*	border-bottom: none;*/
/*}*/

/* ------------------------------------------------------------ *\
	Profiles Search Results
\* ------------------------------------------------------------ */
.section-search-results > p {
	text-align: left;
}

.section-search-results .search-again-link {
	font-style: italic;
	color: #003262;
}

/* ------------------------------------------------------------ *\
	Profile Slideshow
\* ------------------------------------------------------------ */

#profile-slideshow {
	background-color: #ededed;
	padding: 1rem 1.5rem 2rem;
	margin: 0 0 3rem;
	position: relative;
}

#profile-slideshow figcaption {
	position: relative;
	min-height: 60px;
	padding: .5rem 2rem .5rem 1rem;
	font-size: 18px;
	font-style: italic;
	line-height: 1.2;
	color: white;
	width: 100%;
	background-color: rgba(0,0,0,.8);
}

#profile-slideshow .owl-dots {
	display: flex;
	justify-content: center;
}

#profile-slideshow div.owl-dot {
	margin-right: .6rem;
}

#profile-slideshow .owl-dot button {
	font-size: 1.5rem;
	line-height: 1;
	color: #003262;
	text-align: center;
	width: 30px;
	height: 30px;
	background-color: white;
	border-radius: 50%;
	font-weight: bold;
	display: inline-flex;
	justify-content: center;
}

#profile-slideshow .owl-dot:not(.active) button:hover {
	text-decoration: underline;
}

#profile-slideshow .owl-dot.active button {
	cursor: default;
}

#profile-slideshow .owl-dot:focus { outline: none; }
.owl-theme .owl-nav { margin-top: 0 }

#profile-slideshow .owl-nav {
	position: absolute;
	top: 50%;
	left: 60px;
	width: 90%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
}

#profile-slideshow .owl-stage-outer .owl-stage {
	display: flex;
	align-items: center;
}

.owl-carousel .nav-btn .fa-circle {
	color: #003262;
	transition: 250ms color ease-in;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
}

.owl-carousel .nav-btn:hover .fa-circle {
	color: #46535E !important;
}

.owl-carousel .nav-btn .fa-inverse {
	color: #ededed;
	font-size: 2.2rem;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
	pointer-events: none;
	opacity: 0.2;
}

.owl-carousel.owl-drag .owl-item {
	padding: 20px unset 20px unset;
}

#profile-slideshow figcaption a {
	color: white;
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 28px;
}

.chocolat-overlay {
	background-color: #000;
}

@media ( min-width: 1024px ) {
	.owl-carousel.owl-drag .owl-item {
		padding: 20px 175px !important;
	}

	.enlarged-slideshow-container .owl-carousel.owl-drag .owl-item {
		padding: 20px;
	}

	#profile-slideshow figcaption {
		margin-top: -60px;
		padding-right: 3rem;
	}

	#profile-slideshow figcaption a {
		color: white;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media ( max-width: 767px ) {
	#profile-slideshow .owl-dots { margin-top: 1rem; }
	#profile-slideshow .owl-nav { display: none }
}

body.modal-open {
	overflow: hidden;
}

body.modal-open header {
	z-index: 3;
}

body.modal-open #at4-share {
	display: none;
}

.enlarged-slideshow-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	padding: 25px;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,.6);
	z-index: 99999;
}

.enlarged-slideshow-container .nav-icon-close {
	position: absolute;
    top: 40px;
    right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    width: 10px;
    height: 10px;
	color: #fff;
	background-color: #003262;
    border-radius: 40px;
    cursor: pointer;
    z-index: 99;
	transition: .3s ease-in !important;
}

.enlarged-slideshow-container .nav-icon-close:hover,
.enlarged-slideshow-container .nav-icon-close:focus {
	background-color: #46535E;
}

#profile-slideshow-large {
	height: 100%;
	border-radius: 25px;
	background-color: #fff;
}


#profile-slideshow-large .owl-stage-outer,
#profile-slideshow-large .owl-stage-outer .owl-stage,
#profile-slideshow-large .owl-stage-outer .owl-stage .owl-item {
	height: 100%;
}

#profile-slideshow-large .owl-stage-outer .owl-stage {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

#profile-slideshow-large .owl-stage-outer .owl-stage .owl-item {
	display: flex;
    justify-content: center;
    align-items: center;
}

#profile-slideshow-large .owl-stage-outer .owl-stage .owl-item > div {
	height: 100%;
}

#profile-slideshow-large .owl-stage-outer .owl-stage .owl-item figure {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
    justify-content: space-evenly;
	align-items: center;
    height: 100%;
}

#profile-slideshow-large .owl-stage-outer .owl-stage .owl-item figure > div {
	width: 100%;
	height: 85%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

#profile-slideshow-large .owl-stage-outer .owl-stage .owl-item figure figcaption {
	width: 70%;
	padding-top: 15px;
	font-size: 16px;
}

#profile-slideshow-large .owl-stage-outer .owl-stage .owl-item img {
	margin: 0 auto;
	width: auto;
	height: auto;
    max-height: 100%;
	max-width: 100%;
}

#profile-slideshow-large .owl-nav {
	display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    left: 0;
	bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

#profile-slideshow-large .owl-dots {
	display: none;
}

@media ( max-width: 767px ) {
	.enlarged-slideshow-container,
	.enlarge-profile-slide-image {
		display: none !important;
	}

	.modal-open {
		overflow: unset !important;
	}

	#at4-share {
		display: block;
	}
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo { display: flex; align-items: center; justify-content: center; }
.logo img { height: 100%; }

/* ------------------------------------------------------------ *\
	Wrapper-Primary
\* ------------------------------------------------------------ */

.wrapper-primary #main, .wrapper-primary .main { padding-top: 57px; }

.wrapper-primary .nav-secondary { background: #fff; color: #000; }
.wrapper-primary .nav-secondary .slogan { width: 300px; }
.wrapper-primary .nav-secondary h4 { font-size: 1.5em; color: #000; font-weight: 500; text-align: center; }
.wrapper-primary .nav-secondary p {
	font-family: 'freight-display-pro', serif;
	margin-bottom: 0;
	font-size: 1.5em;
    color: #000;
    font-weight: 500;
    text-align: center;
}

.wrapper-primary .nav-secondary .socials { padding-bottom: 0; }
.wrapper-primary .nav-secondary .socials li + li { padding-left: 7px; }


.footer, .wrapper.home .footer { padding-top: 0; }

.wrapper-primary .footer-top { padding: 0 0 50px; }

.wrapper-primary .testimonial p { margin-bottom: 0; }

.wrapper.home .footer-top .section-about { margin-left: 32px; margin-top: -28px; }
.wrapper.home .footer-top .section-about em { color: #3b7ea1; }

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

.footer-logo strong { color: #EE1F60 !important; }
.footer-logo, footer-logo:visited {
	text-decoration: none;
}

.logo-small.nerds { clear: left; margin-top: 20px; }

.footer-inner,
.footer-inner-content,
.footer .logo-small { float: left;}
.footer-inner-content{display:inline-block; width:650px; margin-top:-85px;}
.footer .logo-small { max-width: 189px; display: block; }
.footer .logo-small a { max-width: 185px; }

.footer-nav a { color: #003262; text-decoration: none;}
.footer-nav a:hover,
.footer-nav a:focus { color: #46535E; text-decoration: none;}

.footer .testimonial { max-width: 1000px; }

@media(max-width: 1200px){

	.wrapper.home .footer-top .testimonial { margin: 1em auto 0; padding-right: 0; max-width: 805px; }
}

@media(max-width: 1024px){

	.footer-top:after { width: 50%; background-size: 100% auto; background-position: bottom left; }

	.footer-inner,
	.footer-inner-content,
	.footer .logo-small { float: none;}
	.footer .logo-small { display: inline-block; }
	.logo-small.nerds { clear: none; }

	.footer-inner-content { width: auto; padding-top: 0; margin-top: 0;}

	.footer .testimonial { margin-right: auto; }

}

@media(max-width: 767px){

	.footer-top { padding: 20px 0; }
	.footer-top:after { display: none; }
	.footer-inner-content { margin-top: 0; }
	.footer .socials { float: none; text-align: center; clear: both; padding-top: 1em; }
	.footer-inner a.logo-small { display: inline-block; width: 100%; text-align: center; float: none; text-decoration: none;}
	.logo-small:nth-of-type(2) { clear: none; }
	.footer .socials { clear: left; }

	.footer .credit { float: none; }

	.footer-logo { float: none; display: inline-block; }

	.footer-inner,
	.footer-aside { text-align: center; }

	.footer-nav li { float: none; display: inline-block; vertical-align: middle; }

	.wrapper.home .footer-top .section-about { margin: 0 15px; }

}

@media(max-width: 413px){
	.footer .logo-small { max-width: 50%; margin: 0 auto; }
}


/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */

.ico-flask { display: inline-block; vertical-align: middle; background: url(/images/icons/ico-flask.png) no-repeat 0 0; width: 58px; height: 61px; background-size: cover; }

.ico-arrow-right-blue { display: inline-block; vertical-align: middle; background: url(/images/icons/ico-arrow-right-blue.png) no-repeat 0 0; width: 41px; height: 42px; background-size: cover; }
.ico-arrow-right-orange { display: inline-block; vertical-align: middle; background: url(/images/icons/ico-arrow-right-orange.png) no-repeat 0 0; width: 41px; height: 42px; background-size: cover; }
.ico-info { display: inline-block; vertical-align: middle; background: url(/images/icons/ico-info.png) no-repeat 0 0; width: 41px; height: 40px; background-size: cover; }

@media(max-width: 767px){
	.ico-flask { width: 40px; height: 41px; }
}

@media(max-width: 374px){

	.ico-arrow-right-blue { width: 34px; height: 35px; }
	.ico-arrow-right-orange { width: 34px; height: 35px; }
	.ico-info { width: 33px; height: 32px; }
}

/* ------------------------------------------------------------ *\
	Lists
\* ------------------------------------------------------------ */

/*  List Logos  */

.list-logos { list-style: none outside none; display: flex; justify-content: center; text-align: center; }
.list-logos span { display: block; font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 1em; position: absolute; bottom: 0; left: 0; width: 100%; }
.list-logos li { padding: 0 0 37px !important; display: flex; align-items: center; justify-content: center; position: relative; margin-bottom: 0 !important; }
.list-logos a { display: block; text-decoration: none; color: #666 !important; transition: opacity .3s; }
.list-logos a:hover { opacity: .8; }
.list-logos li + li { margin-left: 45px; }
.list-logos li:before { display: none !important; }

.list-links .fa, .update-date .fa { background-color: #003262; }
.list-links a:hover, .list-links a:focus { color: #46535E; text-decoration: none; }
.list-links a:hover .fa, .list-links a:focus .fa { background-color: #46535E; text-decoration: none;}
.list-links a:visited .fa { background-color: #46535E; text-decoration: none;}
.list-links .fa-brands { line-height: 2; color: #fff; text-align: center; width: 36px; height: 36px; float: left; padding: 0; margin-right: 13px; background-color: #003262; border-radius: 50%; transition: all .4s ease; }


/*  List Logos Secondary  */

.list-logos-secondary li { align-items: flex-end; }

@media(max-width: 767px){

	.list-logos { display: block; }
	.list-logos li { padding: 0 !important; display: block; }
	.list-logos li + li { margin: 20px 0 0; }

	.list-logos span { position: static; }
}

/*  List Dots  */

.list-dots li { margin-bottom: 0 !important; }


/*  List .list-avatars  */
.list-avatars {
	display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.list-avatars a { text-decoration: none; }
.list-avatars .nerd-disciplines { margin-top: 6px; }
.list-avatars a:visited .nerd-disciplines,
.list-avatars a:hover .nerd-disciplines { color: #666; text-decoration: underline; }
.list-avatars a strong { color: #003262; text-decoration: underline; }
.list-avatars a:hover strong,
.list-avatars a:focus strong { color: #46535E; text-decoration: underline; }

/*  List Profile Resources  */
.article-links .list-resources { float: left;  width: 75%; }
.article-links .list-resource h4 { font-size: 1em; line-height: 2; text-transform: uppercase; float: left; margin: 0 15px 0 0; }
.article-links .list-resources a { display: block; color: #666; text-decoration: none;}
.article-links .list-resources a > div:not([class]) { float: left; max-width: 170px; width: 100%; height: auto; margin: 6px 32px 6px 0;  }
.article-links .list-resources li { font-size: 18px; }
.article-links .list-resources li a .stem-affiliation-title {
	font-size: 1em;
	color: #003262;
	margin: 0 0 6px 0;
	padding: 0;
	line-height: normal;
	text-decoration: underline;
	text-transform: none;
	float: none; }
.article-links .list-resources li a:hover .stem-affiliation-title,
.article-links .list-resources li a:focus .stem-affiliation-title,
.article-links .list-resources li a:visited .stem-affiliation-title {
	color: #46535E;
}

.article-links .list-resources li a h5 { font-size: 1em; margin: 0 0 6px 0; padding: 0; line-height: normal; text-decoration: none;}
.article-links .list-resources li a p { font-family: 'freight-sans-pro', sans-serif; font-size: 1em; line-height: 1.25; font-weight: normal; text-decoration: none;}
.article-links .list-resources li + li { padding-top: 11px; clear: left; }

.article .article-links h3 { font-size: 1em; line-height: 1.4; text-transform: uppercase; float: left; margin: 0 32px 0 0; color: #000}
.article .article-links h4 { margin: 0 32px 0 0; }

@media(max-width: 1024px){

	.article-links .list-resources { width: 100%; }
	.article-links .list-resources a img { margin-left: 0; }
}


/* ------------------------------------------------------------ *\
	Home Page
\* ------------------------------------------------------------ */

.tile a { color: #000000; text-decoration: none;}

.tile a:hover .tile-content h2,
.tile a:focus .tile-content h2,
.tile a.clicked .tile-content h2,
.tile a:hover .tile-content h3,
.tile a:focus .tile-content h3,
.tile a.clicked .tile-content h3 {
	text-shadow: none;
}

.section-about { max-width: 60%; margin-bottom: 5px; }
.section-about p { font-family: 'freight-display-pro', serif; font-size: 1.5em; line-height: 1.25; color: #46535E; font-weight: 700; }
.section-about p em { font-size: 2.4em; line-height: 1; font-weight: 400; font-style: italic; float: left; margin: 2px 15px 0 0; }
.section-about p a { font-style: italic; }
.section-about p a:before { content: ''; display: block; }

@media ( max-width: 1023px ) {
	.section-about { max-width: none; margin-bottom: 100px; }
	.section-about p { font-size: 1.2em; }
}

@media ( max-width: 767px ) {
	.section-about p { font-size: 1em; }
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn-primary:focus,
.btn-primary:hover { text-decoration: none; }

.btn-primary { min-width: 532px; height: 99px; line-height: 91px; padding: 0 20px; color: #000}
.btn-primary:visited { color: #000; }
.btn-primary span { display: inline-block; vertical-align: middle; }

.btn.btn-primary.form-btn { min-width: auto;
    padding: 15px 45px;
    line-height: 1.39;
	height: auto; }

.tile-content .btn.btn-secondary {
	color: #000;
}

.pdf-download {
	word-break: break-word;
}

@media(max-width: 767px){


	.btn-primary { min-width: 280px; font-size: 1.4em; height: 60px; line-height: 56px; }
}

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */

.article { padding-top: 0; }
.article .article-title { border-bottom: 4px solid #eee; color: #000; margin-bottom: 38px; padding: 0; }
.article .article-links { color: #666; }

.article .article-meta h2 { font-size: 1.5em; line-height: 1.25; font-weight: 700; margin: 0; }
.article .article-meta ul { display: grid; grid-template-columns: 1.5fr 1.2fr 1fr; grid-column-gap: 20px; color: #666; width: 100%; margin-bottom: .5rem; }
.article .article-meta li { width: auto; font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; }
.article .article-meta li:nth-child(even) { padding-left: 0; }
.article .article-meta li span { color: #4d5a68; text-transform: uppercase; margin-right: 5px; }
.article .article-meta .list-links {
	grid-template-columns: 2.5fr 1fr;
	border-top: 1px solid #eee;
	padding-top: 20px;
}
.article .article-meta .list-links .sub-links {
	grid-template-columns: 1fr 1fr;
	width: 85%;
	float: right;
	padding: 0;
}
/*.article .article-meta .list-links { display: grid; grid-template-columns: 2fr 1fr; list-style: none outside none; margin: 0; padding: 0; }*/
/*.article .article-meta .list-links li { width: auto; }*/
.article .article-meta li.social-profiles a { display: inline-block; }
.article .article-meta .list-links li + li { padding-top: 0; }
/*.article .article-meta .list-links li:nth-child(even) { padding-left: 15px; }*/
.article .article-meta .list-links li.social-profiles span { color: white; }

.article .article-meta .article-links { padding-bottom: 0; color: #666;}

.article-primary .article-body .article-leading h2 { font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; text-align: center; font-style: normal; margin: 1.2em 0; }
.article-primary .article-body h2 {
	font-size: 1.25em;
	font-family: 'freight-neo-pro', serif;
	line-height: 1.25;
	font-weight: 700;
	font-style: italic;
	margin-top: -5px;
	margin-bottom: 0.75em;
}

.article-primary .article-body .article-leading .update-date { font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; font-size: .9em; color: #666; line-height: 1; margin-bottom: 10px; }
.article-primary .article-body .article-leading .update-date +  h2 {
	text-align: left;
	margin-top: 0;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}
.article-primary .article-leading + p:first-letter {color: #666; }

.article-primary .article-attachment { border-bottom: none; }
.article-primary .article-attachment-full-width.alignnone .article-attachment-caption,
.article-primary .article-attachment-large.alignright .article-attachment-caption,
.article-primary .article-attachment-large.alignleft .article-attachment-caption { border-bottom: 1px solid #eee; margin-bottom: 1em; color: #666;}

.btn-download-pdf {
	background-color: #CFDD45;
	float: right;
	padding: 10px 20px;
	border-radius: 10px;
	text-decoration: none;
}

.btn-download-pdf:hover {
 	background-color: #eee;
}

.update-categories {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #003262;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

@media (max-width: 767px) {

	.article .article-meta ul { display: block; }
	.article .article-meta .list-links li { float: left; }

	.article .article-body { padding: 0 22px; }
}

@media(max-width: 1024px){

	.article.profile .article-body { padding: 0 22px; }
}

/* ------------------------------------------------------------ *\
	Article Secondary
\* ------------------------------------------------------------ */

.article-secondary .article-inner { padding: 0; border: none; }
.article-secondary .article-image { margin: 34px 0 99px; }
.article-secondary .article-image img { width: 100%; }

@media(max-width: 767px){

	.article-secondary .article-image { margin: 30px 0; }

	.article-secondary .article-body h2 { font-size: 1.6em; }
}

/* ------------------------------------------------------------ *\
	Article Tertiary
\* ------------------------------------------------------------ */

.article-tertiary { padding-bottom: 20px; }
.article-tertiary .article-inner { padding-bottom: 0; border-bottom: none; }
.article-tertiary .article-inner p { margin-bottom: 0; }

.article-tertiary .article-body .filters { display: grid; width: 100%; grid-template-columns: 48% 48%; grid-template-rows: auto; grid-template-areas: "topfullcol topfullcol" "botfullcol botfullcol"; grid-gap: 12px;  }
.article-tertiary .article-body .filters .topfullcol { grid-area: topfullcol; }
.article-tertiary .article-body .filters .botfullcol { grid-area: botfullcol; }
.article-tertiary .article-body .filters ul li { padding: 0; margin: 0 6px 6px 0; float: left; }
.article-tertiary .article-body .filters ul.tags li a:hover,
.article-tertiary .article-body .filters ul.tags li:focus { background-color: #594A25; color: white;}
.article-tertiary .article-body .filters ul li:before { display: none; }
.article-tertiary .article-body .filters ul.tags li a { background-color: #CFDD45; }
.article-tertiary .article-body .filters h4 { font-family: 'Open Sans Condensed', sans-serif; font-style: normal; font-size: 1em; line-height: 2; text-transform: uppercase; margin: 0 15px 0 0; color: #666;  }

/* ------------------------------------------------------------ *\
	Article Category
\* ------------------------------------------------------------ */

.article-category .article-head .lead,
.article-tag .article-head .lead {
	max-width: 70%;
    margin: 0 auto;
}

.article-category .article-body,
.article-tag .article-body {
	margin-top: 0px;
}

/* ------------------------------------------------------------ *\
	Article Resource
\* ------------------------------------------------------------ */

.article-resource .article-meta { display: grid; grid-template-columns: 250px 2fr; grid-gap: 32px; font-family: 'freight-sans-pro', sans-serif; padding-bottom: 32px; }
.article-resource .article-meta .leftcol img { width: 100%; height: auto; margin-bottom: 1em; }
.article-resource .article-meta a.resource-button,
.resource-button { background-color: #CFDD45; border-radius: 8px; border: none; width: 220px; line-height: 36px; margin-right: 5px; display: inline-block; text-align: center; text-decoration: none;}
.article-resource .article-meta a.resource-button:hover,
.article-resource .article-meta a.resource-button:focus,
.resource-button:hover,
.resource-button:focus { background-color: #594A25; color: white; text-decoration: none; }

.article-resource .article-meta .rightcol p { padding-left: 0; }

.article-resource .article-meta h2,
.article-resource .article-body h3,
.article-resource .article-body h4,
.article-resource .article-meta .spirit { font-family: 'Open Sans Condensed', sans-serif; font-style: normal; }
.article-resource .article-meta h2 { font-size: 1.75em; margin-bottom: .3em; }
.article-resource .article-meta .spirit { color: #46535E; line-height: 22px; }

.article-resource .article-body h4 { font-size: 1em; line-height: 2; text-transform: uppercase; margin: 0 15px 0 0; color: #666;  }

.article-resource  .article-entry { margin-bottom: 32px; }
.article-resource  .article-entry figure { width: 80%; margin: 0 auto; text-align: center; }

.article-primary.article-resource .article-body .article-links { padding-bottom: 0; }
.article-primary.article-resource .article-body .article-links .list-links li:before,
.article-primary.article-resource .article-body .list-avatars li:before { display: none; }
.article-primary.article-resource .article-body .article-links .list-links li,
.article-primary.article-resource .article-body .list-avatars li { padding-left: 0 !important; }
.article-primary.article-resource .article-body .list-avatars.related_role_models a strong { font-size: 1em; margin-top: -1.2em; color: #003262}
.article-primary.article-resource .article-body .list-avatars.related_role_models a strong:hover { font-size: 1em; margin-top: -1.2em; color: #46535E}

.article-primary.article-resource .program-type,
.article-primary.article-resource .communities,
.article-primary.article-resource .tags,
.article-primary.article-resource .list-links { padding: 0 !important; }

.article-primary.article-resource .list-links { float: none; }

.article-resource .article-body address,
.article-resource .article-body .contacts { margin-bottom: 1.5em; }
.article-resource .article-body .contacts { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 32px;  }

.article-resource .article-body .filters { display: grid; grid-template-columns: 48% 48%; grid-template-rows: auto; grid-template-areas: "topleftcol toprightcol" "midleftcol midrightcol" "topfullcol topfullcol" "botfullcol botfullcol"; grid-gap: 12px;  }
.article-resource .article-body .filters .topleftcol { grid-area: topleftcol; }
.article-resource .article-body .filters .toprightcol { grid-area: toprightcol; }
.article-resource .article-body .filters .midleftcol { grid-area: midleftcol; }
.article-resource .article-body .filters .midrightcol { grid-area: midrightcol; }
.article-resource .article-body .filters .topfullcol { grid-area: topfullcol; }
.article-resource .article-body .filters .botfullcol { grid-area: botfullcol; }
.article-resource .article-body .filters ul li { padding: 0; margin: 0 6px 6px 0; float: left; }
.article-primary.article-resource .article-body .filters ul li:before { display: none; }
.article-resource .article-body .filters ul.tags li a { background-color: #CFDD45; }
.article-resource .article-body .filters ul.tags li a:hover, .article-resource .article-body .filters ul.tags li:focus { background-color: #594A25; color: white;}

.article-resource .filters {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.article-resource .filters .filter-tags {
	width: 100%;
}

.article-resource .filters .filter-tags.filter-tags-full {
	width: 100% !important;
}

.article-resource .filters ul {
	padding: 0;
}

@media ( min-width: 1024px ) {
	.article-resource .filters .filter-tags {
		width: calc(50% - 12px);
	}
}


.article-resource .article-body a {
	color: #003262;
	text-decoration: underline;
}

.article-resource .article-body a:hover,
.article-resource .article-body a:focus,
.article-resource .article-body a:visited {
	color: #46535E;
}

.article-primary .article-body ul li, .article-primary .article-body ol li {
	margin-bottom: 0;
}

.article-resource .article-body .filters a {
	color: #000;
	text-decoration: underline;
}

.article-resource .article-body .filters .communities a:hover,
.article-resource .article-body .filters .communities a:focus {
	color: white;
}

.article-resource .article-body .filters .program-type a:hover,
.article-resource .article-body .filters .program-type a:focus {
	color: white;
}

.article-resource .article-body .mobile-hidden { display: block; }
.article-resource .article-body .mobile-visible { display: none; }

.article-primary.article-resource .list-avatars { margin-top: 1em; }

@media(max-width: 600px) {
	.article-resource .article-meta,
	.article-resource .article-body .filters,
	.article-resource .article-body .contacts { display: block; }
	.article-resource .article-meta .leftcol { max-width: 250px; margin: 0 auto 1.5em; }

	.article-resource .article-body .filters .leftcol,
	.article-resource .article-body .filters .rightcol,
	.article-resource .article-body .filters .fullcol { clear: both; padding-bottom: 1em; }

	.article-resource .article-body .contacts .leftcol { margin-bottom: 1em; }
	.article-resource .article-entry figure { width: 100%; }
	.mobile-visible { display: block !important; }
	.mobile-hidden { display: none !important; }

	.filters:after {
		content: '';
		line-height: 0;
		display: table;
		clear: both;
	}
}

.article-resource .article-links {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-shrink: 1;
}

.article-resource .article-links div {
	flex-basis: 50%;
}

.article-resource .article-links .link-address address {
	max-width: 65%;
	color: black;
	font-weight: 400;
	font-family: 'freight-sans-pro', sans-serif;
}

.article-resource .article-links .qr-code {
	display: flex;
	justify-content: flex-end;
}

.article-resource .article-links .qr-code img {
	max-width: 175px;
	padding: 5px;
	border: 1px solid black;
}

.article-resource address {
	line-height: 1.4;
}

/* ------------------------------------------------------------ *\
	Filters
\* ------------------------------------------------------------ */

.article-body .filters ul li a,
.article-body .filters ul li span { border: none; border-radius: 5px; font-size: .8em; padding: 6px 10px; white-space: nowrap; text-decoration: none;}

.filters a { color: black; text-transform: capitalize; text-decoration: none !important;}

.filters .program-type a { background-color: #FDB515; } /* California Gold */
.filters .communities a { background-color: #ED4E33; } /* Golden Gate */
.filters .identities a { background-color: #C4820E; } /* Medalist */
.filters .timeline a { background-color: #D9661F; } /* Golden Gate */
.filters .time-frame a { background-color: #D9661F; } /* Wellman Tile */
.filters .visitor-submitted a,
.filters .visitor-submitted span { background-color: #B9D3B6; } /* Sather Gate */

.filters .tags .academic-services a { background-color: #003262; color: white; } /* Berkeley Blue */
.filters .tags .activities a { background-color: #3B7EA1; } /* Founder’s Rock */
.filters .tags .career-focus a { background-color: #C4820E; } /* Medalist */
.filters .tags .communities a { background-color: #D9661F; } /* Wellman Tile */
.filters .tags .disciplines a { background-color: #6C3302; color: white; } /* South Hall */
.filters .tags .features a { background-color: #DDD5C7; } /* Bay Fog */
.filters .tags .financial-services a { background-color: #00B0DA; } /* Lawrence */
.filters .tags .group-emphasis a { background-color: #00A598; } /* Lap Lane */
.filters .tags .higher-ed-prep a { background-color: #B9D3B6; } /* Sather Gate */
.filters .tags .identities a { background-color: #859438; } /* Soybean */
.filters .tags .location a { background-color: #7B5C6F; color: white; }
.filters .tags .none a { background-color: #A19B79; }
.filters .tags .professoriate-training a { background-color: #CFC89C; }
.filters .tags .research a { background-color: #96AEC5; }
.filters .tags .scholars-and-honors a { background-color: #6C0000; color: white; }
.filters .tags .skill-development a { background-color: #DA1C58; color: white; }
.filters .tags .social-group a { background-color: #1D5700; color: white; }
.filters .tags .student-services a { background-color: #71588A; color: white; }
.filters .tags .timeframe a { background-color: #E6B958; }

.filters a:hover,
.filters a:focus,
.filters .tags a:hover,
.filters .tags a:focus { background-color: #594A25; color: white !important; text-decoration: none; } /* Stone Pine */

/* ------------------------------------------------------------ *\
	Link
\* ------------------------------------------------------------ */

.link { display: inline-block; vertical-align: middle; text-decoration: none; font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; font-size: .9em; color: #00b0da; }
.link span { display: inline-block; vertical-align: middle; margin-left: 7px; }

.link-primary { color: #3b7ea1; font-size: inherit; }

.link:focus,
.link:hover { text-decoration: none; color: #3b7ea1; }

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.paginate a { text-decoration: none; }

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section { padding-top: 0; margin-bottom: 0; }

.section .section-inner { max-width: 860px; margin: auto; padding: 0 0 39px 0; }
.section .section-inner p { letter-spacing: -.02em; margin-bottom: 1em; padding-right: 20px; font-size: 1.26em; line-height: 1.25; }

.wrapper.section { padding: 27px 0 40px; }
.wrapper.section .section-title { border: none; padding: 0; }

.section .section-title { color: #000; border-bottom: 4px solid #eee; }

@media (max-width: 767px) {
	.section .section-title { font-size: 1.8em; }
	}

/* ------------------------------------------------------------ *\
	Section Contact
\* ------------------------------------------------------------ */

.section-contact .list-links a { line-height: normal; color: #666 !important; display: inline-block; padding: 12px 0 0 0; }
.section-contact .list-links a .fa { font-size: 1.3em; line-height: 1.6; margin-top: -6px; }

.freeform-row .freeform-column .freeform-label { font-weight: normal; }
.freeform-row .freeform-column label { display: inline-block; }

/* ------------------------------------------------------------ *\
	Updates
\* ------------------------------------------------------------ */

.updates { list-style: none outside none; }

.updates .list-badges li{
	padding-left: 0 !important;
}
.updates .list-badges li::before{
	display: none !important;
}

.updates .update { display: flex; border: 1px solid #888; padding: 22px 32px !important; position: relative; margin-bottom: 25px !important; }
.updates .update:before, .updates .archive:before { display: none; }

.update .update-image { width: 250px; text-decoration: none; text-align: center; }
.update .update-image img { display: block; text-decoration: none; margin: 0 auto; width: 100%; height: auto; }

.update .update-content { width: 100%; padding-left: 27px; flex: 2; }
.update .update-content h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.27;
	font-style: normal;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

.update .update-categories {
	display: flex;
	flex-wrap: wrap;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.update .update-categories a {
	flex-basis: unset !important;
}

.update-categories a {
	text-decoration: none;
}

.update-categories a:focus,
.update-categories a:hover {
	text-decoration: underline;
}

.update a { display: flex; color: #003262; text-decoration: none;}

.update a:hover, .update a:focus { text-decoration: none; color: #46535E; }
.update .update-content h3 { text-decoration: none; }

.update .update-content p { color: #000; padding: 0 !important; text-decoration: none;}

.update .update-actions { display: flex; flex-direction: column; }
.update .update-actions .link { color: #666; }

.update .update-actions .link:focus,
.update .update-actions .link:hover { color: #3b7ea1; text-decoration: none;}

.update .update-actions .link + .link { margin-top: 8px; }

.update .update-date { font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; font-size: .9em; color: #666; line-height: 1; margin-bottom: 10px; }
.update .update-date span { font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; display: inline-block; vertical-align: middle; background: #00b0da; border-radius: 0 ; color: #fff; font-size: 1em; text-transform: uppercase; padding: 2px 11px 3px; }
.update .update-date em { display: inline-block; vertical-align: middle; font-family: 'freight-display-pro', serif; font-weight: 500; font-style: italic; color: #000; font-size: 1em; padding-left: 2px; }

.updates .archive { padding-left: 0 !important;}
.updates .archive .article-widget { width: 100%; }
.updates .archive .form-row { display: flex; padding-bottom: 20px; }
.updates .archive .form-row::after { content: ''; flex: 1; }
.updates .archive .form-row .form-controls { flex: 2; }
.updates .archive .form-row label { margin-right: 20px; width: 200px; }
.updates .archive .form-row select { min-width: 200px; }

.article-body .paginate { text-align: center; line-height: 2em; font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; font-size: 1.4em; color: #666; margin-bottom: 10px; }

.update-date .fa {
	line-height: 2;
	color: #fff;
	text-align: center;
	width: 36px;
	height: 36px;
	padding: 0;
	margin-right: 13px;
	border-radius: 50%;
	transition: all .4s ease;
	font-size: 19px;
}

@media(max-width: 767px){
	.updates .update { display: block; }

	.updates .update a { display: block; text-decoration: none;}
	.update .update-image,
	.update .update-content { width: 100%; padding: 0; }

	.update .update-image { margin-bottom: 20px; }
	.update .update-image img { width: 100%; }
	.update .update-image a { padding: 1px; text-decoration: none;}

	.update .update-date span { font-size: 1.4em; }
}

@media(max-width: 474px){
	.update-date .fa { font-size: 14px; width: 27px; height: 27px;}
}

@media(max-width: 413px){

	.updates .archive .form-row { display: block; }

}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 1300px; }

/* ------------------------------------------------------------ *\
	Bar
\* ------------------------------------------------------------ */

.bar { background: #CFDD45; }

@media(max-width: 1024px){

	.bar { display: block; }
}



/* ------------------------------------------------------------ *\
	Section Alt
\* ------------------------------------------------------------ */

.section--alt { margin-bottom: 0; }
.section--alt a { color: #003262; }
.section--alt a:visited:hover:focus { color: #46535E; }


/* ------------------------------------------------------------ *\
	Section Items
\* ------------------------------------------------------------ */

.section-items { display: flex; margin-top: 85px; }
.section-items .section__aside { flex: 0 0 400px; max-width: 400px; }
.section-items .section__main { flex: 1; padding-left: 17px; }
.section-items .section__head { position: relative; display: flex; justify-content: space-between; align-items: center; padding: 19px 15px; background-color: #eee; }
.section-items .section__body { padding: 3px 0 0 15px; }
.section-items .section__select { position: relative; flex: 0 0 38.5%; max-width: 38.5%; }
.section-items .section__select:after { content: ''; position: absolute; top: 16px; right: 14px; display: inline-block; width: 0; height: 0; border-style: solid; border-width: 4px 3px 0 3px; border-color: #000 transparent transparent transparent; }
.section-items .section__select select { padding: 1px 16px 1px 8px;  -webkit-appearance: none; -moz-appearance: none; }
.section-items .section__select select::-ms-expand { display: none; }
.section-items .section__checkbox { position: relative; flex: 1; }
.section-items .section__checkbox-badge { display: none; position: absolute; top: 0; left: 53px; }

.section-items .js-checkbox-main {
	display: flex;
	justify-content: flex-start;
}

.section-items .js-checkbox-main > .js-checkbox-btn {
	position: unset !important;
}

.section__checkbox .tooltip-container {
	position: relative;
}

.section__checkbox .fa-question-circle {display:inline-block;}

.section__checkbox .fa { font-weight: normal; }

.section__checkbox .tooltip-container button {
	border: none;
	position: absolute;
	top: .3em;
	margin-left: 10px;
	left: unset !important;
}
.tooltip-bubble {
	display: inline-block;
	position: absolute;
	top: 2em;
	width: 15em;
	padding: 1rem;
	border-style: solid;
	border-width: thin;
	border-radius: .3em;
	border-color: #000;
	background: #FFF;
	z-index: 1;
}
.article.article-primary.article-resource .tooltip-container button {
	border: none;
	background: none;
	margin-top: .25em;
}
.article.article-primary.article-resource .tooltip-container .tooltip-bubble {
	position: relative;
	left: 0em;
	top: 1em;
	width: 25em;
}

@media ( max-width: 1340px ) {
	.section-items .section__aside { flex: 0 0 350px; max-width: 350px; }
}

@media ( max-width: 1023px ) {
	.section-items .section__aside { flex: 0 0 300px; max-width: 300px; }
	.section-items .section__head { flex-direction: column-reverse; align-items: stretch; padding: 15px; }
	.section-items .section__select { flex: 0 0 100%; max-width: 100%; margin-bottom: 20px; }
}

@media ( max-width: 990px ) {
	.tooltip-bubble { left: -15em; }
}
@media ( max-width: 768px ) {
	.section-items { display: block;  padding-top: 0; }
	.section-items .section__aside { max-width: 100%; margin-bottom: 20px; }
	.section-items .section__main { padding-left: 0; }
	.section-items .section__head { padding: 10px; }
	.section-items .section__body { padding: 10px; }

	.section__checkbox .tooltip-container button {
		left: -2em;
	}

	.tooltip-bubble {
		left: -5em;
	}
}

@media ( max-width: 590px ) {
	.article.article-primary.article-resource .tooltip-container .tooltip-bubble {
		left: 0;
		top: 1em;
		width: 18em;
		left: -22%;
	}
	.tooltip-bubble { left: -16em; }
}
@media ( max-width: 425px ) {
	.section__checkbox .tooltip-container button {
		left: -2em;
	}
}
@media ( max-width: 374px ) {
	.tooltip-bubble { left: -16em; }
	.article.article-primary.article-resource .tooltip-container .tooltip-bubble {
		left: -1em;
	}
}

@media ( max-width: 360px ) {
	.checkbox label {
		font-size: 14px;
	}
}

/* ------------------------------------------------------------ *\
	Widget Search
\* ------------------------------------------------------------ */

.widget-search { padding: 19px 32px 41px; background-color: #eee; background-image: url(/css/images/shape3.png); background-position: top right; background-repeat: no-repeat; margin-bottom: 2rem; }
.widget-search .widget__head h3 { margin-bottom: 20px; font-family: 'Open Sans Condensed', sans-serif; font-size: 30px; text-transform: uppercase; }
.widget-search .widget__body { padding-top: 27px; }
.widget-search .widget__body h4 { margin-bottom: 6px; line-height: 1.2; font-family: 'Open Sans Condensed', sans-serif; font-size: 18px; text-transform: uppercase; }
.widget-search .widget__group + .widget__group { margin-top: 28px; }
.widget-search .search__reset { display: inline-block; padding: 4px 13px; border-radius: 3px; background-color: #fff; color: #000; font-size: 12px; text-decoration: none; border: none; }

@media ( max-width: 1023px ) {
	.widget-search { padding: 20px; }
}

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

.search .search__control { position: relative; margin-bottom: 23px; }
.search .search__field { width: 100%; height: 46px; padding: 5px 10px; border: 1px solid #888; background-color: #fff; }
.search .search__field::-ms-clear { display: none; }
.search .search__btn { position: absolute; top: 46%; right: 15px; transform: translateY(-50%); width: 27px; border: none; background-color: transparent; }
.search .search__entry { max-width: 250px; margin-bottom: 15px; line-height: 1.2; font-style: italic; }
.search .search__reset { display: inline-block; padding: 4px 13px; border-radius: 3px; background-color: #fff; color: #000; font-size: 12px; text-decoration: none; border: none; }

/* ------------------------------------------------------------ *\
	Widget Search
\* ------------------------------------------------------------ */

.widget-export { padding: 19px 32px 41px; background-color: #eee; background-image: url(/css/images/shape3.png); background-position: top right; background-repeat: no-repeat; margin-bottom: 2rem; }
.widget-export .widget__head h3 { margin-bottom: 20px; font-family: 'Open Sans Condensed', sans-serif; font-size: 30px; text-transform: uppercase; }
.widget-export .widget__body { }
.widget-export .widget__body h4 { margin-bottom: 6px; line-height: 1.2; font-family: 'Open Sans Condensed', sans-serif; font-size: 18px; text-transform: uppercase; }
.widget-export .widget__group { font-style: italic; line-height: 1.3; }
.widget-export .widget__group + .widget__group { margin-top: 28px; }
.widget-export .widget__body ul { padding-left: 1.5rem; font-family: 'Open Sans Condensed', sans-serif; }
.widget-export .widget__body ul li { font-weight: bold; }
.widget-export .btn_export { display: inline-block; padding: 4px 13px; border-radius: 3px; background-color: #fff; color: #000; font-size: 12px; text-decoration: none; border: none; }
.widget-export .export__reset { display: inline-block; padding: 4px 13px; border-radius: 3px; background-color: #fff; color: #000; font-size: 12px; text-decoration: none; border: none; }

@media ( max-width: 1023px ) {
	.widget-export { padding: 20px; }
}

/* ------------------------------------------------------------ *\
	List Badges
\* ------------------------------------------------------------ */

.list-badges { display: flex; flex-wrap: wrap; margin: 0 -3px; }
.list-badges li { line-height: 1; list-style-type: none; display: inline-block; font-size: 0; }
.list-badges .checkbox-filter,
.list-badges .badge { margin: 0 3px 5px; }

/* ------------------------------------------------------------ *\
	Badge
\* ------------------------------------------------------------ */

.badge { display: inline-block; padding: 7px 9px; border: none; border-radius: 4px; background-color: #46535e; color: #fff !important; font-size: 12px; text-decoration: none; }
.badge.badge-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.badge--green { background-color: #859438; color: #000 !important; }
.badge--orange { background-color: #ED4E33; color: #000 !important; }
.badge--gold { background-color: #FDB515; color: #000 !important; }
.badge--medalist { background-color: #C4820E; color: #000 !important; }
.badge--wellman { background-color: #D9661F; color: #000 !important; }
.badge--blue { background-color: #00b0da; color: #000 !important; }
.badge--tag { background-color: #CFDD45; color: #000 !important; }
.badge--md { padding: 3px 18px 5px; border-radius: 7px; font-size: 20px; }

/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */

.checkbox { position: relative; }
.checkbox label { display: block; position: relative; height: 34px; padding-left: 54px; line-height: 34px; font-size: 16px; user-select: none; }
.checkbox label:before { content: ''; position: absolute; top: 0; left: 0; width: 34px; height: 34px; border: 1px solid #888; border-radius: 2px; background-color: #fff; }
.checkbox label:after { content: ''; position: absolute; top: 3px; left: 5px; width: 24px; height: 27px; opacity: 0; background-repeat: no-repeat; background-size: contain; background-image: url(/css/images/ico-check@2x.png); transition: opacity .3s; }
.checkbox input { position: absolute; top: 0; left: -9999px; opacity: 0; pointer-events: none; }
.checkbox input:checked ~ label:after { opacity: 1; }

.checkbox input:focus ~ label:before,
.checkbox input:hover ~ label:before,
.checkbox input:checked:focus ~ label:before,
.checkbox input:checked:hover ~ label:before { border: 2px solid #00b0da; }

@media ( max-width: 768px ) {
	.checkbox label { min-height: 34px; height: auto; padding-left: 44px; font-size: 14px;}
}

/* ------------------------------------------------------------ *\
	Checkbox Filter
\* ------------------------------------------------------------ */

.checkbox-filter { position: relative; }
.checkbox-filter label { display: inline-block; padding: 7px 9px; border-radius: 4px;font-size: 12px; user-select: none; transition: background-color .3s, color .3s; }
.checkbox-filter input { position: absolute; top: 0; left: -9999px; opacity: 0; pointer-events: none; }



/* New Checkbox Filter Rules for Improved State Management */

/* Base Styles for Checkbox Filter: Orange */
.checkbox-filter--orange label {
	background-color: #ED4E33;
	border:2px solid #ED4E33;
	color: #000;
	padding: 7px 9px;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover State */
.checkbox-filter--orange input:hover ~ label {
	border-color: #46535E;
}

/* Focus Styles for Keyboard Navigation Only */
.checkbox-filter--orange input:focus-visible ~ label {
	border-color: #46535E;
}

/* Suppress Focus Styles for Mouse Interactions */
.checkbox-filter--orange input:focus:not(:focus-visible) ~ label {
	background-color: #ED4E33; /* Reset to base state */
	color: #000;
}

/* Checked State */
.checkbox-filter--orange input:checked ~ label {
	border-color: #46535E;
}

/* Repeat the Same for Gold */
.checkbox-filter--gold label {
	background-color: #FDB515;
	border: 2px solid #FDB515;
	color: #000;
	padding: 7px 9px;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.checkbox-filter--gold input:hover ~ label {
	border-color: #46535E;
}

.checkbox-filter--gold input:focus-visible ~ label {
	border-color: #46535E;
}

.checkbox-filter--gold input:focus:not(:focus-visible) ~ label {
	background-color: #FDB515; /* Reset to base state */
	color: #000;
}

.checkbox-filter--gold input:checked ~ label {
	border-color: #46535E;
}








/* ------------------------------------------------------------ *\
	Item
\* ------------------------------------------------------------ */

.item { position: static; display: flex; padding: 15px 0 10px; border-bottom: 1px solid #eee; opacity: 1; pointer-events: all; visibility: visible;}
.item.is-hidden { position: absolute !important; opacity: 0 !important; pointer-events: none !important; visibility: hidden !important;}
.item .item__checkbox { flex: 0 0 34px; margin-right: 20px; }
.item .item__checkbox label { padding: 0; }
.item .item__checkbox span { display: none; }
.item h3 { margin-bottom: 4px; line-height: 1.2; color: #003262; font-family: 'Open Sans Condensed', sans-serif; font-size: 24px; }
.item h3 a { color: inherit; text-decoration: none; }
.item .item__content { padding-top: 3px; }
.item .item__entry { margin-bottom: 16px; }
.item__checkbox label span {visibility: hidden;font-size:0; /* Keeps the space but hides the content */}

.item .resource-title a {
	margin-bottom: 4px;
	line-height: 1.2;
	color: #003262;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-decoration: underline;
}
.item .resource-title a:hover,
.item .resource-title a:focus {
	text-decoration: underline;
	color: #46535E;
}

@media ( max-width: 374px ) {
	.item .item__entry { height: 52px; }
}

/* ------------------------------------------------------------ *\
	Form Contact
\* ------------------------------------------------------------ */

.freeform-row .freeform-column .freeform-input[type='text'],
.freeform-row .freeform-column .freeform-input[type='email']
{
    width: 50%;
}
.freeform-row .freeform-column textarea.freeform-input {
    height: 120px;
}

@media ( max-width: 767px ) {
	.freeform-row .freeform-column .freeform-input[type='text'],
	.freeform-row .freeform-column .freeform-input[type='email'] {
		width: auto; float: none;
	}
}

@media ( max-width: 374px ) {
	.freeform-row .freeform-column .freeform-input[type='text'],
	.freeform-row .freeform-column .freeform-input[type='email'] {
		padding-bottom: 10px;
	}
}

/* ------------------------------------------------------------ *\
	The Modal (background)
\* ------------------------------------------------------------ */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 40%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}

@keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}

/* The Close Button */
.close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-header {
	padding: 2px 16px;
	background-color: #fbfbfb;
	color: #0c128f;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
	padding: 2px 16px;
	/*background-color: #5cb85c;*/
	color: white;
}

#tell-friend {
	color: white;
	margin: 2rem auto;
	border-radius: 10px;
	background-color: #003262;
	padding: 30px 30px 20px 70px;
}

#tell-friend h3 {
	font-family: 'freight-display-pro', serif;
	font-size: 2rem;
	line-height: 0.9;
	font-style: italic;
}

#tell-friend h4 {
	font-family: 'freight-sans-pro', sans-serif;
	font-size: 1.25rem;
	color: white;
	text-transform: none;
}

#tell-friend .no-padding {
	padding: 0 !important;
}

#tell-friend #tell-friend-form .flex-column {
	flex-direction: column;
	margin-top: 1rem;
}

#tell-friend #tell-friend-form .flex-column label:not(.freeform-label) {
	font-weight: normal;
	margin-bottom: 5px;
}

#tell-friend #tell-friend-form .freeform-column .checkbox-label {
	font-size: 22px !important;
	margin-bottom: 1rem !important;
	font-weight: bold !important;
}

#tell-friend #tell-friend-form:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: -10px;
	left: -55px;
	z-index: 1000;
	background: url(/css/images/icons/paper-plane.svg) no-repeat 0 0;
	background-size: cover;
	width: 45px;
	height: 45px;
}

#tell-friend #tell-friend-form {
	position: relative; display: grid; grid-template-columns: 48% 48%; grid-template-rows: auto; grid-template-areas: "leftcol rightcol" "fullcol fullcol"; grid-gap: 0 30px;  }
#tell-friend #tell-friend-form .leftcol { grid-area: leftcol; }
#tell-friend #tell-friend-form .rightcol { grid-area: rightcol; }
#tell-friend #tell-friend-form .fullcol { grid-area: fullcol; }

#tell-friend #tell-friend-form .freeform-column  {
	display:flex;
	justify-content:center;
	padding-bottom: 1rem;
}

#tell-friend #tell-friend-form .freeform-column label {
	flex-basis: 30%;
	font-weight: 700;
	line-height: 1.2;
}

#tell-friend #tell-friend-form [type="email"] {
	flex-basis: 70%;
	font-size: 1rem;
	padding: 3px 10px;
	color: #222;
	line-height: 1.8;
	border: 2px inset #333;
}

#tell-friend #tell-friend-form .freeform-row textarea {
	color: #222;
	flex-basis: 100%;
	padding: .5rem;
	border: 2px inset #333;
}

#tell-friend #tell-friend-form .freeform-row textarea::placeholder {
	color: #888;
}

#tell-friend #tell-friend-form [type="submit"] {
	background-color: #00b0da;
	border-radius: 8px;
	border: 2px inset #333;
	padding: 8px;
	line-height: 1;
	font-size: 22px;
	width: 100%;
	font-family: 'freight-display-pro', serif;
	font-style: italic;
	font-weight: 700;
	color: black;
	text-decoration: underline;
}

/* The container */
.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 5px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
	background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
	display: block;
	opacity: 1;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 3px;
	width: 20px;
	height: 25px;
	opacity: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/css/images/ico-check@2x.png);
	transition: opacity .3s;
}

.guidebook-page .article-widget {
	margin: 0;
}

.guidebook-page .article-attachment.article-attachment-large.alignright {
	margin: 0 0 0 10px;
}

.uppercased {
	text-transform: uppercase !important;
}

.search-filter-terms .search-filter-term-details {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.search-filter-terms .search-filter-term-details h2{
	font-size: 26px;
	margin-right: 20px;
	margin-bottom: 0;
}

.search-filter-terms .search-filter-term-details .search__reset {
	display: inline-block;
	padding: 5px 9px;
	font-size: 12px;
	user-select: none;
	background-color: #00b0da;
	border-color: transparent;
	border-radius: 4px;
}

.search-filter-terms .search-filter-term-details .search__reset:hover,
.search-filter-terms .search-filter-term-details .search__reset:focus {
	background-color: #46535e !important;
	color: #FFF !important;
}

.search-filter-terms .search-filters ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
	margin-bottom: 20px;
	list-style-type: none;

}

.search-filter-terms .search-filters li {
	margin-top: 5px;
	margin-right: 10px;
}

.search-filter-terms .search-filters li a {
	text-decoration: none;
}

.search-filter-terms .search-filters li a:hover,
.search-filter-terms .search-filters li a:focus {
	background-color: #46535e !important;
	color: #FFF !important;
}

.search-filter-terms .search-filters li.checkbox-filter a{ display: inline-block; padding: 7px 9px; border-radius: 4px; background-color: #46535e; color: #ffffff; font-size: 12px; user-select: none; transition: background-color .3s, color .3s; }

.search-filter-terms .search-filters li.checkbox-filter--green a{ background-color: #859438; color: #000; }

.search-filter-terms .search-filters li.checkbox-filter--orange a{ background-color: #ED4E33; color: #000; }

.search-filter-terms .search-filters li.checkbox-filter--gold a{ background-color: #FDB515; color: #000; }

.search-filter-terms .search-filters li.checkbox-filter--medalist a{ background-color: #C4820E; color: #000; }

.search-filter-terms .search-filters li.checkbox-filter--wellman a{ background-color: #D9661F; color: #000; }


.search-filters .clear-filter-term span {
	margin-left: 3px;
	font-size: 16px;
    line-height: 0;
    font-weight: 600;
}

.resource-search-map {
	position: relative;
}

.resource-search-map #map {
	height: 750px;
	width: 100%;
	overflow: hidden;
	border: thin solid #333;
}

.resource-search-map #capture {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 15px;
	background-color: #FFF;
	border-radius: 10px;
	transform: translate(-50%, -50%);
}

.export_resources {
	width: 100%;
	margin-bottom: 15px;
}

.export_resources:disabled,
.export__reset:disabled {
	background-color: lightgrey;
}

.selected-resources {
	margin-bottom: .5em;
}

.selected-resources li:nth-child(n+11) {
    display: none;
}

.gm-style-iw {
	max-width: 420px !important;
	min-width: 350px !important;
}

.gm-style-iw-d,
.gm-style-iw {
	max-height: 550px !important;
	padding: 0 !important;
	overflow: unset !important;
}

.gm-style-iw.gm-style-iw-c {
	border-radius: 25px !important;
}

.gm-style-iw button {
	background: none !important;
    display: block !important;
    border: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    text-transform: none !important;
    appearance: none !important;
    position: absolute !important;
    cursor: pointer !important;
    user-select: none !important;
    top: -15px !important;
    right: -15px !important;
    width: 40px !important;
    height: 40px !important;
    background-color: white !important;
    border-radius: 50px !important;
}

.gm-style-iw button span {
	width: 20px !important;
    height: 20px !important;
    margin: 10px !important;
}


.gm-ui-hover-effect {
	opacity: 1 !important;
}

.gm-style-iw button img {
	pointer-events: none !important;
    display: block !important;
    width: 25px !important;
    height: 20px !important;
    margin: 8px !important;
}

.geoxml3_infowindow {
	display: flex;
	justify-content: space-between;
	padding: 25px;
}

.infowindow-details {
	flex-basis: 60%;
}

.infowindow-images {
	padding-left: 15px;
	flex-basis: 40%;
}

.infowindow-slider {
	max-height: 200px;
}

.infowindow-images img {
	max-width: 100% !important;
}

.infowindow-images .info-window-logo {
	width: 133px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;
}

.resource-visitor-submitted-tags .addon_tag_current_tags {}
.resource-visitor-submitted-tags .suggest_tags,
.resource-visitor-submitted-tags .top_tags {
	display: none !important;
}

.suggest-tag-form {
	position: relative;
	padding: 30px 60px;
    border-radius: 25px;
	background-color: #10315F;
	color: white;
}

.suggest-tag-form .fa-user-tag,
.suggest-tag-form .fa-paper-plane,
.send-to-a-friend-form .fa-user-tag,
.send-to-a-friend-form .fa-paper-plane {
	position: absolute;
	top: 25px;
	left: 15px;
	font-size: 30px;
}
.suggest-tag-form .form-title-description h2,
.send-to-a-friend-form .form-title-description h2 {
	margin-top: -10px;
	font-size: 1.5em;
	font-family: 'freight-display-pro', serif;
}

.suggest-tag-form .form-title-description p {
	font-size: 16px;
	margin-bottom: 40px;
}

.suggest-tag-form .suggest-tag-textarea-wrapper,
.suggest-tag-form .suggest-tag-input-wrapper,
.suggest-tag-full-name,
.suggest-tag-email,
.conditional-fields {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.send-to-a-friend-form .send-friend-radio-wrapper {

}

.send-to-a-friend-form .send-friend-textarea-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-basis: 50%;
}

.send-to-a-friend-form .send-friend-textarea-wrapper label {
	width: 90px;
}

.send-to-a-friend-form .send-friend-textarea-wrapper textarea {
	width: calc(100% - 90px);
    height: 250px;
}

.suggest-tag-form .suggest-tag-input-wrapper {
	justify-content: space-between;
	gap: 30px;
}

.suggest-tag-form .suggest-tag-textarea-wrapper label,
.suggest-tag-form .suggest-tag-input-wrapper > div:not([class]) label {
	width: 125px;
	padding-right: 5px;
}

.suggest-tag-form .suggest-tag-textarea-wrapper textarea,
.suggest-tag-form .suggest-tag-input-wrapper > div:not([class]) input {
	width: calc(100% - 125px);
}

.suggest-tag-form input,
.suggest-tag-form textarea,
.suggest-tag-form select,
.send-to-a-friend-form input,
.send-to-a-friend-form textarea,
.send-to-a-friend-form select {
	margin-bottom: 15px;
    padding: 5px 10px;
	color: black;
	border: none;
}

.suggest-tag-form select {
	width: 100%;
}

.suggest-tag-input-wrapper > div:not([class]) {
	flex-basis: 50%;
}

.suggest-tag-radio-wrapper,
.send-friend-radio-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-basis: 50%;
}

.suggest-tag-radio,
.send-friend-radio {
	display: flex;
	flex-wrap: wrap;
}

.suggest-tag-form .suggest-tag-textarea-wrapper label,
.suggest-tag-form .suggest-tag-input-wrapper > div:not([class]) label,
.suggest-tag-radio-wrapper p,
.send-to-a-friend-form .send-friend-textarea-wrapper label,
.send-to-a-friend-form .send-friend-textarea-wrapper > div:not([class]) label,
.send-friend-radio-wrapper p {
	font-weight: 600;
}

.suggest-tag-radio-wrapper p,
.send-friend-radio-wrapper p {
	flex-basis: 20%;
	line-height: 1;
}

.suggest-tag-radio-wrapper label,
.send-friend-radio-wrapper label {
	flex-basis: 100%;
	font-size: 16px;
	margin-bottom: 5px;
}

.suggest-tag-radio-wrapper label input,
.send-friend-radio-wrapper label input {
	margin-right: 10px;
}

.send-friend-radio-wrapper input,
.send-friend-radio-wrapper label {
	width: unset !important;
}

.suggest-tag-submit {
	text-align: right;
}

.suggest-tag-submit button {
    display: inline-block;
    margin-right: 5px;
    padding: 12px;
    width: 35%;
    color: black;
    font-family: 'freight-display-pro', serif;
    font-style: italic;
    font-weight: 600;
    line-height: 0.8;
    text-align: center;
    text-decoration: underline;
    border-radius: 8px;
    border: none;
	background-color: #04B0DA;
}

.suggest-tag-submit button:hover,
.suggest-tag-submit button:focus {
	color: white;
	background-color: #46535E;
}

.suggest-tag-form p:not([class]) {
	padding: 0 !important;
}

@media only screen and (max-width: 685px) {
	.suggest-tag-input-wrapper,
	.suggest-tag-input-wrapper .send-friend-textarea-wrapper,
	.suggest-tag-textarea-wrapper,
	.suggest-tag-input-wrapper > div:not([class]) > div {
		flex-wrap: wrap !important;
	}

	.suggest-tag-input-wrapper > div:not([class]),
	.suggest-tag-input-wrapper > div:not([class]) > div:not(.send-friend-radio-wrapper) label,
	.suggest-tag-input-wrapper > div:not([class]) > div:not(.send-friend-radio-wrapper) input,
	.suggest-tag-input-wrapper .send-friend-textarea-wrapper,
	.suggest-tag-input-wrapper .send-friend-textarea-wrapper label,
	.suggest-tag-input-wrapper .send-friend-textarea-wrapper textarea,
	.suggest-tag-textarea-wrapper,
	.suggest-tag-textarea-wrapper label,
	.suggest-tag-textarea-wrapper textarea,
	.suggest-tag-submit button {
		width: 100% !important;
		flex-basis: 100% !important;
	}


}

.student-type,
.student-graduate-type,
.user-type,
.user-employment-type {
	display: none;
}

.collapsable-content {
	overflow: hidden;
	height: auto;
}

.collapsable-content.collapsed {
	height: 0;
}

.star-form .add-resource,
.star-form .delete-resource,
.star-form .fe-opportunity {
	display: none;
}
.star-form h3,
.star-form h4 {
	color: #47535E;
	font-size: 22px !important;
	font-family: 'Open Sans Condensed', sans-serif !important;
	font-style: normal !important;
	text-transform: uppercase;
}

.star-form ol {
	margin-bottom: 30px;
}

.star-form ol li {
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 10px !important;
}

.star-form ol:not(.errors) li::before {
	left: 0px !important;
	content: counter(list)' |' !important;
}

.star-form ol:not(.errors) li.no-number::before {
	content: none !important;
}

.star-form ol:not(.errors) li.no-number .radio-label {
	margin-left: -35px;
}

.star-form ol ul.errors {
	margin-top: -10px;
}

.star-form ol ul.errors li {
	padding-left: 30px !important;
	color: #BF1723;
	align-items: center;
}

.star-form ol ul.errors li::before {
	top: unset !important;
	content: "!" !important;
    width: 20px;
    height: 20px;
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 50px;
	background-color: #BF1723;
}

.star-form ol li label,
.star-form ol li input,
.star-form ol li textarea {
	flex-basis: 100%;
	margin-bottom: 15px;
}

.star-form ol li p {
	padding: 0;
}

.star-form ol li.required-field label::after,
.star-form ol li .required-field.radio-label::after {
	margin-left: 5px;
	content: "*";
	color: #BF1723;
}

.star-form ol li:not(.resource-radios) label,
.radio-label {
	margin-bottom: 10px;
	font-weight: 600;
}

.star-form ol li:not(.resource-radios) input:not([type="file"]),
.star-form ol li:not(.resource-radios) select {
	padding: 0 10px;
	height: 45px;
	border: 1px solid #47535E;
}

.star-form ol li:not(.resource-radios) textarea {
	height: 100px;
}

.star-form .conditional-radios label,
.star-form .resource-radio label {
	display: grid;
	grid-template-columns: 1em auto;
	gap: 20px;
}

.star-form .resource-radio.inline-radio label {
	gap: 20px;
	flex-basis: 33%;
}

.star-form .resource-radio.inline-radio label input[type="checkbox"] {
	flex-basis: unset !important;
}

@media only screen and (max-width: 730px) {
	.star-form .resource-radio.inline-radio label {
		flex-basis: 50%;
	}
}

@media only screen and (max-width: 575px) {
	.star-form .resource-radio.inline-radio label {
		flex-basis: 100%;
	}
}

.star-form .resource-radio-wrapper {
	width: 100%;
}

.star-form .resource-radios.resource-radios-inline .resource-radio label {
	flex-basis: 33%;
}

@media only screen and (max-width: 875px) {
	.star-form .resource-radios.resource-radios-inline .resource-radio label {
		flex-basis: 100%;
	}
}

.star-form .list-badges li {
	padding-left: 0 !important;
}

.star-form .list-badges .checkbox-filter {
	margin: 0 5px 0;
}

.star-form ul.list-badges li label {
	margin-bottom: 0;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 400;
}

.star-form .list-badges li::before {
	display: none !important;
}

.edit-add-resource-files #file-upload-button,
.edit-add-resource-files ::-webkit-file-upload-button {
	height: 45px !important;
	padding: 0 15px !important;
	text-align: center;
	line-height: 1;
	font-style: italic;
	border-radius: 0;
	border: 1px solid #47535E;
	background-color: transparent;
}

.star-form .conditional-radios label input[type="radio"] {
	  -webkit-appearance: none;
	  appearance: none;
	  margin: 0;
	  font: inherit;
	  color: black;
	  width: 30px;
	  height: 30px;
	  min-width: 30px;
	  min-height: 30px;
	  border: 1px solid #47535E;
	  border-radius: 50%;
	  display: grid;
	  place-content: center;
}

.star-form .conditional-radios label input[type="radio"]::before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	background-color: black;
}

.star-form .conditional-radios label input[type="radio"]:checked::before {
	transform: scale(1);
}

.star-form .conditional-radios label input[type="radio"]:focus {
	outline: auto;
}

.star-form .resource-radio label input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
	font: inherit;
	color: black;
	width: 30px;
	height: 30px;
	min-width: 30px;
	min-height: 30px;
	border: 1px solid #47535E;
	display: grid;
	place-content: center;
}

.star-form .resource-radio label input[type="checkbox"]::before {
	content: "";
	width: 20px;
	height: 20px;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	background-color: black;
}

.star-form .resource-radio label input[type="checkbox"]:checked::before {
	transform: scale(1);
}

.star-form .resource-radio label input[type="checkbox"]:focus {
	outline: auto;
}

.resource-radio {
	display: flex;
	flex-wrap: wrap;
}

.resource-radio label {
	flex-basis: 100%;
}


.tag_note {
	font-size: 14px;
}

.addon_tag_current_tags .current_tag {
	display: inline-block !important;
    padding: 6px 10px !important;
    font-size: .8em !important;
	font-family: 'freight-sans-pro', sans-serif !important;
	color: #000 !important;
	border-radius: 5px!important;
	background-color: #B9D3B6 !important;
	user-select: none !important;
	transition: background-color .3s, color .3s !important;
}

.addon_tag_current_tags .current_tag .ex:after {
	content: 'x' !important;
	margin-left: 3px;
    font-size: 16px;
    line-height: 0;
    font-weight: 600;
	font-family: 'freight-sans-pro', sans-serif !important;
	color: #000 !important;
	transition: color .3s !important;
}

.addon_tag_current_tags .current_tag:hover,
.addon_tag_current_tags .current_tag:focus {
	background-color: #46535e !important;
	color: #FFF !important;
}

.addon_tag_current_tags .current_tag:hover .ex:after,
.addon_tag_current_tags .current_tag:focus .ex:after {
	color: #FFF !important;
}


/* FORMS */
.user-submitted-tag-form {
	background-color: #003262;
    padding: 5px 40px 30px;
    border-radius: 15px;
    color: white;
}

.user-submitted-tag-form form .freeform-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.user-submitted-tag-form form .suggest-tag-submit {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.user-submitted-tag-form form .suggest-tag-submit button {
	background-color: #00b0da;
	color: #000;
    border-radius: 8px;
    border: none;
    width: 220px;
    line-height: 36px;
    margin-right: 5px;
    display: inline-block;
	font-family: 'freight-display-pro', serif;
	font-weight: 500;
	font-style: italic;
    text-align: center;
	text-decoration: underline;
	transition: .4s ease !important;
}

.user-submitted-tag-form form .suggest-tag-submit button:hover,
.user-submitted-tag-form form .suggest-tag-submit button:focus {
    background-color: #594A25;
    color: white;
    text-decoration: none;
}

.user-submitted-tag-form form .freeform-row .suggest-tag-name-email,
.user-submitted-tag-form form .freeform-row .suggest-tag-user-type {
	flex-basis: 50%;
}

.user-submitted-tag-form form .freeform-row .suggest-tag-name-email .freeform-column {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.user-submitted-tag-form form .freeform-row .suggest-tag-details {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;

}

.user-submitted-tag-form form .freeform-row .suggest-tag-details textarea {
    width: -webkit-calc(100% - 135px);
    width: -moz-calc(100% - 135px);
    width: calc(100% - 135px);
}

.user-submitted-tag-form form .freeform-row .suggest-tag-details textarea,
.user-submitted-tag-form form .freeform-row .suggest-tag-name-email input {
	margin-bottom: 15px;
	padding: 2.5px;
	color: #000;
	border: none;
}

.user-submitted-tag-form form .freeform-row .suggest-tag-details label,
.user-submitted-tag-form form .freeform-row .suggest-tag-name-email label {
	width: 135px;
	padding-right: 10px;
}

.user-submitted-tag-form form .freeform-row .suggest-tag-user-type {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.user-submitted-tag-form form .freeform-row .suggest-tag-user-type > label {
	flex-basis: 25%;
    text-align: right;
}

.user-submitted-tag-form form .freeform-row .suggest-tag-user-type > div {
    flex-basis: 70%;
}

.info-window-slider {
    padding: 2px;
    display: flex;
    overflow: hidden;
    align-items: center;
}
.info-window-slider img {
	max-width: 100%;
	width: 100%;
    height: 100%;
}

.infowindow-details .contact {
	display: flex;
	align-items: center;
}

.infowindow-details .contact div:not([class]) {
	display: flex;
	flex-wrap: wrap;
}

.infowindow-details .placemark-name {
	font-family: 'Open Sans Condensed', sans-serif; 
	font-style: normal;
}

.infowindow-details i {
	margin-right: 5px;
	padding: 6px;
    width: 25px;
    height: 25px;
    color: white;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    border-radius: 50px;
	background-color: #003262;
}

#geoxml3_infowindow .more-info-export {
	display: flex;
    justify-content: space-between;
	align-items: center;
}

#geoxml3_infowindow .js-checkbox label {
	height: unset !important;
	padding-left: 25px;
    line-height: 20px;
    font-size: 14px;
}

#geoxml3_infowindow .js-checkbox label::before {
	height: 20px;
	width: 20px;
}

#geoxml3_infowindow .js-checkbox label span {
	font-size: 14px;
}

#geoxml3_infowindow .js-checkbox label::after {
	top: 4px;
    left: 5px;
    width: 11px;
    height: 11px;
}

.star-database-body {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}

.star-database-body .star-database-text {
	margin-right: 25px;
	flex-basis: calc(80% - 25px);
}

.star-database-body .star-database-guidebook {
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 15px;
    min-width: 150px;
    max-width: 150px;
    min-height: 150px;
    max-height: 150px;
    border-radius: 50%;
}

.star-database-body .star-database-guidebook img {
	width: 110px;
    margin: auto 0;
    padding: 9px;
    transform: rotate(15deg);
}

@media only screen and (max-width: 785px) {
	.star-database-body {
		justify-content: center !important;
		align-items: flex-start !important;
	}
	
	.star-database-body .star-database-text {
		margin-right: 0 !important;
		flex-basis: 100% !important;
	}
}

/* Faculty Engagement */

.fe-search-form ul.fe-search-map {
	min-width: 300px !important;
    min-height: 300px !important;
	max-width: 600px !important;
	max-height: 600px !important;
	width: 100% !important;
	height: 100% !important;
    display: flex;
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap;
    background-image: url('https://star.berkeley.edu/css/images/university-of-berkeley-map.jpeg');
    background-size: contain;
}

.fe-search-form ul.fe-search-map li {
	width: 50% !important;
    border: 0.5px solid grey !important;
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.fe-search-form ul.fe-search-map li::before {
	content: unset !important;
	display: none !important;
}

.fe-search-form ul.fe-search-map li input {
	width: 100% !important;
    height: 100% !important;
    background-color: transparent!important;
    opacity: 0.3 !important;
}

h4.alternate-h4 {
    margin: 0 15px 0 0;
    color: #666;
	font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
	font-size: 1em;
    line-height: 2;
    text-transform: uppercase;
}

h4.filter-h4{
	margin-top:10px;
	margin-bottom: 6px;
	line-height: 1.2;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

.fe-results-filter-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}



.fe-results-filter-wrapper > div:first-of-type {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-basis: 100%;
	margin-top: 20px;
}

.fe-results-filter-wrapper > div:first-of-type h3 {
	margin-bottom: 0;
}

.fe-results-filter-wrapper > div:not(:first-of-type) {
	flex-basis: calc(50% - 10px);
}

.fe-results-filter-wrapper > div label {
	display: flex;
	flex-wrap: wrap;
}

.fe-results-filter-wrapper > div select {
	width: 100%;
}

.fe-results-filter-wrapper > span {
	width: 100%;
	text-align: right;
}

.fe-results-filter-wrapper > span .btn {
	margin-top: 5px;
	background-color: #00b0da;
}

@media (max-width: 768px) { /* Adjust the max-width as needed */
	.item-block {
			flex-direction: column; /* Stacks children vertically on smaller screens */
	}
}

.block__actions .btn.btn-primary.form-btn {
	width:100%;
	max-width: 410px;
}