@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
/*<meta />*/

@font-face 
{
	font-family: "ProximaNovaRegular";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
}

@font-face 
{
	font-family: "ProximaNovaExtraBold";
	font-style: normal;
	font-weight: 800;
	src: url("../fonts/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/ProximaNova-Extrabld.ttf") format("truetype");
}

@font-face 
{
	font-family: "ProximaNovaBold";
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
}

@font-face 
{
	font-family: 'social-icons';
	src: url('../fonts/social-icons.eot?jtb0iz');
	src: url('../fonts/social-icons.eot?jtb0iz#iefix') format('embedded-opentype'), url('../fonts/social-icons.ttf?jtb0iz') format('truetype'), url('../fonts/social-icons.woff?jtb0iz') format('woff'), url('../fonts/social-icons.svg?jtb0iz#social-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

:root
{
	--primary-blue: #1843C3;
	--primary-text: #414856;
	--accent-purple: #3A3361;
	--link-hover: #081CFA;
	--blue-btn-hover: #335FE6;
	--secondary-text: #667188;
	--bg-hover: #F2F3F6;
	--border-radius: 8px;
}

[class^="icon-social"],
[class*=" icon"]
{
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'social-icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html
{
	position: relative;
	min-height: 100%;
}

body
{
	font-family: "ProximaNovaRegular", sans-serif;
	margin: 0;
	max-width: 100%;
	color: var(--primary-text);
	-webkit-font-smoothing: antialiased;
	background: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.article-body
{
	min-height: 315px;
}

h1
{
	font-family: "ProximaNovaExtraBold", serif;
}

h2,
h3,
h4,
h5,
h6,
.title
{
	font-family: 'ProximaNovaBold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

h1
{
	font-size: 40px;
}

h2
{
	font-size: 28px;
}

h3
{
	font-size: 20px;
}

h4
{
	font-size: 12.0pt;
}

h5
{
	font-size: 10.0pt;
}

h6
{
	font-size: 8.0pt;
}

button
{
	display: flex;
	align-items: center;
	gap: 5px;
}

a:focus-visible,
button:focus-visible,
#home-header .desktop-menu .select-language-drop-down a:focus-visible
{
	outline: 2px var(--accent-purple) solid;
	outline-offset: 2px;
	border-radius: var(--border-radius);
}

button:focus
{
	outline: 2px var(--accent-purple) solid;
	outline-offset: 2px;
	border-radius: var(--border-radius);
}

#home-header .desktop-menu :is(button:focus\00002C\000020a:focus-visible\00002C\000020button:focus-visible),
#home-header .sora-header > a:focus-visible
{
	outline-color: var(--bg-hover);
}

.title a
{
	text-decoration: none;
}

a,
strong
{
	font-family: 'ProximaNovaBold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

a:link,
a:visited
{
	color: var(--primary-blue);
}

.article-body a:hover,
.article-body a:focus,
.category-body a:hover,
.category-body a:focus
{
	color: var(--link-hover);
}

.footer ul li a:hover,
.cookie-popup a:hover
{
	text-decoration: underline;
}

MadCap|breadcrumbsProxy
{
	mc-breadcrumbs-prefix: '';
}

.MCBreadcrumbsBox_0
{
	max-width: unset !important;
}

main,
main.grid-container
{
	margin-bottom: 48px;
	padding: 0 16px;
}

main
{
	width: 100%;
}

.breadcrumbs
{
	font-family: 'ProximaNovaBold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	border-bottom: none !important;
	color: var(--secondary-text);
	max-width: unset;
	font-style: normal;
}

.breadcrumbs .MCBreadcrumbsDivider:last-child
{
	display: none;
}

div.MCBreadcrumbsBox_breadcrumbs_0
{
	margin: 0;
}

.MCBreadcrumbs
{
	font-size: 15px;
	font-style: normal;
	display: none;
}

a.MCBreadcrumbsLink
{
	text-decoration: none;
	color: var(--secondary-text);
}

a.MCBreadcrumbsLink:hover
{
	text-decoration: underline;
}

/*#results-heading
{
	text-transform: uppercase;
}*/

#resultList b
{
	font-family: ProximaNovaExtraBold;
}

.no-show
{
	display: none;
	padding-bottom: 20px;
}

p
{
	font-size: 12.0pt;
	margin-top: 8pt;
	margin-bottom: 8pt;
}

ol,
ul
{
	margin-top: 8px;
	margin-bottom: 8px;
}

li
{
	padding: 6px 0;
}

a
{
	text-decoration: underline;
}

img
{
	border: none;
	max-width: 100%;
}

img.full-size
{
	width: 250px;
	height: auto;
}

img.icon
{
	height: 35px;
	width: auto;
	vertical-align: middle;
}

img.big-icon
{
	width: 50px;
	height: 50px;
	vertical-align: middle;
}

img.border
{
	padding: 5px;
	border: 1px solid #ccc;
	margin: 5px;
}

.category-body h2.no-border,
.article-body h2.no-border
{
	border: none;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #006600;
}

MadCap|expandingBody
{
	color: #777777;
	font-style: italic;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	font-style: italic;
	text-decoration: none;
	color: #006600;
}

MadCap|keywordLink
{
	mc-thumbnail: none;
}

MadCap|tocProxy
{
	mc-toc-depth: 1;
	color: var(--primary-blue);
}

.article-body
{
	display: flex;
	gap: 36px;
}

.category-body *,
.article-body *
{
	line-height: 140%;
}

.category-body h2,
.article-body h2
{
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px;
}

.category-body .videos-container div:first-of-type
{
	margin-top: 16px;
}

.article-body h2
{
	font-size: 18px;
}

.article-body .margin-top
{
	margin-top: 50px;
}

.article-body ul ul li
{
	list-style-type: circle;
}

.article-body img
{
	max-width: 95%;
}

.category-body video,
.article-body video
{
	max-width: 750px;
	box-shadow: 0 0 .1em 0.1em #3A336150;
	margin: 0 0 15px;
	padding: 0;
}

.side_menu
{
	width: 270px;
	padding: 16px 0;
	position: sticky;
	height: fit-content;
	top: 16px;
}

.side_menu :focus-visible
{
	outline-offset: -2px;
}

.article_part
{
	width: 100%;
	overflow: hidden;
}

.category-main .category-body
{
	flex-direction: column;
	padding: 0 16px;
	gap: 24px;
}

.category-main div.MCMiniTocBox_0
{
	margin-left: 0;
	padding: 16px 16px 0;
	border: none;
}

.category-main p.MiniTOC1_0
{
	font-size: 16px;
	padding: 8px 0 0;
	margin: 0;
	display: list-item;
	font-weight: normal;
}

.category-main div.MCMiniTocBox_0 a
{
	color: var(--primary-blue);
	padding: 8px 0 0;
	border-radius: var(--border-radius);
	text-decoration: underline;
	font-weight: normal;
	font-family: 'ProximaNovaBold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.category-main p.MiniTOC1_0 > a:hover
{
	color: var(--link-hover);
}

._Skins_Search_results.mc-component #resultList h2.title a:hover
{
	color: var(--link-hover);
	text-decoration: underline;
}

ul.menu._Skins_Side_Menu.mc-component li ul > li > a:hover
{
	color: var(--primary-blue);
}

MadCap|miniTocProxy
{
	border-bottom-style: none;
	border-bottom-color: transparent;
	border-bottom-width: 0;
	border: none;
	mc-toc-depth: 1;
	padding: 0;
}

div.note-box
{
	margin-block-start: .5em;
}

.note-box
{
	display: flex;
	align-items: center;
	padding: 12px;
	gap: 8px;
	background: #E5ECFA;
	border-radius: var(--border-radius);
	width: fit-content;
	font-style: italic;
}

.note-box:before
{
	content: "";
	display: inline-block;
	min-width: 30px;
	height: 28px;
	background: url('../Images/Vector/info.svg') no-repeat center;
	/*filter: brightness(0) saturate(100%) invert(15%) sepia(31%) saturate(6593%) hue-rotate(324deg) brightness(102%) contrast(93%);*/
	align-self: start;
}

.note-box > *
{
	margin: 0;
}

.note-box .multi-note p
{
	margin: 3px 0 0 0;
	padding: 0;
}

.note-box .multi-note ul
{
	margin: 0 0 0 1em;
	padding: 0;
}

MadCap|breadcrumbsProxy
{
	mc-breadcrumbs-prefix: '';
	mc-breadcrumbs-divider: '/';
}

div.MCBreadcrumbsBox_breadcrumbs_0
{
	display: flex;
	gap: 8px;
}

.MCBreadcrumbsDivider
{
	font-size: 20px;
	opacity: 50%;
}

.breadcrumbs > .MCBreadcrumbsSelf
{
	color: var(--primary-text);
}

.top_wrapper
{
	background: #ffffff url("../Images/header-bg-girl.jpg") 70% 70%;
	background-size: cover;
	height: 645px;
}

.img-wrapper
{
	background: rgba(58, 51, 97, .6);
	height: 100%;
	padding: 0px 0px 10px 0px;
}

.search_area
{
	height: 130px;
}

.search_r_area > .grid-x
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 16px;
}

.grid-container
{
	color: var(--primary-text);
	max-width: 87.5rem;
	padding: 8px 16px;
}

.grid-container h2
{
	margin: 10px 0;
	font-size: 22px;
	font-family: ProximaNovaExtraBold;
}

#category-section
{
	padding: 48px 0;
}

#category-section .panel-desc
{
	font-family: ProximaNovaRegular;
	line-height: 20px;
}

#category-section .centered
{
	text-align: center;
	margin: 16px auto;
	min-width: 342px;
}

#category-section a
{
	text-decoration: none;
	display: block;
	color: var(--primary-text);
}

#category-section img
{
	height: 85px;
	display: block;
	margin: 0 auto 0;
}

#category-section > div
{
	padding: 8px 16px;
	margin: 0 auto;
}

.top-section a
{
	text-decoration: none;
}

.top-section .logo
{
	height: 65px;
	margin-top: 10px;
}

footer
{
	margin: auto auto 0;
}

.footer
{
	background: #F6F7F8;
	padding: 44px 24px 60px;
}

.footer h2
{
	color: var(--primary-text);
	font-size: 18px;
	font-family: ProximaNovaExtraBold;
}

.footer p
{
	color: var(--primary-text);
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.footer ul li a
{
	color: var(--primary-text);
	text-decoration: none;
	font-size: 14px;
	font-family: 'ProximaNovaRegular', sans-serif;
}

.footer ul li
{
	list-style: none;
	line-height: 1.25em;
}

.footer ul
{
	margin: 0;
}

.footer .logo
{
	max-width: 150px;
	padding: 20px 0;
}

.bcorp-certified
{
	height: 100px;
	margin: 10px auto 20px;
	display: block;
}

.footer .icon
{
	vertical-align: baseline;
	margin-left: 5px;
	background-position: center center;
	font-size: 26px;
	background-repeat: no-repeat;
	display: inline-block;
}

.footer ul.social-certified
{
	padding: 0 0 0 0 !important;
	text-align: center;
}

.footer ul.social
{
	list-style-type: none;
}

.footer ul.social-certified li a,
.footer ul.social-certified li a:hover
{
	text-decoration: none;
}

.footer .copyright
{
	padding: 45px 16px 0;
}

.social-certified .social
{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	max-width: 230px;
	margin: 0 auto;
	gap: 2px;
}

.social-certified .social svg
{
	width: 25px;
	fill: var(--primary-text);
	display: block;
}

.icon-facebook:before
{
	content: '';
}

.icon-instagram:before
{
	content: '';
}

.icon-twitter:before
{
	content: '';
}

.icon-pinterest:before
{
	content: '';
}

.search-bar._Skins_Search_bar.mc-component .search-field::placeholder
{
	color: var(--primary-text);
	font-family: 'ProximaNovaBold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 14px;
}

.outer .search-bar._Skins_Search_bar.mc-component .search-field::placeholder
{
	font-size: 16px;
}

._Skins_Search_bar.mc-component .search-field
{
	border-radius: var(--border-radius);
	background-color: #fff;
	font-family: inherit;
	padding: 10px 16px;
}

.search
{
	width: unset;
	margin: 0;
	padding: 0;
}

.search-bar._Skins_Search_bar.mc-component
{
	margin: 0;
	max-width: 300px;
	height: 45px;
	display: flex;
	border-radius: var(--border-radius);
	background-color: var(--bg-hover);
	gap: 2px;
	border: 1px solid var(--secondary-text);
}

.outer > .search > .search-bar._Skins_Search_bar.mc-component
{
	max-width: 800px;
	width: unset;
	height: unset;
	border-radius: 12px;
	background-color: #fff;
}

.outer .search-bar._Skins_Search_bar.mc-component .search-field
{
	border-radius: 12px 0 0 12px;
	box-shadow: none;
}

.search-bar.search-bar-container._Skins_Search_bar.mc-component .search-submit
{
	height: inherit;
	width: 45px;
	background: url('../Images/siteUI/search-icon.svg') no-repeat center transparent;
	background-size: 50%;
	border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.outer > .search > .search-bar.search-bar-container._Skins_Search_bar.mc-component .search-submit
{
	height: 3.7em;
}

.search-field.needs-pie:focus
{
	outline: auto;
	outline-offset: 0px;
}

.outer .search-bar._Skins_Search_bar.mc-component .search-submit-wrapper
{
	height: auto;
}

.search-bar._Skins_Search_bar.mc-component .search-submit-wrapper
{
	position: unset;
	height: 43px;
	margin: 0;
	padding: 0;
}

.outer
{
	zoom: 1;
	margin: 5em auto 0;
	padding: 15px;
	max-width: 800px;
	text-align: center;
}

.outer h1
{
	color: #fff;
	/*font-size: 40px;*/
}

.cookie-settings label
{
	font-weight: 600;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.7);
	margin-top: 15px;
}

.cookie-settings .copy
{
	margin: 0;
	padding-left: 27px;
	padding-top: 0;
	margin-top: -10px;
	font-size: 15px;
}

/*.btn-general-heavy
{
	color: white;
	background: #67cae1;
	cursor: pointer;
	padding: 10px 25px 12px 25px;
	font-weight: 300;
	border: none;
	border-radius: var(--border-radius);
	font-size: 20px;
	margin-top: 20px;
}

.btn-general-heavy:hover
{
	background: #42aec7;
}*/

.form-save-cancel
{
	text-align: center;
	margin: 35px auto;
	border-top: 1px solid #e3e3e3;
}

.cookie-settings .learn-more
{
	margin-top: 20px;
	font-size: 15px;
}

.cookie-msg
{
	color: #8dc63f;
	background: rgba(141, 198, 63, 0.1);
	padding: 1px 10px;
	display: none;
}

.cookie-msg p
{
	text-align: center;
	font-size: 18px;
}

/*#video-section
{
	margin-top: 20px;
}*/

#video-section > .grid-container > .grid-x
{
	align-items: center;
	justify-content: space-between;
	margin: 0 24px;
	flex-wrap: nowrap;
	gap: 24px;
}

#video-section .img-container,
#video-section .vid-sec
{
	min-width: 500px;
	max-width: 600px;
}

#video-section h2
{
	font-size: 28px;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	font-style: italic;
	text-decoration: none;
}

.MCDropDown
{
	padding-bottom: 10px;
}

.dropDownHead
{
	margin-bottom: 10px;
}

.MCDropDownBody
{
	margin-left: 32px;
}

.MCDropDownBody p:first-child
{
	margin-top: 15px;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	background: url('../Images/siteUI/chevron-down.svg') no-repeat 0 0 transparent;
	background-size: 20px;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage
{
	background: url('../Images/siteUI/chevron-right.svg') no-repeat 0 0 transparent;
	background-size: 20px;
}

.MCDropDownHotSpot.dropDownHotspot.MCDropDownHotSpot_.MCHotSpotImage
{
	padding-left: 32px;
}

.MCDropDown_Image_Icon
{
	display: none;
}

/* The Modal (background) */

.modal
{
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0,0,0);
	/* Fallback color */
	background-color: rgba(0,0,0,0.4);
	/* Black w/ opacity */
}

/* Modal Content */

.modal-content
{
	position: relative;
	margin: auto;
	padding: 0;
	width: 100%;
	max-width: 700px;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}

/* Add Animation */

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1};
} 

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1};
} 

/* The Close Button */

.close
{
	color: white;
	float: right;
	font-size: 28px;
	font-family: 'ProximaNovaBold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	display: none;
}

.close:hover,
.close:focus
{
	color: #000;
	text-decoration: none;
	cursor: pointer;
	display: none;
}

.modal-footer
{
	padding: 2px 16px;
	background-color: #5cb85c;
	color: white;
}

.modal-body
{
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

.modal-body iframe
{
	border: none;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.top-section > .grid-x > .cell
{
	display: flex;
	/*justify-content:space-between;*/
	align-items: center;
	flex-wrap: nowrap;
}

.top-section .sora-btn:hover,
button#od_video:hover
{
	background: var(--blue-btn-hover);
}

.top-section .sora-btn,
button#od_video
{
	background: var(--primary-blue);
	border-radius: var(--border-radius);
	padding: 8px 24px;
	font-family: 'ProximaNovaBold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	color: #fff;
	font-size: 16px;
	height: 40px;
}

.top-section .sora-btn
{
	/*width: 112px;*/
}

.top-section a
{
	display: inline-block;
}

.search_r_wrapper
{
	background: #fff;
}

#home-header svg .logotype
{
	fill: #fff;
}

#category-header svg .logotype,
#article-header svg .logotype
{
	fill: var(--accent-purple);
}

.search_r_area .outer
{
	margin-top: 0;
	max-width: 400px;
}

.search_r_area
{
	margin-bottom: 48px;
	padding: 0 16px;
}

.search_r_area .search_area
{
	height: auto;
}

.search_r_area ._Skins_Search_bar.mc-component .search-field
{
	box-shadow: none;
	height: auto;
	padding: 8px 16px;
	border-radius: var(--border-radius) 0 0 var(--border-radius);
	background-color: var(--bg-hover);
	margin: 0;
}

._Skins_Search_results.mc-component #resultList h2.title
{
	border: none;
	font-size: 20px;
	line-height: 22px;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

._Skins_Search_results.mc-component #resultList h2.title a
{
	font-family: 'ProximaNovaBold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

/* Undoes a default style that hides the lang drop-down on search page*/

.templateTopic .buttons
{
	display: block;
}

ul.menu._Skins_Side_Menu.mc-component
{
	line-height: 28px;
	width: 270px;
	padding: 0;
	margin: 0;
}

ul.menu._Skins_Side_Menu.mc-component > li > a
{
	font-family: 'ProximaNovaBold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	padding: 5px 0;
	color: var(--primary-blue);
	font-size: 20px;
	display: flex;
	align-items: center;
}

ul.menu._Skins_Side_Menu.mc-component > li > a::before
{
	content: url('../Images/siteUI/blue-chevron.svg');
}

ul.menu._Skins_Side_Menu.mc-component li > ul
{
	padding: 16px 0;
}

ul.menu._Skins_Side_Menu.mc-component li ul > li > a
{
	color: var(--primary-text);
	padding: 8px 16px;
	border-radius: var(--border-radius);
	line-height: 140%;
}

ul.menu._Skins_Side_Menu.mc-component li > a.selected,
ul.menu._Skins_Side_Menu.mc-component li > a.selected:hover
{
	color: var(--primary-blue);
	background-color: #1843C30D;
}

#pagination a
{
	border: none;
}

._Skins_Search_results.mc-component #pagination a.nextPage,
._Skins_Search_results.mc-component #pagination a.previousPage
{
	background: var(--primary-blue);
	border-radius: var(--border-radius);
	padding: .5rem 1rem;
	color: #fff;
}

._Skins_Search_results.mc-component #pagination a.previousPage:hover,
._Skins_Search_results.mc-component #pagination a.nextPage:hover
{
	background: var(--link-hover);
	text-decoration: none;
}

button.select-language-button,
a.sora-menu-links
{
	padding: 8px 16px;
}

#home-header .desktop-menu a.sora-menu-links,
#home-header .desktop-menu #topicToolbarProxylanguage-selector .button-text::after
{
	color: #fff;
	border-color: #fff;
	outline-color: #fff;
}

#home-header a.sora-menu-links:hover,
a.sora-menu-links
{
	color: var(--primary-text);
	font-family: 'ProximaNovaBold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	border-radius: var(--border-radius);
}

.top-menu-wrapper
{
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
}

.desktop-menu > .desktop-margin-inline
{
	margin-inline-start: auto;
}

.desktop-menu > .top-menu-items
{
	display: flex;
	gap: 10px;
	flex-wrap: nowrap;
}

.top-menu-items ul
{
	margin: 0;
	padding: 0;
}

.top-menu-items li
{
	display: inline-block;
	padding: 0;
}

.top-section .menu-logo
{
	display: none;
	/*float: right;*/
	padding: 15px;
	cursor: pointer;
	height: 55px;
	/*position: relative;*/
	width: 55px;
}

#home-header .menu-color
{
	fill: #fff;
}

#category-header .menu-color,
#article-header .menu-color
{
	fill: var(--primary-text);
}

.top-menu-btns
{
	gap: 45px;
}

.desktop-menu .desktop-hide
{
	display: none;
}

.sora-header .desktop-menu .top-menu-items
{
	display: flex;
	gap: 10px;
	/*max-height:40px*/
}

.desktop-menu
{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	/*gap:15%;*/
}

.desktop-menu > .button-wrapper
{
	display: flex;
	gap: 16px;
	align-items: center;
	margin-inline-start: auto;
}

/* mobile menu */

dialog
{
	margin-right: 0;
	box-shadow: 0 8px 6px -6px black;
	width: 280px;
	height: 100%;
	background: #fff;
	backdrop-filter: blur(110px);
	margin-top: 0;
	border: none;
}

dialog > button,
dialog > .mobile-menu > button
{
	display: block;
	align-self: end;
	cursor: pointer;
}

#modal > nav > ul
{
	text-align: left;
	margin: 1rem 0 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

button.menu-logo:focus
{
	outline: auto;
}

:modal
{
	display: flex;
	flex-direction: column;
	gap: 10px;
}

dialog:modal
{
	max-height: 100%;
}

dialog::backdrop
{
	background: rgba(0,0,0,0.25);
}

dialog ul li
{
	list-style: none;
	color: #fff;
	padding: 12px;
}

.top-section dialog ul li a
{
	color: #fff;
}

#closeModalButton
{
	padding: 4px;
}

#openModalButton:hover,
#closeModalButton:hover
{
	background-color: var(--bg-hover);
	border-radius: var(--border-radius);
}

#openModalButton:hover > .menu-color
{
	fill: var(--primary-text);
}

body.modal-open
{
	overflow: hidden;
}

/*LANGUAGE SELECTOR START*/

.sora-header
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	flex-wrap: wrap;
}

#topicToolbarProxylanguage-selector
{
	position: relative;
}

#topicToolbarProxylanguage-selector .button-icon-wrapper
{
	display: none;
}

#topicToolbarProxylanguage-selector .button-group-container-left
{
	display: flex;
	float: unset;
	margin-left: unset;
}

.desktop-menu #topicToolbarProxylanguage-selector .select-language-button
{
	max-height: 40px;
}

#topicToolbarProxylanguage-selector .select-language-button
{
	width: auto;
	height: auto;
	box-shadow: none;
	background: transparent;
	border: none;
	color: var(--primary-text);
}

a.sora-menu-links:hover,
.select-language-button:hover,
#topicToolbarProxylanguage-selector .select-language-button:hover
{
	background-color: var(--bg-hover);
	color: var(--primary-text);
}

#home-header .select-language-button
{
	color: #fff;
}

.desktop-menu .button.needs-pie.select-language-button
{
	margin: 0;
	border-radius: var(--border-radius);
}

#topicToolbarProxylanguage-selector .button-text
{
	color: inherit;
	font-family: 'ProximaNovaBold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 16px;
}

.desktop-menu #topicToolbarProxylanguage-selector .button-text
{
	display: flex;
	justify-content: space-between;
	gap: 8px;
	align-items: flex-start;
	padding: 12px 16px;
}

#home-header .desktop-menu #topicToolbarProxylanguage-selector .button-text:hover::after,
#topicToolbarProxylanguage-selector .button-text::after
{
	content: '';
	box-sizing: border-box;
	height: 8px;
	width: 8px;
	border-style: solid;
	border-color: var(--primary-text);
	border-width: 0px 1px 1px 0px;
	transform: rotate(45deg);
	margin-top: 2px;
}

._Skins_language_selector.mc-component .toolbar-button-drop-down.select-language-drop-down > ul
{
	display: flex;
	flex-direction: column;
	margin-top: 8px;
	padding: 0 8px;
}

.desktop-menu .toolbar-button-drop-down.select-language-drop-down
{
	position: absolute;
	width: 225px;
	right: 0;
	top: 32px !important;
	left: unset !important;
	color: var(--primary-text);
}

.button .button-text,
.button-group-container-left
{
	margin-right: 0;
}

.sora-header ._Skins_Language_Selector.mc-component .toolbar-button-drop-down.select-language-drop-down ul li
{
	color: var(--primary-text);
	width: 215px;
}

._Skins_language_selector.mc-component .toolbar-button-drop-down.select-language-drop-down ul li:hover
{
	background-color: var(--bg-hover);
	border-radius: var(--border-radius);
}

.search-bar._Skins_searchbar.mc-component
{
	margin-top: 35px;
}

.language-checked
{
	display: flex;
	justify-content: space-between;
}

.language-checked::after
{
	content: '';
	display: inline-block;
	transform: rotate(45deg);
	height: 16px;
	width: 7px;
	border-bottom: 2px solid var(--primary-blue);
	border-right: 2px solid var(--primary-blue);
}

.language-checked a
{
	display: inline-block;
}

.language-checked > a
{
	color: var(--primary-blue);
}

/*LANGUAGE SELECTOR END*/
/*SKIP LINK STYLES*/

.skip-links:not(:focus-within)
{
	clip: rect(1px,1px,1px,1px);
	overflow: hidden;
	position: absolute;
	padding: 0;
	margin: 0;
}

.skip-links
{
	display: flex;
	margin: 0;
	justify-content: center;
	background-color: #fff;
	padding: 0;
}

ul.skip-links
{
	list-style: none;
}

.skip-links > li
{
	margin: 8px 0;
	background-color: var(--primary-blue);
	border-radius: var(--border-radius);
	padding: 0;
}

.skip-links > li > a
{
	color: #fff;
	text-decoration: none;
	padding: 8px;
	display: inline-block;
}

/* --- GDPR MODAL OVERRIDES --- */

.cookie-popup
{
	background: #fff;
	border-radius: 2px;
	bottom: 1rem;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
	font-size: 16px;
	left: 16px;
	right: 16px;
	max-width: 600px;
	padding: 2rem;
	position: fixed;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.8s ease 0s;
	transition: -webkit-transform 0.8s ease 0s;
	-o-transition: transform 0.8s ease 0s;
	transition: transform 0.8s ease 0s;
	transition: transform 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
	will-change: transform;
	z-index: 1000;
	display: none;
}

.check-group
{
	text-align: left;
	margin: 0;
}

.check-group label
{
	font-weight: 600;
	display: inline;
	font-size: 18px;
}

.check-group p
{
	padding: 0 0 10px 32px;
	line-height: 24px;
	margin: 0;
}

.cookie-popup.cookie-popup--uses-badge:hover,
.cookie-popup.cookie-popup--uses-badge.cookie-popup--uses-link:hover
{
	bottom: 2rem;
}

.cookie-popup.cookie-popup--uses-badge.cookie-popup--uses-link.cookie-popup--is-sticky
{
	bottom: .6rem;
}

.cookie-popup--uses-badge > h2,
.cookie-popup--uses-badge > p,
.cookie-popup--uses-badge > form
{
	display: none;
}

.cookie-popup--is-sticky
{
	border-radius: 2px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: transform .8s ease 0s;
	transition: transform .8s ease 0s;
}

.cookie-popup--uses-badge.cookie-popup--is-sticky
{
	background: #ffffff;
	bottom: 1rem;
	height: auto;
	padding: 2rem;
	width: 100%;
}

/*.app-column
{
	font-weight: 600;
}*/

.error-title
{
	/*text-transform: uppercase;*/
	font-size: 21px;
}

.return-home
{
	display: inline-block;
	margin-top: 20px;
}

.error-explanation ul
{
	background: #f1f1f1;
	padding: 20px 50px;
	max-width: 600px;
}

.return-home:after
{
	content: "";
	border: 2px solid;
	border-left: 0;
	border-top: 0;
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	margin: 0 0 0 0.05em;
	-webkit-transform: translate3d(0, -0.075em, 0) rotate(-45deg);
	transform: translate3d(0, -0.075em, 0) rotate(-45deg);
	margin-right: -7px;
	position: relative;
	top: 1px;
}

.app-column blockquote
{
	font-weight: normal;
	margin-top: 20px;
	max-width: 620px;
	width: 100%;
	color: var(--secondary-text);
	border: none;
}

cite
{
	display: block;
	font-size: 0.8125rem;
	font-weight: normal;
	color: inherit;
}

cite:before
{
	content: '— ';
}

.separe
{
	border-top: 1px dashed #ccc;
	margin: 20px 0;
}

/** RESPONSIVE DESIGN **/

@media (max-width: 600px)
{
	.cookie-popup--is-sticky
	{
		bottom: 0 !important;
		left: 0;
		right: 0;
		height: 80%;
		overflow-y: auto;
	}
}

@media (min-width: 600px)
{
	.cookie-popup--is-sticky:hover
	{
		bottom: 1rem;
	}
}

.cookie-popup--is-sticky > h2,
.cookie-popup--is-sticky > p,
.cookie-popup--is-sticky > form
{
	display: block;
}

.cookie-popup.cookie-popup--uses-link
{
	background: #fff;
	bottom: 0;
}

.cookie-popup.cookie-popup--uses-link
{
	background: #24a931;
	bottom: 0.6rem;
}

.cookie-popup.cookie-popup--uses-link.cookie-popup--is-sticky
{
	background: #fff;
}

.cookie-popup--is-sticky.cookie-popup--uses-link
{
	-webkit-transform: translateY(-1rem);
	-ms-transform: translateY(-1rem);
	transform: translateY(-1rem);
}

.cookie-popup > h2
{
	font-size: 20px;
	margin: 0;
	font-family: inherit;
	font-weight: 600;
}

.cookie-popup p
{
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}

.cookie-popup a
{
	font-weight: 600 !important;
	color: var(--primary-blue);
	font-family: inherit;
}

.cookie-popup__save
{
	background: var(--primary-blue);
	border: none !important;
	border-radius: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #ffffff !important;
	font-size: 16px;
	padding: 0.666rem 1.2rem;
	font-weight: 600;
	font-family: ProximaNovaExtraBold;
	cursor: pointer;
	-webkit-appearance: none;
}

.cookie-popup > form,
.cookie-popup__save-wrapper
{
	margin-top: 1.06667rem;
}

.cookie-popup__save:hover,
.cookie-popup__save:active
{
	background: var(--blue-btn-hover);
}

.cookie-popup-label
{
	color: #fff;
	cursor: pointer;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	white-space: nowrap;
}

.cookie-popup--is-sticky .cookie-popup-label
{
	display: none;
}

/* --- END GDPR MODAL OVERRIDES --- */

@media only screen and (max-width: 1150px)
{
	#video-section > .grid-container > .grid-x
	{
		justify-content: center;
		flex-wrap: wrap;
	}

	#video-section > .grid-container > .grid-x > .vid-sec
	{
		padding: 1.5rem;
	}

	.top-menu-btns
	{
		gap: 20px;
	}
}

@media only screen and (max-width: 767px)
{
	.outer > .search > .search-bar.search-bar-container._Skins_Search_bar.mc-component .search-submit
	{
		padding-top: 15px;
	}

	.article-body
	{
		flex-direction: column;
		position: unset;
		gap: 1rem;
	}

	.search-bar._Skins_Search_bar.mc-component
	{
		margin-top: 8px;
	}

	ul.menu._Skins_Side_Menu.mc-component,
	.side_menu,
	.article_part
	{
		width: 100%;
	}

	.side_menu
	{
		border-top: 1px dashed var(--secondary-text);
	}

	.search_r_area > .grid-x
	{
		align-items: unset;
		flex-direction: column;
		gap: 8px;
	}

	.search_r_area .search
	{
		width: 100%;
	}

	.search-bar._Skins_Search_bar.mc-component
	{
		max-width: unset;
	}

	.footer div.social-certified
	{
		padding: 0;
	}

	._Skins_Search_results.mc-component #resultList
	{
		max-width: 100%;
	}

	.top-section > .grid-x > .cell
	{
		align-items: flex-start;
	}

	.top-section .sora-btn
	{
		text-align: center;
		width: 100%;
	}

	.top-section .logo
	{
		padding-left: 10px;
		height: 45px;
	}

	.toolbar-button-drop-down
	{
		box-shadow: none;
		position: unset;
	}

	.toolbar-button-drop-down ul
	{
		padding: 0;
		margin: 0;
	}

	.toolbar-button-drop-down ul li
	{
		padding: 8px 16px;
	}

	.top-section dialog ul li a
	{
		color: var(--primary-text);
	}

	.top-section dialog ul li.language-checked a
	{
		color: var(--primary-blue);
	}

	.search_r_area .search-bar._Skins_Search_bar.mc-component
	{
		width: 100%;
	}

	#topicToolbarProxylanguage-selector .button-text::after
	{
		background: url('../Images/siteUI/chevron-right-small.svg');
		height: 24px;
		width: 24px;
		transform: unset;
		border: none;
		margin: 0;
		position: unset;
	}

	dialog .button .button-text
	{
		margin: 0;
	}

	dialog .button
	{
		line-height: 1.6;
		font-size: inherit;
	}

	._Skins_language_selector.mc-component .toolbar-button-drop-down.select-language-drop-down ul li:hover
	{
		background-color: var(--bg-hover);
		border-radius: var(--border-radius);
	}

	#topicToolbarProxylanguage-selector
	{
		margin-bottom: 1rem;
		width: 100%;
	}

	.needs-pie
	{
		margin: 0;
	}

	.sora-header .toolbar-button-drop-down.select-language-drop-down
	{
		left: unset;
		right: unset;
		margin: 0;
		padding: 0;
		border: none;
		width: 100%;
	}

	.top-menu-items li
	{
		width: 100%;
	}

	.top-section .menu-logo
	{
		display: block;
		margin-left: auto;
	}

	a.sora-menu-links,
	#topicToolbarProxylanguage-selector .button-text
	{
		color: var(--primary-text);
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	#video-section h2
	{
		font-size: 19px;
	}

	.desktop-menu
	{
		display: none;
	}

	#modal .buttons .button > div
	{
		margin: 0;
		width: 100%;
	}

	dialog .select-language-button > .button-text
	{
		margin: 0;
	}

	.button.needs-pie.select-language-button
	{
		padding: 8px 16px;
		border-radius: var(--border-radius);
	}

	#topicToolbarProxylanguage-selector .button-group-container-left,
	#topicToolbarProxylanguage-selector .select-language-button
	{
		width: 100%;
	}

	#topicToolbarProxylanguage-selector .button-group-container-left:hover,
	.button-group-container-left:hover
	{
		background-color: var(--bg-hover);
		border-radius: var(--border-radius);
	}

	.button-group-container-left
	{
		margin: 0;
		line-height: 1.6;
	}

	ul.menu._Skins_Side_Menu.mc-component li > ul
	{
		width: fit-content;
	}

	.desktop-menu
	{
		display: none;
	}

	#topicToolbarProxylanguage-selector .button-group-container-left
	{
		justify-content: right;
	}

	.toolbar-button-drop-down ul li
	{
		background: #fff;
	}

	.sora-header .toolbar-button-drop-down.select-language-drop-down
	{
		right: 1px !important;
		top: 80px !important;
	}

	.article-menu .toolbar-button-drop-down.select-language-drop-down
	{
		right: 1px !important;
		top: 200px !important;
	}
}

@media only screen and (max-width: 937px) and (min-width: 640px)
{
	.social-certified .social
	{
		flex-wrap: wrap;
	}

	.social-certified .social a
	{
		width: 33%;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 639px)
{
	.outer h1
	{
		font-size: 30px;
	}

	.search_area
	{
		padding: 0;
	}

	.social-certified a,
	.bcorp-certified
	{
		display: inline-block;
	}

	.social-certified .social
	{
		justify-content: start;
		gap: 10px;
		margin: 0;
	}

	.footer div.social-certified
	{
		margin-top: 10px;
	}

	#video-section .img-container,
	#video-section .vid-sec
	{
		min-width: unset;
		max-width: 100%;
	}
}

@media only screen and (max-width: 425px)
{
	#category-section .centered
	{
		min-width: unset;
	}
}

@media only screen and (max-width: 380px)
{
	.outer h1
	{
		font-size: 25px;
	}
}

/* Elasticsearch stuff */

.search-auto-complete
{
	top: 44px;
}

.outer .search-auto-complete
{
	top: 58px;
}

._Skins_Search_bar.mc-component .search-auto-complete ul
{
	max-width: 770px;
	margin: 0 auto !important;
	padding: 0;
	border: solid 1px var(--primary-text);
	border-radius: var(--border-radius);
	background-color: #fff;
	text-transform: initial;
	list-style-type: none;
}

.outer ._Skins_Search_bar.mc-component .search-auto-complete ul
{
	border: none;
}

._Skins_Search_bar.mc-component .search-auto-complete a
{
	border-bottom: none;
	text-align: left;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-decoration: none;
}

div.auto-result-icon,
span.auto-result-description
{
	display: none;
}

.print-only
{
	display: none;
}

@media print
{
	body
	{
		background-color: #FFFFFF;
		background-image: none;
		color: #000000;
	}

	.article_part
	{
		width: 100%;
	}

	.category-body,
	.article-body
	{
		border-top: 1px solid #ccc;
	}

	.article-page
	{
		border-top: none;
	}

	.side_menu,
	.search_r_wrapper,
	.search_r_area,
	.footer,
	.no-print,
	footer,
	.MCDropDown_Closed,
	.note-box:before
	{
		display: none;
	}

	.print-only
	{
		display: block;
	}

	img
	{
		max-width: 300px !important;
	}

	.grid-container h2
	{
		font-size: 30px;
	}

	.article-body a
	{
		text-decoration: none;
		font-family: "ProximaNovaRegular", sans-serif;
		border-bottom: none;
	}

	a[href]:after
	{
		display: none;
		visibility: hidden;
	}

	.MCDropDownHotSpot
	{
		display: block;
		font-family: 'ProximaNovaBold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	}
}
