+
+
+ {/*
Contact Us */}
+
+
+
+
+ Contact Us
+
+
+
+
+
+
+ {/*
+
+ */}
+
+
+ {/*
+ {cats["Sports"] &&
+ cats["Sports"].map((val, i) => (
+
+
+
+
+ ))}
+
*/}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {/*
*/}
+
+
+
+
+
+
+ Thank you for your interest in SCoReLab Community Dictionary.
+
+ Don't forget to check our FAQ Pages before asking a question.They have answers
+ to many commonly asked questions.
+
+ If you can't find the answer to your question on our FAQ Pages, feel free to use the
+ form below to send us your comment or question. Please remember to select the
+ appropriate topic so we can assist you more efficiently!
+
+
+ {/*Intro text*/}
+
Contact Form
+ {/*Actual form*/}
+
+
+
+
You can also contact us at:
+
+
SCoRe-Lab.Org
+
+ Colombo
+ Western 7777, LK
+ Phone: +94 XXXXXXXXX
+ Email: info@scorelab.org
+
+
+
+
+
+ {/*
+ {/* right rail ad */}
+ {/*
*/}
+
+
+ {/*
+
+ */}
+
+ {/*
+
+
*/}
+
+ );
+}
+
+export default Contact_Us;
diff --git a/com-dict-client/src/components/Footer/FooterPage.js b/com-dict-client/src/components/Footer/FooterPage.js
index 1a4af6a..c7c5de0 100644
--- a/com-dict-client/src/components/Footer/FooterPage.js
+++ b/com-dict-client/src/components/Footer/FooterPage.js
@@ -115,7 +115,7 @@ function Footer() {
-
+
+94 XXXXXXXXX
@@ -125,7 +125,7 @@ function Footer() {
-
+
XXXXXXXX@gmail.com
@@ -135,7 +135,7 @@ function Footer() {
-
+
Location
diff --git a/com-dict-client/src/components/Footer/index.js b/com-dict-client/src/components/Footer/index.js
index e5d47b0..8c908cf 100644
--- a/com-dict-client/src/components/Footer/index.js
+++ b/com-dict-client/src/components/Footer/index.js
@@ -2,6 +2,7 @@ import React from "react";
import { Row , Col} from 'antd';
import {Link} from 'react-router-dom';
import { Typography } from 'antd';
+import contactUs from '../../containers/contactUs/contactUs'
import {InfoCircleOutlined, LockOutlined, FileTextOutlined, BugOutlined,
GithubOutlined, ExclamationCircleOutlined, PhoneOutlined,
UnorderedListOutlined,MailOutlined, EnvironmentOutlined}
@@ -106,7 +107,7 @@ function Footer() {
-
+
+94 XXXXXXXXX
@@ -115,7 +116,7 @@ function Footer() {
-
+
XXXXXXXX@gmail.com
@@ -124,7 +125,7 @@ function Footer() {
-
+
Location
diff --git a/com-dict-client/src/constants/categories.js b/com-dict-client/src/constants/categories.js
new file mode 100644
index 0000000..2ee8460
--- /dev/null
+++ b/com-dict-client/src/constants/categories.js
@@ -0,0 +1,9 @@
+export const categories = [
+ "Food",
+ "College",
+ "Religion",
+ "Work",
+ "Sports",
+ "Internet",
+ "Music",
+];
\ No newline at end of file
diff --git a/com-dict-client/src/constants/index.js b/com-dict-client/src/constants/index.js
index 5245a9e..d01730d 100644
--- a/com-dict-client/src/constants/index.js
+++ b/com-dict-client/src/constants/index.js
@@ -1 +1,2 @@
export { languages } from "./languages";
+export { categories } from "./categories";
\ No newline at end of file
diff --git a/com-dict-client/src/containers/contactUs/contactUs.css b/com-dict-client/src/containers/contactUs/contactUs.css
new file mode 100644
index 0000000..36872a8
--- /dev/null
+++ b/com-dict-client/src/containers/contactUs/contactUs.css
@@ -0,0 +1,37172 @@
+/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
+html {
+ line-height: 1.15;
+ -moz-tab-size: 4;
+ tab-size: 4
+}
+
+body {
+ font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji
+}
+
+hr {
+ height: 0
+}
+
+abbr[title] {
+ text-decoration: underline dotted
+}
+
+code,kbd,pre,samp {
+ font-family: ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace
+}
+
+small {
+ font-size: 80%
+}
+
+sub,sup {
+ font-size: 75%
+}
+
+table {
+ border-color: inherit;
+ text-indent: 0
+}
+
+button,input,optgroup,select,textarea {
+ font-size: 100%;
+ line-height: 1.15
+}
+
+:-moz-focusring {
+ outline: 1px dotted ButtonText
+}
+
+:-moz-ui-invalid {
+ box-shadow: none
+}
+
+::-webkit-inner-spin-button,::-webkit-outer-spin-button {
+ height: auto
+}
+
+.animated {
+ -webkit-animation-duration: 1s;
+ animation-duration: 1s;
+ -webkit-animation-fill-mode: both;
+ animation-fill-mode: both
+}
+
+.animated-faster,.animated.faster {
+ -webkit-animation-duration: .5s;
+ animation-duration: .5s;
+ -webkit-animation-fill-mode: both;
+ animation-fill-mode: both
+}
+
+.delay-1s {
+ -webkit-animation-delay: 1s;
+ animation-delay: 1s
+}
+
+@-webkit-keyframes popin {
+ 0% {
+ opacity: 0;
+ -webkit-transform: scale(0);
+ transform: scale(0)
+ }
+
+ 85% {
+ opacity: 1;
+ -webkit-transform: scale(1.05);
+ transform: scale(1.05)
+ }
+
+ to {
+ opacity: 1;
+ -webkit-transform: scale(1);
+ transform: scale(1)
+ }
+}
+
+@keyframes popin {
+ 0% {
+ opacity: 0;
+ -webkit-transform: scale(0);
+ transform: scale(0)
+ }
+
+ 85% {
+ opacity: 1;
+ -webkit-transform: scale(1.05);
+ transform: scale(1.05)
+ }
+
+ to {
+ opacity: 1;
+ -webkit-transform: scale(1);
+ transform: scale(1)
+ }
+}
+
+@-webkit-keyframes pulse {
+ 0% {
+ -webkit-transform: scaleX(1);
+ transform: scaleX(1)
+ }
+
+ 50% {
+ -webkit-transform: scale3d(1.05,1.05,1.05);
+ transform: scale3d(1.05,1.05,1.05)
+ }
+
+ to {
+ -webkit-transform: scaleX(1);
+ transform: scaleX(1)
+ }
+}
+
+@keyframes pulse {
+ 0% {
+ -webkit-transform: scaleX(1);
+ transform: scaleX(1)
+ }
+
+ 50% {
+ -webkit-transform: scale3d(1.05,1.05,1.05);
+ transform: scale3d(1.05,1.05,1.05)
+ }
+
+ to {
+ -webkit-transform: scaleX(1);
+ transform: scaleX(1)
+ }
+}
+
+.pulse {
+ -webkit-animation-name: pulse;
+ animation-name: pulse
+}
+
+@-webkit-keyframes shake {
+ 10%,90% {
+ -webkit-transform: translate3d(-1px,0,0);
+ transform: translate3d(-1px,0,0)
+ }
+
+ 20%,80% {
+ -webkit-transform: translate3d(2px,0,0);
+ transform: translate3d(2px,0,0)
+ }
+
+ 30%,50%,70% {
+ -webkit-transform: translate3d(-4px,0,0);
+ transform: translate3d(-4px,0,0)
+ }
+
+ 40%,60% {
+ -webkit-transform: translate3d(4px,0,0);
+ transform: translate3d(4px,0,0)
+ }
+}
+
+@keyframes shake {
+ 10%,90% {
+ -webkit-transform: translate3d(-1px,0,0);
+ transform: translate3d(-1px,0,0)
+ }
+
+ 20%,80% {
+ -webkit-transform: translate3d(2px,0,0);
+ transform: translate3d(2px,0,0)
+ }
+
+ 30%,50%,70% {
+ -webkit-transform: translate3d(-4px,0,0);
+ transform: translate3d(-4px,0,0)
+ }
+
+ 40%,60% {
+ -webkit-transform: translate3d(4px,0,0);
+ transform: translate3d(4px,0,0)
+ }
+}
+
+.shake {
+ -webkit-animation-name: shake;
+ animation-name: shake
+}
+
+@-webkit-keyframes headShake {
+ 0% {
+ -webkit-transform: translateX(0);
+ transform: translateX(0)
+ }
+
+ 6.5% {
+ -webkit-transform: translateX(-6px) rotateY(-9deg);
+ transform: translateX(-6px) rotateY(-9deg)
+ }
+
+ 18.5% {
+ -webkit-transform: translateX(5px) rotateY(7deg);
+ transform: translateX(5px) rotateY(7deg)
+ }
+
+ 31.5% {
+ -webkit-transform: translateX(-3px) rotateY(-5deg);
+ transform: translateX(-3px) rotateY(-5deg)
+ }
+
+ 43.5% {
+ -webkit-transform: translateX(2px) rotateY(3deg);
+ transform: translateX(2px) rotateY(3deg)
+ }
+
+ 50% {
+ -webkit-transform: translateX(0);
+ transform: translateX(0)
+ }
+}
+
+@keyframes headShake {
+ 0% {
+ -webkit-transform: translateX(0);
+ transform: translateX(0)
+ }
+
+ 6.5% {
+ -webkit-transform: translateX(-6px) rotateY(-9deg);
+ transform: translateX(-6px) rotateY(-9deg)
+ }
+
+ 18.5% {
+ -webkit-transform: translateX(5px) rotateY(7deg);
+ transform: translateX(5px) rotateY(7deg)
+ }
+
+ 31.5% {
+ -webkit-transform: translateX(-3px) rotateY(-5deg);
+ transform: translateX(-3px) rotateY(-5deg)
+ }
+
+ 43.5% {
+ -webkit-transform: translateX(2px) rotateY(3deg);
+ transform: translateX(2px) rotateY(3deg)
+ }
+
+ 50% {
+ -webkit-transform: translateX(0);
+ transform: translateX(0)
+ }
+}
+
+.headShake {
+ -webkit-animation-name: headShake;
+ animation-name: headShake;
+ -webkit-animation-timing-function: ease-in-out;
+ animation-timing-function: ease-in-out
+}
+
+@-webkit-keyframes fadeIn {
+ 0% {
+ opacity: 0
+ }
+
+ to {
+ opacity: 1
+ }
+}
+
+@keyframes fadeIn {
+ 0% {
+ opacity: 0
+ }
+
+ to {
+ opacity: 1
+ }
+}
+
+.fadeIn {
+ -webkit-animation-name: fadeIn;
+ animation-name: fadeIn
+}
+
+@-webkit-keyframes fadeInDown {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translate3d(0,-100%,0);
+ transform: translate3d(0,-100%,0)
+ }
+
+ to {
+ opacity: 1;
+ -webkit-transform: none;
+ transform: none
+ }
+}
+
+@keyframes fadeInDown {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translate3d(0,-100%,0);
+ transform: translate3d(0,-100%,0)
+ }
+
+ to {
+ opacity: 1;
+ -webkit-transform: none;
+ transform: none
+ }
+}
+
+.fadeInDown {
+ -webkit-animation-delay: .15s;
+ animation-delay: .15s;
+ -webkit-animation-duration: .5s;
+ animation-duration: .5s;
+ -webkit-animation-name: fadeInDown;
+ animation-name: fadeInDown
+}
+
+@-webkit-keyframes fadeInLeft {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translate3d(-100%,0,0);
+ transform: translate3d(-100%,0,0)
+ }
+
+ to {
+ opacity: 1;
+ -webkit-transform: none;
+ transform: none
+ }
+}
+
+@keyframes fadeInLeft {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translate3d(-100%,0,0);
+ transform: translate3d(-100%,0,0)
+ }
+
+ to {
+ opacity: 1;
+ -webkit-transform: none;
+ transform: none
+ }
+}
+
+.fadeInLeft {
+ -webkit-animation-name: fadeInLeft;
+ animation-name: fadeInLeft
+}
+
+@-webkit-keyframes fadeInLeftBig {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translate3d(-2000px,0,0);
+ transform: translate3d(-2000px,0,0)
+ }
+
+ to {
+ opacity: 1;
+ -webkit-transform: none;
+ transform: none
+ }
+}
+
+@keyframes fadeInLeftBig {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translate3d(-2000px,0,0);
+ transform: translate3d(-2000px,0,0)
+ }
+
+ to {
+ opacity: 1;
+ -webkit-transform: none;
+ transform: none
+ }
+}
+
+.fadeInLeftBig {
+ -webkit-animation-name: fadeInLeftBig;
+ animation-name: fadeInLeftBig
+}
+
+@-webkit-keyframes fadeInRight {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translate3d(100%,0,0);
+ transform: translate3d(100%,0,0)
+ }
+
+ to {
+ opacity: 1;
+ -webkit-transform: none;
+ transform: none
+ }
+}
+
+@keyframes fadeInRight {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translate3d(100%,0,0);
+ transform: translate3d(100%,0,0)
+ }
+
+ to {
+ opacity: 1;
+ -webkit-transform: none;
+ transform: none
+ }
+}
+
+.fadeInRight {
+ -webkit-animation-name: fadeInRight;
+ animation-name: fadeInRight
+}
+
+@-webkit-keyframes fadeInUp50 {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translate3d(0,50%,0);
+ transform: translate3d(0,100%,0)
+ }
+
+ to {
+ opacity: 1;
+ -webkit-transform: none;
+ transform: none
+ }
+}
+
+@keyframes fadeInUp50 {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translate3d(0,50%,0);
+ transform: translate3d(0,50%,0)
+ }
+
+ to {
+ opacity: 1;
+ -webkit-transform: none;
+ transform: none
+ }
+}
+
+.fadeInUp50 {
+ -webkit-animation-name: fadeInUp50;
+ animation-name: fadeInUp50
+}
+
+@-webkit-keyframes fadeInUp {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translate3d(0,100%,0);
+ transform: translate3d(0,100%,0)
+ }
+
+ to {
+ opacity: 1;
+ -webkit-transform: none;
+ transform: none
+ }
+}
+
+@keyframes fadeInUp {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translate3d(0,100%,0);
+ transform: translate3d(0,100%,0)
+ }
+
+ to {
+ opacity: 1;
+ -webkit-transform: none;
+ transform: none
+ }
+}
+
+.fadeInUp {
+ -webkit-animation-name: fadeInUp;
+ animation-name: fadeInUp
+}
+
+@-webkit-keyframes fadeOut {
+ 0% {
+ opacity: 1
+ }
+
+ to {
+ opacity: 0
+ }
+}
+
+@keyframes fadeOut {
+ 0% {
+ opacity: 1
+ }
+
+ to {
+ opacity: 0
+ }
+}
+
+.fadeOut {
+ -webkit-animation-name: fadeOut;
+ animation-name: fadeOut
+}
+
+@-webkit-keyframes fadeOutDown {
+ 0% {
+ opacity: 1
+ }
+
+ to {
+ opacity: 0;
+ -webkit-transform: translate3d(0,100%,0);
+ transform: translate3d(0,100%,0)
+ }
+}
+
+@keyframes fadeOutDown {
+ 0% {
+ opacity: 1
+ }
+
+ to {
+ opacity: 0;
+ -webkit-transform: translate3d(0,100%,0);
+ transform: translate3d(0,100%,0)
+ }
+}
+
+.fadeOutDown {
+ -webkit-animation-name: fadeOutDown;
+ animation-name: fadeOutDown
+}
+
+@-webkit-keyframes fadeOutDownBig {
+ 0% {
+ opacity: 1
+ }
+
+ to {
+ opacity: 0;
+ -webkit-transform: translate3d(0,2000px,0);
+ transform: translate3d(0,2000px,0)
+ }
+}
+
+@-webkit-keyframes fadeOutRight {
+ 0% {
+ opacity: 1
+ }
+
+ to {
+ opacity: 0;
+ -webkit-transform: translate3d(100%,0,0);
+ transform: translate3d(100%,0,0)
+ }
+}
+
+@keyframes fadeOutRight {
+ 0% {
+ opacity: 1
+ }
+
+ to {
+ opacity: 0;
+ -webkit-transform: translate3d(100%,0,0);
+ transform: translate3d(100%,0,0)
+ }
+}
+
+.fadeOutRight {
+ -webkit-animation-name: fadeOutRight;
+ animation-name: fadeOutRight
+}
+
+@-webkit-keyframes fadeOutUp {
+ 0% {
+ opacity: 1
+ }
+
+ to {
+ opacity: 0;
+ -webkit-transform: translate3d(0,-100%,0);
+ transform: translate3d(0,-100%,0)
+ }
+}
+
+@keyframes fadeOutUp {
+ 0% {
+ opacity: 1
+ }
+
+ to {
+ opacity: 0;
+ -webkit-transform: translate3d(0,-100%,0);
+ transform: translate3d(0,-100%,0)
+ }
+}
+
+.fadeOutUp {
+ -webkit-animation-name: fadeOutUp;
+ animation-name: fadeOutUp
+}
+
+@-webkit-keyframes zoomIn {
+ 0% {
+ opacity: 0;
+ -webkit-transform: scale3d(.3,.3,.3);
+ transform: scale3d(.3,.3,.3)
+ }
+
+ 50% {
+ opacity: 1
+ }
+}
+
+@keyframes zoomIn {
+ 0% {
+ opacity: 0;
+ -webkit-transform: scale3d(.3,.3,.3);
+ transform: scale3d(.3,.3,.3)
+ }
+
+ 50% {
+ opacity: 1
+ }
+}
+
+.zoomIn {
+ -webkit-animation-name: zoomIn;
+ animation-name: zoomIn
+}
+
+@-webkit-keyframes slideInDown {
+ 0% {
+ -webkit-transform: translate3d(0,-100%,0);
+ transform: translate3d(0,-100%,0);
+ visibility: visible
+ }
+
+ to {
+ -webkit-transform: translateZ(0);
+ transform: translateZ(0)
+ }
+}
+
+@keyframes slideInDown {
+ 0% {
+ -webkit-transform: translate3d(0,-100%,0);
+ transform: translate3d(0,-100%,0);
+ visibility: visible
+ }
+
+ to {
+ -webkit-transform: translateZ(0);
+ transform: translateZ(0)
+ }
+}
+
+.slideInDown {
+ -webkit-animation-name: slideInDown;
+ animation-name: slideInDown
+}
+
+@-webkit-keyframes slideInLeft {
+ 0% {
+ -webkit-transform: translate3d(-100%,0,0);
+ transform: translate3d(-100%,0,0);
+ visibility: visible
+ }
+
+ to {
+ -webkit-transform: translateZ(0);
+ transform: translateZ(0)
+ }
+}
+
+@keyframes slideInLeft {
+ 0% {
+ -webkit-transform: translate3d(-100%,0,0);
+ transform: translate3d(-100%,0,0);
+ visibility: visible
+ }
+
+ to {
+ -webkit-transform: translateZ(0);
+ transform: translateZ(0)
+ }
+}
+
+.slideInLeft {
+ -webkit-animation-name: slideInLeft;
+ animation-name: slideInLeft
+}
+
+@-webkit-keyframes slideInRight {
+ 0% {
+ -webkit-transform: translate3d(100%,0,0);
+ transform: translate3d(100%,0,0);
+ visibility: visible
+ }
+
+ to {
+ -webkit-transform: translateZ(0);
+ transform: translateZ(0)
+ }
+}
+
+@keyframes slideInRight {
+ 0% {
+ -webkit-transform: translate3d(100%,0,0);
+ transform: translate3d(100%,0,0);
+ visibility: visible
+ }
+
+ to {
+ -webkit-transform: translateZ(0);
+ transform: translateZ(0)
+ }
+}
+
+.slideInRight {
+ -webkit-animation-name: slideInRight;
+ animation-name: slideInRight
+}
+
+@-webkit-keyframes slideInUp {
+ 0% {
+ -webkit-transform: translate3d(0,100%,0);
+ transform: translate3d(0,100%,0);
+ visibility: visible
+ }
+
+ to {
+ -webkit-transform: translateZ(0);
+ transform: translateZ(0)
+ }
+}
+
+@keyframes slideInUp {
+ 0% {
+ -webkit-transform: translate3d(0,100%,0);
+ transform: translate3d(0,100%,0);
+ visibility: visible
+ }
+
+ to {
+ -webkit-transform: translateZ(0);
+ transform: translateZ(0)
+ }
+}
+
+.slideInUp {
+ -webkit-animation-name: slideInUp;
+ animation-name: slideInUp
+}
+
+@-webkit-keyframes slideOutDown {
+ 0% {
+ -webkit-transform: translateZ(0);
+ transform: translateZ(0)
+ }
+
+ to {
+ -webkit-transform: translate3d(0,100%,0);
+ transform: translate3d(0,100%,0);
+ visibility: hidden
+ }
+}
+
+a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
+ border: 0;
+ font-size: 100%;
+ font: inherit;
+ margin: 0;
+ padding: 0;
+ vertical-align: baseline
+}
+
+article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
+ display: block
+}
+
+body {
+ line-height: 1
+}
+
+ol,ul {
+ list-style: none
+}
+
+blockquote,q {
+ quotes: none
+}
+
+blockquote:after,blockquote:before,q:after,q:before {
+ content: "";
+ content: none
+}
+
+table {
+ border-spacing: 0
+}
+
+html {
+ -webkit-text-size-adjust: 100%;
+ background-color: #f4f4f4;
+ box-sizing: border-box;
+ margin: 0;
+ min-height: 100%
+}
+
+*,:after,:before {
+ box-sizing: inherit;
+ margin: 0;
+ padding: 0
+}
+
+body {
+ -webkit-font-feature-settings: "liga","clig off";
+ font-feature-settings: "liga","clig off";
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+ background-color: #f4f4f4;
+ color: #000;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif!important;
+ -webkit-font-variant-ligatures: no-common-ligatures;
+ font-variant-ligatures: no-common-ligatures;
+ text-rendering: optimizeSpeed
+}
+
+ul {
+ list-style-type: none
+}
+
+button,html input[type=button],input[type=reset],input[type=submit] {
+ -webkit-appearance: button;
+ cursor: pointer
+}
+
+button,input,optgroup,select,textarea {
+ color: inherit;
+ font: inherit
+}
+
+img {
+ max-width: 100%;
+ width: auto
+}
+
+a {
+ -webkit-tap-highlight-color: rgba(0,0,0,0);
+ text-decoration: none
+}
+
+:focus,a:active,a:hover {
+ outline: 0
+}
+
+p {
+ letter-spacing: .4px
+}
+
+b,strong {
+ font-weight: 600
+}
+
+em,i {
+ font-style: italic
+}
+
+.card-box-title {
+ color: #375c71;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.375em;
+ letter-spacing: .0454em;
+ line-height: 1.2272;
+ position: relative;
+ z-index: 1
+}
+
+.card-box-title i {
+ -webkit-font-feature-settings: "smcp";
+ font-feature-settings: "smcp";
+ font-size: 1.047em;
+ font-style: normal;
+ font-variant: small-caps
+}
+
+@media(max-width: 47.9375em) {
+ .card-box-title {
+ font-size:1.25em;
+ letter-spacing: .0455em;
+ line-height: 1.2
+ }
+}
+
+h1,h2,h3,h4,h5,h6 {
+ font-family: Playfair Display,serif;
+ font-weight: 700
+}
+
+a {
+ color: #002f5c;
+ outline: 0
+}
+
+a:hover {
+ text-decoration: underline
+}
+
+i {
+ font-style: inherit
+}
+
+p {
+ color: #3b3e41;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-weight: 400;
+ letter-spacing: .025rem
+}
+
+button {
+ outline: 0
+}
+
+.x-link {
+ -webkit-font-feature-settings: "smcp";
+ font-feature-settings: "smcp";
+ font-size: 18px;
+ font-variant: small-caps
+}
+
+.section-title {
+ color: #375c71;
+ display: inline-block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 2.625em;
+ font-weight: 300;
+ letter-spacing: .0285em;
+ line-height: 1.1904;
+ margin-bottom: .3571em;
+ margin-top: .5238em;
+ padding-bottom: .2857em;
+ position: relative;
+ text-align: center
+}
+
+.section-title:after {
+ border-bottom: 1px solid #375c71;
+ bottom: 0
+}
+
+.section-title.border-on-top:before,.section-title:after {
+ content: "";
+ left: 50%;
+ margin-left: -20.4466%;
+ position: absolute;
+ width: 40.8932%
+}
+
+.section-title.border-on-top:before {
+ border-top: 1px solid #375c71;
+ top: 0
+}
+
+.section-title.border-on-top:after {
+ border-bottom: 0
+}
+
+.card-box h2,.card-box h4 {
+ color: #375c71;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.375em;
+ letter-spacing: .0454em;
+ line-height: 1.2272;
+ position: relative;
+ z-index: 1
+}
+
+.card-box h2 i,.card-box h4 i {
+ -webkit-font-feature-settings: "smcp";
+ font-feature-settings: "smcp";
+ font-size: 1.047em;
+ font-style: normal;
+ font-variant: small-caps
+}
+
+@media(max-width: 47.9375em) {
+ .card-box h2,.card-box h4 {
+ font-size:1.25em;
+ letter-spacing: .0455em;
+ line-height: 1.2
+ }
+}
+
+.card-box {
+ background: #fff;
+ border-radius: 2px;
+ box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
+ clear: both;
+ float: none;
+ margin-bottom: 1.25em;
+ min-height: 5em;
+ overflow: hidden;
+ padding: 1.9375em 1.3125em;
+ position: relative
+}
+
+.card-box h4,.card-box h5,.card-box h6 {
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif
+}
+
+.card-box h5 {
+ color: #3b3e41;
+ font-size: 1.375em;
+ letter-spacing: .0454em;
+ line-height: 1.2272em;
+ margin: .2727em 0
+}
+
+.card-box h6 {
+ color: #000;
+ font-size: 1em;
+ font-weight: 400;
+ letter-spacing: .05em;
+ margin-top: 1em
+}
+
+.card-box .blue-heading {
+ color: #97b7c9;
+ font-size: 1.125em;
+ font-weight: 300;
+ letter-spacing: .0777em;
+ line-height: 1.2222;
+ margin-top: .3em
+}
+
+.card-box a {
+ color: #265667;
+ font-weight: 300;
+ letter-spacing: .0625em
+}
+
+.card-box p {
+ clear: both;
+ font-size: 1em;
+ font-weight: 400;
+ letter-spacing: .05em
+}
+
+.card-box .card-primary-content {
+ margin-top: 1.125em
+}
+
+.small-box {
+ clear: none;
+ float: left;
+ margin-right: 3.49%;
+ min-height: 8.125em;
+ overflow: hidden;
+ padding: .6875em 2.68% 1.9375em;
+ width: 42.895%
+}
+
+.end.small-box {
+ margin-right: 0
+}
+
+.outer-container {
+ position: relative;
+ transition: position .3s ease-in
+}
+
+@media(max-width: 767px) {
+ .outer-container {
+ overflow:hidden
+ }
+}
+
+.main-container,.main-wrapper {
+ position: relative
+}
+
+.main-wrapper {
+ margin: 0 auto;
+ /* margin: 0 25px; */
+ /* margin-right: 25px; */
+
+ /* max-width: 1136px; */
+ max-width: 100%;
+ text-align: center;
+ /* margin-left: 0px; */
+ width: 100%
+}
+
+.noAds .main-wrapper {
+ padding: 1em 0
+}
+
+.lr-cols-area {
+ box-sizing: border-box;
+ display: block;
+ float: left;
+ margin-bottom: 2.5em;
+ margin-top: 0;
+ text-align: left;
+ width: 100%
+}
+
+.left-content {
+ margin: 0;
+ padding-right: 1em;
+ position: relative;
+ width: calc(100% - 305px)
+}
+
+.left-content,.right-rail {
+ box-sizing: border-box;
+ display: inline-block;
+ float: none;
+ vertical-align: top
+}
+
+.right-rail {
+ margin-left: 0;
+ width: 300px
+}
+
+.right-rail a {
+ text-decoration: none
+}
+
+.right-rail a:hover {
+ color: inherit;
+ text-decoration: underline
+}
+
+.word-and-pronunciation {
+ display: table;
+ margin: 0 auto;
+ table-layout: fixed;
+ vertical-align: middle
+}
+
+.slick-next,.slick-prev {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/header-social-sprite.png);
+ background-repeat: no-repeat;
+ background-size: auto auto;
+ background-size: initial;
+ border: 0;
+ height: 32px;
+ position: absolute;
+ right: 0;
+ text-indent: -10000px;
+ width: 32px
+}
+
+.slick-next.clone,.slick-prev.clone {
+ left: 0
+}
+
+.slick-prev {
+ background-position: 0 0;
+ top: 1.3em
+}
+
+.slick-next {
+ background-position: 0 0;
+ top: 3.1em
+}
+
+@media(max-width: 47.9375em) {
+ .lr-cols-area {
+ display:block
+ }
+
+ .left-content,.right-rail {
+ display: block;
+ float: none;
+ margin: 0;
+ padding: 0;
+ width: 100%
+ }
+}
+
+@media(min-width: 768px) {
+ .sticky-column {
+ position:relative
+ }
+
+ .sticky-column .fixed-wrapper:first-child {
+ overflow: hidden;
+ top: 0;
+ width: inherit
+ }
+
+ .sticky-column.state-normal .fixed-wrapper {
+ position: relative
+ }
+
+ .sticky-column.state-middle .fixed-wrapper {
+ bottom: 80px;
+ position: fixed;
+ top: auto
+ }
+
+ .sticky-column.state-bottom .fixed-wrapper {
+ bottom: 80px;
+ position: absolute;
+ top: auto
+ }
+}
+
+@media(max-width: 40.125em),(min-width:47.9375em)and (max-width:60em) {
+ .small-box {
+ float:none;
+ margin-right: 0;
+ width: auto
+ }
+}
+
+.first-known-box h4 {
+ position: relative;
+ z-index: 1
+}
+
+@media(max-width: 72.875em) {
+ .main-wrapper {
+ margin-left:2.5em;
+ margin-right: .9375em;
+ width: auto
+ }
+
+ .main-wrapper.game-landing-wrapper {
+ margin-left: .9375em;
+ margin-right: .9375em;
+ max-width: 1136px
+ }
+}
+
+@media(max-width: 76.125em) {
+ .main-wrapper {
+ margin-left:2.5em;
+ max-width: 1115px
+ }
+}
+
+.blue-divide {
+ background: #cbe1ea;
+ border: 0;
+ float: left;
+ height: .25em;
+ margin-bottom: 1.438em;
+ position: relative;
+ width: 100%
+}
+
+.blue-divide.thin-divide {
+ height: .0625em
+}
+
+@media(max-width: 47.9375em) {
+ .blue-divide {
+ margin-bottom:.938em;
+ margin-top: .938em
+ }
+}
+
+.gray-divide {
+ background: #dadada;
+ border: 0;
+ float: left;
+ height: .0625em;
+ margin-bottom: 1.438em;
+ position: relative;
+ width: 100%
+}
+
+.gray-divide.home-divide {
+ float: none;
+ margin-bottom: 0
+}
+
+.gray-divide.article-divide {
+ margin-bottom: 0
+}
+
+.white-bg-wrapper {
+ position: relative
+}
+
+.white-bg-wrapper:before {
+ background-color: #fff;
+ bottom: 0;
+ content: "";
+ display: block;
+ left: 50%;
+ margin-left: -50vw;
+ position: absolute;
+ top: 0;
+ width: 100vw
+}
+
+.definition-list .definition-inner-item .intro-colon,.definition-list .intro-colon,.intro-colon {
+ display: inline;
+ display: initial;
+ font-weight: 600;
+ margin: initial
+}
+
+.definition-list .definition-inner-item .intro-colon:after,.definition-list .intro-colon:after,.intro-colon:after {
+ content: "Â "
+}
+
+#sovrn_beacon {
+ display: none
+}
+
+.fb_iframe_widget_fluid span,iframe.fb_ltr {
+ width: 100%!important
+}
+
+.slick-arrow,.toggle-trigger {
+ -webkit-tap-highlight-color: rgba(0,0,0,0)!important
+}
+
+.wod-l-hover {
+ border-bottom: 1px solid transparent
+}
+
+.wod-l-hover:hover {
+ border-bottom: 1px solid #000!important
+}
+
+.primary-button {
+ background: #ae0015;
+ border: 0;
+ border-radius: 6px;
+ color: #fff;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 400;
+ height: 38px;
+ letter-spacing: .125em;
+ line-height: .9375em
+}
+
+.primary-button:hover {
+ background: #c42236
+}
+
+.right-arrow-link,a.see-all-link {
+ display: block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-weight: 700;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ padding-left: 1em;
+ position: relative;
+ text-align: left;
+ text-indent: .3125em;
+ text-transform: uppercase
+}
+
+.right-arrow-link:after,a.see-all-link:after {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/sidebar/quiz-carat.png);
+ background-position: 100% 0;
+ background-repeat: no-repeat;
+ content: "";
+ display: inline-block;
+ height: 1em;
+ margin-right: .3125em;
+ vertical-align: baseline;
+ vertical-align: top;
+ width: 1em
+}
+
+.right-arrow-link:hover,a.see-all-link:hover {
+ color: #c42236;
+ text-decoration: none
+}
+
+.fa-angle-double-left,.fa-angle-double-right,.fa-angle-left,.fa-angle-right {
+ background-position: 50%;
+ background-repeat: no-repeat;
+ background-size: contain;
+ display: inline-block;
+ height: 32px;
+ width: 14px
+}
+
+.fa-angle-double-left {
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAXVBMVEUAAACuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABX8qunYAAAAHnRSTlMAAQIEBQYJCxATFBYoKS05PENLeHl/iLW+wMfc7fEt7PnjAAAAZklEQVQoke3JVw6AIBBF0VHsWLD32f8yZaIQhEQXoO/r5h0Ac6GvMwZrfF+CKwesbUNclCGWtuGsDQvHmDbxIcseDDp6cqqIajIN2CyvnVMK0uHXF/W0No72Z0rdErjr2Kqs1hTgABTAHxRh/YuMAAAAAElFTkSuQmCC")
+}
+
+.disabled .fa-angle-double-left {
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAXVBMVEUAAADDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8OXSD8oAAAAHnRSTlMAAQIEBQYJCxATFBYoKS05PENLeHl/iLW+wMfc7fEt7PnjAAAAZklEQVQoke3JVw6AIBBF0VHsWLD32f8yZaIQhEQXoO/r5h0Ac6GvMwZrfF+CKwesbUNclCGWtuGsDQvHmDbxIcseDDp6cqqIajIN2CyvnVMK0uHXF/W0No72Z0rdErjr2Kqs1hTgABTAHxRh/YuMAAAAAElFTkSuQmCC")
+}
+
+.fa-angle-left {
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAM1BMVEUAAACuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABU30/8UAAAAEHRSTlMAAQIEBQYUFih4eX+1wMfxUDWKYQAAAENJREFUKFPtyTkSACAIBEG8b+H/r5XESKXMdaKtbYAlp9dvFrDbsxF1wahJZp40LxhkNop7A9MYMXy9ViVoORhrTXMOIvYIcwU0+tIAAAAASUVORK5CYII=")
+}
+
+.disabled .fa-angle-left {
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAM1BMVEUAAADDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8N19kIVAAAAEHRSTlMAAQIEBQYUFih4eX+1wMfxUDWKYQAAAENJREFUKFPtyTkSACAIBEG8b+H/r5XESKXMdaKtbYAlp9dvFrDbsxF1wahJZp40LxhkNop7A9MYMXy9ViVoORhrTXMOIvYIcwU0+tIAAAAASUVORK5CYII=")
+}
+
+.fa-angle-right {
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcBAMAAACAI8KnAAAAMFBMVEUAAACuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABW9jXgDAAAAD3RSTlMACQsQEyktOTxDS4i+3O3Sd059AAAAQklEQVQY02NgYGBgYkAB8zcg89j+/0bmsv7/jyLdjyrNMYikz///iMTj/v+/AYm7//+PAZbkQpVkfv8DJRZ8C+BMADVCQmmVgQ/HAAAAAElFTkSuQmCC")
+}
+
+.disabled .fa-angle-right {
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcBAMAAACAI8KnAAAAMFBMVEUAAADDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8Nrre36AAAAD3RSTlMACQsQEyktOTxDS4i+3O3Sd059AAAAQklEQVQY02NgYGBgYkAB8zcg89j+/0bmsv7/jyLdjyrNMYikz///iMTj/v+/AYm7//+PAZbkQpVkfv8DJRZ8C+BMADVCQmmVgQ/HAAAAAElFTkSuQmCC")
+}
+
+.anchor-to-typeshift .fa-angle-right {
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIBAMAAAA2IaO4AAAAMFBMVEUAAAB1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXWzWOQtAAAAEHRSTlMAAQIGCBAYGUd4gqOlzM71mDcHLQAAAChJREFUCB1j4ExgYGBguQYkGPwKgATrZyAh08DAwLgDyOACMhiYgBgAbdIE25ZOpcIAAAAASUVORK5CYII=");
+ height: 7px;
+ width: 7px
+}
+
+.fa-angle-double-right {
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAXVBMVEUAAACuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABX8qunYAAAAHnRSTlMAAQIEBQYJCxATFBYoKS05PENLeHl/iLW+wMfc7fEt7PnjAAAAY0lEQVQoU+3JRxKAIBBE0TZnxYR57n9MHQsogSvYq1/9AGTQCxM460mqiversq0l0roTOdqQ0Y08FUajXz0tLV1ZU66aa/qa5EdwVddTW/Tbu8FY4BnyUxkwuwYUR6dzXGy7ATR0HxTh1MbWAAAAAElFTkSuQmCC")
+}
+
+.disabled .fa-angle-double-right {
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAXVBMVEUAAADDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8OXSD8oAAAAHnRSTlMAAQIEBQYJCxATFBYoKS05PENLeHl/iLW+wMfc7fEt7PnjAAAAY0lEQVQoU+3JRxKAIBBE0TZnxYR57n9MHQsogSvYq1/9AGTQCxM460mqiversq0l0roTOdqQ0Y08FUajXz0tLV1ZU66aa/qa5EdwVddTW/Tbu8FY4BnyUxkwuwYUR6dzXGy7ATR0HxTh1MbWAAAAAElFTkSuQmCC")
+}
+
+.fa-angle-down,.fa-chevron-down,.fa-chevron-right,.fa-minus,.fa-plus {
+ background-position: 50%;
+ background-repeat: no-repeat;
+ background-size: contain;
+ display: inline-block;
+ height: 10px;
+ width: 10px
+}
+
+.fa-chevron-down {
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAJ1BMVEUAAACuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWQ0gaaAAAADHRSTlMAAQIFRkyJm53HyMogFRo2AAAAU0lEQVQI12NgwA0YU0CkmwADx5kABgbWMwUM0meOMjDEnNnIwLznTADrmdMGDAzWZ47GnNkMVAcUOnPKAKTD6syZxWADmNdABIBCk6FmMikw4AUAx/wWUqbJxEIAAAAASUVORK5CYII=");
+ background-position: 0 2px;
+ height: 12px;
+ width: 12px
+}
+
+.fa-chevron-right {
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAAM1BMVEUAAACuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABU30/8UAAAAEHRSTlMAAQIDBAYKI0p3f7XFx8/7vCTl1wAAADZJREFUCFuNx7kRACAMA0Hx/6D+qyXBYwICLtoDkJqHFBe7XuHvVXKYYz/I8nJX28twUw2ELNq6YAJK4eBgPAAAAABJRU5ErkJggg==");
+ height: 12px;
+ width: 12px
+}
+
+.fa-plus {
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAIVBMVEUAAACuABWuABWuABWuABWuABWuABWuABWuABWuABWuABVlthLqAAAACnRSTlMABRgtNlJWrcf7OeGjrgAAAC1JREFUCB1jYGA0YgAC1pUgkm0VnOxatWrVJAYgsWoxg1v6qrRAFFkGlhUMDABlCAzB6iB4YQAAAABJRU5ErkJggg==")
+}
+
+.fa-minus {
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAHlBMVEUAAACuABWuABWuABWuABWuABWuABWuABWuABWuABXCHS1fAAAACXRSTlMABRgtNlJWx/tdB+OUAAAAHUlEQVQIHWPABJUzZ85sYpgJBJMZ3NLS0gIZcAAA/lQHh4Kmv48AAAAASUVORK5CYII=")
+}
+
+.fa-angle-down {
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAAMFBMVEUAAADk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTykhokAAAAD3RSTlMAAQIECiMlYWJ3psPc3v2CpcpnAAAARklEQVQIW2NgIAgUoLQBg9QVCIvjGUP8Xwcws/83A8d/sDCY6gcLg0kwHyoHEoBIgUSggiDh+VBjgMIwQZghYMB+hIF8AABJKyB+OnNcUQAAAABJRU5ErkJggg==")
+}
+
+.nav-link:hover .fa-angle-down {
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAAMFBMVEUAAACtvMWtvMWtvMWtvMWtvMWtvMWtvMWtvMWtvMWtvMWtvMWtvMWtvMWtvMWtvMVQjYvaAAAAD3RSTlMAAQIECiMlYWJ3psPc3v2CpcpnAAAARklEQVQIW2NgIAgUoLQBg9QVCIvjGUP8Xwcws/83A8d/sDCY6gcLg0kwHyoHEoBIgUSggiDh+VBjgMIwQZghYMB+hIF8AABJKyB+OnNcUQAAAABJRU5ErkJggg==")
+}
+
+.age-popup .fa-angle-down {
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJBAMAAAASvxsjAAAAMFBMVEUAAACuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABWuABW9jXgDAAAAEHRSTlMAAggLDA8WHh8id6avsOvxCeC9RwAAACtJREFUCFtjYAADFiA2YNBrYODawMD2nGGtAAND3qyDQEG2PwIg+UAGFAAAwWsGc9XhXD4AAAAASUVORK5CYII=");
+ height: 14px;
+ width: 9px
+}
+
+.round-button .fa-angle-right {
+ height: 22px;
+ width: 13px
+}
+
+.round-button:hover .fa-angle-right {
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAP1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////9Du/pqAAAAFHRSTlMAAQsOFBheY3h5e4WGiLfD197g6AKE2vwAAAA4SURBVBhXY2DAAlgFmFEF2ESE0US4iBDhxBDhICzCKCjChyLAKyLEhI/PQ4DPjcZnR+MzsPAj8QFk4gLFdH6sXAAAAABJRU5ErkJggg==")
+}
+
+.anchor-list .fa-chevron-down,.def-blue .fa-chevron-down,.explorer-wrapper .fa-chevron-down {
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAJ1BMVEUAAABTgp1Tgp1Tgp1Tgp1Tgp1Tgp1Tgp1Tgp1Tgp1Tgp1Tgp1Tgp2RgECWAAAADHRSTlMAAQIFRkyJm53HyMogFRo2AAAAU0lEQVQI12NgwA0YU0CkmwADx5kABgbWMwUM0meOMjDEnNnIwLznTADrmdMGDAzWZ47GnNkMVAcUOnPKAKTD6syZxWADmNdABIBCk6FmMikw4AUAx/wWUqbJxEIAAAAASUVORK5CYII=")
+}
+
+.anchor-list .fa-chevron-right,.def-blue .fa-chevron-right,.explorer-wrapper .fa-chevron-right {
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAANlBMVEUAAABTgp1Tgp1Tgp1Tgp1Tgp1Tgp1Tgp1Tgp1Tgp1Tgp1Tgp1Tgp1Tgp1Tgp1Tgp1Tgp1Tgp0k2SjbAAAAEXRSTlMAAgMEBwpPcXuDjMPF0dPV/f8KXjEAAAA7SURBVBhXtci3AQAgDANBkXPw/sviDkxHgSrdAzylIWbqsCIUIlkyfSpucvHbtrHz4f5mjMuIl4GQ9l8ZqQQPxc3QUgAAAABJRU5ErkJggg==")
+}
+
+.block2p0emh {
+ height: 2em
+}
+
+.block1p5emh {
+ height: 1.5em
+}
+
+.margin-0 {
+ margin: 0
+}
+
+.margin-t-0 {
+ margin-top: 0
+}
+
+.margin-t-30px {
+ margin-top: 30px
+}
+
+.margin-t-0p25em {
+ margin-top: .25em
+}
+
+.margin-t-03181em {
+ margin-top: .3181em
+}
+
+.margin-t-0375em {
+ margin-top: .375em
+}
+
+.margin-t-0p4375em {
+ margin-top: .4375em
+}
+
+.margin-t-0p5em {
+ margin-top: .5em
+}
+
+.margin-t-0p625em {
+ margin-top: .625em
+}
+
+.margin-t-0p9375em {
+ margin-top: .9375em
+}
+
+.margin-t-1p2em {
+ margin-top: 1.2em
+}
+
+.margin-t-1p25em {
+ margin-top: 1.25em
+}
+
+.margin-t-2p5em {
+ margin-top: 2.5em
+}
+
+.margin-b-0 {
+ margin-bottom: 0
+}
+
+.margin-b-0p333em {
+ margin-bottom: .333em
+}
+
+.margin-b-0p75em {
+ margin-bottom: .75em
+}
+
+.margin-b-0p938em {
+ margin-bottom: .938em
+}
+
+.margin-b-1p375em {
+ margin-bottom: 1.375em
+}
+
+.margin-b-1363em {
+ margin-bottom: 1.363em
+}
+
+.margin-b-1875em {
+ margin-bottom: 1.875em
+}
+
+.margin-b-2p5em {
+ margin-bottom: 2.5em
+}
+
+.margin-tb-067em {
+ margin-bottom: .67em;
+ margin-top: .67em
+}
+
+.margin-tb-1363em {
+ margin-bottom: 1.363em;
+ margin-top: 1.363em
+}
+
+.margin-tb-1875em {
+ margin-bottom: 1.875em;
+ margin-top: 1.875em
+}
+
+.margin-lr-0 {
+ margin-left: 0;
+ margin-right: 0
+}
+
+.margin-lr-auto {
+ margin-left: auto;
+ margin-right: auto
+}
+
+.margin-l-04 {
+ margin-left: .4em
+}
+
+.margin-l-06 {
+ margin-left: .6em
+}
+
+.no-padding {
+ padding: 0!important
+}
+
+.padding-t-10px {
+ padding-top: 10px
+}
+
+.padding-lr-2p0em {
+ padding-left: 2em;
+ padding-right: 2em
+}
+
+.padding-lr-0p8em {
+ padding-left: .8em;
+ padding-right: .8em
+}
+
+.padding-lr-0p9375em {
+ padding-left: .9375em;
+ padding-right: .9375em
+}
+
+.padding-tb-1em {
+ padding-bottom: 1em;
+ padding-top: 1em
+}
+
+.padding-0p938em {
+ padding: .938em
+}
+
+.padding-r-1p4375em {
+ padding-right: 1.4375em
+}
+
+.padding-b-30px {
+ padding-bottom: 30px
+}
+
+.cafemedia-padding-b {
+ padding-bottom: 5rem!important
+}
+
+.b-shadow-t1 {
+ box-shadow: 0 0 4px 0 rgba(0,0,0,.1)
+}
+
+.async-hide {
+ opacity: 0!important
+}
+
+.lazyload,.lazyloading,.lozad {
+ max-width: 100%;
+ opacity: 0;
+ width: 100%
+}
+
+.lazyloaded {
+ max-width: 100%;
+ opacity: 1;
+ transition: opacity .3s ease-in-out
+}
+
+.home-widget-wrapper .wgt-games-home-3min .lazyload-container img.lazyloaded {
+ width: 100%
+}
+
+.lazyload-container {
+ background-color: #d7d5d5;
+ display: block;
+ height: 0;
+ position: relative
+}
+
+.lazyload-container img.lazyloaded {
+ width: 100%
+}
+
+.lazyload-container.ratio-9-4 {
+ padding-bottom: 44.444%
+}
+
+.lazyload-container.ratio-16-9 {
+ padding-bottom: 56.25%
+}
+
+.lazyload-container.ratio-3-2 {
+ padding-bottom: 66.67%
+}
+
+.lazyload-container.ratio-4-3 {
+ padding-bottom: 75%
+}
+
+.lazyload-container.ratio-58 {
+ padding-bottom: 58.05%
+}
+
+.lazyload-container.ratio-53,.lazyload-container.ratio-images {
+ padding-bottom: 53%
+}
+
+.lazyload-container.ratio-33 {
+ padding-bottom: 33.75%
+}
+
+.lazyload-container img.lazyload {
+ box-sizing: border-box;
+ height: 100%;
+ left: 0;
+ position: absolute;
+ top: 0;
+ width: 100%
+}
+
+.red-link {
+ color: #ae0015;
+ cursor: pointer;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-weight: 700
+}
+
+.red-link:hover {
+ color: #c42236;
+ text-decoration: none
+}
+
+ul li a {
+ color: #3b3e41;
+ cursor: pointer;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-weight: 400
+}
+
+.text-right {
+ text-align: right
+}
+
+.text-left {
+ text-align: left
+}
+
+.sline-ell {
+ display: block;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap
+}
+
+.bg-blue {
+ background: #184057
+}
+
+.bg-white {
+ background: #fff
+}
+
+.bg-gray {
+ background: #f4f4f4
+}
+
+.bg-light-blue {
+ background: #bbd4e2
+}
+
+.fade-in {
+ opacity: 1!important
+}
+
+.fade-out {
+ opacity: 0!important
+}
+
+.hidden {
+ display: none!important
+}
+
+.invisible {
+ visibility: hidden
+}
+
+.no-background {
+ background: none!important
+}
+
+.prevent-scroll {
+ overflow: hidden
+}
+
+.typo1 {
+ clear: both;
+ color: #3b3e41;
+ font-size: .9375em;
+ font-weight: 400;
+ letter-spacing: .05em;
+ line-height: 1.313em
+}
+
+.typo1,.typo2 {
+ font-family: Open Sans,Helvetica,Arial,sans-serif
+}
+
+.typo2 {
+ color: #265667;
+ font-size: 18px;
+ font-weight: 700;
+ letter-spacing: .2px;
+ line-height: 22px;
+ text-align: center
+}
+
+.typo3 {
+ color: #3b3e41;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .875em;
+ font-weight: 400;
+ letter-spacing: .025em;
+ line-height: 1.375em
+}
+
+.typo4 {
+ color: #000;
+ font-size: .625em;
+ font-style: italic;
+ letter-spacing: .026em;
+ line-height: .75em
+}
+
+.typo4,.typo5 {
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-weight: 300
+}
+
+.typo5 {
+ color: #fff;
+ font-size: 1.375em;
+ line-height: 2.375em
+}
+
+.typo6 {
+ color: #fff;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.125em;
+ font-weight: 400;
+ line-height: 32px
+}
+
+.typo7 {
+ font-size: 1.375em
+}
+
+.typo7,.typo8 {
+ color: #97b7c9;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-weight: 700;
+ letter-spacing: .0454em;
+ line-height: 1.2272
+}
+
+.typo8 {
+ font-size: 2em
+}
+
+.typo9 {
+ color: #375c71;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.375em;
+ letter-spacing: .0454em;
+ line-height: 1.2272
+}
+
+.typo10,.typo9 {
+ font-weight: 700
+}
+
+.typo10 {
+ color: #3b3e41;
+ font-family: Playfair Display,serif;
+ font-size: 1.2em
+}
+
+.typo11 {
+ color: #3b3e41;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1em;
+ font-weight: 400
+}
+
+.jc-card-box {
+ background: #fff;
+ border-radius: 2px;
+ box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
+ clear: both;
+ float: none;
+ min-height: 5em;
+ overflow: hidden;
+ position: relative
+}
+
+.x-btn-t1 {
+ box-sizing: border-box;
+ display: inline-block;
+ height: 24px;
+ line-height: 24px;
+ position: relative;
+ width: 24px
+}
+
+.x-btn-t1:after,.x-btn-t1:before {
+ background-color: #fff;
+ content: "";
+ display: block;
+ height: 3px;
+ left: 50%;
+ margin-left: -12px;
+ margin-top: -1.5px;
+ position: absolute;
+ top: 50%;
+ -webkit-transform: rotate(-45deg);
+ transform: rotate(-45deg);
+ transition: all .25s ease-out;
+ width: 24px
+}
+
+.x-btn-t1:after {
+ -webkit-transform: rotate(-135deg);
+ transform: rotate(-135deg)
+}
+
+.x-btn-t2 {
+ box-sizing: border-box;
+ display: inline-block;
+ height: 18px;
+ line-height: 18px;
+ position: relative;
+ width: 18px
+}
+
+.x-btn-t2:after,.x-btn-t2:before {
+ background-color: #fff;
+ content: "";
+ display: block;
+ height: 3px;
+ left: 50%;
+ margin-left: -9px;
+ margin-top: -1.5px;
+ position: absolute;
+ top: 50%;
+ -webkit-transform: rotate(-45deg);
+ transform: rotate(-45deg);
+ transition: all .25s ease-out;
+ width: 18px
+}
+
+.x-btn-t2:after {
+ -webkit-transform: rotate(-135deg);
+ transform: rotate(-135deg)
+}
+
+.social-t1 {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/smlr-social-icon-sprite.png);
+ background-repeat: no-repeat;
+ background-size: auto auto;
+ background-size: initial;
+ display: inline-block;
+ height: 22px;
+ overflow: hidden;
+ width: 22px
+}
+
+.social-t1.fb {
+ background-position: 0 0
+}
+
+.social-t1.fb:hover {
+ background-position: -32px 0
+}
+
+.social-t1.twitter {
+ background-position: -64px 0
+}
+
+.social-t1.twitter:hover {
+ background-position: -96px 0
+}
+
+.jc-wgt-title-type1 {
+ color: #375c71;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .812em;
+ font-weight: 700;
+ letter-spacing: .176em;
+ line-height: 1.375em;
+ text-align: center;
+ text-transform: uppercase
+}
+
+.jc-wgt-title-type1 a {
+ color: inherit
+}
+
+.jc-under-tline-type1 {
+ border-bottom: 1px solid #97b7c9;
+ display: block;
+ height: 1px;
+ margin-left: auto;
+ margin-right: auto;
+ max-width: 140px
+}
+
+.jc-wgt-title-type2 {
+ color: #375c71;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .813em;
+ font-weight: 700;
+ letter-spacing: .177em;
+ line-height: 1.692em;
+ text-align: center;
+ text-transform: uppercase
+}
+
+.jc-wgt-title-type2 a {
+ color: inherit
+}
+
+.jc-under-tline-type2 {
+ border-bottom: 1px solid #97b7c9;
+ display: block;
+ height: 1px;
+ margin-left: auto;
+ margin-right: auto;
+ max-width: 80px
+}
+
+.jc-wgt-title-type3 {
+ color: #375c71;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .813em;
+ font-weight: 700;
+ letter-spacing: .177em;
+ line-height: 1.375em;
+ text-align: center;
+ text-transform: uppercase
+}
+
+.jc-wgt-title-type3 a {
+ color: inherit
+}
+
+.u-wgt-title-type4 {
+ color: #3b3e41;
+ font-family: Playfair Display,serif;
+ font-size: 1.125em;
+ font-weight: 700;
+ letter-spacing: .047em;
+ line-height: 1.375em
+}
+
+.u-wgt-title-type4 a {
+ color: inherit;
+ font-weight: inherit;
+ letter-spacing: inherit
+}
+
+.u-title-type1 {
+ color: #375c71;
+ display: inline-block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 2.625em;
+ font-weight: 300;
+ letter-spacing: .0285em;
+ line-height: 1.1904;
+ margin: .5238em auto .3571em;
+ padding-bottom: .2857em;
+ position: relative;
+ text-align: center
+}
+
+.u-title-type1:after {
+ border-bottom: 1px solid #375c71;
+ bottom: 0;
+ content: "";
+ left: 50%;
+ margin-left: -20.4466%;
+ position: absolute;
+ width: 40.8932%
+}
+
+.u-subtitle-type1 {
+ color: #375c71;
+ display: inline-block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.3em;
+ font-weight: 400;
+ letter-spacing: .02em;
+ line-height: 1.1904;
+ margin-bottom: 50px;
+ margin-left: auto;
+ margin-right: auto;
+ margin-top: 5px!important;
+ padding-bottom: .2857em;
+ position: relative;
+ text-align: center
+}
+
+.u-subtitle-type1 a {
+ color: inherit;
+ text-decoration: none
+}
+
+.u-subtitle-type1 a:hover {
+ color: #375c71;
+ text-decoration: underline
+}
+
+.jc-play-icon-type1 {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/definitions/icon.pron@2x.png);
+ direction: ltr;
+ display: inline-block;
+ line-height: 37px;
+ margin-top: -13px;
+ text-indent: -9999px;
+ vertical-align: middle
+}
+
+.jc-play-icon-type1,.jc-play-icon-type1:hover {
+ background-size: 37px 37px;
+ height: 37px;
+ width: 37px
+}
+
+.jc-play-icon-type1:hover {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/definitions/icon.pron.hover@2x.png)
+}
+
+.mobile-only {
+ display: none!important
+}
+
+.no-mobile {
+ display: block
+}
+
+.show-mobile,.show-mobile-in {
+ display: none
+}
+
+.is-visible {
+ display: block!important
+}
+
+.univ-section-sub-title {
+ color: #375c71;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.375em;
+ letter-spacing: .0454em;
+ text-align: center
+}
+
+.univ-section-sub-title--bold {
+ font-weight: 700
+}
+
+.scrollDepth {
+ display: block;
+ float: left;
+ height: 0;
+ width: 100%
+}
+
+.clearfix2 {
+ clear: both
+}
+
+.rail-blue-divide {
+ background: #cbe1ea;
+ border: 0;
+ height: 1px;
+ margin-bottom: 1.44em
+}
+
+@media(max-width: 47.9375em) {
+ .rail-blue-divide {
+ margin-bottom:.938em;
+ margin-top: .938em
+ }
+}
+
+.univ-title-container {
+ margin-top: 1.563em;
+ text-align: left
+}
+
+.univ-title-container .rubric-text {
+ color: #375c71;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.125em;
+ letter-spacing: 1px;
+ text-align: left
+}
+
+.univ-title-container .rubric-text a {
+ color: #002f5c;
+ text-decoration: none
+}
+
+.univ-title-container .rubric-text a:hover {
+ text-decoration: underline
+}
+
+.univ-title-container .title-lg {
+ font-size: 2.75em;
+ font-weight: 400;
+ letter-spacing: 1.6px;
+ line-height: 1.2em;
+ margin: 12px 0 17px
+}
+
+.univ-title-container .title-sm {
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.875em;
+ font-weight: 300;
+ letter-spacing: .1em;
+ line-height: 34px;
+ margin-bottom: 21px
+}
+
+.in-cnt-type1 {
+ max-width: 1136px
+}
+
+.in-cnt-type1,.in-cnt-type2 {
+ margin: 0 auto;
+ position: relative;
+ width: 100%
+}
+
+.in-cnt-type2 {
+ max-width: 780px
+}
+
+.in-cnt-type3 {
+ max-width: 1160px
+}
+
+.in-cnt-type3,.in-cnt-type4 {
+ margin: 0 auto;
+ position: relative;
+ width: 100%
+}
+
+.in-cnt-type4 {
+ max-width: 1136px
+}
+
+.in-cnt-type7 {
+ margin: 0 auto;
+ max-width: 600px;
+ position: relative;
+ width: 100%
+}
+
+.link-button {
+ background-color: #ae0015!important;
+ border: 0!important;
+ border-radius: 6px!important;
+ color: #fff!important;
+ cursor: pointer;
+ display: inline-block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif!important;
+ font-size: 12px!important;
+ font-weight: 600!important;
+ letter-spacing: 2px;
+ line-height: .9375em!important;
+ text-transform: uppercase!important
+}
+
+.link-button:hover {
+ background-color: #c42236!important;
+ text-decoration: none!important
+}
+
+.bold-600 {
+ font-weight: 600!important
+}
+
+.extended-white-bg>* {
+ position: relative
+}
+
+.extended-white-bg:before {
+ background-color: #fff;
+ bottom: 0;
+ content: "";
+ height: 100%;
+ left: 50%;
+ margin-left: -50vw;
+ position: absolute;
+ top: 0;
+ width: 100vw
+}
+
+.area-title {
+ color: #375c71;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .8125em;
+ letter-spacing: .2437em;
+ line-height: 1.375em;
+ margin-bottom: 1.5em;
+ padding-bottom: .875em;
+ position: relative;
+ text-transform: uppercase
+}
+
+.area-title:after {
+ border-bottom: 1px solid #618396;
+ bottom: 0;
+ content: "";
+ left: 50%;
+ margin-left: -2.85em;
+ position: absolute;
+ width: 5.7em
+}
+
+.arrow-up-box {
+ background-color: #fff;
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/uparrow.svg);
+ background-position: 50%;
+ background-repeat: no-repeat;
+ border: 1px solid #ddd;
+ border-radius: 6px;
+ bottom: 10px;
+ box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
+ cursor: pointer;
+ height: 44px;
+ left: 10px;
+ opacity: .9;
+ position: fixed;
+ width: 44px
+}
+
+.arrow-up-box:hover {
+ opacity: .6
+}
+
+.right-arrow-link,a.see-all-link {
+ color: #ae0015;
+ display: inline-block;
+ font-size: .75em
+}
+
+.share-bar-plus {
+ align-items: center;
+ display: flex;
+ height: 36px;
+ justify-content: center
+}
+
+.share-bar-plus .share-bar-action {
+ align-items: center;
+ display: flex;
+ height: 36px;
+ transition: all .5s ease-in-out
+}
+
+.share-bar-plus .share-plus {
+ border: 1px solid #ae0015;
+ border-radius: 50%;
+ box-sizing: border-box;
+ cursor: pointer;
+ display: inline-block;
+ height: 36px;
+ transition: all .85s ease-in-out;
+ width: 36px
+}
+
+.share-bar-plus .share-plus.icon-plus {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/iconplus.svg);
+ background-position: 50%;
+ background-repeat: no-repeat;
+ background-size: 18px 18px
+}
+
+.share-bar-plus .share-plus.icon-minus {
+ -webkit-transform: rotate(45deg);
+ transform: rotate(45deg)
+}
+
+.share-bar-plus .share-container {
+ height: 36px;
+ margin-left: 8px;
+ position: relative;
+ transition: all .85s ease-in-out;
+ width: 46px
+}
+
+.share-bar-plus .share-text {
+ color: #ae0015;
+ cursor: pointer;
+ display: inline-block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 12px;
+ font-weight: 600;
+ height: 36px;
+ left: 0;
+ letter-spacing: 1.3px;
+ line-height: 36px;
+ position: absolute;
+ text-transform: uppercase;
+ transition: opacity .35s ease-in-out
+}
+
+.share-bar-plus .share-text.delay {
+ transition-delay: .45s;
+ transition: opacity .35s ease-in-out,width .35s ease-in-out
+}
+
+.share-bar-plus .share-icon-list {
+ align-items: center;
+ display: flex;
+ position: absolute;
+ transition: width .35s ease-in-out;
+ width: 82px;
+ z-index: 2
+}
+
+.share-bar-plus .share-icon-list .share-link {
+ display: inline-block;
+ margin-right: 8px;
+ opacity: 0
+}
+
+.share-bar-plus .share-icon-list .share-link.opacity-1 {
+ opacity: 1
+}
+
+.share-bar-plus .share-icon-list .share-link:last-child {
+ margin-right: 0
+}
+
+.share-bar-plus .share-icon-list .share-link.delay,.share-bar-plus .share-icon-list .share-link.delay.fb {
+ transition-delay: .35s
+}
+
+.share-bar-plus .share-icon-list .share-link.delay.twitter {
+ transition-delay: .45s
+}
+
+.share-bar-plus .hide {
+ margin: 0!important;
+ opacity: 0!important;
+ width: 0!important
+}
+
+.share-bar-plus.hide2 {
+ -webkit-animation-duration: .5s;
+ animation-duration: .5s;
+ -webkit-animation-fill-mode: both;
+ animation-fill-mode: both;
+ -webkit-animation-name: fadeInRight;
+ animation-name: fadeInRight
+}
+
+.share-bar-plus.open .share-container {
+ width: 82px
+}
+
+.anchor-name {
+ display: block;
+ position: relative;
+ top: -20px;
+ visibility: hidden
+}
+
+@media(max-width: 1025px) {
+ .desktop-only {
+ display:none!important
+ }
+}
+
+@media(max-width: 767px) {
+ .in-cnt-type4 {
+ min-width:auto
+ }
+
+ .univ-title-container .title-lg {
+ font-size: 2.25em;
+ line-height: 1.2em
+ }
+
+ .area-title {
+ line-height: 1.6923
+ }
+
+ .no-mobile {
+ display: none
+ }
+
+ .show-mobile {
+ display: block
+ }
+
+ .show-mobile-in {
+ display: inline
+ }
+
+ .hide-mobile {
+ display: none
+ }
+
+ .mobile-only {
+ display: block!important
+ }
+
+ .typo10 {
+ font-size: 1.0625em
+ }
+
+ .typo11 {
+ font-size: .9375em
+ }
+
+ .anchor-name {
+ top: -40px
+ }
+}
+
+@media(max-width: 530px) {
+ .univ-title-container .title-lg {
+ font-size:2em;
+ line-height: 1.2em
+ }
+
+ .univ-title-container .title-sm {
+ font-size: 22px;
+ letter-spacing: .8px;
+ line-height: 28px;
+ margin-bottom: 0
+ }
+}
+
+.mw-grid-table-list {
+ position: relative
+}
+
+.mw-grid-table-list ul {
+ width: 100%
+}
+
+.mw-grid-table-list ul li a span {
+ background-image: linear-gradient(90deg,#97bece 100%,transparent 0);
+ background-position: 0 1.15em;
+ background-repeat: repeat-x;
+ background-size: 3px 1px;
+ color: #265667;
+ font-size: 18px;
+ line-height: 22px
+}
+
+.mw-grid-table-list ul li a:hover {
+ cursor: pointer;
+ text-decoration: none
+}
+
+.mw-grid-table-list ul li a:hover span {
+ background-image: linear-gradient(90deg,#265667 100%,transparent 0)
+}
+
+:root {
+ --bs-blue: #0d6efd;
+ --bs-indigo: #6610f2;
+ --bs-purple: #6f42c1;
+ --bs-pink: #d63384;
+ --bs-red: #b00007;
+ --bs-orange: #fd7e14;
+ --bs-yellow: #ffc107;
+ --bs-green: #198754;
+ --bs-teal: #20c997;
+ --bs-cyan: #0dcaf0;
+ --bs-white: #fff;
+ --bs-gray: #6c757d;
+ --bs-gray-dark: #343a40;
+ --bs-gray-100: #f8f9fa;
+ --bs-gray-200: #e9ecef;
+ --bs-gray-300: #dee2e6;
+ --bs-gray-400: #ced4da;
+ --bs-gray-500: #adb5bd;
+ --bs-gray-600: #6c757d;
+ --bs-gray-700: #495057;
+ --bs-gray-800: #343a40;
+ --bs-gray-900: #212529;
+ --bs-primary: #0d6efd;
+ --bs-secondary: #6c757d;
+ --bs-success: #198754;
+ --bs-info: #0dcaf0;
+ --bs-warning: #ffc107;
+ --bs-danger: #b00007;
+ --bs-light: #f8f9fa;
+ --bs-dark: #212529;
+ --bs-primary-rgb: 13,110,253;
+ --bs-secondary-rgb: 108,117,125;
+ --bs-success-rgb: 25,135,84;
+ --bs-info-rgb: 13,202,240;
+ --bs-warning-rgb: 255,193,7;
+ --bs-danger-rgb: 176,0,7;
+ --bs-light-rgb: 248,249,250;
+ --bs-dark-rgb: 33,37,41;
+ --bs-white-rgb: 255,255,255;
+ --bs-black-rgb: 59,62,65;
+ --bs-body-color-rgb: 33,37,41;
+ --bs-body-bg-rgb: 255,255,255;
+ --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
+ --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
+ --bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));
+ --bs-body-font-family: var(--bs-font-sans-serif);
+ --bs-body-font-size: 1rem;
+ --bs-body-font-weight: 400;
+ --bs-body-line-height: 1.5;
+ --bs-body-color: #212529;
+ --bs-body-bg: #fff
+}
+
+*,:after,:before {
+ box-sizing: border-box
+}
+
+@media(prefers-reduced-motion:no-preference) {
+ :root {
+ scroll-behavior: smooth
+ }
+}
+
+body {
+ -webkit-text-size-adjust: 100%;
+ -webkit-tap-highlight-color: rgba(59,62,65,0);
+ background-color: #fff;
+ background-color: var(--bs-body-bg);
+ color: #212529;
+ color: var(--bs-body-color);
+ font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
+ font-family: var(--bs-body-font-family);
+ font-size: 1rem;
+ font-size: var(--bs-body-font-size);
+ font-weight: 400;
+ font-weight: var(--bs-body-font-weight);
+ line-height: 1.5;
+ line-height: var(--bs-body-line-height);
+ margin: 0;
+ text-align: var(--bs-body-text-align)
+}
+
+hr {
+ background-color: currentColor;
+ border: 0;
+ color: inherit;
+ margin: 1rem 0;
+ opacity: 1
+}
+
+hr:not([size]) {
+ height: 1px
+}
+
+.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
+ font-weight: 500;
+ line-height: 1.2;
+ margin-bottom: .5rem;
+ margin-top: 0
+}
+
+.h1,h1 {
+ font-size: calc(1.375rem + 1.5vw)
+}
+
+@media(min-width: 1200px) {
+ .h1,h1 {
+ font-size:2.5rem
+ }
+}
+
+.h2,h2 {
+ font-size: calc(1.325rem + .9vw)
+}
+
+@media(min-width: 1200px) {
+ .h2,h2 {
+ font-size:2rem
+ }
+}
+
+.h3,h3 {
+ font-size: calc(1.3rem + .6vw)
+}
+
+@media(min-width: 1200px) {
+ .h3,h3 {
+ font-size:1.75rem
+ }
+}
+
+.h4,h4 {
+ font-size: calc(1.275rem + .3vw)
+}
+
+@media(min-width: 1200px) {
+ .h4,h4 {
+ font-size:1.5rem
+ }
+}
+
+.h5,h5 {
+ font-size: 1.25rem
+}
+
+.h6,h6 {
+ font-size: 1rem
+}
+
+p {
+ margin-bottom: 1rem;
+ margin-top: 0
+}
+
+abbr[data-bs-original-title],abbr[title] {
+ cursor: help;
+ -webkit-text-decoration: underline dotted;
+ text-decoration: underline dotted;
+ -webkit-text-decoration-skip-ink: none;
+ text-decoration-skip-ink: none
+}
+
+address {
+ font-style: normal;
+ line-height: inherit;
+ margin-bottom: 1rem
+}
+
+ol,ul {
+ padding-left: 2rem
+}
+
+dl,ol,ul {
+ margin-bottom: 1rem;
+ margin-top: 0
+}
+
+ol ol,ol ul,ul ol,ul ul {
+ margin-bottom: 0
+}
+
+dt {
+ font-weight: 700
+}
+
+dd {
+ margin-bottom: .5rem;
+ margin-left: 0
+}
+
+blockquote {
+ margin: 0 0 1rem
+}
+
+b,strong {
+ font-weight: bolder
+}
+
+.small,small {
+ font-size: .875em
+}
+
+.mark,mark {
+ background-color: #fcf8e3;
+ padding: .2em
+}
+
+sub,sup {
+ font-size: .75em;
+ line-height: 0;
+ position: relative;
+ vertical-align: baseline
+}
+
+sub {
+ bottom: -.25em
+}
+
+sup {
+ top: -.5em
+}
+
+a {
+ color: #0d6efd;
+ text-decoration: underline
+}
+
+a:hover {
+ color: #0a58ca
+}
+
+a:not([href]):not([class]),a:not([href]):not([class]):hover {
+ color: inherit;
+ text-decoration: none
+}
+
+code,kbd,pre,samp {
+ direction: ltr;
+ font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
+ font-family: var(--bs-font-monospace);
+ font-size: 1em;
+ unicode-bidi: bidi-override
+}
+
+pre {
+ display: block;
+ font-size: .875em;
+ margin-bottom: 1rem;
+ margin-top: 0;
+ overflow: auto
+}
+
+pre code {
+ color: inherit;
+ font-size: inherit;
+ word-break: normal
+}
+
+code {
+ word-wrap: break-word;
+ color: #d63384;
+ font-size: .875em
+}
+
+a>code {
+ color: inherit
+}
+
+kbd {
+ background-color: #212529;
+ border-radius: .2rem;
+ color: #fff;
+ font-size: .875em;
+ padding: .2rem .4rem
+}
+
+kbd kbd {
+ font-size: 1em;
+ font-weight: 700;
+ padding: 0
+}
+
+figure {
+ margin: 0 0 1rem
+}
+
+img,svg {
+ vertical-align: middle
+}
+
+table {
+ border-collapse: collapse;
+ caption-side: bottom
+}
+
+caption {
+ color: #6c757d;
+ padding-bottom: .5rem;
+ padding-top: .5rem;
+ text-align: left
+}
+
+th {
+ text-align: inherit;
+ text-align: -webkit-match-parent
+}
+
+tbody,td,tfoot,th,thead,tr {
+ border: 0 solid;
+ border-color: inherit
+}
+
+label {
+ display: inline-block
+}
+
+button {
+ border-radius: 0
+}
+
+button:focus:not(:focus-visible) {
+ outline: 0
+}
+
+button,input,optgroup,select,textarea {
+ font-family: inherit;
+ font-size: inherit;
+ line-height: inherit;
+ margin: 0
+}
+
+button,select {
+ text-transform: none
+}
+
+[role=button] {
+ cursor: pointer
+}
+
+select {
+ word-wrap: normal
+}
+
+select:disabled {
+ opacity: 1
+}
+
+[list]::-webkit-calendar-picker-indicator {
+ display: none
+}
+
+[type=button],[type=reset],[type=submit],button {
+ -webkit-appearance: button
+}
+
+[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
+ cursor: pointer
+}
+
+::-moz-focus-inner {
+ border-style: none;
+ padding: 0
+}
+
+textarea {
+ resize: vertical
+}
+
+fieldset {
+ border: 0;
+ margin: 0;
+ min-width: 0;
+ padding: 0
+}
+
+legend {
+ float: left;
+ font-size: calc(1.275rem + .3vw);
+ line-height: inherit;
+ margin-bottom: .5rem;
+ padding: 0;
+ width: 100%
+}
+
+@media(min-width: 1200px) {
+ legend {
+ font-size:1.5rem
+ }
+}
+
+legend+* {
+ clear: left
+}
+
+::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field {
+ padding: 0
+}
+
+::-webkit-inner-spin-button {
+ height: auto
+}
+
+[type=search] {
+ -webkit-appearance: textfield;
+ outline-offset: -2px
+}
+
+::-webkit-search-decoration {
+ -webkit-appearance: none
+}
+
+::-webkit-color-swatch-wrapper {
+ padding: 0
+}
+
+::file-selector-button {
+ font: inherit
+}
+
+::-webkit-file-upload-button {
+ -webkit-appearance: button;
+ font: inherit
+}
+
+output {
+ display: inline-block
+}
+
+iframe {
+ border: 0
+}
+
+summary {
+ cursor: pointer;
+ display: list-item
+}
+
+progress {
+ vertical-align: baseline
+}
+
+[hidden] {
+ display: none!important
+}
+
+.lead {
+ font-size: 1.25rem;
+ font-weight: 300
+}
+
+.display-1 {
+ font-size: calc(1.625rem + 4.5vw);
+ font-weight: 300;
+ line-height: 1.2
+}
+
+@media(min-width: 1200px) {
+ .display-1 {
+ font-size:5rem
+ }
+}
+
+.display-2 {
+ font-size: calc(1.575rem + 3.9vw);
+ font-weight: 300;
+ line-height: 1.2
+}
+
+@media(min-width: 1200px) {
+ .display-2 {
+ font-size:4.5rem
+ }
+}
+
+.display-3 {
+ font-size: calc(1.525rem + 3.3vw);
+ font-weight: 300;
+ line-height: 1.2
+}
+
+@media(min-width: 1200px) {
+ .display-3 {
+ font-size:4rem
+ }
+}
+
+.display-4 {
+ font-size: calc(1.475rem + 2.7vw);
+ font-weight: 300;
+ line-height: 1.2
+}
+
+@media(min-width: 1200px) {
+ .display-4 {
+ font-size:3.5rem
+ }
+}
+
+.display-5 {
+ font-size: calc(1.425rem + 2.1vw);
+ font-weight: 300;
+ line-height: 1.2
+}
+
+@media(min-width: 1200px) {
+ .display-5 {
+ font-size:3rem
+ }
+}
+
+.display-6 {
+ font-size: calc(1.375rem + 1.5vw);
+ font-weight: 300;
+ line-height: 1.2
+}
+
+@media(min-width: 1200px) {
+ .display-6 {
+ font-size:2.5rem
+ }
+}
+
+.list-inline,.list-unstyled {
+ list-style: none;
+ padding-left: 0
+}
+
+.list-inline-item {
+ display: inline-block
+}
+
+.list-inline-item:not(:last-child) {
+ margin-right: .5rem
+}
+
+.initialism {
+ font-size: .875em;
+ text-transform: uppercase
+}
+
+.blockquote {
+ font-size: 1.25rem;
+ margin-bottom: 1rem
+}
+
+.blockquote>:last-child {
+ margin-bottom: 0
+}
+
+.blockquote-footer {
+ color: #6c757d;
+ font-size: .875em;
+ margin-bottom: 1rem;
+ margin-top: -1rem
+}
+
+.blockquote-footer:before {
+ content: "— "
+}
+
+.img-fluid,.img-thumbnail {
+ height: auto;
+ max-width: 100%
+}
+
+.img-thumbnail {
+ background-color: #fff;
+ border: 1px solid #dee2e6;
+ border-radius: .25rem;
+ padding: .25rem
+}
+
+.figure {
+ display: inline-block
+}
+
+.figure-img {
+ line-height: 1;
+ margin-bottom: .5rem
+}
+
+.figure-caption {
+ color: #6c757d;
+ font-size: .875em
+}
+
+.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
+ margin-left: auto;
+ margin-right: auto;
+ padding-left: .75rem;
+ padding-left: var(--bs-gutter-x,.75rem);
+ padding-right: .75rem;
+ padding-right: var(--bs-gutter-x,.75rem);
+ width: 100%
+}
+
+@media(min-width: 576px) {
+ .container,.container-sm {
+ max-width:540px
+ }
+}
+
+@media(min-width: 768px) {
+ .container,.container-md,.container-sm {
+ max-width:720px
+ }
+}
+
+@media(min-width: 992px) {
+ .container,.container-lg,.container-md,.container-sm {
+ max-width:960px
+ }
+}
+
+@media(min-width: 1200px) {
+ .container,.container-lg,.container-md,.container-sm,.container-xl {
+ max-width:1140px
+ }
+}
+
+@media(min-width: 1400px) {
+ .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
+ max-width:1400px
+ }
+}
+
+.row {
+ --bs-gutter-x: 1.5rem;
+ --bs-gutter-y: 0;
+ display: flex;
+ flex-wrap: wrap;
+ margin-left: -.75rem;
+ margin-left: calc(var(--bs-gutter-x)*-.5);
+ margin-right: -.75rem;
+ margin-right: calc(var(--bs-gutter-x)*-.5);
+ margin-top: 0;
+ margin-top: calc(var(--bs-gutter-y)*-1)
+}
+
+.row>* {
+ flex-shrink: 0;
+ margin-top: var(--bs-gutter-y);
+ max-width: 100%;
+ padding-left: calc(var(--bs-gutter-x)*.5);
+ padding-right: calc(var(--bs-gutter-x)*.5);
+ width: 100%
+}
+
+.col {
+ flex: 1 0
+}
+
+.row-cols-auto>* {
+ flex: 0 0 auto;
+ width: auto
+}
+
+.row-cols-1>* {
+ flex: 0 0 auto;
+ width: 100%
+}
+
+.row-cols-2>* {
+ flex: 0 0 auto;
+ width: 50%
+}
+
+.row-cols-3>* {
+ flex: 0 0 auto;
+ width: 33.3333333333%
+}
+
+.row-cols-4>* {
+ flex: 0 0 auto;
+ width: 25%
+}
+
+.row-cols-5>* {
+ flex: 0 0 auto;
+ width: 20%
+}
+
+.row-cols-6>* {
+ flex: 0 0 auto;
+ width: 16.6666666667%
+}
+
+.col-auto {
+ flex: 0 0 auto;
+ width: auto
+}
+
+.col-1 {
+ flex: 0 0 auto;
+ width: 8.33333333%
+}
+
+.col-2 {
+ flex: 0 0 auto;
+ width: 16.66666667%
+}
+
+.col-3 {
+ flex: 0 0 auto;
+ width: 25%
+}
+
+.col-4 {
+ flex: 0 0 auto;
+ width: 33.33333333%
+}
+
+.col-5 {
+ flex: 0 0 auto;
+ width: 41.66666667%
+}
+
+.col-6 {
+ flex: 0 0 auto;
+ width: 50%
+}
+
+.col-7 {
+ flex: 0 0 auto;
+ width: 58.33333333%
+}
+
+.col-8 {
+ flex: 0 0 auto;
+ width: 66.66666667%
+}
+
+.col-9 {
+ flex: 0 0 auto;
+ width: 75%
+}
+
+.col-10 {
+ flex: 0 0 auto;
+ width: 83.33333333%
+}
+
+.col-11 {
+ flex: 0 0 auto;
+ width: 91.66666667%
+}
+
+.col-12 {
+ flex: 0 0 auto;
+ width: 100%
+}
+
+.offset-1 {
+ margin-left: 8.33333333%
+}
+
+.offset-2 {
+ margin-left: 16.66666667%
+}
+
+.offset-3 {
+ margin-left: 25%
+}
+
+.offset-4 {
+ margin-left: 33.33333333%
+}
+
+.offset-5 {
+ margin-left: 41.66666667%
+}
+
+.offset-6 {
+ margin-left: 50%
+}
+
+.offset-7 {
+ margin-left: 58.33333333%
+}
+
+.offset-8 {
+ margin-left: 66.66666667%
+}
+
+.offset-9 {
+ margin-left: 75%
+}
+
+.offset-10 {
+ margin-left: 83.33333333%
+}
+
+.offset-11 {
+ margin-left: 91.66666667%
+}
+
+.g-0,.gx-0 {
+ --bs-gutter-x: 0
+}
+
+.g-0,.gy-0 {
+ --bs-gutter-y: 0
+}
+
+.g-1,.gx-1 {
+ --bs-gutter-x: 2px
+}
+
+.g-1,.gy-1 {
+ --bs-gutter-y: 2px
+}
+
+.g-2,.gx-2 {
+ --bs-gutter-x: 4px
+}
+
+.g-2,.gy-2 {
+ --bs-gutter-y: 4px
+}
+
+.g-3,.gx-3 {
+ --bs-gutter-x: 8px
+}
+
+.g-3,.gy-3 {
+ --bs-gutter-y: 8px
+}
+
+.g-4,.gx-4 {
+ --bs-gutter-x: 10px
+}
+
+.g-4,.gy-4 {
+ --bs-gutter-y: 10px
+}
+
+.g-5,.gx-5 {
+ --bs-gutter-x: 20px
+}
+
+.g-5,.gy-5 {
+ --bs-gutter-y: 20px
+}
+
+@media(min-width: 576px) {
+ .col-sm {
+ flex:1 0
+ }
+
+ .row-cols-sm-auto>* {
+ flex: 0 0 auto;
+ width: auto
+ }
+
+ .row-cols-sm-1>* {
+ flex: 0 0 auto;
+ width: 100%
+ }
+
+ .row-cols-sm-2>* {
+ flex: 0 0 auto;
+ width: 50%
+ }
+
+ .row-cols-sm-3>* {
+ flex: 0 0 auto;
+ width: 33.3333333333%
+ }
+
+ .row-cols-sm-4>* {
+ flex: 0 0 auto;
+ width: 25%
+ }
+
+ .row-cols-sm-5>* {
+ flex: 0 0 auto;
+ width: 20%
+ }
+
+ .row-cols-sm-6>* {
+ flex: 0 0 auto;
+ width: 16.6666666667%
+ }
+
+ .col-sm-auto {
+ flex: 0 0 auto;
+ width: auto
+ }
+
+ .col-sm-1 {
+ flex: 0 0 auto;
+ width: 8.33333333%
+ }
+
+ .col-sm-2 {
+ flex: 0 0 auto;
+ width: 16.66666667%
+ }
+
+ .col-sm-3 {
+ flex: 0 0 auto;
+ width: 25%
+ }
+
+ .col-sm-4 {
+ flex: 0 0 auto;
+ width: 33.33333333%
+ }
+
+ .col-sm-5 {
+ flex: 0 0 auto;
+ width: 41.66666667%
+ }
+
+ .col-sm-6 {
+ flex: 0 0 auto;
+ width: 50%
+ }
+
+ .col-sm-7 {
+ flex: 0 0 auto;
+ width: 58.33333333%
+ }
+
+ .col-sm-8 {
+ flex: 0 0 auto;
+ width: 66.66666667%
+ }
+
+ .col-sm-9 {
+ flex: 0 0 auto;
+ width: 75%
+ }
+
+ .col-sm-10 {
+ flex: 0 0 auto;
+ width: 83.33333333%
+ }
+
+ .col-sm-11 {
+ flex: 0 0 auto;
+ width: 91.66666667%
+ }
+
+ .col-sm-12 {
+ flex: 0 0 auto;
+ width: 100%
+ }
+
+ .offset-sm-0 {
+ margin-left: 0
+ }
+
+ .offset-sm-1 {
+ margin-left: 8.33333333%
+ }
+
+ .offset-sm-2 {
+ margin-left: 16.66666667%
+ }
+
+ .offset-sm-3 {
+ margin-left: 25%
+ }
+
+ .offset-sm-4 {
+ margin-left: 33.33333333%
+ }
+
+ .offset-sm-5 {
+ margin-left: 41.66666667%
+ }
+
+ .offset-sm-6 {
+ margin-left: 50%
+ }
+
+ .offset-sm-7 {
+ margin-left: 58.33333333%
+ }
+
+ .offset-sm-8 {
+ margin-left: 66.66666667%
+ }
+
+ .offset-sm-9 {
+ margin-left: 75%
+ }
+
+ .offset-sm-10 {
+ margin-left: 83.33333333%
+ }
+
+ .offset-sm-11 {
+ margin-left: 91.66666667%
+ }
+
+ .g-sm-0,.gx-sm-0 {
+ --bs-gutter-x: 0
+ }
+
+ .g-sm-0,.gy-sm-0 {
+ --bs-gutter-y: 0
+ }
+
+ .g-sm-1,.gx-sm-1 {
+ --bs-gutter-x: 2px
+ }
+
+ .g-sm-1,.gy-sm-1 {
+ --bs-gutter-y: 2px
+ }
+
+ .g-sm-2,.gx-sm-2 {
+ --bs-gutter-x: 4px
+ }
+
+ .g-sm-2,.gy-sm-2 {
+ --bs-gutter-y: 4px
+ }
+
+ .g-sm-3,.gx-sm-3 {
+ --bs-gutter-x: 8px
+ }
+
+ .g-sm-3,.gy-sm-3 {
+ --bs-gutter-y: 8px
+ }
+
+ .g-sm-4,.gx-sm-4 {
+ --bs-gutter-x: 10px
+ }
+
+ .g-sm-4,.gy-sm-4 {
+ --bs-gutter-y: 10px
+ }
+
+ .g-sm-5,.gx-sm-5 {
+ --bs-gutter-x: 20px
+ }
+
+ .g-sm-5,.gy-sm-5 {
+ --bs-gutter-y: 20px
+ }
+}
+
+@media(min-width: 768px) {
+ .col-md {
+ flex:1 0
+ }
+
+ .row-cols-md-auto>* {
+ flex: 0 0 auto;
+ width: auto
+ }
+
+ .row-cols-md-1>* {
+ flex: 0 0 auto;
+ width: 100%
+ }
+
+ .row-cols-md-2>* {
+ flex: 0 0 auto;
+ width: 50%
+ }
+
+ .row-cols-md-3>* {
+ flex: 0 0 auto;
+ width: 33.3333333333%
+ }
+
+ .row-cols-md-4>* {
+ flex: 0 0 auto;
+ width: 25%
+ }
+
+ .row-cols-md-5>* {
+ flex: 0 0 auto;
+ width: 20%
+ }
+
+ .row-cols-md-6>* {
+ flex: 0 0 auto;
+ width: 16.6666666667%
+ }
+
+ .col-md-auto {
+ flex: 0 0 auto;
+ width: auto
+ }
+
+ .col-md-1 {
+ flex: 0 0 auto;
+ width: 8.33333333%
+ }
+
+ .col-md-2 {
+ flex: 0 0 auto;
+ width: 16.66666667%
+ }
+
+ .col-md-3 {
+ flex: 0 0 auto;
+ width: 25%
+ }
+
+ .col-md-4 {
+ flex: 0 0 auto;
+ width: 33.33333333%
+ }
+
+ .col-md-5 {
+ flex: 0 0 auto;
+ width: 41.66666667%
+ }
+
+ .col-md-6 {
+ flex: 0 0 auto;
+ width: 50%
+ }
+
+ .col-md-7 {
+ flex: 0 0 auto;
+ width: 58.33333333%
+ }
+
+ .col-md-8 {
+ flex: 0 0 auto;
+ width: 66.66666667%
+ }
+
+ .col-md-9 {
+ flex: 0 0 auto;
+ width: 75%
+ }
+
+ .col-md-10 {
+ flex: 0 0 auto;
+ width: 83.33333333%
+ }
+
+ .col-md-11 {
+ flex: 0 0 auto;
+ width: 91.66666667%
+ }
+
+ .col-md-12 {
+ flex: 0 0 auto;
+ width: 100%
+ }
+
+ .offset-md-0 {
+ margin-left: 0
+ }
+
+ .offset-md-1 {
+ margin-left: 8.33333333%
+ }
+
+ .offset-md-2 {
+ margin-left: 16.66666667%
+ }
+
+ .offset-md-3 {
+ margin-left: 25%
+ }
+
+ .offset-md-4 {
+ margin-left: 33.33333333%
+ }
+
+ .offset-md-5 {
+ margin-left: 41.66666667%
+ }
+
+ .offset-md-6 {
+ margin-left: 50%
+ }
+
+ .offset-md-7 {
+ margin-left: 58.33333333%
+ }
+
+ .offset-md-8 {
+ margin-left: 66.66666667%
+ }
+
+ .offset-md-9 {
+ margin-left: 75%
+ }
+
+ .offset-md-10 {
+ margin-left: 83.33333333%
+ }
+
+ .offset-md-11 {
+ margin-left: 91.66666667%
+ }
+
+ .g-md-0,.gx-md-0 {
+ --bs-gutter-x: 0
+ }
+
+ .g-md-0,.gy-md-0 {
+ --bs-gutter-y: 0
+ }
+
+ .g-md-1,.gx-md-1 {
+ --bs-gutter-x: 2px
+ }
+
+ .g-md-1,.gy-md-1 {
+ --bs-gutter-y: 2px
+ }
+
+ .g-md-2,.gx-md-2 {
+ --bs-gutter-x: 4px
+ }
+
+ .g-md-2,.gy-md-2 {
+ --bs-gutter-y: 4px
+ }
+
+ .g-md-3,.gx-md-3 {
+ --bs-gutter-x: 8px
+ }
+
+ .g-md-3,.gy-md-3 {
+ --bs-gutter-y: 8px
+ }
+
+ .g-md-4,.gx-md-4 {
+ --bs-gutter-x: 10px
+ }
+
+ .g-md-4,.gy-md-4 {
+ --bs-gutter-y: 10px
+ }
+
+ .g-md-5,.gx-md-5 {
+ --bs-gutter-x: 20px
+ }
+
+ .g-md-5,.gy-md-5 {
+ --bs-gutter-y: 20px
+ }
+}
+
+@media(min-width: 992px) {
+ .col-lg {
+ flex:1 0
+ }
+
+ .row-cols-lg-auto>* {
+ flex: 0 0 auto;
+ width: auto
+ }
+
+ .row-cols-lg-1>* {
+ flex: 0 0 auto;
+ width: 100%
+ }
+
+ .row-cols-lg-2>* {
+ flex: 0 0 auto;
+ width: 50%
+ }
+
+ .row-cols-lg-3>* {
+ flex: 0 0 auto;
+ width: 33.3333333333%
+ }
+
+ .row-cols-lg-4>* {
+ flex: 0 0 auto;
+ width: 25%
+ }
+
+ .row-cols-lg-5>* {
+ flex: 0 0 auto;
+ width: 20%
+ }
+
+ .row-cols-lg-6>* {
+ flex: 0 0 auto;
+ width: 16.6666666667%
+ }
+
+ .col-lg-auto {
+ flex: 0 0 auto;
+ width: auto
+ }
+
+ .col-lg-1 {
+ flex: 0 0 auto;
+ width: 8.33333333%
+ }
+
+ .col-lg-2 {
+ flex: 0 0 auto;
+ width: 16.66666667%
+ }
+
+ .col-lg-3 {
+ flex: 0 0 auto;
+ width: 25%
+ }
+
+ .col-lg-4 {
+ flex: 0 0 auto;
+ width: 33.33333333%
+ }
+
+ .col-lg-5 {
+ flex: 0 0 auto;
+ width: 41.66666667%
+ }
+
+ .col-lg-6 {
+ flex: 0 0 auto;
+ width: 50%
+ }
+
+ .col-lg-7 {
+ flex: 0 0 auto;
+ width: 58.33333333%
+ }
+
+ .col-lg-8 {
+ flex: 0 0 auto;
+ width: 66.66666667%
+ }
+
+ .col-lg-9 {
+ flex: 0 0 auto;
+ width: 75%
+ }
+
+ .col-lg-10 {
+ flex: 0 0 auto;
+ width: 83.33333333%
+ }
+
+ .col-lg-11 {
+ flex: 0 0 auto;
+ width: 91.66666667%
+ }
+
+ .col-lg-12 {
+ flex: 0 0 auto;
+ width: 100%
+ }
+
+ .offset-lg-0 {
+ margin-left: 0
+ }
+
+ .offset-lg-1 {
+ margin-left: 8.33333333%
+ }
+
+ .offset-lg-2 {
+ margin-left: 16.66666667%
+ }
+
+ .offset-lg-3 {
+ margin-left: 25%
+ }
+
+ .offset-lg-4 {
+ margin-left: 33.33333333%
+ }
+
+ .offset-lg-5 {
+ margin-left: 41.66666667%
+ }
+
+ .offset-lg-6 {
+ margin-left: 50%
+ }
+
+ .offset-lg-7 {
+ margin-left: 58.33333333%
+ }
+
+ .offset-lg-8 {
+ margin-left: 66.66666667%
+ }
+
+ .offset-lg-9 {
+ margin-left: 75%
+ }
+
+ .offset-lg-10 {
+ margin-left: 83.33333333%
+ }
+
+ .offset-lg-11 {
+ margin-left: 91.66666667%
+ }
+
+ .g-lg-0,.gx-lg-0 {
+ --bs-gutter-x: 0
+ }
+
+ .g-lg-0,.gy-lg-0 {
+ --bs-gutter-y: 0
+ }
+
+ .g-lg-1,.gx-lg-1 {
+ --bs-gutter-x: 2px
+ }
+
+ .g-lg-1,.gy-lg-1 {
+ --bs-gutter-y: 2px
+ }
+
+ .g-lg-2,.gx-lg-2 {
+ --bs-gutter-x: 4px
+ }
+
+ .g-lg-2,.gy-lg-2 {
+ --bs-gutter-y: 4px
+ }
+
+ .g-lg-3,.gx-lg-3 {
+ --bs-gutter-x: 8px
+ }
+
+ .g-lg-3,.gy-lg-3 {
+ --bs-gutter-y: 8px
+ }
+
+ .g-lg-4,.gx-lg-4 {
+ --bs-gutter-x: 10px
+ }
+
+ .g-lg-4,.gy-lg-4 {
+ --bs-gutter-y: 10px
+ }
+
+ .g-lg-5,.gx-lg-5 {
+ --bs-gutter-x: 20px
+ }
+
+ .g-lg-5,.gy-lg-5 {
+ --bs-gutter-y: 20px
+ }
+}
+
+@media(min-width: 1200px) {
+ .col-xl {
+ flex:1 0
+ }
+
+ .row-cols-xl-auto>* {
+ flex: 0 0 auto;
+ width: auto
+ }
+
+ .row-cols-xl-1>* {
+ flex: 0 0 auto;
+ width: 100%
+ }
+
+ .row-cols-xl-2>* {
+ flex: 0 0 auto;
+ width: 50%
+ }
+
+ .row-cols-xl-3>* {
+ flex: 0 0 auto;
+ width: 33.3333333333%
+ }
+
+ .row-cols-xl-4>* {
+ flex: 0 0 auto;
+ width: 25%
+ }
+
+ .row-cols-xl-5>* {
+ flex: 0 0 auto;
+ width: 20%
+ }
+
+ .row-cols-xl-6>* {
+ flex: 0 0 auto;
+ width: 16.6666666667%
+ }
+
+ .col-xl-auto {
+ flex: 0 0 auto;
+ width: auto
+ }
+
+ .col-xl-1 {
+ flex: 0 0 auto;
+ width: 8.33333333%
+ }
+
+ .col-xl-2 {
+ flex: 0 0 auto;
+ width: 16.66666667%
+ }
+
+ .col-xl-3 {
+ flex: 0 0 auto;
+ width: 25%
+ }
+
+ .col-xl-4 {
+ flex: 0 0 auto;
+ width: 33.33333333%
+ }
+
+ .col-xl-5 {
+ flex: 0 0 auto;
+ width: 41.66666667%
+ }
+
+ .col-xl-6 {
+ flex: 0 0 auto;
+ width: 50%
+ }
+
+ .col-xl-7 {
+ flex: 0 0 auto;
+ width: 58.33333333%
+ }
+
+ .col-xl-8 {
+ flex: 0 0 auto;
+ width: 66.66666667%
+ }
+
+ .col-xl-9 {
+ flex: 0 0 auto;
+ width: 75%
+ }
+
+ .col-xl-10 {
+ flex: 0 0 auto;
+ width: 83.33333333%
+ }
+
+ .col-xl-11 {
+ flex: 0 0 auto;
+ width: 91.66666667%
+ }
+
+ .col-xl-12 {
+ flex: 0 0 auto;
+ width: 100%
+ }
+
+ .offset-xl-0 {
+ margin-left: 0
+ }
+
+ .offset-xl-1 {
+ margin-left: 8.33333333%
+ }
+
+ .offset-xl-2 {
+ margin-left: 16.66666667%
+ }
+
+ .offset-xl-3 {
+ margin-left: 25%
+ }
+
+ .offset-xl-4 {
+ margin-left: 33.33333333%
+ }
+
+ .offset-xl-5 {
+ margin-left: 41.66666667%
+ }
+
+ .offset-xl-6 {
+ margin-left: 50%
+ }
+
+ .offset-xl-7 {
+ margin-left: 58.33333333%
+ }
+
+ .offset-xl-8 {
+ margin-left: 66.66666667%
+ }
+
+ .offset-xl-9 {
+ margin-left: 75%
+ }
+
+ .offset-xl-10 {
+ margin-left: 83.33333333%
+ }
+
+ .offset-xl-11 {
+ margin-left: 91.66666667%
+ }
+
+ .g-xl-0,.gx-xl-0 {
+ --bs-gutter-x: 0
+ }
+
+ .g-xl-0,.gy-xl-0 {
+ --bs-gutter-y: 0
+ }
+
+ .g-xl-1,.gx-xl-1 {
+ --bs-gutter-x: 2px
+ }
+
+ .g-xl-1,.gy-xl-1 {
+ --bs-gutter-y: 2px
+ }
+
+ .g-xl-2,.gx-xl-2 {
+ --bs-gutter-x: 4px
+ }
+
+ .g-xl-2,.gy-xl-2 {
+ --bs-gutter-y: 4px
+ }
+
+ .g-xl-3,.gx-xl-3 {
+ --bs-gutter-x: 8px
+ }
+
+ .g-xl-3,.gy-xl-3 {
+ --bs-gutter-y: 8px
+ }
+
+ .g-xl-4,.gx-xl-4 {
+ --bs-gutter-x: 10px
+ }
+
+ .g-xl-4,.gy-xl-4 {
+ --bs-gutter-y: 10px
+ }
+
+ .g-xl-5,.gx-xl-5 {
+ --bs-gutter-x: 20px
+ }
+
+ .g-xl-5,.gy-xl-5 {
+ --bs-gutter-y: 20px
+ }
+}
+
+@media(min-width: 1400px) {
+ .col-xxl {
+ flex:1 0
+ }
+
+ .row-cols-xxl-auto>* {
+ flex: 0 0 auto;
+ width: auto
+ }
+
+ .row-cols-xxl-1>* {
+ flex: 0 0 auto;
+ width: 100%
+ }
+
+ .row-cols-xxl-2>* {
+ flex: 0 0 auto;
+ width: 50%
+ }
+
+ .row-cols-xxl-3>* {
+ flex: 0 0 auto;
+ width: 33.3333333333%
+ }
+
+ .row-cols-xxl-4>* {
+ flex: 0 0 auto;
+ width: 25%
+ }
+
+ .row-cols-xxl-5>* {
+ flex: 0 0 auto;
+ width: 20%
+ }
+
+ .row-cols-xxl-6>* {
+ flex: 0 0 auto;
+ width: 16.6666666667%
+ }
+
+ .col-xxl-auto {
+ flex: 0 0 auto;
+ width: auto
+ }
+
+ .col-xxl-1 {
+ flex: 0 0 auto;
+ width: 8.33333333%
+ }
+
+ .col-xxl-2 {
+ flex: 0 0 auto;
+ width: 16.66666667%
+ }
+
+ .col-xxl-3 {
+ flex: 0 0 auto;
+ width: 25%
+ }
+
+ .col-xxl-4 {
+ flex: 0 0 auto;
+ width: 33.33333333%
+ }
+
+ .col-xxl-5 {
+ flex: 0 0 auto;
+ width: 41.66666667%
+ }
+
+ .col-xxl-6 {
+ flex: 0 0 auto;
+ width: 50%
+ }
+
+ .col-xxl-7 {
+ flex: 0 0 auto;
+ width: 58.33333333%
+ }
+
+ .col-xxl-8 {
+ flex: 0 0 auto;
+ width: 66.66666667%
+ }
+
+ .col-xxl-9 {
+ flex: 0 0 auto;
+ width: 75%
+ }
+
+ .col-xxl-10 {
+ flex: 0 0 auto;
+ width: 83.33333333%
+ }
+
+ .col-xxl-11 {
+ flex: 0 0 auto;
+ width: 91.66666667%
+ }
+
+ .col-xxl-12 {
+ flex: 0 0 auto;
+ width: 100%
+ }
+
+ .offset-xxl-0 {
+ margin-left: 0
+ }
+
+ .offset-xxl-1 {
+ margin-left: 8.33333333%
+ }
+
+ .offset-xxl-2 {
+ margin-left: 16.66666667%
+ }
+
+ .offset-xxl-3 {
+ margin-left: 25%
+ }
+
+ .offset-xxl-4 {
+ margin-left: 33.33333333%
+ }
+
+ .offset-xxl-5 {
+ margin-left: 41.66666667%
+ }
+
+ .offset-xxl-6 {
+ margin-left: 50%
+ }
+
+ .offset-xxl-7 {
+ margin-left: 58.33333333%
+ }
+
+ .offset-xxl-8 {
+ margin-left: 66.66666667%
+ }
+
+ .offset-xxl-9 {
+ margin-left: 75%
+ }
+
+ .offset-xxl-10 {
+ margin-left: 83.33333333%
+ }
+
+ .offset-xxl-11 {
+ margin-left: 91.66666667%
+ }
+
+ .g-xxl-0,.gx-xxl-0 {
+ --bs-gutter-x: 0
+ }
+
+ .g-xxl-0,.gy-xxl-0 {
+ --bs-gutter-y: 0
+ }
+
+ .g-xxl-1,.gx-xxl-1 {
+ --bs-gutter-x: 2px
+ }
+
+ .g-xxl-1,.gy-xxl-1 {
+ --bs-gutter-y: 2px
+ }
+
+ .g-xxl-2,.gx-xxl-2 {
+ --bs-gutter-x: 4px
+ }
+
+ .g-xxl-2,.gy-xxl-2 {
+ --bs-gutter-y: 4px
+ }
+
+ .g-xxl-3,.gx-xxl-3 {
+ --bs-gutter-x: 8px
+ }
+
+ .g-xxl-3,.gy-xxl-3 {
+ --bs-gutter-y: 8px
+ }
+
+ .g-xxl-4,.gx-xxl-4 {
+ --bs-gutter-x: 10px
+ }
+
+ .g-xxl-4,.gy-xxl-4 {
+ --bs-gutter-y: 10px
+ }
+
+ .g-xxl-5,.gx-xxl-5 {
+ --bs-gutter-x: 20px
+ }
+
+ .g-xxl-5,.gy-xxl-5 {
+ --bs-gutter-y: 20px
+ }
+}
+
+.table {
+ --bs-table-bg: transparent;
+ --bs-table-accent-bg: transparent;
+ --bs-table-striped-color: #212529;
+ --bs-table-striped-bg: rgba(59,62,65,.05);
+ --bs-table-active-color: #212529;
+ --bs-table-active-bg: rgba(59,62,65,.1);
+ --bs-table-hover-color: #212529;
+ --bs-table-hover-bg: rgba(59,62,65,.075);
+ border-color: #dee2e6;
+ color: #212529;
+ margin-bottom: 1rem;
+ vertical-align: top;
+ width: 100%
+}
+
+.table>:not(caption)>*>* {
+ background-color: var(--bs-table-bg);
+ border-bottom-width: 1px;
+ box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
+ padding: .5rem
+}
+
+.table>tbody {
+ vertical-align: inherit
+}
+
+.table>thead {
+ vertical-align: bottom
+}
+
+.table>:not(:first-child) {
+ border-top: 2px solid
+}
+
+.caption-top {
+ caption-side: top
+}
+
+.table-sm>:not(caption)>*>* {
+ padding: .25rem
+}
+
+.table-bordered>:not(caption)>* {
+ border-width: 1px 0
+}
+
+.table-bordered>:not(caption)>*>* {
+ border-width: 0 1px
+}
+
+.table-borderless>:not(caption)>*>* {
+ border-bottom-width: 0
+}
+
+.table-borderless>:not(:first-child) {
+ border-top-width: 0
+}
+
+.table-striped>tbody>tr:nth-of-type(odd)>* {
+ --bs-table-accent-bg: var(--bs-table-striped-bg);
+ color: var(--bs-table-striped-color)
+}
+
+.table-active {
+ --bs-table-accent-bg: var(--bs-table-active-bg);
+ color: var(--bs-table-active-color)
+}
+
+.table-hover>tbody>tr:hover>* {
+ --bs-table-accent-bg: var(--bs-table-hover-bg);
+ color: var(--bs-table-hover-color)
+}
+
+.table-primary {
+ --bs-table-bg: #cfe2ff;
+ --bs-table-striped-bg: #c8daf6;
+ --bs-table-striped-color: #3b3e41;
+ --bs-table-active-bg: #c0d2ec;
+ --bs-table-active-color: #3b3e41;
+ --bs-table-hover-bg: #c4d6f1;
+ --bs-table-hover-color: #3b3e41;
+ border-color: #c0d2ec;
+ color: #3b3e41
+}
+
+.table-secondary {
+ --bs-table-bg: #e2e3e5;
+ --bs-table-striped-bg: #dadbdd;
+ --bs-table-striped-color: #3b3e41;
+ --bs-table-active-bg: #d1d3d5;
+ --bs-table-active-color: #3b3e41;
+ --bs-table-hover-bg: #d5d7d9;
+ --bs-table-hover-color: #3b3e41;
+ border-color: #d1d3d5;
+ color: #3b3e41
+}
+
+.table-success {
+ --bs-table-bg: #d1e7dd;
+ --bs-table-striped-bg: #cadfd5;
+ --bs-table-striped-color: #3b3e41;
+ --bs-table-active-bg: #c2d6cd;
+ --bs-table-active-color: #3b3e41;
+ --bs-table-hover-bg: #c6dad1;
+ --bs-table-hover-color: #3b3e41;
+ border-color: #c2d6cd;
+ color: #3b3e41
+}
+
+.table-info {
+ --bs-table-bg: #cff4fc;
+ --bs-table-striped-bg: #c8ebf3;
+ --bs-table-striped-color: #3b3e41;
+ --bs-table-active-bg: #c0e2e9;
+ --bs-table-active-color: #3b3e41;
+ --bs-table-hover-bg: #c4e6ee;
+ --bs-table-hover-color: #3b3e41;
+ border-color: #c0e2e9;
+ color: #3b3e41
+}
+
+.table-warning {
+ --bs-table-bg: #fff3cd;
+ --bs-table-striped-bg: #f5eac6;
+ --bs-table-striped-color: #3b3e41;
+ --bs-table-active-bg: #ebe1bf;
+ --bs-table-active-color: #3b3e41;
+ --bs-table-hover-bg: #f0e5c3;
+ --bs-table-hover-color: #3b3e41;
+ border-color: #ebe1bf;
+ color: #3b3e41
+}
+
+.table-danger {
+ --bs-table-bg: #efcccd;
+ --bs-table-striped-bg: #e6c5c6;
+ --bs-table-striped-color: #3b3e41;
+ --bs-table-active-bg: #ddbebf;
+ --bs-table-active-color: #3b3e41;
+ --bs-table-hover-bg: #e2c1c3;
+ --bs-table-hover-color: #3b3e41;
+ border-color: #ddbebf;
+ color: #3b3e41
+}
+
+.table-light {
+ --bs-table-bg: #f8f9fa;
+ --bs-table-striped-bg: #eff0f1;
+ --bs-table-striped-color: #3b3e41;
+ --bs-table-active-bg: #e5e6e8;
+ --bs-table-active-color: #3b3e41;
+ --bs-table-hover-bg: #eaebec;
+ --bs-table-hover-color: #3b3e41;
+ border-color: #e5e6e8;
+ color: #3b3e41
+}
+
+.table-dark {
+ --bs-table-bg: #212529;
+ --bs-table-striped-bg: #2c3034;
+ --bs-table-striped-color: #fff;
+ --bs-table-active-bg: #373b3e;
+ --bs-table-active-color: #fff;
+ --bs-table-hover-bg: #323539;
+ --bs-table-hover-color: #fff;
+ border-color: #373b3e;
+ color: #fff
+}
+
+.table-responsive {
+ -webkit-overflow-scrolling: touch;
+ overflow-x: auto
+}
+
+@media(max-width: 575.98px) {
+ .table-responsive-sm {
+ -webkit-overflow-scrolling:touch;
+ overflow-x: auto
+ }
+}
+
+@media(max-width: 767.98px) {
+ .table-responsive-md {
+ -webkit-overflow-scrolling:touch;
+ overflow-x: auto
+ }
+}
+
+@media(max-width: 991.98px) {
+ .table-responsive-lg {
+ -webkit-overflow-scrolling:touch;
+ overflow-x: auto
+ }
+}
+
+@media(max-width: 1199.98px) {
+ .table-responsive-xl {
+ -webkit-overflow-scrolling:touch;
+ overflow-x: auto
+ }
+}
+
+@media(max-width: 1399.98px) {
+ .table-responsive-xxl {
+ -webkit-overflow-scrolling:touch;
+ overflow-x: auto
+ }
+}
+
+.form-label {
+ margin-bottom: .5rem
+}
+
+.col-form-label {
+ font-size: inherit;
+ line-height: 1.5;
+ margin-bottom: 0;
+ padding-bottom: calc(.375rem + 1px);
+ padding-top: calc(.375rem + 1px)
+}
+
+.col-form-label-lg {
+ font-size: 1.25rem;
+ padding-bottom: calc(.5rem + 1px);
+ padding-top: calc(.5rem + 1px)
+}
+
+.col-form-label-sm {
+ font-size: .875rem;
+ padding-bottom: calc(.25rem + 1px);
+ padding-top: calc(.25rem + 1px)
+}
+
+.form-text {
+ color: #6c757d;
+ font-size: .875em;
+ margin-top: .25rem
+}
+
+.form-control {
+ -webkit-appearance: none;
+ appearance: none;
+ background-clip: padding-box;
+ background-color: #fff;
+ border: 1px solid #ced4da;
+ border-radius: .25rem;
+ color: #212529;
+ display: block;
+ font-size: 1rem;
+ font-weight: 400;
+ line-height: 1.5;
+ padding: .375rem .75rem;
+ transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
+ width: 100%
+}
+
+@media(prefers-reduced-motion:reduce) {
+ .form-control {
+ transition: none
+ }
+}
+
+.form-control[type=file] {
+ overflow: hidden
+}
+
+.form-control[type=file]:not(:disabled):not([readonly]) {
+ cursor: pointer
+}
+
+.form-control:focus {
+ background-color: #fff;
+ border-color: #86b7fe;
+ box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
+ color: #212529;
+ outline: 0
+}
+
+.form-control::-webkit-date-and-time-value {
+ height: 1.5em
+}
+
+.form-control::-webkit-input-placeholder {
+ color: #6c757d;
+ opacity: 1
+}
+
+.form-control::placeholder {
+ color: #6c757d;
+ opacity: 1
+}
+
+.form-control:disabled,.form-control[readonly] {
+ background-color: #e9ecef;
+ opacity: 1
+}
+
+.form-control::file-selector-button {
+ -webkit-margin-end: .75rem;
+ background-color: #e9ecef;
+ border: 0 solid;
+ border-color: inherit;
+ border-inline-end-width:1px;border-radius: 0;
+ color: #212529;
+ margin: -.375rem -.75rem;
+ margin-inline-end:.75rem;padding: .375rem .75rem;
+ pointer-events: none;
+ transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
+}
+
+@media(prefers-reduced-motion:reduce) {
+ .form-control::-webkit-file-upload-button {
+ -webkit-transition: none;
+ transition: none
+ }
+
+ .form-control::file-selector-button {
+ transition: none
+ }
+}
+
+.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
+ background-color: #dde0e3
+}
+
+.form-control::-webkit-file-upload-button {
+ -webkit-margin-end: .75rem;
+ background-color: #e9ecef;
+ border: 0 solid;
+ border-color: inherit;
+ border-inline-end-width:1px;border-radius: 0;
+ color: #212529;
+ margin: -.375rem -.75rem;
+ margin-inline-end:.75rem;padding: .375rem .75rem;
+ pointer-events: none;
+ -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
+ transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
+}
+
+@media(prefers-reduced-motion:reduce) {
+ .form-control::-webkit-file-upload-button {
+ -webkit-transition: none;
+ transition: none
+ }
+}
+
+.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
+ background-color: #dde0e3
+}
+
+.form-control-plaintext {
+ background-color: transparent;
+ border: solid transparent;
+ border-width: 1px 0;
+ color: #212529;
+ display: block;
+ line-height: 1.5;
+ margin-bottom: 0;
+ padding: .375rem 0;
+ width: 100%
+}
+
+.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm {
+ padding-left: 0;
+ padding-right: 0
+}
+
+.form-control-sm {
+ border-radius: .2rem;
+ font-size: .875rem;
+ min-height: calc(1.5em + .5rem + 2px);
+ padding: .25rem .5rem
+}
+
+.form-control-sm::file-selector-button {
+ -webkit-margin-end: .5rem;
+ margin: -.25rem -.5rem;
+ margin-inline-end:.5rem;padding: .25rem .5rem
+}
+
+.form-control-sm::-webkit-file-upload-button {
+ -webkit-margin-end: .5rem;
+ margin: -.25rem -.5rem;
+ margin-inline-end:.5rem;padding: .25rem .5rem
+}
+
+.form-control-lg {
+ border-radius: .3rem;
+ font-size: 1.25rem;
+ min-height: calc(1.5em + 1rem + 2px);
+ padding: .5rem 1rem
+}
+
+.form-control-lg::file-selector-button {
+ -webkit-margin-end: 1rem;
+ margin: -.5rem -1rem;
+ margin-inline-end:1rem;padding: .5rem 1rem
+}
+
+.form-control-lg::-webkit-file-upload-button {
+ -webkit-margin-end: 1rem;
+ margin: -.5rem -1rem;
+ margin-inline-end:1rem;padding: .5rem 1rem
+}
+
+textarea.form-control {
+ min-height: calc(1.5em + .75rem + 2px)
+}
+
+textarea.form-control-sm {
+ min-height: calc(1.5em + .5rem + 2px)
+}
+
+textarea.form-control-lg {
+ min-height: calc(1.5em + 1rem + 2px)
+}
+
+.form-control-color {
+ height: auto;
+ padding: .375rem;
+ width: 3rem
+}
+
+.form-control-color:not(:disabled):not([readonly]) {
+ cursor: pointer
+}
+
+.form-control-color::-moz-color-swatch {
+ border-radius: .25rem;
+ height: 1.5em
+}
+
+.form-control-color::-webkit-color-swatch {
+ border-radius: .25rem;
+ height: 1.5em
+}
+
+.form-select {
+ -moz-padding-start: calc(.75rem - 3px);
+ -webkit-appearance: none;
+ appearance: none;
+ background-color: #fff;
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
+ background-position: right .75rem center;
+ background-repeat: no-repeat;
+ background-size: 16px 12px;
+ border: 1px solid #ced4da;
+ border-radius: .25rem;
+ color: #212529;
+ display: block;
+ font-size: 1rem;
+ font-weight: 400;
+ line-height: 1.5;
+ padding: .375rem 2.25rem .375rem .75rem;
+ transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
+ width: 100%
+}
+
+@media(prefers-reduced-motion:reduce) {
+ .form-select {
+ transition: none
+ }
+}
+
+.form-select:focus {
+ border-color: #86b7fe;
+ box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
+ outline: 0
+}
+
+.form-select[multiple],.form-select[size]:not([size="1"]) {
+ background-image: none;
+ padding-right: .75rem
+}
+
+.form-select:disabled {
+ background-color: #e9ecef
+}
+
+.form-select:-moz-focusring {
+ color: transparent;
+ text-shadow: 0 0 0 #212529
+}
+
+.form-select-sm {
+ border-radius: .2rem;
+ font-size: .875rem;
+ padding-bottom: .25rem;
+ padding-left: .5rem;
+ padding-top: .25rem
+}
+
+.form-select-lg {
+ border-radius: .3rem;
+ font-size: 1.25rem;
+ padding-bottom: .5rem;
+ padding-left: 1rem;
+ padding-top: .5rem
+}
+
+.form-check {
+ display: block;
+ margin-bottom: .125rem;
+ min-height: 1.5rem;
+ padding-left: 1.5em
+}
+
+.form-check .form-check-input {
+ float: left;
+ margin-left: -1.5em
+}
+
+.form-check-input {
+
+ -webkit-appearance: none;
+ appearance: none;
+ background-color: #fff;
+ background-position: 50%;
+ background-repeat: no-repeat;
+ background-size: contain;
+ border: 1px solid rgba(59,62,65,.25);
+ height: 1em;
+ margin-top: .25em;
+ -webkit-print-color-adjust: exact;
+ vertical-align: top;
+ width: 1em
+}
+
+.form-check-input[type=checkbox] {
+ border-radius: .25em
+}
+
+.form-check-input[type=radio] {
+ border-radius: 50%
+}
+
+.form-check-input:active {
+ -webkit-filter: brightness(90%);
+ filter: brightness(90%)
+}
+
+.form-check-input:focus {
+ border-color: #86b7fe;
+ box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
+ outline: 0
+}
+
+.form-check-input:checked {
+ background-color: #0d6efd;
+ border-color: #0d6efd
+}
+
+.form-check-input:checked[type=checkbox] {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")
+}
+
+.form-check-input:checked[type=radio] {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")
+}
+
+.form-check-input[type=checkbox]:indeterminate {
+ background-color: #0d6efd;
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
+ border-color: #0d6efd
+}
+
+.form-check-input:disabled {
+ -webkit-filter: none;
+ filter: none;
+ opacity: .5;
+ pointer-events: none
+}
+
+.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
+ opacity: .5
+}
+
+.form-switch {
+ padding-left: 2.5em
+}
+
+.form-switch .form-check-input {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(59, 62, 65, 0.25)'/%3E%3C/svg%3E");
+ background-position: 0;
+ border-radius: 2em;
+ margin-left: -2.5em;
+ transition: background-position .15s ease-in-out;
+ width: 2em
+}
+
+@media(prefers-reduced-motion:reduce) {
+ .form-switch .form-check-input {
+ transition: none
+ }
+}
+
+.form-switch .form-check-input:focus {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386b7fe'/%3E%3C/svg%3E")
+}
+
+.form-switch .form-check-input:checked {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
+ background-position: 100%
+}
+
+.form-check-inline {
+ display: inline-block;
+ margin-right: 1rem
+}
+
+.btn-check {
+ clip: rect(0,0,0,0);
+ pointer-events: none;
+ position: absolute
+}
+
+.btn-check:disabled+.btn,.btn-check[disabled]+.btn {
+ -webkit-filter: none;
+ filter: none;
+ opacity: .65;
+ pointer-events: none
+}
+
+.form-range {
+ -webkit-appearance: none;
+ appearance: none;
+ background-color: transparent;
+ height: 1.5rem;
+ padding: 0;
+ width: 100%
+}
+
+.form-range:focus {
+ outline: 0
+}
+
+.form-range:focus::-webkit-slider-thumb {
+ box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
+}
+
+.form-range:focus::-moz-range-thumb {
+ box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
+}
+
+.form-range::-moz-focus-outer {
+ border: 0
+}
+
+.form-range::-webkit-slider-thumb {
+ -webkit-appearance: none;
+ appearance: none;
+ background-color: #0d6efd;
+ border: 0;
+ border-radius: 1rem;
+ height: 1rem;
+ margin-top: -.25rem;
+ -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
+ transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
+ width: 1rem
+}
+
+@media(prefers-reduced-motion:reduce) {
+ .form-range::-webkit-slider-thumb {
+ -webkit-transition: none;
+ transition: none
+ }
+}
+
+.form-range::-webkit-slider-thumb:active {
+ background-color: #b6d4fe
+}
+
+.form-range::-webkit-slider-runnable-track {
+ background-color: #dee2e6;
+ border-color: transparent;
+ border-radius: 1rem;
+ color: transparent;
+ cursor: pointer;
+ height: .5rem;
+ width: 100%
+}
+
+.form-range::-moz-range-thumb {
+ appearance: none;
+ background-color: #0d6efd;
+ border: 0;
+ border-radius: 1rem;
+ height: 1rem;
+ -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
+ transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
+ width: 1rem
+}
+
+@media(prefers-reduced-motion:reduce) {
+ .form-range::-moz-range-thumb {
+ -moz-transition: none;
+ transition: none
+ }
+}
+
+.form-range::-moz-range-thumb:active {
+ background-color: #b6d4fe
+}
+
+.form-range::-moz-range-track {
+ background-color: #dee2e6;
+ border-color: transparent;
+ border-radius: 1rem;
+ color: transparent;
+ cursor: pointer;
+ height: .5rem;
+ width: 100%
+}
+
+.form-range:disabled {
+ pointer-events: none
+}
+
+.form-range:disabled::-webkit-slider-thumb {
+ background-color: #adb5bd
+}
+
+.form-range:disabled::-moz-range-thumb {
+ background-color: #adb5bd
+}
+
+.form-floating {
+ position: relative
+}
+
+.form-floating>.form-control,.form-floating>.form-select {
+ height: calc(3.5rem + 2px);
+ line-height: 1.25
+}
+
+.form-floating>label {
+ border: 1px solid transparent;
+ height: 100%;
+ left: 0;
+ padding: 1rem .75rem;
+ pointer-events: none;
+ position: absolute;
+ top: 0;
+ -webkit-transform-origin: 0 0;
+ transform-origin: 0 0;
+ transition: opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;
+ transition: opacity .1s ease-in-out,transform .1s ease-in-out;
+ transition: opacity .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out
+}
+
+@media(prefers-reduced-motion:reduce) {
+ .form-floating>label {
+ transition: none
+ }
+}
+
+.form-floating>.form-control {
+ padding: 1rem .75rem
+}
+
+.form-floating>.form-control::-webkit-input-placeholder {
+ color: transparent
+}
+
+.form-floating>.form-control::placeholder {
+ color: transparent
+}
+
+.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown) {
+ padding-bottom: .625rem;
+ padding-top: 1.625rem
+}
+
+.form-floating>.form-control:-webkit-autofill {
+ padding-bottom: .625rem;
+ padding-top: 1.625rem
+}
+
+.form-floating>.form-select {
+ padding-bottom: .625rem;
+ padding-top: 1.625rem
+}
+
+.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label {
+ opacity: .65;
+ -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
+ transform: scale(.85) translateY(-.5rem) translateX(.15rem)
+}
+
+.form-floating>.form-control:-webkit-autofill~label {
+ opacity: .65;
+ -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
+ transform: scale(.85) translateY(-.5rem) translateX(.15rem)
+}
+
+.input-group {
+ align-items: stretch;
+ display: flex;
+ flex-wrap: wrap;
+ position: relative;
+ width: 100%
+}
+
+.input-group>.form-control,.input-group>.form-select {
+ flex: 1 1 auto;
+ min-width: 0;
+ position: relative;
+ width: 1%
+}
+
+.input-group>.form-control:focus,.input-group>.form-select:focus {
+ z-index: 3
+}
+
+.input-group .btn {
+ position: relative;
+ z-index: 2
+}
+
+.input-group .btn:focus {
+ z-index: 3
+}
+
+.input-group-text {
+ align-items: center;
+ background-color: #e9ecef;
+ border: 1px solid #ced4da;
+ border-radius: .25rem;
+ color: #212529;
+ display: flex;
+ font-size: 1rem;
+ font-weight: 400;
+ line-height: 1.5;
+ padding: .375rem .75rem;
+ text-align: center;
+ white-space: nowrap
+}
+
+.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text {
+ border-radius: .3rem;
+ font-size: 1.25rem;
+ padding: .5rem 1rem
+}
+
+.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text {
+ border-radius: .2rem;
+ font-size: .875rem;
+ padding: .25rem .5rem
+}
+
+.input-group-lg>.form-select,.input-group-sm>.form-select {
+ padding-right: 3rem
+}
+
+.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0
+}
+
+.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0;
+ margin-left: -1px
+}
+
+.valid-feedback {
+ color: #198754;
+ display: none;
+ font-size: .875em;
+ margin-top: .25rem;
+ width: 100%
+}
+
+.valid-tooltip {
+ background-color: rgba(25,135,84,.9);
+ border-radius: .25rem;
+ color: #fff;
+ display: none;
+ font-size: .875rem;
+ margin-top: .1rem;
+ max-width: 100%;
+ padding: .25rem .5rem;
+ position: absolute;
+ top: 100%;
+ z-index: 5
+}
+
+.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip {
+ display: block
+}
+
+.form-control.is-valid,.was-validated .form-control:valid {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
+ background-position: right calc(.375em + .1875rem) center;
+ background-repeat: no-repeat;
+ background-size: calc(.75em + .375rem) calc(.75em + .375rem);
+ border-color: #198754;
+ padding-right: calc(1.5em + .75rem)
+}
+
+.form-control.is-valid:focus,.was-validated .form-control:valid:focus {
+ border-color: #198754;
+ box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
+}
+
+.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
+ background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
+ padding-right: calc(1.5em + .75rem)
+}
+
+.form-select.is-valid,.was-validated .form-select:valid {
+ border-color: #198754
+}
+
+.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"] {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
+ background-position: right .75rem center,center right 2.25rem;
+ background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);
+ padding-right: 4.125rem
+}
+
+.form-select.is-valid:focus,.was-validated .form-select:valid:focus {
+ border-color: #198754;
+ box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
+}
+
+.form-check-input.is-valid,.was-validated .form-check-input:valid {
+ border-color: #198754
+}
+
+.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked {
+ background-color: #198754
+}
+
+.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus {
+ box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
+}
+
+.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label {
+ color: #198754
+}
+
+.form-check-inline .form-check-input~.valid-feedback {
+ margin-left: .5em
+}
+
+.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid {
+ z-index: 1
+}
+
+.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus {
+ z-index: 3
+}
+
+.invalid-feedback {
+ color: #b00007;
+ display: none;
+ font-size: .875em;
+ margin-top: .25rem;
+ width: 100%
+}
+
+.invalid-tooltip {
+ background-color: rgba(176,0,7,.9);
+ border-radius: .25rem;
+ color: #fff;
+ display: none;
+ font-size: .875rem;
+ margin-top: .1rem;
+ max-width: 100%;
+ padding: .25rem .5rem;
+ position: absolute;
+ top: 100%;
+ z-index: 5
+}
+
+.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip {
+ display: block
+}
+
+.form-control.is-invalid,.was-validated .form-control:invalid {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23b00007'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23b00007' stroke='none'/%3E%3C/svg%3E");
+ background-position: right calc(.375em + .1875rem) center;
+ background-repeat: no-repeat;
+ background-size: calc(.75em + .375rem) calc(.75em + .375rem);
+ border-color: #b00007;
+ padding-right: calc(1.5em + .75rem)
+}
+
+.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus {
+ border-color: #b00007;
+ box-shadow: 0 0 0 .25rem rgba(176,0,7,.25)
+}
+
+.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
+ background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
+ padding-right: calc(1.5em + .75rem)
+}
+
+.form-select.is-invalid,.was-validated .form-select:invalid {
+ border-color: #b00007
+}
+
+.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"] {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23b00007'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23b00007' stroke='none'/%3E%3C/svg%3E");
+ background-position: right .75rem center,center right 2.25rem;
+ background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);
+ padding-right: 4.125rem
+}
+
+.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus {
+ border-color: #b00007;
+ box-shadow: 0 0 0 .25rem rgba(176,0,7,.25)
+}
+
+.form-check-input.is-invalid,.was-validated .form-check-input:invalid {
+ border-color: #b00007
+}
+
+.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked {
+ background-color: #b00007
+}
+
+.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus {
+ box-shadow: 0 0 0 .25rem rgba(176,0,7,.25)
+}
+
+.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label {
+ color: #b00007
+}
+
+.form-check-inline .form-check-input~.invalid-feedback {
+ margin-left: .5em
+}
+
+.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid {
+ z-index: 2
+}
+
+.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus {
+ z-index: 3
+}
+
+.btn {
+ background-color: transparent;
+ border: 1px solid transparent;
+ border-radius: .25rem;
+ color: #212529;
+ cursor: pointer;
+ display: inline-block;
+ font-size: 1rem;
+ font-weight: 400;
+ line-height: 1.5;
+ padding: .375rem .75rem;
+ text-align: center;
+ text-decoration: none;
+ transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
+ -webkit-user-select: none;
+ user-select: none;
+ vertical-align: middle
+}
+
+@media(prefers-reduced-motion:reduce) {
+ .btn {
+ transition: none
+ }
+}
+
+.btn:hover {
+ color: #212529
+}
+
+.btn-check:focus+.btn,.btn:focus {
+ box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
+ outline: 0
+}
+
+.btn.disabled,.btn:disabled,fieldset:disabled .btn {
+ opacity: .65;
+ pointer-events: none
+}
+
+.btn-primary {
+ background-color: #0d6efd;
+ border-color: #0d6efd;
+ color: #fff
+}
+
+.btn-check:focus+.btn-primary,.btn-primary:focus,.btn-primary:hover {
+ background-color: #0b5ed7;
+ border-color: #0a58ca;
+ color: #fff
+}
+
+.btn-check:focus+.btn-primary,.btn-primary:focus {
+ box-shadow: 0 0 0 .25rem rgba(49,132,253,.5)
+}
+
+.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle {
+ background-color: #0a58ca;
+ border-color: #0a53be;
+ color: #fff
+}
+
+.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus {
+ box-shadow: 0 0 0 .25rem rgba(49,132,253,.5)
+}
+
+.btn-primary.disabled,.btn-primary:disabled {
+ background-color: #0d6efd;
+ border-color: #0d6efd;
+ color: #fff
+}
+
+.btn-secondary {
+ background-color: #6c757d;
+ border-color: #6c757d;
+ color: #fff
+}
+
+.btn-check:focus+.btn-secondary,.btn-secondary:focus,.btn-secondary:hover {
+ background-color: #5c636a;
+ border-color: #565e64;
+ color: #fff
+}
+
+.btn-check:focus+.btn-secondary,.btn-secondary:focus {
+ box-shadow: 0 0 0 .25rem hsla(208,6%,54%,.5)
+}
+
+.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle {
+ background-color: #565e64;
+ border-color: #51585e;
+ color: #fff
+}
+
+.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus {
+ box-shadow: 0 0 0 .25rem hsla(208,6%,54%,.5)
+}
+
+.btn-secondary.disabled,.btn-secondary:disabled {
+ background-color: #6c757d;
+ border-color: #6c757d;
+ color: #fff
+}
+
+.btn-success {
+ background-color: #198754;
+ border-color: #198754;
+ color: #fff
+}
+
+.btn-check:focus+.btn-success,.btn-success:focus,.btn-success:hover {
+ background-color: #157347;
+ border-color: #146c43;
+ color: #fff
+}
+
+.btn-check:focus+.btn-success,.btn-success:focus {
+ box-shadow: 0 0 0 .25rem rgba(60,153,110,.5)
+}
+
+.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle {
+ background-color: #146c43;
+ border-color: #13653f;
+ color: #fff
+}
+
+.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus {
+ box-shadow: 0 0 0 .25rem rgba(60,153,110,.5)
+}
+
+.btn-success.disabled,.btn-success:disabled {
+ background-color: #198754;
+ border-color: #198754;
+ color: #fff
+}
+
+.btn-info {
+ background-color: #0dcaf0;
+ border-color: #0dcaf0;
+ color: #3b3e41
+}
+
+.btn-check:focus+.btn-info,.btn-info:focus,.btn-info:hover {
+ background-color: #31d2f2;
+ border-color: #25cff2;
+ color: #3b3e41
+}
+
+.btn-check:focus+.btn-info,.btn-info:focus {
+ box-shadow: 0 0 0 .25rem rgba(20,181,214,.5)
+}
+
+.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle {
+ background-color: #3dd5f3;
+ border-color: #25cff2;
+ color: #3b3e41
+}
+
+.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus {
+ box-shadow: 0 0 0 .25rem rgba(20,181,214,.5)
+}
+
+.btn-info.disabled,.btn-info:disabled {
+ background-color: #0dcaf0;
+ border-color: #0dcaf0;
+ color: #3b3e41
+}
+
+.btn-warning {
+ background-color: #ffc107;
+ border-color: #ffc107;
+ color: #3b3e41
+}
+
+.btn-check:focus+.btn-warning,.btn-warning:focus,.btn-warning:hover {
+ background-color: #ffca2c;
+ border-color: #ffc720;
+ color: #3b3e41
+}
+
+.btn-check:focus+.btn-warning,.btn-warning:focus {
+ box-shadow: 0 0 0 .25rem rgba(226,173,16,.5)
+}
+
+.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle {
+ background-color: #ffcd39;
+ border-color: #ffc720;
+ color: #3b3e41
+}
+
+.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus {
+ box-shadow: 0 0 0 .25rem rgba(226,173,16,.5)
+}
+
+.btn-warning.disabled,.btn-warning:disabled {
+ background-color: #ffc107;
+ border-color: #ffc107;
+ color: #3b3e41
+}
+
+.btn-danger {
+ background-color: #b00007;
+ border-color: #b00007;
+ color: #fff
+}
+
+.btn-check:focus+.btn-danger,.btn-danger:focus,.btn-danger:hover {
+ background-color: #960006;
+ border-color: #8d0006;
+ color: #fff
+}
+
+.btn-check:focus+.btn-danger,.btn-danger:focus {
+ box-shadow: 0 0 0 .25rem rgba(188,38,44,.5)
+}
+
+.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle {
+ background-color: #8d0006;
+ border-color: #840005;
+ color: #fff
+}
+
+.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus {
+ box-shadow: 0 0 0 .25rem rgba(188,38,44,.5)
+}
+
+.btn-danger.disabled,.btn-danger:disabled {
+ background-color: #b00007;
+ border-color: #b00007;
+ color: #fff
+}
+
+.btn-light {
+ background-color: #f8f9fa;
+ border-color: #f8f9fa;
+ color: #3b3e41
+}
+
+.btn-check:focus+.btn-light,.btn-light:focus,.btn-light:hover {
+ background-color: #f9fafb;
+ border-color: #f9fafb;
+ color: #3b3e41
+}
+
+.btn-check:focus+.btn-light,.btn-light:focus {
+ box-shadow: 0 0 0 .25rem hsla(210,3%,87%,.5)
+}
+
+.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle {
+ background-color: #f9fafb;
+ border-color: #f9fafb;
+ color: #3b3e41
+}
+
+.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus {
+ box-shadow: 0 0 0 .25rem hsla(210,3%,87%,.5)
+}
+
+.btn-light.disabled,.btn-light:disabled {
+ background-color: #f8f9fa;
+ border-color: #f8f9fa;
+ color: #3b3e41
+}
+
+.btn-dark {
+ background-color: #212529;
+ border-color: #212529;
+ color: #fff
+}
+
+.btn-check:focus+.btn-dark,.btn-dark:focus,.btn-dark:hover {
+ background-color: #1c1f23;
+ border-color: #1a1e21;
+ color: #fff
+}
+
+.btn-check:focus+.btn-dark,.btn-dark:focus {
+ box-shadow: 0 0 0 .25rem rgba(66,70,73,.5)
+}
+
+.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle {
+ background-color: #1a1e21;
+ border-color: #191c1f;
+ color: #fff
+}
+
+.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus {
+ box-shadow: 0 0 0 .25rem rgba(66,70,73,.5)
+}
+
+.btn-dark.disabled,.btn-dark:disabled {
+ background-color: #212529;
+ border-color: #212529;
+ color: #fff
+}
+
+.btn-outline-primary {
+ border-color: #0d6efd;
+ color: #0d6efd
+}
+
+.btn-outline-primary:hover {
+ background-color: #0d6efd;
+ border-color: #0d6efd;
+ color: #fff
+}
+
+.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus {
+ box-shadow: 0 0 0 .25rem rgba(13,110,253,.5)
+}
+
+.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active {
+ background-color: #0d6efd;
+ border-color: #0d6efd;
+ color: #fff
+}
+
+.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus {
+ box-shadow: 0 0 0 .25rem rgba(13,110,253,.5)
+}
+
+.btn-outline-primary.disabled,.btn-outline-primary:disabled {
+ background-color: transparent;
+ color: #0d6efd
+}
+
+.btn-outline-secondary {
+ border-color: #6c757d;
+ color: #6c757d
+}
+
+.btn-outline-secondary:hover {
+ background-color: #6c757d;
+ border-color: #6c757d;
+ color: #fff
+}
+
+.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus {
+ box-shadow: 0 0 0 .25rem hsla(208,7%,46%,.5)
+}
+
+.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active {
+ background-color: #6c757d;
+ border-color: #6c757d;
+ color: #fff
+}
+
+.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus {
+ box-shadow: 0 0 0 .25rem hsla(208,7%,46%,.5)
+}
+
+.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
+ background-color: transparent;
+ color: #6c757d
+}
+
+.btn-outline-success {
+ border-color: #198754;
+ color: #198754
+}
+
+.btn-outline-success:hover {
+ background-color: #198754;
+ border-color: #198754;
+ color: #fff
+}
+
+.btn-check:focus+.btn-outline-success,.btn-outline-success:focus {
+ box-shadow: 0 0 0 .25rem rgba(25,135,84,.5)
+}
+
+.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active {
+ background-color: #198754;
+ border-color: #198754;
+ color: #fff
+}
+
+.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus {
+ box-shadow: 0 0 0 .25rem rgba(25,135,84,.5)
+}
+
+.btn-outline-success.disabled,.btn-outline-success:disabled {
+ background-color: transparent;
+ color: #198754
+}
+
+.btn-outline-info {
+ border-color: #0dcaf0;
+ color: #0dcaf0
+}
+
+.btn-outline-info:hover {
+ background-color: #0dcaf0;
+ border-color: #0dcaf0;
+ color: #3b3e41
+}
+
+.btn-check:focus+.btn-outline-info,.btn-outline-info:focus {
+ box-shadow: 0 0 0 .25rem rgba(13,202,240,.5)
+}
+
+.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active {
+ background-color: #0dcaf0;
+ border-color: #0dcaf0;
+ color: #3b3e41
+}
+
+.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus {
+ box-shadow: 0 0 0 .25rem rgba(13,202,240,.5)
+}
+
+.btn-outline-info.disabled,.btn-outline-info:disabled {
+ background-color: transparent;
+ color: #0dcaf0
+}
+
+.btn-outline-warning {
+ border-color: #ffc107;
+ color: #ffc107
+}
+
+.btn-outline-warning:hover {
+ background-color: #ffc107;
+ border-color: #ffc107;
+ color: #3b3e41
+}
+
+.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus {
+ box-shadow: 0 0 0 .25rem rgba(255,193,7,.5)
+}
+
+.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active {
+ background-color: #ffc107;
+ border-color: #ffc107;
+ color: #3b3e41
+}
+
+.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus {
+ box-shadow: 0 0 0 .25rem rgba(255,193,7,.5)
+}
+
+.btn-outline-warning.disabled,.btn-outline-warning:disabled {
+ background-color: transparent;
+ color: #ffc107
+}
+
+.btn-outline-danger {
+ border-color: #b00007;
+ color: #b00007
+}
+
+.btn-outline-danger:hover {
+ background-color: #b00007;
+ border-color: #b00007;
+ color: #fff
+}
+
+.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus {
+ box-shadow: 0 0 0 .25rem rgba(176,0,7,.5)
+}
+
+.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active {
+ background-color: #b00007;
+ border-color: #b00007;
+ color: #fff
+}
+
+.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus {
+ box-shadow: 0 0 0 .25rem rgba(176,0,7,.5)
+}
+
+.btn-outline-danger.disabled,.btn-outline-danger:disabled {
+ background-color: transparent;
+ color: #b00007
+}
+
+.btn-outline-light {
+ border-color: #f8f9fa;
+ color: #f8f9fa
+}
+
+.btn-outline-light:hover {
+ background-color: #f8f9fa;
+ border-color: #f8f9fa;
+ color: #3b3e41
+}
+
+.btn-check:focus+.btn-outline-light,.btn-outline-light:focus {
+ box-shadow: 0 0 0 .25rem rgba(248,249,250,.5)
+}
+
+.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active {
+ background-color: #f8f9fa;
+ border-color: #f8f9fa;
+ color: #3b3e41
+}
+
+.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus {
+ box-shadow: 0 0 0 .25rem rgba(248,249,250,.5)
+}
+
+.btn-outline-light.disabled,.btn-outline-light:disabled {
+ background-color: transparent;
+ color: #f8f9fa
+}
+
+.btn-outline-dark {
+ border-color: #212529;
+ color: #212529
+}
+
+.btn-outline-dark:hover {
+ background-color: #212529;
+ border-color: #212529;
+ color: #fff
+}
+
+.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus {
+ box-shadow: 0 0 0 .25rem rgba(33,37,41,.5)
+}
+
+.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active {
+ background-color: #212529;
+ border-color: #212529;
+ color: #fff
+}
+
+.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus {
+ box-shadow: 0 0 0 .25rem rgba(33,37,41,.5)
+}
+
+.btn-outline-dark.disabled,.btn-outline-dark:disabled {
+ background-color: transparent;
+ color: #212529
+}
+
+.btn-link {
+ color: #0d6efd;
+ font-weight: 400;
+ text-decoration: underline
+}
+
+.btn-link:hover {
+ color: #0a58ca
+}
+
+.btn-link.disabled,.btn-link:disabled {
+ color: #6c757d
+}
+
+.btn-group-lg>.btn,.btn-lg {
+ border-radius: .3rem;
+ font-size: 1.25rem;
+ padding: .5rem 1rem
+}
+
+.btn-group-sm>.btn,.btn-sm {
+ border-radius: .2rem;
+ font-size: .875rem;
+ padding: .25rem .5rem
+}
+
+.fade {
+ transition: opacity .15s linear
+}
+
+@media(prefers-reduced-motion:reduce) {
+ .fade {
+ transition: none
+ }
+}
+
+.fade:not(.show) {
+ opacity: 0
+}
+
+.collapse:not(.show) {
+ display: none
+}
+
+.collapsing {
+ height: 0;
+ overflow: hidden;
+ transition: height .35s ease
+}
+
+@media(prefers-reduced-motion:reduce) {
+ .collapsing {
+ transition: none
+ }
+}
+
+.collapsing.collapse-horizontal {
+ height: auto;
+ transition: width .35s ease;
+ width: 0
+}
+
+@media(prefers-reduced-motion:reduce) {
+ .collapsing.collapse-horizontal {
+ transition: none
+ }
+}
+
+.dropdown,.dropend,.dropstart,.dropup {
+ position: relative
+}
+
+.dropdown-toggle {
+ white-space: nowrap
+}
+
+.dropdown-toggle:after {
+ border-bottom: 0;
+ border-left: .3em solid transparent;
+ border-right: .3em solid transparent;
+ border-top: .3em solid;
+ content: "";
+ display: inline-block;
+ margin-left: .255em;
+ vertical-align: .255em
+}
+
+.dropdown-toggle:empty:after {
+ margin-left: 0
+}
+
+.dropdown-menu {
+ background-clip: padding-box;
+ background-color: #fff;
+ border: 1px solid rgba(59,62,65,.15);
+ border-radius: .25rem;
+ color: #212529;
+ display: none;
+ font-size: 1rem;
+ list-style: none;
+ margin: 0;
+ min-width: 10rem;
+ padding: .5rem 0;
+ position: absolute;
+ text-align: left;
+ z-index: 1000
+}
+
+.dropdown-menu[data-bs-popper] {
+ left: 0;
+ margin-top: .125rem;
+ top: 100%
+}
+
+.dropdown-menu-start {
+ --bs-position: start
+}
+
+.dropdown-menu-start[data-bs-popper] {
+ left: 0;
+ right: auto
+}
+
+.dropdown-menu-end {
+ --bs-position: end
+}
+
+.dropdown-menu-end[data-bs-popper] {
+ left: auto;
+ right: 0
+}
+
+@media(min-width: 576px) {
+ .dropdown-menu-sm-start {
+ --bs-position:start
+ }
+
+ .dropdown-menu-sm-start[data-bs-popper] {
+ left: 0;
+ right: auto
+ }
+
+ .dropdown-menu-sm-end {
+ --bs-position: end
+ }
+
+ .dropdown-menu-sm-end[data-bs-popper] {
+ left: auto;
+ right: 0
+ }
+}
+
+@media(min-width: 768px) {
+ .dropdown-menu-md-start {
+ --bs-position:start
+ }
+
+ .dropdown-menu-md-start[data-bs-popper] {
+ left: 0;
+ right: auto
+ }
+
+ .dropdown-menu-md-end {
+ --bs-position: end
+ }
+
+ .dropdown-menu-md-end[data-bs-popper] {
+ left: auto;
+ right: 0
+ }
+}
+
+@media(min-width: 992px) {
+ .dropdown-menu-lg-start {
+ --bs-position:start
+ }
+
+ .dropdown-menu-lg-start[data-bs-popper] {
+ left: 0;
+ right: auto
+ }
+
+ .dropdown-menu-lg-end {
+ --bs-position: end
+ }
+
+ .dropdown-menu-lg-end[data-bs-popper] {
+ left: auto;
+ right: 0
+ }
+}
+
+@media(min-width: 1200px) {
+ .dropdown-menu-xl-start {
+ --bs-position:start
+ }
+
+ .dropdown-menu-xl-start[data-bs-popper] {
+ left: 0;
+ right: auto
+ }
+
+ .dropdown-menu-xl-end {
+ --bs-position: end
+ }
+
+ .dropdown-menu-xl-end[data-bs-popper] {
+ left: auto;
+ right: 0
+ }
+}
+
+@media(min-width: 1400px) {
+ .dropdown-menu-xxl-start {
+ --bs-position:start
+ }
+
+ .dropdown-menu-xxl-start[data-bs-popper] {
+ left: 0;
+ right: auto
+ }
+
+ .dropdown-menu-xxl-end {
+ --bs-position: end
+ }
+
+ .dropdown-menu-xxl-end[data-bs-popper] {
+ left: auto;
+ right: 0
+ }
+}
+
+.dropup .dropdown-menu[data-bs-popper] {
+ bottom: 100%;
+ margin-bottom: .125rem;
+ margin-top: 0;
+ top: auto
+}
+
+.dropup .dropdown-toggle:after {
+ border-bottom: .3em solid;
+ border-left: .3em solid transparent;
+ border-right: .3em solid transparent;
+ border-top: 0;
+ content: "";
+ display: inline-block;
+ margin-left: .255em;
+ vertical-align: .255em
+}
+
+.dropup .dropdown-toggle:empty:after {
+ margin-left: 0
+}
+
+.dropend .dropdown-menu[data-bs-popper] {
+ left: 100%;
+ margin-left: .125rem;
+ margin-top: 0;
+ right: auto;
+ top: 0
+}
+
+.dropend .dropdown-toggle:after {
+ border-bottom: .3em solid transparent;
+ border-left: .3em solid;
+ border-right: 0;
+ border-top: .3em solid transparent;
+ content: "";
+ display: inline-block;
+ margin-left: .255em;
+ vertical-align: .255em
+}
+
+.dropend .dropdown-toggle:empty:after {
+ margin-left: 0
+}
+
+.dropend .dropdown-toggle:after {
+ vertical-align: 0
+}
+
+.dropstart .dropdown-menu[data-bs-popper] {
+ left: auto;
+ margin-right: .125rem;
+ margin-top: 0;
+ right: 100%;
+ top: 0
+}
+
+.dropstart .dropdown-toggle:after {
+ content: "";
+ display: inline-block;
+ display: none;
+ margin-left: .255em;
+ vertical-align: .255em
+}
+
+.dropstart .dropdown-toggle:before {
+ border-bottom: .3em solid transparent;
+ border-right: .3em solid;
+ border-top: .3em solid transparent;
+ content: "";
+ display: inline-block;
+ margin-right: .255em;
+ vertical-align: .255em
+}
+
+.dropstart .dropdown-toggle:empty:after {
+ margin-left: 0
+}
+
+.dropstart .dropdown-toggle:before {
+ vertical-align: 0
+}
+
+.dropdown-divider {
+ border-top: 1px solid rgba(59,62,65,.15);
+ height: 0;
+ margin: .5rem 0;
+ overflow: hidden
+}
+
+.dropdown-item {
+ background-color: transparent;
+ border: 0;
+ clear: both;
+ color: #212529;
+ display: block;
+ font-weight: 400;
+ padding: .25rem 1rem;
+ text-align: inherit;
+ text-decoration: none;
+ white-space: nowrap;
+ width: 100%
+}
+
+.dropdown-item:focus,.dropdown-item:hover {
+ background-color: #e9ecef;
+ color: #1e2125
+}
+
+.dropdown-item.active,.dropdown-item:active {
+ background-color: #0d6efd;
+ color: #fff;
+ text-decoration: none
+}
+
+.dropdown-item.disabled,.dropdown-item:disabled {
+ background-color: transparent;
+ color: #adb5bd;
+ pointer-events: none
+}
+
+.dropdown-menu.show {
+ display: block
+}
+
+.dropdown-header {
+ color: #6c757d;
+ display: block;
+ font-size: .875rem;
+ margin-bottom: 0;
+ padding: .5rem 1rem;
+ white-space: nowrap
+}
+
+.dropdown-item-text {
+ color: #212529;
+ display: block;
+ padding: .25rem 1rem
+}
+
+.dropdown-menu-dark {
+ background-color: #343a40;
+ border-color: rgba(59,62,65,.15);
+ color: #dee2e6
+}
+
+.dropdown-menu-dark .dropdown-item {
+ color: #dee2e6
+}
+
+.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover {
+ background-color: hsla(0,0%,100%,.15);
+ color: #fff
+}
+
+.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active {
+ background-color: #0d6efd;
+ color: #fff
+}
+
+.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled {
+ color: #adb5bd
+}
+
+.dropdown-menu-dark .dropdown-divider {
+ border-color: rgba(59,62,65,.15)
+}
+
+.dropdown-menu-dark .dropdown-item-text {
+ color: #dee2e6
+}
+
+.dropdown-menu-dark .dropdown-header {
+ color: #adb5bd
+}
+
+.btn-group,.btn-group-vertical {
+ display: inline-flex;
+ position: relative;
+ vertical-align: middle
+}
+
+.btn-group-vertical>.btn,.btn-group>.btn {
+ flex: 1 1 auto;
+ position: relative
+}
+
+.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
+ z-index: 1
+}
+
+.btn-toolbar {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: flex-start
+}
+
+.btn-toolbar .input-group {
+ width: auto
+}
+
+.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child) {
+ margin-left: -1px
+}
+
+.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0
+}
+
+.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0
+}
+
+.dropdown-toggle-split {
+ padding-left: .5625rem;
+ padding-right: .5625rem
+}
+
+.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after {
+ margin-left: 0
+}
+
+.dropstart .dropdown-toggle-split:before {
+ margin-right: 0
+}
+
+.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split {
+ padding-left: .375rem;
+ padding-right: .375rem
+}
+
+.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split {
+ padding-left: .75rem;
+ padding-right: .75rem
+}
+
+.btn-group-vertical {
+ align-items: flex-start;
+ flex-direction: column;
+ justify-content: center
+}
+
+.btn-group-vertical>.btn,.btn-group-vertical>.btn-group {
+ width: 100%
+}
+
+.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child) {
+ margin-top: -1px
+}
+
+.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
+ border-bottom-left-radius: 0;
+ border-bottom-right-radius: 0
+}
+
+.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn {
+ border-top-left-radius: 0;
+ border-top-right-radius: 0
+}
+
+.nav {
+ display: flex;
+ flex-wrap: wrap;
+ list-style: none;
+ margin-bottom: 0;
+ padding-left: 0
+}
+
+.nav-link {
+ color: #0d6efd;
+ display: block;
+ padding: .5rem 1rem;
+ text-decoration: none;
+ transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
+}
+
+@media(prefers-reduced-motion:reduce) {
+ .nav-link {
+ transition: none
+ }
+}
+
+.nav-link:focus,.nav-link:hover {
+ color: #0a58ca
+}
+
+.nav-link.disabled {
+ color: #6c757d;
+ cursor: default;
+ pointer-events: none
+}
+
+.nav-tabs {
+ border-bottom: 1px solid #dee2e6
+}
+
+.nav-tabs .nav-link {
+ background: none;
+ border: 1px solid transparent;
+ border-top-left-radius: .25rem;
+ border-top-right-radius: .25rem;
+ margin-bottom: -1px
+}
+
+.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
+ border-color: #e9ecef #e9ecef #dee2e6;
+ isolation: isolate
+}
+
+.nav-tabs .nav-link.disabled {
+ background-color: transparent;
+ border-color: transparent;
+ color: #6c757d
+}
+
+.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
+ background-color: #fff;
+ border-color: #dee2e6 #dee2e6 #fff;
+ color: #495057
+}
+
+.nav-tabs .dropdown-menu {
+ border-top-left-radius: 0;
+ border-top-right-radius: 0;
+ margin-top: -1px
+}
+
+.nav-pills .nav-link {
+ background: none;
+ border: 0;
+ border-radius: .25rem
+}
+
+.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
+ background-color: #0d6efd;
+ color: #fff
+}
+
+.nav-fill .nav-item,.nav-fill>.nav-link {
+ flex: 1 1 auto;
+ text-align: center
+}
+
+.nav-justified .nav-item,.nav-justified>.nav-link {
+ flex-basis: 0;
+ flex-grow: 1;
+ text-align: center
+}
+
+.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link {
+ width: 100%
+}
+
+.tab-content>.tab-pane {
+ display: none
+}
+
+.tab-content>.active {
+ display: block
+}
+
+.navbar {
+ align-items: center;
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: space-between;
+ padding-bottom: .5rem;
+ padding-top: .5rem;
+ position: relative
+}
+
+.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl {
+ align-items: center;
+ display: flex;
+ flex-wrap: inherit;
+ justify-content: space-between
+}
+
+.navbar-brand {
+ font-size: 1.25rem;
+ margin-right: 1rem;
+ padding-bottom: .3125rem;
+ padding-top: .3125rem;
+ text-decoration: none;
+ white-space: nowrap
+}
+
+.navbar-nav {
+ display: flex;
+ flex-direction: column;
+ list-style: none;
+ margin-bottom: 0;
+ padding-left: 0
+}
+
+.navbar-nav .nav-link {
+ padding-left: 0;
+ padding-right: 0
+}
+
+.navbar-nav .dropdown-menu {
+ position: static
+}
+
+.navbar-text {
+ padding-bottom: .5rem;
+ padding-top: .5rem
+}
+
+.navbar-collapse {
+ align-items: center;
+ flex-basis: 100%;
+ flex-grow: 1
+}
+
+.navbar-toggler {
+ background-color: transparent;
+ border: 1px solid transparent;
+ border-radius: .25rem;
+ font-size: 1.25rem;
+ line-height: 1;
+ padding: .25rem .75rem;
+ transition: box-shadow .15s ease-in-out
+}
+
+@media(prefers-reduced-motion:reduce) {
+ .navbar-toggler {
+ transition: none
+ }
+}
+
+.navbar-toggler:hover {
+ text-decoration: none
+}
+
+.navbar-toggler:focus {
+ box-shadow: 0 0 0 .25rem;
+ outline: 0;
+ text-decoration: none
+}
+
+.navbar-toggler-icon {
+ background-position: 50%;
+ background-repeat: no-repeat;
+ background-size: 100%;
+ display: inline-block;
+ height: 1.5em;
+ vertical-align: middle;
+ width: 1.5em
+}
+
+.navbar-nav-scroll {
+ max-height: 75vh;
+ max-height: var(--bs-scroll-height,75vh);
+ overflow-y: auto
+}
+
+@media(min-width: 576px) {
+ .navbar-expand-sm {
+ flex-wrap:nowrap;
+ justify-content: flex-start
+ }
+
+ .navbar-expand-sm .navbar-nav {
+ flex-direction: row
+ }
+
+ .navbar-expand-sm .navbar-nav .dropdown-menu {
+ position: absolute
+ }
+
+ .navbar-expand-sm .navbar-nav .nav-link {
+ padding-left: .5rem;
+ padding-right: .5rem
+ }
+
+ .navbar-expand-sm .navbar-nav-scroll {
+ overflow: visible
+ }
+
+ .navbar-expand-sm .navbar-collapse {
+ display: flex!important;
+ flex-basis: auto
+ }
+
+ .navbar-expand-sm .navbar-toggler,.navbar-expand-sm .offcanvas-header {
+ display: none
+ }
+
+ .navbar-expand-sm .offcanvas {
+ background-color: transparent;
+ border-left: 0;
+ border-right: 0;
+ bottom: 0;
+ flex-grow: 1;
+ position: inherit;
+ -webkit-transform: none;
+ transform: none;
+ transition: none;
+ visibility: visible!important;
+ z-index: 1000
+ }
+
+ .navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top {
+ border-bottom: 0;
+ border-top: 0;
+ height: auto
+ }
+
+ .navbar-expand-sm .offcanvas-body {
+ display: flex;
+ flex-grow: 0;
+ overflow-y: visible;
+ padding: 0
+ }
+}
+
+@media(min-width: 768px) {
+ .navbar-expand-md {
+ flex-wrap:nowrap;
+ justify-content: flex-start
+ }
+
+ .navbar-expand-md .navbar-nav {
+ flex-direction: row
+ }
+
+ .navbar-expand-md .navbar-nav .dropdown-menu {
+ position: absolute
+ }
+
+ .navbar-expand-md .navbar-nav .nav-link {
+ padding-left: .5rem;
+ padding-right: .5rem
+ }
+
+ .navbar-expand-md .navbar-nav-scroll {
+ overflow: visible
+ }
+
+ .navbar-expand-md .navbar-collapse {
+ display: flex!important;
+ flex-basis: auto
+ }
+
+ .navbar-expand-md .navbar-toggler,.navbar-expand-md .offcanvas-header {
+ display: none
+ }
+
+ .navbar-expand-md .offcanvas {
+ background-color: transparent;
+ border-left: 0;
+ border-right: 0;
+ bottom: 0;
+ flex-grow: 1;
+ position: inherit;
+ -webkit-transform: none;
+ transform: none;
+ transition: none;
+ visibility: visible!important;
+ z-index: 1000
+ }
+
+ .navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top {
+ border-bottom: 0;
+ border-top: 0;
+ height: auto
+ }
+
+ .navbar-expand-md .offcanvas-body {
+ display: flex;
+ flex-grow: 0;
+ overflow-y: visible;
+ padding: 0
+ }
+}
+
+@media(min-width: 992px) {
+ .navbar-expand-lg {
+ flex-wrap:nowrap;
+ justify-content: flex-start
+ }
+
+ .navbar-expand-lg .navbar-nav {
+ flex-direction: row
+ }
+
+ .navbar-expand-lg .navbar-nav .dropdown-menu {
+ position: absolute
+ }
+
+ .navbar-expand-lg .navbar-nav .nav-link {
+ padding-left: .5rem;
+ padding-right: .5rem
+ }
+
+ .navbar-expand-lg .navbar-nav-scroll {
+ overflow: visible
+ }
+
+ .navbar-expand-lg .navbar-collapse {
+ display: flex!important;
+ flex-basis: auto
+ }
+
+ .navbar-expand-lg .navbar-toggler,.navbar-expand-lg .offcanvas-header {
+ display: none
+ }
+
+ .navbar-expand-lg .offcanvas {
+ background-color: transparent;
+ border-left: 0;
+ border-right: 0;
+ bottom: 0;
+ flex-grow: 1;
+ position: inherit;
+ -webkit-transform: none;
+ transform: none;
+ transition: none;
+ visibility: visible!important;
+ z-index: 1000
+ }
+
+ .navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top {
+ border-bottom: 0;
+ border-top: 0;
+ height: auto
+ }
+
+ .navbar-expand-lg .offcanvas-body {
+ display: flex;
+ flex-grow: 0;
+ overflow-y: visible;
+ padding: 0
+ }
+}
+
+@media(min-width: 1200px) {
+ .navbar-expand-xl {
+ flex-wrap:nowrap;
+ justify-content: flex-start
+ }
+
+ .navbar-expand-xl .navbar-nav {
+ flex-direction: row
+ }
+
+ .navbar-expand-xl .navbar-nav .dropdown-menu {
+ position: absolute
+ }
+
+ .navbar-expand-xl .navbar-nav .nav-link {
+ padding-left: .5rem;
+ padding-right: .5rem
+ }
+
+ .navbar-expand-xl .navbar-nav-scroll {
+ overflow: visible
+ }
+
+ .navbar-expand-xl .navbar-collapse {
+ display: flex!important;
+ flex-basis: auto
+ }
+
+ .navbar-expand-xl .navbar-toggler,.navbar-expand-xl .offcanvas-header {
+ display: none
+ }
+
+ .navbar-expand-xl .offcanvas {
+ background-color: transparent;
+ border-left: 0;
+ border-right: 0;
+ bottom: 0;
+ flex-grow: 1;
+ position: inherit;
+ -webkit-transform: none;
+ transform: none;
+ transition: none;
+ visibility: visible!important;
+ z-index: 1000
+ }
+
+ .navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top {
+ border-bottom: 0;
+ border-top: 0;
+ height: auto
+ }
+
+ .navbar-expand-xl .offcanvas-body {
+ display: flex;
+ flex-grow: 0;
+ overflow-y: visible;
+ padding: 0
+ }
+}
+
+@media(min-width: 1400px) {
+ .navbar-expand-xxl {
+ flex-wrap:nowrap;
+ justify-content: flex-start
+ }
+
+ .navbar-expand-xxl .navbar-nav {
+ flex-direction: row
+ }
+
+ .navbar-expand-xxl .navbar-nav .dropdown-menu {
+ position: absolute
+ }
+
+ .navbar-expand-xxl .navbar-nav .nav-link {
+ padding-left: .5rem;
+ padding-right: .5rem
+ }
+
+ .navbar-expand-xxl .navbar-nav-scroll {
+ overflow: visible
+ }
+
+ .navbar-expand-xxl .navbar-collapse {
+ display: flex!important;
+ flex-basis: auto
+ }
+
+ .navbar-expand-xxl .navbar-toggler,.navbar-expand-xxl .offcanvas-header {
+ display: none
+ }
+
+ .navbar-expand-xxl .offcanvas {
+ background-color: transparent;
+ border-left: 0;
+ border-right: 0;
+ bottom: 0;
+ flex-grow: 1;
+ position: inherit;
+ -webkit-transform: none;
+ transform: none;
+ transition: none;
+ visibility: visible!important;
+ z-index: 1000
+ }
+
+ .navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top {
+ border-bottom: 0;
+ border-top: 0;
+ height: auto
+ }
+
+ .navbar-expand-xxl .offcanvas-body {
+ display: flex;
+ flex-grow: 0;
+ overflow-y: visible;
+ padding: 0
+ }
+}
+
+.navbar-expand {
+ flex-wrap: nowrap;
+ justify-content: flex-start
+}
+
+.navbar-expand .navbar-nav {
+ flex-direction: row
+}
+
+.navbar-expand .navbar-nav .dropdown-menu {
+ position: absolute
+}
+
+.navbar-expand .navbar-nav .nav-link {
+ padding-left: .5rem;
+ padding-right: .5rem
+}
+
+.navbar-expand .navbar-nav-scroll {
+ overflow: visible
+}
+
+.navbar-expand .navbar-collapse {
+ display: flex!important;
+ flex-basis: auto
+}
+
+.navbar-expand .navbar-toggler,.navbar-expand .offcanvas-header {
+ display: none
+}
+
+.navbar-expand .offcanvas {
+ background-color: transparent;
+ border-left: 0;
+ border-right: 0;
+ bottom: 0;
+ flex-grow: 1;
+ position: inherit;
+ -webkit-transform: none;
+ transform: none;
+ transition: none;
+ visibility: visible!important;
+ z-index: 1000
+}
+
+.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top {
+ border-bottom: 0;
+ border-top: 0;
+ height: auto
+}
+
+.navbar-expand .offcanvas-body {
+ display: flex;
+ flex-grow: 0;
+ overflow-y: visible;
+ padding: 0
+}
+
+.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
+ color: rgba(59,62,65,.9)
+}
+
+.navbar-light .navbar-nav .nav-link {
+ color: rgba(59,62,65,.55)
+}
+
+.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
+ color: rgba(59,62,65,.7)
+}
+
+.navbar-light .navbar-nav .nav-link.disabled {
+ color: rgba(59,62,65,.3)
+}
+
+.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link {
+ color: rgba(59,62,65,.9)
+}
+
+.navbar-light .navbar-toggler {
+ border-color: rgba(59,62,65,.1);
+ color: rgba(59,62,65,.55)
+}
+
+.navbar-light .navbar-toggler-icon {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(59, 62, 65, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
+}
+
+.navbar-light .navbar-text {
+ color: rgba(59,62,65,.55)
+}
+
+.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
+ color: rgba(59,62,65,.9)
+}
+
+.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover {
+ color: #fff
+}
+
+.navbar-dark .navbar-nav .nav-link {
+ color: hsla(0,0%,100%,.55)
+}
+
+.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
+ color: hsla(0,0%,100%,.75)
+}
+
+.navbar-dark .navbar-nav .nav-link.disabled {
+ color: hsla(0,0%,100%,.25)
+}
+
+.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link {
+ color: #fff
+}
+
+.navbar-dark .navbar-toggler {
+ border-color: hsla(0,0%,100%,.1);
+ color: hsla(0,0%,100%,.55)
+}
+
+.navbar-dark .navbar-toggler-icon {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
+}
+
+.navbar-dark .navbar-text {
+ color: hsla(0,0%,100%,.55)
+}
+
+.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover {
+ color: #fff
+}
+
+.card {
+ word-wrap: break-word;
+ background-clip: border-box;
+ background-color: #fff;
+ border: 1px solid rgba(59,62,65,.125);
+ border-radius: .25rem;
+ display: flex;
+ flex-direction: column;
+ min-width: 0;
+ position: relative
+}
+
+.card>hr {
+ margin-left: 0;
+ margin-right: 0
+}
+
+.card>.list-group {
+ border-bottom: inherit;
+ border-top: inherit
+}
+
+.card>.list-group:first-child {
+ border-top-left-radius: calc(.25rem - 1px);
+ border-top-right-radius: calc(.25rem - 1px);
+ border-top-width: 0
+}
+
+.card>.list-group:last-child {
+ border-bottom-left-radius: calc(.25rem - 1px);
+ border-bottom-right-radius: calc(.25rem - 1px);
+ border-bottom-width: 0
+}
+
+.card>.card-header+.list-group,.card>.list-group+.card-footer {
+ border-top: 0
+}
+
+.card-body {
+ flex: 1 1 auto;
+ padding: 1rem
+}
+
+.card-title {
+ margin-bottom: .5rem
+}
+
+.card-subtitle {
+ margin-top: -.25rem
+}
+
+.card-subtitle,.card-text:last-child {
+ margin-bottom: 0
+}
+
+.card-link+.card-link {
+ margin-left: 1rem
+}
+
+.card-header {
+ background-color: rgba(59,62,65,.03);
+ border-bottom: 1px solid rgba(59,62,65,.125);
+ margin-bottom: 0;
+ padding: .5rem 1rem
+}
+
+.card-header:first-child {
+ border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
+}
+
+.card-footer {
+ background-color: rgba(59,62,65,.03);
+ border-top: 1px solid rgba(59,62,65,.125);
+ padding: .5rem 1rem
+}
+
+.card-footer:last-child {
+ border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
+}
+
+.card-header-tabs {
+ border-bottom: 0;
+ margin-bottom: -.5rem
+}
+
+.card-header-pills,.card-header-tabs {
+ margin-left: -.5rem;
+ margin-right: -.5rem
+}
+
+.card-img-overlay {
+ border-radius: calc(.25rem - 1px);
+ bottom: 0;
+ left: 0;
+ padding: 1rem;
+ position: absolute;
+ right: 0;
+ top: 0
+}
+
+.card-img,.card-img-bottom,.card-img-top {
+ width: 100%
+}
+
+.card-img,.card-img-top {
+ border-top-left-radius: calc(.25rem - 1px);
+ border-top-right-radius: calc(.25rem - 1px)
+}
+
+.card-img,.card-img-bottom {
+ border-bottom-left-radius: calc(.25rem - 1px);
+ border-bottom-right-radius: calc(.25rem - 1px)
+}
+
+.card-group>.card {
+ margin-bottom: .75rem
+}
+
+@media(min-width: 576px) {
+ .card-group {
+ display:flex;
+ flex-flow: row wrap
+ }
+
+ .card-group>.card {
+ flex: 1 0;
+ margin-bottom: 0
+ }
+
+ .card-group>.card+.card {
+ border-left: 0;
+ margin-left: 0
+ }
+
+ .card-group>.card:not(:last-child) {
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0
+ }
+
+ .card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top {
+ border-top-right-radius: 0
+ }
+
+ .card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom {
+ border-bottom-right-radius: 0
+ }
+
+ .card-group>.card:not(:first-child) {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0
+ }
+
+ .card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top {
+ border-top-left-radius: 0
+ }
+
+ .card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom {
+ border-bottom-left-radius: 0
+ }
+}
+
+.accordion-button {
+ align-items: center;
+ background-color: #fff;
+ border: 0;
+ border-radius: 0;
+ color: #212529;
+ display: flex;
+ font-size: 1rem;
+ overflow-anchor: none;
+ padding: 1rem 1.25rem;
+ position: relative;
+ text-align: left;
+ transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
+ width: 100%
+}
+
+@media(prefers-reduced-motion:reduce) {
+ .accordion-button {
+ transition: none
+ }
+}
+
+.accordion-button:not(.collapsed) {
+ background-color: #e7f1ff;
+ box-shadow: inset 0 -1px 0 rgba(59,62,65,.125);
+ color: #0c63e4
+}
+
+.accordion-button:not(.collapsed):after {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
+ -webkit-transform: rotate(-180deg);
+ transform: rotate(-180deg)
+}
+
+.accordion-button:after {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
+ background-repeat: no-repeat;
+ background-size: 1.25rem;
+ content: "";
+ flex-shrink: 0;
+ height: 1.25rem;
+ margin-left: auto;
+ transition: -webkit-transform .2s ease-in-out;
+ transition: transform .2s ease-in-out;
+ transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
+ width: 1.25rem
+}
+
+@media(prefers-reduced-motion:reduce) {
+ .accordion-button:after {
+ transition: none
+ }
+}
+
+.accordion-button:hover {
+ z-index: 2
+}
+
+.accordion-button:focus {
+ border-color: #86b7fe;
+ box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
+ outline: 0;
+ z-index: 3
+}
+
+.accordion-header {
+ margin-bottom: 0
+}
+
+.accordion-item {
+ background-color: #fff;
+ border: 1px solid rgba(59,62,65,.125)
+}
+
+.accordion-item:first-of-type {
+ border-top-left-radius: .25rem;
+ border-top-right-radius: .25rem
+}
+
+.accordion-item:first-of-type .accordion-button {
+ border-top-left-radius: calc(.25rem - 1px);
+ border-top-right-radius: calc(.25rem - 1px)
+}
+
+.accordion-item:not(:first-of-type) {
+ border-top: 0
+}
+
+.accordion-item:last-of-type {
+ border-bottom-left-radius: .25rem;
+ border-bottom-right-radius: .25rem
+}
+
+.accordion-item:last-of-type .accordion-button.collapsed {
+ border-bottom-left-radius: calc(.25rem - 1px);
+ border-bottom-right-radius: calc(.25rem - 1px)
+}
+
+.accordion-item:last-of-type .accordion-collapse {
+ border-bottom-left-radius: .25rem;
+ border-bottom-right-radius: .25rem
+}
+
+.accordion-body {
+ padding: 1rem 1.25rem
+}
+
+.accordion-flush .accordion-collapse {
+ border-width: 0
+}
+
+.accordion-flush .accordion-item {
+ border-left: 0;
+ border-radius: 0;
+ border-right: 0
+}
+
+.accordion-flush .accordion-item:first-child {
+ border-top: 0
+}
+
+.accordion-flush .accordion-item:last-child {
+ border-bottom: 0
+}
+
+.accordion-flush .accordion-item .accordion-button {
+ border-radius: 0
+}
+
+.breadcrumb {
+ display: flex;
+ flex-wrap: wrap;
+ list-style: none;
+ margin-bottom: 1rem;
+ padding: 0
+}
+
+.breadcrumb-item+.breadcrumb-item {
+ padding-left: .5rem
+}
+
+.breadcrumb-item+.breadcrumb-item:before {
+ color: #6c757d;
+ content: "/";
+ content: var(--bs-breadcrumb-divider,"/");
+ float: left;
+ padding-right: .5rem
+}
+
+.breadcrumb-item.active {
+ color: #6c757d
+}
+
+.pagination {
+ display: flex;
+ list-style: none;
+ padding-left: 0
+}
+
+.page-link {
+ background-color: #fff;
+ border: 1px solid #dee2e6;
+ color: #0d6efd;
+ display: block;
+ position: relative;
+ text-decoration: none;
+ transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
+}
+
+@media(prefers-reduced-motion:reduce) {
+ .page-link {
+ transition: none
+ }
+}
+
+.page-link:hover {
+ border-color: #dee2e6;
+ z-index: 2
+}
+
+.page-link:focus,.page-link:hover {
+ background-color: #e9ecef;
+ color: #0a58ca
+}
+
+.page-link:focus {
+ box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
+ outline: 0;
+ z-index: 3
+}
+
+.page-item:not(:first-child) .page-link {
+ margin-left: -1px
+}
+
+.page-item.active .page-link {
+ background-color: #0d6efd;
+ border-color: #0d6efd;
+ color: #fff;
+ z-index: 3
+}
+
+.page-item.disabled .page-link {
+ background-color: #fff;
+ border-color: #dee2e6;
+ color: #6c757d;
+ pointer-events: none
+}
+
+.page-link {
+ padding: .375rem .75rem
+}
+
+.page-item:first-child .page-link {
+ border-bottom-left-radius: .25rem;
+ border-top-left-radius: .25rem
+}
+
+.page-item:last-child .page-link {
+ border-bottom-right-radius: .25rem;
+ border-top-right-radius: .25rem
+}
+
+.pagination-lg .page-link {
+ font-size: 1.25rem;
+ padding: .75rem 1.5rem
+}
+
+.pagination-lg .page-item:first-child .page-link {
+ border-bottom-left-radius: .3rem;
+ border-top-left-radius: .3rem
+}
+
+.pagination-lg .page-item:last-child .page-link {
+ border-bottom-right-radius: .3rem;
+ border-top-right-radius: .3rem
+}
+
+.pagination-sm .page-link {
+ font-size: .875rem;
+ padding: .25rem .5rem
+}
+
+.pagination-sm .page-item:first-child .page-link {
+ border-bottom-left-radius: .2rem;
+ border-top-left-radius: .2rem
+}
+
+.pagination-sm .page-item:last-child .page-link {
+ border-bottom-right-radius: .2rem;
+ border-top-right-radius: .2rem
+}
+
+.badge {
+ border-radius: .25rem;
+ color: #fff;
+ display: inline-block;
+ font-size: .75em;
+ font-weight: 700;
+ line-height: 1;
+ padding: .35em .65em;
+ text-align: center;
+ vertical-align: baseline;
+ white-space: nowrap
+}
+
+.badge:empty {
+ display: none
+}
+
+.btn .badge {
+ position: relative;
+ top: -1px
+}
+
+.alert {
+ border: 1px solid transparent;
+ border-radius: .25rem;
+ margin-bottom: 1rem;
+ padding: 1rem;
+ position: relative
+}
+
+.alert-heading {
+ color: inherit
+}
+
+.alert-link {
+ font-weight: 700
+}
+
+.alert-dismissible {
+ padding-right: 3rem
+}
+
+.alert-dismissible .btn-close {
+ padding: 1.25rem 1rem;
+ position: absolute;
+ right: 0;
+ top: 0;
+ z-index: 2
+}
+
+.alert-primary {
+ background-color: #cfe2ff;
+ border-color: #b6d4fe;
+ color: #084298
+}
+
+.alert-primary .alert-link {
+ color: #06357a
+}
+
+.alert-secondary {
+ background-color: #e2e3e5;
+ border-color: #d3d6d8;
+ color: #41464b
+}
+
+.alert-secondary .alert-link {
+ color: #34383c
+}
+
+.alert-success {
+ background-color: #d1e7dd;
+ border-color: #badbcc;
+ color: #0f5132
+}
+
+.alert-success .alert-link {
+ color: #0c4128
+}
+
+.alert-info {
+ background-color: #cff4fc;
+ border-color: #b6effb;
+ color: #297687
+}
+
+.alert-info .alert-link {
+ color: #215e6c
+}
+
+.alert-warning {
+ background-color: #fff3cd;
+ border-color: #ffecb5;
+ color: #89722a
+}
+
+.alert-warning .alert-link {
+ color: #6e5b22
+}
+
+.alert-danger {
+ background-color: #efcccd;
+ border-color: #e7b3b5;
+ color: #6a0004
+}
+
+.alert-danger .alert-link {
+ color: #550003
+}
+
+.alert-light {
+ background-color: #fefefe;
+ border-color: #fdfdfe;
+ color: #87898b
+}
+
+.alert-light .alert-link {
+ color: #6c6e6f
+}
+
+.alert-dark {
+ background-color: #d3d3d4;
+ border-color: #bcbebf;
+ color: #141619
+}
+
+.alert-dark .alert-link {
+ color: #101214
+}
+
+@-webkit-keyframes progress-bar-stripes {
+ 0% {
+ background-position-x: 1rem
+ }
+}
+
+@keyframes progress-bar-stripes {
+ 0% {
+ background-position-x: 1rem
+ }
+}
+
+.progress {
+ background-color: #e9ecef;
+ border-radius: .25rem;
+ font-size: .75rem;
+ height: 1rem
+}
+
+.progress,.progress-bar {
+ display: flex;
+ overflow: hidden
+}
+
+.progress-bar {
+ background-color: #0d6efd;
+ color: #fff;
+ flex-direction: column;
+ justify-content: center;
+ text-align: center;
+ transition: width .6s ease;
+ white-space: nowrap
+}
+
+@media(prefers-reduced-motion:reduce) {
+ .progress-bar {
+ transition: none
+ }
+}
+
+.progress-bar-striped {
+ background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
+ background-size: 1rem 1rem
+}
+
+.progress-bar-animated {
+ -webkit-animation: progress-bar-stripes 1s linear infinite;
+ animation: progress-bar-stripes 1s linear infinite
+}
+
+@media(prefers-reduced-motion:reduce) {
+ .progress-bar-animated {
+ -webkit-animation: none;
+ animation: none
+ }
+}
+
+.list-group {
+ border-radius: .25rem;
+ display: flex;
+ flex-direction: column;
+ margin-bottom: 0;
+ padding-left: 0
+}
+
+.list-group-numbered {
+ counter-reset: section;
+ list-style-type: none
+}
+
+.list-group-numbered>li:before {
+ content: counters(section,".") ". ";
+ counter-increment: section
+}
+
+.list-group-item-action {
+ color: #495057;
+ text-align: inherit;
+ width: 100%
+}
+
+.list-group-item-action:focus,.list-group-item-action:hover {
+ background-color: #f8f9fa;
+ color: #495057;
+ text-decoration: none;
+ z-index: 1
+}
+
+.list-group-item-action:active {
+ background-color: #e9ecef;
+ color: #212529
+}
+
+.list-group-item {
+ background-color: #fff;
+ border: 1px solid rgba(59,62,65,.125);
+ color: #212529;
+ display: block;
+ padding: .5rem 1rem;
+ position: relative;
+ text-decoration: none
+}
+
+.list-group-item:first-child {
+ border-top-left-radius: inherit;
+ border-top-right-radius: inherit
+}
+
+.list-group-item:last-child {
+ border-bottom-left-radius: inherit;
+ border-bottom-right-radius: inherit
+}
+
+.list-group-item.disabled,.list-group-item:disabled {
+ background-color: #fff;
+ color: #6c757d;
+ pointer-events: none
+}
+
+.list-group-item.active {
+ background-color: #0d6efd;
+ border-color: #0d6efd;
+ color: #fff;
+ z-index: 2
+}
+
+.list-group-item+.list-group-item {
+ border-top-width: 0
+}
+
+.list-group-item+.list-group-item.active {
+ border-top-width: 1px;
+ margin-top: -1px
+}
+
+.list-group-horizontal {
+ flex-direction: row
+}
+
+.list-group-horizontal>.list-group-item:first-child {
+ border-bottom-left-radius: .25rem;
+ border-top-right-radius: 0
+}
+
+.list-group-horizontal>.list-group-item:last-child {
+ border-bottom-left-radius: 0;
+ border-top-right-radius: .25rem
+}
+
+.list-group-horizontal>.list-group-item.active {
+ margin-top: 0
+}
+
+.list-group-horizontal>.list-group-item+.list-group-item {
+ border-left-width: 0;
+ border-top-width: 1px
+}
+
+.list-group-horizontal>.list-group-item+.list-group-item.active {
+ border-left-width: 1px;
+ margin-left: -1px
+}
+
+@media(min-width: 576px) {
+ .list-group-horizontal-sm {
+ flex-direction:row
+ }
+
+ .list-group-horizontal-sm>.list-group-item:first-child {
+ border-bottom-left-radius: .25rem;
+ border-top-right-radius: 0
+ }
+
+ .list-group-horizontal-sm>.list-group-item:last-child {
+ border-bottom-left-radius: 0;
+ border-top-right-radius: .25rem
+ }
+
+ .list-group-horizontal-sm>.list-group-item.active {
+ margin-top: 0
+ }
+
+ .list-group-horizontal-sm>.list-group-item+.list-group-item {
+ border-left-width: 0;
+ border-top-width: 1px
+ }
+
+ .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
+ border-left-width: 1px;
+ margin-left: -1px
+ }
+}
+
+@media(min-width: 768px) {
+ .list-group-horizontal-md {
+ flex-direction:row
+ }
+
+ .list-group-horizontal-md>.list-group-item:first-child {
+ border-bottom-left-radius: .25rem;
+ border-top-right-radius: 0
+ }
+
+ .list-group-horizontal-md>.list-group-item:last-child {
+ border-bottom-left-radius: 0;
+ border-top-right-radius: .25rem
+ }
+
+ .list-group-horizontal-md>.list-group-item.active {
+ margin-top: 0
+ }
+
+ .list-group-horizontal-md>.list-group-item+.list-group-item {
+ border-left-width: 0;
+ border-top-width: 1px
+ }
+
+ .list-group-horizontal-md>.list-group-item+.list-group-item.active {
+ border-left-width: 1px;
+ margin-left: -1px
+ }
+}
+
+@media(min-width: 992px) {
+ .list-group-horizontal-lg {
+ flex-direction:row
+ }
+
+ .list-group-horizontal-lg>.list-group-item:first-child {
+ border-bottom-left-radius: .25rem;
+ border-top-right-radius: 0
+ }
+
+ .list-group-horizontal-lg>.list-group-item:last-child {
+ border-bottom-left-radius: 0;
+ border-top-right-radius: .25rem
+ }
+
+ .list-group-horizontal-lg>.list-group-item.active {
+ margin-top: 0
+ }
+
+ .list-group-horizontal-lg>.list-group-item+.list-group-item {
+ border-left-width: 0;
+ border-top-width: 1px
+ }
+
+ .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
+ border-left-width: 1px;
+ margin-left: -1px
+ }
+}
+
+@media(min-width: 1200px) {
+ .list-group-horizontal-xl {
+ flex-direction:row
+ }
+
+ .list-group-horizontal-xl>.list-group-item:first-child {
+ border-bottom-left-radius: .25rem;
+ border-top-right-radius: 0
+ }
+
+ .list-group-horizontal-xl>.list-group-item:last-child {
+ border-bottom-left-radius: 0;
+ border-top-right-radius: .25rem
+ }
+
+ .list-group-horizontal-xl>.list-group-item.active {
+ margin-top: 0
+ }
+
+ .list-group-horizontal-xl>.list-group-item+.list-group-item {
+ border-left-width: 0;
+ border-top-width: 1px
+ }
+
+ .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
+ border-left-width: 1px;
+ margin-left: -1px
+ }
+}
+
+@media(min-width: 1400px) {
+ .list-group-horizontal-xxl {
+ flex-direction:row
+ }
+
+ .list-group-horizontal-xxl>.list-group-item:first-child {
+ border-bottom-left-radius: .25rem;
+ border-top-right-radius: 0
+ }
+
+ .list-group-horizontal-xxl>.list-group-item:last-child {
+ border-bottom-left-radius: 0;
+ border-top-right-radius: .25rem
+ }
+
+ .list-group-horizontal-xxl>.list-group-item.active {
+ margin-top: 0
+ }
+
+ .list-group-horizontal-xxl>.list-group-item+.list-group-item {
+ border-left-width: 0;
+ border-top-width: 1px
+ }
+
+ .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
+ border-left-width: 1px;
+ margin-left: -1px
+ }
+}
+
+.list-group-flush {
+ border-radius: 0
+}
+
+.list-group-flush>.list-group-item {
+ border-width: 0 0 1px
+}
+
+.list-group-flush>.list-group-item:last-child {
+ border-bottom-width: 0
+}
+
+.list-group-item-primary {
+ background-color: #cfe2ff;
+ color: #084298
+}
+
+.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
+ background-color: #bacbe6;
+ color: #084298
+}
+
+.list-group-item-primary.list-group-item-action.active {
+ background-color: #084298;
+ border-color: #084298;
+ color: #fff
+}
+
+.list-group-item-secondary {
+ background-color: #e2e3e5;
+ color: #41464b
+}
+
+.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover {
+ background-color: #cbccce;
+ color: #41464b
+}
+
+.list-group-item-secondary.list-group-item-action.active {
+ background-color: #41464b;
+ border-color: #41464b;
+ color: #fff
+}
+
+.list-group-item-success {
+ background-color: #d1e7dd;
+ color: #0f5132
+}
+
+.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover {
+ background-color: #bcd0c7;
+ color: #0f5132
+}
+
+.list-group-item-success.list-group-item-action.active {
+ background-color: #0f5132;
+ border-color: #0f5132;
+ color: #fff
+}
+
+.list-group-item-info {
+ background-color: #cff4fc;
+ color: #297687
+}
+
+.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover {
+ background-color: #badce3;
+ color: #297687
+}
+
+.list-group-item-info.list-group-item-action.active {
+ background-color: #297687;
+ border-color: #297687;
+ color: #fff
+}
+
+.list-group-item-warning {
+ background-color: #fff3cd;
+ color: #89722a
+}
+
+.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover {
+ background-color: #e6dbb9;
+ color: #89722a
+}
+
+.list-group-item-warning.list-group-item-action.active {
+ background-color: #89722a;
+ border-color: #89722a;
+ color: #fff
+}
+
+.list-group-item-danger {
+ background-color: #efcccd;
+ color: #6a0004
+}
+
+.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover {
+ background-color: #d7b8b9;
+ color: #6a0004
+}
+
+.list-group-item-danger.list-group-item-action.active {
+ background-color: #6a0004;
+ border-color: #6a0004;
+ color: #fff
+}
+
+.list-group-item-light {
+ background-color: #fefefe;
+ color: #87898b
+}
+
+.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover {
+ background-color: #e5e5e5;
+ color: #87898b
+}
+
+.list-group-item-light.list-group-item-action.active {
+ background-color: #87898b;
+ border-color: #87898b;
+ color: #fff
+}
+
+.list-group-item-dark {
+ background-color: #d3d3d4;
+ color: #141619
+}
+
+.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover {
+ background-color: #bebebf;
+ color: #141619
+}
+
+.list-group-item-dark.list-group-item-action.active {
+ background-color: #141619;
+ border-color: #141619;
+ color: #fff
+}
+
+.btn-close {
+ background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233B3E41'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
+ border: 0;
+ border-radius: .25rem;
+ box-sizing: content-box;
+ color: #3b3e41;
+ height: 1em;
+ opacity: .5;
+ padding: .25em;
+ width: 1em
+}
+
+.btn-close:hover {
+ color: #3b3e41;
+ opacity: .75;
+ text-decoration: none
+}
+
+.btn-close:focus {
+ box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
+ opacity: 1;
+ outline: 0
+}
+
+.btn-close.disabled,.btn-close:disabled {
+ opacity: .25;
+ pointer-events: none;
+ -webkit-user-select: none;
+ user-select: none
+}
+
+.btn-close-white {
+ -webkit-filter: invert(1) grayscale(100%) brightness(200%);
+ filter: invert(1) grayscale(100%) brightness(200%)
+}
+
+.toast {
+ background-clip: padding-box;
+ background-color: hsla(0,0%,100%,.85);
+ border: 1px solid rgba(59,62,65,.1);
+ border-radius: .25rem;
+ box-shadow: 0 .5rem 1rem rgba(59,62,65,.15);
+ font-size: .875rem;
+ max-width: 100%;
+ pointer-events: auto;
+ width: 350px
+}
+
+.toast.showing {
+ opacity: 0
+}
+
+.toast:not(.show) {
+ display: none
+}
+
+.toast-container {
+ max-width: 100%;
+ pointer-events: none;
+ width: -webkit-max-content;
+ width: max-content
+}
+
+.toast-container>:not(:last-child) {
+ margin-bottom: .75rem
+}
+
+.toast-header {
+ align-items: center;
+ background-clip: padding-box;
+ background-color: hsla(0,0%,100%,.85);
+ border-bottom: 1px solid rgba(59,62,65,.05);
+ border-top-left-radius: calc(.25rem - 1px);
+ border-top-right-radius: calc(.25rem - 1px);
+ color: #6c757d;
+ display: flex;
+ padding: .5rem .75rem
+}
+
+.toast-header .btn-close {
+ margin-left: .75rem;
+ margin-right: -.375rem
+}
+
+.toast-body {
+ word-wrap: break-word;
+ padding: .75rem
+}
+
+.modal {
+ display: none;
+ height: 100%;
+ left: 0;
+ outline: 0;
+ overflow-x: hidden;
+ overflow-y: auto;
+ position: fixed;
+ top: 0;
+ width: 100%;
+ z-index: 1055
+}
+
+.modal-dialog {
+ margin: .5rem;
+ pointer-events: none;
+ position: relative;
+ width: auto
+}
+
+.modal.fade .modal-dialog {
+ -webkit-transform: translateY(-50px);
+ transform: translateY(-50px);
+ transition: -webkit-transform .3s ease-out;
+ transition: transform .3s ease-out;
+ transition: transform .3s ease-out,-webkit-transform .3s ease-out
+}
+
+@media(prefers-reduced-motion:reduce) {
+ .modal.fade .modal-dialog {
+ transition: none
+ }
+}
+
+.modal.show .modal-dialog {
+ -webkit-transform: none;
+ transform: none
+}
+
+.modal.modal-static .modal-dialog {
+ -webkit-transform: scale(1.02);
+ transform: scale(1.02)
+}
+
+.modal-dialog-scrollable {
+ height: calc(100% - 1rem)
+}
+
+.modal-dialog-scrollable .modal-content {
+ max-height: 100%;
+ overflow: hidden
+}
+
+.modal-dialog-scrollable .modal-body {
+ overflow-y: auto
+}
+
+.modal-dialog-centered {
+ align-items: center;
+ display: flex;
+ min-height: calc(100% - 1rem)
+}
+
+.modal-content {
+ background-clip: padding-box;
+ background-color: #fff;
+ border: 1px solid rgba(59,62,65,.2);
+ border-radius: .3rem;
+ display: flex;
+ flex-direction: column;
+ outline: 0;
+ pointer-events: auto;
+ position: relative;
+ width: 100%
+}
+
+.modal-backdrop {
+ background-color: #3b3e41;
+ height: 100vh;
+ left: 0;
+ position: fixed;
+ top: 0;
+ width: 100vw;
+ z-index: 1050
+}
+
+.modal-backdrop.fade {
+ opacity: 0
+}
+
+.modal-backdrop.show {
+ opacity: .5
+}
+
+.modal-header {
+ align-items: center;
+ border-bottom: 1px solid #dee2e6;
+ border-top-left-radius: calc(.3rem - 1px);
+ border-top-right-radius: calc(.3rem - 1px);
+ display: flex;
+ flex-shrink: 0;
+ justify-content: space-between;
+ padding: 1rem
+}
+
+.modal-header .btn-close {
+ margin: -.5rem -.5rem -.5rem auto;
+ padding: .5rem
+}
+
+.modal-title {
+ line-height: 1.5;
+ margin-bottom: 0
+}
+
+.modal-body {
+ flex: 1 1 auto;
+ padding: 1rem;
+ position: relative
+}
+
+.modal-footer {
+ align-items: center;
+ border-bottom-left-radius: calc(.3rem - 1px);
+ border-bottom-right-radius: calc(.3rem - 1px);
+ border-top: 1px solid #dee2e6;
+ display: flex;
+ flex-shrink: 0;
+ flex-wrap: wrap;
+ justify-content: flex-end;
+ padding: .75rem
+}
+
+.modal-footer>* {
+ margin: .25rem
+}
+
+@media(min-width: 576px) {
+ .modal-dialog {
+ margin:1.75rem auto;
+ max-width: 500px
+ }
+
+ .modal-dialog-scrollable {
+ height: calc(100% - 3.5rem)
+ }
+
+ .modal-dialog-centered {
+ min-height: calc(100% - 3.5rem)
+ }
+
+ .modal-sm {
+ max-width: 300px
+ }
+}
+
+@media(min-width: 992px) {
+ .modal-lg,.modal-xl {
+ max-width:800px
+ }
+}
+
+@media(min-width: 1200px) {
+ .modal-xl {
+ max-width:1140px
+ }
+}
+
+.modal-fullscreen {
+ height: 100%;
+ margin: 0;
+ max-width: none;
+ width: 100vw
+}
+
+.modal-fullscreen .modal-content {
+ border: 0;
+ border-radius: 0;
+ height: 100%
+}
+
+.modal-fullscreen .modal-header {
+ border-radius: 0
+}
+
+.modal-fullscreen .modal-body {
+ overflow-y: auto
+}
+
+.modal-fullscreen .modal-footer {
+ border-radius: 0
+}
+
+@media(max-width: 575.98px) {
+ .modal-fullscreen-sm-down {
+ height:100%;
+ margin: 0;
+ max-width: none;
+ width: 100vw
+ }
+
+ .modal-fullscreen-sm-down .modal-content {
+ border: 0;
+ border-radius: 0;
+ height: 100%
+ }
+
+ .modal-fullscreen-sm-down .modal-header {
+ border-radius: 0
+ }
+
+ .modal-fullscreen-sm-down .modal-body {
+ overflow-y: auto
+ }
+
+ .modal-fullscreen-sm-down .modal-footer {
+ border-radius: 0
+ }
+}
+
+@media(max-width: 767.98px) {
+ .modal-fullscreen-md-down {
+ height:100%;
+ margin: 0;
+ max-width: none;
+ width: 100vw
+ }
+
+ .modal-fullscreen-md-down .modal-content {
+ border: 0;
+ border-radius: 0;
+ height: 100%
+ }
+
+ .modal-fullscreen-md-down .modal-header {
+ border-radius: 0
+ }
+
+ .modal-fullscreen-md-down .modal-body {
+ overflow-y: auto
+ }
+
+ .modal-fullscreen-md-down .modal-footer {
+ border-radius: 0
+ }
+}
+
+@media(max-width: 991.98px) {
+ .modal-fullscreen-lg-down {
+ height:100%;
+ margin: 0;
+ max-width: none;
+ width: 100vw
+ }
+
+ .modal-fullscreen-lg-down .modal-content {
+ border: 0;
+ border-radius: 0;
+ height: 100%
+ }
+
+ .modal-fullscreen-lg-down .modal-header {
+ border-radius: 0
+ }
+
+ .modal-fullscreen-lg-down .modal-body {
+ overflow-y: auto
+ }
+
+ .modal-fullscreen-lg-down .modal-footer {
+ border-radius: 0
+ }
+}
+
+@media(max-width: 1199.98px) {
+ .modal-fullscreen-xl-down {
+ height:100%;
+ margin: 0;
+ max-width: none;
+ width: 100vw
+ }
+
+ .modal-fullscreen-xl-down .modal-content {
+ border: 0;
+ border-radius: 0;
+ height: 100%
+ }
+
+ .modal-fullscreen-xl-down .modal-header {
+ border-radius: 0
+ }
+
+ .modal-fullscreen-xl-down .modal-body {
+ overflow-y: auto
+ }
+
+ .modal-fullscreen-xl-down .modal-footer {
+ border-radius: 0
+ }
+}
+
+@media(max-width: 1399.98px) {
+ .modal-fullscreen-xxl-down {
+ height:100%;
+ margin: 0;
+ max-width: none;
+ width: 100vw
+ }
+
+ .modal-fullscreen-xxl-down .modal-content {
+ border: 0;
+ border-radius: 0;
+ height: 100%
+ }
+
+ .modal-fullscreen-xxl-down .modal-header {
+ border-radius: 0
+ }
+
+ .modal-fullscreen-xxl-down .modal-body {
+ overflow-y: auto
+ }
+
+ .modal-fullscreen-xxl-down .modal-footer {
+ border-radius: 0
+ }
+}
+
+.tooltip {
+ word-wrap: break-word;
+ display: block;
+ font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
+ font-family: var(--bs-font-sans-serif);
+ font-size: .875rem;
+ font-style: normal;
+ font-weight: 400;
+ letter-spacing: normal;
+ line-break: auto;
+ line-height: 1.5;
+ margin: 0;
+ opacity: 0;
+ position: absolute;
+ text-align: left;
+ text-align: start;
+ text-decoration: none;
+ text-shadow: none;
+ text-transform: none;
+ white-space: normal;
+ word-break: normal;
+ word-spacing: normal;
+ z-index: 1080
+}
+
+.tooltip.show {
+ opacity: .9
+}
+
+.tooltip .tooltip-arrow {
+ display: block;
+ height: .4rem;
+ position: absolute;
+ width: .8rem
+}
+
+.tooltip .tooltip-arrow:before {
+ border-color: transparent;
+ border-style: solid;
+ content: "";
+ position: absolute
+}
+
+.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top {
+ padding: .4rem 0
+}
+
+.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow {
+ bottom: 0
+}
+
+.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before {
+ border-top-color: #bcd4e2;
+ border-width: .4rem .4rem 0;
+ top: -1px
+}
+
+.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end {
+ padding: 0 .4rem
+}
+
+.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow {
+ height: .8rem;
+ left: 0;
+ width: .4rem
+}
+
+.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before {
+ border-right-color: #bcd4e2;
+ border-width: .4rem .4rem .4rem 0;
+ right: -1px
+}
+
+.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom {
+ padding: .4rem 0
+}
+
+.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow {
+ top: 0
+}
+
+.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before {
+ border-bottom-color: #bcd4e2;
+ border-width: 0 .4rem .4rem;
+ bottom: -1px
+}
+
+.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start {
+ padding: 0 .4rem
+}
+
+.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow {
+ height: .8rem;
+ right: 0;
+ width: .4rem
+}
+
+.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before {
+ border-left-color: #bcd4e2;
+ border-width: .4rem 0 .4rem .4rem;
+ left: -1px
+}
+
+.tooltip-inner {
+ background-color: #bcd4e2;
+ border-radius: .25rem;
+ color: #fff;
+ max-width: 200px;
+ padding: .25rem .5rem;
+ text-align: center
+}
+
+.popover {
+ word-wrap: break-word;
+ background-clip: padding-box;
+ background-color: #fff;
+ border: 1px solid rgba(59,62,65,.2);
+ border-radius: .3rem;
+ display: block;
+ font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
+ font-family: var(--bs-font-sans-serif);
+ font-size: .875rem;
+ font-style: normal;
+ font-weight: 400;
+ left: 0;
+ letter-spacing: normal;
+ line-break: auto;
+ line-height: 1.5;
+ max-width: 276px;
+ position: absolute;
+ text-align: left;
+ text-align: start;
+ text-decoration: none;
+ text-shadow: none;
+ text-transform: none;
+ top: 0;
+ white-space: normal;
+ word-break: normal;
+ word-spacing: normal;
+ z-index: 1070
+}
+
+.popover .popover-arrow {
+ display: block;
+ height: .5rem;
+ position: absolute;
+ width: 1rem
+}
+
+.popover .popover-arrow:after,.popover .popover-arrow:before {
+ border-color: transparent;
+ border-style: solid;
+ content: "";
+ display: block;
+ position: absolute
+}
+
+.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow {
+ bottom: calc(-.5rem - 1px)
+}
+
+.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before {
+ border-top-color: rgba(59,62,65,.25);
+ border-width: .5rem .5rem 0;
+ bottom: 0
+}
+
+.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after {
+ border-top-color: #fff;
+ border-width: .5rem .5rem 0;
+ bottom: 1px
+}
+
+.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow {
+ height: 1rem;
+ left: calc(-.5rem - 1px);
+ width: .5rem
+}
+
+.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before {
+ border-right-color: rgba(59,62,65,.25);
+ border-width: .5rem .5rem .5rem 0;
+ left: 0
+}
+
+.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after {
+ border-right-color: #fff;
+ border-width: .5rem .5rem .5rem 0;
+ left: 1px
+}
+
+.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow {
+ top: calc(-.5rem - 1px)
+}
+
+.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before {
+ border-bottom-color: rgba(59,62,65,.25);
+ border-width: 0 .5rem .5rem;
+ top: 0
+}
+
+.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after {
+ border-bottom-color: #fff;
+ border-width: 0 .5rem .5rem;
+ top: 1px
+}
+
+.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before {
+ border-bottom: 1px solid #f0f0f0;
+ content: "";
+ display: block;
+ left: 50%;
+ margin-left: -.5rem;
+ position: absolute;
+ top: 0;
+ width: 1rem
+}
+
+.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow {
+ height: 1rem;
+ right: calc(-.5rem - 1px);
+ width: .5rem
+}
+
+.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before {
+ border-left-color: rgba(59,62,65,.25);
+ border-width: .5rem 0 .5rem .5rem;
+ right: 0
+}
+
+.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after {
+ border-left-color: #fff;
+ border-width: .5rem 0 .5rem .5rem;
+ right: 1px
+}
+
+.popover-header {
+ background-color: #f0f0f0;
+ border-bottom: 1px solid rgba(59,62,65,.2);
+ border-top-left-radius: calc(.3rem - 1px);
+ border-top-right-radius: calc(.3rem - 1px);
+ font-size: 1rem;
+ margin-bottom: 0;
+ padding: .5rem 1rem
+}
+
+.popover-header:empty {
+ display: none
+}
+
+.popover-body {
+ color: #212529;
+ padding: 1rem
+}
+
+.carousel {
+ position: relative
+}
+
+.carousel.pointer-event {
+ touch-action: pan-y
+}
+
+.carousel-inner {
+ overflow: hidden;
+ position: relative;
+ width: 100%
+}
+
+.carousel-inner:after {
+ clear: both;
+ content: "";
+ display: block
+}
+
+.carousel-item {
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ display: none;
+ float: left;
+ margin-right: -100%;
+ position: relative;
+ transition: -webkit-transform .6s ease-in-out;
+ transition: transform .6s ease-in-out;
+ transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
+ width: 100%
+}
+
+@media(prefers-reduced-motion:reduce) {
+ .carousel-item {
+ transition: none
+ }
+}
+
+.carousel-item-next,.carousel-item-prev,.carousel-item.active {
+ display: block
+}
+
+.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start) {
+ -webkit-transform: translateX(100%);
+ transform: translateX(100%)
+}
+
+.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end) {
+ -webkit-transform: translateX(-100%);
+ transform: translateX(-100%)
+}
+
+.carousel-fade .carousel-item {
+ opacity: 0;
+ -webkit-transform: none;
+ transform: none;
+ transition-property: opacity
+}
+
+.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active {
+ opacity: 1;
+ z-index: 1
+}
+
+.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start {
+ opacity: 0;
+ transition: opacity 0s .6s;
+ z-index: 0
+}
+
+@media(prefers-reduced-motion:reduce) {
+ .carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start {
+ transition: none
+ }
+}
+
+.carousel-control-next,.carousel-control-prev {
+ align-items: center;
+ background: none;
+ border: 0;
+ bottom: 0;
+ color: #fff;
+ display: flex;
+ justify-content: center;
+ opacity: .5;
+ padding: 0;
+ position: absolute;
+ text-align: center;
+ top: 0;
+ transition: opacity .15s ease;
+ width: 15%;
+ z-index: 1
+}
+
+@media(prefers-reduced-motion:reduce) {
+ .carousel-control-next,.carousel-control-prev {
+ transition: none
+ }
+}
+
+.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
+ color: #fff;
+ opacity: .9;
+ outline: 0;
+ text-decoration: none
+}
+
+.carousel-control-prev {
+ left: 0
+}
+
+.carousel-control-next {
+ right: 0
+}
+
+.carousel-control-next-icon,.carousel-control-prev-icon {
+ background-position: 50%;
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ display: inline-block;
+ height: 2rem;
+ width: 2rem
+}
+
+.carousel-control-prev-icon {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E")
+}
+
+.carousel-control-next-icon {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")
+}
+
+.carousel-indicators {
+ bottom: 0;
+ display: flex;
+ justify-content: center;
+ left: 0;
+ list-style: none;
+ margin-bottom: 1rem;
+ margin-left: 15%;
+ margin-right: 15%;
+ padding: 0;
+ position: absolute;
+ right: 0;
+ z-index: 2
+}
+
+.carousel-indicators [data-bs-target] {
+ background-clip: padding-box;
+ background-color: #fff;
+ border: 0;
+ border-bottom: 10px solid transparent;
+ border-top: 10px solid transparent;
+ box-sizing: content-box;
+ cursor: pointer;
+ flex: 0 1 auto;
+ height: 3px;
+ margin-left: 3px;
+ margin-right: 3px;
+ opacity: .5;
+ padding: 0;
+ text-indent: -999px;
+ transition: opacity .6s ease;
+ width: 30px
+}
+
+@media(prefers-reduced-motion:reduce) {
+ .carousel-indicators [data-bs-target] {
+ transition: none
+ }
+}
+
+.carousel-indicators .active {
+ opacity: 1
+}
+
+.carousel-caption {
+ bottom: 1.25rem;
+ color: #fff;
+ left: 15%;
+ padding-bottom: 1.25rem;
+ padding-top: 1.25rem;
+ position: absolute;
+ right: 15%;
+ text-align: center
+}
+
+.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon {
+ -webkit-filter: invert(1) grayscale(100);
+ filter: invert(1) grayscale(100)
+}
+
+.carousel-dark .carousel-indicators [data-bs-target] {
+ background-color: #3b3e41
+}
+
+.carousel-dark .carousel-caption {
+ color: #3b3e41
+}
+
+@-webkit-keyframes spinner-border {
+ to {
+ -webkit-transform: rotate(1turn);
+ transform: rotate(1turn)
+ }
+}
+
+@keyframes spinner-border {
+ to {
+ -webkit-transform: rotate(1turn);
+ transform: rotate(1turn)
+ }
+}
+
+.spinner-border {
+ -webkit-animation: spinner-border .75s linear infinite;
+ animation: spinner-border .75s linear infinite;
+ border: .25em solid;
+ border-radius: 50%;
+ border-right: .25em solid transparent;
+ display: inline-block;
+ height: 2rem;
+ vertical-align: -.125em;
+ width: 2rem
+}
+
+.spinner-border-sm {
+ border-width: .2em;
+ height: 1rem;
+ width: 1rem
+}
+
+@-webkit-keyframes spinner-grow {
+ 0% {
+ -webkit-transform: scale(0);
+ transform: scale(0)
+ }
+
+ 50% {
+ opacity: 1;
+ -webkit-transform: none;
+ transform: none
+ }
+}
+
+@keyframes spinner-grow {
+ 0% {
+ -webkit-transform: scale(0);
+ transform: scale(0)
+ }
+
+ 50% {
+ opacity: 1;
+ -webkit-transform: none;
+ transform: none
+ }
+}
+
+.spinner-grow {
+ -webkit-animation: spinner-grow .75s linear infinite;
+ animation: spinner-grow .75s linear infinite;
+ background-color: currentColor;
+ border-radius: 50%;
+ display: inline-block;
+ height: 2rem;
+ opacity: 0;
+ vertical-align: -.125em;
+ width: 2rem
+}
+
+.spinner-grow-sm {
+ height: 1rem;
+ width: 1rem
+}
+
+@media(prefers-reduced-motion:reduce) {
+ .spinner-border,.spinner-grow {
+ -webkit-animation-duration: 1.5s;
+ animation-duration: 1.5s
+ }
+}
+
+.offcanvas {
+ background-clip: padding-box;
+ background-color: #fff;
+ bottom: 0;
+ display: flex;
+ flex-direction: column;
+ max-width: 100%;
+ outline: 0;
+ position: fixed;
+ transition: -webkit-transform .3s ease-in-out;
+ transition: transform .3s ease-in-out;
+ transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
+ visibility: hidden;
+ z-index: 1045
+}
+
+@media(prefers-reduced-motion:reduce) {
+ .offcanvas {
+ transition: none
+ }
+}
+
+.offcanvas-backdrop {
+ background-color: #3b3e41;
+ height: 100vh;
+ left: 0;
+ position: fixed;
+ top: 0;
+ width: 100vw;
+ z-index: 1040
+}
+
+.offcanvas-backdrop.fade {
+ opacity: 0
+}
+
+.offcanvas-backdrop.show {
+ opacity: .5
+}
+
+.offcanvas-header {
+ align-items: center;
+ display: flex;
+ justify-content: space-between;
+ padding: 1rem
+}
+
+.offcanvas-header .btn-close {
+ margin-bottom: -.5rem;
+ margin-right: -.5rem;
+ margin-top: -.5rem;
+ padding: .5rem
+}
+
+.offcanvas-title {
+ line-height: 1.5;
+ margin-bottom: 0
+}
+
+.offcanvas-body {
+ flex-grow: 1;
+ overflow-y: auto;
+ padding: 1rem
+}
+
+.offcanvas-start {
+ border-right: 1px solid rgba(59,62,65,.2);
+ left: 0;
+ top: 0;
+ -webkit-transform: translateX(-100%);
+ transform: translateX(-100%);
+ width: 400px
+}
+
+.offcanvas-end {
+ border-left: 1px solid rgba(59,62,65,.2);
+ right: 0;
+ top: 0;
+ -webkit-transform: translateX(100%);
+ transform: translateX(100%);
+ width: 400px
+}
+
+.offcanvas-top {
+ border-bottom: 1px solid rgba(59,62,65,.2);
+ top: 0;
+ -webkit-transform: translateY(-100%);
+ transform: translateY(-100%)
+}
+
+.offcanvas-bottom,.offcanvas-top {
+ height: 30vh;
+ left: 0;
+ max-height: 100%;
+ right: 0
+}
+
+.offcanvas-bottom {
+ border-top: 1px solid rgba(59,62,65,.2);
+ -webkit-transform: translateY(100%);
+ transform: translateY(100%)
+}
+
+.offcanvas.show {
+ -webkit-transform: none;
+ transform: none
+}
+
+.placeholder {
+ background-color: currentColor;
+ cursor: wait;
+ display: inline-block;
+ min-height: 1em;
+ opacity: .5;
+ vertical-align: middle
+}
+
+.placeholder.btn:before {
+ content: "";
+ display: inline-block
+}
+
+.placeholder-xs {
+ min-height: .6em
+}
+
+.placeholder-sm {
+ min-height: .8em
+}
+
+.placeholder-lg {
+ min-height: 1.2em
+}
+
+.placeholder-glow .placeholder {
+ -webkit-animation: placeholder-glow 2s ease-in-out infinite;
+ animation: placeholder-glow 2s ease-in-out infinite
+}
+
+@-webkit-keyframes placeholder-glow {
+ 50% {
+ opacity: .2
+ }
+}
+
+@keyframes placeholder-glow {
+ 50% {
+ opacity: .2
+ }
+}
+
+.placeholder-wave {
+ -webkit-animation: placeholder-wave 2s linear infinite;
+ animation: placeholder-wave 2s linear infinite;
+ -webkit-mask-image: linear-gradient(130deg,#3b3e41 55%,rgba(0,0,0,.8) 75%,#3b3e41 95%);
+ mask-image: linear-gradient(130deg,#3b3e41 55%,rgba(0,0,0,.8) 75%,#3b3e41 95%);
+ -webkit-mask-size: 200% 100%;
+ mask-size: 200% 100%
+}
+
+@-webkit-keyframes placeholder-wave {
+ to {
+ -webkit-mask-position: -200% 0;
+ mask-position: -200% 0
+ }
+}
+
+@keyframes placeholder-wave {
+ to {
+ -webkit-mask-position: -200% 0;
+ mask-position: -200% 0
+ }
+}
+
+.clearfix:after {
+ content: "";
+ display: block
+}
+
+.link-primary {
+ color: #0d6efd
+}
+
+.link-primary:focus,.link-primary:hover {
+ color: #0a58ca
+}
+
+.link-secondary {
+ color: #6c757d
+}
+
+.link-secondary:focus,.link-secondary:hover {
+ color: #565e64
+}
+
+.link-success {
+ color: #198754
+}
+
+.link-success:focus,.link-success:hover {
+ color: #146c43
+}
+
+.link-info {
+ color: #0dcaf0
+}
+
+.link-info:focus,.link-info:hover {
+ color: #3dd5f3
+}
+
+.link-warning {
+ color: #ffc107
+}
+
+.link-warning:focus,.link-warning:hover {
+ color: #ffcd39
+}
+
+.link-danger {
+ color: #b00007
+}
+
+.link-danger:focus,.link-danger:hover {
+ color: #8d0006
+}
+
+.link-light {
+ color: #f8f9fa
+}
+
+.link-light:focus,.link-light:hover {
+ color: #f9fafb
+}
+
+.link-dark {
+ color: #212529
+}
+
+.link-dark:focus,.link-dark:hover {
+ color: #1a1e21
+}
+
+.ratio {
+ position: relative;
+ width: 100%
+}
+
+.ratio:before {
+ content: "";
+ display: block;
+ padding-top: var(--bs-aspect-ratio)
+}
+
+.ratio>* {
+ height: 100%;
+ left: 0;
+ position: absolute;
+ top: 0;
+ width: 100%
+}
+
+.ratio-1x1 {
+ --bs-aspect-ratio: 100%
+}
+
+.ratio-4x3 {
+ --bs-aspect-ratio: 75%
+}
+
+.ratio-16x9 {
+ --bs-aspect-ratio: 56.25%
+}
+
+.ratio-21x9 {
+ --bs-aspect-ratio: 42.8571428571%
+}
+
+.fixed-top {
+ top: 0
+}
+
+.fixed-bottom,.fixed-top {
+ left: 0;
+ position: fixed;
+ right: 0;
+ z-index: 1030
+}
+
+.fixed-bottom {
+ bottom: 0
+}
+
+.sticky-top {
+ position: -webkit-sticky;
+ position: sticky;
+ top: 0;
+ z-index: 1020
+}
+
+@media(min-width: 576px) {
+ .sticky-sm-top {
+ position:-webkit-sticky;
+ position: sticky;
+ top: 0;
+ z-index: 1020
+ }
+}
+
+@media(min-width: 768px) {
+ .sticky-md-top {
+ position:-webkit-sticky;
+ position: sticky;
+ top: 0;
+ z-index: 1020
+ }
+}
+
+@media(min-width: 992px) {
+ .sticky-lg-top {
+ position:-webkit-sticky;
+ position: sticky;
+ top: 0;
+ z-index: 1020
+ }
+}
+
+@media(min-width: 1200px) {
+ .sticky-xl-top {
+ position:-webkit-sticky;
+ position: sticky;
+ top: 0;
+ z-index: 1020
+ }
+}
+
+@media(min-width: 1400px) {
+ .sticky-xxl-top {
+ position:-webkit-sticky;
+ position: sticky;
+ top: 0;
+ z-index: 1020
+ }
+}
+
+.hstack {
+ align-items: center;
+ flex-direction: row
+}
+
+.hstack,.vstack {
+ align-self: stretch;
+ display: flex
+}
+
+.vstack {
+ flex: 1 1 auto;
+ flex-direction: column
+}
+
+.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within) {
+ clip: rect(0,0,0,0)!important;
+ border: 0!important;
+ height: 1px!important;
+ margin: -1px!important;
+ overflow: hidden!important;
+ padding: 0!important;
+ position: absolute!important;
+ white-space: nowrap!important;
+ width: 1px!important
+}
+
+.stretched-link:after {
+ bottom: 0;
+ content: "";
+ left: 0;
+ position: absolute;
+ right: 0;
+ top: 0;
+ z-index: 1
+}
+
+.text-truncate {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap
+}
+
+.vr {
+ align-self: stretch;
+ background-color: currentColor;
+ display: inline-block;
+ min-height: 1em;
+ opacity: 1;
+ width: 1px
+}
+
+.align-baseline {
+ vertical-align: baseline!important
+}
+
+.align-top {
+ vertical-align: top!important
+}
+
+.align-middle {
+ vertical-align: middle!important
+}
+
+.align-bottom {
+ vertical-align: bottom!important
+}
+
+.align-text-bottom {
+ vertical-align: text-bottom!important
+}
+
+.align-text-top {
+ vertical-align: text-top!important
+}
+
+.float-start {
+ float: left!important
+}
+
+.float-end {
+ float: right!important
+}
+
+.float-none {
+ float: none!important
+}
+
+.opacity-0 {
+ opacity: 0!important
+}
+
+.opacity-25 {
+ opacity: .25!important
+}
+
+.opacity-50 {
+ opacity: .5!important
+}
+
+.opacity-75 {
+ opacity: .75!important
+}
+
+.opacity-100 {
+ opacity: 1!important
+}
+
+.overflow-auto {
+ overflow: auto!important
+}
+
+.overflow-hidden {
+ overflow: hidden!important
+}
+
+.overflow-visible {
+ overflow: visible!important
+}
+
+.overflow-scroll {
+ overflow: scroll!important
+}
+
+.d-inline {
+ display: inline!important
+}
+
+.d-inline-block {
+ display: inline-block!important
+}
+
+.d-block {
+ display: block!important
+}
+
+.d-grid {
+ display: grid!important
+}
+
+.d-table {
+ display: table!important
+}
+
+.d-table-row {
+ display: table-row!important
+}
+
+.d-table-cell {
+ display: table-cell!important
+}
+
+.d-flex {
+ display: flex!important
+}
+
+.d-inline-flex {
+ display: inline-flex!important
+}
+
+.d-none {
+ display: none!important
+}
+
+.shadow {
+ box-shadow: 0 .5rem 1rem rgba(59,62,65,.15)!important
+}
+
+.shadow-sm {
+ box-shadow: 0 .125rem .25rem rgba(59,62,65,.075)!important
+}
+
+.shadow-lg {
+ box-shadow: 0 1rem 3rem rgba(59,62,65,.175)!important
+}
+
+.shadow-none {
+ box-shadow: none!important
+}
+
+.position-static {
+ position: static!important
+}
+
+.position-relative {
+ position: relative!important
+}
+
+.position-absolute {
+ position: absolute!important
+}
+
+.position-fixed {
+ position: fixed!important
+}
+
+.position-sticky {
+ position: -webkit-sticky!important;
+ position: sticky!important
+}
+
+.top-0 {
+ top: 0!important
+}
+
+.top-50 {
+ top: 50%!important
+}
+
+.top-100 {
+ top: 100%!important
+}
+
+.bottom-0 {
+ bottom: 0!important
+}
+
+.bottom-50 {
+ bottom: 50%!important
+}
+
+.bottom-100 {
+ bottom: 100%!important
+}
+
+.start-0 {
+ left: 0!important
+}
+
+.start-50 {
+ left: 50%!important
+}
+
+.start-100 {
+ left: 100%!important
+}
+
+.end-0 {
+ right: 0!important
+}
+
+.end-50 {
+ right: 50%!important
+}
+
+.end-100 {
+ right: 100%!important
+}
+
+.translate-middle {
+ -webkit-transform: translate(-50%,-50%)!important;
+ transform: translate(-50%,-50%)!important
+}
+
+.translate-middle-x {
+ -webkit-transform: translateX(-50%)!important;
+ transform: translateX(-50%)!important
+}
+
+.translate-middle-y {
+ -webkit-transform: translateY(-50%)!important;
+ transform: translateY(-50%)!important
+}
+
+.border {
+ border: 1px solid #dee2e6!important
+}
+
+.border-0 {
+ border: 0!important
+}
+
+.border-top {
+ border-top: 1px solid #dee2e6!important
+}
+
+.border-top-0 {
+ border-top: 0!important
+}
+
+.border-end {
+ border-right: 1px solid #dee2e6!important
+}
+
+.border-end-0 {
+ border-right: 0!important
+}
+
+.border-bottom {
+ border-bottom: 1px solid #dee2e6!important
+}
+
+.border-bottom-0 {
+ border-bottom: 0!important
+}
+
+.border-start {
+ border-left: 1px solid #dee2e6!important
+}
+
+.border-start-0 {
+ border-left: 0!important
+}
+
+.border-primary {
+ border-color: #0d6efd!important
+}
+
+.border-secondary {
+ border-color: #6c757d!important
+}
+
+.border-success {
+ border-color: #198754!important
+}
+
+.border-info {
+ border-color: #0dcaf0!important
+}
+
+.border-warning {
+ border-color: #ffc107!important
+}
+
+.border-danger {
+ border-color: #b00007!important
+}
+
+.border-light {
+ border-color: #f8f9fa!important
+}
+
+.border-dark {
+ border-color: #212529!important
+}
+
+.border-white {
+ border-color: #fff!important
+}
+
+.border-1 {
+ border-width: 1px!important
+}
+
+.border-2 {
+ border-width: 2px!important
+}
+
+.border-3 {
+ border-width: 3px!important
+}
+
+.border-4 {
+ border-width: 4px!important
+}
+
+.border-5 {
+ border-width: 5px!important
+}
+
+.w-25 {
+ width: 25%!important
+}
+
+.w-50 {
+ width: 50%!important
+}
+
+.w-75 {
+ width: 75%!important
+}
+
+.w-100 {
+ width: 100%!important
+}
+
+.w-auto {
+ width: auto!important
+}
+
+.mw-100 {
+ max-width: 100%!important
+}
+
+.vw-100 {
+ width: 100vw!important
+}
+
+.min-vw-100 {
+ min-width: 100vw!important
+}
+
+.h-25 {
+ height: 25%!important
+}
+
+.h-50 {
+ height: 50%!important
+}
+
+.h-75 {
+ height: 75%!important
+}
+
+.h-100 {
+ height: 100%!important
+}
+
+.h-auto {
+ height: auto!important
+}
+
+.mh-100 {
+ max-height: 100%!important
+}
+
+.vh-100 {
+ height: 100vh!important
+}
+
+.min-vh-100 {
+ min-height: 100vh!important
+}
+
+.flex-fill {
+ flex: 1 1 auto!important
+}
+
+.flex-row {
+ flex-direction: row!important
+}
+
+.flex-column {
+ flex-direction: column!important
+}
+
+.flex-row-reverse {
+ flex-direction: row-reverse!important
+}
+
+.flex-column-reverse {
+ flex-direction: column-reverse!important
+}
+
+.flex-grow-0 {
+ flex-grow: 0!important
+}
+
+.flex-grow-1 {
+ flex-grow: 1!important
+}
+
+.flex-shrink-0 {
+ flex-shrink: 0!important
+}
+
+.flex-shrink-1 {
+ flex-shrink: 1!important
+}
+
+.flex-wrap {
+ flex-wrap: wrap!important
+}
+
+.flex-nowrap {
+ flex-wrap: nowrap!important
+}
+
+.flex-wrap-reverse {
+ flex-wrap: wrap-reverse!important
+}
+
+.gap-0 {
+ gap: 0!important
+}
+
+.gap-1 {
+ gap: 2px!important
+}
+
+.gap-2 {
+ gap: 4px!important
+}
+
+.gap-3 {
+ gap: 8px!important
+}
+
+.gap-4 {
+ gap: 10px!important
+}
+
+.gap-5 {
+ gap: 20px!important
+}
+
+.justify-content-start {
+ justify-content: flex-start!important
+}
+
+.justify-content-end {
+ justify-content: flex-end!important
+}
+
+.justify-content-center {
+ justify-content: center!important
+}
+
+.justify-content-between {
+ justify-content: space-between!important
+}
+
+.justify-content-around {
+ justify-content: space-around!important
+}
+
+.justify-content-evenly {
+ justify-content: space-evenly!important
+}
+
+.align-items-start {
+ align-items: flex-start!important
+}
+
+.align-items-end {
+ align-items: flex-end!important
+}
+
+.align-items-center {
+ align-items: center!important
+}
+
+.align-items-baseline {
+ align-items: baseline!important
+}
+
+.align-items-stretch {
+ align-items: stretch!important
+}
+
+.align-content-start {
+ align-content: flex-start!important
+}
+
+.align-content-end {
+ align-content: flex-end!important
+}
+
+.align-content-center {
+ align-content: center!important
+}
+
+.align-content-between {
+ align-content: space-between!important
+}
+
+.align-content-around {
+ align-content: space-around!important
+}
+
+.align-content-stretch {
+ align-content: stretch!important
+}
+
+.align-self-auto {
+ align-self: auto!important
+}
+
+.align-self-start {
+ align-self: flex-start!important
+}
+
+.align-self-end {
+ align-self: flex-end!important
+}
+
+.align-self-center {
+ align-self: center!important
+}
+
+.align-self-baseline {
+ align-self: baseline!important
+}
+
+.align-self-stretch {
+ align-self: stretch!important
+}
+
+.order-first {
+ order: -1!important
+}
+
+.order-0 {
+ order: 0!important
+}
+
+.order-1 {
+ order: 1!important
+}
+
+.order-2 {
+ order: 2!important
+}
+
+.order-3 {
+ order: 3!important
+}
+
+.order-4 {
+ order: 4!important
+}
+
+.order-5 {
+ order: 5!important
+}
+
+.order-last {
+ order: 6!important
+}
+
+.m-0 {
+ margin: 0!important
+}
+
+.m-1 {
+ margin: 2px!important
+}
+
+.m-2 {
+ margin: 4px!important
+}
+
+.m-3 {
+ margin: 8px!important
+}
+
+.m-4 {
+ margin: 10px!important
+}
+
+.m-5 {
+ margin: 20px!important
+}
+
+.m-auto {
+ margin: auto!important
+}
+
+.mx-0 {
+ margin-left: 0!important;
+ margin-right: 0!important
+}
+
+.mx-1 {
+ margin-left: 2px!important;
+ margin-right: 2px!important
+}
+
+.mx-2 {
+ margin-left: 4px!important;
+ margin-right: 4px!important
+}
+
+.mx-3 {
+ margin-left: 8px!important;
+ margin-right: 8px!important
+}
+
+.mx-4 {
+ margin-left: 10px!important;
+ margin-right: 10px!important
+}
+
+.mx-5 {
+ margin-left: 20px!important;
+ margin-right: 20px!important
+}
+
+.mx-auto {
+ margin-left: auto!important;
+ margin-right: auto!important
+}
+
+.my-0 {
+ margin-bottom: 0!important;
+ margin-top: 0!important
+}
+
+.my-1 {
+ margin-bottom: 2px!important;
+ margin-top: 2px!important
+}
+
+.my-2 {
+ margin-bottom: 4px!important;
+ margin-top: 4px!important
+}
+
+.my-3 {
+ margin-bottom: 8px!important;
+ margin-top: 8px!important
+}
+
+.my-4 {
+ margin-bottom: 10px!important;
+ margin-top: 10px!important
+}
+
+.my-5 {
+ margin-bottom: 20px!important;
+ margin-top: 20px!important
+}
+
+.my-auto {
+ margin-bottom: auto!important;
+ margin-top: auto!important
+}
+
+.mt-0 {
+ margin-top: 0!important
+}
+
+.mt-1 {
+ margin-top: 2px!important
+}
+
+.mt-2 {
+ margin-top: 4px!important
+}
+
+.mt-3 {
+ margin-top: 8px!important
+}
+
+.mt-4 {
+ margin-top: 10px!important
+}
+
+.mt-5 {
+ margin-top: 20px!important
+}
+
+.mt-auto {
+ margin-top: auto!important
+}
+
+.me-0 {
+ margin-right: 0!important
+}
+
+.me-1 {
+ margin-right: 2px!important
+}
+
+.me-2 {
+ margin-right: 4px!important
+}
+
+.me-3 {
+ margin-right: 8px!important
+}
+
+.me-4 {
+ margin-right: 10px!important
+}
+
+.me-5 {
+ margin-right: 20px!important
+}
+
+.me-auto {
+ margin-right: auto!important
+}
+
+.mb-0 {
+ margin-bottom: 0!important
+}
+
+.mb-1 {
+ margin-bottom: 2px!important
+}
+
+.mb-2 {
+ margin-bottom: 4px!important
+}
+
+.mb-3 {
+ margin-bottom: 8px!important
+}
+
+.mb-4 {
+ margin-bottom: 10px!important
+}
+
+.mb-5 {
+ margin-bottom: 20px!important
+}
+
+.mb-auto {
+ margin-bottom: auto!important
+}
+
+.ms-0 {
+ margin-left: 0!important
+}
+
+.ms-1 {
+ margin-left: 2px!important
+}
+
+.ms-2 {
+ margin-left: 4px!important
+}
+
+.ms-3 {
+ margin-left: 8px!important
+}
+
+.ms-4 {
+ margin-left: 10px!important
+}
+
+.ms-5 {
+ margin-left: 20px!important
+}
+
+.ms-auto {
+ margin-left: auto!important
+}
+
+.p-0 {
+ padding: 0!important
+}
+
+.p-1 {
+ padding: 2px!important
+}
+
+.p-2 {
+ padding: 4px!important
+}
+
+.p-3 {
+ padding: 8px!important
+}
+
+.p-4 {
+ padding: 10px!important
+}
+
+.p-5 {
+ padding: 20px!important
+}
+
+.px-0 {
+ padding-left: 0!important;
+ padding-right: 0!important
+}
+
+.px-1 {
+ padding-left: 2px!important;
+ padding-right: 2px!important
+}
+
+.px-2 {
+ padding-left: 4px!important;
+ padding-right: 4px!important
+}
+
+.px-3 {
+ padding-left: 8px!important;
+ padding-right: 8px!important
+}
+
+.px-4 {
+ padding-left: 10px!important;
+ padding-right: 10px!important
+}
+
+.px-5 {
+ padding-left: 20px!important;
+ padding-right: 20px!important
+}
+
+.py-0 {
+ padding-bottom: 0!important;
+ padding-top: 0!important
+}
+
+.py-1 {
+ padding-bottom: 2px!important;
+ padding-top: 2px!important
+}
+
+.py-2 {
+ padding-bottom: 4px!important;
+ padding-top: 4px!important
+}
+
+.py-3 {
+ padding-bottom: 8px!important;
+ padding-top: 8px!important
+}
+
+.py-4 {
+ padding-bottom: 10px!important;
+ padding-top: 10px!important
+}
+
+.py-5 {
+ padding-bottom: 20px!important;
+ padding-top: 20px!important
+}
+
+.pt-0 {
+ padding-top: 0!important
+}
+
+.pt-1 {
+ padding-top: 2px!important
+}
+
+.pt-2 {
+ padding-top: 4px!important
+}
+
+.pt-3 {
+ padding-top: 8px!important
+}
+
+.pt-4 {
+ padding-top: 10px!important
+}
+
+.pt-5 {
+ padding-top: 20px!important
+}
+
+.pe-0 {
+ padding-right: 0!important
+}
+
+.pe-1 {
+ padding-right: 2px!important
+}
+
+.pe-2 {
+ padding-right: 4px!important
+}
+
+.pe-3 {
+ padding-right: 8px!important
+}
+
+.pe-4 {
+ padding-right: 10px!important
+}
+
+.pe-5 {
+ padding-right: 20px!important
+}
+
+.pb-0 {
+ padding-bottom: 0!important
+}
+
+.pb-1 {
+ padding-bottom: 2px!important
+}
+
+.pb-2 {
+ padding-bottom: 4px!important
+}
+
+.pb-3 {
+ padding-bottom: 8px!important
+}
+
+.pb-4 {
+ padding-bottom: 10px!important
+}
+
+.pb-5 {
+ padding-bottom: 20px!important
+}
+
+.ps-0 {
+ padding-left: 0!important
+}
+
+.ps-1 {
+ padding-left: 2px!important
+}
+
+.ps-2 {
+ padding-left: 4px!important
+}
+
+.ps-3 {
+ padding-left: 8px!important
+}
+
+.ps-4 {
+ padding-left: 10px!important
+}
+
+.ps-5 {
+ padding-left: 20px!important
+}
+
+.font-monospace {
+ font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important;
+ font-family: var(--bs-font-monospace)!important
+}
+
+.fs-1 {
+ font-size: calc(1.43125rem + 2.175vw)!important
+}
+
+.fs-2 {
+ font-size: calc(1.31875rem + .825vw)!important
+}
+
+.fs-3 {
+ font-size: calc(1.275rem + .3vw)!important
+}
+
+.fs-4 {
+ font-size: 1rem!important
+}
+
+.fst-italic {
+ font-style: italic!important
+}
+
+.fst-normal {
+ font-style: normal!important
+}
+
+.fw-light {
+ font-weight: 300!important
+}
+
+.fw-lighter {
+ font-weight: lighter!important
+}
+
+.fw-normal {
+ font-weight: 400!important
+}
+
+.fw-bold {
+ font-weight: 700!important
+}
+
+.fw-bolder {
+ font-weight: bolder!important
+}
+
+.lh-1 {
+ line-height: 1!important
+}
+
+.lh-sm {
+ line-height: 1.25!important
+}
+
+.lh-base {
+ line-height: 1.5!important
+}
+
+.lh-lg {
+ line-height: 2!important
+}
+
+.text-start {
+ text-align: left!important
+}
+
+.text-end {
+ text-align: right!important
+}
+
+.text-center {
+ text-align: center!important
+}
+
+.text-decoration-none {
+ text-decoration: none!important
+}
+
+.text-decoration-underline {
+ text-decoration: underline!important
+}
+
+.text-decoration-line-through {
+ text-decoration: line-through!important
+}
+
+.text-lowercase {
+ text-transform: lowercase!important
+}
+
+.text-uppercase {
+ text-transform: uppercase!important
+}
+
+.text-capitalize {
+ text-transform: capitalize!important
+}
+
+.text-wrap {
+ white-space: normal!important
+}
+
+.text-nowrap {
+ white-space: nowrap!important
+}
+
+.text-break {
+ word-wrap: break-word!important;
+ word-break: break-word!important
+}
+
+.text-primary {
+ --bs-text-opacity: 1;
+ color: #0d6efd!important;
+ color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important
+}
+
+.text-secondary {
+ --bs-text-opacity: 1;
+ color: #6c757d!important;
+ color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important
+}
+
+.text-success {
+ --bs-text-opacity: 1;
+ color: #198754!important;
+ color: rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important
+}
+
+.text-info {
+ --bs-text-opacity: 1;
+ color: #0dcaf0!important;
+ color: rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important
+}
+
+.text-warning {
+ --bs-text-opacity: 1;
+ color: #ffc107!important;
+ color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important
+}
+
+.text-danger {
+ --bs-text-opacity: 1;
+ color: #b00007!important;
+ color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important
+}
+
+.text-light {
+ --bs-text-opacity: 1;
+ color: #f8f9fa!important;
+ color: rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important
+}
+
+.text-dark {
+ --bs-text-opacity: 1;
+ color: #212529!important;
+ color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important
+}
+
+.text-black {
+ --bs-text-opacity: 1;
+ color: #3b3e41!important;
+ color: rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important
+}
+
+.text-white {
+ --bs-text-opacity: 1;
+ color: #fff!important;
+ color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important
+}
+
+.text-body {
+ --bs-text-opacity: 1;
+ color: #212529!important;
+ color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important
+}
+
+.text-muted {
+ --bs-text-opacity: 1;
+ color: #6c757d!important
+}
+
+.text-black-50 {
+ --bs-text-opacity: 1;
+ color: rgba(59,62,65,.5)!important
+}
+
+.text-white-50 {
+ --bs-text-opacity: 1;
+ color: hsla(0,0%,100%,.5)!important
+}
+
+.text-reset {
+ --bs-text-opacity: 1;
+ color: inherit!important
+}
+
+.text-opacity-25 {
+ --bs-text-opacity: 0.25
+}
+
+.text-opacity-50 {
+ --bs-text-opacity: 0.5
+}
+
+.text-opacity-75 {
+ --bs-text-opacity: 0.75
+}
+
+.text-opacity-100 {
+ --bs-text-opacity: 1
+}
+
+.bg-primary {
+ --bs-bg-opacity: 1;
+ background-color: #0d6efd!important;
+ background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important
+}
+
+.bg-secondary {
+ --bs-bg-opacity: 1;
+ background-color: #6c757d!important;
+ background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important
+}
+
+.bg-success {
+ --bs-bg-opacity: 1;
+ background-color: #198754!important;
+ background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important
+}
+
+.bg-info {
+ --bs-bg-opacity: 1;
+ background-color: #0dcaf0!important;
+ background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important
+}
+
+.bg-warning {
+ --bs-bg-opacity: 1;
+ background-color: #ffc107!important;
+ background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important
+}
+
+.bg-danger {
+ --bs-bg-opacity: 1;
+ background-color: #b00007!important;
+ background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important
+}
+
+.bg-light {
+ --bs-bg-opacity: 1;
+ background-color: #f8f9fa!important;
+ background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important
+}
+
+.bg-dark {
+ --bs-bg-opacity: 1;
+ background-color: #212529!important;
+ background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important
+}
+
+.bg-black {
+ --bs-bg-opacity: 1;
+ background-color: #3b3e41!important;
+ background-color: rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important
+}
+
+.bg-white {
+ --bs-bg-opacity: 1;
+ background-color: #fff!important;
+ background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important
+}
+
+.bg-body {
+ --bs-bg-opacity: 1;
+ background-color: #fff!important;
+ background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important
+}
+
+.bg-transparent {
+ --bs-bg-opacity: 1;
+ background-color: transparent!important
+}
+
+.bg-opacity-10 {
+ --bs-bg-opacity: 0.1
+}
+
+.bg-opacity-25 {
+ --bs-bg-opacity: 0.25
+}
+
+.bg-opacity-50 {
+ --bs-bg-opacity: 0.5
+}
+
+.bg-opacity-75 {
+ --bs-bg-opacity: 0.75
+}
+
+.bg-opacity-100 {
+ --bs-bg-opacity: 1
+}
+
+.bg-gradient {
+ background-image: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0))!important;
+ background-image: var(--bs-gradient)!important
+}
+
+.user-select-all {
+ -webkit-user-select: all!important;
+ user-select: all!important
+}
+
+.user-select-auto {
+ -webkit-user-select: auto!important;
+ user-select: auto!important
+}
+
+.user-select-none {
+ -webkit-user-select: none!important;
+ user-select: none!important
+}
+
+.pe-none {
+ pointer-events: none!important
+}
+
+.pe-auto {
+ pointer-events: auto!important
+}
+
+.rounded {
+ border-radius: .25rem!important
+}
+
+.rounded-0 {
+ border-radius: 0!important
+}
+
+.rounded-1 {
+ border-radius: .2rem!important
+}
+
+.rounded-2 {
+ border-radius: .25rem!important
+}
+
+.rounded-3 {
+ border-radius: .3rem!important
+}
+
+.rounded-circle {
+ border-radius: 50%!important
+}
+
+.rounded-pill {
+ border-radius: 50rem!important
+}
+
+.rounded-top {
+ border-top-left-radius: .25rem!important
+}
+
+.rounded-end,.rounded-top {
+ border-top-right-radius: .25rem!important
+}
+
+.rounded-bottom,.rounded-end {
+ border-bottom-right-radius: .25rem!important
+}
+
+.rounded-bottom,.rounded-start {
+ border-bottom-left-radius: .25rem!important
+}
+
+.rounded-start {
+ border-top-left-radius: .25rem!important
+}
+
+.visible {
+ visibility: visible!important
+}
+
+.invisible {
+ visibility: hidden!important
+}
+
+@media(min-width: 576px) {
+ .float-sm-start {
+ float:left!important
+ }
+
+ .float-sm-end {
+ float: right!important
+ }
+
+ .float-sm-none {
+ float: none!important
+ }
+
+ .d-sm-inline {
+ display: inline!important
+ }
+
+ .d-sm-inline-block {
+ display: inline-block!important
+ }
+
+ .d-sm-block {
+ display: block!important
+ }
+
+ .d-sm-grid {
+ display: grid!important
+ }
+
+ .d-sm-table {
+ display: table!important
+ }
+
+ .d-sm-table-row {
+ display: table-row!important
+ }
+
+ .d-sm-table-cell {
+ display: table-cell!important
+ }
+
+ .d-sm-flex {
+ display: flex!important
+ }
+
+ .d-sm-inline-flex {
+ display: inline-flex!important
+ }
+
+ .d-sm-none {
+ display: none!important
+ }
+
+ .flex-sm-fill {
+ flex: 1 1 auto!important
+ }
+
+ .flex-sm-row {
+ flex-direction: row!important
+ }
+
+ .flex-sm-column {
+ flex-direction: column!important
+ }
+
+ .flex-sm-row-reverse {
+ flex-direction: row-reverse!important
+ }
+
+ .flex-sm-column-reverse {
+ flex-direction: column-reverse!important
+ }
+
+ .flex-sm-grow-0 {
+ flex-grow: 0!important
+ }
+
+ .flex-sm-grow-1 {
+ flex-grow: 1!important
+ }
+
+ .flex-sm-shrink-0 {
+ flex-shrink: 0!important
+ }
+
+ .flex-sm-shrink-1 {
+ flex-shrink: 1!important
+ }
+
+ .flex-sm-wrap {
+ flex-wrap: wrap!important
+ }
+
+ .flex-sm-nowrap {
+ flex-wrap: nowrap!important
+ }
+
+ .flex-sm-wrap-reverse {
+ flex-wrap: wrap-reverse!important
+ }
+
+ .gap-sm-0 {
+ gap: 0!important
+ }
+
+ .gap-sm-1 {
+ gap: 2px!important
+ }
+
+ .gap-sm-2 {
+ gap: 4px!important
+ }
+
+ .gap-sm-3 {
+ gap: 8px!important
+ }
+
+ .gap-sm-4 {
+ gap: 10px!important
+ }
+
+ .gap-sm-5 {
+ gap: 20px!important
+ }
+
+ .justify-content-sm-start {
+ justify-content: flex-start!important
+ }
+
+ .justify-content-sm-end {
+ justify-content: flex-end!important
+ }
+
+ .justify-content-sm-center {
+ justify-content: center!important
+ }
+
+ .justify-content-sm-between {
+ justify-content: space-between!important
+ }
+
+ .justify-content-sm-around {
+ justify-content: space-around!important
+ }
+
+ .justify-content-sm-evenly {
+ justify-content: space-evenly!important
+ }
+
+ .align-items-sm-start {
+ align-items: flex-start!important
+ }
+
+ .align-items-sm-end {
+ align-items: flex-end!important
+ }
+
+ .align-items-sm-center {
+ align-items: center!important
+ }
+
+ .align-items-sm-baseline {
+ align-items: baseline!important
+ }
+
+ .align-items-sm-stretch {
+ align-items: stretch!important
+ }
+
+ .align-content-sm-start {
+ align-content: flex-start!important
+ }
+
+ .align-content-sm-end {
+ align-content: flex-end!important
+ }
+
+ .align-content-sm-center {
+ align-content: center!important
+ }
+
+ .align-content-sm-between {
+ align-content: space-between!important
+ }
+
+ .align-content-sm-around {
+ align-content: space-around!important
+ }
+
+ .align-content-sm-stretch {
+ align-content: stretch!important
+ }
+
+ .align-self-sm-auto {
+ align-self: auto!important
+ }
+
+ .align-self-sm-start {
+ align-self: flex-start!important
+ }
+
+ .align-self-sm-end {
+ align-self: flex-end!important
+ }
+
+ .align-self-sm-center {
+ align-self: center!important
+ }
+
+ .align-self-sm-baseline {
+ align-self: baseline!important
+ }
+
+ .align-self-sm-stretch {
+ align-self: stretch!important
+ }
+
+ .order-sm-first {
+ order: -1!important
+ }
+
+ .order-sm-0 {
+ order: 0!important
+ }
+
+ .order-sm-1 {
+ order: 1!important
+ }
+
+ .order-sm-2 {
+ order: 2!important
+ }
+
+ .order-sm-3 {
+ order: 3!important
+ }
+
+ .order-sm-4 {
+ order: 4!important
+ }
+
+ .order-sm-5 {
+ order: 5!important
+ }
+
+ .order-sm-last {
+ order: 6!important
+ }
+
+ .m-sm-0 {
+ margin: 0!important
+ }
+
+ .m-sm-1 {
+ margin: 2px!important
+ }
+
+ .m-sm-2 {
+ margin: 4px!important
+ }
+
+ .m-sm-3 {
+ margin: 8px!important
+ }
+
+ .m-sm-4 {
+ margin: 10px!important
+ }
+
+ .m-sm-5 {
+ margin: 20px!important
+ }
+
+ .m-sm-auto {
+ margin: auto!important
+ }
+
+ .mx-sm-0 {
+ margin-left: 0!important;
+ margin-right: 0!important
+ }
+
+ .mx-sm-1 {
+ margin-left: 2px!important;
+ margin-right: 2px!important
+ }
+
+ .mx-sm-2 {
+ margin-left: 4px!important;
+ margin-right: 4px!important
+ }
+
+ .mx-sm-3 {
+ margin-left: 8px!important;
+ margin-right: 8px!important
+ }
+
+ .mx-sm-4 {
+ margin-left: 10px!important;
+ margin-right: 10px!important
+ }
+
+ .mx-sm-5 {
+ margin-left: 20px!important;
+ margin-right: 20px!important
+ }
+
+ .mx-sm-auto {
+ margin-left: auto!important;
+ margin-right: auto!important
+ }
+
+ .my-sm-0 {
+ margin-bottom: 0!important;
+ margin-top: 0!important
+ }
+
+ .my-sm-1 {
+ margin-bottom: 2px!important;
+ margin-top: 2px!important
+ }
+
+ .my-sm-2 {
+ margin-bottom: 4px!important;
+ margin-top: 4px!important
+ }
+
+ .my-sm-3 {
+ margin-bottom: 8px!important;
+ margin-top: 8px!important
+ }
+
+ .my-sm-4 {
+ margin-bottom: 10px!important;
+ margin-top: 10px!important
+ }
+
+ .my-sm-5 {
+ margin-bottom: 20px!important;
+ margin-top: 20px!important
+ }
+
+ .my-sm-auto {
+ margin-bottom: auto!important;
+ margin-top: auto!important
+ }
+
+ .mt-sm-0 {
+ margin-top: 0!important
+ }
+
+ .mt-sm-1 {
+ margin-top: 2px!important
+ }
+
+ .mt-sm-2 {
+ margin-top: 4px!important
+ }
+
+ .mt-sm-3 {
+ margin-top: 8px!important
+ }
+
+ .mt-sm-4 {
+ margin-top: 10px!important
+ }
+
+ .mt-sm-5 {
+ margin-top: 20px!important
+ }
+
+ .mt-sm-auto {
+ margin-top: auto!important
+ }
+
+ .me-sm-0 {
+ margin-right: 0!important
+ }
+
+ .me-sm-1 {
+ margin-right: 2px!important
+ }
+
+ .me-sm-2 {
+ margin-right: 4px!important
+ }
+
+ .me-sm-3 {
+ margin-right: 8px!important
+ }
+
+ .me-sm-4 {
+ margin-right: 10px!important
+ }
+
+ .me-sm-5 {
+ margin-right: 20px!important
+ }
+
+ .me-sm-auto {
+ margin-right: auto!important
+ }
+
+ .mb-sm-0 {
+ margin-bottom: 0!important
+ }
+
+ .mb-sm-1 {
+ margin-bottom: 2px!important
+ }
+
+ .mb-sm-2 {
+ margin-bottom: 4px!important
+ }
+
+ .mb-sm-3 {
+ margin-bottom: 8px!important
+ }
+
+ .mb-sm-4 {
+ margin-bottom: 10px!important
+ }
+
+ .mb-sm-5 {
+ margin-bottom: 20px!important
+ }
+
+ .mb-sm-auto {
+ margin-bottom: auto!important
+ }
+
+ .ms-sm-0 {
+ margin-left: 0!important
+ }
+
+ .ms-sm-1 {
+ margin-left: 2px!important
+ }
+
+ .ms-sm-2 {
+ margin-left: 4px!important
+ }
+
+ .ms-sm-3 {
+ margin-left: 8px!important
+ }
+
+ .ms-sm-4 {
+ margin-left: 10px!important
+ }
+
+ .ms-sm-5 {
+ margin-left: 20px!important
+ }
+
+ .ms-sm-auto {
+ margin-left: auto!important
+ }
+
+ .p-sm-0 {
+ padding: 0!important
+ }
+
+ .p-sm-1 {
+ padding: 2px!important
+ }
+
+ .p-sm-2 {
+ padding: 4px!important
+ }
+
+ .p-sm-3 {
+ padding: 8px!important
+ }
+
+ .p-sm-4 {
+ padding: 10px!important
+ }
+
+ .p-sm-5 {
+ padding: 20px!important
+ }
+
+ .px-sm-0 {
+ padding-left: 0!important;
+ padding-right: 0!important
+ }
+
+ .px-sm-1 {
+ padding-left: 2px!important;
+ padding-right: 2px!important
+ }
+
+ .px-sm-2 {
+ padding-left: 4px!important;
+ padding-right: 4px!important
+ }
+
+ .px-sm-3 {
+ padding-left: 8px!important;
+ padding-right: 8px!important
+ }
+
+ .px-sm-4 {
+ padding-left: 10px!important;
+ padding-right: 10px!important
+ }
+
+ .px-sm-5 {
+ padding-left: 20px!important;
+ padding-right: 20px!important
+ }
+
+ .py-sm-0 {
+ padding-bottom: 0!important;
+ padding-top: 0!important
+ }
+
+ .py-sm-1 {
+ padding-bottom: 2px!important;
+ padding-top: 2px!important
+ }
+
+ .py-sm-2 {
+ padding-bottom: 4px!important;
+ padding-top: 4px!important
+ }
+
+ .py-sm-3 {
+ padding-bottom: 8px!important;
+ padding-top: 8px!important
+ }
+
+ .py-sm-4 {
+ padding-bottom: 10px!important;
+ padding-top: 10px!important
+ }
+
+ .py-sm-5 {
+ padding-bottom: 20px!important;
+ padding-top: 20px!important
+ }
+
+ .pt-sm-0 {
+ padding-top: 0!important
+ }
+
+ .pt-sm-1 {
+ padding-top: 2px!important
+ }
+
+ .pt-sm-2 {
+ padding-top: 4px!important
+ }
+
+ .pt-sm-3 {
+ padding-top: 8px!important
+ }
+
+ .pt-sm-4 {
+ padding-top: 10px!important
+ }
+
+ .pt-sm-5 {
+ padding-top: 20px!important
+ }
+
+ .pe-sm-0 {
+ padding-right: 0!important
+ }
+
+ .pe-sm-1 {
+ padding-right: 2px!important
+ }
+
+ .pe-sm-2 {
+ padding-right: 4px!important
+ }
+
+ .pe-sm-3 {
+ padding-right: 8px!important
+ }
+
+ .pe-sm-4 {
+ padding-right: 10px!important
+ }
+
+ .pe-sm-5 {
+ padding-right: 20px!important
+ }
+
+ .pb-sm-0 {
+ padding-bottom: 0!important
+ }
+
+ .pb-sm-1 {
+ padding-bottom: 2px!important
+ }
+
+ .pb-sm-2 {
+ padding-bottom: 4px!important
+ }
+
+ .pb-sm-3 {
+ padding-bottom: 8px!important
+ }
+
+ .pb-sm-4 {
+ padding-bottom: 10px!important
+ }
+
+ .pb-sm-5 {
+ padding-bottom: 20px!important
+ }
+
+ .ps-sm-0 {
+ padding-left: 0!important
+ }
+
+ .ps-sm-1 {
+ padding-left: 2px!important
+ }
+
+ .ps-sm-2 {
+ padding-left: 4px!important
+ }
+
+ .ps-sm-3 {
+ padding-left: 8px!important
+ }
+
+ .ps-sm-4 {
+ padding-left: 10px!important
+ }
+
+ .ps-sm-5 {
+ padding-left: 20px!important
+ }
+
+ .text-sm-start {
+ text-align: left!important
+ }
+
+ .text-sm-end {
+ text-align: right!important
+ }
+
+ .text-sm-center {
+ text-align: center!important
+ }
+}
+
+@media(min-width: 768px) {
+ .float-md-start {
+ float:left!important
+ }
+
+ .float-md-end {
+ float: right!important
+ }
+
+ .float-md-none {
+ float: none!important
+ }
+
+ .d-md-inline {
+ display: inline!important
+ }
+
+ .d-md-inline-block {
+ display: inline-block!important
+ }
+
+ .d-md-block {
+ display: block!important
+ }
+
+ .d-md-grid {
+ display: grid!important
+ }
+
+ .d-md-table {
+ display: table!important
+ }
+
+ .d-md-table-row {
+ display: table-row!important
+ }
+
+ .d-md-table-cell {
+ display: table-cell!important
+ }
+
+ .d-md-flex {
+ display: flex!important
+ }
+
+ .d-md-inline-flex {
+ display: inline-flex!important
+ }
+
+ .d-md-none {
+ display: none!important
+ }
+
+ .flex-md-fill {
+ flex: 1 1 auto!important
+ }
+
+ .flex-md-row {
+ flex-direction: row!important
+ }
+
+ .flex-md-column {
+ flex-direction: column!important
+ }
+
+ .flex-md-row-reverse {
+ flex-direction: row-reverse!important
+ }
+
+ .flex-md-column-reverse {
+ flex-direction: column-reverse!important
+ }
+
+ .flex-md-grow-0 {
+ flex-grow: 0!important
+ }
+
+ .flex-md-grow-1 {
+ flex-grow: 1!important
+ }
+
+ .flex-md-shrink-0 {
+ flex-shrink: 0!important
+ }
+
+ .flex-md-shrink-1 {
+ flex-shrink: 1!important
+ }
+
+ .flex-md-wrap {
+ flex-wrap: wrap!important
+ }
+
+ .flex-md-nowrap {
+ flex-wrap: nowrap!important
+ }
+
+ .flex-md-wrap-reverse {
+ flex-wrap: wrap-reverse!important
+ }
+
+ .gap-md-0 {
+ gap: 0!important
+ }
+
+ .gap-md-1 {
+ gap: 2px!important
+ }
+
+ .gap-md-2 {
+ gap: 4px!important
+ }
+
+ .gap-md-3 {
+ gap: 8px!important
+ }
+
+ .gap-md-4 {
+ gap: 10px!important
+ }
+
+ .gap-md-5 {
+ gap: 20px!important
+ }
+
+ .justify-content-md-start {
+ justify-content: flex-start!important
+ }
+
+ .justify-content-md-end {
+ justify-content: flex-end!important
+ }
+
+ .justify-content-md-center {
+ justify-content: center!important
+ }
+
+ .justify-content-md-between {
+ justify-content: space-between!important
+ }
+
+ .justify-content-md-around {
+ justify-content: space-around!important
+ }
+
+ .justify-content-md-evenly {
+ justify-content: space-evenly!important
+ }
+
+ .align-items-md-start {
+ align-items: flex-start!important
+ }
+
+ .align-items-md-end {
+ align-items: flex-end!important
+ }
+
+ .align-items-md-center {
+ align-items: center!important
+ }
+
+ .align-items-md-baseline {
+ align-items: baseline!important
+ }
+
+ .align-items-md-stretch {
+ align-items: stretch!important
+ }
+
+ .align-content-md-start {
+ align-content: flex-start!important
+ }
+
+ .align-content-md-end {
+ align-content: flex-end!important
+ }
+
+ .align-content-md-center {
+ align-content: center!important
+ }
+
+ .align-content-md-between {
+ align-content: space-between!important
+ }
+
+ .align-content-md-around {
+ align-content: space-around!important
+ }
+
+ .align-content-md-stretch {
+ align-content: stretch!important
+ }
+
+ .align-self-md-auto {
+ align-self: auto!important
+ }
+
+ .align-self-md-start {
+ align-self: flex-start!important
+ }
+
+ .align-self-md-end {
+ align-self: flex-end!important
+ }
+
+ .align-self-md-center {
+ align-self: center!important
+ }
+
+ .align-self-md-baseline {
+ align-self: baseline!important
+ }
+
+ .align-self-md-stretch {
+ align-self: stretch!important
+ }
+
+ .order-md-first {
+ order: -1!important
+ }
+
+ .order-md-0 {
+ order: 0!important
+ }
+
+ .order-md-1 {
+ order: 1!important
+ }
+
+ .order-md-2 {
+ order: 2!important
+ }
+
+ .order-md-3 {
+ order: 3!important
+ }
+
+ .order-md-4 {
+ order: 4!important
+ }
+
+ .order-md-5 {
+ order: 5!important
+ }
+
+ .order-md-last {
+ order: 6!important
+ }
+
+ .m-md-0 {
+ margin: 0!important
+ }
+
+ .m-md-1 {
+ margin: 2px!important
+ }
+
+ .m-md-2 {
+ margin: 4px!important
+ }
+
+ .m-md-3 {
+ margin: 8px!important
+ }
+
+ .m-md-4 {
+ margin: 10px!important
+ }
+
+ .m-md-5 {
+ margin: 20px!important
+ }
+
+ .m-md-auto {
+ margin: auto!important
+ }
+
+ .mx-md-0 {
+ margin-left: 0!important;
+ margin-right: 0!important
+ }
+
+ .mx-md-1 {
+ margin-left: 2px!important;
+ margin-right: 2px!important
+ }
+
+ .mx-md-2 {
+ margin-left: 4px!important;
+ margin-right: 4px!important
+ }
+
+ .mx-md-3 {
+ margin-left: 8px!important;
+ margin-right: 8px!important
+ }
+
+ .mx-md-4 {
+ margin-left: 10px!important;
+ margin-right: 10px!important
+ }
+
+ .mx-md-5 {
+ margin-left: 20px!important;
+ margin-right: 20px!important
+ }
+
+ .mx-md-auto {
+ margin-left: auto!important;
+ margin-right: auto!important
+ }
+
+ .my-md-0 {
+ margin-bottom: 0!important;
+ margin-top: 0!important
+ }
+
+ .my-md-1 {
+ margin-bottom: 2px!important;
+ margin-top: 2px!important
+ }
+
+ .my-md-2 {
+ margin-bottom: 4px!important;
+ margin-top: 4px!important
+ }
+
+ .my-md-3 {
+ margin-bottom: 8px!important;
+ margin-top: 8px!important
+ }
+
+ .my-md-4 {
+ margin-bottom: 10px!important;
+ margin-top: 10px!important
+ }
+
+ .my-md-5 {
+ margin-bottom: 20px!important;
+ margin-top: 20px!important
+ }
+
+ .my-md-auto {
+ margin-bottom: auto!important;
+ margin-top: auto!important
+ }
+
+ .mt-md-0 {
+ margin-top: 0!important
+ }
+
+ .mt-md-1 {
+ margin-top: 2px!important
+ }
+
+ .mt-md-2 {
+ margin-top: 4px!important
+ }
+
+ .mt-md-3 {
+ margin-top: 8px!important
+ }
+
+ .mt-md-4 {
+ margin-top: 10px!important
+ }
+
+ .mt-md-5 {
+ margin-top: 20px!important
+ }
+
+ .mt-md-auto {
+ margin-top: auto!important
+ }
+
+ .me-md-0 {
+ margin-right: 0!important
+ }
+
+ .me-md-1 {
+ margin-right: 2px!important
+ }
+
+ .me-md-2 {
+ margin-right: 4px!important
+ }
+
+ .me-md-3 {
+ margin-right: 8px!important
+ }
+
+ .me-md-4 {
+ margin-right: 10px!important
+ }
+
+ .me-md-5 {
+ margin-right: 20px!important
+ }
+
+ .me-md-auto {
+ margin-right: auto!important
+ }
+
+ .mb-md-0 {
+ margin-bottom: 0!important
+ }
+
+ .mb-md-1 {
+ margin-bottom: 2px!important
+ }
+
+ .mb-md-2 {
+ margin-bottom: 4px!important
+ }
+
+ .mb-md-3 {
+ margin-bottom: 8px!important
+ }
+
+ .mb-md-4 {
+ margin-bottom: 10px!important
+ }
+
+ .mb-md-5 {
+ margin-bottom: 20px!important
+ }
+
+ .mb-md-auto {
+ margin-bottom: auto!important
+ }
+
+ .ms-md-0 {
+ margin-left: 0!important
+ }
+
+ .ms-md-1 {
+ margin-left: 2px!important
+ }
+
+ .ms-md-2 {
+ margin-left: 4px!important
+ }
+
+ .ms-md-3 {
+ margin-left: 8px!important
+ }
+
+ .ms-md-4 {
+ margin-left: 10px!important
+ }
+
+ .ms-md-5 {
+ margin-left: 20px!important
+ }
+
+ .ms-md-auto {
+ margin-left: auto!important
+ }
+
+ .p-md-0 {
+ padding: 0!important
+ }
+
+ .p-md-1 {
+ padding: 2px!important
+ }
+
+ .p-md-2 {
+ padding: 4px!important
+ }
+
+ .p-md-3 {
+ padding: 8px!important
+ }
+
+ .p-md-4 {
+ padding: 10px!important
+ }
+
+ .p-md-5 {
+ padding: 20px!important
+ }
+
+ .px-md-0 {
+ padding-left: 0!important;
+ padding-right: 0!important
+ }
+
+ .px-md-1 {
+ padding-left: 2px!important;
+ padding-right: 2px!important
+ }
+
+ .px-md-2 {
+ padding-left: 4px!important;
+ padding-right: 4px!important
+ }
+
+ .px-md-3 {
+ padding-left: 8px!important;
+ padding-right: 8px!important
+ }
+
+ .px-md-4 {
+ padding-left: 10px!important;
+ padding-right: 10px!important
+ }
+
+ .px-md-5 {
+ padding-left: 20px!important;
+ padding-right: 20px!important
+ }
+
+ .py-md-0 {
+ padding-bottom: 0!important;
+ padding-top: 0!important
+ }
+
+ .py-md-1 {
+ padding-bottom: 2px!important;
+ padding-top: 2px!important
+ }
+
+ .py-md-2 {
+ padding-bottom: 4px!important;
+ padding-top: 4px!important
+ }
+
+ .py-md-3 {
+ padding-bottom: 8px!important;
+ padding-top: 8px!important
+ }
+
+ .py-md-4 {
+ padding-bottom: 10px!important;
+ padding-top: 10px!important
+ }
+
+ .py-md-5 {
+ padding-bottom: 20px!important;
+ padding-top: 20px!important
+ }
+
+ .pt-md-0 {
+ padding-top: 0!important
+ }
+
+ .pt-md-1 {
+ padding-top: 2px!important
+ }
+
+ .pt-md-2 {
+ padding-top: 4px!important
+ }
+
+ .pt-md-3 {
+ padding-top: 8px!important
+ }
+
+ .pt-md-4 {
+ padding-top: 10px!important
+ }
+
+ .pt-md-5 {
+ padding-top: 20px!important
+ }
+
+ .pe-md-0 {
+ padding-right: 0!important
+ }
+
+ .pe-md-1 {
+ padding-right: 2px!important
+ }
+
+ .pe-md-2 {
+ padding-right: 4px!important
+ }
+
+ .pe-md-3 {
+ padding-right: 8px!important
+ }
+
+ .pe-md-4 {
+ padding-right: 10px!important
+ }
+
+ .pe-md-5 {
+ padding-right: 20px!important
+ }
+
+ .pb-md-0 {
+ padding-bottom: 0!important
+ }
+
+ .pb-md-1 {
+ padding-bottom: 2px!important
+ }
+
+ .pb-md-2 {
+ padding-bottom: 4px!important
+ }
+
+ .pb-md-3 {
+ padding-bottom: 8px!important
+ }
+
+ .pb-md-4 {
+ padding-bottom: 10px!important
+ }
+
+ .pb-md-5 {
+ padding-bottom: 20px!important
+ }
+
+ .ps-md-0 {
+ padding-left: 0!important
+ }
+
+ .ps-md-1 {
+ padding-left: 2px!important
+ }
+
+ .ps-md-2 {
+ padding-left: 4px!important
+ }
+
+ .ps-md-3 {
+ padding-left: 8px!important
+ }
+
+ .ps-md-4 {
+ padding-left: 10px!important
+ }
+
+ .ps-md-5 {
+ padding-left: 20px!important
+ }
+
+ .text-md-start {
+ text-align: left!important
+ }
+
+ .text-md-end {
+ text-align: right!important
+ }
+
+ .text-md-center {
+ text-align: center!important
+ }
+}
+
+@media(min-width: 992px) {
+ .float-lg-start {
+ float:left!important
+ }
+
+ .float-lg-end {
+ float: right!important
+ }
+
+ .float-lg-none {
+ float: none!important
+ }
+
+ .d-lg-inline {
+ display: inline!important
+ }
+
+ .d-lg-inline-block {
+ display: inline-block!important
+ }
+
+ .d-lg-block {
+ display: block!important
+ }
+
+ .d-lg-grid {
+ display: grid!important
+ }
+
+ .d-lg-table {
+ display: table!important
+ }
+
+ .d-lg-table-row {
+ display: table-row!important
+ }
+
+ .d-lg-table-cell {
+ display: table-cell!important
+ }
+
+ .d-lg-flex {
+ display: flex!important
+ }
+
+ .d-lg-inline-flex {
+ display: inline-flex!important
+ }
+
+ .d-lg-none {
+ display: none!important
+ }
+
+ .flex-lg-fill {
+ flex: 1 1 auto!important
+ }
+
+ .flex-lg-row {
+ flex-direction: row!important
+ }
+
+ .flex-lg-column {
+ flex-direction: column!important
+ }
+
+ .flex-lg-row-reverse {
+ flex-direction: row-reverse!important
+ }
+
+ .flex-lg-column-reverse {
+ flex-direction: column-reverse!important
+ }
+
+ .flex-lg-grow-0 {
+ flex-grow: 0!important
+ }
+
+ .flex-lg-grow-1 {
+ flex-grow: 1!important
+ }
+
+ .flex-lg-shrink-0 {
+ flex-shrink: 0!important
+ }
+
+ .flex-lg-shrink-1 {
+ flex-shrink: 1!important
+ }
+
+ .flex-lg-wrap {
+ flex-wrap: wrap!important
+ }
+
+ .flex-lg-nowrap {
+ flex-wrap: nowrap!important
+ }
+
+ .flex-lg-wrap-reverse {
+ flex-wrap: wrap-reverse!important
+ }
+
+ .gap-lg-0 {
+ gap: 0!important
+ }
+
+ .gap-lg-1 {
+ gap: 2px!important
+ }
+
+ .gap-lg-2 {
+ gap: 4px!important
+ }
+
+ .gap-lg-3 {
+ gap: 8px!important
+ }
+
+ .gap-lg-4 {
+ gap: 10px!important
+ }
+
+ .gap-lg-5 {
+ gap: 20px!important
+ }
+
+ .justify-content-lg-start {
+ justify-content: flex-start!important
+ }
+
+ .justify-content-lg-end {
+ justify-content: flex-end!important
+ }
+
+ .justify-content-lg-center {
+ justify-content: center!important
+ }
+
+ .justify-content-lg-between {
+ justify-content: space-between!important
+ }
+
+ .justify-content-lg-around {
+ justify-content: space-around!important
+ }
+
+ .justify-content-lg-evenly {
+ justify-content: space-evenly!important
+ }
+
+ .align-items-lg-start {
+ align-items: flex-start!important
+ }
+
+ .align-items-lg-end {
+ align-items: flex-end!important
+ }
+
+ .align-items-lg-center {
+ align-items: center!important
+ }
+
+ .align-items-lg-baseline {
+ align-items: baseline!important
+ }
+
+ .align-items-lg-stretch {
+ align-items: stretch!important
+ }
+
+ .align-content-lg-start {
+ align-content: flex-start!important
+ }
+
+ .align-content-lg-end {
+ align-content: flex-end!important
+ }
+
+ .align-content-lg-center {
+ align-content: center!important
+ }
+
+ .align-content-lg-between {
+ align-content: space-between!important
+ }
+
+ .align-content-lg-around {
+ align-content: space-around!important
+ }
+
+ .align-content-lg-stretch {
+ align-content: stretch!important
+ }
+
+ .align-self-lg-auto {
+ align-self: auto!important
+ }
+
+ .align-self-lg-start {
+ align-self: flex-start!important
+ }
+
+ .align-self-lg-end {
+ align-self: flex-end!important
+ }
+
+ .align-self-lg-center {
+ align-self: center!important
+ }
+
+ .align-self-lg-baseline {
+ align-self: baseline!important
+ }
+
+ .align-self-lg-stretch {
+ align-self: stretch!important
+ }
+
+ .order-lg-first {
+ order: -1!important
+ }
+
+ .order-lg-0 {
+ order: 0!important
+ }
+
+ .order-lg-1 {
+ order: 1!important
+ }
+
+ .order-lg-2 {
+ order: 2!important
+ }
+
+ .order-lg-3 {
+ order: 3!important
+ }
+
+ .order-lg-4 {
+ order: 4!important
+ }
+
+ .order-lg-5 {
+ order: 5!important
+ }
+
+ .order-lg-last {
+ order: 6!important
+ }
+
+ .m-lg-0 {
+ margin: 0!important
+ }
+
+ .m-lg-1 {
+ margin: 2px!important
+ }
+
+ .m-lg-2 {
+ margin: 4px!important
+ }
+
+ .m-lg-3 {
+ margin: 8px!important
+ }
+
+ .m-lg-4 {
+ margin: 10px!important
+ }
+
+ .m-lg-5 {
+ margin: 20px!important
+ }
+
+ .m-lg-auto {
+ margin: auto!important
+ }
+
+ .mx-lg-0 {
+ margin-left: 0!important;
+ margin-right: 0!important
+ }
+
+ .mx-lg-1 {
+ margin-left: 2px!important;
+ margin-right: 2px!important
+ }
+
+ .mx-lg-2 {
+ margin-left: 4px!important;
+ margin-right: 4px!important
+ }
+
+ .mx-lg-3 {
+ margin-left: 8px!important;
+ margin-right: 8px!important
+ }
+
+ .mx-lg-4 {
+ margin-left: 10px!important;
+ margin-right: 10px!important
+ }
+
+ .mx-lg-5 {
+ margin-left: 20px!important;
+ margin-right: 20px!important
+ }
+
+ .mx-lg-auto {
+ margin-left: auto!important;
+ margin-right: auto!important
+ }
+
+ .my-lg-0 {
+ margin-bottom: 0!important;
+ margin-top: 0!important
+ }
+
+ .my-lg-1 {
+ margin-bottom: 2px!important;
+ margin-top: 2px!important
+ }
+
+ .my-lg-2 {
+ margin-bottom: 4px!important;
+ margin-top: 4px!important
+ }
+
+ .my-lg-3 {
+ margin-bottom: 8px!important;
+ margin-top: 8px!important
+ }
+
+ .my-lg-4 {
+ margin-bottom: 10px!important;
+ margin-top: 10px!important
+ }
+
+ .my-lg-5 {
+ margin-bottom: 20px!important;
+ margin-top: 20px!important
+ }
+
+ .my-lg-auto {
+ margin-bottom: auto!important;
+ margin-top: auto!important
+ }
+
+ .mt-lg-0 {
+ margin-top: 0!important
+ }
+
+ .mt-lg-1 {
+ margin-top: 2px!important
+ }
+
+ .mt-lg-2 {
+ margin-top: 4px!important
+ }
+
+ .mt-lg-3 {
+ margin-top: 8px!important
+ }
+
+ .mt-lg-4 {
+ margin-top: 10px!important
+ }
+
+ .mt-lg-5 {
+ margin-top: 20px!important
+ }
+
+ .mt-lg-auto {
+ margin-top: auto!important
+ }
+
+ .me-lg-0 {
+ margin-right: 0!important
+ }
+
+ .me-lg-1 {
+ margin-right: 2px!important
+ }
+
+ .me-lg-2 {
+ margin-right: 4px!important
+ }
+
+ .me-lg-3 {
+ margin-right: 8px!important
+ }
+
+ .me-lg-4 {
+ margin-right: 10px!important
+ }
+
+ .me-lg-5 {
+ margin-right: 20px!important
+ }
+
+ .me-lg-auto {
+ margin-right: auto!important
+ }
+
+ .mb-lg-0 {
+ margin-bottom: 0!important
+ }
+
+ .mb-lg-1 {
+ margin-bottom: 2px!important
+ }
+
+ .mb-lg-2 {
+ margin-bottom: 4px!important
+ }
+
+ .mb-lg-3 {
+ margin-bottom: 8px!important
+ }
+
+ .mb-lg-4 {
+ margin-bottom: 10px!important
+ }
+
+ .mb-lg-5 {
+ margin-bottom: 20px!important
+ }
+
+ .mb-lg-auto {
+ margin-bottom: auto!important
+ }
+
+ .ms-lg-0 {
+ margin-left: 0!important
+ }
+
+ .ms-lg-1 {
+ margin-left: 2px!important
+ }
+
+ .ms-lg-2 {
+ margin-left: 4px!important
+ }
+
+ .ms-lg-3 {
+ margin-left: 8px!important
+ }
+
+ .ms-lg-4 {
+ margin-left: 10px!important
+ }
+
+ .ms-lg-5 {
+ margin-left: 20px!important
+ }
+
+ .ms-lg-auto {
+ margin-left: auto!important
+ }
+
+ .p-lg-0 {
+ padding: 0!important
+ }
+
+ .p-lg-1 {
+ padding: 2px!important
+ }
+
+ .p-lg-2 {
+ padding: 4px!important
+ }
+
+ .p-lg-3 {
+ padding: 8px!important
+ }
+
+ .p-lg-4 {
+ padding: 10px!important
+ }
+
+ .p-lg-5 {
+ padding: 20px!important
+ }
+
+ .px-lg-0 {
+ padding-left: 0!important;
+ padding-right: 0!important
+ }
+
+ .px-lg-1 {
+ padding-left: 2px!important;
+ padding-right: 2px!important
+ }
+
+ .px-lg-2 {
+ padding-left: 4px!important;
+ padding-right: 4px!important
+ }
+
+ .px-lg-3 {
+ padding-left: 8px!important;
+ padding-right: 8px!important
+ }
+
+ .px-lg-4 {
+ padding-left: 10px!important;
+ padding-right: 10px!important
+ }
+
+ .px-lg-5 {
+ padding-left: 20px!important;
+ padding-right: 20px!important
+ }
+
+ .py-lg-0 {
+ padding-bottom: 0!important;
+ padding-top: 0!important
+ }
+
+ .py-lg-1 {
+ padding-bottom: 2px!important;
+ padding-top: 2px!important
+ }
+
+ .py-lg-2 {
+ padding-bottom: 4px!important;
+ padding-top: 4px!important
+ }
+
+ .py-lg-3 {
+ padding-bottom: 8px!important;
+ padding-top: 8px!important
+ }
+
+ .py-lg-4 {
+ padding-bottom: 10px!important;
+ padding-top: 10px!important
+ }
+
+ .py-lg-5 {
+ padding-bottom: 20px!important;
+ padding-top: 20px!important
+ }
+
+ .pt-lg-0 {
+ padding-top: 0!important
+ }
+
+ .pt-lg-1 {
+ padding-top: 2px!important
+ }
+
+ .pt-lg-2 {
+ padding-top: 4px!important
+ }
+
+ .pt-lg-3 {
+ padding-top: 8px!important
+ }
+
+ .pt-lg-4 {
+ padding-top: 10px!important
+ }
+
+ .pt-lg-5 {
+ padding-top: 20px!important
+ }
+
+ .pe-lg-0 {
+ padding-right: 0!important
+ }
+
+ .pe-lg-1 {
+ padding-right: 2px!important
+ }
+
+ .pe-lg-2 {
+ padding-right: 4px!important
+ }
+
+ .pe-lg-3 {
+ padding-right: 8px!important
+ }
+
+ .pe-lg-4 {
+ padding-right: 10px!important
+ }
+
+ .pe-lg-5 {
+ padding-right: 20px!important
+ }
+
+ .pb-lg-0 {
+ padding-bottom: 0!important
+ }
+
+ .pb-lg-1 {
+ padding-bottom: 2px!important
+ }
+
+ .pb-lg-2 {
+ padding-bottom: 4px!important
+ }
+
+ .pb-lg-3 {
+ padding-bottom: 8px!important
+ }
+
+ .pb-lg-4 {
+ padding-bottom: 10px!important
+ }
+
+ .pb-lg-5 {
+ padding-bottom: 20px!important
+ }
+
+ .ps-lg-0 {
+ padding-left: 0!important
+ }
+
+ .ps-lg-1 {
+ padding-left: 2px!important
+ }
+
+ .ps-lg-2 {
+ padding-left: 4px!important
+ }
+
+ .ps-lg-3 {
+ padding-left: 8px!important
+ }
+
+ .ps-lg-4 {
+ padding-left: 10px!important
+ }
+
+ .ps-lg-5 {
+ padding-left: 20px!important
+ }
+
+ .text-lg-start {
+ text-align: left!important
+ }
+
+ .text-lg-end {
+ text-align: right!important
+ }
+
+ .text-lg-center {
+ text-align: center!important
+ }
+}
+
+@media(min-width: 1200px) {
+ .float-xl-start {
+ float:left!important
+ }
+
+ .float-xl-end {
+ float: right!important
+ }
+
+ .float-xl-none {
+ float: none!important
+ }
+
+ .d-xl-inline {
+ display: inline!important
+ }
+
+ .d-xl-inline-block {
+ display: inline-block!important
+ }
+
+ .d-xl-block {
+ display: block!important
+ }
+
+ .d-xl-grid {
+ display: grid!important
+ }
+
+ .d-xl-table {
+ display: table!important
+ }
+
+ .d-xl-table-row {
+ display: table-row!important
+ }
+
+ .d-xl-table-cell {
+ display: table-cell!important
+ }
+
+ .d-xl-flex {
+ display: flex!important
+ }
+
+ .d-xl-inline-flex {
+ display: inline-flex!important
+ }
+
+ .d-xl-none {
+ display: none!important
+ }
+
+ .flex-xl-fill {
+ flex: 1 1 auto!important
+ }
+
+ .flex-xl-row {
+ flex-direction: row!important
+ }
+
+ .flex-xl-column {
+ flex-direction: column!important
+ }
+
+ .flex-xl-row-reverse {
+ flex-direction: row-reverse!important
+ }
+
+ .flex-xl-column-reverse {
+ flex-direction: column-reverse!important
+ }
+
+ .flex-xl-grow-0 {
+ flex-grow: 0!important
+ }
+
+ .flex-xl-grow-1 {
+ flex-grow: 1!important
+ }
+
+ .flex-xl-shrink-0 {
+ flex-shrink: 0!important
+ }
+
+ .flex-xl-shrink-1 {
+ flex-shrink: 1!important
+ }
+
+ .flex-xl-wrap {
+ flex-wrap: wrap!important
+ }
+
+ .flex-xl-nowrap {
+ flex-wrap: nowrap!important
+ }
+
+ .flex-xl-wrap-reverse {
+ flex-wrap: wrap-reverse!important
+ }
+
+ .gap-xl-0 {
+ gap: 0!important
+ }
+
+ .gap-xl-1 {
+ gap: 2px!important
+ }
+
+ .gap-xl-2 {
+ gap: 4px!important
+ }
+
+ .gap-xl-3 {
+ gap: 8px!important
+ }
+
+ .gap-xl-4 {
+ gap: 10px!important
+ }
+
+ .gap-xl-5 {
+ gap: 20px!important
+ }
+
+ .justify-content-xl-start {
+ justify-content: flex-start!important
+ }
+
+ .justify-content-xl-end {
+ justify-content: flex-end!important
+ }
+
+ .justify-content-xl-center {
+ justify-content: center!important
+ }
+
+ .justify-content-xl-between {
+ justify-content: space-between!important
+ }
+
+ .justify-content-xl-around {
+ justify-content: space-around!important
+ }
+
+ .justify-content-xl-evenly {
+ justify-content: space-evenly!important
+ }
+
+ .align-items-xl-start {
+ align-items: flex-start!important
+ }
+
+ .align-items-xl-end {
+ align-items: flex-end!important
+ }
+
+ .align-items-xl-center {
+ align-items: center!important
+ }
+
+ .align-items-xl-baseline {
+ align-items: baseline!important
+ }
+
+ .align-items-xl-stretch {
+ align-items: stretch!important
+ }
+
+ .align-content-xl-start {
+ align-content: flex-start!important
+ }
+
+ .align-content-xl-end {
+ align-content: flex-end!important
+ }
+
+ .align-content-xl-center {
+ align-content: center!important
+ }
+
+ .align-content-xl-between {
+ align-content: space-between!important
+ }
+
+ .align-content-xl-around {
+ align-content: space-around!important
+ }
+
+ .align-content-xl-stretch {
+ align-content: stretch!important
+ }
+
+ .align-self-xl-auto {
+ align-self: auto!important
+ }
+
+ .align-self-xl-start {
+ align-self: flex-start!important
+ }
+
+ .align-self-xl-end {
+ align-self: flex-end!important
+ }
+
+ .align-self-xl-center {
+ align-self: center!important
+ }
+
+ .align-self-xl-baseline {
+ align-self: baseline!important
+ }
+
+ .align-self-xl-stretch {
+ align-self: stretch!important
+ }
+
+ .order-xl-first {
+ order: -1!important
+ }
+
+ .order-xl-0 {
+ order: 0!important
+ }
+
+ .order-xl-1 {
+ order: 1!important
+ }
+
+ .order-xl-2 {
+ order: 2!important
+ }
+
+ .order-xl-3 {
+ order: 3!important
+ }
+
+ .order-xl-4 {
+ order: 4!important
+ }
+
+ .order-xl-5 {
+ order: 5!important
+ }
+
+ .order-xl-last {
+ order: 6!important
+ }
+
+ .m-xl-0 {
+ margin: 0!important
+ }
+
+ .m-xl-1 {
+ margin: 2px!important
+ }
+
+ .m-xl-2 {
+ margin: 4px!important
+ }
+
+ .m-xl-3 {
+ margin: 8px!important
+ }
+
+ .m-xl-4 {
+ margin: 10px!important
+ }
+
+ .m-xl-5 {
+ margin: 20px!important
+ }
+
+ .m-xl-auto {
+ margin: auto!important
+ }
+
+ .mx-xl-0 {
+ margin-left: 0!important;
+ margin-right: 0!important
+ }
+
+ .mx-xl-1 {
+ margin-left: 2px!important;
+ margin-right: 2px!important
+ }
+
+ .mx-xl-2 {
+ margin-left: 4px!important;
+ margin-right: 4px!important
+ }
+
+ .mx-xl-3 {
+ margin-left: 8px!important;
+ margin-right: 8px!important
+ }
+
+ .mx-xl-4 {
+ margin-left: 10px!important;
+ margin-right: 10px!important
+ }
+
+ .mx-xl-5 {
+ margin-left: 20px!important;
+ margin-right: 20px!important
+ }
+
+ .mx-xl-auto {
+ margin-left: auto!important;
+ margin-right: auto!important
+ }
+
+ .my-xl-0 {
+ margin-bottom: 0!important;
+ margin-top: 0!important
+ }
+
+ .my-xl-1 {
+ margin-bottom: 2px!important;
+ margin-top: 2px!important
+ }
+
+ .my-xl-2 {
+ margin-bottom: 4px!important;
+ margin-top: 4px!important
+ }
+
+ .my-xl-3 {
+ margin-bottom: 8px!important;
+ margin-top: 8px!important
+ }
+
+ .my-xl-4 {
+ margin-bottom: 10px!important;
+ margin-top: 10px!important
+ }
+
+ .my-xl-5 {
+ margin-bottom: 20px!important;
+ margin-top: 20px!important
+ }
+
+ .my-xl-auto {
+ margin-bottom: auto!important;
+ margin-top: auto!important
+ }
+
+ .mt-xl-0 {
+ margin-top: 0!important
+ }
+
+ .mt-xl-1 {
+ margin-top: 2px!important
+ }
+
+ .mt-xl-2 {
+ margin-top: 4px!important
+ }
+
+ .mt-xl-3 {
+ margin-top: 8px!important
+ }
+
+ .mt-xl-4 {
+ margin-top: 10px!important
+ }
+
+ .mt-xl-5 {
+ margin-top: 20px!important
+ }
+
+ .mt-xl-auto {
+ margin-top: auto!important
+ }
+
+ .me-xl-0 {
+ margin-right: 0!important
+ }
+
+ .me-xl-1 {
+ margin-right: 2px!important
+ }
+
+ .me-xl-2 {
+ margin-right: 4px!important
+ }
+
+ .me-xl-3 {
+ margin-right: 8px!important
+ }
+
+ .me-xl-4 {
+ margin-right: 10px!important
+ }
+
+ .me-xl-5 {
+ margin-right: 20px!important
+ }
+
+ .me-xl-auto {
+ margin-right: auto!important
+ }
+
+ .mb-xl-0 {
+ margin-bottom: 0!important
+ }
+
+ .mb-xl-1 {
+ margin-bottom: 2px!important
+ }
+
+ .mb-xl-2 {
+ margin-bottom: 4px!important
+ }
+
+ .mb-xl-3 {
+ margin-bottom: 8px!important
+ }
+
+ .mb-xl-4 {
+ margin-bottom: 10px!important
+ }
+
+ .mb-xl-5 {
+ margin-bottom: 20px!important
+ }
+
+ .mb-xl-auto {
+ margin-bottom: auto!important
+ }
+
+ .ms-xl-0 {
+ margin-left: 0!important
+ }
+
+ .ms-xl-1 {
+ margin-left: 2px!important
+ }
+
+ .ms-xl-2 {
+ margin-left: 4px!important
+ }
+
+ .ms-xl-3 {
+ margin-left: 8px!important
+ }
+
+ .ms-xl-4 {
+ margin-left: 10px!important
+ }
+
+ .ms-xl-5 {
+ margin-left: 20px!important
+ }
+
+ .ms-xl-auto {
+ margin-left: auto!important
+ }
+
+ .p-xl-0 {
+ padding: 0!important
+ }
+
+ .p-xl-1 {
+ padding: 2px!important
+ }
+
+ .p-xl-2 {
+ padding: 4px!important
+ }
+
+ .p-xl-3 {
+ padding: 8px!important
+ }
+
+ .p-xl-4 {
+ padding: 10px!important
+ }
+
+ .p-xl-5 {
+ padding: 20px!important
+ }
+
+ .px-xl-0 {
+ padding-left: 0!important;
+ padding-right: 0!important
+ }
+
+ .px-xl-1 {
+ padding-left: 2px!important;
+ padding-right: 2px!important
+ }
+
+ .px-xl-2 {
+ padding-left: 4px!important;
+ padding-right: 4px!important
+ }
+
+ .px-xl-3 {
+ padding-left: 8px!important;
+ padding-right: 8px!important
+ }
+
+ .px-xl-4 {
+ padding-left: 10px!important;
+ padding-right: 10px!important
+ }
+
+ .px-xl-5 {
+ padding-left: 20px!important;
+ padding-right: 20px!important
+ }
+
+ .py-xl-0 {
+ padding-bottom: 0!important;
+ padding-top: 0!important
+ }
+
+ .py-xl-1 {
+ padding-bottom: 2px!important;
+ padding-top: 2px!important
+ }
+
+ .py-xl-2 {
+ padding-bottom: 4px!important;
+ padding-top: 4px!important
+ }
+
+ .py-xl-3 {
+ padding-bottom: 8px!important;
+ padding-top: 8px!important
+ }
+
+ .py-xl-4 {
+ padding-bottom: 10px!important;
+ padding-top: 10px!important
+ }
+
+ .py-xl-5 {
+ padding-bottom: 20px!important;
+ padding-top: 20px!important
+ }
+
+ .pt-xl-0 {
+ padding-top: 0!important
+ }
+
+ .pt-xl-1 {
+ padding-top: 2px!important
+ }
+
+ .pt-xl-2 {
+ padding-top: 4px!important
+ }
+
+ .pt-xl-3 {
+ padding-top: 8px!important
+ }
+
+ .pt-xl-4 {
+ padding-top: 10px!important
+ }
+
+ .pt-xl-5 {
+ padding-top: 20px!important
+ }
+
+ .pe-xl-0 {
+ padding-right: 0!important
+ }
+
+ .pe-xl-1 {
+ padding-right: 2px!important
+ }
+
+ .pe-xl-2 {
+ padding-right: 4px!important
+ }
+
+ .pe-xl-3 {
+ padding-right: 8px!important
+ }
+
+ .pe-xl-4 {
+ padding-right: 10px!important
+ }
+
+ .pe-xl-5 {
+ padding-right: 20px!important
+ }
+
+ .pb-xl-0 {
+ padding-bottom: 0!important
+ }
+
+ .pb-xl-1 {
+ padding-bottom: 2px!important
+ }
+
+ .pb-xl-2 {
+ padding-bottom: 4px!important
+ }
+
+ .pb-xl-3 {
+ padding-bottom: 8px!important
+ }
+
+ .pb-xl-4 {
+ padding-bottom: 10px!important
+ }
+
+ .pb-xl-5 {
+ padding-bottom: 20px!important
+ }
+
+ .ps-xl-0 {
+ padding-left: 0!important
+ }
+
+ .ps-xl-1 {
+ padding-left: 2px!important
+ }
+
+ .ps-xl-2 {
+ padding-left: 4px!important
+ }
+
+ .ps-xl-3 {
+ padding-left: 8px!important
+ }
+
+ .ps-xl-4 {
+ padding-left: 10px!important
+ }
+
+ .ps-xl-5 {
+ padding-left: 20px!important
+ }
+
+ .text-xl-start {
+ text-align: left!important
+ }
+
+ .text-xl-end {
+ text-align: right!important
+ }
+
+ .text-xl-center {
+ text-align: center!important
+ }
+}
+
+@media(min-width: 1400px) {
+ .float-xxl-start {
+ float:left!important
+ }
+
+ .float-xxl-end {
+ float: right!important
+ }
+
+ .float-xxl-none {
+ float: none!important
+ }
+
+ .d-xxl-inline {
+ display: inline!important
+ }
+
+ .d-xxl-inline-block {
+ display: inline-block!important
+ }
+
+ .d-xxl-block {
+ display: block!important
+ }
+
+ .d-xxl-grid {
+ display: grid!important
+ }
+
+ .d-xxl-table {
+ display: table!important
+ }
+
+ .d-xxl-table-row {
+ display: table-row!important
+ }
+
+ .d-xxl-table-cell {
+ display: table-cell!important
+ }
+
+ .d-xxl-flex {
+ display: flex!important
+ }
+
+ .d-xxl-inline-flex {
+ display: inline-flex!important
+ }
+
+ .d-xxl-none {
+ display: none!important
+ }
+
+ .flex-xxl-fill {
+ flex: 1 1 auto!important
+ }
+
+ .flex-xxl-row {
+ flex-direction: row!important
+ }
+
+ .flex-xxl-column {
+ flex-direction: column!important
+ }
+
+ .flex-xxl-row-reverse {
+ flex-direction: row-reverse!important
+ }
+
+ .flex-xxl-column-reverse {
+ flex-direction: column-reverse!important
+ }
+
+ .flex-xxl-grow-0 {
+ flex-grow: 0!important
+ }
+
+ .flex-xxl-grow-1 {
+ flex-grow: 1!important
+ }
+
+ .flex-xxl-shrink-0 {
+ flex-shrink: 0!important
+ }
+
+ .flex-xxl-shrink-1 {
+ flex-shrink: 1!important
+ }
+
+ .flex-xxl-wrap {
+ flex-wrap: wrap!important
+ }
+
+ .flex-xxl-nowrap {
+ flex-wrap: nowrap!important
+ }
+
+ .flex-xxl-wrap-reverse {
+ flex-wrap: wrap-reverse!important
+ }
+
+ .gap-xxl-0 {
+ gap: 0!important
+ }
+
+ .gap-xxl-1 {
+ gap: 2px!important
+ }
+
+ .gap-xxl-2 {
+ gap: 4px!important
+ }
+
+ .gap-xxl-3 {
+ gap: 8px!important
+ }
+
+ .gap-xxl-4 {
+ gap: 10px!important
+ }
+
+ .gap-xxl-5 {
+ gap: 20px!important
+ }
+
+ .justify-content-xxl-start {
+ justify-content: flex-start!important
+ }
+
+ .justify-content-xxl-end {
+ justify-content: flex-end!important
+ }
+
+ .justify-content-xxl-center {
+ justify-content: center!important
+ }
+
+ .justify-content-xxl-between {
+ justify-content: space-between!important
+ }
+
+ .justify-content-xxl-around {
+ justify-content: space-around!important
+ }
+
+ .justify-content-xxl-evenly {
+ justify-content: space-evenly!important
+ }
+
+ .align-items-xxl-start {
+ align-items: flex-start!important
+ }
+
+ .align-items-xxl-end {
+ align-items: flex-end!important
+ }
+
+ .align-items-xxl-center {
+ align-items: center!important
+ }
+
+ .align-items-xxl-baseline {
+ align-items: baseline!important
+ }
+
+ .align-items-xxl-stretch {
+ align-items: stretch!important
+ }
+
+ .align-content-xxl-start {
+ align-content: flex-start!important
+ }
+
+ .align-content-xxl-end {
+ align-content: flex-end!important
+ }
+
+ .align-content-xxl-center {
+ align-content: center!important
+ }
+
+ .align-content-xxl-between {
+ align-content: space-between!important
+ }
+
+ .align-content-xxl-around {
+ align-content: space-around!important
+ }
+
+ .align-content-xxl-stretch {
+ align-content: stretch!important
+ }
+
+ .align-self-xxl-auto {
+ align-self: auto!important
+ }
+
+ .align-self-xxl-start {
+ align-self: flex-start!important
+ }
+
+ .align-self-xxl-end {
+ align-self: flex-end!important
+ }
+
+ .align-self-xxl-center {
+ align-self: center!important
+ }
+
+ .align-self-xxl-baseline {
+ align-self: baseline!important
+ }
+
+ .align-self-xxl-stretch {
+ align-self: stretch!important
+ }
+
+ .order-xxl-first {
+ order: -1!important
+ }
+
+ .order-xxl-0 {
+ order: 0!important
+ }
+
+ .order-xxl-1 {
+ order: 1!important
+ }
+
+ .order-xxl-2 {
+ order: 2!important
+ }
+
+ .order-xxl-3 {
+ order: 3!important
+ }
+
+ .order-xxl-4 {
+ order: 4!important
+ }
+
+ .order-xxl-5 {
+ order: 5!important
+ }
+
+ .order-xxl-last {
+ order: 6!important
+ }
+
+ .m-xxl-0 {
+ margin: 0!important
+ }
+
+ .m-xxl-1 {
+ margin: 2px!important
+ }
+
+ .m-xxl-2 {
+ margin: 4px!important
+ }
+
+ .m-xxl-3 {
+ margin: 8px!important
+ }
+
+ .m-xxl-4 {
+ margin: 10px!important
+ }
+
+ .m-xxl-5 {
+ margin: 20px!important
+ }
+
+ .m-xxl-auto {
+ margin: auto!important
+ }
+
+ .mx-xxl-0 {
+ margin-left: 0!important;
+ margin-right: 0!important
+ }
+
+ .mx-xxl-1 {
+ margin-left: 2px!important;
+ margin-right: 2px!important
+ }
+
+ .mx-xxl-2 {
+ margin-left: 4px!important;
+ margin-right: 4px!important
+ }
+
+ .mx-xxl-3 {
+ margin-left: 8px!important;
+ margin-right: 8px!important
+ }
+
+ .mx-xxl-4 {
+ margin-left: 10px!important;
+ margin-right: 10px!important
+ }
+
+ .mx-xxl-5 {
+ margin-left: 20px!important;
+ margin-right: 20px!important
+ }
+
+ .mx-xxl-auto {
+ margin-left: auto!important;
+ margin-right: auto!important
+ }
+
+ .my-xxl-0 {
+ margin-bottom: 0!important;
+ margin-top: 0!important
+ }
+
+ .my-xxl-1 {
+ margin-bottom: 2px!important;
+ margin-top: 2px!important
+ }
+
+ .my-xxl-2 {
+ margin-bottom: 4px!important;
+ margin-top: 4px!important
+ }
+
+ .my-xxl-3 {
+ margin-bottom: 8px!important;
+ margin-top: 8px!important
+ }
+
+ .my-xxl-4 {
+ margin-bottom: 10px!important;
+ margin-top: 10px!important
+ }
+
+ .my-xxl-5 {
+ margin-bottom: 20px!important;
+ margin-top: 20px!important
+ }
+
+ .my-xxl-auto {
+ margin-bottom: auto!important;
+ margin-top: auto!important
+ }
+
+ .mt-xxl-0 {
+ margin-top: 0!important
+ }
+
+ .mt-xxl-1 {
+ margin-top: 2px!important
+ }
+
+ .mt-xxl-2 {
+ margin-top: 4px!important
+ }
+
+ .mt-xxl-3 {
+ margin-top: 8px!important
+ }
+
+ .mt-xxl-4 {
+ margin-top: 10px!important
+ }
+
+ .mt-xxl-5 {
+ margin-top: 20px!important
+ }
+
+ .mt-xxl-auto {
+ margin-top: auto!important
+ }
+
+ .me-xxl-0 {
+ margin-right: 0!important
+ }
+
+ .me-xxl-1 {
+ margin-right: 2px!important
+ }
+
+ .me-xxl-2 {
+ margin-right: 4px!important
+ }
+
+ .me-xxl-3 {
+ margin-right: 8px!important
+ }
+
+ .me-xxl-4 {
+ margin-right: 10px!important
+ }
+
+ .me-xxl-5 {
+ margin-right: 20px!important
+ }
+
+ .me-xxl-auto {
+ margin-right: auto!important
+ }
+
+ .mb-xxl-0 {
+ margin-bottom: 0!important
+ }
+
+ .mb-xxl-1 {
+ margin-bottom: 2px!important
+ }
+
+ .mb-xxl-2 {
+ margin-bottom: 4px!important
+ }
+
+ .mb-xxl-3 {
+ margin-bottom: 8px!important
+ }
+
+ .mb-xxl-4 {
+ margin-bottom: 10px!important
+ }
+
+ .mb-xxl-5 {
+ margin-bottom: 20px!important
+ }
+
+ .mb-xxl-auto {
+ margin-bottom: auto!important
+ }
+
+ .ms-xxl-0 {
+ margin-left: 0!important
+ }
+
+ .ms-xxl-1 {
+ margin-left: 2px!important
+ }
+
+ .ms-xxl-2 {
+ margin-left: 4px!important
+ }
+
+ .ms-xxl-3 {
+ margin-left: 8px!important
+ }
+
+ .ms-xxl-4 {
+ margin-left: 10px!important
+ }
+
+ .ms-xxl-5 {
+ margin-left: 20px!important
+ }
+
+ .ms-xxl-auto {
+ margin-left: auto!important
+ }
+
+ .p-xxl-0 {
+ padding: 0!important
+ }
+
+ .p-xxl-1 {
+ padding: 2px!important
+ }
+
+ .p-xxl-2 {
+ padding: 4px!important
+ }
+
+ .p-xxl-3 {
+ padding: 8px!important
+ }
+
+ .p-xxl-4 {
+ padding: 10px!important
+ }
+
+ .p-xxl-5 {
+ padding: 20px!important
+ }
+
+ .px-xxl-0 {
+ padding-left: 0!important;
+ padding-right: 0!important
+ }
+
+ .px-xxl-1 {
+ padding-left: 2px!important;
+ padding-right: 2px!important
+ }
+
+ .px-xxl-2 {
+ padding-left: 4px!important;
+ padding-right: 4px!important
+ }
+
+ .px-xxl-3 {
+ padding-left: 8px!important;
+ padding-right: 8px!important
+ }
+
+ .px-xxl-4 {
+ padding-left: 10px!important;
+ padding-right: 10px!important
+ }
+
+ .px-xxl-5 {
+ padding-left: 20px!important;
+ padding-right: 20px!important
+ }
+
+ .py-xxl-0 {
+ padding-bottom: 0!important;
+ padding-top: 0!important
+ }
+
+ .py-xxl-1 {
+ padding-bottom: 2px!important;
+ padding-top: 2px!important
+ }
+
+ .py-xxl-2 {
+ padding-bottom: 4px!important;
+ padding-top: 4px!important
+ }
+
+ .py-xxl-3 {
+ padding-bottom: 8px!important;
+ padding-top: 8px!important
+ }
+
+ .py-xxl-4 {
+ padding-bottom: 10px!important;
+ padding-top: 10px!important
+ }
+
+ .py-xxl-5 {
+ padding-bottom: 20px!important;
+ padding-top: 20px!important
+ }
+
+ .pt-xxl-0 {
+ padding-top: 0!important
+ }
+
+ .pt-xxl-1 {
+ padding-top: 2px!important
+ }
+
+ .pt-xxl-2 {
+ padding-top: 4px!important
+ }
+
+ .pt-xxl-3 {
+ padding-top: 8px!important
+ }
+
+ .pt-xxl-4 {
+ padding-top: 10px!important
+ }
+
+ .pt-xxl-5 {
+ padding-top: 20px!important
+ }
+
+ .pe-xxl-0 {
+ padding-right: 0!important
+ }
+
+ .pe-xxl-1 {
+ padding-right: 2px!important
+ }
+
+ .pe-xxl-2 {
+ padding-right: 4px!important
+ }
+
+ .pe-xxl-3 {
+ padding-right: 8px!important
+ }
+
+ .pe-xxl-4 {
+ padding-right: 10px!important
+ }
+
+ .pe-xxl-5 {
+ padding-right: 20px!important
+ }
+
+ .pb-xxl-0 {
+ padding-bottom: 0!important
+ }
+
+ .pb-xxl-1 {
+ padding-bottom: 2px!important
+ }
+
+ .pb-xxl-2 {
+ padding-bottom: 4px!important
+ }
+
+ .pb-xxl-3 {
+ padding-bottom: 8px!important
+ }
+
+ .pb-xxl-4 {
+ padding-bottom: 10px!important
+ }
+
+ .pb-xxl-5 {
+ padding-bottom: 20px!important
+ }
+
+ .ps-xxl-0 {
+ padding-left: 0!important
+ }
+
+ .ps-xxl-1 {
+ padding-left: 2px!important
+ }
+
+ .ps-xxl-2 {
+ padding-left: 4px!important
+ }
+
+ .ps-xxl-3 {
+ padding-left: 8px!important
+ }
+
+ .ps-xxl-4 {
+ padding-left: 10px!important
+ }
+
+ .ps-xxl-5 {
+ padding-left: 20px!important
+ }
+
+ .text-xxl-start {
+ text-align: left!important
+ }
+
+ .text-xxl-end {
+ text-align: right!important
+ }
+
+ .text-xxl-center {
+ text-align: center!important
+ }
+}
+
+@media(min-width: 1200px) {
+ .fs-1 {
+ font-size:3.0625rem!important
+ }
+
+ .fs-2 {
+ font-size: 1.9375rem!important
+ }
+
+ .fs-3 {
+ font-size: 1.5rem!important
+ }
+}
+
+@media print {
+ .d-print-inline {
+ display: inline!important
+ }
+
+ .d-print-inline-block {
+ display: inline-block!important
+ }
+
+ .d-print-block {
+ display: block!important
+ }
+
+ .d-print-grid {
+ display: grid!important
+ }
+
+ .d-print-table {
+ display: table!important
+ }
+
+ .d-print-table-row {
+ display: table-row!important
+ }
+
+ .d-print-table-cell {
+ display: table-cell!important
+ }
+
+ .d-print-flex {
+ display: flex!important
+ }
+
+ .d-print-inline-flex {
+ display: inline-flex!important
+ }
+
+ .d-print-none {
+ display: none!important
+ }
+}
+
+a {
+ color: inherit;
+ text-decoration: inherit
+}
+
+a:hover {
+ color: #000;
+ color: initial
+}
+
+ol,ul {
+ padding-left: 0!important
+}
+
+@media(min-width: 1200px) {
+ .container:not(.use-b5-container) {
+ max-width:1140px
+ }
+}
+
+.playfair-header {
+ font-family: Playfair Display,serif;
+ font-style: normal;
+ font-weight: 700;
+ line-height: 140%
+}
+
+.body-500-normal {
+ color: #303336;
+ font-size: 16px;
+ font-weight: 400;
+ letter-spacing: .01em;
+ line-height: 21px
+}
+
+.body-500-normal,.mw-btn-outline-blue {
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-style: normal
+}
+
+.mw-btn-outline-blue {
+ background: #fff;
+ border: 1px solid #0074cc;
+ border-radius: 6px;
+ color: #0074cc;
+ font-size: 19px;
+ line-height: 28px;
+ text-align: center
+}
+
+.mw-btn-outline-blue:hover {
+ color: #0074cc
+}
+
+.mw-btn-outline-orange {
+ background: #fff;
+ border: 1px solid #fb5a00;
+ border-radius: 6px;
+ color: #fb5a00;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 19px;
+ font-style: normal;
+ line-height: 28px;
+ width: 100%
+}
+
+.mw-btn-outline-orange:hover {
+ color: #fb5a00
+}
+
+.mw-dropdown-menu {
+ background: #fff;
+ border: 1px solid #cbe1ea;
+ border-radius: 4px 4px 8px 8px;
+ box-shadow: 0 0 15px rgba(0,0,0,.05),0 11px 21px rgba(0,0,0,.1)
+}
+
+.mw-dropdown-menu .dropdown-item:hover {
+ background-color: transparent;
+ background-color: initial;
+ color: #000;
+ color: initial
+}
+
+.mw-dropdown-menu:not(.bordered-bottom) {
+ border-top: 3px solid #e4c04b
+}
+
+.mw-dropdown-menu:not(.bordered-bottom):before {
+ background-color: #e4c04b;
+ border-radius: 8px 8px 0 0;
+ content: "";
+ height: 6px;
+ left: 0;
+ margin-left: 25%;
+ margin-right: auto;
+ position: absolute;
+ right: 0;
+ top: -8px;
+ width: 8px
+}
+
+.mw-dropdown-menu li a:not(.btn) {
+ align-items: center;
+ color: #303336;
+ display: flex;
+ font-weight: 700
+}
+
+.mw-dropdown-menu li a:not(.btn).active {
+ background: #edf4f7;
+ color: #000;
+ color: initial
+}
+
+.mw-dropdown-menu li a:not(.btn).active .circle-checkbox-icon {
+ visibility: inherit
+}
+
+.mw-dropdown-menu li a:not(.btn) .circle-checkbox-icon {
+ visibility: hidden
+}
+
+.mw-btn-blue {
+ background: #0f3850;
+ border-radius: 4px;
+ color: #fff!important;
+ font-weight: 700
+}
+
+.mw-btn-blue:hover {
+ color: #fff!important;
+ opacity: .75
+}
+
+.text-gray-600 {
+ color: #303336
+}
+
+.bg-mw-black {
+ background: #0a1b27!important
+}
+
+.threaded-content-gray {
+ background: linear-gradient(180deg,#999,#ccc 15%,#dbdbdb);
+ border-radius: 20px;
+ display: block;
+ position: absolute;
+ width: 2px
+}
+
+.mw-badge-gray-300 {
+ background: #fff;
+ border: 1px solid #97bece;
+ border-radius: 100px;
+ color: #4a7d95!important;
+ font-size: 19px;
+ font-weight: 400;
+ line-height: 28px;
+ padding: 0 12px
+}
+
+.mw-badge-gray-100,.mw-badge-gray-300 {
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-style: normal
+}
+
+.mw-badge-gray-100 {
+ background: #f4f4f4;
+ border-radius: 3px;
+ color: #525a5b;
+ font-size: 16px;
+ font-weight: 700;
+ line-height: 26px;
+ padding: 0 3px 2px;
+ text-align: center
+}
+
+.mw-text-muted {
+ color: #757575
+}
+
+#subscribe-unabridged .subscribe-btn {
+ background-color: #ae0015;
+ border-radius: .5em;
+ color: #fff;
+ cursor: pointer;
+ display: inline-block;
+ font-size: .75em;
+ letter-spacing: .1666em;
+ line-height: 1.25em;
+ padding: .9583em 1.15em;
+ text-transform: uppercase
+}
+
+#subscribe-unabridged .subscribe-btn:hover {
+ background: #c42236
+}
+
+#subscribe-unabridged {
+ border-bottom: 1px solid #cbe1ea;
+ border-top: 1px solid #cbe1ea;
+ box-sizing: border-box;
+ margin: 2em auto;
+ max-width: 1136px;
+ overflow: hidden;
+ padding: 25px 10px;
+ text-align: center;
+ width: 100%
+}
+
+#subscribe-unabridged .header {
+ font-size: 26px;
+ font-weight: 600;
+ letter-spacing: .2px;
+ line-height: 36px
+}
+
+#subscribe-unabridged .header,#subscribe-unabridged .teaser {
+ color: #375c71;
+ font-family: Open Sans,Helvetica,Arial,sans-serif
+}
+
+#subscribe-unabridged .teaser {
+ font-size: 18px;
+ font-weight: 400;
+ letter-spacing: .4px;
+ line-height: 26px;
+ margin: 2px 0 22px
+}
+
+#subscribe-unabridged .subscribe-btn {
+ font-size: 12px;
+ font-weight: 600;
+ letter-spacing: 2px;
+ padding: 8px 13px
+}
+
+#subscribe-unabridged .subscribe-btn:hover {
+ text-decoration: none
+}
+
+.definitions-page #subscribe-unabridged,.wap-article-page #subscribe-unabridged,.wap-slideshow-page #subscribe-unabridged {
+ margin-top: 0
+}
+
+@media(max-width: 767px) {
+ #subscribe-unabridged .header {
+ font-size:22px;
+ line-height: 28px
+ }
+
+ #subscribe-unabridged .teaser {
+ font-size: 16px;
+ line-height: 24px;
+ margin: 4px 0 22px
+ }
+
+ .wap-article-page #subscribe-unabridged,.wap-landing #subscribe-unabridged,.wap-slideshow-page #subscribe-unabridged,.wod-article-page #subscribe-unabridged {
+ border-top: 0;
+ margin-top: -2.5em;
+ padding-top: 0
+ }
+
+ .definitions-page #subscribe-unabridged {
+ float: none
+ }
+}
+
+#subscribe-wod-box .subscribe-btn {
+ background-color: #ae0015;
+ border-radius: .5em;
+ color: #fff;
+ cursor: pointer;
+ display: inline-block;
+ font-size: .75em;
+ letter-spacing: .1666em;
+ line-height: 1.25em;
+ padding: .9583em 1.15em;
+ text-transform: uppercase
+}
+
+#subscribe-wod-box .subscribe-btn:hover {
+ background: #c42236
+}
+
+#subscribe-wod-box {
+ box-sizing: border-box;
+ overflow: hidden;
+ text-align: center;
+ width: 100%
+}
+
+#subscribe-wod-box .wod-subscribe-input {
+ background-color: #fff;
+ border: 1px solid #dadada;
+ border-radius: 4px;
+ box-sizing: border-box;
+ color: #3b3e41;
+ font-size: 1em;
+ font-weight: 400;
+ height: 40px;
+ letter-spacing: .07em;
+ padding: 0 10px;
+ text-overflow: ellipsis;
+ width: 100%
+}
+
+#subscribe-wod-box .header,#subscribe-wod-box .wod-subscribe-input {
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ margin-bottom: 10px
+}
+
+#subscribe-wod-box .header {
+ color: #375c71;
+ font-size: 1.375em;
+ font-weight: 600;
+ letter-spacing: .2px;
+ line-height: 1.3;
+ text-align: left
+}
+
+#subscribe-wod-box .subscribe-btn {
+ border: 0;
+ box-sizing: border-box;
+ font-size: 12px;
+ font-weight: 600;
+ letter-spacing: 2px;
+ padding: 8px;
+ width: 100%
+}
+
+#subscribe-wod-box .subscribe-btn:hover {
+ text-decoration: none
+}
+
+@media(max-width: 767px) {
+ #subscribe-wod-box .header {
+ font-size:22px;
+ line-height: 28px
+ }
+
+ #subscribe-wod-box .teaser {
+ font-size: 16px;
+ line-height: 24px;
+ margin: 4px 0 22px
+ }
+}
+
+.rc-list {
+ box-sizing: border-box;
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: space-between
+}
+
+.rc-list .rc-item {
+ display: flex;
+ flex-basis: 50%;
+ margin-bottom: 30px
+}
+
+.rc-list .rc-item:nth-child(odd) .rc-headline {
+ margin-right: 20px
+}
+
+.rc-list .img-link {
+ flex-basis: 35%;
+ flex-grow: 0;
+ flex-shrink: 0;
+ margin-right: 14px
+}
+
+.rc-list .rc-headline {
+ flex-grow: 1;
+ flex-shrink: 2
+}
+
+.rc-list .rc-headline .headline {
+ -webkit-line-clamp: 2;
+ font-family: Playfair Display,serif;
+ font-size: 1.1em;
+ font-weight: 700;
+ letter-spacing: .8px;
+ line-height: 1.2em;
+ margin-bottom: 5px;
+ max-height: 2.4em;
+ width: 100%
+}
+
+.rc-list .rc-headline .headline,.rc-list .rc-headline p {
+ -webkit-box-orient: vertical;
+ display: block;
+ display: -webkit-box;
+ overflow: hidden;
+ text-overflow: ellipsis
+}
+
+.rc-list .rc-headline p {
+ -webkit-line-clamp: 3;
+ font-size: .88em;
+ line-height: 1.24em;
+ max-height: 3.6em
+}
+
+@media(max-width: 767px) {
+ .rc-list {
+ flex-direction:row;
+ margin-bottom: 40px
+ }
+
+ .rc-list .rc-item {
+ flex-basis: 100%;
+ flex-shrink: 0;
+ margin-bottom: 20px
+ }
+
+ .rc-list .rc-item:nth-child(odd) .rc-headline {
+ margin-right: 0
+ }
+
+ .rc-list .img-link {
+ flex-basis: 42%
+ }
+
+ .rc-title {
+ font-size: 18px
+ }
+}
+
+.rfg-game .play-now-button {
+ background-color: #ae0015;
+ border-radius: .5em;
+ color: #fff;
+ cursor: pointer;
+ display: inline-block;
+ font-size: .75em;
+ letter-spacing: .1666em;
+ line-height: 1.25em;
+ padding: .9583em 1.15em;
+ text-transform: uppercase
+}
+
+.rfg-game .play-now-button:hover {
+ background: #c42236
+}
+
+.rfg-game {
+ box-sizing: border-box;
+ display: flex;
+ justify-content: space-between;
+ padding-bottom: 10px
+}
+
+.rfg-game .play-now-button {
+ font-weight: 700;
+ text-decoration: none
+}
+
+.rfg-game .rfg-game-img {
+ flex-basis: 246px;
+ flex-grow: 0;
+ flex-shrink: 0
+}
+
+.rfg-game .rfg-game-text {
+ align-self: center;
+ box-sizing: border-box;
+ padding-left: 24px
+}
+
+.rfg-game .rfg-game-teaser,.rfg-game .rfg-game-title {
+ display: block;
+ margin-bottom: 15px
+}
+
+@media(max-width: 767px) {
+ .rfg-game {
+ flex-wrap:wrap
+ }
+
+ .rfg-game .rfg-game-img {
+ flex-basis: 100%
+ }
+
+ .rfg-game .rfg-game-text {
+ flex-basis: 100%;
+ padding: 20px 0 0
+ }
+}
+
+#join-mwu .arrow-link,.mw-tooltip .arrow-link {
+ color: #ae0015;
+ display: block;
+ display: inline-block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 700;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ line-height: .75em;
+ padding-left: 0;
+ position: relative;
+ text-align: left;
+ text-align: inherit;
+ text-indent: .3125em;
+ text-indent: 0;
+ text-transform: uppercase
+}
+
+#join-mwu .arrow-link:after,.mw-tooltip .arrow-link:after {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/sidebar/quiz-carat.png);
+ background-position: 100% 0;
+ background-repeat: no-repeat;
+ content: "";
+ display: inline-block;
+ height: 1em;
+ margin-right: .3125em;
+ vertical-align: baseline;
+ vertical-align: top;
+ width: 1em
+}
+
+#join-mwu .arrow-link:hover,.mw-tooltip .arrow-link:hover {
+ color: #c42236;
+ text-decoration: none
+}
+
+.order-list,.unorder-list {
+ list-style: none;
+ margin-left: 38px;
+ padding-left: 0
+}
+
+.order-list-li,.unorder-list-li {
+ display: block;
+ margin-bottom: 15px
+}
+
+.order-list-li:before,.unorder-list-li:before {
+ color: #265667;
+ content: "•";
+ display: inline-block;
+ margin-left: -38px;
+ width: 38px
+}
+
+.order-list {
+ counter-reset: li
+}
+
+.order-list-li:before {
+ content: counter(li) ")";
+ counter-increment: li
+}
+
+.hidden-aria-text {
+ height: 1px;
+ left: -99999px;
+ overflow: hidden;
+ position: absolute;
+ top: auto;
+ width: 1px
+}
+
+.header,.header-blk,.header-blk-border,.header-lg,.header-lg-blk,.header-lg-blk-border,.header-lg-wht,.header-lg-wht-border,.header-md,.header-md-blk,.header-md-blk-border,.header-md-wht,.header-md-wht-border,.header-sm,.header-sm-blk,.header-sm-blk-border,.header-sm-wht,.header-sm-wht-border,.header-wht,.header-wht-border {
+ color: #265667;
+ font-family: Playfair Display,serif;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 700;
+ margin-bottom: 10px
+}
+
+.header-lg,.header-lg-blk,.header-lg-blk-border,.header-lg-wht,.header-lg-wht-border {
+ font-size: 48px;
+ letter-spacing: 1.2px;
+ line-height: 50px
+}
+
+@media(max-width: 767px) {
+ .header-lg,.header-lg-blk,.header-lg-blk-border,.header-lg-wht,.header-lg-wht-border {
+ font-size:44px;
+ line-height: 46px
+ }
+}
+
+.header-md,.header-md-blk,.header-md-blk-border,.header-md-wht,.header-md-wht-border {
+ font-size: 34px;
+ letter-spacing: .8px;
+ line-height: 34px
+}
+
+.header-sm,.header-sm-blk,.header-sm-blk-border,.header-sm-wht,.header-sm-wht-border {
+ color: #4a7d95;
+ font-size: 26px;
+ letter-spacing: .5px;
+ line-height: 36px
+}
+
+.header-lg-wht,.header-lg-wht-border,.header-lg-wht-border-border,.header-md-wht,.header-md-wht-border,.header-md-wht-border-border,.header-sm-wht,.header-sm-wht-border,.header-sm-wht-border-border,.header-wht,.header-wht-border,.header-wht-border-border {
+ color: #fff
+}
+
+.header-lg-wht-border,.header-lg-wht-border-border,.header-md-wht-border,.header-md-wht-border-border,.header-sm-wht-border,.header-sm-wht-border-border,.header-wht-border,.header-wht-border-border {
+ background-color: #265667;
+ border-radius: 1px;
+ color: #fff;
+ padding: 4px 8px
+}
+
+.header-lg-wht-border-border:hover,.header-lg-wht-border:hover,.header-lg-wht:hover,.header-md-wht-border-border:hover,.header-md-wht-border:hover,.header-md-wht:hover,.header-sm-wht-border-border:hover,.header-sm-wht-border:hover,.header-sm-wht:hover,.header-wht-border-border:hover,.header-wht-border:hover,.header-wht:hover {
+ color: #fff
+}
+
+.header-blk,.header-blk-border,.header-blk-border-border,.header-lg-blk,.header-lg-blk-border,.header-lg-blk-border-border,.header-md-blk,.header-md-blk-border,.header-md-blk-border-border,.header-sm-blk,.header-sm-blk-border,.header-sm-blk-border-border {
+ color: #303336
+}
+
+.jumplink,.subheader,.subheader-blk-border,.subheader-dictblue-border,.subheader-lg,.subheader-lg-blk,.subheader-lg-blk-border,.subheader-lg-dictblue,.subheader-lg-dictblue-border,.subheader-lg-wht,.subheader-lg-wht-border,.subheader-md,.subheader-md-blk,.subheader-md-blk-border,.subheader-md-dictblue,.subheader-md-dictblue-border,.subheader-md-wht,.subheader-md-wht-border,.subheader-sm,.subheader-sm-blk,.subheader-sm-blk-border,.subheader-sm-dictblue,.subheader-sm-dictblue-border,.subheader-sm-wht,.subheader-sm-wht-border,.subheader-variation,.subheader-wht-border {
+ color: #265667;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 700;
+ margin-bottom: 10px
+}
+
+.subheader-lg,.subheader-lg-blk,.subheader-lg-blk-border,.subheader-lg-dictblue,.subheader-lg-dictblue-border,.subheader-lg-wht,.subheader-lg-wht-border {
+ font-size: 33px;
+ letter-spacing: .9px;
+ line-height: 36px
+}
+
+.subheader-md,.subheader-md-blk,.subheader-md-blk-border,.subheader-md-dictblue,.subheader-md-dictblue-border,.subheader-md-wht,.subheader-md-wht-border {
+ font-size: 22px;
+ letter-spacing: .3px;
+ line-height: 26px
+}
+
+.subheader-sm,.subheader-sm-blk,.subheader-sm-blk-border,.subheader-sm-dictblue,.subheader-sm-dictblue-border,.subheader-sm-wht,.subheader-sm-wht-border {
+ color: #225f73;
+ font-size: 18px;
+ letter-spacing: .3px;
+ line-height: 22px
+}
+
+.subheader-lg-wht,.subheader-lg-wht-border,.subheader-md-wht,.subheader-md-wht-border,.subheader-sm-wht,.subheader-sm-wht-border,.subheader-wht,.subheader-wht-border,.subheader-wht-border-border {
+ color: #fff
+}
+
+.subheader-lg-wht-border,.subheader-md-wht-border,.subheader-sm-wht-border,.subheader-wht-border,.subheader-wht-border-border {
+ background-color: #265667;
+ border-radius: 1px;
+ color: #fff;
+ padding: 4px 8px
+}
+
+.subheader-lg-wht-border:hover,.subheader-lg-wht:hover,.subheader-md-wht-border:hover,.subheader-md-wht:hover,.subheader-sm-wht-border:hover,.subheader-sm-wht:hover,.subheader-wht-border-border:hover,.subheader-wht-border:hover,.subheader-wht:hover {
+ color: #fff
+}
+
+.subheader-blk,.subheader-blk-border,.subheader-blk-border-border,.subheader-lg-blk,.subheader-lg-blk-border,.subheader-md-blk,.subheader-md-blk-border,.subheader-sm-blk,.subheader-sm-blk-border {
+ color: #303336
+}
+
+.subheader-dictblue,.subheader-dictblue-border,.subheader-dictblue-border-border,.subheader-lg-dictblue,.subheader-lg-dictblue-border,.subheader-md-dictblue,.subheader-md-dictblue-border,.subheader-sm-dictblue,.subheader-sm-dictblue-border {
+ color: #265667
+}
+
+.jumplink {
+ font-size: 20px;
+ letter-spacing: .25px;
+ margin-bottom: 0
+}
+
+.body-copy,.body-copy-bold,.body-copy-bold-dictblue,.body-copy-bold-wht,.body-copy-dictblue,.body-copy-sm,.body-copy-sm-bold,.body-copy-sm-bold-dictblue,.body-copy-sm-bold-wht,.body-copy-sm-dictblue,.body-copy-sm-wht,.body-copy-wht,.definition-label,.definition-label-linked,.ex-sentence,.ex-sentence-attr,.ex-sentence-beg,.form-pos-label,.note-text,.sentence-attr-linked,.uo-list {
+ color: #303336;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 400;
+ letter-spacing: .2px;
+ line-height: 22px
+}
+
+.body-copy-sm,.body-copy-sm-bold,.body-copy-sm-bold-dictblue,.body-copy-sm-bold-wht,.body-copy-sm-dictblue,.body-copy-sm-wht {
+ font-size: 16px;
+ line-height: 20px
+}
+
+.body-copy-bold-wht,.body-copy-wht {
+ color: #fff
+}
+
+.body-copy-bold-dictblue,.body-copy-dictblue {
+ color: #265667
+}
+
+.body-copy-bold,.body-copy-bold-dictblue,.body-copy-bold-wht,.body-copy-sm-bold,.body-copy-sm-bold-dictblue,.body-copy-sm-bold-wht {
+ font-weight: 700
+}
+
+.definition-label,.definition-label-linked,.ex-sentence,.ex-sentence-beg,.form-pos-label,.uo-list {
+ color: #225f73;
+ letter-spacing: .15px
+}
+
+.ex-sentence-beg {
+ font-weight: 700
+}
+
+.ex-sentence-attr,.note-text,.sentence-attr-linked {
+ color: #525a5b;
+ font-size: 16px;
+ letter-spacing: .15px
+}
+
+.definition-label-linked,.sentence-attr-linked {
+ text-decoration: underline
+}
+
+.definition-label-linked {
+ color: #265667;
+ font-style: italic;
+ text-decoration-color: #97bece
+}
+
+.disclaimer-text,.form-pos-label {
+ font-style: italic
+}
+
+.disclaimer-text {
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 13px;
+ font-stretch: normal;
+ font-weight: 400;
+ letter-spacing: .15px;
+ line-height: 1.23
+}
+
+.disclaimer-text-dark-bg {
+ color: #939393
+}
+
+.disclaimer-text-light-bg,.uo-list {
+ color: #303336
+}
+
+.uo-list {
+ line-height: 1.22
+}
+
+.ad-copy {
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 11px;
+ font-stretch: normal;
+ font-style: italic;
+ font-weight: 400;
+ letter-spacing: normal;
+ line-height: 1.27;
+ text-align: center
+}
+
+.subheader-link-sm {
+ color: #303336;
+ font-family: Playfair Display,serif;
+ font-size: 22px;
+ font-weight: 700;
+ letter-spacing: .5px;
+ line-height: 28px
+}
+
+@media(max-width: 767px) {
+ .subheader-link-sm {
+ font-size:18px;
+ letter-spacing: .4px;
+ line-height: 22px
+ }
+}
+
+.linked-sentence-attr,.sm-nav-text-link,.text-link,.text-link-bold,.text-link-dictblue,.text-link-sm,.text-link-sm-nav,.text-link-sm-nav-dictblue,.text-link-sm-nav-wht,.text-link-wht {
+ background-image: linear-gradient(90deg,#97bece 100%,transparent 0);
+ background-position: 0 1.2em;
+ background-repeat: repeat-x;
+ background-size: 3px 1px;
+ color: #265667;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 400;
+ letter-spacing: .15px;
+ line-height: 22px;
+ text-decoration: none
+}
+
+.linked-sentence-attr:hover,.sm-nav-text-link:hover,.text-link-bold:hover,.text-link-dictblue:hover,.text-link-sm-nav-dictblue:hover,.text-link-sm-nav-wht:hover,.text-link-sm-nav:hover,.text-link-sm:hover,.text-link-wht:hover,.text-link:hover {
+ background-image: linear-gradient(90deg,#265667 100%,transparent 0);
+ cursor: pointer;
+ text-decoration: none
+}
+
+.text-link-bold {
+ font-weight: 700
+}
+
+.text-link-wht {
+ background-image: linear-gradient(90deg,#97bece 100%,transparent 0);
+ background-position: 0 1.2em;
+ background-repeat: repeat-x;
+ background-size: 3px 1px;
+ color: #fff;
+ text-decoration: none
+}
+
+.text-link-wht:hover {
+ background-image: linear-gradient(90deg,#fff 100%,transparent 0);
+ color: #fff;
+ cursor: pointer;
+ text-decoration: none
+}
+
+.text-link-dictblue {
+ color: #265667
+}
+
+.text-link-sm {
+ font-size: 16px
+}
+
+.sm-nav-text-link,.text-link-sm-nav {
+ text-decoration: none;
+ text-transform: uppercase
+}
+
+.sm-nav-text-link:hover,.text-link-sm-nav:hover {
+ color: #0f3850;
+ text-decoration: none
+}
+
+.text-link-sm-nav-wht {
+ color: #fff;
+ text-decoration: none;
+ text-transform: uppercase
+}
+
+.text-link-sm-nav-wht:hover {
+ color: #97bece;
+ text-decoration: none
+}
+
+.text-link-sm-nav-dictblue {
+ color: #265667;
+ text-decoration: none;
+ text-transform: uppercase
+}
+
+.text-link-sm-nav-dictblue:hover {
+ color: #4a7d95;
+ text-decoration: none
+}
+
+.linked-sentence-attr {
+ background-image: linear-gradient(90deg,#c6c6c6 100%,transparent 0);
+ background-position: 0 1.2em;
+ background-repeat: repeat-x;
+ background-size: 3px 1px;
+ color: #525a5b;
+ font-size: 16px;
+ text-decoration: none
+}
+
+.linked-sentence-attr:hover {
+ background-image: linear-gradient(90deg,#525a5b 100%,transparent 0);
+ cursor: pointer;
+ text-decoration: none
+}
+
+.icon-warning {
+ display: inline-block;
+ height: 16px;
+ vertical-align: baseline;
+ width: 16px
+}
+
+.icon-da {
+ -webkit-transform: roatate(0deg);
+ transform: roatate(0deg)
+}
+
+.icon-da-right {
+ -webkit-transform: rotate(180deg);
+ transform: rotate(180deg)
+}
+
+.icon-da path,.icon-da-right path {
+ fill: #fff
+}
+
+li.disabled .icon-da path,li.disabled .icon-da-right path {
+ fill: #939393
+}
+
+.icon-da path,.icon-da-right path {
+ fill: #265667
+}
+
+.icon-da path:hover,.icon-da-right path:hover {
+ fill: #0f3850
+}
+
+.icon-sa {
+ -webkit-transform: roatate(0deg);
+ transform: roatate(0deg)
+}
+
+.icon-sa-right {
+ -webkit-transform: rotate(180deg);
+ transform: rotate(180deg)
+}
+
+.icon-sa path,.icon-sa-right path {
+ fill: #fff
+}
+
+li.disabled .icon-sa path,li.disabled .icon-sa-right path {
+ fill: #939393
+}
+
+.icon-sa path,.icon-sa-right path {
+ fill: #265667
+}
+
+.icon-sa path:hover,.icon-sa-right path:hover {
+ fill: #0f3850
+}
+
+.button-video-play {
+ background-color: hsla(0,0%,100%,.8);
+ border-radius: 50%;
+ bottom: 0;
+ display: block;
+ height: 64px;
+ left: 0;
+ margin: -32px auto 0;
+ overflow: hidden;
+ position: absolute;
+ right: 0;
+ text-indent: -9999px;
+ top: 50%;
+ transition: all .2s ease-in-out;
+ width: 64px
+}
+
+.button-video-play:after {
+ border-color: transparent transparent transparent #265666;
+ border-style: solid;
+ border-width: 10px 0 10px 19px;
+ box-sizing: border-box;
+ content: "";
+ height: 21px;
+ left: 40%;
+ position: absolute;
+ top: 35%;
+ width: 19px
+}
+
+.close-trigger {
+ align-items: center;
+ cursor: pointer;
+ display: none;
+ height: 18px;
+ justify-content: center;
+ left: 300px;
+ position: absolute;
+ top: 30px;
+ width: 18px;
+ z-index: 21000
+}
+
+.close-trigger:hover .menu-x {
+ stroke: #97bece
+}
+
+.menu-mob-cnt {
+ background-color: #265667;
+ box-sizing: border-box;
+ height: 100%;
+ left: -280px;
+ overflow-x: hidden;
+ overflow-y: auto;
+ position: fixed;
+ top: 0;
+ transition: left .3s ease-in-out;
+ width: 280px;
+ z-index: 20000
+}
+
+.menu-mob-cnt .menu-mob-inner {
+ padding: 0 7px 60px 40px
+}
+
+.menu-mob-cnt .menu-mob-inner .menu-mob-header {
+ background-color: #0f3850;
+ display: flex;
+ margin-left: -40px;
+ margin-right: -7px;
+ padding: 20px 30px
+}
+
+.menu-mob-cnt .menu-mob-inner .menu-mob-header .ul-login-links {
+ display: flex;
+ flex-basis: 100%;
+ flex-flow: wrap;
+ justify-content: space-between
+}
+
+.menu-mob-cnt .menu-mob-inner .menu-mob-header .ul-login-links .ul-links-header,.menu-mob-cnt .menu-mob-inner .menu-mob-header .ul-login-links .ul-username-mob {
+ font-size: 26px
+}
+
+.menu-mob-cnt .menu-mob-inner .menu-mob-header .ul-login-links .menu-mob-logo {
+ flex-basis: 100%;
+ height: 80px;
+ margin-bottom: 16px
+}
+
+.menu-mob-cnt .menu-mob-inner .menu-mob-header .ul-login-links .ul-button {
+ line-height: 0px;
+ padding: 8px 28px
+}
+
+.menu-mob-cnt .menu-mob-inner .menu-mob-header .ul-login-links .ul-button .ul-action-text {
+ font-size: 13px
+}
+
+.menu-mob-cnt .menu-mob-inner .mob-nav,.menu-mob-cnt .menu-mob-inner ul {
+ box-sizing: border-box;
+ list-style-type: none;
+ padding: 20px 0 0;
+ width: 100%
+}
+
+.menu-mob-cnt .menu-mob-inner .mob-nav__link,.menu-mob-cnt .menu-mob-inner ul__link {
+ align-items: center;
+ border-bottom: 1px solid #97bece;
+ color: #fff;
+ display: flex;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ justify-content: space-between;
+ letter-spacing: .2px;
+ line-height: 18px;
+ padding: 20px 0;
+ text-decoration: none
+}
+
+.menu-mob-cnt .menu-mob-inner .mob-nav__link:hover,.menu-mob-cnt .menu-mob-inner ul__link:hover {
+ color: #97bece;
+ text-decoration: none
+}
+
+.menu-mob-cnt .menu-mob-inner .mob-nav__link>.link-icon-svg,.menu-mob-cnt .menu-mob-inner ul__link>.link-icon-svg {
+ height: 15px;
+ margin-right: 6px;
+ width: 15px
+}
+
+.menu-mob-cnt .menu-mob-inner .mob-nav__link>.link-icon-svg path,.menu-mob-cnt .menu-mob-inner ul__link>.link-icon-svg path {
+ fill: #fff
+}
+
+.menu-mob-cnt .menu-mob-inner .mob-nav__link.l-wap,.menu-mob-cnt .menu-mob-inner ul__link.l-wap {
+ border: 0
+}
+
+.menu-mob-cnt .menu-mob-inner .ul-login-links-mob {
+ padding-bottom: 20px
+}
+
+.menu-mob-cnt .menu-mob-inner .ul-login-links-mob a {
+ color: #fff
+}
+
+.menu-mob-cnt .menu-mob-inner .ul-login-links-mob .ul-login-link-mob {
+ align-items: center;
+ color: #fff;
+ display: flex;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ justify-content: space-between;
+ letter-spacing: .2px;
+ line-height: 18px;
+ padding: 20px 0;
+ text-decoration: none
+}
+
+.ul-sign-out {
+ font-size: 13px;
+ text-align: center;
+ width: 100%
+}
+
+.mobile-fixed-ad,.search-cnt,.shrinkheader {
+ transition: left .3s ease-in-out
+}
+
+.menu-mob-underlay {
+ -webkit-overflow-scrolling: touch;
+ background-color: rgba(10,27,39,.85);
+ display: block;
+ display: none;
+ height: 100%;
+ overflow: hidden;
+ position: fixed;
+ right: 0;
+ top: 0;
+ width: 100%;
+ z-index: 19000
+}
+
+.mobile-open-menu {
+ overflow: hidden;
+ position: relative
+}
+
+.mobile-open-menu .close-trigger {
+ display: flex
+}
+
+.mobile-open-menu .menu-mob-cnt {
+ box-shadow: 0 0 7px 2px rgba(0,0,0,.22);
+ left: 0;
+ overflow-x: visible
+}
+
+@media(min-width: 992px) {
+ .menu-mob-underlay {
+ display:none!important
+ }
+}
+
+.mw-tooltip {
+ display: inline-block;
+ position: relative
+}
+
+.mw-tooltip .tooltiptext {
+ background-color: #f4f4f4;
+ border: 1px solid #dfdfdf;
+ border-radius: 4px;
+ box-shadow: 0 0 4px 0 rgba(86,86,86,.1);
+ box-sizing: border-box;
+ color: #ae0015;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .625em;
+ font-weight: 700;
+ letter-spacing: .0625em;
+ line-height: 1.285em;
+ padding: 5px 7px;
+ position: absolute;
+ text-align: left;
+ text-indent: 0;
+ visibility: hidden;
+ width: 130px;
+ z-index: 10
+}
+
+.mw-tooltip .tooltiptext:hover {
+ visibility: visible
+}
+
+.mw-tooltip .tooltiptext:before {
+ border: 6px solid transparent;
+ border-right-color: #dfdfdf;
+ content: "";
+ height: 0;
+ left: -13px;
+ position: absolute;
+ top: 11px;
+ width: 0;
+ z-index: 1
+}
+
+.mw-tooltip .tooltiptext:after {
+ border: 7px solid transparent;
+ border-right-color: #f4f4f4;
+ content: "";
+ height: 0;
+ left: -13px;
+ position: absolute;
+ top: 10px;
+ width: 0;
+ z-index: 2
+}
+
+.mw-tooltip:hover .tooltiptext {
+ visibility: visible
+}
+
+.mw-tooltip .arrow-link {
+ font-size: 13px;
+ font-weight: 600;
+ letter-spacing: .7px;
+ line-height: 1.1;
+ text-transform: inherit
+}
+
+.mw-tooltip .arrow-link:after {
+ height: 10px;
+ vertical-align: baseline;
+ width: 10px
+}
+
+.mw-tooltip-arrowbox {
+ display: inline-block;
+ position: relative
+}
+
+.mw-tooltip-arrowbox .arrowbox {
+ background: #fff;
+ border: 2px solid #d4d4d4;
+ border-radius: 4px;
+ box-shadow: 0 0 4px 0 rgba(86,86,86,.4);
+ box-sizing: border-box;
+ color: #3b3e41;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 13px;
+ font-weight: 400;
+ letter-spacing: .025em;
+ position: absolute;
+ visibility: hidden;
+ z-index: 30
+}
+
+.mw-tooltip-arrowbox .arrowbox:after,.mw-tooltip-arrowbox .arrowbox:before {
+ border: solid transparent;
+ bottom: 100%;
+ content: " ";
+ height: 0;
+ left: 50%;
+ pointer-events: none;
+ position: absolute;
+ width: 0
+}
+
+.mw-tooltip-arrowbox .arrowbox:after {
+ border-color: hsla(0,0%,96%,0) hsla(0,0%,96%,0) #f4f4f4;
+ border-width: 4px;
+ margin-left: -4px
+}
+
+.mw-tooltip-arrowbox .arrowbox:before {
+ border-color: hsla(0,0%,83%,0) hsla(0,0%,83%,0) #d4d4d4;
+ border-width: 7px;
+ margin-left: -7px
+}
+
+.mw-tooltip-arrowbox .arrowbox:hover,.mw-tooltip-arrowbox:hover .arrowbox {
+ visibility: visible
+}
+
+#join-mwu .arrowbox {
+ padding: 5px;
+ top: 22px;
+ width: 262px
+}
+
+#join-mwu .arrowbox:after,#join-mwu .arrowbox:before {
+ left: 14px
+}
+
+#join-mwu .arrow-link {
+ font-size: 11px;
+ line-height: 11px
+}
+
+#more-menu .arrowbox {
+ font-size: 11px;
+ left: -20px;
+ letter-spacing: .5px;
+ top: 22px;
+ transition-duration: .3s
+}
+
+#more-menu .arrowbox .menu-link {
+ border: 0;
+ border-bottom: 1px solid #d4d4d4;
+ box-sizing: border-box;
+ color: #265667;
+ display: block;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 11px;
+ letter-spacing: .5px;
+ padding: 7px;
+ text-align: center;
+ white-space: nowrap;
+ width: 100%
+}
+
+#more-menu .arrowbox .menu-link:hover {
+ color: #0f3850;
+ text-decoration: none
+}
+
+#more-menu .arrowbox .menu-link:last-child {
+ border: 0
+}
+
+#more-menu .fa-angle-down {
+ font-size: 15px;
+ position: relative;
+ right: -3px;
+ top: 1px
+}
+
+@media(max-width: 47.9375em) {
+ .mw-tooltip .tooltiptext:before {
+ border:6px solid transparent;
+ border-bottom-color: #dfdfdf;
+ content: "";
+ height: 0;
+ left: 160px;
+ position: absolute;
+ top: -13px;
+ width: 0;
+ z-index: 1
+ }
+
+ .mw-tooltip .tooltiptext:after {
+ border: 7px solid transparent;
+ border-bottom-color: #f4f4f4;
+ content: "";
+ height: 0;
+ left: 159px;
+ position: absolute;
+ top: -12px;
+ width: 0;
+ z-index: 2
+ }
+}
+
+.text-link-accent {
+ color: #265667;
+ margin-left: 5px
+}
+
+.icon-warning {
+ display: inline-flex;
+ height: 24px;
+ vertical-align: top
+}
+
+.ul-button {
+ background-color: #4a7d95;
+ border: none;
+ border-radius: 3px;
+ color: #fff;
+ cursor: pointer;
+ display: inline-block;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ font-weight: 400;
+ font-weight: 700;
+ letter-spacing: .2px;
+ line-height: normal;
+ padding: 9px 18px;
+ position: relative
+}
+
+.ul-button.ul-button-sm {
+ font-size: 16px;
+ padding: 4px 8px
+}
+
+.ul-button.ajaxing {
+ cursor: wait;
+ opacity: .85
+}
+
+.ul-button.ajaxing .ul-loader {
+ display: inline-block
+}
+
+.ul-button.ajaxing .ul-action-text {
+ visibility: hidden
+}
+
+.ul-button:hover {
+ color: #fff;
+ text-decoration: none
+}
+
+.ul-button .ul-action-text {
+ align-items: center;
+ display: inline-flex;
+ line-height: normal
+}
+
+.ul-button .ul-action-text .svg {
+ margin-left: 7px
+}
+
+.ul-button-primary {
+ background-clip: padding-box;
+ background-color: #265667;
+ background-image: linear-gradient(95deg,#265667,#0f3850)
+}
+
+.ul-button-primary .svg .logo,.ul-button-primary .svg .outline {
+ fill: #cbe1ea
+}
+
+.ul-button-primary.hoverable:hover {
+ background-clip: padding-box;
+ background-color: #265667;
+ background-image: linear-gradient(95deg,#0f3850,#0f3850);
+ text-decoration: none;
+ transition: all .3s ease
+}
+
+.ul-button-primary.hoverable:hover .svg .logo,.ul-button-primary.hoverable:hover .svg .outline {
+ fill: #97bece
+}
+
+.ul-button-primary-light {
+ background-clip: padding-box;
+ background-color: #4a7d95;
+ background-image: linear-gradient(95deg,#4a7d95,#225f73)
+}
+
+.ul-button-primary-light .svg .logo,.ul-button-primary-light .svg .outline {
+ fill: #fff
+}
+
+.ul-button-primary-light.hoverable:hover {
+ background-clip: padding-box;
+ background-color: #4a7d95;
+ background-image: linear-gradient(95deg,#225f73,#225f73);
+ text-decoration: none;
+ transition: all .3s ease
+}
+
+.ul-button-primary-light.hoverable:hover .svg .logo,.ul-button-primary-light.hoverable:hover .svg .outline {
+ fill: #97bece
+}
+
+.ul-button-secondary {
+ background-clip: padding-box;
+ background-color: #01891e;
+ background-image: linear-gradient(100deg,#01891e,#016606)
+}
+
+.ul-button-secondary .svg .logo,.ul-button-secondary .svg .outline {
+ fill: #fff
+}
+
+.ul-button-secondary.hoverable:hover {
+ background-clip: padding-box;
+ background-color: #01891e;
+ background-image: linear-gradient(100deg,#016606,#016606);
+ text-decoration: none;
+ transition: all .3s ease
+}
+
+.ul-button-secondary.hoverable:hover .svg .logo,.ul-button-secondary.hoverable:hover .svg .outline {
+ fill: #c2e3c9
+}
+
+.ul-button-danger {
+ background-clip: padding-box;
+ background-color: #c42236;
+ background-image: linear-gradient(100deg,#c42236,#ae0015)
+}
+
+.ul-button-danger .svg .logo,.ul-button-danger .svg .outline {
+ fill: #fff
+}
+
+.ul-button-danger.hoverable:hover {
+ background-clip: padding-box;
+ background-color: #c42236;
+ background-image: linear-gradient(100deg,#ae0015,#ae0015);
+ text-decoration: none;
+ transition: all .3s ease
+}
+
+.ul-button-danger.hoverable:hover .svg .logo,.ul-button-danger.hoverable:hover .svg .outline {
+ fill: #d23f41
+}
+
+.ul-loader {
+ cursor: wait;
+ display: none;
+ height: 20px;
+ left: calc(50% - 10px);
+ position: absolute;
+ top: calc(50% - 10px);
+ width: 20px
+}
+
+.ul-loader:after {
+ -webkit-animation: ul-loader 1.2s linear infinite;
+ animation: ul-loader 1.2s linear infinite;
+ border-color: #fff transparent;
+ border-radius: 50%;
+ border-style: solid;
+ border-width: 2px;
+ content: " ";
+ display: block;
+ height: 20px;
+ width: 20px
+}
+
+@-webkit-keyframes ul-loader {
+ 0% {
+ -webkit-transform: rotate(0deg);
+ transform: rotate(0deg)
+ }
+
+ to {
+ -webkit-transform: rotate(1turn);
+ transform: rotate(1turn)
+ }
+}
+
+@keyframes ul-loader {
+ 0% {
+ -webkit-transform: rotate(0deg);
+ transform: rotate(0deg)
+ }
+
+ to {
+ -webkit-transform: rotate(1turn);
+ transform: rotate(1turn)
+ }
+}
+
+.divider-line {
+ background: #cbe1ea;
+ border: 0;
+ float: left;
+ height: 4px;
+ margin-bottom: 23px;
+ position: relative;
+ width: 100%
+}
+
+.align-self-center {
+ align-self: center
+}
+
+.justify-content-center {
+ justify-content: center
+}
+
+.m-t-0 {
+ margin-top: 0!important
+}
+
+.p-t-0 {
+ padding-top: 0!important
+}
+
+.m-b-0 {
+ margin-bottom: 0!important
+}
+
+.p-b-0 {
+ padding-bottom: 0!important
+}
+
+.m-l-0 {
+ margin-left: 0!important
+}
+
+.p-l-0 {
+ padding-left: 0!important
+}
+
+.m-r-0 {
+ margin-right: 0!important
+}
+
+.p-r-0 {
+ padding-right: 0!important
+}
+
+.m-t-2 {
+ margin-top: 2px!important
+}
+
+.p-t-2 {
+ padding-top: 2px!important
+}
+
+.m-b-2 {
+ margin-bottom: 2px!important
+}
+
+.p-b-2 {
+ padding-bottom: 2px!important
+}
+
+.m-l-2 {
+ margin-left: 2px!important
+}
+
+.p-l-2 {
+ padding-left: 2px!important
+}
+
+.m-r-2 {
+ margin-right: 2px!important
+}
+
+.p-r-2 {
+ padding-right: 2px!important
+}
+
+.m-t-4 {
+ margin-top: 4px!important
+}
+
+.p-t-4 {
+ padding-top: 4px!important
+}
+
+.m-b-4 {
+ margin-bottom: 4px!important
+}
+
+.p-b-4 {
+ padding-bottom: 4px!important
+}
+
+.m-l-4 {
+ margin-left: 4px!important
+}
+
+.p-l-4 {
+ padding-left: 4px!important
+}
+
+.m-r-4 {
+ margin-right: 4px!important
+}
+
+.p-r-4 {
+ padding-right: 4px!important
+}
+
+.m-t-5 {
+ margin-top: 5px!important
+}
+
+.p-t-5 {
+ padding-top: 5px!important
+}
+
+.m-b-5 {
+ margin-bottom: 5px!important
+}
+
+.p-b-5 {
+ padding-bottom: 5px!important
+}
+
+.m-l-5 {
+ margin-left: 5px!important
+}
+
+.p-l-5 {
+ padding-left: 5px!important
+}
+
+.m-r-5 {
+ margin-right: 5px!important
+}
+
+.p-r-5 {
+ padding-right: 5px!important
+}
+
+.m-t-7 {
+ margin-top: 7px!important
+}
+
+.p-t-7 {
+ padding-top: 7px!important
+}
+
+.m-b-7 {
+ margin-bottom: 7px!important
+}
+
+.p-b-7 {
+ padding-bottom: 7px!important
+}
+
+.m-l-7 {
+ margin-left: 7px!important
+}
+
+.p-l-7 {
+ padding-left: 7px!important
+}
+
+.m-r-7 {
+ margin-right: 7px!important
+}
+
+.p-r-7 {
+ padding-right: 7px!important
+}
+
+.m-t-10 {
+ margin-top: 10px!important
+}
+
+.p-t-10 {
+ padding-top: 10px!important
+}
+
+.m-b-10 {
+ margin-bottom: 10px!important
+}
+
+.p-b-10 {
+ padding-bottom: 10px!important
+}
+
+.m-l-10 {
+ margin-left: 10px!important
+}
+
+.p-l-10 {
+ padding-left: 10px!important
+}
+
+.m-r-10 {
+ margin-right: 10px!important
+}
+
+.p-r-10 {
+ padding-right: 10px!important
+}
+
+.m-t-15 {
+ margin-top: 15px!important
+}
+
+.p-t-15 {
+ padding-top: 15px!important
+}
+
+.m-b-15 {
+ margin-bottom: 15px!important
+}
+
+.p-b-15 {
+ padding-bottom: 15px!important
+}
+
+.m-l-15 {
+ margin-left: 15px!important
+}
+
+.p-l-15 {
+ padding-left: 15px!important
+}
+
+.m-r-15 {
+ margin-right: 15px!important
+}
+
+.p-r-15 {
+ padding-right: 15px!important
+}
+
+.m-t-20 {
+ margin-top: 20px!important
+}
+
+.p-t-20 {
+ padding-top: 20px!important
+}
+
+.m-b-20 {
+ margin-bottom: 20px!important
+}
+
+.p-b-20 {
+ padding-bottom: 20px!important
+}
+
+.m-l-20 {
+ margin-left: 20px!important
+}
+
+.p-l-20 {
+ padding-left: 20px!important
+}
+
+.m-r-20 {
+ margin-right: 20px!important
+}
+
+.p-r-20 {
+ padding-right: 20px!important
+}
+
+.m-t-25 {
+ margin-top: 25px!important
+}
+
+.p-t-25 {
+ padding-top: 25px!important
+}
+
+.m-b-25 {
+ margin-bottom: 25px!important
+}
+
+.p-b-25 {
+ padding-bottom: 25px!important
+}
+
+.m-l-25 {
+ margin-left: 25px!important
+}
+
+.p-l-25 {
+ padding-left: 25px!important
+}
+
+.m-r-25 {
+ margin-right: 25px!important
+}
+
+.p-r-25 {
+ padding-right: 25px!important
+}
+
+.m-t-30 {
+ margin-top: 30px!important
+}
+
+.p-t-30 {
+ padding-top: 30px!important
+}
+
+.m-b-30 {
+ margin-bottom: 30px!important
+}
+
+.p-b-30 {
+ padding-bottom: 30px!important
+}
+
+.m-l-30 {
+ margin-left: 30px!important
+}
+
+.p-l-30 {
+ padding-left: 30px!important
+}
+
+.m-r-30 {
+ margin-right: 30px!important
+}
+
+.p-r-30 {
+ padding-right: 30px!important
+}
+
+.m-t-35 {
+ margin-top: 35px!important
+}
+
+.p-t-35 {
+ padding-top: 35px!important
+}
+
+.m-b-35 {
+ margin-bottom: 35px!important
+}
+
+.p-b-35 {
+ padding-bottom: 35px!important
+}
+
+.m-l-35 {
+ margin-left: 35px!important
+}
+
+.p-l-35 {
+ padding-left: 35px!important
+}
+
+.m-r-35 {
+ margin-right: 35px!important
+}
+
+.p-r-35 {
+ padding-right: 35px!important
+}
+
+.m-t-40 {
+ margin-top: 40px!important
+}
+
+.p-t-40 {
+ padding-top: 40px!important
+}
+
+.m-b-40 {
+ margin-bottom: 40px!important
+}
+
+.p-b-40 {
+ padding-bottom: 40px!important
+}
+
+.m-l-40 {
+ margin-left: 40px!important
+}
+
+.p-l-40 {
+ padding-left: 40px!important
+}
+
+.m-r-40 {
+ margin-right: 40px!important
+}
+
+.p-r-40 {
+ padding-right: 40px!important
+}
+
+.m-t-45 {
+ margin-top: 45px!important
+}
+
+.p-t-45 {
+ padding-top: 45px!important
+}
+
+.m-b-45 {
+ margin-bottom: 45px!important
+}
+
+.p-b-45 {
+ padding-bottom: 45px!important
+}
+
+.m-l-45 {
+ margin-left: 45px!important
+}
+
+.p-l-45 {
+ padding-left: 45px!important
+}
+
+.m-r-45 {
+ margin-right: 45px!important
+}
+
+.p-r-45 {
+ padding-right: 45px!important
+}
+
+.m-t-50 {
+ margin-top: 50px!important
+}
+
+.p-t-50 {
+ padding-top: 50px!important
+}
+
+.m-b-50 {
+ margin-bottom: 50px!important
+}
+
+.p-b-50 {
+ padding-bottom: 50px!important
+}
+
+.m-l-50 {
+ margin-left: 50px!important
+}
+
+.p-l-50 {
+ padding-left: 50px!important
+}
+
+.m-r-50 {
+ margin-right: 50px!important
+}
+
+.p-r-50 {
+ padding-right: 50px!important
+}
+
+.m-t-60 {
+ margin-top: 60px!important
+}
+
+.p-t-60 {
+ padding-top: 60px!important
+}
+
+.m-b-60 {
+ margin-bottom: 60px!important
+}
+
+.p-b-60 {
+ padding-bottom: 60px!important
+}
+
+.m-l-60 {
+ margin-left: 60px!important
+}
+
+.p-l-60 {
+ padding-left: 60px!important
+}
+
+.m-r-60 {
+ margin-right: 60px!important
+}
+
+.p-r-60 {
+ padding-right: 60px!important
+}
+
+.m-t-75 {
+ margin-top: 75px!important
+}
+
+.p-t-75 {
+ padding-top: 75px!important
+}
+
+.m-b-75 {
+ margin-bottom: 75px!important
+}
+
+.p-b-75 {
+ padding-bottom: 75px!important
+}
+
+.m-l-75 {
+ margin-left: 75px!important
+}
+
+.p-l-75 {
+ padding-left: 75px!important
+}
+
+.m-r-75 {
+ margin-right: 75px!important
+}
+
+.p-r-75 {
+ padding-right: 75px!important
+}
+
+.m-t-100 {
+ margin-top: 100px!important
+}
+
+.p-t-100 {
+ padding-top: 100px!important
+}
+
+.m-b-100 {
+ margin-bottom: 100px!important
+}
+
+.p-b-100 {
+ padding-bottom: 100px!important
+}
+
+.m-l-100 {
+ margin-left: 100px!important
+}
+
+.p-l-100 {
+ padding-left: 100px!important
+}
+
+.m-r-100 {
+ margin-right: 100px!important
+}
+
+.p-r-100 {
+ padding-right: 100px!important
+}
+
+.ul-login-links {
+ visibility: hidden;
+ z-index: 21
+}
+
+.ul-login-links .ul-links-header,.ul-login-links .ul-username-mob {
+ color: #fff;
+ font-family: Playfair Display,serif;
+ font-size: 34px;
+ font-weight: 700;
+ letter-spacing: .8px;
+ line-height: 36px;
+ text-decoration: none
+}
+
+.ul-login-links .ul-links-header a,.ul-login-links .ul-username-mob a {
+ background-image: linear-gradient(90deg,#97bece 100%,transparent 0);
+ background-position: 0 1.15em;
+ background-repeat: repeat-x;
+ background-size: 3px 1px;
+ color: #fff;
+ text-decoration: none
+}
+
+.ul-login-links .ul-links-header a:hover,.ul-login-links .ul-username-mob a:hover {
+ background-image: linear-gradient(90deg,#97bece 100%,transparent 0);
+ color: #97bece;
+ cursor: pointer;
+ text-decoration: none
+}
+
+.ul-login-links .ul-username-mob {
+ word-wrap: break-word;
+ display: inline;
+ text-transform: inherit
+}
+
+.ul-username {
+ border-right: 0;
+ color: #fff;
+ display: inline-block;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 12px;
+ font-weight: 400;
+ font-weight: 700;
+ letter-spacing: .3px;
+ line-height: 17px;
+ text-transform: uppercase
+}
+
+.ul-username:hover {
+ color: #97bece;
+ text-decoration: none
+}
+
+.nav-username {
+ display: none
+}
+
+.user-logged-in .nav-username {
+ display: block
+}
+
+.user-logged-state .ul-login-links {
+ visibility: visible
+}
+
+.on-user-logged-in,.ul-logged-in-show {
+ display: none!important
+}
+
+.user-logged-in .on-user-logged-in {
+ display: inline-block!important
+}
+
+.ul-logged-out-show .on-user-logged-in,.user-logged-in .on-user-logged-out,.user-logged-in .ul-logged-out-show {
+ display: none!important
+}
+
+.user-logged-in .ul-logged-in-show {
+ display: block!important
+}
+
+.ul-sign-out {
+ cursor: pointer
+}
+
+#ul-header-view-recents {
+ color: #fff;
+ color: #e7f0f4;
+ display: none;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 12px;
+ font-weight: 400;
+ letter-spacing: .3px;
+ letter-spacing: .1px;
+ line-height: 17px;
+ line-height: 20px;
+ position: absolute;
+ right: 0;
+ text-decoration: none;
+ top: 4px
+}
+
+#ul-header-view-recents:hover {
+ color: #97bece;
+ text-decoration: none
+}
+
+#ul-header-view-recents .g-recents-icon {
+ height: 18px;
+ margin-right: 10px;
+ width: 18px
+}
+
+#ul-header-view-recents .a-text {
+ background-image: linear-gradient(90deg,#97bece 100%,transparent 0);
+ background-position: 0 1.4em;
+ background-repeat: repeat-x;
+ background-size: 3px 1px;
+ text-decoration: none
+}
+
+.ul-account-icon,.ul-recents-icon,.ul-word-list-icon {
+ display: inline-block;
+ height: 16px;
+ margin-right: 14px;
+ vertical-align: bottom;
+ width: 12px
+}
+
+.ul-login-links-mob {
+ padding-bottom: 30px
+}
+
+@media(min-width: 992px) {
+ .user-logged-state .ul-login-links {
+ align-items:center;
+ display: flex;
+ height: 100%;
+ justify-content: flex-end
+ }
+
+ .user-logged-in #ul-header-view-recents {
+ align-items: center;
+ display: flex
+ }
+
+ .ul-login-links {
+ padding: 0
+ }
+
+ .ul-login-links a {
+ border-right: 1px solid #5890b0;
+ color: #fff;
+ cursor: pointer;
+ display: flex;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 12px;
+ font-weight: 400;
+ font-weight: 700;
+ letter-spacing: .3px;
+ line-height: 17px;
+ padding: 0 6px;
+ text-decoration: none
+ }
+
+ .ul-login-links a:hover {
+ color: #97bece;
+ text-decoration: none
+ }
+
+ .ul-login-links .ul-up-down {
+ height: 8px;
+ margin-left: 7px;
+ width: 12px
+ }
+
+ .ul-login-links .ul-favorites,.ul-login-links .ul-recents {
+ align-items: center;
+ display: flex;
+ font-weight: 400;
+ height: 100%
+ }
+
+ .ul-login-links .ul-favorites {
+ border: 0
+ }
+
+ .ul-login-links .ul-favorites .ul-word-list-icon {
+ margin-right: 10px
+ }
+
+ .ul-logged-in-menu {
+ align-items: center;
+ box-sizing: border-box;
+ cursor: pointer;
+ display: flex;
+ height: 100%;
+ position: relative;
+ z-index: 2
+ }
+
+ .ul-logged-in-menu .ul-loggedin-links {
+ background-color: #0f3850;
+ border-top: 1px solid #225f73;
+ display: none;
+ left: auto;
+ min-width: 92px;
+ padding: 5px;
+ position: absolute;
+ right: 0;
+ top: 33px;
+ width: 100%
+ }
+
+ .ul-logged-in-menu .ul-loggedin-links a {
+ border: 0;
+ display: block;
+ font-weight: 400;
+ padding: 4px 0;
+ text-align: center;
+ text-transform: uppercase
+ }
+
+ .ul-logged-in-menu:hover {
+ background-color: #0f3850
+ }
+
+ .ul-logged-in-menu:hover a {
+ border-color: #0f3850
+ }
+
+ .ul-logged-in-menu:hover .ul-up-down svg {
+ opacity: .8;
+ -webkit-transform: rotate(-180deg);
+ transform: rotate(-180deg)
+ }
+
+ .ul-logged-in-menu:hover .ul-loggedin-links {
+ display: block
+ }
+
+ .user-logged-in .ul-logged-in-menu {
+ display: flex!important
+ }
+
+ .ul-username {
+ max-width: 85px;
+ overflow: hidden;
+ text-overflow: ellipsis
+ }
+}
+
+@media(min-width: 1200px) {
+ .link-bar-l a,.ul-login-links a {
+ padding:0 15px
+ }
+
+ .ul-username {
+ max-width: inherit
+ }
+}
+
+.link-bar-r .ul-login-links .ul-recents-icon {
+ margin-right: 0;
+ vertical-align: middle;
+ width: auto
+}
+
+.link-bar-r .ul-login-links .ul-recents-icon svg {
+ height: 14px;
+ width: 14px
+}
+
+.link-bar-r .ul-login-links li a.ul-link-settings {
+ border-right: 0;
+ padding-left: 15px
+}
+
+.link-bar-r .ul-login-links li .ul-loggedin-links a.ul-favorites svg {
+ margin-right: 0
+}
+
+#ul-welcome.ul-modal {
+ -webkit-overflow-scrolling: touch;
+ background-color: hsla(0,0%,100%,.9);
+ display: none;
+ height: 100%;
+ left: 0;
+ overflow: auto;
+ padding: 0 20px;
+ position: fixed;
+ top: 0;
+ width: 100%;
+ z-index: 999
+}
+
+#ul-welcome.ul-modal .ul-modal-content {
+ -webkit-animation: fadeIn .3s;
+ animation: fadeIn .3s;
+ background-color: #0f3850;
+ border-radius: 10px;
+ box-shadow: 0 1px 5px 1px rgba(0,0,0,.15);
+ box-sizing: border-box;
+ margin: 80px auto
+}
+
+@media(min-width: 375px) {
+ #ul-welcome.ul-modal .ul-modal-content {
+ max-width:375px
+ }
+}
+
+@media(min-width: 576px) {
+ #ul-welcome.ul-modal .ul-modal-content {
+ max-width:500px
+ }
+}
+
+@media(min-width: 768px) {
+ #ul-welcome.ul-modal .ul-modal-content {
+ max-width:690px
+ }
+}
+
+@media(min-width: 992px) {
+ #ul-welcome.ul-modal .ul-modal-content {
+ max-width:920px
+ }
+}
+
+#ul-welcome.ul-modal .ul-modal-content-inner {
+ padding: 50px 15px
+}
+
+@media(min-width: 768px) {
+ #ul-welcome.ul-modal .ul-modal-content-inner {
+ padding:50px 60px
+ }
+}
+
+@media(min-width: 992px) {
+ #ul-welcome.ul-modal .ul-modal-content-inner {
+ padding:50px 90px
+ }
+}
+
+#ul-welcome.ul-modal .ul-modal-close-btn {
+ position: relative
+}
+
+#ul-welcome.ul-modal .ul-modal-close {
+ color: #fff;
+ cursor: pointer;
+ font-size: 40px;
+ position: absolute;
+ right: 25px;
+ top: 15px;
+ transition: .2s;
+ z-index: 1000
+}
+
+#ul-welcome.ul-modal .ul-modal-close:hover {
+ color: #97bece
+}
+
+#ul-welcome.ul-modal .ul-sub-header {
+ color: #fff;
+ font-family: Playfair Display,serif;
+ font-size: 48px;
+ font-weight: 700;
+ letter-spacing: 1.2px;
+ line-height: 50px;
+ text-align: center
+}
+
+#ul-welcome.ul-modal .ul-icon-list {
+ margin-top: 30px
+}
+
+#ul-welcome.ul-modal .ul-icon-list li {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: center;
+ padding: 20px 0
+}
+
+@media(min-width: 768px) {
+ #ul-welcome.ul-modal .ul-icon-list li {
+ flex-wrap:nowrap;
+ justify-content: left
+ }
+}
+
+#ul-welcome.ul-modal .ul-icon-list .ul-icon {
+ flex: 0 0 109px
+}
+
+@media(min-width: 768px) {
+ #ul-welcome.ul-modal .ul-icon-list .ul-icon {
+ flex:0 0 139px
+ }
+}
+
+#ul-welcome.ul-modal .ul-icon-header {
+ color: #fff;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 22px;
+ font-weight: 700;
+ letter-spacing: .3px;
+ line-height: 26px;
+ margin-bottom: 10px
+}
+
+#ul-welcome.ul-modal .ul-icon-msg {
+ font-size: 15px;
+ margin: 0
+}
+
+@media(max-width: 767px) {
+ #ul-welcome.ul-modal .ul-icon-msg {
+ margin-top:15px;
+ text-align: center
+ }
+}
+
+#ul-welcome.ul-modal .ul-profile-link {
+ margin-bottom: 30px;
+ margin-top: 20px;
+ text-align: center
+}
+
+#ul-welcome.ul-modal p {
+ color: #fff;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ letter-spacing: .2px;
+ line-height: 22px
+}
+
+.ul-modal-open {
+ overflow: hidden
+}
+
+#ul-flagged.ul-modal {
+ -webkit-overflow-scrolling: touch;
+ background-color: hsla(0,0%,100%,.9);
+ display: none;
+ height: 100%;
+ left: 0;
+ overflow: auto;
+ padding: 0 20px;
+ position: fixed;
+ top: 0;
+ width: 100%;
+ z-index: 999
+}
+
+#ul-flagged.ul-modal .ul-modal-content {
+ -webkit-animation: fadeIn .3s;
+ animation: fadeIn .3s;
+ background-color: #0f3850;
+ border-radius: 10px;
+ box-shadow: 0 1px 5px 1px rgba(0,0,0,.15);
+ box-sizing: border-box;
+ margin: 80px auto
+}
+
+@media(min-width: 375px) {
+ #ul-flagged.ul-modal .ul-modal-content {
+ max-width:375px
+ }
+}
+
+@media(min-width: 576px) {
+ #ul-flagged.ul-modal .ul-modal-content {
+ max-width:500px
+ }
+}
+
+@media(min-width: 768px) {
+ #ul-flagged.ul-modal .ul-modal-content {
+ max-width:690px
+ }
+}
+
+@media(min-width: 992px) {
+ #ul-flagged.ul-modal .ul-modal-content {
+ max-width:920px
+ }
+}
+
+#ul-flagged.ul-modal .ul-modal-content-inner {
+ padding: 50px 15px
+}
+
+@media(min-width: 768px) {
+ #ul-flagged.ul-modal .ul-modal-content-inner {
+ padding:50px 60px
+ }
+}
+
+@media(min-width: 992px) {
+ #ul-flagged.ul-modal .ul-modal-content-inner {
+ padding:50px 90px
+ }
+}
+
+#ul-flagged.ul-modal .ul-modal-close-btn {
+ position: relative
+}
+
+#ul-flagged.ul-modal .ul-modal-close {
+ color: #fff;
+ cursor: pointer;
+ font-size: 40px;
+ position: absolute;
+ right: 25px;
+ top: 15px;
+ transition: .2s;
+ z-index: 1000
+}
+
+#ul-flagged.ul-modal .ul-modal-close:hover {
+ color: #97bece
+}
+
+#ul-flagged.ul-modal .ul-sub-header {
+ color: #fff;
+ font-family: Playfair Display,serif;
+ font-size: 34px;
+ font-weight: 700;
+ letter-spacing: 1.2px;
+ line-height: 50px;
+ text-align: center
+}
+
+#ul-flagged.ul-modal .ul-label-text {
+ margin-top: 30px
+}
+
+#ul-flagged.ul-modal .ul-link {
+ color: #fff;
+ text-decoration: underline
+}
+
+#ul-flagged.ul-modal p {
+ color: #fff;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ letter-spacing: .2px;
+ line-height: 22px
+}
+
+.follow-us p,.footer-dictionaries p {
+ color: #cbe1ea;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .6875em;
+ font-weight: 700;
+ letter-spacing: .1875em;
+ line-height: .1875;
+ margin-bottom: 1em
+}
+
+.global-footer {
+ background: #525a5b;
+ width: 100%
+}
+
+.global-footer .footer-foot-content,.global-footer .footer-mast {
+ margin: 0 auto;
+ max-width: 1136px;
+ padding-bottom: 3rem;
+ width: 100%
+}
+
+@media(min-width: 768px) {
+ .global-footer .footer-foot-content,.global-footer .footer-mast {
+ padding-bottom:6rem
+ }
+}
+
+.global-footer .footer-mast {
+ padding-bottom: 2.625em
+}
+
+.global-footer .copyright {
+ clear: left;
+ color: #c6c6c6;
+ display: block;
+ float: none;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .8125em;
+ letter-spacing: .03em;
+ line-height: 1.375em;
+ margin-bottom: 1em;
+ text-align: center;
+ width: 100%
+}
+
+.global-footer .footer-copy {
+ margin-bottom: 1em;
+ padding: 0 .8em;
+ text-align: center
+}
+
+.global-footer .footer-copy p {
+ color: #97bece;
+ display: block;
+ float: none;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .8125em;
+ letter-spacing: .03em;
+ line-height: 1.375em
+}
+
+.global-footer .lazyload .footer-logo,.global-footer .lazyload {
+ background-image: none!important
+}
+
+.global-footer a {
+ text-decoration: none
+}
+
+.footer-mast .mw-logo-section {
+ display: block;
+ float: left;
+ margin-left: .9375em;
+ width: 15%
+}
+
+.footer-mast .mw-logo-section .footer-logo {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/logos/MWLogo-BW.png);
+ background-position: 0 0;
+ background-repeat: no-repeat;
+ color: #fff;
+ direction: ltr;
+ display: block;
+ height: 132px;
+ margin-top: 4.625em;
+ text-indent: -9999px;
+ width: 132px
+}
+
+.footer-mast .footer-mast-content {
+ float: left;
+ margin-right: .9375em;
+ width: 80%
+}
+
+.footer-dictionaries {
+ float: left;
+ width: 65%
+}
+
+.follow-us {
+ float: right
+}
+
+.follow-us ul {
+ height: 60px;
+ width: 100%
+}
+
+.follow-us ul li {
+ float: left;
+ height: 60px;
+ margin-left: .25em;
+ margin-right: .5em;
+ width: 60px
+}
+
+.follow-us ul li :last-child {
+ margin-right: 0
+}
+
+.follow-us .social-link {
+ /* background-position: 0 0; */
+ /* background-repeat: no-repeat; */
+ /* background-size: contain; */
+ /* color: #cfe0e8; */
+ direction: ltr;
+ display: block;
+ height: 60px;
+ text-indent: -9999px;
+ width: 59px
+}
+
+.follow-us .social-fb {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/definitions/fb-footer-icon.png)
+}
+
+.follow-us .social-tw {
+ background-image: url(https://cdn-icons-png.flaticon.com/512/3669/3669691.png)
+}
+
+.follow-us .social-play {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/definitions/gplay-footer-icon.png)
+}
+
+.follow-us .social-ig {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/definitions/ig-footer-icon.png)
+}
+
+.follow-us .social-fb:hover {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/definitions/fb-footer-icon-hover.png)
+}
+
+.follow-us .social-tw:hover {
+ background-image: url(https://cdn-icons-png.flaticon.com/512/3669/3669691.png)
+}
+
+.follow-us .social-play:hover {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/definitions/gplay-footer-icon-hover.png)
+}
+
+.follow-us .social-ig:hover {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/definitions/ig-footer-icon-hover.png)
+}
+
+div.cafemedia-footer-foot {
+ padding-bottom: 30px
+}
+
+@media(min-width: 768px) {
+ div.cafemedia-footer-foot {
+ padding-bottom:100px
+ }
+}
+
+.footer-foot {
+ background-color: #303336;
+ min-height: 105px
+}
+
+.footer-foot .footer-menu {
+ letter-spacing: .0312em;
+ line-height: 1.375em;
+ margin: 1em auto;
+ max-width: 1004px;
+ min-height: 23px;
+ text-align: center
+}
+
+.footer-foot .footer-menu li {
+ display: inline-block;
+ float: none
+}
+
+.other-dictionaries ul {
+ float: left;
+ margin-bottom: 2.625em;
+ margin-right: 3.07em
+}
+
+.other-dictionaries ul a {
+ color: #fff;
+ font-size: 16px;
+ font-weight: 400;
+ letter-spacing: .125em;
+ line-height: 22px
+}
+
+.footer-menu a,.other-dictionaries ul a {
+ font-family: Open Sans,Helvetica,Arial,sans-serif
+}
+
+.footer-menu a {
+ color: #cbe1ea;
+ font-size: 15px;
+ margin: 0 .0625em .1875em 0;
+ padding: .1875em .25em 0
+}
+
+.footer-menu a .rborder {
+ border-right: 1px solid #54636d;
+ display: inline-block;
+ height: 11px;
+ margin-left: .375em;
+ vertical-align: middle
+}
+
+.footer-menu.browse-dictionary a {
+ text-transform: uppercase
+}
+
+.footer-menu.browse-dictionary li:first-child a {
+ text-transform: none
+}
+
+.footer-menu.last a {
+ border-right: 0;
+ margin-right: 0
+}
+
+a.anchor {
+ display: block;
+ position: relative;
+ top: -100px;
+ visibility: hidden
+}
+
+@media(max-width: 46em) {
+ a.anchor {
+ top:-40px
+ }
+}
+
+@media(max-width: 69em) {
+ .footer-mast .mw-logo-section {
+ margin:0;
+ position: absolute;
+ width: auto
+ }
+
+ .footer-mast .mw-logo-section .footer-logo {
+ background-size: contain;
+ height: 5.8125em;
+ margin-left: 1.35em;
+ margin-top: 1.15em;
+ width: 5.8125em
+ }
+
+ .footer-mast .footer-mast-content {
+ float: none;
+ margin: auto .9375em;
+ width: auto
+ }
+
+ .footer-foot {
+ padding: 0 15px
+ }
+
+ .footer-dictionaries {
+ margin-left: .5em;
+ position: relative
+ }
+
+ .footer-dictionaries ul {
+ margin-right: 0;
+ width: 50%
+ }
+}
+
+@media(max-width: 59.375em) {
+ .footer-dictionaries {
+ float:none;
+ text-align: center;
+ width: auto
+ }
+
+ .footer-dictionaries .other-dictionaries {
+ margin-bottom: 1.8em
+ }
+
+ .footer-dictionaries .other-dictionaries ul li {
+ padding-bottom: 10px
+ }
+
+ .footer-dictionaries .other-dictionaries ul a {
+ font-weight: 400;
+ letter-spacing: .0909em
+ }
+
+ .footer-dictionaries ul {
+ float: none;
+ margin-bottom: 0;
+ width: auto
+ }
+
+ .follow-us {
+ float: none;
+ margin-left: 0;
+ text-align: center;
+ width: auto
+ }
+
+ .follow-us .follow-links {
+ margin: 0;
+ text-align: center;
+ width: 100%
+ }
+
+ .follow-us .follow-links ul {
+ margin: 0 auto;
+ padding: 0;
+ text-align: center;
+ width: 17.25em
+ }
+
+ .follow-us .follow-links ul li:first-child {
+ margin-left: 0
+ }
+
+ .follow-us .follow-links ul li:last-child {
+ margin-right: 0
+ }
+
+ .follow-us p,.footer-dictionaries p {
+ font-size: .6875em;
+ letter-spacing: .272em;
+ line-height: 1.6363;
+ margin: 0 auto 1.2em;
+ white-space: normal
+ }
+}
+
+@media(max-width: 46em) {
+ .footer-mast .mw-logo-section .footer-logo {
+ height:6.25em;
+ margin-left: 1em;
+ margin-top: .6875em;
+ width: 6.25em
+ }
+
+ .global-footer {
+ height: auto
+ }
+
+ .footer-foot .footer-menu {
+ text-align: center
+ }
+
+ .footer-foot .footer-menu li {
+ display: inline-block;
+ float: none
+ }
+}
+
+.footer-subscribe-block {
+ border-bottom: 1px solid #939393;
+ box-sizing: content-box;
+ clear: both;
+ float: none;
+ margin-bottom: 1.5625em;
+ margin-top: 2.8125em;
+ padding-bottom: 1.5625em;
+ width: 100%
+}
+
+.footer-subscribe-block .footer-subscribe-msg {
+ float: left;
+ max-width: 270px
+}
+
+.footer-subscribe-block .footer-subscribe-msg p {
+ color: #fff;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 16px;
+ font-weight: 700;
+ letter-spacing: .03em;
+ line-height: 1.5em
+}
+
+.footer-subscribe-block .footer-subscribe {
+ margin-left: 16.6em;
+ margin-right: 9em
+}
+
+.footer-subscribe-block .footer-subscribe .footer-subscribe-field {
+ background: hsla(0,0%,100%,.2);
+ border: 0;
+ border-radius: 4px;
+ box-sizing: content-box;
+ color: #fff;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.125em;
+ font-weight: 400;
+ height: 1em;
+ letter-spacing: .07em;
+ margin-right: -14em;
+ max-width: none;
+ padding: .888em .875em;
+ text-overflow: ellipsis;
+ vertical-align: middle;
+ width: 100%
+}
+
+.footer-subscribe-block .footer-subscribe .footer-subscribe-field::-webkit-input-placeholder {
+ color: #fff
+}
+
+.footer-subscribe-block .footer-subscribe .footer-subscribe-field:-moz-placeholder,.footer-subscribe-block .footer-subscribe .footer-subscribe-field::-moz-placeholder {
+ color: #fff
+}
+
+.footer-subscribe-block .footer-subscribe .footer-subscribe-field:-ms-input-placeholder {
+ color: #fff
+}
+
+.footer-subscribe-block .footer-subscribe .footer-subscribe-button {
+ background: #ae0015;
+ border: 0;
+ border-radius: 6px;
+ color: #fff;
+ float: right;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 700;
+ height: 3.787em;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ margin-right: -11.9166em;
+ padding: .1875em .85em
+}
+
+.footer-subscribe-block .footer-subscribe .footer-subscribe-button:hover {
+ background: #c42236
+}
+
+@media(max-width: 46em) {
+ .footer-subscribe-block {
+ height:auto;
+ margin-top: 1.4em;
+ padding-bottom: .9em;
+ padding-left: 0
+ }
+
+ .footer-subscribe-block .footer-subscribe-msg {
+ height: 6.5em;
+ margin-right: 0;
+ max-width: 100%;
+ padding-left: 6.76em
+ }
+
+ .footer-subscribe-block .footer-subscribe-msg p {
+ align-items: center;
+ display: flex;
+ font-size: 1.125em;
+ font-weight: 700;
+ height: 76px;
+ letter-spacing: .05em;
+ line-height: 1.3;
+ padding-top: .15em;
+ white-space: normal
+ }
+
+ .footer-subscribe-block .footer-subscribe {
+ clear: both;
+ margin-left: 0;
+ margin-right: 3.75em
+ }
+
+ .footer-subscribe-block .footer-subscribe .footer-subscribe-field {
+ box-sizing: border-box;
+ font-size: 1em;
+ font-weight: 400;
+ height: 3.125em;
+ letter-spacing: .1464em;
+ max-width: none
+ }
+
+ .footer-subscribe-block .footer-subscribe .footer-subscribe-field::-webkit-input-placeholder {
+ font-size: 1em;
+ font-weight: 400;
+ letter-spacing: .1464em
+ }
+
+ .footer-subscribe-block .footer-subscribe .footer-subscribe-field:-moz-placeholder,.footer-subscribe-block .footer-subscribe .footer-subscribe-field::-moz-placeholder {
+ font-size: 1em;
+ font-weight: 400;
+ letter-spacing: .1464em
+ }
+
+ .footer-subscribe-block .footer-subscribe .footer-subscribe-field:-ms-input-placeholder {
+ font-size: 1em;
+ font-weight: 400;
+ letter-spacing: .1464em
+ }
+
+ .footer-subscribe-block .footer-subscribe .footer-subscribe-button {
+ box-sizing: border-box;
+ display: none;
+ font-size: 1em;
+ height: 3.125em;
+ margin-right: -3.75em;
+ width: 3.125em
+ }
+
+ .footer-subscribe-block .footer-subscribe .footer-subscribe-button.arrow {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/carrot@2x.png) 50%/22% no-repeat #ae0015;
+ display: block!important;
+ text-indent: -999px
+ }
+}
+
+@media(max-width: 69em) {
+ .footer-subscribe-block {
+ height:3.5em;
+ max-width: none;
+ padding-left: 7em;
+ width: auto
+ }
+
+ .footer-subscribe-msg {
+ margin-right: 0
+ }
+
+ .footer-subscribe-msg p {
+ font-size: 1.1em;
+ letter-spacing: .0555em;
+ line-height: 1.222
+ }
+}
+
+@media(max-width: 46em) {
+ .footer-subscribe-block {
+ height:auto;
+ margin-top: 1.4em;
+ padding-bottom: .9em;
+ padding-left: 0
+ }
+
+ .footer-subscribe-block .footer-subscribe-msg {
+ height: 6.5em;
+ margin-right: 0;
+ max-width: 100%;
+ padding-left: 6.76em
+ }
+
+ .footer-subscribe-block .footer-subscribe-msg p {
+ align-items: center;
+ display: flex;
+ font-size: 1.125em;
+ font-weight: 700;
+ height: 76px;
+ letter-spacing: .05em;
+ line-height: 1.3;
+ padding-top: .15em;
+ white-space: normal
+ }
+
+ .footer-subscribe-block .footer-subscribe {
+ clear: both;
+ margin-left: 0;
+ margin-right: 3.75em
+ }
+
+ .footer-subscribe-block .footer-subscribe .footer-subscribe-field {
+ font-size: 1em;
+ font-weight: 400;
+ height: 3.125em;
+ letter-spacing: .1464em;
+ max-width: none
+ }
+
+ .footer-subscribe-block .footer-subscribe .footer-subscribe-field::-webkit-input-placeholder {
+ font-size: 1em;
+ font-weight: 400;
+ letter-spacing: .1464em
+ }
+
+ .footer-subscribe-block .footer-subscribe .footer-subscribe-field:-moz-placeholder,.footer-subscribe-block .footer-subscribe .footer-subscribe-field::-moz-placeholder {
+ font-size: 1em;
+ font-weight: 400;
+ letter-spacing: .1464em
+ }
+
+ .footer-subscribe-block .footer-subscribe .footer-subscribe-field:-ms-input-placeholder {
+ font-size: 1em;
+ font-weight: 400;
+ letter-spacing: .1464em
+ }
+
+ .footer-subscribe-block .footer-subscribe .footer-subscribe-button {
+ box-sizing: border-box;
+ display: none;
+ font-size: 1em;
+ height: 3.125em;
+ margin-right: -3.75em;
+ width: 3.125em
+ }
+
+ .footer-subscribe-block .footer-subscribe .footer-subscribe-button.arrow {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/carrot@2x.png) 50%/22% no-repeat #ae0015;
+ display: block!important;
+ text-indent: -999px
+ }
+}
+
+.js-wod-subscribe-frm.subscribed {
+ position: relative
+}
+
+.js-wod-subscribe-frm.subscribed input {
+ visibility: hidden
+}
+
+.js-wod-subscribe-frm .subscribed-msg {
+ align-items: center;
+ display: flex;
+ font-weight: 700;
+ justify-content: center;
+ margin-right: 0!important;
+ margin-top: 10px;
+ position: absolute;
+ top: 0;
+ width: 272px
+}
+
+.js-wod-subscribe-frm.footer-subscribe .subscribed-msg {
+ color: #fff
+}
+
+.js-wod-subscribe-frm.footer-subscribe-def.subscribed .footer-subscribe-button-def {
+ visibility: hidden
+}
+
+.js-wod-subscribe-frm.footer-subscribe-def.subscribed p.subscribed-msg {
+ justify-content: start;
+ margin-left: 17px;
+ margin-top: -2px
+}
+
+.word-of-day-subscribe-block .subscribed {
+ width: 100%
+}
+
+.busy1 {
+ cursor: progress!important;
+ opacity: .5
+}
+
+#subscribe-overlay {
+ display: none;
+ height: 100%;
+ left: 0;
+ position: fixed;
+ top: 0;
+ width: 100%;
+ z-index: 9999999
+}
+
+#subscribe-overlay .underlay {
+ background-color: #9b9b9b;
+ cursor: pointer;
+ height: 100%;
+ left: 0;
+ opacity: .6;
+ position: absolute;
+ top: 0;
+ width: 100%
+}
+
+#subscribe-overlay .subscribe-modal {
+ -webkit-animation: fadeIn .3s;
+ animation: fadeIn .3s;
+ background-color: #fff;
+ bottom: 0;
+ height: 483px;
+ left: 0;
+ margin: auto;
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 700px;
+ z-index: 1
+}
+
+#subscribe-overlay .subscribe-modal .overlay-close {
+ color: #ae0015;
+ cursor: pointer;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 35px;
+ font-weight: 400;
+ line-height: 1.2;
+ position: absolute;
+ right: 15px;
+ text-decoration: none;
+ top: 0;
+ z-index: 10
+}
+
+#subscribe-overlay .subscribe-modal .overlay-close-link {
+ border-bottom: 1px solid #dadada;
+ color: #9b9b9b;
+ cursor: pointer;
+ display: inline-block;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 14px;
+ letter-spacing: 0;
+ margin-top: 20px;
+ text-align: center
+}
+
+#subscribe-overlay .subscribe-modal .overlay-box {
+ background-color: #fff;
+ box-shadow: 0 0 4px 0 rgba(0,0,0,.25);
+ display: flex;
+ height: 100%;
+ overflow: hidden;
+ width: 100%
+}
+
+#subscribe-overlay .subscribe-modal .overlay-left {
+ background-image: linear-gradient(211deg,#f7eee7,#ded6d7);
+ box-sizing: border-box;
+ flex-basis: 400px;
+ flex-grow: 0;
+ flex-shrink: 1;
+ overflow: hidden;
+ padding: 8px;
+ position: relative
+}
+
+#subscribe-overlay .subscribe-modal .overlay-right {
+ flex-basis: 300px;
+ flex-grow: 0;
+ flex-shrink: 1;
+ overflow: hidden
+}
+
+#subscribe-overlay .subscribe-modal .overlay-image {
+ align-items: flex-end;
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/newsletter/subscribe-overlay-cat-reduced.jpg);
+ background-repeat: no-repeat;
+ background-size: cover;
+ display: flex;
+ height: 100%;
+ width: 100%
+}
+
+#subscribe-overlay .subscribe-modal .overlay-image-spacing {
+ border: 1px solid #fff;
+ box-sizing: border-box;
+ height: 100%;
+ padding: 8px;
+ width: 100%
+}
+
+#subscribe-overlay .subscribe-modal .overlay-subscribe b {
+ display: inline-block
+}
+
+#subscribe-overlay .subscribe-modal .word-wrapper {
+ color: #fff;
+ display: none;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 20px;
+ letter-spacing: 2px;
+ line-height: 1.5;
+ text-align: center;
+ width: 100%
+}
+
+#subscribe-overlay .subscribe-modal .word {
+ color: #f9f9f9;
+ font-family: Playfair Display,serif;
+ font-size: 80px;
+ font-weight: 400;
+ letter-spacing: 1.3px;
+ line-height: 1;
+ text-align: center
+}
+
+#subscribe-overlay .subscribe-modal .def {
+ box-sizing: border-box;
+ color: #fff;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 23px;
+ letter-spacing: .5px;
+ line-height: 1;
+ padding: 10px 40px 20px;
+ text-align: center
+}
+
+#subscribe-overlay .subscribe-modal .pr-syl .pr {
+ margin-right: 5px
+}
+
+#subscribe-overlay .subscribe-modal .pr-syl .syl {
+ margin-left: 5px
+}
+
+#subscribe-overlay .subscribe-modal .overlay-form {
+ padding: 0 20px;
+ position: relative;
+ top: 60px
+}
+
+#subscribe-overlay .subscribe-modal .overlay-form,#subscribe-overlay .subscribe-modal p {
+ color: #3b3e41;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 22px;
+ letter-spacing: .7px;
+ line-height: 1.36;
+ text-align: center
+}
+
+#subscribe-overlay .subscribe-modal p {
+ margin-bottom: 30px
+}
+
+#subscribe-overlay .subscribe-modal .subscribe-box {
+ margin-top: 45px;
+ width: 100%
+}
+
+#subscribe-overlay .subscribe-modal .subcribe-email {
+ background-color: #fff;
+ border: 1px solid #dadada;
+ border-radius: 4px;
+ box-sizing: border-box;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 16px;
+ font-weight: 400;
+ margin-bottom: 8px;
+ padding: 11px;
+ text-align: center;
+ width: 100%
+}
+
+#subscribe-overlay .subscribe-modal .subcribe-email::-webkit-input-placeholder {
+ color: #9b9b9b
+}
+
+#subscribe-overlay .subscribe-modal .subcribe-email:-moz-placeholder,#subscribe-overlay .subscribe-modal .subcribe-email::-moz-placeholder {
+ color: #9b9b9b
+}
+
+#subscribe-overlay .subscribe-modal .subcribe-email:-ms-input-placeholder {
+ color: #9b9b9b
+}
+
+#subscribe-overlay .subscribe-modal .subscribe-btn {
+ background-color: #ae0015;
+ border: 0;
+ border-radius: 6px;
+ box-sizing: border-box;
+ color: #fff;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 13px;
+ font-weight: 600;
+ height: 40px;
+ letter-spacing: 1.9px;
+ text-align: center;
+ text-transform: uppercase;
+ width: 100%
+}
+
+#subscribe-overlay .subscribe-modal .sub-msg {
+ display: none
+}
+
+#subscribe-overlay .subscribe-modal .success-message p {
+ font-size: 16px;
+ margin-bottom: 15px
+}
+
+#subscribe-overlay .subscribe-modal .resent-confirmation-message b {
+ font-size: 16px
+}
+
+#subscribe-overlay .subscribe-modal .resent-confirmation-message p {
+ font-size: 14px;
+ margin-bottom: 15px
+}
+
+@media(max-width: 47.9375em) {
+ #subscribe-overlay {
+ display:none!important
+ }
+}
+
+.wgt-wap-side-trending .see-all-cnt a {
+ display: block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-weight: 700;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ padding-left: 1em;
+ position: relative;
+ text-align: left;
+ text-indent: .3125em;
+ text-transform: uppercase
+}
+
+.wgt-wap-side-trending .see-all-cnt a:after {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/sidebar/quiz-carat.png);
+ background-position: 100% 0;
+ background-repeat: no-repeat;
+ content: "";
+ display: inline-block;
+ height: 1em;
+ margin-right: .3125em;
+ vertical-align: baseline;
+ vertical-align: top;
+ width: 1em
+}
+
+.wgt-wap-side-trending .see-all-cnt a:hover {
+ color: #c42236;
+ text-decoration: none
+}
+
+.wotd-side {
+ background-color: #fff;
+ border: 2px solid #bcd4e2;
+ border-radius: 2px
+}
+
+.wgt-games-side {
+ border-bottom: 1px solid #97bece;
+ border-top: 1px solid #97bece;
+ max-width: 100%;
+ padding: 10px;
+ width: 320px
+}
+
+.wgt-games-side .jc-wgt-title-type1 a:hover {
+ color: inherit
+}
+
+.wgt-games-side p.lead {
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 16px;
+ font-weight: 400;
+ letter-spacing: .8px;
+ line-height: 20px;
+ margin-bottom: 20px;
+ text-align: center
+}
+
+.wgt-games-side .wgts-quiz,.wgt-games-side .wgts-quiz-with-answers {
+ border-bottom: 1px solid #dcdedd;
+ margin-bottom: 10px;
+ padding: 10px 0;
+ width: 100%
+}
+
+.wgt-games-side .wgts-quiz {
+ align-items: flex-start;
+ display: flex;
+ justify-content: space-between;
+ padding-bottom: 20px
+}
+
+.wgt-games-side .wgts-quiz .thumbnail {
+ width: 28%
+}
+
+.wgt-games-side .wgts-quiz .content {
+ width: 68%
+}
+
+.wgt-games-side .wgts-quiz .blurb {
+ color: #3b3e41;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 13px;
+ font-weight: 400;
+ letter-spacing: .7px;
+ line-height: 16px
+}
+
+.wgt-games-side .wgts-quiz .to-quiz {
+ color: #265667;
+ text-align: left
+}
+
+.wgt-games-side .wgts-quiz .to-quiz:after {
+ background-image: url(/dist-cross-dungarees/2023-03-09_20-34-36-174de836/images/svg/doublearrow.svg)
+}
+
+.wgt-games-side .wgts-quiz .to-quiz:hover {
+ text-decoration: underline
+}
+
+.wgt-games-side .wgts-quiz.last {
+ border-bottom: 0;
+ margin-bottom: 0;
+ padding-bottom: 0
+}
+
+.wgt-games-side .wgts-quiz-with-answers .wgts-quiz-question {
+ align-items: center;
+ display: flex
+}
+
+.wgt-games-side .wgts-quiz-with-answers .wgts-quiz-question .wgts-quiz-image {
+ width: 28%
+}
+
+.wgt-games-side .wgts-quiz-with-answers .wgts-quiz-question .wgts-quiz-image .thumbnail {
+ width: 100%
+}
+
+.wgt-games-side .wgts-quiz-with-answers .wgts-quiz-question .lead {
+ color: #000;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 14px;
+ font-weight: 400;
+ letter-spacing: .56px;
+ line-height: 18px;
+ margin-left: 10px;
+ width: 70%
+}
+
+.wgt-games-side .wgts-quiz-with-answers .content {
+ margin: 10px 0
+}
+
+.wgt-games-side .wgts-quiz-with-answers .quiz-answer-list li {
+ display: flex;
+ justify-content: space-between;
+ margin-top: 10px;
+ width: 100%
+}
+
+.wgt-games-side .wgts-quiz-with-answers .quiz-answer-list .quiz-answer {
+ border: 1px solid #ae0015;
+ border-radius: 6px;
+ color: #ae0015;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 12px;
+ font-weight: 700;
+ letter-spacing: .56px;
+ line-height: 16px;
+ padding: 4px;
+ text-align: center;
+ width: 49%
+}
+
+.wgt-games-side .wgts-quiz-with-answers .quiz-answer-list .quiz-answer:focus,.wgt-games-side .wgts-quiz-with-answers .quiz-answer-list .quiz-answer:hover {
+ text-decoration: underline
+}
+
+.wgt-games-side a {
+ text-decoration: none
+}
+
+.wgt-games-side a:hover {
+ color: inherit;
+ text-decoration: underline
+}
+
+.wgt-header {
+ color: #375c71;
+ text-decoration: none
+}
+
+a.wgt-header:hover {
+ color: #375c71;
+ text-decoration: underline
+}
+
+.hide-mobile,.no-mobile {
+ display: none
+}
+
+.hidden,.mobile-only {
+ display: none!important
+}
+
+.desktop-only {
+ display: block!important
+}
+
+.show-mobile {
+ display: block
+}
+
+.show-mobile-in {
+ display: inline-block
+}
+
+.invinsible {
+ visibility: hidden
+}
+
+.visible {
+ visibility: visible
+}
+
+.see-all-cnt a,.see-all-link,.to-quiz {
+ color: #ae0015;
+ display: inline-block;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 12px;
+ font-weight: 700;
+ letter-spacing: 1.5px;
+ text-align: center;
+ text-transform: uppercase;
+ width: 100%
+}
+
+.see-all-cnt a:after,.see-all-link:after,.to-quiz:after {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/sidebar/quiz-carat.png);
+ background-position: 100% 100%;
+ background-repeat: no-repeat;
+ content: "";
+ display: inline-block;
+ height: 16px;
+ margin-right: 5px;
+ vertical-align: baseline;
+ width: 16px
+}
+
+.clearfix {
+ *zoom:1}
+
+.clearfix:after,.clearfix:before {
+ content: "";
+ display: table
+}
+
+.clearfix:after {
+ clear: both
+}
+
+.border-box {
+ box-sizing: border-box
+}
+
+.text-center {
+ text-align: center
+}
+
+.margin-b-30px {
+ margin-bottom: 30px
+}
+
+.margin-t-10px {
+ margin-top: 10px
+}
+
+@media(min-width: 768px) {
+ .hide-mobile,.no-mobile {
+ display:block
+ }
+
+ .show-mobile,.show-mobile-in {
+ display: none
+ }
+}
+
+.games-landing-page-redesign-container .games-landing-featured-quiz .lazyload-container {
+ max-height: 400px
+}
+
+.games-landing-page-redesign-container .lazyload-container {
+ overflow: hidden
+}
+
+.games-landing-page-redesign-container .img,.games-landing-page-redesign-container .lazyload-container {
+ border-radius: 4px
+}
+
+.games-landing-page-redesign-container .left-content a:hover {
+ color: #265667;
+ text-decoration: none
+}
+
+.games-landing-page-redesign-container .games-landing-section-static .games-landing-section-row .games-landing-section-col,.games-landing-page-redesign-container .games-landing-section-static .games-puzzles-row .games-landing-section-col {
+ justify-content: start;
+ margin-bottom: 0
+}
+
+.games-landing-page-redesign-container .games-landing-section-static .games-landing-section-row .col,.games-landing-page-redesign-container .games-landing-section-static .games-puzzles-row .col {
+ margin-bottom: 20px
+}
+
+.games-landing-page-redesign-container .games-landing-section-static .games-puzzles-row .games-landing-section-col .img-link .lazyload-container img {
+ height: 100%
+}
+
+.games-landing-page-redesign-container .games-puzzles-section h1.section-title {
+ margin-bottom: 0;
+ margin-top: 0;
+ padding-bottom: 0;
+ padding-top: 0
+}
+
+.games-landing-page-redesign-container .card-box {
+ border-radius: 10px 10px 0 0;
+ margin-bottom: 0;
+ padding: 1.25em
+}
+
+.games-landing-page-redesign-container .card-box a {
+ letter-spacing: normal;
+ position: relative
+}
+
+.games-landing-page-redesign-container .card-box a span img {
+ transition: all .35s ease 0s
+}
+
+.games-landing-page-redesign-container .card-box .card-box-section {
+ border-radius: 10px;
+ margin-bottom: 30px;
+ overflow: hidden;
+ overflow: visible;
+ padding: initial;
+ position: relative;
+ z-index: 1
+}
+
+.games-landing-page-redesign-container .card-box .card-box-section:before {
+ background: #cbe1ea;
+ border: 10px solid #cbe1ea;
+ border-radius: 10px;
+ box-shadow: 0 25px 20px -20px rgba(0,0,0,.2);
+ box-sizing: content-box;
+ content: "";
+ display: block;
+ height: 100%;
+ margin-left: -10px;
+ margin-top: -10px;
+ opacity: 0;
+ position: absolute;
+ top: 0;
+ -webkit-transform: scale(.95);
+ transform: scale(.95);
+ transition: all .35s ease 0s;
+ width: 100%
+}
+
+.games-landing-page-redesign-container .card-box .card-box-section:hover:before {
+ opacity: 1;
+ -webkit-transform: scale(1);
+ transform: scale(1)
+}
+
+.games-landing-page-redesign-container .card-box .card-box-section:hover .games-header-img-panel a.nav-btn-primary {
+ background: #960012
+}
+
+.games-landing-page-redesign-container .card-box .card-box-section:hover a span img {
+ -webkit-transform: scale(1.05)!important;
+ transform: scale(1.05)!important
+}
+
+.games-landing-page-redesign-container .games-landing-section-col {
+ border-radius: 10px;
+ margin-bottom: 30px;
+ overflow: hidden;
+ overflow: visible;
+ padding: initial;
+ position: relative;
+ z-index: 1
+}
+
+.games-landing-page-redesign-container .games-landing-section-col:hover:before {
+ opacity: 1;
+ -webkit-transform: scale(1);
+ transform: scale(1)
+}
+
+.games-landing-page-redesign-container .games-landing-section-col:hover .games-header-img-panel a.nav-btn-primary {
+ background: #960012
+}
+
+.games-landing-page-redesign-container .games-landing-section-col:hover .img-link span.lazyload-container img {
+ -webkit-transform: scale(1.1)!important;
+ transform: scale(1.1)!important;
+ transition: all .35s ease 0s
+}
+
+.games-landing-page-redesign-container .games-landing-section-col:hover .games-landing-section-col-nav-btn-container button {
+ background: #265667;
+ border: 1px solid #97bece;
+ color: #fff
+}
+
+.games-landing-page-redesign-container .games-landing-section-col:hover .badge {
+ -webkit-transform: scale(1.1);
+ transform: scale(1.1)
+}
+
+.games-landing-page-redesign-container .games-landing-section-col:hover button.gold {
+ background: #ffd95b!important;
+ border: 1px solid #e4c04b!important;
+ color: #0a1b27!important
+}
+
+.games-landing-page-redesign-container .games-landing-section-col:before {
+ box-shadow: 0 25px 20px -20px rgba(0,0,0,.2)
+}
+
+.games-landing-page-redesign-container .games-landing-section-col .games-landing-section-col-nav-btn-container button {
+ transition: all .35s ease 0s
+}
+
+.games-landing-page-redesign-container .games-landing-section-col .badge {
+ border-radius: 5px;
+ box-shadow: inset 0 0 0 0 hsla(0,0%,100%,.5),0 4px 5px 0 rgba(0,0,0,.25);
+ font-family: Open Sans,sans;
+ font-size: 14px;
+ left: 4px;
+ padding: 7px;
+ position: absolute;
+ top: 4px;
+ transition: all .35s ease 0s;
+ width: -webkit-fit-content;
+ width: -moz-fit-content;
+ width: fit-content
+}
+
+.games-landing-page-redesign-container .games-landing-section-col .badge.new {
+ background: #f7ec48;
+ color: #0a1b27
+}
+
+.games-landing-page-redesign-container .games-landing-section-col .badge.featured {
+ background: #0f3850;
+ color: #fff
+}
+
+.games-landing-page-redesign-container .games-landing-section-col button.gold {
+ background: #e4c04b!important;
+ border: 1px solid #c5a332!important;
+ box-shadow: 0 10px 10px -8px rgba(0,0,0,.2)!important;
+ color: #0a1b27!important
+}
+
+.games-landing-page-redesign-container h1.section-title {
+ color: #265667;
+ flex: none;
+ flex-grow: 0;
+ font-family: Playfair Display,serif;
+ font-size: 34px;
+ font-style: normal;
+ font-weight: 700;
+ letter-spacing: 1px;
+ line-height: 140%;
+ margin: 16px auto;
+ order: 0;
+ padding: 6px 0;
+ width: auto
+}
+
+.games-landing-page-redesign-container h1.section-title:after {
+ border-bottom: 0
+}
+
+.games-landing-page-redesign-container .games-landing-section-header {
+ align-items: center;
+ align-self: stretch;
+ background: #f4f4f4;
+ border-left: 3px solid #c6c6c6;
+ border-radius: 3px;
+ border-radius: 4px 0 0 4px;
+ display: flex;
+ flex: none;
+ flex-direction: row;
+ flex-grow: 0;
+ order: 0;
+ padding: 10px 15px
+}
+
+.games-landing-page-redesign-container .games-landing-section-header h3 {
+ color: #0f3850;
+ font-family: Playfair Display,serif;
+ font-size: 20px;
+ font-style: normal;
+ font-weight: 600;
+ line-height: 140%;
+ margin-bottom: 0
+}
+
+.games-landing-page-redesign-container .games-landing-section-header-svg {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 3c0 1.657-1.843 3-4.117 3S.03 4.657.03 3s-.422-3 1.852-3S6 1.343 6 3Z' fill='%23939393'/%3E%3C/svg%3E");
+ height: 6px;
+ position: absolute;
+ top: 21px;
+ width: 6px
+}
+
+.games-landing-page-redesign-container .games-header-img-panel {
+ border: 1px solid transparent;
+ border-radius: 4px;
+ bottom: 20px;
+ display: inline-block;
+ left: 20px;
+ position: absolute;
+ width: auto;
+ width: 280px
+}
+
+.games-landing-page-redesign-container .games-header-img-panel .games-header-img-panel-heading {
+ background: linear-gradient(180deg,#e7f0f4,#cbe1ea);
+ border-top-left-radius: 4px;
+ border-top-right-radius: 4px;
+ padding: 5px 10px;
+ text-align: center
+}
+
+.games-landing-page-redesign-container .games-header-img-panel .games-header-img-panel-heading h3 {
+ font-family: Open Sans;
+ font-size: 18px;
+ font-style: normal;
+ font-weight: 700;
+ line-height: 22px
+}
+
+.games-landing-page-redesign-container .games-header-img-panel .games-header-img-panel-body {
+ background: #fff;
+ border-bottom-left-radius: 4px;
+ border-bottom-right-radius: 4px;
+ box-shadow: none;
+ padding: 10px;
+ position: relative;
+ text-align: center
+}
+
+.games-landing-page-redesign-container .games-header-img-panel .games-header-img-panel-body h3 {
+ color: #000;
+ font-family: Playfair Display,serif;
+ font-size: 26px;
+ font-style: normal;
+ font-weight: 600;
+ letter-spacing: .03em;
+ line-height: normal;
+ padding-bottom: 5px;
+ text-align: center
+}
+
+.games-landing-page-redesign-container .games-header-img-panel .games-header-img-panel-body p {
+ color: #525a5b;
+ font-family: Open Sans;
+ font-size: 18px;
+ font-style: normal;
+ font-weight: 400;
+ letter-spacing: .2px;
+ line-height: 22px;
+ text-align: center
+}
+
+.games-landing-page-redesign-container .games-header-img-panel .games-header-img-panel-body a.nav-btn-primary {
+ background: #ae0015;
+ border-radius: 4px;
+ box-shadow: 0 15px 14px -12px rgba(0,0,0,.25);
+ display: block;
+ margin-top: 15px;
+ padding: 10px 6px;
+ text-align: center;
+ -webkit-transform-origin: top;
+ transform-origin: top;
+ transition: all .35s ease 0s;
+ width: 100%
+}
+
+.games-landing-page-redesign-container .games-header-img-panel .games-header-img-panel-body a.nav-btn-primary span {
+ color: #fff;
+ font-family: Open Sans;
+ font-size: 22px;
+ font-style: normal;
+ font-weight: 700;
+ letter-spacing: .1px;
+ line-height: 28px
+}
+
+.games-landing-page-redesign-container .games-landing-section:not(:last-child) {
+ margin-bottom: 35px
+}
+
+.games-landing-page-redesign-container .games-landing-section {
+ position: relative
+}
+
+.games-landing-page-redesign-container .games-landing-section .games-landing-section-row {
+ padding: 20px 16px
+}
+
+.games-landing-page-redesign-container .games-landing-section .col,.games-landing-page-redesign-container .games-landing-section .col-12 {
+ padding: 0 10px
+}
+
+.games-landing-page-redesign-container .games-landing-featured-quiz-img-placeholder {
+ padding-bottom: 56.25%
+}
+
+.games-landing-page-redesign-container .games-landing-section-col {
+ display: flex;
+ flex-direction: column;
+ height: 100%;
+ justify-content: space-between;
+ padding-left: 0;
+ padding-right: 0
+}
+
+.games-landing-page-redesign-container .games-landing-section-col .games-landing-section-col-text {
+ color: #525a5b;
+ font-family: Open Sans;
+ font-size: 16px;
+ font-style: normal;
+ font-weight: 400;
+ line-height: 22px;
+ padding: 0 5px;
+ text-align: center
+}
+
+.games-landing-page-redesign-container .games-landing-section-col .games-landing-section-col-text-header {
+ color: #000;
+ font-family: Playfair Display,serif
+}
+
+.games-landing-page-redesign-container .games-landing-section-col .games-landing-section-col-nav-btn-container {
+ padding: 0
+}
+
+.games-landing-page-redesign-container .games-landing-section-col .games-landing-section-col-nav-btn-container button {
+ background: #e7f0f4;
+ border: 1px solid #97bece;
+ border-radius: 4px;
+ box-sizing: border-box;
+ display: block;
+ font-family: Open Sans;
+ font-size: 16px;
+ font-style: normal;
+ font-weight: 700;
+ line-height: 140%;
+ padding: 5px 25px;
+ text-align: center;
+ width: 100%
+}
+
+.games-landing-page-redesign-container .games-landing-section-col .img-link {
+ position: relative
+}
+
+.games-landing-page-redesign-container .games-landing-section-col .img-link .lazyload-container img {
+ border-radius: 4px;
+ height: auto;
+ position: absolute;
+ width: 100%
+}
+
+.games-landing-page-redesign-container .games-landing-section-see-more-btn {
+ padding: 20px 10px 30px
+}
+
+.games-landing-page-redesign-container .games-landing-section-see-more-btn a {
+ background: #fff;
+ border: 1px solid #97bece;
+ border-radius: 6px;
+ box-sizing: border-box;
+ display: block;
+ padding: 10px 15px;
+ text-align: center;
+ width: 100%
+}
+
+.games-landing-page-redesign-container .games-landing-section-see-more-btn a span {
+ color: #305f7a;
+ font-family: Open Sans;
+ font-size: 16px;
+ font-style: normal;
+ font-weight: 700;
+ line-height: 140%
+}
+
+.games-landing-page-redesign-container .games-landing-section-see-more-btn a span:first-child {
+ margin-right: 10px
+}
+
+.games-landing-page-redesign-container .games-landing-section-see-more-btn a:hover {
+ background: #265667;
+ transition: all .35s ease 0s
+}
+
+.games-landing-page-redesign-container .games-landing-section-see-more-btn a:hover span {
+ color: #fff
+}
+
+.games-landing-page-redesign-container .games-landing-section-see-more-btn a:hover span b {
+ border-color: #fff
+}
+
+.games-landing-page-redesign-container .games-landing-section-see-more-btn .games-landing-section-see-more-btn-icon {
+ display: inline-block;
+ margin-bottom: 0;
+ transform: rotate(225deg);
+ -webkit-transform: rotate(225deg)
+}
+
+.games-landing-page-redesign-container .games-landing-section-see-more-btn .games-landing-section-see-more-btn-icon b {
+ border: solid #305f7a;
+ border-width: 0 2px 2px 0;
+ display: inline-block;
+ padding: 4px;
+ -webkit-transform: rotate(180deg);
+ transform: rotate(180deg);
+ transition: -webkit-transform .2s ease-in-out;
+ transition: transform .2s ease-in-out;
+ transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
+}
+
+.games-landing-page-redesign-container .games-landing-section-see-more-btn .games-landing-section-see-more-btn-icon .games-landing-section-see-more-btn-text {
+ margin-right: 5px
+}
+
+.games-landing-page-redesign-container .games-landing-section-img-panel-overlay {
+ display: none
+}
+
+.games-landing-page-redesign-container .games-landing-d-sm-only {
+ display: none!important;
+ margin-top: 10px
+}
+
+@media(min-width: 577px)and (max-width:767px),(min-width:992px) {
+ .games-landing-page-redesign-container .games-landing-section-col:before {
+ background:#fff;
+ border: 6px solid #cbe1ea;
+ border-radius: 10px;
+ box-shadow: 0 25px 20px -20px rgba(0,0,0,.2);
+ box-sizing: content-box;
+ content: "";
+ display: block;
+ height: 100%;
+ margin-left: -6px;
+ margin-top: -6px;
+ opacity: 0;
+ position: absolute;
+ top: 0;
+ -webkit-transform: scale(.8);
+ transform: scale(.8);
+ transition: all .35s ease 0s;
+ width: 100%
+ }
+
+ .games-landing-page-redesign-container .games-landing-section-col:after {
+ background: #fff;
+ border-radius: 4px;
+ content: "";
+ display: block;
+ height: 100%;
+ position: absolute;
+ width: 100%;
+ z-index: 5
+ }
+
+ .games-landing-page-redesign-container .games-landing-section-col .games-landing-section-col-nav-btn-container,.games-landing-page-redesign-container .games-landing-section-col .games-landing-section-col-text,.games-landing-page-redesign-container .games-landing-section-col .img-link {
+ z-index: 10
+ }
+}
+
+.games-landing-page-redesign-container .games-landing-img-placeholder {
+ padding-bottom: 75%
+}
+
+.games-landing-page-redesign-container .large-view .games-puzzles-section {
+ padding-left: 5px;
+ padding-right: 5px
+}
+
+.games-landing-page-redesign-container .large-view .games-puzzles-section h1.section-title {
+ font-size: 26px
+}
+
+.games-landing-page-redesign-container .large-view .games-landing-section-col-featured .lazyload-container {
+ max-height: 400px;
+ overflow: hidden
+}
+
+.games-landing-page-redesign-container .large-view .col-12 {
+ flex: 0 0 100%;
+ max-width: 100%
+}
+
+.games-landing-page-redesign-container .large-view .games-landing-featured-quiz-img-placeholder,.games-landing-page-redesign-container .large-view .games-landing-img-placeholder {
+ padding-bottom: 75%
+}
+
+.games-landing-page-redesign-container .large-view .games-landing-section .row {
+ padding-left: 0;
+ padding-right: 0;
+ padding-top: 20px
+}
+
+.games-landing-page-redesign-container .large-view .games-landing-section .games-landing-section-row {
+ padding-left: 5px;
+ padding-right: 5px;
+ padding-top: 0
+}
+
+.games-landing-page-redesign-container .large-view .card-box {
+ margin-bottom: 20px
+}
+
+.games-landing-page-redesign-container .large-view .games-landing-d-sm-hide {
+ display: none!important
+}
+
+.games-landing-page-redesign-container .large-view .games-landing-d-sm-only {
+ display: block!important
+}
+
+.games-landing-page-redesign-container .large-view .games-landing-section-img-panel-overlay {
+ display: block;
+ margin-top: -24px;
+ padding: 10px;
+ position: relative;
+ width: 100%;
+ z-index: 20
+}
+
+.games-landing-page-redesign-container .large-view .games-landing-section-img-panel-overlay div:first-child {
+ background: hsla(0,0%,100%,.95);
+ border-radius: 4px;
+ box-shadow: 0 9px 14px -13px rgba(0,0,0,.5);
+ padding: 10px
+}
+
+.games-landing-page-redesign-container .large-view .games-landing-section-img-panel-overlay .games-landing-section-col-text {
+ color: #0a1b27;
+ font-family: Open Sans;
+ font-size: 18px;
+ font-style: normal;
+ line-height: 22px;
+ text-align: center
+}
+
+.games-landing-page-redesign-container .large-view .games-header-img-panel {
+ bottom: auto;
+ left: 0;
+ margin-top: -75px;
+ padding: 0 15px;
+ position: relative;
+ top: auto;
+ width: 100%
+}
+
+.games-landing-page-redesign-container .large-view .games-landing-section-col-responsive:not(.games-landing-section-col-featured) {
+ align-items: center;
+ background: #edf4f7;
+ border-radius: 4px;
+ flex-direction: row;
+ justify-content: flex-start;
+ padding: 0 10px
+}
+
+.games-landing-page-redesign-container .large-view .games-landing-section-col-responsive:not(.games-landing-section-col-featured) .games-landing-section-col-responsive-content {
+ display: flex;
+ flex-direction: row;
+ width: 100%
+}
+
+.games-landing-page-redesign-container .large-view .games-landing-section-col-responsive:not(.games-landing-section-col-featured) .games-landing-section-col-responsive-content div:first-child {
+ margin-right: auto
+}
+
+.games-landing-page-redesign-container .large-view .games-landing-section-col-responsive:not(.games-landing-section-col-featured) .games-landing-section-col-text {
+ color: #0a1b27;
+ font-family: Open Sans;
+ font-size: 14px;
+ font-style: normal;
+ margin-right: auto;
+ padding: 0 10px;
+ text-align: left
+}
+
+.games-landing-page-redesign-container .large-view .games-landing-section-col-responsive:not(.games-landing-section-col-featured) .img-link {
+ max-width: 60px;
+ min-width: 60px
+}
+
+.games-landing-page-redesign-container .large-view .games-landing-section-col-responsive:not(.games-landing-section-col-featured) .img-link .lazyload-container {
+ padding-bottom: 60px
+}
+
+.games-landing-page-redesign-container .large-view .games-landing-section-col-responsive:not(.games-landing-section-col-featured) .img-link img {
+ border-radius: 4px;
+ height: 60px;
+ width: 60px
+}
+
+.games-landing-page-redesign-container .large-view .games-landing-section-col-responsive:not(.games-landing-section-col-featured) .games-landing-section-col-nav-btn-container {
+ padding: 0
+}
+
+.games-landing-page-redesign-container .large-view .games-landing-section-col-responsive:not(.games-landing-section-col-featured) .games-landing-section-col-nav-btn-container button {
+ background: #fff;
+ border: 1px solid #97bece;
+ border-radius: 4px;
+ box-sizing: border-box;
+ color: #265667;
+ font-family: Open Sans;
+ font-size: 14px;
+ font-style: normal;
+ font-weight: 600;
+ line-height: 140%
+}
+
+.games-landing-page-redesign-container .large-view .games-landing-section-row {
+ padding-left: 9px;
+ padding-right: 9px
+}
+
+.games-landing-page-redesign-container .large-view .games-landing-section-row .col-12:not(:first-child) {
+ margin-bottom: 10px
+}
+
+.games-landing-page-redesign-container .large-view .games-landing-section-row .col-12:nth-child(2) {
+ padding-top: 20px
+}
+
+.games-landing-page-redesign-container .large-view .games-landing-section-see-more-btn {
+ padding: 5px 0
+}
+
+.games-landing-page-redesign-container .large-view .games-landing-section-static .games-landing-section-col .games-landing-section-col-nav-btn-container {
+ margin-top: -25px;
+ z-index: 1
+}
+
+.games-landing-page-redesign-container .large-view .games-landing-section-static .games-landing-section-col .games-landing-section-col-nav-btn-container div {
+ background: hsla(0,0%,100%,.95);
+ border-radius: 4px;
+ box-shadow: 0 9px 14px -13px rgba(0,0,0,.5);
+ padding: 5px
+}
+
+@media (min-width: 768px)and (max-width:991px),screen and (max-width:576px) {
+ .games-landing-page-redesign-container .games-puzzles-section {
+ padding-left:5px;
+ padding-right: 5px
+ }
+
+ .games-landing-page-redesign-container .games-puzzles-section h1.section-title {
+ font-size: 26px
+ }
+
+ .games-landing-page-redesign-container .games-landing-section-col-featured .lazyload-container {
+ max-height: 400px;
+ overflow: hidden
+ }
+
+ .games-landing-page-redesign-container .col-12 {
+ flex: 0 0 100%;
+ max-width: 100%
+ }
+
+ .games-landing-page-redesign-container .games-landing-featured-quiz-img-placeholder,.games-landing-page-redesign-container .games-landing-img-placeholder {
+ padding-bottom: 75%
+ }
+
+ .games-landing-page-redesign-container .games-landing-section .row {
+ padding-left: 0;
+ padding-right: 0;
+ padding-top: 20px
+ }
+
+ .games-landing-page-redesign-container .games-landing-section .games-landing-section-row {
+ padding-left: 5px;
+ padding-right: 5px;
+ padding-top: 0
+ }
+
+ .games-landing-page-redesign-container .card-box {
+ margin-bottom: 20px
+ }
+
+ .games-landing-page-redesign-container .games-landing-d-sm-hide {
+ display: none!important
+ }
+
+ .games-landing-page-redesign-container .games-landing-d-sm-only {
+ display: block!important
+ }
+
+ .games-landing-page-redesign-container .games-landing-section-img-panel-overlay {
+ display: block;
+ margin-top: -24px;
+ padding: 10px;
+ position: relative;
+ width: 100%;
+ z-index: 20
+ }
+
+ .games-landing-page-redesign-container .games-landing-section-img-panel-overlay div:first-child {
+ background: hsla(0,0%,100%,.95);
+ border-radius: 4px;
+ box-shadow: 0 9px 14px -13px rgba(0,0,0,.5);
+ padding: 10px
+ }
+
+ .games-landing-page-redesign-container .games-landing-section-img-panel-overlay .games-landing-section-col-text {
+ color: #0a1b27;
+ font-family: Open Sans;
+ font-size: 18px;
+ font-style: normal;
+ line-height: 22px;
+ text-align: center
+ }
+
+ .games-landing-page-redesign-container .games-header-img-panel {
+ bottom: auto;
+ left: 0;
+ margin-top: -75px;
+ padding: 0 15px;
+ position: relative;
+ top: auto;
+ width: 100%
+ }
+
+ .games-landing-page-redesign-container .games-landing-section-col-responsive:not(.games-landing-section-col-featured) {
+ align-items: center;
+ background: #edf4f7;
+ border-radius: 4px;
+ flex-direction: row;
+ justify-content: flex-start;
+ padding: 0 10px
+ }
+
+ .games-landing-page-redesign-container .games-landing-section-col-responsive:not(.games-landing-section-col-featured) .games-landing-section-col-responsive-content {
+ display: flex;
+ flex-direction: row;
+ width: 100%
+ }
+
+ .games-landing-page-redesign-container .games-landing-section-col-responsive:not(.games-landing-section-col-featured) .games-landing-section-col-responsive-content div:first-child {
+ margin-right: auto
+ }
+
+ .games-landing-page-redesign-container .games-landing-section-col-responsive:not(.games-landing-section-col-featured) .games-landing-section-col-text {
+ color: #0a1b27;
+ font-family: Open Sans;
+ font-size: 14px;
+ font-style: normal;
+ margin-right: auto;
+ padding: 0 10px;
+ text-align: left
+ }
+
+ .games-landing-page-redesign-container .games-landing-section-col-responsive:not(.games-landing-section-col-featured) .img-link {
+ max-width: 60px;
+ min-width: 60px
+ }
+
+ .games-landing-page-redesign-container .games-landing-section-col-responsive:not(.games-landing-section-col-featured) .img-link .lazyload-container {
+ padding-bottom: 60px
+ }
+
+ .games-landing-page-redesign-container .games-landing-section-col-responsive:not(.games-landing-section-col-featured) .img-link img {
+ border-radius: 4px;
+ height: 60px;
+ width: 60px
+ }
+
+ .games-landing-page-redesign-container .games-landing-section-col-responsive:not(.games-landing-section-col-featured) .games-landing-section-col-nav-btn-container {
+ padding: 0
+ }
+
+ .games-landing-page-redesign-container .games-landing-section-col-responsive:not(.games-landing-section-col-featured) .games-landing-section-col-nav-btn-container button {
+ background: #fff;
+ border: 1px solid #97bece;
+ border-radius: 4px;
+ box-sizing: border-box;
+ color: #265667;
+ font-family: Open Sans;
+ font-size: 14px;
+ font-style: normal;
+ font-weight: 600;
+ line-height: 140%
+ }
+
+ .games-landing-page-redesign-container .games-landing-section-row {
+ padding-left: 9px;
+ padding-right: 9px
+ }
+
+ .games-landing-page-redesign-container .games-landing-section-row .col-12:not(:first-child) {
+ margin-bottom: 10px
+ }
+
+ .games-landing-page-redesign-container .games-landing-section-row .col-12:nth-child(2) {
+ padding-top: 20px
+ }
+
+ .games-landing-page-redesign-container .games-landing-section-see-more-btn {
+ padding: 5px 0
+ }
+
+ .games-landing-page-redesign-container .games-landing-section-static .games-landing-section-col .games-landing-section-col-nav-btn-container {
+ margin-top: -25px;
+ z-index: 1
+ }
+
+ .games-landing-page-redesign-container .games-landing-section-static .games-landing-section-col .games-landing-section-col-nav-btn-container div {
+ background: hsla(0,0%,100%,.95);
+ border-radius: 4px;
+ box-shadow: 0 9px 14px -13px rgba(0,0,0,.5);
+ padding: 5px
+ }
+}
+
+.right-rail .games-landing-section-row {
+ padding-top: 0!important
+}
+
+.right-rail .right-rail-wgt-container,.right-rail .wgt-games-side,.right-rail .wgt-side {
+ margin-bottom: 30px;
+ margin-top: 30px
+}
+
+.right-rail a.to-quiz {
+ line-height: 28px
+}
+
+.wgt-browse-side .wgt-browse-side-slider-block {
+ height: 190px;
+ overflow: hidden;
+ padding: .625em 2em .4em .625em;
+ position: relative
+}
+
+.wgt-browse-side .wgt-browse-side-slider-block .b-link,.wgt-browse-side .wgt-browse-side-slider-block .hw-text {
+ color: #ae0015;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.125em;
+ letter-spacing: .075em;
+ line-height: 2em
+}
+
+.wgt-browse-side .wgt-browse-side-slider-block .hw-text {
+ color: #3b3e41
+}
+
+.wgt-browse-side .wgt-browse-side-slider-block .active .b-link,.wgt-browse-side .wgt-browse-side-slider-block .active .hw-text {
+ font-size: 1.5em;
+ font-weight: 700
+}
+
+.wgt-browse-side .wgt-browse-side-slider-block .slider-button-line {
+ background-color: #dadada;
+ display: block;
+ height: 122px;
+ position: absolute;
+ right: 1em;
+ top: 3em;
+ width: 1px
+}
+
+.wgt-browse-side .wgt-browse-side-slider-block .browse-slider {
+ overflow: hidden;
+ padding-bottom: 5px
+}
+
+.wgt-browse-side .wgt-browse-side-slider-block .slick-slider button {
+ background-color: transparent;
+ background-position: -1px -4px;
+ background-repeat: no-repeat;
+ background-size: auto auto;
+ background-size: initial;
+ height: 33px;
+ position: absolute;
+ right: 0;
+ width: 32px
+}
+
+.wgt-browse-side .wgt-browse-side-slider-block .slick-slider button.slick-prev {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/sidebar/browse-arrows.png);
+ top: 1em
+}
+
+.wgt-browse-side .wgt-browse-side-slider-block .slick-slider button.slick-prev:focus {
+ background-position: -84px -4px
+}
+
+.wgt-browse-side .wgt-browse-side-slider-block .slick-slider button.slick-prev:hover {
+ background-position: -43px -4px
+}
+
+.wgt-browse-side .wgt-browse-side-slider-block .slick-slider button.slick-next {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/sidebar/browse-arrows.png);
+ background-position: -1px -44px;
+ bottom: .4em;
+ top: auto
+}
+
+.wgt-browse-side .wgt-browse-side-slider-block .slick-slider button.slick-next:focus {
+ background-position: -84px -45px
+}
+
+.wgt-browse-side .wgt-browse-side-slider-block .slick-slider button.slick-next:hover {
+ background-position: -43px -45px
+}
+
+.wgt-browse-side .wgt-browse-side-slider-block .slick-slider button:focus {
+ outline: none
+}
+
+.wgt-wap-side-trending .wgt-wap-side-trending-items {
+ margin: .625em auto 0 2em
+}
+
+.wgt-wap-side-trending .wgt-wap-side-trending-items a {
+ text-decoration: none
+}
+
+.wgt-wap-side-trending .wgt-wap-side-trending-items ol {
+ counter-reset: li;
+ margin-left: 0;
+ padding-left: 0
+}
+
+.wgt-wap-side-trending .wgt-wap-side-trending-items li {
+ list-style: none;
+ margin: 0 0 .375em .125em;
+ padding: 0 .5em;
+ position: relative
+}
+
+.wgt-wap-side-trending .wgt-wap-side-trending-items li:before {
+ color: #ae0015;
+ content: counter(li);
+ counter-increment: li;
+ font-size: 1.125em;
+ font-weight: 700;
+ left: -1.1em;
+ padding: 0 .25em;
+ position: absolute;
+ top: auto
+}
+
+.wgt-wap-side-trending .wgt-wap-side-trending-items li.last,.wgt-wap-side-trending .wgt-wap-side-trending-items li:last-child {
+ margin-bottom: 0;
+ padding-bottom: 0
+}
+
+.wgt-wap-side-trending .wgt-wap-side-trending-items .title a:hover {
+ text-decoration: none
+}
+
+.wgt-wap-side-trending .wgt-wap-side-trending-items .tw-module-headword {
+ color: #ae0015;
+ display: block;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.125em;
+ font-weight: 500;
+ letter-spacing: .0372em;
+ line-height: 1.125em;
+ margin-bottom: .3em
+}
+
+.wgt-wap-side-trending .wgt-wap-side-trending-items .tw-module-headword:hover {
+ text-decoration: underline
+}
+
+.wgt-wap-side-trending .wgt-wap-side-trending-items .tw-module-teaser {
+ color: #3b3e41;
+ display: block;
+ display: inline-block;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 16px;
+ font-weight: 400;
+ letter-spacing: .0543em;
+ line-height: 20px;
+ margin-bottom: 0;
+ overflow: hidden;
+ padding-bottom: .1em;
+ text-overflow: ellipsis;
+ vertical-align: top;
+ white-space: nowrap;
+ width: 100%
+}
+
+.wgt-wap-side-trending .wgt-wap-side-trending-items li.last .tw-module-teaser {
+ margin-bottom: 0;
+ padding-bottom: 0
+}
+
+.wgt-wap-side-trending .see-all-cnt {
+ margin-top: 2em;
+ text-align: center
+}
+
+.wgt-wap-side-trending .see-all-cnt a {
+ color: #ae0015;
+ display: inline-block;
+ font-size: .75em
+}
+
+.wgt-games-side .play-pron {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/definitions/icon.pron@2x.png);
+ background-size: 20px 20px;
+ direction: ltr;
+ display: inline-block;
+ height: 20px;
+ line-height: 20px;
+ margin-right: 4px;
+ margin-top: -2px!important;
+ text-indent: -9999px;
+ vertical-align: middle;
+ width: 20px
+}
+
+.wgt-games-side .play-pron:hover {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/definitions/icon.pron.hover@2x.png);
+ background-size: 20px 20px;
+ height: 20px;
+ width: 20px
+}
+
+.wgt-games-side.top-location .wgt-games-side-items .wgts-quiz:first-child+.wgts-quiz+.wgts-quiz {
+ display: none
+}
+
+.wgt-games-side.top-location .wgt-games-side-items .wgts-quiz:first-child+.wgts-quiz {
+ border-bottom: 0;
+ margin-bottom: 0;
+ padding-bottom: 0
+}
+
+.abl-m300-t728-d728,.abl-m320-t728-d728,.abl-m336-t728-d728 {
+ display: inline-block;
+ height: 90px;
+ width: 728px
+}
+
+.abl-m320-t320-d970 {
+ display: inline-block;
+ min-height: 90px;
+ min-width: 728px
+}
+
+.abl-320-320-728,.abl-320-320-728--mob {
+ display: inline-block;
+ height: 90px;
+ width: 728px
+}
+
+.abl-320-0-0 {
+ display: none;
+ height: 150px;
+ width: 320px
+}
+
+.abl {
+ background-color: #f9f8fd;
+ margin: 0 auto
+}
+
+.abl-300-250-nr {
+ display: inline-block;
+ min-height: 250px;
+ width: 300px
+}
+
+.abl-160-728-320 {
+ display: inline-block;
+ height: 600px;
+ width: 160px
+}
+
+.q-left-creative>.abl-160-728-320,.q-right-creative>.abl-160-728-320 {
+ border: 1px solid #dfdfdf
+}
+
+.abl-flex {
+ display: inline-block;
+ margin: 0 auto
+}
+
+.central-abl-box {
+ padding: .4em 0 1.4em;
+ text-align: center
+}
+
+.definitions-center-creative-cont {
+ clear: both;
+ width: 100%
+}
+
+.right-rail .fixed-wrapper>div:after {
+ border-bottom: 1px solid #d1e0e7;
+ content: "";
+ display: block;
+ height: 1.5em;
+ margin-bottom: 1.2em;
+ width: 100%
+}
+
+.right-rail .fixed-wrapper>div:last-child:after {
+ border-bottom: none;
+ margin-bottom: 0
+}
+
+.right-rail .fixed-wrapper>div:first-child.rail-abl-box {
+ margin-bottom: 1.5em
+}
+
+.right-rail .fixed-wrapper>div:first-child.rail-abl-box:after {
+ border-bottom: none;
+ height: 0;
+ margin-bottom: 0
+}
+
+.right-rail .fixed-wrapper>div.wgt-wod-side {
+ margin-bottom: 1.5em
+}
+
+.right-rail .fixed-wrapper>div.wgt-wod-side:after {
+ border-bottom: none;
+ height: 0;
+ margin-bottom: 0
+}
+
+@media(max-width: 1130px) {
+ .abl-320-320-728,.abl-320-320-728--mob {
+ height:50px;
+ width: 320px
+ }
+}
+
+@media(max-width: 970px) {
+ .abl-m320-t320-d970 {
+ display:inline-block;
+ min-height: 50px;
+ min-width: 320px
+ }
+}
+
+@media(max-width: 960px) {
+ .abl-160-728-320 {
+ display:inline-block;
+ height: 90px;
+ width: 728px
+ }
+}
+
+@media(max-width: 47.9375em) {
+ .abl-320-320-728--mob {
+ height:150px;
+ width: 320px
+ }
+
+ .abl-320-0-0 {
+ display: inline-block
+ }
+
+ .abl-160-728-320 {
+ display: inline-block
+ }
+
+ .abl-160-728-320,.abl-m320-t728-d728 {
+ height: 50px;
+ width: 320px
+ }
+
+ .abl-m300-t728-d728 {
+ height: 250px;
+ width: 300px
+ }
+
+ .dictionary-lookup .abl-300-250-nr {
+ min-height: 0
+ }
+}
+
+.cafemedia-ad-slot-top {
+ height: 100px
+}
+
+.cafemedia-ad-slot-right1 {
+ min-height: 270px;
+ overflow-y: auto
+}
+
+.ad-base {
+ margin: 0 auto;
+ overflow: hidden;
+ text-align: center
+}
+
+.ad-top-banner-desktop {
+ height: 100px;
+ max-width: 970px
+}
+
+.ad-top-banner-mobile {
+ width: 320px
+}
+
+.ad-liner {
+ background-color: #97b7c9;
+ height: 1px;
+ width: 100%
+}
+
+.bottom-right-rail-slot,.top-right-rail-slot {
+ min-height: 300px;
+ width: 320px
+}
+
+.sticky-rr {
+ position: -webkit-sticky;
+ position: sticky;
+ top: 140px
+}
+
+.in-content-multisize-desktop {
+ height: 334px;
+ width: 100%
+}
+
+.in-content-multisize-mobile {
+ height: 300px;
+ width: 100%
+}
+
+.sticky-adhesion-desktop,.sticky-adhesion-mobile {
+ bottom: 0;
+ position: fixed;
+ z-index: 1030
+}
+
+.sticky-adhesion-mobile {
+ height: 50px;
+ max-width: 320px
+}
+
+.sticky-adhesion-desktop {
+ height: 100px;
+ max-width: 970px
+}
+
+.ad-top-banner-mobile,.sticky-adhesion-mobile {
+ height: 100px
+}
+
+.ad-games-side-slot-container {
+ position: relative
+}
+
+.ad-games-side-slots {
+ height: 600px;
+ position: -webkit-sticky;
+ position: sticky;
+ top: 120px;
+ width: 160px
+}
+
+.mw-def-2020-ad-container+.mw-def-2020-ad-container,.mw-mobile-def-2020-ad-container+.mw-mobile-def-2020-ad-container {
+ display: none
+}
+
+.mw-def-2020-ad-container *,.mw-mobile-def-2020-ad-container * {
+ min-height: auto!important
+}
+
+.mw-def-2020-ad-container {
+ background: linear-gradient(180deg,#f6f6f6,hsla(0,0%,100%,0));
+ border-radius: 6px;
+ box-shadow: none;
+ margin-bottom: -10px;
+ margin-top: -10px
+}
+
+.additional-content-area .additional-items li .quiz-link {
+ color: #ae0015;
+ display: block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 700;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ padding-left: 1em;
+ position: relative;
+ text-align: left;
+ text-indent: .3125em;
+ text-transform: uppercase
+}
+
+.additional-content-area .additional-items li .quiz-link:after {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/sidebar/quiz-carat.png);
+ background-position: 100% 0;
+ background-repeat: no-repeat;
+ content: "";
+ display: inline-block;
+ height: 1em;
+ margin-right: .3125em;
+ vertical-align: baseline;
+ vertical-align: top;
+ width: 1em
+}
+
+.additional-content-area .additional-items li .quiz-link:hover {
+ color: #c42236;
+ text-decoration: none
+}
+
+.additional-content-area {
+ background-color: #ebebeb;
+ box-shadow: inset 0 1px 3px rgba(0,0,0,.05);
+ padding-top: 15px;
+ text-align: center
+}
+
+.additional-content-area .additional-items .items__header,.additional-content-area .additional-items h4 {
+ color: #375c71;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 13px;
+ font-weight: 700;
+ letter-spacing: 2.3px;
+ line-height: 18px;
+ text-transform: uppercase;
+ width: 100%
+}
+
+.additional-content-area .additional-items .items__header:after,.additional-content-area .additional-items h4:after {
+ border-bottom: 1px solid #97b7c9;
+ content: "";
+ display: block;
+ height: 1px;
+ margin: 10px auto 27px;
+ max-width: 80px
+}
+
+.additional-content-area .additional-items li {
+ margin: 0 auto;
+ max-width: 262px;
+ padding-bottom: 48px
+}
+
+.additional-content-area .additional-items li a {
+ color: #3b3e41;
+ letter-spacing: .85px;
+ line-height: 24px;
+ margin: 5px 0;
+ text-decoration: none!important
+}
+
+.additional-content-area .additional-items li .quiz-link {
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ text-align: center
+}
+
+.additional-content-area .additional-items .item-title-text,.additional-content-area .additional-items .item__title a,.additional-content-area .additional-items h5 a {
+ display: block;
+ font-family: Playfair Display,serif;
+ font-size: 18px;
+ font-weight: 700;
+ margin: 10px 0 5px
+}
+
+.additional-content-area .additional-items .item-title-text {
+ margin-bottom: 9px
+}
+
+.additional-content-area .additional-items .mell-gr235 span {
+ line-height: 24px
+}
+
+@media(min-width: 768px) {
+ .additional-content-area .additional-items {
+ margin:0 auto;
+ max-width: 1136px
+ }
+
+ .additional-content-area .additional-items ul {
+ align-content: center;
+ display: flex;
+ justify-content: center
+ }
+
+ .additional-content-area .additional-items li {
+ margin: 0 10px
+ }
+
+ .additional-content-area .additional-items li:first-child {
+ margin-left: 0
+ }
+
+ .additional-content-area .additional-items li:last-child {
+ margin-right: 0
+ }
+
+ .additional-content-area .additional-items .mell-gr235 {
+ height: 52px;
+ line-height: 26px;
+ overflow: hidden
+ }
+
+ .additional-content-area .additional-items .mell-gr235:before {
+ content: "";
+ float: left;
+ height: 52px;
+ width: 5px
+ }
+
+ .additional-content-area .additional-items .mell-gr235>:first-child {
+ float: right;
+ margin-left: -5px;
+ width: 100%
+ }
+
+ .additional-content-area .additional-items .mell-gr235:after {
+ background: #ebebeb;
+ background: linear-gradient(90deg,hsla(0,0%,92%,0),#ebebeb 50%,#ebebeb);
+ content: "…";
+ float: right;
+ left: 100%;
+ margin-left: -3em;
+ padding-right: 5px;
+ position: relative;
+ text-align: right;
+ top: -26px;
+ width: 3em
+ }
+}
+
+.additional-items-widget {
+ padding: 25px 0
+}
+
+@media(max-width: 768px) {
+ .additional-items-widget li+li {
+ margin-top:20px!important
+ }
+}
+
+.additional-items-widget .item-card {
+ display: inline-block;
+ height: 100%;
+ position: relative;
+ text-decoration: none!important
+}
+
+.additional-items-widget li {
+ margin: 0 auto!important;
+ padding: 0 15px 4px!important;
+ position: relative
+}
+
+.additional-items-widget li a {
+ margin-top: 0!important
+}
+
+.additional-items-widget li:hover:before {
+ opacity: 1;
+ -webkit-transform: scale(1) translateY(0);
+ transform: scale(1) translateY(0)
+}
+
+.additional-items-widget li:hover:after {
+ -webkit-transform: scalex(1);
+ transform: scalex(1)
+}
+
+.additional-items-widget li:before {
+ border: 2px solid #97bece;
+ content: "";
+ display: block;
+ height: 102%;
+ left: 1%;
+ opacity: 0;
+ position: absolute;
+ top: -2%;
+ -webkit-transform: scale(.98) translateY(0);
+ transform: scale(.98) translateY(0);
+ transition: all .15s ease 0s;
+ width: 98%
+}
+
+.additional-items-widget li:after {
+ background: linear-gradient(45deg,#4a7d95,#225f73);
+ bottom: 0;
+ content: "";
+ display: block;
+ height: 4px;
+ left: -50%;
+ left: 1%;
+ position: absolute;
+ -webkit-transform: scale(1) translateY(0) scalex(0);
+ transform: scale(1) translateY(0) scalex(0);
+ transition: all .1s ease 0s;
+ width: 98%
+}
+
+.additional-items-widget .item-card:after,.additional-items-widget .item-card:before,.additional-items-widget .item-card:hover {
+ transition: all .35s ease 0s
+}
+
+.home-podcast-player #podcast-player {
+ margin-top: -1.25em
+}
+
+#podcast-player {
+ height: 54px!important
+}
+
+#podcast-player .jw-icon-rewind {
+ display: none
+}
+
+#podcast-player .jw-controlbar-center-group {
+ padding-bottom: 3px;
+ padding-right: 0
+}
+
+#podcast-player .jw-text-duration {
+ margin-left: 5px
+}
+
+#podcast-player .jw-icon-inline.jw-icon-volume {
+ padding-right: 0
+}
+
+#podcast-player .jw-slider-volume.jw-slider-horizontal {
+ padding-left: 4px
+}
+
+#podcast-player.jw-breakpoint-0 .jw-controlbar-center-group {
+ padding-right: .5em
+}
+
+.jw-skin-podcast-home {
+ background-color: #fff;
+ border: 0;
+ color: #d2d2d2;
+ height: 29px;
+ overflow: visible;
+ width: 100%
+}
+
+.jw-skin-podcast-home .jw-background-color {
+ background-color: transparent
+}
+
+.jw-skin-podcast-home .jw-controlbar {
+ height: 40px;
+ padding: 0;
+ width: 100%
+}
+
+.jw-skin-podcast-home .jw-icon-playback {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/wod/icon.play.podcast.default@2x.png) 0 0 no-repeat;
+ background-size: contain!important;
+ height: 32px!important;
+ top: 2px!important;
+ width: 32px!important
+}
+
+.jw-skin-podcast-home .jw-icon-playback:before {
+ display: none
+}
+
+.jw-skin-podcast-home .jw-icon-playback:hover {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/wod/icon.play.podcast.hover@2x.png) 0 0 no-repeat
+}
+
+.jw-skin-podcast-home .jw-slider-time .jw-slider-container {
+ margin-bottom: 2px
+}
+
+.jw-skin-podcast-home .jw-slider-time .jw-rail {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/podcasts/timeSliderRail.png) 50% 50%/1px 11px repeat-x;
+ border-radius: 5px;
+ height: 8px!important
+}
+
+.jw-skin-podcast-home .jw-slider-time .jw-progress {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/podcasts/timeSliderProgress.png);
+ border-radius: 5px;
+ height: 8px!important
+}
+
+.jw-skin-podcast-home .jw-slider-time .jw-buffer {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/podcasts/timeSliderBuffer.png);
+ background-color: inherit;
+ border-radius: 5px;
+ height: 8px!important
+}
+
+.jw-skin-podcast-home .jw-slider-time .jw-knob {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/podcasts/timeSliderThumb.png) 50% 50%/16px 30px no-repeat;
+ height: 16px;
+ opacity: 1;
+ position: absolute;
+ top: -4px;
+ width: 16px
+}
+
+.jw-skin-podcast-home .jw-slider-volume .jw-slider-container {
+ margin-bottom: 1px
+}
+
+.jw-skin-podcast-home .jw-slider-volume .jw-rail {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/podcasts/timeSliderRail.png) 50% 50%/1px 11px repeat-x;
+ border-radius: 5px;
+ height: 6px!important
+}
+
+.jw-skin-podcast-home .jw-slider-volume .jw-progress {
+ background-color: #c86271;
+ border-radius: 5px;
+ height: 6px!important
+}
+
+.jw-skin-podcast-home .jw-slider-volume .jw-buffer {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/podcasts/timeSliderBuffer.png);
+ background-color: inherit;
+ border-radius: 5px;
+ height: 6px!important
+}
+
+.jw-skin-podcast-home .jw-slider-volume .jw-knob {
+ background-color: #ae0015;
+ border-radius: 100%;
+ bottom: 8px;
+ height: 10px;
+ opacity: 1;
+ position: absolute;
+ width: 10px
+}
+
+.jw-skin-podcast-home.jw-state-playing .jw-icon-playback {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/wod/icon.pause.podcast.default@2x.png) 0 0 no-repeat
+}
+
+.jw-skin-podcast-home.jw-state-playing .jw-icon-playback:hover {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/wod/icon.pause.podcast.hover@2x.png) 0 0 no-repeat
+}
+
+.jw-skin-podcast-home.jw-state-paused .jw-icon-playback {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/wod/icon.play.podcast.default@2x.png) 0 0 no-repeat
+}
+
+.jw-skin-podcast-home.jw-state-paused .jw-icon-playback:hover {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/wod/icon.play.podcast.hover@2x.png) 0 0 no-repeat
+}
+
+.jw-skin-podcast-home .jw-icon-next,.jw-skin-podcast-home .jw-icon-prev,.jw-skin-podcast-home .jw-text-elapsed,.jw-skin-podcast-home .jw-tooltip-time {
+ display: none
+}
+
+.jw-skin-podcast-home .jw-text-duration {
+ color: #9b9b9b;
+ margin: 0 10px
+}
+
+.jw-skin-podcast-home .jw-icon-volume,.jw-skin-podcast-home .jw-icon-volume:hover {
+ color: #777f84
+}
+
+.jw-skin-podcast-home .jw-display-icon-container {
+ border-radius: 50%;
+ border-style: solid;
+ border-width: medium;
+ padding: 1em
+}
+
+.jw-skin-podcast-wod {
+ background-color: #fff;
+ border: 0;
+ color: #d2d2d2;
+ height: 29px;
+ overflow: visible;
+ width: 100%
+}
+
+.jw-skin-podcast-wod .jw-background-color {
+ background-color: transparent
+}
+
+.jw-skin-podcast-wod .jw-controlbar {
+ height: 40px;
+ padding: 0;
+ width: 100%
+}
+
+.jw-skin-podcast-wod .jw-icon-playback {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/wod/icon.play.podcast.default@2x.png) 0 0 no-repeat;
+ background-size: contain!important;
+ height: 48px!important;
+ top: 2px!important;
+ width: 48px!important
+}
+
+.jw-skin-podcast-wod .jw-icon-playback:before {
+ display: none
+}
+
+.jw-skin-podcast-wod .jw-icon-playback:hover {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/wod/icon.play.podcast.hover@2x.png) 0 0 no-repeat
+}
+
+@media(max-width: 47.9375em) {
+ .jw-skin-podcast-wod .jw-icon-playback {
+ background-size:contain!important;
+ height: 32px!important;
+ width: 32px!important
+ }
+}
+
+.jw-skin-podcast-wod .jw-slider-time .jw-slider-container {
+ margin-bottom: 2px
+}
+
+.jw-skin-podcast-wod .jw-slider-time .jw-rail {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/podcasts/timeSliderRail.png) 50% 50%/1px 11px repeat-x;
+ border-radius: 5px;
+ height: 8px!important
+}
+
+.jw-skin-podcast-wod .jw-slider-time .jw-progress {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/podcasts/timeSliderProgress.png);
+ border-radius: 5px;
+ height: 8px!important
+}
+
+.jw-skin-podcast-wod .jw-slider-time .jw-buffer {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/podcasts/timeSliderBuffer.png);
+ background-color: inherit;
+ border-radius: 5px;
+ height: 8px!important
+}
+
+.jw-skin-podcast-wod .jw-slider-time .jw-knob {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/podcasts/timeSliderThumb.png) 50% 50%/16px 30px no-repeat;
+ height: 16px;
+ opacity: 1;
+ position: absolute;
+ top: -4px;
+ width: 16px
+}
+
+.jw-skin-podcast-wod .jw-slider-volume .jw-slider-container {
+ margin-bottom: 1px
+}
+
+.jw-skin-podcast-wod .jw-slider-volume .jw-rail {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/podcasts/timeSliderRail.png) 50% 50%/1px 11px repeat-x;
+ border-radius: 5px;
+ height: 6px!important
+}
+
+.jw-skin-podcast-wod .jw-slider-volume .jw-progress {
+ background-color: #c86271;
+ border-radius: 5px;
+ height: 6px!important
+}
+
+.jw-skin-podcast-wod .jw-slider-volume .jw-buffer {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/podcasts/timeSliderBuffer.png);
+ background-color: inherit;
+ border-radius: 5px;
+ height: 6px!important
+}
+
+.jw-skin-podcast-wod .jw-slider-volume .jw-knob {
+ background-color: #ae0015;
+ border-radius: 100%;
+ bottom: 8px;
+ height: 10px;
+ opacity: 1;
+ position: absolute;
+ width: 10px
+}
+
+.jw-skin-podcast-wod.jw-state-playing .jw-icon-playback {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/wod/icon.pause.podcast.default@2x.png) 0 0 no-repeat
+}
+
+.jw-skin-podcast-wod.jw-state-playing .jw-icon-playback:hover {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/wod/icon.pause.podcast.hover@2x.png) 0 0 no-repeat
+}
+
+.jw-skin-podcast-wod.jw-state-paused .jw-icon-playback {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/wod/icon.play.podcast.default@2x.png) 0 0 no-repeat
+}
+
+.jw-skin-podcast-wod.jw-state-paused .jw-icon-playback:hover {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/wod/icon.play.podcast.hover@2x.png) 0 0 no-repeat
+}
+
+.jw-skin-podcast-wod .jw-icon-next,.jw-skin-podcast-wod .jw-icon-prev,.jw-skin-podcast-wod .jw-text-elapsed,.jw-skin-podcast-wod .jw-tooltip-time {
+ display: none
+}
+
+.jw-skin-podcast-wod .jw-text-duration {
+ color: #9b9b9b;
+ margin: 0 10px
+}
+
+.jw-skin-podcast-wod .jw-icon-volume,.jw-skin-podcast-wod .jw-icon-volume:hover {
+ color: #777f84
+}
+
+.jw-skin-podcast-wod .jw-display-icon-container {
+ border-radius: 50%;
+ border-style: solid;
+ border-width: medium;
+ padding: 1em
+}
+
+#art19-podcast-player.lazyload .awp-brand-logo {
+ display: none
+}
+
+#art19-podcast-player.lazyloaded .awp-brand-logo {
+ display: block
+}
+
+#art19-podcast-player .awp .awp-control {
+ color: #ae0015!important
+}
+
+#art19-podcast-player .ui-slider-range {
+ background-color: #c86271
+}
+
+#art19-podcast-player .awp-media-description-btn,#art19-podcast-player .awp-micro .awp-download-button {
+ display: none!important
+}
+
+#art19-podcast-player .awp-micro .awp-brand-logo img {
+ margin-top: 8px;
+ width: 40px!important
+}
+
+#static_pg_container {
+ margin: 0 auto;
+ max-width: 1136px;
+ /*!
+ * PAGE: Cookie Policy (/cookie-policy)
+ */
+ padding: 20px 3% 50px
+}
+
+#static_pg_container.no-indent {
+ padding: 0
+}
+
+#static_pg_container h1 {
+ color: #000;
+ font-size: 32px;
+ font-weight: 400;
+ letter-spacing: 1px;
+ line-height: 42px;
+ margin: 12px 0 17px
+}
+
+#static_pg_container h2 {
+ font-size: 26px;
+ line-height: 32px
+}
+
+#static_pg_container h2,#static_pg_container h3 {
+ color: #000;
+ font-weight: 300;
+ letter-spacing: .8px;
+ margin: 0 0 20px
+}
+
+#static_pg_container h3 {
+ font-size: 22px;
+ line-height: 28px
+}
+
+#static_pg_container h4 {
+ color: #0a1b27;
+ font-family: Lato,sans-serif;
+ font-size: 1.125em;
+ font-weight: 700;
+ letter-spacing: .051em;
+ line-height: 22px;
+ margin-bottom: 20px
+}
+
+#static_pg_container .indent_p,#static_pg_container p {
+ color: #3b3e41;
+ font-size: 1.125rem;
+ font-weight: 400;
+ letter-spacing: .063em;
+ line-height: 26px;
+ padding: 0 0 1.875em
+}
+
+#static_pg_container .indent_p {
+ padding: 0 0 1.875em 50px
+}
+
+#static_pg_container .center_p {
+ padding: 0 0 1.875em;
+ text-align: center
+}
+
+#static_pg_container .padding-b-20 {
+ padding-bottom: 20px
+}
+
+#static_pg_container .gray-divide {
+ margin: 0 0 1.875em
+}
+
+#static_pg_container blockquote {
+ margin: 0 0 1.875em 50px
+}
+
+#static_pg_container blockquote p:last-child {
+ padding-bottom: 0
+}
+
+#static_pg_container a {
+ color: #ae0015;
+ font-size: 1.125rem;
+ font-weight: 400;
+ letter-spacing: .063em;
+ line-height: 26px;
+ text-decoration: none
+}
+
+#static_pg_container a:hover {
+ text-decoration: underline
+}
+
+#static_pg_container a.break-all {
+ word-break: break-all
+}
+
+#static_pg_container a.break-word {
+ word-break: break-word
+}
+
+#static_pg_container a.anchor {
+ display: block;
+ position: relative;
+ top: -110px;
+ visibility: hidden
+}
+
+#static_pg_container a.subheader-link {
+ font-size: 26px;
+ letter-spacing: .8px;
+ line-height: 32px
+}
+
+#static_pg_container .img_center_mobi_dskt,#static_pg_container .img_center_mobi_float_dskt {
+ padding: 0 0 1.875em;
+ text-align: center
+}
+
+#static_pg_container .nobullet_noindent_list {
+ list-style: none;
+ padding: 0 0 1.875em
+}
+
+#static_pg_container .nobullet_noindent_list li {
+ color: #3b3e41;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.125rem;
+ font-weight: 400;
+ line-height: 26px;
+ padding: 0 0 10px
+}
+
+#static_pg_container .nobullet_noindent_list li:last-child {
+ padding: 0
+}
+
+#static_pg_container .nobullet_noindent_list a {
+ color: #ae0015;
+ font-weight: 300;
+ text-decoration: none
+}
+
+#static_pg_container .nobullet_noindent_list a:hover {
+ text-decoration: underline
+}
+
+#static_pg_container .nobullet_indent_list {
+ list-style: none;
+ padding: 0 0 1.875em 50px
+}
+
+#static_pg_container .nobullet_indent_list li {
+ color: #3b3e41;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.125rem;
+ font-weight: 400;
+ letter-spacing: .063em;
+ line-height: 26px;
+ padding: 0 0 10px
+}
+
+#static_pg_container .nobullet_indent_list li:last-child {
+ padding: 0
+}
+
+#static_pg_container .bullet_indent_list {
+ list-style: disc;
+ padding: 0 0 1.875em 50px
+}
+
+#static_pg_container .bullet_indent_list li {
+ color: #3b3e41;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.125rem;
+ font-weight: 400;
+ line-height: 26px;
+ padding: 0 0 10px
+}
+
+#static_pg_container .bullet_indent_list li:last-child {
+ padding: 0
+}
+
+#static_pg_container .bullet_noindent_list {
+ list-style: disc;
+ padding: 0 0 1.875em 22px
+}
+
+#static_pg_container .bullet_noindent_list li {
+ color: #3b3e41;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.125rem;
+ font-weight: 300;
+ line-height: 26px;
+ padding: 0 0 10px
+}
+
+#static_pg_container .bullet_noindent_list.font-weight-400 li {
+ font-weight: 400
+}
+
+#static_pg_container .bullet_noindent_list li:last-child {
+ padding: 0
+}
+
+#static_pg_container .number_indent_list {
+ padding: 0 0 1.875em 50px
+}
+
+#static_pg_container .number_indent_list li {
+ color: #3b3e41;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.125rem;
+ font-weight: 400;
+ line-height: 26px;
+ padding: 0 0 10px
+}
+
+#static_pg_container .number_indent_list li:last-child {
+ padding: 0
+}
+
+#static_pg_container #shop_featured_product {
+ background-color: #f4f4f4;
+ margin: 0 0 20px;
+ max-width: 550px;
+ padding: 1.25em
+}
+
+#static_pg_container #shop_featured_product img {
+ display: block;
+ padding: 0 0 1.25em;
+ width: 57%
+}
+
+#static_pg_container #shop_featured_product p {
+ padding: 0 0 1.25em
+}
+
+#static_pg_container #shop_featured_product p:last-child {
+ padding: 0
+}
+
+#static_pg_container .shop_fp_hdr {
+ padding: 0 0 1.25em
+}
+
+#static_pg_container .shop_fp_title {
+ font-weight: 400;
+ padding: 0 0 1.25em
+}
+
+#static_pg_container #shop_categories {
+ padding: 0 0 20px
+}
+
+#static_pg_container #shop_categories li {
+ border: 1px solid #ebebeb;
+ display: block;
+ list-style: none;
+ margin: 0 0 20px;
+ max-width: 100%;
+ text-align: center
+}
+
+#static_pg_container #shop_categories li:last-child {
+ margin: 0
+}
+
+#static_pg_container #shop_categories a {
+ display: block;
+ font-family: Playfair Display,serif;
+ font-size: 1.25em;
+ font-weight: 700;
+ padding: 10px 0;
+ text-decoration: none
+}
+
+#static_pg_container #shop_categories a:hover {
+ background-color: #f4f4f4;
+ text-decoration: none
+}
+
+#static_pg_container .ebooks_subtitle {
+ font-weight: 400;
+ padding: 0
+}
+
+#static_pg_container #shop_pc_mac_downloads {
+ clear: both;
+ max-width: 100%;
+ overflow: hidden;
+ padding: 0
+}
+
+#static_pg_container #shop_pc_mac_downloads li {
+ list-style: none;
+ padding: 0 0 1.875em
+}
+
+#static_pg_container #shop_pc_mac_downloads p {
+ padding: 0
+}
+
+#static_pg_container .download_price {
+ float: right;
+ font-weight: 400;
+ margin: 0 0 0 20px
+}
+
+#static_pg_container .book_product_list {
+ list-style: none;
+ margin: 0 0 40px;
+ padding: 0
+}
+
+#static_pg_container .book_product_list li {
+ margin: 40px 0
+}
+
+#static_pg_container .book_product_list li:last-child {
+ margin-bottom: 0
+}
+
+#static_pg_container .book_product_list li a,#static_pg_container .book_product_list li a:hover {
+ text-decoration: none
+}
+
+#static_pg_container .book_product_list img {
+ display: block;
+ margin-bottom: 1.875em;
+ padding: 0;
+ width: 50%
+}
+
+#static_pg_container .book_img_xtra_spacing {
+ margin-bottom: 50px
+}
+
+#static_pg_container .book_title {
+ font-weight: 400;
+ padding: 0 0 1.25em
+}
+
+#static_pg_container .book_descr {
+ padding: 0 0 1.25em
+}
+
+#static_pg_container .book_link {
+ color: #ae0015;
+ font-size: 1.125rem;
+ font-weight: 300;
+ letter-spacing: .063em;
+ line-height: 26px;
+ padding: 0;
+ text-decoration: none
+}
+
+#static_pg_container .book_link:hover {
+ text-decoration: underline
+}
+
+#static_pg_container #shop_product_container {
+ clear: both;
+ margin: 0;
+ overflow: hidden;
+ padding: 0
+}
+
+#static_pg_container #book_descr {
+ padding-bottom: 1.875em
+}
+
+#static_pg_container .book_format_size_isbn {
+ padding: 0
+}
+
+#static_pg_container .book_format_size_isbn span {
+ font-weight: 700
+}
+
+#static_pg_container #book_image img {
+ margin: 0;
+ width: 50%
+}
+
+#static_pg_container #book_order_now {
+ clear: both;
+ list-style: none;
+ overflow: hidden;
+ padding: 1.875em 0;
+ text-align: center
+}
+
+#static_pg_container #book_order_now li {
+ display: inline-block;
+ padding: 0 10px
+}
+
+#static_pg_container .mla_apa_example {
+ padding: 0
+}
+
+#static_pg_container .mla_apa_example_indent {
+ padding: 0 0 1.875em 50px
+}
+
+#static_pg_container .mla_apa_example_indent:last-child {
+ padding-bottom: 0
+}
+
+#static_pg_container .ap_icon {
+ display: inline;
+ width: 30px
+}
+
+#static_pg_container #pronunciation_key {
+ clear: both;
+ overflow: hidden;
+ width: 100%
+}
+
+#static_pg_container .pron_key_list {
+ margin: 0 0 1.875em;
+ padding: 0
+}
+
+#static_pg_container .pron_key_list li {
+ font-size: 1.125rem;
+ font-weight: 300;
+ padding: 0 0 10px
+}
+
+#static_pg_container .explanatory_note_three_col_ex,#static_pg_container .explanatory_note_two_col_ex {
+ margin: 0 0 1.875em
+}
+
+#static_pg_container .woty_speedbump {
+ border-bottom: 1px solid #dadada;
+ border-top: 1px solid #dadada;
+ margin: 0 0 1.875em;
+ padding: 0
+}
+
+#static_pg_container .woty_speedbump p {
+ font-weight: 700;
+ padding: 1.875em 0 15px
+}
+
+#static_pg_container .woty_nobullet_indent_list {
+ list-style: none;
+ padding: 0 0 1.875em
+}
+
+#static_pg_container .woty_nobullet_indent_list li {
+ padding: 0 0 10px
+}
+
+#static_pg_container .woty_nobullet_indent_list a {
+ font-size: 1.125rem;
+ font-weight: 300
+}
+
+#static_pg_container .woty_nobullet_indent_list li:last-child {
+ padding: 0
+}
+
+#static_pg_container .app_product_list {
+ list-style: none;
+ margin: 0 0 40px;
+ padding: 0
+}
+
+#static_pg_container .app_product_list .app_image {
+ clear: both;
+ float: left;
+ margin: 0 30px 0 0;
+ max-width: 170px
+}
+
+#static_pg_container .app_product_list li {
+ border-top: 1px solid #dadada;
+ margin: 15px 0;
+ overflow: hidden;
+ padding: 15px 0 0
+}
+
+#static_pg_container .app_product_list li:last-child {
+ margin-bottom: 0
+}
+
+#static_pg_container .app_product_list a {
+ text-decoration: none
+}
+
+#static_pg_container .app_product_list a:hover {
+ text-decoration: underline
+}
+
+#static_pg_container .app_product_list img {
+ display: block;
+ margin-bottom: 1.875em;
+ max-width: 100%;
+ padding: 0
+}
+
+#static_pg_container .app_title {
+ padding: 0 0 30px
+}
+
+#static_pg_container .app_title a {
+ color: #000;
+ font-weight: 700;
+ text-decoration: none
+}
+
+#static_pg_container .app_descr {
+ display: block;
+ margin: 40px 0 0 200px;
+ padding: 0
+}
+
+#static_pg_container .app_product_list .play-now-btn {
+ background-color: #ae0015;
+ border-radius: .5em;
+ color: #fff;
+ cursor: pointer;
+ display: inline-block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 700;
+ letter-spacing: .1666em;
+ line-height: 1.25em;
+ padding: .9583em 1.15em;
+ text-decoration: none;
+ text-transform: uppercase
+}
+
+#static_pg_container .app_product_list .play-now-btn:hover {
+ background: #c42236;
+ cursor: pointer;
+ text-decoration: none
+}
+
+#static_pg_container img.quizzitive_five_stars {
+ display: inline-block;
+ margin: 0
+}
+
+#static_pg_container #aw_container {
+ box-shadow: inset 0 -3px 8px 0 rgba(0,0,0,.1);
+ margin: -20px 0 -50px
+}
+
+#static_pg_container .apple_watch {
+ clear: both;
+ overflow: hidden;
+ padding: 1.875em 0;
+ text-align: center
+}
+
+#static_pg_container .apple_watch_get_the_app {
+ clear: both;
+ overflow: hidden;
+ padding: 1.875em;
+ text-align: center
+}
+
+#static_pg_container .apple_watch ul {
+ list-style: none
+}
+
+#static_pg_container .apple_watch li {
+ display: block;
+ max-width: 100%;
+ text-align: center;
+ vertical-align: top
+}
+
+#static_pg_container .apple_watch img {
+ max-width: 200px
+}
+
+#static_pg_container .img_bottom_padding {
+ padding: 0 0 1.875em
+}
+
+#static_pg_container .img_top_padding {
+ padding: 1.875em 0 0
+}
+
+#static_pg_container .font_18px {
+ color: #10529b;
+ font-size: 18px;
+ letter-spacing: 3px;
+ margin: 0;
+ padding: 0
+}
+
+#static_pg_container .font_26px {
+ color: #10529b;
+ font-size: 26px;
+ letter-spacing: 1.6px;
+ line-height: 40px;
+ margin: 0;
+ padding: 0
+}
+
+#static_pg_container .font_40px {
+ color: #10529b;
+ font-size: 40px;
+ letter-spacing: .5px;
+ line-height: 48px;
+ margin: 0 0 10px;
+ padding: 0
+}
+
+#static_pg_container .short_underline {
+ border: none;
+ border-bottom: 1px solid #10529b;
+ margin: 0 auto 28px;
+ width: 90px
+}
+
+#static_pg_container .appstore_badge {
+ padding: 1.875em 0
+}
+
+#static_pg_container .trademark_statement {
+ color: #757575;
+ font-size: 10px;
+ letter-spacing: .5px;
+ margin: 0;
+ padding: 0
+}
+
+#static_pg_container .aw_text {
+ margin-top: 0
+}
+
+#static_pg_container .aw_gradient_bg {
+ background: #bfbfbf;
+ background: -webkit-gradient(left top,left bottom,color-stop(0,#bfbfbf),color-stop(39%,#f7f7f7),color-stop(68%,#f7f7f7),color-stop(100%,#bfbfbf));
+ background: linear-gradient(180deg,#bfbfbf 0,#f7f7f7 39%,#f7f7f7 68%,#bfbfbf);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bfbfbf",endColorstr="#bfbfbf",GradientType=0)
+}
+
+#static_pg_container .aw_solid_bg {
+ background-color: #f6f6f6
+}
+
+#static_pg_container .app-header .app-screenshot {
+ margin-bottom: 20px
+}
+
+#static_pg_container .app-header p {
+ margin-bottom: 15px;
+ padding: 0
+}
+
+#static_pg_container .app-header .premium-version {
+ font-size: 16px
+}
+
+#static_pg_container .badge {
+ background-size: cover;
+ display: inline-block;
+ height: 47px;
+ text-indent: -9999px;
+ width: 158px
+}
+
+#static_pg_container .badge.google-play {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-screenshots/badge.googleplay.big@2x.png)
+}
+
+#static_pg_container .badge.app-store {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-screenshots/badge.apple.big@2x.png)
+}
+
+#static_pg_container .sm-badge {
+ background-size: cover;
+ display: inline-block;
+ height: 40px;
+ margin-right: 10px;
+ text-indent: -9999px;
+ width: 135px
+}
+
+#static_pg_container .sm-badge.google-play {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-screenshots/badge.googleplay.sm@2x.png)
+}
+
+#static_pg_container .sm-badge.app-store {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-screenshots/badge.apple.sm@2x.png)
+}
+
+#static_pg_container .app-logo {
+ margin: 30px auto 40px;
+ text-align: center
+}
+
+#static_pg_container .app-logo .badge {
+ margin-right: 10px
+}
+
+#static_pg_container .list-subtitle {
+ font-size: 1.125rem;
+ font-weight: 600;
+ margin-bottom: 10px
+}
+
+#static_pg_container .job-location {
+ color: #3b3e41;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 16px;
+ font-style: italic;
+ letter-spacing: 1px;
+ margin-bottom: 25px;
+ margin-top: -15px
+}
+
+#static_pg_container .apply-now {
+ cursor: pointer;
+ float: right;
+ margin: 5px 0;
+ padding: 13px 14px
+}
+
+#static_pg_container .top-mail-to {
+ display: inline
+}
+
+#static_pg_container .bottom-mail-to {
+ margin: 20px auto;
+ text-align: center
+}
+
+#static_pg_container .bottom-mail-to .apply-now {
+ float: none
+}
+
+@media(max-width: 47.9375em) {
+ #static_pg_container .bottom-mail-to:after {
+ border-bottom:1px solid #d1e0e7;
+ content: "";
+ display: block;
+ height: 1.5em;
+ margin-bottom: 1.2em;
+ margin-top: 1.2em;
+ width: 100%
+ }
+}
+
+@media(max-width: 1000px) {
+ #static_pg_container .job-location {
+ margin-bottom:0
+ }
+
+ #static_pg_container .apply-now.no-mobile {
+ display: none!important
+ }
+
+ #static_pg_container .top-mail-to {
+ display: block!important;
+ margin-bottom: 25px;
+ margin-top: 10px;
+ text-align: left;
+ width: 100%
+ }
+
+ #static_pg_container .top-mail-to .apply-now {
+ float: none
+ }
+}
+
+@media(min-width: 48em) {
+ #static_pg_container .explanatory_note_two_col_ex {
+ clear:both;
+ overflow: hidden
+ }
+
+ #static_pg_container .explanatory_note_two_col_ex li {
+ float: left;
+ width: 48%
+ }
+
+ #static_pg_container .explanatory_note_three_col_ex {
+ clear: both;
+ overflow: hidden
+ }
+
+ #static_pg_container .explanatory_note_three_col_ex li {
+ float: left;
+ width: 45%
+ }
+}
+
+@media(max-width: 60em) {
+ #static_pg_container .app_product_list li {
+ margin:0
+ }
+
+ #static_pg_container .app_product_list .app_image {
+ float: none;
+ margin: 0 auto;
+ text-align: center
+ }
+
+ #static_pg_container .app_descr {
+ margin-left: 0;
+ margin-top: 35px
+ }
+
+ #static_pg_container .app-logo .badge {
+ margin: 0 0 10px
+ }
+}
+
+@media(min-width: 1200px) {
+ #static_pg_container h1 {
+ font-size:2.75em;
+ letter-spacing: .04em;
+ line-height: 52px
+ }
+
+ #static_pg_container h2 {
+ font-size: 1.875em;
+ letter-spacing: .1em;
+ line-height: 34px
+ }
+
+ #static_pg_container h3 {
+ font-size: 1.625em;
+ letter-spacing: .1em;
+ line-height: 30px
+ }
+
+ #static_pg_container h4 {
+ color: #0a1b27;
+ font-family: Lato,sans-serif;
+ font-size: 1.125em;
+ font-weight: 700;
+ letter-spacing: .051em;
+ line-height: 22px;
+ margin-bottom: 20px
+ }
+
+ #static_pg_container a.subheader-link {
+ font-size: 30px;
+ letter-spacing: 3px;
+ line-height: 34px
+ }
+
+ #static_pg_container #shop_featured_product {
+ clear: both;
+ max-width: 100%;
+ overflow: hidden
+ }
+
+ #static_pg_container #shop_featured_product img {
+ float: left;
+ margin: 0;
+ padding: 0 20px 0 0;
+ width: 23.5%
+ }
+
+ #static_pg_container #shop_categories {
+ clear: both;
+ overflow: hidden
+ }
+
+ #static_pg_container #shop_categories li {
+ float: left;
+ margin: 0 20px 20px 0;
+ width: 45%
+ }
+
+ #static_pg_container .book_product_list li {
+ clear: both;
+ overflow: hidden
+ }
+
+ #static_pg_container .book_product_list img {
+ display: inherit;
+ float: left;
+ margin-bottom: 0;
+ margin-right: 5%;
+ width: 25%
+ }
+
+ #static_pg_container #book_image {
+ float: left;
+ margin: 0 5% 0 0;
+ width: 25%
+ }
+
+ #static_pg_container #book_image img {
+ width: 100%
+ }
+
+ #static_pg_container #book_descr {
+ float: left;
+ width: 65%
+ }
+
+ #static_pg_container .pron_key_list {
+ float: left;
+ padding: 0;
+ width: 33.3333%
+ }
+
+ #static_pg_container .explanatory_note_two_col_ex {
+ clear: both;
+ overflow: hidden
+ }
+
+ #static_pg_container .explanatory_note_two_col_ex li {
+ float: left;
+ width: 35%
+ }
+
+ #static_pg_container .explanatory_note_three_col_ex {
+ clear: both;
+ overflow: hidden
+ }
+
+ #static_pg_container .explanatory_note_three_col_ex li {
+ float: left;
+ width: 30%
+ }
+
+ #static_pg_container .img_center_mobi_float_dskt {
+ float: left;
+ padding: 0 1.875em 20px 0
+ }
+
+ #static_pg_container .woty_speedbump {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/press-release/woty_ampersand_speedbump_bg_368x291@2x.jpg);
+ background-repeat: no-repeat;
+ background-size: contain;
+ padding: 0 0 0 1.875em
+ }
+
+ #static_pg_container .woty_nobullet_indent_list {
+ padding: 0 0 1.875em 50px
+ }
+}
+
+#static_pg_container #cookie-policy-container h2,#static_pg_container #cookie-policy-container p {
+ color: #303336
+}
+
+#static_pg_container #cookie-policy-container p.opt-out-info {
+ padding-bottom: 15px
+}
+
+#static_pg_container #cookie-policy-container .bullet_indent_list {
+ padding-bottom: 50px
+}
+
+#static_pg_container #cookie-policy-container .bullet_indent_list li {
+ color: #303336;
+ letter-spacing: .063em
+}
+
+@media only screen and (min-device-width: 414px)and (max-device-width:736px)and (-webkit-min-device-pixel-ratio:3)and (orientation:landscape) {
+ #static_pg_container #shop_featured_product {
+ clear:both;
+ max-width: 100%;
+ overflow: hidden
+ }
+
+ #static_pg_container #shop_featured_product img {
+ float: left;
+ margin: 0;
+ padding: 0 20px 0 0;
+ width: 23.5%
+ }
+
+ #static_pg_container .book_product_list li {
+ clear: both;
+ overflow: hidden
+ }
+
+ #static_pg_container .book_product_list img {
+ display: inherit;
+ float: left;
+ margin-bottom: 0;
+ margin-right: 5%;
+ width: 25%
+ }
+
+ #static_pg_container #book_image {
+ float: left;
+ margin: 0 5% 0 0;
+ width: 25%
+ }
+
+ #static_pg_container #book_image img {
+ width: 100%
+ }
+
+ #static_pg_container #book_descr {
+ float: left;
+ width: 65%
+ }
+}
+
+#my_favorites_content_area.not-logged-in {
+ padding-left: 0!important
+}
+
+.favorites-manager h2 {
+ text-align: left
+}
+
+.favorites-manager h2 a {
+ color: #ae0015;
+ margin-right: 40px;
+ text-decoration: none
+}
+
+.favorites-manager h2 a:hover {
+ text-decoration: none
+}
+
+.favorites-manager h2 a:last-child {
+ margin-right: 0
+}
+
+.favorites-manager h2 a+a,.favorites-manager h3 a+a {
+ margin-left: 1em
+}
+
+.favorites-manager ul.nobullet_noindent_list {
+ max-width: 370px
+}
+
+.favorites-manager ul.nobullet_noindent_list li em {
+ float: right
+}
+
+.favorites-manager .edit-on h3 {
+ display: block
+}
+
+.favorites-manager .edit-on input {
+ cursor: pointer;
+ display: inline-block!important;
+ margin-right: 13px;
+ vertical-align: middle
+}
+
+.favorites-manager .social-info {
+ float: right;
+ min-width: 200px
+}
+
+.favorites-manager .social-info .photo {
+ float: right;
+ margin-left: 10px
+}
+
+.favorites-manager .social-info .name {
+ float: right;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ margin-top: 14px
+}
+
+.favorites-manager h3,.favorites-manager input {
+ display: none
+}
+
+.favorites-manager.edit-on h3 {
+ display: block!important
+}
+
+.favorites-manager.edit-on input {
+ display: inline-block!important;
+ margin-right: 13px!important
+}
+
+@media(max-width: 64em) {
+ .favorites-manager h2 {
+ border-bottom:1px solid #dadada;
+ margin-bottom: 20px;
+ padding-bottom: 20px;
+ text-align: center
+ }
+
+ .favorites-manager h2 a {
+ margin: 0 20px
+ }
+
+ .favorites-manager h2 a+a,.favorites-manager h3 a+a {
+ margin-left: 0
+ }
+
+ .favorites-manager h3 a {
+ display: block;
+ font-size: 1rem!important;
+ margin: 0 0 10px
+ }
+
+ .favorites-manager ul.nobullet_noindent_list {
+ max-width: 100%;
+ width: 100%
+ }
+
+ .favorites-manager .social-info {
+ clear: both;
+ display: block;
+ float: none;
+ margin-bottom: 20px;
+ overflow: hidden;
+ width: 100%
+ }
+
+ .favorites-manager .social-info .photo {
+ float: left;
+ margin-left: 0;
+ margin-right: 10px
+ }
+
+ .favorites-manager .social-info .name {
+ float: left
+ }
+}
+
+@media(max-width: 47.9375em) {
+ .favorites-manager h2 {
+ border-bottom:1px solid #dadada;
+ margin-bottom: 20px;
+ padding-bottom: 20px;
+ text-align: left
+ }
+
+ .favorites-manager h2 a {
+ display: block;
+ font-size: 1rem!important;
+ margin: 0 0 10px
+ }
+
+ .favorites-manager h2 a:last-child {
+ margin-bottom: 0
+ }
+
+ .favorites-manager h3 {
+ border-bottom: 1px solid #dadada;
+ margin-bottom: 20px;
+ padding-bottom: 20px;
+ text-align: left
+ }
+
+ .favorites-manager h3 a {
+ display: block;
+ font-size: 1rem!important;
+ margin: 0 0 10px
+ }
+
+ .favorites-manager h3 a:last-child {
+ margin-bottom: 0
+ }
+}
+
+#static_pg_container.not-logged-in {
+ padding-left: 0!important
+}
+
+.social-sidebar {
+ margin-left: -65px;
+ position: fixed;
+ width: 5%;
+ z-index: 2
+}
+
+.social-sidebar li {
+ height: 36px;
+ margin-bottom: 5px
+}
+
+.social-sidebar .tw-icon {
+ height: 36px;
+ margin-top: -1px;
+ width: 36px
+}
+
+.social-sidebar .tw-icon .tooltiptext {
+ left: 46px;
+ top: -2px;
+ width: 205px
+}
+
+.social-sidebar .circle-icon {
+ border: 1px solid #ae0015;
+ height: 36px;
+ width: 36px
+}
+
+.article-social-sidebar {
+ margin-left: -65px;
+ position: fixed;
+ width: 5%;
+ z-index: 1
+}
+
+.article-social-sidebar li {
+ margin-bottom: 5px
+}
+
+.sticky-icon {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/sticky-social-icons-sprite@2x.png);
+ background-repeat: no-repeat;
+ background-size: 447px 36px;
+ display: block;
+ height: 36px;
+ width: 36px
+}
+
+.sticky-icon.fb {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/icon_FB_default@2x.png)
+}
+
+.sticky-icon.fb,.sticky-icon.fb:hover {
+ background-repeat: no-repeat;
+ background-size: 36px 36px
+}
+
+.sticky-icon.fb:hover {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/icon_FB_active@2x.png);
+ text-decoration: none
+}
+
+.sticky-icon.twitter {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/icon_twitter_default@2x.png)
+}
+
+.sticky-icon.twitter,.sticky-icon.twitter:hover {
+ background-repeat: no-repeat;
+ background-size: 36px 36px
+}
+
+.sticky-icon.twitter:hover {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/icon_twitter_active@2x.png);
+ text-decoration: none
+}
+
+.sticky-icon.save {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/icon_heart_default@2x.png)
+}
+
+.sticky-icon.save,.sticky-icon.save:hover {
+ background-repeat: no-repeat;
+ background-size: 36px 36px
+}
+
+.sticky-icon.save:hover {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/icon_heart_active@2x.png);
+ text-decoration: none
+}
+
+.sticky-icon.saved.save {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/definitions/icon_heart_visited.png) no-repeat 0 0!important
+}
+
+.sticky-icon.cite {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/icon_cite_default@2x.png)
+}
+
+.sticky-icon.cite,.sticky-icon.cite:hover {
+ background-repeat: no-repeat;
+ background-size: 36px 36px
+}
+
+.sticky-icon.cite:hover {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/icon_cite_active@2x.png)
+}
+
+.sticky-icon.g-sharetoclassroom-icon {
+ background-color: #f4f4f4;
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/icon-gclassroom.svg);
+ background-position: 50%;
+ background-repeat: no-repeat;
+ background-size: 25px 14px;
+ border-radius: 50%;
+ text-indent: -1000px
+}
+
+.sticky-icon.g-sharetoclassroom-icon:hover {
+ background-color: #ae0015;
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/icon-gclassroom-hover.svg)
+}
+
+.sticky-icon.time-traveler {
+ background-color: #5690b1;
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/icon-time-traveler.svg);
+ background-position: 50%;
+ background-repeat: no-repeat;
+ background-size: 17px 19px;
+ border-radius: 50%;
+ text-indent: -1000px
+}
+
+.sticky-icon.time-traveler:hover {
+ opacity: .6
+}
+
+.article-social-sidebar {
+ position: absolute
+}
+
+.article-social-sidebar.stickied {
+ position: fixed
+}
+
+.article-social-sidebar.social-hide-till-load {
+ visibility: hidden
+}
+
+@media(max-width: 80em) {
+ .article-social-sidebar,.social-sidebar {
+ margin-left:-38px
+ }
+}
+
+@media(max-width: 64em) {
+ .article-social-sidebar {
+ margin-left:0;
+ position: inherit;
+ text-align: left;
+ top: 0!important;
+ width: 100%;
+ z-index: 1
+ }
+
+ .article-social-sidebar ul {
+ margin-bottom: 5px
+ }
+
+ .article-social-sidebar li {
+ display: inline-block;
+ margin-bottom: 5px;
+ margin-right: 15px
+ }
+
+ .social-sidebar {
+ margin-left: 0;
+ position: inherit;
+ text-align: center;
+ top: 0!important;
+ width: 100%;
+ z-index: 1
+ }
+
+ .social-sidebar ul {
+ margin-bottom: 12px;
+ padding: 0
+ }
+
+ .social-sidebar li {
+ display: inline-block;
+ height: 36px;
+ margin-bottom: 5px;
+ margin-right: 15px;
+ width: 36px
+ }
+
+ .social-sidebar li:last-child {
+ margin-right: 0
+ }
+}
+
+@media(max-width: 47.9375em) {
+ .social-sidebar li {
+ margin-right:14px
+ }
+
+ .social-sidebar .tw-icon {
+ margin-top: 0
+ }
+
+ .social-sidebar .tw-icon .tooltiptext {
+ left: -147px;
+ top: 46px
+ }
+
+ .article-social-sidebar ul {
+ margin: 10px 0 5px
+ }
+}
+
+.ct-frm-cont {
+ font-size: 1.125em;
+ letter-spacing: .0625em;
+ line-height: 1.6em;
+ padding-bottom: 1.875em
+}
+
+.ct-frm-cont .form-title {
+ color: #375c71;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.375em;
+ font-weight: 700;
+ letter-spacing: .0454em;
+ line-height: 1.2272;
+ margin-bottom: 20px
+}
+
+.ct-frm-cont .ct-frm-intro-txt,.ct-frm-cont .ct-frm-reason-txt {
+ margin-bottom: 1em
+}
+
+.ct-frm-cont .require {
+ color: red
+}
+
+.ct-frm-cont .ct-frm .ct-global-danger {
+ color: red;
+ padding: 0 0 .4em;
+ text-align: right
+}
+
+.ct-frm-cont .ct-frm .ct-global-success {
+ color: #00ae15;
+ padding: 0 0 .4em;
+ text-align: right
+}
+
+.ct-frm-cont .ct-frm .frm-gr {
+ margin-bottom: 1.3em
+}
+
+.ct-frm-cont .ct-frm .frm-gr .frm-item-err {
+ color: red;
+ font-size: .7em
+}
+
+.ct-frm-cont .ct-frm .frm-gr .frm-lb {
+ color: #3b3e41;
+ display: inline-block;
+ font-size: 1em;
+ font-weight: 600;
+ margin-bottom: .5em
+}
+
+.ct-frm-cont .ct-frm .frm-gr input[type=text],.ct-frm-cont .ct-frm .frm-gr select,.ct-frm-cont .ct-frm .frm-gr textarea {
+ background: #fff;
+ border: 1px solid #dadada;
+ border-radius: 4px;
+ color: #0a1b27;
+ display: block;
+ font-size: .937em;
+ font-weight: 300;
+ line-height: 1.45em;
+ padding: .6em;
+ text-overflow: ellipsis;
+ vertical-align: middle;
+ width: 100%
+}
+
+@-moz-document url-prefix() {
+ .ct-frm-cont .ct-frm .frm-gr select {
+ height: auto
+ }
+}
+
+.ct-frm-cont .ct-frm .frm-gr textarea {
+ height: 150px;
+ resize: vertical
+}
+
+.ct-frm-cont .ct-frm .frm-gr .cf-submit-btn {
+ background-color: #ae0015;
+ border: 0;
+ border-radius: 6px;
+ color: #fff;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 600;
+ height: 4.1666em;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ padding: .1875em 1em;
+ text-transform: uppercase
+}
+
+.ct-frm-cont .ct-frm .frm-gr .cf-submit-btn.sending {
+ background-color: #c3c3c3;
+ cursor: default
+}
+
+.ct-frm-cont .ct-frm .frm-gr .cf-submit-btn.sending:hover {
+ background-color: #c3c3c3
+}
+
+.ct-frm-cont .ct-frm .frm-gr .cf-submit-btn.sent {
+ background-color: #5ca40c;
+ cursor: default
+}
+
+.ct-frm-cont .ct-frm .frm-gr .cf-submit-btn.sent:hover {
+ background-color: #5ca40c
+}
+
+.ct-frm-cont .ct-frm .frm-gr .cf-submit-btn:hover {
+ background: #c42236
+}
+
+.contact-us-follow {
+ margin-top: 40px
+}
+
+.contact-us-follow .social-link {
+ /* background-repeat: no-repeat; */
+ /* background-size: 58px 58px; */
+ display: inline-block;
+ height: 58px;
+ margin-right: 23px;
+ text-indent: -9999px;
+ width: 58px
+}
+
+.contact-us-follow .social-fb {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/icon.FB.default.svg)
+}
+
+.contact-us-follow .social-fb:hover {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/icon.FB.hover.svg)
+}
+
+.contact-us-follow .social-tw {
+ background: url(https://cdn-icons-png.flaticon.com/512/3669/3669691.png)
+}
+
+.contact-us-follow .social-tw:hover {
+ background: url(https://cdn-icons-png.flaticon.com/512/3669/3669691.png)
+}
+
+.contact-us-follow .social-play {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/icon.youtube.default.svg)
+}
+
+.contact-us-follow .social-play:hover {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/icon.youtube.hover.svg)
+}
+
+.contact-us-follow .social-ig {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/icon.ig.default.svg)
+}
+
+.contact-us-follow .social-ig:hover {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/icon.ig.hover.svg)
+}
+
+.contact-us-info {
+ margin-top: 50px
+}
+
+.contact-address {
+ color: #3b3e41;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ font-weight: 400;
+ line-height: 1.5em
+}
+
+@media(max-width: 70em) {
+ .ct-frm-cont .ct-frm .frm-gr select {
+ height:auto;
+ width: 100%
+ }
+}
+
+.error_cont .spcl_uppercase:after {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/sidebar/quiz-carat.png);
+ background-position: 100% 0;
+ background-repeat: no-repeat;
+ content: "";
+ display: inline-block;
+ height: 1em;
+ margin-right: .3125em;
+ vertical-align: baseline;
+ width: 1em
+}
+
+.error_cont {
+ margin: 0 auto 50px;
+ max-width: 680px;
+ padding-top: 2em
+}
+
+.error_cont .words_fail_us_cont.search-results li.secondary {
+ padding-top: .7em
+}
+
+.error_cont .words_fail_us_cont {
+ background-color: #fff;
+ box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
+ margin: 0 auto 50px;
+ max-width: 600px;
+ padding-bottom: 50px;
+ text-align: center
+}
+
+.error_cont .words_fail_us_cont ul {
+ margin: 0;
+ padding: 0
+}
+
+.error_cont .words_fail_us_cont li {
+ color: #375c71;
+ font-family: Playfair Display,serif;
+ font-weight: 400
+}
+
+.error_cont .words_fail_us_cont li.primary {
+ font-size: 7.5em;
+ margin-bottom: 40px
+}
+
+.error_cont .words_fail_us_cont li.secondary {
+ font-size: 4.375em;
+ margin: 0
+}
+
+.error_cont .bullet_noindent_list {
+ list-style: disc;
+ padding: 0 0 1.875em 39px
+}
+
+.error_cont .bullet_noindent_list li {
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.075em;
+ font-weight: 300;
+ line-height: 1.95em;
+ padding: 0 0 10px
+}
+
+.error_cont .bullet_noindent_list li:last-child {
+ padding: 0
+}
+
+.error_cont p {
+ color: #3b3e41;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.075em;
+ font-weight: 400;
+ letter-spacing: .063em;
+ line-height: 1.45em;
+ padding: 0 0 1.875em
+}
+
+.error_cont a {
+ color: #ae0015;
+ font-size: 1.125rem;
+ font-weight: 300;
+ letter-spacing: .063em;
+ line-height: 26px;
+ text-decoration: none
+}
+
+.error_cont a:hover {
+ text-decoration: underline
+}
+
+.error_cont .spcl_uppercase {
+ color: #ae0015;
+ font-size: .815em;
+ font-weight: 700;
+ letter-spacing: .125em;
+ line-height: .75em;
+ text-transform: uppercase
+}
+
+.error_cont .spcl_uppercase:after {
+ vertical-align: middle
+}
+
+.error_cont .spcl_uppercase:hover {
+ color: #c42236
+}
+
+#mw-sticky-popup .popup-content {
+ color: #265667;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 700;
+ margin-bottom: 10px
+}
+
+#mw-sticky-popup {
+ background-image: linear-gradient(92deg,#265667,#0f3850);
+ bottom: 0;
+ display: none;
+ height: 80px;
+ left: 0;
+ overflow: hidden;
+ position: fixed;
+ width: 100%;
+ z-index: 99
+}
+
+@media(max-width: 991px) {
+ #mw-sticky-popup {
+ height:100px
+ }
+}
+
+#mw-sticky-popup .popup-container {
+ height: 100%
+}
+
+#mw-sticky-popup .popup-content {
+ color: #fff;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ position: relative;
+ z-index: 2
+}
+
+@media(max-width: 767px) {
+ #mw-sticky-popup .popup-content {
+ font-size:18px;
+ letter-spacing: .2px;
+ line-height: 22px
+ }
+}
+
+@media(max-width: 991px) {
+ #mw-sticky-popup .popup-content {
+ padding:0 35px
+ }
+}
+
+#mw-sticky-popup a {
+ background-position: 0 1.25em;
+ background-repeat: repeat-x;
+ background-size: 3px 1px;
+ color: #fff
+}
+
+#mw-sticky-popup a,#mw-sticky-popup a:hover {
+ background-image: linear-gradient(90deg,#97bece 100%,transparent 0);
+ text-decoration: none
+}
+
+#mw-sticky-popup a:hover {
+ color: #97bece;
+ cursor: pointer
+}
+
+#mw-sticky-popup .popup-close-container {
+ height: 100%;
+ position: absolute;
+ top: 0;
+ width: 100%
+}
+
+#mw-sticky-popup .popup-close {
+ cursor: pointer;
+ display: block;
+ position: relative;
+ z-index: 3
+}
+
+#mw-sticky-popup .icon-x:hover path {
+ stroke: #97bece
+}
+
+.card-box.no-spelling-suggestions .spcl_uppercase:after {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/sidebar/quiz-carat.png);
+ background-position: 100% 0;
+ background-repeat: no-repeat;
+ content: "";
+ display: inline-block;
+ height: 1em;
+ margin-right: .3125em;
+ vertical-align: baseline;
+ width: 1em
+}
+
+.spelling-suggestions .inner-box-wrapper a {
+ color: #265667;
+ text-decoration: underline;
+ text-decoration-color: #97bece
+}
+
+.spelling-suggestions .inner-box-wrapper a:hover {
+ color: #265667;
+ text-decoration-color: #265667;
+ text-decoration: underline
+}
+
+.definition-block {
+ font-size: 1em;
+ font-weight: 400;
+ letter-spacing: .04em;
+ line-height: 1.5em
+}
+
+.definition-block,.definition-block h4,.definition-block h5,.definition-block h6 {
+ color: #3b3e41;
+ font-family: Open Sans,Helvetica,Arial,sans-serif
+}
+
+.image-word-wrapper .word-attributes,.image-word-wrapper .word-header {
+ position: relative;
+ z-index: 1
+}
+
+.image-word-wrapper .header-image {
+ left: 0;
+ margin: -1.9375em -1.325em -1.325em;
+ max-height: 140px;
+ opacity: .25;
+ padding: 1.9375em 1.325em 1.325em;
+ position: absolute;
+ top: 0;
+ width: 100%;
+ z-index: -1
+}
+
+.image-word-wrapper:before {
+ background-position: 50% 50%;
+ background-repeat: no-repeat;
+ background-size: cover;
+ bottom: 0;
+ content: "";
+ height: 100%;
+ left: 0;
+ opacity: .25;
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 100%;
+ z-index: 0
+}
+
+.image-word-wrapper:after {
+ box-shadow: 0 -2px 4px 0 rgba(0,0,0,.2);
+ content: "";
+ width: 100%
+}
+
+.word-header {
+ margin: 0;
+ padding: 0;
+ text-align: center;
+ vertical-align: top
+}
+
+.word-header .def-num {
+ margin-top: .6875em
+}
+
+.word-header .def-num,.word-header .def-num.smaller {
+ color: #9b9b9b;
+ display: inline-block;
+ font-size: .75em;
+ margin-right: .3125em;
+ vertical-align: top
+}
+
+.word-header .def-num.smaller {
+ margin-top: .5em
+}
+
+.word-header h1 {
+ font-size: 3.75em;
+ line-height: 1.2em;
+ margin: -16px 0 0
+}
+
+.word-header h1,.word-header h2 {
+ color: #3b3e41;
+ display: inline-block;
+ font-family: Playfair Display,serif;
+ font-weight: 300;
+ letter-spacing: .015em;
+ padding: 0
+}
+
+.word-header h2 {
+ font-size: 2.5em;
+ margin-top: -10px
+}
+
+.word-header .play-pron {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/definitions/icon.pron@2x.png);
+ background-size: 37px 37px;
+ display: inline-block;
+ height: 37px;
+ line-height: 37px;
+ margin-right: 4px;
+ margin-top: -26px;
+ text-indent: -9999px;
+ vertical-align: middle;
+ width: 37px
+}
+
+.word-header .play-pron:hover {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/definitions/icon.pron.hover@2x.png);
+ background-size: 37px 37px;
+ height: 37px;
+ width: 37px
+}
+
+.word-attributes {
+ color: #225f73;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.05em;
+ letter-spacing: .05em;
+ line-height: 1.3em;
+ margin: 3px auto 0;
+ text-align: center;
+ width: 90%
+}
+
+.word-attributes .main-attr {
+ vertical-align: middle
+}
+
+.word-attributes .abbr,.word-attributes .pr,.word-attributes .source-date,.word-attributes .source-ref,.word-attributes .word-syllables {
+ padding: 0 0 0 .625em;
+ vertical-align: middle
+}
+
+.word-variants {
+ color: #3b3e41;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-weight: 400;
+ margin: 16px auto 20px;
+ text-align: center;
+ width: 90%
+}
+
+.word-variants .variant-text {
+ color: #5690b1;
+ letter-spacing: .05em;
+ line-height: 1.3em
+}
+
+.word-variants .pr,.word-variants h2 {
+ color: #3b3e41;
+ display: inline-block;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1em;
+ font-weight: 700
+}
+
+.word-variants .pr {
+ font-weight: 400
+}
+
+.word-variants h2 a {
+ font-weight: 700!important
+}
+
+.word-sub-header {
+ margin: 1.4em 0;
+ width: 100%
+}
+
+.simple-def-source {
+ color: #9b9b9b;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .875em;
+ letter-spacing: .055em;
+ margin: 3em 0 -20px
+}
+
+.sc {
+ -webkit-font-feature-settings: "smcp";
+ font-feature-settings: "smcp";
+ font-variant: small-caps
+}
+
+.thesaurus-lookup .definition-list>li {
+ font-weight: 600
+}
+
+.thesaurus-lookup .definition-list>li * {
+ font-weight: 400
+}
+
+.thesaurus-lookup .definition-list .va {
+ font-weight: 600;
+ padding-left: 25px
+}
+
+.definition-list,.thesaurus-lookup .definition-list {
+ color: #3b3e41;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1em;
+ font-weight: 400;
+ letter-spacing: .04em;
+ line-height: 1.5em;
+ list-style-type: none;
+ margin-bottom: 1.25em
+}
+
+.definition-list li,.thesaurus-lookup .definition-list li {
+ margin-bottom: 30px;
+ position: relative
+}
+
+.definition-list li:last-child,.thesaurus-lookup .definition-list li:last-child {
+ margin-bottom: 0
+}
+
+.definition-list .definition-inner-item,.thesaurus-lookup .definition-list .definition-inner-item {
+ font-weight: 400;
+ letter-spacing: .04em;
+ line-height: 1.5em;
+ position: relative
+}
+
+.definition-list .definition-inner-item span,.thesaurus-lookup .definition-list .definition-inner-item span {
+ display: block;
+ margin-bottom: .125em
+}
+
+.definition-list .ssens,.thesaurus-lookup .definition-list .ssens {
+ font-size: 18px;
+ font-weight: 600
+}
+
+.definition-list .ssens *,.thesaurus-lookup .definition-list .ssens * {
+ font-size: 16px;
+ font-weight: 400
+}
+
+.definition-list .vi,.thesaurus-lookup .definition-list .vi {
+ display: block;
+ padding-left: 15px
+}
+
+.definition-list .vi:before,.thesaurus-lookup .definition-list .vi:before {
+ left: 0
+}
+
+.definition-list .ant-block,.definition-list .near-block,.definition-list .rel-block,.definition-list .syn-block,.thesaurus-lookup .definition-list .ant-block,.thesaurus-lookup .definition-list .near-block,.thesaurus-lookup .definition-list .rel-block,.thesaurus-lookup .definition-list .syn-block {
+ display: block;
+ letter-spacing: 1px;
+ line-height: 1.38;
+ margin: 20px 0;
+ padding-left: 25px
+}
+
+.definition-list .ant-block a,.definition-list .near-block a,.definition-list .rel-block a,.definition-list .syn-block a,.thesaurus-lookup .definition-list .ant-block a,.thesaurus-lookup .definition-list .near-block a,.thesaurus-lookup .definition-list .rel-block a,.thesaurus-lookup .definition-list .syn-block a {
+ color: #3b3e41
+}
+
+.definition-list .ant-block a:hover,.definition-list .near-block a:hover,.definition-list .rel-block a:hover,.definition-list .syn-block a:hover,.thesaurus-lookup .definition-list .ant-block a:hover,.thesaurus-lookup .definition-list .near-block a:hover,.thesaurus-lookup .definition-list .rel-block a:hover,.thesaurus-lookup .definition-list .syn-block a:hover {
+ text-decoration: underline
+}
+
+.definition-list .ant-block strong,.definition-list .near-block strong,.definition-list .rel-block strong,.definition-list .syn-block strong,.thesaurus-lookup .definition-list .ant-block strong,.thesaurus-lookup .definition-list .near-block strong,.thesaurus-lookup .definition-list .rel-block strong,.thesaurus-lookup .definition-list .syn-block strong {
+ font-weight: 600
+}
+
+.definition-list .ant-block>strong,.definition-list .near-block>strong,.definition-list .rel-block>strong,.definition-list .syn-block>strong,.thesaurus-lookup .definition-list .ant-block>strong,.thesaurus-lookup .definition-list .near-block>strong,.thesaurus-lookup .definition-list .rel-block>strong,.thesaurus-lookup .definition-list .syn-block>strong {
+ color: #5690b1;
+ display: block;
+ font-weight: 700;
+ letter-spacing: .6px;
+ margin-bottom: 5px
+}
+
+.definition-list .ant-block>strong em strong,.definition-list .near-block>strong em strong,.definition-list .rel-block>strong em strong,.definition-list .syn-block>strong em strong,.thesaurus-lookup .definition-list .ant-block>strong em strong,.thesaurus-lookup .definition-list .near-block>strong em strong,.thesaurus-lookup .definition-list .rel-block>strong em strong,.thesaurus-lookup .definition-list .syn-block>strong em strong {
+ -webkit-font-feature-settings: "smcp";
+ font-feature-settings: "smcp";
+ font-size: 1.2em;
+ font-style: normal;
+ font-variant: small-caps;
+ font-weight: 700
+}
+
+.definition-list .ant-block>strong em strong sup,.definition-list .near-block>strong em strong sup,.definition-list .rel-block>strong em strong sup,.definition-list .syn-block>strong em strong sup,.thesaurus-lookup .definition-list .ant-block>strong em strong sup,.thesaurus-lookup .definition-list .near-block>strong em strong sup,.thesaurus-lookup .definition-list .rel-block>strong em strong sup,.thesaurus-lookup .definition-list .syn-block>strong em strong sup {
+ display: none
+}
+
+.definition-list .ant-block .line-break,.definition-list .near-block .line-break,.definition-list .rel-block .line-break,.definition-list .syn-block .line-break,.thesaurus-lookup .definition-list .ant-block .line-break,.thesaurus-lookup .definition-list .near-block .line-break,.thesaurus-lookup .definition-list .rel-block .line-break,.thesaurus-lookup .definition-list .syn-block .line-break {
+ display: block;
+ height: 10px;
+ width: 100%
+}
+
+.definition-list .unicode,.thesaurus-lookup .definition-list .unicode {
+ display: inline-block
+}
+
+.definition-list .sub-li,.thesaurus-lookup .definition-list .sub-li {
+ margin-bottom: 1.1875em;
+ position: relative
+}
+
+.definition-list .with-sense,.thesaurus-lookup .definition-list .with-sense {
+ padding-left: 25px
+}
+
+.definition-list .with-sense .vi,.thesaurus-lookup .definition-list .with-sense .vi {
+ margin-left: -25px;
+ margin-top: 5px
+}
+
+.definition-list .with-sense .ant-block,.definition-list .with-sense .near-block,.definition-list .with-sense .rel-block,.definition-list .with-sense .syn-block,.thesaurus-lookup .definition-list .with-sense .ant-block,.thesaurus-lookup .definition-list .with-sense .near-block,.thesaurus-lookup .definition-list .with-sense .rel-block,.thesaurus-lookup .definition-list .with-sense .syn-block {
+ padding-left: 6px
+}
+
+.definition-list .sense,.thesaurus-lookup .definition-list .sense {
+ font-style: inherit;
+ font-weight: 600;
+ left: 0;
+ position: absolute;
+ top: 1px
+}
+
+.definition-list .sense.sub,.thesaurus-lookup .definition-list .sense.sub {
+ position: static
+}
+
+.definition-list .sense.alp,.thesaurus-lookup .definition-list .sense.alp {
+ font-weight: 600
+}
+
+.definition-list .sense.num,.thesaurus-lookup .definition-list .sense.num {
+ font-weight: inherit
+}
+
+.definition-list .sc.circular,.thesaurus-lookup .definition-list .sc.circular {
+ font-style: normal
+}
+
+.definition-list .sub-entry,.thesaurus-lookup .definition-list .sub-entry {
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1em;
+ margin-top: 1.25em;
+ width: 100%
+}
+
+.definition-list .sub-entry .card-primary-content,.thesaurus-lookup .definition-list .sub-entry .card-primary-content {
+ padding-left: 1em
+}
+
+.definition-list .sub-entry h2.shw,.definition-list .sub-entry strong.shw,.definition-list h2.shw,.thesaurus-lookup .definition-list .sub-entry h2.shw,.thesaurus-lookup .definition-list .sub-entry strong.shw,.thesaurus-lookup .definition-list h2.shw {
+ clear: left;
+ color: #3b3e41;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-weight: 600
+}
+
+.definition-list .sub-entry h2.shw:before,.definition-list .sub-entry strong.shw:before,.definition-list h2.shw:before,.thesaurus-lookup .definition-list .sub-entry h2.shw:before,.thesaurus-lookup .definition-list .sub-entry strong.shw:before,.thesaurus-lookup .definition-list h2.shw:before {
+ content: "—"
+}
+
+.inner-box-wrapper {
+ color: #3b3e41;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-weight: 400;
+ letter-spacing: .04em;
+ line-height: 1.5em
+}
+
+.inner-box-wrapper li {
+ list-style-type: none
+}
+
+.inner-box-wrapper .prs .l {
+ font-style: italic
+}
+
+.inner-box-wrapper .cat,.inner-box-wrapper .cxl,.inner-box-wrapper .lb,.inner-box-wrapper .mw_t_qword,.inner-box-wrapper .mw_t_wi,.inner-box-wrapper .sd,.inner-box-wrapper .sl,.inner-box-wrapper .spl {
+ font-style: italic;
+ font-weight: 400
+}
+
+.inner-box-wrapper a {
+ color: #ae0015
+}
+
+.inner-box-wrapper .vg .cxs,.inner-box-wrapper .vg .sb {
+ margin-bottom: 1.1875em;
+ padding-left: 35px;
+ position: relative
+}
+
+.inner-box-wrapper .vg .cxs.no-sn,.inner-box-wrapper .vg .sb.no-sn {
+ padding-left: 0
+}
+
+.inner-box-wrapper .vg .sb.noSenseNumbers {
+ padding-left: 0!important
+}
+
+.inner-box-wrapper .ref-src {
+ text-transform: capitalize
+}
+
+.inner-box-wrapper .biodate,.inner-box-wrapper .bioname,.inner-box-wrapper .biopname,.inner-box-wrapper .biosname,.inner-box-wrapper .sn {
+ font-weight: 600
+}
+
+.inner-box-wrapper .pseq .sense {
+ display: inline
+}
+
+.inner-box-wrapper .sb-0>.bs:first-child .sense:first-child .num:first-of-type,.inner-box-wrapper .sb-0>.pseq:first-child .sense:first-child .num:first-of-type,.inner-box-wrapper .sb-0>.sen:first-child .num:first-of-type,.inner-box-wrapper .sb-0>.sense:first-child .num:first-of-type {
+ left: 0;
+ position: absolute;
+ top: 2px
+}
+
+.inner-box-wrapper .sub-num {
+ font-weight: 400
+}
+
+.inner-box-wrapper .mw_t_i_link {
+ font-style: italic
+}
+
+.inner-box-wrapper .fl .mw_t_i_link {
+ color: #ae0015!important
+}
+
+.inner-box-wrapper .mw_t_bit {
+ font-style: italic;
+ font-weight: 600
+}
+
+.inner-box-wrapper .mw_t_ux,.inner-box-wrapper .mw_t_uxt {
+ -webkit-font-feature-settings: "smcp";
+ font-feature-settings: "smcp";
+ color: #3b3e41;
+ font-variant: small-caps;
+ text-transform: lowercase
+}
+
+.inner-box-wrapper .sen .va {
+ font-weight: 700
+}
+
+.inner-box-wrapper .sense .mw_t_phrase {
+ font-style: italic;
+ font-weight: 600
+}
+
+.inner-box-wrapper .sense .dt {
+ display: block
+}
+
+.inner-box-wrapper .sense .dt.hasSdSense {
+ display: inline;
+ margin-left: 0
+}
+
+.inner-box-wrapper .sense .dt.hasSdSense .aq .sdsense {
+ display: block;
+ margin-left: -40px
+}
+
+.inner-box-wrapper .sense .dt.hasSdSense .aq .sdsense .dt .vis {
+ display: block;
+ padding-left: 40px
+}
+
+.inner-box-wrapper .sense .sd~.dt,.inner-box-wrapper .sense .sl~.dt,.inner-box-wrapper .sense .sn~.dt {
+ display: inline
+}
+
+.inner-box-wrapper .sense .vl {
+ font-style: italic
+}
+
+.inner-box-wrapper .sense .rie,.inner-box-wrapper .sense .va {
+ font-weight: 600
+}
+
+.inner-box-wrapper .sense .sn+.dt {
+ display: inline
+}
+
+.inner-box-wrapper .mw_t_tagt {
+ text-transform: lowercase
+}
+
+.inner-box-wrapper .mw_t_dxt,.inner-box-wrapper .mw_t_et_link,.inner-box-wrapper .mw_t_mat,.inner-box-wrapper .mw_t_sc,.inner-box-wrapper .mw_t_tagt {
+ -webkit-font-feature-settings: "smcp";
+ font-feature-settings: "smcp";
+ font-size: 1.2em;
+ font-variant: small-caps;
+ text-transform: lowercase
+}
+
+.inner-box-wrapper .cxt,.inner-box-wrapper .mw_t_sx {
+ -webkit-font-feature-settings: "smcp";
+ font-feature-settings: "smcp";
+ font-size: 1.2em;
+ font-variant: small-caps
+}
+
+.inner-box-wrapper .mw_t_bc {
+ font-weight: 400;
+ margin-right: 10px
+}
+
+.inner-box-wrapper .if,.inner-box-wrapper .ix {
+ font-weight: 600
+}
+
+.inner-box-wrapper .subs {
+ margin-top: 1.25em
+}
+
+.inner-box-wrapper .sub .vg {
+ padding-left: 22px
+}
+
+.inner-box-wrapper .sub .sb {
+ padding-left: 0
+}
+
+.inner-box-wrapper .sub .sb .sense {
+ padding-left: 35px
+}
+
+.inner-box-wrapper .sub .sb .no-sn {
+ padding-left: 0
+}
+
+.inner-box-wrapper .sub .sb .no-sn .dt:first-child {
+ margin-left: 0
+}
+
+.inner-box-wrapper .vimw,.inner-box-wrapper .vis,.inner-box-wrapper .vis li {
+ display: inline;
+ font-weight: 400
+}
+
+.inner-box-wrapper .vimw .t,.inner-box-wrapper .vis .t,.inner-box-wrapper .vis li .t {
+ margin: 0;
+ padding-left: 15px;
+ position: relative
+}
+
+.inner-box-wrapper .vimw .t:before,.inner-box-wrapper .vis .t:before,.inner-box-wrapper .vis li .t:before {
+ color: #5690b1;
+ content: "·";
+ font-size: 35px;
+ left: 0;
+ position: absolute;
+ top: 0
+}
+
+.inner-box-wrapper .vimw .vi .vis.aq,.inner-box-wrapper .vimw.aq,.inner-box-wrapper .vimw.aq~.vis,.inner-box-wrapper .vis .vi .vis.aq,.inner-box-wrapper .vis li .vi .vis.aq,.inner-box-wrapper .vis li.aq,.inner-box-wrapper .vis li.aq~.vis,.inner-box-wrapper .vis.aq,.inner-box-wrapper .vis.aq~.vis {
+ display: block;
+ margin: 7px 0;
+ padding-left: 40px
+}
+
+.inner-box-wrapper .vimw .vi .vis.aq .t,.inner-box-wrapper .vimw.aq .t,.inner-box-wrapper .vimw.aq~.vis .t,.inner-box-wrapper .vis .vi .vis.aq .t,.inner-box-wrapper .vis li .vi .vis.aq .t,.inner-box-wrapper .vis li.aq .t,.inner-box-wrapper .vis li.aq~.vis .t,.inner-box-wrapper .vis.aq .t,.inner-box-wrapper .vis.aq~.vis .t {
+ padding-left: 0
+}
+
+.inner-box-wrapper .vimw .vi .vis.aq .t:before,.inner-box-wrapper .vimw.aq .t:before,.inner-box-wrapper .vimw.aq~.vis .t:before,.inner-box-wrapper .vis .vi .vis.aq .t:before,.inner-box-wrapper .vis li .vi .vis.aq .t:before,.inner-box-wrapper .vis li.aq .t:before,.inner-box-wrapper .vis li.aq~.vis .t:before,.inner-box-wrapper .vis.aq .t:before,.inner-box-wrapper .vis.aq~.vis .t:before {
+ left: -16px
+}
+
+.inner-box-wrapper .vimw .vis.aq,.inner-box-wrapper .vis .vis.aq,.inner-box-wrapper .vis li .vis.aq {
+ display: block;
+ padding-left: 0
+}
+
+.inner-box-wrapper .vimw .vis.aq .t,.inner-box-wrapper .vis .vis.aq .t,.inner-box-wrapper .vis li .vis.aq .t {
+ padding-left: 10px
+}
+
+.inner-box-wrapper .vimw .vis.aq .t:before,.inner-box-wrapper .vis .vis.aq .t:before,.inner-box-wrapper .vis li .vis.aq .t:before {
+ left: -5px
+}
+
+.inner-box-wrapper .vimw .bracket,.inner-box-wrapper .vis .bracket,.inner-box-wrapper .vis li .bracket {
+ font-size: 18px
+}
+
+.inner-box-wrapper .vimw .vi~.vi .t,.inner-box-wrapper .vis .vi~.vi .t,.inner-box-wrapper .vis li .vi~.vi .t {
+ margin-left: 5px
+}
+
+.inner-box-wrapper .aq+.vis.aq {
+ display: block
+}
+
+.inner-box-wrapper .utxt {
+ margin-top: 10px
+}
+
+@media(min-width: 48em) {
+ .definitions-page #EBwidget_citation {
+ margin-left:40px!important;
+ margin-top: 0!important
+ }
+
+ .recirc-card.animated.fadeInRight,.recirc-card.animated.fadeOutRight {
+ -webkit-animation-duration: .5s;
+ animation-duration: .5s;
+ -webkit-animation-fill-mode: both;
+ animation-fill-mode: both
+ }
+}
+
+.card-box.no-spelling-suggestions,.card-box.no-spelling-suggestions .card-primary-content {
+ padding-top: 0
+}
+
+.card-box.no-spelling-suggestions .words_fail_us_cont.search-results li.secondary {
+ padding-top: .7em
+}
+
+.card-box.no-spelling-suggestions .words_fail_us_cont {
+ background-color: #fff;
+ margin: 0;
+ padding: 0 0 50px;
+ text-align: center
+}
+
+.card-box.no-spelling-suggestions .words_fail_us_cont ul {
+ margin: 0;
+ padding: 0
+}
+
+.card-box.no-spelling-suggestions .words_fail_us_cont li {
+ color: #375c71;
+ font-family: Playfair Display,serif;
+ font-weight: 400
+}
+
+.card-box.no-spelling-suggestions .words_fail_us_cont li.primary {
+ font-size: 7.5em;
+ margin-bottom: 40px
+}
+
+.card-box.no-spelling-suggestions .words_fail_us_cont li.secondary {
+ font-size: 4.375em;
+ margin: 0
+}
+
+.card-box.no-spelling-suggestions .bullet_noindent_list {
+ list-style: disc;
+ padding: 0 0 1.875em 39px
+}
+
+.card-box.no-spelling-suggestions .bullet_noindent_list li {
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.075em;
+ font-weight: 300;
+ line-height: 1.95em;
+ padding: 0 0 10px
+}
+
+.card-box.no-spelling-suggestions .bullet_noindent_list li:last-child {
+ padding: 0
+}
+
+.card-box.no-spelling-suggestions p {
+ color: #3b3e41;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.075em;
+ font-weight: 400;
+ letter-spacing: .063em;
+ line-height: 1.45em;
+ padding: 0 0 1.875em
+}
+
+.card-box.no-spelling-suggestions a {
+ color: #ae0015;
+ font-size: 1.125rem;
+ font-weight: 300;
+ letter-spacing: .063em;
+ line-height: 26px;
+ text-decoration: none
+}
+
+.card-box.no-spelling-suggestions a:hover {
+ text-decoration: underline
+}
+
+.card-box.no-spelling-suggestions .spcl_uppercase {
+ color: #ae0015;
+ font-size: .815em;
+ font-weight: 700;
+ letter-spacing: .125em;
+ line-height: .75em;
+ text-transform: uppercase
+}
+
+.card-box.no-spelling-suggestions .spcl_uppercase:after {
+ vertical-align: middle
+}
+
+.card-box.no-spelling-suggestions .spcl_uppercase:hover {
+ color: #c42236
+}
+
+@media(max-width: 47.9375em) {
+ .word-header h1 {
+ font-size:2.5em;
+ letter-spacing: .025em;
+ margin-bottom: 3px
+ }
+
+ .word-header h1+.play-pron {
+ vertical-align: bottom
+ }
+
+ .card-box.no-spelling-suggestions .words_fail_us_cont li.secondary {
+ font-size: 2.75em
+ }
+}
+
+.main-attr .important-blue-link {
+ color: #5690b1!important;
+ font-weight: 400!important;
+ letter-spacing: .05em!important
+}
+
+.blue-heading .important-blue-link {
+ color: #5690b1!important;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif!important;
+ letter-spacing: .0777em!important;
+ line-height: 1.2222!important
+}
+
+.art-page strong {
+ font-style: italic;
+ font-weight: 400
+}
+
+.card-box.spelling-suggestions .mispelled_word {
+ color: #000;
+ font-family: Playfair Display,serif;
+ font-size: 2.5em;
+ font-weight: 300;
+ letter-spacing: .015em;
+ line-height: 1.2em;
+ margin: -10px 0 .5em;
+ text-align: left
+}
+
+.spelling-suggestions .inner-box-wrapper a {
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-weight: 400
+}
+
+#rhymes-content ul {
+ box-sizing: border-box;
+ -webkit-column-count: 4;
+ column-count: 4;
+ -webkit-column-fill: 4;
+ column-fill: auto;
+ margin: 1em 0;
+ width: 100%
+}
+
+#rhymes-content ul li {
+ color: #3b3e41;
+ display: inline-block;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-weight: 400;
+ line-height: 1.375em;
+ margin: .1em 0;
+ width: 100%
+}
+
+#rhymes-content .link-cta-container p {
+ margin: 0;
+ padding-top: 20px
+}
+
+@media(max-width: 60em) {
+ #rhymes-content ul {
+ -webkit-column-count:2;
+ column-count: 2
+ }
+}
+
+@media(max-width: 47.9375em) {
+ #rhymes-content ul {
+ -webkit-column-count:1;
+ column-count: 1
+ }
+
+ #rhymes-content .link-cta-container {
+ margin: 1.5em 0 1em
+ }
+
+ #rhymes-content .link-cta-container p {
+ padding-top: 1em
+ }
+}
+
+.featured-game-area .b-wrap .play-now-button {
+ background-color: #ae0015;
+ border-radius: .5em;
+ color: #fff;
+ cursor: pointer;
+ display: inline-block;
+ font-size: .75em;
+ letter-spacing: .1666em;
+ line-height: 1.25em;
+ padding: .9583em 1.15em;
+ text-transform: uppercase
+}
+
+.featured-game-area .b-wrap .play-now-button:hover {
+ background: #c42236
+}
+
+.featured-game-area .featured-game-area-inner {
+ border-radius: 2px;
+ box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
+ min-height: 5em;
+ position: relative
+}
+
+.featured-game-area .new-banner {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/images/games/more/spelltower/new-banner.png);
+ background-size: contain;
+ display: block;
+ height: 79px;
+ position: absolute;
+ right: -5px;
+ top: -5px;
+ width: 78px;
+ z-index: 1
+}
+
+.featured-game-area .new-banner.lazyload {
+ background-image: none
+}
+
+.featured-game-area .col1,.featured-game-area .col2,.featured-game-area .col3 {
+ float: left
+}
+
+.featured-game-area .col1 {
+ width: 30%
+}
+
+.featured-game-area .col2 {
+ border-right: 1px solid #dadada;
+ min-height: 178px;
+ padding: 0 1.4em 0 .938em;
+ position: relative;
+ width: 40%
+}
+
+.featured-game-area .col3 {
+ padding-left: 1.4em;
+ padding-top: .688em;
+ width: 30%
+}
+
+.featured-game-area .b-wrap {
+ bottom: 1em;
+ left: 0;
+ margin-top: .75em;
+ padding-left: .938em;
+ position: absolute;
+ width: 90%
+}
+
+.featured-game-area .b-wrap .b-wrap-l {
+ float: left;
+ width: 70%
+}
+
+.featured-game-area .b-wrap .b-wrap-r {
+ float: left;
+ padding-top: .5em;
+ width: 30%
+}
+
+.featured-game-area .b-wrap .play-now-button {
+ font-weight: 700;
+ text-decoration: none
+}
+
+.featured-game-area .no-stats-box {
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-weight: 400;
+ padding-top: .9375em
+}
+
+.featured-game-area .stats-box h5 {
+ margin: .9375em 0 0
+}
+
+.featured-game-area .stats-box .stats-meta {
+ float: left;
+ margin-bottom: .438em;
+ width: 68%
+}
+
+.featured-game-area .stats-box .stats-amount {
+ float: left;
+ margin-top: .813em;
+ text-align: right;
+ width: 32%
+}
+
+.featured-game-area .stats-box .previous-score .stats-amount p {
+ color: #618396;
+ font-size: 1.125em;
+ font-weight: 700
+}
+
+.featured-game-area .stats-box .previous-score .stats-amount .previous-score-amount {
+ border-radius: 4px;
+ color: #618396;
+ display: inline-block;
+ font-size: 1.25em;
+ padding: .1875em
+}
+
+.featured-game-area .stats-box .high-score h5 {
+ margin-top: 1.5em
+}
+
+.featured-game-area .stats-box .high-score .highest-score-amount {
+ background: #618396;
+ border-radius: 4px;
+ color: #fff;
+ display: inline-block;
+ font-size: 1.25em;
+ font-weight: 700;
+ padding: .1875em
+}
+
+.anchor-to-wordwinder {
+ color: #c3c3c3;
+ display: inline-block;
+ float: right;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 12px;
+ font-weight: 400;
+ margin-bottom: 4px;
+ margin-top: -35px;
+ text-align: right;
+ width: 100%
+}
+
+.anchor-to-wordwinder:hover {
+ text-decoration: none
+}
+
+@media(max-width: 60em) {
+ .featured-game-area .col1,.featured-game-area .col2,.featured-game-area .col3 {
+ display:block;
+ float: none;
+ width: 100%
+ }
+
+ .featured-game-area .col1 {
+ text-align: center
+ }
+
+ .featured-game-area .col2 {
+ border-right: none;
+ margin: .5625em 0 1.2em;
+ min-height: auto;
+ text-align: center
+ }
+
+ .featured-game-area .col3 {
+ border-top: 1px solid #dadada
+ }
+
+ .featured-game-area .no-stats-box {
+ text-align: center
+ }
+
+ .featured-game-area .b-wrap {
+ margin-top: .75em;
+ position: relative
+ }
+
+ .featured-game-area .b-wrap .b-wrap-l {
+ float: none;
+ margin-top: .75em;
+ text-align: center;
+ width: 100%
+ }
+
+ .featured-game-area .b-wrap .b-wrap-r {
+ float: none;
+ padding-top: 2em;
+ text-align: center;
+ width: 100%
+ }
+}
+
+@media(max-width: 48em) {
+ .col2 .padding-r-1p4375em {
+ padding-right:0
+ }
+
+ .col2 .b-wrap {
+ margin-top: .75em;
+ padding-left: 0;
+ position: inherit;
+ width: 100%
+ }
+
+ .col2 .b-wrap .b-wrap-r {
+ padding-top: .75em
+ }
+}
+
+#featured-game-alphabear2 .b-wrap {
+ margin-top: 20px;
+ padding: 0;
+ position: static;
+ width: 100%
+}
+
+#featured-game-alphabear2 .b-wrap .b-wrap-l {
+ float: none;
+ margin-top: 0;
+ width: 100%
+}
+
+@media(min-width: 961px) {
+ #featured-game-alphabear2 .col1 {
+ min-height:auto;
+ width: 50%
+ }
+
+ #featured-game-alphabear2 .col2 {
+ border: 0;
+ min-height: auto;
+ padding: 0 0 0 .938em;
+ width: 50%
+ }
+}
+
+.game-recirc-widget .chalenges-bar .bar-items .arrow-link,.game-recirc-widget .see-all-link .arrow-link {
+ color: #ae0015;
+ display: block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 700;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ padding-left: 1em;
+ position: relative;
+ text-align: left;
+ text-indent: .3125em;
+ text-transform: uppercase
+}
+
+.game-recirc-widget .chalenges-bar .bar-items .arrow-link:after,.game-recirc-widget .see-all-link .arrow-link:after {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/sidebar/quiz-carat.png);
+ background-position: 100% 0;
+ background-repeat: no-repeat;
+ content: "";
+ display: inline-block;
+ height: 1em;
+ margin-right: .3125em;
+ vertical-align: baseline;
+ vertical-align: top;
+ width: 1em
+}
+
+.game-recirc-widget .chalenges-bar .bar-items .arrow-link:hover,.game-recirc-widget .see-all-link .arrow-link:hover {
+ color: #c42236;
+ text-decoration: none
+}
+
+.wod-article-container .game-recirc-widget p {
+ font-size: 80%!important;
+ padding-bottom: .5em!important
+}
+
+.blue-divide.thin-divide.no-float,.game-recirc-widget {
+ display: block;
+ float: none
+}
+
+.game-recirc-widget {
+ padding-top: 1.125em!important
+}
+
+.game-recirc-widget h2 {
+ padding-bottom: 0;
+ text-align: center
+}
+
+.game-recirc-widget .chalenges-bar {
+ border-top: 0!important;
+ max-width: 78.75em;
+ padding-bottom: 1.125em;
+ padding-top: 1em;
+ position: relative;
+ white-space: nowrap;
+ width: auto
+}
+
+.game-recirc-widget .chalenges-bar .bar-items {
+ margin: 0 3.2em;
+ overflow: hidden;
+ position: relative
+}
+
+.game-recirc-widget .chalenges-bar .bar-items:before {
+ background: linear-gradient(90deg,#fff 0,hsla(0,0%,100%,0));
+ content: "";
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#00ffffff",GradientType=1);
+ height: 100%;
+ left: 0;
+ opacity: 1;
+ pointer-events: none;
+ position: absolute;
+ width: 3em;
+ z-index: 1
+}
+
+.game-recirc-widget .chalenges-bar .bar-items:after {
+ background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff);
+ content: "";
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=1);
+ height: 100%;
+ opacity: 1;
+ pointer-events: none;
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 3em
+}
+
+.game-recirc-widget .chalenges-bar .bar-items div {
+ overflow: hidden
+}
+
+.game-recirc-widget .chalenges-bar .bar-items .item {
+ border-right: 0!important;
+ display: inline-block;
+ margin: 0 .75em 0 0;
+ padding-right: .75em;
+ position: relative;
+ white-space: normal;
+ width: 17em
+}
+
+.game-recirc-widget .chalenges-bar .bar-items .tag {
+ background-color: rgba(45,95,124,.8);
+ border: 1px solid #2d5f7c;
+ color: #fff;
+ display: block;
+ float: left;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .625em;
+ font-weight: 400;
+ letter-spacing: .1666666667em;
+ line-height: 1.6;
+ margin: 0;
+ padding: 0 .7em;
+ text-transform: uppercase
+}
+
+.game-recirc-widget .chalenges-bar .bar-items span {
+ font-weight: 400
+}
+
+.game-recirc-widget .chalenges-bar .bar-items .arrow-link {
+ text-indent: 0
+}
+
+.game-recirc-widget .chalenges-bar .bar-items a {
+ color: inherit
+}
+
+.game-recirc-widget .chalenges-bar .bar-items img {
+ border: 1px solid #dfdfdf
+}
+
+.game-recirc-widget .chalenges-bar .bar-items .img-link {
+ float: left;
+ height: 84px;
+ margin-right: .625em;
+ width: 112px
+}
+
+.game-recirc-widget .chalenges-bar .bar-items h5 {
+ color: #3b3e41;
+ display: inline;
+ font-size: .9375em;
+ letter-spacing: .0526666667em;
+ line-height: 1.2;
+ margin-right: -1px
+}
+
+.game-recirc-widget .chalenges-bar .bar-items p {
+ clear: none;
+ display: block;
+ font-size: .875em;
+ letter-spacing: .0628571429em;
+ line-height: 1.2857142857;
+ margin: .6em 0 .2em;
+ min-height: 41px;
+ text-align: left
+}
+
+.game-recirc-widget .chalenges-bar .slick-next,.game-recirc-widget .chalenges-bar .slick-prev {
+ background-color: transparent;
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/related-content-icon-sprite-semitransparent.png);
+ background-repeat: no-repeat;
+ background-size: auto auto;
+ background-size: initial;
+ height: 2.5em;
+ margin-top: -.9375em;
+ top: 46%;
+ width: 2.5em
+}
+
+.game-recirc-widget .chalenges-bar .slick-prev {
+ background-position: 0 0;
+ left: 0;
+ z-index: 2
+}
+
+.game-recirc-widget .chalenges-bar .slick-prev:hover {
+ background-position: -92px 0;
+ opacity: 1
+}
+
+@media(hover: hover) {
+ .game-recirc-widget .chalenges-bar .slick-prev:hover {
+ background-position:-92px 0;
+ opacity: 1
+ }
+}
+
+.game-recirc-widget .chalenges-bar .slick-prev:active {
+ background-position: -92px 0;
+ opacity: 1
+}
+
+.game-recirc-widget .chalenges-bar .slick-next {
+ background-position: -46px 0;
+ right: 0
+}
+
+.game-recirc-widget .chalenges-bar .slick-next:hover {
+ background-position: -138px 0;
+ opacity: 1
+}
+
+@media(hover: hover) {
+ .game-recirc-widget .chalenges-bar .slick-next:hover {
+ background-position:-138px 0;
+ opacity: 1
+ }
+}
+
+.game-recirc-widget .chalenges-bar .slick-next:active {
+ background-position: -138px 0;
+ opacity: 1
+}
+
+.game-recirc-widget .see-all-link {
+ padding: 3px 0 26px;
+ text-align: center
+}
+
+.game-recirc-widget .see-all-link .arrow-link {
+ display: inline-block;
+ text-indent: 0
+}
+
+@media(max-width: 60em) {
+ .game-recirc-widget {
+ padding-top:1.125em!important
+ }
+
+ .game-recirc-widget h2 {
+ padding-bottom: 0;
+ text-align: center
+ }
+
+ .game-recirc-widget .chalenges-bar:before {
+ background: linear-gradient(90deg,#fff 0,hsla(0,0%,100%,0));
+ content: "";
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#00ffffff",GradientType=1);
+ height: 100%;
+ left: 0;
+ opacity: 1;
+ pointer-events: none;
+ position: absolute;
+ width: 3em;
+ z-index: 1
+ }
+
+ .game-recirc-widget .chalenges-bar:after {
+ background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff);
+ content: "";
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=1);
+ height: 100%;
+ opacity: 1;
+ pointer-events: none;
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 3em
+ }
+
+ .game-recirc-widget .chalenges-bar .bar-items {
+ margin: 0 2.75em;
+ position: relative
+ }
+
+ .game-recirc-widget .chalenges-bar .slick-next,.game-recirc-widget .chalenges-bar .slick-prev {
+ z-index: 1
+ }
+}
+
+@media(max-width: 47.9375em) {
+ .game-recirc-widget {
+ padding-top:1.125em!important
+ }
+
+ .game-recirc-widget .activity-title {
+ margin-top: .7em
+ }
+
+ .game-recirc-widget .weekly-challenge-area.card-box h5 a {
+ color: inherit;
+ font-weight: inherit;
+ letter-spacing: inherit
+ }
+
+ .game-recirc-widget .weekly-challenge-area.card-box h5 {
+ font-family: Playfair Display,serif;
+ font-size: 1.625em
+ }
+
+ .game-recirc-widget .weekly-challenge-area.card-box .main-action {
+ padding: 1.21em 1.15em
+ }
+
+ .game-recirc-widget .weekly-challenge-area.card-box .social-bar a {
+ height: 2.125em;
+ width: 2.125em
+ }
+
+ .game-recirc-widget .weekly-challenge-area.card-box .social-bar li {
+ margin: 0 .2em
+ }
+
+ .game-recirc-widget .chalenges-bar .bar-items {
+ margin: 0 .6em
+ }
+
+ .game-recirc-widget .chalenges-bar .bar-items:after,.game-recirc-widget .chalenges-bar .bar-items:before {
+ display: none
+ }
+
+ .game-recirc-widget .see-all-link {
+ padding: 3px 0 12px
+ }
+}
+
+.more-games-slide-container {
+ float: left;
+ position: relative;
+ width: 100%;
+ z-index: 1
+}
+
+.more-games-slide-container .game-teaser-container {
+ padding-bottom: 2.375em
+}
+
+.more-games-slide-container .game-teaser-container p {
+ color: #3b3e41;
+ font-family: Playfair Display,serif;
+ font-size: 2.375em;
+ letter-spacing: .02em;
+ line-height: 51px
+}
+
+.more-games-slide-container .game-teaser-action-container .main-action {
+ background-color: #ae0015;
+ border-radius: .5em;
+ color: #fff;
+ cursor: pointer;
+ display: inline-block;
+ font-size: .75em;
+ font-weight: 700;
+ letter-spacing: .1666em;
+ line-height: 1.25em;
+ padding: .9583em 1.15em;
+ text-transform: uppercase
+}
+
+.more-games-slide-container .game-teaser-action-container .main-action:hover {
+ background-color: #c42236;
+ text-decoration: none
+}
+
+.more-games-slide-container .next-game-nav,.more-games-slide-container .next-game-slider {
+ -webkit-tap-highlight-color: rgba(0,0,0,0);
+ -webkit-touch-callout: none;
+ box-sizing: border-box;
+ display: block;
+ padding: 0 0 1.25em;
+ position: relative;
+ touch-action: pan-y;
+ -webkit-user-select: none;
+ user-select: none
+}
+
+.more-games-slide-container .next-game-nav .slick-list.draggable,.more-games-slide-container .next-game-slider .slick-list.draggable {
+ margin-left: 15px;
+ overflow: hidden
+}
+
+.more-games-slide-container .next-game-nav:before,.more-games-slide-container .next-game-slider:before {
+ background-color: #fff;
+ bottom: 0;
+ content: "";
+ display: block;
+ left: 50%;
+ margin-left: -50vw;
+ position: absolute;
+ top: 0;
+ width: 100vw
+}
+
+.more-games-slide-container .next-game-nav .slick-slide,.more-games-slide-container .next-game-slider .slick-slide {
+ float: left;
+ min-height: 1px;
+ position: relative;
+ text-align: center;
+ width: 100%
+}
+
+[dir=rtl] .more-games-slide-container .next-game-nav .slick-slide,[dir=rtl] .more-games-slide-container .next-game-slider .slick-slide {
+ float: right
+}
+
+.more-games-slide-container .next-game-nav .slick-slide img,.more-games-slide-container .next-game-slider .slick-slide img {
+ display: block;
+ max-width: 442px
+}
+
+.more-games-slide-container .next-game-nav .slick-slide.slick-loading img,.more-games-slide-container .next-game-slider .slick-slide.slick-loading img {
+ display: none
+}
+
+.more-games-slide-container .next-game-nav h3 {
+ font-size: 1.375em;
+ font-weight: 300;
+ letter-spacing: .0456em;
+ margin: 0 auto;
+ max-width: 95%
+}
+
+.more-games-slide-container .next-game-nav h3 span {
+ color: #375c71;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-weight: 700;
+ letter-spacing: .0625em
+}
+
+.more-games-slide-container .next-game-slider {
+ margin: 0 auto;
+ max-width: 700px;
+ width: 100%
+}
+
+.more-games-slide-container .next-game-nav:before,.more-games-slide-container .next-game-slider:before {
+ content: normal
+}
+
+.more-games-slide-container .slick-list {
+ overflow: hidden;
+ position: relative
+}
+
+.more-games-slide-container .slick-list:before {
+ background: linear-gradient(90deg,#fff 0,hsla(0,0%,100%,0));
+ content: "";
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#00ffffff",GradientType=1);
+ height: 100%;
+ left: 0;
+ opacity: 1;
+ pointer-events: none;
+ position: absolute;
+ width: 3em;
+ z-index: 1
+}
+
+.more-games-slide-container .slick-list:after {
+ background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff);
+ content: "";
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=1);
+ height: 100%;
+ opacity: 1;
+ pointer-events: none;
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 3em
+}
+
+.more-games-slide-container .slick-next,.more-games-slide-container .slick-prev {
+ background-color: transparent;
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/related-content-icon-sprite.png);
+ background-repeat: no-repeat;
+ background-size: auto auto;
+ background-size: initial;
+ top: 0;
+ z-index: 1
+}
+
+.more-games-slide-container .slick-prev {
+ background-position: 0 0;
+ height: 2.25em;
+ left: 7px;
+ width: 2.25em;
+ z-index: 3
+}
+
+.more-games-slide-container .slick-prev.slick-disabled {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/icon-carousel-disabled-carets.png)
+}
+
+.more-games-slide-container .slick-prev.slick-disabled:hover {
+ background-position: 0 0
+}
+
+.more-games-slide-container .slick-prev:hover {
+ background-position: -92px 0;
+ opacity: 1
+}
+
+@media(hover: hover) {
+ .more-games-slide-container .slick-prev:hover {
+ background-position:-92px 0;
+ opacity: 1
+ }
+}
+
+.more-games-slide-container .slick-prev:active {
+ background-position: -92px 0;
+ opacity: 1
+}
+
+.more-games-slide-container .slick-next {
+ background-position: -46px 0;
+ height: 2.25em;
+ right: 7px;
+ width: 2.25em
+}
+
+.more-games-slide-container .slick-next.slick-disabled {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/icon-carousel-disabled-carets.png);
+ background-position: -42px 0
+}
+
+.more-games-slide-container .slick-next.slick-disabled:hover {
+ background-position: -42px 0
+}
+
+.more-games-slide-container .slick-next:hover {
+ background-position: -138px 0;
+ opacity: 1
+}
+
+@media(hover: hover) {
+ .more-games-slide-container .slick-next:hover {
+ background-position:-138px 0;
+ opacity: 1
+ }
+}
+
+.more-games-slide-container .slick-next:active {
+ background-position: -138px 0;
+ opacity: 1
+}
+
+@media(max-width: 47.9375em) {
+ .more-games-slide-container .next-game-nav-wrapper {
+ margin:0 auto;
+ max-width: 288px;
+ padding: 0 32px
+ }
+
+ .more-games-slide-container .next-game-nav h3 {
+ font-size: 1.125em;
+ width: 80%
+ }
+
+ .more-games-slide-container .slick-prev {
+ left: -27px
+ }
+
+ .more-games-slide-container .slick-next {
+ right: -30px
+ }
+
+ .more-games-slide-container .game-teaser-container {
+ margin: 0 auto;
+ max-width: 288px;
+ padding-bottom: 2.375em
+ }
+
+ .more-games-slide-container .game-teaser-container p {
+ font-size: 1.625em;
+ line-height: 35px
+ }
+
+ .more-games-slide-container .next-game-nav .slick-list.draggable,.more-games-slide-container .next-game-slider .slick-list.draggable {
+ margin: 0
+ }
+}
+
+.wgt-next1 .nitem .content .answers .quiz-answer {
+ border: 1px solid #ae0015;
+ border-radius: 6px;
+ color: #ae0015;
+ display: inline-block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 600;
+ letter-spacing: .0868em;
+ line-height: 1.875em;
+ margin-bottom: .3125em;
+ margin-right: .375em;
+ padding: .3333em 0;
+ text-align: center;
+ width: 84px
+}
+
+.wgt-next1 .nitem .content .answers .quiz-answer:hover {
+ border: 1px solid #c42236;
+ color: #c42236
+}
+
+.wgt-next1 .nbutton .advance {
+ color: #ae0015;
+ display: block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-weight: 700;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ position: relative;
+ text-align: left;
+ text-indent: .3125em;
+ text-transform: uppercase
+}
+
+.wgt-next1 .nbutton .advance:hover {
+ color: #c42236;
+ text-decoration: none
+}
+
+.wgt-next1 .arrow-link {
+ color: #ae0015;
+ display: block;
+ display: inline-block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 700;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ line-height: .75em;
+ padding-left: 0;
+ position: relative;
+ text-align: left;
+ text-align: inherit;
+ text-indent: .3125em;
+ text-indent: 0;
+ text-transform: uppercase
+}
+
+.wgt-next1 .arrow-link:after {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/sidebar/quiz-carat.png);
+ background-position: 100% 0;
+ background-repeat: no-repeat;
+ content: "";
+ display: inline-block;
+ height: 1em;
+ margin-right: .3125em;
+ vertical-align: baseline;
+ vertical-align: top;
+ width: 1em
+}
+
+.wgt-next1 .arrow-link:hover {
+ color: #c42236;
+ text-decoration: none
+}
+
+.wgt-next1 {
+ margin-bottom: 2em
+}
+
+.wgt-next1 h3 {
+ font-size: 1.375em;
+ font-weight: 300;
+ letter-spacing: .0456em;
+ margin: 0 auto 1.2em 0;
+ max-width: 95%;
+ position: relative
+}
+
+.wgt-next1 h3 span {
+ color: #375c71;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-weight: 700;
+ letter-spacing: .0625em
+}
+
+.wgt-next1 .game-link {
+ padding: 30px 0 10px;
+ text-align: center;
+ width: 100%
+}
+
+.wgt-next1 .arrow-link:after {
+ margin-left: 2px;
+ margin-top: -1px;
+ -webkit-transform: rotate(90deg);
+ transform: rotate(90deg);
+ vertical-align: text-top
+}
+
+.wgt-next1 .next-container {
+ padding-right: 180px;
+ position: relative
+}
+
+.wgt-next1 .nbutton {
+ bottom: 0;
+ padding-left: 20px;
+ padding-top: 20px;
+ position: absolute;
+ right: 0;
+ text-align: center;
+ top: 0;
+ width: 180px
+}
+
+.wgt-next1 .nbutton .line {
+ border-right: 1px solid #dfdfdf;
+ bottom: 0;
+ left: 10px;
+ position: absolute;
+ top: 0
+}
+
+.wgt-next1 .nbutton .advance {
+ font-size: .75em;
+ left: 0;
+ line-height: 1.4em;
+ margin-top: 16px;
+ position: absolute;
+ right: 0;
+ text-align: center;
+ top: 68px
+}
+
+.wgt-next1 .nbutton .round-button {
+ background-color: transparent;
+ border: none;
+ border-radius: 18px;
+ box-shadow: inset 0 0 0 1px #ae0015;
+ display: inline-block;
+ height: 36px;
+ left: 50%;
+ margin-left: -16px;
+ position: absolute;
+ right: 0;
+ text-align: center;
+ -webkit-transform: translateZ(1px);
+ transform: translateZ(1px);
+ width: 36px
+}
+
+.wgt-next1 .nbutton .round-button i {
+ color: #ae0015;
+ font-size: 22px;
+ margin-left: 5px;
+ margin-top: 7px;
+ position: relative
+}
+
+.wgt-next1 .nbutton .round-button:hover {
+ background-color: #ae0015;
+ cursor: pointer
+}
+
+.wgt-next1 .nbutton .round-button:hover i {
+ color: #fff
+}
+
+.wgt-next1 .nitems {
+ width: 100%
+}
+
+.wgt-next1 .nitem,.wgt-next1 .nitems {
+ box-sizing: border-box;
+ overflow: hidden;
+ position: relative
+}
+
+.wgt-next1 .nitem {
+ display: table;
+ float: left;
+ padding: 0 0 0 1px
+}
+
+.wgt-next1 .nitem .limg {
+ display: table-cell;
+ width: 30%
+}
+
+.wgt-next1 .nitem .limg img {
+ display: block
+}
+
+.wgt-next1 .nitem .content {
+ border-spacing: 10px 0;
+ box-sizing: border-box;
+ display: table-cell;
+ margin: 0;
+ padding: 0;
+ vertical-align: middle
+}
+
+.wgt-next1 .nitem .content .lead {
+ color: #3b3e41;
+ display: table-cell;
+ font-family: Playfair Display,serif;
+ font-size: 1.125em;
+ font-weight: 700;
+ letter-spacing: .05em;
+ line-height: 1.25em;
+ margin: 0;
+ padding-bottom: 10px;
+ text-align: left;
+ width: 100%
+}
+
+.wgt-next1 .nitem .content .lead a {
+ color: inherit
+}
+
+.wgt-next1 .nitem .content .teaser {
+ color: #3b3e41;
+ display: block;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1em;
+ font-weight: 400;
+ letter-spacing: .05em;
+ line-height: 1.25em;
+ margin: 0 0 .3125em 10px;
+ text-align: left
+}
+
+.wgt-next1 .nitem .content .teaser a {
+ color: inherit
+}
+
+.wgt-next1 .nitem .content .answers {
+ border-spacing: 10px .3125em;
+ box-sizing: border-box;
+ display: table;
+ width: 100%
+}
+
+.wgt-next1 .nitem .content .answers li {
+ display: table-row
+}
+
+.wgt-next1 .nitem .content .answers .quiz-answer {
+ box-sizing: border-box;
+ display: table-cell;
+ letter-spacing: .04em;
+ line-height: 1.25em;
+ margin: 0;
+ overflow: hidden;
+ padding: .625em;
+ vertical-align: middle;
+ width: 50%
+}
+
+@media(max-width: 1010px) {
+ .wgt-next1 .nitem .content .answers {
+ width:100%
+ }
+}
+
+@media(max-width: 960px) {
+ .wgt-next1 h3 {
+ text-align:center
+ }
+
+ .wgt-next1 .next-container {
+ height: auto;
+ padding-right: 0
+ }
+
+ .wgt-next1 .nitems {
+ border-right: none
+ }
+
+ .wgt-next1 .nbutton {
+ margin-top: 20px;
+ padding-bottom: 1.3em;
+ padding-top: 1.3em;
+ position: relative;
+ text-align: center;
+ width: 100%
+ }
+
+ .wgt-next1 .nbutton .round-button {
+ display: inline-block;
+ left: auto;
+ margin-left: 5px;
+ position: relative;
+ right: auto;
+ top: auto
+ }
+
+ .wgt-next1 .nbutton .round-button i {
+ margin-left: 4px
+ }
+
+ .wgt-next1 .nbutton .advance {
+ display: inline;
+ left: auto;
+ position: relative;
+ right: auto;
+ top: auto
+ }
+
+ .wgt-next1 .nbutton .advance br {
+ display: none
+ }
+
+ .wgt-next1 .nbutton .line {
+ border-bottom: 1px solid #dfdfdf;
+ border-right: none;
+ bottom: auto;
+ left: 0;
+ position: absolute;
+ top: 0;
+ width: 100%
+ }
+}
+
+@media(max-width: 767px) {
+ .wgt-next1 .nitem .limg {
+ height:100%;
+ width: 28%
+ }
+
+ .wgt-next1 .nitem .limg img {
+ display: block
+ }
+
+ .wgt-next1 .nitem .content {
+ margin-left: 30%
+ }
+
+ .wgt-next1 .nitem .content .lead {
+ font-size: .975em
+ }
+
+ .wgt-next1 .nitem .content .teaser {
+ font-size: .875em
+ }
+
+ .wgt-next1 .nitem .content .answers .quiz-answer {
+ padding: .5em
+ }
+}
+
+@media(max-width: 400px) {
+ .wgt-next1 .nitem .content .answers .quiz-answer {
+ padding:.333em
+ }
+}
+
+.wgt-next2 .try {
+ color: #ae0015;
+ display: block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 700;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ position: relative;
+ text-align: left;
+ text-indent: .3125em;
+ text-transform: uppercase
+}
+
+.wgt-next2 .try:hover {
+ color: #c42236;
+ text-decoration: none
+}
+
+.wgt-next2 {
+ padding-bottom: 1em
+}
+
+.wgt-next2 h3 {
+ font-size: 1.375em;
+ font-weight: 300;
+ letter-spacing: .0456em;
+ margin: 0 auto 1.2em 0;
+ position: relative;
+ text-align: center
+}
+
+.wgt-next2 h3 span {
+ color: #375c71;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-weight: 700;
+ letter-spacing: .0625em
+}
+
+.wgt-next2 .next-container {
+ padding: 0 100px;
+ position: relative
+}
+
+.wgt-next2 .slick-track {
+ margin: 0 auto!important
+}
+
+.wgt-next2 .nitems-container {
+ position: relative
+}
+
+.wgt-next2 .nitems {
+ overflow: hidden;
+ position: relative;
+ width: 100%
+}
+
+.wgt-next2 .nitems .nitem {
+ box-sizing: border-box;
+ display: inline-block;
+ float: left;
+ overflow: hidden;
+ padding: 0 8px;
+ position: relative;
+ width: 206px
+}
+
+.wgt-next2 .nitems .nitem a {
+ color: inherit
+}
+
+.wgt-next2 .nitems .nitem .limg {
+ display: block;
+ height: 137px;
+ margin: 0 auto;
+ width: 182px
+}
+
+.wgt-next2 .nitems .nitem .limg img {
+ border: 1px solid #dfdfdf;
+ height: 100%;
+ margin: 0;
+ padding: 0;
+ width: 100%
+}
+
+.wgt-next2 .nitems .nitem h5 {
+ color: #3b3e41;
+ font-size: 1.125em;
+ letter-spacing: .05266em;
+ line-height: 1.2em;
+ margin-bottom: .5em;
+ margin-top: .7em;
+ text-align: left;
+ text-align: center
+}
+
+.wgt-next2 .nitems .nitem h5+p {
+ color: #3b3e41;
+ font-size: .975em;
+ font-weight: 400;
+ letter-spacing: .04em;
+ line-height: 1.3em;
+ margin-bottom: 0;
+ text-align: center
+}
+
+.wgt-next2 .control-btn {
+ background-color: transparent;
+ border: none;
+ border-radius: 18px;
+ box-shadow: inset 0 0 0 1px #ae0015;
+ height: 36px;
+ position: absolute;
+ text-align: center;
+ top: 56px;
+ -webkit-transform: translateZ(1px);
+ transform: translateZ(1px);
+ width: 36px
+}
+
+.wgt-next2 .control-btn i {
+ color: #ae0015;
+ font-size: 22px;
+ margin-left: 5px;
+ margin-top: 3px;
+ position: relative
+}
+
+.wgt-next2 .control-btn:hover {
+ background-color: #ae0015;
+ cursor: pointer
+}
+
+.wgt-next2 .control-btn:hover i {
+ color: #fff
+}
+
+.wgt-next2 .prev-btn {
+ left: 28px
+}
+
+.wgt-next2 .prev-btn i {
+ margin-left: 0
+}
+
+.wgt-next2 .next-btn {
+ right: 28px
+}
+
+.wgt-next2 .try {
+ line-height: 1.4em;
+ position: absolute;
+ right: 0;
+ text-align: center;
+ top: 104px
+}
+
+.wgt-next2 .try:hover {
+ cursor: pointer
+}
+
+@media(max-width: 767px) {
+ .wgt-next2 .next-container {
+ padding:0 50px;
+ position: relative
+ }
+
+ .wgt-next2 .nitems .nitem {
+ padding: 0
+ }
+
+ .wgt-next2 .nitems .nitem h5 {
+ margin-bottom: 0
+ }
+
+ .wgt-next2 .nitems .nitem h5+p,.wgt-next2 .try {
+ display: none
+ }
+
+ .wgt-next2 .prev-btn {
+ left: 2px
+ }
+
+ .wgt-next2 .next-btn {
+ right: 2px
+ }
+}
+
+.games-play .old-quiz .age-compare a {
+ color: #ae0015;
+ display: block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 700;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ padding-left: 1em;
+ position: relative;
+ text-align: left;
+ text-indent: .3125em;
+ text-transform: uppercase
+}
+
+.games-play .old-quiz .age-compare a:after {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/sidebar/quiz-carat.png);
+ background-position: 100% 0;
+ background-repeat: no-repeat;
+ content: "";
+ display: inline-block;
+ height: 1em;
+ margin-right: .3125em;
+ vertical-align: baseline;
+ vertical-align: top;
+ width: 1em
+}
+
+.games-play .old-quiz .age-compare a:hover {
+ color: #c42236;
+ text-decoration: none
+}
+
+.games-play .old-quiz .age-compare {
+ margin-top: 12px;
+ text-align: center
+}
+
+.games-play .old-quiz .age-compare a {
+ display: inline-block;
+ padding-left: 0;
+ text-indent: 0
+}
+
+.games-play .old-quiz .game-stage .question-gstage__choices a.choice.disabled .games-play .old-quiz .game-stage .question-gstage__choices a.choice.disabled:active,.games-play .old-quiz .game-stage .question-gstage__choices a.choice.disabled:hover,.games-play .old-quiz .game-stage .question-gstage__choices a.choice.disabled:link,.games-play .old-quiz .game-stage .question-gstage__choices a.choice.disabled:visited {
+ cursor: pointer!important;
+ text-decoration: none!important
+}
+
+.games-play .game-stage .answer-description-block,.games-play .old-quiz .game-stage .next-question.not-answered,.games-play .old-quiz .game-stage .see-results.not-answered {
+ display: none!important
+}
+
+.games-play .show-answer .game-stage .answer-description-block {
+ display: block!important
+}
+
+.games-play .spell-it-quiz .play-pron {
+ text-decoration: none!important;
+ vertical-align: bottom!important
+}
+
+.games-play .spell-it-quiz .play-pron:after {
+ content: "â–¶";
+ display: inline-block!important;
+ line-height: 28px!important;
+ padding-bottom: 4px!important;
+ padding-left: 2px;
+ text-decoration: none;
+ vertical-align: top
+}
+
+.games-play .game-stage .question.spell-it-question {
+ min-height: 100px!important;
+ width: 100%!important
+}
+
+.games-play .game-stage .question.spell-it-question p {
+ height: 100px!important;
+ margin: 0!important;
+ max-height: 100px!important;
+ min-height: 100px!important;
+ padding-top: 40px!important;
+ text-align: left;
+ vertical-align: top!important;
+ width: 100%!important
+}
+
+.games-play .game-stage .question.spell-it-question p span+span {
+ margin-top: 40px!important
+}
+
+.games-play .game-stage .question.spell-it-question p span {
+ display: block
+}
+
+.games-play .game-stage .question.spell-it-question a {
+ background: #e1ecf1 none repeat scroll 0 0;
+ border: 2px solid #e1ecf1;
+ border-radius: 6px;
+ color: #375c71;
+ display: inline-block;
+ font-family: Lato,sans-serif;
+ font-size: .5em;
+ font-weight: 400;
+ height: 32px;
+ letter-spacing: .1161em;
+ line-height: 32px;
+ margin: 10px 0 0;
+ max-width: 356px;
+ padding: 0;
+ text-align: center;
+ vertical-align: top;
+ width: 175px!important
+}
+
+.games-play .spell-it-quiz .question-gstage__choices a {
+ display: inline-block!important;
+ float: none!important
+}
+
+.games-play .spell-it-quiz .question-gstage__choices {
+ padding: 0
+}
+
+.games-play .spell-it-quiz .question-gstage__choices a.wrong-choice {
+ color: #fff!important;
+ font-size: 14px;
+ height: auto!important;
+ min-height: auto!important;
+ padding-bottom: 8px!important;
+ padding-top: 4px!important
+}
+
+.games-play .old-quiz.spell-it-quiz .game-stage .question-gstage__choices a.wrong-choice.disabled {
+ cursor: default!important
+}
+
+.games-play old-quiz.spell-it-quiz .question-gstage__choices a.wrong-choice.selected {
+ text-indent: 0!important
+}
+
+.games-play .spell-it-quiz .game-stage .question-gstage__choices .choice.timeup {
+ max-width: 320px!important
+}
+
+.games-play .spell-it-quiz .question-gstage__choices a.wrong-choice span {
+ display: block;
+ margin: 0!important;
+ text-align: center!important
+}
+
+.games-play .spell-it-quiz .question-gstage__choices a.wrong-choice span+span {
+ display: block;
+ font-size: 24px;
+ padding-top: 3px
+}
+
+.games-play .spell-it-quiz .choice-status {
+ background: #5ca40c url(/img/games-play/play-choice-status@2x.png) no-repeat 4px 5px;
+ background-size: 67%;
+ border-radius: 6px;
+ display: inline-block;
+ height: 20px;
+ margin-left: -20px;
+ padding: 8px;
+ vertical-align: middle;
+ width: 22px
+}
+
+.games-play .spell-it-quiz .choice-status.wrong {
+ background: #cd2c13 url(/img/games-play/play-choice-status@2x.png) no-repeat 6px -22px;
+ background-size: 67%
+}
+
+.games-play .spell-it-quiz .question-gstage__choices a.choice-1.disabled {
+ color: #d1dbe1!important
+}
+
+.games-play .spell-it-quiz .question-gstage__choices a.choice-1.wrong-choice.disabled {
+ color: #fff!important
+}
+
+.games-play .game-stage .question.spell-it-question input {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/games-play/spell-it/letters-13.gif) no-repeat -2px bottom;
+ border: 0!important;
+ font-family: Lucida Console,courier;
+ font-size: 24px!important;
+ letter-spacing: 12px;
+ padding: 0!important;
+ text-transform: uppercase
+}
+
+.games-play .game-stage .question.spell-it-question input+.tail {
+ background: #fff;
+ display: inline-block;
+ height: 12px;
+ margin-left: -27px;
+ vertical-align: bottom;
+ width: 27px
+}
+
+.games-play .old-quiz .game-state-column.centered-column {
+ text-align: center!important
+}
+
+.games-play .spell-it-quiz .question-gstage__choices {
+ padding-left: 0!important;
+ text-align: center!important;
+ width: auto!important
+}
+
+.games-play .game-stage .question.spell-it-question {
+ margin: 0 0 0 20px!important
+}
+
+@media(min-width: 32em)and (max-width:48em) {
+ .games-play .spell-it-quiz .question-gstage__choices {
+ padding-left:calc(10% + 100px)!important;
+ text-align: left!important;
+ width: auto!important
+ }
+
+ .games-play .game-stage .question.spell-it-question {
+ margin: 0 0 0 10%!important
+ }
+
+ .games-play .game-stage .question.spell-it-question a {
+ width: 200px!important
+ }
+}
+
+@media(min-width: 48em) {
+ .games-play .spell-it-quiz .question-gstage__choices {
+ width:auto!important
+ }
+
+ .games-play .spell-it-quiz .question-gstage__choices a.wrong-choice,.games-play .spell-it-quiz .question-gstage__choices a.wrong-choice.timeup {
+ min-height: auto!important
+ }
+
+ .games-play .spell-it-quiz .question-gstage__choices {
+ margin: 0!important;
+ padding: 0 0 0 calc(15% + 150px)!important;
+ text-align: left!important
+ }
+
+ .games-play .spell-it-quiz .play-pron {
+ vertical-align: top!important
+ }
+
+ .games-play .game-stage .question.spell-it-question {
+ margin: 0 auto 90px!important;
+ max-height: 140px!important;
+ min-height: 140px!important;
+ width: 70%!important
+ }
+
+ .games-play .game-stage .question.spell-it-question p {
+ height: 140px!important;
+ max-height: 140px;
+ min-height: 140px;
+ padding-top: 70px!important
+ }
+
+ .games-play .game-stage .question.spell-it-question p span+span {
+ margin-top: 65px!important
+ }
+}
+
+@media(max-width: 60em) {
+ .games-play .old-quiz .game-stage .next-question,.games-play .old-quiz .game-stage .see-results {
+ margin:30px auto;
+ padding: 0!important
+ }
+}
+
+.old-quiz .q-old-container {
+ display: table;
+ margin: 0 auto!important;
+ max-width: 1100px;
+ min-height: 600px;
+ position: relative;
+ width: 100%!important
+}
+
+.old-quiz .q-old-col-wrap {
+ display: table-row;
+ width: 100%
+}
+
+.old-quiz .q-old-left-creative {
+ display: table-cell;
+ min-width: 160px;
+ padding-top: 5px!important;
+ text-align: left;
+ vertical-align: top;
+ width: 160px!important
+}
+
+.old-quiz .q-old-central-column.game-state-column.centered-column {
+ display: table-cell;
+ padding-top: 5px!important;
+ vertical-align: top;
+ width: 100%!important
+}
+
+.old-quiz .q-old-right-creative {
+ display: table-cell;
+ min-width: 160px;
+ text-align: right;
+ vertical-align: top;
+ width: 160px!important
+}
+
+@media(max-width: 60em) {
+ .old-quiz .q-old-container {
+ margin:0 auto!important;
+ position: relative;
+ width: 100%!important
+ }
+
+ .old-quiz .q-old-col-wrap,.old-quiz .q-old-container {
+ display: block;
+ text-align: center!important
+ }
+
+ .old-quiz .q-old-left-creative {
+ display: block;
+ margin-bottom: .8em;
+ text-align: center;
+ vertical-align: middle;
+ width: 100%!important
+ }
+
+ .old-quiz .q-old-central-column {
+ display: block!important;
+ margin: 0 auto!important;
+ text-align: left!important
+ }
+
+ .old-quiz .q-old-right-creative {
+ display: block;
+ margin-top: .8em;
+ text-align: center;
+ vertical-align: middle;
+ width: 100%!important
+ }
+}
+
+@media(max-width: 47.9375em) {
+ .old-quiz .q-old-right-creative {
+ display:none
+ }
+}
+
+.landing-pages .padding-lr-0p8em {
+ padding-left: 1em;
+ padding-right: 1em
+}
+
+.topic {
+ margin: 0 auto;
+ max-width: 900px
+}
+
+.topic * {
+ box-sizing: border-box
+}
+
+.topic a:hover {
+ text-decoration: none
+}
+
+.topic .l-main-title {
+ color: #375c71;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 32px;
+ font-weight: 900;
+ letter-spacing: 3.5px;
+ line-height: 1.09;
+ margin: 40px 0 10px;
+ text-align: left;
+ text-transform: uppercase
+}
+
+.topic .l-main-title:before {
+ background-color: #375c71;
+ content: "";
+ display: block;
+ height: 6px;
+ margin-bottom: 6px;
+ width: 100px
+}
+
+.topic .l-dek {
+ color: #375c71;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ letter-spacing: .9px;
+ line-height: 1.22;
+ margin-bottom: 30px;
+ text-align: left
+}
+
+.topic .l-title {
+ color: #375c71;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 24px;
+ font-weight: 900;
+ letter-spacing: 2.8px;
+ line-height: 1.17;
+ margin: 20px 0;
+ text-transform: uppercase
+}
+
+.topic .l-title:before {
+ background-color: #cce1e9;
+ content: "";
+ display: block;
+ height: 6px;
+ margin-bottom: 6px;
+ width: 100px
+}
+
+.topic .scroll-ad-container {
+ margin: 50px 0
+}
+
+.topic .keep-scrolling {
+ color: #a9a9a9;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 14px;
+ font-style: italic;
+ letter-spacing: .9px;
+ margin-bottom: 3px;
+ text-align: center
+}
+
+.l-primary .item {
+ display: block;
+ margin-bottom: 35px;
+ max-height: 400px;
+ min-height: 210px;
+ overflow: hidden;
+ position: relative
+}
+
+.l-primary .hed {
+ font-family: Playfair Display,serif;
+ font-size: 26px;
+ font-weight: 700;
+ letter-spacing: 1.3px;
+ line-height: 1.15
+}
+
+.l-primary .dek,.l-primary .hed {
+ color: #fff;
+ display: block;
+ text-align: center;
+ width: 100%
+}
+
+.l-primary .dek {
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ letter-spacing: .9px;
+ line-height: 1.22;
+ margin: 15px 0 20px
+}
+
+.l-primary .cta {
+ border: 1px solid #fff;
+ border-radius: 3px;
+ color: #fff;
+ display: inline-block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 15px;
+ font-weight: 700;
+ letter-spacing: 2.5px;
+ padding: 8px 25px;
+ text-align: center;
+ text-transform: uppercase
+}
+
+.l-primary .main-im {
+ background-position: 50%;
+ background-size: cover;
+ display: block;
+ -webkit-filter: grayscale(100%);
+ filter: grayscale(100%);
+ height: 100%;
+ width: 100%
+}
+
+.l-primary .main-im-placeholder {
+ visibility: hidden
+}
+
+.l-primary .bg-gradient {
+ align-items: center;
+ background-image: linear-gradient(118deg,rgba(104,149,170,.9),rgba(20,44,58,.9));
+ display: flex;
+ height: 100%;
+ left: 0;
+ opacity: .95;
+ position: absolute;
+ top: 0;
+ width: 100%;
+ z-index: 2
+}
+
+.l-primary .primary-content {
+ align-items: center;
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: center;
+ padding: 0 15px;
+ width: 100%
+}
+
+.l-list .dek {
+ color: #3b3e41;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ letter-spacing: .9px;
+ line-height: 1.22
+}
+
+.l-list .hed {
+ color: #3b3e41;
+ font-family: Playfair Display,serif;
+ font-size: 22px;
+ font-weight: 700;
+ letter-spacing: 1.3px;
+ line-height: 1.18
+}
+
+.l-list .cta,.l-list .hed-cta {
+ color: #ae0015;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 12px;
+ font-weight: 700;
+ letter-spacing: 2px;
+ text-transform: uppercase;
+ white-space: nowrap
+}
+
+.l-text-list li {
+ border-top: 1px solid #cbe1ea;
+ margin-top: 25px;
+ padding-top: 25px
+}
+
+.l-text-list li:last-child {
+ border-bottom: 1px solid #cbe1ea;
+ margin-bottom: 25px;
+ padding-bottom: 25px
+}
+
+.l-text-list .l-list-content {
+ width: 92%
+}
+
+.l-text-list .hed-cta {
+ font-size: 22px;
+ font-weight: 900;
+ letter-spacing: .9px;
+ margin-left: 8px
+}
+
+.l-text-list .cta,.l-text-list .dek {
+ display: none
+}
+
+.l-image-list {
+ text-align: center
+}
+
+.l-image-list li {
+ box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
+ margin-bottom: 20px;
+ padding-bottom: 40px
+}
+
+.l-image-list .l-list-im {
+ display: block
+}
+
+.l-image-list .l-list-content {
+ margin: 13px 15px 0
+}
+
+.l-image-list .dek {
+ display: block;
+ margin: 10px 0
+}
+
+.l-image-list .cta {
+ display: block
+}
+
+.l-image-list .hed-cta {
+ display: none
+}
+
+.l-image-list .lazyload-container {
+ overflow: hidden
+}
+
+@media(max-width: 767px) {
+ .l-primary .dek,.l-primary .hed {
+ -webkit-line-clamp:2;
+ -webkit-box-orient: vertical;
+ display: -webkit-box;
+ max-height: 44px;
+ overflow: hidden;
+ padding-bottom: 2px;
+ text-overflow: ellipsis
+ }
+
+ .l-primary .hed {
+ max-height: 60px
+ }
+}
+
+@media(min-width: 640px) {
+ .l-image-list li {
+ display:flex;
+ overflow: hidden;
+ padding: 0
+ }
+
+ .l-image-list .dek {
+ margin: 10px 0
+ }
+
+ .l-image-list .l-list-im {
+ flex-grow: 0;
+ flex-shrink: 0;
+ width: 300px
+ }
+
+ .l-image-list .l-list-content {
+ align-self: center;
+ margin: 0 20px;
+ text-align: left
+ }
+}
+
+@media(min-width: 768px) {
+ .topic .l-main-title {
+ line-height:1.13
+ }
+
+ .topic .l-title {
+ margin: 25px 0
+ }
+
+ .topic .l-dek {
+ font-size: 21px;
+ margin-bottom: 36px
+ }
+
+ .topic .keep-scrolling {
+ display: none
+ }
+
+ .l-primary .hed {
+ font-size: 32px;
+ letter-spacing: 1.3px;
+ line-height: 1.13
+ }
+
+ .l-list .hed {
+ display: block;
+ font-size: 25px;
+ letter-spacing: 1.5px;
+ line-height: 1.12;
+ width: 100%
+ }
+
+ .l-text-list .dek {
+ display: block;
+ margin: 10px 0 30px
+ }
+
+ .l-text-list .cta {
+ display: none
+ }
+
+ .l-text-list .hed-cta {
+ display: inline-block
+ }
+
+ .l-text-list li:last-child {
+ padding-bottom: 0
+ }
+
+ .landing-pages #subscribe-unabridged {
+ margin: 7em auto 2em
+ }
+}
+
+@media(max-width: 899px) {
+ .l-primary .item {
+ left:-16px;
+ width: calc(100% + 32px)
+ }
+}
+
+.thes-landing-wrapper .browse-words {
+ overflow: hidden;
+ width: 100%
+}
+
+.thes-landing-wrapper .thes-search-wrapper {
+ border-radius: 2px;
+ box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
+ min-height: 5em;
+ position: relative
+}
+
+.thes-landing-wrapper .thes-search-wrapper .thes-search-box {
+ border: 1px solid #e4e4e4;
+ border-radius: 8px;
+ box-shadow: none;
+ color: #9aa5ad;
+ display: block;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-weight: 300;
+ margin: 8px 2px 23px;
+ overflow: hidden;
+ padding: .7em 50px .65em 1em;
+ position: relative
+}
+
+.thes-landing-wrapper .thes-search-wrapper .thes-search-box form.thes-search input {
+ border: 0;
+ color: #0a1b27;
+ font-size: 1.25em;
+ width: 100%
+}
+
+.thes-landing-wrapper .thes-search-wrapper .thes-search-box .desk-search-btn {
+ background: transparent;
+ border: 0;
+ color: #ae0015;
+ cursor: pointer;
+ display: block;
+ height: 50px;
+ line-height: 0;
+ margin-top: -25px;
+ position: absolute;
+ right: 5px;
+ top: 50%;
+ width: 50px
+}
+
+.thes-landing-wrapper .thes-search-wrapper .thes-search-box .desk-search-btn .search-icon1 {
+ color: #ae0015;
+ display: inline-block;
+ left: 50%;
+ line-height: 0;
+ position: absolute;
+ top: 50%;
+ vertical-align: middle
+}
+
+.thes-landing-wrapper .thes-search-wrapper .thes-search-box .desk-search-btn .search-icon1:after,.thes-landing-wrapper .thes-search-wrapper .thes-search-box .desk-search-btn .search-icon1:before {
+ content: "";
+ display: block;
+ position: absolute
+}
+
+.thes-landing-wrapper .thes-search-wrapper .thes-search-box .desk-search-btn .search-icon1:before {
+ border-radius: 1.2em;
+ box-shadow: 0 0 0 .16em;
+ height: 1em;
+ margin-left: -8px;
+ margin-top: 4px;
+ -webkit-transform: translate(-21%,-90%);
+ transform: translate(-21%,-90%);
+ width: 1em
+}
+
+.thes-landing-wrapper .thes-search-wrapper .thes-search-box .desk-search-btn .search-icon1:after {
+ background: #ae0015;
+ border-radius: 1.2em;
+ height: .9em;
+ left: 4px;
+ top: 2px;
+ -webkit-transform: rotate(-42deg);
+ transform: rotate(-42deg);
+ width: .27em
+}
+
+.thes-landing-wrapper .thes-search-wrapper p {
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1em;
+ letter-spacing: .05em;
+ line-height: 26px;
+ padding-bottom: 1.875em
+}
+
+.thes-landing-wrapper .thes-search-wrapper a {
+ color: #ae0015
+}
+
+.thes-landing-wrapper.law-landing-wrapper .blue-divide {
+ float: none!important
+}
+
+.vlanding-see-all a {
+ display: block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-weight: 700;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ padding-left: 1em;
+ position: relative;
+ text-align: left;
+ text-indent: .3125em;
+ text-transform: uppercase
+}
+
+.vlanding-see-all a:after {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/sidebar/quiz-carat.png);
+ background-position: 100% 0;
+ background-repeat: no-repeat;
+ content: "";
+ display: inline-block;
+ height: 1em;
+ margin-right: .3125em;
+ vertical-align: baseline;
+ vertical-align: top;
+ width: 1em
+}
+
+.vlanding-see-all a:hover {
+ color: #c42236;
+ text-decoration: none
+}
+
+.vlanding-see-all {
+ margin-top: 1.9375em
+}
+
+.vlanding-see-all a {
+ color: #ae0015;
+ font-size: .75em;
+ text-align: center
+}
+
+.section-title.video-landing-title {
+ margin: .595em 0 .952em
+}
+
+.v-landing {
+ clear: both;
+ padding: 1.0625em 0
+}
+
+.v-landing .slick-list {
+ position: relative
+}
+
+.v-landing a {
+ text-decoration: none
+}
+
+.v-landing .v-latest-list,.v-landing [data-slick] {
+ margin: 0 auto;
+ max-width: 41.6875em;
+ padding: 0 0 .9375em;
+ text-align: center;
+ width: 100%
+}
+
+.v-landing .v-latest-list div,.v-landing [data-slick] div {
+ overflow: hidden
+}
+
+.v-landing .v-latest-list[active-breakpoint="540"] .item,.v-landing [data-slick][active-breakpoint="540"] .item {
+ margin: 0
+}
+
+.v-landing .v-latest-list .item,.v-landing [data-slick] .item {
+ float: left;
+ margin: 0 .9375em
+}
+
+.v-landing .v-latest-list .item div,.v-landing [data-slick] .item div {
+ margin: 0 auto
+}
+
+.v-landing .v-latest-list a,.v-landing [data-slick] a {
+ color: inherit
+}
+
+.v-landing .v-latest-list h5,.v-landing [data-slick] h5 {
+ color: #3b3e41;
+ font-family: Playfair Display,serif;
+ font-size: 1.625em;
+ letter-spacing: .04692em;
+ line-height: 1.1538;
+ margin-bottom: .3em;
+ margin-top: .4em
+}
+
+.v-landing .v-latest-list p,.v-landing [data-slick] p {
+ color: #3b3e41;
+ font-size: 1.05em;
+ font-weight: 400;
+ letter-spacing: .0533em;
+ line-height: 1.4444em;
+ margin-bottom: .3em
+}
+
+.v-landing .v-latest-list p.mell-gr235,.v-landing [data-slick] p.mell-gr235 {
+ height: 2.8888em;
+ line-height: 1.4444em;
+ overflow: hidden
+}
+
+.v-landing .v-latest-list p.mell-gr235:before,.v-landing [data-slick] p.mell-gr235:before {
+ content: "";
+ float: left;
+ height: 2.8888em;
+ width: 5px
+}
+
+.v-landing .v-latest-list p.mell-gr235>:first-child,.v-landing [data-slick] p.mell-gr235>:first-child {
+ float: right;
+ margin-left: -5px;
+ width: 100%
+}
+
+.v-landing .v-latest-list p.mell-gr235:after,.v-landing [data-slick] p.mell-gr235:after {
+ background: #f4f4f4;
+ background: linear-gradient(90deg,hsla(0,0%,96%,0),#f4f4f4 50%,#f4f4f4);
+ content: "…";
+ float: right;
+ left: 100%;
+ margin-left: -3em;
+ padding-right: 5px;
+ position: relative;
+ text-align: right;
+ top: -1.4444em;
+ width: 3em
+}
+
+.v-landing .v-latest-list .col-img,.v-landing [data-slick] .col-img {
+ position: relative
+}
+
+.v-landing .v-latest-list .col-img img,.v-landing [data-slick] .col-img img {
+ display: block;
+ width: 100%
+}
+
+.v-landing .v-latest-list .col-img .video-play-icon,.v-landing [data-slick] .col-img .video-play-icon {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/home/video-play-button-small.png);
+ background-position: 0 0;
+ background-repeat: no-repeat;
+ display: block;
+ height: 2.625em;
+ left: 44%;
+ position: absolute;
+ text-indent: -9999px;
+ top: 40%;
+ width: 2.625em
+}
+
+.v-landing .v-latest-list .view-count,.v-landing [data-slick] .view-count {
+ font-size: .875em;
+ font-weight: 400;
+ letter-spacing: .0414em;
+ line-height: 1.286
+}
+
+.v-landing .v-latest-list .view-count span.new,.v-landing [data-slick] .view-count span.new {
+ font-size: inherit;
+ font-style: italic;
+ font-weight: 700
+}
+
+.v-landing .slick-next,.v-landing .slick-prev {
+ background-color: transparent;
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/related-content-icon-sprite-semitransparent.png);
+ height: 2.4em;
+ margin-top: -11.75em;
+ top: 70%;
+ width: 2.3em
+}
+
+.v-landing .slick-prev {
+ background-position: 0 0;
+ left: 0;
+ z-index: 1
+}
+
+.v-landing .slick-prev:hover {
+ background-position: -5.75em 0;
+ opacity: 1
+}
+
+@media(hover: hover) {
+ .v-landing .slick-prev:hover {
+ background-position:-5.75em 0;
+ opacity: 1
+ }
+}
+
+.v-landing .slick-prev:active {
+ background-position: -5.75em 0;
+ opacity: 1
+}
+
+.v-landing .slick-next {
+ background-position: -2.875em 0;
+ right: 0;
+ z-index: 1
+}
+
+.v-landing .slick-next:hover {
+ background-position: -8.625em 0;
+ opacity: 1
+}
+
+@media(hover: hover) {
+ .v-landing .slick-next:hover {
+ background-position:-8.625em 0;
+ opacity: 1
+ }
+}
+
+.v-landing .slick-next:active {
+ background-position: -8.625em 0;
+ opacity: 1
+}
+
+.v-landing [data-slick][data-slides-num="1"] {
+ width: 18.375em
+}
+
+.toggle-trigger {
+ background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff 41%);
+ bottom: 0;
+ cursor: pointer;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#e8ffffff",GradientType=0);
+ left: 0;
+ margin-bottom: 1em;
+ pointer-events: none;
+ position: absolute;
+ right: 0;
+ text-align: center
+}
+
+.toggle-trigger img {
+ position: relative
+}
+
+.toggle-trigger .trigger-line:before {
+ background: linear-gradient(90deg,hsla(0,0%,85%,.01) 0,#dadada 50%,hsla(0,0%,85%,0));
+ content: "";
+ display: block;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03dadada",endColorstr="#00dadada",GradientType=1);
+ height: 1px;
+ position: relative;
+ top: 1em
+}
+
+.toggle-trigger .trigger-arrow {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/toggle-box-icons-sprite.png);
+ background-position: -42px 0;
+ background-repeat: no-repeat;
+ background-size: auto auto;
+ background-size: initial;
+ display: block;
+ height: 32px;
+ margin: 0 auto;
+ pointer-events: all;
+ position: relative;
+ width: 32px
+}
+
+.toggle-trigger .trigger-arrow:hover {
+ background-position: -126px 0
+}
+
+.open-container .toggle-trigger .trigger-arrow {
+ background-position: 0 0
+}
+
+.open-container .toggle-trigger .trigger-arrow:hover {
+ background-position: -84px 0
+}
+
+@media(max-width: 47.9375em) {
+ .vlanding-see-all {
+ border-bottom:.0625em solid #d1e0e7;
+ margin-bottom: 2em;
+ margin-top: 1em;
+ padding-bottom: 2.125em
+ }
+
+ .section-title.video-landing-title {
+ margin: .357em 0 .814em
+ }
+
+ .v-landing {
+ padding: .4375em 0
+ }
+
+ .v-landing .slick-next,.v-landing .slick-prev {
+ margin-top: -11.25em;
+ top: 73%
+ }
+}
+
+@media(max-width: 60em) {
+ .v-landing .v-toggle-box .toggle-list {
+ min-height:300px!important
+ }
+}
+
+.v-full-width-carousel .slick-next,.v-full-width-carousel .slick-prev {
+ background-color: transparent;
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/related-content-icon-sprite-semitransparent.png);
+ background-repeat: no-repeat;
+ background-size: auto auto;
+ background-size: initial;
+ margin-top: -1.125em;
+ opacity: .8;
+ top: 50%;
+ z-index: 1
+}
+
+.v-full-width-carousel .slick-prev {
+ background-position: 0 0;
+ height: 2.25em;
+ left: 0;
+ width: 2.25em;
+ z-index: 3
+}
+
+.v-full-width-carousel .slick-prev:hover {
+ background-position: -92px 0;
+ opacity: 1
+}
+
+@media(hover: hover) {
+ .v-full-width-carousel .slick-prev:hover {
+ background-position:-92px 0;
+ opacity: 1
+ }
+}
+
+.v-full-width-carousel .slick-prev:active {
+ background-position: -92px 0;
+ opacity: 1
+}
+
+.v-full-width-carousel .slick-next {
+ background-position: -46px 0;
+ height: 2.25em;
+ right: 0;
+ width: 2.25em
+}
+
+.v-full-width-carousel .slick-next:hover {
+ background-position: -138px 0;
+ opacity: 1
+}
+
+@media(hover: hover) {
+ .v-full-width-carousel .slick-next:hover {
+ background-position:-138px 0;
+ opacity: 1
+ }
+}
+
+.v-full-width-carousel .slick-next:active {
+ background-position: -138px 0;
+ opacity: 1
+}
+
+.v-full-width-carousel {
+ margin-bottom: .625em;
+ padding: .625em 0;
+ position: relative
+}
+
+.v-full-width-carousel .v-preview-list {
+ overflow: hidden;
+ white-space: nowrap
+}
+
+.v-full-width-carousel .v-preview-list:after {
+ clear: both;
+ content: "";
+ display: block
+}
+
+.v-full-width-carousel .slick-initialized .item {
+ float: left
+}
+
+.v-full-width-carousel .item {
+ display: inline-block;
+ position: relative;
+ white-space: normal;
+ width: 41.875em
+}
+
+.v-full-width-carousel .item:after {
+ background-color: #fff;
+ box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
+ content: "";
+ display: block;
+ height: 100%;
+ left: 0;
+ opacity: .5;
+ pointer-events: none;
+ position: absolute;
+ top: 0;
+ transition: opacity .5s;
+ width: 100%;
+ z-index: 1
+}
+
+.v-full-width-carousel .item .text-content {
+ background-color: hsla(0,0%,100%,.8);
+ bottom: 0;
+ height: 4.125em;
+ left: 0;
+ opacity: 0;
+ padding-top: .75em;
+ position: absolute;
+ right: 0;
+ transition: opacity .5s
+}
+
+.v-full-width-carousel .item h5 {
+ color: #3b3e41;
+ font-family: Playfair Display,serif;
+ font-size: 1.625em;
+ letter-spacing: .04692em;
+ line-height: 1.1538
+}
+
+.v-full-width-carousel .item p {
+ color: #3b3e41;
+ font-size: 1.125em;
+ font-weight: 400;
+ letter-spacing: .0533em;
+ line-height: 1.444;
+ margin-top: -.1em
+}
+
+.v-full-width-carousel .item a {
+ color: inherit;
+ position: relative
+}
+
+.v-full-width-carousel .item img {
+ display: block;
+ width: 100%
+}
+
+.v-full-width-carousel .item .video-play-icon {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/home/video-play-button.png);
+ background-position: 0 0;
+ background-repeat: no-repeat;
+ direction: ltr;
+ display: block;
+ height: 3.875em;
+ left: 50%;
+ margin-left: -1.9375em;
+ margin-top: -1.9375em;
+ overflow: hidden;
+ position: absolute;
+ text-indent: -9999px;
+ top: 50%;
+ width: 3.875em;
+ z-index: 1
+}
+
+.v-full-width-carousel .wrap {
+ margin: 0 .3125em;
+ position: relative
+}
+
+.v-full-width-carousel .wrap a {
+ display: block
+}
+
+.v-full-width-carousel .slick-active+div+div+div+div+div:after,.v-full-width-carousel .slick-active:after,.v-full-width-carousel .slick-current+div+div+div+div+div:after,.v-full-width-carousel .slick-current:after {
+ opacity: 0
+}
+
+.v-full-width-carousel .slick-active .text-content,.v-full-width-carousel .slick-active+div+div+div+div+div .text-content,.v-full-width-carousel .slick-current .text-content,.v-full-width-carousel .slick-current+div+div+div+div+div .text-content {
+ opacity: 1
+}
+
+.v-full-width-carousel a {
+ text-decoration: none
+}
+
+@media(max-width: 60em) {
+ .v-full-width-carousel .item {
+ width:38.75em
+ }
+}
+
+@media(max-width: 47.9375em) {
+ .v-full-width-carousel {
+ margin-bottom:.938em;
+ margin-left: -1.25em;
+ margin-right: -1.25em
+ }
+
+ .v-full-width-carousel button {
+ display: none!important
+ }
+
+ .v-full-width-carousel .item .video-play-icon {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/home/video-play-button-small.png)
+ }
+
+ .v-full-width-carousel .item img {
+ max-width: 100%;
+ max-width: 100vw
+ }
+
+ .v-full-width-carousel .item .text-content {
+ height: 4.025em;
+ padding-top: .1em
+ }
+
+ .v-full-width-carousel .item h5 {
+ font-size: 1.25em;
+ letter-spacing: .047em;
+ line-height: 1.5
+ }
+
+ .v-full-width-carousel .item p {
+ font-size: .875em;
+ letter-spacing: .0535em;
+ line-height: 1.1428;
+ padding: 0 1em
+ }
+}
+
+@media(max-width: 20em) {
+ .v-full-width-carousel .item .video-play-icon {
+ background-image:url(https://www.merriam-webster.com/assets/mw/static/app-css-images/home/video-play-button-small.png);
+ margin-top: 3.75em
+ }
+}
+
+.v-toggle-box .text-trigger span {
+ color: #ae0015;
+ display: block;
+ display: inline-block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 700;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ line-height: .75em;
+ padding-left: 0;
+ position: relative;
+ text-align: left;
+ text-align: inherit;
+ text-indent: .3125em;
+ text-indent: 0;
+ text-transform: uppercase
+}
+
+.v-toggle-box .text-trigger span:after {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/sidebar/quiz-carat.png);
+ background-position: 100% 0;
+ background-repeat: no-repeat;
+ content: "";
+ display: inline-block;
+ height: 1em;
+ margin-right: .3125em;
+ vertical-align: baseline;
+ vertical-align: top;
+ width: 1em
+}
+
+.v-toggle-box .text-trigger span:hover {
+ color: #c42236;
+ text-decoration: none
+}
+
+.v-toggle-trigger {
+ bottom: 0;
+ cursor: pointer;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#e8ffffff",GradientType=0);
+ height: 130px;
+ left: 0;
+ margin-bottom: 1em;
+ pointer-events: none;
+ position: absolute;
+ right: 0;
+ text-align: center
+}
+
+.v-toggle-trigger img {
+ position: relative
+}
+
+.v-toggle-trigger .v-trigger-line:before {
+ background: linear-gradient(90deg,hsla(0,0%,85%,.01) 0,#dadada 50%,hsla(0,0%,85%,0));
+ content: "";
+ display: block;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03dadada",endColorstr="#00dadada",GradientType=1);
+ height: 1px;
+ position: relative;
+ top: 1em
+}
+
+.v-toggle-trigger .v-trigger-arrow {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/toggle-box-icons-sprite.png);
+ background-position: -42px 0;
+ background-repeat: no-repeat;
+ background-size: auto auto;
+ background-size: initial;
+ display: block;
+ height: 32px;
+ margin: 0 auto;
+ pointer-events: all;
+ position: relative;
+ width: 32px
+}
+
+.v-toggle-trigger .v-trigger-arrow:hover {
+ background-position: -126px 0
+}
+
+.vopen .v-toggle-trigger .v-trigger-arrow {
+ background-position: 0 0
+}
+
+.vopen .v-toggle-trigger .v-trigger-arrow:hover {
+ background-position: -84px 0
+}
+
+.v-toggle-box {
+ height: auto;
+ min-height: 15.625em;
+ overflow: hidden;
+ position: relative
+}
+
+.v-toggle-box.vopen {
+ max-height: none;
+ padding-bottom: 3em
+}
+
+.v-toggle-box.vopen .v-thumbs-list {
+ height: auto;
+ margin-bottom: 1em;
+ padding-bottom: 0
+}
+
+.v-toggle-box.vopen .v-toggle-trigger {
+ margin-bottom: 0
+}
+
+.v-toggle-box.vopen .text-trigger {
+ display: none;
+ padding-bottom: 0
+}
+
+.v-toggle-box .text-trigger {
+ height: .9375em;
+ pointer-events: all
+}
+
+.v-toggle-box .text-trigger span:after {
+ -webkit-transform: rotate(90deg) translateX(-33%) translateY(-50%);
+ transform: rotate(90deg) translateX(-33%) translateY(-50%)
+}
+
+.v-toggle-box .v-toggle-trigger .v-trigger-line {
+ padding: 6em 0 0
+}
+
+.v-thumbs-list {
+ padding-bottom: 5.375em
+}
+
+.v-thumbs-list .v-three-thumb-col {
+ display: block
+}
+
+.v-thumbs-list .v-three-thumb-col:first-child {
+ display: table
+}
+
+.v-thumbs-list.text-trigger {
+ height: 15.625em
+}
+
+.v-thumbs-list.text-trigger .v-toggle-trigger {
+ height: 5.875em
+}
+
+.v-thumbs-list.toggle-list {
+ height: 11.625em;
+ margin-bottom: 4.375em;
+ overflow: hidden
+}
+
+.v-thumbs-list.toggle-list.v-toggle-box .text-trigger.vopen {
+ height: auto
+}
+
+.v-three-thumb-col {
+ border-spacing: 1.25em;
+ display: table;
+ margin-left: -1.25em;
+ margin-right: -1.25em;
+ margin-top: -1.25em;
+ table-layout: fixed
+}
+
+.v-three-thumb-col .item {
+ display: table-cell;
+ min-height: 140px;
+ text-align: center;
+ vertical-align: top;
+ width: 33.33%
+}
+
+.v-three-thumb-col .item .text-content {
+ margin-top: 10px
+}
+
+.v-three-thumb-col .item .col-img {
+ display: block
+}
+
+.v-three-thumb-col .item .video-play-icon {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/home/video-play-button-small.png);
+ background-position: 0 0;
+ background-repeat: no-repeat;
+ direction: ltr;
+ display: block;
+ height: 2.625em;
+ left: 50%;
+ margin-left: -1.3125em;
+ margin-top: -1.3125em;
+ overflow: hidden;
+ position: absolute;
+ text-indent: -9999px;
+ top: 50%;
+ width: 2.625em
+}
+
+.v-three-thumb-col a {
+ color: inherit;
+ position: relative
+}
+
+.v-three-thumb-col a:hover {
+ color: #000;
+ color: initial
+}
+
+.v-three-thumb-col img {
+ margin-bottom: .3em;
+ width: 100%
+}
+
+.v-three-thumb-col h5 {
+ color: #3b3e41;
+ font-family: Playfair Display,serif;
+ font-size: 1.0625em;
+ letter-spacing: .047em;
+ line-height: 1.294;
+ margin-bottom: .2em
+}
+
+.v-three-thumb-col p {
+ color: #3b3e41;
+ font-size: .9375em;
+ font-weight: 400;
+ letter-spacing: .0533em;
+ line-height: 1.466;
+ margin-bottom: .5em
+}
+
+.v-three-thumb-col p.mell-gr235 {
+ height: 2.9332em;
+ line-height: 1.4666em;
+ overflow: hidden
+}
+
+.v-three-thumb-col p.mell-gr235:before {
+ content: "";
+ float: left;
+ height: 2.9332em;
+ width: 5px
+}
+
+.v-three-thumb-col p.mell-gr235>:first-child {
+ float: right;
+ margin-left: -5px;
+ width: 100%
+}
+
+.v-three-thumb-col p.mell-gr235:after {
+ background: #f4f4f4;
+ background: linear-gradient(90deg,hsla(0,0%,96%,0),#f4f4f4 50%,#f4f4f4);
+ content: "…";
+ float: right;
+ left: 100%;
+ margin-left: -3em;
+ padding-right: 5px;
+ position: relative;
+ text-align: right;
+ top: -1.4666em;
+ width: 3em
+}
+
+.v-three-thumb-col .view-count {
+ font-size: .75em;
+ font-weight: 400;
+ letter-spacing: .0417em;
+ line-height: 1.5;
+ margin-bottom: .3em
+}
+
+.v-three-thumb-col .view-count span.new {
+ font-size: inherit;
+ font-style: italic;
+ font-weight: 700
+}
+
+@media(max-width: 20em) {
+ .v-three-thumb-col .item .video-play-icon {
+ margin-top:-2.5625em
+ }
+}
+
+@media(max-width: 346px) {
+ .v-thumbs-list.toggle-list {
+ height:15.625em
+ }
+}
+
+@media(max-width: 47.9375em) {
+ .v-thumbs-list.v-toggle-box .v-toggle-trigger {
+ height:113px
+ }
+
+ .v-three-thumb-col .item .col-img {
+ vertical-align: top;
+ width: 7.5em
+ }
+
+ .v-three-thumb-col .item .text-content {
+ padding-left: .625em;
+ padding-top: .375em
+ }
+
+ .v-three-thumb-col h5 {
+ margin-top: -6px
+ }
+
+ .v-thumbs-list.toggle-list {
+ height: 13.625em;
+ margin-bottom: .375em
+ }
+
+ .v-toggle-trigger {
+ height: auto;
+ margin-bottom: 0;
+ position: inherit
+ }
+
+ .v-toggle-box .v-toggle-trigger .v-trigger-line {
+ padding: .75em
+ }
+}
+
+@media(max-width: 60em) {
+ .v-three-thumb-col {
+ border-spacing:0;
+ display: block;
+ margin: 0
+ }
+
+ .v-three-thumb-col .view-count,.v-three-thumb-col img {
+ margin-bottom: 1.313em
+ }
+
+ .v-three-thumb-col .item {
+ display: block;
+ width: auto
+ }
+
+ .v-three-thumb-col .item>div {
+ display: table;
+ table-layout: fixed
+ }
+
+ .v-three-thumb-col .item .col-img {
+ display: table-cell;
+ vertical-align: top;
+ width: 8.75em
+ }
+
+ .v-three-thumb-col .item .text-content {
+ display: table-cell;
+ padding-left: 1.25em;
+ text-align: left;
+ vertical-align: top
+ }
+
+ .v-three-thumb-col .item .video-play-icon {
+ margin-top: -1.8125em
+ }
+
+ .v-thumbs-list.toggle-list {
+ height: 15.625em
+ }
+}
+
+@media(max-width: 64em) {
+ .v-three-thumb-col {
+ margin-top:0
+ }
+}
+
+.vsp-area {
+ clear: both;
+ margin-bottom: 0;
+ overflow: hidden;
+ padding-bottom: 1.56em;
+ padding-top: 0;
+ position: relative
+}
+
+.vsp-area,.vsp-area h4 {
+ text-align: center
+}
+
+.vsp-area a {
+ color: #3b3e41
+}
+
+.vsp-area p a {
+ color: #000
+}
+
+.vsp-area .video-body a {
+ color: #ae0015;
+ cursor: pointer
+}
+
+.video-play-page {
+ background-color: #fff
+}
+
+@media(max-width: 47.9375em) {
+ .vsp-area {
+ overflow:visible
+ }
+}
+
+.vsp-area {
+ margin-bottom: 2.5em;
+ padding-bottom: 0
+}
+
+.vsp-area .play-pron {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/definitions/icon.pron@2x.png);
+ direction: ltr;
+ display: inline-block;
+ line-height: 25px;
+ margin-right: 4px;
+ margin-top: -5px;
+ text-indent: -9999px;
+ vertical-align: middle
+}
+
+.vsp-area .play-pron,.vsp-area .play-pron:hover {
+ background-size: 25px 25px;
+ height: 25px;
+ width: 25px
+}
+
+.vsp-area .play-pron:hover {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/definitions/icon.pron.hover@2x.png)
+}
+
+.vsp-area .play-text-content {
+ padding-left: .875em;
+ padding-right: 1em
+}
+
+.vsp-area .play-text-content .rubric-text {
+ color: #375c71;
+ display: block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.125em;
+ letter-spacing: 1px;
+ margin: 1.5em 0 .5em;
+ text-align: left
+}
+
+.vsp-area .play-text-content .rubric-text a {
+ color: #002f5c!important;
+ font-weight: 400;
+ text-decoration: none
+}
+
+.vsp-area .play-text-content .rubric-text a:hover {
+ text-decoration: underline
+}
+
+.vsp-area .item-text-title {
+ font-size: 2.75em;
+ font-weight: 300;
+ letter-spacing: .033em;
+ line-height: 1.182;
+ margin: 0 0 .223em;
+ text-align: left
+}
+
+.vsp-area .item-text-subtitle {
+ font-size: 1.5em;
+ font-weight: 300;
+ letter-spacing: .042em;
+ line-height: 1.167;
+ margin: 0 0 .833em;
+ text-align: left
+}
+
+.vsp-area .video-player {
+ float: left;
+ max-width: 747px;
+ position: relative;
+ width: 66.4%;
+ z-index: 1
+}
+
+.vsp-area .video-player .wrap {
+ margin-right: 1.25em;
+ position: relative
+}
+
+.vsp-area .video-player img {
+ vertical-align: top;
+ width: 100%
+}
+
+.vsp-area .video-player h5 {
+ font-size: 1.625em;
+ letter-spacing: .04692em;
+ line-height: 1.1538;
+ margin: .6em 0 .3em
+}
+
+.vsp-area .video-player p {
+ font-size: 1.125em;
+ font-weight: 400;
+ letter-spacing: .0533em;
+ line-height: 1.4444
+}
+
+.vsp-area .video-player .video-body a {
+ text-decoration: none
+}
+
+.vsp-area .info {
+ margin-right: 1.25em;
+ margin-top: .5625em;
+ position: relative
+}
+
+.vsp-area .details {
+ float: right;
+ font-size: .875em;
+ letter-spacing: .0375em;
+ line-height: 1.0625em;
+ margin: .7375em 0
+}
+
+.vsp-area .details a {
+ color: #ae0015
+}
+
+.vsp-area .views-count {
+ float: left;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1em;
+ letter-spacing: .02875em;
+ line-height: 1.1875em;
+ margin: .4375em .75em
+}
+
+.vsp-area .views-count span.new {
+ font-size: inherit;
+ font-style: italic;
+ font-weight: 700
+}
+
+.vsp-area .social-bar {
+ float: left
+}
+
+.vsp-area .social-bar li {
+ display: inline-block;
+ margin-right: .314em
+}
+
+.vsp-area .social-bar .social-icon {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/sticky-social-icons-sprite.png);
+ background-repeat: no-repeat;
+ background-size: auto 100%;
+ display: block;
+ height: 2.1875em;
+ overflow: hidden;
+ text-indent: -9999px;
+ width: 2.1875em
+}
+
+.vsp-area .social-bar .social-icon.fb {
+ background-position: 0 0
+}
+
+.vsp-area .social-bar .social-icon.fb:hover {
+ background-position: -13.875em 0
+}
+
+.vsp-area .social-bar .social-icon.twitter {
+ background-position: -2.8125em 0
+}
+
+.vsp-area .social-bar .social-icon.twitter:hover {
+ background-position: -16.6875em 0
+}
+
+.vsp-area .comments {
+ float: left;
+ margin-top: 2em;
+ width: 100%
+}
+
+.vsp-area .video-play-link {
+ display: none;
+ position: relative
+}
+
+.vsp-area .video-play-link.is-visible {
+ display: block
+}
+
+.vsp-area .video-play-link .vp-icon {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/home/video-play-button.png);
+ background-position: 0 0;
+ background-repeat: no-repeat;
+ background-size: cover;
+ direction: ltr;
+ display: block;
+ height: 62px;
+ left: 50%;
+ margin-left: -31px;
+ margin-top: -31px;
+ overflow: hidden;
+ position: relative;
+ position: absolute;
+ text-indent: -9999px;
+ top: 50%;
+ width: 62px;
+ z-index: 1
+}
+
+.vsp-area .video-play-link:after {
+ background-color: #3b3e41;
+ content: "";
+ height: 100%;
+ left: 0;
+ opacity: 0;
+ position: absolute;
+ top: 0;
+ transition: opacity .3s;
+ width: 100%
+}
+
+.vsp-area .video-play-link:hover .vp-icon {
+ background-position: 0 100%
+}
+
+.vsp-area .video-play-link:hover:after {
+ opacity: .2
+}
+
+.vsp-area .video-next-link {
+ display: none;
+ position: relative
+}
+
+.vsp-area .video-next-link.is-visible {
+ display: block
+}
+
+.vsp-area .video-next-link .n-close {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/videos/close.png);
+ display: block;
+ height: 23px;
+ position: absolute;
+ right: .8em;
+ top: .8em;
+ width: 23px;
+ z-index: 4
+}
+
+.vsp-area .video-next-link .n-close:hover {
+ cursor: pointer
+}
+
+.vsp-area .video-next-link .n-up-next {
+ top: 20%
+}
+
+.vsp-area .video-next-link .n-title,.vsp-area .video-next-link .n-up-next {
+ color: #fff;
+ left: 0;
+ position: absolute;
+ text-align: center;
+ width: 100%;
+ z-index: 4
+}
+
+.vsp-area .video-next-link .n-title {
+ font-family: Playfair Display,serif;
+ font-size: 2em;
+ font-weight: 600;
+ top: 28%
+}
+
+.vsp-area .video-next-link .n-cancel-cont {
+ bottom: 28%;
+ left: 0;
+ position: absolute;
+ text-align: center;
+ width: 100%;
+ z-index: 4
+}
+
+.vsp-area .video-next-link .n-cancel {
+ -webkit-font-feature-settings: "smcp";
+ font-feature-settings: "smcp";
+ color: #fff;
+ font-size: 70%;
+ font-variant: small-caps;
+ letter-spacing: .14em;
+ text-transform: uppercase
+}
+
+.vsp-area .video-next-link .n-cancel:hover {
+ cursor: pointer
+}
+
+.vsp-area .video-next-link .n-timer {
+ height: 62px;
+ left: 50%;
+ margin-left: -31px;
+ margin-top: -31px;
+ position: absolute;
+ top: 50%;
+ width: 62px;
+ z-index: 5
+}
+
+.vsp-area .video-next-link .n-timer:hover {
+ cursor: pointer
+}
+
+.vsp-area .video-next-link .np-icon {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/home/video-play-button.png);
+ background-size: cover;
+ height: 62px;
+ left: 50%;
+ margin-left: -31px;
+ margin-top: -31px;
+ position: absolute;
+ top: 50%;
+ width: 62px;
+ z-index: 4
+}
+
+.vsp-area .video-next-link .np-icon:hover {
+ cursor: pointer
+}
+
+.vsp-area .video-next-link:after {
+ background-color: #3b3e41;
+ content: "";
+ height: 100%;
+ left: 0;
+ opacity: .4;
+ position: absolute;
+ top: 0;
+ transition: opacity .3s;
+ width: 100%;
+ z-index: 3
+}
+
+.vsp-area .video-next-link:hover:after {
+ opacity: .5
+}
+
+@media(max-width: 60em) {
+ .vsp-area .video-player {
+ margin-bottom:2.5em;
+ max-width: 100%;
+ width: 100%
+ }
+
+ .vsp-area .video-player .wrap {
+ margin-right: 0
+ }
+
+ .vsp-area .play-text-content {
+ padding-left: 0;
+ padding-right: 1.6em!important
+ }
+}
+
+@media(max-width: 47.9375em) {
+ .vsp-area .video-player {
+ margin-bottom:0
+ }
+
+ .vsp-area .item-text-title {
+ font-size: 2.25em
+ }
+
+ .vsp-area .item-text-subtitle {
+ font-size: 1.375em
+ }
+
+ .vsp-area .social-bar,.vsp-area .views-count {
+ display: inline-block;
+ float: none
+ }
+
+ .vsp-area .views-count {
+ line-height: 2.125em;
+ margin-left: .313em;
+ margin-top: 0;
+ vertical-align: top
+ }
+
+ .vsp-area .details {
+ float: none;
+ margin: .812em 0 0
+ }
+}
+
+.vsp-area .sa-videos-link .arrow-link {
+ color: #ae0015;
+ display: block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 700;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ padding-left: 1em;
+ position: relative;
+ text-align: left;
+ text-indent: .3125em;
+ text-transform: uppercase
+}
+
+.vsp-area .sa-videos-link .arrow-link:after {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/sidebar/quiz-carat.png);
+ background-position: 100% 0;
+ background-repeat: no-repeat;
+ content: "";
+ display: inline-block;
+ height: 1em;
+ margin-right: .3125em;
+ vertical-align: baseline;
+ vertical-align: top;
+ width: 1em
+}
+
+.vsp-area .sa-videos-link .arrow-link:hover {
+ color: #c42236;
+ text-decoration: none
+}
+
+.vsp-area .video-body {
+ color: #3b3e41;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.075em;
+ font-weight: 400;
+ letter-spacing: .05em;
+ line-height: 26px;
+ text-rendering: optimizespeed
+}
+
+.vsp-area .upn-title {
+ color: #375c71;
+ float: left;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.375em;
+ letter-spacing: .0454em;
+ line-height: 1.2272;
+ position: relative;
+ z-index: 1
+}
+
+.vsp-area .upn-title i {
+ -webkit-font-feature-settings: "smcp";
+ font-feature-settings: "smcp";
+ font-size: 1.047em;
+ font-style: normal;
+ font-variant: small-caps
+}
+
+.vsp-area .controls {
+ float: left;
+ margin-bottom: 1.75em;
+ position: relative;
+ width: 33.5%;
+ z-index: 1
+}
+
+.vsp-area .autoplay-toggle {
+ float: right
+}
+
+.vsp-area .toggle-title {
+ color: #5690b1;
+ display: inline-block;
+ font-size: 1em;
+ letter-spacing: .025em;
+ line-height: 1.1875em;
+ margin: .125em .4375em 0;
+ vertical-align: top
+}
+
+.vsp-area .toggle-track {
+ background: #fff;
+ border: .0625em solid #dadada;
+ border-radius: 2.5em;
+ display: inline-block;
+ font-size: 1em;
+ height: 1.25em;
+ transition: background .3s ease-in-out;
+ transition: border .3s ease-in-out;
+ width: 2em
+}
+
+.vsp-area .toggle-track.autoplay-on {
+ background: #5690b1;
+ border: .0625em solid #5690b1;
+ transition: all .3s ease-in
+}
+
+.vsp-area .toggle-track input {
+ opacity: 0;
+ position: absolute
+}
+
+.vsp-area .toggle-track input:checked+.toggle-switch {
+ -webkit-transform: translate3d(64%,2%,0);
+ transform: translate3d(64%,2%,0)
+}
+
+.vsp-area .toggle-track .toggle-switch {
+ background: #fff;
+ border: .0625em solid #dadada;
+ border-radius: 1em;
+ height: 1.098em;
+ transition: all .3s ease-in-out;
+ width: 1.098em
+}
+
+.vsp-area .video-list-wrapper {
+ position: relative
+}
+
+.vsp-area .sa-videos-link .arrow-link {
+ display: inline-block;
+ padding-top: 20px;
+ text-indent: 0
+}
+
+.vsp-area .rg-line {
+ background-color: #dadada;
+ display: block;
+ height: 21.6em;
+ position: absolute;
+ right: 1.4em;
+ top: 6.6em;
+ width: .063em
+}
+
+.vsp-area .sb-text-content {
+ display: block;
+ padding-right: .6em;
+ vertical-align: middle;
+ width: 100%
+}
+
+.vsp-area .sb-text-content .item-description {
+ display: none;
+ line-height: 1.3em;
+ margin-right: .4em
+}
+
+.vsp-area .sb-text-content .item-description.mell-gr235 {
+ height: 2.6em;
+ line-height: 1.3em;
+ overflow: hidden
+}
+
+.vsp-area .sb-text-content .item-description.mell-gr235:before {
+ content: "";
+ float: left;
+ height: 2.6em;
+ width: 5px
+}
+
+.vsp-area .sb-text-content .item-description.mell-gr235>:first-child {
+ float: right;
+ margin-left: -5px;
+ width: 100%
+}
+
+.vsp-area .sb-text-content .item-description.mell-gr235:after {
+ background: #fff;
+ background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 50%,#fff);
+ content: "…";
+ float: right;
+ left: 100%;
+ margin-left: -3em;
+ padding-right: 5px;
+ position: relative;
+ text-align: right;
+ top: -1.3em;
+ width: 3em
+}
+
+.vsp-area .sb-text-content .item-view-count {
+ font-size: .75em;
+ letter-spacing: .03125em;
+ line-height: 1.125em;
+ margin-top: .6em
+}
+
+.vsp-area .sb-text-content .item-view-count span.new {
+ font-size: inherit;
+ font-style: italic;
+ font-weight: 700
+}
+
+.vsp-area .sb-text-content .item-title a {
+ font-weight: 700;
+ text-decoration: none
+}
+
+.vsp-area .sb-text-content .item-title a:hover {
+ color: #000;
+ color: initial;
+ text-decoration: underline
+}
+
+.vsp-area .video-item {
+ display: block;
+ float: none;
+ overflow: hidden;
+ padding-bottom: 12px;
+ padding-right: .6em;
+ text-align: left
+}
+
+.vsp-area .video-item .vp-sb-icon {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/home/video-play-button-small.png);
+ background-position: 0 0;
+ background-repeat: no-repeat;
+ direction: ltr;
+ display: block;
+ height: 42px;
+ left: 50%;
+ margin-left: -21px;
+ margin-top: -21px;
+ overflow: hidden;
+ position: absolute;
+ text-indent: -9999px;
+ top: 50%;
+ width: 42px
+}
+
+.vsp-area .video-item.active .vp-sb-icon {
+ display: none
+}
+
+.vsp-area .image-anchor {
+ display: inline-block;
+ float: left;
+ margin-right: .625em;
+ overflow: hidden;
+ position: relative;
+ width: 8.625em
+}
+
+.vsp-area .vsp-btn {
+ background-color: transparent;
+ background-position: 1% 8.6%;
+ background-repeat: no-repeat;
+ background-size: initial;
+ background-size: 358%;
+ border: none;
+ height: 1.813em;
+ position: absolute;
+ right: 0;
+ width: 1.813em;
+ z-index: 1
+}
+
+.vsp-area .vsp-btn:focus {
+ outline: none
+}
+
+.vsp-area .vsp-next-btn.slick-disabled,.vsp-area .vsp-prev-btn.slick-disabled {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/disabled-up-down.png);
+ background-size: cover;
+ cursor: pointer
+}
+
+.vsp-area .vsp-prev-btn {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/sidebar/browse-arrows@2x.png);
+ left: auto;
+ margin-top: 0;
+ right: 0;
+ top: 0
+}
+
+.vsp-area .vsp-prev-btn:focus {
+ background-position: 99% 10%
+}
+
+.vsp-area .vsp-prev-btn:hover {
+ background-position: 50% 8.6%
+}
+
+.vsp-area .vsp-prev-btn.slick-disabled,.vsp-area .vsp-prev-btn.slick-disabled:hover {
+ background-position: 0 0
+}
+
+.vsp-area .vsp-next-btn {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/sidebar/browse-arrows.png);
+ background-position: 1.1% 96%;
+ bottom: 0;
+ top: auto
+}
+
+.vsp-area .vsp-next-btn:hover {
+ background-position: 50% 97%
+}
+
+.vsp-area .vsp-next-btn.slick-disabled,.vsp-area .vsp-next-btn.slick-disabled:hover {
+ background-position: 0 100%
+}
+
+.vsp-area .video-list {
+ float: left;
+ height: 100%;
+ overflow: hidden;
+ position: relative;
+ width: 33.5%
+}
+
+.vsp-area .video-list .active img {
+ border-bottom-width: 2px;
+ border-top-width: 3px
+}
+
+.vsp-area .video-list img {
+ float: left;
+ height: 92px;
+ transition: border .5s ease-out
+}
+
+.vsp-area .video-list h5 {
+ display: block;
+ font-size: 1.0625em;
+ letter-spacing: .04705em;
+ line-height: 1.2941;
+ margin-bottom: .3em;
+ overflow: hidden
+}
+
+.vsp-area .video-list p {
+ font-size: .88em;
+ font-weight: 400;
+ letter-spacing: .06em;
+ line-height: 1.29
+}
+
+.vsp-area .video-list .active img {
+ border: 4px solid #ae0015;
+ box-sizing: border-box
+}
+
+.vsp-area .video-list .active h5,.vsp-area .video-list .active p {
+ opacity: .5
+}
+
+@media(max-width: 74.9375em) {
+ .vsp-area .rg-line {
+ right:.96em;
+ top: 5.9em
+ }
+
+ .vsp-area .sb-text-content .item-description {
+ display: none
+ }
+}
+
+@media(max-width: 60em) {
+ .vsp-area .controls {
+ clear:both;
+ float: none;
+ margin-bottom: 1em;
+ margin-left: 3.85em;
+ margin-right: 3.75em;
+ overflow: hidden;
+ width: auto
+ }
+
+ .vsp-area .video-list-wrapper {
+ float: left;
+ height: auto;
+ position: relative;
+ width: 100%
+ }
+
+ .vsp-area .rg-line {
+ display: none
+ }
+
+ .vsp-area .sb-text-content {
+ display: block;
+ margin-top: .5em
+ }
+
+ .vsp-area .sb-text-content .item-title,.vsp-area .sb-text-content .item-view-count {
+ text-align: center
+ }
+
+ .vsp-area .video-list {
+ clear: both;
+ float: none;
+ height: 13.2em;
+ margin-left: 3.25em;
+ margin-right: 3.25em;
+ max-height: 100%;
+ overflow: visible;
+ padding: 0;
+ position: relative;
+ width: auto
+ }
+
+ .vsp-area .video-list img {
+ height: auto;
+ margin-bottom: 0;
+ margin-right: 0;
+ width: 100%
+ }
+
+ .vsp-area .slick-list {
+ overflow: hidden
+ }
+
+ .vsp-area .image-anchor {
+ display: table-cell;
+ float: none;
+ margin: 0 auto;
+ width: auto
+ }
+
+ .vsp-area .video-item {
+ display: block;
+ float: left;
+ margin-left: .625em;
+ margin-right: .625em;
+ max-width: 11.657em;
+ padding: 0
+ }
+
+ .vsp-area .vsp-next-btn,.vsp-area .vsp-prev-btn {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/related-content-icon-sprite-semitransparent.png);
+ height: 2.25em;
+ width: 2.25em
+ }
+
+ .vsp-area .vsp-next-btn {
+ background-position: 33.33% 0;
+ right: -.5em;
+ top: 22%
+ }
+
+ .vsp-area .vsp-next-btn:hover {
+ background-position: 100% 0
+ }
+
+ .vsp-area .vsp-prev-btn {
+ left: -.5em;
+ top: 22%
+ }
+
+ .vsp-area .vsp-prev-btn:hover {
+ background-position: 66.66% 0
+ }
+}
+
+@media(max-width: 47.9375em) {
+ .vsp-area .upn-title {
+ font-size:1.25em;
+ letter-spacing: .0455em;
+ line-height: 1.2
+ }
+
+ .vsp-area .controls {
+ float: none;
+ margin: 0;
+ width: auto
+ }
+
+ .vsp-area .toggle-track {
+ font-size: 1.25em
+ }
+
+ .vsp-area .vsp-next-btn {
+ height: 36px;
+ right: 0;
+ top: 30%;
+ width: 36px
+ }
+
+ .vsp-area .vsp-prev-btn {
+ height: 36px;
+ left: 0;
+ top: 30%;
+ width: 36px
+ }
+
+ .vsp-area .video-list-wrapper {
+ margin-top: 1em
+ }
+
+ .vsp-area .video-list {
+ clear: both;
+ float: none;
+ height: auto;
+ margin-left: -.725em!important;
+ margin-right: -.725em!important;
+ max-width: none;
+ overflow: visible;
+ position: relative;
+ width: auto
+ }
+
+ .vsp-area .video-item {
+ box-sizing: content-box;
+ margin-left: .625em;
+ margin-right: .625em;
+ max-width: none;
+ padding: 0
+ }
+
+ .vsp-area .image-anchor {
+ display: inline-block;
+ height: auto;
+ min-height: 100%;
+ overflow: visible;
+ width: 100%
+ }
+}
+
+@media(min-width: 60em) {
+ .rg-line,.vsp-next-btn,.vsp-prev-btn {
+ display:none!important
+ }
+}
+
+.wgt-hv .hv-arrow-link {
+ display: block;
+ display: inline-block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 700;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ line-height: .75em;
+ padding-left: 0;
+ position: relative;
+ text-align: left;
+ text-align: inherit;
+ text-indent: .3125em;
+ text-indent: 0;
+ text-transform: uppercase
+}
+
+.wgt-hv .hv-arrow-link:after {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/sidebar/quiz-carat.png);
+ background-position: 100% 0;
+ background-repeat: no-repeat;
+ content: "";
+ display: inline-block;
+ height: 1em;
+ margin-right: .3125em;
+ vertical-align: baseline;
+ vertical-align: top;
+ width: 1em
+}
+
+.wgt-hv .hv-arrow-link:hover {
+ color: #c42236;
+ text-decoration: none
+}
+
+.wgt-hv {
+ clear: both;
+ margin-bottom: 2em;
+ overflow: hidden;
+ padding-bottom: 1.56em;
+ padding-top: 2em;
+ position: relative
+}
+
+.wgt-hv,.wgt-hv h4 {
+ text-align: center
+}
+
+.wgt-hv a {
+ color: #3b3e41
+}
+
+.wgt-hv p a {
+ color: #000
+}
+
+.wgt-hv .hv-arrow-link {
+ color: #ae0015;
+ margin-top: 4.5833em;
+ width: 100%
+}
+
+@media(max-width: 60em) {
+ .wgt-hv .image-anchor {
+ float:none;
+ margin: 0 auto;
+ width: auto
+ }
+}
+
+.wgt-hv .video-play-icon {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/home/video-play-button-small.png);
+ background-position: 0 0;
+ background-repeat: no-repeat;
+ direction: ltr;
+ display: block;
+ height: 42px;
+ left: 50%;
+ margin-left: -25px;
+ margin-top: -21px;
+ overflow: hidden;
+ position: absolute;
+ text-indent: -9999px;
+ top: 50%;
+ width: 42px;
+ z-index: 2
+}
+
+.wgt-hv .video-play-link {
+ display: none;
+ position: relative
+}
+
+.wgt-hv .video-play-link.is-visible {
+ display: block
+}
+
+.wgt-hv .video-play-link .video-play-icon {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/home/video-play-button.png);
+ background-size: cover;
+ height: 62px;
+ left: 50%;
+ margin-left: -31px;
+ margin-top: -31px;
+ top: 50%;
+ width: 62px;
+ z-index: 2
+}
+
+.wgt-hv .video-play-link:after {
+ background-color: #3b3e41;
+ content: "";
+ height: 100%;
+ left: 0;
+ opacity: 0;
+ position: absolute;
+ top: 0;
+ transition: opacity .3s;
+ width: 100%
+}
+
+.wgt-hv .video-play-link:hover .video-play-icon {
+ background-position: 0 100%
+}
+
+.wgt-hv .video-play-link:hover:after {
+ opacity: .2
+}
+
+.wgt-hv .video-player {
+ float: left;
+ max-width: 747px;
+ position: relative;
+ width: 66.4%;
+ z-index: 1
+}
+
+.wgt-hv .video-player .wrap {
+ margin-right: 1.25em;
+ position: relative
+}
+
+.wgt-hv .video-player img {
+ vertical-align: top;
+ width: 100%
+}
+
+.wgt-hv .video-player h5 {
+ font-size: 1.625em;
+ letter-spacing: .04692em;
+ line-height: 1.15384;
+ margin: .6em 0 .3em
+}
+
+.wgt-hv .video-player p {
+ font-size: 1.125em;
+ font-weight: 400;
+ letter-spacing: .05333em;
+ line-height: 1.4444
+}
+
+.lazyload .video-play-link {
+ display: none!important
+}
+
+.lazyloaded .video-play-link {
+ display: block!important
+}
+
+@media(max-width: 60em) {
+ .wgt-hv .video-player {
+ margin-bottom:1.25em;
+ max-width: 100%;
+ width: 100%
+ }
+
+ .wgt-hv .video-player .wrap {
+ margin-right: 0
+ }
+}
+
+.wgt-hv .video-list {
+ float: left;
+ position: relative;
+ width: 33.5%
+}
+
+.wgt-hv .video-list .img-wrapper {
+ float: left;
+ transition: border .5s ease-out;
+ width: 156px
+}
+
+.wgt-hv .video-list h5 {
+ font-size: 1.0625em;
+ letter-spacing: .04705em;
+ line-height: 1.2941;
+ margin-bottom: .4em
+}
+
+.wgt-hv .video-list p {
+ font-size: .88em;
+ font-weight: 400;
+ height: 2.58em;
+ letter-spacing: .06em;
+ line-height: 1.29em;
+ overflow: hidden
+}
+
+.wgt-hv .video-list p:before {
+ content: "";
+ float: left;
+ height: 2.58em;
+ width: 5px
+}
+
+.wgt-hv .video-list p>:first-child {
+ float: right;
+ margin-left: -5px;
+ width: 100%
+}
+
+.wgt-hv .video-list p:after {
+ background: #f4f4f4;
+ background: linear-gradient(90deg,hsla(0,0%,96%,0),#f4f4f4 50%,#f4f4f4);
+ content: "…";
+ float: right;
+ left: 100%;
+ margin-left: -3em;
+ padding-right: 5px;
+ position: relative;
+ text-align: right;
+ top: -1.29em;
+ width: 3em
+}
+
+.wgt-hv .video-list .active .img-wrapper {
+ border: 4px solid #ae0015;
+ box-sizing: border-box
+}
+
+.wgt-hv .video-list .active h5,.wgt-hv .video-list .active p {
+ opacity: .5
+}
+
+.wgt-hv .video-item {
+ display: block;
+ margin-bottom: .625em;
+ overflow: hidden;
+ padding-left: .6%;
+ padding-right: .2%;
+ text-align: left
+}
+
+.wgt-hv .video-item.active .video-play-icon {
+ display: none
+}
+
+.wgt-hv .image-anchor {
+ display: inline-block;
+ float: left;
+ margin-right: .625em;
+ overflow: hidden;
+ position: relative;
+ width: 164px
+}
+
+.wgt-hv .text-content {
+ display: block;
+ vertical-align: middle
+}
+
+.wgt-hv .hv-btn {
+ display: none
+}
+
+@media(max-width: 60em) {
+ .wgt-hv .video-list {
+ clear:both;
+ float: none;
+ width: 100%
+ }
+
+ .wgt-hv .video-list .img-wrapper {
+ margin-bottom: 0;
+ margin-right: 0;
+ width: 100%
+ }
+
+ .wgt-hv .video-item+.video-item+.video-item+.video-item {
+ padding-right: 0
+ }
+
+ .wgt-hv .text-content {
+ display: block;
+ margin-top: .5em
+ }
+
+ .wgt-hv .video-item {
+ display: block;
+ float: left;
+ padding-left: 0;
+ padding-right: 3.3%;
+ text-align: center;
+ width: 22.5%
+ }
+
+ .wgt-hv .image-anchor {
+ float: none;
+ margin: 0 auto;
+ width: auto
+ }
+}
+
+@media(min-width: 48em) {
+ .wgt-hv .video-list .slick-track {
+ width:inherit!important
+ }
+}
+
+@media(max-width: 47.9375em) {
+ .wgt-hv .video-list {
+ clear:both;
+ display: block;
+ float: none;
+ margin: 0 auto!important;
+ max-width: 355px;
+ overflow: hidden;
+ width: 100%
+ }
+
+ .wgt-hv .video-list .slick-list {
+ margin-left: 0
+ }
+
+ .wgt-hv .video-list p {
+ display: none
+ }
+
+ .wgt-hv .video-list .img-wrapper {
+ max-height: 6.5em
+ }
+
+ .wgt-hv .video-item {
+ box-sizing: content-box;
+ display: block;
+ float: left;
+ padding-left: .6%;
+ padding-right: .2%
+ }
+
+ .wgt-hv .hv-btn {
+ background-color: transparent;
+ background-position: 0 0;
+ background-repeat: no-repeat;
+ border: none;
+ position: absolute;
+ z-index: 1
+ }
+
+ .wgt-hv .hv-btn:hover {
+ background-position: 0 -42px
+ }
+
+ .wgt-hv .hv-btn:focus {
+ background-position: 0 -85px
+ }
+
+ .wgt-hv .hv-btn.deactivated {
+ background-position: 0 -128px
+ }
+
+ .wgt-hv .hv-prev-btn {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/home/video-left-arrow.png);
+ left: 0
+ }
+
+ .wgt-hv .hv-next-btn,.wgt-hv .hv-prev-btn {
+ height: 2.25em;
+ margin-top: -18px;
+ top: 30%;
+ width: 2.25em
+ }
+
+ .wgt-hv .hv-next-btn {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/home/video-right-arrow.png);
+ right: 0
+ }
+}
+
+@media only screen and (-webkit-min-device-pixel-ratio: 1.25),only screen and (min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx) {
+ .wgt-hv .hv-next-btn,.wgt-hv .hv-prev-btn {
+ background-size:cover
+ }
+
+ .wgt-hv .hv-next-btn:hover,.wgt-hv .hv-prev-btn:hover {
+ background-position: 0 -41px
+ }
+
+ .wgt-hv .hv-next-btn:focus,.wgt-hv .hv-prev-btn:focus {
+ background-position: 0 -83px
+ }
+
+ .wgt-hv .hv-prev-btn {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/home/video-left-arrow@2x.png)
+ }
+
+ .wgt-hv .hv-next-btn {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/home/video-right-arrow@2x.png)
+ }
+
+ .wgt-hv.lazyload .hv-next-btn,.wgt-hv.lazyload .hv-prev-btn {
+ background-image: none!important
+ }
+}
+
+.wod-article-container h2 {
+ color: #375c71;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.375em;
+ letter-spacing: .0454em;
+ line-height: 1.2272;
+ position: relative;
+ z-index: 1
+}
+
+.wod-article-container h2 i {
+ -webkit-font-feature-settings: "smcp";
+ font-feature-settings: "smcp";
+ font-size: 1.047em;
+ font-style: normal;
+ font-variant: small-caps
+}
+
+@media(max-width: 47.9375em) {
+ .wod-article-container h2 {
+ font-size:1.25em;
+ letter-spacing: .0455em;
+ line-height: 1.2
+ }
+}
+
+.more-words-of-day-container .cta-container a,.wod-activity-container .view-answer-link {
+ color: #ae0015;
+ display: block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 700;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ padding-left: 1em;
+ position: relative;
+ text-align: left;
+ text-indent: .3125em;
+ text-transform: uppercase
+}
+
+.more-words-of-day-container .cta-container a:after,.wod-activity-container .view-answer-link:after {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/sidebar/quiz-carat.png);
+ background-position: 100% 0;
+ background-repeat: no-repeat;
+ content: "";
+ display: inline-block;
+ height: 1em;
+ margin-right: .3125em;
+ vertical-align: baseline;
+ vertical-align: top;
+ width: 1em
+}
+
+.more-words-of-day-container .cta-container a:hover,.wod-activity-container .view-answer-link:hover {
+ color: #c42236;
+ text-decoration: none
+}
+
+.article-header-container.wod-article-header .under-widget-title-line {
+ border-bottom: 1px solid #375c71;
+ display: block;
+ height: 1px;
+ margin: .625em auto 1.375em;
+ max-width: 140px
+}
+
+.wod-article-page {
+ background: #fff
+}
+
+.wod-article-page .blue-divide,.wod-article-page .gray-divide {
+ margin-bottom: 0
+}
+
+.wod-article-page .lr-cols-area {
+ margin-top: 20px
+}
+
+.wod-definition-container .wotd-example-label {
+ text-transform: uppercase
+}
+
+.wod-article-container .did-you-know-wrapper p a,.wod-article-container .wod-definition-container p a {
+ color: #0074cc
+}
+
+.article-header-container.wod-article-header {
+ margin-top: 1.25em;
+ position: relative
+}
+
+.article-header-container.wod-article-header .w-a-title,.article-header-container.wod-article-header .w-a-title h1 {
+ color: #375c71;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ letter-spacing: .9px;
+ line-height: 24.75px;
+ text-align: center
+}
+
+.article-header-container.wod-article-header .quick-def-box {
+ margin-bottom: 1.25em
+}
+
+.article-header-container.wod-article-header .quick-def-box .play-pron {
+ margin-top: -2.313em;
+ position: relative;
+ z-index: 2
+}
+
+.article-header-container.wod-article-header .word-attributes {
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-weight: 400
+}
+
+.article-header-container.wod-article-header .word-attributes .main-attr {
+ font-style: italic;
+ padding: 0 .4375em 0 0
+}
+
+.article-header-container.wod-article-header .word-attributes .pr,.article-header-container.wod-article-header .word-attributes .word-syllables {
+ border-left: 1px solid #225f73;
+ padding: 0 0 0 .625em
+}
+
+.article-header-container.wod-article-header .under-widget-title-line {
+ margin: .625em auto .575em
+}
+
+.article-header-container.wod-article-header .word-header h1,.article-header-container.wod-article-header .word-header h2.word-header-txt {
+ font-size: 6.25em;
+ letter-spacing: .03em;
+ line-height: 1.33em;
+ margin: -16px 0 0
+}
+
+.article-header-container.wod-article-header .nav-arrow-container {
+ bottom: 4.375em;
+ position: absolute;
+ width: 100%
+}
+
+.article-header-container.wod-article-header .nav-arrow-container .next-wod-arrow,.article-header-container.wod-article-header .nav-arrow-container .prev-wod-arrow {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/related-content-icon-sprite.png) 0 0 no-repeat;
+ display: block;
+ height: 2.5em;
+ overflow: hidden;
+ text-indent: -624.937em;
+ width: 2.5em
+}
+
+.article-header-container.wod-article-header .nav-arrow-container .prev-wod-arrow {
+ float: left
+}
+
+.article-header-container.wod-article-header .nav-arrow-container .prev-wod-arrow:hover {
+ background-position: -5.75em 0
+}
+
+.article-header-container.wod-article-header .nav-arrow-container .prev-wod-arrow.disabled {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/icon-carousel-disabled-carets.png);
+ cursor: default
+}
+
+.article-header-container.wod-article-header .nav-arrow-container .prev-wod-arrow.disabled:hover {
+ background-position: 0 0
+}
+
+.article-header-container.wod-article-header .nav-arrow-container .next-wod-arrow {
+ background-position: -2.625em 0;
+ float: right
+}
+
+.article-header-container.wod-article-header .nav-arrow-container .next-wod-arrow:hover {
+ background-position: -8.4375em 0
+}
+
+.article-header-container.wod-article-header .nav-arrow-container .next-wod-arrow.disabled {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/icon-carousel-disabled-carets.png);
+ cursor: default
+}
+
+.article-header-container.wod-article-header .nav-arrow-container .next-wod-arrow.disabled:hover {
+ background-position: -2.625em 0
+}
+
+.wod-article-container h2 {
+ margin-bottom: .625em
+}
+
+.wod-article-container p {
+ font-size: 1.075em;
+ letter-spacing: .05em;
+ line-height: 1.625em;
+ padding-bottom: 1.1875em
+}
+
+.did-you-know-wrapper,.wod-did-you-know-container {
+ margin: 1.9375em 0 .5em
+}
+
+.wod-activity-container {
+ margin: 1.9375em 0 2.5em
+}
+
+.wod-activity-container a {
+ color: #ae0015
+}
+
+.wod-activity-container .view-answer-link {
+ color: #ae0015;
+ font-size: .75em;
+ padding-left: 0
+}
+
+.more-words-of-day-container {
+ float: left;
+ margin-top: 1.875em;
+ width: 100%
+}
+
+.more-words-of-day-container h2 {
+ text-align: center
+}
+
+.more-words-of-day-container .title-container {
+ margin-bottom: 2.5em
+}
+
+.more-words-of-day-container .more-wod-items {
+ margin: 0 auto;
+ max-width: 33.3125em;
+ width: 100%
+}
+
+.more-words-of-day-container .more-wod-items h4 {
+ color: #375c71;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .812em;
+ letter-spacing: .05em;
+ line-height: 1.375em;
+ text-transform: uppercase
+}
+
+.more-words-of-day-container .more-wod-items h2 {
+ color: #ae0015;
+ font-size: 1.875em;
+ font-weight: 400;
+ letter-spacing: .046em;
+ text-align: left
+}
+
+.more-words-of-day-container .more-wod-items a {
+ color: inherit;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: inherit;
+ font-weight: inherit;
+ line-height: 2.25em
+}
+
+.more-words-of-day-container .more-wod-items li {
+ display: block;
+ float: left;
+ margin-bottom: 2em;
+ width: 50%
+}
+
+.more-words-of-day-container .cta-container {
+ float: left;
+ margin-top: 1.9375em;
+ width: 100%
+}
+
+.more-words-of-day-container .cta-container a {
+ color: #ae0015;
+ font-size: .75em;
+ text-align: center
+}
+
+.wotd-examples {
+ align-items: flex-start;
+ display: flex
+}
+
+.wotd-examples .right-content-box {
+ border-bottom: 2px solid #cbe1ea;
+ border-top: 2px solid #cbe1ea;
+ box-sizing: border-box;
+ flex-basis: 280px;
+ flex-grow: 0;
+ flex-shrink: 0;
+ margin-left: 24px;
+ padding: 14px 10px 25px;
+ width: 280px
+}
+
+.wotd-examples .right-content-box.active-games {
+ background-color: hsla(0,0%,96%,.8);
+ border-width: 0;
+ padding: 25px 10px
+}
+
+.wotd-examples .right-content-box .wgt-games-side .wgts-quiz {
+ display: none
+}
+
+.wotd-examples .right-content-box .wgt-games-side .wgts-quiz-with-answers {
+ border: 0;
+ display: block;
+ margin: 0;
+ padding: 0
+}
+
+.wotd-examples .right-content-box .wgt-games-side .wgts-quiz-with-answers .quiz-answer-list,.wotd-examples .right-content-box .wgt-games-side .wgts-quiz-with-answers .wgts-quiz-question {
+ margin-left: 0
+}
+
+.wotd-examples .right-content-box .wgt-games-side .jc-under-tline-type2,.wotd-examples .right-content-box .wgt-games-side .jc-wgt-title-type1 {
+ display: none
+}
+
+.wotd-examples .right-content-box .wgt-games-side .lead {
+ color: #375c71;
+ font-weight: 600;
+ margin-bottom: 0;
+ padding-bottom: 12px
+}
+
+#wotd-right-content-box #wotd-games-box,.wotd-examples .right-content-box .blue-divide {
+ display: none
+}
+
+#wotd-right-content-box #wotd-subscribe-box {
+ display: block
+}
+
+#wotd-right-content-box #wotd-subscribe-box .subscribe-btn {
+ background-color: #375c71
+}
+
+#wotd-right-content-box.active-games #wotd-games-box {
+ display: block
+}
+
+#wotd-right-content-box.active-games #wotd-subscribe-box {
+ display: none
+}
+
+@media(max-width: 1025px) {
+ .wotd-examples {
+ display:block
+ }
+
+ .wotd-examples .right-content-box {
+ border-width: 1px;
+ margin: 0 0 30px;
+ padding: 15px 0 20px;
+ width: 100%
+ }
+
+ .wotd-examples .right-content-box.active-games {
+ border-width: 1px;
+ padding: 15px 0 0
+ }
+
+ .wotd-examples .right-content-box .wgt-games-side .wgts-quiz-with-answers .quiz-answer-list {
+ margin-bottom: 10px;
+ margin-left: 8%;
+ margin-right: 8%;
+ width: 76%
+ }
+
+ .wotd-examples .right-content-box .wgt-games-side .wgts-quiz-with-answers .wgts-quiz-question {
+ margin-bottom: 10px;
+ margin-left: 12%;
+ margin-right: 12%;
+ width: 76%
+ }
+
+ .wotd-examples #subscribe-wod-box {
+ margin: 5px auto;
+ padding: 0;
+ width: 100%
+ }
+
+ .wotd-examples .blue-divide {
+ display: block;
+ margin-bottom: 0;
+ margin-top: 0
+ }
+}
+
+@media(max-width: 767px) {
+ .wotd-examples .right-content-box .wgt-games-side .wgts-quiz-with-answers .quiz-answer-list,.wotd-examples .right-content-box .wgt-games-side .wgts-quiz-with-answers .wgts-quiz-question {
+ margin:0 0 10px;
+ width: 100%
+ }
+}
+
+@media(min-width: 48em)and (max-width:56em) {
+ .article-header-container.wod-article-header .word-header h1,.article-header-container.wod-article-header .word-header h2.word-header-txt {
+ font-size:5.25em!important
+ }
+}
+
+@media(max-width: 61em) {
+ .podcast-player-block.wod-podcast-player-block .podcast-container {
+ padding:1em 0
+ }
+
+ .wod-carousel .word-header h2 {
+ font-size: 40px!important
+ }
+
+ .wod-carousel {
+ margin-bottom: 3em!important
+ }
+}
+
+@media(min-width: 768px) {
+ .wod-article-page .outer-container {
+ overflow:visible
+ }
+
+ .wod-article-page .right-rail {
+ position: -webkit-sticky;
+ position: sticky;
+ top: -485px
+ }
+}
+
+.wod-carousel .slick-next,.wod-carousel .slick-prev {
+ background-color: transparent;
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/related-content-icon-sprite-semitransparent.png);
+ background-repeat: no-repeat;
+ background-size: auto auto;
+ background-size: initial;
+ margin-top: -1.125em;
+ opacity: .8;
+ z-index: 1
+}
+
+.wod-carousel .slick-prev {
+ background-position: 0 0;
+ height: 2.25em;
+ left: 0;
+ width: 2.25em;
+ z-index: 3
+}
+
+.wod-carousel .slick-prev:hover {
+ background-position: -92px 0;
+ opacity: 1
+}
+
+@media(hover: hover) {
+ .wod-carousel .slick-prev:hover {
+ background-position:-92px 0;
+ opacity: 1
+ }
+}
+
+.wod-carousel .slick-prev:active {
+ background-position: -92px 0;
+ opacity: 1
+}
+
+.wod-carousel .slick-next {
+ background-position: -46px 0;
+ height: 2.25em;
+ right: 0;
+ width: 2.25em
+}
+
+.wod-carousel .slick-next:hover {
+ background-position: -138px 0;
+ opacity: 1
+}
+
+@media(hover: hover) {
+ .wod-carousel .slick-next:hover {
+ background-position:-138px 0;
+ opacity: 1
+ }
+}
+
+.wod-carousel .slick-next:active {
+ background-position: -138px 0;
+ opacity: 1
+}
+
+.wod-carousel {
+ margin-bottom: 3em
+}
+
+.wod-carousel .slick-dots {
+ bottom: -1.75em;
+ left: 0;
+ position: absolute;
+ right: 0;
+ text-align: center
+}
+
+.wod-carousel .slick-dots li {
+ border: 1px solid #ae0015;
+ border-radius: 50%;
+ cursor: pointer;
+ display: inline-block;
+ float: none;
+ height: .5em;
+ margin: 0 .25em;
+ overflow: hidden;
+ padding-left: .5em;
+ width: 0
+}
+
+.wod-carousel .slick-dots li button {
+ display: none
+}
+
+.wod-carousel .slick-dots li.slick-active {
+ background-color: #ae0015
+}
+
+.see-more-cta-container a {
+ color: #ae0015;
+ display: block;
+ display: inline-block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 700;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ line-height: .75em;
+ padding-left: 0;
+ position: relative;
+ text-align: left;
+ text-align: inherit;
+ text-indent: .3125em;
+ text-indent: 0;
+ text-transform: uppercase
+}
+
+.see-more-cta-container a:after {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/sidebar/quiz-carat.png);
+ background-position: 100% 0;
+ background-repeat: no-repeat;
+ content: "";
+ display: inline-block;
+ height: 1em;
+ margin-right: .3125em;
+ vertical-align: baseline;
+ vertical-align: top;
+ width: 1em
+}
+
+.see-more-cta-container a:hover {
+ color: #c42236;
+ text-decoration: none
+}
+
+.wod-carousel .article-header-container .under-widget-title-line {
+ border-bottom: 1px solid #375c71;
+ display: block;
+ height: 1px;
+ margin: .625em auto 1.375em;
+ max-width: 140px
+}
+
+.wod-landing-page .more-words-of-day-container,.wod-landing-page .wotd-examples {
+ margin-bottom: 1.875em;
+ margin-top: 0
+}
+
+.wod-archive-container .toggle-box {
+ height: 15.625em;
+ min-height: 15.625em;
+ overflow: hidden;
+ position: relative
+}
+
+.wod-archive-container .toggle-box.no-min-height {
+ height: auto;
+ max-height: 15.625em;
+ min-height: 0
+}
+
+.wod-archive-container .toggle-box.open-container {
+ height: auto;
+ max-height: none;
+ padding-bottom: 3em
+}
+
+.wod-archive-container .toggle-box.open-container .toggle-trigger {
+ background: none;
+ margin-bottom: -4.375em
+}
+
+.wod-archive-container .toggle-box.open-container .toggle-trigger p {
+ padding-top: 0
+}
+
+.wod-archive-container .toggle-box .toggle-trigger {
+ height: 130px;
+ margin-bottom: 0
+}
+
+.wod-archive-container .toggle-box .toggle-trigger p {
+ padding: 4.375em
+}
+
+.wod-archive-container .blue-divide {
+ margin-bottom: 1.875em
+}
+
+.wod-carousel {
+ background-color: #fff;
+ overflow: visible;
+ padding: .625em!important
+}
+
+.wod-carousel:after {
+ clear: both;
+ content: " ";
+ display: block
+}
+
+.wod-carousel .slick-next,.wod-carousel .slick-prev {
+ top: 50%
+}
+
+.wod-carousel .slick-prev {
+ left: .85em
+}
+
+.wod-carousel .slick-next {
+ right: .85em
+}
+
+.wod-carousel .word-items {
+ border: .125em solid #bcd4e2;
+ height: 308px;
+ overflow: hidden;
+ padding: 20px 0
+}
+
+.wod-carousel .item {
+ float: left;
+ height: 100%;
+ max-width: 796px;
+ overflow: hidden;
+ position: relative;
+ width: 100%
+}
+
+.wod-carousel .article-header-container {
+ height: 308px;
+ padding: 0 15px;
+ position: relative;
+ text-align: center
+}
+
+.wod-carousel .article-header-container .wod-car-sub-title {
+ color: #375c71;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .812em;
+ letter-spacing: .15em;
+ line-height: 1.375em;
+ margin-top: 1.25em;
+ text-align: center;
+ text-transform: uppercase
+}
+
+.wod-carousel .article-header-container .under-widget-title-line {
+ margin: .425em auto 1.375em;
+ max-width: 5em
+}
+
+.wod-carousel .article-header-container .quick-def-box {
+ margin: 4.3125em 0 0
+}
+
+.wod-carousel .article-header-container .quick-def-box .play-pron {
+ overflow: hidden
+}
+
+.wod-carousel .word-header h2 {
+ font-size: 3.375em;
+ letter-spacing: .011em;
+ line-height: 1.333em;
+ margin-bottom: 15px
+}
+
+.wod-carousel .definition-block p {
+ font-size: 1.375em;
+ letter-spacing: .056em;
+ line-height: 1.625em
+}
+
+.wod-carousel .slick-list {
+ display: block;
+ margin: 0;
+ overflow: hidden;
+ position: relative
+}
+
+.wod-carousel-social {
+ bottom: 30px;
+ left: 50%;
+ margin: 0;
+ position: absolute;
+ text-align: center;
+ -webkit-transform: translate(-50%);
+ transform: translate(-50%)
+}
+
+.wod-carousel-social li {
+ display: inline-block;
+ margin-right: .2857em
+}
+
+.wod-carousel-social a {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/sticky-social-icons-sprite.png);
+ background-repeat: no-repeat;
+ background-size: auto 100%;
+ display: block;
+ height: 2.1875em;
+ width: 2.1875em
+}
+
+.wod-carousel-social .social-icon.fb {
+ background-position: 0 0
+}
+
+.wod-carousel-social .social-icon.fb:hover {
+ background-position: -13.875em 0
+}
+
+.wod-carousel-social .social-icon.twitter {
+ background-position: -2.8125em 0
+}
+
+.wod-carousel-social .social-icon.twitter:hover {
+ background-position: -16.6875em 0
+}
+
+.more-words-of-day-container .title-container h2 {
+ color: #375c71;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif
+}
+
+.more-words-of-day-container .more-wod-items a {
+ line-height: 1.2em
+}
+
+.more-words-of-day-container.toggle-box {
+ height: auto;
+ margin-bottom: 5.5em;
+ overflow: visible
+}
+
+.more-words-of-day-container.toggle-box .toggle-trigger {
+ height: 3.75em
+}
+
+.more-words-of-day-container.toggle-box p.trigger-line {
+ margin-top: 4.75em;
+ padding: 0
+}
+
+.more-words-of-day-container.toggle-box .more-wod-items {
+ height: 9.625em;
+ overflow: hidden
+}
+
+.more-words-of-day-container.toggle-box.open-container {
+ margin-bottom: .313em
+}
+
+.more-words-of-day-container.toggle-box.open-container .toggle-trigger {
+ margin-bottom: 0
+}
+
+.more-words-of-day-container.toggle-box.open-container p.trigger-line {
+ margin-top: 0
+}
+
+.more-words-of-day-container.toggle-box.open-container .more-wod-items {
+ height: auto
+}
+
+.see-more-cta-container {
+ float: left;
+ text-align: center;
+ width: 100%
+}
+
+.see-more-cta-container a:after {
+ -webkit-transform: rotate(90deg) translateX(-33%) translateY(-50%);
+ transform: rotate(90deg) translateX(-33%) translateY(-50%)
+}
+
+@media(max-width: 61em) {
+ .wod-carousel .word-header h2 {
+ font-size:40px!important
+ }
+
+ .wod-carousel {
+ margin-bottom: 3em!important
+ }
+
+ .wod-carousel .article-header-container .quick-def-box {
+ margin: 4.9375em 0 0
+ }
+}
+
+@media(max-width: 60em) {
+ .wod-carousel .article-header-container {
+ padding:0 37px
+ }
+
+ .wod-carousel .article-header-container .quick-def-box {
+ margin: 3.875em 0 0
+ }
+
+ .wod-landing-page .see-more-cta-container {
+ margin-bottom: 1.5em
+ }
+
+ .more-words-of-day-container .more-wod-items h2 {
+ font-size: 1.625em;
+ letter-spacing: .03125em
+ }
+
+ .more-words-of-day-container .more-wod-items a {
+ font-size: inherit;
+ line-height: 2em
+ }
+
+ .more-words-of-day-container.toggle-box .more-wod-items {
+ height: 10.625em
+ }
+}
+
+@media(max-width: 47.9375em) {
+ .wod-carousel .slick-next,.wod-carousel .slick-prev {
+ top:46%
+ }
+
+ .wod-carousel .word-header h2 {
+ font-size: 2.5em;
+ letter-spacing: .011em;
+ line-height: 1.333em;
+ margin-bottom: 15px
+ }
+
+ .wod-carousel .definition-block p {
+ font-size: 1.375em;
+ letter-spacing: .0575em;
+ line-height: 1.625em
+ }
+
+ .wod-carousel .article-header-container {
+ padding: 0 10px
+ }
+
+ .wod-carousel .article-header-container .quick-def-box .play-pron {
+ margin-top: -1em
+ }
+
+ .more-words-of-day-container {
+ padding-bottom: 2em
+ }
+
+ .more-words-of-day-container .more-wod-items h2 {
+ text-align: center
+ }
+}
+
+.wod_messages .wod-button {
+ background-color: #ae0015;
+ border-radius: .5em;
+ color: #fff;
+ cursor: pointer;
+ display: inline-block;
+ font-size: .75em;
+ letter-spacing: .1666em;
+ line-height: 1.25em;
+ padding: .9583em 1.15em;
+ text-transform: uppercase
+}
+
+.wod_messages .wod-button:hover {
+ background: #c42236
+}
+
+.wod_messages h2 {
+ color: #000;
+ font-size: 22px;
+ font-weight: 300;
+ letter-spacing: .8px;
+ line-height: 28px;
+ margin: 0 0 20px
+}
+
+.wod_messages p strong {
+ color: #375c71;
+ font-size: 19px;
+ font-weight: 700;
+ line-height: 24px
+}
+
+.wod_messages p,.wod_messages p strong {
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ letter-spacing: .063em;
+ margin: 0 0 15px
+}
+
+.wod_messages p {
+ color: #3b3e41;
+ font-size: 17px;
+ font-weight: 400;
+ line-height: 23px
+}
+
+.wod_messages a {
+ color: #ae0015;
+ font-size: 16px;
+ font-weight: 400;
+ letter-spacing: .063em;
+ line-height: 24px;
+ text-decoration: none
+}
+
+.wod_messages a:hover {
+ text-decoration: underline
+}
+
+.wod_messages .sent-msg {
+ color: #375c71;
+ font-weight: 700
+}
+
+.wod_messages .label_cont {
+ font-size: 1.125em;
+ letter-spacing: .0625em;
+ line-height: 1.6em
+}
+
+.wod_messages .input_cont {
+ background: #fff;
+ border: 1px solid #dadada;
+ border-radius: 4px;
+ color: #0a1b27;
+ display: block;
+ font-size: .937em;
+ font-weight: 300;
+ line-height: 1.45em;
+ margin-bottom: 1.3em;
+ text-overflow: ellipsis;
+ vertical-align: middle;
+ width: 99.5%
+}
+
+.wod_messages .input_cont input {
+ border: 0;
+ margin: .888em .875em;
+ width: 95%
+}
+
+.wod_messages .text_button {
+ background-color: #ae0015;
+ border: 0;
+ border-radius: 6px;
+ color: #fff;
+ float: right;
+ font-family: Lato,sans-serif;
+ font-size: .75em;
+ font-weight: 500;
+ height: 4.1666em;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ margin-bottom: 1.3em;
+ padding: .1875em 1em;
+ text-transform: uppercase
+}
+
+.wod_messages .text_button:hover {
+ background: #c42236
+}
+
+.wod_messages form {
+ clear: both;
+ overflow: hidden
+}
+
+.wod_messages #wod-change-frm,.wod_messages #wod-signup-frm {
+ margin: 0 0 1.875em
+}
+
+@media(min-width: 1200px) {
+ .wod_messages h2 {
+ font-size:1.875em;
+ letter-spacing: .1em;
+ line-height: 34px
+ }
+}
+
+.wod_messages .britannica_newsletter {
+ border: 1px solid #000;
+ padding: 1.875em 1.875em 0
+}
+
+.wod_messages .wod-button {
+ border: 0;
+ font-weight: 600;
+ letter-spacing: 2px;
+ padding: 8px 13px
+}
+
+.wotd-signup .subscribe-britannica {
+ margin-bottom: 40px
+}
+
+.wotd-signup .subscribe-britannica p {
+ font-size: 1.08em;
+ letter-spacing: .063rem;
+ line-height: 23px;
+ margin-bottom: 10px
+}
+
+.wotd-signup .univ-section-sub-title {
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 19px;
+ letter-spacing: .063em;
+ margin: 20px 0;
+ text-align: left
+}
+
+.wotd-signup .univ-section-sub-title--bold {
+ font-weight: 700
+}
+
+.wotd-signup .blue-divide {
+ float: none;
+ margin: 30px 0;
+ width: 100%
+}
+
+.wotd-signup>div:last-child {
+ margin-bottom: 56px
+}
+
+.wotd-signup .typo1 {
+ font-size: 1.08em;
+ letter-spacing: .063em;
+ line-height: 23px
+}
+
+.wotd-signup .u-wgt-title-type4 {
+ font-size: 1.4em;
+ line-height: .75em
+}
+
+.wotd-signup .univ-title-container .title-lg {
+ margin: 60px 0 17px
+}
+
+@media(max-width: 530px) {
+ .wotd-signup .univ-title-container .title-lg {
+ margin:45px 0 17px
+ }
+}
+
+@media(max-width: 767px) {
+ .wotd-signup .left-content {
+ margin:0 0 52px
+ }
+}
+
+div.mid-content-subscribe-block {
+ border-top: 1px solid #d1e0e7;
+ overflow: hidden;
+ padding: 2.5em 0;
+ width: 100%
+}
+
+div.mid-content-subscribe-block .footer-subscribe-msg {
+ float: left;
+ height: auto;
+ padding-left: 1.687em;
+ vertical-align: middle;
+ width: 330px
+}
+
+div.mid-content-subscribe-block .footer-subscribe-msg p {
+ color: #2d5f7c;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.375em;
+ font-weight: 600;
+ letter-spacing: .05em;
+ line-height: 27px;
+ padding: 0;
+ text-align: left
+}
+
+div.mid-content-subscribe-block .footer-subscribe {
+ overflow: hidden
+}
+
+div.mid-content-subscribe-block .footer-subscribe .footer-subscribe-field {
+ background-color: #fff;
+ border: 1px solid #dadada;
+ border-radius: 4px;
+ color: #3b3e41;
+ float: left;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1em;
+ font-weight: 300;
+ font-weight: 400;
+ height: 1em;
+ letter-spacing: .07em;
+ margin-right: .375em;
+ max-width: none;
+ padding: 1.05em .875em;
+ text-overflow: ellipsis;
+ vertical-align: middle;
+ width: 62%
+}
+
+div.mid-content-subscribe-block .footer-subscribe .footer-subscribe-field:focus {
+ border: 1px solid #bcd4e2;
+ box-shadow: inset 0 0 4px 0 rgba(188,212,226,.8)
+}
+
+div.mid-content-subscribe-block .footer-subscribe .footer-subscribe-field::-webkit-input-placeholder {
+ color: #000;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .875em;
+ font-weight: 300;
+ letter-spacing: .0625em;
+ line-height: 1.375em
+}
+
+div.mid-content-subscribe-block .footer-subscribe .footer-subscribe-field:-moz-placeholder,div.mid-content-subscribe-block .footer-subscribe .footer-subscribe-field::-moz-placeholder {
+ color: #000;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .875em;
+ font-weight: 300;
+ letter-spacing: .0625em;
+ line-height: 1.375em
+}
+
+div.mid-content-subscribe-block .footer-subscribe .footer-subscribe-field:-ms-input-placeholder {
+ color: #000;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .875em;
+ font-weight: 300;
+ letter-spacing: .0625em;
+ line-height: 1.375em
+}
+
+div.mid-content-subscribe-block .footer-subscribe .footer-subscribe-button {
+ background: #ae0015;
+ border: 0;
+ border-radius: 6px;
+ color: #fff;
+ float: left;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 500;
+ height: 4.1666em;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ margin-right: -11.9166em;
+ padding: .1875em 1em
+}
+
+div.mid-content-subscribe-block .footer-subscribe .footer-subscribe-button:hover {
+ background: #c42236
+}
+
+div.article-content-subscribe-block {
+ border-top: 1px solid #d1e0e7;
+ overflow: hidden;
+ padding: 1.1em 0 2.5em;
+ width: 100%
+}
+
+div.article-content-subscribe-block .footer-subscribe-msg {
+ float: left;
+ height: auto;
+ padding-left: 5.875em;
+ vertical-align: middle;
+ width: 330px
+}
+
+div.article-content-subscribe-block .footer-subscribe-msg p {
+ color: #2d5f7c;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.375em;
+ font-weight: 600;
+ letter-spacing: .05em;
+ line-height: 27px;
+ padding: 0;
+ text-align: left
+}
+
+div.article-content-subscribe-block .footer-subscribe {
+ overflow: hidden
+}
+
+div.article-content-subscribe-block .footer-subscribe .footer-subscribe-field {
+ background-color: #fff;
+ border: 1px solid #dadada;
+ border-radius: 4px;
+ color: #3b3e41;
+ float: left;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1em;
+ font-weight: 300;
+ font-weight: 400;
+ height: 1em;
+ letter-spacing: .07em;
+ margin-right: .375em;
+ max-width: none;
+ padding: 1.05em .875em;
+ text-overflow: ellipsis;
+ vertical-align: middle;
+ width: 60%
+}
+
+div.article-content-subscribe-block .footer-subscribe .footer-subscribe-field:focus {
+ border: 1px solid #bcd4e2;
+ box-shadow: inset 0 0 4px 0 rgba(188,212,226,.8)
+}
+
+div.article-content-subscribe-block .footer-subscribe .footer-subscribe-field::-webkit-input-placeholder {
+ color: #000;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .875em;
+ font-weight: 300;
+ letter-spacing: .0625em;
+ line-height: 1.375em
+}
+
+div.article-content-subscribe-block .footer-subscribe .footer-subscribe-field:-moz-placeholder,div.article-content-subscribe-block .footer-subscribe .footer-subscribe-field::-moz-placeholder {
+ color: #000;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .875em;
+ font-weight: 300;
+ letter-spacing: .0625em;
+ line-height: 1.375em
+}
+
+div.article-content-subscribe-block .footer-subscribe .footer-subscribe-field:-ms-input-placeholder {
+ color: #000;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .875em;
+ font-weight: 300;
+ letter-spacing: .0625em;
+ line-height: 1.375em
+}
+
+div.article-content-subscribe-block .footer-subscribe .footer-subscribe-button {
+ background: #ae0015;
+ border: 0;
+ border-radius: 6px;
+ color: #fff;
+ float: left;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 500;
+ height: 4.1666em;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ margin-right: -11.9166em;
+ padding: .1875em 1em
+}
+
+div.article-content-subscribe-block .footer-subscribe .footer-subscribe-button:hover {
+ background: #c42236
+}
+
+hr.blue-divide+div.article-content-subscribe-block,hr.blue-divide+div.mid-content-subscribe-block {
+ border-top: none
+}
+
+@media(max-width: 75em) {
+ div.mid-content-subscribe-block .footer-subscribe .footer-subscribe-field {
+ width:58%
+ }
+}
+
+@media(max-width: 67.5em) {
+ div.mid-content-subscribe-block .footer-subscribe .footer-subscribe-field {
+ width:50%
+ }
+}
+
+@media(max-width: 63.125em) {
+ div.mid-content-subscribe-block .footer-subscribe-msg {
+ display:block;
+ float: none;
+ margin-bottom: 1em;
+ padding-left: 0;
+ width: 100%
+ }
+
+ div.mid-content-subscribe-block .footer-subscribe {
+ display: block
+ }
+
+ div.mid-content-subscribe-block .footer-subscribe .footer-subscribe-field {
+ width: 73%
+ }
+}
+
+@media(max-width: 60em) {
+ div.mid-content-subscribe-block .footer-subscribe .footer-subscribe-field {
+ width:70%
+ }
+}
+
+@media(max-width: 54.875em) {
+ div.mid-content-subscribe-block .footer-subscribe .footer-subscribe-field {
+ width:65%
+ }
+
+ div.article-content-subscribe-block .footer-subscribe .footer-subscribe-field {
+ width: 55%
+ }
+}
+
+@media(max-width: 50.625em) {
+ div.mid-content-subscribe-block .footer-subscribe .footer-subscribe-field {
+ width:62%
+ }
+
+ div.article-content-subscribe-block .footer-subscribe .footer-subscribe-field {
+ width: 48%
+ }
+}
+
+@media(max-width: 47.9375em) {
+ div.mid-content-subscribe-block .footer-subscribe-msg {
+ width:100%
+ }
+
+ div.mid-content-subscribe-block .footer-subscribe .footer-subscribe-field {
+ box-sizing: content-box;
+ width: 85%
+ }
+
+ div.mid-content-subscribe-block .footer-subscribe .footer-subscribe-button {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/home/subscribe-caret.png);
+ background-position: 20px 17px;
+ background-repeat: no-repeat;
+ display: block;
+ margin-right: -7em;
+ text-indent: -9999px;
+ width: 48px
+ }
+
+ div.article-content-subscribe-block .footer-subscribe-msg {
+ display: block;
+ float: none;
+ margin-bottom: 1em;
+ padding-left: 0;
+ width: 100%
+ }
+
+ div.article-content-subscribe-block .footer-subscribe .footer-subscribe-field {
+ width: 85%
+ }
+
+ div.article-content-subscribe-block .footer-subscribe .footer-subscribe-button {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/home/subscribe-caret.png);
+ background-position: 20px 17px;
+ background-repeat: no-repeat;
+ display: block;
+ margin-right: -7em;
+ text-indent: -9999px;
+ width: 48px
+ }
+}
+
+@media(max-width: 18.3125em),(min-width:46.0625em)and (max-width:50em) {
+ .footer-subscribe-field::-webkit-input-placeholder:before {
+ content:"Email address\a"
+ }
+
+ .footer-subscribe-field:-moz-placeholder:before,.footer-subscribe-field::-moz-placeholder:before {
+ content: "Email address\a"
+ }
+
+ .footer-subscribe-field:-ms-input-placeholder:before {
+ content: "Email address\a"
+ }
+}
+
+@media(max-width: 39.375em) {
+ div.mid-content-subscribe-block .footer-subscribe .footer-subscribe-field {
+ width:82%
+ }
+
+ div.article-content-subscribe-block .footer-subscribe .footer-subscribe-field {
+ width: 80%
+ }
+}
+
+@media(max-width: 33.75em) {
+ div.mid-content-subscribe-block .footer-subscribe .footer-subscribe-field {
+ width:78%
+ }
+
+ div.article-content-subscribe-block .footer-subscribe .footer-subscribe-field {
+ width: 76%
+ }
+}
+
+@media(max-width: 26.25em) {
+ div.mid-content-subscribe-block .footer-subscribe .footer-subscribe-field {
+ width:74%
+ }
+
+ div.article-content-subscribe-block .footer-subscribe .footer-subscribe-field {
+ width: 73%
+ }
+}
+
+@media(max-width: 23.4375em) {
+ div.article-content-subscribe-block .footer-subscribe .footer-subscribe-field {
+ width:69%
+ }
+}
+
+@media(max-width: 20em) {
+ div.mid-content-subscribe-block .footer-subscribe .footer-subscribe-field {
+ width:69%
+ }
+
+ div.article-content-subscribe-block .footer-subscribe .footer-subscribe-field {
+ width: 65%
+ }
+}
+
+.podcast-player-block.wod-podcast-player-block .subscribe-block .subscribe-link {
+ color: #ae0015;
+ display: block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 700;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ padding-left: 1em;
+ position: relative;
+ text-align: left;
+ text-indent: .3125em;
+ text-transform: uppercase
+}
+
+.podcast-player-block.wod-podcast-player-block .subscribe-block .subscribe-link:after {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/sidebar/quiz-carat.png);
+ background-position: 100% 0;
+ background-repeat: no-repeat;
+ content: "";
+ display: inline-block;
+ height: 1em;
+ margin-right: .3125em;
+ vertical-align: baseline;
+ vertical-align: top;
+ width: 1em
+}
+
+.podcast-player-block.wod-podcast-player-block .subscribe-block .subscribe-link:hover {
+ color: #c42236;
+ text-decoration: none
+}
+
+.podcast-player-block.wod-podcast-player-block {
+ float: left;
+ padding: 1.875em 0;
+ width: 100%
+}
+
+.podcast-player-block.wod-podcast-player-block h3 {
+ color: #375c71;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 700;
+ letter-spacing: .1768em;
+ line-height: 1.375em
+}
+
+.podcast-player-block.wod-podcast-player-block .title-block {
+ float: left;
+ width: 50%
+}
+
+.podcast-player-block.wod-podcast-player-block .title-block h2 {
+ margin-bottom: 0
+}
+
+.podcast-player-block.wod-podcast-player-block .subscribe-block {
+ float: left;
+ margin-top: 5px;
+ text-align: right;
+ width: 50%
+}
+
+.podcast-player-block.wod-podcast-player-block .subscribe-block .rss-podcast-icon {
+ background: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/wod/icon.rss@2x.png) 0 0 no-repeat;
+ background-size: 14px 13px;
+ display: inline-block;
+ height: 13px;
+ padding-right: .437em;
+ width: 14px
+}
+
+.podcast-player-block.wod-podcast-player-block .subscribe-block .subscribe-link {
+ display: inline-block;
+ font-size: inherit;
+ height: 13px;
+ line-height: 13px;
+ padding-left: 0;
+ text-align: right;
+ vertical-align: bottom
+}
+
+.podcast-player-block.wod-podcast-player-block .subscribe-block .subscribe-link:after {
+ margin-left: .313em;
+ vertical-align: bottom
+}
+
+.podcast-player-block.wod-podcast-player-block .podcast-container {
+ clear: both;
+ float: left;
+ overflow: hidden;
+ padding: 1em 0 0;
+ width: 100%
+}
+
+.podcast-player-block.wod-podcast-player-block .podcast-legal {
+ float: left;
+ text-align: right;
+ width: 100%
+}
+
+.podcast-player-block.wod-podcast-player-block .podcast-legal p {
+ font-size: .75em;
+ letter-spacing: .05em;
+ line-height: .937em;
+ padding-bottom: 0
+}
+
+.podcast-player-block.wod-podcast-player-block .podcast-legal a {
+ color: #ae0015
+}
+
+.podcast-player-block.wod-podcast-player-block .art19-web-player.awp-medium.awp-size-3 .awp-volume-control,.podcast-player-block.wod-podcast-player-block .art19-web-player.awp-medium.awp-size-5 .awp-volume-control {
+ display: block!important
+}
+
+.podcast-player-block.wod-podcast-player-block .art19-web-player.awp-medium.awp-size-3 .awp-media-controls-left,.podcast-player-block.wod-podcast-player-block .art19-web-player.awp-medium.awp-size-3 .awp-media-controls-right,.podcast-player-block.wod-podcast-player-block .art19-web-player.awp-medium.awp-size-5 .awp-media-controls-left,.podcast-player-block.wod-podcast-player-block .art19-web-player.awp-medium.awp-size-5 .awp-media-controls-right {
+ padding-top: 5px
+}
+
+.podcast-player-block.wod-podcast-player-block .art19-web-player .awp-listen-on-badges {
+ display: none
+}
+
+.podcast-player-block.wod-podcast-player-block .art19-web-player .awo-media-actions ul {
+ margin-top: 0
+}
+
+.podcast-player-block.wod-podcast-player-block .art19-web-player .awo-media-actions ul .awp-subscribe-popover-inner-container ul {
+ padding: 0 6px
+}
+
+.podcast-player-block.wod-podcast-player-block .art19-web-player .awp-subscribe-popover {
+ z-index: 4
+}
+
+.podcast-player-block.wod-podcast-player-block .art19-web-player .awp-media-controls {
+ top: 85px
+}
+
+.podcast-player-block.wod-podcast-player-block .art19-web-player .awp-media-controls .awp-volume-control .awp-mute {
+ float: left
+}
+
+.podcast-player-block.wod-podcast-player-block .art19-web-player .awp-media-controls .awp-volume-control .awp-mute.muted .awp-icon-volume-up {
+ display: none
+}
+
+.podcast-player-block.wod-podcast-player-block .art19-web-player .awp-media-controls .awp-volume-control .awp-mute .awp-icon-volume-up,.podcast-player-block.wod-podcast-player-block .art19-web-player .awp-media-controls .awp-volume-control .awp-mute.muted .awp-icon-volume-off {
+ display: block
+}
+
+.podcast-player-block.wod-podcast-player-block .art19-web-player .awp-media-controls .awp-volume-control .awp-mute .awp-icon-volume-off {
+ display: none
+}
+
+.podcast-player-block.wod-podcast-player-block .art19-web-player .awp-media-controls .awp-volume-control .awp-volume-slider-container {
+ padding-left: 20px
+}
+
+@media(max-width: 403.98px) {
+ .art19-web-player .awp-right {
+ height:205px!important
+ }
+
+ .art19-web-player .awp-right .awp-media-controls {
+ margin-top: 0;
+ top: 0!important
+ }
+}
+
+@media(max-width: 767.98px) {
+ .art19-web-player .awp-media-controls {
+ top:auto!important
+ }
+}
+
+@media(max-width: 1199.98px)and (min-width:768px) {
+ #podcast .art19-web-player.awp-medium .awp-left,#podcast-anchor .art19-web-player.awp-medium .awp-left {
+ height:170px;
+ width: 170px
+ }
+
+ #podcast .art19-web-player.awp-medium .awp-right,#podcast-anchor .art19-web-player.awp-medium .awp-right {
+ height: 170px
+ }
+}
+
+@media(max-width: 1199.98px) {
+ .awp-subscribe-popover .awp-popover-title {
+ font-size:9.8px
+ }
+}
+
+.wod-video-block {
+ float: left;
+ margin-bottom: 0;
+ padding: 1.875em 0;
+ text-align: left;
+ width: 100%
+}
+
+.wod-video-block .title-block {
+ float: left;
+ width: 50%
+}
+
+.wod-video-block .title-block h2 {
+ margin-bottom: 0
+}
+
+.wod-video-block .video-player {
+ clear: both;
+ float: left;
+ max-width: none;
+ overflow: hidden;
+ padding: 1em 0 0;
+ width: 100%
+}
+
+.wod-video-block .function-title {
+ color: #225f73;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 700!important;
+ margin: 1rem 0 .2rem;
+ padding-bottom: 0
+}
+
+.wod-video-block p {
+ padding-bottom: 0
+}
+
+.footer-creative-cont {
+ margin: 0 -.9375em;
+ padding: 1.76em 0 3em;
+ text-align: center
+}
+
+.home-car-special-creative-cont {
+ background-color: #fff;
+ padding: 25px 0 20px;
+ position: relative;
+ text-align: center
+}
+
+.home-top-creative-cont {
+ padding: 1em 0;
+ text-align: center
+}
+
+.home-top-creative-cont-shadow {
+ display: none
+}
+
+@media(max-width: 76.125em) {
+ .home-wrapper.main-wrapper {
+ margin-left:.9375em;
+ margin-right: .9375em;
+ max-width: 1115px
+ }
+}
+
+@media(max-width: 47.9375em) {
+ .home-top-creative-cont {
+ height:78px;
+ padding: 14px 0
+ }
+
+ .home-top-creative-cont.fixed-on-top-in-mobile {
+ background-color: #f4f4f4;
+ position: fixed;
+ top: 50px;
+ transition: -webkit-transform .6s ease-in-out;
+ transition: transform .6s ease-in-out;
+ transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
+ width: 100%;
+ z-index: 6
+ }
+
+ .home-top-creative-cont.fixed-on-top-in-mobile.roll-up {
+ -webkit-transform: translateY(-58px);
+ transform: translateY(-58px)
+ }
+
+ .home-top-creative-cont.fixed-on-top-in-mobile .home-top-creative-cont-shadow {
+ background-color: #f4f4f4;
+ display: block;
+ height: 10px;
+ position: absolute;
+ top: -10px;
+ width: 100%
+ }
+
+ .footer-creative-cont {
+ padding: .4em 0 1.7em
+ }
+
+ .home-car-special-creative-cont {
+ margin: 0 -.9375em
+ }
+}
+
+.our-apps-area {
+ font-size: 100%;
+ padding-bottom: 1px;
+ padding-top: 2.4375em;
+ position: relative;
+ text-align: center
+}
+
+.our-apps-area p {
+ font-size: 1.5625em;
+ font-weight: 400;
+ letter-spacing: .0831em;
+ line-height: 1.375em;
+ margin-bottom: .8125em
+}
+
+.our-apps-area .app-links {
+ margin: 1em 0 1.375em;
+ white-space: nowrap
+}
+
+.our-apps-area .app-links a {
+ display: inline-block;
+ height: 54px;
+ max-width: 48.2758%;
+ width: 160px
+}
+
+.our-apps-area .app-links a:first-child {
+ margin-right: .62em
+}
+
+.our-apps-area .img-wrapper {
+ display: block;
+ margin: 0 auto;
+ max-width: 47.6875em;
+ width: 100%
+}
+
+@media(max-width: 47.9375em) {
+ .our-apps-area p {
+ font-size:1.25em
+ }
+}
+
+.wotd-side__subscribe__form__submit {
+ background: #ae0015;
+ border: 0;
+ border-radius: 6px;
+ color: #fff;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 400;
+ height: 38px;
+ letter-spacing: .125em;
+ line-height: .9375em
+}
+
+.wotd-side__subscribe__form__submit:hover {
+ background: #c42236
+}
+
+.home-top-content-area .wgt-games-home-3min .quiz-link,.home-top-content-area .wgt-wap-home-trending .see-all-cnt a {
+ color: #ae0015;
+ display: block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 700;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ padding-left: 1em;
+ position: relative;
+ text-align: left;
+ text-indent: .3125em;
+ text-transform: uppercase
+}
+
+.home-top-content-area .wgt-games-home-3min .quiz-link:after,.home-top-content-area .wgt-wap-home-trending .see-all-cnt a:after {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/sidebar/quiz-carat.png);
+ background-position: 100% 0;
+ background-repeat: no-repeat;
+ content: "";
+ display: inline-block;
+ height: 1em;
+ margin-right: .3125em;
+ vertical-align: baseline;
+ vertical-align: top;
+ width: 1em
+}
+
+.home-top-content-area .wgt-games-home-3min .quiz-link:hover,.home-top-content-area .wgt-wap-home-trending .see-all-cnt a:hover {
+ color: #c42236;
+ text-decoration: none
+}
+
+.wotd-side__headword {
+ color: #265667;
+ font-family: Playfair Display,serif;
+ font-size: 34px;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 700;
+ letter-spacing: .8px;
+ line-height: 34px;
+ margin-bottom: 10px
+}
+
+.wotd-side__date,.wotd-side__title {
+ color: #375c71;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 14px;
+ font-weight: 700;
+ letter-spacing: .177em;
+ line-height: 18px;
+ text-align: center;
+ text-transform: uppercase
+}
+
+.wotd-header {
+ color: #375c71;
+ padding-top: 10px;
+ text-decoration: none
+}
+
+a.wotd-header:hover {
+ color: #375c71;
+ text-decoration: underline
+}
+
+.home-top-content-area .wotd-side,.wotd-side {
+ background-color: #fff;
+ border: 2px solid #bcd4e2;
+ border-radius: 2px
+}
+
+.wotd-side__title {
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ line-height: 1.375em
+}
+
+.wotd-side__title a {
+ color: inherit
+}
+
+.wotd-side__divider {
+ border-bottom: 1px solid #97b7c9;
+ display: block;
+ height: 1px;
+ margin-left: auto;
+ margin-right: auto;
+ max-width: 80px
+}
+
+.wotd-side__date {
+ line-height: 1.375em
+}
+
+.wotd-side__headword {
+ color: #375c71;
+ display: inline-block;
+ font-weight: 400;
+ letter-spacing: .07201em;
+ margin: .67em 0;
+ text-align: center
+}
+
+.wotd-side__headword a {
+ color: inherit;
+ text-decoration: none
+}
+
+.wotd-side__headword a:hover {
+ text-decoration: underline
+}
+
+.wotd-side__headword__pron {
+ background-image: none;
+ direction: ltr;
+ display: inline-block;
+ height: auto;
+ line-height: 37px;
+ margin-left: 5px;
+ margin-top: -13px;
+ text-indent: -9999px;
+ vertical-align: middle;
+ width: auto
+}
+
+.wotd-side__headword__pron svg {
+ display: block;
+ height: 26px;
+ overflow: visible;
+ width: 26px
+}
+
+.wotd-side__headword__pron.hoverable:hover .outline {
+ fill: #0f3850
+}
+
+.wotd-side__headword__pron.hoverable:hover .logo {
+ fill: #97bece;
+ stroke: #97bece
+}
+
+.wotd-side__headword__pron.hoverable:hover .logo2 {
+ stroke: #97bece
+}
+
+.wotd-side__headword-wrapper {
+ display: table;
+ margin: 0 auto;
+ table-layout: fixed;
+ vertical-align: middle
+}
+
+.wotd-side__link {
+ color: #3b3e41;
+ font-size: 16px;
+ letter-spacing: 1.1px;
+ line-height: 22px;
+ margin-bottom: 20px;
+ padding: 0;
+ text-align: center
+}
+
+.wotd-side__link a {
+ color: #3b3e41;
+ text-decoration: underline
+}
+
+.wotd-side__link a:hover {
+ color: #265667;
+ text-decoration: none
+}
+
+.wotd-side__subscribe {
+ background-color: #e5f0f3;
+ height: 90px;
+ padding: 0 .75em;
+ position: relative
+}
+
+.wotd-side__subscribe:after {
+ border-left: 14px solid transparent;
+ border-right: 14px solid transparent;
+ border-top: 7px solid #fff;
+ content: "";
+ height: 0;
+ left: 1em;
+ position: absolute;
+ top: 0;
+ width: 0
+}
+
+.wotd-side__subscribe__lead {
+ color: #0f3850;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .875em;
+ letter-spacing: .0625em;
+ line-height: 1.75em;
+ padding-top: .9375em
+}
+
+.wotd-side-home .wotd-side__subscribe__lead {
+ color: #618396
+}
+
+.wotd-side__subscribe__form {
+ display: block;
+ margin-right: 136px;
+ position: relative
+}
+
+.wotd-side__subscribe__form--arrow {
+ margin-right: 67px
+}
+
+.wotd-side__subscribe__form__input {
+ background: hsla(0,0%,100%,.8);
+ border: 0;
+ border-radius: 2px;
+ box-sizing: content-box!important;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-weight: 400;
+ height: 18px;
+ left: 0;
+ margin-right: .25em;
+ padding: .625em;
+ position: absolute;
+ top: 0;
+ width: 100%
+}
+
+.wotd-side__subscribe__form__input::-webkit-input-placeholder {
+ color: #000;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .875em;
+ font-weight: 300;
+ letter-spacing: .0625em;
+ line-height: 1.375em
+}
+
+.wotd-side__subscribe__form__input:-moz-placeholder,.wotd-side__subscribe__form__input::-moz-placeholder {
+ color: #000;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .875em;
+ font-weight: 300;
+ letter-spacing: .0625em;
+ line-height: 1.375em
+}
+
+.wotd-side__subscribe__form__input:-ms-input-placeholder {
+ color: #000;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .875em;
+ font-weight: 300;
+ letter-spacing: .0625em;
+ line-height: 1.375em
+}
+
+.wotd-side__subscribe__form__submit {
+ float: right;
+ font-weight: 700;
+ margin-right: -136px;
+ vertical-align: top;
+ width: 106px
+}
+
+.wotd-side__subscribe__form__submit--arrow {
+ background-color: #ae0015;
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/home/subscribe-caret.png);
+ background-position: 17px 12px;
+ background-repeat: no-repeat;
+ border: 0;
+ border-radius: 6px;
+ color: #fff;
+ float: right;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 400;
+ height: 38px;
+ letter-spacing: .125em;
+ line-height: .938em;
+ margin-right: -67px;
+ text-indent: -9999px;
+ vertical-align: top;
+ width: 38px
+}
+
+.home-top-content-area {
+ padding-bottom: 1.25em;
+ padding-top: 1.25em;
+ position: relative
+}
+
+.home-top-content-area .home-widget-wrapper {
+ float: left;
+ margin-left: 0;
+ margin-right: 0;
+ position: relative;
+ width: 33.33%
+}
+
+.home-top-content-area .home-widget-wrapper.hw-left-wrap .hw-inline-wrap {
+ margin-right: .625em
+}
+
+.home-top-content-area .home-widget-wrapper.hw-central-wrap .hw-inline-wrap {
+ margin-left: 1.6em;
+ margin-right: 1.6em
+}
+
+.home-top-content-area .home-widget-wrapper.hw-right-wrap .hw-inline-wrap {
+ margin-left: .625em;
+ margin-right: 1em
+}
+
+.home-top-content-area .home-podcast-player {
+ padding: 0 5px
+}
+
+.home-top-content-area .home-podcast-player h3 {
+ color: #375c71;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .7518em;
+ font-weight: 700;
+ letter-spacing: .1768em;
+ line-height: 1.375em;
+ margin-bottom: 1.375em;
+ margin-top: 1.625em
+}
+
+.home-top-content-area .wgt-wap-home-trending .wgt-wap-home-trending-items {
+ margin: .625em auto 0 2em;
+ text-align: left
+}
+
+.home-top-content-area .wgt-wap-home-trending .wgt-wap-home-trending-items ol {
+ counter-reset: li;
+ margin-left: 0;
+ padding-left: 0
+}
+
+.home-top-content-area .wgt-wap-home-trending .wgt-wap-home-trending-items li {
+ list-style: none;
+ margin: 0 0 .375em .125em;
+ padding: 0 .5em;
+ position: relative
+}
+
+.home-top-content-area .wgt-wap-home-trending .wgt-wap-home-trending-items li:before {
+ color: #ae0015;
+ content: counter(li);
+ counter-increment: li;
+ font-size: 1.125em;
+ font-weight: 700;
+ left: -1.1em;
+ padding: 0 .25em;
+ position: absolute;
+ top: auto
+}
+
+.home-top-content-area .wgt-wap-home-trending .wgt-wap-home-trending-items li.last,.home-top-content-area .wgt-wap-home-trending .wgt-wap-home-trending-items li:last-child {
+ margin-bottom: 0;
+ padding-bottom: 0
+}
+
+.home-top-content-area .wgt-wap-home-trending .wgt-wap-home-trending-items .title a:hover {
+ text-decoration: none
+}
+
+.home-top-content-area .wgt-wap-home-trending .wgt-wap-home-trending-items .tw-module-headword {
+ color: #ae0015;
+ display: block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.125em;
+ font-weight: 500;
+ letter-spacing: .0372em;
+ line-height: 1.125em;
+ margin-bottom: .3em
+}
+
+.home-top-content-area .wgt-wap-home-trending .wgt-wap-home-trending-items .tw-module-headword:hover {
+ text-decoration: underline
+}
+
+.home-top-content-area .wgt-wap-home-trending .wgt-wap-home-trending-items .tw-module-teaser {
+ color: #3b3e41;
+ display: block;
+ display: inline-block;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .875em;
+ font-weight: 400;
+ letter-spacing: .0543em;
+ line-height: 1.3125em;
+ margin-bottom: 0;
+ overflow: hidden;
+ padding-bottom: .1em;
+ text-overflow: ellipsis;
+ vertical-align: top;
+ white-space: nowrap;
+ width: 100%
+}
+
+.home-top-content-area .wgt-wap-home-trending .wgt-wap-home-trending-items li.last .tw-module-teaser {
+ margin-bottom: 0;
+ padding-bottom: 0
+}
+
+.home-top-content-area .wgt-wap-home-trending .see-all-cnt {
+ margin-top: 2em;
+ text-align: center
+}
+
+.home-top-content-area .wgt-wap-home-trending .see-all-cnt a {
+ color: #ae0015;
+ display: inline-block;
+ font-size: .75em
+}
+
+.home-top-content-area .wgt-games-home-3min {
+ text-align: center
+}
+
+.home-top-content-area .wgt-games-home-3min img {
+ border: 1px solid #ebebeb
+}
+
+.home-top-content-area .wgt-games-home-3min img.modern-q {
+ width: 80%
+}
+
+.home-top-content-area .wgt-games-home-3min .quiz-link {
+ text-align: center
+}
+
+.home-top-content-area .wgt-games-home-3min p {
+ font-size: .937em;
+ height: 2.58em;
+ line-height: 1.29em;
+ overflow: hidden
+}
+
+.home-top-content-area .wgt-games-home-3min p:before {
+ content: "";
+ float: left;
+ height: 2.58em;
+ width: 5px
+}
+
+.home-top-content-area .wgt-games-home-3min p>:first-child {
+ float: right;
+ margin-left: -5px;
+ width: 100%
+}
+
+.home-top-content-area .wgt-games-home-3min p:after {
+ background: #fff;
+ background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 50%,#fff);
+ content: "…";
+ float: right;
+ left: 100%;
+ margin-left: -3em;
+ padding-right: 5px;
+ position: relative;
+ text-align: right;
+ top: -1.29em;
+ width: 3em
+}
+
+.home-top-content-area .wgt-games-home-3min h5 a,.home-top-content-area .wgt-games-home-3min p a {
+ color: #3b3e41
+}
+
+.home-top-content-area .wgt-games-home-3min h5 {
+ font-size: 1.0625em;
+ margin: .75em 0 .5625em
+}
+
+.home-top-content-area .wgt-games-home-3min h5+p {
+ color: #3b3e41;
+ font-weight: 400;
+ letter-spacing: .0643em;
+ margin-bottom: 1em
+}
+
+@media(max-width: 60em) {
+ .home-top-content-area {
+ padding-bottom:1.25em
+ }
+
+ .home-top-content-area .home-widget-wrapper {
+ width: 50%
+ }
+
+ .home-top-content-area .home-widget-wrapper .wgt-games-home-3min img {
+ width: 100%
+ }
+
+ .home-top-content-area .home-widget-wrapper .short-definition {
+ padding: 0 3em
+ }
+
+ .home-top-content-area .home-widget-wrapper.hw-central-wrap .hw-inline-wrap {
+ margin-left: 0;
+ margin-right: .688em
+ }
+
+ .home-top-content-area .home-widget-wrapper.hw-left-wrap {
+ width: 100%
+ }
+
+ .home-top-content-area .home-widget-wrapper.hw-left-wrap .hw-inline-wrap {
+ margin-bottom: 3em
+ }
+
+ .home-top-content-area .home-widget-wrapper.hw-right-wrap .hw-inline-wrap {
+ margin-left: 2.539em;
+ margin-right: 1.15em
+ }
+}
+
+@media(max-width: 47.9375em) {
+ .home-top-content-area .home-widget-wrapper {
+ width:100%
+ }
+
+ .home-top-content-area .home-widget-wrapper.hw-central-wrap {
+ padding: 1.5em 0
+ }
+
+ .home-top-content-area .home-widget-wrapper.hw-central-wrap:before {
+ border-bottom: 1px solid #dadada;
+ border-top: 1px solid #dadada;
+ bottom: 0;
+ content: "";
+ display: block;
+ left: 50%;
+ margin-left: -50vw;
+ position: absolute;
+ top: 0;
+ width: 100vw
+ }
+
+ .home-top-content-area .home-widget-wrapper.hw-right-wrap {
+ padding-top: 1.5em
+ }
+
+ .home-top-content-area .home-widget-wrapper.hw-central-wrap .hw-inline-wrap,.home-top-content-area .home-widget-wrapper.hw-left-wrap .hw-inline-wrap,.home-top-content-area .home-widget-wrapper.hw-right-wrap .hw-inline-wrap {
+ margin: 0
+ }
+
+ .home-top-content-area .home-widget-wrapper.hw-left-wrap {
+ padding-bottom: 1.5em
+ }
+}
+
+.home-games-wgt-cnt .home-games-wgt-items h4 {
+ color: #375c71;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .812em;
+ font-weight: 700;
+ letter-spacing: .3em;
+ line-height: 1.692em;
+ text-align: center;
+ text-transform: uppercase
+}
+
+.home-games-wgt-cnt .home-games-wgt-items h4+.under-widget-title-line {
+ margin-top: .5em
+}
+
+.home-games-wgt-cnt .home-games-wgt-items h4:after {
+ border-bottom: 1px solid #618396;
+ display: block;
+ height: 1px;
+ margin: .625em auto 1.375em;
+ max-width: 80px
+}
+
+.home-games-wgt-cnt .home-games-wgt-items .quiz-link {
+ color: #ae0015;
+ display: block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 700;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ padding-left: 1em;
+ position: relative;
+ text-align: left;
+ text-indent: .3125em;
+ text-transform: uppercase
+}
+
+.home-games-wgt-cnt .home-games-wgt-items .quiz-link:after {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/sidebar/quiz-carat.png);
+ background-position: 100% 0;
+ background-repeat: no-repeat;
+ content: "";
+ display: inline-block;
+ height: 1em;
+ margin-right: .3125em;
+ vertical-align: baseline;
+ vertical-align: top;
+ width: 1em
+}
+
+.home-games-wgt-cnt .home-games-wgt-items .quiz-link:hover {
+ color: #c42236;
+ text-decoration: none
+}
+
+.home-games-wgt-cnt {
+ clear: both;
+ margin-bottom: 0;
+ padding-top: 1em;
+ position: relative;
+ text-align: center
+}
+
+.home-games-wgt-cnt .home-games-wgt-items {
+ display: inline-block;
+ margin-bottom: 0;
+ overflow: hidden;
+ padding: .9375em 0;
+ width: 100%
+}
+
+.home-games-wgt-cnt .home-games-wgt-items img {
+ border: 1px solid #dfdfdf
+}
+
+.home-games-wgt-cnt .home-games-wgt-items h4 {
+ margin: 0 auto;
+ padding-top: 1.7857em;
+ position: relative;
+ width: 70%
+}
+
+.home-games-wgt-cnt .home-games-wgt-items h4:after {
+ content: "";
+ margin-bottom: 2.1429em
+}
+
+.home-games-wgt-cnt .home-games-wgt-items div {
+ border-right: 1px solid #dadada;
+ box-sizing: border-box;
+ float: left;
+ padding: 0 1.6em;
+ position: relative;
+ width: 33.333%
+}
+
+.home-games-wgt-cnt .home-games-wgt-items h4+div {
+ padding-left: 2em
+}
+
+.home-games-wgt-cnt .home-games-wgt-items h4+div+div+div {
+ border-right: 0;
+ padding-right: 2em
+}
+
+.home-games-wgt-cnt .home-games-wgt-items a {
+ color: inherit
+}
+
+.home-games-wgt-cnt .home-games-wgt-items h5 {
+ color: #3b3e41;
+ font-size: 1.0625em;
+ letter-spacing: .047em;
+ line-height: 1.3571;
+ margin-bottom: .7em;
+ margin-top: .7em
+}
+
+.home-games-wgt-cnt .home-games-wgt-items p {
+ font-size: .937em;
+ letter-spacing: .0533em;
+ line-height: 1.4666em;
+ margin-bottom: 1.1em
+}
+
+.home-games-wgt-cnt .home-games-wgt-items p.mell-wh-0 {
+ height: 2.9332em;
+ line-height: 1.4666em;
+ overflow: hidden
+}
+
+.home-games-wgt-cnt .home-games-wgt-items p.mell-wh-0:before {
+ content: "";
+ float: left;
+ height: 2.9332em;
+ width: 5px
+}
+
+.home-games-wgt-cnt .home-games-wgt-items p.mell-wh-0>:first-child {
+ float: right;
+ margin-left: -5px;
+ width: 100%
+}
+
+.home-games-wgt-cnt .home-games-wgt-items p.mell-wh-0:after {
+ background: #fff;
+ background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 50%,#fff);
+ content: "…";
+ float: right;
+ left: 100%;
+ margin-left: -3em;
+ padding-right: 5px;
+ position: relative;
+ text-align: right;
+ top: -1.4666em;
+ width: 3em
+}
+
+.home-games-wgt-cnt .home-games-wgt-items .quiz-link {
+ text-align: center
+}
+
+@media(max-width: 60em) {
+ .home-games-wgt-cnt .home-games-wgt-items {
+ padding:0
+ }
+
+ .home-games-wgt-cnt .home-games-wgt-items div {
+ height: 18.0625em;
+ margin-bottom: 1.875em;
+ padding: 0 1.8em
+ }
+
+ .home-games-wgt-cnt .home-games-wgt-items h4+div {
+ padding-left: 1em
+ }
+
+ .home-games-wgt-cnt .home-games-wgt-items h4+div+div+div {
+ padding-right: 1em
+ }
+
+ .home-games-wgt-cnt .home-games-wgt-items h4 {
+ padding-top: 1.2857em
+ }
+}
+
+@media(max-width: 47.9375em) {
+ .home-games-wgt-cnt .home-games-wgt-items div {
+ border-right:0;
+ clear: both;
+ float: none;
+ height: auto;
+ margin: 0 auto 2em 0;
+ padding: 0;
+ width: auto
+ }
+
+ .home-games-wgt-cnt .home-games-wgt-items h4+div {
+ padding: 0
+ }
+
+ .home-games-wgt-cnt .home-games-wgt-items h4+div+div+div {
+ margin-right: auto;
+ padding: 0
+ }
+}
+
+.trending-carousel {
+ margin-bottom: 3em
+}
+
+.trending-carousel .slick-dots {
+ bottom: -1.75em;
+ left: 0;
+ position: absolute;
+ right: 0;
+ text-align: center
+}
+
+.trending-carousel .slick-dots li {
+ border: 1px solid #ae0015;
+ border-radius: 50%;
+ cursor: pointer;
+ display: inline-block;
+ float: none;
+ height: .5em;
+ margin: 0 .25em;
+ overflow: hidden;
+ padding-left: .5em;
+ width: 0
+}
+
+.trending-carousel .slick-dots li button {
+ display: none
+}
+
+.trending-carousel .slick-dots li.slick-active {
+ background-color: #ae0015
+}
+
+.carousel-area-container {
+ background-color: #fff;
+ max-height: 334px;
+ overflow: hidden;
+ position: relative
+}
+
+.carousel-area-container .slider-card {
+ max-height: 310px
+}
+
+.carousel-area-container .slider-card>a img {
+ border: 1px solid #dfdfdf;
+ max-width: 440px
+}
+
+.trending-carousel {
+ -webkit-tap-highlight-color: rgba(0,0,0,0);
+ -webkit-touch-callout: none;
+ box-sizing: border-box;
+ display: block;
+ margin: 0 auto;
+ max-width: 1200px;
+ overflow: hidden;
+ padding: 1.25em 0;
+ touch-action: pan-y;
+ -webkit-user-select: none;
+ user-select: none
+}
+
+.trending-carousel .slick-slide,.trending-carousel .slider-card {
+ filter: alpha(opacity=90);
+ float: left;
+ height: 294px;
+ margin: 0 .25em;
+ max-width: 442px;
+ min-height: 1px;
+ opacity: .9;
+ overflow: hidden;
+ position: relative;
+ text-align: center;
+ width: 100%
+}
+
+.trending-carousel .slick-slide.slick-current,.trending-carousel .slider-card.slick-current {
+ filter: alpha(opacity=90);
+ opacity: .9
+}
+
+[dir=rtl] .trending-carousel .slick-slide,[dir=rtl] .trending-carousel .slider-card {
+ float: right
+}
+
+.trending-carousel .slick-slide img,.trending-carousel .slider-card img {
+ display: block;
+ max-width: 442px
+}
+
+.trending-carousel .slick-slide.slick-loading img,.trending-carousel .slider-card.slick-loading img {
+ display: none
+}
+
+.trending-carousel .slick-slide h5,.trending-carousel .slider-card h5 {
+ font-size: 1.2em;
+ margin-top: -4px
+}
+
+.trending-carousel .slick-slide a,.trending-carousel .slider-card a {
+ color: #3b3e41
+}
+
+.trending-carousel .slick-slide p,.trending-carousel .slider-card p {
+ letter-spacing: .0625em;
+ line-height: 1.25;
+ margin: 0 auto;
+ width: 90%
+}
+
+.trending-carousel .slick-slide .card-caption,.trending-carousel .slider-card .card-caption {
+ background: hsla(0,0%,100%,.92);
+ bottom: 0;
+ left: 0;
+ padding: 10px 8px;
+ position: absolute;
+ right: 0
+}
+
+.trending-carousel .home-creative-card {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/home/slider-ad-bg.png);
+ background-position: 0 0;
+ background-repeat: no-repeat;
+ max-width: 323px;
+ padding-top: 1.2em;
+ text-align: center
+}
+
+.trending-carousel .slick-track {
+ display: block;
+ left: 0;
+ position: relative;
+ top: 0
+}
+
+.trending-carousel .slick-track:after,.trending-carousel .slick-track:before {
+ content: "";
+ display: table
+}
+
+.trending-carousel .slick-track:after {
+ clear: both
+}
+
+.slick-loading .trending-carousel .slick-track {
+ visibility: hidden
+}
+
+.trending-carousel .slick-list:focus {
+ outline: none
+}
+
+.trending-carousel .slick-next,.trending-carousel .slick-prev {
+ background-color: transparent;
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/related-content-icon-sprite-semitransparent.png);
+ background-repeat: no-repeat;
+ background-size: auto auto;
+ background-size: initial;
+ margin-top: -1.125em;
+ top: 50%;
+ z-index: 1
+}
+
+.trending-carousel .slick-prev {
+ background-position: 0 0;
+ height: 36px;
+ left: 20px;
+ width: 36px
+}
+
+.trending-carousel .slick-prev:hover {
+ background-position: -92px 0;
+ opacity: 1
+}
+
+@media(hover: hover) {
+ .trending-carousel .slick-prev:hover {
+ background-position:-92px 0;
+ opacity: 1
+ }
+}
+
+.trending-carousel .slick-prev:active {
+ background-position: -92px 0;
+ opacity: 1
+}
+
+.trending-carousel .slick-next {
+ background-position: -46px 0;
+ height: 2.25em;
+ right: 1.25em;
+ width: 2.25em
+}
+
+.trending-carousel .slick-next:hover {
+ background-position: -138px 0;
+ opacity: 1
+}
+
+@media(hover: hover) {
+ .trending-carousel .slick-next:hover {
+ background-position:-138px 0;
+ opacity: 1
+ }
+}
+
+.trending-carousel .slick-next:active {
+ background-position: -138px 0;
+ opacity: 1
+}
+
+@media(min-width: 1200px) {
+ .trending-carousel {
+ position:relative
+ }
+}
+
+@media(max-width: 72em) {
+ .trending-carousel .slick-slide,.trending-carousel .slider-card {
+ filter:alpha(opacity=60);
+ opacity: .6
+ }
+
+ .trending-carousel .slick-slide.slick-current,.trending-carousel .slider-card.slick-current {
+ filter: alpha(opacity=90);
+ opacity: .9
+ }
+}
+
+@media(max-width: 64em) {
+ .trending-carousel .slick-slide,.trending-carousel .slider-card {
+ filter:alpha(opacity=60);
+ opacity: .6
+ }
+
+ .trending-carousel .slick-slide.home-creative-card,.trending-carousel .slick-slide.slick-current,.trending-carousel .slider-card.home-creative-card,.trending-carousel .slider-card.slick-current {
+ filter: alpha(opacity=90);
+ opacity: .9
+ }
+}
+
+@media(max-width: 47.9375em) {
+ .home-featured-widget {
+ background-color:#fff;
+ padding-top: 35px
+ }
+
+ .home-car-special-creative-cont.mobile-only {
+ margin-top: 23px
+ }
+
+ .carousel-area-container {
+ max-height: 15.4em
+ }
+
+ .trending-carousel {
+ margin: 0 auto;
+ max-width: 355px;
+ padding: 0
+ }
+
+ .trending-carousel .slick-next {
+ right: .25em
+ }
+
+ .trending-carousel .slick-track {
+ margin-left: 0
+ }
+
+ .trending-carousel .slick-slide,.trending-carousel .slider-card {
+ filter: alpha(opacity=90);
+ height: 214px;
+ margin: 0 .55em;
+ max-width: 442px;
+ min-height: 1px;
+ opacity: .9;
+ width: 323px
+ }
+
+ .trending-carousel .slick-slide.slick-current,.trending-carousel .slider-card.slick-current {
+ filter: alpha(opacity=90);
+ opacity: .9
+ }
+
+ .trending-carousel .slick-slide h5,.trending-carousel .slider-card h5 {
+ color: #3b3e41;
+ letter-spacing: 1.14px;
+ line-height: 22px;
+ margin-top: 0
+ }
+
+ .trending-carousel .slick-slide h5>a,.trending-carousel .slider-card h5>a {
+ display: block;
+ margin: 0 auto;
+ width: 100%
+ }
+
+ .trending-carousel .slick-slide img,.trending-carousel .slider-card img {
+ max-width: 100%!important
+ }
+
+ .trending-carousel .slick-slide p>a,.trending-carousel .slider-card p>a {
+ color: #3b3e41;
+ font-size: 14px;
+ letter-spacing: 1px;
+ line-height: 20px
+ }
+
+ .trending-carousel .slick-slide .card-caption,.trending-carousel .slider-card .card-caption {
+ background: hsla(0,0%,100%,.9);
+ box-sizing: border-box;
+ display: table;
+ padding: 10px;
+ table-layout: fixed;
+ width: 100%
+ }
+
+ .trending-carousel .slick-slide h5,.trending-carousel .slider-card h5 {
+ font-size: 1.2em;
+ vertical-align: middle;
+ width: 100%
+ }
+
+ .trending-carousel .slick-slide p,.trending-carousel .slider-card p {
+ display: none;
+ font-size: .875em;
+ width: 100%
+ }
+
+ .home-featured-widget .slider-card.home-creative-card {
+ display: none
+ }
+}
+
+@media(min-width: 64em) {
+ .trending-carousel .slider-card {
+ margin-bottom:45px!important
+ }
+}
+
+.home-featured-widget .trending-carousel .slick-next,.home-featured-widget .trending-carousel .slick-prev {
+ margin-top: 150px!important;
+ top: 0!important
+}
+
+@media(max-width: 1400px) {
+ .trending-carousel .slick-slide,.trending-carousel .slider-card {
+ filter:alpha(opacity=60);
+ opacity: .6
+ }
+
+ .trending-carousel .slick-slide.slick-current,.trending-carousel .slider-card.slick-current {
+ filter: alpha(opacity=90);
+ opacity: .9
+ }
+}
+
+@media(min-width: 60.05em) {
+ .carousel-area-container {
+ display:inline-block;
+ max-width: 900px
+ }
+
+ .home-featured-widget {
+ background: #fff;
+ display: block;
+ text-align: center;
+ width: 100%
+ }
+
+ .home-creative-card {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/home/slider-ad-bg.png);
+ background-position: 0 0;
+ background-repeat: no-repeat;
+ display: inline-block;
+ margin-left: .25em;
+ margin-top: 1.25em;
+ max-width: 323px;
+ padding: 1.2em 10px!important;
+ vertical-align: top
+ }
+}
+
+@media(min-width: 70.75em)and (max-width:78em) {
+ .carousel-area-container {
+ max-width:780px
+ }
+}
+
+@media(min-width: 47.9375em)and (max-width:60.05em) {
+ .home-creative-card {
+ background:none;
+ display: block;
+ margin-right: 2.6em;
+ margin-top: 5.2em;
+ max-width: 41%;
+ position: absolute;
+ right: 0;
+ text-align: center;
+ width: 41%;
+ z-index: 5
+ }
+
+ .home-creative-card .abl-300-250-nr {
+ background: none;
+ max-width: 100%;
+ width: 100%
+ }
+
+ .wgt-wap-home-trending {
+ margin-right: 53%
+ }
+
+ .wgt-games-home-3min {
+ margin-left: 2em
+ }
+
+ .home-top-content-area .home-widget-wrapper.hw-right-wrap .hw-inline-wrap {
+ margin-right: 2em
+ }
+
+ .home-widget-wrapper.hw-left-wrap {
+ margin-left: 2em
+ }
+}
+
+@media(min-width: 60.05em)and (max-width:70.68em) {
+ .carousel-area-container {
+ max-width:calc(100% - 350px)
+ }
+}
+
+@media(max-width: 47.9375em) {
+ .home-featured-widget .carousel-area-container {
+ height:350px!important
+ }
+
+ .home-featured-widget .slick-slide {
+ disabled-height: 334px
+ }
+
+ .home-featured-widget .slick-dots {
+ margin: 0 0 38px
+ }
+}
+
+@media(max-width: 768px) {
+ .home-featured-widget .carousel-area-container {
+ height:428px!important;
+ max-height: 428px!important
+ }
+}
+
+.wgt-home-mp .slick-next,.wgt-home-mp .slick-prev {
+ background-color: transparent;
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/related-content-icon-sprite-semitransparent.png);
+ background-repeat: no-repeat;
+ background-size: auto auto;
+ background-size: initial;
+ margin-top: -1.125em;
+ opacity: .8;
+ top: 50%;
+ z-index: 1
+}
+
+.wgt-home-mp .slick-prev {
+ background-position: 0 0;
+ height: 2.25em;
+ left: 0;
+ width: 2.25em;
+ z-index: 3
+}
+
+.wgt-home-mp .slick-prev:hover {
+ background-position: -92px 0;
+ opacity: 1
+}
+
+@media(hover: hover) {
+ .wgt-home-mp .slick-prev:hover {
+ background-position:-92px 0;
+ opacity: 1
+ }
+}
+
+.wgt-home-mp .slick-prev:active {
+ background-position: -92px 0;
+ opacity: 1
+}
+
+.wgt-home-mp .slick-next {
+ background-position: -46px 0;
+ height: 2.25em;
+ right: 0;
+ width: 2.25em
+}
+
+.wgt-home-mp .slick-next:hover {
+ background-position: -138px 0;
+ opacity: 1
+}
+
+@media(hover: hover) {
+ .wgt-home-mp .slick-next:hover {
+ background-position:-138px 0;
+ opacity: 1
+ }
+}
+
+.wgt-home-mp .slick-next:active {
+ background-position: -138px 0;
+ opacity: 1
+}
+
+.wgt-home-mp .mph-arrow-link {
+ color: #ae0015;
+ display: block;
+ display: inline-block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 700;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ line-height: .75em;
+ padding-left: 0;
+ position: relative;
+ text-align: left;
+ text-align: inherit;
+ text-indent: .3125em;
+ text-indent: 0;
+ text-transform: uppercase
+}
+
+.wgt-home-mp .mph-arrow-link:after {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/sidebar/quiz-carat.png);
+ background-position: 100% 0;
+ background-repeat: no-repeat;
+ content: "";
+ display: inline-block;
+ height: 1em;
+ margin-right: .3125em;
+ vertical-align: baseline;
+ vertical-align: top;
+ width: 1em
+}
+
+.wgt-home-mp .mph-arrow-link:hover {
+ color: #c42236;
+ text-decoration: none
+}
+
+.wgt-home-mp {
+ background-color: #bbd4e2;
+ padding-bottom: 2.875em;
+ padding-top: 2.625em;
+ position: relative;
+ text-align: center
+}
+
+.wgt-home-mp a {
+ color: inherit
+}
+
+.wgt-home-mp .mph-arrow-link {
+ z-index: 1
+}
+
+.wgt-home-mp:before {
+ background-color: #bbd4e2;
+ bottom: 0;
+ content: "";
+ display: block;
+ left: 50%;
+ margin-left: -52vw;
+ position: absolute;
+ top: 0;
+ width: 102vw
+}
+
+.wgt-home-mp .words-list {
+ margin-bottom: 2.625em
+}
+
+.wgt-home-mp .slick-list {
+ overflow: hidden
+}
+
+.wgt-home-mp .slick-list:after {
+ box-shadow: inset 0 0 40px 50px #bbd4e2;
+ content: "";
+ height: 100%;
+ left: 0;
+ pointer-events: none;
+ position: absolute;
+ top: 0;
+ width: 100%;
+ z-index: 1
+}
+
+.wgt-home-mp .word {
+ border-right: 1px solid #97b7c9;
+ display: inline-block;
+ height: 11.13em;
+ position: relative;
+ text-align: center;
+ width: 16.5625em
+}
+
+.wgt-home-mp .word h5 {
+ color: #fff;
+ display: table-cell;
+ font-family: Playfair Display,serif;
+ font-size: 1.875em;
+ font-weight: 600;
+ letter-spacing: .03333em;
+ line-height: 1.2;
+ margin-top: 1em;
+ position: relative;
+ vertical-align: middle;
+ z-index: 1
+}
+
+.wgt-home-mp .word h5 a:hover {
+ opacity: .6;
+ text-decoration: none
+}
+
+.wgt-home-mp .word p {
+ bottom: 0;
+ color: #a0bfd0;
+ font-size: 6.25em;
+ font-weight: 600;
+ line-height: .85;
+ position: absolute;
+ right: -.02em
+}
+
+.wgt-home-mp .word p a {
+ text-decoration: none
+}
+
+.wgt-home-mp .word div {
+ display: table;
+ height: 93%;
+ margin: 0 auto;
+ padding: .5em
+}
+
+.wgt-home-mp h4 {
+ margin-bottom: 2.1875em;
+ text-align: center;
+ z-index: 2
+}
+
+.wgt-home-mp .slick-next,.wgt-home-mp .slick-prev {
+ top: 47.4%
+}
+
+@media(max-width: 47.9375em) {
+ .wgt-home-mp {
+ padding-bottom:1.875em;
+ padding-top: 1.875em
+ }
+
+ .wgt-home-mp .word {
+ height: 12.13em;
+ width: 18.125em
+ }
+
+ .wgt-home-mp .words-list {
+ margin-bottom: 2.35em;
+ position: relative
+ }
+
+ .wgt-home-mp h4 {
+ background-color: #bbd4e2;
+ margin-bottom: -1.725em;
+ margin-left: auto;
+ margin-right: auto;
+ width: 74%
+ }
+
+ .wgt-home-mp .word div {
+ height: 98%;
+ table-layout: fixed
+ }
+
+ .wgt-home-mp .slick-next,.wgt-home-mp .slick-prev {
+ top: 50%
+ }
+
+ .wgt-home-mp .word p {
+ right: .15em
+ }
+
+ .wgt-home-mp .slick-list:after {
+ display: none
+ }
+}
+
+.editors-picks-area .picks-list .arrow-link {
+ color: #ae0015;
+ display: block;
+ display: inline-block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 700;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ line-height: .75em;
+ padding-left: 0;
+ position: relative;
+ text-align: left;
+ text-align: inherit;
+ text-indent: .3125em;
+ text-indent: 0;
+ text-transform: uppercase
+}
+
+.editors-picks-area .picks-list .arrow-link:after {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/sidebar/quiz-carat.png);
+ background-position: 100% 0;
+ background-repeat: no-repeat;
+ content: "";
+ display: inline-block;
+ height: 1em;
+ margin-right: .3125em;
+ vertical-align: baseline;
+ vertical-align: top;
+ width: 1em
+}
+
+.editors-picks-area .picks-list .arrow-link:hover {
+ color: #c42236;
+ text-decoration: none
+}
+
+.editors-picks-area {
+ overflow: hidden;
+ padding-bottom: 3.56em;
+ padding-top: 2em;
+ position: relative;
+ text-align: center
+}
+
+.editors-picks-area h4 {
+ text-align: center
+}
+
+.editors-picks-area a,.editors-picks-area p a {
+ color: #3b3e41
+}
+
+.editors-picks-area .main-pick {
+ float: left;
+ width: 68%
+}
+
+.editors-picks-area .main-pick .wrap {
+ margin-right: 1.25em;
+ position: relative
+}
+
+.editors-picks-area .main-pick .text-content {
+ margin-left: 1.25em;
+ padding-top: 6em
+}
+
+.editors-picks-area .main-pick .img-wrapper {
+ border: 1px solid #dfdfdf;
+ box-sizing: border-box;
+ float: right;
+ margin-left: 1.25em;
+ width: 59.3%
+}
+
+.editors-picks-area .main-pick .tag {
+ background-color: rgba(45,95,124,.8);
+ border: 1px solid #2d5f7c;
+ color: #fff;
+ display: inline-block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 400;
+ letter-spacing: .1666em;
+ line-height: 1.833;
+ margin-bottom: 2em;
+ margin-top: 6.333em;
+ padding: .25em .8em;
+ text-transform: uppercase
+}
+
+.editors-picks-area .main-pick h5 {
+ font-size: 1.625em;
+ letter-spacing: .0469em;
+ line-height: 1.153;
+ margin-bottom: .5em
+}
+
+.editors-picks-area .main-pick p {
+ height: 3.24em;
+ line-height: 1.62em
+}
+
+.editors-picks-area .main-pick p a {
+ font-size: 1.125em;
+ font-weight: 400;
+ letter-spacing: .05333em
+}
+
+.editors-picks-area .main-pick p.two-l-ell {
+ display: block;
+ height: 3.24em;
+ line-height: 1.62em;
+ overflow: hidden
+}
+
+.editors-picks-area .main-pick p.two-l-ell:before {
+ content: "";
+ float: left;
+ height: 3.24em;
+ width: 5px
+}
+
+.editors-picks-area .main-pick p.two-l-ell>:first-child {
+ float: right;
+ margin-left: -5px;
+ width: 100%
+}
+
+.editors-picks-area .main-pick p.two-l-ell:after {
+ background: #fff;
+ background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 50%,#fff);
+ content: "…";
+ float: right;
+ left: 100%;
+ margin-left: -3em;
+ padding-right: 5px;
+ position: relative;
+ text-align: right;
+ top: -1.62em;
+ width: 3em
+}
+
+.editors-picks-area .picks-list {
+ float: right;
+ text-align: left;
+ width: 32%
+}
+
+.editors-picks-area .picks-list h5 {
+ font-size: 1.0625em;
+ letter-spacing: .047em;
+ line-height: 1.294;
+ padding-top: .4em
+}
+
+.editors-picks-area .picks-list div {
+ overflow: hidden
+}
+
+.editors-picks-area .picks-list div:first-child,.editors-picks-area .picks-list div:first-child+div {
+ border-bottom: 1px solid #dadada;
+ margin-bottom: 1.3125em;
+ padding-bottom: 1.3125em
+}
+
+.editors-picks-area .picks-list .img-wrapper {
+ border: 1px solid #dfdfdf;
+ float: left;
+ margin-right: 1em;
+ width: 30.303030303%
+}
+
+@media(max-width: 64.75em) {
+ .editors-picks-area .picks-list h5 {
+ padding-top:0
+ }
+
+ .editors-picks-area .main-pick .text-content {
+ padding-top: 2.3em
+ }
+}
+
+@media(max-width: 60em) {
+ .editors-picks-area .main-pick {
+ width:49.9323%
+ }
+
+ .editors-picks-area .main-pick h5 {
+ font-size: 1.44em
+ }
+
+ .editors-picks-area .main-pick .text-content {
+ margin-left: 0
+ }
+
+ .editors-picks-area .main-pick .tag {
+ display: none
+ }
+
+ .editors-picks-area .main-pick .img-wrapper {
+ margin-bottom: 1em;
+ width: 100%
+ }
+
+ .editors-picks-area .picks-list {
+ width: 50.0677%
+ }
+}
+
+@media(max-width: 47.9375em) {
+ .editors-picks-area .main-pick {
+ border-bottom:1px solid #dadada;
+ float: none;
+ margin-bottom: 1.3125em;
+ padding-bottom: 1.3125em;
+ width: 100%
+ }
+
+ .editors-picks-area .main-pick .wrap {
+ margin-right: 0
+ }
+
+ .editors-picks-area .main-pick h5 {
+ font-size: 1.5em
+ }
+
+ .editors-picks-area .main-pick p {
+ font-size: 1em
+ }
+
+ .editors-picks-area .picks-list {
+ float: none;
+ width: 100%
+ }
+
+ .editors-picks-area .picks-list h5 {
+ font-size: 1em;
+ padding-top: 0
+ }
+}
+
+.wap-carousel .slick-next,.wap-carousel .slick-prev {
+ background-color: transparent;
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/related-content-icon-sprite-semitransparent.png);
+ background-repeat: no-repeat;
+ background-size: auto auto;
+ background-size: initial;
+ margin-top: -1.125em;
+ opacity: .8;
+ top: 50%;
+ z-index: 1
+}
+
+.wap-carousel .slick-prev {
+ background-position: 0 0;
+ height: 2.25em;
+ left: 0;
+ width: 2.25em;
+ z-index: 3
+}
+
+.wap-carousel .slick-prev:hover {
+ background-position: -92px 0;
+ opacity: 1
+}
+
+@media(hover: hover) {
+ .wap-carousel .slick-prev:hover {
+ background-position:-92px 0;
+ opacity: 1
+ }
+}
+
+.wap-carousel .slick-prev:active {
+ background-position: -92px 0;
+ opacity: 1
+}
+
+.wap-carousel .slick-next {
+ background-position: -46px 0;
+ height: 2.25em;
+ right: 0;
+ width: 2.25em
+}
+
+.wap-carousel .slick-next:hover {
+ background-position: -138px 0;
+ opacity: 1
+}
+
+@media(hover: hover) {
+ .wap-carousel .slick-next:hover {
+ background-position:-138px 0;
+ opacity: 1
+ }
+}
+
+.wap-carousel .slick-next:active {
+ background-position: -138px 0;
+ opacity: 1
+}
+
+.wap-carousel {
+ margin-bottom: 3em
+}
+
+.wap-carousel .slick-dots {
+ bottom: -1.75em;
+ left: 0;
+ position: absolute;
+ right: 0;
+ text-align: center
+}
+
+.wap-carousel .slick-dots li {
+ border: 1px solid #ae0015;
+ border-radius: 50%;
+ cursor: pointer;
+ display: inline-block;
+ float: none;
+ height: .5em;
+ margin: 0 .25em;
+ overflow: hidden;
+ padding-left: .5em;
+ width: 0
+}
+
+.wap-carousel .slick-dots li button {
+ display: none
+}
+
+.wap-carousel .slick-dots li.slick-active {
+ background-color: #ae0015
+}
+
+.waplanding-see-all a {
+ display: block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-weight: 700;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ padding-left: 1em;
+ position: relative;
+ text-align: left;
+ text-indent: .3125em;
+ text-transform: uppercase
+}
+
+.waplanding-see-all a:after {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/sidebar/quiz-carat.png);
+ background-position: 100% 0;
+ background-repeat: no-repeat;
+ content: "";
+ display: inline-block;
+ height: 1em;
+ margin-right: .3125em;
+ vertical-align: baseline;
+ vertical-align: top;
+ width: 1em
+}
+
+.waplanding-see-all a:hover {
+ color: #c42236;
+ text-decoration: none
+}
+
+.main-popular .wrap .arrow-link,.most-popular .populars-list .arrow-link,.plain-list>div .arrow-link,.populars-list .wrap .arrow-link,.wap-carousel .item .arrow-link {
+ color: #ae0015;
+ display: block;
+ display: inline-block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 700;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ line-height: .75em;
+ padding-left: 0;
+ position: relative;
+ text-align: left;
+ text-align: inherit;
+ text-indent: .3125em;
+ text-indent: 0;
+ text-transform: uppercase
+}
+
+.main-popular .wrap .arrow-link:after,.most-popular .populars-list .arrow-link:after,.plain-list>div .arrow-link:after,.populars-list .wrap .arrow-link:after,.wap-carousel .item .arrow-link:after {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/sidebar/quiz-carat.png);
+ background-position: 100% 0;
+ background-repeat: no-repeat;
+ content: "";
+ display: inline-block;
+ height: 1em;
+ margin-right: .3125em;
+ vertical-align: baseline;
+ vertical-align: top;
+ width: 1em
+}
+
+.main-popular .wrap .arrow-link:hover,.most-popular .populars-list .arrow-link:hover,.plain-list>div .arrow-link:hover,.populars-list .wrap .arrow-link:hover,.wap-carousel .item .arrow-link:hover {
+ color: #c42236;
+ text-decoration: none
+}
+
+.main-popular .wrap a,.plain-list>div a,.populars-list .wrap a,.wap-carousel.card-box a {
+ color: inherit;
+ font-family: inherit;
+ font-weight: inherit;
+ letter-spacing: inherit;
+ line-height: inherit;
+ text-align: inherit
+}
+
+.wap-article-page .univ-title-container .published_at {
+ color: #303336;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ font-size: 16px;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 400;
+ letter-spacing: .2px;
+ letter-spacing: .15px;
+ line-height: 22px
+}
+
+.waplanding-see-all {
+ margin-top: 1.9375em
+}
+
+.waplanding-see-all a {
+ color: #ae0015;
+ font-size: .75em;
+ text-align: center
+}
+
+.wap-carousel {
+ background-color: #fff;
+ max-height: 400px;
+ overflow: visible;
+ padding: .875em
+}
+
+.wap-carousel:after {
+ clear: both;
+ content: " ";
+ display: block
+}
+
+.wap-carousel .bar-items {
+ max-height: 351px;
+ overflow: hidden
+}
+
+.wap-carousel .slick-prev {
+ left: .625em;
+ top: 48%
+}
+
+.wap-carousel .slick-next {
+ right: .625em;
+ top: 48%
+}
+
+.wap-carousel .item {
+ float: left;
+ height: 351px;
+ position: relative;
+ width: 100%
+}
+
+.wap-carousel .item.slick-slide {
+ height: 100%
+}
+
+.wap-carousel .item img {
+ border: 1px solid #dfdfdf;
+ float: right;
+ width: 58.8%
+}
+
+.wap-carousel .item .text-content {
+ float: left;
+ padding-top: 4.3%;
+ text-align: center;
+ width: 40.845%
+}
+
+.wap-carousel .item .text-content div {
+ margin-right: .9375em;
+ padding-left: .25em;
+ padding-right: .25em
+}
+
+.wap-carousel .item h5 {
+ font-family: Playfair Display,serif;
+ font-size: 1.625em;
+ letter-spacing: .0469230769em;
+ line-height: 1.1538461538;
+ margin-bottom: .5em
+}
+
+.wap-carousel .item p {
+ font-size: 1.25em;
+ font-weight: 400;
+ letter-spacing: .05333em;
+ line-height: 1.4444em;
+ margin-bottom: 1em
+}
+
+.wap-carousel .item p.mell-wh-0 {
+ height: 2.8888em;
+ line-height: 1.4444em;
+ overflow: hidden
+}
+
+.wap-carousel .item p.mell-wh-0:before {
+ content: "";
+ float: left;
+ height: 2.8888em;
+ width: 5px
+}
+
+.wap-carousel .item p.mell-wh-0>:first-child {
+ float: right;
+ margin-left: -5px;
+ width: 100%
+}
+
+.wap-carousel .item p.mell-wh-0:after {
+ background: #fff;
+ background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 50%,#fff);
+ content: "…";
+ float: right;
+ left: 100%;
+ margin-left: -3em;
+ padding-right: 5px;
+ position: relative;
+ text-align: right;
+ top: -1.4444em;
+ width: 3em
+}
+
+.wap-carousel.card-box a {
+ background-image: none
+}
+
+.wap-carousel.card-box a:hover {
+ text-decoration: underline
+}
+
+.how-to {
+ clear: both
+}
+
+.how-to,.latest-posts {
+ padding: 1px 0 .8125em
+}
+
+.main-popular .wrap h5,.populars-list .wrap h5 {
+ height: 2.7272727273em;
+ line-height: 1.3636363636em;
+ overflow: hidden
+}
+
+.main-popular .wrap h5:before,.populars-list .wrap h5:before {
+ content: "";
+ float: left;
+ height: 2.7272727273em;
+ width: 5px
+}
+
+.main-popular .wrap h5>:first-child,.populars-list .wrap h5>:first-child {
+ float: right;
+ margin-left: -5px;
+ width: 100%
+}
+
+.main-popular .wrap h5:after,.populars-list .wrap h5:after {
+ background: #f4f4f4;
+ background: linear-gradient(90deg,hsla(0,0%,96%,0),#f4f4f4 50%,#f4f4f4);
+ content: "…";
+ float: right;
+ left: 100%;
+ margin-left: -3em;
+ padding-right: 5px;
+ position: relative;
+ text-align: right;
+ top: -1.3636363636em;
+ width: 3em
+}
+
+.main-popular .wrap,.plain-list>div,.populars-list .wrap {
+ display: table;
+ margin-bottom: 1.063em;
+ table-layout: fixed;
+ width: 100%
+}
+
+.main-popular .wrap .col-img,.main-popular .wrap .text-content,.plain-list>div .col-img,.plain-list>div .text-content,.populars-list .wrap .col-img,.populars-list .wrap .text-content {
+ display: table-cell;
+ vertical-align: middle
+}
+
+.main-popular .wrap .col-img,.plain-list>div .col-img,.populars-list .wrap .col-img {
+ width: 22.033%
+}
+
+.main-popular .wrap .text-content,.plain-list>div .text-content,.populars-list .wrap .text-content {
+ padding-left: 4.576%
+}
+
+.main-popular .wrap img,.plain-list>div img,.populars-list .wrap img {
+ border: 1px solid #dfdfdf;
+ width: 100%
+}
+
+.main-popular .wrap .list__header,.main-popular .wrap h5,.plain-list>div .list__header,.plain-list>div h5,.populars-list .wrap .list__header,.populars-list .wrap h5 {
+ color: #3b3e41;
+ font-family: Playfair Display,serif;
+ font-size: 1.375em;
+ font-weight: 700;
+ letter-spacing: .0454545455em;
+ line-height: 1.3636363636em;
+ margin-bottom: .375em
+}
+
+.main-popular .wrap p,.plain-list>div p,.populars-list .wrap p {
+ color: #3b3e41;
+ font-size: 1.075em;
+ letter-spacing: .05em;
+ line-height: 1.4444444444em
+}
+
+.toggle-box div.plain-list {
+ max-height: 0;
+ overflow: hidden;
+ padding-bottom: 76%
+}
+
+.toggle-box.open-container div.plain-list {
+ height: auto;
+ max-height: 100em;
+ padding-bottom: 0
+}
+
+.how-to {
+ height: auto;
+ max-height: 100em;
+ overflow: visible
+}
+
+.how-to .toggle-trigger {
+ background: none;
+ bottom: -5em
+}
+
+.how-to.open-container .toggle-trigger {
+ bottom: -2.5em
+}
+
+.most-popular {
+ clear: both;
+ overflow: hidden
+}
+
+.most-popular .main-popular {
+ float: left;
+ width: 51.718%
+}
+
+.most-popular .main-popular .wrap {
+ display: block;
+ margin-right: 1.75em;
+ width: auto
+}
+
+.most-popular .main-popular .col-img {
+ display: block;
+ margin-bottom: .4375em;
+ width: 100%
+}
+
+.most-popular .main-popular .text-content {
+ display: block;
+ padding-left: 0;
+ text-align: center
+}
+
+.most-popular .populars-list {
+ float: left;
+ width: 48.282%
+}
+
+.most-popular .populars-list h5 {
+ font-size: 1.0625em;
+ letter-spacing: .0447058824em;
+ line-height: 1.2352941176;
+ margin-bottom: .2em
+}
+
+.most-popular .populars-list .wrap {
+ border-bottom: 1px solid #dadada;
+ margin-bottom: 1.5em;
+ padding-bottom: 1.5em
+}
+
+.most-popular .populars-list .wrap+.wrap+.wrap {
+ border-bottom: 0;
+ margin-bottom: 0
+}
+
+.most-popular .populars-list .col-img {
+ width: 38.7323943662%
+}
+
+.wap-article-page .univ-title-container .byline {
+ color: #4a4a4a;
+ margin-top: -8px;
+ padding-bottom: 18px
+}
+
+@media(max-width: 530px) {
+ .wap-article-page .univ-title-container .byline {
+ margin-top:8px
+ }
+}
+
+.wap-article-page .univ-title-container .author {
+ font-family: Lato,sans-serif;
+ font-size: .75em;
+ font-weight: 700;
+ letter-spacing: .12em;
+ margin-right: 12px;
+ text-transform: uppercase
+}
+
+.wap-article-page .univ-title-container .published_at {
+ color: #525a5b
+}
+
+@media(min-width: 64em) {
+ body.wap-landing .plain-list .text-content p {
+ height:2.9332em;
+ line-height: 1.4666em;
+ overflow: hidden
+ }
+
+ body.wap-landing .plain-list .text-content p:before {
+ content: "";
+ float: left;
+ height: 2.9332em;
+ width: 5px
+ }
+
+ body.wap-landing .plain-list .text-content p>:first-child {
+ float: right;
+ margin-left: -5px;
+ width: 100%
+ }
+
+ body.wap-landing .plain-list .text-content p:after {
+ background: #f4f4f4;
+ background: linear-gradient(90deg,hsla(0,0%,96%,0),#f4f4f4 50%,#f4f4f4);
+ content: "…";
+ float: right;
+ left: 100%;
+ margin-left: -1.4666em;
+ padding-right: 5px;
+ position: relative;
+ text-align: right;
+ top: -1.4666em;
+ width: 1.4666em
+ }
+}
+
+@media(max-width: 64em) {
+ body.wap-landing .plain-list .text-content p {
+ display:none!important
+ }
+}
+
+@media(min-width: 60.0625em) {
+ .wap-carousel .item .text-content {
+ padding-top:0;
+ position: absolute;
+ top: 50%
+ }
+
+ .wap-carousel .text-content div {
+ -webkit-transform: translateY(-50%);
+ transform: translateY(-50%)
+ }
+}
+
+@media(max-width: 960px) {
+ .wap-carousel {
+ max-height:304px
+ }
+
+ .wap-carousel .wap-carousel .item img {
+ float: right;
+ width: 363px
+ }
+}
+
+@media(max-width: 60em) {
+ .populars-list .wrap .col-img,div.plain-list>div .col-img {
+ width:35.2644836272%
+ }
+
+ .populars-list .wrap .text-content,div.plain-list>div .text-content {
+ padding-left: 5.2896725441%
+ }
+
+ .populars-list .wrap .list__header,.populars-list .wrap h5,div.plain-list>div .list__header,div.plain-list>div h5 {
+ font-size: 1.0625em;
+ letter-spacing: .0447058824em;
+ line-height: 1.2352941176
+ }
+
+ .populars-list .wrap p,div.plain-list>div p {
+ font-size: .9375em;
+ letter-spacing: .0626666667em;
+ line-height: 1.2666666667
+ }
+
+ .toggle-box div.plain-list {
+ padding-bottom: 119.6%
+ }
+
+ .most-popular .main-popular {
+ float: none;
+ margin-bottom: 1.8em;
+ width: auto
+ }
+
+ .most-popular .main-popular .wrap {
+ margin-right: 0
+ }
+
+ .most-popular .populars-list {
+ float: none;
+ width: auto
+ }
+
+ .wap-carousel {
+ margin: 0 auto 3em;
+ max-height: 405px;
+ padding: 14px;
+ width: 354px
+ }
+
+ .wap-carousel .bar-items {
+ margin: 0 auto;
+ max-height: 405px;
+ width: 354px
+ }
+
+ .wap-carousel .item {
+ height: 405px
+ }
+
+ .wap-carousel .item img {
+ display: block;
+ float: none;
+ margin: 0 auto;
+ max-width: 324px;
+ width: 324px
+ }
+
+ .wap-carousel .item .text-content {
+ clear: both;
+ float: none;
+ width: auto
+ }
+
+ .wap-carousel .item .text-content div {
+ margin-right: 0
+ }
+
+ .wap-landing .wap-carousel h5 {
+ height: 2.3077em;
+ line-height: 1.15385em;
+ overflow: hidden
+ }
+
+ .wap-landing .wap-carousel h5:before {
+ content: "";
+ float: left;
+ height: 2.3077em;
+ width: 5px
+ }
+
+ .wap-landing .wap-carousel h5>:first-child {
+ float: right;
+ margin-left: -5px;
+ width: 100%
+ }
+
+ .wap-landing .wap-carousel h5:after {
+ background: #fff;
+ background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 50%,#fff);
+ content: "…";
+ float: right;
+ left: 100%;
+ margin-left: -3em;
+ padding-right: 5px;
+ position: relative;
+ text-align: right;
+ top: -1.15385em;
+ width: 3em
+ }
+
+ .wap-landing .wap-carousel .text-content p {
+ display: none!important
+ }
+
+ .wap-carousel.card-box .item {
+ height: auto!important
+ }
+}
+
+@media(max-width: 47.9375em) {
+ .waplanding-see-all {
+ margin-bottom:2.5em
+ }
+
+ .most-popular .main-popular {
+ border-bottom: 1px solid #dadada
+ }
+
+ .section-title {
+ font-size: 2.25em;
+ margin-top: .4444em
+ }
+
+ .populars-list .wrap,div.plain-list>div {
+ margin-bottom: 1.8125em
+ }
+
+ .populars-list .wrap .col-img,div.plain-list>div .col-img {
+ vertical-align: top;
+ width: 41.3793103448%
+ }
+
+ .toggle-box div.plain-list {
+ max-height: none;
+ padding-bottom: 0
+ }
+
+ div.plain-list+.toggle-trigger {
+ display: none
+ }
+
+ .how-to {
+ margin-bottom: 0;
+ padding-bottom: 0
+ }
+
+ .wap-carousel.card-box {
+ margin-bottom: 3.5em;
+ max-height: 396px;
+ max-width: 290px;
+ padding: .625em .5625em 1.4em;
+ width: 290px
+ }
+
+ .wap-carousel.card-box .bar-items {
+ max-height: 440px;
+ width: 290px
+ }
+
+ .wap-carousel.card-box .item {
+ height: 470px
+ }
+
+ .wap-carousel.card-box .item img {
+ display: block;
+ float: none;
+ margin: 0 auto;
+ max-width: 270px;
+ width: 270px
+ }
+}
+
+@media(max-width: 33.125em) {
+ .wap-article-page .univ-title-container .author {
+ margin:15px 0
+ }
+}
+
+.wap-article ol,.wap-article ul {
+ list-style: none;
+ margin-left: 38px;
+ padding-left: 0
+}
+
+.wap-article ol li,.wap-article ul li {
+ display: block;
+ margin-bottom: 15px
+}
+
+.wap-article ol li:before,.wap-article ul li:before {
+ color: #265667;
+ content: "•";
+ display: inline-block;
+ margin-left: -38px;
+ width: 38px
+}
+
+.wap-article ol {
+ counter-reset: li
+}
+
+.wap-article ol li:before {
+ content: counter(li) ")";
+ counter-increment: li
+}
+
+.wap-article h2 {
+ color: #265667;
+ color: #4a7d95;
+ font-family: Playfair Display,serif;
+ font-size: 26px;
+ letter-spacing: .5px;
+ line-height: 36px
+}
+
+.wap-article h2,.wap-article h3 {
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 700;
+ margin-bottom: 10px
+}
+
+.wap-article h3 {
+ color: #265667;
+ color: #225f73;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ letter-spacing: .3px;
+ line-height: 22px
+}
+
+.a-toc {
+ display: block!important;
+ position: relative!important;
+ top: -120px!important;
+ visibility: hidden!important
+}
+
+.nobullet_indent_list {
+ list-style: none!important;
+ padding: 0 0 1.875em 50px!important
+}
+
+.nobullet_indent_list li {
+ color: #3b3e41;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.125rem!important;
+ font-weight: 400!important;
+ letter-spacing: .063em!important;
+ line-height: 26px!important;
+ padding: 0 0 10px!important
+}
+
+.nobullet_indent_list li:last-child {
+ padding: 0
+}
+
+.nobullet_indent_list li:before {
+ content: none!important
+}
+
+.bullet_indent_list {
+ list-style: disc;
+ padding: 0 0 1.875em 50px
+}
+
+.bullet_indent_list li {
+ color: #3b3e41;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.125rem!important;
+ font-weight: 400!important;
+ line-height: 26px!important;
+ padding: 0 0 10px!important
+}
+
+.bullet_indent_list li:last-child {
+ padding: 0
+}
+
+.bullet_indent_list li:before {
+ color: #265667!important;
+ content: "•"!important;
+ margin-left: -15px!important;
+ width: 15px!important
+}
+
+.wap-article-page {
+ background: #fff
+}
+
+.wap-article-page .gray-divide {
+ margin-bottom: 0
+}
+
+.wap-article-page .play-pron {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/definitions/icon.pron@2x.png);
+ background-size: 25px 25px;
+ direction: ltr;
+ display: inline-block;
+ height: 25px;
+ line-height: 25px;
+ margin-right: 4px;
+ margin-top: -5px;
+ text-indent: -9999px;
+ vertical-align: middle;
+ width: 25px
+}
+
+.wap-article-page .play-pron:hover {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/definitions/icon.pron.hover@2x.png);
+ background-size: 25px 25px;
+ height: 25px;
+ width: 25px
+}
+
+.wap-article-page .univ-title-container .play-pron,.wap-article-page .univ-title-container .play-pron:hover {
+ background-size: 37px 37px;
+ height: 37px;
+ width: 37px
+}
+
+.wap-article-page .lr-cols-area {
+ margin-top: 20px
+}
+
+.wap-article p {
+ letter-spacing: .04em;
+ line-height: 1.5em;
+ margin-bottom: 20px
+}
+
+.wap-article ol,.wap-article p,.wap-article ul {
+ color: #3b3e41;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1em
+}
+
+.wap-article ol,.wap-article ul {
+ font-weight: 400;
+ letter-spacing: .05em;
+ line-height: 26px;
+ margin: 20px 0 20px 38px
+}
+
+.wap-article a:not(.ul-button):not(.ul-icon):not(.play-pron):not(.definition-link) {
+ background-image: linear-gradient(90deg,#97bece 100%,transparent 0);
+ background-position: 0 1.2em;
+ background-repeat: repeat-x;
+ background-size: 3px 1px;
+ color: #265667;
+ text-decoration: none
+}
+
+.wap-article a:not(.ul-button):not(.ul-icon):not(.play-pron):not(.definition-link):hover {
+ background-image: linear-gradient(90deg,#265667 100%,transparent 0);
+ cursor: pointer;
+ text-decoration: none
+}
+
+.wap-article blockquote {
+ border-left: 1px solid #375c71;
+ margin: 5px auto 50px;
+ padding-left: 20px;
+ position: relative;
+ width: 80%
+}
+
+.wap-article blockquote p {
+ color: #375c71;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1em;
+ letter-spacing: .05em;
+ line-height: 1.375em
+}
+
+.wap-article blockquote p:last-child {
+ padding-bottom: 0
+}
+
+.wap-article blockquote .floating-bdr {
+ background: #375c71;
+ display: block;
+ height: 1px;
+ margin: 0 auto;
+ max-width: 94px;
+ width: 100%
+}
+
+.wap-article.card-box a:not(.share-link):not(.ul-icon):not(.play-pron) {
+ background-image: linear-gradient(90deg,#97bece 100%,transparent 0);
+ background-position: 0 1.2em;
+ background-repeat: repeat-x;
+ background-size: 3px 1px;
+ font-weight: 400;
+ text-decoration: none
+}
+
+.wap-article.card-box a:not(.share-link):not(.ul-icon):not(.play-pron):hover {
+ background-image: linear-gradient(90deg,#265667 100%,transparent 0);
+ cursor: pointer;
+ text-decoration: none
+}
+
+.wap-article #content-list p {
+ color: #3b3e41
+}
+
+.wap-article #content-list blockquote,.wap-article #content-list blockquote p {
+ color: #375c71
+}
+
+.wap-article #content-list ol.content-list,.wap-article #content-list ul.content-list {
+ margin: 40px 0
+}
+
+.wap-article #content-list ol.content-list .list-title,.wap-article #content-list ul.content-list .list-title {
+ margin-top: 40px
+}
+
+.wap-article #content-list ol.content-list li.list-item,.wap-article #content-list ul.content-list li.list-item {
+ margin-bottom: 25px;
+ margin-left: 37px;
+ position: relative
+}
+
+.wap-article #content-list ol.content-list li.list-item:before,.wap-article #content-list ul.content-list li.list-item:before {
+ width: 33px
+}
+
+.wap-article #content-list ol.content-list li.list-item ul li:before,.wap-article #content-list ul.content-list li.list-item ul li:before {
+ content: "•";
+ counter-increment: none
+}
+
+.wap-article #content-list ol.content-list li.list-item .definition-pipe,.wap-article #content-list ol.content-list li.list-item .save-to-list,.wap-article #content-list ul.content-list li.list-item .definition-pipe,.wap-article #content-list ul.content-list li.list-item .save-to-list {
+ display: inline-flex
+}
+
+.wap-article #content-list ol.content-list li.list-item .save-to-list,.wap-article #content-list ul.content-list li.list-item .save-to-list {
+ margin-left: 5px;
+ vertical-align: middle
+}
+
+.wap-article #content-list ol.content-list li.list-item .definition-pipe,.wap-article #content-list ul.content-list li.list-item .definition-pipe {
+ color: #939393;
+ margin: 0 3px;
+ vertical-align: text-bottom
+}
+
+.wap-article #content-list ol.content-list li.list-item>*,.wap-article #content-list ul.content-list li.list-item>* {
+ line-height: 24px
+}
+
+.wap-article #content-list ol.content-list li.list-item .list-item-text,.wap-article #content-list ol.content-list li.list-item .list-item-text>p>img,.wap-article #content-list ul.content-list li.list-item .list-item-text,.wap-article #content-list ul.content-list li.list-item .list-item-text>p>img {
+ margin-top: 5px
+}
+
+.wap-article #content-list ol.content-list li.list-item .list-item-usage,.wap-article #content-list ul.content-list li.list-item .list-item-usage {
+ font-size: 16px
+}
+
+.wap-article #content-list ol.content-list li.list-item a.save-to-list-link,.wap-article #content-list ul.content-list li.list-item a.save-to-list-link {
+ background-image: none;
+ text-decoration: none
+}
+
+.wap-article #content-list ul.content-list li.list-item:before {
+ font-size: 24px
+}
+
+.wap-article .ul-confirm-dialog p {
+ margin-bottom: 0
+}
+
+.wap-article .ul-confirm-dialog p:after {
+ height: 0
+}
+
+.wap-more-examples-block {
+ margin: 0 auto;
+ padding-bottom: 18px;
+ width: 85%
+}
+
+.wap-more-examples-block h4 {
+ color: #3b3e41;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.125em;
+ font-weight: 700;
+ letter-spacing: .0512em;
+ line-height: 22px;
+ margin-bottom: 20px
+}
+
+.wap-more-examples-block p {
+ font-size: 1.125em;
+ letter-spacing: .0625em;
+ line-height: 26px;
+ margin-bottom: 40px
+}
+
+.blog-media-wrapper {
+ float: left;
+ padding-bottom: 1.875em;
+ text-align: center;
+ width: 100%
+}
+
+.blog-media-wrapper p {
+ padding: 0
+}
+
+.blog-media-wrapper .image-container {
+ display: inline-block;
+ margin: 0 30px;
+ position: relative;
+ vertical-align: middle;
+ width: 35%
+}
+
+.blog-media-wrapper .image-container img {
+ border: 1px solid #dfdfdf
+}
+
+.blog-media-wrapper .image-container .photo-credit {
+ max-width: 287px;
+ overflow: auto;
+ text-align: right
+}
+
+.blog-media-wrapper .image-container .photo-credit span,.blog-media-wrapper .image-container .photo-credit span p {
+ color: #3b3e41;
+ font-size: 12px;
+ font-weight: 400;
+ line-height: 15px
+}
+
+.blog-media-wrapper .image-container .photo-credit span a {
+ color: #ae0015;
+ font-size: 12px;
+ font-weight: 300;
+ line-height: 15px
+}
+
+.blog-media-wrapper .image-caption {
+ display: inline-block;
+ position: relative;
+ text-align: left;
+ vertical-align: top;
+ vertical-align: middle;
+ width: 32%
+}
+
+.blog-media-wrapper .image-caption p {
+ font-size: 1.0625em;
+ font-style: italic;
+ font-weight: 400;
+ letter-spacing: .0587em;
+ line-height: 26px;
+ text-align: left
+}
+
+@media(max-width: 60em) {
+ .blog-media-wrapper .image-container {
+ float:none;
+ margin-left: 0;
+ text-align: center;
+ width: 100%
+ }
+
+ .blog-media-wrapper .image-container .photo-credit {
+ max-width: 100%;
+ overflow: inherit;
+ text-align: center
+ }
+
+ .blog-media-wrapper .image-caption {
+ float: none;
+ margin: 0 auto;
+ max-width: 18.75em;
+ padding-top: 1.25em;
+ text-align: left;
+ width: 100%
+ }
+}
+
+.slide-footer-next .arrow-link {
+ color: #ae0015;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 700;
+ letter-spacing: .125em;
+ line-height: .9375em;
+ position: relative;
+ text-transform: uppercase
+}
+
+.slide-footer-next .arrow-link:hover {
+ color: #c42236;
+ text-decoration: none
+}
+
+.wap-slideshow-page .wap-slideshow .item .text-content ol,.wap-slideshow-page .wap-slideshow .item .text-content ul {
+ list-style: none;
+ margin-left: 38px;
+ padding-left: 0
+}
+
+.wap-slideshow-page .wap-slideshow .item .text-content ol li,.wap-slideshow-page .wap-slideshow .item .text-content ul li {
+ display: block;
+ margin-bottom: 15px
+}
+
+.wap-slideshow-page .wap-slideshow .item .text-content ol li:before,.wap-slideshow-page .wap-slideshow .item .text-content ul li:before {
+ color: #265667;
+ content: "•";
+ display: inline-block;
+ margin-left: -38px;
+ width: 38px
+}
+
+.wap-slideshow-page .wap-slideshow .item .text-content ol {
+ counter-reset: li
+}
+
+.wap-slideshow-page .wap-slideshow .item .text-content ol li:before {
+ content: counter(li) ")";
+ counter-increment: li
+}
+
+.wap-slideshow-page .published_at {
+ color: #303336;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ font-size: 16px;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 400;
+ letter-spacing: .2px;
+ letter-spacing: .15px;
+ line-height: 22px
+}
+
+.wap-slideshow-page {
+ background-color: #fff
+}
+
+.wap-slideshow-page .published_at {
+ color: #525a5b;
+ margin: 21px 0 18px
+}
+
+.wap-slideshow-page .lr-cols-area {
+ margin-top: 20px
+}
+
+.wap-slideshow-page .play-pron {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/definitions/icon.pron@2x.png);
+ background-size: 25px 25px;
+ direction: ltr;
+ display: inline-block;
+ height: 25px;
+ line-height: 25px;
+ margin-right: 4px;
+ margin-top: -5px;
+ text-indent: -9999px;
+ vertical-align: middle;
+ width: 25px
+}
+
+.wap-slideshow-page .play-pron:hover {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/definitions/icon.pron.hover@2x.png);
+ background-size: 25px 25px;
+ height: 25px;
+ width: 25px
+}
+
+.wap-slideshow-page .slide-header .play-pron,.wap-slideshow-page .slide-header .play-pron:hover {
+ background-size: 37px 37px;
+ height: 37px;
+ width: 37px
+}
+
+.wap-slideshow-page .slick-slide:first-child .slick-prev {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/icon-carousel-disabled-carets.png)!important;
+ background-position: 0 0;
+ background-size: 71px;
+ cursor: default
+}
+
+.wap-slideshow-page .slick-slide:first-child .slick-prev:hover {
+ background-position: 0 0!important
+}
+
+.wap-slideshow-page .section-title {
+ color: #375c71;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ font-weight: 400;
+ letter-spacing: 1px;
+ line-height: 22px;
+ margin-top: 0;
+ text-align: left;
+ width: 100%
+}
+
+.wap-slideshow-page .section-title:after {
+ content: normal
+}
+
+.wap-slideshow-page .slideshow-title {
+ color: #0a1b27;
+ font-family: Playfair Display,serif;
+ font-size: 44px;
+ font-weight: 400;
+ letter-spacing: 2px;
+ line-height: 52px;
+ margin-bottom: 14px;
+ text-align: left
+}
+
+.wap-slideshow-page .slideshow-dek {
+ color: #000;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 30px;
+ font-weight: 300;
+ letter-spacing: 2px;
+ line-height: 26px;
+ padding-bottom: 25px;
+ text-align: left
+}
+
+.wap-slideshow-page .wap-slideshow {
+ background-color: #fff;
+ box-shadow: none;
+ margin-bottom: 0;
+ min-height: 1em;
+ overflow: visible;
+ padding: 0 1.875em 0 0
+}
+
+.wap-slideshow-page .wap-slideshow .arrow-containers {
+ clear: right;
+ display: block;
+ float: right;
+ height: 37px;
+ margin-right: 11px;
+ position: relative;
+ width: 67px
+}
+
+.wap-slideshow-page .wap-slideshow .arrow-containers .slick-arrow {
+ background-color: #fff;
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/wap/wap-slideshow-arrows.png);
+ height: 32px;
+ margin: 0;
+ padding: 0;
+ top: 0;
+ width: 32px
+}
+
+.wap-slideshow-page .wap-slideshow .arrow-containers .slick-prev {
+ z-index: 1
+}
+
+.wap-slideshow-page .wap-slideshow .bar-items {
+ clear: both;
+ display: block;
+ margin-top: -12px
+}
+
+.wap-slideshow-page .wap-slideshow.card-box a:not(.share-link):not(.ul-icon):not(.play-pron) {
+ background-image: linear-gradient(90deg,#97bece 100%,transparent 0);
+ background-position: 0 1.2em;
+ background-repeat: repeat-x;
+ background-size: 3px 1px;
+ font-weight: 400;
+ text-decoration: none
+}
+
+.wap-slideshow-page .wap-slideshow.card-box a:not(.share-link):not(.ul-icon):not(.play-pron):hover {
+ background-image: linear-gradient(90deg,#265667 100%,transparent 0);
+ cursor: pointer;
+ text-decoration: none
+}
+
+.wap-slideshow-page .wap-slideshow:after {
+ clear: both;
+ content: " ";
+ display: block
+}
+
+.wap-slideshow-page .wap-slideshow .bar-items,.wap-slideshow-page .wap-slideshow .slick-list {
+ overflow: hidden
+}
+
+.wap-slideshow-page .wap-slideshow .slick-prev {
+ background-position: -3px -2px;
+ left: 0
+}
+
+.wap-slideshow-page .wap-slideshow .slick-prev:hover {
+ background-position: -3px -42px
+}
+
+.wap-slideshow-page .wap-slideshow .slick-next {
+ background-position: -40px -2px;
+ right: 0
+}
+
+.wap-slideshow-page .wap-slideshow .slick-next:hover {
+ background-position: -40px -42px
+}
+
+.wap-slideshow-page .wap-slideshow .item {
+ float: left;
+ padding-top: 12px
+}
+
+.wap-slideshow-page .wap-slideshow .item .slide-header-title-container,.wap-slideshow-page .wap-slideshow .item h5 {
+ font-family: Playfair Display,serif;
+ font-size: 1.625em;
+ letter-spacing: .0469em;
+ margin-bottom: 1.5em;
+ margin-top: 0
+}
+
+.wap-slideshow-page .wap-slideshow .item .slide-header-title,.wap-slideshow-page .wap-slideshow .item h5 a {
+ color: #0a1b27;
+ font-family: Playfair Display,serif;
+ font-size: 1.54em;
+ font-weight: 400;
+ letter-spacing: 1.6px;
+ line-height: 1.2em;
+ text-align: left
+}
+
+.wap-slideshow-page .wap-slideshow .item .slide-header-title:hover,.wap-slideshow-page .wap-slideshow .item h5 a:hover {
+ text-decoration: none
+}
+
+.wap-slideshow-page .wap-slideshow .item .slide-header-title.slide-header-link,.wap-slideshow-page .wap-slideshow .item h5 a.slide-header-link {
+ display: inline-block
+}
+
+.wap-slideshow-page .wap-slideshow .item .slide-header-title a:hover {
+ color: #265667
+}
+
+.wap-slideshow-page .wap-slideshow .item .current-slide-number {
+ color: #a0bfd0;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 40px;
+ font-weight: 700;
+ line-height: 36px;
+ text-align: center
+}
+
+.wap-slideshow-page .wap-slideshow .item .credit-container {
+ clear: both;
+ display: block;
+ float: none;
+ overflow: hidden;
+ position: relative;
+ width: 100%
+}
+
+.wap-slideshow-page .wap-slideshow .item .asset-credit {
+ float: left;
+ text-align: right;
+ width: 100%
+}
+
+.wap-slideshow-page .wap-slideshow .item .asset-credit span,.wap-slideshow-page .wap-slideshow .item .asset-credit span p {
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .75em;
+ font-weight: 400;
+ letter-spacing: .05em;
+ line-height: 15px
+}
+
+.wap-slideshow-page .wap-slideshow .item .asset-credit span a,.wap-slideshow-page .wap-slideshow .item .asset-credit span p a {
+ color: #ae0015;
+ display: inline;
+ letter-spacing: .05em
+}
+
+.wap-slideshow-page .wap-slideshow .item .item-image {
+ max-width: 552px;
+ width: 100%
+}
+
+.wap-slideshow-page .wap-slideshow .item .item-image a {
+ display: block
+}
+
+.wap-slideshow-page .wap-slideshow .item .item-image-caption {
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .875em;
+ font-style: italic;
+ font-weight: 400;
+ letter-spacing: .058em;
+ line-height: 1.2em;
+ margin: 6px 0!important;
+ padding: 0!important
+}
+
+.wap-slideshow-page .wap-slideshow .item img {
+ background-color: #f7f7f7;
+ border: 1px solid #dfdfdf;
+ clear: both;
+ display: inline-block;
+ float: none;
+ height: auto;
+ margin: 0 auto;
+ max-height: 368px;
+ overflow: hidden;
+ width: 100%
+}
+
+.wap-slideshow-page .wap-slideshow .item .text-content img[alt=avatar] {
+ height: 50px;
+ width: 50px
+}
+
+.wap-slideshow-page .wap-slideshow .item .text-content {
+ float: none;
+ padding-top: 4.3%;
+ text-align: left;
+ width: 100%
+}
+
+.wap-slideshow-page .wap-slideshow .item .text-content h4 {
+ color: #375c71;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 22px;
+ font-weight: 700;
+ letter-spacing: 1px;
+ line-height: 27px;
+ margin-bottom: 5px;
+ text-align: left
+}
+
+.wap-slideshow-page .wap-slideshow .item .text-content ol,.wap-slideshow-page .wap-slideshow .item .text-content p,.wap-slideshow-page .wap-slideshow .item .text-content ul {
+ color: #3b3e41;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1.075em;
+ font-weight: 400;
+ letter-spacing: .05em;
+ line-height: 26px;
+ padding-bottom: 30px;
+ text-align: left
+}
+
+.wap-slideshow-page .wap-slideshow .item .text-content blockquote {
+ margin: 0 auto 30px;
+ position: relative;
+ text-align: center;
+ width: 80%
+}
+
+.wap-slideshow-page .wap-slideshow .item .text-content blockquote p {
+ color: #375c71;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 1em;
+ font-weight: 400;
+ letter-spacing: .063em;
+ line-height: 1.375em;
+ padding: 20px 0
+}
+
+.wap-slideshow-page .wap-slideshow .item .text-content .floating-bdr {
+ background: #375c71;
+ display: block;
+ height: 1px;
+ margin: 0 auto;
+ max-width: 94px;
+ width: 100%
+}
+
+.wap-slideshow-page .wap-slideshow .item.last-slide .text-content p:last-child {
+ padding-bottom: 0
+}
+
+.wap-slideshow-page .wap-slideshow .item .text-content div {
+ margin-right: .9375em
+}
+
+.wap-slideshow-page .slide-footer-meta {
+ height: 37px;
+ margin-bottom: 30px
+}
+
+.wap-slideshow-page .slide-footer-meta .arrow-containers {
+ margin-top: 0
+}
+
+.wap-slideshow-page .slide-footer-meta .page-of-pages {
+ color: #a0bfd0;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 20px;
+ font-weight: 700;
+ letter-spacing: 2px;
+ line-height: 37px;
+ text-align: left
+}
+
+.wap-slideshow-page .slide-ad {
+ margin: 0 auto 30px;
+ text-align: center
+}
+
+.wap-slideshow-page .slide-ad .abl-m320-t728-d728 {
+ border: 1px solid #dfdfdf;
+ box-sizing: content-box;
+ overflow: hidden
+}
+
+.wap-slideshow-page .wap-slideshow.long-scroll .item {
+ float: none
+}
+
+.wap-slideshow-page .wap-slideshow.long-scroll .item .item-image {
+ position: relative
+}
+
+.wap-slideshow-page .art-social-share {
+ display: block;
+ margin-bottom: 20px
+}
+
+.slide-footer-next {
+ padding: 30px 0
+}
+
+.slide-footer-next .next-content-btm {
+ display: table;
+ width: 100%
+}
+
+.slide-footer-next .next-gallery-img {
+ display: table-cell;
+ width: 137px
+}
+
+.slide-footer-next .next-gallery-img img {
+ height: 84px;
+ width: 112px
+}
+
+.slide-footer-next .next-gallery-link {
+ display: table-cell;
+ vertical-align: middle
+}
+
+.slide-footer-next .next-gallery-link .link__title,.slide-footer-next .next-gallery-link h5 {
+ margin: 0
+}
+
+.slide-footer-next .next-gallery-link .link__title a,.slide-footer-next .next-gallery-link h5 a {
+ color: #3b3e41;
+ font-family: Playfair Display,serif;
+ font-size: 20px;
+ font-weight: 700;
+ letter-spacing: .04545em;
+ line-height: 26px
+}
+
+.slide-footer-next .next-gallery-link .fa-chevron-right {
+ font-size: 12px;
+ vertical-align: bottom
+}
+
+.slide-footer-next .arrow-link {
+ display: inline-block;
+ font-size: 16px;
+ padding-left: 0;
+ text-indent: 0
+}
+
+@media(max-width: 80em) {
+ .wap-slideshow-page .wap-slideshow .item .item-image {
+ margin-top:40px;
+ max-width: 450px
+ }
+
+ .wap-slideshow-page .wap-slideshow .item img {
+ max-height: 300px
+ }
+
+ .slide-footer-next .next-gallery-link .link__title a,.slide-footer-next .next-gallery-link h5 a {
+ font-size: 18px;
+ line-height: 24px
+ }
+}
+
+@media(max-width: 60em) {
+ .wap-slideshow-page .section-title {
+ letter-spacing:1px;
+ line-height: 22px
+ }
+
+ .wap-slideshow-page .slide-ad .abl-m320-t728-d728 {
+ height: 50px;
+ width: 320px
+ }
+
+ .wap-slideshow-page .wap-slideshow .arrow-containers {
+ margin: 26px auto 20px;
+ width: 100%
+ }
+
+ .wap-slideshow-page .wap-slideshow .slick-prev {
+ left: 7px
+ }
+
+ .wap-slideshow-page .wap-slideshow .slick-next {
+ right: 7px
+ }
+
+ .wap-slideshow-page .wap-slideshow .item h5 {
+ text-align: left
+ }
+
+ .wap-slideshow-page .wap-slideshow .item h5 a {
+ font-size: 1.3em;
+ line-height: 1.2em
+ }
+
+ .wap-slideshow-page .wap-slideshow .item h5 a .current-slide-number {
+ font-size: 1.3em
+ }
+
+ .wap-slideshow-page .wap-slideshow .item .item-image {
+ max-width: 362px
+ }
+
+ .wap-slideshow-page .wap-slideshow .item img {
+ max-height: 242px
+ }
+
+ .wap-slideshow-page .slide-footer-meta .page-of-pages {
+ line-height: 24px
+ }
+
+ .wap-slideshow-page .slide-footer-meta .arrow-containers {
+ margin: -5px 0 0;
+ width: 88px
+ }
+}
+
+@media(max-width: 47.9375em) {
+ .wap-slideshow-page .lr-cols-area {
+ margin-top:20px
+ }
+
+ .wap-slideshow-page .wap-slideshow {
+ padding: 0
+ }
+
+ .wap-slideshow-page .wap-slideshow .item .current-slide-number,.wap-slideshow-page .wap-slideshow .item .slide-header-title,.wap-slideshow-page .wap-slideshow .item h5 a {
+ font-size: 1.3em;
+ line-height: 1.2em
+ }
+
+ .wap-slideshow-page .wap-slideshow .arrow-containers {
+ margin: 26px auto;
+ width: 100%
+ }
+
+ .wap-slideshow-page .section-title {
+ letter-spacing: 1px
+ }
+
+ .wap-slideshow-page .slideshow-title {
+ font-size: 36px;
+ letter-spacing: 1px;
+ line-height: 42px
+ }
+
+ .wap-slideshow-page .slideshow-dek {
+ font-size: 22px;
+ letter-spacing: 1px;
+ line-height: 28px;
+ padding-bottom: 0
+ }
+
+ .wap-slideshow-page .slide-footer-meta .page-of-pages {
+ line-height: 24px
+ }
+
+ .wap-slideshow-page .slide-footer-meta .arrow-containers {
+ margin: -5px 0 0;
+ width: 88px
+ }
+
+ .wap-slideshow-page .wap-slideshow .item .item-image {
+ max-width: 345px
+ }
+
+ .wap-slideshow-page .wap-slideshow .item img {
+ max-height: 230px
+ }
+
+ .slide-footer-next .next-gallery-img {
+ width: 95px
+ }
+
+ .slide-footer-next .next-gallery-img img {
+ height: 60px;
+ width: 80px
+ }
+
+ .slide-footer-next .arrow-link {
+ font-size: 14px
+ }
+
+ .slide-footer-next .next-gallery-link .link__title a,.slide-footer-next .next-gallery-link h5 a {
+ font-size: 15px;
+ line-height: 18px
+ }
+}
+
+@media(max-width: 320px) {
+ .wap-slideshow-page .wap-slideshow .item .item-image {
+ max-width:290px
+ }
+
+ .wap-slideshow-page .wap-slideshow .item img {
+ max-height: 193px
+ }
+}
+
+.item .next-arrow-content,.item .next-arrow-content-btm {
+ display: block;
+ font-size: 16px;
+ pointer-events: none;
+ position: absolute;
+ right: 0;
+ top: 0
+}
+
+.item .next-arrow-content+button,.item .next-arrow-content-btm+button {
+ display: none!important
+}
+
+.item .next-arrow-content .exclusive-hit-area,.item .next-arrow-content .exclusive-hit-area-btm,.item .next-arrow-content-btm .exclusive-hit-area,.item .next-arrow-content-btm .exclusive-hit-area-btm {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/wap/wap-slideshow-arrows.png);
+ background-position: -40px -2px;
+ display: block;
+ height: 32px;
+ pointer-events: all;
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 32px;
+ z-index: 2!important
+}
+
+.item .next-arrow-content .exclusive-hit-area-btm.hover,.item .next-arrow-content .exclusive-hit-area-btm:hover,.item .next-arrow-content .exclusive-hit-area.hover,.item .next-arrow-content .exclusive-hit-area:hover,.item .next-arrow-content-btm .exclusive-hit-area-btm.hover,.item .next-arrow-content-btm .exclusive-hit-area-btm:hover,.item .next-arrow-content-btm .exclusive-hit-area.hover,.item .next-arrow-content-btm .exclusive-hit-area:hover {
+ background-position: -40px -42px
+}
+
+.item .next-arrow-content .exclusive-hit-area-btm.hover+div,.item .next-arrow-content .exclusive-hit-area-btm:hover+div,.item .next-arrow-content .exclusive-hit-area.hover+div,.item .next-arrow-content .exclusive-hit-area:hover+div,.item .next-arrow-content-btm .exclusive-hit-area-btm.hover+div,.item .next-arrow-content-btm .exclusive-hit-area-btm:hover+div,.item .next-arrow-content-btm .exclusive-hit-area.hover+div,.item .next-arrow-content-btm .exclusive-hit-area:hover+div {
+ z-index: 1
+}
+
+.item .next-arrow-content .exclusive-hit-area-btm.hover:before,.item .next-arrow-content .exclusive-hit-area-btm:hover:before,.item .next-arrow-content .exclusive-hit-area.hover:before,.item .next-arrow-content .exclusive-hit-area:hover:before,.item .next-arrow-content-btm .exclusive-hit-area-btm.hover:before,.item .next-arrow-content-btm .exclusive-hit-area-btm:hover:before,.item .next-arrow-content-btm .exclusive-hit-area.hover:before,.item .next-arrow-content-btm .exclusive-hit-area:hover:before {
+ content: "";
+ display: block;
+ font-size: 16px;
+ height: 7em;
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 16.875em
+}
+
+.item .next-arrow-content .exclusive-hit-area-btm.hover+div.wrap,.item .next-arrow-content .exclusive-hit-area-btm:hover+div.wrap,.item .next-arrow-content .exclusive-hit-area.hover+div.wrap,.item .next-arrow-content .exclusive-hit-area:hover+div.wrap,.item .next-arrow-content-btm .exclusive-hit-area-btm.hover+div.wrap,.item .next-arrow-content-btm .exclusive-hit-area-btm:hover+div.wrap,.item .next-arrow-content-btm .exclusive-hit-area.hover+div.wrap,.item .next-arrow-content-btm .exclusive-hit-area:hover+div.wrap {
+ box-shadow: 0 0 4px 0 rgba(0,0,0,.2)!important;
+ display: block;
+ opacity: 1!important
+}
+
+.item .next-arrow-content .wrap,.item .next-arrow-content-btm .wrap {
+ background-color: #f4f4f4;
+ display: none;
+ margin-right: -7px;
+ margin-top: -.375em;
+ opacity: 0;
+ overflow: hidden;
+ position: relative;
+ transition: opacity .4s;
+ width: 16.875em
+}
+
+.item .next-arrow-content .wrap .up-next,.item .next-arrow-content-btm .wrap .up-next {
+ color: #ae0015;
+ display: block;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .875em;
+ letter-spacing: .107em;
+ line-height: 2.286;
+ margin-bottom: -.188em;
+ margin-top: .375em;
+ padding-right: 3.3em;
+ text-align: right;
+ text-transform: uppercase
+}
+
+.item .next-arrow-content .wrap .inner-wrap,.item .next-arrow-content-btm .wrap .inner-wrap {
+ border-top: 1px solid #dadada;
+ height: 62px;
+ margin: .5em;
+ overflow: hidden;
+ padding-top: .5em
+}
+
+.item .next-arrow-content .wrap img,.item .next-arrow-content-btm .wrap img {
+ float: left;
+ height: 60px;
+ margin-right: 10px;
+ width: 80px
+}
+
+.item .next-arrow-content .wrap p,.item .next-arrow-content-btm .wrap p {
+ clear: none;
+ font-family: Playfair Display,serif;
+ font-size: .875em;
+ font-weight: 700;
+ letter-spacing: .05em;
+ line-height: 1.1em
+}
+
+.item .next-arrow-content-btm .wrap {
+ margin-top: -80px
+}
+
+.item .next-arrow-content-btm .wrap div:first-child {
+ border-bottom: 1px solid #dadada;
+ border-top: 0;
+ padding-bottom: .5em;
+ padding-top: 0
+}
+
+.item .next-arrow-content-btm .wrap .up-next {
+ padding-bottom: 8px
+}
+
+@media(max-width: 60em) {
+ .item .next-arrow-content,.item .next-arrow-content-btm {
+ right:7px
+ }
+}
+
+.item .next-arrow-content-btm .wrap {
+ margin-top: -86px
+}
+
+.item .next-arrow-content-btm .wrap p {
+ min-height: 60px
+}
+
+.item .next-arrow-content-btm .wrap .up-next {
+ font-weight: 600
+}
+
+.item .next-arrow-content-btm {
+ margin-top: -88px;
+ min-height: 90px
+}
+
+.item .next-arrow-content-btm .wrap {
+ margin-top: 0
+}
+
+.item .next-arrow-content-btm .exclusive-hit-area-btm {
+ margin-top: 88px
+}
+
+.item .next-arrow-content-btm {
+ cursor: pointer;
+ pointer-events: auto!important
+}
+
+.item .next-arrow-content-btm .wrap,.item .next-arrow-content-btm .wrap * {
+ pointer-events: none!important
+}
+
+@media(min-width: 768px) {
+ .wap-slideshow-page .outer-container {
+ overflow:visible
+ }
+}
+
+@media(min-width: 992px) {
+ .wap-slideshow-page .outer-container {
+ overflow:visible
+ }
+}
+
+.wap-hero-gallery {
+ max-width: 100%;
+ padding: 0
+}
+
+.wap-hero-gallery .home-top-creative-cont {
+ background-color: hsla(0,0%,96%,.9);
+ box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
+ position: relative;
+ z-index: 3
+}
+
+#hero-gallery .lr-cols-area {
+ margin: -128px 0 0;
+ position: relative
+}
+
+#hero-gallery .slide-ad {
+ margin: 0 auto;
+ padding: 20px 0 30px
+}
+
+#hero-gallery .univ-title-container {
+ background-image: linear-gradient(180deg,#108abe,#47b7ca);
+ margin: 0;
+ padding: 142px 0 20px;
+ position: relative;
+ text-align: center;
+ z-index: 1
+}
+
+#hero-gallery .gallery-title {
+ color: #fff;
+ font-family: Playfair Display,serif;
+ font-size: 50px;
+ font-weight: 400;
+ letter-spacing: 1px;
+ line-height: 1.35;
+ margin: 0 0 12px;
+ text-align: center
+}
+
+#hero-gallery .gallery-dek {
+ color: #fff;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 24px;
+ font-weight: 400;
+ letter-spacing: .5px;
+ margin-bottom: 15px;
+ text-align: center
+}
+
+#hero-gallery .wap-slideshow {
+ box-shadow: 0 -2px 4px 0 rgba(0,0,0,.2);
+ padding: 0;
+ position: relative;
+ z-index: 2
+}
+
+#hero-gallery .wap-slideshow .item {
+ float: none;
+ padding-top: 0
+}
+
+#hero-gallery .wap-slideshow .item-image {
+ margin: 0 auto;
+ max-width: 870px;
+ position: relative
+}
+
+#hero-gallery .wap-slideshow img {
+ background-color: #ccc;
+ border: 0;
+ height: auto
+}
+
+#hero-gallery .wap-slideshow .lazyload-container {
+ background-color: #ccc;
+ max-width: 870px
+}
+
+#hero-gallery .wap-slideshow .text-content {
+ box-sizing: border-box;
+ margin: 20px auto 0;
+ max-width: 750px;
+ padding: 0
+}
+
+#hero-gallery .wap-slideshow .text-content p {
+ font-size: 18px
+}
+
+#hero-gallery .last-slide .text-content p:last-child {
+ padding-bottom: 30px
+}
+
+#hero-gallery .asset-credit {
+ float: none
+}
+
+#hero-gallery .asset-credit span {
+ color: #fff;
+ display: block;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 14px;
+ margin-bottom: 10px;
+ opacity: .6;
+ padding-right: 5px
+}
+
+#hero-gallery .slide-header {
+ bottom: 30px;
+ position: absolute
+}
+
+#hero-gallery .slide-header-content {
+ background-color: transparent;
+ padding: 0;
+ position: relative
+}
+
+#hero-gallery .slide-counter {
+ color: #9fcee7;
+ display: inline-block;
+ font-family: Playfair Display,serif;
+ font-size: 74px;
+ height: 50px;
+ letter-spacing: 1.1px;
+ line-height: 50px;
+ padding: 0 20px;
+ position: relative;
+ position: absolute;
+ text-align: left;
+ top: -50px;
+ z-index: 3
+}
+
+#hero-gallery .slide-slash {
+ font-size: 55px
+}
+
+#hero-gallery .slide-title {
+ font-family: Playfair Display,serif;
+ font-size: 124px;
+ letter-spacing: .4px;
+ line-height: 1;
+ padding-bottom: 20px;
+ padding-right: 16px;
+ position: relative;
+ text-align: left;
+ z-index: 2
+}
+
+#hero-gallery .slide-item {
+ padding-top: 40px
+}
+
+#hero-gallery .slide-item:last-child {
+ margin-bottom: 23px;
+ padding-bottom: 23px
+}
+
+#hero-gallery blockquote {
+ border-left: 1px solid #375c71;
+ margin: 5px auto 30px;
+ padding-left: 20px;
+ position: relative;
+ width: 80%
+}
+
+#hero-gallery blockquote p {
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-weight: 600;
+ margin-bottom: 20px;
+ padding: 0
+}
+
+#hero-gallery blockquote .floating-bdr {
+ background: #375c71;
+ display: block;
+ height: 1px;
+ margin: 0 auto;
+ max-width: 94px;
+ width: 100%
+}
+
+#hero-gallery .slide-item:nth-child(odd) .slide-header {
+ left: 0
+}
+
+#hero-gallery .slide-item:nth-child(odd) .slide-counter {
+ left: 150px
+}
+
+#hero-gallery .slide-item:nth-child(odd) .slide-title {
+ padding-left: 60px
+}
+
+#hero-gallery .slide-item:nth-child(2n) .slide-header {
+ right: -1px
+}
+
+#hero-gallery .slide-item:nth-child(2n) .slide-counter {
+ right: 60px
+}
+
+#hero-gallery .slide-item:nth-child(2n) .slide-title {
+ padding-left: 20px;
+ padding-right: 30px
+}
+
+#hero-gallery .feminism,#hero-gallery .slide-1 {
+ background-color: #f51b77
+}
+
+#hero-gallery .feminism .slide-counter,#hero-gallery .feminism .slide-title,#hero-gallery .slide-1 .slide-counter,#hero-gallery .slide-1 .slide-title {
+ background-color: rgba(245,27,119,.9)
+}
+
+#hero-gallery .feminism .slide-title,#hero-gallery .slide-1 .slide-title {
+ color: #fff
+}
+
+#hero-gallery .feminism .text-content p,#hero-gallery .slide-1 .text-content p {
+ color: #eee
+}
+
+#hero-gallery .feminism .text-content a,#hero-gallery .slide-1 .text-content a {
+ color: #eee;
+ text-decoration: underline
+}
+
+#hero-gallery .feminism .asset-credit span,#hero-gallery .slide-1 .asset-credit span {
+ color: #eee
+}
+
+#hero-gallery .feminism .asset-credit a,#hero-gallery .slide-1 .asset-credit a {
+ color: #eee;
+ text-decoration: none
+}
+
+#hero-gallery .feminism blockquote,#hero-gallery .slide-1 blockquote {
+ border-left: 1px solid #eee
+}
+
+#hero-gallery .feminism blockquote .floating-bdr,#hero-gallery .slide-1 blockquote .floating-bdr {
+ background: #eee
+}
+
+#hero-gallery .complicit,#hero-gallery .slide-2 {
+ background-color: #f5dacc
+}
+
+#hero-gallery .complicit .slide-counter,#hero-gallery .complicit .slide-title,#hero-gallery .slide-2 .slide-counter,#hero-gallery .slide-2 .slide-title {
+ background-color: hsla(20,67%,88%,.9)
+}
+
+#hero-gallery .complicit .slide-title,#hero-gallery .slide-2 .slide-title {
+ color: #2b598c
+}
+
+#hero-gallery .complicit .text-content p,#hero-gallery .slide-2 .text-content p {
+ color: #3b3e41
+}
+
+#hero-gallery .complicit .text-content a,#hero-gallery .slide-2 .text-content a {
+ color: #3b3e41;
+ text-decoration: underline
+}
+
+#hero-gallery .complicit .asset-credit span,#hero-gallery .slide-2 .asset-credit span {
+ color: #3b3e41
+}
+
+#hero-gallery .complicit .asset-credit a,#hero-gallery .slide-2 .asset-credit a {
+ color: #3b3e41;
+ text-decoration: none
+}
+
+#hero-gallery .complicit blockquote,#hero-gallery .slide-2 blockquote {
+ border-left: 1px solid #3b3e41
+}
+
+#hero-gallery .complicit blockquote .floating-bdr,#hero-gallery .slide-2 blockquote .floating-bdr {
+ background: #3b3e41
+}
+
+#hero-gallery .recuse,#hero-gallery .slide-3 {
+ background-color: #2f3367
+}
+
+#hero-gallery .recuse .slide-counter,#hero-gallery .recuse .slide-title,#hero-gallery .slide-3 .slide-counter,#hero-gallery .slide-3 .slide-title {
+ background-color: rgba(47,51,103,.9)
+}
+
+#hero-gallery .recuse .slide-title,#hero-gallery .slide-3 .slide-title {
+ color: #cee7ff
+}
+
+#hero-gallery .recuse .text-content p,#hero-gallery .slide-3 .text-content p {
+ color: #eee
+}
+
+#hero-gallery .recuse .text-content a,#hero-gallery .slide-3 .text-content a {
+ color: #eee;
+ text-decoration: underline
+}
+
+#hero-gallery .recuse .asset-credit span,#hero-gallery .slide-3 .asset-credit span {
+ color: #eee
+}
+
+#hero-gallery .recuse .asset-credit a,#hero-gallery .slide-3 .asset-credit a {
+ color: #eee;
+ text-decoration: none
+}
+
+#hero-gallery .recuse blockquote,#hero-gallery .slide-3 blockquote {
+ border-left: 1px solid #eee
+}
+
+#hero-gallery .recuse blockquote .floating-bdr,#hero-gallery .slide-3 blockquote .floating-bdr {
+ background: #eee
+}
+
+#hero-gallery .empathy,#hero-gallery .slide-4 {
+ background-color: #c9aa61
+}
+
+#hero-gallery .empathy .slide-counter,#hero-gallery .empathy .slide-title,#hero-gallery .slide-4 .slide-counter,#hero-gallery .slide-4 .slide-title {
+ background-color: rgba(201,170,97,.9)
+}
+
+#hero-gallery .empathy .slide-title,#hero-gallery .slide-4 .slide-title {
+ color: #433002
+}
+
+#hero-gallery .empathy .text-content p,#hero-gallery .slide-4 .text-content p {
+ color: #3b3e41
+}
+
+#hero-gallery .empathy .text-content a,#hero-gallery .slide-4 .text-content a {
+ color: #3b3e41;
+ text-decoration: underline
+}
+
+#hero-gallery .empathy .asset-credit span,#hero-gallery .slide-4 .asset-credit span {
+ color: #3b3e41
+}
+
+#hero-gallery .empathy .asset-credit a,#hero-gallery .slide-4 .asset-credit a {
+ color: #3b3e41;
+ text-decoration: none
+}
+
+#hero-gallery .empathy blockquote,#hero-gallery .slide-4 blockquote {
+ border-left: 1px solid #3b3e41
+}
+
+#hero-gallery .empathy blockquote .floating-bdr,#hero-gallery .slide-4 blockquote .floating-bdr {
+ background: #3b3e41
+}
+
+#hero-gallery .dotard,#hero-gallery .slide-5 {
+ background-color: #8c0000
+}
+
+#hero-gallery .dotard .slide-counter,#hero-gallery .dotard .slide-title,#hero-gallery .slide-5 .slide-counter,#hero-gallery .slide-5 .slide-title {
+ background-color: rgba(140,0,0,.9)
+}
+
+#hero-gallery .dotard .slide-title,#hero-gallery .slide-5 .slide-title {
+ color: #cdcdcd
+}
+
+#hero-gallery .dotard .text-content p,#hero-gallery .slide-5 .text-content p {
+ color: #eee
+}
+
+#hero-gallery .dotard .text-content a,#hero-gallery .slide-5 .text-content a {
+ color: #eee;
+ text-decoration: underline
+}
+
+#hero-gallery .dotard .asset-credit span,#hero-gallery .slide-5 .asset-credit span {
+ color: #eee
+}
+
+#hero-gallery .dotard .asset-credit a,#hero-gallery .slide-5 .asset-credit a {
+ color: #eee;
+ text-decoration: none
+}
+
+#hero-gallery .dotard blockquote,#hero-gallery .slide-5 blockquote {
+ border-left: 1px solid #eee
+}
+
+#hero-gallery .dotard blockquote .floating-bdr,#hero-gallery .slide-5 blockquote .floating-bdr {
+ background: #eee
+}
+
+#hero-gallery .slide-6,#hero-gallery .syzygy {
+ background-color: #141427
+}
+
+#hero-gallery .slide-6 .slide-counter,#hero-gallery .slide-6 .slide-title,#hero-gallery .syzygy .slide-counter,#hero-gallery .syzygy .slide-title {
+ background-color: rgba(20,20,39,.9)
+}
+
+#hero-gallery .slide-6 .slide-title,#hero-gallery .syzygy .slide-title {
+ color: #6363ed
+}
+
+#hero-gallery .slide-6 .text-content p,#hero-gallery .syzygy .text-content p {
+ color: #eee
+}
+
+#hero-gallery .slide-6 .text-content a,#hero-gallery .syzygy .text-content a {
+ color: #eee;
+ text-decoration: underline
+}
+
+#hero-gallery .slide-6 .asset-credit span,#hero-gallery .syzygy .asset-credit span {
+ color: #eee
+}
+
+#hero-gallery .slide-6 .asset-credit a,#hero-gallery .syzygy .asset-credit a {
+ color: #eee;
+ text-decoration: none
+}
+
+#hero-gallery .slide-6 blockquote,#hero-gallery .syzygy blockquote {
+ border-left: 1px solid #eee
+}
+
+#hero-gallery .slide-6 blockquote .floating-bdr,#hero-gallery .syzygy blockquote .floating-bdr {
+ background: #eee
+}
+
+#hero-gallery .gyro,#hero-gallery .slide-7 {
+ background-color: #9aa038
+}
+
+#hero-gallery .gyro .slide-counter,#hero-gallery .gyro .slide-title,#hero-gallery .slide-7 .slide-counter,#hero-gallery .slide-7 .slide-title {
+ background-color: rgba(154,160,56,.9)
+}
+
+#hero-gallery .gyro .slide-title,#hero-gallery .slide-7 .slide-title {
+ color: #2e4a01
+}
+
+#hero-gallery .gyro .text-content p,#hero-gallery .slide-7 .text-content p {
+ color: #3b3e41
+}
+
+#hero-gallery .gyro .text-content a,#hero-gallery .slide-7 .text-content a {
+ color: #3b3e41;
+ text-decoration: underline
+}
+
+#hero-gallery .gyro .asset-credit span,#hero-gallery .slide-7 .asset-credit span {
+ color: #3b3e41
+}
+
+#hero-gallery .gyro .asset-credit a,#hero-gallery .slide-7 .asset-credit a {
+ color: #3b3e41;
+ text-decoration: none
+}
+
+#hero-gallery .gyro blockquote,#hero-gallery .slide-7 blockquote {
+ border-left: 1px solid #3b3e41
+}
+
+#hero-gallery .gyro blockquote .floating-bdr,#hero-gallery .slide-7 blockquote .floating-bdr {
+ background: #3b3e41
+}
+
+#hero-gallery .federalism,#hero-gallery .slide-8 {
+ background-color: #4bb5b4
+}
+
+#hero-gallery .federalism .slide-counter,#hero-gallery .federalism .slide-title,#hero-gallery .slide-8 .slide-counter,#hero-gallery .slide-8 .slide-title {
+ background-color: rgba(75,181,180,.9)
+}
+
+#hero-gallery .federalism .slide-title,#hero-gallery .slide-8 .slide-title {
+ color: #114135
+}
+
+#hero-gallery .federalism .text-content p,#hero-gallery .slide-8 .text-content p {
+ color: #3b3e41
+}
+
+#hero-gallery .federalism .text-content a,#hero-gallery .slide-8 .text-content a {
+ color: #3b3e41;
+ text-decoration: underline
+}
+
+#hero-gallery .federalism .asset-credit span,#hero-gallery .slide-8 .asset-credit span {
+ color: #3b3e41
+}
+
+#hero-gallery .federalism .asset-credit a,#hero-gallery .slide-8 .asset-credit a {
+ color: #3b3e41;
+ text-decoration: none
+}
+
+#hero-gallery .federalism blockquote,#hero-gallery .slide-8 blockquote {
+ border-left: 1px solid #3b3e41
+}
+
+#hero-gallery .federalism blockquote .floating-bdr,#hero-gallery .slide-8 blockquote .floating-bdr {
+ background: #3b3e41
+}
+
+#hero-gallery .hurricane,#hero-gallery .slide-9 {
+ background-color: #3f6f8c
+}
+
+#hero-gallery .hurricane .slide-counter,#hero-gallery .hurricane .slide-title,#hero-gallery .slide-9 .slide-counter,#hero-gallery .slide-9 .slide-title {
+ background-color: rgba(63,111,140,.9)
+}
+
+#hero-gallery .hurricane .slide-title,#hero-gallery .slide-9 .slide-title {
+ color: #001f40
+}
+
+#hero-gallery .hurricane .text-content p,#hero-gallery .slide-9 .text-content p {
+ color: #eee
+}
+
+#hero-gallery .hurricane .text-content a,#hero-gallery .slide-9 .text-content a {
+ color: #eee;
+ text-decoration: underline
+}
+
+#hero-gallery .hurricane .asset-credit span,#hero-gallery .slide-9 .asset-credit span {
+ color: #eee
+}
+
+#hero-gallery .hurricane .asset-credit a,#hero-gallery .slide-9 .asset-credit a {
+ color: #eee;
+ text-decoration: none
+}
+
+#hero-gallery .hurricane blockquote,#hero-gallery .slide-9 blockquote {
+ border-left: 1px solid #eee
+}
+
+#hero-gallery .hurricane blockquote .floating-bdr,#hero-gallery .slide-9 blockquote .floating-bdr {
+ background: #eee
+}
+
+#hero-gallery .gaffe,#hero-gallery .slide-10 {
+ background-color: #f1d591
+}
+
+#hero-gallery .gaffe .slide-counter,#hero-gallery .gaffe .slide-title,#hero-gallery .slide-10 .slide-counter,#hero-gallery .slide-10 .slide-title {
+ background-color: hsla(43,77%,76%,.9)
+}
+
+#hero-gallery .gaffe .slide-title,#hero-gallery .slide-10 .slide-title {
+ color: #424039
+}
+
+#hero-gallery .gaffe .text-content p,#hero-gallery .slide-10 .text-content p {
+ color: #3b3e41
+}
+
+#hero-gallery .gaffe .text-content a,#hero-gallery .slide-10 .text-content a {
+ color: #3b3e41;
+ text-decoration: underline
+}
+
+#hero-gallery .gaffe .asset-credit span,#hero-gallery .slide-10 .asset-credit span {
+ color: #3b3e41
+}
+
+#hero-gallery .gaffe .asset-credit a,#hero-gallery .slide-10 .asset-credit a {
+ color: #3b3e41;
+ text-decoration: none
+}
+
+#hero-gallery .gaffe blockquote,#hero-gallery .slide-10 blockquote {
+ border-left: 1px solid #3b3e41
+}
+
+#hero-gallery .gaffe blockquote .floating-bdr,#hero-gallery .slide-10 blockquote .floating-bdr {
+ background: #3b3e41
+}
+
+#hero-gallery .slide-6 .slide-counter,#hero-gallery .slide-8 .slide-counter {
+ line-height: 70px
+}
+
+#hero-gallery .social-share {
+ margin: 20px auto 0;
+ text-align: center;
+ width: 100%
+}
+
+#hero-gallery .social-share li {
+ display: inline-block;
+ margin: 0 8px
+}
+
+#hero-gallery .social-share .sticky-icon {
+ background-color: hsla(0,0%,100%,.8);
+ border: 1px solid #ae0015;
+ border-radius: 50%;
+ box-sizing: border-box;
+ height: 37px;
+ text-indent: -1000px;
+ width: 37px
+}
+
+#hero-gallery .social-share .sticky-icon:hover {
+ background-color: #ae0015
+}
+
+#hero-gallery .social-share .fb {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/icon-fb.svg);
+ background-position: 50%;
+ background-size: 10px 17px
+}
+
+#hero-gallery .social-share .fb:hover {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/icon-fb-hover.svg)
+}
+
+#hero-gallery .social-share .twitter {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/icon-twitter.svg);
+ background-position: 50%;
+ background-size: 18px 15px
+}
+
+#hero-gallery .social-share .twitter:hover {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/icon-twitter-hover.svg)
+}
+
+.full-cnt .bottom-content {
+ margin: 0 auto;
+ max-width: 1136px
+}
+
+.wap-hero-gallery .latest-posts {
+ text-align: left
+}
+
+@media(max-width: 767px) {
+ .wap-hero-gallery .bottom-content {
+ margin-left:.9375em;
+ margin-right: .9375em
+ }
+
+ .wap-hero-gallery #subscribe-unabridged {
+ margin-top: 0
+ }
+
+ #hero-gallery .univ-title-container {
+ padding-top: 146px
+ }
+
+ #hero-gallery .gallery-title {
+ font-size: 34px;
+ letter-spacing: .4px;
+ line-height: 1.18;
+ margin-bottom: 6px
+ }
+
+ #hero-gallery .gallery-dek {
+ font-size: 22px;
+ line-height: 1.27;
+ margin-bottom: 6px
+ }
+
+ #hero-gallery .wap-slideshow .slide-item {
+ padding-top: 0
+ }
+
+ #hero-gallery .wap-slideshow .text-content {
+ margin-top: 0;
+ padding: 15px
+ }
+
+ #hero-gallery .wap-slideshow .asset-credit span {
+ font-size: 12px
+ }
+
+ #hero-gallery .wap-slideshow .slide-header {
+ bottom: 0;
+ padding: 40px 13px 0;
+ position: relative
+ }
+
+ #hero-gallery .wap-slideshow .slide-counter {
+ background-color: transparent!important;
+ font-size: 46px;
+ height: auto!important;
+ left: 45px!important;
+ letter-spacing: .9px;
+ margin: 0;
+ padding: 0!important;
+ position: absolute;
+ top: -40px
+ }
+
+ #hero-gallery .wap-slideshow .slide-slash {
+ font-size: 35px
+ }
+
+ #hero-gallery .wap-slideshow .slide-title {
+ background-color: transparent!important;
+ display: block;
+ font-size: 70px;
+ height: auto;
+ letter-spacing: -.4px;
+ line-height: 1;
+ margin: 0;
+ padding: 13px 0 0;
+ padding: 0!important;
+ width: 100%
+ }
+
+ #hero-gallery .slide-ad {
+ padding-top: 0
+ }
+
+ #hero-gallery .slide-6 .slide-counter,#hero-gallery .slide-8 .slide-counter {
+ line-height: 50px
+ }
+}
+
+.wap-article-page .arrow-containers .slick-arrow,.wap-slideshow-page .arrow-containers .slick-arrow {
+ overflow: hidden
+}
+
+.wap-article-page .wap-article .text-content h3,.wap-article-page .wap-slideshow .text-content h3,.wap-slideshow-page .wap-article .text-content h3,.wap-slideshow-page .wap-slideshow .text-content h3 {
+ color: #375c71;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 22px;
+ font-weight: 600;
+ letter-spacing: 1px;
+ line-height: 27px
+}
+
+.wap-landing .main-popular .wrap a p,.wap-landing .plain-list>div a p,.wap-landing .populars-list .wrap a p,.wap-landing .wap-carousel.card-box a p {
+ font-family: Playfair Display,serif;
+ font-weight: 700
+}
+
+.wap-landing .wap-landing .plain-list div div>p a {
+ color: inherit;
+ font-family: inherit;
+ font-size: 1.25em;
+ letter-spacing: inherit;
+ line-height: inherit;
+ text-align: inherit
+}
+
+.wap-landing .main-popular .wrap a,.wap-landing .plain-list>div a,.wap-landing wap-carousel.card-box a {
+ color: inherit;
+ font-family: inherit;
+ font-weight: inherit;
+ letter-spacing: inherit;
+ line-height: inherit;
+ text-align: inherit
+}
+
+.wap-article-page .main-popular .wrap a p,.wap-article-page .plain-list>div a p,.wap-article-page .populars-list .wrap a p,.wap-article-page .wap-slideshow.card-box a p,.wap-slideshow-page .main-popular .wrap a p,.wap-slideshow-page .plain-list>div a p,.wap-slideshow-page .populars-list .wrap a p,.wap-slideshow-page .wap-slideshow.card-box a p {
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-weight: 700
+}
+
+.wap-article-page .wap-landing .plain-list div div>p a,.wap-slideshow-page .wap-landing .plain-list div div>p a {
+ color: inherit;
+ font-family: inherit;
+ font-size: 1.25em;
+ letter-spacing: inherit;
+ line-height: inherit;
+ text-align: inherit
+}
+
+.wap-article-page div.text-content div p,.wap-slideshow-page div.text-content div p {
+ border: 1px solid red;
+ font-size: 1.25em
+}
+
+.wap-slideshow-page .wap-slideshow .item .text-content p {
+ margin-bottom: 0;
+ padding-bottom: 20px
+}
+
+.wap-slideshow-page .wap-slideshow .item .text-content blockquote {
+ margin: 0 auto 20px;
+ width: 90%
+}
+
+.wap-slideshow-page .wap-slideshow .item .text-content blockquote p {
+ padding: 0 0 20px
+}
+
+.wap-slideshow-page .wap-slideshow .item .text-content blockquote p:last-child {
+ padding-bottom: 0
+}
+
+.wap-slideshow-page .wap-slideshow .item .item-image {
+ margin: 0 auto
+}
+
+.wap-slideshow-page .wap-slideshow .item .slide-header-title-container {
+ margin-bottom: 10px
+}
+
+.wap-slideshow-page .wap-slideshow.long-scroll .item {
+ padding: 20px 0
+}
+
+.embedded-content.embed-block {
+ display: block
+}
+
+.embedded-content.embed-inline {
+ display: inline-block!important
+}
+
+.embedded-content.embed-block.align-left {
+ text-align: left!important
+}
+
+.embedded-content.embed-block.align-right {
+ text-align: right!important
+}
+
+.embedded-content.embed-inline.align-left {
+ float: left!important;
+ margin-right: 15px!important
+}
+
+.embedded-content.embed-inline.align-right {
+ float: right!important;
+ margin-left: 15px!important
+}
+
+.embedded-content.embed-inline.align-left,.embedded-content.embed-inline.align-right {
+ max-width: 33%
+}
+
+.embedded-content.embed-inline .photo-credit span {
+ font-family: Open Sans,Helvetica,Arial,sans-serif!important;
+ font-size: 12px!important;
+ font-weight: 400!important;
+ line-height: 15px!important
+}
+
+.wap-article p:after {
+ clear: both!important;
+ content: ""!important;
+ display: block!important
+}
+
+.share-icons h2,.share-icons__header {
+ margin-bottom: 15px
+}
+
+.share-icons .ul-icon.fb.share-link,.share-icons .ul-icon.twitter.share-link {
+ margin-right: 16px
+}
+
+.share-icons .ul-icon.fb.share-link svg .logo,.share-icons .ul-icon.fb.share-link svg .outline,.share-icons .ul-icon.twitter.share-link svg .logo,.share-icons .ul-icon.twitter.share-link svg .outline {
+ fill: #265667
+}
+
+.share-icons .ul-icon.fb.share-link.hoverable svg:hover,.share-icons .ul-icon.twitter.share-link.hoverable svg:hover {
+ background: #0f3850;
+ border: 1px solid #0f3850;
+ border-radius: 25px;
+ cursor: pointer
+}
+
+.share-icons .ul-icon.fb.share-link.hoverable svg:hover .outline,.share-icons .ul-icon.twitter.share-link.hoverable svg:hover .outline {
+ fill: #0f3850
+}
+
+.share-icons .ul-icon.fb.share-link.hoverable svg:hover .logo,.share-icons .ul-icon.twitter.share-link.hoverable svg:hover .logo {
+ fill: #97bece
+}
+
+@media(max-width: 575px) {
+ .share-icons {
+ margin-top:50px
+ }
+}
+
+.art-social-share {
+ display: inline-block;
+ margin-bottom: 80px;
+ margin-top: 10px
+}
+
+@media(max-width: 767px) {
+ .art-social-share {
+ margin-bottom:60px
+ }
+}
+
+@media(min-width: 961px)and (max-width:1104px) {
+ .leaderboard-description-container {
+ margin-top:1.5em;
+ padding-left: 1.8em
+ }
+
+ .weekly-challenge-area .text-content {
+ margin-top: 1.5em
+ }
+}
+
+@media(max-width: 61em) {
+ .related-content .slick-prev {
+ left:0
+ }
+
+ .related-content .slick-next {
+ right: 0
+ }
+}
+
+@media(max-width: 991px) {
+ .main-container {
+ left:0;
+ transition: left .3s ease-in-out
+ }
+}
+
+@media(max-width: 47.9375em) {
+ .main-wrapper {
+ margin-left:.9375em;
+ margin-right: .9375em;
+ width: auto
+ }
+
+ .inner-box-wrapper>h2:first-child {
+ margin-top: .4em
+ }
+
+ .card-box {
+ float: none;
+ margin: 0 auto 1.25em;
+ min-height: 5em;
+ padding: 24px 11px 7px;
+ width: auto
+ }
+
+ .card-box .word-attributes {
+ font-size: .97em;
+ letter-spacing: .0625em;
+ line-height: 1.1875em;
+ width: 100%
+ }
+
+ .card-box .word-sub-header {
+ margin: 1.3125em 0 1.6875em;
+ width: 100%
+ }
+
+ .card-box .popularity-block span {
+ color: #9b9b9b;
+ font-family: Lato,Open Sans,Helvetica,Arial,sans-serif;
+ font-size: .875em;
+ letter-spacing: .0543em;
+ line-height: 1.0625em
+ }
+
+ .card-box .popularity-block a {
+ color: #618396;
+ font-family: Playfair Display,serif;
+ font-size: .875em;
+ font-style: italic;
+ font-weight: 300;
+ letter-spacing: .0543em;
+ line-height: 1.1875em
+ }
+
+ .card-box .definition-list li:before {
+ content: normal
+ }
+
+ .card-box h2,.card-box h4,.card-box h5 {
+ letter-spacing: .045em;
+ line-height: 1.1875em
+ }
+
+ .card-box h5 {
+ color: #3b3e41;
+ font-size: 1em;
+ margin: .375em 0
+ }
+
+ .card-box a {
+ font-weight: 300;
+ letter-spacing: .0625em
+ }
+
+ .card-box p {
+ font-size: 1em;
+ font-weight: 400;
+ letter-spacing: .05em
+ }
+
+ .card-box .card-primary-content {
+ margin-top: 1em
+ }
+
+ .card-box .large-corner p {
+ bottom: -30px;
+ font-size: 1em;
+ font-weight: 700;
+ line-height: 1.5em
+ }
+
+ .footer-foot {
+ float: left;
+ height: auto;
+ min-height: 105px;
+ width: 100%
+ }
+
+ .article-header-container.wod-article-header .word-header h1,.article-header-container.wod-article-header .word-header h2.word-header-txt {
+ font-size: 40px;
+ letter-spacing: .8px;
+ line-height: 42px;
+ margin-bottom: 11px
+ }
+
+ .article-header-container.wod-article-header .nav-arrow-container {
+ display: inline-block;
+ margin: 2.5em auto 1.875em;
+ max-width: 100px;
+ position: static;
+ width: 100%
+ }
+
+ .article-header-container.wod-article-header .quick-def-box {
+ margin-bottom: 0;
+ margin-top: 1.75em
+ }
+
+ .article-header-container.wod-article-header .quick-def-box .play-pron {
+ vertical-align: text-bottom
+ }
+
+ .article-header-container.wod-article-header .quick-def-box .word-attributes {
+ font-size: 1em;
+ letter-spacing: .0625em;
+ line-height: 1.1875em;
+ width: 100%
+ }
+
+ .more-words-of-day-container .more-wod-items li {
+ text-align: center;
+ width: 100%
+ }
+
+ .see-more-cta-container {
+ margin-bottom: 2.5em
+ }
+
+ .more-words-of-day-container.toggle-box .more-wod-items {
+ height: 24.625em
+ }
+
+ .mobile-fixed-ad {
+ background-color: hsla(0,0%,85%,.4);
+ bottom: 0;
+ height: 50px;
+ margin: 0 auto;
+ max-height: 50px;
+ position: fixed;
+ text-align: center;
+ width: 100%;
+ z-index: 9999
+ }
+}
+
+@media only screen and (-webkit-min-device-pixel-ratio: 1.25),only screen and (min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx) {
+ .search-form-container .search-drop-container:before {
+ background-image:url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/caret-white@2x.png);
+ background-size: contain
+ }
+
+ .footer-mast .mw-logo-section .footer-logo {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/logos/MWLogo-BW@2x.png);
+ background-size: contain
+ }
+
+ .follow-us .social-fb {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/definitions/fb-footer-icon@2x.png)
+ }
+
+ .follow-us .social-tw {
+ background-image: url(https://cdn-icons-png.flaticon.com/512/3669/3669691.png)
+ }
+
+ .follow-us .social-play {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/definitions/gplay-footer-icon@2x.png)
+ }
+
+ .follow-us .social-fb:hover {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/definitions/fb-footer-icon-hover@2x.png)
+ }
+
+ .follow-us .social-tw:hover {
+ background-image: url(https://cdn-icons-png.flaticon.com/512/3669/3669691.png)
+ }
+
+ .follow-us .social-play:hover {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/definitions/gplay-footer-icon-hover@2x.png)
+ }
+
+ .games-play .game-stage .answer-description-block {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/games-play/answer-description-block-bg@2x.png);
+ background-size: 100% 100%
+ }
+
+ .games-play .game-stage .question-gstage__choices .choice.selected .choice-status {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/games-play/play-choice-status@2x.png);
+ background-size: cover
+ }
+
+ .games-play .next-question:after,.games-play .see-results:after {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/games-play/next-question-carat@2x.png);
+ background-size: cover
+ }
+
+ .games-play .result-badge-wrapper {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/games-play/word-games-and-quizzes-badge@2x.png);
+ background-size: cover
+ }
+
+ .wap-slideshow-page .item .arrow-containers .slick-arrow,.wap-slideshow-page .item .arrow-containers a,.wap-slideshow-page .item .next-arrow-btm .slick-arrow,.wap-slideshow-page .item .next-arrow-btm a,.wap-slideshow-page .item .next-arrow-content .slick-arrow,.wap-slideshow-page .item .next-arrow-content a,.wap-slideshow-page .wap-slideshow .arrow-containers .slick-arrow,.wap-slideshow-page .wap-slideshow .arrow-containers a,.wap-slideshow-page .wap-slideshow .next-arrow-btm .slick-arrow,.wap-slideshow-page .wap-slideshow .next-arrow-btm a,.wap-slideshow-page .wap-slideshow .next-arrow-content .slick-arrow,.wap-slideshow-page .wap-slideshow .next-arrow-content a {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/wap/wap-slideshow-arrows@2x.png);
+ background-position: -3px 0;
+ background-size: 70px 105px
+ }
+
+ .wap-slideshow-page .item .arrow-containers .slick-arrow:hover,.wap-slideshow-page .item .arrow-containers a:hover,.wap-slideshow-page .item .next-arrow-btm .slick-arrow:hover,.wap-slideshow-page .item .next-arrow-btm a:hover,.wap-slideshow-page .item .next-arrow-content .slick-arrow:hover,.wap-slideshow-page .item .next-arrow-content a:hover,.wap-slideshow-page .wap-slideshow .arrow-containers .slick-arrow:hover,.wap-slideshow-page .wap-slideshow .arrow-containers a:hover,.wap-slideshow-page .wap-slideshow .next-arrow-btm .slick-arrow:hover,.wap-slideshow-page .wap-slideshow .next-arrow-btm a:hover,.wap-slideshow-page .wap-slideshow .next-arrow-content .slick-arrow:hover,.wap-slideshow-page .wap-slideshow .next-arrow-content a:hover {
+ background-position: -3px -36px
+ }
+
+ .wap-slideshow-page .item .arrow-containers .slick-arrow.exclusive-hit-area,.wap-slideshow-page .item .arrow-containers .slick-arrow.exclusive-hit-area-btm,.wap-slideshow-page .item .arrow-containers .slick-arrow.slick-next,.wap-slideshow-page .item .arrow-containers a.exclusive-hit-area,.wap-slideshow-page .item .arrow-containers a.exclusive-hit-area-btm,.wap-slideshow-page .item .arrow-containers a.slick-next,.wap-slideshow-page .item .next-arrow-btm .slick-arrow.exclusive-hit-area,.wap-slideshow-page .item .next-arrow-btm .slick-arrow.exclusive-hit-area-btm,.wap-slideshow-page .item .next-arrow-btm .slick-arrow.slick-next,.wap-slideshow-page .item .next-arrow-btm a.exclusive-hit-area,.wap-slideshow-page .item .next-arrow-btm a.exclusive-hit-area-btm,.wap-slideshow-page .item .next-arrow-btm a.slick-next,.wap-slideshow-page .item .next-arrow-content .slick-arrow.exclusive-hit-area,.wap-slideshow-page .item .next-arrow-content .slick-arrow.exclusive-hit-area-btm,.wap-slideshow-page .item .next-arrow-content .slick-arrow.slick-next,.wap-slideshow-page .item .next-arrow-content a.exclusive-hit-area,.wap-slideshow-page .item .next-arrow-content a.exclusive-hit-area-btm,.wap-slideshow-page .item .next-arrow-content a.slick-next,.wap-slideshow-page .wap-slideshow .arrow-containers .slick-arrow.exclusive-hit-area,.wap-slideshow-page .wap-slideshow .arrow-containers .slick-arrow.exclusive-hit-area-btm,.wap-slideshow-page .wap-slideshow .arrow-containers .slick-arrow.slick-next,.wap-slideshow-page .wap-slideshow .arrow-containers a.exclusive-hit-area,.wap-slideshow-page .wap-slideshow .arrow-containers a.exclusive-hit-area-btm,.wap-slideshow-page .wap-slideshow .arrow-containers a.slick-next,.wap-slideshow-page .wap-slideshow .next-arrow-btm .slick-arrow.exclusive-hit-area,.wap-slideshow-page .wap-slideshow .next-arrow-btm .slick-arrow.exclusive-hit-area-btm,.wap-slideshow-page .wap-slideshow .next-arrow-btm .slick-arrow.slick-next,.wap-slideshow-page .wap-slideshow .next-arrow-btm a.exclusive-hit-area,.wap-slideshow-page .wap-slideshow .next-arrow-btm a.exclusive-hit-area-btm,.wap-slideshow-page .wap-slideshow .next-arrow-btm a.slick-next,.wap-slideshow-page .wap-slideshow .next-arrow-content .slick-arrow.exclusive-hit-area,.wap-slideshow-page .wap-slideshow .next-arrow-content .slick-arrow.exclusive-hit-area-btm,.wap-slideshow-page .wap-slideshow .next-arrow-content .slick-arrow.slick-next,.wap-slideshow-page .wap-slideshow .next-arrow-content a.exclusive-hit-area,.wap-slideshow-page .wap-slideshow .next-arrow-content a.exclusive-hit-area-btm,.wap-slideshow-page .wap-slideshow .next-arrow-content a.slick-next {
+ background-position: -36px 0;
+ background-size: 70px 105px
+ }
+
+ .wap-slideshow-page .item .arrow-containers .slick-arrow.exclusive-hit-area-btm:hover,.wap-slideshow-page .item .arrow-containers .slick-arrow.exclusive-hit-area:hover,.wap-slideshow-page .item .arrow-containers .slick-arrow.slick-next:hover,.wap-slideshow-page .item .arrow-containers a.exclusive-hit-area-btm:hover,.wap-slideshow-page .item .arrow-containers a.exclusive-hit-area:hover,.wap-slideshow-page .item .arrow-containers a.slick-next:hover,.wap-slideshow-page .item .next-arrow-btm .slick-arrow.exclusive-hit-area-btm:hover,.wap-slideshow-page .item .next-arrow-btm .slick-arrow.exclusive-hit-area:hover,.wap-slideshow-page .item .next-arrow-btm .slick-arrow.slick-next:hover,.wap-slideshow-page .item .next-arrow-btm a.exclusive-hit-area-btm:hover,.wap-slideshow-page .item .next-arrow-btm a.exclusive-hit-area:hover,.wap-slideshow-page .item .next-arrow-btm a.slick-next:hover,.wap-slideshow-page .item .next-arrow-content .slick-arrow.exclusive-hit-area-btm:hover,.wap-slideshow-page .item .next-arrow-content .slick-arrow.exclusive-hit-area:hover,.wap-slideshow-page .item .next-arrow-content .slick-arrow.slick-next:hover,.wap-slideshow-page .item .next-arrow-content a.exclusive-hit-area-btm:hover,.wap-slideshow-page .item .next-arrow-content a.exclusive-hit-area:hover,.wap-slideshow-page .item .next-arrow-content a.slick-next:hover,.wap-slideshow-page .wap-slideshow .arrow-containers .slick-arrow.exclusive-hit-area-btm:hover,.wap-slideshow-page .wap-slideshow .arrow-containers .slick-arrow.exclusive-hit-area:hover,.wap-slideshow-page .wap-slideshow .arrow-containers .slick-arrow.slick-next:hover,.wap-slideshow-page .wap-slideshow .arrow-containers a.exclusive-hit-area-btm:hover,.wap-slideshow-page .wap-slideshow .arrow-containers a.exclusive-hit-area:hover,.wap-slideshow-page .wap-slideshow .arrow-containers a.slick-next:hover,.wap-slideshow-page .wap-slideshow .next-arrow-btm .slick-arrow.exclusive-hit-area-btm:hover,.wap-slideshow-page .wap-slideshow .next-arrow-btm .slick-arrow.exclusive-hit-area:hover,.wap-slideshow-page .wap-slideshow .next-arrow-btm .slick-arrow.slick-next:hover,.wap-slideshow-page .wap-slideshow .next-arrow-btm a.exclusive-hit-area-btm:hover,.wap-slideshow-page .wap-slideshow .next-arrow-btm a.exclusive-hit-area:hover,.wap-slideshow-page .wap-slideshow .next-arrow-btm a.slick-next:hover,.wap-slideshow-page .wap-slideshow .next-arrow-content .slick-arrow.exclusive-hit-area-btm:hover,.wap-slideshow-page .wap-slideshow .next-arrow-content .slick-arrow.exclusive-hit-area:hover,.wap-slideshow-page .wap-slideshow .next-arrow-content .slick-arrow.slick-next:hover,.wap-slideshow-page .wap-slideshow .next-arrow-content a.exclusive-hit-area-btm:hover,.wap-slideshow-page .wap-slideshow .next-arrow-content a.exclusive-hit-area:hover,.wap-slideshow-page .wap-slideshow .next-arrow-content a.slick-next:hover {
+ background-position: -37px -36px
+ }
+
+ .wap-slideshow-page .slick-slide:first-child .slick-prev {
+ background-image: url(https://www.merriam-webster.com/assets/mw/static/app-css-images/global/icon-carousel-disabled-carets.png)!important;
+ background-position: 0 2px;
+ background-size: 67px;
+ cursor: default
+ }
+
+ .wap-slideshow-page .slick-slide:first-child .slick-prev:hover {
+ background-position: 0 2px!important
+ }
+}
+
+.browse-words .alphalinks {
+ margin: 0;
+ padding: 0 0 2em
+}
+
+.browse-words .alphalinks ul {
+ list-style-type: none;
+ margin: 0;
+ overflow: hidden;
+ padding: 0
+}
+
+.browse-words .alphalinks ul li {
+ float: left;
+ padding-bottom: .4em;
+ padding-right: .4em
+}
+
+.browse-words .alphalinks ul li a {
+ background-color: transparent;
+ border: 1px solid #3b3e41;
+ border-radius: 1.5em;
+ color: #3b3e41;
+ display: inline-block;
+ font-weight: 600;
+ height: 2.2em;
+ line-height: 2.2em;
+ text-align: center;
+ text-transform: uppercase;
+ width: 2.2em
+}
+
+.browse-words .alphalinks ul li a:hover {
+ border-color: #ae0015;
+ color: #ae0015;
+ text-decoration: none
+}
+
+.browse-words .alphalinks ul li.selected a {
+ border-color: #ae0015;
+ color: #ae0015
+}
+
+.browse-words .pagination {
+ margin-bottom: 20px
+}
+
+.browse-words .entries ul {
+ display: table;
+ list-style-type: none;
+ margin: 0;
+ overflow: hidden;
+ padding: 0;
+ width: 100%
+}
+
+.browse-words .entries ul li {
+ display: table-cell;
+ margin-right: 1%;
+ padding-right: 20px;
+ width: 33.3%
+}
+
+.browse-words .entries ul li a {
+ color: #3b3e41;
+ display: block;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ line-height: 1.375em;
+ padding: .5em 0;
+ width: 100%
+}
+
+@media(max-width: 60em) {
+ .browse-words .entries ul li {
+ display:block;
+ line-height: 0;
+ padding: 0;
+ width: 100%
+ }
+}
+
+@media(max-width: 47.9375em) {
+ .browse-words .entries ul li {
+ display:block;
+ line-height: 0;
+ padding: 0;
+ width: 100%
+ }
+}
+
+.browse-letter .entries ul li a span {
+ background-image: linear-gradient(90deg,#97bece 100%,transparent 0);
+ background-position: 0 1.15em;
+ background-repeat: repeat-x;
+ background-size: 3px 1px;
+ color: #265667;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ font-stretch: normal;
+ font-weight: 400;
+ letter-spacing: .2px;
+ line-height: 22px
+}
+
+.browse-letter .entries ul li a:hover {
+ cursor: pointer;
+ text-decoration: none
+}
+
+.browse-letter .entries ul li a:hover span {
+ background-image: linear-gradient(90deg,#265667 100%,transparent 0)
+}
+
+.browse-letter .alphalinks {
+ margin: 0;
+ padding: 0 0 2em
+}
+
+.browse-letter .alphalinks ul {
+ list-style-type: none;
+ margin: 0;
+ overflow: hidden;
+ padding: 0
+}
+
+.browse-letter .alphalinks ul li {
+ float: left;
+ padding-bottom: .4em;
+ padding-right: .4em
+}
+
+.browse-letter .alphalinks ul li a {
+ background-color: transparent;
+ border: 1px solid #3b3e41;
+ border-radius: 1.5em;
+ color: #3b3e41;
+ display: inline-block;
+ font-weight: 600;
+ height: 2.2em;
+ line-height: 2.2em;
+ text-align: center;
+ text-transform: uppercase;
+ width: 2.2em
+}
+
+.browse-letter .alphalinks ul li a:hover {
+ border-color: #ae0015;
+ color: #ae0015;
+ text-decoration: none
+}
+
+.browse-letter .alphalinks ul li.selected a {
+ border-color: #ae0015;
+ color: #ae0015
+}
+
+.browse-letter .pagination {
+ margin: 1.4em 0;
+ overflow: hidden;
+ padding: 0
+}
+
+.browse-letter .pagination a {
+ color: #ae0015;
+ font-size: 1.125em;
+ font-weight: 700
+}
+
+.browse-letter .pagination .previous {
+ float: left;
+ padding-left: 2em
+}
+
+.browse-letter .pagination .next {
+ float: right;
+ padding-right: 2em
+}
+
+.browse-letter .entries ul {
+ list-style-type: none;
+ margin: 0;
+ overflow: hidden;
+ padding: 0
+}
+
+.browse-letter .entries ul li {
+ line-height: 2.4em
+}
+
+@media(min-width: 992px) {
+ .browse-letter .entries ul li {
+ width:50%
+ }
+}
+
+@media(max-width: 991px) {
+ .browse-letter .entries ul li {
+ width:100%
+ }
+}
+
+@media(max-width: 60em) {
+ .browse-words .entries ul li {
+ line-height:2.2em
+ }
+}
+
+@media(max-width: 47.9375em) {
+ .browse-words .entries ul li {
+ line-height:3em
+ }
+}
+
+#user-settings .ul-user {
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 700;
+ margin-bottom: 10px
+}
+
+#login-overlay.ul-modal p,#user-settings .ul-contact-us,.filter-words .ul-no-results p,.ul-confirm-dialog-window p,.ul-confirm-modal-window .ul-modal-content .modal-body,.ul-must-login-article #ul-must-login.ul-confirm-dialog .ul-confirm-dialog-window p,.ul-must-login-thes #ul-must-login.ul-confirm-dialog .ul-confirm-dialog-window p,.user-login .ul-info,.user-login .ul-label {
+ color: #303336;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 400;
+ letter-spacing: .2px;
+ line-height: 22px
+}
+
+#user-settings .ul-contact-us,.ul-confirm-dialog-window p {
+ font-size: 16px;
+ line-height: 20px
+}
+
+#login-overlay.ul-modal p {
+ color: #fff
+}
+
+.filter-words .ul-no-results p a,.user-login .ul-sm-text-link {
+ background-image: linear-gradient(90deg,#97bece 100%,transparent 0);
+ background-position: 0 1.2em;
+ background-repeat: repeat-x;
+ background-size: 3px 1px;
+ color: #265667;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 400;
+ letter-spacing: .15px;
+ line-height: 22px;
+ text-decoration: none
+}
+
+.filter-words .ul-no-results p a:hover,.user-login .ul-sm-text-link:hover {
+ background-image: linear-gradient(90deg,#265667 100%,transparent 0);
+ cursor: pointer;
+ text-decoration: none
+}
+
+.toggle-switch {
+ display: inline-flex;
+ margin: 0;
+ padding: 0
+}
+
+.square li:first-child label {
+ border-bottom-left-radius: 0!important;
+ border-top-left-radius: 0!important
+}
+
+.square li:last-child label {
+ border-bottom-right-radius: 0!important;
+ border-top-right-radius: 0!important
+}
+
+.toggle-switch li {
+ position: relative
+}
+
+.toggle-switch li:first-child label {
+ border: 1px solid;
+ border-bottom-left-radius: 5px;
+ border-top-left-radius: 5px
+}
+
+.toggle-switch li:last-child label {
+ border-bottom: 1px solid;
+ border-bottom-right-radius: 5px;
+ border-right: 1px solid;
+ border-top: 1px solid;
+ border-top-right-radius: 5px
+}
+
+.toggle-switch input,.toggle-switch label {
+ bottom: 0;
+ display: block;
+ left: 0;
+ position: absolute;
+ right: 0;
+ top: 0
+}
+
+.toggle-switch input[type=radio] {
+ opacity: .01;
+ z-index: 100
+}
+
+.toggle-switch li:not(:first-child):not(:last-child) label {
+ border-bottom: 1px solid;
+ border-right: 1px solid;
+ border-top: 1px solid
+}
+
+.active {
+ cursor: pointer
+}
+
+.ul-tooltip {
+ position: relative
+}
+
+.ul-tooltip .tooltiptext {
+ align-items: center;
+ background-color: #fff;
+ border-radius: 4px;
+ box-shadow: -1px 2px 1px 0 rgba(0,0,0,.5);
+ display: flex;
+ left: 0;
+ min-width: 100%;
+ padding: 11px;
+ position: absolute;
+ top: 70px;
+ -webkit-transform: scaleY(0);
+ transform: scaleY(0);
+ -webkit-transform-origin: top;
+ transform-origin: top;
+ transition: -webkit-transform .3s ease-in-out;
+ transition: transform .3s ease-in-out;
+ transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
+ visibility: visible;
+ width: 100%;
+ z-index: 2
+}
+
+.ul-tooltip .tooltiptext .ultooltip-arrow {
+ -webkit-filter: drop-shadow(-1px 1px 0 rgba(0,0,0,.5));
+ filter: drop-shadow(-1px 1px 0 rgba(0,0,0,.5));
+ height: 36px;
+ left: calc(50% - 17.5px);
+ position: absolute;
+ top: -24px;
+ -webkit-transform: rotate(90deg);
+ transform: rotate(90deg);
+ width: 15px
+}
+
+.ul-tooltip .tooltiptext .x-tip {
+ align-self: flex-start;
+ display: inline-block;
+ line-height: 0;
+ margin-right: 12px;
+ margin-top: 2px
+}
+
+.ul-tooltip .tooltiptext .message {
+ color: #97bece;
+ color: #303336;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 16px;
+ font-weight: 400;
+ letter-spacing: .2px;
+ line-height: 20px;
+ text-align: left
+}
+
+.ul-tooltip .tooltiptext .message:after {
+ background: none;
+ height: 0;
+ width: 0
+}
+
+.ul-tooltip.active .tooltiptext {
+ -webkit-transform: scaleY(1);
+ transform: scaleY(1)
+}
+
+@media(min-width: 992px) {
+ .ul-tooltip .tooltiptext {
+ bottom:auto;
+ box-shadow: -1px -2px 1px 0 rgba(0,0,0,.5);
+ height: auto;
+ left: calc(100% + 8px);
+ min-height: 58px;
+ min-width: auto;
+ padding: 11px;
+ right: auto;
+ top: 0
+ }
+
+ .ul-tooltip .tooltiptext .ultooltip-arrow {
+ left: -13px;
+ top: 12px;
+ -webkit-transform: rotate(0);
+ transform: rotate(0)
+ }
+
+ .ul-tooltip .tooltiptext .x-tip {
+ align-self: flex-start;
+ margin-left: 4px;
+ margin-top: 10px
+ }
+
+ #user-settings .ul-tooltip .tooltiptext {
+ max-width: 160px
+ }
+}
+
+@media(min-width: 992px)and (min-width:1200px) {
+ #user-settings .ul-tooltip .tooltiptext {
+ max-width:200px
+ }
+}
+
+.user-login.logged-in .ul-tooltip .tooltiptext {
+ box-shadow: 0 1px 7px 1px rgba(0,0,0,.2)
+}
+
+@media(min-width: 992px) {
+ .user-login.logged-in .ul-tooltip .tooltiptext {
+ box-shadow:0 1px 7px 1px rgba(0,0,0,.2)
+ }
+}
+
+.user-login.logged-in .ul-tooltip .tooltiptext .ultooltip-arrow {
+ -webkit-filter: drop-shadow(-1px 1px 0 rgba(0,0,0,.2));
+ filter: drop-shadow(-1px 1px 0 rgba(0,0,0,.2))
+}
+
+.user-login {
+ background-color: #303336;
+ min-height: 100vh
+}
+
+.user-login .main-wrapper {
+ margin: 0 auto;
+ max-width: 1140px;
+ padding: 0
+}
+
+.user-login .main-container {
+ background-color: #0f3850
+}
+
+.user-login.logged-in .main-container {
+ background-color: #fff
+}
+
+.user-login .ul-header {
+ color: #fff;
+ margin: 30px 0 10px;
+ text-align: center
+}
+
+.user-login .ul-header-text {
+ font-family: Playfair Display,serif;
+ font-size: 20px;
+ font-weight: 300;
+ text-align: center
+}
+
+.user-login .ul-login {
+ text-decoration: none
+}
+
+.user-login .ul-form {
+ margin: 0 auto
+}
+
+.user-login .ul-fg {
+ display: flex;
+ flex-wrap: wrap;
+ margin: 15px 0
+}
+
+.user-login .ul-fg-checkbox {
+ align-items: center;
+ display: flex;
+ height: 30px;
+ line-height: 30px
+}
+
+.user-login .ul-fg-checkbox .ul-checkbox {
+ margin-right: 5px
+}
+
+.user-login .ul-form-email {
+ margin-top: 25px
+}
+
+.user-login .ul-form-username {
+ margin-top: 31px
+}
+
+.user-login .ul-form-password {
+ margin-bottom: 34px;
+ margin-top: 31px
+}
+
+.user-login .ul-fg-password {
+ position: relative
+}
+
+.user-login .ul-input {
+ -webkit-appearance: none;
+ appearance: none;
+ background-color: #fff;
+ border: 0;
+ border-bottom: 8px solid #4a7d95;
+ border-radius: 0;
+ box-shadow: none;
+ box-sizing: border-box;
+ color: #fff;
+ color: #303336;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ font-weight: 400;
+ height: 62px;
+ letter-spacing: .2px;
+ line-height: normal;
+ padding: 16px 18px 15px 20px;
+ text-align: left;
+ width: 100%
+}
+
+.user-login .ul-input :-moz-submit-invalid,.user-login .ul-input :-moz-ui-invalid,.user-login .ul-input :invalid {
+ box-shadow: none
+}
+
+.user-login .ul-input::-webkit-credentials-auto-fill-button {
+ pointer-events: none;
+ position: absolute;
+ right: 0;
+ visibility: hidden
+}
+
+.user-login .ul-input.correct {
+ border-color: #01891e
+}
+
+.user-login .ul-input.warning {
+ border-color: #e96802
+}
+
+.user-login .ul-input.error {
+ border-color: #ae0015
+}
+
+.user-login .ul-input::-webkit-input-placeholder {
+ color: #939393;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ letter-spacing: .2px;
+ line-height: 22px
+}
+
+.user-login .ul-input:-moz-placeholder,.user-login .ul-input::-moz-placeholder {
+ color: #939393;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ letter-spacing: .2px;
+ line-height: 22px
+}
+
+.user-login .ul-input:-ms-input-placeholder {
+ color: #939393;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ letter-spacing: .2px;
+ line-height: 22px
+}
+
+.user-login .ul-label {
+ color: #fff;
+ display: block;
+ margin-bottom: 6px;
+ text-align: left;
+ width: 100%
+}
+
+.user-login .ul-label.ul-label-b {
+ color: #303336
+}
+
+.user-login .ul-label.ul-label-bl,.user-login .ul-label.ul-label-link {
+ color: #265667;
+ text-transform: uppercase
+}
+
+.user-login .ul-label.ul-label-link:hover {
+ color: #0f3850;
+ text-decoration: none
+}
+
+.user-login .ul-label-text {
+ align-items: center;
+ display: flex;
+ justify-content: space-between;
+ margin-bottom: 7px
+}
+
+.user-login .ul-fg-wod {
+ margin-top: 40px
+}
+
+.user-login .ul-icon-inline {
+ align-items: center;
+ display: flex
+}
+
+.user-login .ul-icon-inline .ul-icon {
+ margin-right: 13px
+}
+
+.user-login .ul-custom-checkbox {
+ align-items: center;
+ background-color: #fff;
+ border: 3px solid #97bece;
+ cursor: pointer;
+ display: flex;
+ height: 32px;
+ justify-content: center;
+ margin-right: 14px;
+ width: 32px
+}
+
+@media(min-width: 992px) {
+ .user-login .ul-custom-checkbox {
+ border-width:2px;
+ height: 18px;
+ margin-right: 9px;
+ width: 18px
+ }
+}
+
+.user-login .ul-custom-checkbox .ul-icon-checkbox {
+ display: none;
+ height: 17px;
+ width: 17px
+}
+
+@media(min-width: 992px) {
+ .user-login .ul-custom-checkbox .ul-icon-checkbox {
+ height:10px;
+ width: 10px
+ }
+}
+
+.user-login .ul-custom-checkbox.active .ul-icon-checkbox {
+ display: block
+}
+
+.user-login .ul-text-link {
+ background-image: linear-gradient(90deg,#4a7d95 100%,transparent 0);
+ background-position: 0 1.15em;
+ background-repeat: repeat-x;
+ background-size: 3px 1px;
+ color: #e7f0f4;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ letter-spacing: .2px;
+ line-height: 22px;
+ text-align: center;
+ text-decoration: none
+}
+
+.user-login .ul-text-link:hover {
+ background-image: linear-gradient(90deg,#97bece 100%,transparent 0);
+ cursor: pointer;
+ text-decoration: none
+}
+
+.user-login .ul-text-link.ul-sm-text {
+ background-position: 0 1.2em
+}
+
+.user-login .ul-main-text-link {
+ background-image: linear-gradient(90deg,#97bece 100%,transparent 0);
+ background-position: 0 1.15em;
+ background-repeat: repeat-x;
+ background-size: 3px 1px;
+ color: #265667;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ letter-spacing: .2px;
+ line-height: 22px;
+ text-align: center;
+ text-decoration: none
+}
+
+.user-login .ul-main-text-link:hover {
+ background-image: linear-gradient(90deg,#265667 100%,transparent 0);
+ cursor: pointer;
+ text-decoration: none
+}
+
+.user-login .ul-sm-main-text-link {
+ background-image: linear-gradient(90deg,#97bece 100%,transparent 0);
+ background-position: 0 1.2em;
+ background-repeat: repeat-x;
+ background-size: 3px 1px;
+ color: #265667;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 16px;
+ letter-spacing: .2px;
+ line-height: 20px;
+ text-align: center;
+ text-decoration: none
+}
+
+.user-login .ul-sm-main-text-link:hover {
+ background-image: linear-gradient(90deg,#265667 100%,transparent 0);
+ cursor: pointer;
+ text-decoration: none
+}
+
+.user-login .ul-sm-text {
+ color: #97bece;
+ font-weight: 400;
+ text-align: left
+}
+
+.user-login .ul-sm-text,.user-login .ul-sm-text-center {
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 16px;
+ letter-spacing: .2px;
+ line-height: 20px
+}
+
+.user-login .ul-sm-text-center {
+ color: #fff;
+ text-align: center
+}
+
+.user-login .ul-info,.user-login .ul-link,.user-login .ul-white-text {
+ color: #fff
+}
+
+.user-login .ul-link-no-underline {
+ color: #fff;
+ text-decoration: none
+}
+
+.user-login .ul-link-no-underline:hover {
+ color: #97bece;
+ text-decoration: none
+}
+
+.user-login .ul-contact-us-info {
+ font-size: 12px;
+ margin-top: 40px
+}
+
+.user-login .ul-fg-info {
+ margin-top: 54px
+}
+
+.user-login .ul-contactus-link,.user-login .ul-link {
+ background-image: linear-gradient(90deg,#97bece 100%,transparent 0);
+ background-position: 0 1.2em;
+ background-repeat: repeat-x;
+ background-size: 3px 1px;
+ text-decoration: none
+}
+
+.user-login .ul-contactus-link:hover,.user-login .ul-link:hover {
+ background-image: linear-gradient(90deg,#fff 100%,transparent 0);
+ cursor: pointer;
+ text-decoration: none
+}
+
+.user-login .ul-sm-text-link {
+ font-size: 16px;
+ letter-spacing: .1px;
+ line-height: 20px
+}
+
+.user-login .toggle-password {
+ bottom: 25px;
+ position: absolute;
+ right: 15px
+}
+
+.user-login .ul-action {
+ margin: 40px auto 0
+}
+
+.user-login .mob-prevent-scroll {
+ -webkit-backface-visibility: hidden;
+ height: 100%;
+ overflow: hidden;
+ position: fixed
+}
+
+.user-login .label-spacer {
+ margin-top: 8px
+}
+
+.user-login .ul-mr-10 {
+ margin-top: 10px
+}
+
+.user-login .ul-mr-20 {
+ margin-top: 20px
+}
+
+.user-login .ul-mr-30 {
+ margin-top: 30px
+}
+
+.user-login .ul-mr-40 {
+ margin-top: 40px
+}
+
+.user-login .ul-mr-50 {
+ margin-top: 50px
+}
+
+.user-login .ul-mr-60 {
+ margin-top: 60px
+}
+
+.user-login .ul-mr-80 {
+ margin-top: 80px
+}
+
+.user-login .ul-bottom-spacer {
+ margin-bottom: 80px
+}
+
+#user-sign-in .tooltiptext {
+ box-shadow: -1px 2px 1px 0 rgba(0,0,0,.5);
+ left: 0;
+ min-width: 100%;
+ padding: 11px;
+ top: 71px;
+ width: 100%
+}
+
+#user-sign-in .tooltiptext .ultooltip-arrow {
+ left: calc(50% - 7px);
+ top: -24px;
+ -webkit-transform: rotate(90deg);
+ transform: rotate(90deg)
+}
+
+#user-registration-success {
+ display: none;
+ margin-bottom: 130px
+}
+
+#user-confirm-expired {
+ margin-bottom: 130px
+}
+
+#user-confirm-expired .ul-action {
+ min-height: 40px
+}
+
+.user-registration .ul-inbox {
+ color: #97bece;
+ color: #fff;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 16px;
+ font-weight: 400;
+ letter-spacing: .2px;
+ line-height: 20px;
+ text-align: center
+}
+
+.user-registration .ul-action {
+ margin-top: 36px
+}
+
+.user-registration .ul-link-policy {
+ background-image: linear-gradient(90deg,#97bece 100%,transparent 0);
+ background-position: 0 1.2em;
+ background-repeat: repeat-x;
+ background-size: 3px 1px;
+ color: #e7f0f4;
+ font-size: 13px;
+ font-weight: 400;
+ letter-spacing: normal;
+ line-height: normal;
+ text-decoration: none
+}
+
+.user-registration .ul-link-policy:hover {
+ background-image: linear-gradient(90deg,#fff 100%,transparent 0);
+ cursor: pointer;
+ text-decoration: none
+}
+
+.user-registration .ul-term {
+ margin-top: 17px
+}
+
+.user-registration .ul-contactus-link {
+ font-size: 16px;
+ letter-spacing: .1px
+}
+
+.user-forgot-password #ul-form {
+ margin-top: 15px
+}
+
+.user-forgot-password .ul-fg-detail {
+ margin-top: 23px
+}
+
+.user-forgot-password .user-forgotpassword-message {
+ display: none
+}
+
+#user-settings #app-settings {
+ visibility: hidden
+}
+
+#user-settings #app-settings.visible {
+ visibility: visible
+}
+
+#user-settings .ul-header {
+ color: #303336
+}
+
+#user-settings .save-note {
+ color: #303336;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ font-stretch: normal;
+ font-weight: 400;
+ letter-spacing: .2px;
+ line-height: 22px;
+ padding: 4px 0 20px;
+ text-align: center
+}
+
+#user-settings .ul-form {
+ margin-top: 20px
+}
+
+#user-settings .ul-user {
+ color: #265667;
+ font-family: Playfair Display,serif;
+ font-weight: 600;
+ margin-bottom: 36px
+}
+
+#user-settings .ul-input {
+ background-color: #f4f4f4
+}
+
+#user-settings .ul-name {
+ width: 100%
+}
+
+#user-settings .ul-tooltip .tooltiptext {
+ left: 0;
+ max-width: none;
+ top: 70px
+}
+
+#user-settings .ul-tooltip .tooltiptext .ultooltip-arrow {
+ left: calc(50% - 17.5px);
+ top: -24px;
+ -webkit-transform: rotate(90deg);
+ transform: rotate(90deg)
+}
+
+#user-settings .ul-settings-info .ul-icon-inline {
+ margin-bottom: 25px;
+ min-height: 22px
+}
+
+#user-settings .ul-settings-info .ul-icon-inline:first-child .ul-icon {
+ margin-right: 17px
+}
+
+#user-settings .ul-settings-info .ul-label {
+ margin-bottom: 0
+}
+
+#user-settings .ul-fg-new-password {
+ margin-top: 0
+}
+
+#user-settings .ul-fg-new-password .ul-fg:first-child {
+ margin-bottom: 0;
+ margin-top: 0
+}
+
+#user-settings .ul-fg-new-password .ul-fg.ul-fg-pass {
+ align-items: flex-end;
+ display: flex;
+ flex-wrap: wrap
+}
+
+#user-settings .ul-fg-new-password .ul-fg .ul-fg-password {
+ width: 100%
+}
+
+#user-settings .ul-fg-new-password .ul-fg .left-col {
+ background-clip: padding-box;
+ border-right: 15px solid transparent;
+ flex: 0 0 50%
+}
+
+@media(max-width: 767px) {
+ #user-settings .ul-fg-new-password .ul-fg .left-col {
+ border:0;
+ flex: 0 0 100%
+ }
+}
+
+#user-settings .ul-fg-new-password .ul-fg .right-col {
+ border-left: 15px solid transparent;
+ flex: 0 0 50%
+}
+
+@media(max-width: 767px) {
+ #user-settings .ul-fg-new-password .ul-fg .right-col {
+ border:0;
+ flex: 0 0 100%;
+ margin-top: 15px
+ }
+}
+
+#user-settings .ul-fg-new-password .ul-fg .ul-form-change-pw {
+ margin-top: 15px;
+ position: relative
+}
+
+#user-settings .ul-fg-new-password .ul-fg-password-link {
+ margin-bottom: 10px;
+ margin-top: 5px
+}
+
+#user-settings .rule {
+ background: #97bece;
+ height: 1px;
+ margin-bottom: 30px;
+ margin-top: 7px;
+ width: 80%
+}
+
+@media(max-width: 767px) {
+ #user-settings .rule {
+ width:100%
+ }
+}
+
+#user-settings hr {
+ display: none
+}
+
+#user-settings .ul-contact-us {
+ margin-top: 57px;
+ text-align: center
+}
+
+#user-settings .ul-pass-info {
+ color: #4a7d95;
+ margin-bottom: 6px;
+ padding-left: 0
+}
+
+#user-settings .ul-links-right {
+ border-left: 1px solid #97bece
+}
+
+@media(max-width: 767px) {
+ #user-settings .ul-links-right {
+ border:none;
+ margin-top: 30px
+ }
+
+ #user-settings .ul-links-right .line-separator {
+ border-bottom: 1px solid #97bece
+ }
+}
+
+#user-settings .ul-manage-newsletter {
+ padding-left: 15px
+}
+
+@media(max-width: 767px) {
+ #user-settings .ul-manage-newsletter {
+ border-bottom:1px solid #97bece;
+ border-top: 1px solid #97bece;
+ padding-bottom: 20px;
+ padding-left: 0;
+ padding-top: 20px
+ }
+}
+
+#user-settings .unsaved-changes-ios-cnt {
+ background-color: #fff;
+ bottom: 0;
+ left: 0;
+ position: fixed;
+ right: 0;
+ z-index: 1001
+}
+
+#user-settings .unsaved-changes-ios {
+ box-sizing: border-box;
+ color: #fff;
+ text-align: center
+}
+
+#user-settings .unsaved-changes-ios span {
+ display: inline-block;
+ padding-bottom: 6px;
+ padding-top: 6px
+}
+
+#user-settings .unsaved-changes-ios.unsaved {
+ background-color: #ae0015;
+ max-height: 100px;
+ transition: max-height .8s ease-out
+}
+
+#user-settings .unsaved-changes-ios.saved {
+ background-color: #01891e!important;
+ max-height: 0;
+ transition: max-height .8s ease-in
+}
+
+.filter-words {
+ padding-left: 0;
+ padding-right: 0
+}
+
+.filter-words #app-recents,.filter-words #app-saved-words {
+ display: none
+}
+
+.filter-words #app-recents.visible,.filter-words #app-saved-words.visible {
+ display: block;
+ transition: opacity .3s ease-in
+}
+
+.filter-words .header {
+ margin-top: 25px
+}
+
+.filter-words .ul-header {
+ color: #303336;
+ margin-bottom: 33px
+}
+
+.filter-words .ul-header-links {
+ margin-bottom: 0
+}
+
+@media(max-width: 767px) {
+ .filter-words .ul-header-links {
+ margin-bottom:10px;
+ margin-top: 25px
+ }
+}
+
+.filter-words .ul-header-links .ul-label {
+ margin-bottom: 0
+}
+
+.filter-words .ul-icon-counts {
+ align-items: flex-start;
+ margin-bottom: 4px
+}
+
+.filter-words .ul-icon-counts .ul-icon {
+ margin-top: 3px
+}
+
+.filter-words .ul-button-cancel {
+ margin-right: 10px
+}
+
+.filter-words .ul-search-input {
+ -webkit-appearance: none;
+ appearance: none;
+ background-color: #fff;
+ border: 1px solid #cbe1ea;
+ border-radius: 3px;
+ box-shadow: none;
+ box-sizing: border-box;
+ color: #303336;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 16px;
+ height: 40px;
+ letter-spacing: .2px;
+ line-height: 20px;
+ margin-top: 7px;
+ padding: 5px 40px 5px 10px;
+ width: 100%
+}
+
+.filter-words .ul-query {
+ border: 1px solid #163f58;
+ font-size: 16px;
+ padding: 5px
+}
+
+.filter-words .ul-search-icon {
+ right: 18px;
+ top: 38px
+}
+
+@media(max-width: 767px) {
+ .filter-words .ul-filter-by,.filter-words .ul-sort-by {
+ margin-top:15px
+ }
+}
+
+.filter-words .ul-section {
+ margin-top: 20px
+}
+
+.filter-words .ul-uc-text {
+ color: #fff;
+ color: #265667;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ font-weight: 400;
+ letter-spacing: .2px;
+ line-height: normal;
+ text-transform: uppercase
+}
+
+.filter-words .ul-delete-all-link {
+ min-height: 22px
+}
+
+.filter-words .ul-delete-all-link .ul-delete-all {
+ line-height: 22px;
+ margin-left: 30px
+}
+
+.filter-words .ul-search-filters {
+ margin-bottom: 40px;
+ margin-top: 34px
+}
+
+.filter-words .ul-search-filters label.filter-header {
+ color: #303336;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 16px;
+ font-weight: 400;
+ letter-spacing: .2px;
+ line-height: 20px;
+ padding-left: 0;
+ padding-right: 0
+}
+
+.filter-words .ul-search-filters .ul-filter-toggles {
+ display: flex;
+ flex: auto;
+ justify-content: flex-start
+}
+
+.filter-words .ul-search-filters .ul-filter-toggles .ul-group {
+ padding-left: 15px;
+ padding-right: 15px
+}
+
+@media(max-width: 767px) {
+ .filter-words .ul-search-filters .ul-filter-toggles .ul-group {
+ padding-left:0;
+ padding-right: 0
+ }
+
+ .filter-words .ul-search-filters .ul-filter-toggles .ul-group.ul-sort-by {
+ padding-left: 15px;
+ padding-right: 10px
+ }
+}
+
+@media(max-width: 374px) {
+ .filter-words .ul-search-filters .ul-filter-toggles .ul-group.ul-filter-by {
+ padding-left:15px
+ }
+}
+
+@media(max-width: 767px) {
+ .filter-words .ul-search-filters .ul-filter-toggles .ul-group.ul-filter-by {
+ padding-right:15px
+ }
+}
+
+.filter-words .ul-search-filters .ul-filter-toggles .filterby-toggle {
+ margin-top: 7px
+}
+
+@media(max-width: 374px) {
+ .filter-words .ul-search-filters .ul-filter-toggles {
+ flex-direction:column
+ }
+}
+
+@media(max-width: 767px) {
+ .filter-words .ul-search-filters .ul-filter-toggles {
+ flex:1 1;
+ justify-content: space-between
+ }
+}
+
+.filter-words .ul-search-filters .toggle-switch {
+ height: 40px;
+ margin-top: 7px;
+ width: 215px
+}
+
+.filter-words .ul-search-filters .toggle-switch li {
+ height: 40px;
+ text-align: center;
+ width: 215px
+}
+
+.filter-words .ul-search-filters .toggle-switch li label {
+ background-color: #fff;
+ border-color: #cbe1ea;
+ color: #303336;
+ cursor: pointer;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ font-weight: 400;
+ letter-spacing: .3px;
+ line-height: 22px;
+ padding: 7px 12px;
+ transition: all .3s ease 0s
+}
+
+@media(max-width: 767px) {
+ .filter-words .ul-search-filters .toggle-switch li label {
+ padding:7px
+ }
+}
+
+.filter-words .ul-search-filters .toggle-switch li label.active {
+ background-clip: padding-box;
+ background-color: #265667;
+ background-image: linear-gradient(101deg,#265667,#0f3850);
+ color: #fff;
+ font-weight: 700
+}
+
+.filter-words .ul-search-filters .toggle-switch li:first-child label {
+ border-bottom-left-radius: 3px;
+ border-top-left-radius: 3px
+}
+
+.filter-words .ul-search-filters .toggle-switch li:last-child label {
+ border-bottom-right-radius: 3px;
+ border-top-right-radius: 3px
+}
+
+.filter-words .ul-action {
+ margin: 25px auto 0
+}
+
+.filter-words .ul-no-results p strong {
+ font-weight: 700
+}
+
+.toggle-self {
+ display: flex;
+ justify-content: flex-start
+}
+
+.toggle-self .ul-btn-toggle {
+ border: 1px solid #cbe1ea;
+ cursor: pointer;
+ padding: 9px 12px 8px;
+ transition: .3s
+}
+
+.toggle-self .ul-btn-toggle svg {
+ overflow: visible
+}
+
+.toggle-self .ul-btn-toggle:first-child {
+ border-radius: 3px 0 0 3px
+}
+
+.toggle-self .ul-btn-toggle:last-child {
+ border-left: 0;
+ border-radius: 0 3px 3px 0
+}
+
+.toggle-self .ul-btn-toggle.active.ul-def-btn {
+ background-clip: padding-box;
+ background-color: #265667;
+ background-image: linear-gradient(116deg,#265667,#0f3850)
+}
+
+.toggle-self .ul-btn-toggle.active.ul-def-btn .ul-def-icon svg use {
+ fill: #fff;
+ -webkit-filter: none;
+ filter: none
+}
+
+.toggle-self .ul-btn-toggle.active.ul-def-btn .ul-def-icon svg circle {
+ stroke: #fff
+}
+
+.toggle-self .ul-btn-toggle.active.ul-thes-btn {
+ background-clip: padding-box;
+ background-color: #e96802;
+ background-image: linear-gradient(116deg,#e96802,#c35702)
+}
+
+.toggle-self .ul-btn-toggle.active.ul-thes-btn .ul-thes-icon svg path:first-child {
+ fill: #fff
+}
+
+.toggle-self .ul-btn-toggle.active.ul-thes-btn .ul-thes-icon svg path:last-child {
+ stroke: #fff
+}
+
+.ul-confirm-modal {
+ background: hsla(0,0%,100%,.9);
+ bottom: 0;
+ left: 0;
+ position: fixed;
+ right: 0;
+ top: 0;
+ z-index: 999
+}
+
+@media(max-width: 767px) {
+ .ul-confirm-modal.confirm-changes .ul-confirm-modal-window .ul-modal-content {
+ padding:45px 20px 80px
+ }
+}
+
+@media(max-width: 374px) {
+ .ul-confirm-modal.confirm-changes .ul-confirm-modal-window .ul-modal-content {
+ padding:45px 10px 80px
+ }
+}
+
+@media(max-width: 767px) {
+ .ul-confirm-modal.recents-delete-all .ul-confirm-modal-window .actions .ul-button,.ul-confirm-modal.wordlist-delete-all .ul-confirm-modal-window .actions .ul-button {
+ margin-left:10px;
+ margin-right: 10px
+ }
+}
+
+.ul-confirm-window {
+ background: #fff;
+ box-shadow: 0 0 10px rgba(0,0,0,.5);
+ color: #303336;
+ max-width: 200px;
+ min-width: 100px;
+ padding: 1em;
+ text-align: center;
+ width: 100%
+}
+
+.ul-confirm-window p {
+ margin: 20px 0
+}
+
+.ul-confirm-modal-window {
+ align-items: center;
+ display: flex;
+ justify-content: center;
+ left: 50%;
+ position: absolute;
+ top: 50%;
+ -webkit-transform: translate(-50%,-50%);
+ transform: translate(-50%,-50%);
+ transition: .5s
+}
+
+@media(max-width: 575px) {
+ .ul-confirm-modal-window {
+ top:10%;
+ -webkit-transform: translate(-50%);
+ transform: translate(-50%)
+ }
+}
+
+.ul-confirm-modal-window .ul-confirm-modal-content {
+ background: #fff;
+ border-radius: 10px;
+ box-shadow: 0 1px 7px 1px rgba(0,0,0,.2);
+ color: #303336;
+ max-height: 90vh;
+ overflow-y: auto;
+ position: relative;
+ width: 730px
+}
+
+@media(max-width: 1199px) {
+ .ul-confirm-modal-window .ul-confirm-modal-content {
+ width:650px
+ }
+}
+
+@media(max-width: 1199px)and (max-width:991px) {
+ .ul-confirm-modal-window .ul-confirm-modal-content {
+ width:625px
+ }
+}
+
+@media(max-width: 1199px)and (max-width:991px)and (max-width:575px) {
+ .ul-confirm-modal-window .ul-confirm-modal-content {
+ width:460px
+ }
+}
+
+@media(max-width: 1199px)and (max-width:991px)and (max-width:575px)and (max-width:767px) {
+ .ul-confirm-modal-window .ul-confirm-modal-content {
+ width:100%
+ }
+}
+
+.ul-confirm-modal-window .ul-modal-content {
+ padding: 75px 60px 80px;
+ position: relative;
+ text-align: center
+}
+
+@media(max-width: 991px) {
+ .ul-confirm-modal-window .ul-modal-content {
+ padding:75px 50px 80px
+ }
+}
+
+@media(max-width: 767px) {
+ .ul-confirm-modal-window .ul-modal-content {
+ padding:75px 30px 80px
+ }
+}
+
+@media(max-width: 374px) {
+ .ul-confirm-modal-window .ul-modal-content {
+ padding:75px 15px 80px
+ }
+}
+
+.ul-confirm-modal-window .ul-modal-content h2 {
+ margin-bottom: 22px
+}
+
+.ul-confirm-modal-window .ul-modal-content .modal-body {
+ padding-bottom: 20px;
+ text-align: center
+}
+
+.ul-confirm-modal-window .ul-modal-content .modal-body p {
+ color: #303336;
+ padding-bottom: 20px
+}
+
+.ul-confirm-modal-window .ul-modal-content .modal-body p:last-of-type {
+ padding-bottom: 0
+}
+
+.ul-confirm-modal-window .ul-modal-content .modal-body p strong {
+ font-weight: 700
+}
+
+.ul-confirm-modal-window .actions {
+ align-items: center;
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: center;
+ margin-top: 7px
+}
+
+@media(max-width: 767px) {
+ .ul-confirm-modal-window .actions {
+ margin-top:0
+ }
+}
+
+.ul-confirm-modal-window .actions .ul-button {
+ margin-left: 10px;
+ margin-right: 10px
+}
+
+@media(max-width: 767px) {
+ .ul-confirm-modal-window .actions .ul-button {
+ margin:7px 0
+ }
+}
+
+.ul-confirm-modal-window .ul-button-close {
+ color: #265667;
+ cursor: pointer;
+ font-size: 40px;
+ line-height: 40px;
+ position: absolute;
+ right: 20px;
+ top: 10px;
+ z-index: 1000
+}
+
+.ul-confirm-modal-window .ul-button-close:hover {
+ color: #0f3850
+}
+
+.ul-confirm-appear-enter {
+ opacity: 0
+}
+
+.ul-confirm-appear-enter .ul-confirm-modal-window {
+ -webkit-transform: translate(-75%,-50%);
+ transform: translate(-75%,-50%)
+}
+
+.ul-confirm-appear-enter-active {
+ transition: .5s
+}
+
+.ul-confirm-appear-leave-active .ul-confirm-modal-window {
+ -webkit-transform: translateY(-50%);
+ transform: translateY(-50%)
+}
+
+.ul-confirm-appear-leave-active {
+ opacity: 0;
+ transition: .5s
+}
+
+.ul-x-icon {
+ -webkit-tap-highlight-color: rgba(0,0,0,0);
+ cursor: pointer;
+ height: 24px;
+ line-height: 26px
+}
+
+.ul-x-icon:hover {
+ transition: .2s
+}
+
+.ul-x-icon:hover path {
+ stroke: #265667
+}
+
+.ul-add-icon {
+ -webkit-tap-highlight-color: rgba(0,0,0,0);
+ background-clip: padding-box;
+ background-color: #0f3850;
+ background-image: linear-gradient(118deg,#265667,#0f3850);
+ border-color: transparent;
+ border-radius: 50%;
+ cursor: pointer;
+ height: 32px;
+ line-height: 24px;
+ text-align: center;
+ transition: 1s;
+ width: 32px
+}
+
+.ul-add-icon .rect-fill {
+ fill: #0f3850
+}
+
+.ul-add-icon.saved .rect-fill {
+ fill: #97bece
+}
+
+.ul-add-icon.hoverable.saved:not(.loading-add):not(.loading-delete):hover {
+ transition: .2s
+}
+
+.ul-add-icon.hoverable.saved:not(.loading-add):not(.loading-delete):hover #Path-10,.ul-add-icon.hoverable.saved:not(.loading-add):not(.loading-delete):hover .rect-fill {
+ fill: #4a7d95!important
+}
+
+.ul-add-icon.hoverable.saved:not(.loading-add):not(.loading-delete):hover #Path-11 {
+ stroke: #97bece
+}
+
+.ul-add-icon.hoverable:not(.loading-add):not(.loading-delete):hover {
+ background-clip: padding-box;
+ background-color: #0f3850;
+ background-image: linear-gradient(118deg,#0f3850,#0f3850);
+ transition: .2s
+}
+
+.ul-add-icon.hoverable:not(.loading-add):not(.loading-delete):hover #Path-10 {
+ fill: #4a7d95
+}
+
+.ul-add-icon.hoverable:not(.loading-add):not(.loading-delete):hover #Path-11 {
+ stroke: #97bece
+}
+
+#content-list .ul-content-list-add-icon.hoverable:not(.loading-add):not(.loading-delete):hover .ul-content-list-sw-icon .ContentList .icon-stroke {
+ stroke: #0f3850
+}
+
+#content-list .ul-content-list-add-icon.hoverable:not(.loading-add):not(.loading-delete):hover .ul-content-list-sw-icon .ContentList .icon-fill {
+ fill: #4a7d95
+}
+
+#content-list .ul-content-list-add-icon.hoverable.saved:not(.loading-add):not(.loading-delete):hover .ul-content-list-sw-icon .ContentList {
+ fill: #97bece
+}
+
+#content-list .ul-content-list-add-icon.hoverable.saved:not(.loading-add):not(.loading-delete):hover .ul-content-list-sw-icon .ContentList:hover {
+ fill: #4a7d95
+}
+
+#content-list .ul-content-list-add-icon.loading-add,#content-list .ul-content-list-add-icon.loading-delete,.ul-add-icon.loading-add,.ul-add-icon.loading-delete {
+ cursor: wait
+}
+
+.ul-search-icon {
+ color: #265667;
+ display: block;
+ height: 25px;
+ line-height: 0;
+ position: absolute;
+ right: 10px;
+ top: 0;
+ width: 25px;
+ z-index: 2
+}
+
+.ul-search-icon:hover {
+ cursor: pointer
+}
+
+.ul-search-icon .search-icon {
+ color: #265667;
+ display: inline-block;
+ left: 50%;
+ line-height: 0;
+ position: absolute;
+ top: 50%;
+ vertical-align: middle
+}
+
+.ul-search-icon .search-icon:after,.ul-search-icon .search-icon:before {
+ content: "";
+ display: block;
+ position: absolute
+}
+
+.ul-search-icon .search-icon:before {
+ border-radius: 20px;
+ box-shadow: 0 0 0 3px;
+ height: 15px;
+ margin-left: -8px;
+ margin-top: 4px;
+ -webkit-transform: translate(-21%,-90%);
+ transform: translate(-21%,-90%);
+ width: 15px
+}
+
+.ul-search-icon .search-icon:after {
+ background: #265667;
+ border-radius: 20px;
+ height: 13px;
+ left: 3px;
+ top: 3px;
+ -webkit-transform: rotate(-42deg);
+ transform: rotate(-42deg);
+ width: 4px
+}
+
+@media(max-width: 575px) {
+ #login-overlay {
+ position:absolute
+ }
+}
+
+#login-overlay.ul-modal {
+ -webkit-overflow-scrolling: touch;
+ -webkit-animation: fadeIn .3s,height .3s ease-in-out;
+ animation: fadeIn .3s,height .3s ease-in-out;
+ background-color: hsla(0,0%,100%,.9);
+ display: none;
+ height: 100%;
+ left: 0;
+ overflow: auto;
+ padding: 0 20px;
+ position: fixed;
+ top: 0;
+ width: 100%;
+ z-index: 999
+}
+
+@media(max-width: 575px) {
+ #login-overlay.ul-modal {
+ padding:0;
+ width: 100%
+ }
+}
+
+#login-overlay.ul-modal hr {
+ border: 0;
+ border-top: 2px solid #618396;
+ display: block;
+ height: 1px;
+ margin: 2.5em 0;
+ padding: 0
+}
+
+#login-overlay.ul-modal .ul-modal-content {
+ -webkit-animation: fadeIn .3s;
+ animation: fadeIn .3s;
+ background-color: #0f3850;
+ border-radius: 10px;
+ box-shadow: 0 1px 5px 1px rgba(0,0,0,.15);
+ box-sizing: border-box;
+ margin: 80px auto;
+ text-align: center
+}
+
+@media(min-width: 375px) {
+ #login-overlay.ul-modal .ul-modal-content {
+ max-width:375px
+ }
+}
+
+@media(min-width: 576px) {
+ #login-overlay.ul-modal .ul-modal-content {
+ max-width:500px
+ }
+}
+
+@media(min-width: 768px) {
+ #login-overlay.ul-modal .ul-modal-content {
+ max-width:690px;
+ width: 690px
+ }
+}
+
+@media(min-width: 992px) {
+ #login-overlay.ul-modal .ul-modal-content {
+ max-width:920px;
+ width: 700px
+ }
+}
+
+#login-overlay.ul-modal .ul-modal-content .ul-modal-close-btn {
+ position: relative
+}
+
+#login-overlay.ul-modal .ul-modal-content .ul-modal-close-btn .ul-modal-close {
+ color: #fff;
+ cursor: pointer;
+ font-size: 40px;
+ position: absolute;
+ right: 25px;
+ top: 15px;
+ transition: .2s;
+ z-index: 1000
+}
+
+#login-overlay.ul-modal .ul-modal-content .ul-modal-close-btn .ul-modal-close:hover {
+ color: #97bece
+}
+
+#login-overlay.ul-modal .ul-modal-content.login-success {
+ height: 200px
+}
+
+#login-overlay.ul-modal .ul-modal-content.login-success .user-login {
+ animation: min-height .3s ease-in-out;
+ -webkit-animation: min-height .3s ease-in-out;
+ height: 100%;
+ padding: 10px
+}
+
+#login-overlay.ul-modal .ul-modal-content.login-success .user-login .success-message {
+ align-content: center;
+ align-items: center;
+ display: flex;
+ flex-flow: row wrap;
+ height: 100%;
+ justify-content: center
+}
+
+#login-overlay.ul-modal .ul-modal-content.login-success .user-login .success-message p {
+ padding-top: 10px
+}
+
+@media(max-width: 374px) {
+ #login-overlay.ul-modal .ul-modal-content .ul-modal-content-inner {
+ padding:10px
+ }
+}
+
+@media(max-width: 575px) {
+ #login-overlay.ul-modal .ul-modal-content .ul-modal-content-inner {
+ padding:2px 15px 80px
+ }
+}
+
+@media(max-width: 767px) {
+ #login-overlay.ul-modal .ul-modal-content .ul-modal-content-inner {
+ padding:2px 15px 80px
+ }
+}
+
+@media(min-width: 768px) {
+ #login-overlay.ul-modal .ul-modal-content .ul-modal-content-inner {
+ padding:2px 120px 80px
+ }
+}
+
+@media(min-width: 992px) {
+ #login-overlay.ul-modal .ul-modal-content .ul-modal-content-inner {
+ padding:2px 80px 80px
+ }
+}
+
+#login-overlay.ul-modal .ul-modal-content .ul-modal-content-inner .user-login {
+ background-color: #0e3850;
+ border-radius: 10px;
+ min-height: 100%
+}
+
+#login-overlay.ul-modal .ul-modal-content .ul-modal-content-inner .user-login .ul-header.header-md {
+ margin: 50px 0 5px
+}
+
+#login-overlay.ul-modal .ul-modal-content .ul-modal-content-inner .user-login .ul-header.header-sm {
+ margin: 0 0 30px
+}
+
+#login-overlay.ul-modal .ul-modal-content .ul-modal-content-inner .user-login .ul-action.register {
+ margin: 20px auto 0
+}
+
+#favorites-list {
+ display: block
+}
+
+@media(min-width: 768px) {
+ #favorites-list {
+ display:flex;
+ margin: 0
+ }
+
+ .words-list.wordlist_col_0 {
+ border-right: 15px solid transparent;
+ width: 50%
+ }
+
+ .words-list.wordlist_col_1 {
+ border-left: 15px solid transparent;
+ width: 50%
+ }
+}
+
+.words-list .words-list-item {
+ -webkit-tap-highlight-color: rgba(0,0,0,0);
+ box-sizing: border-box;
+ padding: 13px 24px 17px
+}
+
+.words-list .words-list-item.item-even {
+ background-color: #f4f4f4
+}
+
+.words-list .words-list-item.item-odd {
+ background-color: #fff
+}
+
+@media(min-width: 768px) {
+ .words-list .words-list-item.item-even,.words-list .words-list-item.item-odd {
+ background-color:#fff
+ }
+
+ .words-list .words-list-item:nth-child(odd) {
+ background-color: #f4f4f4
+ }
+
+ .words-list .words-list-item:nth-child(2n) {
+ background-color: #fff
+ }
+}
+
+.words-list .words-list-item.active {
+ background-color: #cbe1ea;
+ transition: all .2s
+}
+
+.words-list .words-list-item.active .ul-x-icon.active path {
+ stroke: #265667
+}
+
+.words-list .words-list-item.nope {
+ display: none
+}
+
+.words-list .item {
+ align-items: center;
+ display: flex;
+ min-height: 56px;
+ position: relative
+}
+
+.words-list .ul-add-icon {
+ height: 34px;
+ margin-right: 20px;
+ margin-top: 2px;
+ width: 34px
+}
+
+.words-list .ul-add-icon .ul-word-list-icon {
+ height: auto;
+ margin-right: 0;
+ margin-top: 8px;
+ vertical-align: top;
+ width: auto
+}
+
+.words-list .item-details {
+ word-wrap: break-word;
+ display: inline-block;
+ flex-grow: 1;
+ padding-right: 10px;
+ text-align: left;
+ white-space: pre-wrap;
+ white-space: -moz-pre-wrap;
+ white-space: -pre-wrap;
+ white-space: -o-pre-wrap;
+ word-break: break-all
+}
+
+.words-list .item-headword {
+ color: #4a7d95;
+ font-family: Playfair Display,serif;
+ font-size: 25px;
+ font-weight: 700;
+ letter-spacing: .5px;
+ line-height: 36px
+}
+
+.words-list .item-headword:hover {
+ color: #225f73;
+ text-decoration: none
+}
+
+.words-list .item-sub-details {
+ align-items: center;
+ display: flex;
+ margin-top: 2px
+}
+
+.words-list .item-icon-def {
+ margin-right: 5px;
+ margin-top: 1px
+}
+
+.words-list .item-date {
+ color: #225f73;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 12px;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 400;
+ letter-spacing: .1px;
+ line-height: 20px;
+ margin-right: 8px
+}
+
+.words-list .item-divider {
+ margin-left: 8px
+}
+
+.words-list .item-icons {
+ align-items: center;
+ display: flex;
+ flex-basis: 76px;
+ flex-grow: 0;
+ flex-shrink: 0
+}
+
+.words-list .ul-def-icon {
+ border: 2px solid;
+ margin-right: 4px
+}
+
+.words-list .ul-x-icon {
+ height: 24px;
+ line-height: 26px;
+ margin-left: auto;
+ margin-top: 6px
+}
+
+.slide-fade-enter-active {
+ transition: all .3s ease
+}
+
+.slide-fade-leave-active {
+ transition: all .8s cubic-bezier(1,.5,.8,1)
+}
+
+.slide-fade-enter,.slide-fade-leave-to {
+ opacity: 0;
+ -webkit-transform: translateX(10px);
+ transform: translateX(10px)
+}
+
+.fade-in-enter-active {
+ transition: opacity .1s ease-in
+}
+
+.fade-in-leave-active {
+ transition: opacity .1s ease-out
+}
+
+.fade-in-enter,.fade-in-leave-to {
+ opacity: 0
+}
+
+.fade-enter-active {
+ transition: opacity .3s ease
+}
+
+.fade-leave-active {
+ transition: opacity .1s ease-out
+}
+
+.fade-enter,.fade-leave-to {
+ opacity: 0
+}
+
+.slide-down-enter-active {
+ transition: all .5s ease-out
+}
+
+.slide-down-leave-active {
+ transition: all .5s ease-in
+}
+
+.slide-down-enter,.slide-down-leave-to {
+ margin-bottom: -200px;
+ opacity: 0
+}
+
+.slide-down-enter-to,.slide-down-leave {
+ margin-bottom: 0
+}
+
+.words-list-item {
+ transition: all .4s
+}
+
+.words-list-group-enter,.words-list-group-leave-to {
+ opacity: 0;
+ -webkit-transform: translateY(30px);
+ transform: translateY(30px)
+}
+
+.words-list-group-leave-active {
+ transition: all .1s
+}
+
+.ul-paginator {
+ align-items: center;
+ display: flex;
+ justify-content: center;
+ margin-top: 30px
+}
+
+.ul-paginator li {
+ border: 1px solid #cbe1ea;
+ height: 40px;
+ margin: 0
+}
+
+.ul-paginator li.ul-page-current {
+ border-left: 0;
+ border-right: 0;
+ cursor: default;
+ padding: 9px 20px
+}
+
+.ul-paginator li.ul-page-prev {
+ border-radius: 3px 0 0 3px
+}
+
+.ul-paginator li.ul-page-next {
+ border-radius: 0 3px 3px 0
+}
+
+.ul-paginator li.ul-page-next,.ul-paginator li.ul-page-prev {
+ -webkit-tap-highlight-color: rgba(0,0,0,0);
+ cursor: pointer;
+ padding: 7px
+}
+
+.ul-paginator li.ul-page-next.active,.ul-paginator li.ul-page-prev.active {
+ background-clip: padding-box;
+ background-color: #265667;
+ background-image: linear-gradient(118deg,#265667,#0f3850);
+ transition: all .3s ease
+}
+
+.ul-paginator li.ul-page-next.active svg .ul-action-arrow-left,.ul-paginator li.ul-page-next.active svg .ul-action-arrow-right,.ul-paginator li.ul-page-prev.active svg .ul-action-arrow-left,.ul-paginator li.ul-page-prev.active svg .ul-action-arrow-right {
+ fill: #cbe1ea
+}
+
+.ul-confirm-dialog {
+ opacity: 0;
+ position: fixed;
+ transition: opacity .2s;
+ z-index: -1
+}
+
+.ul-confirm-dialog.active {
+ cursor: auto;
+ opacity: 1;
+ z-index: 3
+}
+
+.ul-confirm-dialog .mw__arrow {
+ height: 25px;
+ overflow: hidden;
+ position: absolute;
+ top: 100%;
+ -webkit-transform: translateX(-150px);
+ transform: translateX(-150px);
+ width: 50px
+}
+
+.ul-confirm-dialog .mw__arrow:after {
+ background: #fff;
+ border-radius: 4px;
+ box-shadow: 0 1px 4px 1px rgba(0,0,0,.2);
+ content: "";
+ height: 20px;
+ left: 50%;
+ position: absolute;
+ top: 0;
+ -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
+ transform: translateX(-50%) translateY(-50%) rotate(45deg);
+ width: 20px
+}
+
+.ul-confirm-dialog[x-placement^=bottom] .mw__arrow {
+ top: -25px
+}
+
+.ul-confirm-dialog[x-placement^=bottom] .mw__arrow:after {
+ top: 16px;
+ -webkit-transform: rotate(135deg);
+ transform: rotate(135deg)
+}
+
+.ul-confirm-dialog-window {
+ background: #fff;
+ border-radius: 4px;
+ box-shadow: 0 1px 7px 1px rgba(0,0,0,.2);
+ margin-left: -5px;
+ max-width: 320px;
+ padding: 30px;
+ text-align: left;
+ width: 100%
+}
+
+.ul-confirm-dialog-window p {
+ word-wrap: break-word;
+ white-space: pre-wrap;
+ white-space: -moz-pre-wrap;
+ white-space: -pre-wrap;
+ white-space: -o-pre-wrap
+}
+
+.ul-confirm-dialog-window .actions {
+ display: flex;
+ flex-wrap: wrap;
+ padding-top: 17px
+}
+
+.ul-confirm-dialog-window .actions .ul-button:nth-child(n+2) {
+ margin-top: 20px
+}
+
+.ul-confirm-dialog-window .actions .ul-button svg {
+ overflow: visible
+}
+
+.filter-words .ul-confirm-dialog .mw__arrow {
+ left: 160px!important
+}
+
+.ul-must-login-def #ul-must-login.ul-confirm-dialog .mw__arrow {
+ -webkit-transform: translateX(-60px);
+ transform: translateX(-60px)
+}
+
+.ul-must-login-thes #ul-must-login.ul-confirm-dialog .mw__arrow {
+ -webkit-transform: translateX(-14px);
+ transform: translateX(-14px)
+}
+
+.ul-must-login-article #ul-must-login.ul-confirm-dialog a {
+ color: #fff
+}
+
+.ul-must-login-article #ul-must-login.ul-confirm-dialog .mw__arrow {
+ -webkit-transform: translateX(-10px);
+ transform: translateX(-10px)
+}
+
+input[type=search] {
+ box-sizing: border-box
+}
+
+input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
+ display: none
+}
+
+input[type=search] {
+ -webkit-appearance: none;
+ appearance: none
+}
+
+.bg-opacity-80 {
+ --bs-bg-opacity: 0.8
+}
+
+.border-gold {
+ border-bottom-width: 2px!important;
+ border-color: #e4c04b!important;
+ -o-border-image: linear-gradient(90deg,#c5a332,#e4c04b)!important;
+ border-image: linear-gradient(90deg,#c5a332,#e4c04b)!important;
+ border-image-slice: 1!important
+}
+
+.position-left {
+ left: 0!important
+}
+
+.position-top {
+ top: 0!important
+}
+
+.position-right {
+ right: 0!important
+}
+
+.position-bottom {
+ bottom: 0!important
+}
+
+.font-logo {
+ font-family: Playfair Display,serif
+}
+
+.eb-header {
+ background: #0a1b27;
+ color: #e7f0f4;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 11px;
+ height: 23px;
+ line-height: 23px
+}
+
+.homepage .top-header {
+ top: 23px
+}
+
+.search-container {
+ background: #0a1b27;
+ height: 46px;
+ padding: 0
+}
+
+.search-form .close-button {
+ display: none;
+ opacity: .25
+}
+
+.search-form .close-button:hover {
+ opacity: .5
+}
+
+.navigation .external-link svg {
+ height: auto;
+ vertical-align: top;
+ width: 18px
+}
+
+@media(max-width: 991.98px) {
+ .navigation .external-link svg path {
+ fill:#fff
+ }
+}
+
+.close-button,.search-button {
+ border-bottom: 2px solid transparent;
+ height: 46px;
+ right: 0;
+ top: 0
+}
+
+.close-button svg g,.search-button svg g {
+ fill: #0a1b27
+}
+
+.search {
+ background: #f4f4f4!important;
+ border: 0;
+ border-radius: 6px!important;
+ color: #0a1b27;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 24px;
+ font-size: 18px;
+ font-weight: 700;
+ font-weight: 400;
+ height: 46px;
+ padding-right: 3rem;
+ transition: background .25s;
+ transition: all .25s
+}
+
+.search::-webkit-input-placeholder {
+ color: #0a1b27
+}
+
+.search::placeholder {
+ color: #0a1b27
+}
+
+.arrow-up {
+ background-color: #e4c04b;
+ border-radius: 4px;
+ height: 10px;
+ -webkit-transform: rotate(45deg);
+ transform: rotate(45deg);
+ width: 10px
+}
+
+.chevron-left-circle {
+ background: #0a1b27;
+ border-radius: 100%;
+ height: 36px;
+ line-height: 32px;
+ margin-right: 5px;
+ padding-right: 2px;
+ text-align: center;
+ transition: opacity .1s;
+ width: 36px
+}
+
+.chevron-left-circle:hover {
+ opacity: .8
+}
+
+.btn-md {
+ font-size: .825rem!important;
+ height: 36px;
+ min-width: 90px;
+ padding: .15rem .25rem
+}
+
+.btn-alt {
+ background: #4a7d95
+}
+
+.btn-alt:hover {
+ opacity: .95
+}
+
+.btn-gradient {
+ background: #0f3850!important;
+ border: 3px solid transparent;
+ font-size: .875rem;
+ padding: .425rem .5rem;
+ transition: opacity .25s
+}
+
+@media(min-width: 992px) {
+ .btn-gradient {
+ font-size:.8125rem;
+ padding: .325rem .375rem
+ }
+}
+
+@media(min-width: 1200px) {
+ .btn-gradient {
+ font-size:.875rem;
+ padding: .425rem .5rem
+ }
+}
+
+.btn-gradient:active,.btn-gradient:hover {
+ background: #4a7d95!important;
+ background: linear-gradient(180deg,#4a7d95,#225f73)!important;
+ border: 3px solid #000;
+ opacity: .95
+}
+
+.btn-gradient:focus {
+ background: #265667!important
+}
+
+.btn-gradient.active {
+ background: #4a7d95!important;
+ background: linear-gradient(180deg,#4a7d95,#225f73)!important;
+ border: 3px solid #000;
+ transition: opacity .25s
+}
+
+.btn-gradient.active:active,.btn-gradient.active:hover {
+ background: #0f3850!important;
+ border: 3px solid #000
+}
+
+.btn-gradient.active:focus {
+ background: #0f3850!important;
+ border: 3px solid transparent;
+ transition: opacity .25s
+}
+
+@media(max-width: 991.98px) {
+ .btn-gradient.active-sm {
+ background:#4a7d95;
+ background: linear-gradient(180deg,#4a7d95,#225f73);
+ border: 3px solid #000;
+ transition: opacity .25s
+ }
+
+ .btn-gradient.active-sm:active,.btn-gradient.active-sm:hover {
+ background: #0f3850;
+ border: 3px solid #000
+ }
+
+ .btn-gradient.active-sm:focus {
+ background: #0f3850;
+ border: 3px solid transparent;
+ transition: opacity .25s
+ }
+}
+
+.btn-gold {
+ background: #c5a332;
+ border: 3px solid #000;
+ font-size: .875rem;
+ padding: .425rem .5rem
+}
+
+@media(min-width: 992px) {
+ .btn-gold {
+ font-size:.8125rem;
+ padding: .325rem .375rem
+ }
+}
+
+@media(min-width: 1200px) {
+ .btn-gold {
+ font-size:.875rem;
+ padding: .425rem .5rem
+ }
+}
+
+.btn-gold:hover {
+ border: 3px solid #000;
+ opacity: .9
+}
+
+.btn-gold:active {
+ border: 3px solid transparent
+}
+
+.btn-blue {
+ background: #0f3850;
+ font-size: .875rem;
+ padding: .425rem .5rem
+}
+
+@media(min-width: 992px) {
+ .btn-blue {
+ font-size:.8125rem;
+ padding: .325rem .375rem
+ }
+}
+
+@media(min-width: 1200px) {
+ .btn-blue {
+ font-size:.875rem;
+ padding: .425rem .5rem
+ }
+}
+
+.btn-blue:hover {
+ background: #265667
+}
+
+.btn-blue:active {
+ background: #0a1b27
+}
+
+.button-switcher-container {
+ margin-top: 8px
+}
+
+.button-switcher-container .button-switcher {
+ background: #0a1b27
+}
+
+.button-switcher-container .btn-dict.active,.button-switcher-container .btn-dict:hover {
+ background: #d71920
+}
+
+.button-switcher-container .btn-thes.active,.button-switcher-container .btn-thes:hover {
+ background: #f75b00
+}
+
+.button-switcher-container .btn-toggle {
+ border: none;
+ color: #f4f4f4;
+ font-size: .875rem;
+ height: 44px;
+ position: relative;
+ transition: background-color .25s;
+ width: 100%
+}
+
+.button-switcher-container .btn-toggle.focus,.button-switcher-container .btn-toggle.focus.active,.button-switcher-container .btn-toggle:focus,.button-switcher-container .btn-toggle:focus.active {
+ outline: none
+}
+
+.button-switcher-container .btn-toggle:after,.button-switcher-container .btn-toggle:before {
+ bottom: 0;
+ color: #fff;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ letter-spacing: .25px;
+ line-height: 42px;
+ position: absolute;
+ text-align: center;
+ transition: opacity .25s;
+ width: 50%;
+ z-index: 1
+}
+
+.button-switcher-container .btn-toggle:before {
+ content: "Dictionary";
+ left: 3px
+}
+
+.button-switcher-container .btn-toggle:after {
+ content: "Thesaurus";
+ right: 3px
+}
+
+.button-switcher-container .btn-toggle>.btn-switch {
+ background: #d71920;
+ border-bottom: 2px solid #960012;
+ border-radius: 5px;
+ height: 42px;
+ left: 3px;
+ left: .5%;
+ position: absolute;
+ top: 2px;
+ transition: left .25s;
+ width: 50%
+}
+
+.button-switcher-container .btn-toggle.active>.btn-switch {
+ background: #f75b00;
+ border-bottom: 3px solid #703100;
+ left: 49%;
+ left: 49.5%
+}
+
+@media(min-width: 992px) {
+ .button-switcher-container .btn-toggle {
+ font-size:.75rem;
+ font-weight: 700;
+ height: 45px
+ }
+}
+
+@media(min-width: 992px)and (min-width:1200px) {
+ .button-switcher-container .btn-toggle {
+ font-size:.825rem
+ }
+}
+
+@media(min-width: 992px) {
+ .button-switcher-container .btn-toggle:after,.button-switcher-container .btn-toggle:before {
+ line-height:45px
+ }
+
+ .button-switcher-container .btn-toggle:before {
+ left: 0
+ }
+}
+
+.header-placeholder {
+ height: 57px;
+ width: 100%
+}
+
+@media(min-width: 992px) {
+ .header-placeholder {
+ height:57px
+ }
+}
+
+.header-placeholder .est {
+ background: #0f3850;
+ border-radius: 0 0 6px 6px!important;
+ color: #f4f4f4;
+ font-size: 10px;
+ height: 40px;
+ left: 4px;
+ line-height: 59px;
+ position: absolute;
+ top: 45px;
+ width: 68px;
+ z-index: 1
+}
+
+.top-header {
+ background: #0f3850;
+ left: 0;
+ top: 0;
+ transition: all .25s;
+ z-index: 99999
+}
+
+.top-header.search-active+.header-placeholder {
+ height: 108px
+}
+
+@media(min-width: 992px) {
+ .top-header.search-active+.header-placeholder {
+ height:57px
+ }
+}
+
+.top-header .navbar {
+ display: flex;
+ flex-wrap: wrap;
+ height: auto;
+ padding-bottom: 5px;
+ padding-top: 5px
+}
+
+.top-header .navbar-brand {
+ display: block;
+ margin-left: 8px;
+ margin-right: 8px;
+ padding: 0;
+ width: 46px
+}
+
+.top-header .button-switcher-container,.top-header .navbar-close,.top-header .search-results-auto {
+ display: none
+}
+
+.top-header .navbar-toggler {
+ background: transparent;
+ border: 0;
+ margin: 0 .5rem
+}
+
+.top-header .navbar-toggler:hover {
+ border-width: 1px
+}
+
+.top-header .search:focus {
+ box-shadow: none
+}
+
+.top-header .search-button {
+ padding: .25rem 1.25rem
+}
+
+.top-header .search-button.search-dictionary {
+ background: #d71920;
+ border-bottom: 2px solid #960012;
+ border-radius: 0 6px 6px 0
+}
+
+.top-header .search-button.search-dictionary svg g {
+ fill: #f4f4f4
+}
+
+.top-header .search-button.search-thesaurus {
+ background: #f75b00;
+ border-bottom: 2px solid #ae5005;
+ border-radius: 0 6px 6px 0
+}
+
+.top-header .search-button.search-thesaurus svg g {
+ fill: #f4f4f4
+}
+
+.top-header .search-button svg g {
+ fill: #0a1b27
+}
+
+.top-header .loggedin-links {
+ display: none
+}
+
+.top-header .loggedout-links {
+ display: block
+}
+
+.top-header .logo-mobile {
+ width: 100%
+}
+
+.top-header.user-logged-in .logo-mobile {
+ flex: 0 0 auto;
+ width: 50%
+}
+
+.top-header.user-logged-in .loggedin-links {
+ display: block!important
+}
+
+.top-header.user-logged-in .loggedout-links {
+ display: none!important
+}
+
+.top-header.search-active .button-witcher-container {
+ margin-top: 5px
+}
+
+.top-header.search-active .navbar-toggler,.top-header.search-active ul.menu-list-items {
+ display: none
+}
+
+.top-header.search-active .navbar-brand {
+ display: none!important
+}
+
+.top-header.search-active .navbar-close,.top-header.search-active .navbar-close-search {
+ display: flex!important
+}
+
+.top-header.search-active .navbar-close {
+ height: 90px
+}
+
+.top-header.search-active .button-switcher-container,.top-header.search-active .navbar-close,.top-header.search-active .search-results-auto {
+ display: block
+}
+
+.top-header.search-active .search-container {
+ position: relative
+}
+
+.top-header.search-active .search-container button,.top-header.search-active .search-container input {
+ z-index: 9
+}
+
+.top-header.search-active .search-container .search-results-auto {
+ display: none
+}
+
+.top-header.search-active .search-form .close-button {
+ display: block;
+ right: 4rem
+}
+
+.top-header.search-active .search-form .close-button svg path {
+ fill: #0a1b27
+}
+
+.top-header.search-active .search {
+ background: #fff!important;
+ color: #0a1b27;
+ font-family: Open Sans,Helvetica,Arial,sans-serif;
+ font-size: 18px;
+ font-weight: 400
+}
+
+.top-header.search-active .search::-webkit-input-placeholder {
+ color: #0a1b27
+}
+
+.top-header.search-active .search::placeholder {
+ color: #0a1b27
+}
+
+@media(max-width: 991.98px) {
+ .top-header .navigation-container {
+ position:fixed;
+ right: -100%
+ }
+
+ .top-header.search-active .navigation,.top-header.search-active .navigation-container {
+ display: none!important
+ }
+
+ .top-header.search-active .search-form .close-button {
+ right: 4rem
+ }
+
+ .top-header.search-active .search-form .search {
+ padding-right: 5rem
+ }
+
+ .top-header.menu-active .navbar {
+ flex-wrap: wrap;
+ padding-bottom: 0
+ }
+
+ .top-header.menu-active .navigation-container {
+ position: fixed;
+ right: 0
+ }
+
+ .top-header.menu-active .navigation-container .btn-close {
+ right: 260px
+ }
+
+ .top-header.menu-active .navigation-container .navigation {
+ right: 0
+ }
+
+ .top-header.menu-active .navigation-container .active-arrow {
+ display: none
+ }
+}
+
+@media(min-width: 992px) {
+ .top-header .navbar {
+ justify-content:start;
+ padding: 6px 0!important
+ }
+
+ .top-header .navbar-toggler {
+ display: none!important
+ }
+
+ .top-header .navbar-brand {
+ height: 40px;
+ order: 0;
+ position: relative;
+ width: 60px
+ }
+
+ .top-header .navbar-brand .logo,.top-header .navbar-brand svg {
+ height: auto;
+ position: absolute;
+ width: 60px;
+ z-index: 2
+ }
+
+ .top-header .button-switcher-container {
+ display: flex!important;
+ margin: 0 2px 0 0;
+ max-width: 185px!important;
+ min-width: 175px!important;
+ order: 1;
+ padding: 0;
+ width: 185px!important
+ }
+}
+
+@media(min-width: 992px)and (min-width:1200px) {
+ .top-header .button-switcher-container {
+ margin-right:8px
+ }
+}
+
+@media(min-width: 992px)and (max-width:1199.98px) {
+ .top-header .button-switcher-container {
+ max-width:160px!important;
+ min-width: 160px!important;
+ width: 160px!important
+ }
+}
+
+@media(min-width: 992px) {
+ .top-header .button-switcher-container .button-switcher {
+ width:100%
+ }
+
+ .top-header .search-form-container {
+ background: #0a1b27;
+ padding: 0
+ }
+
+ .top-header.search-active .navbar-brand {
+ display: flex!important
+ }
+
+ .top-header.search-active .navbar-close {
+ display: none!important
+ }
+
+ .top-header.search-active .search-container {
+ background: #f4f4f4
+ }
+
+ .top-header.search-active .search-container:before {
+ border-radius: 8px 8px 0 0;
+ box-sizing: content-box;
+ content: "";
+ height: 48px;
+ left: -2px;
+ padding: 2px;
+ position: absolute;
+ top: 0;
+ width: 100%
+ }
+
+ .top-header.search-active .search-container.active:before {
+ background: #f4f4f4
+ }
+
+ .top-header.search-active .search-container .search-results-auto {
+ display: block
+ }
+
+ .top-header.search-active .search {
+ border-bottom: 2px solid #ebebeb!important;
+ padding-right: 6rem
+ }
+
+ .top-header .search-container .search-results-auto {
+ border-radius: 0 0 8px 8px!important;
+ box-shadow: 0 20px 20px -10px rgba(10,27,39,.4)!important;
+ box-sizing: content-box;
+ display: none;
+ left: 0;
+ left: -2px;
+ padding: 0 2px;
+ position: absolute;
+ top: 44px;
+ z-index: 1
+ }
+
+ .top-header .search-container {
+ height: 45px;
+ min-width: 270px;
+ order: 3;
+ padding: 2px
+ }
+}
+
+@media(min-width: 992px)and (min-width:1400px) {
+ .top-header .search-container {
+ min-width:400px
+ }
+}
+
+@media(min-width: 992px)and (max-width:1199.98px) {
+ .top-header .search-container {
+ min-width:260px
+ }
+
+ .top-header .search-container .search {
+ font-size: .875rem
+ }
+}
+
+@media(min-width: 992px) {
+ .top-header .search-container .close-button,.top-header .search-container .search,.top-header .search-container .search-button {
+ height:41px
+ }
+
+ .top-header .search-container .search-button {
+ padding: .25rem 1.25rem
+ }
+
+ .top-header .navigation-container a,.top-header .navigation-container span {
+ font-size: .8125rem;
+ font-weight: 700
+ }
+}
+
+@media(min-width: 992px)and (min-width:1200px) {
+ .top-header .navigation-container a,.top-header .navigation-container span {
+ font-size:.875rem
+ }
+}
+
+@media(min-width: 992px) {
+ .top-header .navigation-container .btn-md {
+ min-width:75px
+ }
+
+ .top-header .dropdown-menu a,.top-header .dropdown-menu span {
+ font-size: .875rem
+ }
+
+ .top-header .menu-list-items {
+ background: transparent;
+ font-size: 14px;
+ font-weight: 700;
+ margin-top: 0;
+ order: 4;
+ width: auto
+ }
+
+ .top-header .menu-list-items .active span,.top-header .menu-list-items li>a,.top-header .menu-list-items li>span {
+ color: #f4f4f4
+ }
+
+ .top-header .menu-list-items .active span:hover,.top-header .menu-list-items li>a:hover,.top-header .menu-list-items li>span:hover {
+ background-color: transparent!important;
+ border-color: transparent!important
+ }
+
+ .top-header .menu-list-items .submenu {
+ top: 54px
+ }
+}
+
+@media(min-width: 1400px) {
+ .top-header .navbar-brand {
+ margin-right:1rem;
+ width: 67px
+ }
+
+ .top-header .navbar-brand svg {
+ top: -3px;
+ width: 70px
+ }
+
+ .top-header .search-container {
+ min-width: 350px
+ }
+
+ .top-header .navigation-container a,.top-header .navigation-container span {
+ font-size: .875rem;
+ line-height: 1.25rem
+ }
+
+ .top-header .button-switcher-container {
+ max-width: 220px!important;
+ width: 220px!important
+ }
+
+ .top-header .button-switcher-container .btn-toggle {
+ font-size: .875rem
+ }
+
+ .header-placeholder .est {
+ font-size: 14px;
+ height: 42px;
+ top: 54px;
+ width: 80px
+ }
+}
+
+.search-results-auto {
+ background: #fff;
+ max-height: 60vh;
+ top: 50px;
+ width: 100%
+}
+
+.search-results-auto .search-results-title {
+ border-bottom: 2px solid #d71920;
+ color: #0f3850;
+ font-family: Playfair Display,serif;
+ font-size: 1.2rem;
+ font-weight: 700;
+ margin-bottom: 5px;
+ padding-bottom: 5px
+}
+
+.search-results-auto .search-results-title.thesaurus {
+ border-bottom: 2px solid #f75b00
+}
+
+.search-results-auto span {
+ color: #757575
+}
+
+.search-results-auto ul {
+ list-style: none;
+ margin: 0;
+ padding: 0
+}
+
+.search-results-auto ul li {
+ margin: 0;
+ padding: 0 0 2px
+}
+
+.search-results-auto ul li a {
+ display: block;
+ padding: 4px 10px
+}
+
+.search-results-auto ul li a.active,.search-results-auto ul li a:focus,.search-results-auto ul li a:hover {
+ background: #edf4f7
+}
+
+ul.menu-list-items {
+ background: #fff;
+ font-size: .875rem;
+ font-weight: 400;
+ margin: .5rem 0 0;
+ padding: 0;
+ position: relative;
+ width: 100%
+}
+
+ul.menu-list-items li {
+ height: 44px;
+ margin: 0;
+ padding: 0
+}
+
+ul.menu-list-items li a,ul.menu-list-items li>span {
+ color: #265667;
+ padding: 10px;
+ text-decoration: none
+}
+
+ul.menu-list-items li a.parent.active,ul.menu-list-items li a.parent.show,ul.menu-list-items li a.parent:hover,ul.menu-list-items li>span.parent.active,ul.menu-list-items li>span.parent.show,ul.menu-list-items li>span.parent:hover {
+ background: #e7f0f4
+}
+
+@media(max-width: 991.98px) {
+ ul.menu-list-items li a.parent.active,ul.menu-list-items li a.parent.show,ul.menu-list-items li a.parent:hover,ul.menu-list-items li>span.parent.active,ul.menu-list-items li>span.parent.show,ul.menu-list-items li>span.parent:hover {
+ border:1px solid #97bece
+ }
+
+ ul.menu-list-items li a,ul.menu-list-items li>span {
+ border: 1px solid transparent
+ }
+}
+
+ul.menu-list-items li a.active,ul.menu-list-items li>span.active {
+ color: #303336;
+ font-weight: 700
+}
+
+ul.menu-list-items li:last-child ul.submenu,ul.menu-list-items li:nth-last-child(2) ul.submenu {
+ left: auto;
+ right: 0
+}
+
+ul.menu-list-items li.active .arrow-up,ul.menu-list-items li:hover .arrow-up {
+ display: flex!important
+}
+
+ul.menu-list-items li.active ul.submenu,ul.menu-list-items li:hover ul.submenu {
+ border-top: 4px solid #e4c04b;
+ max-height: 500px;
+ padding: 5px
+}
+
+ul.menu-list-items .arrow-up {
+ display: none;
+ left: 45%;
+ position: absolute;
+ top: 44px
+}
+
+ul.menu-list-items .active-arrow {
+ display: none
+}
+
+ul.menu-list-items .active .active-arrow,ul.menu-list-items .active:hover .active-arrow {
+ border-bottom: 4px solid #d71920;
+ display: block!important;
+ height: 4px;
+ left: 0;
+ position: absolute;
+ top: 48px;
+ width: 100%
+}
+
+ul.menu-list-items .active .active-arrow .arrow-up,ul.menu-list-items .active:hover .active-arrow .arrow-up {
+ border-bottom: 5px solid #d71920;
+ display: block;
+ top: -4px
+}
+
+ul.submenu {
+ background: #fff;
+ left: 0;
+ min-width: 250px;
+ overflow: hidden;
+ position: absolute;
+ top: 40px
+}
+
+ul.submenu li {
+ border: 1px solid transparent;
+ width: 100%
+}
+
+ul.submenu li.active,ul.submenu li.show,ul.submenu li:hover {
+ background: #edf4f7
+}
+
+ul.submenu a {
+ color: #303336;
+ font-weight: 700
+}
+
+ul.submenu ul {
+ display: none
+}
+
+@media(min-width: 992px) {
+ .navigation ul {
+ font-size:16px;
+ font-weight: 400;
+ margin: 0;
+ padding: 0;
+ position: relative;
+ width: 100%
+ }
+
+ .navigation ul ul.submenu {
+ left: 0;
+ position: absolute;
+ top: 40px
+ }
+
+ .navigation ul li:last-child ul.submenu,.navigation ul li:nth-last-child(2) ul.submenu {
+ left: auto;
+ right: 0
+ }
+
+ .navigation ul li .active-arrow {
+ display: none;
+ left: 40%;
+ position: absolute;
+ top: 35px
+ }
+
+ .navigation ul li.active .active-arrow,.navigation ul li.dropdown .dropdown-toggle.show .active-arrow {
+ display: block
+ }
+
+ .navigation ul li.active .arrow-up,.navigation ul li.dropdown .dropdown-toggle.show .arrow-up {
+ display: flex!important
+ }
+
+ .navigation ul li.active ul.submenu,.navigation ul li.active+ul.submenu,.navigation ul li.dropdown .dropdown-toggle.show ul.submenu,.navigation ul li.dropdown .dropdown-toggle.show+ul.submenu {
+ background: #fff;
+ border-top: 4px solid #e4c04b;
+ min-width: 250px;
+ padding: 5px;
+ z-index: 999
+ }
+
+ .navigation ul li.active ul.submenu a,.navigation ul li.active ul.submenu span,.navigation ul li.active+ul.submenu a,.navigation ul li.active+ul.submenu span,.navigation ul li.dropdown .dropdown-toggle.show ul.submenu a,.navigation ul li.dropdown .dropdown-toggle.show ul.submenu span,.navigation ul li.dropdown .dropdown-toggle.show+ul.submenu a,.navigation ul li.dropdown .dropdown-toggle.show+ul.submenu span {
+ color: #0f3850
+ }
+}
+
+.navigation .dropdown-toggle:after {
+ background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAAR0lEQVR4AWOYvu/cfTDef16BgUgwff9xBZg+mAH/EYYQ1oysByFA2BCsavFIENZMWAFhOcK2ENBM2BCCmgkbgqmZJEMIaQYADsnGt6nYPREAAAAASUVORK5CYII=") 50% no-repeat;
+ border: 0;
+ display: block;
+ height: 9px;
+ margin-left: 5px;
+ margin-top: 3px;
+ scale: 80%;
+ width: 16px
+}
+
+.navigation .dropdown-toggle.show:after {
+ -webkit-transform: scaleY(-1);
+ transform: scaleY(-1)
+}
+
+@media(max-width: 991.98px) {
+ .navigation {
+ background:#265667;
+ height: 100%;
+ position: absolute;
+ right: -100%;
+ top: 0;
+ transition: right .25s;
+ width: 250px
+ }
+
+ .navigation.active {
+ right: 0
+ }
+
+ .navigation .navigation-first-half {
+ background: #0f3850;
+ display: flex
+ }
+
+ .navigation ul.navigation-second-half {
+ margin: 0;
+ padding: 1rem;
+ padding-top: 1rem!important
+ }
+
+ .navigation ul.navigation-second-half a {
+ background: transparent;
+ color: #f4f4f4;
+ font-size: 16px;
+ font-weight: 700;
+ padding: .825rem 1.25rem;
+ text-align: left;
+ text-decoration: none
+ }
+
+ .navigation ul.navigation-second-half a:active,.navigation ul.navigation-second-half a:hover {
+ background: #000
+ }
+
+ .navigation ul.navigation-second-half a:focus {
+ background: #0f3850;
+ color: #97bece!important
+ }
+
+ .navigation ul.navigation-second-half .dropdown-menu.show,.navigation ul.navigation-second-half .dropdown-toggle.show {
+ background: #0f3850;
+ border-radius: 0!important
+ }
+
+ .navigation ul.navigation-second-half .arrow {
+ display: none
+ }
+
+ .navigation ul.navigation-second-half .btn {
+ border-radius: 0!important
+ }
+
+ .navigation ul.navigation-second-half ul.submenu {
+ background: transparent;
+ border: 0;
+ box-shadow: none!important;
+ left: auto;
+ margin: 0;
+ max-height: 100%;
+ min-width: 0;
+ padding: 0;
+ position: relative;
+ top: auto
+ }
+
+ .navigation ul.navigation-second-half ul.submenu li {
+ height: auto;
+ padding: 0
+ }
+
+ .navigation ul.navigation-second-half ul.submenu li.active,.navigation ul.navigation-second-half ul.submenu li:hover {
+ background: transparent
+ }
+
+ .navigation ul.navigation-second-half .ul-sign-out {
+ font-size: inherit
+ }
+
+ .navigation-container {
+ background: #000;
+ background: rgba(0,0,0,.8);
+ height: 100%;
+ right: 0;
+ top: 0;
+ width: 100%;
+ z-index: 9999
+ }
+
+ .navigation-container .btn-close {
+ position: absolute;
+ right: -100%;
+ top: 10px;
+ transition: right .25s
+ }
+
+ .navigation-container.active .btn-close {
+ right: 260px
+ }
+
+ .navigation-container.active .navigation {
+ right: 0
+ }
+}
+
+.mw-username-container:after {
+ vertical-align: 9px
+}
+
+@media(max-width: 991.98px) {
+ .navigation-container .navigation {
+ overflow-y:auto
+ }
+}
+
+.top-header .row {
+ margin-left: 0;
+ margin-right: 0;
+ margin-top: calc(var(--bs-gutter-y)*-1)
+}
diff --git a/com-dict-client/src/containers/contactUs/contactUs.js b/com-dict-client/src/containers/contactUs/contactUs.js
new file mode 100644
index 0000000..7435fdd
--- /dev/null
+++ b/com-dict-client/src/containers/contactUs/contactUs.js
@@ -0,0 +1,27 @@
+import React from "react";
+import "../home/home.css";
+import "./contactUs.css";
+import { Layout } from "antd";
+import TitleBar from "../../components/Header";
+import ContactUS from "../../components/ContactUS";
+import FooterPage from "../../components/Footer/FooterPage";
+
+const { Header, Footer, Content } = Layout;
+
+function ContactUs() {
+ return (
+
+
+
+
+
+
+
+ );
+}
+
+export default ContactUs;
\ No newline at end of file
diff --git a/com-dict-client/src/containers/contactUs/contactUs.test.js b/com-dict-client/src/containers/contactUs/contactUs.test.js
new file mode 100644
index 0000000..e69de29
diff --git a/com-dict-client/src/routes.js b/com-dict-client/src/routes.js
index 10a0924..906f239 100644
--- a/com-dict-client/src/routes.js
+++ b/com-dict-client/src/routes.js
@@ -10,8 +10,10 @@ import Categories from "./containers/categories/categories";
import CommentWord from "./containers/comment/comment";
import Report from "./containers/reportWord/reportWord";
import Search from "./containers/search/search";
+import ContactUs from "./containers/contactUs/contactUs";
+// import ContactUS from "./components/ContactUS/index";
import { useSelector } from "react-redux";
-// import { auth } from "./config";
+import "./config";
export default function Routes() {
return (
@@ -27,6 +29,7 @@ export default function Routes() {
+
);
}