:hoverhtml { padding:0; margin:0; height: 100%; }
body { padding:0; margin:0; height: 100%; overflow-y: scroll; overflow-x: hidden; }
body *{ outline: none; }


/* ********************************************** Scrollbars and Highlights ********************************************** */

::-moz-selection { background: #43c7cd; text-shadow: none; }
::selection { background: #43c7cd; text-shadow: none; }
::-webkit-scrollbar { width: 1em; }
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.75); background-color: #eeeeee; }
::-webkit-scrollbar-thumb { background-color: #999999; outline: 0px solid #dedede; }

::-webkit-input-placeholder { color: #cccccc; }
::-moz-placeholder { color: #cccccc; }
::-ms-input-placeholder { color: #cccccc; }


/* ********************************************** Universal Elements ********************************************** */

.clear { clear: both; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #e8e8e8; margin: 1em 0; padding: 0; }
hr.medium { margin: 2.5em 0; }
hr.tall { margin: 5em 0; }
hr.blue { display: block; height: 0; border: 0; border-top: 5px solid #00a3ad; margin: 5em 0; padding: 0; }


ul.pagination  { margin: 0; padding: 80px 0 20px 0; text-align: center; }
ul.pagination li { margin: 22px 0; padding: 0; list-style: none; display: inline-block; }
ul.pagination li a { border: 1px solid #c9d3e2; padding: 16px 20px 14px 20px; margin: 0 5px;  font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 700; font-size: 0.8em; transition: all 0.15s linear; }
.non-mobile ul.pagination li a:hover { background-color: #f8f8ff; border: 1px solid #00a3ad; }
ul.pagination li.active a { background-color: #00a3ad; border: 1px solid #00a3ad; color: #ffffff; }

ul.pagination li.pad-right{ padding-right: 20px; }
ul.pagination li.pad-left{ padding-left: 20px; }

.nuxt-progress { display: none !important; }


/* ********************************************** Base Typography ********************************************** */

body{ color: #001637; font-size: 1em; }

h1, h2, h3, h5 { margin: 0; padding: 0; position: relative; display: block; text-align: left; }

h1{ font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 700; font-size: 2.8em; letter-spacing: -0.75px; }
h2{ font-family: "Chronicle SSm A", "Chronicle SSm B"; font-style: normal; font-weight: 300; font-size: 1.1em; line-height: 1.6; }
h3{ font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 500; font-size: 1.2em; line-height: 1.4; letter-spacing: 0px; }
h5{ font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 500; font-size: .9em; line-height: 1.5; letter-spacing: -0.5px; }

h2.byline{ font-family: "Gotham SSm A", "Gotham SSm B"; color: #00a3ad; padding: 50px 0 50px 0; font-weight: 500; margin-left: -160px; width: 960px; font-size: 1.6em; text-align: left; letter-spacing: 0; }

h3.large{ font-size: 1.5em; line-height: 1.4; }
h3.extralarge{ font-size: 1.9em; font-weight: 700; line-height: 1.4; }

h5.image-caption{ background-color: #00a3ad; margin:0; color: #ffffff !important; font-weight:500; width:100%; }
h5.image-caption span{ display: block; padding: 20px 28px; }
h5.image-caption a{ color: #ffffff !important; border-color: #ffffff !important; }
h5.dark{ color: #001637 !important; }

p { font-family: "Chronicle SSm A", "Chronicle SSm B"; font-style: normal; font-weight: 300; font-size: 1.25em; line-height: 1.7; letter-spacing:0px;  }
p b, p strong{ font-weight: 500; }

.content-body { padding-bottom: 5px; }
.content-body ul li, .body ul li, .content-body ol li, .body ol li  { font-family: "Chronicle SSm A", "Chronicle SSm B"; font-style: normal; font-weight: 300; font-size: 1.15em; line-height: 1.7; letter-spacing:0px; }
.content-body ul, .body ul, .content-body ol, .body ol { padding-top: 25px; padding-bottom: 20px; }
.content-body ul li p, .body ul li p, .content-body ol li p, .body ol li p  { font-size: 1em; }

blockquote { padding: 170px 0 170px 0; margin-left: -160px; width: 960px; margin-top: 40px; margin-bottom: 40px; position: relative; }
blockquote p{ font-family: "Gotham SSm A", "Gotham SSm B"; color: #ffffff; font-weight: 500; font-size: 1.2em; text-align: left; letter-spacing: -0.5px; padding:0 !important; margin:0 !important; }
blockquote label{ display: block; margin-top:20px; font-size: 0.75em; }
blockquote:before{ content: ' ';background-color: #00a3ad; position: absolute; left:-100%; top:6%; width:300%; height: 80%; z-index:-1; transition: all 1.5s ease-out; opacity: 0; transition-delay: 0; -ms-transform: rotate(-5deg); transform: rotate(0); -webkit-transform: rotate(-5deg); -moz-transform: rotate(-5deg); opacity:1; }

b{ font-weight: 500; }

#listing-feature{ display: table; table-layout: fixed; margin: 80px 0 60px 0; margin-left: -160px; width: 1280px; background-color: #e5f6f7; min-height: 100px; }
#listing-feature .piece{ display: table-cell; width: calc(25% - 60px); background-color: #e0e5ed; border-left: 5px solid #ffffff; border-right: 5px solid #ffffff; padding: 30px 30px 40px 30px; transition: all 0.15s ease-out; cursor: pointer; }
.non-mobile #listing-feature .piece:hover { background-color: #00a3ad; color: #ffffff; }
#listing-feature .piece h3 { margin-top: 10px; }
#listing-feature .piece h5 { opacity: 0.66; }

.video-position{ width: 960px; margin-left:-160px; }
.video-responsive{ overflow:hidden; padding-bottom:56.25%; position:relative; height:0; margin: 80px 0 95px 0; }
.video-responsive iframe{ left:0; top:0; height:100%; width:100%; position:absolute; }

.htmlContent{ padding-top: 20px; }

figure { padding: 30px 0 10px 0; margin-left: -160px; width: 960px; margin-top: 40px; margin-bottom: 40px; text-align:center; }
figure img{ padding: 0 !important; }
figure figcaption p{ font-style: italic; font-size: 0.85em; text-align:center; }

p#act{ padding-bottom: 50px; }
p#act span { display: block; margin-bottom: 10px; font-weight: 500; }
p#act a{ color: #00a3ad; border-bottom: 1px solid #00a3ad; }

a{ text-decoration: none; cursor: pointer; }
a { color: #00a3ad; }
p a{ color: #00a3ad; font-style: normal; border-bottom: 1px solid #00a3ad; padding-bottom: 1px; }

.plain:after{ content: '' !important; display: none !important; }
.plain{ color: #888888 !important; font-weight: 500 !important; }

.dropcap:first-letter{ font-family: "Chronicle SSm A", "Chronicle SSm B"; font-style: normal; font-weight: 700; float: left; font-size: 3.35em; line-height: 1; padding-top: 0; padding-right: 8px; padding-left: 3px; }
.large{ font-size: 1.25em; }
.medium{ font-size: 0.85em; }
.small{ font-size: 0.75em; }
.uppercase{ text-transform: uppercase; }


/* ********************************************** Header & Menu ********************************************** */

#topbar{ background:#001d4d; background: rgba(0,29,77,0.9); top:0;left:0;position:fixed;width:100%;border-bottom: 0 solid #163e82;z-index:103; text-align:center; }
#topbar.home{ position:absolute; }
#topbar.home.open{ position:fixed; height:80px; }
#topbar #position{ position:relative;width:100%; max-width:1578px; margin: 0 auto; }
#home #topbar #position{ max-width:1564px; }

#home #hellobar{ position:absolute;top:30px;left:calc(51% - 275px);width: 550px;color:#00a3ad;z-index:200;text-align:center; font-family: 'Gotham SSm A', 'Gotham SSm B'; font-style: normal; font-weight: 500; font-size: .9em; line-height: 1.5; letter-spacing: -0.5px; }

#topbar .fal { color: #ffffff; }

#topbar #progress{ position:absolute;width:0%;background-color:#142a4e;height:100%;z-index:0; }
#topbar #menu-position{ position:absolute;right:0;padding:24px 110px 25px 25px; }
#topbar #search-position{ right:120px;position:absolute;padding:33px 25px 25px 25px; }
#topbar #search-position .far{ font-size: 1em; }
#topbar #search-position a { color: #ffffff; }
#topbar #logo-position { position:absolute;left: calc(50% - 83px);padding:40px; }
#topbar #logo { width: 86px;height: 18px; background-size: 86px 18px; margin-top:3px; }
#topbar #tagline-position { text-align:center; position:relative; padding:33px 0 26px 0; display: inline-block; }
#topbar #tagline { color: #ffffff; }
#topbar #tagline a{ float: left; display: block; padding: 0 10px; color: #ffffff; opacity: 0.66; font-weight: 300; font-size: 0.9em; letter-spacing: 0.25px; }
/* #topbar #tagline label { font-weight: 300; font-size: 0.7em; padding-top: 4px; } */
#topbar #tagline a.active{ color: #ffffff; opacity: 1; }
#topbar #tagline .spacer{ display: none; }

#topbar #tagline .nuxt-link-active{ opacity: 1; font-weight: 500; }
#topbar #tagline .nuxt-link-exact-active { opacity: 1; }
#topbar #tagline > span:first-child > label.spacer { display: none; }

#home #topbar{ background-color: transparent; border:0; height:80px; position: absolute;  }

#home #topbar #menu-position{ right: 22px; padding-top: 44px; }
#home #topbar #search-position{ right: 87px; padding-top: 53px; }
#home #topbar #tagline-position{ display: none; }
#home #topbar #tagline{ display: none; }

#menu-icon { width: 0; cursor: pointer; height: 12px; position: relative; display: block; padding: 10px; z-index: 100; text-decoration: none; transition: all 0.25s ease-out; }
#menu-icon::before { -o-transition: all 0.25s ease-out; transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; }
#menu-icon .line { background: #ffffff; width: 20px; height: 2px; position: absolute; left: 0; border-radius: 0; -o-transition: all 0.25s; transition: all 0.25s; -webkit-transition: all 0.25s; -moz-transition: all 0.25s; }
#menu-icon .line.line-1 { top: 30%; }
#menu-icon .line.line-2 { top: 50%; }
#menu-icon .line.line-3 { top: 70%; }

.non-mobile #menu-icon:hover::before { color: #00a3ad; }
.non-mobile #menu-icon:hover .line-1 { background: #00a3ad; -ms-transform: translateY(-1px); transform: translateY(-1px); -webkit-transform: translateY(-1px); -moz-transform: translateY(-1px); }
.non-mobile #menu-icon:hover .line-2 { background: #00a3ad; }
.non-mobile #menu-icon:hover .line-3 { background: #00a3ad; -ms-transform: translateY(1px); transform: translateY(1px); -webkit-transform: translateY(1px); -moz-transform: translateY(1px); }
.non-mobile #menu-icon:hover::after { color: #00a3ad; }

#menu-icon.active .line-1 { -ms-transform: translateY(6.2px) translateX(0) rotate(45deg) !important; transform: translateY(6.2px) translateX(0) rotate(45deg) !important; -webkit-transform: translateY(6.2px) translateX(0) rotate(45deg) !important; -moz-transform: translateY(6.2px) translateX(0) rotate(45deg) !important; }
#menu-icon.active .line-2 { opacity: 0; }
#menu-icon.active .line-3 { -ms-transform: translateY(-6.2px) translateX(0) rotate(-45deg) !important; transform: translateY(-6.2px) translateX(0) rotate(-45deg) !important; -webkit-transform: translateY(-6.2px) translateX(0) rotate(-45deg) !important; -moz-transform: translateY(-6.2px) translateX(0) rotate(-45deg) !important; }

#menu-icon::after { content: 'MENU'; font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 700; font-size: 1em; color: #ffffff; right: -60px; padding-left: 10px; position: absolute; top: 8px; -o-transition: all 0.25s ease-out; transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out;  }


#menu { width: 100%; height: calc(100% - 75px); position: fixed; top: 80px; left:0; z-index: 101; display: block; opacity: 0; transition: opacity 0s, z-index 0s; z-index: -1; background: linear-gradient(to right, #d9e1e2 0%, #d9e1e2 50%, #02245c 50%, #02245c 100%); overflow: none; transition: opacity 0.3s, z-index 0.3s; }
#menu.active { opacity: 1; z-index: 101; }
#menu .position{ padding: 60px 65px 0 60px; }
#menu .table{ min-height: calc(100%); width: 100%; max-width: 1600px; margin:0 auto; border: 0px solid #fff; }
#menu * { vertical-align: top; }

#home #menu{ top: 113px; }
#home #menu #branding{ left: 33px; }

#menu h3{ color: #002C77; }
#menu a h3 { color: #002C77; }
#menu h5 { color: #ffffff; padding-bottom: 6px; }
#menu #branding h5 { color: #002C77; }

#menu #branding{ width: 35%; border-right: 1px solid #0b3987;  }
#menu #nav{ width: 65%; background-color: #02245c; }

#menu #branding #tagline { margin-bottom: 20px; padding: 4px 0 20px 0; border-bottom: 0px solid #0b3987; }
#menu #branding #tagline a{ color: #00a3ad; border-bottom: 1px solid #00a3ad; }
#menu #branding #tagline p{ font-family: inherit; font-style: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; letter-spacing: inherit; }
#menu #branding #must { margin-bottom: 10px; }
#menu #branding .media { position: relative; }
#menu #branding .media .caption{ display: block; background-color: #ffffff; }
#menu #branding .media .tag{ display: inline; background-color: #00a3ad; position:absolute; top:0; left:0; padding: 10px 16px; font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 500; font-size: .75em; letter-spacing: .5px; color: #ffffff; text-transform: uppercase; }
#menu #branding .media h3 { padding: 20px; }
#menu #branding img{ margin-bottom: 0; width: 100%; }
#menu #branding .caption{ width: 100%; }

#menu #nav .row { display: flex; justify-content: flex-start; margin-bottom: 5px; padding: 0; }
#menu #nav .row:last-of-type { margin-bottom: 0; }
#menu #nav .column { display: inline-block; float: left; padding: 0 0 1.5em 0; text-align: left; }
#menu #nav .section { display: flex; flex-direction: column; width: 33%; }
#menu #nav .row .column span { width: 100%; display: block;  }
#menu #nav .row:first-of-type .section:nth-of-type(2) .column:first-of-type { padding-bottom: 15px; }

#menu #nav h3{ width: 160px; }
#menu #nav ul { margin: 0; padding: 5px 0 0 0; line-height: 1.2; }
#menu #nav ul:nth-of-type(2) { padding-top: 25px; }
#menu #nav ul li { margin: 0; padding: 0; list-style: none; width: 220px; text-align: left; }
#menu #nav ul li.copy { color: #ffffff; font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 300; font-size: .9em; padding: 5px 0; display:block; opacity: .5; line-height: 1.5em; }
#menu #nav ul li a{ color: #00a3ad; font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 300; font-size: .9em; padding: 5px 0; display:block; opacity: 0.9; transition: all 0.1s ease-out; }

#menu .mobile-show{ display: none; }
.non-mobile #menu #nav ul li a:hover{ color: #ffffff; }



/* ********************************************** Utility ********************************************** */

.table{ display:table; table-layout: fixed; position:relative; width:100%; }
.table .cell{ display:table-cell; position:relative; }
.table .cell.nowrap{ white-space: nowrap; }
.right { float: right; }
.relative { position: relative; }
.faded{ opacity: 0.35; }
.hidden { opacity: 0; transition: all .5s; }
.unhidden { opacity: 1 !important; }



/* ********************************************** Scrim ********************************************** */


#scrim { background-color: white; height: 100%; opacity: 0; position: fixed; transition: z-index 0.15s step-end, opacity 0.15s linear; width: 100%; z-index: 0; pointer-events: none; }
#scrim.active { opacity: 1; transition: z-index 0.15s step-start, opacity 0.15s linear; z-index: 1001; }
#scrim.active svg { animation: fade-in 2s; animation-fill-mode: forwards; }
@keyframes fade-in { 0% { opacity: 0; } 50% { opacity: 0; } 100% { opacity: 1; } }

#scrim .box { position: relative; left: 0; top: 48%; height: 20px; margin-left: -18px; -ms-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.fader{ opacity: 0; transition: opacity 0s step-end; }
.active .fader{ animation: fader 2s; animation-fill-mode: forwards; }

.ball:nth-child(1) { -webkit-animation: none; -moz-animation: none; animation: none; }
.ball:nth-child(2) { -webkit-animation: none; -moz-animation: none; animation: none; }
.ball:nth-child(3) { -webkit-animation: none; -moz-animation: none; animation: none; }

.ball { width: 75px; height: 8px; margin: 10px auto; border-radius: 5px; }
.active .ball:nth-child(1) { background: #00a3ad; -webkit-animation: liner 1s infinite ease-in-out 0.1s; -moz-animation: liner 1s infinite ease-in-out 0.1s; animation: liner 1s infinite ease-in-out 0.1s; opacity: 0.4; }
.active .ball:nth-child(2) { background: #00a3ad; -webkit-animation: liner 1s infinite ease-in-out 0.2s; -moz-animation: liner 1s infinite ease-in-out 0.2s; animation: liner 1s infinite ease-in-out 0.2s; opacity: 0.7; }
.active .ball:nth-child(3) { background: #00a3ad; -webkit-animation: liner 1s infinite ease-in-out 0.3s; -moz-animation: liner 1s infinite ease-in-out 0.3s; animation: liner 1s infinite ease-in-out 0.3s; opacity: 1;}

@keyframes fader {
  0% { opacity: 0; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes liner {
  0%   { -webkit-transform: translate(-25px); }
  50%  { -webkit-transform: translate(25px); }
  100% { -webkit-transform: translate(-25px); }
}

@-moz-keyframes liner {
  0%   { -moz-transform: translate(-25px); }
  50%  { -moz-transform: translate(25px); }
  100% { -moz-transform: translate(-25px); }
}

@keyframes liner {
  0%   { transform: translate(-25px); }
  50%  { transform: translate(25px); }
  100% { transform: translate(-25px); }
}


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

.button-spacing{ margin: 40px 0 50px 0; text-align: center;  }

button{ font-family: "Gotham SSm A", "Gotham SSm B"; font-size: .9em; font-weight: 500; text-transform:none; letter-spacing: -0.5px; position: relative; line-height: 1.6; margin-top: 2px;
  padding: 20px 60px 17px 36px; background-color: transparent; border: 3px solid #00a3ad; color: #00a3ad; background-color: #ffffff; cursor: pointer; transition: all 0.25s ease-out; vertical-align: middle; }
.non-mobile button:hover{ background-color: #00a3ad !important; color: #ffffff; }
.non-mobile button:hover:after{ color: #ffffff; }
button:after{ font-family: "Font Awesome 5 Pro"; font-weight: 900; content: "\f061"; display: inline-block; position: absolute; right: 34px; top:20px; color: #00a3ad; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; transition: all 0.25s ease-out; }

button.tab{ padding-right: 36px; margin-right: 10px; background-color: #5774a5; border: 0; color: #ffffff; }
button.tab.active{ padding-right: 60px; color: #001637; background-color: #ffffff; cursor: default; }
button.tab:after{ content: ""; }
button.tab.active:after{ font-family: "Font Awesome 5 Pro"; font-weight: 900; content: "\f063"; color: #001637; display: inline-block; position: absolute; right: 34px; top:20px; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; transition: all 0.25s ease-out; }
.non-mobile button.tab.active:hover{ background-color: #ffffff !important; }

button.no-border{ border: 0 !important; }
.non-mobile button.outline:hover{ border: 3px solid #ffffff; }

button.down-arrow:after{ font-family: "Font Awesome 5 Pro"; font-weight: 900; content: "\f063"; color: #001637; display: inline-block; position: absolute; right: 34px; top:20px; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; transition: all 0.25s ease-out; }
button.listen:after{ font-family: "Font Awesome 5 Pro"; font-weight: 900; content: "\f09e"; color: #001637; display: inline-block; position: absolute; right: 34px; top:20px; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; transition: all 0.25s ease-out; }

button.google, button.itunes, button.stitcher{ padding: 20px 36px 17px 60px; }

button.google:after{ font-family: "Font Awesome 5 Brands"; font-weight: 900; content: "\f1a0"; color: #001637; display: inline-block; position: absolute; left: -60px; top:20px; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; transition: all 0.25s ease-out; }
button.itunes:after{ font-family: "Font Awesome 5 Brands"; font-weight: 900; content: "\f179"; color: #001637; display: inline-block; position: absolute; left: -60px; top:20px; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; transition: all 0.25s ease-out; }
button.stitcher:after{ font-family: "Font Awesome 5 Pro"; font-weight: 900; content: "\f2ce"; color: #001637; display: inline-block; position: absolute; left: -60px; top:20px; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; transition: all 0.25s ease-out; }

button.deep{ border: 3px solid #002c77; color: #002c77; }
.non-mobile button.deep:hover{ background-color: #9bcbeb !important;  border: 3px solid #002c77; color: #002c77; }
.non-mobile button.deep:hover:after{ color: #002c77; }
button.deep:after{ color: #002c77; }

button.dark{ border: 3px solid #002c77; background-color: #002c77; color: #ffffff; }
.non-mobile button.dark:hover{ background-color: #002c77 !important;  color: #ffffff; }
.non-mobile button.dark:hover:after{ color: #ffffff; }
button.dark:after{ color: #ffffff; }

button.solid{ border: 3px solid #00a3ad; color: #ffffff; background-color: #00a3ad; cursor: pointer; transition: all 0.25s ease-out; vertical-align: middle; }
.non-mobile button.solid:hover{ background-color: #006f76 !important; border-color: #006f76; }
button.solid:after{ color: #ffffff; }
.non-mobile button.solid:hover:after{ color: #ffffff; }

button.mini{ padding: 6px 40px 5px 16px; }
button.mini:after{ top: 7px; right: 16px; }
button.mini:hover{ background-color: #00a3ad !important; color: #ffffff; }
button.mini:hover:after{ color: #ffffff; }

button h3, button h5, button label{ pointer-events: none; cursor: pointer; }

button.no-arrow{ padding-right: 16px !important; }
button.no-arrow:after{ content: "" !important; }

.small-checks { position: relative; margin-bottom: 4px; text-align: left; display: inline-block;  }
.small-checks label { cursor: pointer; color: #001637; font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 400; font-size: .85em; padding: 3px 0; }
.small-checks label:before, .small-checks label:after { content: ""; position: absolute; left: 0; top: 0; }
.small-checks label:before { width: 20px; height: 20px; background: transparent; border: 2px solid #00a3ad; border-radius: 2px; cursor: pointer; transition: background .3s; }
.small-checks input[type="checkbox"] { outline: 0; margin-right: 5px; visibility: hidden; }
.small-checks input[type="checkbox"]:checked + label:before { background: #00a3ad; border: none; }
.small-checks input[type="checkbox"]:checked + label:after { transform: rotate(-45deg); top: 5px; left: 4px; width: 12px; height: 6px; border: 2px solid #fff; border-top-style: none; border-right-style: none; }
.small-checks input[type="checkbox"]:disabled + label:before { border-color: rgba(0, 0, 0, 0.26); }
.small-checks input[type="checkbox"]:disabled:checked + label:before { background: rgba(0, 0, 0, 0.26); }
.small-checks *, .small-checks *:before, .small-checks *:after { box-sizing: border-box; }

form input[type=text], form input[type=email], form input[type=password] { font-family: 'Gotham SSm A', 'Gotham SSm B'; font-size: 1.2em; font-weight: 500; text-transform:none; letter-spacing: -0.5px; padding: 16px 20px 15px 17px; border: 0; border: 3px solid #8a93a1; color: #002c77; margin: 2px 10px 0 0; vertical-align: middle; max-width: 400px; width: calc(100% - 37px); }
#mc-embedded-subscribe-form label{ display: block; margin-bottom: 5px; }

form input[type=submit]{ font-family: "Gotham SSm A", "Gotham SSm B"; font-size: .9em; font-weight: 500; text-transform:none; letter-spacing: -0.5px; position: relative; line-height: 1.6; margin-top: 12px;
  padding: 6px 16px 5px 16px; background-color: transparent; border: 3px solid #00a3ad; color: #00a3ad; background-color: #ffffff; cursor: pointer; transition: all 0.25s ease-out; vertical-align: middle; }

/* ********************************************** Donations ********************************************** */

.donate .cell { vertical-align: top; }
.donate .how{ background-color: #fafafa; border:1px solid #d9e1e2; border-top: 0; }
.donate .where{ background-color: #00a3ad; color: #ffffff !important; }
.donate .where .fal, .donate .where .fas{ padding: 50px 0; }
.donate .padding{ padding: 45px 80px 60px 80px; }
.donate .how h3{ color: #002c77; }
.donate p{ margin:0; }
.donate .occurrences{ max-width: 350px; padding-bottom: 15px; }

.donate .choice .cell{ transition: all linear 0.15s; background-color: #eeeeee; cursor: pointer; }
.donate .choice .cell.active{ background-color: #fafafa; }
.donate .choice .cell h3, .choice .cell p{ opacity: 0.8; }
.donate .choice .cell.active h3, .choice .cell.active p{ opacity: 1; }
.donate .choice .cell .padding{ padding: 30px 30px 30px 30px; }
.donate .choice .cell p{ font-size: 0.9em; }
.donate #title-give{ display: inline-block; font-size: 1.7em; padding-bottom: 0; }

.donate .money { text-align: left; }
.donate .money button{ padding: 20px 22px 18px 22px; margin: 15px 2px; background-color: transparent; }
.donate .money button:first-of-type{ margin: 0 2px 0 0; }
.donate .money button:after { content: '' }
.donate .money button.deep.active{ background-color: #002c77 !important; color: #ffffff; }

.donate .custom{ position:relative;}
.donate .custom .symbol{ position:absolute; z-index:2;top:42px;left:16px; font-family: 'Gotham SSm A', 'Gotham SSm B'; font-size: 1.25em;opacity: 0.5; }
.donate .custom #donate-amount{ margin-top: 20px; width: 100%; max-width: 80px; font-family: 'Gotham SSm A', 'Gotham SSm B'; font-size: 1.5em; font-weight: 500; text-transform:none; letter-spacing: -0.5px; padding: 17px 20px 15px 35px; border: 0; border: 3px solid #002c77; background-color: #f5f7f8; color: #002c77; }

.donate .finish{ margin-top: 35px; }

a.arrowed{ color: #ffffff !important; padding-left: 24px; position: relative; text-decoration: none; padding-bottom: 2px; border-bottom: 2px solid #ffffff !important; display: inline-block; }
a.arrowed:before{ font-family: "Font Awesome 5 Pro"; font-weight: 500; content: "\f061"; display: inline-block; position: absolute; left: 0; top:0; color: #ffffff; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; transform: rotate(45deg); text-decoration: none; }


/* ********************************************** Home Page ********************************************** */

#features-top{ background: #002c77; background: linear-gradient(135deg, #002c77 0%,#001d4d 100%); width:100%; position: relative;overflow: hidden; padding-top: 110px; padding-bottom: 72px; }
.bg-pattern{ position:absolute; top: -5px; left: -5px; transition: all 2s ease-out; width: 100%; overflow: hidden;}
.bg-pattern object{ opacity: 0.25; }
.bg-pattern.inside object{ opacity: 0.12; }
#bg-pattern{ width: 1800px; height: 800px; }

.feature { display: table; width: 100%; margin:0 auto; left: 0; right: 0; max-width:1600px; margin: 0 auto; padding-bottom: 50px; position: relative; }
.feature .column { display: table-cell; table-layout: fixed; vertical-align: top; transition: all 0.15s ease-out; }
.feature .column video { width:100%; }
.feature .column img { width:100%; }

.feature .column:nth-of-type(1) { width: 35%; padding: 40px 70px 40px 90px; }
.feature .column:nth-of-type(2) { width: 65%; padding: 40px 90px 40px 0; }
.feature .column h1 { padding:0; margin-bottom: 20px; font-size: 2.8em;color: #ffffff; }
.feature .column h3 { padding:0; margin-bottom: 30px; color: #9bcbeb; }

#panel-features{ width: 100%;position:relative; margin-top: 30px; padding-top: 80px; padding-bottom: 40px; background-color: transparent;z-index:1; overflow: hidden; transition: all 1s ease-out; }
#panel-features #topics{ padding: 80px 0 0 20px; text-align: center; }
#panel-features #topics h3 { display:inline-block; margin: 0 10px; border: 2px solid transparent; padding: 12px 20px; color: #ffffff; opacity: 0.5; transition: all 0.15s ease-out; cursor: pointer; }
.non-mobile #panel-features #topics h3:hover{ opacity: 1; }
#panel-features #topics h3.active{ border: 2px solid rgba(255,255,255,0.45); opacity: 1; }

#panel-features #features { position: relative; width: 100%; transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }
#panel-features #features .screen { position:absolute; width: 100%; }
#panel-features #features .screen:nth-of-type(1) { left: 0; }
#panel-features #features .screen:nth-of-type(2) { left: 100%; }
#panel-features #features .screen:nth-of-type(3) { left: 200%; }
#panel-features #features .screen:nth-of-type(4) { left: 300%; }

#panel-features #features .screen .feature .column h3:nth-of-type(1) { color: #ffffff; opacity: 0.8; }

#panel-features #features .screen .feature { position: absolute; top: 0; }
#panel-features #features .screen .feature:nth-of-type(1) { left: 0; }
#panel-features #features .screen .feature:nth-of-type(2) { left: 100%; }
#panel-features #features .screen .feature:nth-of-type(3) { left: 200%; }
#panel-features #features .screen .feature:nth-of-type(4) { left: 300%; }

.highlights-square { width: 66.666%; display: table; table-layout: fixed; margin: 0 auto; position:relative; margin-top: -220px;z-index:5; box-shadow: 0 5px 25px rgb(201,211,226,0.4); }
.highlights-square .highlight { display: table-cell; width: 33%.3333; }
.highlights-square .highlight .row{ border:1px solid #b9c0c1; background-color: #ffffff; transition: all 0.15s ease-out; margin-top:-1px; z-index: 1; }

.highlights-square .highlight .row{ border:1px solid #c9d3e2; background-color: #ffffff; transition: all 0.15s ease-out; margin-top:-1px; z-index: 1; }
.highlights-square .highlight:nth-of-type(1) .row:nth-of-type(1) { border-right: 0; }
.highlights-square .highlight:nth-of-type(3) .row:nth-of-type(1) { border-left: 0; }
.highlights-square .highlight .row .image { width: calc(100%); height: 150px; background-size: cover; margin-bottom:25px; background-position: 0 50%; }
.highlights-square .highlight .row .cell:nth-of-type(1) { padding: 25px 25px 0 25px; }
.highlights-square .highlight .row .cell:nth-of-type(2) { padding: 10px 25px 25px 25px; }
.highlights-square .highlight .row .cell:nth-of-type(3) h5 { text-align: center; padding: 5px 0 5px 0; display: none; }
.non-mobile .highlights-square .highlight .row:hover { background-color: #f8f8ff; color: #00a3ad; }

.highlights-square .highlight h3{ font-size: 1.8em; font-weight: 700; }
.highlights-square .cell h5 { text-transform: capitalize; color: #002c77; display: inline-block; }
.highlights-square .cell h5:after{ font-family: "Font Awesome 5 Pro"; font-weight: 900; content: "\f061"; position: absolute; right: -22px; top: 0px; display: block; color: #002c77; font-size: 1em; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; }

.slice-bottom{ position:absolute; width: 102%;height:100px;bottom:0;left:0;background: linear-gradient(to right bottom, transparent 49.5%, #ffffff 50%); z-index: 1; }
#home .slice-bottom{ z-index: 0; }
.slice-top{ position:absolute; width: 102%;height:100px;top:0;left:0;background: linear-gradient(to right bottom, #ffffff 49.5%, transparent 50%); }
.fake-gradient{ position:absolute; width: 100%;height:100%;top:0;left:0;background: linear-gradient(to right bottom, rgba(255,255,255,0.45) calc(0%), transparent 75%); }

.button-overlay{ z-index:20;text-align:center;position:relative;margin-top:-30px; }
.button-overlay button{ margin: 0 20px; box-shadow: 0 0px 0px rgb(201,211,226,0.4); }

#panel-map{ width: 100%; margin: 150px 0; background-image: url('/img/bg-world.png');background-size:contain;background-repeat: no-repeat;background-position: center center; }
#panel-map .padded{ padding:200px 0; }
#panel-map .padded .position{ background-color: #002d72; width: calc(100% / 3 * 2);margin: 0 auto;position:relative; z-index:2; }
#panel-map .padded .position .padded { padding: 50px 50px 60px 50px; }
#panel-map h3 { color: #ffffff;line-height: 1.5;font-size: 1.3em; }


/* ********************************************** Podcast Player ********************************************** */

#podcast-player{ width:100%; background-color: #00a3ad; position:fixed; bottom:0; z-index: 9999; }
#podcast-player .fas, #podcast-player .far, #podcast-player .fal{ color: #ffffff; position:relative; }
#podcast-player #player-position{ max-width:960px; width: 100%; margin:22px auto 18px auto;  }
#podcast-player #close-position{ position:absolute; right: 0; z-index:10; }
#podcast-player #close { cursor:pointer; font-size: 1.5em; padding: 30px 24px 32px 32px; }

#podcast-player #control{ font-size:1.25em; white-space: nowrap; width: 75px; }
#podcast-player #control i{ margin-top:3px; padding:0 15px; cursor: pointer; }
#podcast-player #info{ font-family: 'Gotham SSm A', 'Gotham SSm B';font-size: 1em; color: #ffffff; font-weight: 700; vertical-align: top; padding-right:10px;  }
#podcast-player #info a{ color:#ffffff; padding-bottom: 2px; border-bottom: 1px solid #ffffff; }
#podcast-player #info label{ font-weight: 500; }
#podcast-player #info #time{ margin-top:8px; display: none; }
#podcast-player #info #subscribe{ margin-top: 4px; display: inline-block; font-weight: 500;  }
#podcast-player #info #close{ margin:4px 0 0 6px; cursor: pointer; }
#podcast-player #info #title{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: calc(100% - 60px); }

#podcast-player #track{ width:100%;height:15px;background-color: #1eb9c2;position:relative; }
#podcast-player #track-progress{ position:absolute;width:0%;height:15px;top:0;left:0;background-color:#00848b; transition: width 55s ease-out; }
#podcast-player { display: block; }
#podcast-player .close { cursor: pointer; font-size: 1.5em; padding: 30px 24px 32px 32px; }

.fa-play{ font-size: 0.8em; }
.fa-fast-forward{ font-size: 1em; }

.lity-container { max-width: 50%; }
.lity-content { background-color: #fff; padding: 1em; }


/* ********************************************** Content Page ********************************************** */

.content-top{ position:relative; }
.content-top .background { width:100%;height:100%;opacity:1;background: linear-gradient(135deg, #002c77 0%,#001d4d 100%);position:absolute;z-index:0;transition: all .25s ease-out; overflow: hidden; transition-delay: 0.25s; }
.content-top.light .background {  }

.content-top .titling{ max-width: 960px; width: 100%; margin: 0 auto; padding: 170px 0 200px 0; opacity:1; transition: all 0.35s ease-out; transition-delay: 0.5s; position: relative; display: table;}
.additional-content .content-top .titling{ padding-top:100px; }

.content-top .titling h5 { color: #ffffff; padding-bottom: 15px; text-align:left; line-height:1.7; }
.content-top .titling h5.tight { padding-bottom: 12px; }
.content-top .titling h1{ color: #ffffff; padding-bottom: 15px; margin: 0 0 0 -3px; text-align:left; pointer-events: none; }
.content-top .titling h2{ color:#ffffff; margin: 0; text-align:left; pointer-events: none; }
.content-top .titling h2 a{ border-bottom: 0; pointer-events: all; }
.content-top .titling h3{ color:#ffffff; margin: 0; text-align:left; }
.content-top .titling img{ padding: 15px 0; }
.content-top .titling .spacer { opacity: 0.65; }
.content-top .titling .fab { color: #ffffff; position: relative; padding: 0 5px; margin-top: 17px; font-size: 1.2em; }
.content-top .titling .signature{ position: relative; margin-top: 10px; width: 110px; }

/* TOPIC */

body .content-top .titling.topic{ max-width: 1280px; width: 100%; margin: 0 auto; padding: 160px 0 150px 0; opacity:1; transition: all 0.35s ease-out; transition-delay: 0.5s; position: relative; display: table;}
body .content-top .titling.topic h1{ padding-bottom: 5px; }
body .content-top .titling.topic h3{ font-size: 30px; font-weight: 300; }
body .content-top .titling.topic .line { background-color: #ffffff;height: 5px;width: 40px;margin: 10px 0 15px 0; }
body .topic-more-title { background-color: #00a3ad; padding: 40px; color: #ffffff; margin-top: 50px; }

@media only screen and (max-width: 1400px) {
  body .content-top .titling{ padding: 160px 55px 150px 60px;}
}

@media only screen and (max-width: 1023px) {
  .topic-more-title { margin: 0 19px; }
  body .content-top .titling{ padding: 100px 20px 140px 20px;}
  body .content-top.series .titling { padding-bottom: 70px !important; }
}


.content-top .titling.section #subnav { border-top: 1px solid #194084; padding: 15px 0 15px 0; margin-top: 15px;}
.content-top .titling.section #subnav a{  display: inline-block; margin-right: 15px; border:0; }
.content-top .titling.section #subnav a.active{  color: #ffffff; }
.content-top .titling.section #subnav a.nuxt-link-exact-active{  color: #ffffff; }
.content-top .titling.section h1{ padding: 0 0 15px 0; }
.content-top .titling.section h2{ padding: 0 0 10px 0; }

.content-top.short .titling{ padding: 160px 0 110px 0; }
.content-top.narrow .titling{ max-width: 640px; }

.content-top #action{ display :table-cell; position: relative; width: 40%; }
.content-top .left{ display: table-cell; }
.content-top .left button{ margin-top: 10px; }

.content-top a{ color:#9bcbeb; padding-bottom: 2px; border-bottom: 1px solid #9bcbeb; }
.content-body{ font-family: "Gotham SSm A", "Gotham SSm B"; }

.content-body .content-intro *{ font-style: italic; font-size: 1.0em; }
.content-body .content-intro { margin-bottom: 70px; }

.content-body.video{ margin-top: -180px; }
.content-body.video .body{ padding-top: 0px; }

.content-top.series .titling{ padding-bottom: 100px !important; }

.content-top.series { padding-bottom: 150px; }
.content-body.series { position:relative; margin-top: -200px; }
.content-body.series #backsplash{ position:absolute;top:0;left:0;background-color: #002c77;height: 240px; width: 100%; opacity: 1; transition: all .35s ease-out; }
.content-body.series #title{ color: #ffffff; }

.content-top.library .titling { padding-bottom: 140px; }
.content-body.library { position:relative; margin-top: -62px; }
.content-body.library .search #q { background-color: #ffffff; color: #001637; font-size: 1.3em; letter-spacing: -1px; border: 3px solid #00a3ad; padding: 20px 20px 15px 20px; width: calc(100% - 205px) }

.content-body.library .tab-topics{ display: block; }
.content-body.library .tab-favorites{ display: block; }
.content-body.library .tab-popular{ display: none; }

.content-body #position { margin: 0 auto 0 auto; width:100%; max-width:960px; padding-bottom: 110px;position:relative; }
.content-body #overlay{ position:relative;left:0;margin-top:-120px;width:100%; max-width:960px; height:400px; opacity:1; transition: all .25s ease-out; transition-delay: 0s;padding-bottom:0; background-position: center center; background-size: cover; }
.content-body #overlay.resize{ height: auto; }
.content-body .body { width:100%; max-width:640px;text-align:left; margin:0 auto 0 auto; padding-top: 50px; position:relative; }
.content-body .body table{ font-size: 0.8em; }
.content-body .body h3{ padding-top: 30px; }

.content-body .body .left-side{ position:absolute; left: -160px; top: 70px; width:100px; }
.content-body .body .creators .author-name{ font-size: 0.75em;line-height: 1.5em; margin: 2px 0; }
.content-body .body .creators .posted{ font-size: 0.75em;line-height: 1.5em; margin: 2px 0; opacity:0.66; }
.content-body .body .creators .split{ margin: 12px 0; width: 25px; height: 0; border-bottom: 3px solid #d1dee4; }
.content-body .body .creators span:last-of-type .author-image{ margin-right: 0; }
.content-body .body .creators .attribution{ margin-top: 15px;font-size:.75em;margin-bottom: 6px; text-transform: capitalize; }

.author-image{ border: 0px solid #000; padding: 0; object-fit: cover; width:60px !important; height:60px !important; border-radius: 50%; display: block; float: left; margin: 0 0 10px 0;  }
.author-image.large{ width:90px !important; height:90px !important; }
.author-image.medium{ width:60px !important; height:60px !important; }
.author-image.small{ width:60px !important; height:60px !important; }
.author-image{ padding:0 !important; }

.content-body.donate #overlay{ height:auto; margin-top:-120px; }
.content-body.donate .login{ float:right; color: #fff;text-decoration:underline;margin: 20px 20px 20px 0; }
.content-body.donate .table.choice .cell{ border: 1px solid #d9e1e2; border-bottom: 0; }
.content-body.donate .table.choice .cell:first-of-type{ border-right: 0; }
.content-body img { max-width: 100%; height: auto; padding-bottom: 25px; }

.content-body .speaker_summary{ padding: 65px 0 0 0; margin: 40px 0 65px 0; border-top: 1px solid #c9d3e2; }
.content-body .speaker_summary .table{ table-layout:auto; }
.content-body .speaker_summary .table .cell.image { width: 150px; }
.content-body .speaker_summary .table .cell img{ width: 100%; }
.content-body .speaker_summary .table .cell{ vertical-align: top; }
.content-body .speaker_summary .table .cell.caption{ padding-left: 30px; }

.content-body .speakers_summary{ padding: 65px 0 50px 0; margin: 50px 0 65px 0; border-top: 0px solid #c9d3e2; border-bottom: 0px solid #c9d3e2; }
.content-body .speakers_summary h3{ text-align: center; padding: 0 0 50px 0; margin: 0; }
.content-body .speakers_summary .speaker{ float: left; max-width: 160px; }
.content-body .speakers_summary .speaker h5{ padding: 10px 0 30px 0; margin: 0; }
.content-body .speakers_summary .speaker img{ padding: 0; }

.content-body .merchandise-single{ background-color: #f8f8f8; padding: 50px 60px; margin-left: -160px; width: 860px; margin-top: 60px; margin-bottom: 50px; }
.content-body .merchandise-single .merch{ width: 250px; }
.content-body .merchandise-single img{ width: 200px; padding-bottom: 0; }
.content-body .merchandise-single h3.title { text-align: left; margin-bottom: 50px; }
.content-body .merchandise-single h3.title:after { content: ""; display: block; margin: 0 0; width: 15%; padding-top: 40px; border-bottom: 1px solid #c9d3e2; }
.content-body .merchandise-single .cell{ vertical-align: top; }


.content-ender{ padding-bottom: 70px; }
#shareCount{ font-size: 2.2em; text-align: center; font-weight: 600; color:#00a3ad; }
.share{ margin-top: 75px; }
.share.table .cell{ vertical-align: middle; text-align: center; }
.share.table .cell h5{ text-align: center; margin-top: 5px; }
.share.table .cell:nth-of-type(1){ width: 30%; opacity:0; transition: all 0.2s linear; }
.share.table .cell:nth-of-type(2){ width: 70%; text-transform: capitalize; padding-bottom: 5px; opacity:0; transition: all 0.2s linear; }

footer #position { width: calc(100% - 60px); margin: 20px 23px 20px 23px; }

.divider{ content: url('/img/quote.png'); margin: 75px auto 75px auto; }

.more-answers{ display: inline-block; background-color: #efefef; padding: 22px 25px; width: 100%; margin-top: 20px; border-radius: 5px; }
.more-answers .answer { display: inline-block; }
.more-answers .answer a{ display: inline-block; border: 2px solid #00a3ad; padding: 8px 14px; margin-right: 10px; font-size: 14px; background-color: #ffffff; transition: all  0.15s ease; }
.more-answers .answer a:hover{ background-color: #00a3ad; color: #ffffff !important; }


/* ********************************************** Content Series/Lists Page ********************************************** */

.content-top.series.wide .left{ float: none; width: 100%; }
.content-top.series .left{ float: left; width: 50%; }
.content-top.series .cover{ float:right; margin-top: -10px; margin-left: 50px; margin-bottom: 0px; max-width: 300px; width: calc(37.5%); }
.content-top.series .cover.author{ border: 0px solid #000; padding: 0; object-fit: cover; width:300px; height:300px; border-radius: 50%;  }

.content-body #series.overwide { padding: 0 0 0 0; margin-left: -160px; width: 960px; text-align: left; }
.content-body #series { padding: 0 0 0 0; margin-top: 0; max-width: 960px; text-align: left; }
.content-body #series { padding: 40px 0 0 0; }

.content-body #series .piece{  position: relative; width: 100%; margin-top: -1px; border:1px solid #c9d3e2; transition: all 0.15s ease-out; background-color: #ffffff;  }
.content-body #series .piece a{ display: table; table-layout: fixed; width: 100%;  }
.content-body #series .piece .image{ display: table-cell; width: 50%; background-color: #ffffff; background-size: cover; border: 40px solid #ffffff; border-left: 20px solid #ffffff; height: 220px; background-position: center center; transition: all 0.15s ease-out; position: relative; }
.content-body #series .piece .caption { display: table-cell; width: 50%; background-color: #ffffff; border-left:0; transition: all 0.15s ease-out;}
.content-body #series .piece .caption .spacer { height: 40px; }
.content-body #series .piece .caption .spacer-small { height: 20px; }
.content-body #series .piece .caption h3 { padding: 0 0 4px 40px; color: #001637; font-weight: 700; font-size: 1.8em; width: calc(100% - 80px); }
.content-body #series .piece .caption h5 { padding: 40px 0 5px 40px; color: #00a3ad; opacity: 1; font-size: 0.9em; width: calc(100% - 80px); }
.content-body #series .piece .caption h5.dated { padding: 0 0 30px 40px; color: #001637; opacity: 0.66; font-size: 0.9em; width: calc(100% - 80px); }
.content-body #series .piece .caption p { padding: 0 0 25px 40px; color: #001637; opacity: 1; font-size: 1em; width: calc(100% - 80px); margin: 0; }
.content-body #series .piece .play{  }
.content-body #series .piece .play:after{ font-family: "Font Awesome 5 Pro"; font-weight: 900; content: "\f144"; position: absolute; left: calc(50% - 32px); top: calc(50% - 32px); display: inline-block; color: #ffffff; font-size: 4em; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; opacity: 1;  text-shadow: 0px 0px 5px rgb(0,0,0,0.5); }
.content-body #series .piece .listen:after{ font-family: "Font Awesome 5 Pro"; font-weight: 900; content: "\f025"; position: absolute; left: calc(50% - 32px); top: calc(50% - 32px); display: inline-block; color: #ffffff; font-size: 4em; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; opacity: 1; text-shadow: 0px 0px 5px rgb(0,0,0,0.5); }

.tagged{ background-color: #00a3ad; position:absolute; top:0; right:0; padding: 10px 16px; font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 600; font-size: .75em; letter-spacing: .5px; color: #ffffff; text-transform: uppercase; }

.non-mobile .content-body #series .piece:hover { background-color: #f8f8ff; border-left: 10px solid #00a3ad; }
.non-mobile .content-body #series .piece:hover .caption { background-color: #f8f8ff; }
.non-mobile .content-body #series .piece:hover .image { border-color: #f8f8ff !important; }

.content-body #series .piece { transition: all 0.25s; }
.content-body #series .piece{ min-height: 150px; }

.content-body #lists { padding: 0 0 0 0; margin-top: 0; max-width: 960px; text-align: left; }
.content-body #lists ul#topic-list{ font-family: "Gotham SSm A", "Gotham SSm B"; font-size: .85em; margin: 55px 0 55px 0; padding: 0; column-count: 4; column-gap: 40px; }
.content-body #lists ul#topic-list li{ list-style: none; }
.content-body #lists ul#topic-list li a{ padding: 8px 0; display: inline-block; transition: all 0.15s ease-out; font-weight: 300; }
.content-body #lists ul#topic-list li.popular a{ padding: 0; }
.non-mobile .content-body #lists ul#topic-list li a:hover{ color: #142a4e; }

.popular{ border: 1px solid #7fd1d6; display: inline-block; padding: 8px 10px; color: #00a3ad; }


/* ********************************************** Content Series Mini ********************************************** */

.content-body #series.mini .border{ border-top: 1px solid #c9d3e2; border-left: 1px solid #c9d3e2; }
.content-body #series.mini .piece{ width: calc(25% - 1px); float: left; border:0; border-right:1px solid #c9d3e2; border-bottom:1px solid #c9d3e2; margin: 0; padding:0; }

.content-body #series.mini .piece a{ display: block; width: 100%; }
.content-body #series.mini .piece .image{ display: block; border: 25px solid #ffffff; width: calc(100% - 50px); min-height: 100%; }
.content-body #series.mini .piece .caption { display: block; width: 100%; }
.non-mobile .content-body #series.mini .piece:hover { background-color: #f8f8ff; border-left: 0; }
.content-body #series.mini .piece .caption h5 { padding: 0 25px; }
.content-body #series.mini .piece .caption p { padding: 0 0 35px 30px; width: calc(100% - 60px); }

.content-body #series.mini.imaged .piece{ width: calc(33.3% - 1px); }
.content-body #series.mini.imaged .piece .image{ height: auto; }
.content-body #series.mini.imaged .piece .image img{ padding-bottom: 0; min-height: 230px; }
.content-body #series.mini.imaged .piece .image{ border: 30px solid #ffffff; }
.content-body #series.mini.imaged .piece .image{ width: calc(100% - 60px); min-height: 100%; }

.content-body #series.mini .filter-wrapper{ width: calc(100% - 2px); }

/* ********************************************** Filter ********************************************** */

.content-body #series #filter{ background-color: #142a4e; color:#ffffff;border:1px solid #104394; border-bottom: 0; width:100%; }
.content-body #series #filter .padding{ padding: 30px; }
.content-body #series #filter .padding h5 { pointer-events: none; }
.content-body #series #filter .filter-button{ float: right; border-left:1px solid #104394; padding: 30px 40px 30px 60px; position: relative; transition: all 0.15s ease-out; background-color: #0a677e; }
.content-body #series #filter .filter-button:after{ font-family: "Font Awesome 5 Pro"; font-weight: 500; content: "\f0ae"; position: absolute; left: -13px; top: 0; padding: 30px 30px 30px 50px; display: inline-block; color: #ffffff; font-size: 1em; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; }
.non-mobile .content-body #series #filter .filter-button:hover{ background-color: #00a3ad; cursor: pointer; }
.content-body #series #filter .filter-button.active{ background-color: #00a3ad; cursor: pointer; }
.content-body #series #filter div h5{ opacity: 1; transition: all .2s linear; }

.content-body #series #topics{ background-color: #f8f8f8;border:1px solid #c9d3e2; border-top:0; width:100%; display:none; }
.content-body #series #topics #initial{ padding: 40px 20px 5px 30px; column-count: 1; width:calc(100% - 50px); }
.content-body #series #topics #initial .small-checks:first-of-type label { font-weight: 700;: #00a3ad; }
.content-body #series #topics #position{ padding: 5px 20px 30px 30px; column-count: 4; column-gap: 20px; width:calc(100% - 50px); }
.content-body #series #topics .small-checks { display: block; margin-bottom: 9px; }



/* ********************************************** Author ********************************************** */

#merchandise{ text-align: center; border-top: 0px solid #c9d3e2; margin-bottom: 25px; ; border-bottom: 0px solid #c9d3e2; padding: 70px 0; margin: 20px 0;  }
#merchandise .items{ margin-left: -160px; width: 960px; display: table; }
#merchandise .items .item{ display: table-cell;width:33.33%; }
#merchandise .items .item .positioning{ padding: 0 25px;text-align:center; }
#merchandise .items .item img { max-width: 200px; }
#merchandise .items .item h5 { text-align: center; }
#merchandise .more{ margin-top: 60px; }


#series #speaker-events{ margin-left: 0 !important; width: 100% !important; }
#speaker-events{ width:960px; margin-left: -160px; text-align: left; margin-top: 60px; }

#speaker-events .table{ width: 100%; }
#speaker-events .table .cell:nth-of-type(1){ width: 58%; padding-right: 2%; }
#speaker-events .table .cell:nth-of-type(2){ width: 30%; }
#speaker-events .table .cell:nth-of-type(3){ width: 10%; }

#speaker-events .items{ margin-left: -0; width: auto; padding: 0; display: table; border-top: 1px solid #c9d3e2; width: 100%; }
#speaker-events .items .item:last-of-type .top{ padding-bottom: 35px; }
#speaker-events .items .item:last-of-type .full{ padding-bottom: 60px; }

#speaker-events .items .item{ padding: 0; border: 1px solid #c9d3e2; border-top: 0; transition: all .15s linear; }
#speaker-events .items .item .padding{ padding: 40px 30px;}
.non-mobile #speaker-events .items .item:hover{ background-color: #f2fafb; }

#speaker-events .items .item .top{ transition: all .15s linear; cursor: pointer; }
#speaker-events .items .item .top *{ }

#speaker-events .items .item .openToggle{ position: relative; }
#speaker-events .items .item .openToggle:after { font-weight: 300; font-family: "Font Awesome 5 Pro"; content: "\f0fe"; display: inline-block; position: absolute; right: 14px; top:18px; font-size: 1.4em; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; transition: all 0.25s ease-out; }
#speaker-events .items .item.open .openToggle:after { opacity:1; content: "\f146"; }

#speaker-events .items .item.open{ background-color: #ffffff; border: 1px solid #00a3ad; border-top: 0; transition: none; }
.non-mobile #speaker-events .items .item.open:hover{ background-color: #f8f8ff; }
#speaker-events .items .item.open .top{ background-color: #00a3ad; padding-bottom: 0; }
#speaker-events .items .item.open .top *{ color: #ffffff; }

#speaker-events .items .item .positioning{  }
#speaker-events .items .item img {  }
#speaker-events .items .item h5 { font-size: 0.75em; }
#speaker-events .items .item h3 { font-weight: 600; }

#speaker-events .items .item .full{ display:none; }
#speaker-events .items .item .full .padding{ padding-bottom: 10px;}
#speaker-events .items .item .full button{ margin-bottom: 30px;}
#speaker-events .items .item.open .full{ display:block; background-color: #e5f6f7; }

#speaker-events .items .item .full .value{ font-family: "Chronicle SSm A", "Chronicle SSm B"; font-style: normal; font-weight: 300; font-size: 1em; line-height: 1.7; letter-spacing:0px; padding-bottom: 25px; }
#speaker-events .more{ margin-top: -35px; text-align: center; }

#speaker-events .items .item .full .buttons{ display:inline; }
#speaker-events .items .item .full .buttons a{ display: inline-block; margin: 15px 20px 0 0; }

#merchandise h3.title, #speaker-events h3.title{ text-align: center; margin-bottom: 70px; }
#merchandise h3.title:after, #speaker-events h3.title:after { content: ""; display: block; margin: 0 auto; width: 15%; padding-top: 50px; border-bottom: 1px solid #c9d3e2; }


/* ********************************************** Email Panel ********************************************** */

#email { background: linear-gradient(135deg, #f5f7f8 0%,#d1dee4 100%); text-align:center; border-top: 1px solid #c9d3e2; display: block; position: relative; overflow: hidden; }
#email .bg-pattern { left: auto; right: 0; }
#email .bg-pattern object { opacity: .75; }
#email #position{ width:100%;max-width:960px;display:inline-block;margin: 65px 0 0 0;text-align:left; display: block; margin: 0 auto; }

#email h3{ color: inherit; font-size: 1.6em; padding-top: 0; opacity: 1; padding-bottom: 40px; }
#email .table, #email .table .cell{ vertical-align: bottom; border-spacing: 0; padding-top: 25px; }
#email .blue{ color: #00a3ad; }
#email img { display: block; }
#email input { background-color: transparent !important; color: #666; text-align: left; font-family: 'Gotham SSm A', 'Gotham SSm B'; font-size: 1.2em; font-weight: 500;background-color: transparent;border:0;border-bottom: 3px solid #00a3ad;padding: 12px 0;width:100%;outline:0; }

@-webkit-keyframes autofill { to { background: transparent; } }
input:-webkit-autofill { -webkit-animation-name: autofill; -webkit-animation-fill-mode: both; }

#email button{ display: block; margin: 40px 0; }
#email form{ padding-bottom: 50px; }


/* ********************************************** Footer ********************************************** */

footer #position { width:calc(100% - 106px);max-width:1480px;display:inline-block;margin:30px 53px 25px 53px;text-align:left; font-family: 'Gotham SSm A', 'Gotham SSm B'; font-size: 0.9em; font-weight: 300; }
footer a { display: inline-block;margin-right:20px; padding: 10px 0; color:#ffffff;text-decoration:none;border:0; transition: color .15s linear; color: rgba(255, 255, 255, 0.95); }
.non-mobile footer a:hover { color: rgba(255, 255, 255, 1); }
footer .links { padding: 5px 0; }
footer .right a { margin-right:0; }
/*footer.bumper{ margin-bottom: 98px; } */
footer{ background-color: #00a3ad; text-align:center; }
footer .fab { font-size: 1.8em;padding: 0; margin: 0 8px; }

#privacy-footer { background-color: #001d4d; color: #fff; position: fixed; bottom: 0px; margin: 0px; max-width: 100%; width: 100%; z-index: 1000; }
#privacy-footer .table { margin: 10px auto; padding: 0; max-width: 960px; display: table; }
#privacy-footer .table .cell:nth-of-type(1){ width: calc(100% - 120px); }
#privacy-footer .table .cell:nth-of-type(2){ width: 120px; }
#privacy-footer button { margin-left: 20px; display: inline-block; }
#privacy-footer p { font-size: 1em; }


/* ********************************************** Search ********************************************** */

#panel-search { position: fixed; width: 100%; height: 100%; background-color: #1d2f4b; top: 0; left: 0; opacity: 0; transition: opacity 0s, z-index 0s; z-index: -1; transition: opacity 0.3s, z-index 0.3s; }
#panel-search *{ transition: all 0.15s linear; }
#panel-search.active { opacity: 1; z-index: 101; }
.search #q { font-family: "Gotham SSm A", "Gotham SSm B"; font-size: 4em; font-weight: 500; color: #ffffff; letter-spacing: 1px; border: 0; background-color: transparent; outline: 0; margin: 35px 0 40px 0; border: 1px solid #c9d3e2; padding: 15px 20px 10px 20px; background-color: #273956; width: calc(100% - 40px); }
.search h3 { color: #ffffff; display: inline-block; }
#panel-search h5 { color: #ffffff; }
.search .recs{ padding-top: 5px;opacity: 0.75; }
.search .recs a{ display:inline-block; padding: 5px 10px; cursor: pointer; }
.search .recs a:first-of-type{ padding-left: 0; }
.search #position { width: calc(100% - 40px);max-width: 960px;margin: 0 auto;padding: 15% 20px 0 20px; }

.icon-close{ cursor: pointer; float: right; }
.icon-close .fal{ color: #ffffff; }

/* ********************************************** Radios for Donate ********************************************** */

.table-row-checkbox{ position:relative; display:block; }
.table-row-checkbox label{ display:block; }
.table-label { position: absolute; left:45px; top: 5px; font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 500; font-size: 1.1em; line-height: 1.4; letter-spacing: 0px; }
.table-radio { height:30px; width: 20px; margin: 0 0 10px 0; position: relative;display:inline-block; }
.table-radio label { cursor: pointer; position: absolute; width: 30px; height: 30px; top: 0; left: 0 ;border-radius: 18px; background: #fcfff4; background: #fff; border: 3px solid #434346;filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); }
.table-radio label:after { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; content: ''; position: absolute; width: 9px; height: 5px; background: transparent; top: 9px; left: 9px; border: 3px solid #333; border-top: none; border-right: none; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.non-mobile .table-radio label:hover::after { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter: alpha(opacity=30); opacity: 0.2; }
.table-radio input[type=radio]:checked + label:after { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; }

input[type=radio] { visibility: hidden; }


/* ********************************************** Play Animation ********************************************** */

@-webkit-keyframes spin { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes spin { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
.stroke-dotted { opacity: 0; stroke-dasharray: 4,5; stroke-width: 1px; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-animation: spin 4s infinite linear; animation: spin 4s infinite linear; transition: opacity 1s ease,  stroke-width 1s ease; }
.stroke-solid { stroke-dashoffset: 0; stroke-dashArray: 300; stroke-width: 4px; transition: stroke-dashoffset 1s ease,  opacity 1s ease; }
.icon { -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; transition: -webkit-transform 200ms ease-out; transition: transform 200ms ease-out; transition: transform 200ms ease-out, -webkit-transform 200ms ease-out; }

#play.loading{ opacity:0.33; cursor: default; }
#play.loading .stroke-dotted { stroke-width: 4px; opacity: 1; }
#play.loading .stroke-solid { opacity: 0; stroke-dashoffset: 300; }
#play.loading .icon { -webkit-transform: scale(1.05); transform: scale(1.05); opacity: 0.1; }
#play { cursor: pointer; position: absolute; top: calc(50% - 40px); left: calc(50% - 40px); transition: all 0.15s ease-out; }
#played { position: absolute; top: calc(50% - 40px); left: calc(50% - 40px); opacity:0.15; }
#transcript-link{ position: absolute; top: calc(50% + 50px); left: calc(50% - 32px); border:0; text-decoration: underline; font-family: "Gotham SSm A", "Gotham SSm B"; font-size: 12px; }
#transcript-content #start-hidden{ display: none; }
.show-transcript{ margin-top: 20px; }

#play-link{ position: absolute; top: calc(50% + 52px); font-size: 14px; left: 0; border:0; text-decoration: none; font-family: "Gotham SSm A", "Gotham SSm B"; width: 100%; text-align: center; cursor: pointer; }


/* ********************************************** Media Queries ********************************************** */


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

  .feature .column h1 { font-size: 2.25em; }
  .highlights { width: calc(100% - 180px); }
  #menu .position{ padding: 30px 33px 0 33px; }
  .highlights .highlight h3 { font-size: 1.5em; }

}

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


  #home #topbar #menu-position{ right: 0; padding-top: 44px; }
  #home #topbar #search-position{ right: 65px; padding-top: 53px; }

  .slice-bottom{ position:absolute; width: 102%;height:70px;bottom:0;left:0;background: linear-gradient(to right bottom, transparent 49.5%, #ffffff 50%); z-index: 1; }
  .slice-top{ position:absolute; width: 102%;height:70px;top:0;left:0;background: linear-gradient(to right bottom, #ffffff 49.5%, transparent 50%); }

  #menu #branding{ display:none; }
  #menu #nav .position { text-align: center; padding: 30px 50px 0 50px; }

  .feature .column:nth-of-type(1) { width: 33%; padding: 40px 60px 40px 40px; }
  .feature .column:nth-of-type(2) { width: 67%; padding: 40px 40px 40px 0; }
  .feature .column h3 { font-size: 0.9em; }

  #panel-features #topics h3 { font-size: 1.2em; }

  .highlights-square { width: 80%; }

  #listing-feature{ margin: 50px 0 50px 0; margin-left: 0; width: 100%; }
  #listing-feature .piece { padding: 20px 20px 30px 20px; }
  #listing-feature .piece h3{ font-size: 1em; }

}

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

  h2.byline{ margin-left: 0; width: 100%; padding: 20px 0 20px 0; }
  h2.blockquote{ margin-left: 0; width: 100%; padding: 120px 0 120px 0; margin-top: 20px; margin-bottom: 20px; }
  .video-position{ margin-left:0; width: 100%; }

  .video-responsive { margin: 40px 0 55px 0; }

  #panel-map{ margin: 20px 0; }

  .highlights-square { width: calc(100% - 80px); margin-top: -134px; }

}

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

  body#home { font-size: .8em; }

  #topbar #menu-position{ position:absolute;right:0;padding:11px 80px 15px 25px; }
  #topbar #search-position{ right:99px;position:absolute;padding:20px 15px 15px 25px; }
  #topbar #logo-position { position:absolute;left: calc(50% - 63px);padding:20px; }

  #topbar #logo { display:inline-block; width: 86px;height: 18px; margin-top:0; }
  #topbar #tagline-position { text-align:center; position:relative; padding:19px 0 15px 0; }
  #topbar{ position:fixed; height:56px !important; }

  #panel-map h3 { font-size: 1.1em; }

  #menu{ top: 56px; }
  #menu { height: calc(100% - 56px); }

  #menu #nav .position { text-align: center; padding: 30px 20px 0 20px; }

  .content-top .titling{ padding: 160px 20px 190px 20px; width: calc(100% - 40px); }

  .content-body .body{ padding-top: 40px; }

  .content-body #series{ padding-left: 20px; padding-right: 20px; }
  .content-body #lists{ padding-left: 20px; padding-right: 20px; }
  .content-body #lists ul#topic-list{ column-count: 3; column-gap: 40px; }
  .content-body #series.overwide { padding: 0 0 0 0; margin-left: -60px; width: 760px; text-align: left; }

  .content-body .merchandise-single { margin-left: -60px; width: 680px; margin-bottom: 20px; margin-top: 40px; padding: 40px; }
  .content-body .merchandise-single .merch{ width: 180px; }
  .content-body .merchandise-single img{ width: 150px; padding-bottom: 0; }
  .content-body .merchandise-single h3.title { margin-bottom: 25px; }
  .content-body .merchandise-single h3.title:after { padding-top: 20px; }

  .content-body .body .left-side .creators span{ display: none; }
  .content-body .body .left-side { position:relative; left: auto; top: auto; width:100%; margin-bottom: 32px; }
  .content-body .body .creators .split{ display:none; }

  figure { padding: 30px 0 10px 0; margin-left: -60px; width: 760px; margin-top: 40px; margin-bottom: 40px; text-align:center; }

  .donate .table .cell.where { display: none; }
  .donate .table .cell.how h3 { text-align: center !important; }
  .donate .table .cell.how .money { text-align: center !important; }

  .feature .column:nth-of-type(1) { width: 50%; padding: 40px 60px 40px 40px; }
  .feature .column:nth-of-type(2) { width: 50%; padding: 40px 40px 40px 0; }
  .feature .column h1 { font-size: 3em; }
  .feature .column h3 { font-size: 1.2em; }

  .highlights { width: calc(100% - 80px); margin-top: -65px; }

  blockquote { margin-left: 0; max-width: 960px; width: calc(100% - 40px); margin-top: 40px; margin-bottom: 40px; padding: 140px 0 140px 0; }

  #email { padding: 0 20px; }
  #email h3{ font-size: 1.2em; }
  #email input { margin: 0 auto; width:75%; }
  #email img { width: 350px; }
  #email form{ padding-bottom: 0; }

  #privacy-footer .table { padding: 0 20px; width: calc(100% - 40px); }
  #privacy-footer .table .cell:nth-of-type(1){ width: calc(100% - 120px); vertical-align: middle; }
  #privacy-footer .table .cell:nth-of-type(2){ width: 120px; vertical-align: middle; }


  #merchandise .items { margin-left: -57px; width: 750px; }
  #speaker-events{ width:750px; margin-left: -57px; text-align: left; margin-top: 60px; }

}

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

  body#home { font-size: 1em; }

  #panel-map .padded .position .padded { padding: 30px 30px 40px 30px; }
  #panel-map h3 { font-size: 0.9em; }


  .feature .column h1 { font-size: 2em; }
  .feature .column h3 { font-size: 0.9em; }

  #panel-features #topics{ padding: 60px 0 10px 0; }
  #panel-features #topics h3 { font-size: 1.05em; margin: 0 0px; padding: 8px 15px; }

  .feature { display: block; }
  .feature .column:nth-of-type(1) { display: block; width: calc(100% - 80px); padding: 40px 40px 0px 40px; }
  .feature .column:nth-of-type(2) { display: block; width: calc(100% - 80px); padding: 40px 40px 0px 40px; }
  .feature .column:nth-of-type(1) h3 { margin-bottom: 0; }
  .feature .column:nth-of-type(1) h3:nth-of-type(2) { display: none; }

  .donate .padding{ padding: 50px 20px 50px 20px; }

  .content-body #series.mini.imaged .piece{ width: calc(100% / 2 - 2px); }

  footer #position { width: calc(100%); margin: 30px 0 25px 0; }
  footer #padding{ padding: 0 30px; }

}

@media only screen and (max-width: 900px) {
  .highlights-square .highlight h3 { font-size: 1.5em; }
  .highlights-square .highlight .row .image { height: 100px; }
}

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

  #panel-map .padded .position{ width: calc(100%); }
  #panel-map .padded .position .padded { padding-bottom: 50px; }
  #panel-map{ background-size:cover;background-repeat: no-repeat;background-position: center center; }

  #menu { overflow: auto; top: 56px; }

  #menu h3{ display:block; width: auto; font-size: 1.2em; text-align:center; padding: 12px 0 5px 0; }
  #menu h5{ display:block; width: auto; text-align:left; padding-top: 8px; }

  #menu #nav .position { text-align: center; padding: 0 0 40px 0; }
  #menu #nav .row { display:block; margin-bottom: 0; }
  #menu #nav .row .column { display:block; width: auto; padding-bottom: 0; text-align:center; }
  #menu #nav .row .column { display:block; }
  #menu #nav .row .column ul{ display:block; width: auto; text-align:center; }

  #menu #nav .row .column ul h5 { display: block; width: auto; padding: 14px 20px; border-bottom: 1px solid rgba(0,163,173,0.2); background-color: #023b6b; cursor: pointer; }
  .non-mobile #menu #nav .row .column ul h5:hover { background-color: #023064; }
  #menu #nav .row .column ul li { width: 100%; }
  #menu #nav .row .column span { width: 100%; display: none;  }
  #menu #nav .row .column ul.active li { display: block; }
  #menu #nav .row .column ul li a{ padding: 14px 20px; border-bottom: 1px solid rgba(0,163,173,0.2); }
  .non-mobile #menu #nav .row .column ul li a:hover{ color: #80cbd2; }
  #menu #nav .row .column ul li.copy { padding: 14px 20px 0 20px; display: none !important; }
  #menu #nav .section { width: 100%; }
  #menu #nav .row:first-of-type .section:nth-of-type(2) .column:first-of-type { padding-bottom: 0; }

  #menu #nav h3{ width: auto; }
  #menu #nav ul { padding-top: 0; }
  #menu .mobile-show{ display: block; }

  .slice-bottom{ position:absolute; width: 102%;height:50px;bottom:0;left:0;background: linear-gradient(to right bottom, transparent 49.5%, #ffffff 50%); z-index: 1; }
  .slice-top{ position:absolute; width: 102%;height:50px;top:0;left:0;background: linear-gradient(to right bottom, #ffffff 49.5%, transparent 50%); }

  .highlights-square .highlight { display: block; width: auto; }
  .highlights-square .highlight .image{ display: none; }

  .highlights-square .highlight .row { border:1px solid #b9c0c1 !important; }
  .highlights-square .highlight .row{ display: table; table-layout: fixed; border:1px solid #b9c0c1; width:100%; background-color: #ffffff; transition: all 0.15s ease-out; margin-top:-1px; z-index: 1; position: relative; }

  .highlights-square .highlight:last-of-type .row .cell:nth-of-type(2) { padding-bottom: 60px; }
  .highlights-square .highlight h3{ font-size: 1.8em; font-weight: 700; }
  .highlights-square .cell h5 { text-transform: capitalize; }

  .highlights-square .highlight .row { height: auto !important; }

  #topbar .fas { color: #ffffff; }
  #topbar #position{ height: 100%; }
  #topbar #tagline { display: none; }

  .content-top.play .titling h2{  padding-bottom: 0px; }
  .content-top.play .titling { padding: 100px 20px 170px 20px; }
  .content-top.short .titling{ padding: 120px 0 70px 0; }

  .content-top #action{ display :block; position: relative; width: 40%; margin-top: 25px; height:80px; }
  .content-top .left{ display: block; }
  .content-top .left button{ margin-top: 10px; }
  #play { position: absolute; top: 0; left: 0; }
  #played { position: absolute; top: 0; left: 0; }
  #transcript-link { position: absolute; top: 89px; left: 8px; }
  #play-link { position: absolute; top: 89px; left: 8px; width: auto; }

  .content-body #series .piece .caption .spacer { height: 30px; }
  .content-body #series .piece .caption h3 { padding: 0 0 4px 30px; width: calc(100% - 60px); }
  .content-body #series .piece .caption h5 { padding: 25px 0 5px 30px; width: calc(100% - 60px); }
  .content-body #series .piece .caption p { padding: 0 0 30px 35px; width: calc(100% - 60px); }
  .content-body #series #filter{ display: none; }

  .content-body .body { width:auto; padding-left: 20px; padding-right: 20px; }

  .content-body #series.mini .piece{ width: calc(33.333% - 1px); }
  .content-body #series.mini.imaged .piece{ width: calc(100% / 2 - 2px); }

  button.down-arrow, button.listen{ padding: 20px 42px 17px 22px; }
  button.down-arrow:after, button.listen:after{ right: 18px; }

  .content-body #series.overwide { padding: 0 0 0 0; margin-left: 0; width: 100%; text-align: left; }

  .content-body .merchandise-single { margin-left: 0; width: calc(100% - 50px); padding: 25px; }
  .content-body .merchandise-single .merch{ width: 120px; }
  .content-body .merchandise-single img{ width: 100px; padding-bottom: 0; }
  .content-body .merchandise-single h3 { font-size: 16px; }
  .content-body .merchandise-single p { font-size: 16px; display: none; }

  figure { padding: 30px 0 10px 0; margin-left: 0; width: 100%; margin-top: 40px; margin-bottom: 40px; text-align:center; }

  #merchandise .items { margin-left: 0; width: 100%; }
  #merchandise .items .item img { max-width: 200px; width: calc(100%) }
  #merchandise .items .item h5 { text-align: center; }
  #merchandise .items .item .positioning{ padding: 0 15px; }
  #merchandise .more{ margin-top: 40px; }

  #speaker-events{ width: 100%; margin-left: 0; text-align: left; margin-top: 60px; }

  #speaker-events .table{ width: 100%; }
  #speaker-events .table .cell:nth-of-type(1){ width: 61%; padding-right: 4%; }
  #speaker-events .table .cell:nth-of-type(2){ width: 35%; }
  #speaker-events .table .cell:nth-of-type(3){ display: none; }

  ul.pagination li{ margin: 12px 0; }
  ul.pagination li a { border: 1px solid #c9d3e2; padding: 7px 11px; margin: 0 2px;  font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 700; font-size: 0.8em; }
  ul.pagination li.active a { background-color: #00a3ad; color: #ffffff; }

  #email .table, #email .cell { display: block; }
  #email .cell.phone{ display:none; }
  #email h3{ text-align: center; }
  #email img { width: 350px; }
  #email form{ padding-bottom: 20px; }
  #email input { margin: 0 auto; width:75%; display: block; }
  #email button { margin: 40px auto; }

  .divider { margin: 45px auto 50px auto; }
  .share { margin-top: 20px; }
  .content-body #position { padding-bottom: 70px; position: relative; }

  blockquote { margin-bottom: 0; }

  .tablet-hide{ display:none !important; }

}


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

  body { font-size: .9em; }

  #topbar #search-position{ padding-top:21px; }
  #topbar #search-position .far{ font-size: 1.1em; }
  #home #menu{ top: 100px; }

  #features-top{ padding-top: 60px; }
  .content-top .titling{ padding: 100px 20px 160px 20px; width: calc(100% - 40px); }

  #content-player #info #subscribe label{ display: none; }
  #content-player #close { cursor:pointer; padding: 36px 18px 32px 32px; }

  .content-top.series .titling{ padding-bottom: 50px;  }
  .content-top.series .left{ float:none; width: 100%; }
  .content-top.series .cover { float: none; position: relative; display: block; margin:0 auto; width:100%; padding: 40px 0 40px 0; max-width: 400px; display:none; }


  .content-body #overlay{ height:300px; }

  #panel-features #topics{ padding: 50px 0 0 0; }
  #panel-features #topics h3 { display:inline-block; margin: 0 5px; border: 0; border-bottom: 2px solid transparent; padding: 2px 0 2px 0; color: #ffffff; opacity: 0.5; transition: all 0.15s ease-out; cursor: pointer; }
  .non-mobile #panel-features #topics h3:hover{ opacity: 1; }
  #panel-features #topics h3.active{ border: 0; border-bottom: 2px solid #ffffff; opacity: 1; }

  .content-body #series.mini .piece{ width: calc(50% - 2px); }
  .content-body #series.mini .piece .caption h5 { font-size: 1em; }
  .content-body #series.mini.imaged .piece{ width: calc(100% - 2px); }
  .content-body #series.mini .piece .image{ margin-top: 0; height: 230px; }

  .content-body .body { overflow-x: hidden; }

  .content-body #series .piece { display: block; }
  .content-body #series .piece .image{ border: 20px solid #ffffff; border-bottom: 25px solid #ffffff; border-top: 0; display: block; width: calc(100% - 40px); margin-top: 15px; height: 180px; }
  .content-body #series .piece .caption{ display: block; width: calc(100%); }

  .content-body #series .piece .caption .spacer { height: 24px; }
  .content-body #series .piece .caption h3 { padding: 0 20px 4px 20px; width: calc(100% - 40px); }
  .content-body #series .piece .caption h5 { padding: 25px 20px 5px 20px; width: calc(100% - 40px); }
  .content-body #series .piece .caption p { padding: 0 0 25px 20px; width: calc(100% - 40px); }

  .content-body #series { padding: 0 20px 0 20px; max-width:none; width: calc(100% - 40px); }
  .content-body #series .piece{ max-width: none; width: calc(100%); float: none;; }
  .content-body #series .piece img{ width:100%; display:block;  }

  #merchandise .items .item .positioning{ padding: 0 5px; }
  #speaker-events .items .item .padding{ padding: 30px 20px;}
  #speaker-events .items .item .full .buttons a{ display: inline-block; margin: 10px 10px 0 0; }

  #listing-feature{ display: block; table-layout: auto; }
  #listing-feature .piece{ display: block; width: calc(100% - 40px); padding: 20px 20px; border: 0;border-bottom: 20px solid #ffffff; margin: 0; }
  .non-mobile #listing-feature .piece:hover { background-color: inherit; color: inherit; }
  #listing-feature .piece h3 { margin-top: 2px; font-size: 1.2em; }
  #listing-feature .piece h5 { opacity: 0.66; }

  button.tab{ margin-top: 3px; }


  footer #position { width: calc(100% - 60px); margin: 20px 23px 20px 23px; }
  footer #padding { padding: 0 5px 0 5px; }
  footer a { display: inline-block;margin-right:15px;color:#ffffff;text-decoration:none;border:0; }

  footer.bumper{ margin-bottom: 90px; }
  footer .right{ float:none; text-align:center; margin: 10px 0 20px 0; }
  footer .fab{ padding: 5px; }
  footer .links a { display: block; text-align:center; padding: 10px 10px; font-size: 1.1em; margin: 0; }

  .content-body.library { margin-top: -60px; }
  .share.table .cell{ display: block; text-align: center; padding: 15px 0; }
  .share.table .cell:nth-of-type(1) { width:100%; }
  .share.table .cell:nth-of-type(2) { width:100%; }

}


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

  body#home { font-size: .85em; }

  #panel-map{ background-size:contain;background-repeat: no-repeat;background-position: center 50px; }
  #panel-map .padded{ margin-top: 20px; padding:180px 0 70px 0; }

  #home #topbar{ border:0; height:50px; }
  #topbar #search-position{ padding-right:25px; }
  #home #menu{ top: 70px; }

  #menu-icon::after { content: ''; right: 0; position: absolute; top: 0; }

  #topbar #menu-position{ padding-right: 20px; }
  #topbar #search-position{ right:39px; }


  #home #topbar #logo-position{ padding-top:27px; padding-left: 20px; }
  #home #topbar #menu-position{ right: 0; padding-top: 22px; }
  #home #topbar #search-position{ right: 45px; padding-top: 32px; }

  .content-body.donate .login{ display: block; float:none; margin: 30px 20px 40px 20px; }
  .donate .padding { padding: 30px 20px 50px 20px; }

  .search #position { padding-top: 25%; }

  .content-top .titling h1 { font-size: 2em }

  .content-body #lists ul#topic-list{ column-count: 2; column-gap: 25px; }

  .feature .column:nth-of-type(1) { display: block; width: calc(100% - 40px); padding: 40px 20px 0px 20px; }
  .feature .column:nth-of-type(2) { display: block; width: calc(100% - 40px); padding: 40px 20px 0px 20px; }

  .highlights-square { width: calc(100% - 40px); }

  .content-top.series .cover { padding: 20px 0 20px 0; }
  .content-body #series #title{ display:none; }

  .content-body #series.mini{ padding-top: 40px; }

  /*.button-overlay { margin-top: -70px; }*/

  .mobile-hide{ display:none; }

  #menu-icon.active .line-1 { -ms-transform: translateY(6.7px) translateX(0) rotate(45deg) !important; transform: translateY(6.7px) translateX(0) rotate(45deg) !important; -webkit-transform: translateY(6.7px) translateX(0) rotate(45deg) !important; -moz-transform: translateY(6.7px) translateX(0) rotate(45deg) !important; }
  #menu-icon.active .line-2 { opacity: 0; }
  #menu-icon.active .line-3 { -ms-transform: translateY(-6.7px) translateX(0) rotate(-45deg) !important; transform: translateY(-6.7px) translateX(0) rotate(-45deg) !important; -webkit-transform: translateY(-6.7px) translateX(0) rotate(-45deg) !important; -moz-transform: translateY(-6.7px) translateX(0) rotate(-45deg) !important; }


}

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

  .donate .table .cell .occurrences { display: block !important; }
  .donate .table .cell .occurrences .cell { display: block !important; }

  .highlights-square .highlight h3{ font-size: 1.3em; font-weight: 700; }

  .content-body .body{ padding-top: 20px; }

  .content-body.library { margin-top: -40px; }
  .content-top.library .titling { padding-bottom: 90px; }

  .content-body #overlay{ height:300px; }

  .content-body .merchandise-single h3.title { margin-bottom: 20px; }
  .content-body .merchandise-single h3.title:after { padding-top: 0; border: 0; }

  .video-responsive { margin: 30px 0 35px 0; }

  button.tab{ padding: 10px 15px 7px 15px; }
  button.tab.active{ padding: 10px 15px 7px 15px; }
  button.tab.active:after{ content: ""; }

  #merchandise .items{ display: block; }
  #merchandise .items .item{ display: block; width: auto; }
  #merchandise .items .item .positioning{ padding: 0 25px 50px 25px;text-align:center; }
  #merchandise .items .item h5 { text-align: center; font-size: 1.1em; }
  #merchandise .more{ margin-top: 10px; }

  #speaker-events .table{ display: block; }
  #speaker-events .table .cell:nth-of-type(1){ display: block; margin-bottom: 20px; width: 100%; }
  #speaker-events .table .cell:nth-of-type(2){ display: block; width: 100%; }
  #speaker-events .table .cell:nth-of-type(2) h3{ font-size: 1em; }
  #speaker-events .items .item .full .buttons a{ display: block; margin: 0 0 7px 0; }
  #speaker-events .items .item .full .buttons button{ margin-bottom: 10px; }

  .share { margin-top: 0; }

  #email input { margin: 0 auto; width:100%; }

}

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

  .content-body #overlay{ height:180px; }
  .content-body .body{ padding-top: 20px; }

  .content-body #series.mini .border { border: 0; }
  .content-body #series.mini .piece { border: 0; width: 50%; }
  .content-body #series.mini .piece .image{ border: 0; width: 100%; margin-bottom: 20px; margin-top: 0; height: 210px; }
  .content-body #series.mini .piece .caption h5{ padding: 0 0 0 0; }
  .non-mobile .content-body #series.mini .piece:hover { border: 0; z-index: auto !important; background-color: transparent; }
  .non-mobile .content-body #series.mini .piece:hover .caption { background-color: transparent; }

  .content-body #series .piece .image{ height: 120px; }

  .content-body #series.mini.imaged .piece{ border:1px solid #c9d3e2; }
  .content-body #series.mini.imaged .piece .image{ border: 10px solid #ffffff; width: calc(100% - 20px) }
  .content-body #series.mini .piece .caption p { padding: 0 20px 25px 20px; width: calc(100% - 40px); }

  #panel-map .padded{ margin-top: 30px; padding:140px 0 50px 0; }

  #panel-features #topics h3:nth-of-type(4) { display: none; }

  .donate .table-label{ font-size: 1em; top: 10px; }
  .donate .occurrences{ padding-top: 15px; }
  .donate .money button{ padding: 10px 12px 8px 12px; margin: 4px 2px 4px 2px; background-color: transparent; }

  .donate .where .table { display: block; }
  .donate .where .cell { display: block; }

}
