@charset "UTF-8";
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
main {
display: block
}
h1 {
font-size: 2em;
margin: .67em 0
}
a {
background-color: transparent
}
img {
border-style: none
}
input {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0
}
input {
overflow: visible
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit
}
h1,
h2,
p {
margin: 0
}
html {
font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
line-height: 1.5
}
*,
:after,
:before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 0 solid #e2e8f0
}
img {
border-style: solid
}
input::-webkit-input-placeholder {
color: #a0aec0
}
input::-moz-placeholder {
color: #a0aec0
}
input:-ms-input-placeholder,
input::-ms-input-placeholder {
color: #a0aec0
}
h1,
h2 {
font-size: inherit;
font-weight: inherit
}
a {
color: inherit;
text-decoration: inherit
}
input {
padding: 0;
line-height: inherit;
color: inherit
}
audio,
img,
video {
display: block;
vertical-align: middle;
}
img,
video {
max-width: 100%;
height: auto
}
a {
color: #525ddc;
text-decoration: none;
border-bottom: 1px solid transparent
}
p {
margin-bottom: .75rem;
line-height: 1.5
}
h1,
h2 {
margin-bottom: .5rem;
line-height: 1.25
}
h1 {
font-size: 3rem
}
h2 {
font-size: 2.25rem
}
body,
html {
font-family: helvetica neue, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica, Ubuntu, roboto, noto, segoe ui, arial, sans-serif
}
#chat-bot {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: fixed;
top: 0;
right: 0;
bottom: 80px;
left: 0;
width: 520px;
max-width: calc(100% - 32px);
height: 844px;
max-height: calc(100vh - 208px);
margin: auto;
background: 0 0;
border-radius: 9px;
z-index: 11;
opacity: 0;
-webkit-animation-duration: .175s;
-o-animation-duration: .175s;
animation-duration: .175s;
-webkit-animation-fill-mode: forwards;
-o-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal;
-o-animation-direction: normal;
animation-direction: normal;
-webkit-animation-delay: .4s;
-o-animation-delay: .4s;
animation-delay: .4s;
-webkit-animation-timing-function: ease-in;
-o-animation-timing-function: ease-in;
animation-timing-function: ease-in;
-webkit-animation-iteration-count: 1;
-o-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, .125);
box-shadow: 0 10px 50px rgba(0, 0, 0, .125)
}
#chat-bot:after {
content: "";
display: block;
position: absolute;
top: 0;
left: 20%;
right: 20%;
bottom: 0;
background: #000;
-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .125);
box-shadow: 0 10px 20px rgba(0, 0, 0, .125);
z-index: -1;
-webkit-filter: blur(20px);
filter: blur(20px);
opacity: .25
}
#chat-bot-responses {
display: none
}
#chat-bot__header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
height: 32px;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
background-size: 100%;
background-repeat: no-repeat
}
#chat-bot__header span {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
color: #fff;
-ms-flex-item-align: center;
align-self: center
}
#chat-bot__header #chat-bot__header__buttons {
text-align: left
}
#chat-bot__header #chat-bot__header__buttons img {
display: inline-block;
height: 12px;
margin-top: -2px;
margin-left: 12px
}
#chat-bot__body {
height: calc(100% - 32px);
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
background-size: 100% 100%;
background-repeat: no-repeat
}
#chat-bot__body,
#chat-bot__messages {
display: block;
width: 100%;
-ms-flex-negative: 1;
flex-shrink: 1
}
#chat-bot__messages {
height: calc(100% - 128px);
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
overflow-y: auto;
padding: 32px 24px;
-ms-overflow-style: none;
scrollbar-width: none
}
#chat-bot__messages::-webkit-scrollbar {
display: none
}
#chat-bot__input {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 128px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
padding: 32px 24px;
border-top: 1px solid #000
}
#chat-bot__input .label {
display: block;
font-family: Clifton, Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid serif, Times, Source serif Pro, serif;
font-style: italic;
color: #fff
}
#chat-bot__input .label span {
display: inline-block;
font-family: helvetica neue, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica, Ubuntu, roboto, noto, segoe ui, arial, sans-serif;
font-style: normal;
color: #fff;
background: #4272e9;
border-radius: 10px;
padding: 2px 10px 0 14px;
margin-left: 4px
}
#chat-bot__input input {
width: 100%;
background: 0 0;
outline: 0 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: #fff
}
#chat-bot__input input::-webkit-input-placeholder {
color: #999
}
#chat-bot__input input::-moz-placeholder {
color: #999
}
#chat-bot__input input:-ms-input-placeholder,
#chat-bot__input input::-ms-input-placeholder {
color: #999
}
#end-meeting {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: fixed;
top: 0;
right: 0;
bottom: 80px;
left: 0;
width: 370px;
height: 200px;
margin: auto;
background: 0 0;
border-radius: 9px;
z-index: 12;
opacity: 0;
-webkit-animation-duration: .175s;
-o-animation-duration: .175s;
animation-duration: .175s;
-webkit-animation-fill-mode: forwards;
-o-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal;
-o-animation-direction: normal;
animation-direction: normal;
-webkit-animation-delay: .4s;
-o-animation-delay: .4s;
animation-delay: .4s;
-webkit-animation-timing-function: ease-in;
-o-animation-timing-function: ease-in;
animation-timing-function: ease-in;
-webkit-animation-iteration-count: 1;
-o-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, .125);
box-shadow: 0 10px 50px rgba(0, 0, 0, .125)
}
#end-meeting:after {
content: "";
display: block;
position: absolute;
top: 0;
left: 20%;
right: 20%;
bottom: 0;
background: #000;
-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .125);
box-shadow: 0 10px 20px rgba(0, 0, 0, .125);
z-index: -1;
-webkit-filter: blur(20px);
filter: blur(20px);
opacity: .25
}
#end-meeting__inner {
display: block;
width: 100%;
height: 100%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
background-repeat: no-repeat;
background-size: 100% 100%
}
#end-meeting__content {
display: block;
padding: 64px 32px 24px 104px;
color: #d5d5d7;
font-size: .8rem
}
#end-meeting__content h2 {
color: #fff;
font-weight: 700;
font-size: 1rem;
margin-bottom: .2em
}
#end-meeting__content a {
color: #d5d5d7 !important
}
#end-meeting__content p {
padding-top: 10px;
}
#end-meeting__buttons {
padding-top: 8px
}
#end-meeting__buttons img {
height: 24px;
width: auto
}
#end-meeting__buttons img+a {
margin-left: 16px
}
.page-template-template-home {
background-color: #212121;
color: #fff
}
.page-template-template-home a {
color: #fff
}
.page-template-template-home h1 {
text-align: center;
margin-bottom: 32px
}
.page-template-template-home h1 img {
display: inline-block;
width: 100%;
max-width: 933px
}
#graduates {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 0;
margin-bottom: 64px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.graduate-video-wrapper {
width: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 1;
flex-shrink: 1;
display: inline-block;
position: relative;
padding: 2px
}
.graduate-video-wrapper .graduate-video-inner {
width: 100%;
display: block;
position: relative;
-webkit-box-shadow: inset 0 0 0 1px #212121;
box-shadow: inset 0 0 0 1px #212121;
overflow: hidden
}
.graduate-video-wrapper .graduate-video-inner h2 {
font-size: .8rem;
font-weight: 400;
background: #212121;
padding: 2px 4px;
position: absolute;
bottom: -1px;
left: 0;
z-index: -1;
margin-bottom: 0
}
.graduate-video-wrapper .graduate-video-inner h2 span {
font-family: Clifton, Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid serif, Times, Source serif Pro, serif;
font-style: italic
}
.graduate-video-wrapper .graduate-video-inner video {
max-width: 100%;
width: 480px;
display: block;
position: relative;
z-index: -1
}
@media screen and (min-width:1024px) {
.page-template-template-home h1 {
margin-top: 80px;
margin-bottom: 80px
}
.graduate-video-wrapper {
width: 33.333%;
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%
}
#graduates {
margin-bottom: 80px
}
}
.container {
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 1rem;
padding-left: 1rem
}
@media (min-width:640px) {
.container {
max-width: 640px
}
}
@media (min-width:768px) {
.container {
max-width: 768px
}
}
@media (min-width:1024px) {
.container {
max-width: 1024px
}
}
@media (min-width:1280px) {
.container {
max-width: 1280px
}
}
header.banner {
background-color: #212121;
color: #f2f0ed;
text-align: center;
padding: 24px 16px
}
header.banner a,
header.banner a:visited {
color: #f2f0ed;
text-decoration: none
}
.meeting_id span {
font-family: Clifton, Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid serif, Times, Source serif Pro, serif
}
.zoom-menu__inner {
width: 100%;
margin: auto
}
.zoom-menu__inner,
.zoom-menu__inner .container,
header.banner .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
header.banner .container {
padding-left: 0;
padding-right: 0
}
#social-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
overflow: hidden;
position: relative;
top: -2px
}
.social-link img {
height: 28px;
width: auto
}
.social-link+.social-link {
margin-left: 20px
}
#zoom-menu {
background-color: #1a1a1a;
padding: 24px 0;
position: fixed;
z-index: 10;
left: 0;
right: 0;
bottom: 0
}
#zoom-menu,
#zoom-menu a {
color: #f2f0ed;
text-align: center
}
#zoom-menu a {
position: relative;
text-decoration: none;
font-size: .8rem;
-ms-flex-item-align: end;
align-self: flex-end
}
#zoom-menu a[data-special=thanks] {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0
}
#zoom-menu a[data-special=graduates] {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
#zoom-menu a[data-special=work] {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
#zoom-menu a[data-special=idea] {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
#zoom-menu a[data-special=awards] {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
#zoom-menu a[data-special=end],
#zoom-menu a[data-special=end]:visited {
color: red
}
#zoom-menu a span {
font-family: Clifton, Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid serif, Times, Source serif Pro, serif;
font-style: italic
}
#zoom-menu a img {
display: block;
max-height: 22px;
margin: auto auto 2px
}
#zoom-menu a:after {
content: "";
display: block;
width: calc(100% + 30px);
height: 70px;
bottom: -12px;
left: -15px;
background: #2e2e2e;
position: absolute;
z-index: -1;
border-radius: 12px;
opacity: 0
}
#zoom-menu a:visited {
color: #f2f0ed;
text-decoration: none;
text-align: center
}
@media screen and (min-width:768px) {
header.banner .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-left: 1rem;
padding-right: 1rem
}
header.banner .container>* {
width: 33.33%;
display: inline-block
}
#social-links {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
max-height: none
}
.social-link {
margin-top: 0
}
.social-link,
.social-link+.social-link {
margin-left: 8px
}
#zoom-menu {
padding: 16px 0
}
#zoom-menu a {
font-size: 1rem
}
#zoom-menu a[data-special=thanks] {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0
}
#zoom-menu a[data-special=idea] {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
#zoom-menu a[data-special=awards] {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
#zoom-menu a[data-special=graduates] {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
#zoom-menu a[data-special=work] {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
#zoom-menu a[data-special=chat] {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
#zoom-menu a[data-special=more] {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
#zoom-menu a[data-special=more] img {
margin-bottom: 9px;
max-width: 22px
}
#zoom-menu a[data-special=end] {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
-ms-flex-item-align: center;
align-self: center
}
#zoom-menu a[data-order="2"] {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
#zoom-menu a[data-order="6"] {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
}
body,
html {
overflow-x: hidden
}
a,
a img {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none
}
.flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.hidden {
display: none
}
.flex-row {
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.flex-row {
-webkit-box-orient: horizontal
}
.justify-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
.flex-shrink-0 {
-ms-flex-negative: 0;
flex-shrink: 0
}
.pt-2 {
padding-top: .5rem
}
.pr-2 {
padding-right: .5rem
}
.pl-2 {
padding-left: .5rem
}
.w-1\/2 {
width: 50%
}
@media (min-width:768px) {
.md\:inline-block {
display: inline-block
}
}
@media (min-width:1024px) {
.lg\:inline-block {
display: inline-block
}
}
@media (min-width:1280px) {
.xl\:inline-block {
display: inline-block
}
}
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
.recentcomments a {
display: inline !important;
padding: 0 !important;
margin: 0 !important;
}
a {
color: #00f;
}
.work-wrapper .embed-container .embed-container__play-button img {
width: 32px
}
@media screen and (min-width: 1024px) {
.work-wrapper .embed-container .embed-container__play-button img {
width: 48px
}
}