/**
 * Content
 */

body {
	background-color: #fff;
	color: #000;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	opacity: .4;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
    border-radius: 5px;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 1em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(125, 120, 120, 0.2);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: 1.3em;
    max-height: 100vh;
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.3;	
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, 'Sans Serif', Icons;
	font-style: normal;
	line-height: 1.3;
    font-size: 2vmin;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 1);
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(128, 128, 128, 0.81);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

bodycopy a.newslink {
	color: #32b7cb;
    border-bottom: 0.15em solid #32b7cb;
}

[data-predefined-style="true"] h1 {
	font-family: "Social Condensed Variable", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 3.4rem;
	line-height: 1.1;
	color: rgba(0, 0, 0, 0.85);
	font-variation-settings: 'wdth' 75, 'slnt' 0;
	}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h2 {
	font-family: 'Miller Text', Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 2.4rem;
	line-height: 1.2;
	}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.3;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, 'Sans Serif', Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 1);
	border-bottom-width: 0em;
}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgb(255, 255, 255) /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100%/*!content_left*/;
}

[data-css-preset] .content_padding {
	padding-top: 2.5rem /*!main_margin*/;
	padding-bottom: 2.5rem /*!main_margin*/;
	padding-left: 2.5rem /*!main_margin*/;
	padding-right: 2.5rem /*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
    align-content: center;
    border: 0px solid #fff;
}

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 1.2rem/*!thumbnails_padding*/;
    align-content: center;
    border: hidden;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -1.1rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	border: 0px solid rgba(47, 35, 35, 0);
    outline-offset: 0px;
    border-radius: 5px;
    
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "D-DIN Condensed", Icons;
	font-style: normal;
	line-height: 1.1;
}

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 1.0rem;
    font-size: 1.3rem;
	font-weight: 400;
	color: rgba(140, 140, 140, 0.71);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 2;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.26);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 2px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
    top: 2.5rem /*!site_menu_button*/;
	right: 2rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(81, 166, 179, 0.95);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
    left: 50%;
   
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
    right:58%
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 36px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 1.5rem /*!shop_button*/;
	right: 1.5rem /*!shop_button*/;
}

#shop_button.text {
    font-size: 1.9rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
    padding: 0;
    line-height: 1.3;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 38px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.5rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.5rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2.5rem .8rem 1rem;
    color: rgba(0, 0, 0, 0.85);
}

.shop_product .button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.5rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(255, 255, 255, 0.79) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
    line-height: 1.3;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: transparent;
    stroke-width: 2.5px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: transparent;
    stroke-width: 2.5px;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: transparent;
    stroke-width: 2.5px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}



/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}

.hasBG {
	background: rgba(255, 255, 255, 0.84);
    display: inline-block;
    border-radius: 5px;
    padding: 1.5rem;
    display: inline-flex;
}

.gridBG{
	background: rgba(191, 191, 191, 0.62);
    border-radius: 4px;
    margin: 0rem;
}

/*LUCY CODE BELOW START */
/*flexible container for holding headshots*/
.headshot-container {
	width:100%;
    background-color:rgba(255, 255, 255, 0);
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

/*div within flexible container for individual headshots*/
.headshot-container > div {
  background-color: transparent;
  width: auto;
  margin-right: 2vh;
  margin-bottom: 2vh;
  text-align: center;
  line-height: auto;
}

/*heasdshot img*/
.headshot{
	width: 12vw;
}
/*LUCY CODE ABOVE STOP */

/*people profile hover*/
.img1{
	position: relative;
    display: block;
    cursor: pointer;
    max-width: 19rem;;
}
.name1 { 
	padding: 0.5rem 1.2rem 0.7rem 1.2rem;
    margin-top: -1rem;
  align-content: center;
  display:block;
  top: 0;
  bottom:0;
  left: 0;
  right: 0;
  background: rgba(50, 183, 203, 0.85);
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
  visibility: hidden;
  	opacity: 0;
    font-size: calc(1px + 1vw);
    /*font-size: calc(3px + 1.1vw);*/
  	transition: opacity .2s, visibility .2s;
	font-style: normal;
	font-weight: 400;
    border-radius: 4px;
}
.img1:hover .name1 {
  visibility: visible;
  opacity: 1;
}

/*LUCY CODE BELOW START */
.headshot-box:hover .name1 {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 800px) {
  .name1 {
  visibility: visible;
  opacity: 1;
  width: 18vh;
  font-size: small;
    }
  .headshot{
	width: 18vh;
}
}
/*LUCY CODE ABOVE STOP*/


/*thumbnail slider*/
body{
	padding-top: 100px;
}

#content-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    padding: 10px;
}

.column{
	width: 600px;
	padding: 10px;

}

#featured2{
	width: 95%;
	max-height: 600px;
	object-fit: cover;
	cursor: pointer;
	border: 1px solid #3e3e3e;
    align-content: center;
    align-items: center;

}

.thumbnail2{
	object-fit: cover;
	width: 25%;
	height: 15%;
	cursor: pointer;
	opacity: 0.5;
	margin: 5px;
	border: 1px solid #3e3e3e;

}

.thumbnail2:hover{
	opacity:1;
}

.active{
	opacity: 1;
}

#slide-wrapper{
	width: 85%;
	height: 15%;
	display: flex;
	min-height: 90px;
	align-items: center;
}

#slider{
	width: 95%;
    height: 95%;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;

}

#slider::-webkit-scrollbar {
	width: 8px;
    height: 8px;

}

#slider::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);

}
 
#slider::-webkit-scrollbar-thumb {
  background-color: #3a3a3a;
  outline: 1px solid slategrey;
   border-radius: 100px;

}

#slider::-webkit-scrollbar-thumb:hover{
    background-color: #18b5ce;
}

.arrow{
	width: 30px;
    height: 30px;
	cursor: pointer;
	transition: .3s;
}

.arrow:hover{
	opacity: .5;
	width: 35px;
	height: 35px;
}


/*Teaching Page Expand-Tab Animation*/
:root {
  --contentHeight: 30vh;
  --sectionWidth: 800px;
}

* {
  outline: 0;
  box-sizing: border-box;
}


section {
  max-width: var(--sectionWidth);
  width: 97%;
  color: #656565;
}

summary {
  display: block;
  cursor: pointer;
  padding: 7px;
  font-family: "D-DIN Condensed", Icons;
  font-size: calc(12px + 0.8vw);
  transition: .3s;
  border-bottom: 1.5px solid;
  user-select: none;
	font-style: normal;
	font-weight: 400;
}

details > div {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  height: 100%;
  user-select: none;
  padding: 0 20px;
  font-family: sans-serif;
  line-height: 1.5;
  color: #999;
  font-size: calc(12px + 0.1vw);
}

details > div > img {
  align-self: flex-start;
  max-width: 100%;
  margin-top: 20px;
}

details > div > p {
  flex: 1;
}

details[open] > summary {
   color: #32b7cb;
}

@media (min-width: 768px) {
  details[open] > div > p {
    opacity: 0;
    animation-name: showContent;
    animation-duration: 0.6s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    margin: 0;
    padding-left: 20px;
  }
    details[open] > div > div {
    opacity: 0;
    animation-name: showContent;
    animation-duration: 0.6s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    margin: 0;
    padding-left: 20px;
  }
    
  details[open] > div {
    animation-name: slideDown;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
  }

  details[open] > div > img {
    opacity: 0;
    height: 100%;
    margin: 0;
    animation-name: showImage;
    animation-duration: 0.3s;
    animation-delay: 0.15s;
    animation-fill-mode: forwards;
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    height: 0;
    padding: 0;
  }

  to {
    opacity: 1;
    height: var(--contentHeight);
    padding: 20px;
  }
}

@keyframes showImage {
  from {
    opacity: 0;
    clip-path: inset(50% 0 50% 0);
    transform: scale(0.4);
  }

  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

@keyframes showContent {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.item-list{
	padding-left: 19px;
}





/*thumbnail hover*/
.thumbnails .thumbnail > a {
    position: relative;
}

.thumbnails .thumbnail .title {
    background-color: rgba(77, 188, 215, 0.72);
    padding: 0.5rem 1.2rem 0.7rem 1.2rem;
    margin: 0rem;
    color: rgba(255, 255, 255, 1);
    align-content: center;
    display: flex;
    position: absolute;
    left: 0rem;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    z-index: 9;
    opacity: 0;
    border-radius: 5px;
}

.thumbnails .title span {
    margin: auto;
    display: inline-block;
}

.thumbnails .thumbnail:hover .title {
    opacity: 1;
}

body.mobile .thumbnails .thumbnail:hover .title {
    opacity: 0;
}

.image-link{
	border: solid 1px #e3e3e3;
    border-radius: 5px;
}



/*slider*/
/* CSS used here will be applied after bootstrap.css */
.carousel {
    margin-top: 0px;
    max-width: 100%;
   
}
.item .thumb {
	width: 18%;
	cursor: pointer;
	float: left;
    margin-left: 5.68vw;
    margin-right: -5vw;
    padding: 1px;
}
.item .thumb img {
	width:100%;
	margin: 0px;
}
.item img {
	width: 100%;	
    margin-left: 0 rem;
    border: solid 1px #e6e6e6
}

.caption {
  position: absolute;
   margin-top: 19.4em;
   background: rgba(37, 167, 187, 0.61);
    border-radius: 6px;
   padding: 1px;
    padding-left: 1em;;
	align-items: flex-start;
  color: #fff;
  display: flex;
  height: 30%;
  flex-direction: column;
  justify-content: center;
  left: 0;
  text-align: left;
  top: 0;
  width: 50%;
  z-index: 1;
}

.caption > h1{
	font-size: 2.5vw;
}

.caption2 {
  position: relative;
   margin-bottom: 2rem;
   background: rgba(227, 227, 227, 0);
    border-radius: 5px;
   padding: 1rem;
	align-items: flex-start;
  color: #717171;
  display: flex;
  height: 20%;
  flex-direction: column;
  justify-content: center;
  left: 0;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.caption2 > h1{
	font-size: 1.6vw;
    color: #606060;
}

/*individual ppl profile page*/
.profile-block{
	background:  rgba(77, 188, 215, 0.72);
    padding: 4px;
    color: #fff;
    border-radius: 5px;
    font-family: "Social Condensed Variable", Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: -10px;;
	font-variation-settings: 'wdth' 75, 'slnt' 0;
}
    
/*publication hover*/
.bookcover{
	position: relative;
	display: inline-flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.bookcover >img{
	 border: solid 1px #e3e3e3;
    max-width: 80vh;
}

.bookcover:before{
	content:'';
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 94.8%;
    z-index: 1;
    border-radius: 5px;
    background: rgba(77, 188, 215, 0.72);
    opacity: 0;
    transition: 0.5s;
    
}

.bookcover > p{
	position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    justify-content: center;
    align-items: flex-end;
    color: #fff;
    opacity: 0;
    transition: 0.5s;
    z-index: 2;
}
.bookcover:hover >p{
	opacity: 1;
}
.bookcover:hover:before{
	opacity: 1;
}


/*tangent page*/
.tangent img{
    display: flex;
    border: solid 1px #e3e3e3;
    border-radius: 5px;
}

/*equipment separation line*/
.equipment{
	border-right:solid 1px rgba(227, 227, 227, 0.32);
}

/*Logo Sizing*/
.logo{
	max-width: 110px;
}

.logo-desktop{
    max-width: 230px;
}

/*video border*/
.video-border{
	border: 1px solid #e3e3e3;
    border-radius: 5px;
}

/*event page title font*/
@font-face {
    font-family: 'Astro-Space';
    src:url('https://files.cargocollective.com/c1252884/Astro-Space.ttf.woff') format('woff'),
        url('https://files.cargocollective.com/c1252884/Astro-Space.ttf.svg') format('svg'),
        url('Astro-Space.ttf.eot'),
        url('Astro-Space.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

.eventtitle{
	font-family: 'Astro-Space';
    color: rgba(33, 33, 33, 0.87);
    font-size: calc(45px + 2.3vw);
	font-style: normal;
	font-weight: 100;
}

/*event page session BG*/
.hasBG2 {
	background: rgba(78, 196, 225, 0.66);
    display: grid;
    border-radius: 5px;
    padding: 1.5rem;
}

.whiteBG{
	background-image: linear-gradient(rgba(255, 255, 255, 0.91), rgba(255, 255, 255, 0));
}





